/*-----------------[初始化]--------------*/
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; }
em{font-style: normal;}
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{float:left;}
.r,.col-r,.col_r{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 {max-width: 100%;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;}

/*布局*/
body{padding-top: 165px;}
.menu{height: 165px;}
body.aboutindex{padding-top: 0;}
.wp {margin: 0 auto;width: 100%;max-width: 1500px;}
.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%);
}

/*******************************
    -------[=头部]-------
********************************/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
   box-shadow: 0px 1px 24px 0px rgba(0,0,0,0.32);
    z-index: 999;
}
.header .wrapper{
    padding: 0 8%;
}
.header .top{
    background: #0094de;
    color:#fff;
    line-height: 38px;
    overflow: hidden;
    font-size: 14px;
}
.header .top .r a{
    color:#fff;
}
.header .top .r span i{
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 16px;
    margin-right: 11px;
    background: url(../images/ico1.png) no-repeat;
}
.logo{
    float: left;
    width: 234px;
    height:127px;
    background: url(../images/logo.png) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    text-indent: -9999em;
}
.nav{
    float: right;
}
.nav .more{
    float: left;
    position: relative;
}
.nav .more::after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 24px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.4);
}
.nav .more>div{
    position: relative;
    display: block;
    float: left;
}
.nav .more .tel .ico{
    width: 33px;
    height: 127px;
    background: url(../images/ico2.png) no-repeat center;
}
.nav .more .wx .ico{
    width: 33px;
    height: 127px;
    margin-left: 12px;
    background: url(../images/ico3.png) no-repeat center;
}
.nav .more .qr{
    position: absolute;
    left: -40px;
    width: 120px;
    height: 120px;
    top: 100%;
    display: none;
    background: #fff url(../images/qr.jpg) no-repeat center; 
    -webkit-background-size: contain;
    background-size: contain;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.nav .more span{
    color:#0094DE;
    font-size: 18px;
    display: none;
    font-weight: bold;
    position: absolute;
    width: 200px;
    text-align: center;
    left: -80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}
.nav .more .wx:hover .qr{
    display: block;
}
.nav .more .tel:hover span{
    display: block;
}
.nav ul{
    float: left;
}
.nav ul li{
    position: relative;
    float: left;
    padding:0 2.34vw;
}
.nav li .v1{
    display: block;
    font-size: 16px;
    color:#333333;
    line-height: 124px;
    border-bottom: 3px solid transparent;
}
.nav li:hover .v1{
    border-color: #0094DE;
    color:#0094DE;
}
.nav .sub{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}


.nav .sub  a{
    display: block;
    text-align: center;
    line-height: 35px;
    color:#333;
}
.nav .sub  a:hover{
    background-color: #fff;
    color:#F27A7F;
}


/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 12px;
    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: #222;
    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 a{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 0;
    padding-top: 38%;
    position: relative;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:1.09vw;
}
.banner .swiper-pagination-bullet{width:13px;height:13px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff;width: 28px;border-radius: 20px;}

.banner .swiper-button-prev{
    width: 34px;
    height: 78px;
    left:6.93vw;
    opacity: 1;
    margin-top: -39px;
    background: url(../images/ico25.png) no-repeat;
}
.banner .swiper-button-next{
     width: 34px;
    height: 78px;
    margin-top: -39px;
    right:6.93vw;
    opacity: 1;
    background: url(../images/ico26.png) no-repeat;
}
.g-tit{
    text-align: center;
    overflow: hidden;
    margin-bottom: 24px;
}
.g-tit .en{
    font-size: 3.13vw;
    color:#E7E7E7;
    line-height: 1.1;
    font-family: Impact;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.g-tit .cn{
    font-size: 2.08vw;
    color:#333333;
    font-weight: bold;
    line-height: 1.98vw;
    position: relative;
    top: -6px;
    margin-bottom: 6px;
}

.row1{
    overflow: hidden;
    padding: 2vw 0;
}
.p_nav{margin-top:26px;text-align:center;border:1px solid #cecece;background:#FFF;
    -webkit-box-shadow:0 0 7px rgba(0,0,0,0.15);
      -moz-box-shadow:0 0 7px rgba(0,0,0,0.15);
        -o-box-shadow:0 0 7px rgba(0,0,0,0.15);
           box-shadow:0 0 7px rgba(0,0,0,0.15);
           margin-bottom: 3.05vw;
}
.p_nav .pn_c{display:table;width:100%;}
.p_nav .pn_c .pn_a{display:table-cell;position:relative;}
.p_nav .pn_c .pn_a:last-child{background:none;}
.p_nav .pn_c .pn_a .a_span{display:inline-block;height:86px;line-height:86px;font-size:19px;font-weight:bold;color:#333;background-repeat:no-repeat;background-position:left center;padding-left:60px;}
.p_nav .pn_c .pn_a .a_span.icon1{background-image:url(../images/ico27.png);}
.p_nav .pn_c .pn_a .a_span.icon2{background-image:url(../images/ico5.png);}
.p_nav .pn_c .pn_a .a_span.icon3{background-image:url(../images/ico6.png);}
.p_nav .pn_c .pn_a .a_span.icon4{background-image:url(../images/ico7.png);}
.p_nav .pn_c .pn_a .a_span.icon5{background-image:url(../images/ico8.png);}
.p_nav .pn_c .pn_a .a_span.icon6{background-image:url(../images/ico8.png);}
.p_nav .pn_c .pn_a.on{background:#0094de;}
.p_nav .pn_c .pn_a.on:before{content:'';border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:8px solid #FFF;position:absolute;left:50%;margin-left:-10px;bottom:0;}
.p_nav .pn_c .pn_a.on .a_span{color:#FFF;}
.p_nav .pn_c .pn_a.on .a_span.icon1{background-image:url(../images/ico4.png);}
.p_nav .pn_c .pn_a.on .a_span.icon2{background-image:url(../images/ico28.png);}
.p_nav .pn_c .pn_a.on .a_span.icon3{background-image:url(../images/ico29.png);}
.p_nav .pn_c .pn_a.on .a_span.icon4{background-image:url(../images/ico30.png);}
.p_nav .pn_c .pn_a.on .a_span.icon5{background-image:url(../images/ico31.png);}
.p_nav .pn_c .pn_a.on .a_span.icon6{background-image:url(../images/ico31.png);}
.p_nav .pn_li{text-align:left;height:74px;overflow:hidden;
    -webkit-box-shadow:inset 0 2px 2px rgba(0,0,0,0.15);
      -moz-box-shadow:inset 0 2px 2px rgba(0,0,0,0.15);
        -o-box-shadow:inset 0 2px 2px rgba(0,0,0,0.15);
           box-shadow:inset 0 2px 2px rgba(0,0,0,0.15);display: none;}
.p_nav .pn_li a{display:inline-block;padding:0 30px;}
.p_nav .pn_li a span{display:inline-block;padding-left:23px;height:74px;line-height:74px;font-size:15px;color:#666;position:relative;}
.p_nav .pn_li a span:before{content:'';width:4px;height:4px;background:#c3c0c0;border-radius:50%;position:absolute;left:0;top:50%;margin-top:-2px;}
.p_nav .pn_li a:hover span{color:#0094de;}
.p_nav .pn_li a:hover span:before{background:#0094de;}
.m-pro{
    overflow: hidden;
    margin-bottom: 32px;
}
.m-pro .first{
    float: left;
    width: 736px;
    overflow: hidden;
}
.m-pro .first .pic{
    position: relative;
    padding-top:68.5%;
    overflow: hidden;
    height: 0;
}
.m-pro .first .tit{
    line-height: 48px;
    background: #e5e5e5;
    color:#333333;
    font-size: 14px;
    padding: 0 48px;
}
.m-pro .first .tit span{
    display: block;
    float: right;
}
.ul-pro{
    overflow: hidden;
}
.ul-pro li{
    width: 50%;
    float: left;
    margin-bottom: 28px;
    padding-left: 30px;
}
.ul-pro .con{
    overflow: hidden;
    display: block;
}
.ul-pro .pic{
    position: relative;
    height: 0;
    padding-top: 61%;
    overflow: hidden;
}
.ul-pro .tit{
    line-height: 47px;
    background: #e5e5e5;
    text-align: center;
    color:#333;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.row2{
  padding: 2vw 0 6.64vw;
  overflow: hidden;
  background: url(../images/pic2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-tab2{
    overflow: hidden;
}
.ul-tab1{
    float: left;
    width: 337px;
}
.ul-tab1 li{
    margin-bottom: 13px;
    position: relative;
    cursor: pointer;
}
.ul-tab1 .on .con::after{
  content:'';
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
  width: 0;
  border-left: 10px solid #0094de;
  border-top: 10px solid transparent ;
  border-bottom:10px solid transparent ;
}
.ul-tab1 .con{
    display: block;
    margin-right: 30px;
    height: 121px;
    padding-left: 28px;
    position: relative;
    background: url(../images/pic9.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-tab1 .icon{
    width: 48px;
    height: 121px;
    float: left;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.ul-tab1 .txt{
    overflow: hidden;
    padding-top: 32px;  
}
.ul-tab1  .en{
    font-size: 14px;
    color:#666666;
    text-transform: uppercase;
}
.ul-tab1 .cn{
    font-size: 22px;
    color:#333333;
    display: block;
    font-weight: bold;
}
.ul-tab1 .on .cn{
    color:#fff;
}
.ul-tab1 .on .en{
    color:#fff;
}
.ul-tab1 .on .con{
    background:#0094de;
}
.ul-tab1 .icon1{
    background-image: url(../images/ico32.png) ;
}
.ul-tab1 .icon2{
    background-image: url(../images/ico11.png) ;
}
.ul-tab1 .icon3{
    background-image: url(../images/ico12.png) ;
}
.ul-tab1 .icon4{
    background-image: url(../images/ico13.png) ;
}

.ul-tab1 .on .icon1{
    background-image: url(../images/ico10.png);
}
.ul-tab1 .on .icon2{
    background-image: url(../images/ico33.png);
}
.ul-tab1 .on .icon3{
    background-image: url(../images/ico34.png);
}
.ul-tab1 .on .icon4{
    background-image: url(../images/ico35.png);
}
.g-tab2  .box{
  overflow: hidden;
}
.tab1{
    height:519px;
    overflow: hidden;
    display: none;
    position: relative;
}
.tab1.on{
    display: block;
}
.tab1 .pic{
    height: 100%;
    float: left;
    overflow: hidden;
    width: 100%;
}
.tab1 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab1 .txt{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 519px;
    padding:32px 40px 0 188px;
    color:#fff;
    background: url(../images/ico14.png) no-repeat;
}
.tab1 .txt .tit{
  font-size: 1.88vw;
  line-height: 1.1;
  margin-bottom: 2.29vw;
  font-weight: bold;
}
.tab1 .txt .num{
  color:rgba(255, 255, 255, 0.33);
  font-size: 5.05vw;
  text-align: right;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: Impact;
}
.tab1 .txt .line{
    width: 46px;
    height: 4px;
    background: #e70012;
    margin-bottom: 20px;
}
.tab1 .txt .desc{
    font-size: 17px;
    line-height: 2.12;
}
.tab1 .txt a{
    display: block;
    width: 138px;
    height: 42px;
    background: #fff;
    border-radius: 21px;
    font-size: 14px;
    color:#DA3133;
    text-align: center;
    line-height: 42px;
}
.g-case{
    padding: 50px 0 30px;
}
.row3{
  background: url(../images/pic4.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}


.g-lc{
  overflow: hidden;
  float: left;
  width: calc(100% - 431px);
  padding:60px 35px 0 0;
}
.g-lc .en{
  font-size: 2.34vw;
  color:#fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.42vw;
}
.g-lc .cn{
  font-size: 2.34vw;
  font-weight: bold;
  color:#fff;
 margin-bottom: 20px;
}
.ul-list1{
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
   margin-bottom: 34px;
   position: relative;
}
.ul-list1::after{
  content:'';
  display: block;
  position: absolute;
  top: 59px;

  width: 100%;
  height: 1px;
  background: #fff;
}
.ul-list1 li{
  width: 120px;
  text-align: center;
  font-size: 16px;
  color:#fff;
  position: relative;
  z-index: 2;
}
.ul-list1 .ico{
  width: 120px;
  height: 120px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  margin:0 auto 13px;
  border-radius: 50%;
}
.g-form{
  overflow: hidden;
  width: 431px;
  float: left;
  background: #fdc236;
  height: 535px;
  position: relative;
  top: -14px;
  margin-bottom: -14px;
  padding: 58px 60px 0;
}
.g-form .tit{
  font-size: 18px;
  color:#000000;
  margin-bottom: 31px;
}
.g-form .tit span{
  font-size: 1.56vw;
  font-weight: bold;
}
.g-form .item{
  height: 50px;
  background-color: #fff;
  margin-bottom: 16px;
  padding-left: 47px;
  background-repeat: no-repeat;
  background-position: left 10px top 12px;
}
.g-form .item:nth-child(3){
  height: 116px;
}
.g-form .item textarea{
  display: block;
  resize:none;
  padding: 10px;
}
.g-form .item input{
  display: block;
  width: 100%;
  height: 50px;  
}
.g-form .tj{
  height: 53px;
  line-height: 53px;
  text-align: center;
  background: #262932;
  color:#fff;
  border-radius: 30px;
}
.mb{
  overflow: hidden;
}
.mb .tel{
    float: left;
    font-size: 14px;
    color:#fff;
    height: 65px;
    padding-left: 94px;
    margin-right: 50px;
    background:  url(../images/ico15.png) left 15px center no-repeat;
}
.mb .tel p{
    font-size: 24px;
    color:#fff;
    font-weight: bold;
}
.mb a{
  display: block;
  overflow: hidden;
  width: 157px;
  height: 50px;
  line-height: 48px;
  border:1px solid #fff;
  color:#fff;
  text-align: center;
  border-radius: 30px;
}
.row4{
  overflow: hidden;
}
.row4 .pic{
  float: left;
  width: 50%;
  height:40.47vw;

  position: relative;
}
.row4 .txt{
  overflow: hidden;
  padding:4.06vw 10.94vw 0 4.48vw ;
}
.row4 .txt .en{
  width: 15.52vw;
  height: 3.75vw;
  background: url(../images/pic6.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row4 .txt .cn{
  font-size: 2.86vw;
  color:#0094de;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.52vw;
}
.row4 .txt .tit{
  font-size: 18px;
  color:#464646;
  margin-bottom: 1.41vw;
  font-weight: bold;
}
.row4 .txt .line{
  width: 46px;
  height: 3px;
  background: #fdc236;
  margin-bottom: 1.46vw;
}
.row4 .txt .desc{
  font-size: 16px;
  color:#555;
  line-height: 1.69;
  margin-bottom: 2.7vw;
  text-indent: 2em;
}
.ul-link{
  overflow: hidden;
}
.ul-link li{
  float: left;
  padding: 0 42px;
}
.ul-link li:first-child{
  padding-left: 0;
}
.ul-link li span{
  display: block;
  text-align: center;
}
.ul-link li .ico{
  margin: 0 auto 6px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border:1px solid #0094de;
  background-position: center;
  background-repeat: no-repeat;
}
.ul-link li .t1{
  font-size: 1.25vw;
  color:#464646;
}
.ul-link li .t2{
  font-size: 14px;
  color:rgba(70, 70, 70, .4);
  text-transform: uppercase;
}

.row5{
  overflow: hidden;
  background: #f5f5f5;
  padding: 2vw 0;
}
.row5 .g-tit{
  position: relative;
}
.row5 .g-tit a{
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 161px;
  line-height: 40px;
  border:1px solid #c8c8c8;
  font-size: 15px;
  color:#999999;
  border-radius: 20px;
  text-align: center;
}
.m-news{
  overflow: hidden;
}
.firstnew{
  float: left;
  margin-right: 37px; 
  width: 710px;
}
.firstnew .pic{
  height: 426px;
  position: relative;
  overflow: hidden;
}
.firstnew .txt{
  background-color: #fff;
  height: 167px;
  padding: 29px 50px 0;
}
.firstnew .txt .tit{
  font-size: 18px;
  color:#333333;
  font-weight: bold;  
  margin-bottom: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.firstnew .txt  .desc{
  font-size: 14px;
  color:#666666;
  line-height: 1.5;
  margin-bottom: 10px;
  height: 3em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.firstnew .txt .time{
  font-size: 14px;
  color:#AEADAD;
}
.ul-new{
  overflow: hidden;
}
.ul-new li{
  height: 185px;
  background: #FAFAFA;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 12px 36px 12px 12px;
  border-top: 1px solid #fff;
}
.ul-new li:last-child{
  margin-bottom: 0;
}
.ul-new .pic{
  float: left;
  width: 189px;
  height: 161px;
  overflow: hidden;
  margin-right: 36px;
}
.ul-new .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.ul-new  .txt{
  overflow: hidden;
  padding-top: 17px;
}
.ul-new  .tit{
  font-size: 18px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new   .desc{
  font-size: 14px;
  color:#666;
  line-height: 1.5;
  height: 4.5em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}
.ul-new .time{
  color:#AEADAD;
  font-size: 14px;
}
.row6{
    background: url(../images/pic8.jpg) no-repeat;
    overflow: hidden;
     padding: 2.2vw 0 5.3vw;
}
.row6 .en{
  color:#fff;
  font-size: 2.14vw;
  opacity: .38;
  line-height: 1.3;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.row6 .top{
    overflow: hidden;
    padding-bottom: 2vw;
    background: url(../images/ico36.png) no-repeat bottom;
}
.row6 .top .name{
    font-size: 1.61vw;
    line-height: 44px;
    float: left;
    color:#fff;
}
.row6 .top .link{
    overflow: hidden;
    float: right;
}
.row6 .top .link a{
    width: 130px;
    line-height: 44px;
    display: block;
    float: left;
    text-align: center;
    margin-left: 38px;
}
.row6 .top .link a:hover{
    opacity: .5;
}
.row6 .top .link a:nth-child(1){
    color:#fff;
    background: #fdc236;
}
.row6 .top .link a:nth-child(2){
    color:#333333;
    background-color: #fff;
}
.footer{
  background: #353535;
  overflow: hidden;
  padding: 3.6vw 0 2vw;
}
.info-l{
  float: left;
  overflow: hidden;
  width: calc( 100% - 380px);
}
.info-l .top{
  overflow: hidden;
   display: flex;
  justify-content: space-between;
}
.info-l  dl{

}

.info-l dt,.info-l dt a{
  color:#fff;
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.info-l .link{
  overflow: hidden;
  
}

.info-l  dd a{
  display: block;
  font-size: 14px;
  color:#999999;
  line-height: 2.29;
}
.footer .address{
  float: right;
  width: 342px;
}
.footer .address .tit{
  font-size: 18px;
  color:#fff;
  font-weight: bold;
  margin-bottom: 27px;
}
.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;
}
.info-l .qr{
  overflow: hidden;
  width: 136px;
  text-align: center;
  font-size: 14px;
  color:#999999;
}
.footer .box{
  overflow: hidden;
}


.copy{
  overflow: hidden;
  background: #202020;
  padding: 16px 0;
}
.copy span,.copy a{
  display: inline-block;
  font-size: 14px;
  color:#999999;
}
.links{
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #202020;
  padding: 16px 0;
}
.links span{
  font-size: 20px;
  display: inline-block;
  color:#999999;
  margin-right: 14px;
}
.links  a{
  font-size: 14px;
  display: inline-block;
  color:#999999;
  margin-right: 14px;
}
@media only screen and (max-width: 1900px) {
    .header .wrapper{padding: 0 2%;}
    .row4 .txt{padding-right: 6vw;padding-top: 3vw;}
  }
@media only screen and (max-width: 1600px) {
    .wp{width: 1200px;}

    .nav ul li{padding: 0 1vw;}
    .firstnew{width: 640px;}
  .m-pro .first{width: 595px;}
  .row4 .txt{padding: 2vw;}
  .wp{width: 1200px;}
  .ul-new .txt{padding-top: 5px;}
  .ul-list1 .ico{width: 100px;height: 100px;}
  .ul-list1 li{width: 100px;}
  .ul-list1::after{left:5px;width: 90%;}
  .tab1 .txt .desc{font-size: 14px;}
  .row4 .txt .desc{font-size: 14px;margin-bottom: 2.5vw;}
  .info-l{width: calc( 100% - 300px);}
  .footer .address{width: 260px;}
  .info-l dd a{font-size: 12px;}
  .footer .wp,.copy .wp,.links .wp{}
  .info-l dt,.info-l dt a{font-size:12px;}
}
@media only screen and (max-width: 1430px) {
  .logo{height: 80px;width: 180px;}
  .nav li .v1{line-height: 80px;}
  .nav .more .wx .ico{height: 80px;}
  .nav .more .tel .ico{height: 80px;}
  body{padding-top: 121px;}
  .menu{height: 121px;}
 
}
@media only screen and (max-width: 1365px) {
   
}
@media only screen and (max-width: 1230px) {
  .wp{width: 900px;}
  .m-pro .first{width: 435px;}
  .ul-pro .tit{line-height: 36px;font-size: 12px;}
  .m-pro .first .tit{line-height: 36px;font-size: 12px;}
  .ul-pro li{margin-bottom: 15px;}
  .header .top{display: none;}
  body{padding-top: 80px;}
  .menu{height: 80px;}
  .ul-tab1{width: auto;float: none;overflow: hidden;margin:0 -5px; }
  .ul-tab1 .con{margin:0 5px;}
  .ul-tab1 li{width: 25%;float: left;}
  .ul-tab1 .on a::after{display: none;}
  .ul-tab1 .icon{display: none;}
  .ul-tab1 .con{text-align: center;height: auto;padding: 15px;}
  .ul-tab1 .txt{padding-top: 0;}
  .ul-tab1 .on .con::after{display: none;}
  .ul-tab1 .en{display: none;}
  .ul-tab1 .cn{font-size: 18px;}
  .tab1{height: 400px;}
   .g-lc{width: auto;float: none;    background: url(../images/bg2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;padding:15px;}
    .g-lc .en{font-size: 20px;}
  .g-form{width: auto;float: none;padding:22px 15px;position: static;margin:0;height: auto;}
  .row3 .wp{width: auto;padding: 0;}
  .row4 .pic{display: none;}
  .firstnew{width: auto;float: none;margin-right: 0;margin-bottom: 10px;}
  .firstnew .pic{height: 40vw;}
  .firstnew .txt{height: auto;padding: 15px;}
  .info-l dl{display: none;}
  .info-l dl:last-child{display: block;}
  .footer .address{float: left; margin-right: 15px;}
  .info-l{float: right;}
  .g-tit .en{display: none;}
  .ul-pro .con{margin:0 5px;}
  .ul-pro{margin:0 -5px;}
  .ul-pro li{margin-bottom: 10px;}
  .g-form .tit span{font-size: 20px;}
  .row5{padding: 20px 0 10px;}
  .row5 .g-tit a{width: 120px;line-height: 34px;font-size: 12px;position: static;margin:10px auto;}
  .row1{padding: 20px 0 ;}
  .m-pro{margin-bottom: 0;}
  .row2{padding: 20px 0;}
}
@media only screen and (max-width: 1023px){
    .nav{display: none;}
     .m-pro .first{width: auto;float: none;margin-bottom: 15px;}
     .ul-pro li{padding-left: 0;}
   .wp{width: auto;padding: 0 15px;}
   .banner .swiper-button-next,.banner .swiper-button-prev{display: none;}
   .tab1{height: 300px;}
   .tab1 .txt .num{display: none;}
   
   .g-tit .cn{font-size: 20px;top: 0;margin-bottom: 0;line-height: 1.5;}
   .g-tit .en{font-size: 18px;}
   .p_nav{margin-top:13px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;}
    .p_nav .pn_c .pn_a .a_span{font-size:14px;height:40px;line-height:40px;background-size:auto 18px;padding-left:30px;}
    .p_nav .pn_c .pn_a.on:before{content:none;}
    .p_nav .pn_item{display:none;}
    .p_nav .pn_li{height:44px;}
    .p_nav .pn_li a{padding:0 10px;}
    .p_nav .pn_li a span{height:44px;line-height:44px;}
    .p_nav .pn_c .pn_a{display:block;width:50%;float:left;background:none;border-right:1px solid #D3D3D3;border-bottom:1px solid #D3D3D3;}
    .tab1{height: auto;}
    .tab1 .pic{width: auto;float: none;height: auto;}
    .tab1 .txt .line{margin-bottom: 10px;}
    .tab1 .txt{position: static;padding: 0;background: #0997de;width: 100%;padding: 15px;}
    .tab1 .txt .tit{font-size: 18px;height: auto;line-height: 1.5;}

}
@media only screen and (max-width: 767px){
  
    .ul-list1 li{float: left;width: 33.333%;margin-bottom: 10px;}
    .ul-list1{display: block;margin-bottom: 0;}
    .ul-list1::after{display: none;}
    .ul-list1 .ico{margin-bottom: 4px;}
    .mb .tel{float: none;margin-bottom: 10px;margin-right: 0;}
    .mb .tel p{font-size: 16px;}
    .g-lc .cn{font-size: 20px;}
    .g-lc .en{font-size: 18px;}
    .mb a{margin-left: 94px;}
    .ul-new .pic{display: none;}
    .ul-new .txt{padding-top: 0;}
    .ul-new li{padding: 15px;height: auto;}
    .firstnew .txt .time{font-size: 12px;}
    .ul-new .tit{font-size: 16px;margin-bottom: 4px;}
    .firstnew .txt .desc{font-size: 12px;margin-bottom: 4px;}
    .firstnew .txt .tit{font-size: 16px;margin-bottom: 4px;}
    .ul-new .desc{-webkit-line-clamp: 2;height: 3em;margin-bottom: 4px;}
    .ul-new .desc,.ul-new .time{font-size: 12px;}
    .ul-new li{margin-bottom: 10px;}
    .row6 .en{font-size: 16px;text-align: center;}
    .row6 .top .name{font-size: 18px;text-align: center;line-height: 1.5;float: none;margin-bottom: 10px;}
    .row6 .top .link{float: none;}
    .row6 .top .link a{width: 120px;line-height: 32px;font-size: 12px;}
    .row6 .top{background: none;}
    .row6{padding: 15px 0 10px;}
    .ul-link li{width: 33.333%;float: left;padding: 0;display: block;}
    .ul-link{display: block;}
    .ul-link li .t2{display: none;}
    .row4 .txt .cn{font-size: 20px;}
    .row4 .txt .en{width: 100%;height: 10vw;-webkit-background-size:auto 100%;
    background-size:auto 100%;}
    .ul-link li .t1{font-size: 14px;}
    .row4 .txt{padding: 20px 15px;}
    .row4 .txt .tit{font-size: 16px;}
    .g-tit .en{display: none;}
    .row5 .g-tit a{position: static;margin:10px auto 0;}
    .ul-list1 .ico{width: 80px;height: 80px;-webkit-background-size: 40px auto;
    background-size: 40px auto;}
    .g-tit{margin-bottom: 10px;}
    .g-form .tit span{font-size: 20px;}
    .g-form .tit{margin-bottom: 15px;}
    .ul-link li .ico{width: 80px;height: 80px;-webkit-background-size: 40px auto;
    background-size: 40px auto;}
    .ul-tab1 li{width: 50%;margin-bottom: 4px;}
    .ul-tab1 .cn{font-size: 16px;line-height: 36px;}
    .ul-tab1 .con{padding: 0;}
    .info-l{float: none;width:100%;}
    .footer .address{float: none;}
    .info-l .qr{margin:0 auto;}
    .info-l dl{float: none;}
}

.ban{
  overflow: hidden;
  position: relative;
}
.ban img{
  display: block;
  max-width: 100%;
}
.ban .tit{
  position: absolute;
  left: 11.04vw;
  color:#fff;
  font-size: 2.71vw;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.snav{
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.snav.fl .cur{
  float: left;
}
.ul-nav{
  overflow: hidden;
}
.ul-nav li{
  float: left;
}
.ul-nav li:hover,
.ul-nav li.on{
  background: #085dad;
}
.ul-nav li:hover a,
.ul-nav li.on a{
  background-image: url(../images/ico38.png);
  color:#fff;
}
.ul-nav li a{
  display: block;
  width: 130px;
  line-height: 97px;
  padding-left: 50px;
  background: url(../images/ico37.png) left 20px center no-repeat; 
}
.cur{
  background: url(../images/ico39.png) no-repeat left  center;
  line-height: 97px;
  float: right;
  padding-left: 48px;
}
.cur a,.cur {
  font-size: 14px;
  color:#666;
  margin-right: 5px;
}
.row-ab1{
  overflow: hidden;
  padding: 1.8vw 0 4.74vw;
  background: url(../images/pic10.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-tit .lin{
  width: 42px;
  height: 4px;
  background: #0164bb;
  margin:15px auto 0;
}
.m-about{
  overflow: hidden;
  padding-top: 1.98vw;
}
.m-about .pic{
  float: left;
  margin-right: 2.34vw;
  position: relative;
}
.m-about .pic img{
  display: block;
  border-radius: 20px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.m-about .pic::after {
  content: '';
  display: block;
  position: absolute;
  left: -260px;
  top: 0;
  width: 433px;
  height: 418px;
  background: url(../img/png10.png) no-repeat;
}
.m-about .txt{
  overflow: hidden;
}
.m-about .txt .desc{
    font-size: 16px;
  color:#333333;
  line-height: 1.88;
  margin-bottom: 3vw;
}
.m-about .txt p{
  text-indent: 2em;
}
.ul-num{
  overflow: hidden;
  margin-bottom: 2.92vw;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.ul-num li{
  text-align: center;
}
.ul-num .tit{
  font-size: 18px;
  color:#666666;
  font-weight: bold;
}
.ul-num .num{
   font-size: 16px;
   color:#666666;
}
.ul-num .num span.counter{
  font-size: 3.39vw;
  line-height: 1.01;
  color:#0093e0;
  font-family: Impact;
}
.ul-num .num span{
  font-size: 34px;
    color:#0093e0;
    font-family: Impact;
}
.ul-num .num span.ss{
  display: inline-block;
  vertical-align: top;
}
.row-ab2{
  overflow: hidden;
  padding: 4.75vw 0 2.29vw;
  background: url(../images/pic12.jpg) no-repeat top;
}

.row-ab2 .g-tit{
  margin-bottom: 3.15vw;
}
.g-tit .ens{
  color:rgba(255, 255, 255, 0.19);
  font-size: 1.77vw;
  font-weight: bold;
  text-transform: uppercase;
}

.row-ab2 .box{
  overflow: hidden;
  background-color: #fff;
  padding: 33px 30px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.slidera1 .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
}
.slidera1 .tit{
  text-align: center;
  font-size: 16px;
  color:#313131;
  padding-top: 23px;
}
.slidera1.swiper-container{
  padding-bottom: 72px;
}
.slidera1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:30px;
    left: 0;
    right: 0;
    text-align: center;
  }
.slidera1.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 13px;height: 13px;background:#e6e6e6;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.slidera1.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #3C62AD;}

.row-ab2 .desc{
  font-size: 16px;
  color:#333333;
  line-height: 1.88;
}
.row-ab2 .desc p{
  text-indent: 2em;
}


.row-ab3{
  overflow: hidden;
  padding: 2.29vw 0 3vw;
  background: #f3f3f3;
}
.row-ab3 .g-tit{
  margin-bottom: 2.3vw;
}
.abslider3{
  position: relative;
  padding-bottom: 75px;
}
.abslider3 .swiper-button-prev{
    width: 44px;
    height: 44px;
    background-image: url(../images/ico40.png);
    background-size: cover;
    top: auto;
    margin-top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -55px;
    cursor: pointer;
    opacity: 1!important;
  }
  .abslider3 .swiper-button-next{
    width: 44px;
    height: 44px;
    background-image: url(../images/ico41.png);
    background-size: cover;
    top: auto;
    margin-top: 0;
    bottom: 0;
    right: 50%;
    margin-right: -55px;
    opacity: 1!important;
    cursor: pointer;
  }
.abslider3 .swiper-slide{
  background-color: #fff;
  padding: 16px 11px 0;
}
.abslider3 .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  background: #f6f6f6;
}
.abslider3 .tit{
  line-height: 68px;
  font-size: 16px;
  color:#666666;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}


.row-ab4{
  overflow: hidden;
  padding: 2.5vw 0 4.9vw;
}
.row-ab4 .g-tit{
  margin-bottom: 2.1vw;
}
.ul-dzlc{
  overflow: hidden;
  margin:0 -13px;
}
.ul-dzlc li{
  width: calc(100% / 6);
  float: left;
  text-align: center;
}
.ul-dzlc .con{
  margin:0 13px;
}
.ul-dzlc .num{
  width: 71px;
  height: 71px;
  line-height: 71px;
  border-radius: 50%;
  text-align: center;
  background: #0093e0;
  margin:0 auto;
  color:#fff;
  font-size: 34px;
  font-family: Arial;
  position: relative;
  z-index: 2;
}
.ul-dzlc .desc{
  height: 110px;
  background: #eff0f2;
  font-size: 18px;
  color:#333333;
  padding-top: 56px;
  margin-top: -36px;
  overflow: hidden;
  border-radius: 10px;
}

.row-ab5{
  overflow: hidden;
  background: #f3f3f3;
  padding: 2.7vw 0;
}
.row-ab5 .g-tit{
  margin-bottom: 1.65vw;
}
.ul-qywh{
  overflow: hidden;
  margin:0 -14px;
}
.ul-qywh li{
  float: left;
  width: 33.333%;
}
.ul-qywh .con{
   overflow: hidden;
  margin:0 14px;
}
.ul-qywh .pic{
  position: relative;
  height: 0;
  padding-top: 57%;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 1.67vw;
}
.ul-qywh .tit{
  text-align: center;
  font-size: 20px;
  color:#333333;
}
.g-tit .tit{
  font-weight: bold;
  color:#333333;
  font-size: 2.34vw;
}
@media only screen and (max-width: 1600px){
.m-about .pic{width: 600px;}
.m-about .txt .desc{font-size: 14px;margin-bottom: 2vw;}
}
@media only screen and (max-width: 1430px){
.ul-nav li a{width: 120px;line-height: 60px;}
  .cur a, .cur{line-height: 60px;}
}
@media only screen and (max-width: 1230px){
    .snav{border-bottom: none;}
  .cur{float: none;    border-bottom: 1px solid #e8e8e8;width: 100%;}
  .ul-nav{float: none;display: none;}
  .m-about .pic{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
  .m-about .pic img{margin: 0 auto;}
  .ul-num .num span{font-size: 18px;}
  .ul-num .num span.counter{font-size: 30px;}
  .g-tit .ens{display: none;}
  .g-tit .tit{font-size: 22px;}
  .row-ab5{padding: 20px 0;}
  .row-ab5 .g-tit{margin-bottom: 15px;}
  .row-ab1{padding: 20px 0;}
  .ban .tit{font-size: 20px;}
}
@media only screen and (max-width: 1023px){
  .ul-dzlc li{width: 33.33%;margin-bottom: 15px;}
  .ul-dzlc .num{width: 50px;height: 50px;line-height: 50px;font-size: 16px;}
  .ul-dzlc .desc{font-size: 16px;}
  .ul-qywh .tit{font-size: 16px;}
}
@media only screen and (max-width: 767px){
  .ul-dzlc li{width: 50%;}
  .row-ab2 .box{padding: 15px;}
  .slidera1.swiper-container{padding-bottom: 30px;}
  .slidera1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:0;}
  .ul-num .tit{font-size: 14px;}
  .m-about .txt .desc{font-size: 12px;}
}
@media only screen and (max-width: 500px){
  .cur {background-position: left top 10px; padding-top: 15px;padding-bottom: 15px;line-height: 2;}
  .cur a, .cur {line-height: 20px;}
  .g-tit .tit{font-size: 20px;}
  .ul-qywh li{width: auto;float: none;margin-bottom: 10px;}
}




.hd-mobile{display: none;}
@media only screen and (max-width: 1023px) {
  .menu{height: 60px;}
.header .nav{display: none;}
.logo{line-height: 60px;height: 60px;float: left;width: 130px;}
.logo img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
  body{padding: 60px 0 53px;}
.menu{height: 60px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      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;
  
    }
    .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: red;
      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;}
}