﻿/*-----------------[åˆå§‹åŒ–]--------------*/
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;
    transition:all .8s;
}
.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%);
    transition:all .8s;
}
.wp {margin: 0 auto;width: 1500px;}
body{padding-top: 130px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 0 9%;
}
.header.fixed{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.logo{
    float: left;
    overflow: hidden;
  text-indent: -1000em;
  width: 22.8vw;
  background: url(/template/default/images/logo.png) no-repeat center;
    -webkit-background-size: 100% auto;
  background-size: 100% auto;
  height: 130px;
}

.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:#333;
    display: block;
    line-height:130px;
    margin: 0 24px;
    text-align: center;
}
.nav li:hover .v1{
  color: #00706b;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    width: 200px;
    margin-left: -100px;
    background-color: #00706b;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#00706b;
}
.nav .tel{
  padding-left: 50px;
  margin-left: 24px;
  margin-top: 40px;
  color:#333;
  font-size: 14px;
  background: url(/template/default/images/ico1.png) no-repeat left 0 center;
}
.nav .tel p{
  font-family: Impact;
  font-size:24px;
  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: #00706b;
    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: 42.71vw;
}

.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 13px;height: 13px;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: #00706b;width: 34px;border-radius: 20px;}

.g-tit{
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    padding-top: 32px;
    background-repeat: no-repeat;
    background-position: center top;
}
.g-tit .tit{
  color:#333333;
  font-size: 36px;
  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;
}
.m-bantxt{
  overflow: hidden;
  padding: 30px 0;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
}
.ul-list1{
  overflow: hidden;
}
.ul-list1 li{
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}
.ul-list1 li::after{
  content:'';
  display: block;
  position: absolute;
  width: 1px;height: 50px;
  background: #E9E9E9;
  right: 0;
  top: 20px;
}
.ul-list1 li:last-child::after{
  display: none;
}
.ul-list1 .ico{
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 20px;
}
.ul-list1 .txt{
  display: inline-block;
  text-align: left;
  height: 90px;
  vertical-align: middle;
}
.ul-list1 .txt .cn{
  font-size: 18px;
  color:#333333;
  margin-top: 20px;
}
.ul-list1 .txt .en{
  color:#666666;
  font-size: 14px;
  font-family: Arial;
}

