﻿@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: 18px;color: #666;line-height: 24px;padding-top: 20px;}
.tit em{color: #173FB8;}


/*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: #CB2428;}
.banner .prev{position: absolute;font-size: 0;left: 40px;top: 50%;transform: translateY(-50%);z-index: 10;padding: 6px;background: rgba(255,255,255,0.45);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(255,255,255,0.45);border-radius: 50%;cursor: pointer;transition: all 0.3s;}
.banner .prev:hover,.banner .next:hover{background: #CB2428;}


/* feature */
.feature{padding: 75px 0 40px;}
.feature h2{margin-bottom: 44px;}
.feature h2 span{display: block;font-size: 20px;color: #222;line-height: 26px;font-weight: normal;padding-bottom: 10px;}
.feature h2 b{display: block;font-size: 38px;color: #222;line-height: 50px;}
.feature ul{display: flex;gap: 22px;}
.feature ul li{flex:1;height: 182px;background: #F5F5F5;position: relative;padding: 0 25px;box-sizing: border-box;white-space: nowrap;transition: all 0.3s;}
.feature ul li i{display: block;width: 50px;height: 50px;overflow: hidden;margin: 24px 0 15px;}
.feature ul li i img{display: block;}
.feature ul li b{display: block;font-size: 18px;color: #222;line-height: 24px;transition: all 0.3s;}
.feature ul li em{display: block;font-size: 12px;color: #999;line-height: 16px;text-transform: uppercase;padding-top: 10px;transition: all 0.3s;}
.feature ul li strong{position: absolute;height: 115px;right: 0;bottom: 0;overflow: hidden;}
.feature ul li strong img{display: block;}
.feature ul li:hover{background: #CB2428;box-shadow: 0px 3px 22px 1px rgba(77,7,9,0.6);}
.feature ul li:hover i img,.feature ul li:hover strong img{transform: translateY(-100%);}
.feature ul li:hover b,.feature ul li:hover em{color: #fff;}

@media screen and (max-width:1536px){
  .feature ul{gap: 18px;}
  .feature ul li{width: calc((100% - 90px) / 6);}
}


/*pro*/
.pro{padding: 40px 0;}
.pro-bd dl{height: 555px;display: flex;align-items: center;background: url(/images/pro-bg1.jpg) no-repeat;padding: 0 30px;}
.pro-bd dt{overflow: hidden;}
.pro-bd dd{width: 570px;align-self: flex-start;margin-top: 50px;}
.pro-bd dd h3 a{display: block;font-size: 32px;color: #fff;line-height: 42px;}
.pro-desc{font-size: 16px;color: #fff;line-height: 38px;margin: 38px 0 46px;}
.protd{display: flex;gap: 60px;}
.protd p{text-align: center;}
.protd p i{display: block;width: 52px;height: 52px;margin: 0 auto;overflow: hidden;}
.protd p span{display: block;font-size: 16px;color: #fff;line-height: 40px;}
.pro-btn{display: flex;gap: 20px;margin-top: 60px;}
.pro-btn a{display: flex;justify-content: center;align-items: center;width: 162px;height: 50px;border: 1px solid #fff;font-size: 16px;color: #fff;line-height: 50px;text-align: center;box-sizing: border-box;}
.pro-btn a.zx{background: #CB2428;border-color: #CB2428;}
.pro-btn a.zx img{margin-left: 5px;transition: all 0.5s;}
.pro-btn a.zx:hover img{margin-left: 13px;}
.pro-hd{margin-top: 45px;display: flex;gap: 30px;}
.pro-hd dl{flex: 1;height: 190px;border: 3px solid #F5F5F5;background: #F5F5F5;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;transition: all 0.3s;}
.pro-hd dt img{max-width: 100%;}
.pro-hd dd{padding-left: 12px;flex: 0 0 180px;}
.pro-hd dd h3 a{display: block;font-size: 20px;color: #222;line-height: 26px;margin-bottom: 24px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pro-hd dd p{display: block;font-size: 16px;color: #222;line-height: 28px;}
.pro-hd dl.on{border-color: #C00000;}


/* cpzx */
.cpzx{padding: 40px 0;}
.cpzx-top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 55px;padding-bottom: 20px;border-bottom: 1px solid rgba(152, 152, 152, 0.55);}
.cpzx-top h2{font-size: 38px;color: #222;line-height: 50px;}
.cpzx-top h3{display: flex;gap: 15px;}
.cpzx-top h3 a{min-width: 118px;padding: 0 17px;box-sizing: border-box;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #222;font-weight: normal;background: #fff;transition: all 0.3s;}
.cpzx-top h3 a:hover{background: #CB2428;color: #fff;}
.cpzx-con{display: flex;}
.cpzx-left{margin-right: 30px;width: 337px;}
.cpzx-left img{display: block;width: 100%;}
.cpzx-right{flex: 1;}
.cpzx-right dl{height: 286px;background: url(/images/pro-bg2.jpg) no-repeat center;display: flex;align-items: center;}
.cpzx-right dt{margin-right: 20px;}
.cpzx-right dt.pic a img{ width:399px;}
.cpzx-right dd{padding: 60px 0 0;flex: 1;align-self: flex-start;margin-right: 30px;}
.cpzx-right dd h4 a{display: block;font-size: 22px;color: #fff;line-height: 30px;}
.cpzx-right dd p{font-size: 16px;color: #fff;line-height: 38px;margin-top: 25px;}
.cpzx-right ul{display: flex;gap: 27px;margin-top: 30px;}
.cpzx-right li{flex: 1;position: relative;overflow: hidden;}
.cpzx-right li img{display: block;width: 100%;transition: all 0.5s;}
.cpzx-right li p{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);transform: scale(0);opacity: 0;transition: all 0.5s;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.cpzx-right li p i{display: block;width: 40px;height: 40px;background: url(/images/pro-icon.png) no-repeat center;}
.cpzx-right li p span{display: block;font-size: 16px;color: #fff;line-height: 20px;padding-top: 10px;}
.cpzx-right li:hover img{transform: scale(1.05);}
.cpzx-right li:hover p{transform: scale(1);opacity: 1;}


@media screen and (max-width:1536px){
  .cpzx-top h3 a{min-width: 100px;font-size: 15px;padding: 0 15px;}
  .cpzx-left{width: 312px;}
  .cpzx-right dd p{line-height: 32px;margin-top: 20px;}
}


/* case */
.case{padding: 40px 0 80px;}
.case h2{font-size: 38px;color: #222;line-height: 60px;margin-bottom: 40px;}
.case-con{position: relative;}
.case-bd dl{padding: 0 0 48px;position: relative;}
.case-bd dt{width: 890px;}
.case-bd dt img{display: block;width: 100%;}
.case-bd dd{position: absolute;width: 614px;height: 326px;background: #CB2428;right: 0;bottom: 0;padding: 50px 50px 0;box-sizing: border-box;}
.case-bd dd h4 a{display: block;font-size: 22px;color: #fff;line-height: 30px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.case-bd dd p{font-size: 16px;color: #fff;line-height: 34px;margin: 25px 0 40px;}
.case-bd dd .xq{display: inline-flex;align-items: center;height: 28px;line-height: 28px;font-size: 16px;color: #fff;}
.case-bd dd .xq img{margin-left: 8px;transition: all 0.5s;}
.case-bd dd .xq:hover img{transform: translateX(8px);}
.case-hd{position: absolute;right: 0;top: 40px;z-index: 10;width: 410px;}
.case-hd li{height: 20px;line-height: 20px;;padding-left: 30px;border-left: 3px solid #222;display: flex;margin: 0 0 28px;}
.case-hd li i{width: 50px;font-size: 18px;color: #222;font-weight: bold;}
.case-hd li a{flex: 1;font-size: 16px;color: #222;height: 20px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.case-hd li.on{border-color: #CB2428;}
.case-hd li.on i,.case-hd li.on a{color: #CB2428;}
.case-con .prev{position: absolute;width: 52px;height: 48px;left: 680px;bottom: 0;z-index: 10;background: url(/images/case-prev1.png) no-repeat #fff;}
.case-con .next{position: absolute;width: 52px;height: 48px;left: 734px;bottom: 0;z-index: 10;background: url(/images/case-next1.png) no-repeat #fff;}
.case-con .prev:hover{background: url(/images/case-prev2.png) no-repeat #CB2428;}
.case-con .next:hover{background: url(/images/case-next2.png) no-repeat #CB2428;}


@media screen and (max-width:1536px){
  .case-bd dt{width: 762px;}
  .case-bd dd{width: 537px;height: 285px;padding: 30px 30px 0;}
  .case-bd dd p{margin: 20px 0 30px;line-height: 32px;}
  .case-con .prev{left: 558px;}
  .case-con .next{left: 612px;}
  .case-hd{top: 30px;width: 360px;}
  .case-hd li{margin: 0 0 24px;}
}



/* yous */
.yous{position: relative;padding: 0 0 90px;overflow: hidden;}
.yous-pic{display: flex;justify-content: center;height: 783px;}
.yous-hd{position: absolute;left: 0;bottom: 0;width: 100%;z-index: 10;}
.yous-hd ul{display: flex;}
.yous-hd li{width: 276px;padding-left: 55px;padding-top: 26px;height: 180px;box-sizing: border-box;background: #fff;transition: all 0.5s;position: relative;}
.yous-hd li::before{position: absolute;width: 1px;height: 138px;content: "";background: #DBDBDB;left: 0;top: 21px;}
.yous-hd li h3{position: relative;z-index: 1;height: 90px;box-sizing: border-box;}
.yous-hd li h3::after{position: absolute;left: 0;bottom: 0;width: 35px;height: 3px;content: "";background: #CB2428;transition: all 0.3s;}
.yous-hd li h3 b{display: block;font-size: 20px;color: #222;line-height: 32px;transition: all 0.3s;}
.yous-hd li h3 i{position: absolute;font-size: 88px;color: #5E5E5E;font-family: Arial, Helvetica, sans-serif;line-height: 64px;left: -5px;top: 0;z-index: -1;opacity: 0.1;}
.yous-hd li em{display: block;font-size: 12px;color: #999;line-height: 50px;text-transform: uppercase;white-space: nowrap;}
.yous-hd li p{font-size: 16px;color: #fff;line-height: 28px;margin-top: 14px;padding-right: 25px;display: none;height: 56px;overflow: hidden;}
.yous-hd li.on{flex: 1;background: #CB2428;}
.yous-hd li.on::before{display: none;}
.yous-hd li.on h3{height: 60px;display: flex;gap: 5px;}
.yous-hd li.on h3::after{background: #fff;}
.yous-hd li.on h3 i{display: none;}
.yous-hd li.on h3 b{color: #fff;}
.yous-hd li.on em{display: none;}
.yous-hd li.on p{display: block;}


@media screen and (max-width:1536px){
  .yous-hd li{width: 240px;padding-left: 40px;}
  .yous-hd li p{font-size: 14px;padding-right: 15px;}
  .yous-hd li.on{padding-left: 30px;}
}




/*abt*/
.abt{padding: 100px 0;}
.abt h2{text-align: center;position: relative;height: 116px;margin-bottom: 30px;}
.abt h2 b{font-size: 38px;color: #222;line-height: 36px;top: 40px;left: 50%;transform: translateX(-50%);position: absolute;}
.abt-con{height: 528px;background: url(/images/abt-bg.jpg) no-repeat;padding: 0 40px;}
.abt-con dl{height: 327px;display: flex;justify-content: space-between;}
.abt-con dt{margin: 72px 154px 0 0;}
.abt-con dd{padding: 60px 0 0;width: 616px;}
.abt-con dd h3{font-size: 28px;color: #222;line-height: 36px;margin-bottom: 32px;}
.abt-con dd p{font-size: 16px;color: #222;line-height: 38px;}
.abt-con ul{display: flex;flex-wrap: wrap;gap: 25px;padding: 0 7px;}
.abt-con ul li{width: 165px;overflow: hidden;}
.abt-con ul li img{display: block;width: 100%;transition: all 0.5s;}
.abt-con ul li img:hover{transform: scale(1.05);}


@media screen and (max-width:1536px){
  .abt-con dd{width: 540px;}
  .abt-con dt{margin: 72px 90px 0 0;}
  .abt-con ul{padding: 0;}
  .abt-con ul li{width: 138.5px;}
}



/*news*/
.news{padding: 0 0 80px;}
.news-con{display: flex;justify-content: space-between;}
.news-left{width: 880px;}
.news h3{height: 50px;line-height: 30px;border-bottom: 1px solid #989898;display: flex;justify-content: space-between;position: relative;margin-bottom: 40px;}
.news h3::after{position: absolute;left: 0;bottom: -2px;width: 88px;height: 3px;content: "";background: #CB2428;}
.news h3 b{font-size: 22px;color: #222;}
.news h3 a{font-size: 18px;color: #222;font-weight: normal;}
.news h3 a:hover{color: #CB2428;}
.qydt{background: #F5F5F5;height: 514px;padding: 25px;box-sizing: border-box;overflow: hidden;}
.news-list dl{display: flex;margin-bottom: 30px;overflow: hidden;height: 183px;}
.news-list dt{margin-right: 30px;}
.news-list dt img{display: block;height: 183px;transition: all 0.5s;}
.news-list dt img:hover{transform: scale(1.05);}
.news-list dd{flex: 1;padding-top: 22px;}
.news-list dd h4 a{display: block;font-size: 18px;color: #222;font-weight: normal;;line-height: 24px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news-list dd p{font-size: 16px;color: #999;line-height: 28px;margin: 18px 0;height: 56px;overflow: hidden;}
.news-list dd .xq{display: inline-block;font-size: 16px;color: #222;line-height: 22px;}
.news-list dd h4 a:hover{color: #CB2428;font-weight: bold;}
.news-list dd .xq:hover{color: #CB2428;}

.news-right{width: 468px;}
.hydt{height: 514px;background: #F5F5F5;padding: 20px;box-sizing: border-box;}
.hydt dt img{display: block;width: 100%;}
.hydt dd{padding: 25px 0 0;}
.hydt dd h4 a{display: block;font-size: 18px;color: #222;line-height: 24px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.hydt dd p{font-size: 16px;color: #999;line-height: 28px;margin: 22px 0 32px;}
.hydt dd .xq{display: inline-block;font-size: 16px;color: #999;line-height: 22px;}
.hydt dd h4 a:hover,.hydt dd .xq:hover{color: #CB2428;}


@media screen and (max-width:1536px){
  .news-left{width: 760px;}
  .news-right{width: 410px;}
}


/* cess */
.cess{height: 190px;background: url(/images/cess-bg.jpg) no-repeat center;}
.cess ul{height: 190px;display: flex;align-items: center;}
.cess li{position: relative;flex: 1;transition: all 0.5s;}
.cess li img{display: block;margin: 0 auto 8px;}
.cess li p{display: block;font-size: 18px;color: #fff;line-height: 24px;text-align: center;}
.cess li.line{max-width: 1px;height: 45px;background: #fff;opacity: 0.44;}
.cess li:hover{transform: translateY(-10px);}







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);
    }
  }
  

