@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
th,
td,
dl,
dd,
form,
fieldset,
legend,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    margin: 0;
    padding: 0;
	font-family:"Noto Sans SC", Microsoft YaHei,PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
    transition: 0.6s;
}

a:active,
a:hover {}

abbr[title] {
    border-bottom: 1px dotted;
}

ol,
dl,
dt,
dd,
ul,
li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-1-t1,
    .col-sm-2-t1,
    .col-sm-3-t1,
    .col-sm-4-t1,
    .col-sm-5-t1,
    .col-sm-6-t1,
    .col-sm-7-t1,
    .col-sm-8-t1,
    .col-sm-9-t1,
    .col-sm-10-t1,
    .col-sm-11-t1,
    .col-sm-12-t1,
    .col-sm-1-t2,
    .col-sm-2-t2,
    .col-sm-3-t2,
    .col-sm-4-t2,
    .col-sm-5-t2,
    .col-sm-6-t2,
    .col-sm-7-t2,
    .col-sm-8-t2,
    .col-sm-9-t2,
    .col-sm-10-t2,
    .col-sm-11-t2,
    .col-sm-12-t2,
    .col-sm-1-t3,
    .col-sm-2-t3,
    .col-sm-3-t3,
    .col-sm-4-t3,
    .col-sm-5-t3,
    .col-sm-6-t3,
    .col-sm-7-t3,
    .col-sm-8-t3,
    .col-sm-9-t3,
    .col-sm-10-t3,
    .col-sm-11-t3,
    .col-sm-12-t3,
    .col-sm-1-3,
    .col-sm-2-3,
    .col-sm-3-3,
    .col-sm-4-3,
    .col-sm-5-3,
    .col-sm-6-3,
    .col-sm-7-3,
    .col-sm-8-3,
    .col-sm-9-3,
    .col-sm-10-3,
    .col-sm-11-3,
    .col-sm-12-3 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-12-t1 {
        width: 100%;
        margin-top: 1%;
    }
    .col-sm-12-t1:first-of-type {
        margin-top: 0;
    }
    .col-sm-12-t2 {
        width: 100%;
        margin-top: 2%;
    }
    .col-sm-12-t2:first-of-type {
        margin-top: 0;
    }
    .col-sm-12-t3 {
        width: 100%;
        margin-top: 3%;
    }
    .col-sm-12-t3:first-of-type {
        margin-top: 0;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-6-3 {
        width: 48.5%;
        margin-top: 3%;
        margin-right: 3%;
    }
    .col-sm-6-3:nth-of-type(2n) {
        margin-right: 0;
    }
    .col-sm-6-3:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 450px) and (max-width: 768px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-1-2,
    .col-md-2-2,
    .col-md-3-2,
    .col-md-4-2,
    .col-md-5-2,
    .col-md-6-2,
    .col-md-7-2,
    .col-md-8-2,
    .col-md-9-2,
    .col-md-10-2,
    .col-md-11-2,
    .col-md-12-2,
    .col-md-1-3,
    .col-md-2-3,
    .col-md-3-3,
    .col-md-4-3,
    .col-md-5-3,
    .col-md-6-3,
    .col-md-7-3,
    .col-md-8-3,
    .col-md-9-3,
    .col-md-10-3,
    .col-md-11-3,
    .col-md-12-3,
    .col-md-1-4,
    .col-md-2-4,
    .col-md-3-4,
    .col-md-4-4,
    .col-md-5-4,
    .col-md-6-4,
    .col-md-7-4,
    .col-md-8-4,
    .col-md-9-4,
    .col-md-10-4,
    .col-md-11-4,
    .col-md-12-4,
    .col-md-1-t3,
    .col-md-2-t3,
    .col-md-3-t3,
    .col-md-4-t3,
    .col-md-5-t3,
    .col-md-6-t3,
    .col-md-7-t3,
    .col-md-8-t3,
    .col-md-9-t3,
    .col-md-10-t3,
    .col-md-11-t3,
    .col-md-12-t3 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-12-t3 {
        width: 100%;
        margin-top: 3%;
    }
    .col-md-12-t3:first-of-type {
        margin-top: 0;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-6-2 {
        width: 49%;
        margin-top: 2%;
        margin-right: 2%;
    }
    .col-md-6-2:nth-of-type(2n) {
        margin-right: 0;
    }
    .col-md-6-2:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .col-md-6-3 {
        width: 48.5%;
        margin-top: 3%;
        margin-right: 3%;
    }
    .col-md-6-3:nth-of-type(2n) {
        margin-right: 0;
    }
    .col-md-6-3:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .col-md-6-4 {
        width: 48%;
        margin-top: 4%;
        margin-right: 4%;
    }
    .col-md-6-4:nth-of-type(2n) {
        margin-right: 0;
    }
    .col-md-6-4:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1920px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-1-1,
    .col-lg-2-1,
    .col-lg-3-1,
    .col-lg-4-1,
    .col-lg-5-1,
    .col-lg-6-1,
    .col-lg-7-1,
    .col-lg-8-1,
    .col-lg-9-1,
    .col-lg-10-1,
    .col-lg-11-1,
    .col-lg-12-1,
    .col-lg-1-2,
    .col-lg-2-2,
    .col-lg-3-2,
    .col-lg-4-2,
    .col-lg-5-2,
    .col-lg-6-2,
    .col-lg-7-2,
    .col-lg-8-2,
    .col-lg-9-2,
    .col-lg-10-2,
    .col-lg-11-2,
    .col-lg-12-2,
    .col-lg-1-3,
    .col-lg-2-3,
    .col-lg-3-3,
    .col-lg-4-3,
    .col-lg-5-3,
    .col-lg-6-3,
    .col-lg-7-3,
    .col-lg-8-3,
    .col-lg-9-3,
    .col-lg-10-3,
    .col-lg-11-3,
    .col-lg-12-3 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-6-2 {
        width: 49%;
        margin-top: 2%;
        margin-right: 2%;
    }
    .col-lg-6-2:nth-of-type(2n) {
        margin-right: 0;
    }
    .col-lg-6-2:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-3-1 {
        width: 24.25%;
        margin-top: 1%;
        margin-right: 1%;
    }
    .col-lg-3-1:nth-of-type(4n) {
        margin-right: 0;
    }
    .col-lg-3-1:nth-of-type(-n+4) {
        margin-top: 0;
    }
    .col-lg-3-2 {
        width: 23.5%;
        margin-top: 2%;
        margin-right: 2%;
    }
    .col-lg-3-2:nth-of-type(4n) {
        margin-right: 0;
    }
    .col-lg-3-2:nth-of-type(-n+4) {
        margin-top: 0;
    }
    .col-lg-3-3 {
        width: 22.75%;
        margin-top: 3%;
        margin-right: 3%;
    }
    .col-lg-3-3:nth-of-type(4n) {
        margin-right: 0;
    }
    .col-lg-3-3:nth-of-type(-n+4) {
        margin-top: 0;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.clear {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

body {
    font-size: 1rem;
    font-family: 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1';
}

.wrapper {
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.h_top {
    position: fixed;
    z-index: 12;
    background: #000;
    max-width: 640px;
    min-width: 320px;
    width: 100%;
}

.h_top_content {
   /* background: #000;*/
    height: 58px;
    position: relative;
    z-index: 4;
	/*border-bottom:1px solid #494949;*/
	padding:10px 0px;
	width:94%;
	margin:0 auto;
}

.h_top a {
    display: block;
}

.logo {
    float: left;
    margin-left: 2%;
    height: 100%;
    line-height: 50px;
}

.logo img {
    height: 25px;
}

.toggle-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1.6rem;
}
.toggle-btn .sr-only::after {
    position: absolute;
    top: 0.16rem;
    left: 0;
    content: ' ';
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
}	
.nav_btn,
.search_ico {
    float: right;
    margin: 12.5px 2% 12.5px 0;
}

.search_ico {
    margin-right: 2.6%;
}

.nav_btn img,
.search_ico img {
    height: 25px;
}


/*导航*/

.nav {
    position: fixed;
    pointer-events: none;
    z-index: 15;
    width: 240px;
    height: 100%;
    top: 0;
    left: -260px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .8);
    box-shadow: 0 0 16px rgba(0, 0, 0, .8);
    overflow-y: scroll;
    -webkit-transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out;
    background: rgb(0, 0, 0);
}

.nav.active {
    pointer-events: inherit;
    display: block;
    left: 0;
}
.nav-logo,.nav-tel{padding:20PX;}
.nav-logo{background:#000;}
.nav-logo a img{ width:50%;}
.nav_box {
    padding: 0 20px 20px 20px;
}

.nav_box li {
    padding-right: 8px;
    position: relative;
    border-bottom: 1px solid #222;
}

.nav_box li>a {
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    background: url(../images/nav_ico.png) no-repeat right center;
    background-size: 14px;
    display: block;
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .nav_box li>a {
        height: 4rem;
        line-height: 4rem;
        font-size:1rem;
    }
}

.nav_box li.on>a {
    background-image: url(../images/nav_ico_on.png);
}

.nav_box li.link>a {
    background-image: url(../images/nav_ico_link.png);
    background-size: 10px;
}

.nav_box li>div a {
    width: 100%;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    float: left;
    color: #fff;
    position: relative;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 28px;
    text-indent: 20px;
    border-bottom: 1px solid #222;
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .nav_box li>div a {
        height: 36px;
        line-height: 36px;
    }
}

.nav_box li>div a:last-child {
    border: none;
}

.nav_box li>div {
    display: none;
}

.nav_opacity {
    background-color: rgba(4, 4, 4, 0.5);
    opacity: .5;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=68);
    filter: alpha(opacity=68);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 14;
    display: none;
}

.nav_opacity.active {
    display: block;
}

.searchmain {
    transition: 0.3s;
    position: relative;
    z-index: 9;
}

.searchmain form {
    display: none;
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.searchmain input {
    border: none;
    outline: none;
}

.search_key[type='text'] {
    font-size: 1.1rem;
    background: #fff;
    width: 100%;
    border: 1px solid #7f8183;
    padding: 1.5% 16% 1.5% 3%;
    display: block;
    margin: 0 auto;
}

.reset_btn {
    background: url('../images/reset_btn.png') center no-repeat;
    width: 6%;
    height: 100%;
    display: block;
    position: absolute;
    right: 10%;
    top: 0;
    cursor: pointer;
}

.search_btn {
    font-size: 1.1rem;
    display: block;
    width: 10%;
    padding: 1.4% 0%;
    margin: 0.1% 0;
    background: #000;
    color: #fff;
    position: absolute;
    right: 0.1%;
    top: 0;
    cursor: pointer;
}

.searchmain_active {
    padding: 3% 0;
    border-top: 1px solid #c5c5c6;
    background: #fff;
}


/*banner*/

.ind_banner {
    padding-top: 49px;
    width: 100%;
}

.ind_banner .ind_banner_container {
    height: 100%;
    border: 1px solid #000;
}

.ind_banner .ind_banner_container .ind_banner_slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ind_banner .ind_banner_container .ind_banner_slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 54.8% 0;
}

.ind_banner .ind_banner_container .ind_banner_slide a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_banner .ind_banner_container .ind_banner_pagination {
    bottom: 10px;
}

.ind_banner .ind_banner_container .ind_banner_pagination .swiper-pagination-bullet {
    transition: 0.6s;
    opacity: 1;
    background: #444;
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
}

.ind_banner .ind_banner_container .ind_banner_pagination .swiper-pagination-bullet-active {
    background: #fff;
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .search_key[type='text'] {
        padding-right: 25%;
    }
    .reset_btn {
        width: 10%;
        right: 14%;
        background-size: 50%;
    }
    .search_btn {
        width: 14%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 768px) {
    .search_key[type='text'] {
        padding-right: 20%;
    }
    .reset_btn {
        width: 8%;
        right: 12%;
        background-size: 50%;
    }
    .search_btn {
        width: 12%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .search_key[type='text'] {
        padding-right: 16%;
    }
    .reset_btn {
        width: 6%;
        right: 10%;
    }
    .search_btn {
        width: 10%;
    }
}

.search_fixed {
    position: fixed;
    pointer-events: none;
    width: 100%;
    max-width: 1024px;
    min-width: 320px;
    top: -50%;
    z-index: 9;
    transition: 0.6s;
    padding: 0 2%;
}

.search_fixed_box {
    width: 100%;
    padding: 2%;
    background: #fff;
}

.search_fixed.active {
    pointer-events: inherit;
    top: 30%;
}

.search_fixed .search_fixed_box p {
    font-size: 1.1rem;
    padding: 1.7% 0;
    font-weight: bold;
    color: #000;
}

.search_fixed .search_fixed_box li {
    transition: 0.6s;
    float: left;
}

.search_fixed .search_fixed_box li:nth-of-type(1) {
    width: 100%;
    position: relative;
    float: none;
}

.search_fixed .search_fixed_box li i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 1.7% 0;
}

.search_fixed .search_fixed_box li i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.search_fixed .search_fixed_box li a {
    font-size: 1rem;
    color: #868686;
    line-height: 200%;
}

.search_fixed.active .search_fixed_box li a:hover {
    color: #2f3f62;
}

.search_fixed .search_fixed_box ul {
    display: none;
}

.search_fixed.active .search_fixed_box ul.active {
    display: block;
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .search_fixed .search_fixed_box li {
        width: 33.33%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 600px) {
    .search_fixed .search_fixed_box li {
        width: 25%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1920px) {
    .search_fixed .search_fixed_box li {
        width: 20%;
    }
}

.ind {
    background: #f5f5f5;
    padding: 6% 2%;
    overflow: hidden;
	padding-top:0px;
}

.ind_title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.ind_title h4 {
    font-size: 1rem;
    color: #5f5f5f;
    letter-spacing: 2px;
}
.ind_title h4 img{ width:90%; padding:0.5rem;}
.ind_pn4_about{
	font-size: 14px;
	color: #5f5f5f;
	text-indent: 0px;
	line-height: 23px;
	margin-bottom:0.3rem;
}
.ind_pn2 .pn2_banner ul{display: flex;justify-content: center;}
.ind_title p {
    font-size: 0.7rem;
    color: #989898;
    text-transform: uppercase;
    margin-top: 2.5%;

}

.ind_search form {
    width: 100%;
    position: relative;
    margin: 5% 0;
}

.ind_search form input {
    border: none;
    outline: none;
}

.ind_search form input[type='text'] {
    width: 100%;
    font-size: 1.1rem;
    padding: 2.5% 12% 2.5% 3%;
    border-radius: 50px;
}

.ind_search form input[type='submit'] {
    position: absolute;
    right: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background: url('../images/ind_search_btn.png') #000 center no-repeat;
    background-size: 70%;
    border-radius: 0 50px 50px 0;
}

@media only screen and (min-width: 600px) and (max-width: 1920px) {
    .ind_search form input[type='submit'] {
        background-size: 50%;
    }
}

.ind_search>ul {
    position: relative;
}

.ind_search>ul>li {
    background: #fff;
}

.ind_search>ul>li figure {
    width: 100%;
    cursor: pointer;
    pointer-events: inherit;
}

.ind_search>ul>li figure figcaption {
    transition: 0.6s;
    width: 100%;
    padding: 15% 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ind_search>ul>li .ind_search_ico {
    width: 18%;
}

.ind_search>ul>li .ind_search_ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ind_search>ul>li .search_content {
    padding: 5% 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ind_search>ul>li .search_content h5 {
    font-size: 1.1rem;
    color: #2f3f62;
    font-weight: normal;
}

.ind_search>ul>li .search_content p {
    font-size: 1rem;
    color: #868686;
    margin-top: 3.5%;
}

.ind_search_opacity {
    position: fixed;
    z-index: 8;
    background-color: #000;
    opacity: 0.44;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=44);
    filter: alpha(opacity=44);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.ind_search_opacity.active {
    display: block;
}

.seek_product {
    position: fixed;
    pointer-events: none;
    width: 100%;
    max-width: 1024px;
    min-width: 320px;
    top: -800px;
    z-index: 10;
    transition: 0.6s;
    padding: 0 2%;
}

.seek_product section {
    background: #fff;
    padding: 2.5% 2%;
}

.seek_product.active {
    pointer-events: inherit;
    top: 35%;
}

.seek_product h4 {
    font-size: 1.375rem;
    color: #2f3f62;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3%;
}

.seek_product form {
    margin: 0;
}

.seek_product form input[type='text'] {
    background: #f5f5f5;
}

.seek_product_opacity {
    position: fixed;
    background-color: #000;
    opacity: 0.44;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=44);
    filter: alpha(opacity=44);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9;
}

.seek_product_opacity.active {
    display: block;
}



.ind_pn2{
    padding-top: 5%;
	background:url(../images/product_bg.jpg) no-repeat center center;

}
.ind_pn2 .pn2_banner {
    padding-top: 5%;
}


.pn2_banner ul li {float: left; height:88px; width:60px;cursor: pointer;font-size: 14px; margin:0px 1.5%; background:url(../images/pcat_bg.png) no-repeat center center; }
.pn2_banner ul li a{height:80px; width:80px; text-align:center;  padding-top:85px; display:block; text-align:center;}
.pn2_banner ul li:nth-child(6n+1) a{background:url(../../index/images/sds_li1_bg.png) no-repeat center center;background-size:100%;}
.pn2_banner ul li:nth-child(6n+2) a{background:url(../../index/images/sds_li2_bg.png) no-repeat center center;background-size:100%;}
.pn2_banner ul li:nth-child(6n+3) a{background:url(../images/sds_li3_bg.png) no-repeat center center;background-size:110%;}
.pn2_banner ul li:nth-child(6n+4) a{background:url(../images/sds_li4_bg.png) no-repeat center center;background-size:110%;}
.pn2_banner ul li:nth-child(6n+5) a{background:url(../images/sds_li5_bg.png) no-repeat center center;background-size:110%;}
.pn2_banner ul li:nth-child(6n) a{background:url(../images/sds_li6_bg.png) no-repeat center center;background-size:110%; }
.pn2_banner ul li.on a{color:#1b4883;}
.pn2_banner ul li.on,.pn2_banner ul li:hover{color:#1b4883; background:url(../images/index_pro_cbg.png) no-repeat center center;}


.ind_pn2 .pn2_banner .pn2_banner_slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ind_pn2 .pn2_banner .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
    padding: 34% 0;
}

.ind_pn2 .pn2_banner .pn2_banner_slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	padding:7.5%;

}
.ind_pn2 .pn2_banner .pn2_banner_slide h6{font-size:1rem;}
.ind_pn2 .pn2_banner .pn2_banner_slide .tit1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 2.5% 0;
    background: rgba(0, 0, 0, 0.64);
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.ind_pn2 .pn2_banner .pn2_banner_slide .tit1 span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_pn2 .pn2_banner .swiper-pagination {
    position: static;
    padding: 5px 0;
}

.ind_pn2 .pn2_banner .swiper-pagination .swiper-pagination-bullet {
    transition: 0.6s;
    opacity: 1;
    background: #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    line-height: 6px;
    margin: 0 3px;
    position: relative;
    outline: none;
}

.ind_pn2 .pn2_banner .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #d3d3d3;
    top: 0;
    right: 0;
    border-radius: 10px;
    transition: 0.6s;
}

.ind_pn2 .pn2_banner .swiper-pagination .swiper-pagination-bullet:hover:after {
    background: #000;
}

.ind_pn2 .pn2_banner .swiper-pagination .swiper-pagination-bullet-active:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 6px;
    background: #000;
    top: 0;
    right: -3px;
    border-radius: 10px;
    transition: 0.6s;
}

.ind_pn2 .pn2_banner  ul li {
    /*float: left;
    width: 25%;
    text-align: center;
	padding: 1% 0.5%;
	border: 1px solid #b5b6b7;
    /*border-right: 1px solid #b5b6b7;*/
	
	display: block;
	width: 25%;
	text-align: center;
	color: #666;
	float: left;
	margin: 0.1rem 0;
	background-size:100%;
}
.ind_pn2 .pn2_banner  ul li a{
	display: inline-block;
	font-size: 0.16rem;
	color: #000;
	letter-spacing: 0px;
	
}
.ind_pn2 .pn2_banner  ul li a em {
    display: block;
    width: 45.625%;
    margin: 0 auto;
}
.ind_pn2 .pn2_banner  ul li a em img {
    display: block;
    width: 100%;
}
/*产品中心*/

.ind_pn3 {
    padding-top: 5%;
}

.ind_pn3>ul {
    width: 100%;
    padding: 5% 0;
}
.pn3_banner{ padding-top:5%;}
.ind_pn3>ul li {
    float: left;
    width: 33.3%;
    text-align: center;
    border-right: 1px solid #b5b6b7;
}

.ind_pn3>ul li:last-child {
    border: none;
}

.ind_pn3>ul li a {
    font-size: 1.1rem;
    display: inline-block;
    color: #555555;
}


/*.ind_pn3>ul li a:hover{color: #000;}*/

.ind_pn3 .pn3_banner .pn3_banner_slide figure {
    width: 100%;
    overflow: hidden;
}

.ind_pn3 .pn3_banner .pn3_banner_slide figure a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ind_pn3 .pn3_banner .pn3_banner_slide figure>a div {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 32% 0;
}

.ind_pn3 .pn3_banner .pn3_banner_slide figure>a div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_pn3 .pn3_banner .pn3_banner_slide figure>a figcaption {
    background: rgba(27, 72, 131, 0.45);
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 80%;
    text-align: center;
    margin: 10% 15%;
    padding: 2%;
    overflow: hidden;
}

.ind_pn3 .pn3_banner .pn3_banner_slide figure>a figcaption h4 {
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
    line-height: 200%;
}

.ind_pn3 .pn3_banner .pn3_banner_slide figure>a figcaption p {
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 150%;
}

.ind_pn3 .pn3_banner .pn3_banner_slide figure ul {
    width: 100%;
    max-height: 122.4px;
    overflow: hidden;
}

.ind_pn3 .pn3_banner .pn3_banner_slide figure ul li {
    float: left;
    width: 23.5%;
    margin-top: 18px;
    margin-right: 2%;
}

.ind_pn3 .pn3_banner .pn3_banner_slide figure ul li:nth-of-type(4n) {
    margin-right: 0;
}

.ind_pn3 .pn3_banner .pn3_banner_slide figure ul li a {
    font-size: 1.1rem;
    padding: 10px 0;
    text-align: center;
    color: #616161;
    background: #fff;
}

.ind_pn3 .pn3_banner .pn3_banner_slide figure ul li a:hover {
    color: #fff;
    background: #000;
}

.ind_pn3 .pn3_banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/banner_prev.png) center no-repeat;
    background-size: contain;
    width: 10%;
    padding: 5% 0;
    left: 0;
    outline: none;
}

.ind_pn3 .pn3_banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/banner_next.png) center no-repeat;
    background-size: contain;
    width: 10%;
    padding: 5% 0;
    right: 0;
    outline: none;
}

.ind_pn3 .pn3_banner .swiper-button-prev {
    margin-top: -22px;
}

.ind_pn3 .pn3_banner .swiper-button-next {
    margin-top: -22px;
}



.ind_pn5 .pn8_banner .pn8_banner_slide figure {
    width: 100%;
    overflow: hidden;
	padding-top:20%;
	padding-bottom:0.8rem;
}
.ind_pn5 .pn8_banner .pn8_banner_slide figure {
    width: 100%;
    overflow: hidden;
}


.ind_pn5 .pn8_banner .pn8_banner_slide figure>div{
    width: 50%;
    height: 100%;
    position: relative;
    padding: 32% 0;
	display:block;
	float:left;
}
.ind_pn5 .pn8_banner .pn8_banner_slide figure>div p{
	position: absolute;
	z-index:99;
	background: rgba(0, 0, 0, 0.84);
	color:#fff;
	text-align:center;
	width:100%;
	height:0.2rem;
	line-height:0.2rem;
	bottom:-0.2rem;
}
.ind_pn5 .pn8_banner .pn8_banner_slide figure>div img{
    position: absolute;
    top: 0;
    left: 2.5%;
    width: 95%;
    height: 95%;
    object-fit: cover;
	float:left;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.ind_pn5 .pn8_banner .swiper-pagination {
    position: static;
    padding: 5px 0;
}

.ind_pn5 .pn8_banner .swiper-pagination .swiper-pagination-bullet {
    transition: 0.6s;
    opacity: 1;
    background: #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    line-height: 6px;
    margin: 0 3px;
    position: relative;
    outline: none;
}

.ind_pn5 .pn8_banner .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #d3d3d3;
    top: 0;
    right: 0;
    border-radius: 10px;
    transition: 0.6s;
}

.ind_pn5 .pn8_banner .swiper-pagination .swiper-pagination-bullet:hover:after {
    background: #000;
}

.ind_pn5 .pn8_banner .swiper-pagination .swiper-pagination-bullet-active:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 6px;
    background: #000;
    top: 0;
    right: -3px;
    border-radius: 10px;
    transition: 0.6s;
}

