/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 3622143 */
  src: url('//at.alicdn.com/t/c/font_3622143_tdmqxulyc9.woff2?t=1661940736654') format('woff2'),
       url('//at.alicdn.com/t/c/font_3622143_tdmqxulyc9.woff?t=1661940736654') format('woff'),
       url('//at.alicdn.com/t/c/font_3622143_tdmqxulyc9.ttf?t=1661940736654') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

/*===============引导页===============*/
.shade_v{
    width:100%;
    height:100%;
    position:absolute;
    background:#0a0a0a;opacity:0.1;filter:alpha(opacity=0);
    top:0;
    background: url(../202208img/xiexian.png) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;

}
.yd-logo {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -111px;
  z-index: 9999;
}
.yd-video {
  height: 100%;
}
.yd-video .yd-list {
  width: 100%;
  height:100%;
  display: block;
  object-fit: cover;
}
.mask {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
/*  border-top: 6px solid #00818b;
*/  background: rgba(0, 0, 0, 0.2);
}
.mask .img {
  top: 12%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 999;
}
.yd-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 30%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 9;
}
.yd-nav a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: center;margin-top: 5%;
}
.yd-nav a i {
  color: #fff;
  font-size: 30px;
}
.yd-nav-btn {
  font-size: 0;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 0.4%;
}
.yd-nav-btn li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  width: 148px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  line-height: 40px;
  cursor: pointer;
}
.yd-nav-btn li:first-child {
  border-radius: 20px 0px 0px 20px;
}
.yd-nav-btn li:last-child {
  border-radius: 0 20px 20px 0;
}
.yd-nav-btn li.active {
  background: #fabe00;
}
.yd-nav-a {
  text-align: center;
}
/*.yd-nav-a a {
 
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 180px;
  line-height: 36px;
  background: #29777e;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #6ebbc1;
}
.yd-nav-a a:hover{
  border: 0;
  background: linear-gradient(to bottom, #c89800, #f9bd00);
}*/
.yd-nav-a a i {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
}
.yd-nav-b {
  text-align: center;
}
.yd-nav-b a {
  font-size:18px;
  display: inline-block;
  width: 180px;
  line-height: 54px;
  color: #fff;
  font-weight:normal;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 25px;
  text-align: center;
  background: #29777e;
  border: 1px solid #6ebbc1;
  line-height:36px;
  transition: background .25s 0 ease-out;
}

.yd-nav-b a i {
  color: #fff;
  font-size:18px;
  margin-right: 10px;
}
.yd-nav-b a:hover{
  border: 0;
  background: linear-gradient(to bottom, #c89800, #f9bd00);
}
.yd-nav-b a:hover i{
  color: #fff;
}
.nav-trigger {
  display: none;
  margin-right: -5px;
  padding: 5px;
  position: fixed;
  right: 12px;
  top:10px;
  z-index: 110;
}
.nav-trigger>span:first-child {
  margin-top: 0;
}
.nav-trigger>span {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  height: 2px;
  margin-top: 7px;
  -webkit-transition: .25s ease-out 0s;
  transition: .25s ease-out 0s;
  width: 24px;
}
#nav-checkbox:checked~header .nav-trigger>span:first-child {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
#nav-checkbox:checked~header .nav-trigger>span:last-child {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
#nav-checkbox:checked~header .nav-trigger>span:first-child, #nav-checkbox:checked~header .nav-trigger>span:last-child {
  width: 10px;
}
#nav-checkbox:checked~header .nav-trigger>span {
  background-color: #fff;
}
#nav-checkbox:checked~header .PC-header {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
#nav-checkbox:checked~header .PC-header .nav {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  visibility: visible;
}
.PC-header .nav .yd-nav-a a{
  font-size: 14px;
  line-height: 30px;
  width: 7.5em;
  margin-bottom: 15px;
}

.PC-header .nav .yd-nav-b{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.PC-header .nav .yd-nav-b a{
  font-size: 10px;
  line-height:28px;
  width: 7em;
  margin-bottom: 10px;
}
.PC-header .nav .yd-nav-b a i{
  display: none;
}
.in-product-slick .slick-dots {
  font-size: 0;
  bottom: 10px;
  display: none;
}
.in-product-slick .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
 
}
.in-product-slick .slick-dots .slick-active {
  background: #fabe00;
}
@media (max-width:1200px){
  .in-product-slick .slick-dots {
    display: block;
  }
}