/*-----------------[Ã¥Ë†ÂÃ¥Â§â€¹Ã¥Å’â€“]--------------*/
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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body{padding-top: 100px;}
.wp {margin: 0 auto;width: 1600px;}
.wp-h {padding: 0 50px;}
/*******************************
    -------[=Ã¥Â¤Â´Ã©Æ’Â¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
}
.header.fixed{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.header .box{
   
}
.header .box::after{
   content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 130px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#384248;
    display: block;
    line-height:130px;
    padding: 0 16px;
    text-align: center;
}

.nav li.nobo::after{
  display: none;
}
.nav li:hover .v1{
  border-color: #0079C5;
}
.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: #00D3AD;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#00D3AD;
}
.nav .tel{
  font-size:18px;
  color:#333;
  font-family: Arial;
  line-height: 130px;
  padding-left: 35px;
  font-weight: bold;
  position: relative;
  margin-left: 24px;
  background: url(../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: #00DBB4;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
 
.swiper-container.banner{
  clear:left;
}
.banner .swiper-slide a{
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 42.71vw;

}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 42px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 18px;
height: 18px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #00D3AD;}

.g-tit{
    text-align: center;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    margin-bottom: 33px;
}
.g-tit .en{
  font-family: Impact;
  font-size: 47px;
  color:#EEEEEE;
  text-transform: uppercase;
  line-height: 1.1;
}
.g-tit .tit{
    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;
}
.g-tit.cof .tit,
.g-tit.cof .desc{
  color:#fff;
}
.g-tit.cof i{
  background-color: #fff;
}
@media only screen and (max-width: 1600px) {

     
}
@media only screen and (max-width: 1430px) {
.g-tit .tit{font-size: 28px;}
}
@media only screen and (max-width: 1023px) {
.g-tit .tit{font-size: 26px;}
  .g-tit{margin-bottom: 20px;}
  .g-tit .en{display: none;}
}
@media only screen and (max-width: 767px) {
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 5px;}
}


.row1{
  padding: 83px 0 60px;
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat;
}
.m-ys{
  overflow: hidden;
}
.m-ys .pic{
  float: left;
  width: 695px;
  height: 709px;
  background: url(../images/png1.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-right: 100px;
}
.m-ys .txt{
  overflow: hidden;
  padding-top: 31px;
}
.m-ys .txt .tit{
  overflow: hidden;
  padding-bottom: 36px;
  border-bottom: 1px dashed #E5E5E5;
  margin-bottom: 45px;
}
.m-ys .txt .num{
  width: 110px;
  height: 110px;
  background: #00DBB4;
  border-radius: 50%;
  text-align: center;
  line-height: 110px;
  font-size: 93px;
  font-family: Impact;
  float: left;
  color:#fff;
  margin-right: 16px;
}
.m-ys .txt .box{
  overflow: hidden;
}
.m-ys .txt .box .t1{
  font-size: 52px;
  color:#333;
}
.m-ys .txt .box .t1 span{
  font-weight: bold;
}
.m-ys .txt .box .t2{
  font-size: 24px;
  color:#666666;
  line-height: 1.1;
}
.m-ys .txt .desc{
  overflow: hidden;
}
.m-ys .txt .desc .item{
    overflow: hidden;
    margin-bottom: 28px;
}
.m-ys .txt .desc .t1{
  font-size: 22px;
  color:#333333;
  padding-left: 26px;
  font-weight: bold;
  margin-bottom: 5px;
  background: url(../images/ico2.png) no-repeat left center;
}
.m-ys .txt .desc .t2{
  font-size: 18px;
  color:#666666;
  padding-left: 26px;
}
.row2{
  overflow: hidden;
  padding: 59px 0 0;
  background: url(../images/bg2.jpg) no-repeat top;
}
.slider1.swiper-container{
   padding-bottom: 59px;
}
.slider1 .swiper-slide{
  background-color: #fff;
  box-shadow: 4px 9px 7px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 10px 10px 42px;
  text-align: center;
}
.slider1 .pic{
  position: relative;
  height: 0;
  padding-top: 96.5%;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 33px;
}
.slider1 .tit{
  font-size: 20px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 16px;
}
.slider1 .desc{
  font-size: 16px;
  color:#666666;
  line-height: 1.63;
  margin-bottom: 33px;
  padding: 0 10px;
}
.slider1 .btn{
  display: block;
  width: 109px;
  height: 32px;
  line-height: 30px;
  margin:0 auto;
  border: 1px solid #00DBB4;
  text-align: center;
  font-size: 14px;
  width: 109px;
  color:#00DBB4;
}
.slider1  .line{
  width: 21px;
  height: 4px;
  background: #00D3AD;
  margin:0 auto 18px;
}
.row3{
  overflow: hidden;
  background: url(../images/bg3.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 62px 0 30px;
}
.g-txt2{
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-top: 30px;
  background: url(../images/pic6.jpg) no-repeat top;
}
.g-txt2 .l,
.g-txt2 .r{
  width: 50%;
  color:#333333;
  overflow: hidden;
}
.g-txt2 .item{
  overflow: hidden;
  margin-bottom: 70px;
}
.g-txt2 .l .item{
  text-align: right;
}
.g-txt2 .t1{
  padding-right: 200px;
}
.g-txt2 .t2{
  padding-right: 260px;
}
.g-txt2 .t3{
  padding-right: 200px;
}

.g-txt2 .t4{
  padding-left: 200px;
}
.g-txt2 .t5{
  padding-left: 250px;
}
.g-txt2 .t6{
  padding-left: 200px;
}
.g-txt2 .ico{
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 45px;
  height: 61px;
  background-image: url(../images/ico3.png);
}
.g-txt2 .l .ico{
  float: right;
  margin-left: 18px;
}
.g-txt2 .r .ico{
  float: left;
  margin-right: 18px;
}
.g-txt2 .txt{
  overflow: hidden;
}
.g-txt2 .tit{
  font-size: 24px;
  font-weight: bold;
}
.g-txt2 .desc{
  color:#666666;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
}

.row4{
  overflow: hidden;
  padding: 30px 0;
}
.ul-tab2{
  overflow: hidden;
}
.ul-tab2 li{
  width: 20%;
  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: #00D3AD;
}
.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;
  background-image: url(../images/ico17.png);
}
.ul-tab2 li.on .ico{
  background-image: url(../images/ico18.png);
}

.ul-tab2 .txt{
  display: inline-block;
  text-align: left;
  position: relative;
  top: -4px;
}
.ul-tab2 .cn{
  font-size: 18px;
  color:#333;
}
.ul-tab2 .en{
  font-size: 12px;
  color:#666666;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.sliderys .con{
  background-repeat: no-repeat;
  height: 600px;
  border-top: 6px solid #00D3AD;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}
.sliderys .con .txt{
  width: 580px;
  height: 300px;
  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;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
.sliderys .info{
  overflow: hidden;
}
.sliderys .info .item{
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.sliderys .info .t1{
  font-weight: bold;
  color:#333333;
  font-size: 18px;
}
.sliderys .info .t2{
  font-size: 14px;
  color:#666666;
}
.sliderys  .desc .t1{
  font-weight: bold;
  color:#333;
  font-size: 18px;
}
.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;
}
.row6{
  overflow: hidden;
  padding: 55px 0;
}
.g-about{
  overflow: hidden;
}
.g-about .pic{
  float: left;
  width: 50%;
  height: 550px;
  background: url(../images/pic10.jpg) no-repeat;
   -webkit-background-size: cover;
  background-size: cover;
}
.g-about .txt{
  overflow: hidden;
  padding-left: 68px;
}
.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: 2.25;
  margin-bottom: 37px;
  text-indent: 2em;
  margin-top: 20px;
}
.g-about .txt a{
  display: block;
  width: 155px;
  height: 48px;
  background: #00D3AD;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
  color:#fff;
  margin-bottom: 52px;
}
.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:#00D3AD;
  margin-bottom: 3px;
}
.ul-num .num i{
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  margin-left: 10px;
  vertical-align:text-top;
}
.ul-listpro{
  overflow: hidden;
}
.ul-listpro li{
  float: left;
  width: 25%;
  margin-bottom: 40px;
}
.ul-listpro .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  border:1px solid #eee;
}
.ul-listpro .pic::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5) url(../images/ico4.png) no-repeat center center;
}

.ul-listpro .pic img{
  display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-listpro .txt{
  border: 1px solid #D2D2D2;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
   border-top: 8px solid #00D3AD;
}
.ul-listpro .tit{
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  color:#333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-listpro .tit.ss{
  line-height: 2;
  padding-top: 10px;
}
.ul-listpro .height{
  height: 80px;
}
.ul-listpro  .cx{
  text-align: center;
}
.ul-listpro .more{
  line-height: 50px;
  border-top: 1px solid #D2D2D2;
  display: none;
  padding: 0 32px;
  background: url(../images/pic9.jpg) no-repeat right 30px center;
}
.ul-listpro .swiper-slide:hover .txt{
  position: relative;

  margin-top: -51px;
}
.ul-listpro .swiper-slide:hover .more{
  display: block;
}
.ul-listpro .swiper-slide:hover .pic::after{
  opacity: 1;
}

.pcatmore a{
  display: block;
  margin:0 auto;
  width: 140px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color:#fff;
  background: #4078C8;
}
.row5{
  overflow: hidden;
  padding: 50px 0;
  background: #F8F8F8;
}
.row7{
  overflow: hidden;
  padding: 55px 0;
  background: #F8F8F8;
}
.ul-pronews a{
  display: block;
  padding: 10px;
  background: #fff;
  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;
}
.links{
    overflow: hidden;
    background-color: #313131;
    border-bottom: 1px solid #5b5b5b;
    padding: 20px 0 15px;
}
.links .name{
    float: left;
    margin-right: 50px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    font-size: 14px;
    color:#fff;
    line-height: 37px;
    margin-right: 34px;
}
/**footer**/
.footer{
   overflow: hidden;
   background: #313131;
   padding: 15px 0;
}
.fd-form{
    float: right;
    width: 648px;
}
.footer .title{
    color:#fff;
    font-size: 14px;
    margin-bottom: 28px;
}
.footer .title .en{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    margin-bottom: 20px;
}
.fd-form .item .inp-box{
    width: 48%;
    margin-right: 4%;
    float: left;
    height: 37px;
    overflow: hidden;
}
.fd-form .item .inp-box:last-child{
    margin-right: 0;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 4px;
}
.fd-form .item .inp::placeholder{
    color:#7b7b7b;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: #fff;
    height:100px;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    padding: 14.02px;
}
.fd-form .btn{
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 100%;
    color: #fff;
    overflow: hidden;
    background-color: #00D3AD;
    background-image: url(../images/ico22.png);
    background-position: 40%;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.fd-form .item a{
    display: block;
    height: 44.93px;
    text-align: center;
    line-height: 44.93px;
    color:#fff;
    width: 48%;
    float: right;
    overflow: hidden;
    background-color: #b98d47;
}
.fd-about{
    overflow: hidden;
}
.fd-about .l{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#FFFFFF;
    margin-right: 83px;
}
.fd-about .l img{
    display: block;
    margin:0 auto;
    margin-bottom: 30px;
}
.fd-about .desc{
    overflow: hidden;
    color:#fff;
}
.fd-about .item{
    overflow: hidden;
    margin-bottom: 22px;
}
.fd-about .icon{
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 32px;
}
.fd-about .txt{
    overflow: hidden;
}
.fd-about .desc .tit{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}
.fd-about .desc .tell span{
  font-size: 20px;
  font-weight: bold;
}
.fd-about .tel{    
    font-weight: normal;
    font-size: 14px;
}
.fd-about .tel span{
    font-size: 21px;
    line-height: 1.1;
}
.footer .qr{
  float: right;
  width: 150px;
  text-align: center;
  font-size: 14px;
  color:#FFFFFF;
  margin-left: 102px;
  padding-top: 10px;
}
.footer .qr .img{
  width: 140px;
  height: 140px;
  margin:10px auto;
  background: url(../images/qr.jpg) no-repeat;
}
.copy{
    font-size: 14px;
    padding-top: 6px;
}
.copy a{
    color:#FFF;
}
.copy img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
#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: 1800px) {
.wp-h{padding: 0 50px;}
.nav li .v1{font-size: 16px;}
}
@media only screen and (max-width: 1700px) {
.wp{width: 1400px;}

}
@media only screen and (max-width: 1560px) {
.ul-tab2 .en {display: none;}
.ul-tab2 .cn {line-height: 48px;height: 48px;top: -10px;position: relative;}
.nav li .v1{font-size: 14px;padding: 0 14px;}
.nav .tel{margin-left: 0;}
}