@media only screen and (min-width: 0px) and (max-width: 590px) {
    .ind_pn3 .pn3_banner .pn3_banner_slide figure ul li {
        width: 32%;
    }
    .ind_pn3 .pn3_banner .pn3_banner_slide figure ul li:nth-of-type(4n) {
        margin-right: 2%;
    }
    .ind_pn3 .pn3_banner .pn3_banner_slide figure ul li:nth-of-type(3n) {
        margin-right: 0;
    }
}


/*空间应用*/

.ind_pn4,
.ind_pn4 ul {
    padding-top: 10%;
}

.ind_pn4 ul li {
    overflow: hidden;
}

.ind_pn4 ul li a {
    display: block;
}

.ind_pn4 ul li a div {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 27.5% 0;
}

.ind_pn4 ul li a div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_pn4 ul li a p {
    letter-spacing: 2px;
    padding: 2.5% 0;
    background: #000;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.ind_pn5 {
    padding-top: 20%;
	/*background:url(../images/sys_bg.jpg) no-repeat center center;*/
}

.ind_pn5 .pn5_word {
    background: #f0f0f0;
    margin-top: 5%;
    /*border: 18px solid #000;
    padding: 6% 4.5% 4.5% 4.5%;*/
}

.ind_pn5 .pn5_word p {
    font-size: 1.1rem;
    color: #fff;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ind_pn5 .pn5_word div {
    width: 100%;
    text-align: right;
}