.row1{
  background: #f6f6f6;
  overflow: hidden;
  padding: 56px 0 60px;
}
.ul-tab{
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.ul-tab li{
  display: inline-block;
  margin:0 5px;
  width: 20%;
}
.ul-tab .con{
  width: 100%;
  height: 42px;
  background: #E7E7E7;
  border-radius: 21px;
  font-size: 16px;
  color:#777777;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
 }
.ul-tab .on .con{
  background: #00706b;
  color:#fff;
}
.m-pactbox{
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
}
.m-pactbox .pic{
  float: right;
  width: 50%;
  height: 500px;
  position: relative;
}
.m-pactbox .txt{
  overflow: hidden;
  height: 500px;
  padding: 84px 76px 0;
}
.m-pactbox .txt .en{
  font-size: 18px;
  color:#666666;
}
.m-pactbox .txt .tit{
  font-size: 36px;
  color:#333333;
  font-weight: bold;
  margin-bottom: 41px;
}
.m-pactbox .txt .desc{
  font-size: 16px;
  color:#333333;
  line-height: 1.88;
  margin-bottom: 68px;
}
.m-pactbox .txt .more{
  font-size: 18px;
  color:#333333;
  display: inline-block;
  background: url(/template/default/images/pic8.jpg) no-repeat right center;
  padding-right: 77px;
}
.sliderpro .pic{
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  height: 0;
}
.sliderpro .tit{
  background: #00706b;
  line-height: 60px;
  font-size: 18px;
  color:#fff;
  text-align: center;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 溢出内容显示为省略号 */
}
.row2{
  overflow: hidden;
  padding: 57px 0 0;
}
.m-hbj{
  background: #464C53;
  overflow: hidden;
}
.m-hbj .pic{
  overflow: hidden;
  width: 50%;
  height: 550px;
  float: left;
  background: url(/template/default/images/pic9.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.m-hbj .txt{
  overflow: hidden;
  margin: 53px 10vw 0 0;
  padding-left: 80px;
}
.m-hbj .txt .item{
  overflow: hidden;
  color:#fff;
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.m-hbj .txt .tit{
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 74px;
  font-size: 16px;
  color:#fff;
  line-height: 65px;
  height: 65px;
  position: relative;
}
.m-hbj .txt .tit::after{
  content:'';
  display: block;
  position: absolute;
  right: 70px;
  top: 34px;
  width: 86px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.m-hbj .txt .tit span{
  display: block;
  float: right;
  font-family: Impact;
  font-size: 36px;
}
.row3{
  overflow: hidden;
  background: #F4F4F4;
  padding: 43px 0;
}
.slideryyly .pic{
  height: 350px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.slideryyly .txt{
  height: 350px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 52px 40px;
}
.slideryyly .txt .tit{
  font-size: 24px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 20px;
}
.slideryyly .txt .desc{
  font-size: 16px;
  color:#666666;
  line-height: 1.71;
}
.slideryyly .txt .ico{
  position: absolute;
  right: 40px;
  bottom: 40px;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
}

.row4{
  overflow: hidden;
  background: url(/template/default/images/bg1.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  /*padding: 40px 0 0;*/
}
.sliderys.swiper-container{
  margin-bottom: 40px;
  padding-top: 49px;
  border-left:1px solid rgba(237, 238, 242, .2);
}
.sliderys .swiper-slide{
  color:#fff;
  padding: 0 36px 36px;
  text-align: center;
  border-right:1px solid rgba(237, 238, 242, .2);
}
.sliderys .ico{
  margin: 0 auto 30px;
  width: 138px;
  height: 136px;
  background-repeat: no-repeat;
  transition:all 1s;
}
.sliderys .ico:hover{
  transform: rotateY(360deg);
}
.sliderys .tit{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
.sliderys .desc{
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 58px;
}
.sliderys .more{
  width: 133px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  display: block;
  color:#fff;
  margin:0 auto;
  line-height: 40px;
}
.g-dz{
  overflow: hidden;
  border-top: 0px solid rgba(255, 255, 255, 0.1);
  padding: 48px 0;
  text-align: center;
}
.g-dz .item{
 display: inline-block;
  color:#fff;
  overflow: hidden; 
 margin:0 40px;
}
.g-dz .item .ico{
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 21px;
  background-repeat: no-repeat;
}
.g-dz .item .txt{
  overflow: hidden;
  text-align: left;
  height: 50px;
  margin-top: 5px;
  padding-left: 21px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.g-dz .item .en{
  font-size: 14px;
  color:#FFFFFF;
}
.g-dz .item  a{
  display: inline-block;
}
.g-dz .item .cn{
  font-size: 20px;
  font-weight: bold;
   color:#FFFFFF;
}
.g-dz .item .cn1{
  font-size: 18px;
  color:#fff;
  line-height: 1.1;
}
.g-dz .item .tel{
  font-family: Arial;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1;
}
.g-dz .more{
  overflow: hidden;
  padding-left: 24px;
}
.g-dz .more a{
  display: block;
  width: 160px;
  height: 60px;
  background: #4078C8;
  border-radius: 6px;
  font-size: 18px;
  color:#fff;
  text-align: center;
  line-height: 60px;
}
.row5{
  overflow: hidden;
  padding: 53px 0;
}
.g-about{
  overflow: hidden;
}
.g-about .pic{
  float: left;
  width: 47%;
  height: 520px;
  background: url(/template/default/images/pic6.jpg) no-repeat;
   -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.g-about .pic a{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: url(/template/default/images/video.png) no-repeat center center;*/
}
.g-about .txt{
  overflow: hidden;
  padding-left: 64px;
  padding-top: 10px;
}
.g-about .txt .tit{
  font-size: 36px;
  color:#555555;
  font-weight: bold;
  margin-bottom: 21px;
}
.g-about .txt .line{
  width: 67px;
  height: 5px;
  background: #4078C8;
  margin-bottom: 31px;
}
.g-about .txt .desc{
  font-size: 16px;
  color:#333333;
  line-height: 1.88;
  margin-bottom: 59px;
}
.g-about .txt .desc p{
  text-indent: 2em;
  margin-bottom: 14px;
}
.g-about .txt a{
  display: block;
  width: 155px;
  height: 48px;
  background: #00706b;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
  color:#fff;
  margin-bottom: 66px;
}
.ul-num{
  overflow: hidden;
  padding-top: 20px;
  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:#00706b;
  margin-bottom: 3px;
}
.ul-num .num i{
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  margin-left: 10px;
  vertical-align:text-top;
}
.row6{
  overflow: hidden;
  background: url(/template/default/images/bg2.jpg) no-repeat top;
}
.ul-fwlc{
  overflow: hidden;
  margin:0 -6px 50px;
}
.ul-fwlc li{
  width: 16.66%;
  float: left;
}
.ul-fwlc .con{
  margin:0 6px;
}
.ul-fwlc .num{
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 22px;
  color: #3F3F3F;
  text-align: center;
  position: relative;
  z-index: 2;
}
.ul-fwlc .txt{
  height: 88px;
    border: 1px solid #00706b;
    padding: 36px 27px 0;
    font-size: 16px;
    color: #fff;
    margin-top: -24px;
    text-align: center;
}
.row6{
  overflow: hidden;
  padding: 50px 0;
}
.m-form {
  overflow: hidden;
  background-color: #fff;
  padding: 40px 60px 34px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.05);
}
.m-form .item{
  overflow: hidden;
}
.m-form .item input{
  display: block;
  float: left;
  width: 32%;
  height: 52px;
  border: 1px solid #D2D2D2;
  padding: 0 15px;
  margin-right: 1.5%;
  margin-bottom: 25px;
}
.m-form .item input:last-child{
  margin-right: 0;
}
.m-form  .text{
  margin-bottom: 30px;
}
.m-form  .text textarea{
  height: 173px;
  border: 1px solid #D2D2D2;
  padding: 15px;
  width: 100%;
  resize: none;
}
.m-form .jstj{
  width: 450px;
  height: 56px;
  background: #00706b;
  margin:0 auto;
  text-align: center;
  font-size: 16px;
  color:#fff;
  line-height: 56px;
}

.m-form .jstj button{
   height:100%;
   width:100%;
   overflow:hidden;
   border:none;
   background:none;color:#fff; 
}
.row7{
  padding-bottom: 60px;
}
.newlist{
  overflow: hidden;
  margin: 0 -6px;
}
.ul-fwlc .con{
  margin: 0 6px;
} 
.newlist .leftnew{
  float: left;
  overflow: hidden;
  width: calc(100% - 680px);
}
.rightnew{
  overflow: hidden;
  width: 660px;
  float: right;
  padding: 15px 42px 40px;
   background: #F4F4F4;
}
.rightnew .first{
  overflow: hidden;
  padding: 18px 0;
  border-bottom: 1px solid #E3E3E3;
 
}
.rightnew .first .tit{
  font-size: 24px;
  color:#353432;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 18px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.rightnew .first .desc{
  font-size: 16px;
  color:#8C94A3;
  line-height: 1.75;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
  height: 3.5em;
}
.rightnew .first .time{
  font-size: 16px;
  color:#BBC2CF;
}
.rightnew .first:last-child{
  border-bottom: none;
}
.ul-listnew{
  overflow: hidden;
  padding: 21px 0 67px;
}
.ul-listnew a{
  font-size: 16px;
  display: block;
  color:#3F4150;
  line-height: 2.5;
  padding-left: 42px;
}
.slidernew .swiper-slide{
  background-color: #fff;
}
.slidernew .pic{
  height: 300px;
  overflow: hidden;
}
.slidernew .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slidernew .txt{
  height: 360px;
  padding: 42px 30px 0;
  background: #F4F4F4;
}
.slidernew .txt .tit{
  font-size: 24px;
  color:#333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;  
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .txt .desc{
  font-size: 18px;
  color:#888;
  line-height: 1.71;
  height: 5.13em;
  margin-bottom: 46px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
}
.slidernew .txt .time{
  font-size: 14px;
  color:#999;
  margin-bottom: 30px;
}
.slidernew .txt .line{
  color:#8C94A3;
  font-size: 14px;
}
.slidernew .txt .line i{
  width: 18px;
  height: 6px;
  display: inline-block;
  margin-left: 17px;
  background: url(/template/default/images/ico11.png) no-repeat;
}


.footer{
  overflow: hidden;
  background:#343434;
  color:#fff;
}
.footer .top{
  overflow: hidden;
  padding: 44px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.snav{
  float: left;
  width: 320px;
  height: 135px;
  margin-right: 90px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.snav a{
  display: block;
  float: left;
  font-size: 15px;
  width: 140px;
  font-weight: bold;
  margin-bottom: 18px;
  color:#fff;
}
.footer .qr{
  float: right;
  padding-right: 140px;
  font-size: 14px;
  color:#fff;
  height: 118px;
  padding-top: 12px;
  line-height: 2.29;
}
.footer .qr p{float: right;margin-left: 30px;}
.footer .qr .img{float: left;width: 100px;height: 100px;}
.footer .qr .img img{width:100%;}
.fd_content{
  float: left;
  overflow: hidden;
  height: 135px;
  padding-right: 100px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.fd_content .tel{
  margin-bottom: 20px;
  padding-left: 41px;
  background: url(/template/default/images/ico26.png) no-repeat left center;
}
.fd_content .tel span{
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  margin-right: 45px;
  display: inline-block;
  vertical-align: middle;
}
.fd_content .tel a{
  width: 117px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color:#fff;
  border:1px solid #fff;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
}
.fd_content .add{
  line-height: 2;
  font-size: 14px;
}
.copy{
  padding: 20px 0;
  overflow: hidden;
}
.copy span,.copy a{
  font-size: 14px;
  color:#fff;
}
.links{
  overflow: hidden;
  padding: 14px 0;
  background: #343434;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.links  a,.links  span{
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 31px;
  color:#fff;
}


#floatBottom{width:100%;height:53px;background:#343434;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: 1850px) {
 .header{padding: 0 5%;}
 .nav li .v1{margin: 0 16px;}
 
}
@media only screen and (max-width: 1660px) {
  .wp{width: 1400px;}
  .fd_content{padding-right: 0;border-right: none;}
  .snav{width: 290px;margin-right: 50px;}
  .g-about .txt a{margin-bottom: 30px;}
  .g-about .txt .desc p{margin-bottom: 0;}
  .ul-num .num{font-size: 40px;}
  .ul-fwlc{margin-bottom: 20px;}
  .m-hbj .txt{margin-right: 6.25vw;}
  .m-hbj .txt .tit::after{display: none;}
}
@media only screen and (max-width: 1500px) {
  .wp{width: 1200px;}
  .nav .tel{display: none;}
  .logo{line-height: 80px;height: 80px;width: 300px;}
  .nav li .v1{line-height: 80px;}
  .newlist .leftnew{width: auto;float: none;margin-bottom: 30px;}
  .rightnew{width: auto;float: none;padding: 0 30px;}
  .snav{display: none;}
  body{padding-top: 80px;}
  .ul-list1 li::after{display: none;}
  .m-pactbox .pic{height: 400px;}
  .m-pactbox .txt{height: 400px;padding: 50px;}
  .m-pactbox .txt .tit{font-size: 26px;margin-bottom: 20px;}
  .sliderys .desc{font-size: 14px;margin-bottom: 20px;}
  .m-hbj .txt .tit{font-size: 14px;}
  .row1{padding: 40px 0;}
  .row2{padding-top: 40px;}
  .row3{padding: 40px 0;}
  .row5{padding: 40px 0;}
  .row6{padding: 40px 0;}
  .row7{padding-bottom: 40px;}
  .g-tit{padding-top: 20px;background-size: auto 60px;}
  .g-tit .tit{font-size: 30px;margin-bottom: 4px;}
  .sliderpro .tit{font-size: 16px;line-height: 42px;}
  .rightnew .first .tit{font-size: 22px;margin-bottom: 4px;}
  .rightnew .first .desc{margin-bottom: 10px;}
  .slidernew .txt{height: 220px;padding: 20px;}
  .slidernew .txt .tit{font-size: 22px;margin-bottom: 4px;}
  .slidernew .txt .desc{font-size: 16px;margin-bottom: 10px;}
  .slidernew .txt .time{margin-bottom: 10px;}
  .slideryyly .pic{height: 280px;}
  .slideryyly .txt{height: 280px;padding: 20px;}
  .slideryyly .txt .ico{right: 20px;bottom: 20px;}
  .ul-num .num{font-size: 32px;}
  .ul-num .num i{font-size: 20px;}
  .footer .top{padding: 30px 0 0;}
}

@media only screen and (max-width: 1430px) {
.m-hbj .pic{display: none;}
.m-hbj .txt{margin:0;padding: 30px 30px 10px;}
}
@media only screen and (max-width: 1230px) {
  body{padding: 60px 0 53px;}
  .wp{width: auto;padding: 0 15px;}
  .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
  .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
  .g-about .pic{display: none;}
  .g-about .txt{padding: 0;}
  .g-about .txt .desc{line-height: 2;margin-bottom: 20px;}
  .ul-list1 .ico{width: 60px;height: 60px;-webkit-background-size: cover;
  background-size: cover;}
  .m-bantxt{padding: 15px 0;}
}
@media only screen and (max-width: 1023px) {
 .g-tit .tit{font-size: 22px;}
 .g-tit{padding-top: 0;-webkit-background-size: 0 0;
 background-size: 0 0;margin-bottom: 20px;}
 .m-pactbox .pic{height: 300px;}
 .m-pactbox .txt{height: 300px;padding: 20px;}
 .m-pactbox .txt .tit{font-size: 22px;}
 .m-pactbox .txt .desc{font-size: 14px;margin-bottom: 30px;}
 .sliderys.swiper-container{margin-bottom: 0;padding-top: 20px;border-left: none;}
 .g-dz{display: none;}
  .row1{padding: 30px 0;}
  .row2{padding-top: 30px;}
  .row3{padding: 30px 0;}
  .row4{padding: 30px 0;}
  .row5{padding: 30px 0;}
  .row6{padding: 30px 0;}
  .row7{padding-bottom: 30px;}
  .g-tit i{display: none;}
  .m-form .text{margin-bottom: 20px;}
  .m-form{padding: 20px;}
  .fd_content{float: none;height: auto;margin-bottom: 20px;}
  .footer .qr{float: left;margin-bottom: 20px;}
  .sliderys .tit{font-size: 18px;}
  .ul-list1 .txt{text-align: center;display: block;padding-top: 6px;height: auto;}
  .ul-list1 .ico{display: block;margin:0 auto;}
  .ul-list1 .txt .cn{margin-top: 0;}
  .sliderys .swiper-slide{border-right: none;}
  .ul-fwlc .txt{font-size: 14px;height: 66px;padding: 28px 0 0;}
  .ul-fwlc li{width: 33.33%;margin-bottom: 10px;}
  .slidernew .pic{height: 240px;}
  .newlist .leftnew{margin-bottom: 20px;}


} 
@media only screen and (max-width: 960px) {
.ul-list1 .txt .en{display: none;}
.ul-list1 .txt .cn{font-size: 14px;}
.ul-list1 .ico{width: 60px;height: 60px;}
.ul-tab li{width:45%; overflow:hidden;
}
}
@media only screen and (max-width: 767px) {
.m-pactbox .pic{width: auto;float: none;padding-top: 75%;height: 0;}
.m-pactbox .txt{height: auto;padding: 20px;}
.m-pactbox .txt .en{font-size: 12px;}
.m-pactbox .txt .tit{font-size: 20px;margin-bottom: 10px;}
.m-pactbox .txt .desc{margin-bottom: 20px;}
.row1{padding: 24px 0;}
.row2{padding-top: 24px;}
.row3{padding: 24px 0;}
.row4{padding: 24px 0;}
.row5{padding: 24px 0;}
.row6{padding: 24px 0;}
.m-hbj .txt .item{padding-bottom: 15px;margin-bottom: 15px;}
.slidernew .txt .tit{font-size: 18px;}
.rightnew{padding: 0 15px;}
.rightnew .first .tit{font-size: 18px;}
.rightnew .first .desc{font-size: 14px;margin-bottom: 4px;}
.rightnew .first .time{font-size: 14px;}
.links .name{float: none;margin-bottom: 15px;}
.m-form .jstj{width: 100%;height: 42px;line-height: 42px;}
.m-form .text{margin-bottom: 15px;}
.m-form .item input{width: 100%;float: none;margin-right: 0;height: 40px;line-height: 38px;margin-bottom: 15px;}
.m-form{padding: 15px;}
.footer .qr{display:none;}

.ul-num li{
    /*width: auto;float: none;*/
text-align: left;border-bottom: 1px solid #eee;padding-bottom: 10px;margin-bottom: 10px; border-right:none;} 
.ul-num .num{font-size: 24px;margin-bottom: 0;}

}
@media only screen and (max-width: 520px) {
.m-hbj .txt .tit{line-height: 1.5;padding-top: 12px;}
.m-hbj .txt .tit span{display: none;}
.g-about .txt .desc{font-size: 14px;}



}
  


/***product****/
.main{
  overflow: hidden;
}
.main .g-tit{
  padding-top: 0;
}
.ban{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  height: 23.44vw;
  min-height: 140px;
}
.ban .tit{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 56px;
  color:#FFFFFF;
  transform: translate(-50%,-50%);
}
.page1{
  overflow: hidden;
  padding: 47px 0 59px;
}
.ul-prolist1{
  overflow: hidden;
  margin: 0 -10px;
}
.ul-prolist1 li{
  width: 50%;
  float: left;
}
.ul-prolist1 .con{
  display: block;
  margin:0 10px;
}
.ul-prolist1 .pic{
  position: relative;
  padding-top: 57%;
  overflow: hidden;
  height: 0;
}
.ul-prolist1 li:hover .pic img{
  -webkit-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
.ul-prolist1 .tit{
  background: #545454;
  line-height: 80px;
  font-size: 20px;
  color:#fff;
  text-align: center;
}
.ul-prolist1 li:hover .tit{
  background: #00706b;
}
.page2{
  padding: 49px 0 62px;
  background: url(/template/default/images/bg3.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-txt2{
  position: relative;
  height: 411px;
  overflow: hidden;
}
.g-txt2 .pic{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 411px;
  height: 411px;
  margin:0 auto;
   background: url(/template/default/images/png1.png) no-repeat center;
   -webkit-background-size: cover;
   background-size: cover;
}
.g-txt2 .l,
.g-txt2 .r{
  width: 514px;
  color:#333333;
  overflow: hidden;
}
.g-txt2 .item{
  overflow: hidden;
  color:#fff;
  margin-bottom: 26px;
  padding-bottom: 30px;
  border-bottom: 1px dashed rgba(255, 255, 255, .2);
}
.g-txt2 .l .item:last-child,
.g-txt2 .r .item:last-child{
  border-bottom: none;
}
.g-txt2 .r .item{
  text-align: right;
}
.g-txt2 .tit{
  font-size: 22px;
  font-weight: bold;
  font-family: Arial;
}
.g-txt2 .tit span{
  color:#00706b;
  margin-right: 12px;
  font-size: 36px;
  display: inline-block;
  font-family: Impact;
  font-weight: normal;
}
.g-txt2 .desc{
  color:rgba(255, 255, 255, .7);
  font-size: 16px;
  overflow: hidden;  
}
.page3{
  overflow: hidden;
  padding: 49px 0;
}
.slidercq .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  margin-bottom: 25px;
}
.slidercq .tit{
  text-align: center;
  font-size: 16px;
  color:#333333;
}
.page4{
  padding: 29px 0 ;
  background: url(/template/default/images/bg4.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.page5{
  overflow: hidden;
  padding: 50px 0;
}
.ul-pronews a{
  display: block;
  padding: 20px;
  background: #FAFAFA;
  overflow: hidden;
  margin-bottom: 20px;
}
.ul-pronews .pic{
  float: left;
  width: 180px;
  height: 150px;
  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;
}

.sldierpro2 .pic,
.sldierpro3 .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;

}
.sldierpro2 .pic{
    margin-bottom: 26px;
}
.sldierpro3 .pic{
    margin-bottom: 16px;
}
.sldierpro2 .tit,
.sldierpro3 .tit{
  text-align: center;
  font-size: 18px;
  color:#333333;
}
.page6{
  overflow: hidden;
  padding: 47px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.page7{
  padding-top: 50px;
  overflow: hidden;
}
.m-xt{
  overflow: hidden;
  position: relative;
  border-left: 1px solid #e1e0e0;
}
.m-xt .item{
  width: 210px;
  float: left;
  height: 650px;
}
.g-xt{
  position: relative;
}
.m-xt .item.on{
  width: calc(100% - 420px);
}
.m-xt .item .show{
  background: #8FC31F url(/template/default/images/ico29.png) no-repeat center bottom 73px;
  border-right: 1px solid #fff;
  height: 100%;
  float: right;
  width: 210px;
  padding: 70px 76px 0;
  text-align: center;
}
.m-xt .show .icon{
  font-size: 60px;
  font-family: Impact;
  margin-bottom: 2px;
  color:#BC966E;
}
.m-xt .show .d1{
  font-size: 20px;
  float: right;
  writing-mode: vertical-rl;
}
.m-xt .show .d2{
  font-size: 14px;
    float: right;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}
.m-xt .item .hide{
  overflow: hidden;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
} 
.m-xt .hide .info{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 150px;
  background: rgba(0, 0, 0, .7);
  padding: 25px 40px;
}
.m-xt .hide .title{
  margin-bottom: 10px;
  padding-left: 66px;
  position: relative;
}
.m-xt .hide .num{
  position: absolute;
  left: 0;
  top: 0;
  font-family: Impact;
  font-size: 48px;
  line-height: 66px;
  color:#fff;
}
.m-xt .hide .en{
  font-size: 14px;
  color:#fff;
  text-transform: uppercase;
} 
.m-xt .hide .cn{
  font-size: 26px;
  color:#fff;
  font-weight: bold;
}
.m-xt .hide .desc{
  font-size: 16px;
  color:#FEFEFF;
}
.m-xt .item .icon,
.m-xt .item .d1,
.m-xt .item .d2{
  color:#fff;
}
@media only screen and (max-width: 1560px) {
.ban .tit{font-size: 28px;}
 .m-xt .item{height: 500px;width: 180px;}
   .m-xt .show .icon{font-size: 32px;}
  .m-xt .item .show{width: 180px;padding: 30px 45px 0;}
  .m-xt .item.on{width:calc(100% - 360px);}
  .m-xt .show .d3{display: none;}
  .m-xt .show .box{overflow: hidden;padding-right: 20px;}
  .m-xt .hide .info{padding: 20px;}
  .m-xt .hide .cn{font-size: 22px;}
  .m-xt .hide .num{font-size: 28px;line-height: 40px;}
  .m-xt .hide .title{padding-left: 40px;}
  .m-xt .show .d2{letter-spacing: -1px;}
  .g-txt2 .l, .g-txt2 .r{width: 380px;}
  .g-txt2 .item{margin-bottom: 6px;padding-bottom: 6px;}
  .g-txt2{padding-top: 0;}
}
@media only screen and (max-width: 1430px) {

}
@media only screen and (max-width: 1230px) {
  .ban .tit{font-size: 26px;}
  .page6{padding: 30px 0;}
  .m-xt .hide .en{font-size: 12px;display: none;}
  .m-xt .hide .cn{line-height: 40px;}
  .page7{padding-top: 30px;}
  .page3{padding: 30px 0;}
  .page4{padding-bottom: 10px;}
  .page5{padding: 30px 0;}
  .page2{padding: 30px 0;}
  .page1{padding: 30px 0;}
  .g-txt2 .pic{display: none;}
  .g-txt2 .l, .g-txt2 .r{width: 48%;}
  .g-txt2 .tit span{font-size: 18px;}
  .g-txt2{height: auto;}
  .g-txt2 .tit{font-size: 18px;}
  .ul-prolist1 .tit{line-height: 62px;}

}
@media only screen and (max-width: 1023px) {
  .m-xt .item.on{width: auto;}
  .m-xt .item{width: auto;float: none;height: auto;margin-bottom: 10px;}
  .m-xt .item .show{display: none;}
  .m-xt .item .hide{display: block;}
  .m-xt .hide .info{height: auto;padding: 10px;position: static;}
  .m-xt .hide .en{font-size: 18px;}
  .m-xt .hide .cn{margin-bottom: 10px;}
  .m-xt .hide .desc{font-size: 12px;margin-bottom: 10px;}
  .ul-pronews .pic{display: none;}
  .ul-pronews .txt{padding-top: 0;}
  .g-txt2 .l, .g-txt2 .r{width: auto;float: none;}
  .g-txt2 .l .item:last-child, .g-txt2 .r .item:last-child{border-bottom: 1px dashed rgba(255, 255, 255, .2);}
  .g-txt2 .r .item{text-align: left;}
  .g-txt2{padding:  0;}
}
@media only screen and (max-width: 767px) {
.ban .tit{font-size: 22px;}
.m-xt .hide .cn{font-size: 20px;}
.ul-prolist1 li{width: auto;float: none;margin-bottom: 15px;}
}
@media only screen and (max-width: 767px) {
  .ul-prolist1 .tit{font-size: 18px;line-height: 42px;}
}


.m-case{
  padding: 50px 0;
  overflow: hidden;
}
.m-case .title{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ul-csae{
  overflow: hidden;
  margin:0 -15px;
}
.ul-csae li{
  width: 25%;
  float: left;
  margin-bottom: 15px;
}
.ul-csae a{
  display: block;
  margin:0 15px;
}
.ul-csae .pic{
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  height: 0;
}
@media only screen and (max-width: 1230px) {
  .ul-csae li{width: 50%;}
  .m-case .title{font-size: 22px;}
}
@media only screen and (max-width: 500px) {
  .m-case{padding: 20px 0;}
  .ul-csae li a{margin: 0 5px;}
  .ul-csae{margin:0 -5px;}
}


/**mobile nav**/
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header .nav{display: none;}
.logo{line-height: 60px;height: 60px;padding-right: 0;border-right: none;width: 200px;}
  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(/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: #00706b;
      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;}
}
