/*-----------------[åˆå§‹åŒ–]--------------*/
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: "Arial";-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: 80%;
    max-height: 80%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.wp {margin: 0 auto;width: 1400px;}
body{padding-top: 140px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.header .top{
  background: #171717;
  height: 40px;
  line-height: 40px;
}
.header .top::after{
   content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.header .top .tel{
  float: left;
}
.header .top .tel p{
  float: left;
  font-size: 13px;
  color:#A4A9AE;
  padding-left: 22px;
  margin-right: 25px;
  background-position: left center;
  background-repeat: no-repeat;
}
.header .top .tel p:first-child{
  background-image: url(../images/ico2.png);
}
.header .top .tel p:last-child{
  background-image: url(../images/ico3.png);
}
.header .top .share{
  float: right;
}
.header .top .share div{
  float: left;
}
.header .top .share .ico{
  display: block;
  float: left;
  background-image: url(../images/share.jpg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.header .top .share .ico.i1{
  background-position: 0 10px;
}
.header .top .share .ico.i2{
  background-position: -40px 10px;
}
.header .top .share .ico.i3{
  background-position: -80px 10px;
}
.header .top .share .ico.i4{
  background-position: -120px 10px;
}
.header .top .share .ico.i5{
  background-position: -160px 10px;
}
.header .top .down{
  font-size: 14px;
  color:#FE7511;
  display: block;
  margin-right: 24px;
}
.header .top dl{
  position: relative;
  cursor: pointer;
}
.header .top  dd{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
}

.header .top dt{
  font-size: 13px;
  color:#A0AEAE;
  padding-right: 16px;
  background: url(../images/ico1.png) no-repeat right center;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 100px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
    padding: 0;
}
.nav {
    float: right;
}
.nav li{
    float: left;
    position: relative;
}

.nav li .v1{
    font-size: 17px;
    color:#2B3745;
    display: block;
    padding: 0 36px;
    line-height:100px;
    text-align: center;
}
.nav li .v1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #116cb8;
  transition: all .3s;
}
.nav li:hover .v1::after{
  width: 100%;
}
.nav li:hover .v1{
  color: #116cb8;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #116cb8;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#116cb8;
}
.nav .seach{
 position: relative;
 margin-left: 15px;
}
.nav .seach .so{
  height: 100px;
  width: 36px;
  cursor: pointer;
  background: url(../images/ico4.png) no-repeat center;
}
.nav .seach .form{
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 300px;
  background-color: #fff;
  border-top: 1px solid  #eee;
  box-shadow: 0 0 5px  rgba(0, 0, 0, 0.3);
}
.nav .seach .form input{
  float: left;
  display: block;
  height: 45px;
  padding:  0 10px;
  width: calc(100% - 45px);
}
.nav .seach .form .btn{
  width: 45px;
  height: 45px;
  float: right;
  background: url(../images/seach.png) no-repeat center;
  -webkit-background-size: 60% 60%;
  background-size: 60% 60%;
}
.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: #1c5bc0;
    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;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom: 132px ;
  }
.banner.swiper-container .swiper-pagination-bullet{width: 15px;
height: 15px;background-color: rgba(255,255,255,.3);
border: none;font-size:0;cursor:pointer;border-radius: 50%;opacity:1;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff;}

.slider1.swiper-container{
  margin:-80px -15px 3.91vw;
  padding: 0 15px 15px;
}
.slider1 .swiper-slide{
  height: 330px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 60px 40px 0;
}
.slider1 .ico{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin:0 auto 20px;
  background-repeat: no-repeat;
}
.slider1 .tit{
  font-size: 26px;
  color:#232F4B;
  margin-bottom: 19px;
}
.slider1 .desc{
  font-size: 17px;
  color:#4F555A;
  text-align: left;
}

.page2{
  overflow: hidden;
}
.page2 .toptit{
  overflow: hidden;
  line-height: 60px;
}
.page2 .toptit .tit{
  float: left;
  font-size: 55px;
  color:#282828;
  font-family: Impact;
  text-transform: uppercase;
}
.ul-tab{
  overflow: hidden;
  float: right;
  padding-top: 10px;
}
.ul-tab li{
  float: left;
 
  
  padding-right: 16px;
  background: url(../images/pic4.jpg) no-repeat right top 30px;
  margin-left: 2.4vw;
  padding-bottom: 30px;
  position: relative;
}
.ul-tab li .con{
  font-weight: normal;
   font-size: 20px;
   color:#2F2F2F;
}
.ul-tab li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #0068B7;
  width: 0;
  transition:all .3s;
}
.ul-tab li.on{
  background-image: url(../images/pic5.jpg);
}
.ul-tab li.on .con{
  color:#0068B7;
}
.ul-tab li.on::after {
  width: 100%;
}
.m-pactinfo{
  background: #e6f1f8;
  margin-bottom: 3.02vw;
  position: relative;
}
.m-pactinfo::after {
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.m-pactinfo::before {
  content: '';
  display: block;
  position: absolute;
  bottom:-48px;    
  left: 50%;
  width: 0px;height: 48px;
  border:16px solid #000;
  border-top-color: #e6f1f8;
  border-left-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.m-pactinfo .pic{
  float: left;
  position: relative;
  height: 540px;
  width: 580px;
}
.m-pactinfo .pic img{
  max-width: 80%;
  max-height: 80%;
}
.m-pactinfo .txt{
  overflow: hidden; 
  padding-top: 3.54vw;
  padding-left: 4.69vw;
}
.m-pactinfo .txt .tit{
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 17px;
}
.m-pactinfo .txt .desc{
  font-size:17px;
  color:#666666;
  line-height: 1.76;
  margin-bottom: 2vw;
}
.m-pactinfo .ys{
  overflow: hidden;
   margin-bottom: 42px;
}
.m-pactinfo .ys .item{
  float: left; 
  font-size: 15px;
  color:#999999;
  margin-right: 60px;
}
.m-pactinfo .ys .item .img{
  height: 59px;
  overflow: hidden;
}
.m-pactinfo .ys .item img{
  display: block;
  max-width: 100%;
  height: auto;
  margin:0 auto;
}
.m-pactinfo .txt a{
  display: block;
  width: 216px;
  line-height: 55px;
  background: #116CB8;
  text-align: center;
  color:#fff;
  font-size: 16px;
}
.sliderpro.swiper-container{
  margin:  -15px -15px 0;
  padding:  15px 15px 80px;
}
.sliderpro .swiper-slide{
  background: #fff;
  padding: 20px 0;
  box-shadow: 0px 0px 18px 6px rgba(241, 241, 248, 0.94);
}
.sliderpro .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
}
.sliderpro .tit,
.sliderpro  .proname{
  font-size: 16px;
  line-height: 1.8;
  height: 3.6em;
  color:#333333;
  text-align: center;
  padding: 0 2.08vw;
}
.sliderpro .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom: 40px;
  }
.sliderpro.swiper-container .swiper-pagination-bullet{width: 15px;
height: 15px;background-color: #d8d8d8;
border: none;font-size:0;cursor:pointer;border-radius: 50%;opacity:1;}
.sliderpro.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#3289c3;}

.page3{
  overflow: hidden;
  padding: 5.63vw 0;
  background: url(../images/pic6.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.page3 .txt{
  overflow: hidden;
  float: left;
  padding-right: 6.2vw;
  width: calc(100% - 720px);
  color:#fff;
  padding-top: 1.27vw;
}
.page3 .txt .en{
  font-size: 55px;
  font-family: Impact;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.page3 .txt .name{
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}
.page3 .txt .num{
  overflow: hidden;
  margin-bottom: 4.1vw;
}
.page3 .txt .num .item{
  float: left;
  width: 33.33%;
  line-height: 33px;
  color:#E6E6E6;
  font-weight: bold;
}
.page3 .txt .num .item span{
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin-right: 9px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 21px;
  background: #132431;
}
.page3 .txt .num .item:first-child{
  width: 66.666%;
}
.page3  .tel{
  padding-left: 66px;
  background: url(../images/ico40.png) no-repeat left top 10px;
}
.page3  .tel .t1{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.83;
  margin-bottom: 10px;
}
.page3  .tel .t2{
  font-size: 30px;
  font-weight: bold;
}
.m-form{
  width: 720px;
  float: right;
  padding: 45px 60px 49px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 18px 6px rgba(17, 103, 174, 0.94);
}
.m-form .name{
  font-size: 30px;
  color:#282828;
  font-weight: bold;
  margin-bottom: 12px;
}
.m-form .desc{
  font-size: 16px;
  color:#878787;
  line-height: 1.63;
  margin-bottom: 25px;
}
.m-form .item{
  overflow: hidden;
}
.m-form .item input{
  display: block;
  float: left;
  width: 48%;
  border:1px solid #eaeaea;
  margin-right: 4%;
  height: 50px;
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.m-form .item input:last-child{
  margin-right: 0;
}
.m-form .text{
  overflow: hidden;
  margin-bottom: 30px;
}
.m-form .text textarea{
  display: block;
  width: 100%;
  padding: 10px;
  resize: none;
  height: 120px;
  border-radius: 4px;
  border:1px solid #eaeaea;
}
.m-form .subbtn{
  background: #353535 url(../images/ico41.png) no-repeat right 20px center;
  padding: 0 28px;
  border-radius: 4px;
  color:#fff;
  line-height: 66px;
  overflow: hidden;
}

.page4{
  padding: 3.54vw 0;
  overflow: hidden;
}
.page4 .title{
  text-align: center;
  font-size: 55px;
  color:#282828;
}
.g-title{
  text-align: center;
  font-size: 55px;
  color:#282828;
  font-family: Impact;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .5px;
  margin-bottom: 22px;
}
.ul-ap{
  overflow: hidden;
}
.ul-ap li{
  width: 14.28%;
  float: left;
  height: 147px;
  text-align: center;
  font-size: 14px;
  color:#707070;
  padding-top: 20px;
  position: relative;
}
.ul-ap li::after {
  content: '';
  display: block;
  position: absolute;
  right: -20px;
  bottom:0;
  width: 53px;
  height: 147px;
  background: url(../images/pic10.jpg) no-repeat;
}
.ul-ap li:last-child::after{
  background: none;
}
.ul-ap .ico{
  height: 50px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.ul-ap p{
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.ul-ap .ico.i1{
  background-image: url(../images/ico56.png);
}
.ul-ap .ico.i2{
  background-image: url(../images/ico43.png);
}
.ul-ap .ico.i3{
  background-image: url(../images/ico44.png);
}
.ul-ap .ico.i4{
  background-image: url(../images/ico45.png);
}
.ul-ap .ico.i5{
  background-image: url(../images/ico46.png);
}
.ul-ap .ico.i6{
  background-image: url(../images/ico47.png);
}
.ul-ap .ico.i7{
  background-image: url(../images/ico48.png);
}
.ul-ap .ico.i8{
  background-image: url(../images/ico49.png);
}



.ul-ap .on .ico.i1{
  background-image: url(../images/ico42.png);
}
.ul-ap .on .ico.i2{
  background-image: url(../images/ico57.png);
}
.ul-ap .on .ico.i3{
  background-image: url(../images/ico58.png);
}
.ul-ap .on .ico.i4{
  background-image: url(../images/ico59.png);
}
.ul-ap .on .ico.i5{
  background-image: url(../images/ico60.png);
}
.ul-ap .on .ico.i6{
  background-image: url(../images/ico61.png);
}
.ul-ap .on .ico.i7{
  background-image: url(../images/ico62.png);
}
.ul-ap  .on .ico.i8{
  background-image: url(../images/ico63.png);
}
.ul-ap .on{
  color:#116CB8;
}
.slider3{
  position: relative;
}
.slider3 .con{
  height: 30.57vw;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
}
.slider3 .num{
  position: absolute;
  right: 0;
  bottom: 250px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color:#fff;
  font-size: 18px;
  text-align: center;
  background: #116cb8;
}
.slider3 .txt{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 874px;
  height: 250px;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.9);
}
.slider3 .txt .tit{
  font-size: 30px;
  color:#282828;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 24px;
}
.slider3 .txt .desc{
  font-size: 15px;
  color:#666666;
  line-height: 1.73;
}
.slider3 .swiper-button-prev{
  position: absolute;
  width: 65px;
  height: 65px;
  right: 745px;
  bottom:15px;
  top: auto;
  left:auto;
  margin-top: 0;
  z-index: 3;
  background: url(../images/prev1.png) no-repeat;
}
.slider3 .swiper-button-next{
  position: absolute;
  z-index: 3;
  width: 65px;
  height: 65px;
  right: 648px;
  bottom: 15px;
  top: auto;
  left:auto;
  margin-top: 0;
  background: url(../images/prev2.png) no-repeat;
}


.page5{
  overflow: hidden;
  background: #f8f8f8;
  padding: 2.6vw 0 3.8vw;
}
.slidernew .swiper-slide{
  background: #fff;

  padding: 44px 40px ;
  margin-bottom: 2.6vw;
  box-shadow: 0px 0px 18px 6px rgba(241, 241, 248, 0.94);
}

.slidernew .time{
  font-size: 16px;
  color: #9B9B9B;
  margin-bottom: 39px;
}
.slidernew .tit{
  font-size: 19px;
  color:#273845;
  line-height: 1.26;
  height: 2.52em;
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.slidernew .desc{
  font-size: 16px;
  color:#9B9B9B;
  line-height: 1.5;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
  margin-bottom: 27px;
}
.slidernew .more{
  width: 151px;
  height: 42px;
  border:1px solid #116CB8;
  font-size: 14px;
  font-weight: bold;
  color:#116CB8;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
}
.slidernew .more i{
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 11px;
  margin-left: 11px;
  background: url(../images/ico55.png) no-repeat;
}
.page5 .more a{
  display: block;
  width: 186px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #116cb8;
  color:#fff;
  margin:0 auto;
}


.page6{
  overflow: hidden;
  background: #116cb8;
  padding: 2.92vw 0 4.48vw;
}
.ul-list1{
  overflow: hidden;
  color:#fff;
}
.ul-list1 li{
  width: 25%;
  float: left;
  position: relative;
  padding-left: 90px;
}
.ul-list1 li::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  height: 70px;
  background: url(../images/ico64.png) no-repeat;
}
.ul-list1 li:last-child::after{
  display: none;
}
.ul-list1 .num{
   font-size: 30px;
   font-weight: bold;
}
.ul-list1 .num span{
  font-size: 70px;
  margin-right: 6px;
  line-height: 1.1;
}
/**footer***/
.footer{
  background:#232323;
  color:#fff;
}
.footer .box{
  overflow: hidden;
  padding: 3.33vw 0 2.6vw;
}
.footer .add{
  float: left;
  width: 472px;
  padding-right: 88px;
  font-size: 16px;
  line-height: 1.88;
}
.footer .add .name{
  font-size: 24px;
  font-weight: bold;
  color:#fff;
  margin-bottom: 12px;
}
.footer .add  .desc{
  font-size: 15px;
  line-height: 1.87;
  margin-bottom: 27px;
  color:rgba(255, 255, 255, 0.5);
}
.footer .add a{
  display: block;
  width: 205px;
  height: 42px;
  font-size: 16px;
  color:#666666;
  line-height: 42px;
  background: #eaeaea;
  text-align: center;
  border-radius: 20px;
}
.footer .link{
  float: left;
  width: 460px;
  padding-top: 4px;
}
.footer .link dl{
  float: left;
  display: block;
  margin-right: 140px;
}
.footer .link dl dt{
  font-size: 24px;
  font-weight: bold;
  color:#fff;
  margin-bottom: 15px;
}
.footer .link dl dd a{
  display: block;
  font-size: 15px;
  color:rgba(255, 255, 255, 0.5);
  line-height: 1.87;
}
.footer .link dl:last-child{
  margin-right: 0;
}
.footer .content{
  overflow: hidden;
}
.footer .content .tit{
  font-size: 24px;
  font-weight: bold;
  color:#fff;
  margin-bottom: 15px;
}
.footer .content .info{
  font-size: 15px;
  color:rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin-bottom:36px;
}
.footer .content .info.b{
  margin-bottom: 0;
}
.footer .content .info span{
  font-size: 24px;
  font-weight: bold;
  color:#fff;
}


.footer .share{
  overflow: hidden;
  float: right;
}
.footer  .share a{
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.footer  .share a:nth-child(1){
  background-image: url(../images/ico50.png);
}
.footer  .share a:nth-child(2){
  background-image: url(../images/ico51.png);
}
.footer  .share a:nth-child(3){
  background-image: url(../images/ico52.png);
}
.footer  .share a:nth-child(4){
  background-image: url(../images/ico53.png);
}
.footer  .share a:nth-child(5){
  background-image: url(../images/ico54.png);
}

.copy{
  overflow: hidden;
  padding: 26px 0 32px;
  background: #1f1f1f;
}
.copy .desc{
  float: left;
}
.copy .desc span,
.copy .desc a{
  display: inline-block;
  font-size: 14px;
  color:#909090;
  line-height: 40px;
  margin-right: 15px;
}

/***footer**/
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}
/***header footer g-title**/
@media only screen and (max-width: 1850px) {


}
@media only screen and (max-width: 1660px) {
 .wp{width: 1400px;}

}
@media only screen and (max-width: 1500px) {
  .wp{width: 1300px;}
  .logo{line-height: 80px;height: 80px;width: 300px;}
  .nav li .v1{line-height: 80px;font-size: 15px;}
  .nav .seach .so{height: 80px;}
  body{padding-top: 80px;}
  .m-pactinfo .txt .tit{font-size: 32px;}
  .page3 .txt{width: calc(100% - 600px);}
 .m-form{width: 600px;}
 .g-title{font-size: 42px;}
 .page3 .txt .en{font-size: 42px;}
 .page3 .txt .name{font-size: 30px;}
 .slider3 .txt .tit{font-size: 28px;}
.page2 .toptit .tit{font-size: 42px;}
.slider1 .tit{font-size: 24px;}
.ul-tab li{padding-bottom: 16px;}
.slider1 .swiper-slide{padding-top: 30px;}
.slider1 .tit{font-size: 22px;}
}

@media only screen and (max-width: 1430px) {
.wp{width: 1200px;}

}
@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;}
  .page2 .toptit .tit{float: none;}
  .slider1.swiper-container{margin-top: 0;padding-top: 30px;margin-bottom: 0;}
  .ul-tab li{float: left;margin-left: 0;margin-right: 15px;}
  .ul-tab{float: none; overflow: hidden;padding-top: 0;}
  .page2 .toptit .tit{font-size: 32px;line-height: 1.5;}
  .page2 .toptit{line-height: 2;}
  .m-pactinfo .pic{width: 480px;height: 360px;}
  .m-pactinfo .txt .tit{font-size: 26px;margin-bottom: 0px;}
  .m-pactinfo .txt .desc{font-size: 14px;margin-bottom: 20px;}
  .m-pactinfo .ys .item{margin-right: 20px;}
  .m-pactinfo .ys{margin-bottom: 20px;}
  .m-pactinfo .txt a{width: 160px;font-size: 14px;line-height: 42px;}
  
  .page3 .txt .num .item:first-child{width: auto;}
  .page3 .txt .num .item{width: auto;float: none;}
  .page3 .txt .num{margin-bottom: 20px;}
  .page3 .txt .en{font-size: 36px;margin-bottom: 0;}
  .page3 .txt .name{font-size: 26px;}
  .m-form{padding: 30px;}
  .m-form .name{font-size: 26px;margin-bottom: 0;}
  .sliderpro.swiper-container{padding-bottom: 60px;}
  .sliderpro .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:30px;}
  .slider3 .txt .tit{font-size: 24px;}
  .slider3 .con{height: 360px;}
  .slider3 .txt{width: 600px;}
  .footer .link{display: none;}
  .ul-list1 li{padding-left: 0;}
  .m-form .item input{width: 100%;margin-right: 0;height: 40px;margin-bottom: 15px;}
  .m-form .text textarea{height: 80px;}
  .m-form{width: 500px;}
  .page3 .txt{width: calc(100% - 500px);}
  .page3 .tel .t1{font-size: 14px;}
  .page3 .tel{padding-left: 0;background:none;}
  .m-form .subbtn{height: 50px;line-height: 50px;}
  .ul-tab li,.ul-tab li.on{background-image: none;}
  .ul-list1 li::after{display: none;}
  .ul-list1 .num span{font-size: 50px;}
  .slider1 .desc{font-size: 14px;}
  .ul-tab li{padding-bottom:10px;}
  .page1{padding-bottom: 10px;}
  .g-title{font-size: 36px;}

}
@media only screen and (max-width: 1023px) {
  .page3 .txt{width: auto;float: none;padding-top: 0;margin-bottom: 10px;}
  .m-form{width: auto;float: none;}
  .m-pactinfo .pic{width: auto;float: none;}
  .m-pactinfo .txt{padding: 20px 0 30px;}
  .ul-tab li{width: 25%;margin:0;padding: 0;}
  .page3 .txt .num .item{width: 50%;float: left;}
  .page3 .txt .num .item:first-child{width: 50%;}
  .ul-ap .ico{display: none;}
  .ul-ap li::after{display: none;}
  .ul-ap li {height: auto;width: 25%;padding-top: 0;margin-bottom: 15px;}
  .ul-ap .con{background: #eee;padding: 5px 0; margin:0 5px;}
     .ul-ap p{height: 36px;}
  .ul-ap{margin:0 -5px;}
  .footer .add{width: auto;float: none;padding-right: 0;margin-bottom: 20px;}
  .footer .content .info{margin-bottom: 10px;}
  .footer .add .desc{margin-bottom: 20px;}
  .footer .add .name{margin-bottom: 0;}
  .footer .share{float: none;}
  .copy .desc{float: none;}
  .slider3 .swiper-button-next{right: 0;}
  .slider3 .swiper-button-prev{right: 80px;}
  .ul-tab li{font-size: 14px;}
  .ul-tab .con{background: #eee;margin:0 5px;text-align: center;}
  .ul-tab{margin:0 -5px 20px;}
  .ul-tab li.on::after{width: 0;}
  .page2 .toptit .tit{font-size: 28px;margin-bottom: 10px;}


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

}
@media only screen and (max-width: 767px) {
  .wp{padding: 0 15px;}
 .ul-tab li{width: 50%;margin-bottom: 15px;}
 .ul-tab{margin-bottom: 4px;}
 .m-pactinfo .pic{height: 240px;}
 .m-pactinfo .ys .item{margin-right: 10px;}
 .m-pactinfo .txt{padding-top: 0;}
 .m-form{padding: 15px;}
 .m-form .text{margin-bottom: 15px;}
 .ul-ap li{width: 50%;}
 .slider3 .txt{width: auto;height: auto;padding: 15px 15px 60px;background: rgba(255,255,255,.9);}
 .slider3 .txt .tit{font-size: 24px;margin-bottom: 0;}
 .slider3 .num{display: none;}
 .g-title{font-size: 28px;margin-bottom: 10px;}
 .page3 .txt .en{font-size: 30px;}
 .page3 .txt .name{font-size: 20px;}
 .page1{padding-bottom: 0;}
 .m-pactinfo::before{display: none;}
 .sliderpro .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 14px;}
 .page3 .txt .num .item:first-child,.page3 .txt .num .item{width: auto;margin-right: 15px;}
 .ul-list1 li{width: auto;float: none;text-align: center;margin-bottom: 10px;}
 .ul-list1 .num span{font-size: 40px;}

}
@media only screen and (max-width: 520px) {
  .g-title{font-size: 24px;}
.page5{padding: 30px 0;}
.slidernew .swiper-slide{padding: 20px 15px 0;height: 300px;margin-bottom: 20px;}
.slidernew .time{margin-bottom: 15px;}
.m-pactinfo .txt a{margin:0 auto;}
.slider1 .ico{margin-bottom: 10px;}
.slider1 .swiper-slide{padding: 20px;height: 230px;}
.slider1 .tit{margin-bottom: 10px;}
.ul-tab li .con{font-size: 15px;line-height: 40px;}
.ul-ap li{margin-bottom: 10px;}
.ul-ap li p{line-height: 1.6;height: 3.2em;padding: 0 10px;}
.slider3 .con{height: 320px;background-position: top;-webkit-background-size: 100% 200px;
background-size: 100% 200px;}
.slider3 .txt .tit{font-size: 18px;}
.slider3 .txt{width: 100%;}
.slider3 .swiper-button-prev,.slider3 .swiper-button-next{width: 45px;height: 45px;-webkit-background-size: cover;
background-size: cover;}
}
  



.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{display: none;}
.logo{line-height: 60px;height: 60px;padding-right: 0;border-right: none;width:200px;}
  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;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
      padding: 10px 0;
      background-color: #116CB8;
      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;}
}


.ban{
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 26.04vw;
  min-height: 120px;
}
.pcatinfo{
  overflow: hidden;
  padding: 2.6vw 0 0;
}
.m-info{
  overflow: hidden;
  background: #e6f1f8;
  position: relative;
}
.m-info::after {
  content: '';
   display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;height: 48px;
  border:16px solid #000;
  margin-left: -16px;
  border-top-color: #fff;
  border-left-color: #e6f1f8;
  border-right-color: #e6f1f8;
  border-bottom-color: #e6f1f8;
}
.m-info .pic{
  position: relative;
  float: left;
  width: 700px;
  height: 540px;
}
.m-info .txt{
  overflow: hidden;
  padding-top: 66px;
  padding-left: 54px;
}
.m-info .txt .tit{
  font-weight: bold;
  font-size: 48px;
  color:#282828;
  margin-bottom: 16px;
}
.m-info .desc{
  font-size: 17px;
  color:#666666;
  line-height: 1.76;
}
.m-info .gd{
  overflow-y: scroll;
  height: 260px;
  padding-bottom: 20px;
}

.m-info .gd::-webkit-scrollbar { width: 8px;   background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
} 
.m-info .gd::-webkit-scrollbar-track { background: none; border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
} 
.m-info .gd::-webkit-scrollbar-thumb { background: #116cb8;border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
} 
.m-info .gd::-webkit-scrollbar-thumb:window-inactive { 
     border: 2px solid #fff;background: none; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



.m-pcys .itme{
  height: 190px;
  padding: 30px 10px 0 30px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 18px 6px rgba(241, 241, 248, 0.94);
}
.m-pcys  .num{
  float: left;
  width: 92px;
  height: 92px;
  background: #116cb8;
  text-align: center;
  line-height: 92px;
  font-size: 45px;
  font-weight: bold;
  color:#fff;
  border-radius: 50%;
  margin-right: 30px;
  margin-top: 14px;
}
.m-pcys .txt{
  overflow: hidden;
}
.m-pcys .tit{
  font-size: 24px;
  font-weight: bold;
  color:#000000;
  margin-bottom: 10px;
}
.m-pcys .desc{
  font-size: 15px;
  color:#666666;
  line-height: 1.41;
}
.m-pcys .box .itme{
  float: left;
  width: 48.5%;
}
.m-pcys .box .itme:first-child{
   margin-right: 3%;
}
.pcatys{
  overflow: hidden;
  padding: 3.39vw 0 0;
}
.prolist{
  overflow: hidden;
  padding: 1.72vw 0 3.54vw;
}
.ul-sliderpro{
  overflow: hidden;
  margin:0 -15px;
}
.ul-sliderpro li{
  float: left;
  width: 25%;
 padding: 15px;
}
.ul-sliderpro .con{
  display: block;
  background: #fff;
  padding: 20px 0;
 box-shadow: 0px 0px 18px 6px rgba(241, 241, 248, 0.94);
}
.ul-sliderpro .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
}
.ul-sliderpro .tit{
  font-size: 16px;
  line-height: 1.8;
  height: 3.6em;
  color:#333333;
  text-align: center;
  padding: 0 2.08vw;
}

.xgapp{
  overflow: hidden;
  background: #f8f8f8;
  padding: 2.29vw 0;
}
.slidernew .pic{
  position: relative;
  height: 0;
  padding-top: 65%;
  overflow: hidden;
  margin-bottom: 20px;
}
.xgapp .slidernew .swiper-slide{
  padding: 34px;
}
.m-info .ss{
  height: 369px;
}
.m-pcys .ss .itme{
  float: left;
  width: 48.5%;
  height: 369px;
  padding-top: 50px;
}
.m-pcys .ss .itme:first-child{
   margin-right: 3%;
}
.m-pcys .ss .num{
  float: none;
  margin:0 auto 30px;
}
.m-pcys .ss .tit{
  text-align: center;
}
.m-pcys .ss .desc{
  font-size: 17px;
  text-align: center;
}

@media only screen and (max-width: 1500px) {
}
@media only screen and (max-width: 1430px) {
  .m-info .pic{width: 600px;height: 500px;}
  .m-info .txt .tit{font-size: 32px;}
  .m-pcys .desc{font-size: 14px;}
  .m-pcys .tit{font-size: 20px;}
  .ul-ap p{font-size: 12px;}
}
@media only screen and (max-width: 1230px) {
  .m-pcys .box .itme:first-child{margin-right: 0;}
  .m-pcys .box .itme{width: auto;}
  .m-info .pic{width: 500px;height: 400px;}
  .m-info .desc{font-size: 15px;}
  .m-info .txt{padding-top: 30px;padding-left: 30px;}
  .m-info .txt .tit{margin-bottom: 0px;}
  .ul-sliderpro li{padding: 10px 8px;}
  .ul-sliderpro .con{box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);}
}
@media only screen and (max-width: 1023px) {
  .ul-sliderpro li{width: 50%;}
  .m-info .pic{width: auto;float: none;height: 300px;}
  .m-info::after{display: none;}
  .m-info .txt{padding: 0 0 20px;}
  .m-pcys .itme{height: auto;padding: 20px;margin-bottom: 15px;}
  .m-info .txt .tit{font-size: 24px;}

}
@media only screen and (max-width: 767px) {
  .m-pcys .num{display: none;}
  .m-pcys .tit{margin-bottom: 0;}
  .m-pcys .itme{padding: 15px 20px;}
  .ul-sliderpro li{width: auto;float: none;}
  .ul-sliderpro{margin:0;}
  .xgapp .slidernew .swiper-slide{height: auto;}
  .m-info .pic{height: 240px;}
  .m-pcys .ss .itme:first-child{margin-right: 0;}
  .m-pcys .ss .itme{width: auto;height: auto;padding: 15px 20px;}
  .m-pcys .ss .tit{text-align: left;font-size: 20px;}
  .m-pcys .ss .desc{text-align: left;font-size: 14px;}
}

.ul-applist{
  overflow: hidden;
  margin:30px -15px;
}
.ul-applist li{
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.ul-applist .con{
  margin:0 15px;
  overflow: hidden;
  display: block;
}
.ul-applist .pic{
  position: relative;
  height: 0;
  padding-top: 42%;
  overflow: hidden;
}
.ul-applist img{
  transition:all .5s;
}
.ul-applist li:hover img{
  -webkit-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
.ul-applist .tit{
  color:#fff;
  font-size: 18px;
  background: #116CB8;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 70%;
  line-height: 45px;
  padding: 0 10px;
  transition:all .3s;
}
.ul-applist li:hover .tit{
  width: 100%;
}
.ul-protab{
  overflow: hidden;
  background: #eee;
  margin-top: 30px;
}
.ul-protab li{
  float: left;
}
.ul-protab .con{
  line-height:50px;
  padding: 0 20px;
  font-size: 18px;
  cursor: pointer;
}
.ul-protab .on .con{
  background: #116CB8;
  color:#fff;
}
@media only screen and (max-width: 1430px) {
.ul-applist .tit{font-size: 14px;}

}
@media only screen and (max-width: 1023px) {
  .ul-applist li{width: auto;float: none;margin-bottom: 15px;}
}
@media only screen and (max-width: 767px) {

.m-pactinfo .ys{ display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;}
.m-pactinfo .ys .item{margin-right: 10px;}
.m-pactinfo .ys .item{font-size: 12px;}

}
@media only screen and (max-width: 520px) {
  .ul-applist .tit{width: 100%;bottom: 0;bottom: -45px;position: static;}
.ul-applist .pic{position: static;height: auto;padding: 0;}
.ul-applist .pic img{position: static;}
}