.header_logo {width:100%;text-align: center;}
.header_logo img{width:100%;max-width:140px;}

.link-title {text-align:center;margin:50px auto; border:1px solid #5F1985; padding:5px 0;
	color:#5F1985;
	 transform: skewX(-15deg);
   padding: 5px 20px;
   width: fit-content;
	}
/* .link-title:hover{background:#5F1985; color:#fff;} */
.link-title-text {
  display: block;  
  color: var(--text-color);   
  transform: skewX(15deg); 
  user-select: none; 
}


.header-inquiry { margin-left:30px;}

.header-inquiry .link-title {
    text-align: center;
    margin: 0px auto;
    text-transform: capitalize;    
    width: 90px;
    padding: 0px 0;
    border:1px solid #fff;
}
.header-inquiry .link-title:hover{ border:1px solid #5a2299}
.header-inquiry .link-title-text {color: #fff;}
 
 
.header-inquiry-b  .link-title{border:1px solid #5a2299;}
.header-inquiry-b .link-title-text {color: #5a2299;}
.header-inquiry-b .link-title:hover{border:1px solid #5a2299;}
.header-inquiry-b .link-title:hover .link-title-text{
  color: #fff;
}

.immersivebottom{bottom:0; right:0;height:auto;position:absolute;width:60%;z-index:3;}



.fs-header-menu span{border-radius:0;}

.fs-header-menu span:first-child {
    top: -2px;
    transform-origin: left center;
}

.fs-header-menu span:nth-child(2) {
    top: 6px;
    transform-origin: left center;
	margin-left:-2px;
}
.fs-header-menu span:nth-child(3) {
    top: 15px;
    transform-origin: left center;
	margin-left:-4px;
} 

.tracking-section {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
background-size: cover;background-position: top left;
    /* background: rgba(255,255,255,0.85); */
    /* clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%); */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding: 10px;
	  padding-left:20%;
    padding-right: calc(16% + 40px);
  }

 .tracking-section .tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 0.5px;
	    width: 100%;
  }
  .tracking-section .tabs div{
    width: 35%;
    text-align: center;
    cursor: pointer;
  }
 .tracking-section .tabs .active {
    color: #5a2299;
    border-bottom: 2px solid #5a2299;
    padding-bottom: 4px;
    font-weight: bold;
  }

 .tracking-section label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
  }

 .tracking-section .search-box {
    position: relative;
    width: 100%;
	background:url("../images/seabg.png") rgba(255,255,255,0.75) left center;
	background-size:100% 100%;
	clip-path: polygon(16px 0, 100% 0, 100% 100%, calc(100% - 10px) 100%, 0 100%, 0 36px);
	  
	
  }
.Tracking_box{
  display: block;
  margin-top: 50px;
}
.Contact_box{
  display: none;
}
.Contact_box ul{
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}
.Contact_box ul .sanjiaoBox{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  border: 1px solid rgba(95, 25, 133, 1);
  transform: translate(-25%,-95%);
  background-color: #fff;
  width: fit-content;
  white-space: norwap;

}
.Contact_box ul li:first-child .sanjiaoBox{
  transform: translate(-25%,-82%);
}
.sanjiao {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid #fff;
  position: relative;
  margin: auto;
  margin-top: -10px;
}

.sanjiao::before {
  content: '';
  position: absolute;
  top: -13px;
  left: -13px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 15px solid rgba(95, 25, 133, 1);
  z-index: -1;
}
.Contact_box ul li{
  position: relative;
}
.tracking-section .search-box input {
    width: 100%;
    padding: 10px 50px 10px 30px;
    border: 0px solid #8e5db0;
   
    font-size: 14px;
    outline: none;
	background:none;
  }
  .tracking-section .search-box button.clearBtn{
    right: 30px;
    display: none;
  }
  .tracking-section .search-box #Number:focus + button.clearBtn{
    display: block;
  }
 .tracking-section .search-box button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
  }
  
  .tracking-section .search-box button i{
	  color:#666;
  }
  .msc-hero-immersive{
    padding-top: 0;
  }
 .tracking-section .page-indicator {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 16%;
    background: #EA6000;
    /* background: url("../images/trackingbg.jpg");
	  background-size:100% 100%; */
    /*  */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  #bannerSwiper{
    height: 100%;
  }
.heibaisanjiao{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 16%;
  background-color: rgba(21, 21, 21, 0.28);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  cursor: pointer;
}
 .tracking-section .heibaisanjiao span,.tracking-section .arrow {
    font-size: 28px;
    font-weight: bold;
	position: absolute;
    top: 25%;
    left: 20%;
	 color: #fff;
  }
  .tracking-section .page-indicator .arrow{
    top: auto;
    left: auto;
    bottom: 8%;
    right: 20%;
  }
 .tracking-section .page-indicator small {
    opacity: 0.85;
    font-size: 16px;
	position: absolute;
    bottom: 30%;
    right: 20%;
  }

 .tracking-section .arrow {
    position: absolute;
    top: 8%;
    left: 20%;
    color: #fff;
  }
  
   .tracking-section .arrow i{font-size: 20px;}
   
   .tracking-section .Box{
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
   }
   .tracking-section li:hover .Box{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
   }
/* 悬停时显示并旋转成完整圆环 start */
 
.msc-industry__icon {
  position: relative;
  display: inline-block;
}

.msc-industry__icon img {
  display: block;
  border-radius: 50%;
}

/* SVG圆环定位 */
.msc-industry__icon svg.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg); /* 从顶部开始 */
  width: 130%;
  height: 130%;
  pointer-events: none;
}