@media only screen and (max-width: 1430px) {
  .wp{width: 1200px;}
  .nav li .v1{font-size: 15px;}
  .nav .tel{display: none;}
  .logo{line-height: 80px;height: 80px;}
  .logo img{max-width: 90%;max-height: 90%;}
  .nav li .v1{line-height: 80px;}
  body{padding-top: 80px;}
  .m-ys .pic{width: 556px;height: 567px;-webkit-background-size: cover;
  background-size: cover;}
  .m-ys .txt .box .t1{font-size: 32px;}
  .m-ys .txt .num{width: 80px;height: 80px;font-size: 60px;line-height: 80px;}
  .m-ys .txt .box .t2{font-size: 20px;}
  .m-ys .txt{padding-top: 0;}
  .m-ys .txt .tit{padding-bottom: 10px;margin-bottom: 20px;}
  .m-ys .txt .desc .t1{font-size: 18px;}
  .m-ys .txt .desc .t2{font-size: 14px;}
  .ul-num li{border-right: none;}
  .ul-num .num{font-size: 42px;}
  .ul-num .name{font-size: 13px;padding: 0 10px;}
  .sliderys .con{height: 540px;}
  .fd-form{width: 500px;}
  .footer .qr{margin-left: 30px;}
  .g-about .txt a{margin-bottom: 20px;}
  .g-txt2 .item{margin-bottom: 50px;}
}
@media only screen and (max-width: 1360px) {
   
}
@media only screen and (max-width: 1230px) {

  .wp,.wp-h{width: auto;padding: 0 15px;}
  .g-txt2 .item{margin-bottom: 55px;}
  .g-tit{-webkit-background-size: 0 0;
  background-size: 0 0;padding-top: 0;}
  .g-tit .desc i{display: none;}
   .ul-tab2 .cn{position: static;line-height: 62px;}
  .ul-tab2 .ico{display: none;}
  .sliderys .con {height: 440px;}
  .sliderys .con .txt{height: 270px;}
  .g-about .txt{padding-left: 0;}
  .row6,.row1,.row3,.row5,.row7{padding: 40px 0;}
  .g-about .txt .desc{margin-top: 0;}
    .ul-tab2 li{height: 60px;padding-top: 0;}
  .ul-tab2 .cn{font-size: 16px;}
  .m-ys .pic{width: 400px;height: 400px;margin-right: 30px;-webkit-background-size: contain;
  background-size: contain;}
  .row2{padding-top: 30px;}
  .g-about .pic{display: none;padding-top: 0;}

}
@media only screen and (max-width: 1023px) {
  .g-tit .tit{font-size: 22px;margin-bottom: 4px;}
  .g-tit{margin-bottom: 10px;}
  
  .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-txt2{background: none;}
  .g-txt2 .tit{font-size: 18px;line-height: 1.4;}
  .footer .qr{float: none;width: auto;}
  .fd-form{float: none;width: auto;}
  .m-ys .pic{width: auto;float: none;margin-right: 0;}
  .ul-num .num{font-size: 24px;}
  .ul-num .num i{font-size: 20px;}
}

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

}

