html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
body{ color:#000000; }
* {}
a{outline:none; text-decoration:none !important;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */    color:    #999999; }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */   color:    #999999; }

::-moz-placeholder { /* Mozilla Firefox 19+ */   color:    #999999; }

:-ms-input-placeholder { /* Internet Explorer 10-11 */   color:    #999999; }
img{
  max-width: 100%;
}
body {
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 1.625
}
.MyHeaderMask{
  position: relative;
  width: 100%;
  height: 100%;
}
.msc-header--sticky .MyHeaderMask::before{
  display: none;
}
.MyHeaderMask::before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient( 180deg, #000000 0%, rgba(0,0,0,0) 100%);
  border-radius: 0px 0px 0px 0px;
  opacity: 0.25;
}
.nav .menu-icon{
  margin: 16px 0;
}
/*内边框*/
.borpd{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}
.bg-grey{
    background: #F8FAFC;
}
.text-ellipis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-ellipis-2{
    display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
}

.mtop40{
  margin-top: 40px;
}
.text-center{
  text-align: center;
}
.grid{
    display: grid;
    gap: 20px;
}
.grid-2{
    grid-template-columns: repeat(2 ,calc(50% - 10px));
}
.Location{
    background-color: #F5F5F5;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: top center;
}
.container-layout{
    width: 80%;
    max-width: 1400px;
    margin: auto;
}
.container-layout1{
    width: 90%;
    max-width: 1600px;
    margin: auto;
}
.container-layout2{
    width: 95%;
    max-width: 1780px;
    margin: auto;

}
.container-layout3{
    width: 60%;
    max-width: 1000px;
    margin: auto;

}
.Location .container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Location .container .LocationBox{
    height: 250px;
    width: 50%;
    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: 25px 60px;
    padding-left: 10%;
    max-width: 830px;
}
.LocationBox .box-header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.LocationBox .box-header h3{
    font-size: 16px;
    font-weight: bold;
}
.LocationBox .Contact-lists{
    display: flex;
    align-items: center;
    gap: 20px;
}
.LocationBox .Contact-lists li{
    position: relative;
}
.LocationBox 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;
    font-size: 16px;
}
.LocationBox ul .sanjiaoBox div{
  width: max-content;
}
.LocationBox .Box {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
}
.LocationBox ul li:first-child .sanjiaoBox {
    transform: translate(-25%,-82%);
}
.LocationBox li:hover .Box {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.LocationBox label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
  }

 .LocationBox .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(0.78vw 0, 100% 0, 100% 100%, calc(100% - 10px) 100%, 0 100%, 0 36px);
	position: relative;
 }
 .LocationBox .search-box input {
    width: 100%;
    padding: 10px 50px 10px 30px;
    border: 0px solid #8e5db0;
   
    font-size: 14px;
    outline: none;
	background:none;
  }
  .LocationBox .search-box button.clearBtn{
    right: 80px;
    display: none;
  }
  .LocationBox .search-box #Number:focus + button.clearBtn,.LocationBox .search-box #Number:focus + button.clearBtn + .line{
    display: block;
  }
 .LocationBox .search-box button {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .LocationBox .search-box .line{
    height: 12px;
    width: 1px;
    transform: skew(-30deg);
    position: absolute;
    top: 27%;
    right: 66px;
    background-color: rgba(0, 17, 17, 0.39);
    display: none;
  } 
  .LocationBox .search-box button i{
	  color:#666;
  }
  .banner{
    height: calc(100vh - 100px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    display: grid;
    grid-template-columns: repeat(2,50%);
  }
  .banner .banner-left{
    width: 100%;
    background-color: #fff;
    clip-path: polygon(0% 100%, 100% 100%, 100% -150%);
    -webkit-clip-path:polygon(0% 100%, 100% 100%, 100% -150%);
    padding-top: 100px;
    padding-right: 100px;
    display: flex;
    justify-content: flex-end;
  }
  .banner .banner-right{
    width: 100%;
    
    background: rgba(232,232,237,.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: flex;
    align-items: center;
  }
  .banner .banner-right form{
    padding-left: 80px;
    width: 90%;
    max-width: 700px;
    margin-right: auto;
  }
  .form-box{
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 6px));
    gap: 12px;
    margin-bottom: 10px;
  }
  .concatWay{
    margin-top: 40px;
  }
  .concatWay .line{
    width: 90%;
    height: 1px;
    background-color: #DDDDDD;
    margin: 40px 0;
    margin-left: auto;
  }
  .concatWay li p{
    margin-bottom: 15px;
  }
  .concatWay li img{
    vertical-align: middle;
    margin-right: 10px;
  }
  .banner-left-box{
    width: 70%;
  }
  .banner-left-box .section-title{
    text-align: center;
  }
  .concatWay li:nth-child(1){
    padding-left: 50px;
  }
  .concatWay li p:nth-child(1){
    padding-left: 30px;
  }
  .concatWay li p:nth-child(2){
    padding-left: 20px;

  }
  .concatWay li p:nth-child(3){
    padding-left: 10px;

  }
  .MapTx{
    height: 100vh;
    padding: 90px 0;
  }
  .concact-company{
    /* height: 100%; */
    background-color: #fff;
    position: relative;
    z-index: 1000;
    flex: 1;
    overflow-y: auto;

  }
  .concact-company li{
    padding:  30px 50px;
  }
  .MapTx .container-layout{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* justify-content: flex-end; */
  }
  .MapTx .container-layout > div{
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 500px;
  }
  .layout{
    position: relative;
  }
  .MyTxMap{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 90px 0;
  }
  .MyTxMap .container-layout2,.MapTx .container-layout{
    height: 100%;
  }
  .concact-company li.active,.concact-company li.active p{
    background: #5F1985;
    color: #fff;
  }
  .concact-company li.active .norIcon,.concact-company li .selIcon{
    display: none;
  }
  .concact-company li.active .selIcon,.concact-company li .norIcon{
    display: inline-block;
  }
  .concact-company li .company-header{
    font-size: 22px;
    font-weight: bold;
  }
  .concact-company li .company-header img{
    vertical-align: baseline;
    margin-right: 5px;
  }
  .concact-company li{
    position: relative;
    clip-path: polygon(
        0 0,                    /* 左上角 */
        100% 0,                 /* 右上角 */
        100% 0, /* 右下角上方80px */
        calc(100% - 30px) 100%, /* 右下角左侧80px */
        0 100%                  /* 左下角 */
      );
      -webkit-clip-path: polygon(
        0 0,                    /* 左上角 */
        100% 0,                 /* 右上角 */
        100% 0, /* 右下角上方80px */
        calc(100% - 30px) 100%, /* 右下角左侧80px */
        0 100%                  /* 左下角 */
      );
  }
  .concact-company li:after{
    content: " ";
    position: absolute;
    left: 30px;
    right: 30px;
    width: calc(100%  - 60PX);
    bottom: 0;
    height: 1px;
    background-color: #DDDDDD;

  }
  .btn{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    margin-top: 20px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    z-index: 10;
  }
  .btn::before{
    position: absolute;
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    background-color: #EA6000;
    transform: skew(-30deg);
    width: 95%;
    margin: auto;
    z-index: -1;
    content: " ";
  }
  .playbtn{
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%,-50%);
  }
  .btn:hover::before{
    background-color: #c35406;
  }
  .Inquiry-box{
    background-color: #fff;
    padding: 50px 70px;
  }
  .Inquiry-box .form-group,.Inquiry-box .form-group .field {
    width: 100%;
  }
  .Inquiry-box .form-group{
    padding: 0;
    margin-bottom: 10px;
  }
  .Inquiry-box .form-group textarea{
    background: #F8FAFC;
  }
  .Inquiry-box .form-group .flexBox .left{
    width: 40%;
  }
  
  
  .Inquiry-box  .che1 {
    margin-top: 40px;
  }
  .Inquiry-box .MyLast{
    margin: 30px 0;
  }
  .Inquiry-box .btn{
    width: 30%;
    margin: auto;
    margin-top: 60px;
  }
  .Inquiry-box .section-title{
    margin-bottom: 45px;
    text-align: center;
  }
  
        .Inquiry-box .form-group{
    padding: 20px 15px;
    background-color: #fff;
    display: flex;
    gap: 10px;
  }
  .Inquiry-box .form-group label{
    font-size: 16px;
    color: #111111;
    display: block;
  }
  .Inquiry-box .form-group label::before{
    position: absolute;
  }
  .form-box + .form-group{
    margin-bottom: 10px;
  }
  .Inquiry-box .form-group input,.form-group select{
    border: 0;
    flex: 1;
    display: block;
    -webkit-appearance: none;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%) ins
  }
  .Inquiry-box .form-group{
    position: relative;
  }
  .Inquiry-box .form-group.SelectBox::after{
    content: " ";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    background-image: url('../images/sanjiao.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    width: 8px;
    height: 5px;
  }
  .Inquiry-box .form-group textarea{
    line-height: 24px;
    width: 100%;
    font-size: 16px;
    /* background: #666666; */
    border: 0;
    -webkit-appearance: none;
    appearance: none;
    resize: none;
    height: 130px;
  }
  .Inquiry-box .form-group label{
    white-space: nowrap;
  }
  .Inquiry-box .form-group label.Must{
    padding-left: 5px;
  }
  .Inquiry-box .form-group label.Must::before{
    content: "*";
    color: red;
    display: inline-block;
    margin-left: -7px;
  }
  .MyInquiry{
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .contact-list{
    padding-bottom: 40px;
    grid-template-columns: repeat(3,calc(33.33334% - 10px));

  }
  .contact-list li{
    width: 100%;
    padding: 50px;
    background-color: #fff;
  }
  .contact-list li .icon{
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-list li p{
    text-align: center;
  }
  .NewBanner{
    /* height: 710px; */
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .NewBanner>img{
    display: block;
    width: 100%;
  }
  /* .NewBanner::before{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient( 89deg, #000000 0%, rgba(0,0,0,0) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 0.28;
  } */
  .NewBanner .NewBanner_Bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
  }
  .NewBanner h2{
    font-size: 129px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 194px;
    z-index: 5;
  }
  .NewBanner  .banner-info{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
  }
  .NewBanner .banner-info h2 + p{
    font-size: 18px;
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .NewBg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .NewBg p{
    text-align: center;
  }
  .nav-lists{
    display: grid;
    grid-template-columns:20% 30% 30% 20%;;
    padding: 25px 0;
  }
  .nav-lists li{
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }
  .nav-lists li.active{
    color: #5F1985;
  }
  .nav-lists li:first-child{
    text-align: left;
  }
  .nav-lists li:last-child{
    text-align: right;
  }
  .nav-lists li:after{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    transform: skew(-30deg);
    width: 1px;
    background-color: #999999;
    content: " ";
  }
  .nav-lists li:last-child::after{
    content: none;
  }
  .Blog{
    padding: 60px 0;
  }
  .Blog h3{
    font-weight: bold;
    font-size: 48px;
    color: #5F1985
  }
  .Blog .time{
    font-size: 14px;
    color: #7D7D7D;
    margin-top: 20px;
  }
  .Blog .blog-header{
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 40px;
  }
  .Blog p{
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin-bottom: 20px;
  }
  .Blog img{
    margin: 30px 0;
  }
  .Events {
    padding-top: 60px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .Events .section-title{
    text-align: center;
    margin-bottom: 40px;
  }
  .Events > img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
  }
  .Events .container-layout2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 1;
  }
  .Events .container-layout{
    position: relative;
    z-index: 5;
  }
  .Events-lists {
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 10px));
    row-gap: 40px;
    column-gap: 20px;
  }
  .Events-lists li{
    position: relative;

  }
  .Events-lists li:first-child div:first-child{
    clip-path: none !important;
    -webkit-clip-path:none !important;
    width: 100% !important;
    transform: unset !important;
  }
  .Events-lists li:nth-child(2n) div:first-child {
    clip-path: polygon( 0px 0%, 100% 0%, 100% 0, calc(100% - 60px) 100%, 0px 100%, 0% 0 );
      -webkit-clip-path: polygon( 0px 0%, 100% 0%, 100% 0, calc(100% - 60px) 100%, 0px 100%, 0% 0 );
      width: calc(100% + 30px);
  }
  .Events-lists li:nth-child(2n-1) div:first-child{
    clip-path: polygon(0px 0%, 100% 0%, 100% 0%, 100% 100%, 0px 100%, 60px 0);;
      -webkit-clip-path: polygon(0px 0%, 100% 0%, 100% 0%, 100% 100%, 0px 100%, 60px 0);;
      width: calc(100% + 30px);
      transform: translateX(-30px);
  }
  .Events-lists li:first-child{
    grid-column: span 2;
  }
  .Events-lists li .Events-bg{
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
  }
  .Events-lists li div:first-child{
    overflow: hidden;
  }
  .Events-lists li:hover  .Events-bg{
    transform: scale(1.1);
  }
  .Events-lists li:first-child .Events-info{
    position: absolute;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 60px;
  }
  .Events-lists li .Events-information{
    padding: 30px 50px;
  }
  .Events-lists li .Events-information p{
    font-size: 14px;
  }
  .Events-lists li .Events-information p:nth-child(2){
    font-size: 18px;
  }
  .Events-lists li .Events-information .LookMore{
    padding: 10px 30px ;
    color: #5F1985;
    width: fit-content;
    font-size: 14px;
    position: relative;
    z-index: 10;
    margin-top: 20px;
  }
  .Events-lists li .Events-information .LookMore::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border:1px solid #5F1985;
    transform: skew(-14deg);
    content: " ";
    z-index: -1;
  }
  .Events-lists li .Events-information .LookMore:hover{
    color: #fff;
  }
  .Events-lists li .Events-information .LookMore:hover::before{
    background-color: #5F1985;
  }
  .Events-lists li:first-child .Events-info p{
    font-size: 14px;
    color: #fff;
  }
  .Events-lists li:first-child .Events-info p:last-child{
    font-size: 18px;
  }
  .pagetion{
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .pagetion ul{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .pagetion ul li{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
  }
  .pagetion ul li:hover{
    background-color: #EA6000;
    color: #fff;
  }
  .News{
    margin-bottom:30px;
  }
  .News .container-layout2{
    background-color: #FFFFFF;
    padding-bottom: 40px;
  }
  .news-list{
    padding: 0 190px ;
    margin-top: 60px;
  }
  .bg-white{
    background-color: #FFFFFF;
  }
  .News .section-title{
    padding-top: 40px;
  }
  .news-list li a{
    height: 300px;
    display: block;
    transition: all 0.3s ease;
  }
  .news-list li.active a{
    height: 780px;
  }
  .news-list li .news_bg{
    height: 100%;
  }
  .news-list li .news_bg img{
    height: 100%;
    width: auto;
    display: block;
  }
  .news-list li.active{
  }
  .news-list li.active a{
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 90px 0;
    
  }
  .news-list li.active .year,.news-list li .year{
    font-weight: bold;
    font-size: 54px;
    line-height: 1.0;
  }
  .news-list li.active  .month,.news-list li  .month{
    font-weight: bold;
    font-size: 22px;
  }
  .news-list li.active h5{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news-list li.active p{
    font-size: 18px;
    color: #000000;
  }
  .Newbtn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #5F1985;
    width: 100%;
    height: 100%;
    transform: skew(-30deg);
    z-index: -1;
  }
  .Newbtn{
    position: relative;
    font-size: 14px;
    color: #5F1985;
    padding: 5px 20px;
    width: fit-content;
    z-index: 10;
  }
  .Newbtn:hover{
    color: #fff;
  }
  .Newbtn:hover::before{
    background-color: #5F1985;
  }
  .news-list li.active .news-info{
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    flex: 1;
  }
  .news-list li .news-info .info-box:last-child{
    width: 60%;
  }
  .news-list li .news-info{
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .news-list li.active .news-info .info-box:last-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    width: 100%;
  }
  .news-list li.active .news-info .info-box:first-child{
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .news-list li .news-info .Newbtn{
    display: none;
  }
  .news-list li.active .news-info .Newbtn{
    display: block;
  }
  .news-list li .news_bg{
    display: none;
  }
  .news-list li.active .news_bg{
    display: block;
  }
  .news-list li h5{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .news-list li p{
    font-size: 14px;
    color: #999999;
  }
  .news-list li  .month,.news-list li .year{
    color: #111111;
  }
  .news-list li{
    border-bottom: 1px solid #DDDDDD;
  }
  .news-list li .news-info::before{
    position: absolute;
    top: 37%;
    left: 20%;
    width: 1px;
    height: 22%;
    transform: skew(-30deg);
    background-color: #DDDDDD;
    content: "";
  }
  .news-list li.active .news-info::before{
    content: none;
  }
  .news-detail{
    padding: 50px 0;
  }
  .detail-left, .detail-right{
    display: inline-block;
  }
  .news-detail .detail-left{
    width: calc(75% - 4px);
    padding-right: 40px;
    vertical-align: top;
  }
  .news-detail .detail-left img{
    max-width: 100%;
    width: 100%;
    margin: 25px 0;
  }
  .news-detail .detail-left h3{
    font-size: 30px;
    font-weight: bold;
  }
  .news-detail .detail-left .time{
    font-size: 14px;
    color: #7d7d7d;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 20px;
  }
  .news-detail .detail-left .post{
    padding: 35px 0;
  }
  .post .content p{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .news-detail .detail-right{
    width: 25%;
    padding: 25px 35px;
    background-color: #fff;
  }
  .news-detail .detail-right h3{
    font-size: 22px;
  }
  .news-detail .detail-right li{
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDDDDD;
  }
  .news-detail .detail-right li .time{
    font-size: 14px;
  }
  .PageBtn{
    background-color: #FFFFFF;
    display: flex;
    position: relative;
  }
  .PageBtn::before{
    content: "";
    position: absolute;
    top: 30px;
    width: 1px;
    background-color: #DDDDDD;
    height: calc(100% - 60px);
    left: 50%;
    transform: skew(-30deg);
  }

  .PageBtn .prev-btn,.PageBtn .next-btn{
    flex: 1;
    padding: 30px 40px;
    cursor: pointer;
  }
  .PageBtn h6{
    font-weight: bold;
  }
  .PageBtn .prev-btn:hover h6,.PageBtn .next-btn:hover h6{

    color: #EA6000;
  }
  .PageBtn p{
    font-size: 14px;
    margin-top: 20px;
  }
  .PageBtn .next-btn{
    padding-left: 70px;
  }
  .NewBanner.recurit::before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.59);
  }
  .NewBanner .banner-info p{
    color: #fff;
    font-size: 14px;
  }
  .BoxBg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .careers{
    padding: 100px 0;
  }
  .careers-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
  }
  .careers-box .careers-left{
    width: 50%;
  }
  .careers-box .careers-right{
    width: 40%;
  }
  .careers-box .careers-right h6{
    font-weight: bold;
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .traning .container-layout{
    height: 100%;
  }
  .traning-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .team-info{
    display: flex;
    background-color: #fff;
    position: absolute;
    top: 170px;
    z-index: 10;
  }
  .myRecruit{
    padding-top:300px;
    padding-bottom: 100px;
  }
  .myRecruit .section-title{
    margin-bottom: 40px;
  }
  .team-info .team-image{
    display: block;
    width: 70%;
  }
  .team-info .team-image img{
    display: block;
  }
  .team-info .team{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 40px;
    padding-top: 50px;
  }
  .team-info .team p{
    font-size: 14px;
    margin-top: 30px;
    color: #111111;
  }
  .swiper-btn{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .swiper-btn .next{
    margin-left: -10px;
  }
  .team-swiper{
    width: 100%;
  }
  .team-swiper .swiper-slide{
    overflow: hidden;
  }
  .team-Bg{
    height: 530px;
    padding-top: 60px;
    z-index: 10;
  }
  .team-Bg p{
    color: #fff;
  }
  .team-Bg .container-layout{
    position: relative;
  }
  .myrecruitSwiper{
    overflow: visible;
  }
  .recurit-right{
    display: flex;
    align-items: flex-end;
  }
  .recruit-dialog{
    top: 50%;
    transform: translateY(-50%);
  }
  .recruit-dialog .form-group{
    justify-content: center;
  }
  .recruit-dialog .left{
    border: 1px dashed #DDDDDD;
    background: #F1F1F1;
    color: #111111;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 24px 50px;
  }
  .recruit-dialog .left input{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .recruit-dialog .left + p{
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: center;
  }
  .file-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .traning-left{
    width: 40%;
    max-width: 600px;
  }
  .traning-left h6{
    font-weight: bold;
    font-size: 18px;
    margin: 25px 0;
  }
  .lookMore:hover{
    color: #fff !important;
  }
  .lookMore:hover::before{
    background-color: #5F1985;
  }
  .traning{
    height: 100vh;
  }
  .traning-right{
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -230px;
    width: 70%;
    display: flex;
    align-items: center;
  }
  .swiper-slide > img{
    display: block;
  }
  .traning-right li .swiper{
    clip-path: polygon( 0 0%, /* 左上角切点 */ 100% 0%, /* 右上角 */ 75% 100%, /* 右下角切点 */ 0% 100%, /* 右下角切点 */ 0% 100%, /* 左下角 */ 25% 0px /* 左上角切点 */ );
    -webkit-clip-path:polygon( 0 0%, /* 左上角切点 */ 100% 0%, /* 右上角 */ 75% 100%, /* 右下角切点 */ 0% 100%, /* 右下角切点 */ 0% 100%, /* 左下角 */ 25% 0px /* 左上角切点 */ );
  }
  .traning-right .swiper-lists{
    display: grid;
    grid-template-columns: repeat(3,33.333%);
    grid-template-row: repeat(3,33.333%);
    row-gap: 25px;
    width: 100%;
  }
        /* 元素1 - 占据第二格 */
        .traning-right li:nth-child(1) {
          grid-column: 2 / 3;
          grid-row: 1 / 2;
          transform: translateX(27%);
      }
      
      /* 元素2 - 占据第四格 */
      .traning-right li:nth-child(2){
          grid-column: 1 / 2;
          grid-row: 2 / 3;
          transform: translate(70px,-20%);
          position: relative;
      }
      
      /* 元素3 - 占据第五格 */
      .traning-right li:nth-child(3) {
          grid-column: 2 / 3;
          grid-row: 2 / 3;
      }
      .traning-right li:nth-child(2) .xiayiye{
        bottom: -90px;
        text-align: right;
        position: absolute;
        right: 105px;
      }
      
      /* 元素4 - 占据第六格 */
      .traning-right li:nth-child(4){
          grid-column: 3 / 4;
          grid-row: 2 / 3;
          transform: translate(-70px,20%);
      }
      
      /* 元素5 - 占据第八格 */
      .traning-right li:nth-child(5) {
          grid-column: 2 / 3;
          grid-row: 3 / 4;
          transform: translateX(-27%);
      }
      .case-box{
        display: flex;
        padding: 50px 60px;
        background-color: #fff;
        gap: 60px;
        margin-top: -200px;
      }
      .case-page .container-layout1{
        background-color: #fff;
        padding-bottom: 70px;
        margin-bottom: 30px;
        margin-top: -290px;
        padding-top: 260px;
      }
      .case-box .case-right{
        flex: 1;
      }
      .case-box .case-right ul{
        display: flex;
        height: 100%;
        flex-direction: column;
      }
      .case-box .case-right ul li{
        flex: 1;
        border-bottom: 1px solid #E4EAF3;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all 0.3s ease;
      }
      .case-box .case-right ul li:last-child{
        border: none;
      }
      .case-box .case-right ul li.active{

        justify-content: space-between;
      }
      .case-box .case-right ul li.active h6{
        color: #5F1985;
      }
      .case-box .case-right ul li h6{
        font-size: 18px;
      }
      .case-box .case-right ul li .lookMore{
        position: relative;
        padding: 5px 40px;
        color: #5F1985;
        width: fit-content;
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px);
        transition:  all 0.3s ease;
      }
      .case-box .case-right ul li.active .lookMore{
        
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
      }
      
      .case-box .case-right ul li .lookMore::before{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        transform: skew(-30deg);
        border: 1px solid #5F1985;
        content: " ";
        z-index: -1;
      }
      .case-lists{
        display: grid;
        grid-template-columns: repeat(3,calc(33.33334% - 14px));
        gap: 20px;
        padding: 80px 100px;
      }
      .case-lists li{
        padding: 25px;
        cursor: pointer;
      }
      .case-lists li p{
        margin-top: 20px;
        font-size: 18px;
      }
      .case-lists li div{
        overflow: hidden;
      }
      .case-lists li:hover p{
        color: #5F1985;
      }
      .case-lists li:hover img{
        transform: scale(1.1);

      }
      .case-lists li img{
        transition: all 0.3s ease;
        display: block;
      }
      .labeling-box{
        display: flex;
        margin-top: 50px;
        align-items: center;
        justify-content: space-between;

      }
      .labeling-box .labeling-left{
        width: 25%;
        max-width: 480px;
      }
      .labeling-box .labeling-left h6{
        font-weight: bold;
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 15px;
      }
      .labeling-box .labeling-left p{
        font-size: 14px;
        margin-bottom: 40px;
      }
      .inspect-box{
        height: 100vh;
        padding-top: 100px;
      }
      .inspect-box h4{
        text-align: center;
        margin-bottom: 40px;
      }
      .inspect-box .post p{
        font-size: 14px;
        margin-bottom: 15px;
      }
      .inspect-box .inspect{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 50px;
      }
      .inspect-box .inspect h6{
        font-weight: bold;
        font-size: 18px;
      }
      .NewBanner .planeBg{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
      }
      .NewBanner .planeBg img{
        height: 100%;
        width: auto;
      }
      .solution .banner-info p{
        width: 50%;
        max-width: 820px;

      }
      .solution .banner-info h5{
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 10px;
        color: #fff;
      }
      .MyFood{
        width: calc(100% + 18.3334%);
        display: flex;
        align-items: center;
        height: 100vh;
        gap: 50px;
      }
      .MyFood.AboutMyFood{
        height: auto;
      }
      .MyFood .MyFood-left .FoodIntro{
        margin-top: 20px;
        margin-bottom: 60px;
        font-size: 16px;
      }
      .MyFood .MyFood-left p{
        font-size: 14px;
        margin-bottom: 10px;
      }
      .MyFood .MyFood-left p span{
        font-weight: bold;
      }
      .MyFood .MyFood-left{
        width: 30%;
      }
      .MyFood.AboutMyFood .MyFood-left{
        width: 25%;
      }
      .MyFood .MyFood-right{
        display: flex;
        width: 70%;
      }
      .MyFood .MyFood-right li{
        flex: 1;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        padding:  0 50px;
      }
      .MyFood.AboutMyFood .MyFood-right li{
        height: auto;
        padding: 0;
      }
      .MyFood.AboutMyFood .MyFood-right li .FoodBox{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        padding: 0 50px;
        text-align: center;
      }
      .MyFood .MyFood-right li .FoodBox img{
        margin: auto;
      }
      .MyFood .MyFood-right li h6{
        font-weight: bold;
        font-size: 18px;
      }
      .MyFood .MyFood-right li.active h6{
        color: #fff;
      }
      .MyFood .MyFood-right li.active .hide{
        display: block !important;
      }
      .MyFood .MyFood-right li.active .show{
        display: none;
      }
      .MyFood .MyFood-right li .maskImage,.MyFood .MyFood-right li .Foodmask{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.46);
        z-index: -1;
        opacity: 0;
        transition: all 0.3s ease;
      }
      .MyFood.AboutMyFood .MyFood-right li .maskImage{
        position: static;
      }
      .MyFood .MyFood-right li .Foodmask{
        /* z-index: 10; */
        display: block;
      }
      .MyFood .MyFood-right li.active .maskImage,.MyFood .MyFood-right li.active .Foodmask{
        opacity: 1;
      }
      .MyFood .MyFood-right li .maskImage img{
        width: 100%;
        height: 100%;
        display: block;
      }
      .maskBg{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.46);
        z-index: 0;
      }
      .maskBg + .container-layout{
        position: relative;
        z-index: 10;
      }
      .KeyBox{
        padding: 150px 0;
        color: #fff;
      }
      .KeyBox h4,.KeyBox p{
        color: #fff;
      }
      .KeyBox h4{
        margin-bottom: 10px;
      }
      .key-content{
        display: flex;
        margin-top: 80px;
      }
      .key-content .content-left{
        flex: 1;
        display: flex;
        flex-direction: column;
      }
      .content-left ul ,.content-left .MyIndustryContent{
        flex: 1;
      }
      .content-right img{
        display: block;
      }
      .content-left ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
      }
      .content-left ul li{
        width: 33.333%;
        position: relative;
        padding: 40px;
        display: flex;
        align-items: center;
      }
      /* .content-left ul li:last-child{
        flex: 1;
      } */
      .content-left ul li span{
        position: absolute;
        top: 25px;
        left: 25px;
        line-height: 1.0;
        transition: all 0.3s ease;
      }
      .content-left ul li::before{
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        transition: all 0.3s ease;
      }
      .content-left ul li:nth-child(1)::before{background-color: rgb(95, 25, 133);opacity: 0.38;}
      .content-left ul li:nth-child(2)::before{background-color: rgb(234, 96, 0);opacity: 0.35;}
      .content-left ul li:nth-child(3)::before{background-color: rgb(0, 0, 0);opacity: 0.34;}
      .content-left ul li:nth-child(4)::before{background-color: rgb(95, 25, 133);opacity: 0.38;}
      .content-left ul li:nth-child(5)::before{background-color: rgb(234, 96, 0);opacity: 0.35;}
      .content-left ul li:nth-child(6)::before{background-color: rgb(0, 0, 0);opacity: 0.34;}
      .content-left>.MyIndustryContent{
        background-color: #5F1985;
        padding: 0 50px;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
      }
      .content-left ul li:hover span{
        font-weight: bold;
        font-size: 80px;
        color: rgba(255, 255, 255, 0.32);
      }
      .content-left ul li:hover p{
        font-weight: bold;
      }
      .content-left ul li:hover::before{
        opacity: 1;
      }
      .speciaList{
        margin-top: -140px;
        padding-bottom: 70px;
      }
      .speciaList li{
        background-color: #F5F6FA;
        display: flex;
        margin-bottom: 10px;
      }
      .speciaList li .speciaBg{
        width: 0;
      }
      .speciaList li.active .speciaBg{
        width: 35%;
      }
      .speciaList li .speciaBg img{
        display: block;
        width: 100%;
        height: 100%;
      }
      .speciaList li .specia-info{
        flex: 1;
        padding: 10px 50px;
        transition: all 0.3s ease;
      }
      .speciaList li.active .specia-info{
        padding: 50px;
      }
      .speciaList li .specia-info>p{
        font-size: 14px;
        display: none;
        transition: all 0.3s ease;
        opacity: 0;
        transform: translateY(20px);
      }
      .speciaList li .specia-info .info-header{
        display: flex;
        align-items: center;
      }
      .speciaList li .specia-info .info-header p{
        font-size: 18px;
        transition: all 0.3s ease;
      }
      .speciaList li.active .specia-info p{
        color: #fff;
      }
      .speciaList li.active .specia-info .info-header p{
        font-weight: bold;
      }
      .speciaList li .specia-info{
        transition: all 0.3s ease;
      }
      .speciaList li.active .specia-info {
        background-color: #5F1985;
      }
      .speciaList li.active .specia-info .show{
        display: none;
      }
      .speciaList li.active .specia-info .hide{
        display: block !important;
      }
      .speciaList li.active .specia-info >p{
        display: block;
        transform: translateY(0);
        opacity: 1;
      }
      .Less-BOX{
        height: calc(100vh - 200px);
        display: flex;
      }
      .Less-BOX .Two_Box ,.Less-BOX .One_Box{
        flex: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 0 8%;
        
      }
      .Less-BOX .Two_Box .section-title-small,.Less-BOX .One_Box .section-title-small{
        color: #fff;
        margin-bottom: 30px;
      }
      .Less-BOX .Two_Box p,.Less-BOX .One_Box p{
        color: #FFFFFF;
        position: relative;
        z-index: 1;
      }
      .Less-BOX .Two_Box::before ,.Less-BOX .One_Box::before{
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.41;
        z-index: 0;
        transition: all 0.3s ease;
      }
      .Less-BOX .Two_Box:hover::before ,.Less-BOX .One_Box:hover::before{
        background: #5F1985;
        opacity: 0.8;
      }
      .Carriage-list{
        display: flex;
        /* grid-template-columns: repeat(4,calc(25% - 12px)); */
        gap: 16px;
        justify-content: center;
        margin-top: -340px;
        padding-bottom: 110px;
      }
      .Carriage-list li{
        width: calc(25% - 12px);
        height: 540px;
        display: flex;
        align-items: flex-end;
        padding: 30px;

      }
      .Carriage-list li .BoxFooter{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .METHOD{
        padding: 150px 0;
        height: 750px;
      }
      .METHOD h4{
        color: #fff;
      }
      .METHOD::before{
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        right: 0; 
        bottom: 0;
        background-color: #000000;
        opacity: 0.62;
      }
      .ContactBox{
        height: calc(100vh - 100px);
        padding-top: 80px;
        background-color: #F5F6FA;
      }
      .UserBg{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
      }
      .UserBg img{
        height: 100%;
        width: auto;
        display: block;
      }
      .blurBox{
        padding: 50px;
        backdrop-filter: blur(13px);
        background: rgba(255,255,255,0.63);
        border-radius: 29px 29px 29px 29px;
        border: 2px solid #FFFFFF;
        margin-top: 180px;
        width: 45%;
        max-width: 585px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-left: auto;
        margin-right: 80px;
      }
      .blurBox p{
        margin-bottom: 20px;
        font-size: 18px;
      }
      .blurBox .Newbtn{
        font-size: 16px;
      }
      .Carriage-list li img{
        width: 55px;
        height: auto;
      }
      .Carriage-list li:hover .show{
        display: none;
      }
      .Carriage-list li:hover .hide{
        display: block !important;
      }
      .MyTitle{
        /* position: absolute;
        left: 0;
        right: 0;
        top: 40px; */
      }
      .MyServices{
        margin-top: -180px;
        margin-bottom: 120px;
        /* height: 100vh; */
      }
      .MyServices .container-layout{
        position: relative;
      }
      .MyServices li .card__inner{
        display: flex;
        margin-bottom: 10px;
        /*position: sticky;*/
      }
      .MyServices li{
          position: sticky;
      }
      /* .MyServices li:nth-child(1){
        top:120px;
      } */
      /* .MyServices li:nth-child(2),.MyServices li:nth-child(3),.MyServices li:nth-child(4){
        position: absolute;
        left: 0;
        right: 0;
      } */
      /* .MyServices li:nth-child(2){
        top: 220px;
      }
      .MyServices li:nth-child(3){
        top: 320px;
      }
      .MyServices li:nth-child(4){
        top: 420px;
      } */
      .MyServices li .services-info{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 60px;
      }
      .MyServices li .services-info h6{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
      }
      .MyServices li .services-info h6+p{
        font-size: 14px;
      }
      .MyplaneBox{
        height: 100vh;
        padding-top: 40px;
      }
      .MyplaneBox .planeBg{
        margin-top: 120px;
      }
      #serviceSwiper{
        margin-top: 70px;
        background-color: #F5F6FA;
      }
      #serviceSwiper .swiper-slide:hover img{
        transform: scale(1.1);
      }
      #serviceSwiper .swiper-slide img{
        transition: all 0.3s ease;
        display: block;
      }
      #serviceSwiper h6{
        margin-bottom: 30px;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
      }
      #serviceSwiper .swiper-slide div:first-child{
        width: 100%;
        overflow: hidden;
      }
      #serviceSwiper .swiper-slide div:last-child{
        padding: 60px 30px;
      }
      #serviceSwiper div p{
        font-size: 14px;
        text-align: left;
      }
      .biaozhunBox{
        height: 100vh;
        padding-top: 100px;
        position: relative;
      }
      .About{
        padding-top: 50px;
      }
      .About h5{
        font-weight: bold;
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 25px;
      }
      .About h5+p{
        font-size: 16px;
      }
      .RyBox .container-layout{
        padding-top: 90px;
        height: 80vh;
        padding-bottom: 90px;
        /* display: flex;
        flex-direction: column;
        justify-content: space-between */
      }
      #Ryswiper{
        overflow: visible;
        margin-top: 24vh;
      }
      #Ryswiper .swiper-slide{
        /* overflow: hidden; */
        /* box-shadow: 0px 22px 13px -16px rgba(0,0,0,0.24); */
      }
      #Ryswiper .swiper-wrapper{
        align-items: flex-end;
      }
      .qumian{
        height: calc(100vh - 100px);
      }
      .author{
        display: flex;
        background: #F5F6FA;
        transform: translateY(-90px);
        position: relative;
      }
      .author .author-image{
        position: relative;
        overflow: hidden;

      }
      .author .author-image img{
        display: block;
        vertical-align: bottom;
      }
      .author .author-image::before{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/46895.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        content: "";
        z-index: -1;
      }
      .author .author-info{
        padding: 45px 50px;
      }
      .author .author-info{
        flex: 1;
      }
      .author .author-info h4{
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 15px;
      }
      .author .author-info p{
        font-size: 14px;
      }
      .Case-title {
        font-weight: bold;
        font-size: 18px;
        margin-top: 50px;
        margin-bottom: 5px;
      }
      .Case-title + p{
        font-size: 14px;

      }
      .Case-title + p + .Newbtn{
        margin: auto;
        transform: translateY(60px);
      }
      .fazhanVideo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
      }
      .fazhanBox{
        width: 100%;
        height: 100vh;

      }
      .fazhanBox .section-title{
        color: #fff;
        padding-top: 60px;
      }
      .fazhanMask{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
      }
      .MapItem{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.3s ease;
      }
      .MapItem.Total{
        opacity: 1;
      }
      .MapItem.active{
        z-index: 5;
        opacity: 1;
      }
      .MapBox{
        width: 100%;
        height: 100vh;
        padding-top: 70px;
      }
      .Global-lists{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 10;
        display: flex;
        justify-content: center;
        gap: 20px;
      }
      .Global-item{
        display: flex;
        align-items: center;
        padding: 5px 30px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        gap: 5px;
        transform: translateX(70%);
        cursor: pointer;
      }
      .Global-item:last-child{
        transform: translate(70% , 100%);
      }
      .History-lists{
        position: absolute;
        top: 30%;
        /* left: 40%; */
        left: 0;
        right: 0;
        width: 400px;
        margin: auto;
        z-index: 10;
        display: flex;
        /* align-items: center; */
        gap: 210px;
        transition: all 0.3s ease;
        overflow: visible;
      }
      /* 奇数项(2n-1)向下排列 */
      .History-lists  .swiper-slide:nth-child(odd) {
        align-self: flex-end;
    }
    
    /* 偶数项(2n)向上排列 */
    .History-lists  .swiper-slide:nth-child(even) {
        align-self: flex-start;
    }
      .History-lists  .swiper-slide{
        color: #fff;
        cursor: pointer;
      }
      .History-lists  .swiper-slide h3{
        font-size: 87px;
        line-height: 1.0;
        margin-bottom: 5px;
        transition: all 0.3s ease;
        color: #fff;
        text-align: center;
      }
      .History-lists  .swiper-slide p{
        font-size: 16px;
        color: #fff;
        text-align: center;
      }
      .History-lists  .swiper-slide.swiper-slide-active h3{
        font-size: 170px;
        font-weight: bold;
      }
      .qumian{
        padding-top: 90px;
      }
      .qumian .section-title{
        color: #fff;
      }
      #div1{
        width: 600px;
        height: 600px;
        margin: auto;
        /* margin-top: 40px; */
        position:relative;
      }
      #div1 li{
        width: fit-content;
        cursor: pointer;
        position: absolute;
        top:0px; left:0px;
      }
      #div1 li p{
        color: #fff;
      }
      #div1 li .yuan{
        position: relative;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #9520D5;
        margin: auto;
        margin-top: 10px;
      }
      #div1 li:hover .yuan,#div1 li:hover .yuan span{
        background-color: #E55E00;
      }
      #div1 li .yuan span{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        overflow: hidden;
        animation: slowScale  2s infinite ease;
      }
      #div1 li .yuan span:last-child{
        animation-delay: 1s;
      }
      @keyframes slowScale{
        0%{
          transform: scale(1.0);
          opacity: 1.0;
        }
        50%{
          transform: scale(1.5);
          opacity: 0.5;
        }
        100%{
          transform: scale(2.0);
          opacity: 0;
        }
      }
      .About{
        width: 100%;
        height: 1200px;
      }
      .aboutVideo{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
      }
      .About .container-layout{
        position: relative;
        z-index: 10;
      }
      .About-header{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
      }
      .About-header .header-Item{
        width: 30%;
      }
      .About-header .header-Item:last-child{
        margin-top: 100px;
      }
      .About h5{
        white-space: nowrap;
      }
      .licheng{
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: 100px;
        /* position: absolute;
        bottom: 300px;
        left: 0;
        right: 0; */
        z-index: 22;
        /* gap: 100px; */
        /* transform: translateX(40%);
        transition: all 0.3s ease; */
        /* display: none; */
      }
      video{
        width: 100%;
        height: 100%;
      }
      .licheng li{
        text-align: center;
        /* opacity: 0.4; */
        transition: all 0.3s ease;
        display: inline-block;
        /* padding-left: 100px; */
      }
      .licheng li .number{
        color: #5F1985;
        position: relative;
        font-weight: bold;
        font-size: 66px;
        line-height: 1.0;
        transition: all 0.3s ease;
      }
      .licheng li >div{
        display: flex;
        align-items: flex-end;
        gap: 20px;
        margin-bottom: 20px;
      }
      .licheng li img{
        width: 46px;
      }
      .licheng li .number span{
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(100%,-50%);
        font-size: 40px;
      }
      .licheng li p{
        color: #5F1985;
      }
      .About .Map{
        position: relative;
      }
      .About .Map img{
        display: block;
        margin: auto;
      }
      .About .Map img:first-child{
        margin-bottom: -120px;
      }
      .About .Map .yunshu{
        position: absolute;
        left: 0;
        right: 0;
        bottom: -70px;
        width: 100%;
        max-width: 660px;
        /* transform: rotate(90deg);
        opacity: 0; */
      }
      .zuihouxianshi{
        display: none;
      }
      .About .Map .yunshu.zuihouxianshi{
        bottom: 0;
        max-width: none;
        bottom: 0;
        display: none;
        width: 115%;
        margin-left: -7%;
      }
      .diqiu.active{
        animation: RotateQuan 5s infinite cubic-bezier(0.2, 0.19, 1, 1);
      }
      @keyframes RotateQuan{
        0%{
          transform: rotate(0deg);
        }
        50%{
          transform: scale(180deg);
        }
        100%{
          transform: rotate(-360deg);
        }
      }
      .fazhanBox,.RyBox{
        overflow: hidden;
      }
      .NETWORK-lists{
        width: 100%;
        /* position: relative; */
      }
      .NETWORK-lists li{
        width: 60%;
        position: absolute;
        /* margin: auto; */
      }
      .NETWORK-lists li .NETWORK-box{
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
      }
      .NETWORK-lists li .Myplane{
        position: absolute;
        bottom: 0;
        left: 90%;
        opacity: 0;
        pointer-events: none;
      }
      /* .NETWORK-lists li::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
      } */
      .NETWORK-lists li .xian{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 90%;
        margin: auto;
        height: 100%;
        transform: translateY(-30px);
      }
      .biaozhunBox .container-layout{
        display: flex;
        flex-direction: column;
        height: 100%;
      }
      .NETWORK-lists li:nth-child(1){
        width: 40%;
        /* margin-left:calc((560 / 1920)*100%); */
        /* position: absolute; */
      }
      .NETWORK-lists li .plane-name{
        position: absolute;
        left: 0;
        top: 0;
        padding: 15px 30px;
        font-size: 16px;
        min-width: 306px;
        color: #FFFFFF;
        background-image: url('../images/14183.png');
        background-repeat: no-repeat;
        background-size: cover;
      }
      .NETWORK-lists li .plane-name.left{
        background-image: url('../images/14184.png');
        text-align: right;
        transform: translateX(calc(-100% - 10px ));
      }
      .NETWORK-lists li:nth-child(2n) .plane-name{
        right: 0;
        left: auto;
        transform: translateX(100%);
        background-image: url('../images/14183.png');
        text-align: left;
      }
      .NETWORK-lists li:nth-child(2){
        width: 42%;
        /* margin-left: calc((380 / 1920)*100%); */
      }
      .NETWORK-lists li:nth-child(3){
        width: 40%;
        /* margin-left: calc((290 / 1920)*100%); */
      }
      .NETWORK-lists li:nth-child(4){
        width: 40%;
        /* margin-left: calc((240 / 1920)*100%); */
      }
      .NETWORK-lists li:nth-child(5){
        width: 41%;
        /* margin-left: calc((110 / 1920)*100%); */
      }
      .biaozhunBox .container-layout .NETWORKBox{
        flex: 1;
        display: flex;
        /* align-items: center; */
        margin-top: 15%;
        justify-content: center;
        width: 100%;
      }
      .NETWORK-lists li:hover .Myplane{
        animation: parabola1 1s cubic-bezier(0, 0, 0.41, 0.4);
      }
      /* 基础抛物线动画 */