.msc-industry__icon circle.progress {
  stroke-dasharray: 283; /* 2πr ≈ 2*3.14*45 */
  stroke-dashoffset: 283; /* 初始隐藏 */
  transition: stroke-dashoffset 3s linear;
}

/* 鼠标悬停时顺时针显示圆环 */
.msc-industry__item.msc-industry__Item--active .msc-industry__icon circle.progress {
  stroke-dashoffset: 0;
}



/* 悬停时显示并旋转成完整圆环 end */  

.msc-industry__item:last-child:before {
 
  width: 180%; /* 稍加宽度，确保覆盖完整 */
  left:3.5%;
  
  
}


.msc-industry ul li.msc-industry__nav-item {width:80%; margin:0 auto;}
.msc-industry ul li.msc-industry__nav-item hr {height:0;border:1px solid #ccc;}

.industry__divider {
  position: relative;
  width: 62%;
  margin:10px auto;
  height: 1px;
  overflow: hidden;
}

.industry__divider::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: rgba(255,255,255,0.85);
  transition: width 3s ease, opacity 1s ease;
  opacity: 0;
}

/* 🪄 鼠标滑过时触发动画 */

.msc-industry__item.msc-industry__Item--active .industry__divider::before {
  width: 100%;
  opacity: 1;
}
.section-title-small {    
  position: relative;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      z-index: 1;
    font-weight: bold;
    font-size: 35px;
          letter-spacing: normal;
          line-height: 1.1;
      
      
  }
      
  .section-title-small span {
    position: relative;
    display: inline-block;
  }
  
  .section-title-small span::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    /* transform: translateX(-1.5rem) translateY(0.15rem) rotate(25deg); */
    width: 30px;
    height: 30px;
    background-image: url('../images/sel-small.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    /* background: #f19657; */
    /* transform-origin: left bottom; */
    z-index: -1;
    border-radius: 2px;
  }

.section-title {    
position: relative;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    z-index: 1;
	font-weight: bold;
	font-size: 58px;
        letter-spacing: normal;
        line-height: 1.1;
		
		
}
		
.section-title span {
  position: relative;
  display: inline-block;
}

.section-title span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  /* transform: translateX(-1.5rem) translateY(0.15rem) rotate(25deg); */
  width: 40px;
  height: 40px;
  background-image: url('../images/font_sel.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  /* background: #f19657; */
  /* transform-origin: left bottom; */
  z-index: -1;
  border-radius: 2px;
}
.main-ser .section-title span::after{
  background-image: url('../images/font_sel1.png');
}