.ind_pn5 .pn5_word div a {
    text-align: left;
    position: relative;
    font-size: 1.1rem;
    color: #fff;
    border-bottom: 1px solid #9d9d9d;
    margin-top: 4.5%;
    display: inline-block;
    width: 135px;
    height: 32px;
    line-height: 32px;
}

.ind_pn5 .pn5_word div a:after {
    width: 22px;
    height: 16px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0px;
    background: url(../images/ind_pn5_word_ico.png);
}

.ind_pn5 .pn5_word div a:hover {
    color: #000;
}

.ind_pn5 ul li {
    position: relative;
}

.ind_pn5 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_pn5 ul li section {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(47, 63, 98, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ind_pn5 ul li section h5 {
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ind_pn5 ul li section h5 span {
    color: #fff;
    font-size: 1.1rem;
}


/*工程案例*/

.ind_pn6,
.ind_pn6 .pn6_content {
    padding-top: 10%;
    text-align: center;
	background:#eee;
}

.ind_pn6 .pn6_content ul li {
    position: relative;
    overflow: hidden;
	width:33.33%;
	float:left;
	padding:2%;
	background:url(../images/inx_cust_itbg.png) no-repeat center center;
	background-size:100%;
}

.ind_pn6 .pn6_content ul li a {
    display: block;
    position: relative;
    padding: 70% 0;

}

.ind_pn6 .pn6_content ul li a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	vertical-align: middle;
	padding: 8% 5% 0 5%;
}

.ind_pn6 .pn6_content ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3.5% 0;
    background: rgba(27, 72, 131, 0.87);
    font-size: 1.1rem;
    color: #fff;
    letter-spacing: 2px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_pn6 .pn6_content>a {
    display: inline-block;
    font-size: 0.16rem;
    color: #fff;
    background: #000;
    margin: 7% 0 8% 0;
    padding: 2% 5%;
	font-weight:normal;
}


/*新闻资讯*/

.ind_pn7 {
	background:#fff;
	margin-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.ind_pn7 .ind_pn7_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ind_pn7 .ind_pn7_top .ind_title p {
    margin-top: 8%;
    font-size: 12px;
}

.ind_pn7 .ind_pn7_top>a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 1.1rem;
    color: #000;
    letter-spacing: 2px;
    border: 1px solid #000;
    padding: 1.2% 7%;
}

.ind_pn7 .ind_pn7_top>a:after {
    z-index: -1;
    transition: 0.6s;
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

.ind_pn7 .ind_pn7_top>a:hover {
    color: #fff;
}

.ind_pn7 .ind_pn7_top>a:hover:after {
    width: 100%;
}

.ind_pn7 ul {
    width: 100%;
    padding: 5% 0;
}

.ind_pn7 ul li {
    float: left;
    width: 33.3%;
    text-align: center;
    border-right: 1px solid #b5b6b7;
}

.ind_pn7 ul li:last-child {
    border: none;
}

.ind_pn7 ul li a {
    font-size: 1.1rem;
    display: inline-block;
    color: #555555;
}

.ind_pn7 ul li a:hover {
    color: #000;
}

.ind_pn7 .pn7_banner {
    position: relative;
    padding: 5px 0px;
}

.ind_pn7 .pn7_banner .pn7_banner_slide {
    width: 100%;
    height: 100%;
    padding: 3px;
}

.ind_pn7 .pn7_banner .pn7_banner_slide a {
    display: block;
    border: 1px solid #a9aaab;
}

.ind_pn7 .pn7_banner .pn7_banner_slide a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 29% 0;
}

.ind_pn7 .pn7_banner .pn7_banner_slide a div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind_pn7 .pn7_banner .pn7_banner_slide a section {
    padding: 3% 2%;
    background: #fff;
}

.ind_pn7 .pn7_banner .pn7_banner_slide a section h6 {
    font-size: 1.25rem;
    color: #3b3b3b;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ind_pn7 .pn7_banner .pn7_banner_slide a section p {
    font-size: 1.1rem;
    height: 48px;
    line-height: 24px;
    margin: 3.5% 0;
    overflow: hidden;
    color: #636363;
    letter-spacing: 1px;
}

.ind_pn7 .pn7_banner .pn7_banner_slide a section time {
    text-align: right;
    font-size: 1.1rem;
    color: #787878;
    display: block;
}

.ind_pn7 .pn7_banner .pn7_banner_slide a:hover {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.ind_pn7 .pn7_banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/banner_prev1.png) left center no-repeat;
    background-size: contain;
    width: 15px;
    left: 0;
    z-index: 2;
    outline: none;
}

.ind_pn7 .pn7_banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/banner_next1.png) right center no-repeat;
    background-size: contain;
    width: 15px;
    right: 0;
    z-index: 2;
    outline: none;
}

@charset "utf-8";
/* CSS Document */
.ind_pn9{
	padding-top:5%;
}
.ind_pn9 .pn9_banner .pn9_banner_slide figure {
    width: 100%;
    overflow: hidden;
	padding-top:5%;
}

.ind_pn9 .pn9_banner .pn9_banner_slide figure a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.ind_pn9 .pn9_banner .pn9_banner_slide figure>a div {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 32% 0;
}

