﻿@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;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: #003B93;}
.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: #003B93;}




/* pro */
.pro{padding: 120px 0;}
.pro-top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 70px;}
.pro-top h2{font-size: 56px;color: #003B93;line-height: 56px;}
.pro-top .more{display: block;width: 175px;height: 50px;line-height: 50px;text-align: center;background: #00BFFF;color: #003B93;font-size: 14px;border-radius: 25px;}
.pro ul{display: flex;flex-wrap: wrap;gap: 40px 30px;}
.pro li{width: calc((100% - 30px) / 2);box-shadow: 0 0 16px rgba(0, 59, 147, 0.25);padding: 60px;background: linear-gradient(to bottom,
    #F2F2F4 0%,
    #F7F7F7 50%,
    #EEEFF3 100%
  );border: 4px solid #fff;box-sizing: border-box;transition: all 0.5s;}
.pro li h3{display: flex;justify-content: space-between;align-items: center;margin-bottom: 80px;}
.pro li h3 span{font-size: 42px;color: #3E3E3E;line-height: 42px;padding-bottom: 20px;position: relative;}
.pro li h3 span::after{position: absolute;left: 0;bottom: 0;width: 152px;height: 5px;content: "";background: #00BFFF;}
.pro li h3 i{display: block;width: 61px;height: 20px;background: url(../images/pro-jt1.png) no-repeat;transition: all 0.5s;}
.pro li p img{display: block;width: 100%;transition: all 0.5s;}
.pro li:hover{background: #fff;}
.pro li:hover h3 i{background: url(../images/pro-jt2.png) no-repeat;}
.pro li:hover p img{transform: scale(1.05);}



@media screen and (max-width:1700px){

}




/*abt*/
.abt{height: 1007px;background: url(../images/abt-bg.jpg) no-repeat center 0;padding: 107px 0 0;box-sizing: border-box;}
.abt h2 b{display: block;font-size: 56px;color: #003B93;line-height: 56px;}
.abt h2 i{display: block;font-size: 30px;color: #000;line-height: 30px;padding-top: 18px;font-weight: normal;}
.abt dl{display: flex;margin: 65px 0;}
.abt dt{background: #000;position: relative;width: 690px;height: 400px;}
.abt dt img{display: block;width: 100%;height: 100%;object-fit: cover;}
.abt dt i{position: absolute;width: 69px;height: 69px;background: url(../images/bo.png) no-repeat;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.abt dt video{display: block;width: 100%;height: 100%;}
.abt dd{width: 0;flex: 1;margin-left: 20px;background: #fff;box-shadow: 0 0 20px rgba(149, 179, 228, 0.50);padding: 0 55px;box-sizing: border-box;}
.abt dd .abt-desc{font-size: 18px;color: #666;line-height: 32px;padding: 30px 0;border-top: 1px solid #ECECEC;margin-top: 65px;position: relative;}
.abt dd .abt-desc::before{position: absolute;width: 104px;height: 4px;content: "";background: #003B93;left: 0;top: -4px;}
.abt dd .more{float: right;width: 175px;height: 50px;line-height: 50px;text-align: center;background: #00BFFF;color: #003B93;font-size: 14px;border-radius: 25px;}

.abt ul{display: flex;justify-content: space-between;margin-top: 68px;}
.abt li{transition: all 0.5s;}
.abt li i{display: block;width: 103px;height: 103px;border-radius: 50%;margin: 0 auto;overflow: hidden;box-shadow: 0 0 20px rgba(149, 179, 228, 0.50);}
.abt li span{display: block;font-size: 24px;color: #666;line-height: 24px;padding-top: 18px;text-align: center;}
.abt li:hover{transform: translateY(-10px);}
.abt li:hover span{color: #003B93;}
.abt li:hover i img{transform: translateY(-100%);}


@media screen and (max-width:1700px){
  .abt dt{width: 550px;}
}





/* use */
.use{padding: 110px 0;}
.use-top{display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 65px;}
.use-top h2 b{display: block;font-size: 56px;color: #003B93;line-height: 56px;}
.use-top h2 i{display: block;font-size: 30px;color: #000;line-height: 30px;padding-top: 18px;font-weight: normal;}
.use-top .more{display: block;width: 175px;height: 50px;line-height: 50px;text-align: center;background: #00BFFF;color: #003B93;font-size: 14px;border-radius: 25px;}
.use ul{display: flex;gap: 10px;}
.use li{width: calc((100% - 668px) / 4);height: 660px;overflow: hidden;transition: all 0.5s;}
.use li h3{position: relative;}
.use li h3 span{position: absolute;left: 50%;top: 42px;font-size: 24px;color: #fff;line-height: 36px;font-weight: normal;transform: translateX(-50%);white-space: nowrap;}
.use li h3 i{position: absolute;left: 50%;bottom: 34px;margin-left: -16px;}
.use li dl{display: none;position: relative;}
.use li dl::after{position: absolute;width: 32px;height: 32px;right: 42px;bottom: 32px;content: "";background: url(../images/jian.png) no-repeat;}
.use li dd{position: absolute;left: 0;top: 48px;width: 100%;padding: 0 50px;box-sizing: border-box;z-index: 2;}
.use li dd h4{font-size: 30px;color: #fff;line-height: 30px;margin-bottom: 32px;}
.use li dd p{font-size: 18px;color: #fff;line-height: 30px;}


.use li.on{width: 628px;box-shadow: 5px 5px 20px rgba(149, 179, 228, 0.50);}
.use li.on h3{display: none;}
.use li.on dl{display: block;}




@media screen and (max-width:1700px){
  .use li{width: calc((100% - 540px) / 4);}
  .use li dd{padding: 0 40px;}
  .use li.on{width: 500px;}
}



/*news*/
.news{padding: 100px 0;background: #F6F9FE;}
.news-top{display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 80px;}
.news-top h2 b{display: block;font-size: 56px;color: #003B93;line-height: 56px;}
.news-top h2 i{display: block;font-size: 30px;color: #000;line-height: 30px;padding-top: 18px;font-weight: normal;}
.news-top .more{display: block;width: 175px;height: 50px;line-height: 50px;text-align: center;background: #00BFFF;color: #003B93;font-size: 14px;border-radius: 25px;}
.news-con{display: flex;justify-content: space-between;gap: 60px;}
.news-con h3{display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.news-con h3 span{display: flex;gap: 50px;}
.news-con h3 span a{font-size: 24px;color: #000;line-height: 24px;font-weight: normal;padding-bottom: 10px;border-bottom: 3px solid transparent;}
.news-con h3 span a.on{border-color: #00BFFF;color: #003B93;}
.news-con h3 .more{font-size: 16px;color: #000;line-height: 20px;}
.news-left{width: 825px;}
.news-item dl{height: 270px;display: flex;box-shadow: 0 0 20px rgba(149, 179, 228, 0.50);}
.news-item dt img{display: block;width: 412px;height: 270px;object-fit: cover;}
.news-item dd{width: 0;flex: 1;padding: 50px 45px 0;background: #fff;box-sizing: border-box;}
.news-item dd i{display: block;font-size: 12px;color: #949494;line-height: 12px;}
.news-item dd h4 a{display: block;height: 20px;font-size: 18px;color: #000;line-height: 20px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin: 55px 0 15px;}
.news-item dd p{font-size: 14px;color: #898989;line-height: 20px;height: 60px;overflow: hidden;}
.news-item ul{padding-top: 58px;display: flex;gap: 85px;height: 260px;border-bottom: 1px solid #000;box-sizing: border-box;}
.news-item li{width: 0;flex: 1;}
.news-item li i{display: block;font-size: 12px;color: #949494;line-height: 12px;}
.news-item li h4 a{display: block;height: 20px;font-size: 18px;color: #000;line-height: 20px;font-weight: normal;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin: 38px 0 18px;}
.news-item li p{font-size: 14px;color: #898989;line-height: 20px;height: 40px;overflow: hidden;}
.news-item h4 a:hover{color: #003B93;}


.news-right{width: 496px;}
.cpbk{height: 530px;background: #003B93;padding: 36px 40px 0;box-sizing: border-box;}
.cpbk dt img{display: block;width: 100%;height: 270px;object-fit: cover;}
.cpbk dd{padding: 42px 0 0;}
.cpbk dd i{display: block;font-size: 12px;color: #fff;line-height: 12px;}
.cpbk dd h4 a{display: block;height: 20px;font-size: 18px;color: #fff;line-height: 20px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin: 38px 0 18px;}
.cpbk dd p{font-size: 14px;color: #fff;line-height: 20px;height: 40px;overflow: hidden;}


@media screen and (max-width:1700px){
  .news-item dt img{width: 330px;}
}





.xban img{display: block;width: 100%;}













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);
    }
  }
  

