﻿/*-----------------[åˆå§‹åŒ–]--------------*/
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; } 
a{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;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.wp {margin: 0 auto;width: 1600px;}
.wp2{margin: 0 auto;width: 1540px;}

/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
     height: 120px;
    padding:0 8.33vw;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.index .header{
  background-color: transparent;
}
body.index .header.fixed,
.header.fixed{
  background: #fff;
}
.logo{
    float: left;
    overflow: hidden;
    height: 120px;
    width: 440px;
    background-repeat: no-repeat;
    background-image: url(/template/default/images/logo.png);
    background-position: center center;
}
.logo a{
  display: block;
  width: 100%;
  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 .v1{
    font-size: 16px;
    color:#222;
    display: block;
    line-height:120px;
    margin: 0 24px;
    text-align: center;
}
.header.fixed .v1{
    color:#333333;
}
.nav li:hover .v1{
  color: #00AE8F;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    right: 0;
    width: 200px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #00AE8F;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#00AE8F;
}
.nav .tel{
  font-size:22px;
  color:#222;
  font-family: Arial;
  line-height: 120px;
  padding-left: 35px;
  font-weight: bold;
  position: relative;
  margin-left: 24px;
  background: url(/template/default/images/ico1.png) no-repeat left 0 center;
}
.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: #00AE8F;
    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);
}
.banner .swiper-slide a{
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  height: 52.48vw;
}
.banner .swiper-slide img{width:100%;}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 30px;
    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: #00AE8F;}
.g-tit{
    text-align: center;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    margin-bottom: 32px;
}
.g-tit .en{
  font-family: Impact;
  font-size: 47px;
  color:#EEEEEE;
  text-transform: uppercase;
  line-height: 1.1;
}
.g-tit .cn{
    color:#333;
    font-size: 40px;
    font-weight: bold;  
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.g-tit .desc{
    font-size: 14px;
    color:#666;
    margin-bottom: 4px;
}
.g-tit .desc i{
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 1px;
  background: #A6A6A6;
  margin:0 17px;
}
.pactbox{
  overflow: hidden;
  height: 0;
}
.pactbox.on{
  height: auto;
}
.sliderpro .swiper-slide{
 
}
.ul-prolist{
  overflow: hidden;

}
.ul-prolist li{
  width: 23.8%;
  margin-right: 1.6%;
  float: left;
}
.ul-prolist li:last-child{
  margin-right: 0;
}
.ul-prolist .con{
  background-color: #fff;
  border: 1px solid #DCDCDC;
  padding: 20px 28px;
  overflow: hidden;
}
.ul-prolist .tit{
  font-size: 22px;
  color:#000;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.ul-prolist .pic{
  position: relative;
  height: 0;
  padding-top: 80%;
  overflow: hidden;
  margin-bottom: 10px;
}
.ul-prolist .linka{
  overflow: hidden;
  border-top: 1px solid #DCDCDC;
  padding-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.ul-prolist .linka a{
  display: block;
  width: 150px;
  height: 52px;
  border: 1px solid #DCDCDC;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color:#333333;
}.ul-prolist .linka .a1{
  background:#00ae8f;
  border: 1px solid #00ae8f;
  color:#fff;
}
.sliderpcat{
  position: relative;
}
.sliderpcat .swiper-button-prev{
  width: 14px;
  height: 29px;
  background: url(/template/default/images/ico2.png) no-repeat;
  left: -29px;
 margin-top: -32px;
 z-index: 99;
}
.sliderpcat .swiper-button-next{
  width: 14px;
  height: 29px;
  background: url(/template/default/images/ico3.png) no-repeat;
  right: -29px;
 margin-top: -32px;
 z-index: 99;
}
.sliderpcat .swiper-slide-active .show{
  display: none;
}
.sliderpcat .swiper-slide-active .hide{
  display: block;
}
.sliderpcat .swiper-slide-active .hide::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -9px;
  left: 0;
  right:0;
  margin:0 auto;
  width: 10px;
  height: 9px;
  background: url(/template/default/images/ico5.png) no-repeat;
}
.sliderpcat .swiper-container{
  padding-bottom: 36px;
  
}
.sliderpcat .swiper-slide {
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}

.sliderpcat .swiper-slide:first-child{
  border-left: 1px solid #E5E5E5;
}
.sliderpcat  .show{
  height: 130px;
}
.sliderpcat .show .name{
  font-size: 15px;
  color:#222222;
  line-height: 128px;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
.sliderpcat .hide{
  display: none;
  height:130px;
  background: url(/template/default/images/pic2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  color:#fff;
  padding-top: 30px;
  position: relative;
}
.sliderpcat .hide .ico{
  width: 30px;
  height: 32px;
  margin:0 auto 16px;
  background: url(/template/default/images/ico4.png) no-repeat;
}
.row1{
  padding: 58px 0 59px;
}
.row2{
  overflow: hidden;
  background: url(/template/default/images/bg1.jpg) no-repeat right;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 62px 0 67px; 
}
.row2 .title{
  width: 919px;
  height: 56px;
  margin-bottom: 19px;
  background: url(/template/default/images/txt8.png) no-repeat;
}
.row2 .name{
  width: 732px;
  height: 54px;
  line-height: 54px;
  background: url(/template/default/images/ico21.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  border-radius: 22px;
  overflow: hidden;
  font-size: 26px;
  color:#FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}
.row2 .desc{
  overflow: hidden;
  width: 50%;
}
.row2 .desc  p{
  float: left;
  font-size: 24px;
  color:#222222;
  padding-left: 44px;
  background: url(/template/default/images/ico6.png) no-repeat left center;
  width: 334px;
  margin-bottom: 14px;
}

.row3{
  overflow: hidden;
  padding: 30px 0 60px;
  background: url(/template/default/images/bg2.jpg) no-repeat;
}
.sliderdb .swiper-slide{
  border-radius: 20px;
}
.sliderdb .pic{
  position: relative;
  height: 0;
  padding-top: 77%;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.sliderdb .txt{
  background-color: #fff;
  height: 200px;
  padding: 0 36px;
}
.sliderdb .txt .tit{
  width: 100%;
  overflow:hidden;
  text-align: center;
  margin:0 auto -2px;
  border: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  top:-24px;
}
.sliderdb .txt .tit p{
  background: #00AE8F;
  overflow:hidden;
  font-size: 20px;
  line-height: 48px; 
  width: 100%;
  color:#fff;
  border-radius: 30px;
  -webkit-line-clamp:1;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;
}
.sliderdb .txt  .desc{
  font-size: 16px;
  color:#333333;
  line-height: 1.75;
}

.ul-tab2{
  overflow: hidden;
}
.ul-tab2 li{
  width: 25%;
  float: left;
  text-align: center;
  background: #F3F3F3;
  height: 119px;
  padding-top: 32px;
  border-right: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  cursor: pointer;
}
.ul-tab2 li.on{
  background: #00AE8F;
}
.ul-tab2 li.on .en,
.ul-tab2 li.on .cn{
  color:#fff;
}
.ul-tab2 li:last-child{
  border-right: none;
}
.ul-tab2 .ico{
  width: 48px;
  height: 48px;
  margin-right: 5px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
}
.ul-tab2 .ico.i1{
  background-image: url(/template/default/images/ico17.png);
}
.ul-tab2 .ico.i2{
  background-image: url(/template/default/images/ico8.png);
}
.ul-tab2 .ico.i3{
  background-image: url(/template/default/images/ico9.png);
}
.ul-tab2 .ico.i4{
  background-image: url(/template/default/images/ico10.png);
}
.ul-tab2 .on .ico.i1{
  background-image: url(/template/default/images/ico7.png);
}
.ul-tab2 .on .ico.i2{
  background-image: url(/template/default/images/ico18.png);
}
.ul-tab2 .on .ico.i3{
  background-image: url(/template/default/images/ico19.png);
}
.ul-tab2 .on .ico.i4{
  background-image: url(/template/default/images/ico20.png);
}
.ul-tab2 .txt{
  display: inline-block;
  text-align: left;
  position: relative;
  top: -4px;
}
.ul-tab2 .cn{
  font-size: 18px;
  color:#666;
}
.ul-tab2 .en{
  font-size: 12px;
  color:#999;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.row4{
  overflow: hidden;
  padding: 56px 0;
}
.sliderys .con{
  background-repeat: no-repeat;
  height: 600px;
  border-top: 6px solid #008a71;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}
.sliderys .con .txt{
  width: 580px;
  height: 350px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .94);
  padding: 32px 58px 0;
}
.sliderys .num{
  width: 51px;
  height: 28px;
  margin-bottom: 6px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.sliderys .num.n1{
  background-image: url(/template/default/images/ico11.png);
}
.sliderys .num.n2{
  background-image: url(/template/default/images/ico31.png);
}
.sliderys .num.n3{
  background-image: url(/template/default/images/ico32.png);
}
.sliderys .num.n4{
  background-image: url(/template/default/images/ico33.png);
}
.sliderys .cn{
  font-size: 20px;
  color:#333333;
  font-weight: bold;
  line-height: 1.2;
}
.sliderys .en{
  font-size: 12px;
  color:#666666;
  margin-bottom: 14px;
}
.sliderys .desc{
  font-size: 14px;
  color:#666666;
  line-height: 1.71;
}

.slidercase .pic{
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 79%;
}
.slidercase .tit{
  height: 87px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-top: 8px solid #00AE8F;
  text-align: center;
  font-size: 16px;
  color:#333333;
  line-height: 84px;
}

.g-case{
  position: relative;
}
.g-case .swiper-button-next{
    width: 31px;
    height: 93px;
    background: url(/template/default/images/ico16.png) no-repeat;
    right: -50px;
   margin-top: -46.5px;
    opacity: 1!important;
}
.g-case .swiper-button-prev{
    width: 31px;
    height: 93px;
    background: url(/template/default/images/ico15.png) no-repeat;
    left: -50px;
    margin-top: -46.5px;
    opacity: 1!important;
}
.row5{
  overflow: hidden;
  padding-bottom: 50px;
}
.row6{
  overflow: hidden;
  padding: 38px 0 0;
  background: url(/template/default/images/bg3.jpg) no-repeat top;
}
.row6 .info{
  font-size: 14px;
  color:#333333;
  line-height: 2;
}
.ul-about{
  overflow: hidden;
  margin: 30px 0 50px;
}
.ul-about li{
  float: left;
  width: 33.333%;
  text-align: center;
  position: relative;
}
.ul-about li::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 96px;
  background: #00AE8F;
  margin-top: -48px ;
}
.ul-about li:last-child::after{
  display: none;
}
.ul-about .ico{
  width: 96px;
  height: 96px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 30px;

}
.ul-about .txt{
  display: inline-block;
  text-align: left;
  position: relative;
  top: -14px;
}
.ul-about .txt .tit{
  font-size: 20px;
  color:#00AE8F;
}
.ul-about .txt .tit span{
  font-size: 50px;
  font-family: Impact;
  margin-right: 9px;
}
.ul-about .txt .tit em{
  font-style:normal;
  vertical-align: text-top;
}
.ul-about .desc{
  font-size: 18px;
  color:#333333;
}
.sliderhoner{
  padding: 35px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 14px 27px 2px rgba(0, 0, 0, 0.03);
}
.row7{
  overflow: hidden;
  background: #F5F5F5;
  padding: 50px 0;
}
@media only screen and (max-width: 1800px) {
.header{padding: 0 50px;box-shadow: 0 0 3px rgba(0,0,0,.3);}
}
@media only screen and (max-width: 1700px) {
  
  .nav li .v1{margin: 0 14px;}
  .wp{width: 1400px;}

}
@media only screen and (max-width: 1430px) {
  .wp,.wp2{width: 1200px;}
  .nav .tel{display: none;}
  
 }
@media only screen and (max-width: 1430px) {
   
.g-tit{-webkit-background-size: 0;background-size: 0;padding-top: 0;}
.g-tit .cn{font-size: 30px;}
.ul-prolist .linka{padding-top: 20px;}
}
@media only screen and (max-width: 1230px) {
  .header{display: none;}
  .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
  .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
  .wp,.wp2{width: auto;padding: 0 15px;}
  body{padding: 60px 0 53px;}
  .g-tit{-webkit-background-size: 0;background-size: 0;padding-top: 0;margin-bottom: 20px;}
  .g-tit .cn{font-size: 30px;}
}
@media only screen and (max-width: 1023px) {
   .g-tit .desc i{display: none;}
  .g-tit .cn{font-size: 26px;}
}
@media only screen and (max-width: 767px) {
  .g-tit .cn{font-size: 20px;}
}


.g-mews{
  overflow: hidden;
}
.firstnew{
  float: left;
  width: 600px;
  margin-right: 30px;
  background-color: #fff;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.03);
}
.firstnew .pic{
  height: 400px;
  overflow: hidden;
}
.firstnew .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.firstnew .txt{
  padding: 20px;
}
.firstnew .time{
  font-size: 16px;
  color:#999999;
}
.firstnew .tit{
  font-size: 24px;
  color:#333333;
  line-height: 56px;
  background: url(/template/default/images/pic11.jpg) no-repeat right  center;
}
.newsright{
  overflow: hidden;
  background: #fff;
  padding: 50px 50px 60px;
  position: relative;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.03);
}
.newsright .more{
  display: block;
  position: absolute;
  top: 28px;
  right: 58px;
  font-size: 14px;
  color:#888888;
}
.ul-news{
  overflow: hidden;
}
.ul-news li{
  overflow: hidden;
  margin-bottom: 60px;
}
.ul-news li:last-child{
  margin-bottom: 0;
}
.ul-news .time{
  float: left;
  width: 102px;
  overflow: hidden;
  margin-right: 56px;
  
  font-family: Impact;
  border-right: 1px solid #DCDCDC;
}
.ul-news .time .day{
  font-size: 48px;
  color:#00AE8F;
}
.ul-news .time .yh{
  font-size: 14px;
  color:#666666;
}
.ul-news .txt{
  overflow: hidden;
  padding-right: 100px;
  padding-bottom: 9px;
  background: url(/template/default/images/pic11.jpg) no-repeat right center;
}
.ul-news .tit{
  font-size: 20px;
  color:#222222;
  margin-bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-news .desc{
  font-size: 14px;
  color:#666666;
  line-height: 1.71;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.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(/template/default/images/links.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;
}
.footer{
  background: url(/template/default/images/bg4.jpg) no-repeat;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 35px;
}
.fnnav{
  overflow: hidden;
  margin-bottom: 25px;
}
.fnnav a{
  font-size: 16px;
  color:#fff;
  margin-right: 15px;
  display: inline-block;
}
.fnnav i{
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, .5);
  margin: -2px 15px 0;
}
.g-form{
  margin-bottom: 33px;
  overflow: hidden;
}
.g-form .w34{
  float: left;
  width: 340px;
  height: 50px;
  margin-right: 20px;
}
.g-form .w66{
  width: 660px;
  height: 50px;
  background: #fff;
  float: left;
}
.g-form  input{
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
}
.fn_btn{
  overflow: hidden;
  float: right;
  width: 200px;
  height: 50px;
  background: #00AE8F;
  font-size: 14px;
  color:#FFFFFF;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.g-add{
  padding-top: 18px;
  padding-right: 169px;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
.g-add .qr{
  position: absolute;
  right: 0;
  top: 0;
  width: 117px;
  height: 117px;
  background: url(/template/default/images/qr.jpg) no-repeat;
}
.g-add .item{
  float: left;
  font-size: 16px;
  color:#FFFFFF;
  padding-left: 35px;
  background-repeat: no-repeat;
  line-height: 30px;
  margin-bottom: 26px;
  margin-right: 50px;
}
.copy{
  background: rgba(0, 0, 0, .2);
  overflow: hidden;
  padding: 20px 0;
}
.copy a,.copy span{
  font-size: 14px;
  display: inline-block;
  color:rgba(255, 255, 255, .3);
}

.sliderhoner .pic{
  position: relative;
  height: 0;
  padding-top: 133%;
  overflow: hidden;
  border:1px solid #eee;
}
#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: 1870px) {

}
@media only screen and (max-width: 1700px) {
.ul-prolist .linka a{width: 130px;}
.g-form .w66{width: 460px;}
.ul-tab2 .en{display: none;}
.ul-tab2 .cn{line-height: 48px;height: 48px;top: -10px;position: relative;}
}
@media only screen and (max-width: 1500px) {
.g-case .swiper-button-prev{left: 0;}
.g-case .swiper-button-next{right: 0;}
.ul-about .txt .tit span{font-size: 40px;}
.ul-about .ico{width: 80px;height: 80px;}
.sliderys .con{height: 540px;}
.row2{background-position: left;}
}
@media only screen and (max-width: 1430px) {
  .g-form .w34,.g-form .w66{width: 300px;}
  .g-txt1 .desc{width: 300px;display: inline-block;}
  .row2 .desc p{font-size: 14px;height: 44px;line-height: 44px;width: auto;margin-right: 50px;}
  .row2 .title{width: 47.86vw;height: 2.92vw;-webkit-background-size: cover;
  background-size: cover;}
  .row2 .name{width: 38.13vw;height: 2.97vw;font-size: 18px;line-height: 2.97vw;}
  .ul-prolist .con{padding: 20px;}
  .ul-prolist .tit{font-size: 18px;margin-bottom: 10px;}
  .slidercase .tit{height: 67px;line-height: 58px;}
  .newsright .more {top: 15px;}
  .ul-news .time {width: 72px;margin-right: 20px;}

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

  .firstnew,.g-about .pic{display: none;}
  .sliderys .con{height: 440px;}
  .sliderys .con .txt{height: 290px;}
  .ul-tab2 li{height: 60px;padding-top: 0;}
  .ul-tab2 .cn{font-size: 16px;}
  .sliderpcat .swiper-button-next{right: 0;}
  .sliderpcat .swiper-button-prev{left: 0;}
  .sliderpcat{padding: 0 30px;}
  .g-tit .cn{font-size: 22px;margin-bottom: 4px;}
  .ul-about .txt .tit span{font-size: 30px;}
  .ul-about .txt .tit{font-size: 14px;}
  .ul-about .txt{position: relative;}
  .ul-tab2 .cn{position: static;line-height: 62px;}
  .ul-tab2 .ico{display: none;}
  .row3,.row1,.row2,.row4,.row7,.row6{padding: 40px 0;}
  .sliderdb .txt .tit{border:none;}
  .sliderdb .txt .tit p{font-size: 18px;}
  .sliderpcat .swiper-slide-active .hide{display: none;}
  .sliderpcat .swiper-slide-active .show{display: block;}
  .sliderpcat .show .name{-webkit-background-size: 0;
  background-size: 0;line-height: 60px;}
  .sliderpcat .show{height: 62px;}
  .sliderpcat .swiper-slide-active .show .name{background: #00AE8F;color:#fff;-webkit-background-size: 0;
  background-size: 0;line-height: 62px;}
  .ul-prolist{display: block;padding: 0 15px;}
  .ul-prolist li{width: 50%;padding: 15px;}

  .row2 .name{width: auto;height: 30px;padding: 0 10px;display: inline-block;background: #00AE8F;line-height: 30px;font-size: 14px;}
  .sliderdb .txt .desc{font-size: 14px;}
  .ul-about li::after{display: none;}
  .sliderhoner{padding: 0;background: none;}
  .ul-about{margin:30px 0;}
  .row2 {background-position: center;}
  .sliderpcat .swiper-container{padding: 0;}
  .sliderpcat .swiper-button-next,.sliderpcat .swiper-button-prev{margin-top: -14px;}
  .row6{-webkit-background-size: cover;
  background-size: cover;}
  .ul-tab2 .txt{position: static;}
  .row5{padding-bottom: 40px;}
  .fn_btn {clear: left;float: none;}
   .g-form .w34, .g-form .w66{margin-bottom: 15px;}
    .fn_btn {clear: left;float: none;}
}

@media only screen and (max-width: 1023px) {

  .fnnav a{font-size: 14px;}
  .row2 .desc{width: 80%;}
 .g-form .w34, .g-form .w66{width: auto;float: none;margin:0 0 15px;}
  .g-add{padding: 0 0 30px 0;}
  .g-add .qr{position: static;clear:left;margin:0 auto;}
  .g-add .item{margin-bottom: 10px;font-size: 14px;}
  .fnnav a{font-size: 14px;}
  .newsright {padding: 40px 15px 15px;}
  .ul-news li{margin-bottom: 15px;}
} 
@media only screen and (max-width: 960px) {
	
}
@media only screen and (max-width: 767px) {
	.row4{display:none;}
	.fnnav{display:none;}
	.qr{display:none;}
  .row2{background-position: left ;}
 .row2 .desc{width: auto;    display: none;}
 .row2 .title{width: 100%;height: 40px;-webkit-background-size: contain;
 background-size: contain;background-position: center;margin-bottom: 4px;}
 .row2 .name{margin-bottom: 15px;}
 .row2 .desc p{width: 50%;margin-right: 0;padding-left: 20px;-webkit-background-size: 20px auto;background-size: 20px auto;margin-bottom: 10px;height: 24px;line-height: 24px;font-size: 12px;}
 .row3, .row1, .row2, .row4, .row7, .row6{padding: 30px 0;}
 .ul-tab2 li{width: 50%;}
 .ul-tab2 .cn{font-size: 12px;line-height: 42px;}
 .ul-tab2 li{height: 42px;}
 .sliderys .con .txt{position: static;height: 100%;position: static;margin-top: 0;-webkit-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);width: auto;padding: 15px;}
 .sliderys .con{height: 300px;}
 .row5{padding-bottom: 30px;}
 .ul-about .ico{display: block;margin:0 auto 15px;}
 .ul-about .txt{text-align: center;position: static;}
 .ul-about .txt .tit span{font-size: 18px;margin-right: 0;}
 .links .name{float: none;margin:0 auto;}
 .ul-news .txt{padding-right: 0;background: none;}
.ul-news .time .day{font-size: 42px;line-height: 1.1;}
.ul-news .tit{font-size: 16px;margin-bottom: 4px;}
.ul-news .desc{font-size: 12px;}
.ul-news .time{text-align: center;}
.ul-prolist .con {padding: 10px 20px;}
.ul-prolist .linka{    padding-top: 10px;}
.ul-prolist .linka a{height: 42px;line-height: 40px;width: 90px;}
.sliderdb .txt{height:150px;}
.sliderdb .txt .desc{font-size: 14px;-webkit-line-clamp:3;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}
}
@media only screen and (max-width: 500px) {
.ul-prolist li{width: auto;float: none;padding: 0;margin-top: 15px;}
.ul-prolist li:nth-child(3),.ul-prolist li:nth-child(4){display: none;}
.sliderdb .txt{height: 130px;}
.sliderdb .txt .tit p{height: 40px;font-size: 16px;line-height: 40px;}
.sliderpcat .swiper-slide-active .show .name,.sliderpcat .show .name  {line-height: 45px;}
.sliderpcat .show{height: 45px;}
.newsright .more{right: 15px;}
.sliderpcat .show .name{font-size: 12px;}
}
  


.ban{
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 28vw;
  margin-top: 30px;

}


.pro1{
    overflow: hidden;
    padding: 57px 0 68px;
    background-color: #fff;
}
.pro1 .pic{
    float: left;
    overflow: hidden;
    width: 800px;
    height: 580px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    position: relative;
    margin-right: 70px;
}

.pro1 .txt{
    overflow: hidden;
    padding: 0px 0 0 0;
}
.pro1 .txt .desc{
    font-size: 16px;
    color:#333333;
    line-height: 2;
    padding-bottom: 20px;
    border-bottom: 2px dashed rgba(83, 83, 83, .5);
    margin-bottom: 20px;
}
.pro1 .txt .link{
  overflow: hidden;
}
.pro1 .txt a{
    display: block;
    float: left;
    margin-right: 20px;
    width: 140px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color:#fff;
    font-size: 16px;
}
.pro1 .txt a.a1{
  background: #00AE8F;
}
.pro1 .txt a.a2{
  background: #333333;
}
.pro1 .txt .cn{
    font-size: 42px;
    color:#333333;
    font-weight: bold;
}
.pro1 .txt .en{
    font-size: 36px;
    line-height: 1.1;
    color:#00AE8F;
    font-family: Impact;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
}
.row-n2{
  overflow: hidden;
  padding: 54px 0;
}
.slider2 .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 170%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 20px;
}
.slider2 .tit{
  text-align: center;
  line-height: 46px;
  color:#fff;
  font-size: 18px;
  margin-bottom: 15px;
}
.slider2 .desc{
  font-size: 16px;
  color:#333333;
  line-height: 1.5;
}
.row-n3{
  padding: 50px 0 23px;
  overflow: hidden;
  background: url(/template/default/images/bg5.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-case2 .pic{
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 77%;
  margin-bottom: 20px;
}
.g-case2 .tit{
  text-align: center;
  font-size: 24px;
  color:#333333;
}
.g-case2{
  position: relative;
}
.g-case2 .swiper-button-next{
    width: 31px;
    height: 93px;
    background: url(/template/default/images/ico16.png) no-repeat;
    right: -50px;
    margin-top: -32px;
    opacity: 1!important;
}
.g-case2 .swiper-button-prev{
    width: 31px;
    height: 93px;
    background: url(/template/default/images/ico15.png) no-repeat;
    left: -50px;
    margin-top: -32px;
    opacity: 1!important;
}
.ul-pronews a{
  display: block;
  padding: 10px;
  background: #FAFAFA;
  overflow: hidden;
}
.ul-pronews .pic{
  float: left;
  width: 180px;
  height: 180px;
  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;
}
.ul-pronews .time{
  font-size: 14px;
  color:#999999;
}
.row-n7{
  overflow: hidden;
  padding: 57px 0;
}
.row-n1{
  padding: 59px 0 48px;
  overflow: hidden;
  background: #F9F9F9;
}
.sliderprolist{
  padding-bottom: 30px;
}
.sliderprolist .swiper-slide{
  padding: 19px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
}
.sliderprolist .pic{
  height: 280px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  position: relative;
}
.sliderprolist .tit{
  font-size: 18px;
  margin: 35px 0 18px;
  color:#333333;
  padding-left: 17px;
  background: url(/template/default/images/pic13.jpg) no-repeat right 17px center;
}
.sliderprolist.swiper-container{
  padding-bottom: 72px;
}
.sliderprolist.swiper-container .swiper-pagination{
  position: absolute;
  bottom: 0;
}

.sliderprolist.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 42px;
height: 6px;
background: #DCDCDC;font-size:0;cursor:pointer;border: none;border-radius: 0%;opacity:1;display: inline-block;}
.sliderprolist.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #00AE8F;}



.sliderproys  .pic{
  position: relative;
  height: 0;
  padding-top: 80.3%;
  overflow: hidden;
  background-repeat: no-repeat;
}
.sliderproys .swiper-slide{
  text-align: center;
  border:1px solid #E5E5E5;
}
.sliderproys .tit{
  font-size: 22px;
  color:#333333;
  font-weight: bold;
  padding-top: 24px;
}
.sliderproys .en{
  font-size: 14px;
  color:#999999;
  text-transform: uppercase;
   padding-top: 1px;
   margin-bottom: 16px;
}
.sliderproys .desc{
  font-size: 16px;
  line-height: 1.5em;
  height: 3em;
  color:#8A8A8A;
   margin-top: 15px;
   margin-bottom: 10px;
   padding: 0 20px;
}
.sliderproys i{
  display: block;
  margin:0 auto;
  width: 39px;
  height: 1px;
  background: #DCDCDC;
}
.row-n4{
  overflow: hidden;
  padding: 57px 0;
}
.row-n5{
  overflow: hidden;
  padding: 50px 0;
  background: #F9F9F9;
}
.slidergy .pic{
  overflow: hidden;
  position: relative;
  padding-top: 80%;
  height: 0;
}
.slidergy .txt{
  background: #FFFFFF;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
  text-align: center;
}
.slidergy .txt .tit{
  font-size: 18px;
  color:#222222;
}
.slidergy .txt .desc{
  font-size: 14px;
  color:#666666;
  line-height: 1.71;
  height: 5.13em;
}
.slidergy .txt .num{
  font-size: 24px;
  color:#DADADA;
  font-weight: bold;
}
.swiper-container.slidergy{
  padding-bottom: 7px;
}


.ul-pcatlist{
  overflow: hidden;
  margin:0 -5px 20px;
}
.ul-pcatlist li{
  width: 12.5%;
  float: left;
  margin-bottom: 10px;
}
.ul-pcatlist li a{
  display: block;
  margin:0 5px;
  border:1px solid #eee;
  text-align: center;
  line-height: 42px;
  color:#333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-pcatlist li.hover a{
  background-color: #00AE8F;
  color:#fff;
  border-color: #00AE8F;
}
@media only screen and (max-width: 1500px) {
  .pro1 .pic{margin-right: 50px;}
  .pro1 .txt .cn{font-size: 32px;}
  .ul-pcatlist li{width: 16.66%;}
}
@media only screen and (max-width: 1430px) {
  .pro1 .pic{width: 680px;height: 500px;}
  .pro1 .txt .cn{font-size: 28px;}
  .pro1 .txt .en{font-size: 24px;padding-bottom: 20px;}
  .pro1 .txt{padding-top: 10px;}
  .pro1 .txt .desc{font-size: 14px;}
  .slider2 .desc{font-size: 14px;}
  .row-n1,.pro1,.row-n2,.row-n4,.row-n5{padding: 40px 0;}
  .g-case2 .swiper-button-prev{left: 0;}
  .g-case2 .swiper-button-next{right: 0;}
  .sliderprolist.swiper-container{padding-bottom: 30px;}
    .ul-pcatlist li{width: 20%;}
}

@media only screen and (max-width: 1230px) {
.pro1 .pic{width: 500px;height: 400px;}
.pro1 .txt .en{margin-bottom: 20px;padding-bottom: 10px;font-size: 20px;}
.pro1 .txt .cn{font-size: 22px;}
.pro1 .txt .desc{line-height: 1.8;margin-bottom: 30px;}
.sliderprolist .tit{margin: 15px 0 0;padding: 0 17px 0 0;background-position: right center;}
.slider2 .tit{font-size: 14px;}
.slider2 .pic{margin-bottom: 10px;}
}

@media only screen and (max-width: 1023px) {
.row-n1,.pro1,.row-n2,.row-n3,.row-n4,.row-n5{padding: 30px 0;}
.g-case2 .tit{font-size: 18px;}
.pro1 .pic{width: auto;float: none;margin-right: 0px;margin-bottom: 10px;}
}
@media only screen and (max-width: 767px) {
  .pro1 .pic{height: 300px;}
  .pro1 .txt a{height: 40px;line-height: 40px;}
}



.ul-listabout{
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.ul-listabout a{
  display: inline-block;
  font-size: 18px;
  color:#333;
  width: 200px;
  height: 45px;
  line-height: 45px;
  background-color: #eee;
}
.ul-listabout a.on,
.ul-listabout a:hover{
  color:#00AE8F;
}

.g-ljt{
  overflow: hidden;
  padding: 2.6vw 0 0;
}
.g-ljt .title{
  color:#00AE8F;
  font-size: 2.19vw;
  text-align: center;
  margin-bottom: 2.6vw;
}
.ul-ljt{
  overflow: hidden;
}
.ul-ljt li{
  float: left;
  width: 16.66%;
  text-align: center;
  padding: 0 10px;
}
.ul-ljt li .ico{
  width: 120px;
  height: 95px;
  background-position: center;
  margin:0 auto 15px;
  background-repeat: no-repeat;
}
.ul-ljt li .tit{
  font-size: 24px;
  color:#333;
}
.ul-ljt li .desc{
  color:#999999;
  line-height: 2;
  font-size: 18px;
}
@media only screen and (max-width: 1600px) {
.ul-sy i{display: none;}
.ul-rc .num span{font-size: 42px;}
.ul-rc li{padding: 0 15px;}

}


@media only screen and (max-width: 1430px) {
  .tabservice .pic{width: 500px;margin-right: 50px;}
  .tabservice .txt .tit{-webkit-background-size: 0;background-size: 0;padding-left: 0;}
  .ul-sy .swiper-button-next, .ul-sy .swiper-button-prev{-webkit-background-size: cover;
  background-size: cover;}
  .ul-ljt li .tit{font-size: 18px;}
.ul-ljt li .desc{font-size: 14px;}
}
@media only screen and (max-width: 1230px) {
  .row-n3 .tel .e2{font-size: 14px;}
  .row-n3.sty1 .l{float: none;}
  .ul-rc{float: none;padding-top:30px;}
  .ul-rc li{width: 25%;float: left;display: block;}
  .ul-tabservice{float: none;overflow: hidden;width: auto;}
  .ul-tabservice li.hover::after,.ul-tabservice .nub,.ul-tabservice .line{display: none;}
  .ul-tabservice li{width: 50%;float: left;height: auto;padding: 0;text-align: center;}
  .ul-tabservice .tit{line-height: 60px;}
  .ul-tabservice li br{display: none;}
  .tabservice .txt{padding-top: 0;}
  .tabservice .txt .cn{font-size: 20px;}
  .tabservice .desc{font-size: 14px;}
  .g-service{padding: 30px 0;}
  .tabservice{padding: 30px ;}
  .ul-listpro{margin:0;}
  .g-ljt .title{font-size: 22px;margin-bottom: 20px;}
  .ul-ljt li{width: 33.333%;margin-bottom: 10px;}
  .ul-ljt li .desc{height: 3em;line-height: 1.5em;}
}

@media only screen and (max-width: 1023px) {
.ul-sy  .pic{height: 300px;}
.ul-sy .swiper-slide:hover .txt{top: 0;}
.ul-sy .tit{margin-bottom: 15px;}
.ul-sy .desc{display: none;}
.ul-sy .swiper-slide:hover .desc{display: block;}
.ul-sy .desc{display: block;}
.ul-sy .txt{height: 140px;padding-top: 20px;}
.ul-sy .tit{padding-top: 0;}
.ul-sy .swiper-slide{height: auto;}
.ul-sy .swiper-slide:hover .txt{top: 0;background: #454954;height: 140px;}
.tabservice .pic{width: auto;float: none;height: 300px;margin-right: 0;}
.g-service .box{height: auto;}
.tabservice .txt .tit{margin-bottom: 0;}
.ul-rc li{width: 50%;margin-bottom: 10px;}
.ul-rc li::after{display: none;}
.row-n3 .txt1 .en{margin-bottom: 14px;}
.row-n3.sty1{padding: 30px 0;}
.row-ys .bg{display: none;}
.g-txt2 .l, .g-txt2 .r{width: 48%;}
.g-txt2 .l .item{padding-right: 0!important;}
.g-txt2 .r .item{padding-left: 0!important;}
.g-txt2 .item{margin-bottom: 20px;}
.g-tit2{margin-bottom: 20px;}
.row-ys{padding: 30px 0;}
.ul-xj .num{width: 80px;height: 80px;line-height: 80px;font-size: 20px;}
.ul-xj .tit{font-size: 18px;}
.ul-xj .desc{font-size: 14px;}
.ul-xj li:nth-child(4){clear:left;}
.g-txt2 .txt{padding-top: 0;}
.g-txt2 .desc{font-size: 12px;line-height: 1.5;height: 3em;}
 .ul-listabout a{width: 100px;font-size: 14px;}
}
@media only screen and (max-width: 767px) {
  .ul-tabservice .tit{font-size: 12px;}
  .tabservice{padding: 15px;}
  .tabservice .txt .cn{font-size: 18px;}
  .tabservice .pic{height: 230px;}
  .g-txt2 .l .ico{float: left;margin-left: 0;margin-right: 20px;margin-top: 6px;}
  .g-txt2 .l .item{text-align: left;}
  .g-txt2 .tit{font-size: 14px;}
  .g-txt2 .item{margin-bottom: 15px;}
  .g-tit2 p{font-size: 12px;padding-top: 0;}
  .g-tit2{margin-bottom: 14px;}
  .ul-xj li{width: 50%;margin-bottom: 20px;}
  .ul-xj .tit{margin-bottom: 0px;font-size: 17px;}
  .ul-xj li:nth-child(4){clear:none;}
  .ul-tab3{margin-bottom: 20px;}
  .row-details{padding: 20px 0 0;}
  .g-txt2 .ico{width: 29px;height: 41px;}
  .ul-xj .num{width: 60px;height: 60px;line-height: 60px;margin-top: -20px;}
 
  .row-n7{padding: 30px 0;}
  .ul-pronews .pic{width: auto;float: none;margin-right: 0;height: 230px;}
  .ul-pcatlist li{width: 25%;}
  .ul-pcatlist li a{font-size: 12px;}
  .ul-listabout a{width: 50%;display: block;float: left;margin:0;border-bottom: 1px solid #fff;border-right: 1px solid #fff;}
  .ul-listabout{margin:15px 15px 0;}
  .ul-pcatlist li a{margin:0 2px;}
  .ul-pcatlist{margin:0 -2px 20px;}
  .ul-ljt li{width: 50%;}
}



/**mobile header***/
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{display: none;}
.logo{line-height: 60px;height: 60px;width: 240px;padding-right: 0;border-right: none;-webkit-background-size: contain;
background-size: contain;}
  body{padding: 60px 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff;
      padding: 0 15px;
      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;
        overflow-y: scroll;
        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(/template/default/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: #00AE8F;
    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;}
    .ban{margin-top: 0;}

}