.ind_pn9 .pn9_banner .pn9_banner_slide figure>a div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.ind_pn9 .pn9_banner .pn9_banner_slide figure>a figcaption {
    background: rgba(67, 67, 67, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 70%;
    text-align: center;
    margin: 10% 15%;
    padding: 2%;
    overflow: hidden;
}

.ind_pn9 .pn9_banner .pn9_banner_slide figure>a figcaption h4 {
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
    line-height: 200%;
}

.ind_pn9 .pn9_banner .pn9_banner_slide figure>a figcaption p {
    font-size: 0.9rem;
    color: #fff;
    letter-spacing: 1px;
    line-height: 150%;
}

.ind_pn9 .pn9_banner .pn9_banner_slide figure ul {
    width: 100%;
    max-height: 122.4px;
    overflow: hidden;
}

.ind_pn9 .pn9_banner .pn9_banner_slide figure ul li {
    float: left;
    width: 23.5%;
    margin-top: 18px;
    margin-right: 2%;
}

.ind_pn9 .pn9_banner .pn9_banner_slide figure ul li:nth-of-type(4n) {
    margin-right: 0;
}

.ind_pn9 .pn9_banner .pn9_banner_slide figure ul li a {
    font-size: 1.1rem;
    padding: 10px 0;
    text-align: center;
    color: #616161;
    background: #fff;
}

.ind_pn9 .pn9_banner .pn9_banner_slide figure ul li a:hover {
    color: #fff;
    background: #000;
}

.ind_pn9 .pn9_banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/banner_prev.png) center no-repeat;
    background-size: contain;
    width: 10%;
    padding: 5% 0;
    left: 0;
    outline: none;
}

.ind_pn9 .pn9_banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/banner_next.png) center no-repeat;
    background-size: contain;
    width: 10%;
    padding: 5% 0;
    right: 0;
    outline: none;
}

.ind_pn9 .pn9_banner .swiper-button-prev {
    margin-top: -22px;
}

.ind_pn9 .pn9_banner .swiper-button-next {
    margin-top: -22px;
}

 .public-right {
  position: fixed;
  z-index: 999;
   right:0.1rem;
   bottom:4.3rem;
   width:3rem;
   height:9rem;
  text-align:center;
}
.public-right li {
  width: 3rem;
  height: 2.7rem;
  margin-bottom:0.3rem;
  position: relative;
  text-align: center;
  width:100%;
  background:#000;
}
.public-right li .center {
  position: absolute;
  top: 50%;width:100%;
  transform:translateY(-50%);
}
.public-right li p {
  font-size: 10px;
  color: #fff;
  line-height: 1;
  margin-top: 5px;
}
.public-right li .icon-box img {
  height: 2.7rem;
}
.public-right li.up {
  cursor: pointer;
}
.public-footer {
  padding-top: 0.906667rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
  padding-bottom: 2rem;
}
.public-footer .logo-box {
  text-align: center;
  margin-bottom: 0.8rem;
}
.public-footer .logo-box img {
  height: 1.333333rem;
}
.public-footer ul li {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.public-footer ul li a {
  color: #fff;
  font-size:0.8rem;
}
.public-footer .contact-box {
  margin-top: 0.666667rem;
}
.public-footer .contact-box .title {
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 0.4rem;
}
.public-footer .contact-box .title:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  top: 50%;
}
.public-footer .contact-box .title span {
  position: relative;
  color: #fff;
  font-size: 0.4rem;
  display: inline-block;
  background: #2f2f2f;
  padding-left: 0.133333rem;
  padding-right: 0.133333rem;
}
.public-footer .contact-box .share-box {
  text-align: center;
}
.public-footer .contact-box .share-box a {
  color: #fff;
}
.public-footer .contact-box .share-box .social-share-icon {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.666667rem;
}
.public-footer .er-box {
  text-align: center;
  margin-top: 0.466667rem;
}
.public-footer .er-box .img-box img {
  width: 6.0rem;
}
.public-footer .er-box p {
  margin-top: 0.133333rem;
  color: #fff;
}
.public-footer .copy-box {
  text-align: center;
  line-height: 1.6;
  margin-top: 0.533333rem;
}
.public-footer .copy-box p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}
.public-footer .copy-box p span {
  display: inline-block;
  margin-left: 0.266667rem;
  margin-right: 0.266667rem;
}

footer {
    background: url(../images/footer_bg.jpg) no-repeat center center;
}

.f_content {
    /*text-align: center; */
    padding: 5% 2%;
    width: 100%;
    background: url(../images/f_content_bg.jpg) center center no-repeat;
    background-size: cover;
}

.f_content .f_phone div {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 6.5px;
    margin-right: 10px;
    background: #000;
    border-radius: 50%;
}

.f_content .f_phone div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.f_content .f_phone section {
    display: inline-block;
    vertical-align: middle;
}

.f_content .f_phone span {
    font-size: 1.1rem;
    color: #2f3f62;
}

.f_content .f_phone p {
    font-size: 1.1rem;
    color: #2f3f62;
}

.f_content .f_nav {
    margin: 3.5% 0;
}

.f_content .f_nav li {
    width: 25%;
    float: left;
    border-right: 1px solid #ccc;
}

.f_content .f_nav li:nth-of-type(4n) {
    border-right: none;
}

.f_content .f_nav li a {
    display: block;
    font-size: 1.1rem;
    text-align: center;
    padding: 3px 5px;
    color: #343333;
}

.f_content .f_add {
    /*text-align: center; */
    font-size: 1.1rem;
    color: #343333;
    line-height: 150%;
}

.f_link {
    padding: 0 2%;
}

.f_link p {
    cursor: pointer;
    font-size: 1.1rem;
    color: #343333;
    line-height: 280%;
    border-bottom: 1px solid #d5d5d5;
}

.f_link p i {
    display: inline-block;
    margin-left: 6px;
    width: 18px;
    height: 9px;
    background: url(../images/f_link_ioc.png) center center no-repeat;
    background-size: contain;
}

.f_link ul {
    display: none;
    border-bottom: 1px solid #d5d5d5;
}

.f_link ul li {
    float: left;
}

.f_link ul li a {
    font-size: 1.1rem;
    color: #343333;
    line-height: 280%;
    margin-right: 20px;
}

.f_link ul li a:hover {
    color: #000;
}

.f_link p.on i {
    background-image: url(../images/f_link_ioc_on.png);
}

.f_copy {
    padding: 1.5% 2% 2.5% 2%;
}

.f_copy p {
    font-size: 1.1rem;
    color: #343333;
    line-height: 180%;
}

.f_copy p a:hover {
    color: #000;
}

.f_bottom {
    position: fixed;
    bottom: 0;
    max-width: 1024px;
    min-width: 320px;
    width: 100%;
    z-index: 11;
    height: 80px;
}

.f_bottom div {
    border-right: 1px solid #bce7e6;
    position: relative;
    float: left;
    text-align: center;
    height: 100%;
    width: 25%;
    background: #000;
}

.f_bottom div>a {
    display: block;
    width: 100%;
    height: 100%;
}

.f_bottom div>a:last-child {
    border: none;
}

.f_bottom div>a p {
    transition: 0.6s;
    font-size: 1.1rem;
    color: #fff;
    padding-top: 45px;
}

.f_bottom div:nth-of-type(1) a p {
    background: url(../images/f_bottom_icn1.png) center 8px no-repeat;
    background-size: 30px;
}

.f_bottom div:nth-of-type(2) a p {
    background: url(../images/f_bottom_icn2.png) center 8px no-repeat;
    background-size: 30px;
}

.f_bottom div:nth-of-type(3) a p {
    background: url(../images/f_bottom_icn3.png) center 8px no-repeat;
    background-size: 30px;
}

.f_bottom div:nth-of-type(4) a p {
    background: url(../images/f_bottom_icn4.png) center 8px no-repeat;
    background-size: 30px;
}

.f_bottom div ul {
    transition: 0.6s;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 5px;
    background: #fff;
}

.f_bottom div ul li {
    cursor: pointer;
    height: 41px;
    line-height: 41px;
    width: 100%;
    letter-spacing: 2px;
    border-bottom: 1px solid #80d1d0;
    font-size: 1.1rem;
    color: #2f3f62;
}

.f_bottom div.active>a {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.f_bottom div.active>a p {
    color: #2f3f62;
}

.f_bottom div:nth-of-type(3).active>a p {
    background-image: url(../images/f_bottom_icn3_h.png);
}

.f_bottom div.active>ul {
    top: -82px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .f_bottom {
        height: 60px;
    }
    .f_bottom div>a p {
        font-size: 1rem;
        padding-top: 35px;
    }
    .f_bottom div:nth-of-type(1)>a p,
    .f_bottom div:nth-of-type(2)>a p,
    .f_bottom div:nth-of-type(3)>a p,
    .f_bottom div:nth-of-type(4)>a p {
        background-size: 20px;
    }
}


/*查找门店*/

.network {
    position: fixed;
    pointer-events: none;
    width: 100%;
    max-width: 1024px;
    min-width: 320px;
    bottom: -800px;
    z-index: 10;
    transition: 0.6s;
    padding: 0 2%;
}

.network-box {
    width: 100%;
    padding: 3%;
    background: #fff;
}

.network.active {
    pointer-events: inherit;
    bottom: 100px;
}

.network-box>h4 {
    font-size: 1.375rem;
    color: #2f3f62;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3%;
}

.network-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.network-box-top .select {
    background: #f5f5f5;
    position: relative;
    width: 49%;
    height: 52px;
    display: inline-block;
}

.network-box-top .select p {
    padding: 0 15px;
    overflow: hidden;
    line-height: 52px;
    font-size: 1.1rem;
    color: #b4b4b4;
    cursor: pointer;
    text-align: center;
}

.network-box-top .select p span {
    position: relative;
}

.network-box-top .select p span:before {
    width: 300%;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: -305%;
    background: #b4b4b4;
}

.network-box-top .select p span:after {
    width: 300%;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    right: -305%;
    background: #b4b4b4;
}

.network-box-top .select ul {
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 52px;
    left: 0px;
    z-index: 2;
    display: none;
    width: 100%;
    height: 330px;
    overflow-y: scroll;
}

.network-box-top .select ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 15px;
    line-height: 32px;
    background: #fff;
    text-align: center;
    transition: 0.6s;
}

.network-box-top .select ul li:last-child {
    border: none;
}

.network-box-top .select ul li a {
    display: block;
    font-size: 1.1rem;
    color: #b4b4b4;
}

.network-box-top .select ul li:hover {
    background: #f2f2f2;
}

