﻿@charset "utf-8";
/*初始样式*/
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}
.way-desc{color:#fff;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em{ font-style:normal;}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}

.pic{overflow: hidden;font-size: 0;}
.pic img{-webkit-transition:-webkit-transform 0.5s;-moz-transition:-moz-transform 0.5s;-o-transition:-o-transform 0.5s;transition:transform 0.5s;}
.pic img:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}
.guang{position: relative;overflow: hidden;}
.guang:before {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}
.guang:hover:before {
    left: 120%;
    -moz-transition: 1.2s;
    -o-transition: 1.2s;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}


.tit{font-weight: normal;font-size: 0;text-align: center;position: relative;}
.tit b{display: block;font-size: 38px;color: #000;line-height: 50px;}
.tit span{display: inline-block;font-size: 16px;color: #000;line-height: 20px;margin-top: 20px;padding: 0 20px;background: #fff;}
.tit::after{position: absolute;width: 100%;height: 1px;content: "";background: #DBDBDB;left: 0;bottom: 9px;z-index: -1;}


/*banner*/
.banner{position: relative;}
.banner li{width: 100%;}
.banner li img{display: block;width: 100%;}
.ban_pg{position: absolute;bottom: 20px;height: 6px;z-index: 10;width: 100%;text-align: center;}
.ban_pg i{display: inline-block;width: 12px;height: 6px;background: #fff;border-radius: 6px;margin: 0 5px;vertical-align: top;box-sizing: border-box;}
.ban_pg i.on{width: 34px;background: #00A0E9;}
.banner .prev{position: absolute;font-size: 0;left: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(102,102,102,0.6);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .next{position: absolute;font-size: 0;right: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(102,102,102,0.6);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .prev:hover,.banner .next:hover{background: #00A0E9;}


/* yinzi */
.yinzi{background: #F3F8FE;padding: 80px 0;}
.yinzi ul{display: flex;justify-content: space-between;}
.yinzi li{width: 300px;text-align: center;}
.yinzi li img{display: block;margin: 0 auto;}
.yinzi li h3{font-size: 22px;color: #222;line-height: 29px;padding: 25px 0;position: relative;}
.yinzi li h3::after{position: absolute;left: 50%;width: 52px;height: 3px;content: "";background: #00A0E9;margin-left: -26px;bottom: 0;}
.yinzi li p{font-size: 16px;color: #222;line-height: 32px;padding-top: 25px;}
.yinzi li:hover img{animation: flipInY 1.5s;}


@media screen and (max-width:1700px){
  .yinzi li{width: 280px;}
  .yinzi li p{font-size: 15px;}
}


/* pro */
.pro{padding: 80px 0 0;overflow: hidden;}
.pro h3{margin: 55px 0 60px;display: flex;justify-content: space-between;}
.pro h3 a{font-size: 18px;color: #222;line-height: 24px;padding: 28px 0 20px;font-weight: normal;position: relative;}
.pro h3 i{width: 1px;height: 20px;background: #C8C8C8;margin: 30px 0 22px;}
.pro h3 a.on{background: url(../images/pro-san.png) no-repeat top center;color: #00A0E9;font-weight: bold;}
.pro h3 a.on::after{position: absolute;width: 60px;height: 3px;content: "";background: #00A0E9;left: 50%;margin-left: -30px;bottom: 0;}
.pro-bd dl{display: flex;height: 698px;}
.pro-bd dt{width: 1047px;margin-right: -190px;}
.pro-bd dd{width: 873px;margin-left: -190px;padding: 50px 108px 0 190px;box-sizing: border-box;background: #F8F8F8;}
.pro-bd dd h4 a{display: block;font-size: 32px;color: #222;line-height: 42px;}
.pro-bd dd .pro-desc{font-size: 16px;color: #999;line-height: 32px;margin: 20px 0 38px;}
.pro-erji{display: flex;flex-wrap: wrap;gap: 15px;}
.pro-erji a{width: calc((100% - 15px) / 2);height: 55px;line-height: 55px;font-size: 16px;color: #222;padding: 0 12px;background: #ECECEC;box-sizing: border-box;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.3s;}
.pro-erji a:hover,.pro-erji a.on{color: #fff;background: #00A0E9;}
.pro-erji a.more{color: #00A0E9;background: none;border: 1px solid #00A0E9;text-align: center;}


@media screen and (max-width:1700px){
  .pro h3 a{font-size: 15px;}
  .pro-bd dt{margin-right: -360px;}
  .pro-bd dd{margin-left: -360px;padding: 50px 80px 0 360px;}
  .pro-bd dd h4 a{font-size: 28px;}
}


/* promise */
.promise{height: 830px;background: url(../images/promise-bg.jpg) no-repeat center;padding: 75px 0 0;box-sizing: border-box;}
.promise h2{margin-bottom: 70px;}
.promise h2 span{display: block;font-size: 16px;color: #fff;line-height: 20px;background: none;margin-top: 0;}
.promise h2::after{display: none;}
.promise ul{display: flex;flex-wrap: wrap;}
.promise li{width: 25%;height: 236px;border: 1px solid rgba(164, 164, 164, 0.4);box-sizing: border-box;margin-right: -1px;margin-bottom: -1px;padding: 60px 0 0;}
.promise li h3{display: flex;justify-content: center;align-items: center;gap: 15px;}
.promise li h3 em{font-size: 55px;color: #00A0E9;line-height: 55px;opacity: 0.22;font-family: Arial, Helvetica, sans-serif;}
.promise li h3 b{font-size: 28px;color: #fff;line-height: 36px;}
.promise li h3 b i{display: block;font-size: 14px;color: #fff;line-height: 18px;opacity: 0.23;padding-top: 10px;text-transform: uppercase;font-weight: normal;}
.promise li p{font-size: 18px;line-height: 24px;padding-top: 25px;color: #fff;text-align: center;}
.promise li:hover{background: rgba(0, 160, 233, 0.2);}


@media screen and (max-width:1700px){
  .promise li h3 em{font-size: 48px;}
  .promise li h3 b{font-size: 24px;}
  .promise li h3 b i{font-size: 12px;}
  .promise li p{font-size: 15px;}
}


/* way */
.way{padding: 90px 0;overflow: hidden;}
.way h2{margin-bottom: 80px;}
.way-con{display: flex;}
.way-left{width: 255px;margin-right: 40px;}
.way-left li a{display: block;height: 67px;line-height: 67px;padding-left: 25px;font-size: 20px;color: #000;background: #F3F3F3;margin-bottom: 15px;transition: all 0.3s;overflow: hidden;}
.way-left li a:hover{color: #fff;background: #00A0E9;}

.way-right{width: 0;flex: 1;}
.way-right dl{float: left;width: 833px;margin-right: 40px;position: relative;}
.way-right dd{position: absolute;left: 0;bottom: 0;padding: 0 200px 0 25px;box-sizing: border-box;width: 100%;height: 140px;background: rgba(0, 0, 0, 0.7);}
.way-right dd h4{padding: 20px 0 15px;}
.way-right dd h4 a{display: block;font-size: 20px;color: #fff;line-height: 26px;}
.way-right dd p{font-size: 16px;color: #fff;line-height: 30px;}
.way-right dd .xq{position: absolute;right: 35px;bottom: 22px;width: 124px;height: 50px;line-height: 48px;text-align: center;font-size: 16px;color: #fff;border: 1px solid #fff;box-sizing: border-box;}

.coop-list{margin-top: 70px;}
.coop-list li{float: left;width: 246px;margin-right: 20px;}
.coop-list .tempWrap{overflow: visible !important;}


@media screen and (max-width:1700px){

}




/* yous */
.yous{overflow: hidden;}
.yous h2{margin-bottom: 55px;}
.yous-box{height: 815px;background: url(../images/ys-bg.jpg) no-repeat center;position: relative;z-index: 1;}
.yous-box::after{position: absolute;width: 1730px;height: 596px;background: #fff;border-left: 3px solid #4BC7FF;box-sizing: border-box;content: "";left: 50%;bottom: 0;margin-left: -770px;z-index: -1;}
.ys-bd dl{height: 596px;display: flex;justify-content: space-between;}
.ys-bd dt{width: 827px;margin-top: 50px;}
.ys-bd dd{width: 540px;margin-left: 60px;margin-top: 42px;}
.ys-bd dd h3{font-size: 18px;color: #000;line-height: 38px;font-weight: normal;display: flex;align-items: center;height: 38px;gap: 10px;position: relative;}
.ys-bd dd h3::after{content: "";width: 190px;height: 1px;background: #B7B7B7;position: absolute;left: -57px;bottom: 0;}
.ys-bd dd h4{height: 75px;margin: 40px 0 0;}
.ys-bd dd h4 span{display: inline-block;padding: 0 30px;height: 75px;line-height: 75px;font-size: 26px;color: #fff;background: #00A0E9;border-radius: 0 30px 0 30px;}
.ys-bd dd .ys-desc{font-size: 16px;color: #222;line-height: 38px;padding: 35px 0 30px;border-bottom: 1px solid #D9D9D9;}
.ys-bd dd .xq{display: block;width: 135px;height: 46px;line-height: 44px;text-align: center;font-size: 16px;color: #00A0E9;border: 1px solid #00A0E9;box-sizing: border-box;margin-top: 45px;transition: all 0.3s;}
.ys-bd dd .xq:hover{color: #fff;background: #00A0E9;}

.ys-tab{display: flex;height: 219px;justify-content: space-around;}
.ys-tab li{text-align: center;}
.ys-tab li i{display: block;width: 55px;height: 55px;margin: 42px auto 15px;overflow: hidden;}
.ys-tab li h3{font-size: 20px;color: #fff;line-height: 26px;transition: all 0.3s;}
.ys-tab li p{font-size: 14px;color: #fff;line-height: 18px;padding-top: 12px;transition: all 0.3s;opacity: 0.66;text-transform: uppercase;}
.ys-tab li.on{background: url(../images/ys-jt.png) no-repeat center 176px;}



@media screen and (max-width:1700px){
  .yous-box::after{margin-left: -600px;}
  .ys-bd dl{gap: 60px;}
  .ys-bd dd .ys-desc{font-size: 15px;line-height: 34px;}
}



/* ser */
.ser{padding: 90px 0;background: url(../images/ser-shadow.png) no-repeat center 0;}
.ser h2{margin-bottom: 60px;}
.ser ul{display: flex;gap: 8px;}
.ser li{width: calc((100% - 435px) / 5);height: 500px;overflow: hidden;position: relative;display: flex;justify-content: center;transition: all 0.5s;}
.ser li i{position: absolute;left: 30px;top: 30px;}
.ser li p{position: absolute;left: 30px;bottom: 18px;}
.ser li p b{display: block;font-size: 20px;color: #fff;line-height: 32px;}
.ser li p em{display: block;font-size: 12px;color: #fff;line-height: 20px;padding-top: 6px;}
.ser li.on{width: 395px;}


@media screen and (max-width:1700px){
  .ser li i{left: 20px;}
  .ser li p{left: 20px;}
}



/* honor */
.honor{background: url(../images/honor-bg.jpg) no-repeat center 0 #F3F8FE;padding: 90px 0 0;overflow: hidden;}
.honor-top{display: flex;justify-content: space-between;margin-bottom: 50px;}
.honor-top h2{font-weight: normal;}
.honor-top h2 i{display: block;font-size: 16px;color: #fff;line-height: 20px;}
.honor-top h2 b{display: block;font-size: 38px;color: #fff;line-height: 50px;padding: 20px 0 30px;}
.honor-top h2 span{display: block;font-size: 16px;color: #fff;line-height: 20px;opacity: 0.5;}
.honor-top .more{display: block;width: 135px;height: 46px;line-height: 46px;text-align: center;font-size: 16px;color: #fff;margin-top: 60px;transition: all 0.3s;background: rgba(255, 255, 255, .28);}
.honor-top .more:hover{background: #00A0E9;}
.honor-list li{float: left;width: 333px;margin-right: 25px;}


@media screen and (max-width:1700px) {
  
}



/*abt*/
.abt{padding: 100px 0 60px;background: #F3F8FE;}
.abt dl{display: flex;justify-content: space-between;}
.abt dt{width: 824px;margin-top: 15px;}
.abt dt img{display: block;width: 100%;object-fit: cover;}
.abt dd{width: 614px;}
.abt dd h2 i{display: block;height: 88px;font-size: 110px;color: #E7F3FD;line-height: 88px;text-transform: uppercase;}
.abt dd h2 b{display: block;font-size: 38px;color: #222;line-height: 50px;}
.abt dd .abt-desc{font-size: 16px;color: #222;line-height: 36px;margin: 42px 0 35px;}
.abt dd .abt-more{display: flex;align-items: center;gap: 30px;}
.abt dd .abt-more i{width: 58px;height: 1px;background: #A7AAAE;}
.abt dd .abt-more a{font-size: 18px;color: #222;line-height: 24px;}
.abt dd .abt-more a:hover{color: #00A0E9;}
.abt dd ul{margin-top: 50px;display: flex;justify-content: space-between;}
.abt dd li img{display: block;margin: 0 auto;}
.abt dd li span{display: block;font-size: 18px;color: #222;line-height: 24px;text-align: center;padding-top: 15px;}
.abt dd li:hover img{animation: flipInY 1.5s;}


@media screen and (max-width:1700px){
  .abt dl{gap: 50px;}
  .abt dd h2 img{height: 70px;}
  .abt dd h2 b{font-size: 32px;}
  .abt dd .abt-desc{font-size: 14px;line-height: 32px;}
}



/*news*/
.news{padding: 70px 0 90px;}
.news-con{display: flex;justify-content: space-between;gap: 45px;}
.news-con h3{height: 56px;border-bottom: 1px dashed rgba(112, 112, 112, 0.2);margin-bottom: 32px;}
.news-con h3 a{display: inline-flex;height: 56px;align-items: center;gap: 10px;font-size: 22px;color: #222;}
.news-left{width: 1060px;}
.news-list{display: flex;gap: 32px;}
.news-list dl{width: calc((100% - 32px) / 2);position: relative;}
.news-list dl::after{position: absolute;width: 0;height: 5px;content: "";background: #00A0E9;transition: all 0.5s;}
.news-list dt img{display: block;width: 100%;height: 342px;object-fit: cover;}
.news-list dd{height: 205px;padding: 0 20px;background: #F8F8F8;}
.news-list dd h4{padding: 28px 0 20px;}
.news-list dd h4 a{display: block;font-size: 19px;color: #222;line-height: 25px;height: 25px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-list dd p{font-size: 14px;color: #666;line-height: 25px;height: 50px;overflow: hidden;}
.news-list dd .ntime{height: 34px;display: flex;justify-content: space-between;align-items: center;margin-top: 20px;}
.news-list dd .ntime span{font-size: 15px;color: #999;line-height: 34px;}
.news-list dd .ntime .xq{display: block;width: 34px;height: 34px;background: url(../images/news-jt1.png) no-repeat;}
.news-list dl:hover h4 a{color: #00A0E9;}
.news-list dl:hover .ntime .xq{background: url(../images/news-jt2.png) no-repeat;}
.news-list dl:hover::after{width: 100%;}

.news-right{width: 435px;}
.news-right li{height: 170px;padding: 0 22px;background: #F8F8F8;margin-bottom: 16px;}
.news-right li h4{padding: 22px 0 18px;}
.news-right li h4 a{display: block;font-size: 17px;color: #222;line-height: 22px;height: 22px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-right li p{font-size: 14px;color: #666;line-height: 25px;height: 50px;overflow: hidden;}
.news-right li .ntime{height: 34px;display: flex;justify-content: space-between;align-items: center;margin-top: 8px;}
.news-right li .ntime span{font-size: 15px;color: #999;line-height: 34px;}
.news-right li .ntime .xq{display: block;width: 34px;height: 34px;background: url(../images/news-jt1.png) no-repeat;}
.news-right li:last-child{margin-bottom: 0;}
.news-right li:hover h4 a{color: #00A0E9;}
.news-right li:hover .ntime .xq{background: url(../images/news-jt2.png) no-repeat;}


@media screen and (max-width:1700px){
  
}










html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 12.5px;}}
@media screen and (min-width: 1280px) {html {font-size: 13.33px;}}
@media screen and (min-width: 1366px) {html {font-size: 14.22px;}}
@media screen and (min-width: 1440px) {html {font-size: 15px;}}
@media screen and (min-width: 1600px) {html {font-size: 16.66px;}}
@media screen and (min-width: 1920px) {html {font-size: 20px;}}


/**/
@-webkit-keyframes shake {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      -webkit-transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
    }
  }
  @keyframes shake {
    from,
    to {
      transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      transform: translate3d(10px, 0, 0);
    }
  }
  /*图标抖动*/
  @-webkit-keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  @keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }