/*-----------------[åˆå§‹åŒ–]--------------*/
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: 1500px;}
body{padding-top: 120px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 0 9%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 120px;
}
.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;
    padding: 0;
}
.nav {
    float: right;
}

.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#333;
    display: block;
    padding: 0 30px;
    line-height:120px;
    text-align: center;
}

.nav li:hover .v1{
  color: #DA2219;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #F99800;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#F99800;
}
.nav .tel{
  padding-left: 50px;
  margin-left: 24px;
  margin-top: 40px;
  color:#333;
  font-size: 14px;
  background: url(../images/ico1.png) no-repeat left 0 center;
  -webkit-background-size: contain;
  background-size: contain;
}
.nav .tel span{
  font-family: Arial;
  font-size:24px;
  font-weight: bold;
  line-height: 24px;
}
.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: #16996E;
    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: 43.23vw;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom: 2.6vw;
  left: 13vw;
  right: 0;
  text-align: left;
  }
.banner.swiper-container .swiper-pagination-bullet{width: 14px;
height: 14px;background-color: transparent;
border: 2px solid #179D6F;font-size:0;cursor:pointer;border-radius: 50%;opacity:1;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#179D6F;}

.g-tit{
    text-align: center;
    overflow: hidden;
    margin-bottom: 22px;
    position: relative;
    padding-top: 7px;
    background-repeat: no-repeat;
    background-position: center top;
}
.g-tit .cn{
  color:#333333;
  font-size: 48px;
  font-weight: bold;
}
.g-tit i{
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 1px;
  background: #A6A6A6;
  margin:0 14px;
}
.g-tit .desc{
    font-size: 15px;
    color:#777777;
}
.g-tit.sty1 .tit,
.g-tit.sty1 .desc{
  color:#fff;
}
/**page1**/
.row1{
  padding: 3vw 0;
  overflow: hidden;
  background: url(../images/pic4.jpg) no-repeat right bottom;
  background-size: auto 60%;
  margin-bottom: 58px;
  position: relative;
}
.row1::after{
  content:'';
  display: block;
  position: absolute;
  left: 10.78vw;
  bottom: 0;
  width: 7.34vw;
  height: 28.59vw;
  background: url(../images/ico2.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-about{
  overflow: hidden;
}
.g-about .pic{
  width: 50%;
  height: 28.65vw;
  float: left;
  background: url(../images/pic1.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-about .txt{
  overflow: hidden;
  padding: 2.08vw 11.51vw 0 4.11vw;
}
.g-about .txt .tn{
  font-size: 3.13vw;
  color:#16996E;
  height: 4.27vw;
  line-height: 4.27vw;
  overflow: hidden;
  margin-bottom: 3vw;
  font-family: Arial;
  font-weight: bold;
}
.g-about .txt .tn span{
  color:#333333;
}
.g-about .txt i{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.26vw;
  width: 4.27vw;
  height: 4.27vw;
  border-radius: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-about .txt i.i1{
  margin-left: 32px;
  background-image: url(../images/pic2.jpg);
}
.g-about .txt i.i2{
  margin-left: 22px;
  background-image: url(../images/pic3.jpg);
}
.g-about .txt .jianjie{
  font-size: 26px;
  color:#333333;
  font-weight: bold;
  margin-bottom: 32px;
}
.g-about .txt .desc{
  font-size: 16px;
  color:#333333;
  line-height: 2.25;
  margin-bottom: 1vw;
}
.g-about .txt a{
  display: block;
  width: 160px;
  background: #179D6F;
  font-size: 16px;
  color:#fff;
  line-height: 3.13vw;
  text-align: center;
}
.ul-num{
  overflow: hidden;
  margin-bottom: 3.13vw;
}
.ul-num li{
  float: left;
  margin-right: 3.75vw;
}
.ul-num li:last-child{
  margin-right: 0;
}
.ul-num li .num{
  font-size: 16px;
  color:#666666;
}
.ul-num li .num span{
  font-size: 3.13vw;
  color:#16996E;
  margin-right: 12px;
  font-family: Impact;
}
.ul-num li .p{
  font-size: 16px;
  color:#333333;
}
@media only screen and (max-width: 1850px) {
.g-about .txt{padding: 40px 60px 0;}
}
@media only screen and (max-width: 1660px) {
  .g-about .txt .jianjie{font-size: 24px;margin-bottom: 20px;}
}
@media only screen and (max-width: 1500px) {
   .g-about .pic{height: 480px;}
}
@media only screen and (max-width: 1430px) {
  .g-about .txt .tn{margin-bottom: 10px;}
  .g-about .txt{padding: 30px 30px 0;}
  .g-about .txt .desc{font-size: 14px;line-height: 1.8;}
  .row1::after{bottom: 0;left: 5%;display: none;}
  .row1{-webkit-background-size: cover;background-size: cover;padding-bottom: 0;}
}
@media only screen and (max-width: 1230px) {
   .g-about .txt .jianjie{font-size: 22px;margin-bottom: 6px;}
 .g-about .pic{display: none;}
 .g-about .txt{padding: 0 30px 30px;}
 .row1{margin-bottom: 0;}
 .g-about .txt a{width: 140px;line-height: 40px;font-size: 14px;}
 .g-about .txt .tn{font-size: 36px;height: 36px;}
 .g-about .txt i{width: 36px;height: 36px;top: -8px;}
  .row1{padding: 30px 0;}
}
@media only screen and (max-width: 1023px) {
.g-about .txt .tn{font-size: 30px;}
.g-about .txt i{top: -4px;}
.g-about .txt .jianjie{font-size: 20px;}
} 
@media only screen and (max-width: 960px) {
 
}
@media only screen and (max-width: 767px) {
  .g-about .txt .jianjie{font-size: 16px;}
  .g-about .txt{padding: 0 15px 0;}
  .ul-num li .num span{font-size: 26px;}
  .ul-num li .p{font-size: 12px;}
  .ul-num li .num{font-size: 14px;}
  .ul-num li{margin-right: 0;width: 33.33%;}
}
@media only screen and (max-width: 520px) {
  .g-about .txt .tn{font-size: 22px;}
  .g-about .txt i.i1,.g-about .txt i.i2{margin-left: 15px;top: -2px;}
}
/**page2**/
.row2{
  overflow: hidden;
  padding: 56px 0;
  background: url(../images/pic5.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.gtab{
  overflow: hidden;
  margin-bottom: 4.06vw;
}
.gtab .txt{
  float: left;
  width: 50%;
  padding-right: 4.58vw;
  position: relative;
}
.gtab .txt::after{
  content:'';
  display: block;
  position: absolute;
  left: 96px;
  top: 56px;
  height: 1px;
  width: 87%;
  background: #fff;
}
.gtab .txt .num{
  font-family: Impact;
  font-size: 88px;
  line-height: 88px;
  color:#fff;
  margin-bottom: 2.5vw;
  position: relative;
  z-index: 2;
}
.gtab .txt .en{
  font-size: 26px;
  color:rgba(51, 51, 51, .7);
  text-transform: uppercase;
}
.gtab .txt .cn{
  font-size: 36px;
  font-weight: bold;
  color:#333;
  margin-bottom: 2.92vw;
}
.gtab .txt .desc{
  font-size: 16px;
  color:#333333;
  line-height: 1.88;
  margin-bottom: 3.8vw;
}
.gtab .txt a{
  display: block;
  width: 190px;
  height: 58px;
  border: 1px solid #B5B5B5;
  font-size: 14px;
  color:#666666;
  line-height: 56px;
  text-align: center;
}
.gtab .pic{
  width: 50%;
  height: 27.6vw;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
  background-size: contain;
  float: right;
}
.ul-tab{
  overflow: hidden;
}
.ul-tab li{
  float: left;
  padding-top: 11px;
  position: relative;
  width: calc(100% / 7);
}
.ul-tab li .con{
  display: block;
  background: #fff;
  font-size: 16px;
  color:#333333;
  height: 96px;
  line-height: 96px;
  cursor: pointer;
  text-align: center;
}
.ul-tab li.on .con{
  background: rgba(23, 157, 111, .9);
  color:#fff;
}
.ul-tab li.on .con span{
  display: none;
}
.ul-tab li.on::after{
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 22px;
  margin-left: -23px;
  background: url(../images/ico3.png) no-repeat ;
}
@media only screen and (max-width: 1850px) {

}
@media only screen and (max-width: 1600px) {
  
}
@media only screen and (max-width: 1500px) {
  .gtab .txt .num{font-size: 66px;line-height: 66px;}
  .gtab .txt .cn{font-size: 32px;margin-bottom: 20px;}
  .gtab .txt::after{left: 56px;}
  .gtab .txt .desc{font-size: 14px;}
  .gtab .txt a{width: 160px;height: 42px;line-height: 40px;font-size: 14px;}
  .ul-tab li .con{height: 80px;line-height: 80px;font-size: 16px;}
}
@media only screen and (max-width: 1430px) {

}
@media only screen and (max-width: 1230px) {
  .gtab .txt::after{display: none;}
  .gtab .txt .num{display: none;}
  .row2{padding: 30px 0;}
}
@media only screen and (max-width:1023px) {
  .ul-tab li .con span{display: none;}
  .ul-tab li{width: calc(100% / 4);padding-top: 0;border-bottom: 1px solid #eee;border-right: 1px solid #eee;}
  .ul-tab li.on::after{display: none;}
  .ul-tab li.on{border-color: rgba(23, 157, 111, .9);}
  .ul-tab li .con{height: 45px;line-height: 45px;font-size: 14px;}
  .gtab .txt{width: auto;float: none;padding-right: 0;margin-bottom: 20px;}
  .gtab .pic{width: 100%;}
  .gtab .txt .en{font-size: 18px;}
  .gtab .txt .cn{font-size: 26px;}
}
@media only screen and (max-width:767px) {
  .ul-tab li .con{font-size: 12px;}
  .gtab .txt .cn{font-size: 20px;margin-bottom: 4px;}
}
@media only screen and (max-width:520px) {
  
}
/***page 3**/
.row3{
  overflow: hidden;
  background: #f9f9f9;
  padding: 58px 0;
}
.slider1 .show{
  height: 522px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom ;
  background-size: 100% 360px;
  background-color: #fff;
}
.slider1  .bg{
  padding: 33px 3.13vw 0;
   width: 100%;
  height: 100%;
}
.slider1 .desc{
  display: none;
  font-size: 14px;
  color:#FFFFFF;
  line-height: 2;
  margin-bottom: 100px;
}
.slider1 .more{
  width: 120px;
  height: 42px;
  border: 1px solid #FFFFFF;
  border-radius: 21px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  color:#fff;
  overflow: hidden;
  display: none;
}
.slider1 .swiper-slide:nth-child(even) .show{
  background-color: #f2f2f2;
}
.slider1 .tit{
  font-size: 20px;
  color:#333333;
}
.slider1 .en{
  font-size: 14px;
  color:#666666;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.slider1 .lin{
  width: 24px;
  height: 4px;
  background: #179D6F;
  margin-bottom: 32px;
}
.slider1 .swiper-slide:hover .show{ 
  background-size: 100% 100%;
}
.slider1 .swiper-slide:hover .bg{
  background: rgba(23, 157, 111, .9);
}
.slider1 .swiper-slide:hover .tit,
.slider1 .swiper-slide:hover .en{
  color:#fff;
}
.slider1 .swiper-slide:hover .lin{
  background-color: #fff;
}
.slider1 .swiper-slide:hover .desc,
.slider1 .swiper-slide:hover .more{
  display: block;
}
@media only screen and (max-width:1023px) {
.row3{padding: 30px 0;}
}
@media only screen and (max-width:1023px) {
  .slider1 .show{height: 300px;-webkit-background-size: cover;
  }
  .slider1 .more,.slider1 .desc{display: block;}
  .slider1 .tit,.slider1 .en{color:#fff;}
  .slider1 .lin{background-color: #fff;}
  .slider1 .en{margin-bottom: 10px;}
  .slider1 .lin{margin-bottom: 10px;}
  .slider1 .desc{margin-bottom: 20px;}
  .slider1 .bg{background: rgba(23, 157, 111, .9);}
}
/***news***/
.row4{
  overflow: hidden;
  padding: 50px 0;
  background: url(../images/pic10.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.m-news{
  overflow: hidden;
}
.m-news .firstnews{
  overflow: hidden;
  float: left;
  width: 644px;
  margin-right: 30px;
}
.m-news .firstnews .pic{
  width: 644px;
  height: 299px;
  overflow: hidden;
  position: relative;
}
.g-txt{
  overflow: hidden;
  background-color: #fff;
  padding: 18px 45px 45px;
}
.g-num1{
  width: 89px;
  height: 28px;
  background: url(../images/ico4.png) no-repeat;
  text-align: center;
  line-height: 28px;
  color:#fff;
  margin-bottom: 10px;
}
.g-txt .tit{
  font-size: 21px;
  color:#1C1C1C;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 26px;
}
.g-txt .desc{
  font-size: 14px;
  color:#7B7B7B;
  margin-bottom: 22px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.g-txt .time{
  font-size: 13px;
  color:#9D9D9D;
}
.rightnew{
  overflow: hidden;
}
.rightnew .box{
  overflow: hidden;
  margin:0 -15px;
  margin-top: 30px;
}
.rightnew .box .w50{
  width: 50%;
  float: left;
}
.rightnew .box .g-txt{
  margin:0 15px;
}
.rightnew .g-txt {
  padding-top: 31px;
}
@media only screen and (max-width:1230px) {
.m-news .firstnews{display: none;}
}
@media only screen and (max-width:960px) {
.rightnew .box .w50{width: auto;float: none;margin-bottom: 10px;}
}
@media only screen and (max-width:520px) {
.rightnew .g-txt{padding: 15px;}
.g-txt .tit{font-size: 16px;margin-bottom: 6px;}
.g-txt .desc{margin-bottom: 6px;}
}

/***footer**/
.footer{
  overflow: hidden;
  background:#383838;
  color:#fff;
}
.footer .top{
  overflow: hidden;
  padding: 44px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.snav{
  float: left;
  width: 300px;
  height: 135px;
  margin-right: 90px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.snav a{
  display: block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 26px;
  color:#fff;
  margin-right: 54px;
}
.footer .qr{
  float: right;
  padding-right: 150px;
  font-size: 14px;
  color:#fff;
  height: 132px;
  padding-top: 32px;
  line-height: 2.29;
  background: url(../images/qr.jpg) no-repeat right;
}
.fd_content{
  float: left;
  overflow: hidden;
  height: 135px;
  padding-right: 5.21vw;
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.fd_content .add{
  line-height: 2;
}
.fd_content .tel{
  margin-bottom: 20px;
  padding-left: 41px;
  background: url(../images/ico9.png) no-repeat left center;
}
.fd_content .tel span{
  font-size: 30px;
  font-family: Impact;
  margin-right: 11px;
  display: inline-block;
  vertical-align: middle;
}
.fd_content .tel a{
 width: 134px;
height: 34px;
  line-height: 32px;
  font-size: 16px;
  color:#fff;
  border:1px solid #fff;
  display: inline-block;
  text-align: center;
  margin-left:37px;
  border-radius: 30px;
}
.copy{
  padding: 20px 0;
  overflow: hidden;
}
.copy span,.copy a{
  font-size: 14px;
  color:#fff;
}
.links{
  overflow: hidden;
  padding: 14px 0;
  background: #383838;
  color:#fff;
  border-bottom: 1px solid rgba(146, 146, 146, .5);
}
.links  a{
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 31px;
  color:#fff;
}
@media only screen and (max-width: 1660px) {

}
@media only screen and (max-width: 1430px) {
  .footer .top{padding: 30px 0 ;}
   .snav{display: none;}
}
@media only screen and (max-width: 1230px) {
  .fd_content{padding-right: 0;border-right: none;}
}
@media only screen and (max-width: 1023px) {
   .fd_content{float: none;height: auto;margin-bottom: 20px;}
  .footer .qr{float: left;margin-bottom: 20px;}
}
@media only screen and (max-width: 767px) {
.fd_content .tel span{font-size: 20px;}
.fd_content .tel a{margin-left: 0;}
.fd_content{margin-bottom: 0;}
.footer .qr{margin-bottom: 0;}
.footer .top{padding: 20px 0 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;}
/***header footer g-title**/
@media only screen and (max-width: 1850px) {
.nav li .v1{padding: 0 15px;}
.logo{width: 400px;}
.header{padding: 0 50px;}
}
@media only screen and (max-width: 1660px) {
 .wp{width: 1400px;}
 .header .top{padding: 0 50px;}
 .g-tit .tit{font-size: 36px;}
}
@media only screen and (max-width: 1500px) {
  .wp{width: 1200px;}
  .nav .tel{margin-top: 20px;}
  .nav .tel span{font-size: 20px;}
  .logo{line-height: 80px;height: 80px;width: 300px;}
  .nav li .v1{line-height: 80px;font-size: 15px;}
  .g-tit .tit{font-size: 32px;}
  .g-tit{margin-bottom: 20px;}
  .g-tit .cn{font-size: 34px;}
  body{padding-top: 80px;}
}

@media only screen and (max-width: 1430px) {
.nav li .v1{padding: 0 30px;}
.g-tit .cn{font-size: 32px;}
.nav .tel{display: none;}
}
@media only screen and (max-width: 1230px) {
  body{padding: 60px 0 53px;}
  .wp{width: auto;padding: 0 30px;}
  .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
  .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
  .header{display: none;}
 .g-tit .cn{font-size: 30px;}
 .g-tit{-webkit-background-size: 0;padding-top: 0;
 background-size: 0;}
 .g-tit i{display: none;}

}
@media only screen and (max-width: 1023px) {
.g-tit .cn{font-size: 28px;}
} 
@media only screen and (max-width: 960px) {
 .g-tit .cn{font-size: 26px;}
}
@media only screen and (max-width: 767px) {
  .g-tit .cn{font-size: 24px;}
  .g-tit .desc{font-size: 14px;}
  .wp{padding: 0 15px;}
}
@media only screen and (max-width: 520px) {
.g-tit .cn{font-size: 20px;}
.ul-tab li {  width: calc(100% / 3);}
.gtab .pic{height: 240px;}
}
  



.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{display: none;}
.logo{line-height: 60px;height: 60px;padding-right: 0;border-right: none;width:224px;}
  body{padding: 60px 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      padding: 0 15px;
      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: #DA241D;
      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;}
}