.network-box h5 {
    margin-top: 5%;
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.network-box-middle {
    margin-top: 5%;
    position: relative;
    height: 200px;
    overflow-y: scroll;
}

.network-box-middle::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.network-box-middle::-webkit-scrollbar-thumb {
    background: #000;
}

.network-box-middle ul li {
    width: 96%;
    padding: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #a5a5a5;
}

.network-box-middle ul li p {
    line-height: 32px;
    font-size: 1rem;
    color: #444444;
}


/*.network-box-middle ul li h6{text-align:center; font-weight: normal; font-size: 1.1rem; color: #444444;}*/

#ChinaMap {
    height: 0;
    overflow: hidden;
}

.network_opacity {
    position: fixed;
    z-index: 9;
    background-color: #000;
    opacity: 0.44;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=44);
    filter: alpha(opacity=44);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.network_opacity.active {
    display: block;
}

.page_img {
    padding-top: 49px;
}

.page_img a {
    display: block;
    position: relative;
    width: 100%;
    padding: 18% 0;
    overflow: hidden;
}

.page_img a img {
    border: 1px solid #aaabac;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_pos {
    position: relative;
}

.pos_content {
    width: 100%;
    padding: 0 2%;
    line-height: 180%;
    font-size: 0.8rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.pos_content img {
    height: 12px;
    object-fit: cover;
    margin: 0 5px 5px 5px;
}

.pos_content a:hover {
    color: #000
}

.page_mian {
    background: #f8f8f8;
}

.page_content {
    padding: 5% 2%;
}

.main_top_nav a {
    font-size: 1rem;
    color: #6d6d6d;
    background: #e7e7e7;
    display: inline-block;
    padding: 2.5% 0%;
    margin: 1.5% 0.5% 0 0.5%;
    width: 23%;
    text-align: center;
}

.main_top_nav a:last-child {
    margin-right: 0;
}

.main_top_nav a:hover,
.main_top_nav a.active {
    color: #fff;
    background: #000;
}

.main_top {
    padding: 0 2%;
}

.top_banner1,
.top_banner {
    position: relative;
    padding: 0 15px;
    border-bottom: 1px solid #c6c6c6;
}

.top_banner1 .top_banner1_slide {
    width: 100%;
    height: 100%;
}

.top_banner1 .top_banner1_slide a {
    display: block;
    border-bottom: 3px solid #f8f8f8;
    margin-top: 10px;
}

.top_banner1 .top_banner1_slide a div {
    position: relative;
    padding: 13% 0;
    width: 100%;
    height: 100%;
}

.top_banner1 .top_banner1_slide a div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_banner1 .top_banner1_slide a p {
    font-size: 1.1rem;
    line-height: 180%;
    margin-top: 5px;
    padding-bottom: 4%;
    color: #5b5b5b;
    text-align: center;
}

.top_banner1 .top_banner1_slide a.active {
    border-bottom: 3px solid #000;
}

.top_banner1 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/banner_prev1.png) left center no-repeat;
    background-size: contain;
    width: 15px;
    z-index: 2;
    left: 0;
    outline: none;
}

.top_banner1 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/banner_next1.png) right center no-repeat;
    background-size: contain;
    width: 15px;
    z-index: 2;
    right: 0;
    outline: none;
}

.top_banner1 .swiper-button-prev {
    margin-top: -22px;
}

.top_banner1 .swiper-button-next {
    margin-top: -22px;
}

.top_banner2,
.top_banner3 {
    position: relative;
    padding: 0 12px;
    border-bottom: 1px solid #c6c6c6;
}

.top_banner2 .top_banner2_slide,
.top_banner3 .top_banner3_slide {
    width: 100%;
    height: 100%;
}

.top_banner2 .top_banner2_slide a,
.top_banner3 .top_banner3_slide a {
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 250%;
    padding: 5% 0;
    color: #5b5b5b;
}


/*@media only screen and (min-width: 420px) and (max-width: 450px){
  .top_banner2 .top_banner2_slide a,.top_banner3 .top_banner3_slide a{font-size: 8px;}
}*/

.top_banner2 .top_banner2_slide a.active,
.top_banner3 .top_banner3_slide a.active {
    color: #000;
}

.top_banner2 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.top_banner3 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/banner_prev1.png) left center no-repeat;
    background-size: contain;
    width: 10px;
    z-index: 2;
    left: 0;
    outline: none;
}

.top_banner2 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.top_banner3 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/banner_next1.png) right center no-repeat;
    background-size: contain;
    width: 10px;
    z-index: 2;
    right: 0;
    outline: none;
}

.top_banner2 .swiper-button-prev,
.top_banner3 .swiper-button-prev {
    margin-top: -22px;
}

.top_banner2 .swiper-button-next,
.top_banner3 .swiper-button-next {
    margin-top: -22px;
}

.top_banner2 .top_banner2_slide {
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    width: auto;
}

.top_banner2 .top_banner2_slide a {
    line-height: 180%;
    display: inline-block;
    padding: 5px 0;
}

.main_content_btn {
    overflow: hidden;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
}

.main_content_btn span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 180%;
    color: #3f3f3f;
    padding: 0.8% 1.3%;
    background: #e4e4e4;
    border-radius: 8px;
}

.main_content_btn span:before {
    width: 150%;
    height: 1px;
    content: "";
    background: #c6c6c6;
    position: absolute;
    top: 50%;
    left: -170%;
}

.main_content_btn span:after {
    width: 150%;
    height: 1px;
    content: "";
    background: #c6c6c6;
    position: absolute;
    top: 50%;
    right: -170%;
}

.main_content_btn span i {
    transition: 0.6s;
    display: inline-block;
    width: 28px;
    padding-left: 10px;
    height: 11px;
    background: url(../images/main_content_btn_ioc_on.png) right center no-repeat;
    background-size: 12px;
}

.main_top.active .main_content_btn span i {
    background-image: url(../images/main_content_btn_ioc.png);
}

.main_content {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.main_top.active .main_content {
    display: block;
}

.main_content:after {
    clear: both;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.main_content li {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 2% 2% 1.5% 2%;
    border-bottom: 1px solid #c6c6c6;
}

.main_content li:after {
    clear: both;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.main_content li h5 {
    vertical-align: middle;
    float: left;
    width: 14%;
    min-width: 50px;
    max-width: 56px;
    font-size: 1.1rem;
    line-height: 180%;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
}

.main_content li section {
    float: left;
    display: inline-block;
    width: 72.5%;
    height: 31px;
    padding: 0.5% 0;
    line-height: 200%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*.main_content li span{display: inline-block; font-size: 1.1rem; color: #fff; padding: 0.7% 1.4%; background: #000; letter-spacing: 2px;margin-right: 5px;}*/

.main_content li a {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    line-height: 200%;
    color: #5b5b5b;
    float: left;
}

.main_content li a.active {
    color: #fff;
    background: #000;
}

.main_content li i {
    cursor: pointer;
    display: inline-block;
    float: right;
    width: 31px;
    height: 31px;
    line-height: 180%;
    background: url(../images/main_content_ioc.png) #000 center no-repeat;
    background-size: 60%;
}

.main_content li.active {
    white-space: normal;
}

.main_content li.active section {
    height: auto;
}

.main_content li.active i {
    background-image: url(../images/main_content_ioc_on.png);
}

@media only screen and (min-width: 420px) and (max-width: 450px) {
    .main_content li section {
        width: 76.5%;
    }
}

@media only screen and (min-width: 450px) and (max-width: 470px) {
    .main_content li section {
        width: 78%;
    }
}

@media only screen and (min-width: 470px) and (max-width: 500px) {
    .main_content li section {
        width: 78.5%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 550px) {
    .main_content li section {
        width: 80%;
    }
}

@media only screen and (min-width: 550px) and (max-width: 600px) {
    .main_content li section {
        width: 81.5%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {
    .main_content li section {
        width: 83%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 800px) {
    .main_content li section {
        width: 85%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 900px) {
    .main_content li section {
        width: 87%;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1920px) {
    .main_content li section {
        width: 88.7%;
    }
}

.page_title {
    text-align: center;
}

.page_title h4 {
    position: relative;
    font-size: 1.1rem;
    color: #000;
	font-weight: normal;
}

.page_title h4:after {
    width: 50px;
    height: 2px;
    content: "";
    background: #000;
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -25px;
}

.page_title p {
    font-size: 1.1rem;
    font-weight: bold;
    color: #a0a0a0;
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 3px;
}

.fenye {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
	height:70px;
}

.fenye ul {
    width: 116px;
}

.fenye ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0px 9px;
    line-height: 30px;
    background: #b6b6b7;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: 0.6s;
}

.fenye ul li:hover a,
.fenye ul li.active a {
    color: #fff;
    background: #000;
}

.fenye ul li a {
    display: block;
    border-radius: 5px;
}

.fenye ul .fenye-p,
.fenye ul .fenye-n {
    font-size: 16px;
}

.fenye select {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #5a5a5a;
}

.back {
    float: left;
    display: inline-block;
    border: 1px solid #e5e5e5;
}

.back {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 14px;
    padding: 3px 10px;
    color: #000;
    letter-spacing: 2px;
    border: 1px solid #000;
}

section.page_content>h5:nth-of-type(1) {
    font-size: 1.1rem;
    color: #5b5b5b;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 5%;
}


/*公司介绍*/

.corp1 {
    padding-bottom: 3%;
	background:#fff;
	padding-top: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.corp1 section {
    padding: 2% 0 3.5% 0;
}

.corp1 section p {
    font-size:0.8rem;
    color: #5b5b5b;
	text-indent:1.6rem;
  
    line-height: 180%;
}
.corp1 section p img{
	width:100%;
}
.corp1 section div {
    margin-top: 2%;
    width: 100%;
    height: 100%;
}

.corp1 section div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.corp1 .txt_1 {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #5f5f5f;
  line-height:2;
  margin-bottom: 0.6rem;
}
.corp1 .txt_2 {
  text-align: center;
  margin-bottom: 0.4rem;
}
/*
.corp1_ico{display: flex; align-items: flex-start; justify-content: space-between;}
.corp1_ico li div{width: 50px; margin: 0 auto;}
.corp1_ico li div img{width: 100%; height: 100%; object-fit: contain;}
.corp1_ico li span{text-transform: uppercase; margin-bottom: 10px;}
.corp1_ico li p{font-size: 1rem; font-weight: bold; color: #000; text-transform: uppercase; text-transform: uppercase; line-height: 180%; text-align: center;}
*/


/*.corp1_ico{margin: 2.5% 0; display: flex; align-items: flex-start; justify-content: space-between;}
.corp1_ico li{width: 20%;}
.corp1_ico li div{width: 45%; min-width: 38px; margin: 0 auto;}
.corp1_ico li div img{width: 100%; height: 100%; object-fit: contain;}
.corp1_ico li p{font-size: 1rem; font-weight: bold; color: #000; text-transform: uppercase; text-transform: uppercase; line-height: 180%; text-align: center;}*/


/*@media only screen and (min-width: 0px) and (max-width: 450px){
  .corp1_ico{display: inline-block; width: 100%; text-align: center;}
  .corp1_ico li{width: 33.33%; float: left;}
  .corp1_ico li:nth-of-type(4){margin-left: 16.66%;}
  .corp1_ico li:nth-of-type(5){margin-right: 16.66%;}
}*/

.corp1_ico {
    margin: 1% 0;
}

.corp1_ico li {
    width: 20%;
    float: left;
}

.corp1_ico li div {
    width: 100%;
    padding: 35px 0;
    position: relative;
}

.corp1_ico li div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.corp2 {
    background: #efefef;
    padding: 3.5% 2% 2.5% 2%;
}

.corp2 h5 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #363636;
    margin-bottom: 15px;
}

.corp2 p {
    font-size: 1.1rem;
    color: #363636;
    text-indent: 2em;
    line-height: 180%;
}

.corp2 p:nth-of-type(2) {
    margin: 20px 0;
}

.corp2 p span {
    font-size: 1.375rem;
}

.corp2 div {
    width: 100%;
    height: 100%;
    margin-top: 2%;
}

.corp2 div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.corp3 {
    padding: 5% 2% 0 2%;
}

.corp3_banner {
    padding: 2%;
    position: relative;
}

.corp3_banner .corp3_banner_container .corp3_banner_wrapper .corp3_banner_slide {
    width: 100%;
    height: 100%;
}

.corp3_banner .corp3_banner_container .corp3_banner_wrapper .corp3_banner_slide a {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 32px;
}

.corp3_banner .corp3_banner_container .corp3_banner_wrapper .corp3_banner_slide a div {
    position: relative;
    padding: 35.5% 0;
}

.corp3_banner .corp3_banner_container .corp3_banner_wrapper .corp3_banner_slide a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corp3_banner .corp3_banner_container .corp3_banner_wrapper .corp3_banner_slide a p {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.corp3_banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(../images/banner_prev.png) left center no-repeat;
    background-size: contain;
    width: 10%;
    max-width: 60px;
    padding: 5% 0;
    left: 0;
    z-index: 2;
    outline: none;
}

.corp3_banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(../images/banner_next.png) right center no-repeat;
    background-size: contain;
    width: 10%;
    max-width: 60px;
    padding: 5% 0;
    right: 0;
    z-index: 2;
    outline: none;
}

.corp3_banner .swiper-button-prev {
    margin-top: -7%;
}

.corp3_banner .swiper-button-next {
    margin-top: -7%;
}

@media only screen and (min-width: 0px) and (max-width: 450px) {
    .corp3_banner .swiper-button-prev {
        margin-top: -12%;
    }
    .corp3_banner .swiper-button-next {
        margin-top: -12%;
    }
}


/*发展历程*/


/*.path1{padding-left: 2%; padding-right: 2%;}*/

#swiper-history {
    width: 300px;
    height: 180px;
    margin-top: 2%;
    margin: 0 auto;
    font-size: 13px;
    color: #373737;
    position: relative;
    letter-spacing: 1px;
}

#swiper-history:before {
    box-shadow: 0 0 5px 0 rgba(14, 5, 10, 0.2);
    z-index: 2;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#swiper-history:after {
    z-index: 2;
    width: 90px;
    height: 21px;
    content: "";
    position: absolute;
    bottom: -21px;
    left: 50%;
    margin-left: -45px;
    background: #fff;
}

#swiper-history .swiper-container {
    height: 144px;
    margin: 0 4px;
}

#swiper-history .long-line {
    height: 74px;
    border-bottom: 1px solid #000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#swiper-history .swiper-slide span {
    display: block;
    width: 100%;
    padding-left: 15px;
    text-align: center;
    position: absolute;
    transition: 700ms;
}

#swiper-history .swiper-slide .detail {
    font-size: 13px;
    color: #373737;
    position: absolute;
    top: 22px;
    opacity: 0;
    color: #fff;
}

#swiper-history .swiper-slide .detail:after {
    width: 102px;
    height: 110px;
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -45px;
    background: #000;
    transition: 700ms;
    opacity: 1;
    z-index: -1;
}

#swiper-history .swiper-slide .date {
    font-size: 13px;
    color: #373737;
    position: absolute;
    bottom: 20px;
    opacity: 0;
    color: #fff;
}

#swiper-history .swiper-slide-active span {
    transition: 700ms 700ms;
}

#swiper-history .swiper-pagination-bullets {
    white-space: nowrap;
    width: auto;
    bottom: 67px;
    height: 10px;
    line-height: 10px;
    transition: 700ms;
}

#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

#swiper-history .swiper-pagination-bullet {
    background: #000;
    opacity: 1;
    line-height: 10px;
    position: relative;
    transition: 700ms;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    outline: none;
}

#swiper-history .swiper-pagination-bullet:before {
    width: 102px;
    height: 1px;
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -51px;
    background: #000;
    transition: 700ms;
    opacity: 1;
    z-index: -1;
}

#swiper-history .swiper-pagination-bullet:after {
    /*opacity: 0;*/
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: -30px;
    left: 6px;
    transform: translateX(-50%);
    content: attr(content);
    transition: 700ms;
}

#swiper-history .swiper-pagination-bullet-active {
    transition: 3s;
    background: #fff;
}

#swiper-history .swiper-pagination-bullet-active:after {
    opacity: 0;
    top: -40px;
}

#swiper-history .swiper-pagination-bullet-active:before {
    transition: 3s;
    background: #fff;
}

#swiper-history .swiper-button-next,
#swiper-history .swiper-button-prev {
    background-size: 20px auto;
}

#swiper-history .swiper-button-prev {
    transition: 0.6s;
    outline: none;
    background: url(../images/path_banner_prev.png) left center no-repeat;
    width: 22px;
    height: 34px;
    left: 0;
    top: 78px;
}

#swiper-history .swiper-button-next {
    transition: 0.6s;
    outline: none;
    background: url(../images/path_banner_next.png) right center no-repeat;
    width: 22px;
    height: 34px;
    right: 0;
    top: 78px;
}

#swiper-history .swiper-button-prev:hover {
    background-image: url(../images/path_banner_prev_h.png);
}

#swiper-history .swiper-button-next:hover {
    background-image: url(../images/path_banner_next_h.png);
}

.swiper_path {
    position: relative;
    margin-bottom: 60px !important;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(14, 5, 10, 0.2);
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.swiper_path .swiper-wrapper .swiper-slide {
    height: 0;
    overflow: hidden;
    opacity: 0 !important;
    padding: 15px 15px 0 15px;
}

.swiper_path .swiper-wrapper .swiper-slide-active {
    height: auto;
    opacity: 1 !important;
}


/*.swiper_path .swiper-wrapper .swiper-slide h6{font-size: 16px; font-weight: bold; color: #000;}
.swiper_path .swiper-wrapper .swiper-slide p{font-size: 16px; color: #373737; margin-top: 10px;}
*/

.swiper_path .swiper-wrapper .swiper-slide p span {
    font-size: 16px;
    color: #373737;
}

.swiper_path .swiper-wrapper .swiper-slide p strong span {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.swiper_path .swiper-wrapper .swiper-slide p strong span strong {
    color: #2f3f62;
}


/*品牌荣誉*/


/*.honors{padding-left: 2%; padding-right: 2%;}*/

.honors ul {
    margin-top: 3%;
}

.honors li {
    transition: 0.6s;
    background: #fff;
}

.honors li a {
    display: block;
}

.honors li div {
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    position: relative;
    padding: 35.5% 0;
}

.honors li div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.honors li p {
    transition: 0.6s;
    text-align: center;
    font-size: 1.1rem;
    color: #5b5b5b;
    width: 100%;
    line-height: 300%;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.honors li:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.honors li:hover p {
    color: #000;
}


/*生产基地*/


/*.pro1{padding: 0 2%;}*/

.pro1 ul {
    padding-top: 2%;
}

.pro1 ul li {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #c6c6c6;
}

.pro1 ul li div {
    width: 50%;
    height: 100%;
    padding: 3%;
}

.pro1 ul li:nth-of-type(2n-1) div {
    padding-left: 0;
}

.pro1 ul li:nth-of-type(2n) div {
    padding-right: 0;
}

.pro1 ul li div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro1 ul li section {
    width: 50%;
}

.pro1 ul li:nth-of-type(2n) section {
    order: -1;
}

.pro1 ul li section h6 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
    line-height: 200%;
}

.pro1 ul li section p {
    font-size: 1rem;
    color: #000;
    line-height: 180%;
}

.pro1_content {
    padding: 2.5% 0 5% 0;
}

.pro1_content p {
    font-size: 1.1rem;
    color: #000;
    line-height: 180%;
}

.pro1_content p:nth-of-type(1) {
    text-indent: 2em;
}

.pro1_content div {
    width: 100%;
    height: 100%;
    margin: 2.5% 0;
}

.pro1_content div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro2 {
    padding-top: 3%;
    padding-bottom: 1%;
    background: url(../images/pro2_bg.jpg) center no-repeat;
    background-size: cover;
}


/*产品中心*/


/*.prod{padding-left: 2%; padding-right: 2%;}*/

.prod>ul {
    margin-top: 3%;
}

.prod>ul li {
    text-align: center;
}

.prod>ul li a {
    display: block;
}

.prod>ul li div {
    overflow: hidden;
    position: relative;
    padding: 50% 0;
    display: block;
    width: 100%;
    height: 100%;
}

.prod>ul li div img {
    transition: 0.6s;
    border: 1px solid #eaedef;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prod>ul li a figure .prod_img:after {
    content: "";
    position: absolute;
    left: -400px;
    top: 0;
    width: 200px;
    height: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
    transition: 0s;
}

.prod>ul li a figure .prod_img:hover:after {
    left: 400px;
    width: 200px;
    transition: .8s;
}

.prod>ul li a figure .prod_img .hidden {
    opacity: 0;
    transition: 0.6s;
}

.prod>ul li a figure figcaption {
    border: 1px solid #eaedef;
    border-top: none;
    padding: 5%;
}

.prod>ul li a figure figcaption h5 {
    font-size: 1rem;
    color: #606060;
    line-height: 180%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    transition: 0.6s;
	font-weight:normal;
}

.prod>ul li a figure figcaption span {
    font-size: 1rem;
    color: #606060;
    line-height: 200%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    transition: 0.6s;
}

.prod>ul li a figure figcaption p {
    font-size: 1rem;
    color: #606060;
    line-height: 200%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    transition: 0.6s;
}

.prod>ul li a:hover figure .prod_img .hidden {
    opacity: 1;
}

.prod_img.dding_tj:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/tj.png) no-repeat center;
}

