/*-----------------[Ã¥Ë†ÂÃ¥Â§â€¹Ã¥Å’â€“]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
3a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none; font-size:16px;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
.wp {margin: 0 auto;width: 1600px;}
.wp2 {margin: 0 auto;width: 1600px;}
.wp3 {margin: 0 auto;width: 1400px;}
.wp-h {padding: 0 8.33vw;}
/*******************************
    -------header-------
********************************/
.header{
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
     height: 120px;
    padding:0 8.33vw;
    background-color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.index .header{
  background-color: transparent;
}
body.index .header.fixed,
.header.fixed{
  background: #fff;
}.header .box{
   
}
.header .box::after{
   content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.logo{
    float: left;
    line-height: 120px;
    overflow: hidden;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li a:hover{ color:#0266b3;
}
.nav li .v1{
    font-size: 16px;
    color:#222;
    display: block;
    line-height:120px;
    text-align: center;
    padding: 0 24px;
}
.nav li .sub{
    display: none;
    position: absolute;
	width:230px;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
  
}
.nav li .sub li{}
.nav li .sub a{
    display: block;
    font-size: 16px;
    color:#fff;
    line-height: 50px;
	background-color: #0266b3;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#38a343;
}
.nav .tel{
  margin: 30px 0 0 30px;
}
.nav .tel p{
  font-size:16px;
  color:#333;
  line-height: 26px;
  background: url(../images/ico1.png) no-repeat left 0 center;
}
.nav .tel span{
  font-size: 32px;
  line-height: 1.1;
  color:#e00201;
  font-family: Impact;
}







.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #005ACC;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
 
.swiper-container.banner{
  clear:left;
}
.banner .swiper-slide a{
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 48vw;
   
}

.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 42px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 18px;height: 18px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #70be44;}

.g-tit{
    text-align: center;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 21px;
    margin-bottom: 48px;
}
.g-tit .en{
  font-family: Impact;
  font-size: 47px;
  color:#EEEEEE;
  text-transform: uppercase;
  line-height: 1.1;
}
.g-tit .tit{
    color:#38a343;
    font-size: 46px;
    font-weight: bold;  
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.g-tit .tit span{color:#0266b2;}
.g-tit .desc{
    font-size: 16px;
    color:#666;
    margin-bottom: 4px;
}
.g-tit .desc i{
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 1px;
  background: #A6A6A6;
  margin:0 17px;
}
.g-tit.cof .tit,
.g-tit.cof .desc{
  color:#fff;
}
.g-tit.cof i{
  background-color: #fff;
}
/*service*/
.service{ width:100%; margin-top:0px; background:#f8f8f8; height:120px;}
.service ul li{ width:20%; float:left; text-align:center; margin-top:30px; margin-bottom:30px; height:60px; border-right:1px solid #ddd; padding-left:4.5%;}
.service ul li i{width:40px; height:40px; overflow:hidden; margin-right:10px;float:left;margin-top:10px; }
.service ul li b{ float:left; line-height:60px; font-size:18px; font-weight:100; transition:0.5s; color:#212121;}
.service ul li:nth-child(1) i{ background:url("../images/sericon01.png") no-repeat center right; width:40px; height:40px; display:inline-block; transition:0.5s;}
.service ul li:nth-child(2) i{ background:url("../images/sericon02.png") no-repeat center right; width:40px; height:40px; display:inline-block; transition:0.5s;}
.service ul li:nth-child(3) i{ background:url("../images/sericon04.png") no-repeat center right; width:40px; height:40px; display:inline-block; transition:0.5s;}
.service ul li:nth-child(4) i{ background:url("../images/sericon03.png") no-repeat center right; width:40px; height:40px; display:inline-block; transition:0.5s;}
.service ul li:nth-child(5) i{ background:url("../images/sericon05.png") no-repeat center right; width:40px; height:40px; display:inline-block; transition:0.5s;}
.service ul li:nth-child(5){ border:none;}
.service ul li:hover i{ background-position:left;}
.service ul li:hover b{ color:#38a343;  margin-left:5px;}

.probj {
    width: 100%;
    height: 10px;
    background: url(../images/s_bg.png) repeat;
}

.row1{
  overflow: hidden;
  padding:59px 0;
}
.slider1 a{
  display: block;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  color:#fff;
  padding: 34px 100px 0;
  position: relative;
}
.slider1 a:hover::after,
.slider1 .on a::after{
  content:'';
  display: block;
  position: absolute;
  background: rgba(69, 129, 228, .7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slider1 .bg1{
  background-image: url(../images/pic1.jpg);
}
.slider1 .bg3{
  background-image: url(../images/bg2.jpg);
}
.slider1 .en{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1.98vw;
  position: relative;
  z-index: 2;
}
.slider1 .cn{
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-bottom: 4px;
}
.slider1 .desc{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 27px;
  position: relative;
  z-index: 2;
}
.slider1 .more{
  margin:0 auto;
  width: 120px;
  height: 38px;
  border: 1px solid #FFFFFF;
  line-height: 36px;
  position: relative;
  z-index: 2;
}
.row2{
  overflow: hidden;
  padding: 80px 0 80px;
  background: url(../images/bg1.jpg) no-repeat #0266b2;
  -webkit-background-size: cover;
  background-size: cover;
}

.ul-pcat{
  overflow: hidden;
  margin: 0 -8.5px 20px; 
}
.ul-pcat li{
  width: 50%;
  float: left;
}
.ul-pcat .con{
  background-color: #fff;
  padding: 20px 20px 27px;
  overflow: hidden;
  margin: 0 8.5px;
}
.ul-pcat  .pic{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 0;
  position: relative;
  padding-top: 46%;
  background-position: center;
}
.ul-pcat .tit{
  font-size: 18px;
  color:#333333;
  padding-left: 33px;
  margin-top: 24px;
  background: url(../images/ico2.png) no-repeat left center;
}
.ul-pcat .txt{
  padding-left: 37px;
}
.ul-pcat .desc{
   overflow: hidden;
   padding-top: 18px;
   padding-left: 33px;
   margin-bottom: 28px;
  height: 3em;
  line-height: 1.5;
}
.ul-pcat .desc a{
  display: block;
  float: left;
  color:#777777;
  margin-right: 30px;
  
}
.ul-pcat .more {
   padding-left: 33px;
}
.ul-pcat .more  a{
  display: block;
  width: 97px;
  height: 35px;
  border: 1px solid #DCDCDC;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
  color:#999999;
}
.slider2 .swiper-slide{
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
}
.slider2 .swiper-slide .tit{
  text-align: center;
  font-size: 16px;
  color:#333333;
  padding-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slider2 .swiper-slide .pic{
  position: relative;
  height: 0;
  padding-top: 63%;
  overflow: hidden;
}

.row3{
  overflow: hidden;
  padding: 50px 0 80px;
  background: url(../images/probj6.jpg) no-repeat center bottom #fff;
}
.ul-field{
  overflow: hidden;
  margin: 0 -7px;
}
.ul-field li{
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
.ul-field li:first-child{
  width: 50%;
}
.ul-field .con{
  margin: 0 7px;
  height: 280px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.ul-field .bg{
  position: relative;
}
.ul-field .bg::after{
  content:'';
  display: block;
  position: absolute;
  top: 300px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 129, 228, .5);
  transition:all .3s;
}
.ul-field .bg:hover::after{
  top: 0;
}
.ul-field .pf{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color:#fff;
  z-index: 3;
  transform: translateY(-50%);
  text-align: center;
}
.ul-field .pf .en{
  font-size: 12px;
  text-transform: uppercase;
}
.ul-field .pf .cn{
  font-size: 20px;
  margin-bottom: 4px;
}
.ul-field .txt{
  padding: 37px 40px 0;
  color:#fff;
}
.ul-field .txt .tit{
  font-size: 32px;
  font-weight: bold;
  padding-left: 45px;
  margin-bottom: 20px;
  background: url(../images/ico3.png) no-repeat left center;
}
.ul-field .txt .tit span{
  font-size: 18px;
  font-weight: normal;
}
.ul-field .txt .desc{
  font-size: 14px;
  line-height: 30px;
}



.pclass{ position:relative;}
.proTitle .pclass .lin1{ float:left; position:relative; width:13.76%; margin:3px 4px; background:#0266b2;}
.proTitle .pclass .lin1.indexLi{ margin-left:0; border:0; background:none;}
.proTitle .pclass .lin1 a.a4{ display:block;color:#fff; position:relative; height:60px; width:100%; text-align:center; font-size:16px; line-height:60px;}
.proTitle .pclass .lin1 a.a4 span{ display:block; position:relative;}
.proTitle .pclass .lin1 a.a4 .span1{ padding-top:13px;}
.proTitle .pclass .lin1 a.a4 .span2{ font-size:10px; color:#b7b7b7; padding-top:3px;}
.proTitle .pclass .lin1:hover a.a4,.nav .pclass .lin1.active a.a4{  color:#fff; background:#38a343;}
.proTitle .pclass .lin1:hover a.a4 .span2,.nav .pclass .lin1.active a.a4 .span2{ color:#9cd6fc;}
.proTitle .pclass .lin1.active .a4 em,.nav .pclass .lin1:hover a.a4 em{ display: none;}
.proTitle .pclass .lin1 .ejdh{width:100%; padding:10px; top:100%; left:0; position:absolute;display:none; z-index:1000; overflow:hidden; -moz-transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s; background-color:#f6f6f6;}
.proTitle .pclass .lin1 .ejdh a.a5{ display:block;color:#333;  line-height:20px; font-size:15px; padding:15px 0; margin:0px 5px;}
.proTitle .pclass .lin1 .ejdh a.a6 span{ padding-left:35px;}
.proTitle .pclass .lin1 .ejdh a.a5 span{-moz-transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
.proTitle .pclass .lin1 .ejdh a.a5:hover span{ padding-left:35px;}
.proTitle .pclass .lin1 .ejdh a.a5:hover,.nav .pclass .lin1 .ejdh a.a6:hover{ color:#fff; background-color:#38a343; }
.proTitle .pclass .lin1 .ejdh a.a6{ display: block; width:200px;  float:left; line-height:20px; font-size:14px; padding:15px 0; margin:0px 5px; border-bottom:1px solid #ebebeb; }
.proTitle .pclass .lin1:hover .ejdh{ display:block;}
/*产品*/
.pro_list{
    width: 93%;
    margin: 0 auto 60px;
    height: 70px;
}
.pro_list ul li{
    width: 14.26%;
    float: left;
    height: 70px;
    text-align: center;
    
    position: relative;
}
.pro_list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0266b2;
    transition: all 0.6s;
}
.pro_list ul li.active a{ 
    height: 70px;
    background: #38a343;
    line-height: 70px;
    font-size: 17px;
}
.pro_litpic {
    width: 92%;
    margin: 30px auto;
    height: 685px;
    overflow: hidden;
    position: relative;
    top: 300px;
    opacity: 0;
}
.rightBox{width:100%;height:700px;margin: 0 auto; margin-top: 40px;}
.contactBox_text { height:700px !important;}
#progun{height:700px; overflow:hidden;}
.casesList { width:100%; height:700px;margin:0 auto;}
.casesList li{width:24.37%; height:380px;float:left;margin-left: 5px; margin-right:5px;margin-bottom: 20px;ba ckground: #fff;position: relative;}
.casesList li .Img{ width:100%; height:310px;background:#fff; display:block;}
.casesList li .Img span{display: block; width: 100%;height: 60px;line-height: 60px;text-align: center;font-size: 16px;color: #333;position: ab solute;left: 0;bottom: 0; border-bottom: 1px solid #ddd;backgr ound:#fff;}
.casesList li:hover .Img span{}
.mpro_txt{display: none;}
.mpro_txt h3{ font-size:18px !important}
.casesList li:hover .mpro_txt{cursor: pointer;position: absolute;z-index: 999;top: 20%;left: 10%; border: 0px solid #FFF;border-radius: 0 30px 0 30px;color: #01a971;width: 80%;height: 46%;display: inline-block;background-color: rgba(255,255,255,0.75);text-align: center;}
.casesList li:hover .mpro_txt h3{color: #010101;font-size: 23px;padding-top: 50px;}
.casesList li:hover .mpro_txt span{display: block;width: 105px;height: 30px;background: #0d6fb8;color: #fff;font-size: 14px;line-height: 30px;text-align: center;border-radius: 30px;margin: 0 auto;margin-top: 18px;}


.row4{
  overflow: hidden;
  background: url(../images/pic14.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 59px;
  position: relative;
}
.row4 .img{
  width: 482px;
  height: 433px;
  background: url(../images/ico5.png) no-repeat;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  z-index: 2;
  margin:0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/*优势*/
.ysbt{text-align: center;padding: 65px 0 20px;}
.ysbt p{color: #fff;font-size: 40px;}
.ysbt em{display: block;width: 70px;height: 6px;background: #ffba00;margin: 0 auto;margin-top: 15px;}
.zhutubj{position: absolute;animation: zhutubj 36s linear infinite;background: url(../images/zhutubj.png) center no-repeat;width: 550px;height: 550px;left: 430px;margin-top: 35px;}
@keyframes zhutubj{
     0%{transform: rotate(0deg)}
     100%{transform: rotate(360deg)}
}
.zhutu img{display: block;position: absolute;z-index: 999;left: 500px;margin-top: 90px; -webkit-animation: float ease-in-out 3s infinite;animation: float ease-in-out 3s infinite;}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.yangshi{position: absolute;z-index: 9999;}
.yangshi p{color: #fff;font-size: 15px;margin-top: 15px;}
.yangshi p b{font-size: 23px;display: block;margin-bottom: 10px;}
.ysa{width:450px;left: 0;margin-top: 60px;}
.ysa p{width: 300px;text-align: right;}
.ysb{width: 490px;right: 0;margin-top: 60px;}
.ysb p{width: 340px;text-align: left;}
.ysc{width: 450px;top: 430px;left: 0;}
.ysc p{width: 300px;text-align: right;}
.ysd{width: 480px;top: 430px;right: 0;}
.ysd p{width: 330px;text-align: left;}
.yangshi:hover img{cursor:pointer; -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
/*简介*/
.g-ys{
  width: 1371px;
  height: 584px;
  background: url(../images/ico4.png) no-repeat bottom;
  margin:0 auto;
  position: relative;
  -webkit-background-size: contain;
  background-size: contain;
}
.g-ys .item{
  width: 250px;
  text-align: center;
}
.g-ys .item .tit{
  font-size: 24px;
  color:#4581E4;
  font-weight: bold;
  margin-bottom: 12px;
}
.g-ys .item .desc{
  font-size: 16px;
  color:#333333;
  line-height: 1.5;
}
.g-ys .t1{
  position: absolute;
  left: 84px;
  bottom: 100px;
  text-align: left;
}
.g-ys .t2{
  position: absolute;
  left: 300px;
  top: 100px;
}
.g-ys .t2{
  position: absolute;
  left: 300px;
  top: 100px;
}
.g-ys .t3{
  position: absolute;
  right: 300px;
  top: 100px;
}
.g-ys .t4{
  position: absolute;
  right: 90px;
  bottom: 70px;
  text-align: center;
}
.g-ys .item .tel{
  font-size: 30px;
  font-family: Impact;
  color: #4581E4;
  padding: 10px 0;
}
.g-ys .item a{
    display: block;
    width: 102px;
    height: 39px;
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    color:#999999;
    margin:0 auto;
}
.g-ys .item a:hover{
  background: #4581E4;
  color:#fff;
  border-color: #4581E4;
}
.g-txt1{
  overflow: hidden;
  background: #0165b5;
  color:#fff;
  height: 150px;
}
.g-txt1 .txt{
  float: left;
  font-size: 18px;
  color:#E6EEFC;
  padding-top: 36px;
}
.g-txt1 .txt .tit{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 8px;
  color:#fff;
}
.ul-list1{
  float: right;
}
.ul-list1 li{
  float: left;
  margin-left: 84px;
  padding-top: 40px;
  font-size: 14px;
}
.ul-list1 .ico{
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  margin:0 auto;
}
.g-about{

  overflow: hidden;
}
.g-about .pic{
  float: left;
  width: 50%;
  height: 520px;
  background: url(../images/door.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-about .txt{
  overflow: hidden;
  padding-left: 68px;
  padding-right: 8.21vw;
  height: 610px;
  backgr ound: url(../images/bg3.jpg) no-repeat;
}
.g-about .txt .tit{
  font-size: 36px;
  color:#555555;
  font-weight: bold;
  font-family: Impact;
  margin-bottom: 21px;
}
.g-about .txt .line{
  width: 67px;
  height: 5px;
  background: #0266b3;
  margin-bottom: 31px;
}
.g-about .txt .desc{
  font-size: 16px;
  color:#333333;
  line-height: 2.25;
  margin-bottom: 37px;
  text-indent: 2em;
  margin-top: 20px;
}
.g-about .txt a{
  display: block;
  width: 155px;
  height: 48px;
  background: #0266b2;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
  color:#fff;
  margin-bottom: 52px;
}
.ul-num{
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid rgba(220, 220, 220, .6);

}
.ul-num li{
  width: 33.33%;
  float: left;
  text-align: center;
  border-right: 1px solid rgba(220, 220, 220, .6);
}
.ul-num li:last-child{
  border-right: none;
}
.ul-num .name{
  font-size: 16px;
  color:#555555;
}
.ul-num .num{
  font-size: 60px;
  font-family: Impact;
  color:#0266b3;
  margin-bottom: 3px;
}
.ul-num .num i{
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  margin-left: 10px;
  vertical-align:text-top;
}
.slidercase.swiper-container{
  margin-top: 40px;
}
.slidercase a{
  display: block;
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.row5{
  overflow: hidden;
  padding: 50px 0 0;
  background: url(../images/abb1g.jpg) no-repeat center bottom;
}

.g-mews{
  overflow: hidden;
}
.firstnew{
  float: left;
  width:712px;
  padding: 20px;
  margin-right: 30px;
  background-color: #f8f8f8;
}
.firstnew .pic{
  height: 455px;
  overflow: hidden;
}
.firstnew .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.firstnew .txt{
  padding: 36px 30px;
}
.firstnew .time{
  font-size: 16px;
  color:#999999;
}
.firstnew .tit{
  font-size: 24px;
  color:#333333;
  line-height: 56px;
  padding-right: 50px;
  background: url(../images/pic18.jpg) no-repeat right  center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-pronews{
  overflow: hidden;
}

.ul-pronews a{
  display: block;
  padding: 20px;
  background: #f8f8f8;
  overflow: hidden;
}
.ul-pronews .pic{
  float: left;
  width: 180px;
  height: 160px;
  margin-right: 30px;
  overflow: hidden;
}
.ul-pronews .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.ul-pronews .txt{
  overflow: hidden;
  padding-top: 18px;
}
.ul-pronews .tit{
  font-size: 20px;
  color:#333333;
  font-weight: bold;
  margin-bottom: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-pronews .desc{
  font-size: 14px;
  color:#666666;
  line-height: 1.71;
  margin-bottom: 22px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.ul-pronews .time{
  font-size: 14px;
  color:#999999;
}
.row6{
  padding: 50px 0 100px;
  background:url(../images/newbj.jpg) no-repeat bottom center;
}
.slidernew.swiper-container{
  padding-bottom: 50px;
}
.slidernew .pic{
  border:1px solid #dadada;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 55%;
  margin-bottom: 16px;
}
.slidernew .time{
  color:#666666;
  margin-bottom: 16px;
}
.slidernew .tit{
  font-size: 16px;
  color:#333333;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}  

.slidernew  .desc{
  font-size: 14px;
  color:#666666;
  line-height: 1.71;
}
.links{
  overflow: hidden;
  padding: 30px 0;
  border-top:1px solid rgba(255, 255, 255, 0.2);
}
.links .name{
  width: 174px;
  height: 55px;
  float: left;
  background: url(../images/ico28.png) no-repeat;
  margin-right: 50px;
}
.links .link{
  overflow: hidden;
}
.links .link a{
  font-size: 14px;
  color:#fff;
  line-height: 2.36;
  margin-right: 15px;
}

.row8{
  padding: 55px 0 14px;
  overflow: hidden;
  background: url(../images/bg3.jpg) no-repeat;
}
.row8 .txt{
  float: left;
  color:#fff;
}
.row8 .txt .t1{
  font-size: 36px;
}
.row8 .txt .t2{
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}
.row8 .txt .t3{
  font-size: 21px;
  margin-bottom: 24px;
}
.row8 .txt a{
  display: block;
  width: 327px;
  height: 55px;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  line-height: 55px;
  color:#0088CC;
}
.row8 .three{
  float: right;
  position: relative;
  padding: 29px 148px 50px 0;
  background: url(../images/ico14.png) no-repeat right top;
}
.row8 .three .title{
  color:#fff;
  font-size: 40px;
  position: absolute;
  top: 19px;
  right: 148px;
}
.ul-txt1{
  overflow: hidden;
}
.ul-txt1 li{
  float: left;
  font-size: 18px;
  color:#fff;
  margin-left: 61px;
}
.ul-txt1 li:first-child{
  margin-left: 0;
}
.ul-txt1 .tit{
  width: 78px;
  height: 79px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 48px;
  color:#005ACC;
  margin-top: -72px;
  margin-bottom: 4px;
  font-weight: bold;
}
.ul-txt1 i{
  display: block;
  width: 2px;
  height: 154px;
  margin-left: 34px;
  background: url(../images/ico13.png) no-repeat;
}
/* footer */
.footer{
    width: 100%;
    background: #333333;
}
.f_con{
    padding: 60px 0;
}
.f_nav{
    border-top: 1px solid #666 ;
    border-bottom: 1px solid #666 ;
}
.f_nav ul li{
    float: left;
    width: 8%;
    line-height: 60px;
    text-align: center;
    margin: 0 40px;
}
.f_nav ul li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.f_logo,.f_pro_list,.f_contact{
    float: left;
	width:20%;
}
.f_code{
    float: right;
}
.f_logo{
    width: 390px;
    height: 190px;
    background: url(../images/icon.png) 5px -88px no-repeat;
}

.f_pro_list,.f_contact{
    margin: 0 30px;
}
.f_pro_list h3,.f_contact h3{
    font-size: 19px;
    color: #a0a0a0;
    border-bottom: 1px solid #777;
    width: 120px;
    padding-bottom: 8px;
    font-weight: bold;
}
.f_pro_list ul,.f_contact ul {
    margin-top: 10px;
}
.f_pro_list ul li{
    float: left;
    margin-right: 20px;
    line-height: 35px;
    font-size: 15px;
}
.f_contact ul li{
    font-size: 15px;
    color: #666;
    line-height: 35px;
  max-width:300px;
}
.f_pro_list ul li a{
    color: #666;
}
.f_con_list{
    padding: 30px 0;
}
.f_b{
    text-align: center;
    font-size: 15px;
    background: #282828;
    line-height: 50px;
}
.f_b,.f_b a{
    color: #757575;
}
.f_b a img{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-left: 10px;
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}


@media only screen and (max-width: 1900px) {
  .header{padding: 0 5%;}
  .nav li .v1{padding: 0 26px;}
}
@media only screen and (max-width: 1700px) {
  .wp,.wp2{width: 1500px;}
.proTitle .pclass .lin1{width:13.6%;}
.casesList li {width: 24%;}
.g-form .w66{width: 400px;}
}
@media only screen and (max-width: 1560px) {
  .nav li .v1{font-size: 15px;padding: 0 14px;}
  .logo{line-height: 100px;}
  .nav li .v1{line-height: 100px;}
  .nav .tel{margin-top: 20px;}
  .slider1 .en{margin-bottom: 10px;}
  .g-tit .tit{font-size: 28px;}
  .g-form .w66,.g-form .w34{width: 300px;}
}
@media only screen and (max-width: 1430px) {
  .wp,.wp2{width: 1300px;}
  .nav .tel{display: none;}
  .g-txt1 .txt .tit{font-size: 20px;}
  .g-txt1 .txt{font-size: 14px;}
  .ul-list1 li{margin-left: 56px;}
  .slider1 a{padding: 34px 50px 0;}
  .slider2 .swiper-slide{padding: 10px 10px 16px;}
  .g-tit{-webkit-background-size: 0 0;background-size: 0 0;padding-top: 0;}
  .g-tit .desc i{display: none;}
  .g-about .txt a{margin-bottom: 20px;}
  .ul-num li{border-right: none;}
  .ul-num .num{font-size: 42px;}
  .ul-num .name{font-size: 13px;padding: 0 10px;}

}
@media only screen and (max-width: 1300px) {


}
@media only screen and (max-width: 1200px) {
.wp3{width:100%;}
.f_code {display: none;}
.header{height:96px;}
.g-about {margin-bottom: 60px;}
  .g-about .pic{ dis play:none; margin-left:-90px; marin-bottom:60px; flo at:none; width:60%;}
  .wp,.wp2{width: auto;padding: 0 15px;}
  .proTitle .pclass .lin1{width: 13.5%;}
  .g-tit .tit{font-size: 42px;}
  .g-tit{margin-bottom: 20px;}
  .g-tit .en{display: none;}
  .ul-pcat .txt{padding-left: 0;}
  .ul-field .con{height: 220px;}
  .ul-field .txt .desc{line-height: 1.5;}
  .ul-field .txt .tit{font-size: 22px;}
  .ul-field .txt{padding: 20px ;}
.casesList li {width: 23.9%;}
  .g-ys{width: 100%;background: none;height: auto;margin-bottom: 20px;overflow: hidden;}
  .row4 .img{display: none;}
.zhutubj{left: 203px;}
.zhutu img{left: 269px;}
.ysa {width: 330px;left: -43px;margin-top: 118px;}.ysa p { width: 190px;}.yangshi p b {font-size: 21px;}
.ysb {width: 330px;right: -51px;margin-top: 112px; }.ysb p { width: 190px;}
.ysc {width: 330px;left: -43px;margin-top: 0px;}.ysc p { width: 190px;}
.ysd {width: 330px;right: -51px;m argin-top: 112px; }.ysd p { width: 190px;}
  .g-ys .item{width: 49%;float: left;margin-right: 2%;height: 180px;background-color: #fff;padding:30px 10px 0;margin-bottom: 20px;}
  .g-ys .item:nth-child(even){margin-right: 0;}
  .g-ys .t1,.g-ys .t2,.g-ys .t3,.g-ys .t4{position: static;}
  .g-ys .t1{text-align: center;}
  .g-txt1{height: auto;padding: 20px 0;}
  .g-txt1 .txt{padding-top: 10px;}
  .ul-list1 li{padding-top: 0;}
  .g-about .pic{padding-top: 0;}
  .g-about .txt{height: auto;padding:0 39px 10px;}
  .g-about .txt .tit,.g-about .txt .line{dis play: none;font-size: 26px;}
  .g-about .txt .desc{margin-top: 0;text-align: left;margin-bottom: 10px;}
  .g-about .txt a{marg in:0 auto 20px;}
  .firstnew{display: none;}
  .g-form .w34{margin-bottom: 20px;}
   .fn_btn{float: none;clear:left;}
}
@media only screen and (max-width: 1023px) {
 .ul-pcat li{width: auto;float: none;}
 .g-ys .item .desc{font-size: 14px;}
.g-tit .tit{font-size: 20px;margin-bottom: 4px;}
.row1,.row2{padding: 30px 0;}
.row4{padding-top: 30px;}
  .fnnav a{font-size: 14px;}
  .g-form .w34, .g-form .w66{width: auto;float: none;margin:0 0 15px;}
  .g-add{padding: 0 0 0 0;}
  .g-add .item{margin-bottom: 10px;font-size: 14px;}
  .fnnav a{font-size: 14px;}
  .row5{padding-top: 30px;}
  .row6,.row3{padding: 30px 0;}
}

@media only screen and (max-width: 960px) {
.ul-field li:first-child{width: 100%;}
.ul-field li{width: 33.333%;}
.g-add .box{width: auto;float: none;}
.g-add .qr{margin-bottom: 20px; float: none;}
}

@media only screen and (max-width: 767px) {
   .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 5px;}
   .banner.swiper-container .swiper-pagination-bullet{width: 10px;height: 10px;}
   .ul-field li{width: 50%;}
   .ul-field .con{height: 160px;}
   .ul-field .txt .tit{margin-bottom: 4px;}
   .ul-field li:first-child .con{height: 200px;}
   .ul-field .txt .desc{font-size: 12px;line-height: 1.8;}
   .ul-field .pf .en{padding:0 10px;}
   .g-ys .item{width: auto;float: none;margin-right: 0;padding: 12px;height: 140px;}
   .g-ys .item .tel{padding: 5px 0;}
   .g-ys .item .tit{font-size: 22px;margin-bottom: 8px;}
   .g-txt1 .txt,.ul-list1{overflow: hidden;float: none;}
   .g-txt1 .txt{margin-bottom: 10px;}
   .ul-list1 li{width: 25%;float: left;margin:0;text-align: center;}
   .g-txt1 .txt .tit{font-size: 18px;}
   .slider1 .en{font-size: 26px;margin-bottom: 0px;}
  .slider1 .cn{font-size: 20px;}
  .slider1 a{height: 240px;padding: 15px;}
  .g-about .txt .desc{font-size: 14px;margin-bottom: 10px;}
  .links .name{width: auto;float: none;}
  .links{padding: 20px 0;}

.slidercase.swiper-container{margin:20px 20px 0;}
.ul-num .num{font-size: 28px;margin-bottom: 0;line-height: 1.5;}
.swiper-container.slider1{margin:0 15px;}
.ul-pcat .desc{padding-top: 6px;}
.ul-pcat .desc{height: auto;}
}

@media only screen and (max-width: 500px) {
.g-add .item{float: none;margin-right: 0;}
.slider1 .desc{font-size: 14px;}
.ul-pronews .pic{width: auto;float: none;margin-right: 0;}
.ul-field .bg::after{display: none;}
}



/**mobile nav**/
.hd-mobile{display: none;}
@media only screen and (max-width: 900px) {
.header{display: none;}
.logo{line-height: 60px;height: 60px;padding-right: 0;border-right: none;width: 260px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      padding: 0 10px;
      background: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
    padding: 10px 0;
    background-color: #4581E4;
    display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}
    .nav_mobile .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
    #floatBottom{display: block;}
}
