/* CSS Document */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  html,body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Microsoft Yahei" !important;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    overflow-x: hidden;
    color: #222;
    position: relative;
  }
  button,
  input,
  optgroup,
  select,
  textarea,
  a {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  a{
    color: #222;
  }
  a:hover {
    color: #Hlogo;
    text-decoration: none;
  }
  h1, h2, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  ul, li, dd, dl {
    padding: 0;
    margin: 0;
    list-style: none;
  }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4670940 */
  src: url('//at.alicdn.com/t/c/font_4670940_r2g5l0r768i.woff2?t=1736065679102') format('woff2'),
       url('//at.alicdn.com/t/c/font_4670940_r2g5l0r768i.woff?t=1736065679102') format('woff'),
       url('//at.alicdn.com/t/c/font_4670940_r2g5l0r768i.ttf?t=1736065679102') format('truetype');
}
.iconfont{
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.contactW{
  padding: 0 8%;
  width: 100%;
}
header{
  position: fixed;
  z-index: 3;
  width: 100%;
  padding-top:15px;
  clear: both;
}
header .nav{
  background: rgba(255,255,255,0.9);
  padding:10px 15px;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: saturate(180%) blur(10px);
  position: relative;
}
header nav{
  text-align: center;
}
header nav li{
  display: inline-block;
}
header nav li a{
  padding:0 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
}
header nav li a i{
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
  color: #999;
}
header img{
  height: 48px;
  float: left;
}
header .ClX .uk-grid{
  position: absolute;
  visibility: hidden;
  background: rgba(255,255,255,0.95);
  backdrop-filter: saturate(180%) blur(10px);
  padding: 20px;
  left: 30%;
  top: 50px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  border-radius: 8px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
header .ClX:hover .uk-grid{
  visibility: visible;
  top: 62px;
  opacity: 1;
}
header .ClX div img{
  /* width:200px; */
  padding: 0px 25px 10px 25px;
  height: auto;
}
header .ClX div{
  line-height:20px;
  cursor: pointer;
}
header .ClX div h5{
  display: block;
  width: 100%;
  font-size: 18px;
  /* padding-top:5px; */
}
header ul{
  top: 14px;
  /* position: absolute; */
  right: 20px;
}
header ul li{
  display: inline-block;
  line-height: 48px;
  margin: 0 10px;
  font-size: 20px;
  cursor: pointer;
}
header ul li.wx{
  color: #2aae67;
}
header ul li.wb{
  color: #ff8200;
}
header ul li.dy{
  color: #111;
}
header ul li.xhs{
  color: #ff2442;
}
.vidP{
  animation: beat 0.8s alternate infinite;
  cursor: pointer;
}
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.Iab{
  padding-right:15%;
}
.Iab h4{
  font-size: 24px;
  padding: 35px 0;
  line-height: 42px;
}
.Iab ul{padding-bottom: 30px;}
.Iab ul li{
  display: inline-block;
  font-size: 24px;
  color: #F40009;
  padding-right:50px;
}
.Iab ul li img{
  margin-right:15px;
}
.Iab button, .Iprod button{
  box-shadow: 0px 4px 10px 0px rgba(244, 0, 9, 0.3);
}
.Iprod{
  padding-left:30px;
  margin-top:100px;
}
.Iprod h2{
  padding:20px 0;
  font-size: 32px;
  color: #333;
}
.Iprod h3{
  font-size: 24px;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
.Iprod ul{
  font-size: 20px;
  margin-top:30px;
}
.Iprod ul li{
  display: inline-block;
}
.Iprod ul li img{
  height: 52px;
}
.IprodPg a{
  width: 38px;
  height: 38px;
  border: 1px #999 solid;
  border-radius: 42px;
  background: rgba(255,255,255,0.3);
  margin-right: 15px;
  line-height: 24px;
  text-align: center;
}
.IprodPg svg{
  width: 10px !important;
}
.grain{
  margin-bottom: 30px;
}
.timer-shaft-box{
  width:100%;
  padding:40px;
  margin-top:50px;
}
.timer-shaft {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.timer-shaft::before{
  width: 96%;
  left:50%;
  margin-left:-48%;
  height: 2px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 8%, #FFF 92%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  content: '';
  top:26px
}
.timer-shaft-box .timer-left, .timer-shaft-box .timer-right{
  width: 52px;
  height: 52px;
  border: 2px rgba(255,255,255,0.7) solid;
  background: rgba(255,255,255,0.2);
  border-radius: 52px;
  line-height: 48px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.timer-shaft-box .timer-left{
  left: 0;
}
.timer-shaft-box .timer-right{
  right: 0;
}
.timer-shaft-box .timer-left:hover, .timer-shaft-box .timer-right:hover{
  border: 2px #FFF solid;
  background: rgba(255,255,255,0.3);
}
.timer-scale{
  position:absolute;
  padding-left:50px;
}
.timer-scale-cont {
  display: inline-block;
  width: 285px;
  text-align: center;
  position: relative;
  height: 120px;
  top:0px;
}
.timer-scale-cont::before{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  /* border: 1px #FAB406 solid; */
  border-radius: 20px;
  background: #FFF;
  top:18px;
  left: 50%;
  margin-left:-10px;
}
.time-circle{
  font-size: 24px;
  position: absolute;
  padding-top:45px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  /* cursor: pointer; */
}
.timer-scale-cont.hov .time-circle{
  font-weight: bold;
  font-size: 32px;
  color: #FFF;
}
.shaft-detail-cont {
  display: none;
  width: 100%;
  padding: 5% 12% 0 12%;
  text-align: center;
}
.shaft-detail-cont p{
  font-size: 24px;
  line-height: 40px;
  color: #FFF;
  margin:10px 0 0 0;
}
footer{
  background: #F7F7F7;
}
footer a{
  padding: 0 25px;
  line-height: 42px;
}
footer .contactW{
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .capy{
  background: #ECECEB;
  padding: 15px;
  font-size: 14px;
  color: #777;
}
footer .capy a{
  color: #777;
}
footer .capy a:hover{
  color: #F40009;
}
footer .capy div{
  font-size: 14px;
  display: inline-block;
}
footer span{
  width: 42px;
  height: 42px;
  border-radius: 42px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  margin: 0 5px;
  cursor: pointer;
}
footer .wx{
  color: #2aae67;
}
footer .wb{
  color: #ff8200;
}
footer .dy{
  color: #111;
}
footer .xhs{
  color: #ff2442;
}
footer .log{
  height: 42px;
}
footer i{
  font-size: 20px;
  padding-left: 20px;
  padding-right:10px;
}
footer b{
  font-size: 18px;
  font-weight: bold;
}

.HeaderT{
  top:60%;
  position: relative;
  transform: translateY(-50%);
}
.HeaderT h1{
  font-size:72px;
  padding-bottom:40px;
  position: relative;
  color: rgba(255,255,255,0.2);
}
.HeaderT h1 span{
  position: absolute;
  font-size: 42px;
  color: #FFF;
  left: 0;
  text-align: center;
  right: 0;
  padding-top: 18px;
}

.TatleT h1{
  font-size:72px;
  padding-bottom:40px;
  position: relative;
  color: #EEE;
}
.TatleT h1 span{
  position: absolute;
  font-size: 42px;
  color: #333;
  left: 0;
  text-align: center;
  right: 0;
  padding-top: 18px;
}
.text_H{
  line-height: 44px;
  font-size: 22px;
}
.Hor{
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  padding: 60px 0;
  position: relative;
}
.Hor h4{
  display: none;
  height: 60px;
  line-height: 60px;
}
.Hor:hover{
  background: #C30D23 url(../img/HotB.webp) no-repeat;
  background-size: 100% 100%;
  top: -30px;
}
.Hor:hover h4, .Hor:hover h2, .Hor:hover i{
  display: block;
  color: #FFF;
}
.Hor .iconfont{
  font-size: 96px;
}
.HorT{
  margin-top:40px;
}
.HorD{
  padding:30px 0;
  position: relative;
  height: 366px;
}
.KiTxt{
  font-size: 20px;
  line-height: 42px;
}
.KiTxt h2{
  padding: 20px 0;
  font-size: 38px;
}
.KiTxt p{
  font-size: 16px;
  color: #666;
}
.KiTxt span{
  width: 95px;
  display: inline-block;
  text-align: right;
}
.ContT{
  background: rgba(195, 13, 35, 0.85);
  position: absolute;
  top: 20%;
  bottom: 20%;
  right: 15%;
  left: 15%;
}
.ContT h5{
  padding-bottom: 8px;
  font-size: 16px;
  font-weight:lighter;
  opacity: 0.9;
}
.ContTm{
  background: rgba(195, 13, 35, 0.85);
  width: 100%;
}
.ContTm h5{
  font-size: 16px;
  font-weight:lighter;
  opacity: 0.9;
}
.ContTm li{
  padding-bottom: 12px;
}
.ContTm li:nth-child(3){
  padding-bottom: 0;
}
.Pr-T h1{
  padding-bottom: 20px;
}
.Pr-T p{
  line-height: 42px;
  color: #666;
  font-size: 20px;
}
.Pr-T a{
  margin-top: 30px;
  border-color: #C30D23;
  background: rgba(195, 13, 35, 0.1);
  color: #C30D23;
}
.Pr-T img{
  margin: auto;
}
.hotP{
  background: linear-gradient(180deg, #FFE1E1 0%, #FFF 100%);
  /* background-color: #FFE9E9; */
  border-radius: 15px;
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); */
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
  text-align: center;
  cursor: pointer;
  padding: 60px 60px 20px 60px;
}
.hotP:hover{
  top: -10px;
}
.hotP h4{
  padding-bottom: 15px;
}

.hotPV{
  background: linear-gradient(180deg, #FFE9E9 0%, #FFF 100%);
  /* background-color: #FFE9E9; */
  border-radius: 20px;
  text-align: center;
}
.hotPV img{
  padding: 60px;
}
.Sline{
  height:3px;
  top: -35px;
  width: 80px;
  display: inline-block;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background: rgba(195, 13, 35, 0.1);
}
.Sline span{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  left: -100%;
  background: #C30D23;
  animation: 1.5s ease-in-out 0s normal none infinite running scrolling_move;
}
.SlineL{
  background: rgba(255, 255, 255, 0.1);
}
.SlineL span{
  background: #FFF;
}
@keyframes scrolling_move {
  0% {}
  100% {left:100%;}
}
.banner-B {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
}
.marquee-box {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0
}

.marquee {
  width: 8000%;
  height: 500px
}

.wave-list-box {
  float: left
}

.wave-list-box ul {
  float: left;
  height: 500px;
  overflow: hidden;
}

.wave-list-box ul li {
  height: 500px;
  width: 100%;
  float: left;
  line-height: 30px;
  list-style: none
}

.wave-box {
  position: relative;
  height: 500px;
}
.uk-height-largeX{
  height: 680px;
}
.rumb{
  padding-top:130px;
}
.InImg{
  padding: 60px;
}
.grain a{
  display: inline-block;
  margin-right: 3px;
  border: 2px #ddd solid;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 16px;
}
.grain .uk-active a{
  color: #C30D23;
  border-color: #C30D23;
}
.Vhe{
  padding:180px 0 80px 0;
}
.Mnav{
  padding: 10px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: saturate(180%) blur(10px);
  z-index: 9;
  position: fixed;
  /* position:relative */
}
.Mnav img{
  height: 34px;
}
.Mnav button{
  border: 1px #CCC solid;
  height: 34px;
  background: #f6f6f6;
  border-radius: 50px;
  padding:0 15px;
}
.Mnav button i{
  position: relative;
}
.Iabm p{
  line-height: 34px;
  font-size: 18px;
}
.Iabm ul{
  overflow: hidden;
  padding-bottom: 15px;
}
.Iabm ul li{
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}
.Iabm ul li img{
  width: 42px;
  margin-right: 10px;
}
.Inpm p{
  line-height: 34px;
  font-size: 18px;
}
.Inpm ul{
  margin-bottom: 20px;
}
.Inpm ul li{
  display: inline-block;
}
.Inpm ul li a{
  display: inline-block;
  margin-right: 2px;
  border: 2px #ddd solid;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 16px;
}
.Inpm .uk-active a{
  color: #C30D23;
  border-color: #C30D23;
}
.hrT h3{
  padding-top: 20px;
}
.hrT p{
  padding: 5px 0;
  margin: 0;
  line-height: 28px;
}
.mHor{
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease-in-out;
  padding: 20px 0;
  position: relative;
  margin-bottom: 30px !important;
}
.mHor .iconfont{
  font-size:52px;
}
.mHor h2{
  font-size: 24px;
  font-weight: bold;
}
.mHor h4{
  font-size: 18px;
  padding: 15px 0;
  color: #777;
}
.ImgIX li:nth-child(3) .ImgI{
  padding-top:60px;
}
.ImgIX li:nth-child(4) .ImgI{
  padding-top:50px;
}
.ImgIX li:nth-child(5) .ImgI{
  padding-top:80px;
}
.ImgIX li:nth-child(6) .ImgI{
  padding-top:50px;
}

.newL{
  cursor: pointer;
}
.newL h5{
  padding-top:15px;
}
.newL h3{
  margin: 0;
  font-weight: bold;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
}
.newL p{
  margin: 0;
  line-height: 30px;
  color: #777;
}
.newL .more{
  /* border-bottom: 1px #ddd solid; */
  padding: 5px 10px;
  margin-top:15px;
  color: #ddd;
  transition: all 0.2s ease-in-out;
}
.newL:hover h3{
  color: #C30D23;
}
.newL:hover .more{
  color: #C30D23;
  border-color: #C30D23;
}
.newL hr{
  margin: 12px 0 !important;
}
@media only screen and (max-width: 1400px) {
  header nav li a{
    padding: 0 18px;
    font-size: 16px;
  }
  header ul li{
    margin: 0 6px;
  }
}
@media only screen and (max-width: 1200px) {
  .contactW{
    padding: 0 5%;
  }
  /* .uk-padding-large{
    padding: 20px;
  } */
  .hotP{
    padding: 20px 20px 10px 20px;
  }
  .TatleT h1{
    font-size:52px;
    padding-bottom:40px;
  }
  .TatleT h1 span{
    font-size: 32px;
    padding-top: 13px;
  }
  header nav li a{
    padding: 0 12px;
    font-size: 16px;
  }
  .HeaderT h1{
    font-size:36px;
    padding-bottom:25px;
  }
  .HeaderT h1 span{
    font-size: 26px;
    padding-top: 8px;
  }
  .Sline{
    height:2px;
  }
  .rumb{
    padding-top:70px;
  }
  .hotPV img{
    padding: 20px;
  }
  .text_H{
    line-height:28px;
    font-size: 16px;
  }
  .KiTxt{
    font-size: 16px;
    line-height: 32px;
  }
  .KiTxt h2{
    padding: 0 0 10px 0;
    font-size: 26px;
  }
  .HorT{
    margin-top:0px;
  }
  .HorD{
    padding:5px 0;
    height: 245px;
  }
}
.Hlogo{
  height: 500px;
  background: #C30D23;
  width: 100vw;
}
.Hlogo .img{
  height: 80px;
}
.Hlogo img{
  height: 500px;
}
@media only screen and (max-width: 768px) {
  .TatleT h1{
    font-size:32px;
    padding-bottom:0px;
  }
  h3, .uk-h3{
    font-size:20px;
  }
  h2, .uk-h2{
    font-size: 24px;
  }
  h1, .uk-h1{
    font-size: 32px;
  }
  h4, .uk-h4{
    font-size: 18px;
  }
  .Pr-T p, .Inpm p{
    font-size: 16px;
    line-height: 32px;
  }
  .Inpm ul li a{
    font-size: 14px;
  }
  .Pr-T h1{
    padding-bottom:0px;
  }
  .TatleT h1 span{
    font-size: 20px;
    padding-top: 5px;
  }
  .Vhe{
    padding:80px 0 0 0
  }
  .HeaderT{
    top:70%;
  }
  .Sline{
    top: -12px;
  }
  .Hlogo{
    height: 240px;
    background: #C30D23;
    width: 100vw;
  }
  .Hlogo .img{
    height: 50px;
  }
  .Hlogo img{
    height: 240px;
  }
  .vidP{
    margin-top:20%;
  }
  .abTop{
    padding-top:50px;
  }
  .plaa{
    padding-top:20px;
  }
  .plaa a{
    border: 1px #C30D23 solid !important;
    background: rgba(195, 13, 35, 0.1) !important;
    color: #C30D23 !important;
    border-radius: 50px;
    width: 36px;
    height: 36px;
    line-height: 20px;
  }
  .plaa a svg{
    height: 20px !important;
  }
  .uk-breadcrumb > *{
    font-size: 16px;
  }
}
.swiper-container{
	width: 100%;
	height: 100vh;
}
.swiper-auto-height{
  height: auto;
}