/*-----------------[åˆå§‹åŒ–]--------------*/
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: 1500px;}
body{padding-top: 120px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 0 5%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.logo{float:left;margin:39px 0 38px;display:block;}
.logo img{display:block;width:auto;height:auto;}
.logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}



.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
    padding: 0;
}
.enlogo{
  display: block;
  height: 120px;
  width: 120px;
  margin-left: 30px;
  background: url(../images/enlogo.jpg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.nav {
    float: right;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#333;
    display: block;
    padding: 0 1.35vw;
    line-height:120px;
    text-align: center;
}
.nav li:hover .v1{
  color: #F8992B;
}
.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: #F8992B;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#F8992B;
}
.nav li .tel{
  line-height: 120px;
  font-size: 20px;
  color:#333333;
  font-family: Arial;
  padding-left: 31px;
  margin-left: 15px;
  background: url(../images/ico1.png) no-repeat left 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: #F8992B;
    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;
    height: 43.23vw;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom: 3.7vw;
  }
.banner.swiper-container .swiper-pagination-bullet{width: 13px;
height: 13px;background-color: #DCDCDC;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{background: #F8992B;}


.g-tit1{
    text-align: center;
    overflow: hidden;
    margin-bottom: 1.85vw;
    position: relative;
    padding-top: 17px;
    background-repeat: no-repeat;
    background-position: center top;
}
.g-tit1 .tit{
  color:#333333;
  font-size: 2.4vw;
  font-weight: bold;
}
.g-tit1 i{
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 1px;
  background: #A6A6A6;
  margin:0 14px;
}
.g-tit1 .desc{
    font-size: 16px;
    color:#666;
}
.g-tit1.sty1 .tit,
.g-tit1.sty1 .desc{
  color:#fff;
}
.row1{
  overflow: hidden;
  padding: 2.6vw 0;
}
.ul-pcat{
    overflow: hidden;
    margin:0 -2px 2.08vw;
}
.ul-pcat li{
    float: left;
    width: calc(100% / 10);
}
.ul-pcat .con{
    display: block;
    margin:0 2px;
    font-size: 12px;
    color:#888888;
    text-align: center;
    line-height: 42px;
    background: #F6F6F6;
    border-radius: 21px;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-pcat li:hover .con,
.ul-pcat li.on .con{
    background-color: #F8992B;
    color:#fff;
}

.txtimg1{
  overflow: hidden;
  background: #F8F8F8;
  margin-bottom: 40px;
}
.txtimg1 .pic{
  width: 50%;
  height: 26.04vw;
  float: right;
}
.txtimg1 .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.txtimg1 .txt{
  overflow: hidden;
  padding: 4.17vw 4.17vw 0;
}
.txtimg1 .txt .tit{
  font-size: 2.08vw;
  color:#333333;
  font-weight: bold;
  margin-bottom: 51px;
}
.txtimg1 .txt .desc{
  font-size: 16px;
  color:#333333;
  line-height: 1.88;
  margin-bottom: 69px;
}
.txtimg1 .txt a{
  display: block;
  font-size: 16px;
  color:#666666;
}
.txtimg1 .txt a i{
  display: inline-block;
  vertical-align: middle;
  margin-left: 19px;
  width: 63px;
  height: 26px;
  background: url(../images/img1.jpg) no-repeat;
}
.slider1 .pic{
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  height: 0;
  border:1px solid #eee;
}
.slider1 .tit{
  background: #F8992B;
  font-size: 16px;
  text-align: center;
  color:#fff;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ul-tab2 li.on{
  background-color: #F8992B;
  border-bottom-color: #F8992B;
}

.yyly{
  overflow: hidden;
  position: relative;
}
.yyly .tab{
  height: 39.06vw;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.yyly .tab .txt{
  position: absolute;
  color:#fff;
  max-width: 45.94vw;
  bottom: 2.92vw;
}
.yyly .tab .txt .tit{
  font-size: 2.08vw;
  font-weight: bold;
  margin-bottom: 11px;
}
.yyly .tab .txt .desc{
  font-size: 22px;
  margin-bottom: 46px;
  line-height: 1.55;
  height: 3.1em;
  display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.yyly .tab .txt a{
  display: block;
  width: 141px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color:#fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ul-tab2{
  overflow: hidden;
  position: absolute;
  right: 10%;
  width: 450px;
  background: rgba(0, 0, 0, .4);
}
.ul-tab2 li{
  line-height: 9.7vw;
  color:#fff;
  font-size: 30px;cursor: pointer;
  padding-left: 170px;
  background: url(../images/ico2.png) no-repeat left 74px center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


/**about***/
.row3{
  overflow: hidden;
  padding: 3vw 0;
}
.g-about{
    overflow: hidden;
}
.g-about .info{
    font-size: 18px;
    color:#333333;
    line-height: 2.25;
    margin-bottom: 3.02vw;
}
.g-about .info p{
    text-indent: 2em;
    margin-bottom: 8px;
}
.ul-nub{
    overflow: hidden;
    margin-bottom: 3.91vw;
}
.ul-nub li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    color:#646464;
    border-right: #D2D2D2 1px solid;
}
.ul-nub li:last-child{
    border:none;
}
.ul-nub li .nub{
    font-size: 20px;
    color:#F8992B;
    margin-bottom: 10px;
}
.ul-nub li .nub span{
    font-size: 2.6vw;
    font-family: Impact;
    margin-right: 5px;
}
.ul-nub li .nub em{
   font-style: normal;
   position: relative;
   top: -20px;
}
.ul-list1{
    overflow: hidden;
}
.ul-list1 li{
    width: 25%;
    float: left;
    position: relative;
}
.ul-list1 .pic{
    position: relative;
    height: 0;
    padding-top: 77%;
    overflow: hidden;
}
.ul-list1 .pic img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ul-list1 .txt{
    position: absolute;

    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 2;
    color:#fff;
    font-size: 14px;
    line-height: 1.71;
    padding: 0 40px 0;
}
.ul-list1 .txt .tit{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul-list1 .line{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 137, 0, .8);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
    opacity: 0;
}
.ul-list1 li:hover .line{
    opacity: 1;
}
.ul-list1 i{
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 30px;
    background: url(../images/ico6.png) no-repeat center center;
    background-size: cover;
    right: -100px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}
.ul-list1 li:hover i{
    right: 16px;
}


.row4{
  overflow: hidden;
  padding: 3.85vw 0;
  background: url(../images/bg1.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.row4 .txt{
  float: left;
  overflow: hidden;
  color:#333333;
  width: calc(100% - 729px);
  padding-right: 40px;
  padding-top: 184px;
}
.row4 .txt .en{
  font-family: Arial;
  font-weight: bold;
  font-size: 3.75vw;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.row4 .txt .cn{
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 8px;
}
.row4 .txt .desc{
  font-size: 20px;
  line-height: 1.67;
  margin-bottom: 2.5vw;
}
.row4 .txt .link{
  overflow: hidden;
}
.row4 .txt .link a{
  display: block;
  float: left;
  width: 160px;
  height: 50px;
  color:#fff;
  text-align: center;
}
.row4 .txt .link a:nth-child(1){
  background: #fff;
  margin-right: 12px;
  line-height: 50px;
  color:#F8992B;
}
.row4 .txt .link a:nth-child(2){
  border:2px solid #fff;
  line-height: 46px;
}
.ys_left{width:631px;float:right;margin-top: 100px;margin-right:98px;}
.ys_left .ysl_ul{max-width:631px;position:relative;}
.ys_left .ysl_ul .ys_num{width:263px;position:absolute;left:184px;top:166px;}
.ys_left .ysl_ul .ys_num p{color:#FFF;text-align:center;font-weight:bold;}
.ys_left .ysl_ul .ys_num p:nth-child(1){font-size: 20px;}
.ys_left .ysl_ul .ys_num p:nth-child(2){font-size:48px;height:48px;line-height:48px;margin-top:13px;}

.ys_left .ysl_ul .ysl_li{background:url(../images/ico14.png) no-repeat ;padding:0 62px;width:245px;float:left;margin-top:7px;height: 212px;
  -webkit-background-size: contain;
  background-size: contain;
}
.ys_left .ysl_ul .ysl_li:nth-child(3n+2){margin-left:0;}
.ys_left .ysl_ul .ysl_li:nth-child(3n+3){margin-top:-100px;margin-left:-52px;}
.ys_left .ysl_ul .ysl_li:nth-child(3n+4){float:right;margin-left:-72px;}
.ys_left .ysl_ul .ysl_li:nth-child(6){margin-top:113px;}
.ys_left .ysl_ul .ysl_li .ysl_txt{padding:53px 0 0;}
.ys_left .ysl_ul .ysl_li .ysl_txt i{width:100%;height:43px;display:block;background-repeat:no-repeat;background-position:center center;margin-bottom: 25px;}
.ys_left .ysl_ul .ysl_li .ysl_txt i.icon1{background-image:url(../images/ico12.png);}
.ys_left .ysl_ul .ysl_li .ysl_txt i.icon2{background-image:url(../images/ico7.png);}
.ys_left .ysl_ul .ysl_li .ysl_txt i.icon3{background-image:url(../images/ico8.png);}
.ys_left .ysl_ul .ysl_li .ysl_txt i.icon4{background-image:url(../images/ico11.png);}
.ys_left .ysl_ul .ysl_li .ysl_txt i.icon5{background-image:url(../images/ico10.png);}
.ys_left .ysl_ul .ysl_li .ysl_txt i.icon6{background-image:url(../images/ico9.png);}
.ys_left .ysl_ul .ysl_li .ysl_txt p{font-size:19px;line-height:27px;height:27px;color:#F8992B;text-align:center;}
.ys_left .ysl_ul .ysl_li .ysl_txt p:nth-child(2){font-size:24px;height:34px;line-height:24px;margin-top:13px;}
/**news**/
.page3{
  overflow: hidden;
  padding: 3.02vw 0;
} 
.ul-wt a{
    display: block;
    overflow: hidden;
}
.ul-wt .pic{
    position: relative;
    padding-top: 63.5%;
    overflow: hidden;
    height: 0;
    border:1px solid #eee;
}

.ul-wt .txt{
    padding: 30px 20px 0;
    background: url(../images/img9.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-wt .more{
    border-top: 1px solid #dfdfdf;
    color:#747474;
    line-height: 58px;
    font-size: 14px;
    background: url(../images/pic7.jpg) no-repeat right center;
}
.ul-wt .time{
    font-size: 15px;
    color:#333;
    margin-bottom: 8px;
    display: block;
}
.ul-wt .tit{
    font-size: 24px;
    color:#333333; 
    margin-bottom: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-wt .desc{
    font-size: 14px;
    color:#777777;
    line-height: 2;
    height: 4em;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
    margin-bottom: 18px;
}
.ul-wt .swiper-slide:hover .txt{
  background-image: url(../images/img10.jpg);
}
.ul-wt .swiper-slide:hover .time,
.ul-wt .swiper-slide:hover .tit,
.ul-wt .swiper-slide:hover .desc,
.ul-wt .swiper-slide:hover .more{
  color:#fff;
}
.m-form{
  overflow: hidden;
  background: #2d2d2d;
  padding: 2.4vw 0 2.08vw;
  border-bottom: 1px solid #414141;
}
.m-form .form{
  overflow: hidden;
}
.m-form .form input{
  float: left;
  width: 276px;
  height: 46px;
  margin-right: 22px;
  padding: 0 14px;
}
.m-form .form input:nth-child(3){
  width: 540px;
}
.m-form .form .tj{
  float: right;
  width: 234px;
  height: 46px;
  line-height: 46px;
  background: #F8992B;
  text-align: center;
  color:#fff;
}
.m-form .form .tj i{
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 20px;
  margin-right: 12px;
  margin-top: -2px;
  background: url(../images/ico4.png) no-repeat;
}
.m-form .tit{
  font-size: 14px;
  color:#999999;
  margin-top: 20px;
}
.footer{
  background: url(../images/bg2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  
}
.info-l{
  /*float: left;*/
}
.info-l .top{
  overflow: hidden;
}
.info-l  dl{
  float: left;
  margin-right: 6.25vw;
}
.info-l dt,.info-l dt a{
  color:#fff;
  font-size: 18px;
  display: block;
  margin-bottom: 27px;
}
.info-l  dd a{
  display: block;
  font-size: 14px;
  color:#fff;
  line-height: 2.29;
}
.footer .address{
  float: right;
  width: 367px;
}
.footer .address .tit{
  font-size: 18px;
  color:#fff;
  font-weight: bold;
  margin-bottom: 27px;
}
.footer .address .desc{
  color:#fff;
  font-size: 14px;
  line-height: 2.29;
  margin-bottom: 21px;
}
.footer .address .qr{
  overflow: hidden;
    width: 111px;
    color:#fff;
    text-align: center;
}
.footer .address img{
  display: block;
  margin-bottom: 10px;
}
.footer .topbox{
  overflow: hidden;
  padding: 2.6vw 0;
}
.copy{
  overflow: hidden;
  padding: 16px 0;
}
.copy span,.copy a{
  display: inline-block;
  font-size: 14px;
  color:#fff;
}
.links{
  overflow: hidden;
}
.links .tit{
  width: 170px;
  height: 33px;
  background: url(../images/ico13.png) no-repeat;
}
.links .link a{
  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) {
.banner .swiper-slide a{-webkit-background-size: cover;
background-size: cover;}
.g-new .swiper-button-prev{left: 50px;}
.g-new .swiper-button-next{right: 50px;}
.logo{left;margin:47px 0;}
.logo img{width:300px;}
}
@media only screen and (max-width: 1660px) {
 .wp{width: 1400px;}
 .ul-nub li .nub{font-size: 16px;}
}
@media only screen and (max-width: 1500px) {
  .wp{width: 1200px;}
  .logo{left;margin:27px 0;}
  .nav li .v1{line-height: 80px;font-size: 15px;}
  .header li .tel{line-height: 80px;height: 80px;}
  .enlogo{height: 80px;}
  body{padding-top: 80px;}
  .ys_left{margin-right: 0;}
  .slider1 .tit{line-height: 45px;font-size: 16px;}
  .g-tit1{-webkit-background-size: auto 40px;
  background-size: auto 40px;}
  .ul-tab2{right: 5%;width: 350px;}
  .ul-tab2 li{font-size: 24px;background-position: left 20px center;padding-left: 120px;}
  .yyly .tab .txt .desc{font-size: 18px;}
  .g-about .info{font-size: 16px;}
  .ul-nub li .nub{margin-bottom: 0;}
  .info-l dl{margin-right: 4vw;}
  
}

@media only screen and (max-width: 1430px) {
.wp{width: 1200px;}
 .row4 .txt{width: calc(100% - 506px);}
 .ys_left{width:506px;}
 .ys_left .ysl_ul .ysl_li .ysl_txt{padding-top: 40px;}
 .ys_left .ysl_ul .ysl_li{height: 175px;width: 204px;}
 .ys_left .ysl_ul .ysl_li .ysl_txt p:nth-child(2){font-size: 20px;}
 .ys_left .ysl_ul .ys_num{width: 190px;top: 152px;left: 150px;}
 .ys_left .ysl_ul .ys_num p:nth-child(2){font-size: 24px;line-height: 1.5;margin-top: 0;}
 .ul-pcat .con{font-size: 12px;}
.txtimg1 .txt .tit{margin-bottom: 30px;}
.yyly .tab .txt .desc{font-size: 14px;margin-bottom: 20px;}
.ul-tab2{width: 280px;}
.ul-tab2 li{font-size: 20px;-webkit-background-size: 50px auto;
background-size: 50px auto;padding-left: 100px;}
.yyly .tab .txt a{font-size: 14px;line-height: 36px;}
.header li .tel{display: none;}
}
@media only screen and (max-width: 1230px) {
  body{padding: 60px 0 53px;}
  .wp{width: auto;padding: 0 30px;}
  .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
  .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
  .header{display: none;}
 .row4 .txt .desc{font-size: 16px;}
  .ul-list1 .txt{padding: 15px;bottom: 0;}
    .ul-list1 .txt .tit{font-size: 20px;}
    .ul-list1 .txt br{display: none;}
    .ul-list1 i{width: 30px;height: 30px;bottom:15px;}
  .ul-nub li .nub span{font-size: 22px;}
  .ul-nub li .nub em{top: -1px;}
  .ul-nub li .nub{margin-bottom: 0px;}
  .ul-nub li{font-size: 14px;}
  .ul-nub li{border-right: none;}
  .g-about .info{font-size: 14px;}
  .ul-pcat li{width: calc(100% / 6);margin-bottom: 10px;}
  .txtimg1 .txt .tit{margin-bottom: 10px;}
  .txtimg1 .txt .desc{margin-bottom: 10px;font-size: 14px;}
  .txtimg1 .txt a i{display: none;}
  .txtimg1{margin-bottom: 20px;}
  .g-tit1 i{display: none;}
  .g-tit1 .desc{font-size: 14px;}
  .txtimg1 .txt .tit{font-size: 20px;}
  .info-l.top{display: none;}
}
@media only screen and (max-width: 1023px) {
.info-l .top{display: none;}
.footer .address{width: auto;float: none;margin-bottom: 20px;}
.footer .address .tit{margin-bottom: 10px;}
.row4 .txt{width: auto;float: none;padding-top: 0;padding-bottom: 20px;padding-right: 0;}
.ys_left{float: none;margin:100px auto 0;}
.ys_left{width: auto;margin-top: 0;}
.ys_left .ysl_ul .ys_num{position: static;text-align: left;width: auto;clear:left;margin:0 0 10px;}
.ys_left .ysl_ul .ysl_li{width: 33.333%;background: none;float: left;margin:0 0 10px!important;padding:0!important;height: auto;}
.ys_left .ysl_ul .ysl_li .ysl_txt i{display: none;}
.ys_left .ysl_ul .ysl_li .ysl_txt i{margin-bottom: 0;}
 .ys_left .ysl_ul .ysl_li .ysl_txt{margin:0 5px;background-color: #fff;}
.ys_left .ysl_ul .ysl_li .ysl_txt p:nth-child(2){font-size: 14px;margin: 4px 0;height: 30px;line-height: 30px;}
.ys_left .ysl_ul .ysl_li .ysl_txt{padding:  0;}
.row4 .txt .en{font-size: 20px;margin-bottom: 0px;}
.row4 .txt .cn{font-size: 20px;}
.ys_left .ysl_ul .ys_num p:nth-child(1){font-size: 18px;}
.ys_left .ysl_ul .ys_num p:nth-child(2){font-size: 18px;height: auto;}
.row4 .txt .desc{font-size: 14px;}
.ys_left .ysl_ul .ys_num p{display: inline-block;}
.ys_left .ysl_ul{max-width: 100%;}
 .ul-list1 li{width: 50%;}
 .g-tit1 .tit{font-size: 22px;}
 .g-tit1{-webkit-background-size: 0 0;padding-top: 0;
 background-size: 0 0;}
 .g-tit1{margin-bottom: 16px;}
.yyly .tab .txt .tit{font-size: 20px;}
} 
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 767px) {
  .wp{padding: 0 15px;}
  .txtimg1 .pic{display: none;}
  .ul-pcat li{width: calc(100% / 3);}
  .ul-pcat .con{margin:0 5px;}
  .ul-pcat{margin:0 -5px;}
  .txtimg1 .txt{padding: 15px;}
  .g-about .info{font-size: 12px;}
  .ul-nub li{width: 50%;}
  .ul-tab2{width: auto;position: static;overflow: hidden;}
  .ul-tab2 li{width: 50%;float: left;padding-left: 0;-webkit-background-size: 0;
  background-size: 0;font-size: 14px;text-align: center;line-height: 3em;border-right: 1px solid rgba(255, 255, 255, 0.2);}
  .yyly .tab .txt{bottom: 16px;max-width: 100%;}
  .yyly .tab{height: 200px;}
  .yyly .tab .txt .desc{margin-bottom: 10px;}
  .yyly .tab .txt a{font-size: 12px;width: 140px;height: 32px;line-height: 30px;border:1px solid #fff;}
}
@media only screen and (max-width: 520px) {
.ul-list1 .txt .tit{font-size: 16px;}
.ul-list1 .txt{font-size: 12px;padding: 5px;}
}
  



.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{display: none;}
.logo{left;margin:21px 0 20px;}
.logo img{width:224px;}
  body{padding: 60px 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      padding: 0 15px;
      background: #fff;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
 .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: #F8992B;
      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;}
}