﻿@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);}



.tit{font-weight: normal;font-size: 0;text-align: center;}
.tit b{display: block;font-size: 38px;color: #222;line-height: 50px;}
.tit i{display: block;font-size: 18px;color: #999;line-height: 24px;padding-top: 18px;}


/*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: #DA251C;}
.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: #DA251C;}


/* yinzi */
.yinzi{padding: 50px 0;background: #094989;}
.yinzi ul{display: flex;gap: 28px;}
.yinzi li{flex: 1;height: 220px;padding: 0 35px;box-sizing: border-box;background: #fff;position: relative;}
.yinzi li img{position: absolute;right: 0;bottom: 0;}
.yinzi li i{display: block;width: 28px;height: 28px;line-height: 28px;text-align: center;font-size: 16px;color: #0D3F7C;border: 1px solid #0D3F7C;border-radius: 50%;margin: 30px 0 16px;}
.yinzi li h3{font-size: 22px;color: #222;line-height: 29px;}
.yinzi li p{font-size: 16px;color: #222;line-height: 28px;margin-top: 15px;}
.yinzi li:hover img{animation: flipInY 1.5s;}



@media screen and (max-width:1600px){
  .yinzi ul{gap: 20px;}
  .yinzi li{padding: 0 20px;}
}


/* pro */
.pro{padding: 80px 0 70px;}
.pro-tit{height: 48px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 60px;}
.pro-tit h2{font-size: 38px;color: #222;line-height: 48px;}
.pro-tit h3{display: flex;gap: 15px;}
.pro-tit h3 a{width: 130px;height: 48px;line-height: 48px;text-align: center;font-size: 16px;color: #222;font-weight: normal;background: #ECECEC;transition: all 0.3s;}
.pro-tit h3 a.on,.pro-tit h3 a:hover{background: #0D3F7C;color: #fff;}
.pro-list{position: relative;}
.pro-list li{float: left;width: calc((100% - 80px) /3);margin-right: 40px;}
.pro-list li img{display: block;width: 100%;}
.pro-list li span{display: block;height: 76px;line-height: 76px;text-align: center;font-size: 18px;color: #222;background: #F6F6F6;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pro-list .prev{position: absolute;font-size: 0;left: -85px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #CECECE;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.pro-list .next{position: absolute;font-size: 0;right: -85px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #CECECE;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.pro-list .prev:hover,.pro-list .next:hover{background: #0D3F7C;}
.pro-list .tempWrap{width: 100% !important;}



@media screen and (max-width:1600px){
  .pro-list li{width: calc((100% - 60px) /3);margin-right: 30px;}
  .pro-list .prev{left: -75px;}
  .pro-list .next{right: -75px;}
}


/* yous */
.yous{background: #f6f6f6;overflow: hidden;}
.yous-con{position: relative;}
.yous-con h2{position: absolute;left: 0;top: 85px;font-size: 38px;color: #222;line-height: 50px;z-index: 10;}
.yous-con h2 i{display: block;font-size: 18px;color: #999;line-height: 24px;padding-top: 20px;font-weight: normal;}
.ys-tab{position: absolute;left: 0;top: 240px;z-index: 10;display: flex;gap: 5px;}
.ys-tab li{width: 217px;height: 145px;background: #fff;text-align: center;transition: all 0.3s;}
.ys-tab li i{display: block;width: 46px;height: 46px;margin: 30px auto 0;overflow: hidden;}
.ys-tab li i img{display: block;transition: all 0.5s;}
.ys-tab li span{display: block;font-size: 18px;color: #222;line-height: 24px;padding-top: 10px;transition: all 0.3s;}
.ys-tab li.on{background: #0D3F7C;}
.ys-tab li.on img{transform: translateY(-100%);}
.ys-tab li.on span{color: #fff;font-weight: bold;}

.ys-bd dl{height: 780px;display: flex;justify-content: space-between;}
.ys-bd dt{margin-right: -190px;}
.ys-bd dd{width: 683px;padding-top: 435px;}
.ys-bd dd .ys-desc{font-size: 18px;color: #222;line-height: 46px;}
.ys-bd dd .zx{display: block;width: 165px;height: 54px;line-height: 54px;text-align: center;font-size: 18px;color: #222;background: #ECEBEB;margin-top: 50px;transition: all 0.3s;}
.ys-bd dd .zx:hover{background: #0D3F7C;color: #fff;}



@media screen and (max-width:1600px){
  .yous-con h2{font-size: 34px;}
  .yous-con h2 i{font-size: 16px;}
  .ys-tab li{width: 180px;}
  .ys-tab li span{font-size: 16px;}
  .ys-bd dt{margin-right: -360px;}
  .ys-bd dd{width: 560px;}
  .ys-bd dd .ys-desc{font-size: 15px;}
  .ys-bd dd .zx{font-size: 16px;}
}


/* pinz */
.pinz{padding: 90px 0 0;}
.pinz h2{margin-bottom: 55px;}
.pinz ul{height: 696px;display: flex;}
.pinz li{width: 420px;position: relative;transition: all 0.5s;display: flex;justify-content: center;overflow: hidden;}
.pinz li h3{position: absolute;left: 60px;top: 50%;transform: translateY(-50%);transition: all 0.5s;}
.pinz li h3 span{display: block;font-size: 30px;color: #fff;line-height: 50px;padding-top: 20px;}
.pinz li .cover{position: absolute;width: 100%;padding: 0 6.77vw;box-sizing: border-box;left: 0;top: 230px;transition: all 0.5s;opacity: 0;}
.pinz li .cover h4{font-size: 30px;color: #fff;line-height: 50px;}
.pinz li .cover p{font-size: 16px;color: #fff;line-height: 32px;margin: 25px 0 60px;}
.pinz li .pz-btn{margin-top: 75px;display: flex;gap: 15px;}
.pinz li .pz-btn a{width: 165px;height: 54px;line-height: 52px;text-align: center;font-size: 18px;color: #fff;border: 1px solid #707070;box-sizing: border-box;}
.pinz li .pz-btn a.zx{background: #0D3F7C;border-color: #0D3F7C;}


.pinz li.on{width: calc(100% - 840px);}
.pinz li.on h3{opacity: 0;}
.pinz li.on .cover{opacity: 1;top: 130px;}



@media screen and (max-width:1600px){
  .pinz li{width: 320px;}
  .pinz li h3{left: 30px;}
  .pinz li h3 span{font-size: 26px;}
  .pinz li .cover{padding: 0 4vw;}
  .pinz li .cover h4{font-size: 26px;}
  .pinz li .cover p{font-size: 14px;}
  .pinz li.on{width: calc(100% - 640px);}
  .pinz li .pz-btn a{width: 132px;height: 44px;line-height: 42px;font-size: 16px;}
}


/* fea */
.fea{height: 880px;background: url(../images/fea-bg.jpg) no-repeat center;padding: 100px 0 0;box-sizing: border-box;}
.fea dl{display: flex;justify-content: space-between;}
.fea dt{align-self: center;}
.fea dt img{transition: all 0.5s;}
.fea dt img:hover{transform: scale(1.05);}
.fea dd{width: 754px;}
.fea dd h2 b{font-size: 42px;line-height: 70px;color: #222;}
.fea dd h2 i{display: block;font-size: 18px;color: #666;line-height: 24px;font-weight: normal;padding-top: 25px;}
.fea dd ul{display: flex;gap: 30px;flex-wrap: wrap;margin-top: 68px;}
.fea dd li{width: 362px;height: 194px;background: #fff;padding: 0 25px;box-sizing: border-box;transition: all 0.3s;}
.fea dd li h3{display: flex;height: 34px;align-items: center;font-size: 20px;color: #222;padding: 38px 0 15px;transition: all 0.3s;}
.fea dd li h3 i{width: 34px;height: 34px;overflow: hidden;;margin-right: 10px;}
.fea dd li p{font-size: 16px;color: #222;line-height: 34px;transition: all 0.3s;}
.fea dd li:hover{background: #0D3F7C;}
.fea dd li:hover h3{color: #fff;}
.fea dd li:hover p{color: #fff;}
.fea dd li:hover i img{transform: translateY(-100%);}


@media screen and (max-width:1600px) {
  .fea dt img{width: 560px;}
  .fea dd{width: 600px;}
  .fea dd h2 b{font-size: 36px;}
  .fea dd h2 i{font-size: 17px;}
  .fea dd li{width: 285px;padding: 0 20px;}
  .fea dd li h3{font-size: 18px;}
  .fea dd li p{font-size: 14px;}
}



/* case */
.case{padding: 80px 0;}
.case-top{margin-bottom: 58px;display: flex;justify-content: space-between;align-items: center;}
.case-top h2{text-align: left;}
.case-top .more{display: block;width: 170px;height: 54px;line-height: 54px;text-align: center;font-size: 18px;color: #fff;background: #0D3F7C;}
.case-list{position: relative;}
.case-list dl{float: left;width: calc((100% - 30px) / 2);margin-right: 30px;position: relative;}
.case-list dt img{display: block;width: 100%;}
.case-list dd{position: absolute;left: 0;bottom: 0;width: 100%;height: 108px;background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);}
.case-list dd p{font-size: 16px;line-height: 28px;color: #fff;margin: 35px 30px 0;height: 56px;overflow: hidden;}
.case-list .prev{position: absolute;font-size: 0;left: -85px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #CECECE;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.case-list .next{position: absolute;font-size: 0;right: -85px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: #CECECE;border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.case-list .prev:hover,.case-list .next:hover{background: #0D3F7C;}
.case-list .tempWrap{width: 100% !important;}


@media screen and (max-width:1600px){
  .case-list .prev{left: -75px;}
  .case-list .next{right: -75px;}
}



/*use*/
.use{height: 770px;background: url(../images/use-bg.jpg) no-repeat center;}
.use-con{height: 770px;display: flex;justify-content: space-between;align-items: center;}
.use-left{width: 272px;}
.use-left h2{font-size: 38px;color: #fff;line-height: 50px;}
.use-left h2 i{display: block;font-size: 18px;line-height: 24px;font-weight: normal;padding-bottom: 7px;}
.use-left p{font-size: 18px;color: #fff;line-height: 38px;margin: 40px 0 50px;}
.use-left .more{display: block;width: 170px;height: 54px;line-height: 54px;text-align: center;font-size: 18px;color: #fff;background: rgba(255, 255, 255, 0.15);}
.use-right{width: 1120px;}
.use-right ul{display: flex;flex-wrap: wrap;}
.use-right li{width: 280px;height: 262px;border: 1px solid rgba(255, 255, 255, 0.5);padding: 0 30px;margin-right: -1px;margin-bottom: -1px;box-sizing: border-box;}
.use-right li img{display: block;margin: 30px 0 70px;}
.use-right li span{display: block;font-size: 18px;color: #fff;line-height: 24px;}
.use-right li i{display: block;font-size: 14px;color: #fff;line-height: 18px;opacity: 0.45;padding-top: 12px;}
.use-right li:hover{background: #0D3F7C;}
.use-right li:hover img{animation: flipInY 1.5s;}



@media screen and (max-width:1600px){
  .use-right{width: 900px;}
  .use-right li{width: 225px;padding: 0 20px;}
}



/*abt*/
.abt{height: 825px;padding: 75px 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: 790px;}
.abt dd h2{display: flex;align-items: center;font-size: 38px;color: #0D3F7C;line-height: 50px;}
.abt dd h2 img{margin-right: 12px;}
.abt dd .abt-desc{font-size: 16px;color: #222;line-height: 40px;margin: 30px 0 45px;}
.abt dd .more{display: block;width: 170px;height: 54px;line-height: 54px;text-align: center;font-size: 18px;color: #fff;background: #0D3F7C;transition: all 0.3s;margin-top: 68px;}

.abt-sz{display: flex;gap: 90px;}
.abt-sz li{text-align: center;}
.abt-sz li span{display: block;height: 52px;font-size: 16px;color: #222;line-height: 52px;}
.abt-sz li span b{font-size: 42px;color: #0D3F7C;}
.abt-sz li p{font-size: 16px;color: #222;line-height: 20px;padding-top: 18px;}


@media screen and (max-width:1600px){
  .abt dd{width: 640px;}
  .abt dd .abt-desc{font-size: 15px;line-height: 36px;margin: 30px 0 30px;}
  .abt-sz{gap: 58px;}
}



/*news*/
.news{padding: 80px 0;}
.news-top{height: 50px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 60px;}
.news-top h2{font-size: 38px;color: #222;line-height: 50px;}
.news-top h3{display: flex;gap: 20px;}
.news-top h3 a{width: 150px;height: 50px;line-height: 50px;text-align: center;font-size: 18px;color: #222;font-weight: normal;background: #F8F8F8;transition: all 0.3s;}
.news-top h3 a.on,.news-top h3 a:hover{background: #0D3F7C;color: #fff;}
.news-con{display: flex;justify-content: space-between;}
.news-left{width: 834px;display: flex;gap: 30px;}
.news-left dl{width: 402px;}
.news-left dt img{display: block;width: 100%;}
.news-left dd{height: 356px;background: #F8F8F8;padding: 25px 30px 0;box-sizing: border-box;}
.news-left dd h4 a{display: block;font-size: 22px;color: #222;line-height: 40px;height: 80px;overflow: hidden;}
.news-left dd p{font-size: 16px;color: #666;line-height: 32px;margin: 15px 0 35px;height: 96px;overflow: hidden;}
.news-left dd i{display: block;font-size: 16px;color: #999;line-height: 20px;}
.news-left dd .xq{display: inline-flex;font-size: 16px;color: #0D3F7C;height: 20px;line-height: 20px;align-items: center;margin-top: 32px;}
.news-left dd .xq img{margin-left: 5px;transition: all 0.5s;}
.news-left dd .xq:hover img{margin-left: 12px;}
.news-left dl:hover h4 a{color: #0D3F7C;}

.news-right{width: 667px;background: #F8F8F8;padding: 0 30px;box-sizing: border-box;}
.news-right li{height: 208px;border-bottom: 1px solid #E2E2E2;}
.news-right li h4{padding: 28px 0 0;}
.news-right li h4 a{display: block;height: 24px;line-height: 24px;font-size: 18px;color: #222;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-right li p{font-size: 14px;color: #666;line-height: 32px;height: 64px;overflow: hidden;margin: 18px 0;}
.news-right li i{display: block;font-size: 16px;color: #999;line-height: 20px;}
.news-right li:last-child{border: 0;}
.news-right li:hover h4 a{color: #0D3F7C;}


@media screen and (max-width:1600px){
  .news-left{width: 640px;gap: 20px;}
  .news-left dl{width: 310px;}
  .news-left dd h4 a{font-size: 20px;}
  .news-right{width: 530px;}
  .news-right li{height: 188px;}
  .news-right li p{margin: 15px 0;}
}










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);
    }
  }
  

