﻿@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";}

.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;}
.tit b{display: block;font-size: 38px;color: #222;line-height: 50px;}
.tit span{display: block;font-size: 20px;color: #222;line-height: 26px;padding-top: 20px;}


/*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: #005BAC;}
.banner .prev{position: absolute;font-size: 0;left: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(0,0,0,0.4);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(0,0,0,0.4);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .prev:hover,.banner .next:hover{background: #005BAC;}


/* yinzi */
.yinzi{padding: 117px 0;height: 720px;background: url(../images/yz-bg.jpg) no-repeat center;box-sizing: border-box;}
.yz-con{display: flex;justify-content: space-between;}
.yz-left{width: 470px;margin-top: 47px;}
.yz-left h2{font-size: 36px;color: #222;line-height: 68px;position: relative;padding-bottom: 32px;}
.yz-left h2::after{content: "";position: absolute;left: 0;bottom: 0;width: 90px;height: 6px;background: #005BAC;}
.yz-left p{font-size: 18px;color: #222;line-height: 24px;margin: 40px 0 80px;}
.yz-left .zx{display: flex;width: 322px;height: 84px;justify-content: center;align-items: center;font-size: 20px;color: #fff;background: #005BAC;}
.yz-left .zx img{margin-left: 12px;transition: all 0.5s;}
.yz-left .zx:hover img{margin-left: 20px;}
.yz-right{margin: 0;}
.yz-right ul{display: flex;}
.yz-right li{width: 350px;height: 486px;background: url(../images/yz-box1.jpg) no-repeat center;padding: 0 35px;box-sizing: border-box;}
.yz-right li:nth-child(2){background: url(../images/yz-box2.jpg) no-repeat center;}
.yz-right li:nth-child(3){background: url(../images/yz-box3.jpg) no-repeat center;}
.yz-right li img{display: block;margin: 70px 0 30px;}
.yz-right li h3{font-size: 26px;color: #fff;line-height: 35px;}
.yz-right li p{font-size: 18px;color: #fff;line-height: 38px;margin-top: 60px;}
.yz-right li:hover img{animation: flipInY 1.5s;}


@media screen and (max-width:1700px){
  .yz-left h2{font-size: 28px;}
  .yz-left p{font-size: 15px;}
  .yz-left .zx{width: 300px;}
  .yz-right li{width: 260px;padding: 0 20px;}
  .yz-right li h3{font-size: 22px;}
  .yz-right li p{font-size: 15px;}
}


/* pro */
.pro{height: 867px;background: url(../images/pro-bg.jpg) no-repeat center 0;padding: 80px 0 0;box-sizing: border-box;}
.pro h2 b,.pro h2 span{color: #fff;}
.pro ul{display: flex;gap: 2px;margin-top: 60px;}
.pro li{width: calc((100% - 476px) / 6);height: 533px;background: linear-gradient( 180deg, #25466A 0%, #0B1741 100%);box-sizing: border-box;transition: all 0.5s;overflow: hidden;}
.pro li h3{padding: 58px 0 32px;position: relative;margin-bottom: 40px;}
.pro li h3::after{content: "";position: absolute;left: 50%;bottom: 0;width: 30px;height: 2px;background: #fff;margin-left: -15px;}
.pro li h3 a{display: block;font-size: 20px;color: #fff;line-height: 26px;text-align: center;font-weight: normal;}
.pro li p{height: 319px;display: flex;flex-direction: column;}
.pro li p a{display: block;font-size: 18px;color: rgba(255,255,255,0.5);line-height: 24px;text-align: center;margin-bottom: 35px;height: 24px;text-overflow: ellipsis;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro li p a:last-child{margin-top: auto;margin-bottom: 0;}
.pro li .pro-desc{display: none;font-size: 16px;color: #fff;line-height: 32px;margin-bottom: 40px;}
.pro li .more{display: none;width: 174px;height: 56px;line-height: 56px;text-align: center;font-size: 18px;color: #fff;background: #005BAC;margin-top: 55px;}
.pro li.on{width: 464px;}
.pro li.on .pro-item{width: 464px;padding: 0 30px;box-sizing: border-box;}
.pro li.on h3{padding: 58px 0 20px;margin-bottom: 0;}
.pro li.on h3::after{display: none;}
.pro li.on h3 a{text-align: left;font-weight: bold;}
.pro li.on p{flex-direction: row;flex-wrap: wrap;height: auto;gap: 20px 10px;}
.pro li.on p a{width: 127px;height: 52px;border: 1px solid rgba(255,255,255,0.34);box-sizing: border-box;font-size: 16px;color: #fff;line-height: 50px;margin: 0;transition: all 0.3s;}
.pro li.on p a:hover{background: #005BAC;}
.pro li.on .pro-desc{display: block;}
.pro li.on .more{display: block;}




@media screen and (max-width:1700px){
  .pro li{width: calc((100% - 446px) / 6);}
  .pro li h3 a{font-size: 17px;}
  .pro li p a{font-size: 15px;}
  .pro li.on{width: 434px;}
  .pro li.on .pro-item{width: 434px;}
  .pro li.on p a{width: 117px;}
}


/* promise */
.promise{padding: 90px 0 0;}
.promise h2{margin-bottom: 30px;}
.promise-box{display: flex;justify-content: center;overflow: hidden;}
.promise-con{width: 1580px;height: 769px;background: url(../images/promise-bg.jpg) no-repeat;position: relative;flex-shrink: 0;}
.promise-con li{display: flex;align-items: center;justify-content: flex-end;gap: 20px;}
.promise-con li em{width: 100px;height: 100px;line-height: 100px;text-align: center;font-size: 26px;color: #005BAC;font-weight: bold;background: #fff;border: 1px solid #005BAC;border-radius: 50%;box-sizing: border-box;transition: all 0.3s;}
.promise-con li h3{font-size: 18px;color: #222;line-height: 24px;}
.promise-con li p{font-size: 18px;color: #222;line-height: 24px;padding-top: 12px;}
.promise-con li:nth-child(1){position: absolute;width: 300px;left: 0;bottom: 150px;text-align: right;}
.promise-con li:nth-child(2){position: absolute;width: 358px;left: 0;bottom: 390px;text-align: right;}
.promise-con li:nth-child(3){position: absolute;width: 524px;left: 0;bottom: 598px;text-align: right;}
.promise-con li:nth-child(4){position: absolute;width: 524px;right: 0;bottom: 598px;justify-content: flex-start;}
.promise-con li:nth-child(5){position: absolute;width: 358px;right: 0;bottom: 390px;justify-content: flex-start;}
.promise-con li:nth-child(6){position: absolute;width: 300px;right: 0;bottom: 150px;justify-content: flex-start;}
.promise-con li:hover em{background: #005BAC;color: #fff;}



@media screen and (max-width:1700px){
  .promise h2{margin-bottom: -120px;}
  .promise-con{transform: scale(0.8);transform-origin: bottom center;}
}





/* yous */
.yous{overflow: hidden;position: relative;}
.yous-bd dl{display: flex;}
.yous-bd dt{width: 58.3%;}
.yous-bd dt img{display: block;width: 100%;}
.yous-bd dd{width: 41.7%;background: url(../images/yous-bg.jpg) no-repeat center;background-size: cover;padding: 0 5.5vw 0 8.85vw;box-sizing: border-box;}
.yous-bd dd .problem{font-size: 16px;color: #fff;line-height: 20px;white-space: nowrap;margin: 6vw 0 1.46vw;}
.yous-bd dd h3{font-size: 2vw;color: #fff;line-height: 3.4vw;margin-bottom: 2.6vw;}
.yous-bd dd h4{font-size: 16px;color: #fff;line-height: 20px;padding-left: 37px;background: url(../images/zs2.png) no-repeat left center;}
.yous-bd dd p{font-size: 16px;color: #fff;line-height: 30px;padding-left: 37px;margin: 0.8vw 0 2vw;}
.yous-tab{position: absolute;width: 82.3%;left: 8.85%;bottom: 2.3vw;z-index: 10;display: flex;}
.yous-tab li{width: 25%;height: 7.3vw;background: rgba(255, 255, 255, 0.78);border-right: 1px solid rgba(255, 255, 255, 0.5);box-sizing: border-box;display: flex;justify-content: center;align-items: center;}
.yous-tab li p{font-size: 1.04vw;color: #222;line-height: 2vw;text-align: center;}
.yous-tab li.on{background: #005BAC;}
.yous-tab li.on p{color: #fff;font-weight: bold;} 



@media screen and (max-width:1700px){
  .yous-bd dd{padding: 0 4.4vw 0 7vw;}
  .yous-bd dd .problem{font-size: 14px;margin: 4vw 0 1vw;white-space: normal;}
  .yous-bd dd h4{font-size: 14px;}
  .yous-bd dd p{font-size: 14px;line-height: 24px;margin: 0.5vw 0 1.5vw;}
}


/* way */
.way{padding: 90px 0;overflow: hidden;}
.way-tit{display: flex;justify-content: space-between;align-items: center;margin-bottom: 50px;}
.way-tit h2{text-align: left;}
.way-tit h2 span{font-size: 18px;line-height: 32px;}
.way-tit .more{width: 192px;height: 56px;line-height: 56px;text-align: center;font-size: 18px;color: #fff;background: #005BAC;}
.way-con{display: flex;}
.way-left{width: 160px;margin-right: 75px;position: relative;padding-top: 40px;}
.way-tab li{height: 75px;line-height: 75px;font-size: 20px;color: #222;position: relative;margin-bottom: 5px;}
.way-tab li a{color: #222;}
.way-tab li.on a{color: #fff;font-weight: bold;}
.way-tab li.on::after{content: '';width: 330px;height: 100%;position: absolute;right: 0;top: 0;background: #005BAC;z-index: -1;}
.way-btn{display: flex;gap: 2px;position: absolute;left: 0;bottom: 25px;}
.way-btn>div{width: 65px;height: 65px;overflow: hidden;}
.way-btn>div:hover img{transform: translateY(-100%);}


.way-right{flex: 1;width: 0;}
.way-bd dl{position: relative;}
.way-bd dt{width: 100%;height: 676px;object-fit: cover;}
.way-bd dd{position: absolute;width: 386px;height: 564px;right: 45px;bottom: 45px;background: #005BAC;padding: 0 30px;box-sizing: border-box;}
.way-bd dd h3{padding: 60px 0 35px;}
.way-bd dd h3 a{display: block;font-size: 26px;color: #fff;line-height: 35px;height: 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.way-bd dd p{font-size: 16px;color: #fff;line-height: 38px;height: 320px;}
.way-bd dd .zx{display: block;width: 135px;height: 48px;line-height: 46px;text-align: center;font-size: 16px;color: #fff;border: 1px solid #fff;box-sizing: border-box;transition: all 0.3s;}
.way-bd dd .zx:hover{background: #fff;color: #005BAC;}



@media screen and (max-width:1700px){

}




/* case */
.case{padding: 80px 0;background: #F7F7F7;overflow: hidden;}
.case-top{margin-bottom: 60px;display: flex;justify-content: space-between;align-items: center;}
.case-top h2{text-align: left;}
.case-top .more{display: block;width: 192px;height: 56px;line-height: 56px;text-align: center;font-size: 18px;color: #fff;background: #005BAC;}
.case-list{position: relative;width: 1170px;margin: 0 auto;}
.case-list dl{width: 1170px;margin-right: 35px;height: 455px;display: flex;}
.case-list dt{width: 682px;}
.case-list dt img{display: block;width: 100%;height: 455px;}
.case-list dd{width: 0;flex: 1;background: #fff;padding: 0 35px;box-sizing: border-box;}
.case-list dd h4{padding: 45px 0 40px;}
.case-list dd h4 a{display: block;font-size: 22px;color: #222;line-height: 30px;height: 30px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.case-list dd b{display: block;font-size: 18px;color: #222;line-height: 24px;padding-left: 27px;background: url(../images/zs1.png) no-repeat left center;}
.case-list dd p{font-size: 16px;color: #222;line-height: 36px;margin: 20px 0 24px;height: 180px;}
.case-list dd .xq{display: block;width: 150px;height: 50px;line-height: 48px;text-align: center;font-size: 18px;color: #005BAC;border: 1px solid #005BAC;box-sizing: border-box;transition: all 0.3s;}
.case-list dd .xq:hover{background: #005BAC;color: #fff;}
.case-list .tempWrap{overflow: visible !important;}


@media screen and (max-width:1700px){
 
}




/*abt*/
.abt{height: 885px;padding: 105px 0 0;box-sizing: border-box;background: url(../images/abt-bg.jpg) no-repeat center 0;}
.abt dl{display: flex;justify-content: space-between;}
.abt dd{width: 980px;}
.abt dd h2{padding-bottom: 35px;position: relative;}
.abt dd h2::after{content: '';display: block;width: 76px;height: 3px;background: #fff;position: absolute;left: 0;bottom: 0;}
.abt dd h2 b{display: block;font-size: 32px;color: #fff;line-height: 42px;}
.abt dd h2 i{display: block;font-size: 36px;color: #fff;line-height: 45px;padding-top: 12px;font-weight: normal;text-transform: uppercase;font-family: 宋体;}
.abt dd .abt-desc{font-size: 16px;color: #fff;line-height: 40px;margin: 32px 0 72px;}
.abt-btn{display: flex;gap: 15px;}
.abt-btn a{display: flex;width: 160px;height: 57px;justify-content: center;align-items: center;font-size: 18px;color: #005BAC;background: #fff;border-radius: 0px 0px 25px 0px;}
.abt-btn a:nth-child(1){background: #0077E1;color: #fff;border-radius: 0px 0px 0px 25px;}
.abt-btn a img{margin-left: 6px;transition: all 0.5s;}
.abt-btn a:hover img{margin-left: 14px;}


.abt-sz{display: flex;width: 660px;justify-content: space-between;margin-top: 98px;}
.abt-sz li{text-align: center;}
.abt-sz li span{display: block;height: 52px;font-size: 18px;color: #fff;line-height: 52px;}
.abt-sz li span b{font-size: 42px;}
.abt-sz li p{font-size: 20px;color: #fff;line-height: 25px;padding-top: 18px;}


@media screen and (max-width:1700px){
  .abt dd{width: 820px;}
  .abt dd .abt-desc{font-size: 15px;}
  .abt-sz{width: 580px;}
}


/* coop */
.coop{height: 663px;background: url(../images/coop-bg.jpg) no-repeat center;padding: 95px 0 0;box-sizing: border-box;overflow: hidden;}
.coop-tit{margin-bottom: 60px;display: flex;justify-content: space-between;align-items: center;}
.coop-tit h2{text-align: left;}
.coop-tit .more{display: block;width: 192px;height: 56px;line-height: 56px;text-align: center;font-size: 18px;color: #fff;background: #005BAC;}
.coop-list li{float: left;width: 260px;margin-right: 30px;}
.coop-list li p{margin-bottom: 60px;}
.coop-list li p img{display: block;width: 260px;height: 118px;}
.coop-list .tempWrap{overflow: visible !important;}


/*news*/
.news{padding: 75px 0;background: url(../images/news-bg.jpg) no-repeat center;background-size: cover;}
.news-top{margin-bottom: 50px;display: flex;justify-content: space-between;align-items: center;}
.news-top h2{text-align: left;}
.news-top h2 span{font-size: 20px;line-height: 36px;padding-top: 18px;}
.news-top .more{display: block;width: 192px;height: 56px;line-height: 56px;text-align: center;font-size: 18px;color: #fff;background: #005BAC;}
.news-list{position: relative;}
.news-list .prev{position: absolute;width: 50px;height: 50px;overflow: hidden;left: -80px;top: 50%;margin-top: -25px;}
.news-list .next{position: absolute;width: 50px;height: 50px;overflow: hidden;right: -80px;top: 50%;margin-top: -25px;}
.news-list .prev:hover img{transform: translateY(-100%);}
.news-list .next:hover img{transform: translateY(-100%);}
.news-list dl{float: left;width: calc((100% - 60px) / 3);margin-right: 30px;}
.news-list dt img{display: block;width: 100%;}
.news-list dd{height: 200px;background: #fff;padding: 0 20px;}
.news-list dd h4{padding: 30px 0 20px;}
.news-list dd h4 a{display: block;font-size: 20px;color: #222;height: 26px;line-height: 26px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-list dd p{font-size: 16px;color: #666;line-height: 30px;height: 60px;overflow: hidden;}
.news-list dd .news-time{height: 20px;display: flex;justify-content: space-between;align-items: center;font-size: 16px;color: #999;margin-top: 20px;}
.news-list dd .news-time a{transition: all 0.5s;width: 34px;height: 21px;overflow: hidden;}
.news-list dd:hover .news-time a img{transform: translateY(-100%);}
.news-list .tempWrap{width: 100% !important;}


@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);
    }
  }
  

