/*-----------------[åˆå§‹åŒ–]--------------*/
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: "Arial";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: 1400px;}

/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.menu{
  height: 117px;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    transition: all .3s;
    padding: 0 33px;
}
body.index .header{
  top: 18px;
  left: 50%;
  width: 1500px;
  margin-left: -750px;
}
body.index .header.fixed{
  width: 100%;
  margin-left: 0;
  left: 0;
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.logo{width:281px;float:left;margin:19px 0 18px;height:80px;display:block;background: url(../images/logo.png) no-repeat left center;overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;background-size:auto 100%;}


/*.logo{
    float: left;
    overflow: hidden;
    line-height:117px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}*/
.nav {
    float: right;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#000;
    display: block;
    margin:0 20px;
    line-height:117px;
}
.nav li:hover .v1{
  color: #00379D;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #00379D;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#00379D;
}

.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: #00379D;
    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{
  overflow: hidden;
  margin-top: -117px!important;
}
.banner .swiper-slide a{
    display: block;
    height: 47.03vw;
    position: relative;
}
.banner .swiper-slide a img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom: 1.46vw;
  }
.banner.swiper-container .swiper-pagination-bullet{width: 13px;
height: 13px;background-color: #fff;display: inline-block;
border:none; font-size:0;cursor:pointer;border-radius: 50%;opacity:1;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 35px;border-radius: 20px;}
.banvideo{
  height: 47.03vw;
  position: relative;
  margin-top: -117px;
}
.banvideo::after{
  content:'';
  display: block;
  position: absolute;
  top: 13.54vw;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 49.48vw;
  height: 12.4vw;
  background: url(../images/bantxt.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.js-btnbom{
  position: absolute;
  bottom: 5.83vw;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 72px;
  height: 69px;
  background: url(../images/ico10.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  animation:start 3s infinite alternate; 
}
@keyframes start{
0%,100%{-webkit-transform:translateY(0)}
50%{opacity:.8;-webkit-transform:translateY(-30px);}
}
.banvideo video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}


/**hotnew**/
.hotnew{
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
}
.hotnew .name{
  float: left;
  font-size: 16px;
  color:#444444;
  padding-left: 31px;
  line-height: 60px;
  margin-right: 66px;
  background: url(../images/ico1.png) no-repeat left center;
}
.hotnew .more{
  float: right;
}
.hotnew .more a{
  display: block;
  font-size: 14px;
  color:#999999;
  margin-top: 20px;
  display: inline-block;
  border-bottom: 1px solid #999999;
}

.hotnews.swiper-container{
  float: left;
  height: 60px;
  overflow: hidden;
  width: calc(100% - 330px);
}
.hotnews .swiper-button-next{
  width: 23px;
  height: 60px;
  background: url(../images/ico3.png) no-repeat center;
  margin-top: 0;
  top: 0;
}
.hotnews .swiper-button-prev{
  width: 23px;
  height: 60px;
  left:auto;
  right: 50px;
  background: url(../images/ico2.png) no-repeat center;
  margin-top: 0;
  top: 0;
}
.hotnews a{
  display: block;
  line-height: 60px;
  font-size: 14px;
  color:#777777;
  overflow: hidden;
  width: 580px;
}
.hotnews a p{
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 78px);
}
.hotnews a span{
  float: right;
  display: block;
}
.row1{
  overflow: hidden;
  padding: 2.03vw 0 4.1vw;
  background: url(../images/bg1.webp) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.g-tit{
    text-align: center;
    overflow: hidden;
    margin-bottom: 1.8vw;
    position: relative;
}
.g-tit .tit{
  color:#333333;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 9px;
}
.g-tit .desc{
    font-size: 14px;
    color:#777;
}
.g-tit .line{
  margin:0 auto 20px;
  width: 32px;
  height: 2px;
  background: #00379D;
}

.m-pcat{
  overflow: hidden;
  margin-bottom: 2.5vw;
}
.m-pcat:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.m-pcat .item{
  float: left;
  width: 25%;
  padding-right:9px;
 transition: all .3s;
  position: relative;
}
.g-pcat{
  overflow: hidden;
  height: 255px;
  background-repeat: no-repeat;
  margin-bottom: 9px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
.g-pcat img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition:all 1s;
}
.g-pcat .txt .link{
  overflow: hidden;
  margin-top: 10px;
  display: none;
}
.g-pcat:hover .txt .link{
  display: block;
}
.g-pcat .txt .link a{
  display: block;
  color:#fff;
  line-height: 2;
  font-size: 12px;
}
.g-pcat {
  color:#fff;
}
.g-pcat.h{
  height: 520px;
}
.g-pcat .txt{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 35px 0;
}
.g-pcat .txt a{
  display: block;
  width: 100%;
  height: 100%;
}
.g-pcat:hover .txt{
  background: rgba(0, 0, 0, 0.5);
}
.g-pcat .txt .cn{
  font-weight: bold;
  font-size: 20px;
  color:#fff;
}
.g-pcat .btn{
  width: 82px;
  height: 25px;
  border: 1px solid #FFFFFF;
  border-radius: 13px;
  line-height: 23px;
  font-size: 10px;
  text-align: center;
  display: block;
  color:#fff;
  margin-top: 18px;
}
.g-pcat .btn i{
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 5px;
  background: url(../images/ico-4.png) no-repeat;
}
.g-pcat .txt.t1 .btn{
  float: right;
}
.g-pcat .txt.t1{
  text-align: right;
}
.m-pcat .item:nth-child(2){width:50%;position: relative;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;display: -webkit-box;display: -ms-flexbox;display: flex;gap:0 9px;}
.m-pcat .item:nth-child(2) .g-pcat{width:calc(50% - 4.5px);position:relative;}
.m-pcat .item:nth-child(2) .g-pcat:last-child{width:100%;}

.row1 .linkmore{
  overflow: hidden;
  text-align: center;
}
.row1 .linkmore a{
  width: 199px;
  height: 44px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  margin:0 10px;
  color:#fff;
  transition:all .3s;
}
.row1 .linkmore a:hover{
  margin:0 15px;
}
.row1 .linkmore a:nth-child(1){
  background: #0060d7;
}
.row1 .linkmore a:nth-child(2){
  background: #6b6b6b;
}

.row2{
  overflow: hidden;
  background: url(../images/bg2.webp) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 5vw 0 6vw;
}
.row2 .txt{
  float: right;
}
.row2 .txt .title{
  color:#313131;
  font-size: 40px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 17px;
}
.row2 .txt .desc{
  font-size: 25px;
  color:#313131;
  text-align: right;
  margin-bottom: 34px;
}
.row2 .txt .box{
  overflow: hidden;
}
.row2 .txt .item{
  float: left;
  width: 398px;
  height: 342px;
  margin-right: 19px;
  padding: 63px 43px 0;
  background: url(../images/pic7.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row2 .txt .item .t1{
  font-size: 30px;
  color:#272727;
  font-weight: bold;
  margin-bottom: 20px;
}
.row2 .txt .item .t2{
  font-size: 20px;
  color:#5A5A5A;
  font-weight: bold;
  margin-bottom: 20px;
}
.row2 .txt .item .t3{
  font-size: 15px;
  color:#272727;
  line-height: 1.53;
}
.row2 .txt .itembox{
  overflow: hidden;
  width: 259px;
}
.row2 .txt .itembox .row{
  height: 157px;
  color:#fff;
  display: block;
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: bold;
  line-height: 157px;
  padding-left: 39px;
}
.row2 .txt .itembox .row:last-child{
  height: 167px;
}
.row2 .txt .itembox .row:nth-child(1){
  background: url(../images/pic8.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row2 .txt .itembox .row:nth-child(2){
  background: url(../images/pic9.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row2{
  position: relative;

}
.row2  .rw{
  position: absolute;
  left: 13.33vw;
  bottom: 0;
  width: 44.69vw;
  height: 29.74vw;
}
.row3{
  overflow: hidden;
  background: url(../images/bg3.webp) no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 2.6vw 0 5.42vw;
}
.row3 .info{
  font-size: 16px;
  color:#333;
  line-height: 1.75;
  padding: 0 3vw;
  margin-bottom: 2.2vw;
} 
.ul-num{
  overflow: hidden;
  margin-bottom: 2.92vw;
}
.ul-num li{
  float: left;
  width: 25%;
  text-align: center;
}
.ul-num .tit{
  font-size: 18px;
  color:#333;
}
.ul-num .num{
   margin-bottom: 5px;
   font-size: 25px;
   color:#00379D;
}
.ul-num .num span{
  font-size: 54px;
  font-family: Impact;
  margin-right: 15px;
}

.ul-about{
  overflow: hidden;

}
.ul-about li{
  width: 35%;
  float: left;
  margin-right: 20px;
}
.ul-about li:last-child{
  width: auto;float: none;
  overflow: hidden;
}
.ul-about .con{

}
.ul-about .pic{
  position: relative;
  height: 0;
  padding-top: 73.4%;
  overflow: hidden;
  position: relative;
}
.ul-about .pic img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.ul-about .txt{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color:#fff;
  padding: 44px 68px 0;
}
.ul-about .txt .cn{
  font-size: 35px;
  font-weight: bold;
}
.ul-about .txt .en{
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.ul-about .txt .ico{
  position: absolute;
  bottom: 71px;
  left: 65px;
  width: 49px;
  height: 48px;
  background: url(../images/ico4.png) no-repeat;
}
.ul-about .img{
  position: relative;
  height: 0;
  padding-top: 46%;
  overflow: hidden;
  margin-bottom: 20px;
}
.ul-about .img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.ul-about .img .txt{
  padding: 40px 52px 0;
}
.ul-about .img .en{
  font-size: 24px;
}
.ul-about .img .cn{
  font-size: 28px;
}

.row4{
  overflow: hidden;
  margin-top: 4.32vw;
  padding: 2.5vw 0 7.24vw;
  position: relative;
  background: url(../images/pic14.jpg) no-repeat top right 46%;
}
.m-hzhb{
  position: relative;
}
.m-hzhb .swiper-button-prev{
  position: absolute;
  width: 47px;
  height: 47px;
  right: 50px;
  left:auto;
  top: 16px;
  margin-top: 0;
  background: url(../images/pic15.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.m-hzhb .swiper-button-next{
  position: absolute;
  width: 47px;
  height: 47px;
  right: 0;
  left:auto;
  top: 16px;
  margin-top: 0;
  background: url(../images/pic16.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row4 .title{
  padding-left: 24px;
  border-left: 2px solid #085DAD;
  margin-bottom: 3.59vw;
}
.row4 .title .cn{
  font-size: 40px;
  color:#333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
} 
.row4 .title .cn span{
  color:#085DAD;
}
.row4 .title .en{
  font-size: 42px;
  line-height: 1.1;
  font-weight: bold;
  color:#D6E0E4;
  text-transform: uppercase;
}
.sliderhb.swiper-container{
  background: #f8f8f8;
}

.sliderhb .swiper-slide{
  line-height: 136px;
  text-align: center;
  height: 136px;
  overflow: hidden;
  background-color: #fff;
}
.sliderhb .swiper-slide img{
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  max-height: 80%;
}
.sliderhb .swiper-slide:nth-child(6n){
 
}








.footer{
  background: #2c2c2c;
  overflow: hidden;
  padding: 3.6vw 0 2vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.info-l{
  float: left;
}
.info-l .top{
  overflow: hidden;
}
.info-l  dl{
  float: left;
  margin-right: 4.48vw;
}
.info-l dt,.info-l dt a{
  color:#fff;
  font-size: 24px;
  display: block;
  margin-bottom: 27px;
}
.info-l  dd a{
  display: block;
  font-size: 14px;
  color:#999999;
  line-height: 2.29;
}
.footer .address{
  float: left;
  width: 322px;
  margin-right:5vw;
}
.footer .address .img{
  width: 105px;
  height: 126px;
  background: url(../images/png2.png) no-repeat;
  margin-bottom: 20px;
}
.footer .address .desc{
  color:#999999;
  font-size: 14px;
  line-height: 2.29;
  margin-bottom: 21px;
}
.footer .address .desc p{
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left top 10px;

}
.footer .qr{
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color:#7F7F7F;
  width: 153px;
  float: right;
}
.footer .img{
  width: 153px;
  height: 153px;
  overflow: hidden;
  margin-bottom: 20px;
}
.footer .img img{
  display: block;
  width: 100%;
  height: 100%;
}
.copy{
  overflow: hidden;
  background: #2c2c2c;
}
.copy span,.copy a{
  display: inline-block;
  font-size: 14px;
  color:#999999;
  line-height: 70px;
}
.copy .r{
  overflow: hidden;
}
.copy .r p{
  float: left;
  line-height: 70px;
  font-size: 14px;
  color:#7F7F7F;
  margin-right: 19px;
}
.copy .js-top{
  float: right;
  width: 70px;
  height: 70px;
  background: url(../images/pic18.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.links{
  overflow: hidden;
  background: #2c2c2c;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.links  a,
.links  span{
  font-size: 14px;
  display: inline-block;
  color:#fff;
  margin-right: 14px;
}
/***footer**/
#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) {

}
@media only screen and (max-width: 1560px) {
 .header{width: 100%;margin-left: 0;top: 0;left: 0;}

 .menu{height: 80px;}
 .logo{width: 240px;height:68px;margin:6px 0;}
 .nav li .v1{line-height: 80px;font-size: 15px;}
 .g-tit .tit{font-size: 32px;}
 .row2 .txt .title{font-size: 36px;margin-bottom: 10px;}
 .footer .address{margin-right: 4vw;}
 .row4 .title .cn{font-size: 32px;}
 .row4 .title .en{font-size: 30px;}
 body.index .header{width: 90%;margin-left: 0;left: 5%;}

}
@media only screen and (max-width: 1500px) {
  .wp{width: 1300px;}
  .ul-num .num span{font-size: 38px;}
  .ul-num .num{font-size: 20px;}
  .ul-about .img{padding-top: 48%;}
}

@media only screen and (max-width: 1430px) {
.wp{width: 1200px;}
.footer .address{margin-right: 0;}
.nav li .v1{margin: 0 12px;}
.ul-about .img .txt{padding: 20px;}
.ul-about .txt{padding: 20px;}
.ul-about .txt .en{font-size: 30px;}
.ul-about .txt .cn{font-size: 30px;}
.ul-about .img .en,.ul-about .img .cn{font-size: 22px;}
.ul-about .txt .ico{left: 20px;}
.row2 .txt .itembox .row,.row2 .txt .itembox .row:last-child{font-size: 26px;height: 120px;line-height: 120px;}
.row2 .txt .item{height: 260px;padding: 20px;}
.row2 .txt .title{font-size: 26px;margin-bottom: 10px;}
  .logo{width: 160px;-webkit-background-size: 100% auto;
  background-size: 100% auto;}
}
@media only screen and (max-width: 1230px) {
  body{padding:0 0 53px;}
  .banvideo{margin-top: 0;}
  .wp{width: auto;padding: 0 30px;}
  .banner{margin-top:0!important;}
  .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
  .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
 .row4{margin:0;padding: 30px 0;}
 .info-l{display: none;}
  .footer .address{width: auto;margin-right: 0;}
  .row4 .title .cn{font-size: 26px;}
  .row4 .title .en{font-size: 20px;}
  .sliderhb .swiper-slide{height: 88px;line-height: 88px;}
  .ul-about .txt .en{font-size: 22px;}
  .ul-about .txt .cn{font-size: 24px;}
  .ul-about .img .en, .ul-about .img .cn{font-size: 18px;}
  .row3 .info{font-size: 14px;}
  .ul-num .num span{font-size: 32px;}
  .ul-num .num{font-size: 16px;}
  .row2 .rw{left: 0;}
  .row2 .txt .desc{font-size: 20px;}
 
  .g-pcat .txt{padding: 20px;}
  .hotnew .name{margin-right: 0;}
  .hotnews.swiper-container{width: calc(100% - 260px);}
  .g-tit .tit{font-size: 28px;}
  .copy .r{display: none;}
  .copy{padding: 10px 0;}
  .copy span, .copy a{line-height: 1.5;font-size: 14px;}
  .row3{padding: 30px 0;}

}
@media only screen and (max-width: 1023px) {
    
.row2 .rw{display: none;}

.m-pcat .item:nth-child(3){clear:left;}
.m-pcat .item:nth-child(2){width:100%;position:relative;}
.ul-about li{width: 48%;margin-right: 2%;margin-bottom: 10px;}
.ul-about li:last-child{width: auto;float: none;clear:left;margin-right: 0;}
.ul-about .img{width: 48%;margin-right: 2%;float: left;padding-top: 23%;}
.row2 .txt .item .t1{font-size: 26px;}
.row2 .txt .item{width: calc(100% - 279px);}
.hotnew .more{display: none;}
.hotnews.swiper-container{width: calc( 100% - 111px);}
.hotnews a{width: auto;padding-right: 100px;}
.g-tit .tit{font-size: 26px;}
 .g-pcat.h{height:200px;}
  .g-pcat{height: 214px;}
  .m-pcat .item{width: 100%;}
} 
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 767px) {
  .wp{padding: 0 15px;}
  .hotnew .name{display: none;}
  .hotnews.swiper-container{width: 100%;}
  .banvideo{display: none;height: 0;}
  .banner{display: block;height: auto;}
  .m-pcat .item{width: auto;float: none;margin-right: 0;padding-right: 0;}
  .m-pcat .item:nth-child(2) .g-pcat {width: 100%;}
  .g-pcat .txt .link{display: block;}
  .g-tit .tit{font-size: 22px;margin-bottom: 0;}
  .row1 .linkmore a{width: 120px;height: 40px;line-height: 40px;font-size: 14px;}
  .row2 .txt .item{width: auto;float: none;margin-right: 0;margin-bottom: 15px;height: auto;padding: 15px;}
  .row2 .txt .item .t1{font-size: 20px;margin-bottom: 10px;}
  .row2 .txt .item .t2{font-size: 18px;margin-bottom: 10px;}
  .row2 .txt .itembox{width: auto;float: none;}
  .row2 .txt .itembox .row, .row2 .txt .itembox .row:last-child{height: 80px;line-height: 80px;font-size: 20px;padding-left: 20px;}
  .row2 .txt .title{font-size: 22px;margin-bottom: 0;}
  .row2 .txt .desc{font-size: 15px;}
  .row2 .txt .desc{margin-bottom: 16px;}
  .ul-num li{width: 50%;margin-bottom: 15px;}
  .ul-about .txt .en,.ul-about .txt .ico{display: none;}
  .ul-about .txt .cn{font-size: 20px;}
  .ul-about .img{padding-top: 35%;}
  .ul-about .img{margin-bottom: 0;}
  .row4 .title .cn{font-size: 22px;}
  .footer .address{float: none;margin-right: 0;}
  .footer .qr{float: none;}
  .ul-num .tit{font-size: 14px;}
  .row3 .info{padding: 0;text-align: left;}
}
@media only screen and (max-width: 520px) {

.sliderhb .swiper-slide img{max-width: 60%;max-height: 60%;}
.row2 .txt .title,.row2 .txt .desc{text-align: center;}
.ul-num .num{height: 30px;line-height: 30px;}

}
  






.nav_mobile{display: none;}
@media only screen and (max-width: 1230px) {
  .menu{height: 60px;}
  body.index .header{width:100%;left:0;margin-left:0;top:0;padding:0 15px;}
.nav{display: none;}
.logo{padding-right: 0;border-right: none;width:180px;height:51px;margin:5px 0 4px;}


 .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: #00a1e9;
      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;}
}


.ul-zp{
  overflow: hidden;
  margin:30px 0;
}
.ul-zp li{
  cursor: pointer;
  border-bottom: 2px solid #eee;
}
.ul-zp .tit{
  font-size: 20px;
  color:#0060d7;
  line-height: 45px;
  font-weight: bold;
  position: relative;
  padding: 0 5px;
}
.ul-zp .tit i{
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/zpsel.png) no-repeat;
  -webkit-background-size: 60% 60%;
  background-size: 60% 60%;
  animation: downico 2s linear infinite;
}
.ul-zp  .desc{
  display: none;
  padding: 20px;
  color:#999;
  font-size: 15px;
  line-height: 1.8;
  border-top: 2px solid #eee;
}