.prod>ul li a:hover h5,
.prod>ul li a:hover span,
.prod>ul li a:hover p {
    color: #000;
}


/*产品详情*/


/*.prod_details{padding-left: 2%; padding-right: 2%;}*/

.details_banner {
    border: 1px solid #c6c6c6;
    background: #fff;
}

.details_banner .details_banner_slide {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 35.5% 0;
}

.details_banner .details_banner_slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details_banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.details_banner .swiper-pagination .swiper-pagination-bullet {
    transition: 0.6s;
    opacity: 1;
    background: #c6c6c6;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin: 0 6px;
    outline: none;
}

.details_banner .swiper-pagination .swiper-pagination-bullet:hover:after {
    background: #000;
}

.details_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
}

.details_top div {
    border: 1px solid #c6c6c6;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 35.5% 0;
    background: #fff;
}

.details_top div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details_top ul {
    margin: 3.5% 0;
}

.details_top ul li {
    float: left;
    margin-right: 2%;
    margin-top: 1%;
    width: 15%;
    padding: 7.5% 0;
    position: relative;
    cursor: pointer;
}

.details_top ul li:nth-of-type(-n+6) {
    margin-top: 0;
}

.details_top ul li:nth-of-type(6n) {
    margin-right: 0;
}

.details_top ul li img {
    position: absolute;
    border: 1px solid #c6c6c6;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details_top ul .active img {
    border-color: #000;
}

.prod_details .banner_content {
    padding-top: 2%;
}

.prod_details .banner_content h5 {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 180%;
    color: #000;
}

.prod_details .banner_content p {
    font-size: 0.8rem;
    line-height: 180%;
    color: #5b5b5b;
}

.prod_details .banner_content h6 {
    margin-top: 2.5%;
    margin-bottom: 3.5%;
    display: inline-block;
    line-height: 180%;
    padding: 0.4% 1.6%;
    font-size: 1.1rem;
    color: #5b5b5b;
    background: #000;
    letter-spacing: 2px;
}

.prod_details .banner_content h6 span {
    color: #fff;
}

.banner_bottom {
    margin-top: 3.5%;
}

.banner_bottom .hd {
    background: #f7f7f7;
}

.banner_bottom .hd li {
    float: left;
    margin-right: 1%;
}

.banner_bottom .hd li a {
    display: block;
    padding: 6px 15px;
    letter-spacing: 1px;
    background: #e7e7e7;
    text-align: center;
    font-size: 1rem;
    color: #1b1717;
    line-height: 180%;
}

.banner_bottom .hd li a:hover,
.banner_bottom .hd .active a {
    background: #4ac6c4;
    color: #fff;
}

.banner_bottom .hd li:nth-last-of-type(1) {
    transition: 0;
}

.banner_bottom .hd li:nth-last-of-type(1):hover {
    color: #333333;
    background: none;
}

.banner_bottom .bd {
    padding-top: 1%;
}

.banner_bottom .bd li {
    height: 0;
    transition: 0.6s;
    opacity: 0;
    overflow: hidden;
}

.banner_bottom .bd li.word_content img {
    max-width: 100%;
}

.banner_bottom .bd li.word_content:last-child iframe,
.banner_bottom .bd li.word_content:last-child embed {
    width: 100%;
    height: 600px;
    border: none;
}

.banner_bottom .bd .active {
    height: auto;
    opacity: 1;
}

.design {
    position: fixed;
    pointer-events: none;
    width: 100%;
    max-width: 1024px;
    min-width: 320px;
    top: -2800px;
    z-index: 10;
    transition: 0.6s;
    padding: 0 2%;
}

.design .design_box {
    background: #fff;
    padding: 3% 2%;
}

.design.active {
    pointer-events: inherit;
    top: 15%;
}

.design_box h4 {
    position: relative;
    font-size: 1.357rem;
    text-align: center;
    font-weight: normal;
    color: #000;
}