.main-video {height:auto; background:#f5f6fa; margin:50px 0; padding-bottom:60px;}
.main-video .video-black{background:#000; height:580px;}
.main-video .grid-container{width:85%; margin-top:-320px;max-width: 1400px;}
.main-video .video-title {text-align:left; width:100%;margin:30px auto;}
.main-video .video-title p{text-align:left; color:#fff;}


.main-video .video-slider{height:600px;width:100%; background:#fff; overflow:hidden;display: flex;}

 




/* 360 主视图区域 */
  .main-video .video-slider      .main-view {
            flex-grow: 1; /* 占据剩余空间 */
            position: relative;
            margin-right: 0px;
            overflow: hidden;
            
        }

 .main-video .video-slider       .main-view img {
            width: 100%;
            height: auto;
            display: block;
        }

 

 .main-video .video-slider       .corner-icon {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 30px;
            height: 30px;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            cursor: pointer;
        }


        /* 右侧导航栏 */
 .main-video .video-slider      .sidebar {
            width: auto; /* 右侧固定宽度 */
			    padding:30px;
          /* display: flex;
          flex-direction: column;
          justify-content: space-between; */
          max-height: 100%;
          overflow-y: auto;
        }

 .main-video .video-slider       .thumbnail-item {
            display: block;
            /* margin-bottom: 15px; */
            overflow: hidden;
            cursor: pointer;
            position: relative;
            transition: all 0.3s ease;
        }

        /* 鼠标悬停和当前选中样式 */
  .main-video .video-slider      .thumbnail-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }

  .main-video .video-slider      .thumbnail-item.active img {
            border-color: #ff6600; /* 选中时的橙色边框 */
            /* box-shadow: 0 0 10px rgba(255, 102, 0, 0.5); */
        }

   .main-video .video-slider     .thumbnail-item img {
            width: 160px;
            height: auto; /* 统一缩略图高度 */
            object-fit: cover; /* 保持图片比例覆盖区域 */
            display: block;
            border: 2px solid transparent;
            transition: transform 0.2s, box-shadow 0.2s;
            /* border-radius: 4px; */
        }

   .main-video .video-slider     .thumbnail-text {
              
            color: #333;
            padding: 5px 10px;
            font-size: 14px;
            text-align: center;
        }


    .msc-footer__links ul>li a, .msc-footer__links ul>li p {
        line-height: 1.5;
        color: #fff;
    }

    #mainImage {
      width: 100%;
      height: 100%;
  }
  #shop-demo .product-info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.49);
    text-align: center;
  }
  #shop-demo .image-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  #shop-demo .product-info a{

    color: #fff;
  }
  #shop-demo .play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    z-index: 15;
  }
  .main-news .swiper-button-next::after,.main-news .swiper-button-prev:after{
    content: none;
  }
  .main-notify.main-news .swiper-slide{
    background-color: transparent;
  }
  .main-notify{
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: top center;
    height: auto;
    background: #F5F6FA;
    /* margin: 50px 0; */
    padding-bottom: 30px;
    margin: 0 !important;
    position: relative;
  }
  .container2{
    width: 90%;
    max-width: 1400px;
    margin: auto;
  }
  .notify-list{
    column-gap: 50px;
    row-gap: 130px;
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 25px));
    padding-left: 50px;
  }
  .notify-list li:nth-child(2){
    grid-column: 1;
    grid-row: 2;
  }
  .notify-list li:nth-child(3){
    grid-column: 2;
    grid-row: 1;
  }
  .notify-list li:nth-child(1),.notify-list li:nth-child(3){
    transform: translateX(-50%);
  }
  .notify-list li{
    position: relative;
    background-color: rgba(251,251,251,0.61);
    padding: 40px;
    width: 100%;
    height: 240px;
    cursor: pointer;
    border: 1px solid #CCCCCC;
  }
  /* .Car-lists{
    display: grid;
    grid-template-columns: repeat(2,38%);
  } */
  .notify-list li .neirong-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    transform: scale(1.05);
    opacity: 0;
    transition: all .3s ease;
    clip-path:  polygon(0 0, 100% 0, calc(100% - 80px) 100%, calc(100% - 80px) 100%, 0 100%);
  }
  .notify-list li .neirong-bg img{
    width: auto;
    height: 100%;
  }
  .notify-list li .neirong{
    display: flex;
    height: 100%;
    /* justify-content: space-between; */
    gap: 50px;
    align-items: center;
    background-image: url('@/assets/images/indmhBg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .notify-list li .neirong img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .notify-list li .neirong>p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 18px;
    flex: 1;
  }
  .notify-list li .neirong .btn{
    padding: 0 10px;
    position: relative;
    color: #5F1985;
    opacity: 0;
    transition: all .3s ease;
  }
  .notify-list li .neirong .btn::before{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #5F1985;
    transform: skew(-20deg);
  }
  .notify-list li .neirong .Time {
    text-align: center;
    position: relative;
    z-index: 10;
  }
  .notify-list li .neirong .Time h4{
    margin: 0;
  }
  .notify-list li .neirong .Time p{
    line-height: 1.0;
    margin-bottom: 10px;
  }
  /* .notify-list li:hover::after,.notify-list li.active::after{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/46963.png');
    background-repeat: no-repeat;
    background-size: cover;
  } */
  .notify-list li:hover .neirong-bg,.notify-list li.active .neirong-bg{
    opacity: 1;
    transform: scale(1.0);
  }
  .notify-list li:hover .neirong .btn,.notify-list li.active .neirong .btn{
    opacity: 1;
  }
  .notify-list li .neirong .btn span{
    position: relative;
    z-index: 10;
    font-size: 14px;
  }
  .notify-list li .neirong .btn:hover{
    color: #fff;
  }
  .notify-list li .neirong .btn:hover::before{
    background-color: #5F1985;
  }
  .notify-list li .neirong .Time .Top{
    transform: translateY(36px);
    transition: all 0.3s ease;
  }
  .notify-list li:hover .neirong .Time .Top,.notify-list li.active .neirong .Time .Top{
    transform: translateY(0);
  }
  .notify-list li:hover .neirong img,.notify-list li.active .neirong img{
    display: none;
  }
  .zhijiao{
    float: right;
    width: 80px;
    height: 100%;
    background: #fdfdfd;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    margin-left: -79px;
  }
  .notify-list li:hover .biankuang,.notify-list li.active .biankuang{
    display: block;
  }
  .notify-list li .biankuang{
    display: none;
    position: absolute;
    top: -25px;
    left:  -25px;
    right:  -25px;
    bottom:  -25px;
    width: calc(100% + 50px) !important;
    height:  calc(100% + 50px);
  }
  .show{
    display: block;
  }
  .hide{
    display: none;
  }
  .car{
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
  }
   .CarBg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    /* padding-left: 130px; */
    width: 100%;
    z-index: 100;
  }
  .car{
    padding-left: 130px;
  }
  .car div{
    transition: all 0.1s ease;
  }

  .car .car-item:hover .show,.car .car-item.active .show{
    display: none;
  }
  .car .car-item:hover .hide,.car .car-item.active .hide{
    display: block !important;
  }
  #Car{
    overflow: visible;
  }
  /* #shop-demo{
    width: 50%;
    margin: 0 auto;
    overflow: inherit;
  } */


  /*导航栏*/
  .Mynav-curtain {
    background: rgba(232,232,237,.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    visibility: hidden;
    position: fixed;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 210;
    transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms,visibility .32s step-end 80ms;
}

.boxShow {
    visibility: visible !important;
    opacity: 1 !important;
    transition: height 0.3s cubic-bezier(.4,0,.6,1) !important;
}
.nav{
  position: fixed;
  top: 0;
  bottom: 0;
  left: -40%;
  height: 100vh;
  overflow-y: auto;
  width: 25%;
  min-width: 360px;
  background: #fff;
  z-index: 213;
  padding: 30px 70px;
  padding-right: 20px;
  transition: left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.nav.active {
  left: 0;
}
.nav ul{
  padding-left: 0;
}
.nav .menu h5{
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
}
.nav .menu h5:hover{
  color: #5F1985;
}
.nav .menu h5.active i{
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.nav .menu h5.active i{
  transform: rotate(90deg);
}
.nav .menu .drop-menu{
  display: none;
}
.nav .menu-icon{
  padding: 60px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
}
.nav .menu-icon li a{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.nav .menu-icon li:last-child a{
  margin-bottom: 0;
}
.MyNav li{
  margin-bottom: 20px;
}
.close{
  cursor: pointer;
}
.dialog{
  position: fixed;
  width: 40%;
  margin: auto;
  top: 5vh;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 40px;
  z-index: 222;
  display: none;
}
.dialog .section-title{
  margin-bottom: 40px;
  text-align: center;
  pointer-events: none;
}
.dialog .form-group{
  margin-bottom: 20px;
}
.dialog .dialog-close{
  float: right;
}
.dialog .form-group .LabelName{
  display: flex;
  margin-bottom: 8px;
}
 .form-group .input {
  background: #F8FAFC;
  border-radius: 3px 3px 3px 3px;
  border: none;
  font-size: 14px;
  padding: 6px;
  border: solid 1px #EBEBEB;
  width: 100%;
  height: 34px;
  line-height: 20px;
  display: block;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
  transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.flexBox{
  display: flex;
  gap: 30px;
}
.flexBox .left{
  border: 1px dashed #DDDDDD;
  display: flex;
  position: relative;
  align-items: center;
  gap: 30px;
  padding: 20px 30px;
  width: 65%;
}
.flexBox .left input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.flexBox .left p{
  font-size: 12px;
}

.che1 label{
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  margin-left: 15px;
}

.che1 span{
  margin-left: 0px !important;
}

.che1 label{
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee; /* 默认背景色 */
  border-radius: 4px;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #EA6000; /* 选中后的背景色 */
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
 .textarea {
  width: 100%;
  height: 94px;
  background: #F8FAFC;
  color: #111111;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  resize: none;
  padding: 6px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
  border: solid 1px #EBEBEB;
  border-radius: 4px;
}
.dialog .btn{
  width: 60%;
  margin: auto;
  margin-top: 40px;
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.dialog .btn::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EA6000;
  content: " ";
  transform: skew(-20deg);
  z-index: -1;
}

/* 解决方案 */
.jiqiBg{
  position: absolute;
  right:0;
  top:0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(80%);
  opacity: 0.3;
  transition: all 1s ease;
}
.OneBox.firstAnimate .jiqiBg{
  transform: translateX(0);
  opacity: 1;
}
.msc-footer__links{
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.footInput{
  padding-right: 40px;
}
.footInputOne{
  padding: 0 !important;
  padding-left: 40px !important;
  position: relative;
}
.footInputOne select.msc-form-control{
  height: 100%;
  width: 100%;
  appearance: none; /* 通用属性 */
-webkit-appearance: none; /* 适配Safari和Chrome */
-moz-appearance: none; /* 适配Firefox */
}
.footInputOne select.msc-form-control::-ms-expand {
  display: none;
  }
  .footInputOne .msc-cta--clear{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }
  .footInputOne .xialajiantou{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin: 0 !important;
    pointer-events: none;
  }
.msc-footer__links ul>li{
  margin-bottom: 20px;
}
.msc-footer__links ul>li .timgx img{
  vertical-align: middle;
  display: inline-block;
}
#back-to-top-btn{
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
#back-to-top-btn img{
  display: block;
}


.msc-select-dropdown .msc-cta-icon-simple .xuanzhong{
  display: none;
}
.msc-select-dropdown .msc-cta-icon-simple .weixuanzhong{
  display: block;
}
.msc-footer-agency__dropdown .msc-form-control + .msc-cta--clear{
  display: none;
}
.msc-footer-agency__dropdown .msc-form-control:focus + .msc-cta--clear{
  display: block;
}
.msc-footer-agency__dropdown .msc-form-control:focus + .msc-cta--clear + .msc-cta-icon-simple .xuanzhong{
  display: block;
}
.msc-footer-agency__dropdown .msc-form-control:focus + .msc-cta--clear + .msc-cta-icon-simple .weixuanzhong{
  display: none;
}
.swiper-slide:hover .product-image,.swiper-slide:hover > img,.swiper-slide:hover .slide-content > img{
  transform: scale(1.1);
}
.swiper-slide .product-image,.swiper-slide > img,.swiper-slide .slide-content > img{
  transition: all 0.3s ease;
  
}
.main-news .swiper-slide,.image-content,.slide-content{
  overflow: hidden;
}
.OneBox.msc-industry__bg--active .msc-industry__bg{
  animation: slowZoom 4s alternate ease-in-out;;
}
@keyframes slowZoom {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.2);
  }
}
.main-notify.main-news .swiper-slide {
  overflow: visible;
}
.recurit-box{
  display: flex;
  background-color: #fff;
  font-size: 14px;
}
.recurit-box .recurit-left{
  padding: 50px;
  padding-right: 15px;
  flex: 1;
}
.recurit-box .recurit-left ul{
  display: flex;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.recurit-box .recurit-left ul li:nth-child(2n){
  font-size: 14px;
color: #999999;
}
.recurit-box .recurit-left h6{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.recurit-box .recurit-left h5{
  font-size: 18px;
  font-weight: bold;
}
.post{
  font-size: 14px;
}
.recurit-box .recurit-left .post p{
  margin-bottom: 10px;
}
.recurit-box .recurit-left .email{
  color: #7D7D7D;
  margin: 20px 0;
  font-size: 14px;
}
.recurit-box .recurit-left .recurit-btn{
  display: flex;
  gap: -10px;
}
.recurit-box .recurit-left .recurit-btn .submit-btn{
  background-color: #EA6000;
  color: #ffffff;
  padding: 15px 50px;
  
  cursor: pointer;
  clip-path: polygon( 0px 0%, 100% 0%, 100% 0, 88% 100%, 0px 100%, 0% 0 );
  -webkit-clip-path:polygon( 0px 0%, 100% 0%, 100% 0, 88% 100%, 0px 100%, 0% 0 );
}
.recurit-box .recurit-left .recurit-btn .cancel-btn{
  padding: 15px 50px;
  color: #EA6000;
  position: relative;
  clip-path: polygon(0px 0%, 100% 0%, 100% 0%, 100% 100%, 0px 100%, 18% 0);
  background: #EA6000;
  margin-left: -15px;
  cursor: pointer;
}
.recurit-box .recurit-left .recurit-btn .cancel-btn::before{
  content: '';
  position: absolute;
  text-align: center;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  clip-path: polygon(0px 0%, 100% 0%, 100% 0%, 100% 100%, 0px 100%, 18% 0);
  z-index: -1;
  padding: 15px 0; 
}
.recurit-box .recurit-left .recurit-btn .cancel-btn:hover{
  color: #fff;
}
.recurit-box .recurit-left .recurit-btn .cancel-btn:hover::before{
  background-color: #EA6000;
  color: #fff;
}
.myrecruitSwiper .swiper-slide.swiper-slide-active{
  opacity: 1;
}
.myrecruitSwiper .swiper-slide {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.NewBanner_Bg img{
  height: 100%;
}
.services .banner-info h2{
  font-size: 100px;
}
.services-box{
  height: calc(100vh - 100px);
}
.services-box .RightBg,.services-box .LeftBg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
}
.services-box .LeftBg{
  right: auto;
  left: 0;
}
.services-box .Pack-Box{
  display: flex;
  align-items: center;
  height: 100%;
  gap: 100px;
}
.services-box .container-layout{
  height: 100%;
}
.services-box .Pack-Box .pack-left,.services-box .Pack-Box .pack-right{
  flex: 1;
}
.services-box .playbtn{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  /* position: relative; */
  /* margin: auto; */
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-box .RightBg+.playbtn{
  left: auto;
  right: 25%;
}
.services-box  .playbtn img{
  display: block;
}

.services-box  .playbtn::before,.services-box  .playbtn::after{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  background-color: #ffffff;
  content: " ";
  animation: SlowYuan 2s infinite ease-in-out;
}
.services-box  .playbtn::after{
  animation-delay: 1s;
}
@keyframes SlowYuan {
  0%{
    transform: scale(1.0);
    opacity: 1;
  }
  25%{
    transform: scale(1.25);
    opacity:0.75;
  }
  50%{
    transform: scale(1.5);
    opacity: 0.5;
  }
  75%{
    transform: scale(1.75);
    opacity: 0.25;
  }
  100%{
    transform: scale(2.0);
    opacity: 0;
  }
}
.services-box .Pack-Box .pack-left p{
  margin-top: 20px;
  font-size: 14px;
}
.top-ico i {
  font-size: 2.2rem;
  margin: 0 auto .8rem;
  transform-origin: center center;
  transition: transform .15s ease-in-out;
  width: 2.2rem;
}

.top-ico img {
  /* width: 2.2rem; */
  height: 20px;
  width: auto;
  margin: 0 auto .8rem;
}
.top-ico img:first-child{
  display: block;
}
.top-ico img:last-child{
  display: none;
}
.msc-header--sticky .top-ico img:first-child{
  display: none;
}
.msc-header--sticky .top-ico img:last-child{
  display: block;
}
.mask {
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:9998;
	background:rgba(0,0,0,0.7);
	display:none;
}
.mkvideo {
	display:none;
	position:fixed;
	left:0;
	right:0;
	top:53%;
	z-index:9999;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	/* IE 9*/
    -moz-transform:translateY(-50%);
	/* Firefox*/
    -webkit-transform:translateY(-50%);
	/* Safari 鍜� Chrome*/
    -o-transform:translateY(-50%);
	max-width:70vw;
	margin:0 auto;
}
.mkvideo video {
	width:100%;
}
.mkvideo .icos {
	position:absolute;
	width:2.0833333333333335rem;
	height:2.0833333333333335rem;
	right:-2.604166666666667rem;
	top:-2.604166666666667rem;
	cursor:pointer;
	background:url(../images/close.png) no-repeat center/cover;
	z-index:9;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
    -moz-transition:all 0.3s;
	/* Firefox*/
    -webkit-transition:all 0.3s;
	/* Safari 鍜� Chrome*/
    -o-transition:all 0.3s;
}
.mkvideo .icos:hover {
	transform:rotate(720deg);
	-ms-transform:rotate(720deg);
	/* IE 9*/
    -moz-transform:rotate(720deg);
	/* Firefox*/
    -webkit-transform:rotate(720deg);
	/* Safari 鍜� Chrome*/
    -o-transform:rotate(720deg);
}
.FooterContact{
  position: fixed;
  right: 0;
  bottom: 170px;
  z-index: 9001;
}
.FooterContact ul li{
  padding: 5px 10px;
  background: rgba(255,255,255,0.72);
  box-shadow: 0px 5px 6px 1px rgba(20,62,135,0.26);
  border-radius: 6px 0px 0px 6px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  transform: translateX(calc(100% - 36px));
  transition: all 0.3s ease;
}
.FooterContact ul li:hover{
  transform: translateX(0);
}
.FooterContact ul li .footerContent{
  font-weight: 400;
  font-size: 14px;
  color: #5F1985;
  margin-left: 5px;
  line-height: 1.0;
}
.FooterContact ul li .Icon img{
  display: block;
}
.FooterContact ul li .erweima{
  position: absolute;
  left: 0;
  right: 0;
  width: 150px;
  height: 150px;
  border: 1px solid #5F1985;
  padding: 6px;
  background-color: #ffffff;
  transform: translate(calc(-100% - 16px),0%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}
.FooterContact ul li:hover .erweima{
  visibility: visible;
  opacity: 1;
}
.FooterContact ul li .erweima .Zsanjiao{
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  position: relative;
  margin: auto;
  margin-top: -10px;
}
.FooterContact ul li .erweima .Zsanjiao::before{
  content: '';
    position: absolute;
    top: -13px;
    left: -13px;
    width: 0;
    height: 0;
    border-left: 15px solid rgba(95, 25, 133, 1);
    border-right: 13px solid transparent;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    z-index: -1;
}
.FooterContact ul li .erweima .sanjiaoBox{
  position: absolute;
  top: 50%;
  left: 100%;

}