/*-----------------[初始化]--------------*/
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 {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;}
a:hover {color: #ff4b59;}
/*布局*/
.menu{height: 123px;}
.wp {margin: 0 auto;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: 90%;
    max-height: 90%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*******************************
    -------[=头部]-------
********************************/
.header{
    background:#fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 8.44vw;
    
}
.header::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #0164bb;
  height: 100%;
  width: 360px;
}
.header.fixed{
  box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.09);
}
.logo{
    float: left;
    height:123px;
    width: 344px;
    background: url(../images/logo.png) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; 
    text-indent: -10000em;
}
.nav{
    float: right;
    position: relative;
    z-index: 2;
}
.nav::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav li{
  float: left;
  margin-left:3.4vw;
  position: relative;
}
.nav li:first-child{
  margin-left: 0;
}
.nav .v1{
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 123px;
  position: relative;
}
.nav .v1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0; 
  margin:0 auto;
  width: 0;
  height: 3px;
  background: #0164BB;
  transition:all .3s;
}
.nav li:hover .v1::after{
  width: 100%;
}
.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:#0164bb;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#0164bb;
}
.nav li:hover .v1{
    color:#0C4DA2;
}
.nav .tel{
  padding-top: 35px;
  margin-left: 10px;
}
.nav .tel p{
  font-size: 24px;
  color:#fff;
  line-height: 24px;
  font-family:  Arial;
}
.nav .tel .t1{
  color:#fff;
  font-size: 16px;
  line-height: 29px;
  padding-left: 41px;
   background: url(../images/ico1.png) no-repeat left center;
}
/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    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: red;
    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: 41.82vw;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:1.09vw;
}
.banner .swiper-pagination-bullet{width:14px;height:14px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff;width: 32px;border-radius: 20px;}
/*.banner .swiper-button-prev{width:43px;height:65px;background:url(../images/ico20.png) no-repeat;left:31px;margin-top:-32.5px;}
.banner .swiper-button-next{width:43px;height:65px;background:url(../images/ico21.png) no-repeat;right:31px;margin-top:-32.5px;}*/

.g-tit1{
  text-align: center;
  margin-bottom: 2.4vw;
}
.g-tit1 .tit{
  font-size: 2.34vw;
  color:#333333;
  font-weight: bold;
  margin-bottom: 0.6vw;
}
.g-tit1 .tit span{
  color:#0164BB;
}
.g-tit1 .desc{
  font-size: 18px;
  color:#666666;
}
.g-tit1 .ico{
  width: 26px;
  height: 20px;
  margin:14px auto 0;
  background: url(../images/ico8.png) no-repeat;
}

.row1{
  overflow: hidden;
  padding: 2.7vw 0 6.3vw;
}
.ul-prolists{
  overflow: hidden;
}
.ul-prolists li{
  width:calc(100% / 6);
  float: left;
}
.ul-prolists .tit{
  background: #0164bb;
  color:#fff;
  line-height: 105px;
  border-right: 1px solid #fff;
  text-align: center;
  font-size: 18px;
}
.ul-prolists .tit a{
  color:#fff;
}
.ul-prolists .tit i{
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-right: 18px;
  background: url(../images/ico2.png) no-repeat;
}
.ul-prolists .desc{
  background: #ececec;
  height: 243px;
  border-right: 1px solid #fff;
  padding: 1.2vw;
  overflow-y: scroll;
}
.ul-prolists .desc a{
  display: block;
  font-size: 14px;
  color:#666666;
  line-height: 2.33;
}
.m-pro .name{
  text-align: center;
  font-size: 1.77vw;
  font-weight: bold;
  color:#373737;
  margin-bottom: 1.77vw;
  padding-top: 2.19vw;
}
.swiper-pro{
  position: relative;
}
.swiper-pro .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.swiper-pro .tit{
  background: #0164bb;
  font-size: 16px;
  color:#fff;
  line-height:57px;
  text-align: center;
}

.swiper-pro .swiper-button-prev{width:26px;height:53px;background:url(../images/ico3.png) no-repeat;left:-59px;}
.swiper-pro .swiper-button-next{width:26px;height:53px;background:url(../images/ico17.png) no-repeat;right:-59px;}