@media only screen and (max-width: 767px) {
  .g-tit .desc{font-size: 14px;}
  .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: 18px;}
  .g-txt2 .item{margin-bottom: 15px;}
  .g-tit2 p{font-size: 12px;padding-top: 0;}
  .g-tit2{margin-bottom: 14px;}
  .g-txt2 .l, .g-txt2 .r{width: auto;float: none;}
  .m-ys .pic{height: 260px;}
  .m-ys .txt .box .t1{font-size: 22px;font-weight: bold;padding-top: 4px;}
  .m-ys .txt .box .t2{font-size: 14px;}
  .m-ys .txt .num{width: 60px;height: 60px;line-height: 60px;font-size: 40px;}
  .ul-tab2 li{width: 50%;}
 .ul-tab2 .cn{font-size: 14px;line-height: 48px;height: 48px;}
 .ul-tab2 li{height: 48px;}
 .row6,.row1,.row3,.row5,.row7{padding: 30px 0;}
  .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: auto;}
 .ul-tab2 .txt{position: static;}
 .ul-tab2 li:last-child{width: 100%;clear:left;}
 .banner.swiper-container .swiper-pagination-bullet{width: 5px;height: 5px;}
 .ul-pronews .pic{width: auto;float: none;margin-right: 0;}
 .g-about .txt .desc{font-size: 14px;margin-bottom: 10px;}
 .sliderys .info .item{width: auto;float: none;margin-bottom: 6px;}
 .sliderys .info .t1{font-size: 16px;}

}

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

}



