/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#009b4c;text-decoration:none;outline:none;}
p {margin: 0;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
dt{font-weight: normal;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flexd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wh{max-width: 1356px;margin:0 auto;padding: 0 15px;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}




/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


/*头部样式*/
.top1{height: 27px;background: #e6e6e6;color: #595959;line-height: 27px;overflow: hidden;font-size: 13px;}
.top2{height: 82px;border-bottom: 2px solid #3e77ea;position: fixed;width: 100%;top:0;z-index: 9999;background: #fff;}
#header{width:1000px;margin:0 auto;}
.logo{line-height: 80px;}
.top2 .k2{font-size: 16px;color: #333333;line-height:25px;background: url(../images/5f2fc3619b6d5f2edff0e7ec6f383beeaca445b1.png) no-repeat left center;padding-left: 48px;}
.section {
    overflow: hidden;width: 100%;
}
 .x-banner{overflow: hidden;}
@media(min-width: 1200px){
    .x-banner img {
        width: 100vw;
    height: 100vh;
}
.x-banner {
    width: 100vw;
    height: 100vh;
}
}





/* 导航样式 */


.x-menu {
    display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;
    width: calc(100% - 400px);
}

.x-menu>li {
    position: relative;
    width: 12.5%;
}
.x-menu>li .img{height: 30px;
  background-repeat: no-repeat;
  margin-top: 15px;
  text-align: center;
    background-size: auto;
    background-position: center top;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.x-menu>li>a {
    display: block;
    font-size: 14px;
    color: #0052b8;
    white-space: nowrap;
    line-height: 30px;
    height: 80px;
    text-align: center;
}
.x-menu>li>a:after {
    width: 100%;
    height: 0;
    background: #0052b8;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    border-radius: 0 0 3px 3px;
    content: '';
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.x-menu>li>a:hover:after {
    height: 95px;
}
.d1{position: relative;z-index: 99;}
.x-menu>li>a:hover{color: #fff;}
.x-menu>li>a:hover .img {
    background-position: center -30px;
}
.x-menu>li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    /*height: 40px;*/
    opacity: 0;
    top: 100%;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 130%;
    left: -15%;
    top: 80px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}



.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #0052b8;
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}




/* section2 */
.wh2{margin: 0 6.6%;overflow: hidden;}
.section2{background: url(../images/729f48988f6b21f7acb598965ac5b0bd31b9c9ca.jpg) no-repeat top center;background-size: cover;}

.abt dd{color: #0052b8;opacity: 0.23;font-size: 2.5vw;line-height: 1;text-transform: uppercase;font-family: 'Impact';}
.abt dt{color: #d30000;font-size: 1.85vw;font-weight: bold;}
.acon{color: #333333;font-size: 14px;line-height: 1.9vw;width: 36%;margin: 2vw 0;}
.sp{width: 36%;}
.sp a{display: block;width: 48.2%;}
.sp a img{width: 100%;}
.sul{width: 59%;background-color: #ffffff;margin-top: 1.5vw;}
.sul li{width: 33.333%;padding: 2vw 1.5vw 2vw 2.6vw;border-right: 2px solid #ebebeb;align-items: flex-start;}
.sbt{color: #333333;font-size: 40px;line-height: 1;margin-bottom: 10px;}
.sul li p{color: #333333;font-size: 15px;}
.sul li .img{margin-top:6px;}



/*  section3*/
.section3{background:url(../images/b1cd10deed563d04bdaee7a1a698db1620e516cf.jpg) no-repeat top center;background-size: cover;}
.section3 .abt dt,.section4 .abt dt,.section5 .abt dt,.section6 .abt dt,.section7 .abt dt{text-shadow:#0052b8 3px 3px 0px;color: #fff;}
.pleft{width: 242px;}
.pp{width:calc(100% - 265px);}
.tab1{display: none;}
.plist{justify-content: flex-start;}
.plist li{width: 24%;position: relative;margin-right: 1.25%;}
.plist li:last-child{margin-right: 0;}
.plist li h3 a{display: block;background-color: #f2f2f2;color: #3772e8;font-size: 14px;text-transform: uppercase; line-height:24px;padding: 16px 0;font-weight: normal;text-align: center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.plist li .img img{display: block;width: 100%;}
.psort{margin-top: 2.5vw;}
.psort li{margin-bottom: 7px;position: relative;}
.psort li a{display: block;color: #ffffff;font-size: 16px;width: 182px;line-height: 40px;text-align: center;background: rgba(0,82,184,.4);overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.psort li.cur a{background-color: #0052b8;}
.pbox{align-items: flex-start;margin-top: 5%;}
.psort li.cur::before {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border: solid 1px #0052b8;
  border-radius: 50%;
  top: 50%;
  margin-top: -5px;
}

.fp-tableCell {
    overflow: hidden;
}

/* section4 */
.tab2{position: absolute;top:0;left: 0;width: 100%;height: 100%;z-index: 9;}
.hang img{width: 100%;height: 100%;display: block;}
.section4 .wh2{z-index: 999;position: relative;}
.hsort{background: url(../images/72dc7587847dd9f232d00878f1175ab3fbfab6d2.png) no-repeat bottom center;margin: 3vw 0 2.8vw;}
.hsort li a{display: block;color: #333333;font-size: 24px;line-height: 1;padding-bottom: 20px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.hsort li.cur a{font-weight: bold;background: url(../images/1dfa46b6ab94da2ef0862bdc8ca8653475ae8040.jpg) no-repeat bottom center;}
.hright{width: 50%;}
.hright img{width: 100%;}
.hleft{width: 43.5%;}
.hleft h3{color: #333333;font-size: 18px;margin: 20px 0;}
.pcon{color: #333333;font-size: 16px;line-height: 34px;}
.hleft a{display: block;width: 92px;height: 28px;margin-top: 22px;border: solid 1px #3e77ea;line-height: 26px;text-align: center;color: #3e77ea;font-size: 14px;}
.hleft a:hover{background-color: #0052b8;color: #fff;}

.section2 .abt,.section4 .abt{margin-top: 60px;}


/* section5 */
.section5{background:url(../images/fd4a81a69d2af0a9cc81aba44d45f63a5c34097e.jpg) no-repeat top center;background-size: cover;}
.jbox{ margin-top: 4vw;}

.section5 .abt{margin-top: 50px;}
.cbox{width: 69.1%;}
.cul li{width: 29.5%;position: relative;overflow: hidden;}
.cul li .img img{display: block;width: 100%;}
.bj1{display: block;position: absolute;bottom:-112%;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.7);}
.con1{color: #ffffff;font-size: 16px;line-height: 36px;padding: 0 17%;text-align: center;}
.bj1{display:flex;justify-content:center;align-items: center;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;}
.bj1 h3{font-weight: normal;color: #ffffff;font-size: 24px;text-align: center;position: absolute;bottom: 2vw;width: 100%;padding: 0 2px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.cul li:hover .bj1{bottom: 0;}
.csort{width: 27.3%;}
.csort li{height: 16.66%;border: solid 1px #f0f0f0;display:flex;overflow: hidden;}
.jbox{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}
.csort li a{display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;align-items: center;width: 100%;}
.cbt{letter-spacing: 5px;color: #545f66;font-size: 24px;width: calc(100% - 145px);text-align: center;}
.csort li .img{width: 145px;text-align: center;position: relative;height: 100%;line-height: 100%; display:flex;justify-content:center;align-items: center;}
.csort li .img:after{width: 88px;height: 2px;background-color: #333333;content: '';-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;right: -44px;top:50%;margin-top: -1px;}
.csort li.cur{background-color: #3772e8;}
.csort li.cur .cbt{color: #fff;}
.csort li.cur .img:after{background: #fff;transform: rotate(90deg);}


.csort li .img2{display:none;}
.csort li.cur .img1{display: none;}
.csort li.cur .img2{display: inline-block;}


/* section6 */
.section6{background:url(../images/a7651a1e227d1a9e178f60843919761988b9d675.jpg) no-repeat top center;background-size: cover;}
.he{margin-top: 5vw;}
.hul li{border:1px solid rgba(255,255,255,.54);width: 16.666%;border-top:none;border-left:none;text-align: center;}
.hul1 li{padding-bottom: 2.8vw;}
.hul2 li{padding-top: 2.8vw;border-bottom: none;}
.hul li:last-child{border-right: none;}
.hul li img{max-width: 100%;}



/* section7 */
.nn{margin-top: 50px;}
.section7{background:url(../images/4b49da65d93f4f70481989de342d9c63abfdda24.jpg) no-repeat top center;background-size: cover;}
.nsort{margin-top: 3vw;}
.nsort li{margin-left: 50px;}
.nsort li a{display: block;color: #999999;font-size: 16px;font-weight: bold;width: 75px;border-bottom: 2px solid transparent;padding-bottom: 16px;}
.nsort li.cur a{border-color: #3772e8;color: #333333;}
.xin{margin-top: 3vw;}
.nul li{width: 32.6%;}
.nul li .img img{display: block;width: 100%;}
.bj2{background: #fff;padding: 2vw;}
.bj2 p{color: #333333;font-size: 16px;margin-bottom: 1vw;}
.bj2 span{display: block;font-size: 14px;color: #999999;}
.bj2 h3 a{color: #333333;font-size: 18px;line-height: 30px;font-weight: normal;margin: 10px 0 1vw;display: block;}
.nmore a{display: block;color: #333333;font-size: 12px;}
.nul li:hover .bj2{background-color: #3772e8;}
.nul li:hover .bj2 span,.nul li:hover .bj2 h3 a,.nul li:hover .bj2 p a,.nul li:hover .nmore a{color: #fff;}











@media(max-width: 1800px){
    .acon{margin:1.5vw 0;}
    .psort{margin-top: 1.5vw;}
    .psort li{margin-bottom: 5px;}
    .cbt{font-size: 20px;}
    .bj2 h3 a{font-size: 16px;line-height: 26px;}
    .sul li{padding: 1.6vw 1.5vw 1.6vw 2.6vw;}
    .bj2 h3 a{margin-bottom: 3vw;}
    .xin{margin-top: 10px;}
}

@media(max-width: 1400px){
    .sbt{font-size: 30px;}
    .acon,.sp{width: 48%;}
    .psort li a{height: 35px;line-height: 35px;font-size: 14px;}
    .hsort li a{font-size: 20px;}
    .hleft h3{font-size: 16px;}
    .pcon{font-size: 14px;line-height: 24px;}
     .csort li .img:after{width: 59px;right: -20px;}
     .cbt{letter-spacing: 3px;}
     .con1{line-height: 26px;padding: 0 7%;}
     .bj1 h3{font-size: 20px;}
     .hul li img{max-width: 80%;}
}



@media(max-width: 1200px){
     .fp-tableCell {
        height: auto !important;
    }
    .hsort li a{font-size: 18px;}
    .section {
        height: auto !important;
    }
    .sbt{font-size: 30px;}
    .acon,.sp{width: 48%;}
    .section2{padding: 50px 0;}
    .wh2{margin: 0 3%;}
    .acon{font-size: 14px;line-height: 24px;}
    .section3{padding: 50px 0;}
    .section4{padding: 50px 0;}
    .section5{padding: 50px 0;}
    .section6{padding: 50px 0;}
    .section7{padding: 50px 0;}
    .section2 .abt,.section4 .abt,.nn,.section5 .abt{margin-top: 0px;}
    .cbt{letter-spacing: 1px;font-size: 18px;}
     .csort li .img{width: 100px;}
     .cbt{width: calc(100% - 100px);}
     .csort li .img img{height: 37px;}
     .csort li .img:after{right: -37px;}
      .con1{line-height: 24px;padding: 0 7%;font-size: 14px;}
     .bj1 h3{font-size: 16px;}
     .cul li{width: 32%;}
    
}

@media(max-width: 1024px){
    .csort li .img:after{width: 49px;right: -24px;}
    .nsort li{margin-left: 20px;}
}

@media(max-width: 768px){
    .abt dd{font-size: 30px;}
    .abt dt{font-size: 24px;}
    .sbt{font-size: 24px;}
    .sul li p{font-size: 12px;}
    .pleft{width: 100%;}
    .pp{width: 100%;}
    .psort{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;margin: 20px 0;}
    .psort li{width: 23%;}
    .hsort li a{font-size: 16px;}
    .psort li a{width: 100%;padding: 0 3px;font-size: 12px;}
    .hleft h3{font-size: 14px;line-height: 20px;margin: 0;}
    .cbox,.csort{width: 100%;}
    .cbox{margin-bottom: 20px;}
    .csort{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}
    .csort li{width: 50%;height: 50px;}
   
}

@media(max-width: 640px){
    .section2{
        padding: 30px 0;background: none;
    }
    .product-detail-tab .product-detail-tabli li{width: auto;margin:0 0.5%;padding: 0 3%;}
    .section3{padding: 30px 0;}
    .section4{padding: 30px 0;}
    .section5{padding: 30px 0;}
    .section6{padding: 30px 0;}
    .section7{padding: 30px 0;}
    .acon,.sp{width: 100%;}
    .sp{margin: 10px 0;}
    .sul{width: 100%;}
    .sul li img{height: 25px;}
    .plist li{width: 48%;margin:0;margin-bottom: 15px!important;}
    .plist{justify-content: space-between;}
    .plist li:last-child{margin:0;}

    .hleft,.hright{width: 100%;float: none;}
    .hleft{margin-bottom: 20px;}
    .hsort{margin:20px 0;}
    .hsort li{margin-bottom: 10px;width: 33.333%;text-align: center;}
    .hsort li a{padding-bottom: 10px;}
    .con1{display: none;}
    .csort li .img img{height: 29px;}
    .csort li .img{width: 68px;}
    .cbt{width: calc(100% - 68px);font-size: 14px;}
    .csort li .img:after {
        width: 20px;
        right: -7px;
    }
    .hul li{width: 33.333%;border:none;}
    .nul li{width: 100%;margin-bottom: 20px;}
    .section3 .abt dt, .section4 .abt dt, .section5 .abt dt, .section6 .abt dt, .section7 .abt dt {
            text-shadow: unset;
            color: #0052b8;
        }
}




/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}


/*内页左侧样式*/


.foot{
    background-image: linear-gradient(90deg, 
		#002e70 13%, 
		#005694 48%, 
		#002d70 100%);
    padding: 3.90625vw 0;
}

.foot .ftnav{
    width: 67%;
    float: left;
    display: flex;
    justify-content: space-between;

}
.foot .ftnav dl{
    width: 26%;
    background: url(../images/4107174325eec59c0af0e21bcf0ab7a307c87ae1.png)no-repeat right center;
    padding-top: 10px;
    min-height: 10.625vw;
    padding-left: 4.16vw;
}
.foot .ftnav dl:first-child{width: 19.5%;padding-left: 0;}
.foot .ftnav dl dt{
    font-size: 0.9375vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 12px;
}
.foot .ftnav dl dd{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: rgba(215,215,215,.8);
}
.foot .ftnav dl dd a{
    display: block;
    color: rgba(215,215,215,.8);
}

.foot1 .ftlx{
    float: right;
    width: 26%;
    margin-top: 10px;
}

.foot1 .ftlx dt{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
}
.foot1 .ftlx dd{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #d7d7d7;
	opacity: 0.8;
    margin-top: 10px;
}

.foot .foot2{
    margin-top: 3.90625vw;
}
.foot .foot2 .ftewm{
    width: 21%;
}
.foot .foot2 .ftewm .ftewm1{
    width: 38.2%;
    float: left;
}
.foot .foot2 .ftewm .ftewm1 img{
    width: 100%;
}
.foot .foot2 .ftewm .ftewm1 p{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #8f8f8f;
}
.foot .foot2 .ftewm .ftewm2{
    width:  38.2%;
    float: right;
   
}
.foot .foot2 .ftewm .ftewm2 img{
     width: 100%;
}
.foot .foot2 .ftewm .ftewm2 p{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #8f8f8f;
}

.foot .foot2 .foot3{
    width: 50%;
    float: left;
    margin-left: 11.15%;
    margin-top: 15px;
}
.foot .foot2 .foot3 #formsearch{
    width: 36.5%;
    float: left;
    background: url(../images/686dec0f6cb86da4b6840b3a21189cfadea3cbd9.png)no-repeat center;
    background-size: 100%;
    margin-right:15px;
}
.foot .foot2 .foot3 #formsearch input{background:none;border:none;float:left;outline: none;}
.foot .foot2 .foot3 #formsearch #keyword{
    width: 81%;height:37px;line-height:37px;padding-left:7px;color:#fff;
    font-size: 14px;
}


.foot3 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.foot3 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
}
.foot3 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
}
.foot3 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}



.foot .foot2 .foot3 #formsearch #s_btn{
    width: 19%;height:37px;line-height:37px;
}

.foot .foot2 .foot3 .hotSearch{
    /*margin-left: 14px;*/
    float: left;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #fff;
}
.foot .foot2 .foot3 .hotSearch a{
    color: #fff;margin-right: 6px;
}
.foot .foot2 .foot3 .ftcopy{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 8px;
}
.foot .foot2 .foot3 .ftcopy a{
   color: #fff; 
}

.foot .ftlink{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 8px;
}
.foot .ftlink a{
    color: #fff;
}

@media (max-width: 1200px) {
    .dtwl{
        height: 820px;
    }
    .ptitle h3{
        font-size: 22px;
    }
    .ptitle h4{
         font-size: 16px;
    }
    .lydh .oafd2 #message-form .btn{
        font-size: 16px;
    }
    .lydh .oafd{
        line-height: 60px;
    }
}


@media (max-width: 1024px) {
    .foot .foot2 .ftewm{
        width: 30%;
    }
    .foot .foot2 .ftewm .ftewm1{
        width: 40%;
    }
    .foot .foot2 .ftewm .ftewm2{
        width: 40%;
    }
}
@media (max-width: 991px) {
    body{
        padding-top: 60px;
    }
    .dtwlt2 .dtwlt2wz2 .ljzx{
        font-size: 15px;
        background: url(../images/9e779ad0709512835251e1fe2150b90c172c077f.png)no-repeat 20% center #313131;
    }
    .dtwlt2 .dtwlt2wz2 h5{
        font-size: 16px;
    }
    .dtwlt2 .dtwlt2wz2 dd{
        font-size: 16px;
    }
    .dtwl .dtwlt .dtwlt1{
        left: 10px;
    }
    .dtwl .dtwlt .dtwlfl{
        right: 10px;
    }
}
@media (max-width:767px) {
    .ab0 .abtp{
        width: 100%;
    }
    .ab0 .abwz{
        width: 100%;
    }
    .ab0 .abwz h3{
        font-size: 16px;
    }
    .ab0 .abwz h4{
        font-size: 14px;
    }
    .xwzx2 .gddt{
        width: 20%;
    }
    .dtwlt2 .dtwlt2wz2 .ljzx{
        width: 80%;
    }
    .dtwl{
        height: 520px;
    }
    .lydh .oafd{
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .lydh .oafd2{
        width: 100%;
    }
    .foot .ftnav{
        display: none;
    }
    .foot1 .ftlx{
        width: 100%;
    }
    .foot .foot2 .ftewm{
        width: 100%;
    }
    .foot .foot2 .foot3{
        width: 100%;
        margin-left: 0px;
    }
}
@media (max-width:640px) {
  
    .xwzx2 ul li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .xwzx2 .gddt{
        width: 36%;
    }
    .dtwlt2 .dtwlt2dt{
        position: initial;
        width: 100%;
        margin-top: 60px;
    }
    .dtwl{
        height: 680px;
    }
    .dtwlt2 .dtwlt2wz2{
        width: 100%;
    }
    .dtwlt2 .dtwlt2wz2 h4{
        font-size: 20px;
    }
    .dtwlt2 .dtwlt2wz2 h5 strong{
        font-size: 20px;
    }
    .foot .foot2 .foot3 #formsearch{
        width: 73%;
        background-size: 100% 100%;
    }
    .dtwl .dtwlt .dtwlt1 h3{
        font-size: 20px;
    }
}
@media (max-width:767px) {
  
    .ftlink{
        display: none;
    }
 
}

.page-product-inquiry a{color: #fff;}

.page-banner .nybt{display: none;}
@media (max-width: 992px) {
    .x-banner {
        padding-top: 60px;
    }
}



@media(min-width: 991px){
.allx {
    transition-duration: 1.2s;
    opacity: 0;
}

.active .allx {
    opacity: 1;
}

.leftx {
    transform: translateX(-500px);
}

.active .leftx {
    transform: translateX(0px);
}

.rightx {
    transform: translateX(500px);
}
    .active .rightx {
    transform: translateX(0px);
}
  .sun-delay0 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .sun-delay4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }
    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }
    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }
    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }
    .sun-delay9 {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }
    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }
    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
    }
    .sun-ani-left {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }
    .sun-ani-down {
        -webkit-transform: translateY(-500200pxpx);
        transform: translateY(-200px);
    }
    .sun-ani-up {
        -webkit-transform: translateY(-200px);
        transform: translateY(200px);
    }
    .sun-ani-right {
        -webkit-transform: translatex(200px);
        transform: translatex(200px);
    }
    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
    .active2 .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    .active2 .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .active2 .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    .active2 .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
                transform: translatex(0);
    }
}



 .guang_wap{
    position: relative;
    margin-bottom: 30px;
    margin: 0 auto 60px;
}
.guang li{
    float: left;
    position: relative;
}

.guang li a{
    display: block;
}

.guang li a img{
    width: 100%;
    height: auto;
}

.guang li h3{
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
     line-height: 50px;
     background: rgba(0,0,0,.5);
     color: #fff;
     font-size: 16px;
     padding: 0 20px;
     font-weight: 400;
}

.guang .slick-prev,
.guang .slick-next{
    position: absolute;
    top: 40%;
    width: 50px;
    height: 45px;
    outline: none;
    border: none;
    font-size: 0;
    z-index: 9999;
}

.guang .slick-prev{
    left: 0px;
    background: url(../images/d5cd92b7b531b8bad3c4506c27a3346dd83bd48a.png) no-repeat center center;
}

.guang .slick-next{
    right: 0px;
    background: url(../images/431693e3abfcb15ce56e0e24d3fc3803dfabc6f0.png) no-repeat center center;
}