/*-----------------[Ã¥Ë†ÂÃ¥Â§â€¹Ã¥Å’â€“]--------------*/
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; } 
3a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; 
}
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: '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;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.wp {margin: 0 auto;width:1500px;}
/*******************************
    -------[=Ã¥Â¤Â´Ã©Æ’Â¨]-------
********************************/
.header{
   transition:all .3s;
   position: fixed;
   z-index: 999;
   top: 0;
   width: 100%;
   left: 0;
   padding: 0 6%;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header.fixed{
   background: #3D7AE3;
}
.logo{
    float: left;
    overflow: hidden;
    height: 119px;
    line-height: 119px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.logo a{
  display: block;
  width: 100%;
  height: 100%;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav{
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#FFF;
    display: block;
    line-height:119px;
    padding: 0 20px;
    text-align: center;
}
.nav li:last-child::after{
  display: none;
}
.nav li:hover .v1{
  opacity: .5;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    right: 0;
    width: 200px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #3D7AE3;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#3D7AE3;
}
.header .tel{
  padding-left: 50px;
  margin-left: 24px;
  margin-top: 32px;
  float: right;
  color:#FFF;
  background: url(../images/ico1.png) no-repeat left  center;
}
.header .tel span{
  font-size: 22px;
  font-weight: bold;
}

.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: #fff;
    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);
}
 
.swiper-container.banner{
  clear:left;
}
.banner .swiper-slide a {
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 49.48vw;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 38px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 10px;
height: 10px;background:rgba(255,255,255,.5);font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}


.g-tit{
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
}
.g-tit.cof .tit,
.g-tit.cof .desc{
  color:#fff;
}
.g-tit.cof .line{
  background-color: #fff;
}
.g-tit .tit{
  font-size: 40px;
  font-weight: bold;
  color:#333333;
}
.g-tit .desc{
  font-size: 18px;
  color:#666666;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: Arial;
}
.g-tit .line{
  width: 34px;
  height: 6px;
  background: #3D7AE3;
  margin:0 auto;
}
.row1{
  padding: 48px 0 67px;
  overflow: hidden;
  background: url(../images/bg1.webp) no-repeat;
}
.slider1 .swiper-slide{
  border-top: 6px solid #3D7AE3;
  border-radius: 6px;
  background-color: #fff;
  height: 360px;
  text-align: center;
  padding: 30px 10px 0;
}
.slider1 .swiper-slide:hover{
  background: #3D7AE3;
}
.slider1 .swiper-slide:hover .tit,
.slider1 .swiper-slide:hover .desc{
  color:#fff;
}
.slider1 .swiper-slide:hover .btn{
  border-color: #fff;
  color:#fff;
}
.slider1 .ico{
  width: 218px;
  height: 126px;
  margin:0 auto 26px;
  background-repeat: no-repeat;
  
}
.slider1 .tit{
  font-size: 18px;
  color:#333333;
  margin-bottom: 10px;
}
.slider1 .desc{
  font-size: 14px;
  color:#666666;
  margin-bottom: 36px;
}
.slider1 .btn{
  width: 120px;
  border: 1px solid #3D7AE3;
  border-radius: 20px;
  line-height: 38px;
  color:#3D7AE3;
  font-size: 12px;
  margin:0 auto;
}
.row2{
  overflow: hidden;
  background: url(../images/bg2.webp) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color:#fff;
  text-align: center;
  padding: 42px 0 72px;
}
.row2 .img{
  margin:0 auto;
  width: 256px;
  height: 60px;
  background: url(../images/ico8.png) no-repeat;
}
.row2 .desc{
  font-size: 30px;
  margin-bottom: 6px;
}
.row2 .tit{
  font-size: 50px;
  font-weight: bold;
}
.row3{
  overflow: hidden;
  padding: 45px 0 59px;
}
.slidercase{
  position: relative;
}
.slidercase .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 61%;
}
.slidercase .tit{
  font-size: 24px;
  color:#fff;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
.slidercase .swiper-button-prev{
  left:-70px;
  width: 19px;
  height: 41px;
  background: url(../images/ico9.png) no-repeat;
}
.slidercase .swiper-button-next{
  right:-70px;
  width: 19px;
  height: 41px;
  background: url(../images/ico10.png) no-repeat;
}
.row4{
  overflow: hidden;
  padding: 48px 0 6vw;
  color:#fff;
  background: url(../images/bg3.webp) no-repeat;
}
.row4 .info{
  text-align: center;
  font-size: 16px;
  line-height: 2;
  padding-bottom: 50px;
}
.row4 .info p{
  margin-bottom: 10px;
}
.ul-about{
  overflow: hidden;
  text-align: center;
  color:#fff;
  margin-bottom: 56px;
}
.ul-about li{
  display: inline-block;
  padding: 0 50px;
  position: relative;
}
.ul-about li::after{
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: -20px;
}
.ul-about li:last-child::after{
  display: none;
}
.ul-about li .ico{
  margin:0 auto 26px;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
.ul-about li .desc{
  color:rgba(255, 255, 255, .7);
}
.ul-about li .tit{
  font-size: 20px;
  margin-bottom: 4px;
}
.row5{
  padding: 40px 0 60px;
  overflow: hidden;
}
.slider2 .swiper-slide{
  height: 96px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  line-height: 94px;
  text-align: center;
}
.slider2 .swiper-slide img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.row6{
  padding: 40px 0 60px;
  overflow: hidden;
  background: #F5F5F5;
}
.m-news{
  overflow: hidden;
}
.firstnew{
  float: left;
  width: 710px;
  height: 450px;
  margin-right: 19px;
  position: relative;
}
.firstnew .pic{
  background: #fff;
  overflow: hidden;
}
.firstnew .tit{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7) url(../images/ico17.png) no-repeat right 30px center;
  color:#fff;
  line-height: 80px;
  height: 80px;
  font-size: 18px;
  padding: 0 30px;
}
.ul-new{
  overflow: hidden;
}
.ul-new li{
  height: 140px;
  background: #FAFAFA;
  overflow: hidden;
  margin-bottom: 15px;
  padding:10px;
}
.ul-new .pic{
  float: left;
  width: 160px;
  height: 120px;
  overflow: hidden;
}
.ul-new .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.ul-new li:hover{
  background: #3D7AE3;
}
.ul-new li:hover .day{
  border-bottom-color: #fff;
}
.ul-new li:hover .day,
.ul-new li:hover .yh,
.ul-new li:hover .tit,
.ul-new li:hover .desc{
  color:#fff;
}
.ul-new .time{
  float: left;
  width: 125px;
  padding: 20px 30px 0;
  text-align: center;
}
.ul-new  .day{
  font-size: 42px;
  line-height: 48px;
  color:#949494;
  font-weight: bold;
  font-family: Arial;
  margin-bottom: 4px;
  border-bottom: 1px solid #949494;
}
.ul-new  .yh{
  font-size: 14px;
  color:#949494;
}
.ul-new  .txt{
  overflow: hidden;
  padding-top: 20px;
  padding-right: 10px;
}
.ul-new   .tit{
  font-size: 18px;
  color:#333333;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new   .desc{
  font-size: 14px;
  color:#999999;
  line-height: 1.57;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.footer{
  overflow: hidden;
  background:#4D4D4D;
  color:#fff;
}
.footer .top{
  overflow: hidden;
  padding: 44px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.snav{
  float: left;
  width: 323px;
  height: 135px;
  margin-right: 90px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.snav a{
  display: block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 18px;
  color:#fff;
  margin-right: 54px;
}
.qr{
  float: right;
  padding-right: 140px;
  font-size: 14px;
  color:#fff;
  height: 118px;
  padding-top: 32px;
  line-height: 2.29;
  background: url(../images/qr.jpg) no-repeat right;
  -webkit-background-size: 110px 110px;
  background-size: 110px 110px;
}

.fd_content{
  float: left;
  overflow: hidden;
  height: 135px;
  padding-right: 200px;
  border-right: 1px solid rgba(255, 255, 255, .2);
}
.fd_content .tel{
  margin-bottom: 20px;
  padding-left: 41px;
  background: url(../images/ico16.png) no-repeat left center;
}
.fd_content .tel span{
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
  margin-right: 45px;
  display: inline-block;
  vertical-align: middle;
}
.fd_content .tel a{
  width: 117px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color:#fff;
  border:1px solid #fff;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
}
.fd_content .add{
  line-height: 2;
  font-size: 14px;
}
.copy{
  padding: 20px 0;
  overflow: hidden;
}
.copy span,.copy a{
  font-size: 14px;
  color:#fff;
}
.m-form{
  overflow: hidden;
  padding-top: 40px;
}
.m-form input{
  float: left;
  display: block;
  width: 300px;
  height: 46px;
  background: #FFFFFF;
  margin-right: 20px;
  padding: 0 20px;
}
.m-form input:nth-child(3){
  width: 660px;
}
.m-form .tj{
  width: 180px;
  height: 46px;
  background:#3D7AE3;
  font-size: 14px;
  text-align: center;
  color:#FFF;
  line-height: 46px;
  overflow: hidden;
  cursor: pointer;
}
.links{
  overflow: hidden;
  padding: 14px 0;
  border-bottom: 1px solid rgba(146, 146, 146, .5);
}
.links .name{
  width: 129px;
  height: 31px;
  float: left;
  margin-right: 34px;
  background: url(../images/link.png) no-repeat;
}
.links .link{
  overflow: hidden;
}
.links .link a{
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 31px;
  color:#fff;
}
#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;}
.ul-zp{
  padding: 30px 0;
}
.ul-zp li{
  overflow: hidden;
  margin-bottom: 20px;
  border:1px solid #eee;
  cursor: pointer;
}
.ul-zp .tit{
  padding: 10px 20px;
  font-size: 18px;
  color:#333;
  font-weight: bold;
  background: url(../images/sel.png) no-repeat right 20px center;
  background-size: 20px auto;
}
.ul-zp .con{
  display: none;
  padding: 10px;
  font-size: 14px;
  color:#333;
  line-height: 2;
  border-top:1px solid #eee;
} 

@media only screen and (max-width: 1820px) {
.logo{width: 500px;}
 .nav li .v1{padding: 0 16px;}
  .header{padding: 0 50px;}
}
@media only screen and (max-width: 1700px) {
  .wp{width: 1400px;}
  .m-form input:nth-child(3){width: 560px;}

  .row2 .tit{font-size: 42px;}
  .ul-about li{display: block;float: left;padding: 0;width: 25%;float: left;}
 
}
@media only screen and (max-width: 1600px) {

  .fd_content{padding-right: 0;border-right: none;height: auto;}
  .nav li .v1{padding: 0 12px;}
}
@media only screen and (max-width: 1500px) {
 
  .logo{width: 456px;}
}
@media only screen and (max-width: 1446px) {
  
  .wp{width: 1200px;}
  .header .tel{display: none;}
  .logo{height: 80px;line-height: 80px;}
  .firstnew {width: 600px;}
  .m-form input{margin-bottom: 20px;}
  .m-form input:nth-child(3){width: 540px;margin-right: 0;}
  .m-form .tj{clear:left;}
  .fd_content{padding-right: 0;border-right: none;}
  .ul-about li .ico{margin-bottom: 10px;}
  .nav li:last-child{display: none;}
  .nav li .v1{line-height: 80px;}
  .snav{width: 244px;margin-right: 30px;}
  .row2 .tit{font-size: 32px;}
  .g-tit .tit{font-size: 32px;}
  .slider1 .desc{margin-bottom: 20px;}
  .g-tit .desc{font-size: 14px;}
  .row1,.row2,.row3,.row4,.row5,.row6{padding: 40px 0;}
  .g-tit{margin-bottom: 24px;}
  .slidercase .swiper-button-next{right: 15px;}
  .slidercase .swiper-button-prev{left: 15px;}
  .nav li .v1{padding: 0 16px;}
  .header{padding: 0 30px;}
}
@media only screen and (max-width: 1230px) {
  .wp,.wp2{width: auto;padding: 0 15px;}
  .m-form input:nth-child(3){width: 300px;}
  .firstnew{display: none;}
  .snav{float: none;width: auto;height: auto;margin-bottom: 10px;overflow: hidden;border-right: none;margin-right: 0;}
  .fd_content{clear:left;}
  .g-tit{margin-bottom: 20px;}
  .footer .top{padding: 30px 0;}
  .g-tit .desc{font-size: 14px;}
  .g-tit .tit{font-size: 28px;}
  .row2 .tit{font-size: 28px;}
  .row2 .desc{font-size: 20px;}
  .row2 .tit{font-size: 24px;}
  .row4 .info{padding-bottom: 20px;}
  .ul-about{margin-bottom: 0px;}
  .row2{padding: 20px 15px;}
  .row2 .tit{font-size: 18px;}
  .row2 .desc{font-size: 14px;}
  .ul-about li{padding: 0;width: 25%;display: block;float: left;}
  .ul-about li::after{display: none;}
  .row4 .info{font-size: 14px;text-align: left;}
}
@media only screen and (max-width: 1023px) {
  .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 10px;}
  .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
  .m-form input,.m-form input:nth-child(3){width: 100%;float: none;margin-right: 0;}
  .fd_content{height: auto;float: none;margin-bottom: 10px;}
  .qr{float: left;margin-bottom: 20px;}
  .links .name{width: auto;float: none;margin-right: 0;margin-bottom: 10px;}
  .snav a{margin-right: 15px;margin-bottom: 0;}
  .g-tit .tit{font-size: 26px;}
  .row1,.row3,.row4,.row5,.row6{padding: 20px 0;}
  .row2{padding: 20px 15px;}
  .g-tit .line{height: 3px;}
  .ul-new .pic{display: none;}
}
@media only screen and (max-width: 767px) {
 .m-form{padding-top: 20px;}
 .ul-new .time{width: auto;padding: 20px 15px;}
 .ul-new li{padding: 0 ;height: 120px;}
 .g-tit .tit{font-size: 24px;}
 .ul-about li{width: 50%;margin-bottom: 10px;}
 .ul-about li .desc{font-size: 12px;}
 .ul-about li:nth-child(3){clear:left;}
 .footer .top{padding-bottom: 10px;}
 .qr{margin-bottom: 0;}
 .snav a{font-weight: normal;margin:0;width: 33.333%;}
 .footer .top{padding-top: 20px;}
}
@media only screen and (max-width: 500px) {
.g-tit .tit{font-size: 22px;}
.fd_content .tel{padding-left: 0;background: none;}
 .fd_content .tel span{margin-right: 0;margin-bottom: 10px;}
 .ul-zp .tit{font-size: 16px;}
}



/**mobile nav**/
.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: 280px;}
  body{padding: 60px 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #3D7AE3;
}
 .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: #3D7AE3;
      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;}
}


