@charset "utf-8";
/* CSS Document*/
html, body, div, span, iframe, map, font,input, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th{padding: 0;margin: 0;border: 0;}
*{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
img{max-width: 100%;vertical-align: middle;border: 0;}
.lf{float: left;}
.rt{float: right;}
.flex{display: flex;}
ol, ul, li{list-style: none;}
a:focus{outline: none;}
a.hidefocus{outline: none}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}
em,i{font-style: normal;display: inline-block;}
a{blr:expression(this.onFocus=this.blur());color:inherit;}
.clear{clear:both;display:block;width: 0;height: 0;visibility:hidden;}
.clearfix::after{content:'';display:block;clear:both;}
h1, h2, h3, h4, h5, h6{font-size: 100%;font-weight: normal;}
input[type=text], input[type=button], input[type=submit]{-webkit-appearance: none;/*去除iPhone input默认样式}*/}
input,select,button,textarea{outline: none;font-family: normal;resize: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #666;font-family: unset;}
input:-moz-placeholder, textarea:-moz-placeholder{color: #666;}
input::-moz-placeholder, textarea::-moz-placeholder{color: #666;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #666;}
.swiper-button-prev:after,.swiper-button-next:after{display: none;}
@keyframes move{0%{-webkit-transform: translateY()(0px);} 50%{-webkit-transform: translateY(10px);} 100%{-webkit-transform: translateY(0px);}}

/* class="zoom" */
.zoom{ -webkit-transition: all ease-out .5s;-o-transition: all ease-out .5s;transition: all ease-out .5s;-ms-transition: all ease-out .5s; }
.zoom:hover{ -webkit-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);-ms-transform: scale(1.05); }

/* {-webkit-animation: hvr-buzz-out 0.75s linear;animation: hvr-buzz-out 0.75s linear;} */
@-webkit-keyframes hvr-buzz-out{
10%{-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
20%{-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
30%{-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
40%{-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
50%{-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
60%{-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
70%{-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
80%{-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
90%{-webkit-transform: translateX(1px) rotate(0);transform: translateX(1px) rotate(0);}
100%{-webkit-transform: translateX(-1px) rotate(0);transform: translateX(-1px) rotate(0);}
} 
@keyframes hvr-buzz-out{
10%{-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
20%{-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
30%{-webkit-transform: translateX(3px) rotate(2deg);transform: translateX(3px) rotate(2deg);}
40%{-webkit-transform: translateX(-3px) rotate(-2deg);transform: translateX(-3px) rotate(-2deg);}
50%{-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
60%{-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
70%{-webkit-transform: translateX(2px) rotate(1deg);transform: translateX(2px) rotate(1deg);}
80%{-webkit-transform: translateX(-2px) rotate(-1deg);transform: translateX(-2px) rotate(-1deg);}
90%{-webkit-transform: translateX(1px) rotate(0);transform: translateX(1px) rotate(0);}
100%{-webkit-transform: translateX(-1px) rotate(0);transform: translateX(-1px) rotate(0);}
}

/* 字体 */
@font-face {
font-family:raleway;
src:url('../fonts/raleway.ttf'),
url('../fonts/raleway.ttf');
}

@font-face {
font-family:ExtraLight;
src:url('../fonts/SourceHanSansCN-ExtraLight.otf'),
url('../fonts/SourceHanSansCN-ExtraLight.otf');
}

@font-face {
font-family:Demi;
src:url('../fonts/FranklinGothic-Demi.otf'),
url('../fonts/FranklinGothic-Demi.otf');
}

@media screen and (max-width:768px) {
.container,.w1400{width:95%; margin:0 2.5%;}
.hide{display: block;}
.show{display: none;}
/* 导航start */
.sj_bt{position: absolute;width: 36px;height: 36px;right: 10px;top: 14px;z-index: 999999;}
.sj_bt span{position: absolute;height: 2px;width: 25px;background: #333333;top: 7px;left: 5px;transition: all 0.3s ease-in-out;}
.sj_bt span:nth-child(2){top: 17px;}
.sj_bt span:nth-child(3){top: 28px;}
.sj_bt.on{position: fixed;}
.sj_bt.on span{background: #fff;}
.sj_bt.on span:nth-child(1){transform: rotate(45deg);top: 17px;left: 10px;}
.sj_bt.on span:nth-child(2){display: none;}
.sj_bt.on span:nth-child(3){transform: rotate(-45deg);top: 17px;left: 10px;}
.wpnvbg{width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;background: rgba(0,0,0,.7);transition: .25s;display:none;}
.head_wap{width: 55%;height: 100%; display: none;transition: all 0.3s ease-in-out;position: fixed;left: 0;top: 0;padding: 0 4%;padding-top: 20px;background:#000000;z-index: 9999;overflow-y: auto;}
.wapnava{padding: 0 0 15px 0;}
.wapnava span{width: 100%;}
.wapnava a.wapprda{display: block;height: 50px;line-height: 48px;padding: 0 10px;color: #fff;width: 100%;border-bottom: 1px solid rgba(255,255,255,.1);font-size: 15px;}
.wapprda, .wapprda1{position: relative;}
.wpheadhide{display: none;}
.wpheadhide p{padding-left: 10px;}
.wpheadhide p a{font-size: 12px;}
.wapprda i, .wapprda1 i{display: block;position: absolute;right: 15px;top: 0;height: 44px;line-height: 44px;}
.wapprda i img, .wapprda1 i img{height: 10px;}
.wpheadhide a{font-size: 13px; padding-left: 30px;display: block;height: 48px;line-height: 46px;padding: 0 25px;color: #fff;width: 100%;border-bottom: 1px solid rgba(255,255,255,.1);overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
/* end */
.block{height: 62px;}
.head{padding: 3% 2.5%;height: auto;}
.head .menu,.head .nav{display: none;}
.head .logo{width: 200px;line-height: inherit;}
.footer .con{padding-top: 30px;}
.footer .m1{display: none;}
.footer .m2{float: none;width: 100%;margin-left: 0;}
.footer .m2 .box:nth-child(1){width: 50%;margin-right: 0;}
.footer .m2 .box{width: 50%;}
.footer .m2 .box ul li{width: 48%;}
.footer .m2 .box h3{font-size: 16px;}
.footer .code{float: none;text-align: center;margin-top: 50px;}
.copyright{padding: 10px 2.5%;font-size: 12px;}
.ban{height: 55vw;}
.ban .word{padding: 0;font-size: 14px;line-height: 1.7;}
.ban .word h3{font-size: 20px;margin-bottom: 10px;}
.yewu1{padding: 30px 0;}
.yewu1 .bt, .case .bt, .yewu4 .row .bt, .hehuo1 .bt, .hehuo2 .bt, .ab1 .bt, .honor .bt{font-size: 24px;}
.yewu1 .con{font-size: 14px;line-height: 1.8;}
.case{padding: 30px 0;}
.swiper-al{margin-top: 30px;}
.swiper-al .row{width: 49%;margin-right: 0;margin-bottom: 2%;}
.swiper-al .row:nth-child(2n){float: right;}
.swiper-al .row .text{font-size: 13px;line-height: 1.8;padding: 20px 15px;}
.swiper-al .row .text h3{font-size: 18px;}
.page-al{display:none;}
.yewu2{padding: 30px 0;}
.yewu2 .pic{width: 100%;}
.yewu2 .text{width: 100%;padding-top: 20px;font-size: 15px;line-height: 1.8;}
.yewu3 .item, .about .m1 .item{font-size: 16px;}
.yewu3 .item span, .about .m1 .item span{font-size: 18px;}
.yewu4{padding-top: 30px;}
.yewu4 .row{margin-bottom: 30px;}
.yewu4 .row .pic{margin-top: 30px;}
.yewu5 .bt{font-size: 24px;margin-bottom: 30px;}
.yewu5 .con li{width: 49%;margin-right: 0;font-size: 14px;margin-bottom: 3%;}
.yewu5 .con li:nth-child(2n){float: right;}
.about{padding: 40px 0;}
.about .bt{font-size: 24px;}
.about .m1{margin-top: 40px;}
.about .m2{margin-top: 40px;}
.about .m2 .row{width: 49%;margin-right: 0;margin-bottom: 2%;font-size: 14px;}
.about .m2 .row:nth-child(2n){float: right;}
.about .m2 .row h3{font-size: 18px;}
.hehuo1{padding-bottom: 30px;}
.hehuo1 .con .box h3{font-size: 18px;margin-bottom: 10px;line-height: 1.6;}
.hehuo1 .con .box{font-size: 14px;}
.hehuo2{padding-bottom: 30px;}
.hehuo2 .con{margin-top: 30px;}
.hehuo2 .box .text{width: 100%;padding-top: 0;}
.hehuo2 .box .text .w1{font-size: 20px;}
.hehuo2 .box .text .w2{position: static;width: 100%;padding-right: 0;padding: 0;margin: 30px 0;font-size: 15px;line-height: 1.8;}
.hehuo2 .box .pic{width: 100%;}
.hehuo2 .ys ul li{display:block;width: 100%;font-size: 13px;line-height: 1.8;}
.news{padding-top: 0;padding-bottom: 40px;}
.news .row .pic{width: 100%;}
.news .row .text{width: 100%;margin-left: 0;padding: 15px 15px;font-size: 14px;}
.news .row .text h3{font-size: 16px;margin-bottom: 10px;}
.news .row .date{display: none;}
.news .row{padding: 20px 0;}
.newxq{padding: 30px 0;}
.newxq .title h3{font-size: 16px;line-height: 1.8;}
.newxq .data{font-size: 14px;padding: 30px 0;line-height: 1.8;}
.newxq .fenye{display:block;}
.newxq .fenye .return{display:none;}
.newxq .fenye li{font-size: 14px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;line-height: 40px;}
.ab1{padding: 30px 0;}
.ab1 .con{margin-top: 30px;}
.ab1 .con .pic{width: 100%;float: none;}
.ab1 .con .text{width: 100%;position: static;margin-top: 20px;padding: 0;font-size: 14px;}
.address .con .bt{font-size: 24px;}
.address .con{float: none;width: 100%;padding-top: 0;}
.address .map{float:none;width: 100%;}
.address .con .text .w1,.address .con .text .info h3{font-size: 16px;}
.honor{padding: 30px 0;}
.honor .slide2 .hd li{font-size: 15px;margin: 0 3%;}
.honor .slide2{margin-top: 30px;}
.honor .slide2 .bd li{width: 49%;margin-right: 0;margin-bottom: 2%;font-size: 14px;}
.honor .slide2 .bd li:nth-child(2n){float: right;}
.honor .slide2 .bd{margin-top: 30px;}


}
@media screen and (max-width:375px) {






}