.design_box h4 i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.design_box h4 i img {
    width: 100%;
    padding: 3px;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

.design_box>p {
    text-align: center;
    padding: 2.5% 0;
    overflow: hidden;
}

.design_box>p span {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    color: #2f3f62;
}

.design_box>p span:before {
    width: 550px;
    height: 1px;
    content: "";
    position: absolute;
    left: 100%;
    margin-left: 20px;
    top: 50%;
    margin-top: -0.5px;
    background: #77797a;
}

.design_box>p span:after {
    width: 550px;
    height: 1px;
    content: "";
    position: absolute;
    right: 100%;
    margin-right: 20px;
    top: 50%;
    margin-top: -0.5px;
    background: #77797a;
}

.design_box form section {}

.design_box form section select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.design_box form input,
.design_box form select {
    background: #f5f5f5;
    color: #b4b4b4;
    border: none;
    font-size: 1.1rem;
    height: 32px;
    line-height: 32px;
    outline: none;
    padding: 0 15px;
}

.design_box form section input::-webkit-input-placeholder {
    color: #b4b4b4;
}

.design_box form section:nth-of-type(1) {
    margin-bottom: 2.5%;
}

.design_box form section:nth-of-type(1) p {
    color: #2f3f62;
    display: inline-block;
    width: 50%;
    float: left;
}

.design_box form section:nth-of-type(1) p input {
    width: 70%;
}

.design_box form section:nth-of-type(1) select {
    width: 50%;
}

.design_box form section:nth-of-type(2) p {
    display: none;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 2.5%;
    color: #2f3f62;
}

.design_box form section:nth-of-type(2) p span {
    color: #fa062e;
}

.design_box form section:nth-of-type(3) input {
    width: 100%;
    padding-left: 45px;
    background: url(../images/design_box_name.png) #f5f5f5 18px 5px no-repeat;
    background-size: 18px;
}

.design_box form section:nth-of-type(4) input {
    width: 100%;
    padding-left: 45px;
    margin: 3% 0;
    background: url(../images/design_box_phone.png) #f5f5f5 18px center no-repeat;
    background-size: 18px;
}

.design_box form section:nth-of-type(5) select {
    width: 48%;
}

.design_box form section:nth-of-type(5) select:nth-of-type(1) {
    float: left;
}

.design_box form section:nth-of-type(5) select:nth-of-type(2) {
    float: right;
}

.design_box form section:nth-of-type(6) input {
    width: 100%;
    background: #000;
    color: #fff;
    height: 38px;
    line-height: 38px;
    margin-top: 5%;
}

.design_box form section select {}

.design_box ul li {
    width: 50%;
    float: left;
    margin: 3% 0;
}

.design_box ul li div {
    width: 100%;
    height: 60px;
}

.design_box ul li div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.design_box ul li p {
    font-size: 1.1rem;
    color: #4c4c4c;
    margin-top: 3%;
    text-align: center;
}

@media only screen and (min-width: 500px) and (max-width: 1920px) {
    .design_box ul li {
        width: 25%;
    }
}

.design_opacity {
    position: fixed;
    z-index: 8;
    background-color: #000;
    opacity: 0.44;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=44);
    filter: alpha(opacity=44);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.design_opacity.active {
    display: block;
}


/*协进大事件*/


/*.event{padding-left: 2%; padding-right: 2%;}*/

.event>ul {
    margin-top: 2%;
}

.event>ul li a {
    display: block;
    border: 1px solid #a9aaab;
}

.event>ul li a div {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 35.5% 0;
}

.event>ul li a div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event>ul li a section {
    padding: 3% 2%;
}

.event>ul li a section h6 {
    font-size: 1rem;
    color: #3b3b3b;
    letter-spacing: 1px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight:normal;
}

.event>ul li a section p {
    font-size: 0.8rem;
    height: 48px;
    line-height: 24px;
    margin: 3.5% 0;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.event>ul li a section time {
    text-align: right;
    font-size: 0.8rem;
    color: #787878;
    display: block;
}

.event>ul li a:hover {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.event>ul li a:hover section {
    background: #fff;
}


/*品牌资讯所对应的详情页面*/


/*.news_details{padding-left: 2%; padding-right: 2%;}*/

.details_title {
    text-align: center;
}

.details_title h4 {
    font-size: 0.9rem;
    color: #343333;
    font-weight: bold;
    line-height: 150%;
}

.details_title p {
    width: 100%;
    line-height: 180%;
    margin: 1.5% 0 2.5% 0;
}

.details_title p span {
    font-size: 1rem;
    color: #343333;
}

.details_title p span:nth-of-type(2) {
    margin: 0 2%;
}

@media only screen and (min-width: 0px) and (max-width: 470px) {
    .details_title p span:nth-of-type(3) {
        display: block;
    }
}

.details_content {
    border-top: 1px solid #6d6f71;
    border-bottom: 1px solid #6d6f71;
}

.details_content img {
    max-width: 100%;
}

.details_content iframe {
    max-width: 100%;
}

.details_bottom {
    margin-top: 2.5%;
}

.details_bottom li {
    font-size: 1rem;
    color: #343333;
    line-height: 180%;
}

.details_bottom li a:hover {
    color: #000;
}


/*专卖店分布*/


/*.store{padding-left: 2%; padding-right: 2%;}*/

.store_img {
    width: 100%;
    height: 100%;
    margin-top: 3.5%;
    margin-bottom: 3.5%;
}

.store_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store_content {
    position: static;
    pointer-events: inherit;
    padding: 0;
}

.store_content .network-box {
    padding: 0;
    background: #f8f8f8;
}

.store_content .network-box-top .select {
    background: #f8f8f8;
    height: 40px;
}

.store_content .network-box-top .select p {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #868686;
    line-height: 40px;
}

.store_content .network-box-top .select p span {
    display: inline-block;
    width: 100%;
    background: url(../images/network_box_top_icn.png) right center no-repeat;
    background-size: 10px;
}

.store_content .network-box-top .select p span:before {
    width: 0;
}

.store_content .network-box-top .select p span:after {
    width: 0;
}

.store_content .network-box-top .select ul {
    top: 40px;
}

.store_content .network-box-top .select ul li a {
    color: #868686;
}

.store_content .network-box-top .select ul li:hover {
    background: #f4f4f4;
}

.store_content .network-box h5 {
    font-size: 1.1rem;
    color: #5b5b5b;
    font-weight: normal;
}

.store_content .network-box-middle {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 500px;
}

.store_content .network-box-middle ul li p {
    color: #5b5b5b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/*.store_content .network-box-middle ul li h6{text-align:center; font-weight: normal; font-size: 1.1rem; color: #5b5b5b;}*/


/*工程案例 honors样式*/

.case li a {
    display: none;
}

.case li a:nth-of-type(1) {
    display: block;
}

#baguetteBox-overlay .full-image figcaption {
    font-size: 1.375rem;
    height: 40px;
    line-height: 40px !important;
}


/*商业空间 honors样式*/

.space {}


/*商业空间详情*/


/*.space_details{padding-left: 2%; padding-right: 2%;}*/

.space_details section {
    margin: 2% 0 5% 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
}

.space_details section div {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.space_details section div img {
    transition: 0.6s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.space_details section p {
    transition: 0.6s;
    text-align: center;
    font-size: 1.1rem;
    color: #5b5b5b;
    line-height: 280%;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.space_details section:hover div img {
    transform: scale(1.1);
}

.space_details section:hover p {
    color: #000;
}

.space_banner {
    margin-top: 45px;
}

.space_banner .space_banner_slide {
    width: 100%;
}

.space_banner .space_banner_slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.space_banner .space_banner_slide a div {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 35.5% 0;
    border: 1px solid #c6c6c6;
    background: #fff;
}

.space_banner .space_banner_slide a div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.space_banner .space_banner_slide a p {
    padding: 5% 0;
    transition: 0.6s;
    font-size: 1.1rem;
    color: #373737;
    line-height: 180%;
    text-align: center;
}

.space_banner .swiper-pagination {
    padding: 1% 0;
    position: static;
    line-height: 320%;
}

.space_banner .swiper-pagination .swiper-pagination-bullet {
    transition: 0.6s;
    opacity: 1;
    background: #c6c6c6;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin: 0 6px;
    outline: none;
}

.space_banner .swiper-pagination .swiper-pagination-bullet:hover:after {
    background: #000;
}

.space_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
}


/*联系协进*/


/*.contact{padding-left: 2%; padding-right: 2%;}*/

.contact_content {
    margin-top: 2%;
}

.contact_content h5 {
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
    line-height: 180%;
}

.contact_content p {
    font-size: 1rem;
    color: #393939;
    line-height: 180%;
}

.contact_map {
    width: 100%;
    height: 410px;
    margin-top: 5%;
}


/*经销商登录*/

.login {
    width: 100%;
    text-align: center;
}

.login p {
    width: 290px;
    font-size: 1.1rem;
    margin: 2.5% auto 0 auto;
    line-height: 220%;
}

.login p input {
    display: block;
    padding: 3.5% 0;
    width: 100%;
    height: 100%;
}
.login p textarea{
	display: block;
    padding: 3.5% 0;
    width: 100%;
    height: 100%;
}
.login p #input4{
	width:40%; float:left;
	}
	
.login p .login_txt {
    border: 1px solid #d3d3d3;
    color: #434242;
    padding-left: 15px;
    padding-right: 15px;
    outline-color: #000;
}

.login p .sub_btn {
    border: none;
    background: #000;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.login p .sub_btn:hover {
    background: rgba(27, 72, 131, 0.9);
}

.logout {
    width: 290px;
    font-size: 1.1rem;
    margin: 2.5% auto 0 auto;
    line-height: 220%;
}

.logout input {
    display: block;
    padding: 3.5% 0;
    width: 100%;
    height: 100%;
    border: none;
    background: #000;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.logout input:hover {
    background: rgba(27, 72, 131, 0.9);
}


/*下载专区 经销商公告*/


/*.downloads{padding-left: 2%; padding-right: 2%;}*/

.downloads section {
    margin-top: 2%;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.downloads section a {
    font-size: 1.1rem;
    color: #5b5b5b;
    background: #e8e8e8;
    display: inline-block;
    padding: 1.5% 2.7%;
}

.downloads section a:nth-of-type(1) {
    margin-left: auto;
}

.downloads section a:last-child {
    margin-right: auto;
}

.downloads section a:hover,
.downloads section a.active {
    color: #fff;
    background: #000;
}

.downloads>ul {
    margin-top: 2.5%;
}

.downloads>ul li {
    width: 100%;
    margin-top: 3%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.downloads>ul li:nth-of-type(1) {
    margin-top: 0;
}

.downloads>ul li .content_img {
    width: 45%;
    height: 100%;
    padding: 1%;
    margin-right: 2%;
}

.downloads>ul li .content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.downloads>ul li .content {
    width: 53%;
    overflow: hidden;
}

.downloads>ul li .content dd {
    line-height: 180%;
    margin: 1.5% 0;
}

.downloads>ul li .content dd h5 {
    font-size: 1.1rem;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.downloads>ul li .content dd hr {
    width: 40px;
    height: 1px;
    display: inline-block;
    margin-bottom: 3px;
    border: 0;
    background-color: #000;
}

.downloads>ul li .content dd p {
    font-size: 1rem;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.downloads>ul li .content dd time {
    font-size: 1.1rem;
    color: #909090;
}

.downloads>ul li .content dd a {
    display: inline-block;
    text-align: center;
    color: #000;
    background: #fff;
    width: 76px;
    height: 23px;
    margin: 2px 0;
    line-height: 21px;
    border: 1px solid#000;
}

.downloads>ul li .content dd a:hover {
    background: #000;
    color: #fff;
}

.link-wrap {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
  margin-top:2rem;
}
.link-wrap .session_1 {
  background: #fff;
  padding: 0.266667rem;
  box-sizing: border-box;
}
.link-wrap .session_1 .map-box {
  margin-bottom: 0.6rem;
}
.link-wrap .session_1 .map-box img {
  width: 100%;
}
.link-wrap .session_1 .txt-box ul {
  float: left;
  width: 20rem;
}
.link-wrap .session_1 .txt-box ul li {
  position: relative;
  font-size: 0.8rem;
  color: #3c3c3c;
  line-height: 1.6;
  padding-left: 5rem;
}
.link-wrap .session_1 .txt-box ul li span {
  position: absolute;
  left: 0;
  top: 0;
}
.link-wrap .session_1 .er-box {
  float: right;
}
.link-wrap .session_1 .er-box .img-box img {
  width: 7rem;
}
.link-wrap .session_1 .er-box p {
  margin-top: 0.133333rem;
  color: #3c3c3c;
  font-size: 0.8rem;
  text-align:center;
}
.link-wrap .session_2 {
  margin-top: 0.8rem;
  padding-bottom: 0.666667rem;
}
.link-wrap .session_2 .centent-box {
  background: #fff;
  padding: 0.266667rem;
  padding-top: 0.533333rem;
  padding-bottom: 0.4rem;
  box-sizing: border-box;
}
.link-wrap .session_2 .title {
  text-align: center;
  margin-bottom: 0.6rem;
}
.link-wrap .session_2 .title span {
  position: relative;
  display: inline-block;
  font-size: 0.9rem;
  color: #2d2d2d;
  padding-bottom: 0.133333rem;
  margin-bottom: 0.133333rem;
}
.link-wrap .session_2 .title span:before {
  position: absolute;
  content: '';
  width: 0.666667rem;
  height: 1px;
  background: #2d2d2d;
  left: 0.426667rem;
  bottom: 0;
}
.link-wrap .session_2 .title p {
  color: #2d2d2d;
  line-height: 1.6;
  font-size: 0.8rem;
  opacity: .8;
}
.link-wrap .session_2 .input-box {
  position: relative;
  margin-bottom: 0.4rem;
}
.link-wrap .session_2 .input-box input {
  height: 2rem;
  line-height: 2rem;
  width: 26rem;
  padding-left: 10px;
  padding-right: 10px;
  background: transparent;
  box-sizing: border-box;
  font-size: 0.8rem;
  background: #f5f6fb;
  outline: none;
  border: none;
}
.link-wrap .session_2 .input-box select {
  height: 0.933333rem;
  width: 2.733333rem;
  background: transparent;
  background: #f5f6fb;
  border: none;
  outline: none;
}
.link-wrap .session_2 .input-box label {
  position: absolute;
  left: 98%;
  font-size: 18px;
  color: #808080;
  line-height: 36px;
}
.link-wrap .session_2 .input-box label em {
  font-size: 16px;
  margin-right: 4px;
  color: red;
  vertical-align: middle;
}
.link-wrap .session_2 .input-box textarea {
  width: 95%;
  padding: 0.2rem;
  box-sizing: border-box;
  height: 3.333333rem;
  background: transparent;
  background: #f5f6fb;
  outline: none;
  border: none;
  font-size:0.8rem;
}
.link-wrap .session_2 .input-box:last-child {
  margin-bottom: 20px;
}
.link-wrap .session_2 .input-box.textarea-input label {
  left: 97%;
}
.link-wrap .session_2 .input-box.other-box input {
  width: 120px;
}
.link-wrap .session_2 .input-box.other-box label {
  left: 125px;
}
.link-wrap .session_2 .btn-box {
  text-align: center;
  font-size: 0;
}
.link-wrap .session_2 .btn-box span {
  display: inline-block;
  width: 120px;
  height: 36px;
  background: #434343;
  color: #fff;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.link-wrap .session_2 .btn-box .ok{
		display: inline-block;
	    width: 120px;
	    height: 36px;
	    background: #434343;
	    color: #fff;
	    line-height: 36px;
	    text-align: center;
	    font-size: 14px;
	    cursor: pointer;
	    border:none;
	}

.ind_pn7 .title-box {
  text-align: center;
}
.ind_pn7 .title-box h3 {
  position: relative;
  font-size: 1rem;
  color: #5f5f5f;
  padding-bottom: 0.266667rem;
  margin-bottom: 0.533333rem;
  padding-top:2rem;
}
.ind_pn7.title-box h3:before {
  position: absolute;
  content: '';
  width: 1.333333rem;
  height: 0.053333rem;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: -0.666667rem;
}
.ind_pn7 .title-box p {
  line-height: 1.6;
  text-align: left;
  color: #5f5f5f;
  font-size: 0.8rem;
}	
.mFoot-nav { display: block; position: fixed; left: 0; bottom: 0; right: 0; z-index: 998; margin: 0 auto; width: 100%; background-color: #000; }
.mFoot-nav .col { float: left; display: block; width: 25%; height: 50px; font-size: 12px; color: #eee; text-align: center; border-right: 1px solid #404040; box-sizing: border-box; }
.mFoot-nav .col-1:hover, .mFoot-nav .col-3:hover, .mFoot-nav .col:hover.on { background-color: #b41e00; }
.mFoot-nav .col .icon { display: block; margin: 8px auto 6px; width: 17px; height: 14px; background: url(../images/icon-mtool.png) 0 0 no-repeat; }
.mFoot-nav .col .icon-2 { background-position: -23px 0; }
.mFoot-nav .col .icon-3 { background-position: -46px 0; }
.mFoot-nav .col .icon-4 { background-position: -69px 0; }