.row2{
  background: url(../images/bg1.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 2.8vw 0;
  color:#fff;
}
.row2 .txt{
  width: 30.31vw;
  float: left;
}
.row2 .txt .t1{
  font-size: 1.56vw;
  margin-bottom: 2px;
  font-weight: bold;
}
.row2 .txt .t2{
  font-size: 2.4vw;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.73vw;
}
.row2 .txt .desc{
  font-size: 19px;
  margin-bottom: 1.25vw;
}
.row2 .txt .tl1{
  font-size: 16px;
  color:#9AC4F1;
}
.row2 .txt .tl2{
  font-size: 1.88vw;
  font-family: Impact;
  line-height: 1.3;
  margin-bottom: 1.25vw;
}
.row2 .txt a{
  display: block;
  width: 167px;
  line-height: 47px;
  background: #d32424;
  color:#fff;
  text-align: center;
}
.ul-list2{
  overflow: hidden;
  float: right;
  width: 744px;
  margin: 23px -1.3vw 0;
}
.ul-list2 li{
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.ul-list2 .con{
  height: 117px;
  margin: 0 1.3vw;
  border:1px solid #8cb1d4;
  background: rgba(255, 255, 255, 0.09);
  padding: 28px 0 0 45px ;
}
.ul-list2 .ico{
  width: 42px;
  height: 42px;
  float: left;
  margin-top: 10px;
  margin-right: 28px;
  background-repeat: no-repeat;
}
.ul-list2 .ico.i1{
  background-image: url(../images/ico4.png);
}
.ul-list2 .ico.i2{
  background-image: url(../images/ico5.png);
}
.ul-list2 .ico.i3{
  background-image: url(../images/ico6.png);
}
.ul-list2 .ico.i4{
  background-image: url(../images/ico7.png);
}
.ul-list2 .desc{
  font-size: 20px; 
}
.ul-list2 li:nth-child(2) .desc{
  padding-top: 10px;
}

.row3{
  overflow: hidden;
  padding: 2.5vw 0;
  background: #fafafa;
}


.ul-list3{
  overflow: hidden;
}
.ul-list3 li{
  float: left;
  width: 16%;
 
}
.ul-list3 li .con{
  height: 556px;
  position: relative;
  margin-right: 6px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.ul-list3 li.on{
  width:52%;
}
.ul-list3 li.on img{
  opacity: 1;
}
.ul-list3 img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  opacity: .08;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.ul-list3 .zindex2{
  position: relative;
  z-index: 2;
  padding: 3.07vw 1.04vw 0 1.04vw;
  height: 100%;
}
.ul-list3 .num{
  font-size: 3.59vw;
  color:#0164BB;
  font-weight: bold;
  margin-bottom: 22px;
}
.ul-list3 .tit{
  font-size: 26px;
  color:#333;
  font-weight: bold;
  line-height: 1.27;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.ul-list3 .en{
  font-size: 15px;
  color:#999;
  font-family:Arial;
  line-height: 1.6;
}
.ul-list3 .info{
  display: none;
  font-size: 18px;
  color:#fff;
  margin:14px 0 24px;
}
.ul-list3 i{
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 64px;
  left:22px;
  background: url(../images/ico9.png) no-repeat center center;
}
.ul-list3 .desc{
  font-size: 16px;
  color:#fff;
  line-height: 1.88;
  display: none;
}
.ul-list3 .on .tit{
  color:#fff;
}
.ul-list3 .on .info{
  display: block;
}
.ul-list3 .on i{
  background-image: url(../images/ico10.png);
}
.ul-list3 .on .num{
  color:#fff;
  margin-bottom: 8px;
}
.ul-list3 .on .desc{
  display: block;
}
.ul-list3 li.on .tit{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 8px;
}
.b-links{
    overflow: hidden;
    text-align: center;
    padding-top: 2.55vw;
}
.b-links a{
   display: inline-block;
    width: 199px;
    background: #0164bb;
    text-align: center;
    line-height: 53px;
    color:#fff;
    font-size: 14px;
    margin:0 14px;
}
.b-links a:last-child{
    background: #010101;
}
.b-links a i{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 9px;
    margin-left: 15px;
    background: url(../images/ico11.png) no-repeat;
}

@media only screen and (max-width: 767px) {
    .b-links {padding-top: 15px;}
    .b-links a{display: block;float: left;width: 50%;margin:0;}
}



.row4{
  background: url(../images/bg2.jpg) no-repeat bottom;
  -webkit-background-size: 100% 34.48vw;
  background-size: 100% 34.48vw;
  overflow: hidden;
  padding: 1.5vw 0 9.64vw;
}
.row4 .g-tit1{
  margin-bottom: 1.6vw;
}
.m-tw1{
  background-color: #fff;
  box-shadow: 0px 1px 13px 0px rgba(0,0,0,0.3);
  padding: 2.4vw 1.67vw 4.38vw;
  margin-bottom: 2.71vw;
}
.ul-tab1{
  overflow: hidden;
  text-align: center;
  margin-bottom: 2.81vw;
}
.ul-tab1 li{
  display: inline-block;
  padding-bottom: 1.72vw;
  font-size: 20px;
  color:#333333;
  margin: 0 3vw;
  position: relative;
}
.ul-tab1 li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #0164bb;
  display: none;
}
.ul-tab1 li.on::after{
  display: block;
}
.swiper-tw .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.swiper-tw .tit{
  text-align: center;
  color:#333333;
  font-size: 16px;
  padding-top: 1.56vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-nums{
  overflow: hidden;
}
.ul-nums li{
  float: left;
  width: 25%;
  text-align: center;
}
.ul-nums .num {
  margin-bottom: 10px;
}
.ul-nums .num span{
  color:#fff;
  font-size: 3.33vw;
  font-family: Impact;
}
.ul-nums .num i{
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url(../images/ico12.png) no-repeat;
}
.ul-nums .desc{
  font-size: 18px;
  color:#90C2DB;
  line-height: 1.72;
}


.row5{
  overflow: hidden;
  padding: 2.71vw 0 4.17vw;
}
.g-about{
    overflow: hidden;
}
.g-about .g-tit{
    margin-bottom: 2.14vw;
}
.g-about .txt{
   overflow: hidden;
   padding-right: 8.13vw;
}
.g-about .pic{
    float: right;
}
.g-about .desc{
    font-size: 16px;
    color:#333333;
    line-height: 1.88;
    margin-bottom: 1.77vw;
}
.g-about a.more{
    display: block;
    width: 159px;
    line-height: 46px;
    background: #0164BB;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5.21vw;
}
.ul-link a{
    display: block;
    float: left;
    width: 215px;
    height: 109px;
    border:1px solid #bfbfbf;
    margin-right: 18px;
    padding-top: 34px;
}
.ul-link a:last-child{
    margin-right: 0;
}
.ul-link a:hover{
    background: url(../images/pic6.jpg) no-repeat;
    border:none;
    background-size: cover;
}
.ul-link a:hover .nub,
.ul-link a:hover .tit,
.ul-link a:hover .en{
    color:#fff;
}
.ul-link a .nub{
    float: left;
    margin-left: 15px;
    width: 50px;
    height: 50px;
    color:#8E8E8E;
    line-height: 113px;
    margin-right: 20px;
    background-repeat: no-repeat;
}
.ul-link a .nub.n1{
  background-image: url(../images/ico18.png);
}
.ul-link a .nub.n2{
  background-image: url(../images/ico14.png);
}
.ul-link a .nub.n3{
  background-image: url(../images/ico15.png);
}
.ul-link a:hover .nub.n1{
  background-image: url(../images/ico13.png);
}
.ul-link a:hover .nub.n2{
  background-image: url(../images/ico19.png);
}
.ul-link a:hover .nub.n3{
  background-image: url(../images/ico20.png);
}
.ul-link a:last-child{
    margin-right: 0;
}
.ul-link .title{
    overflow: hidden;
}
.ul-link .tit{
    font-size: 21px;
    font-weight: bold;
    color:#333;
    line-height: 1.2;
    margin-bottom: 5px;
}
.ul-link .en{
    font-size: 11px;
    color:#999999;
    letter-spacing: -1px;
    text-transform: uppercase;
}    
.g-tit2{
    overflow: hidden;
}
.g-tit2 .cn{
    font-weight: bold;
    font-size: 2.34vw;
    color:#333;
    line-height: 1.1;
    position: relative;
    margin-top: -0.73vw;
    margin-bottom: 1.09vw;
}
.g-tit2 .ico{
  display: block;
  width: 52px;
  height: 3px;
  margin-bottom: 20px;
  background: #0164BB;
}
.g-tit2 .en{
    font-size: 3.13vw;
    line-height: 3.13vw;
    color:#E7E7E7;
    font-family: 'Impact';
    text-transform: uppercase;
}
@media only screen and (max-width: 1600px) {
  .g-about .pic{max-width: 400px;}
}
@media only screen and (max-width: 1350px) {
  .g-about .txt{padding-right: 0;}
  .g-tit2 .en{font-size: 32px;line-height: 1.1;}
  .g-tit2 .cn{font-size: 26px;}
  .ul-link{display: none;}
  .row7{padding: 20px 0;}
  .g-about a.more{margin-bottom: 0;}
  .g-about .desc{font-size: 14px;margin-bottom: 15px;}
}

.row6{
  overflow: hidden;
  background: #f7f7f7;
  padding: 2.8vw 0;
}
.row6 .g-tit1{
  text-align: left;
  position: relative;
}
.row6 .g-tit1 a{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 192px;
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    text-align: center;
    color: #7B7B7B;
    background: #fff url(../images/pic9.jpg) no-repeat left 34px center;
    border: 1px solid #dbdbdb;
}
.g-news{
  overflow: hidden;
}
.g-news .l{
  width: calc(100% - 579px);
}
.slidernew .swiper-slide{
  padding: 5px;
}
.slidernew .pic{
  position: relative;
  height: 0;
  padding-top: 59%;
  overflow: hidden;
}
.slidernew .txt{
  overflow: hidden;
  height: 216px;
  padding: 1.67vw 1.67vw 1.35vw;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
}
.slidernew .time{
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  color:#E11827;
  margin-bottom:27px;
}
.slidernew .time .day{
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  background: #E11827;
  float: left;
  margin-right: 8px;
}
.slidernew .time p{
  overflow: hidden;
}
.slidernew .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .desc{
  font-size: 15px;
  color:#A3A3A3;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.ul-new{
  float: left;
  width: 579px;
  padding-left: 34px;
}
.ul-new li{
  margin-bottom: 13px;
  padding: 33px 0;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
  overflow: hidden;
}
.ul-new .time{
  float: left;
  width: 132px;
  padding-left: 40px;
  border-right: 1px solid #eeeeee;
  font-size: 14px;
  color:#999999;
  margin-right: 26px;
}
.ul-new .time .day{
  font-size: 33px;
  color:#999999;
  font-weight: bold;
}
.ul-new .time i{
  display: block;
  width: 20px;
  height: 1px;
  background: #ccc;
  margin: 5px 0 8px;
}
.ul-new .txt{
  padding-right: 20px;
  overflow: hidden;
}
.ul-new .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new .desc{
  font-size: 15px;
  color:#A3A3A3;
  line-height: 1.6;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.newtit{
  overflow: hidden;
  margin-bottom: 20px;
}
.newtit .tit{
  font-size: 45px;
  color:#1F1F1F;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 8px;
}
.newtit .desc{
  font-size: 16px;
  color:#999999;
}
.newtit .more{
  float: right;
  display: block;
  font-size: 18px;
  color:#393939;
  padding-top: 30px;
}

.footer{
  background: #282828;
  overflow: hidden;
  padding: 4.11vw 0;
}
.snav{
  overflow: hidden;
}
.snav .add{
  width: 424px;
  float: left;
  color:#7F7F7F;
  font-size: 14px;
  line-height: 2.64;
  margin-right: 7vw;
}
.snav .add .img{
  width: 154px;
  height: 74px;
  margin-bottom: 27px;
  background: url(../images/ico16.png) no-repeat;
}
.snav .add .desc p{
  padding-left: 32px;
  font-family: SimSun;
  background-repeat: no-repeat;
  background-position: left center;
}
.snav .add .desc p span{
  font-size: 19px;
  font-family: Arial;
}
.snav .add .desc p:nth-child(1){
  background-image: url(../images/ico17-1.png);
}
.snav .add .desc p:nth-child(2){
  background-image: url(../images/ico18-1.png);
}
.snav .add .desc p:nth-child(3){
  background-image: url(../images/ico19-1.png);
}
.snav .add .desc p:nth-child(4){
  background-image: url(../images/ico17-1.png);
}
.snav .link{
  overflow: hidden;
  float: left;
  padding-top: 23px;
}
.snav .link dl{
  display: block;
  float: left;
  margin-right: 6vw;
}
.snav .link dt{
  font-size: 20px;
  margin-bottom: 30px;
  color:#fff;
}
.snav .link dd a{
  display: block;
  font-size: 14px;
  line-height: 2.57;
  color:#7F7F7F;
}
.snav .link dd a:hover{
  opacity: .5;
}
.footer   .seach{
  width: 100%;
  height: 44px;
  background: #333;
  overflow: hidden;
  position: relative;
  padding-right: 44px;
}
.footer   .seach input{
  width: 100%;
  height: 44px;
  background: transparent;
  padding:0 15px;
  border:1px solid #444;
  color:#fff;
}
.footer   .seach .sub{
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: #0164bb url(../images/ico15-1.png) no-repeat center;
}
.snav .qr{
  float: right;
  width: 241px;
  text-align: center;
}
.snav .qr img{
  display: block;
  margin:0 auto 14px;
}
.snav .qr .tit{
  font-size: 14px;
  color:#7F7F7F;
  margin-bottom: 20px;
}
.copy{
  overflow: hidden;
  background: #282828;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy,.copy span,.copy a{
  color:#7F7F7F;
  font-size: 14px;
}
.links{
  overflow: hidden;
  background: #282828;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.links,.links span,.links a{
  color:#7F7F7F;
  font-size: 14px;
}
.row-txt{
  overflow: hidden;
  padding-bottom: 4vw;
}
.row-txt .img{
  width: 600px;
  height: 450px;
  float: left;
  overflow: hidden;
  background: url(../images/zc.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.row-txt .txt{
  overflow: hidden;
  background: #0164bb;
  padding: 2vw;
  height: 450px;
}
.row-txt p:first-child{
  font-size: 15px;
}
.row-txt p{
  color:#fff;
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (max-width: 1800px) {
  .header{padding: 0 50px;}
  .header::after{width: 245px;}

}
@media only screen and (max-width: 1700px) {
  .swiper-pro .swiper-button-prev{left: 0;}
  .swiper-pro .swiper-button-next{right: 0;}
}
@media only screen and (max-width: 1500px) {
    .wp{width: 1300px;} 
    .nav li{margin-left: 2vw;}
    .header::after{width: 234px;}
    .snav .add{margin-right: 4vw;}
  .ul-nums .desc{font-size: 16px;}
  .ul-new li{padding: 23.5px 0;}
  .row-txt p:first-child{font-size: 13px;}
  .row-txt p{font-size: 12px;}

}
@media only screen and (max-width: 1430px) {
 .ul-list3 li .con{height: 460px;}
 .ul-list2{width: 600px;}
  .ul-list2 .desc{font-size: 16px;}
  .row2 .txt .desc{font-size: 16px;}
  .ul-list2 .ico{margin-right: 20px;}
  .ul-list2 .ico{margin-top: 6px;}
  .ul-list2 .con{height: 104px;}
  .ul-list3 .tit{font-size: 21px;}
  .ul-list3 li.on .tit{font-size: 26px;}
  .row-txt .img{width: 460px;}
}
@media only screen and (max-width: 1360px) {
  .nav .tel{display: none;}
  .wp{width: 1100px;}
  .header .wp{width: auto;padding: 0 15px;}
  .logo{height: 80px;width: 300px;}
  .nav .v1{line-height: 80px;}
  .snav .link{display: none;}
  .header::after{display: none;}
  .menu{height: 80px;}
  .ul-prolists .desc{height: 200px;padding: 15px ;}
  .ul-prolists .desc a{font-size: 14px;}
  .g-about .txt{padding-right: 30px;}
  .ul-link a{width: 200px;}
  .g-about .desc{font-size: 14px;}
  .g-about a.more{margin-bottom: 2vw;}
  .ul-new li{padding: 39.5px 0;}

}
@media only screen and (max-width: 1230px) {
  .wp{width: 994px;}
  .ul-new li{padding: 28.5px 0;}
  .ul-prolists .tit i{display: none;}
  .ul-prolists .tit{line-height: 60px;}
  .ul-list3 .en{display: none;font-size: 0;}
  .ul-list3 li .con{height: 380px;}
  .header{padding: 0 15px;}
  .header{font-size: 14px;}
  .row2 .txt{width: 38vw;}
}

@media only screen and (max-width: 1023px) {
  .wp {width: 740px;}
  .header .title{display: none;}
  .nav{display: none;}
  .pacttab .txt .tit{line-height: 1.5;height: 3em;}
 .row2 .txt{width: auto;float: none;overflow: hidden;}
 .ul-list2{float: none;width: auto;}
 .row2 .tel{float: right;}
 .row2 .txt .nr{float: left;}
 .row2 .txt .t1{font-size: 18px;}
 .ul-list3 li.on,.ul-list3 li{width: auto;float: none;}
 .ul-list3 img{opacity: 1;}
 .ul-list3 li .con{height: 200px;margin-bottom: 10px;}
 .ul-list3 i,.ul-list3 .num{display: none;font-size: 0;}
 .ul-list3 .info{margin:0;}
 .ul-list3 .tit{color:#fff;}
 .ul-list3 li.on .tit{font-size: 21px;}
 .ul-list3 .info,.ul-list3 .desc{display: block;}
 .row2 .txt .tl2{font-size: 18px;}
 .ul-prolists .tit{font-size: 14px;}
 .m-pro .name{font-size: 18px;}
 .row3{padding: 30px 0;}
 .ul-nums li{width: 50%;margin-bottom: 10px;}
 .ul-nums .num i{margin-left: 15px;}
 .ul-nums .num{line-height: 1.1;}
 .row4{padding-bottom: 5vw;padding-top: 30px;}
 .g-about .txt{float: none;padding-right: 0;}
 .g-about .pic{float: none;max-width: 100%;}
 .g-about .pic img{margin:0 auto;display: block;}
 .ul-nums .desc{font-size: 14px;}
 .g-tit1 .desc{font-size: 14px;}
 .g-news .l{width: auto;float: none;}
 .ul-new{width: auto;float: none;padding-left: 0px;}
 .g-tit1 .tit{font-size: 22px;}
 .ul-tab1 li{font-size: 16px;}
 .row2 .txt .t2{font-size: 20px;}
 .slidernew .swiper-slide{padding: 0;}
 .slidernew .txt{box-shadow: none;margin-bottom: 10px;}
 .row-txt .img{width: auto;float: none;height: 50vw;}
 .row-txt .txt{height: auto;padding: 15px;}
}


@media only screen and (max-width: 767px) {
    .wp{width: auto;padding: 0 15px;}
    .snav .add{width: auto;float: none;margin-right: 0;}
    .snav .add .desc p span{display: block;line-height: 1.1;}
    .snav .add .desc p br{display: none;}
    .snav .qr{float: none;width: auto;padding-top: 10px;}
    .ul-prolists .desc{display: none;}
    .ul-prolists li{width:calc(100% / 3);margin-bottom: 1px;}
    .ul-prolists .tit{line-height: 40px;}
    .row1{padding: 30px 0;}
    .row2 .txt .nr,.row2 .txt .tel{float: none;}
    .row2 .txt .desc{font-size: 14px;}
    .ul-list2 .con{padding: 10px;}
    .ul-list2 .desc{text-align: center;font-size: 14px;}
    .ul-list2 .ico{float: none;margin:0 auto;}
    .ul-list2 li:nth-child(n+3){margin-bottom: 0;}
    .row2{padding: 30px 0;}
    .ul-list3 .desc{font-size: 14px;}
    .g-tit1 .ico{display: none;}
    .ul-nums .desc,.ul-nums .num span{color:#333;}
    .row4{padding: 30px 0 20px;background: none;}
    .ul-nums .num span{font-size: 24px;}
    .ul-nums .num{margin-bottom: 0;}
    .ul-nums .num i{width: 12px;height: 12px;-webkit-background-size: cover;
    background-size: cover;margin-left: 10px;}
    .ul-nums li{width: auto;float: none;}
    .ul-nums .desc br{display: none;}
    .row5{padding: 0 0 30px;}
    .row2 .txt a{line-height: 40px;}
    .ul-list2{margin-top: 20px;}
    .g-about .pic{display: none;}
    .g-tit2 .ico{display: none;}
    .g-tit2 .cn{font-size: 22px;}
    .g-tit2{text-align: center;}
    .g-about a.more{margin:0 auto;}
    .row6 .g-tit1 a{width: auto;background:none;border:none;top: 5px;line-height: 1.5;}
    .ul-new .time{width: 84px;padding-left: 16px;margin-right: 16px;}
    .snav .add .img{margin-bottom: 0;}
    .banner .swiper-pagination-bullet{width: 10px;height: 10px;}
    .slidernew .txt{height: 175px;}
    .ul-list3 .zindex2{padding: 15px;background: rgba(0,0,0,0.5);}
    .ul-list3 .desc{font-size: 12px;}
}
.ban{
  position: relative;
}
.ban img{
  display: block;
  max-width: 100%;
  height: auto;
}
.ban .txt{
  color:#fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 2.71vw;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banlist{
  text-align: center;
  background: #f0f0f0;
  border-top: 1px solid #7f8ea2;
}
.banlist a{
  display: inline-block;
  font-size: 18px;
  color:#666;
  line-height: 69px;
  position: relative;
  padding:0 30px;
}
.banlist a::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  width: 1px;
  height: 24px;
  background: #d9d9d9;
}
.banlist a:last-child::after{
  display: none;
}
.banlist a:hover{
  opacity:.5;
}
.row-a1{
  overflow: hidden;
  padding: 2.45vw 0 5.1vw;
}
.row-a1 .g-tit1 .desc{
  font-weight: bold;
}
.row-a1 .g-tit1 .lin{
  width: 42px;
  height: 4px;
  background: #0164bb;
  margin:1.67vw auto 0;
}
.row-a1 .info{
  font-size: 16px;
  color:#666666;
  line-height: 2;
  text-indent: 2em;
}
.row-a1 .img{
  display: flex;
  margin-bottom: 4.9vw;
  justify-content: space-between;
}
.row-a1 .img img{
  display: block;
  max-width: 48%;
  height: auto;
}
.ul-about1{
  overflow: hidden;
}
.ul-about1 li{
  float: left;
  width: 25%;
  text-align: center;
}
.ul-about1 .t1{
  font-size: 18px;
  font-weight: bold;
  color:#666666;
}
.ul-about1 .t2{
  font-size: 16px;
  color:#666666;
}
.ul-about1 .t2 span{
  color:#0164BB;
  font-family: Impact;
  font-size: 3.39vw;
}
.ul-about1 .t2 em{
    font-style: normal;
}
.ul-about1 .t2 .e1{
  color:#0164BB;
  font-family: Impact;
  font-size: 34px;
  vertical-align: top;
  display: inline-block;
}
.ul-about1 .t2 .e2{
   color:#0164BB;
  font-family: Impact;
  font-size: 34px;
}
.ul-about1 img{
  margin:0 auto;
  display: block;
}
.row-a2{
  overflow: hidden;
  padding: 3vw 0;
  background: url(../images/bg3.jpg) no-repeat;
}
.swiper-yf .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.swiper-yf  .txt{
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color:#fff;
  padding: 10px;
  transition:all .3s;
}
.swiper-yf .swiper-slide:hover .txt{
  top: 0;
}
.swiper-yf .pf{
  border:1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}
.swiper-yf  .ico{
  width: 75px;
  height: 61px;
  margin:0 auto 20px; 
  background: url(../images/ico25.png) no-repeat;
}
.swiper-yf .nr{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.swiper-container.swiper-yf{
  padding-bottom: 3.49vw;
}
.swiper-yf .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#007aff;}


.row-a3{
  overflow: hidden;
  padding: 3.5vw 0 7.3vw;
}
.swiperab7 .pic{
  box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.09);
  padding: 30px;
  background-color: #fff;
}
.swiperab7 .swiper-slide-active{
  z-index: 99;
}
.swiperab7 .swiper-slide-prev,
.swiperab7 .swiper-slide-next{
  z-index: 8;
}
.swiperab7  .swiper-slide,
.swiperab7 .swiper-container-android  .swiper-slide{
   transform:perspective(134px) rotateY(5deg) scale(0.9) translateX(84%);
}
.swiperab7 .swiper-slide.swiper-slide-prev {
      transform:perspective(134px) rotateY(5deg) scale(0.9) translateX(37%) ;
}
.swiperab7 .swiper-slide.swiper-slide-next {
    transform:perspective(134px) rotateY(-5deg) scale(0.9) translateX(-37%) ;
}
.swiperab7 .swiper-slide.swiper-slide-next+.swiper-slide {
      transform:perspective(134px) rotateY(-5deg) scale(0.9) translateX(-84%);
}
.swiperab7 .swiper-slide-active,
.swiperab7 .swiper-container-android  .swiper-slide.swiper-slide-active{
   transform: perspective(0) rotateY(0) scale(1);
   z-index: 99;
}
.swiperab7 .box{
  width: 100%;
    padding-bottom: 137.5%;
    position: relative;
}
.swiperab7{
  position: relative;
  margin-bottom: 6.6vw;
}
.swiperab7 .swiper-container{
  padding: 1vw 2vw;
}
.ul-ls{
  overflow: hidden;

}
.ul-ls li{


}
.ul-ls .con{
  display: block;
 
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color:#fff;
  padding: 4.5vw 2.92vw 5.65vw;
  position: relative;
}
.ul-ls .con .dj{
  position: absolute;
  display: block;
  top: 5.21vw;
  right: 30px;
  font-size: 22px;
  color:#0164bb;
  font-weight: bold;
}
.ul-ls .con.c1{
  background-image: url(../images/pic11.jpg);
}
.ul-ls .con.c2{
  background-image: url(../images/pic12.jpg);
}
.ul-ls .tit{
  font-size: 2.19vw;
  margin-bottom: 1.3vw;
  font-weight: bold;
}
.ul-ls .tit span{
  font-size: 20px;
  margin-left: 10px;
}
.ul-ls .desc{
  font-size: 16px;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 2.6vw;
}
.ul-ls .ico{
  font-size: 16px;
}


@media only screen and (max-width: 1500px) {
  .swiperab7 .swiper-button-next{right: 0;}
  .swiperab7 .swiper-button-prev{left: 0;}
  .ul-prolists .tit{font-size: 14px;}
}

@media only screen and (max-width: 767px) {
  .ul-ls .tit{font-size: 20px;}
  .ul-ls li{width: auto;float: none;margin-bottom: 10px;}
  .row-a1 .info{font-size: 14px;}
  .ul-about1 li{width: 50%;}
  .ul-about1 img{display: none;}
  .ul-about1 .t2 span{font-size: 25px;}
  .ul-about1 .t2 .e2{font-size: 20px;}
  .ul-about1 .t2 .e1{font-size: 24px;}
  .swiperab7 .pic{box-shadow: none;padding: 0;}
  .swiperab7 .swiper-container{padding: 0;}
  .row-a3{padding:30px 0;}
  .banlist a::after{display: none;}
  .banlist a{padding: 0;float: left;display: block;width: 25%;font-size: 14px;line-height: 40px;}
  .banlist{overflow: hidden;}
} 


.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: 156px;}
.logo img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}

  body{padding: 0 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;}
}

.ul-zp{
  overflow: hidden;
  margin:3vw 0;
}
.ul-zp li{
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 36px;
  width: 100%;
  float: none;
}
.ul-zp .v1{
  overflow: hidden;
  line-height: 100px;
  cursor: pointer;
    font-size: 24px;
  color:#010101;
  padding: 0 80px;
}
.ul-zp .v1 span{
  color:#333;
  font-size: 18px;
  float: right;
  display: block;
}
.ul-zp .v2{
  display: none;
  padding: 20px 80px;
  border-top: 1px solid #eee;
  font-size: 16px;
  color:#333;
  line-height: 1.8;
}
.swiper-container.ban-case{
  padding-bottom: 20px;
}

@media only screen and (max-width: 1230px) {
  .ul-zp .v1{padding: 0 30px;font-size: 22px;line-height: 80px;}
  .ul-zp .v2{padding:20px 30px;}
  .ul-zp{margin:24px 0;}
}
@media only screen and (max-width: 767px) {
  .ul-zp .v1 span{font-size: 14px;}
  .ul-zp .v1{font-size: 16px;line-height: 56px;padding: 0 20px;}
  .ul-zp .v2{font-size: 14px;padding: 20px;}
  .ban .txt{font-size: 22px;}
}