/**mobile nav**/
.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;}
  body{padding: 60px 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      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: #D72C1A;
    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;}
}


.g-prod{
    margin-top: 30px;
    overflow: hidden;
}
.g-prod .left{
    width: 320px;
    float: left;
    margin-right: 40px;
}
.g-prod .info{
    overflow: hidden;
    padding: 0 10px;
}
.g-prod .info .smalltxt{
  font-size: 14px;
  line-height: 2;
}
.g-prod .info .smalltxt img{
  display: block;
  margin:0 auto;
  max-width: 100%;
  max-height: 100%;
}
.g-prod .info .title{
  font-size: 24px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.g-prod .left .title{
    background-color: #474747;
    color:#fff;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
}
.ul-pact a{
    line-height: 45px;
    padding-left: 20px;
    color:#333;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #eee;
    transition:all .3s;
}
.ul-pact{
  border-bottom: 1px solid #eee;
}
.ul-hot{
  border-bottom: 1px solid #eee;
}
.ul-hot a{
    display: block;
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
    transition:all .3s;
}
.ul-hot li:last-child a{
  border-bottom: none;
}
.ul-pact a:hover,
.ul-hot a:hover{
    background: #474747;
    color:#fff;
    padding-left: 30px;
}
.mb30{
    margin-bottom: 30px;
    border:1px solid #eee;
    border-bottom: none;
}
.g-prod .left  .p3 {
    margin-bottom: 30px;
}
.g-prod .left  .p3 .img{
    display: block;
    width: 100%;
    height: 150px;
    background: url(../images/jsy_73.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-prod .left  .p3 ul{
     background: #474747;
    color:#fff;
    font-size: 14px;
    line-height: 1.7;
    padding: 20px;
}

@media only screen and (max-width: 1230px) {
    .g-prod .left{width: 260px;margin-right: 20px;}
    #floatBottom{display: block;}
}
@media only screen and (max-width: 1023px) {
    .g-prod .left{width: auto;float: none;margin-right: 0;}
    .g-prod .left .p2,.g-prod .left .p3{display: none;}
    .ul-pact{overflow: hidden;}
    .ul-pact li{width: 50%;float: left;}
    .g-tit2 .desc i{display: none;  }
    .g-tit2 .cn{font-size: 20px;}
}
@media only screen and (max-width: 767px) {
    .ul-pact a{text-align: center;padding-left: 0;font-size: 14px;}
    .g-prod .left .title{padding-left: 0;text-align: center;}
    .banner .swiper-slide img{height: 180px;object-fit: cover;}
    .fd-form .btn{background-position: 30%;}
}
.g-tit .tit span{
  font-size: 60px;
  color:#00DBB4;
  font-weight: bold;
  line-height: 60px;
  margin-right: 8px;
}
.row-n1{
    padding: 50px 0 20px;
    background: url(../images/bgn1.jpg) no-repeat bottom;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.g-n1{
    overflow: hidden;
    background: url(../images/n8.png) no-repeat top 14px center;
}
.g-n1 .l,
.g-n1 .r{
    width: 50%;
    float: left;
    overflow: hidden;
}
.g-n1 .item{
    overflow: hidden;
    margin-bottom: 110px;
}
.g-n1 .l .item{
    float: right;
    clear:right;
    
}
.g-n1 .ico{
    width: 142px;
    height: 142px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.g-n1 .l .ico{
    float: right;
    margin-left: 26px;
}
.g-n1 .l .txt{
    text-align: right;
}
.g-n1 .txt{
    overflow: hidden;
    padding-top: 30px;
}
.g-n1 .r .ico{
    float: left;
    margin-right: 26px;
}
.g-n1 .tit{
    font-size: 26px;
    color:#333333;
    font-weight: bold;
}
.g-n1 .desc{
    font-size: 18px;
    color:#666666;
}
.g-n1 .t1{
    margin-right: 130px;
}
.g-n1 .t2{
    margin-right: 270px;
}
.g-n1 .t3{
    margin-right: 160px;
}
.g-n1 .t4{
    margin-left: 130px;
}
.g-n1 .t5{
    margin-left: 270px;
}
.g-n1 .t6{
    margin-left: 160px;
}
.g-n1 i{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../images/n1.png) no-repeat;
}
.g-n1 .l  i{
    margin-left: 18px;
} 
.g-n1 .l .desc{
    margin-right: 18px;
}
.g-n1 .r i{
    margin-right: 18px;
} 
.g-n1 .r .desc{
    margin-left: 32px;
}

.ul-n1{
    overflow: hidden;
}
.ul-n1 li{
    width: 20%;
    float: left;
    height: 200px;
    padding: 38px 57px 0 58px;
}
.ul-n1 li:nth-child(odd){
    background-color: #00DBB4;
    color:#fff;
}
.ul-n1 li:nth-child(odd) .desc{
    color:#fff;
}
.ul-n1 li:nth-child(odd) .tit{
    background-image: url(../images/n9.png);
}
.ul-n1 li:nth-child(even){
    background-color: #fff;
    color:#666;
}
.ul-n1 li:nth-child(even) .tit{
    color:#333333;
    background-image: url(../images/n1.png);
}
.ul-n1 .tit{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: left center;
}
.ul-n1 .desc{
    font-size: 16px;
    color:#666666;
    margin-left: 32px;
    line-height: 1.88;
}


@media only screen and (max-width: 1800px) {
.ul-n1 li{padding: 20px 15px 0;}
.row-n1{padding-bottom: 0;}
.g-tit .tit span{font-size: 48px;line-height: 48px;}
}
@media only screen and (max-width: 1500px) {
.g-n1{-webkit-background-size: 50% auto;
background-size: 50% auto;}
.g-n1 .t2{margin-right: 238px;}
.g-n1 .t5{margin-left: 238px;}
.g-n1 .desc{font-size: 14px;line-height: 1.5;height: 3em;}
.g-n1 .item{margin-bottom: 90px;}
.g-tit .tit span{font-size: 36px;line-height: 36px;}
}
@media only screen and (max-width: 1430px) {
  .ul-n1 li{width: 33.33%;height: 160px;}
 
}

@media only screen and (max-width: 1360px) {
  .row-n1{padding: 30px 0 0;}
  .g-n1{background: none;margin-bottom: 30px;}
  .g-n1 .l .item,.g-n1 .r .item{float: left;margin-right: 0;width: 33.333%;margin:0!important;}
  .g-n1 .l .ico,.g-n1 .r .ico{float: none;margin:0 auto;}
  .g-n1  i{display: none;}
  .g-n1 .tit{font-size: 22px;padding: 0!important;text-align: center;}
  .g-n1 .l .desc{margin-right: 0;text-align: center;}
  .g-n1 .r .desc{margin-left: 0;text-align: center;}
  .g-n1 .txt{padding-top: 10px;}

}
@media only screen and (max-width: 1230px) {
  .g-n1 .tit{font-size: 20px;}
  .ul-n1 li{width: 49%;margin:0.5%;}
  .ul-n1 li:nth-child(even){background-color: #00DBB4;color: #fff;}
  .ul-n1 li:nth-child(even) .desc{color:#fff;}
  .ul-n1 li:nth-child(even) .tit{color:#fff;background-image: url(../images/n9.png);}
  .ul-n1 li:last-child{width: 99%;}
}
@media only screen and (max-width: 1023px) {
.g-n1 .l, .g-n1 .r{width: auto;float: none;}
.g-n1 .l{margin-bottom: 10px;}
}
@media only screen and (max-width: 767px) {
.ul-n1 li{width: auto;float: none;margin:0 15px 10px;padding:15px;height: auto;}
.g-n1 .ico{width: 80px;height: 80px;}
.g-n1 .tit{font-size: 16px;}
.g-n1 .desc{font-size: 12px;}
.g-tit .tit span{font-size: 28px;line-height: 28px;}
.ul-n1 .desc{font-size: 14px;}
.ul-n1 li:last-child{width: auto;}
.ul-n1 .tit{font-size: 16px;}
}