@keyframes parabola1 {
  0% {
      left: 90%;
      transform:  translateY(0);
      opacity: 0;
  }
  50% {
      transform:  translateY(-40px);
      left: 45%;
      opacity: 1;
  }
  100% {
      transform:  translateY(0);
      left: 0%;
      opacity: 0;
  }
}
.services-box{
  padding-top: 60px;
}
.services-box h4{
  margin-bottom: 60px;
}
.fazhanBox .container-layout{
  position: relative;
  z-index: 2;
}
.case-page .container-layout{
  position: relative;
  z-index: 10;
}
.case-box .case-left img{
  transition: all 0.3s ease;
}
.case-box .case-left{
  overflow: hidden;
}
.case-box .case-left:hover img{
  transform: scale(1.1);
  
}
.mapDialog{
  position: fixed;
  width: 90%;
  margin: auto;
  top: 5vh;
  height: 90vh;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 20px 40px;
  z-index: 211;
  display: none;
}
.mapDialog .dialog-close {
  float: right;
}
.mapDialog .dialog-content{
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: 80%;
  margin: auto;
  position: relative;
}
.mapDialog .dialog-content span{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.mapDialog .dialog-content img{
  vertical-align: text-top;
}
.CnMap.mapDialog .dialog-content img{
  max-width: 200px;
}
.cheng{
  background-color: #EA6000;
}
.zi{
  background-color: #601A86;
}
.lan{
  background-color: #3251EC;
}
.hong{
  background-color: #EC3232;
}
.footer-Type{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.maplist li{
  display: flex;
  align-items: center;
}
.maplist li .map-left{
  display: flex;
  align-items: center;

}
.maplist li{
  position: absolute;
  background-repeat: no-repeat;
  background-image: url('../images/14184.png');
  background-size: cover;
  background-position: right center;
}
.maplist li:first-child{
  flex-direction: row-reverse;
  padding-left: 30px;
  padding-right: 0;
  background-image: url('../images/14183.png');
  background-position: left center;
}
.WhyBox  .gtanc{
  padding: 50px 30px;
}
.biaozhunBox video{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.WhyBox .maplist li:nth-child(3),.WhyBox .maplist li:nth-child(4){
  flex-direction: row-reverse;
  padding: 10px 30px;
  background-image: url('../images/14183.png');
  background-position: left center;
}
.WhyBox .maplist li:nth-child(1),.WhyBox .maplist li:nth-child(2){
  
  background-repeat: no-repeat;
  background-image: url('../images/14184.png');
  background-size: cover;
  background-position: right center;
}
.CnMap .maplist li:first-child{
  background-image: none;
}
.CnMap .maplist li{
  background-image: none;
}
.maplist li{
  padding: 15px 0;
  padding-right: 30px;
  padding-left: 0;
  gap: 15px;
  cursor: pointer;
}
.maplist li p{
  font-size: 16px;
  color: #FFFFFF;
}
.maplist li .map-left img{
  transform: translate(-5px,5px);
}
#trackingResult{
  max-height: 51vh;
  overflow: auto;
  background: #ffff;
  padding: 20px;
  border-radius: 20px;
}
#trackingResult::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

#trackingResult::-webkit-scrollbar-thumb {
  background: #5F1985;
  border-radius: 4px;
}
.gtanc{
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 12px 20px 1px rgba(33,94,146,0.16);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E9E9E9;
  padding: 20px;
  border-radius: 20px;
  width: 40%;
  max-width: 440px;
  display: none;
}
.WhyBox{
  height: 100vh;
  position: relative;
  padding-top: 30px;
}
.WhyBox .maplist li{
  padding-left: 30px;
  padding: 10px 30px;
}
.contact_Type{
  display: flex;
  justify-items: space-between;
  background-color: #fff;
  border-bottom: 1px solid #DDDDDD;
}
.contact_Type li{
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 0;
}
.contact_Type li.active{
  color: #5F1985;
}
.contact_Type li.active:after{
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right:0;
  margin: auto;
  height: 2px;
  width: 60px;
  background: #5F1985;
}
.EnAddress{
  display: none;
}
.CnAddress{
  display: block;
}

.CnMap .yuanBox span,.EnMap .yuanBox span{
  display: block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.CnMap .yuanBox,.EnMap .yuanBox{
  background: rgba(210, 41, 30, 1);
  padding: 5px;
  border-radius: 50%;
  width: fit-content;
}
.CnMap .yuanBox,.EnMap .yuanBox{
  position: relative;
  margin-left: auto;
}
.CnMap .yuanBox span,.EnMap .yuanBox span{
  display: block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  margin-right: 0;
}
.CnMap .yuanBox,.EnMap .yuanBox{
  background: rgba(210, 41, 30, 1);
  padding: 5px;
  border-radius: 50%;
  width: fit-content;
}
@keyframes ScaleBox{
  0%{
      transform: scale(1.0);
      opacity: 1;
  }
  50%{
     transform: scale(2.0);
     opacity: 0.5; 
  }
  100%{
      transform: scale(3.0);
      opacity: 0;
  }
}
.yuanBox{
  position: relative;
  margin-left: auto;
}
.yuanBox:before{
  content: '';
  animation: ScaleBox 1.5s infinite;
  animation-delay: 0.75s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  display: block;
}
.yuanBox:after{
  content: '';
  animation: ScaleBox 1.5s infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  display: block;
}
.mapList > li{
  position: absolute;
  display: flex;
  align-items: flex-end;
  z-index: 15;
}
.mapList > li .Map_Box, .mapList > li .xian,.maplist > li .Map_Box, .maplist > li .xian{
  /*display: none;*/
  /*visibility: hidden;*/
  /*transform: translateY(-20px);*/
  /*opacity: 0;*/
  /*transition: all 0.3s;*/
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  transform: translate(-100%,-100%);
}
.mapList > li.active .Map_Box,.maplist > li.active .Map_Box{
  transform: translate(-100%,-100%);
  /*visibility: visible;*/
  /*opacity: 1;*/
  /*transform: translateY(0);*/
}
.mapList > li .Map_Box,.maplist > li .Map_Box{
  width: max-content;
}
.ReBox{
  position: relative;
}
.mapList > li.active .xian,.maplist > li.active .xian{
  width:80px;
  /*visibility: visible;*/
  /*opacity: 1;*/
  /*transform: translateY(0);*/
  
}
.mapList > li .yuan,.maplist > li .yuan{
transform: translate(-5px, 10px);
}
.Map_Box{
  padding: 10px;
  background: #FFFFFF;
  width: fit-content;
  max-width: 490px;
  gap: 20px;
  border: 1px solid #00267F;
}
.Map_Box .right_info {
  flex-direction: column;
  justify-content: space-between;
  white-space: nowrap;
}
.Map_Box .right_info h5{
font-weight: bold;
font-size: 0.9895833333333334rem;
color: #00267F;
}
.Map_Box .right_info li{
  font-weight: bold;
}
.Map_Box .right_info p{
  margin-top: 5px;
}
 .mapList > li .name{
    font-weight: bold;
    font-size: 0.885416rem;
    color: #D2291E;
    line-height: 24px;
    text-shadow: 0px 3px 6px rgb(0 0 0 / 27%);
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    /*transform: translateX(-50%);*/
    white-space: nowrap;
    padding-top: 0.320833rem;
    opacity: 0;
}
 .mapList > li.active .name{
    opacity: 1;
}
.mapList > li .yuanBox, .mapList > li .yuanBox:before, .mapList > li .yuanBox:after{
  background: #EA6000;
  pointer-events: none;
  
}
.mapList > li.active .yuanBox, .mapList > li.active .yuanBox:before, .mapList > li.active .yuanBox:after{
  background: rgba(210, 41, 30, 1);
}
.mapList > li .Map_Box {
  width: max-content;
}
.mapList > li .Map_Box {
  /* display: none; */
  /* visibility: hidden; */
  /* transform: translateY(-20px); */
  /* opacity: 0; */
  /* transition: all 0.3s; */
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  transform: translate(-100%,-100%);
}
.mapList > li.active .yuanBox, .mapList > li.active .yuanBox:before, .mapList > li.active .yuanBox:after {
  background: rgba(210, 41, 30, 1);
}
.mapList > li .yuanBox, .mapList > li .yuanBox:before, .mapList > li .yuanBox:after {
  background: #EA6000;
}
.yuanBox {
  position: relative;
  margin-left: auto;
}
.yuanBox {
  background: rgba(210, 41, 30, 1);
  padding: 5px;
  border-radius: 50%;
  width: fit-content;
}