﻿@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: 50px;color: #212122;line-height: 50px;padding-bottom: 42px;background: url(../images/tit-zs.png) no-repeat bottom center;}
.tit span{display: block;font-size: 24px;color: #212122;line-height: 24px;padding-top: 10px;}


/*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: 100px 0 0;height: 725px;background: url(../images/yz-bg.png) no-repeat right 320px;box-sizing: border-box;}
.yz-con{display: flex;justify-content: space-between;}
.yz-left{width: 700px;}
.yz-left h2{font-size: 50px;color: #212122;line-height: 50px;}
.yz-left h2 em{display: block;padding-top: 22px;}
.yz-left h3{font-size: 24px;color: #DA251C;line-height: 24px;height: 24px;display: flex;align-items: center;margin: 70px 0 20px;}
.yz-left h3 i{width: 1px;height: 16px;background: #eee;margin: 0 25px;}
.yz-left .yz-desc{font-size: 16px;color: #606266;line-height: 30px;}
.yz-left .more{display: flex;width: 160px;height: 48px;justify-content: center;align-items: center;font-size: 16px;color: #fff;background: #DA251C;border-radius: 24px;margin-top: 100px;}
.yz-left .more img{margin-left: 14px;transition: all 0.5s;}
.yz-left .more:hover img{margin-left: 20px;}
.yz-right{width: 766px;}
.yz-right ul{display: flex;flex-wrap: wrap;gap: 100px 0;position: relative;}
.yz-right ul::before{content: "";width: 100%;height: 1px;background: #eee;position: absolute;left: 0;top: 50%;}
.yz-right li{width: 230px;}
.yz-right li span{display: block;font-size: 20px;color: #212122;line-height: 20px;}
.yz-right li p{height: 70px;margin-top: 12px;font-size: 30px;color: #DA251C;line-height: 30px;}
.yz-right li p em{line-height: 70px;font-size: 70px;vertical-align: top;}
.yz-right li:nth-child(3) p,.yz-right li:nth-child(5) p{color: #212122;}
.yz-right li:nth-child(3){margin-left: auto;width: 180px;}



@media screen and (max-width:1800px){
  .yinzi{height: 680px;}
  .yz-left{width: 500px;}
  .yz-left h2{font-size: 34px;line-height: 34px;}
  .yz-left h3{font-size: 20px;}
  .yz-left .yz-desc{font-size: 14px;line-height: 26px;}
  .yz-left .more{margin-top: 80px;}
  .yz-right{width: 540px;}
  .yz-right li{width: 180px;}
  .yz-right li p{height: 50px;font-size: 22px;line-height: 22px;}
  .yz-right li p em{font-size: 50px;line-height: 50px;}
  .yz-right li:nth-child(3){width: 140px;}
}


/* pro */
.pro{padding: 0 0 106px;background: url(../images/pro-bg.jpg) no-repeat bottom center;}
.pro h2{margin-bottom: 50px;}
.pro ul{display: flex;justify-content: space-between;}
.pro li{width: 260px;height: 600px;overflow: hidden;transition: all 0.5s;}
.pro-item{width: 260px;height: 600px;background: rgba(255,255,255,0.9);border: 1px solid #D8D8D8;border-radius: 20px;box-sizing: border-box;padding-left: 40px;position: relative;backdrop-filter: blur(10px);}
.pro-item img{display: block;margin: 80px 0 50px;}
.pro-item h3{font-size: 32px;line-height: 40px;font-weight: normal;color: #212122;}
.pro-item h3 b{display: block;}
.pro-item i{position: absolute;left: 40px;bottom: 60px;font-size: 18px;color: #909399;line-height: 26px;text-transform: uppercase;}
.pro-dl{width: 810px;height: 600px;background: rgba(255,255,255,0.9);border: 1px solid #D8D8D8;border-radius: 20px;box-sizing: border-box;padding: 30px;display: flex;backdrop-filter: blur(10px);}
.pro-dl dt{border-radius: 10px;overflow: hidden;}
.pro-dl dd{width: 0;flex: 1;margin-left: 40px;}
.pro-dl dd h3{font-size: 36px;line-height: 44px;font-weight: normal;color: #212122;padding: 20px 0 30px;border-bottom: 1px solid #D8D8D8;}
.pro-dl dd h3 b{display: block;color: #DA251C;}
.pro-dl dd .pro-desc{font-size: 18px;color: #212122;line-height: 28px;margin-top: 30px;padding-left: 16px;background: url(../images/pro-s.png) no-repeat left 11px;}
.pro-dl dd .pro-desc b{display: block;}

.pro li.on{width: 810px;}
.pro li.on .pro-item{display: none;}



@media screen and (max-width:1800px){
  .pro li{width: 185px;height: 520px;}
  .pro-item{width: 185px;height: 520px;padding-left: 20px;}
  .pro-item img{height: 64px;} 
  .pro-item h3{font-size: 24px;}
  .pro-item i{font-size: 15px;left: 20px;bottom: 40px;}
  .pro-dl{width: 570px;height: 520px;}
  .pro-dl dt img{width: 280px;height: 520px;object-fit: cover;}
  .pro-dl dd{margin-left: 30px;}
  .pro-dl dd h3{font-size: 26px;line-height: 36px;padding: 20px 0;}
  .pro-dl dd .pro-desc{font-size: 14px;line-height: 24px;margin-top: 15px;}
  .pro li.on{width: 570px;}
}


/* xban */
.xban{height: 290px;background: url(../images/xban.jpg) no-repeat center center;}
.xban-con{height: 290px;display: flex;justify-content: space-between;align-items: center;}
.xban-left h3{font-size: 40px;color: #fff;line-height: 50px;font-weight: normal;}
.xban-left h3 em{display: block;color: #FAE248;}
.xban-left P{font-size: 24px;color: #fff;line-height: 24px;padding-top: 30px;}
.xban-right .xban-tel{display: flex;gap: 50px;}
.xban-right .xban-tel p{padding-left: 60px;font-size: 16px;color: #fff;line-height: 16px;background: url(../images/xban-tel.png) no-repeat left center;}
.xban-right .xban-tel p b{display: block;font-size: 36px;line-height: 36px;padding-top: 8px;font-family: Arial, Helvetica, sans-serif;}
.xban-right .zx{float: right;width: 200px;height: 52px;line-height: 52px;text-align: center;font-size: 20px;color: #DA251C;font-weight: bold;background: #fff;border-radius: 26px;margin-top: 42px;}


@media screen and (max-width:1800px){
  .xban-left h3{font-size: 32px;}
  .xban-left p{font-size: 20px;}
  .xban-right .xban-tel{gap: 40px;}
  .xban-right .xban-tel p{font-size: 14px;}
  .xban-right .xban-tel p b{font-size: 28px;}
  .xban-right .zx{width: 160px;height: 42px;line-height: 42px;font-size: 16px;}
}




/* way */
.way{background: #F8F9FA;padding: 100px 0 90px;overflow: hidden;}
.way-top{display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 50px;}
.way-top h2{display: flex;flex-direction: column;font-weight: normal;gap: 24px;}
.way-top h2 span{display: block;font-size: 24px;color: #212122;line-height: 24px;position: relative;padding-left: 40px;}
.way-top h2 span::before{position: absolute;width: 30px;height: 4px;content: "";background: #DA251C;left: 0;top: 10px;}
.way-top h2 b{display: block;font-size: 50px;line-height: 50px;color: #212122;}
.way-top .more{display: flex;width: 160px;height: 48px;justify-content: center;align-items: center;font-size: 16px;color: #fff;background: #DA251C;border-radius: 24px;margin-top: 100px;}
.way-top .more img{margin-left: 14px;transition: all 0.5s;}
.way-top .more:hover img{margin-left: 20px;}
.way-list{width: 1000px;margin: 0 auto;}
.way-pic{width: 1000px;height: 500px;border-radius: 20px;overflow: hidden;}
.way-pic img{transform: scale(0.8);opacity: 0.4;transition: all 0.5s;}
.way-pic.active img{transform: none;opacity: 1;}
.way .tempWrap{overflow: visible !important;}
.way-tab{border-bottom: 1px solid #D8D8D8;display: flex;justify-content: space-between;margin-top: 50px;}
.way-tab li{position: relative;padding: 0 0 20px;}
.way-tab li a{display: flex;align-items: center;gap: 10px;height: 32px;font-size: 24px;color: #212122;font-weight: bold;}
.way-tab li i{height: 36px;overflow: hidden;}
.way-tab li i img{display: block;}
.way-tab li.on::after{position: absolute;width: 100%;height: 2px;content: "";background: #DA251C;left: 0;bottom: -1px;}
.way-tab li.on a{color: #DA251C;}
.way-tab li.on i img{transform: translateY(-100%);}


@media screen and (max-width:1800px){
  .way-top h2 span{font-size: 20px;}
  .way-top h2 b{font-size: 50px;}
  .way-tab li a{font-size: 18px;gap: 6px;}  
}



/* coop */
.coop{padding: 60px 0;overflow: hidden;}
.coop-list li{float: left;width: calc(100% / 6);}
.coop-list li p{border-right: 1px solid #eee;height: 90px;display: flex;justify-content: center;align-items: center;}
.coop-list li img{display: block;height: 120px;}
.coop-list .tempWrap{overflow: visible !important;}


@media screen and (max-width:1800px){
  .coop-list li img{display: block;height: 100px;}
}




/* yous */
.yous{overflow: hidden;height: 860px;background: url(../images/ys-bg.jpg) no-repeat center;position: relative;}
.yous h2{position: absolute;width: 100%;left: 0;top: 85px;}
.yous h2 b{height: 60px;line-height: 50px;color: #fff;}
.yous h2 em{font-size: 80px;line-height: 60px;font-family: Arial, Helvetica, sans-serif;vertical-align: bottom;padding: 0 2px;}
.yous h2 span{color: #fff;}
.yous ul{height: 860px;display: flex;}
.yous li{width: calc(100% / 3);height: 100%;border-right: 1px solid rgba(255,255,255,0.2);box-sizing: border-box;padding: 350px 0 0;transition: all 0.5s;position: relative;overflow: hidden;}
.yous li img{display: block;margin: 0 auto;}
.yous li h3{font-size: 30px;color: #fff;line-height: 40px;text-align: center;font-weight: normal;margin: 15px 0 45px;}
.yous li h3 b{display: block;}
.yous li .ys-desc{transform: translateY(20px);opacity: 0;transition: all 0.5s;}
.yous li .ys-desc p{font-size: 18px;color: #fff;line-height: 28px;text-align: center;margin-bottom: 20px;}
.yous li .ys-desc p b{display: block;}
.yous li i{position: absolute;font-size: 200px;color: #fff;font-weight: bold;line-height: 200px;font-family: Arial, Helvetica, sans-serif;opacity: 0.16;left: 50%;bottom: -100px;transform: translateX(-50%);transition: all 0.5s;}
.yous li:hover{background: rgba(218, 37, 28, 0.5);}
.yous li:hover .ys-desc{transform: none;opacity: 1;}
.yous li:hover i{opacity: 0;}


@media screen and (max-width:1800px){
  
}



/* sban */
.sban{height: 290px;background: url(../images/xban.jpg) no-repeat center center;}
.sban-con{height: 290px;display: flex;justify-content: space-between;align-items: center;}
.sban-left h3{font-size: 40px;color: #FAE248;line-height: 50px;font-weight: normal;}
.sban-left h3 em{display: block;}
.sban-left P{font-size: 24px;color: #fff;line-height: 24px;padding-top: 30px;}
.sban-right .sban-tel{display: flex;gap: 50px;}
.sban-right .sban-tel p{padding-left: 60px;font-size: 16px;color: #fff;line-height: 16px;background: url(../images/xban-tel.png) no-repeat left center;}
.sban-right .sban-tel p b{display: block;font-size: 36px;line-height: 36px;padding-top: 8px;font-family: Arial, Helvetica, sans-serif;}
.sban-right .zx{float: right;width: 200px;height: 52px;line-height: 52px;text-align: center;font-size: 20px;color: #DA251C;font-weight: bold;background: #fff;border-radius: 26px;margin-top: 42px;}


@media screen and (max-width:1800px){
  .sban-left h3{font-size: 32px;}
  .sban-left p{font-size: 20px;}
  .sban-right .sban-tel{gap: 40px;}
  .sban-right .sban-tel p{font-size: 14px;}
  .sban-right .sban-tel p b{font-size: 28px;}
  .sban-right .zx{width: 160px;height: 42px;line-height: 42px;font-size: 16px;}
}





/*news*/
.news{padding: 100px 0 80px;}
.news h2{margin-bottom: 50px;}
.news-con{display: flex;justify-content: space-between;}
.news-con h3{height: 30px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.news-con h3 span{font-size: 30px;color: #212122;line-height: 30px;}
.news-con h3 .more{padding-right: 18px;font-size: 14px;line-height: 20px;color: #212122;font-weight: normal;background: url(../images/news-jt.png) no-repeat right center;}

.news-left{width: 920px;}
.news-tj{display: flex;justify-content: space-between;}
.news-tj dl{width: 440px;}
.news-tj dt img{display: block;width: 100%;}
.news-tj dd{height: 138px;border-bottom: 1px solid #eee;padding: 30px 0 0;box-sizing: border-box;}
.news-tj dd h4{display: flex;align-items: center;height: 20px;margin-bottom: 12px;}
.news-tj dd h4 a{width: 0;flex: 1;height: 20px;font-size: 18px;color: #212122;line-height: 20px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news-tj dd h4 i{font-size: 14px;color: #909399;margin-left: 20px;font-weight: normal;}
.news-tj dd p{font-size: 14px;color: #909399;line-height: 24px;height: 48px;overflow: hidden;}
.news-list{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 20px 0 0;}
.news-list p{width: 440px;height: 34px;display: flex;align-items: center;position: relative;padding-left: 14px;box-sizing: border-box;}
.news-list p::before{content: "";position: absolute;left: 0;bottom: 16px;width: 8px;height: 2px;background: #212122;}
.news-list p a{width: 0;flex: 1;height: 34px;line-height: 34px;font-size: 14px;color: #212122;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news-list p i{font-size: 14px;color: #909399;margin-left: 20px;font-weight: normal;}
.news-list p:hover a{color: #DA251C;}


.news-right{width: 640px;}
.hyzs{margin-top: -20px;}
.hyzs dl{height: 120px;display: flex;justify-content: space-between;padding: 20px 0;border-bottom: 1px solid #eee;}
.hyzs dt{margin-left: 30px;}
.hyzs dt img{display: block;width: 182px;height: 120px;object-fit: cover;}
.hyzs dd{width: 0;flex: 1;}
.hyzs dd h4{display: flex;align-items: center;height: 20px;margin: 15px 0 18px;}
.hyzs dd h4 a{width: 0;flex: 1;height: 20px;font-size: 16px;color: #212122;line-height: 20px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.hyzs dd h4 i{font-size: 14px;color: #909399;margin-left: 20px;font-weight: normal;}
.hyzs dd p{font-size: 14px;color: #909399;line-height: 24px;height: 48px;overflow: hidden;}
.hyzs dl:last-child{border-bottom: none;}

.news-line{width: 1px;height: 660px;background: #eee;}


@media screen and (max-width:1800px){
  .news-left{width: 650px;}
  .news-tj dl,.news-list p{width: 310px;}
  .news-right{width: 450px;}
  .hyzs dl{height: 96px;}
  .hyzs dt img{width: 145px;height: 96px;}
  .hyzs dd h4{margin: 12px 0;}
  .news-line{height: 580px;}
}


/* mission */
.mission{height: 480px;background: url(../images/mission-bg.jpg) no-repeat center;padding: 90px 0 0;box-sizing: border-box;}
.mission h2{text-align: center;}
.mission h2 em{display: block;font-size: 24px;color: #DA251C;line-height: 32px;}
.mission h2 b{display: block;font-size: 52px;color: #212122;line-height: 52px;padding: 30px 0 16px;}
.mission h2 span{display: block;font-size: 24px;color: #212122;line-height: 32px;font-weight: normal;}
.mission .xq{display: block;width: 200px;height: 52px;line-height: 52px;text-align: center;font-size: 16px;color: #fff;background: #DA251C;border-radius: 26px;margin: 50px auto 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);
    }
  }
  

