 .header {
    position: fixed;
    right: 244px;
    top: 0;
    display: flex;
    justify-content: flex-end;
    padding-top: 72px;
    z-index: 99;
}

 .header>ul {
    display: flex;
    align-items: center;
}

.header>ul li {
    margin: 0 15px;
    cursor: pointer;
}

 .header>ul li a {
    font-size: .875rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
}
.section {
    width: 100%;
    height: 100%;
    position: relative;
}

.section::after {
    content: '';
    width: 100px;
    height: 100px;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 15.0625rem;
    top: 4.25rem;
    z-index: 9;
}


#fp-nav ul li:first-child {
    display: none;
}

.section .fp-tableCell>img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* 第一屏 */

.modle-section1{
        display: none!important;
    }
.section1 .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.section1 .swiper .swiper-wrapper img {
    width: 100%;
    height: 100%;
        object-fit: cover;
}

.section1 .swiper .swiper-slide .text {
    position: absolute;
    left: 18%;
    top: 36%;
}
  .section1.active .text {
    animation-delay: .25s;
    animation-name: fadeInUp;
}
.section1 .swiper .swiper-slide .text h2 {
    font-size: 3.625rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBCB85;
    line-height: 65px;
    margin-bottom: 20px;
    position: relative;
}

.section1 .swiper .swiper-slide .text h2::after {
    content: '';
    width: 38px;
    height: 4px;
    background: #FBCB85;
    position: absolute;
    left: 0;
    top: -21px;
}

.section1 .swiper-button-next,
.section1 .swiper-button-prev {
    top: 63% !important;
}

.section1 .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 18vw !important;
    right: auto;
}

.section1 .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 76.5vw !important;
    left: auto;
}

.section1 .swiper .swiper-slide .text p {
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
}

.section1 .video{
    position: absolute;
    right: 242px;
    bottom: 101px;
}

.section1 .video .bofang{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
        z-index: 5;
        cursor: pointer;
}

.section1 .video .vertical-word {
  position: absolute;
  top: 0;
  right: -30px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(0deg);
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FBCB85;
line-height: 20px;
}

.section1 .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.67;
  cursor: pointer;
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
  }
  .section1.active .video {
    animation-delay: .35s;
    animation-name: fadeInUp;
}

  .section1 .swiper-pagination-bullet {
    background: #fff;
}
  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .video-content {
     position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 81.5%;
    /* background-color: #fff; */
    text-align: center;
  }
  .video-content video{
    width: 100%;
    height: 100%;
  }
  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 99;
  }
  
  .close-button:focus {
    outline: none;
  }

.mouse {
    position: absolute;
    bottom: 52px;
    left: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.section1.active .mouse {
    animation-delay: .25s;
    animation-name: fadeInUp;
}
.mouse img {
    width: 40px;
    height: 40px;
    margin-bottom: 26px;
    animation: floating 2s ease-in-out infinite;
    /* 设置动画属性 */
}

.mouse span {
    font-size: .75rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 19px;
}

.mouse i {
    font-size: 2.25rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 19px;
}

.text_box{
    position: absolute;
    left: 18%;
    bottom: 16%;
    display: flex;
}

.section1.active .text_box{
    animation-delay: .35s;
    animation-name: fadeInUp;
}
.text_box>div{
    margin-right: 50px;
}
.text_box>div i{
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBCB85;
    display: inline-block;
    margin-bottom: 8px;
}

.text_box>div p{
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBCB85;
    padding-left: 18px;
}
/* 定义关键帧动画 */
@keyframes floating {
    0% {
        transform: translateY(0);
        /* 初始位置 */
    }

    50% {
        transform: translateY(-10px);
        /* 向上浮动的位置 */
    }

    100% {
        transform: translateY(0);
        /* 回到初始位置 */
    }
}

/* 第二屏 */
.section .warrp {
    width: 100%;
    height: 100%;
    display: flex;
}

.section2 .warrp .cont {
    flex: 0.8;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section2 .warrp .cont .top {
    margin-bottom: 42px;
}


.section2 .warrp .cont .top h2 {
    font-size: 1.375rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBCB85;
    line-height: 44px;
}

.section2 .warrp .cont .top h3 {
    font-size: 1.875rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBCB85;
    line-height: 59px;
}

.section2 .warrp .cont .center {
    width: 60.3vw;
    height: 24.5vw;
    background: url(../images/logo3.png) no-repeat;
    background-size: contain;
    display: flex;
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 20px;
}

.section2 .warrp .cont .center .text {
    width: 100%;
    height: 100%;

    padding: 33px;
    box-sizing: border-box;
    flex: 0.6;
}

.section2 .warrp .cont .center .text p {
    font-size: .875rem;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #EEEEEE;
    line-height: 26px;
    overflow: auto;
    width: 100%;
    height: 100%;
}
.section2 .warrp .cont .center .text p::-webkit-scrollbar {
    width: 5px; /* 滚动条宽度 */
  }
  
  .section2 .warrp .cont .center .text p::-webkit-scrollbar-thumb {
    background-color: #FBCB85; /* 滚动条拖动部分的颜色 */
    border-radius: 4px; /* 拖动部分的圆角 */
  }
  
  .section2 .warrp .cont .center .text p::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* 滚动条轨道的颜色 */
    border-radius: 4px; /* 轨道的圆角 */
  }
.section2 .warrp .cont .center img {
    position: absolute;
    right: -13.5%;
    top: 6.997px;
    width: 27vw;
    height: 20.5vw;
}

.section2 .warrp .cont .bottom {
    display: flex;
    background: #FBCB85;
    align-items: center;
    height: 104px;
    padding-left: 52px;
    position: absolute;
    width: 80vw;
    left: revert;
    bottom: 86px;
}
.section2 .warrp .cont .bottom img{
    /*width: 100%;*/
    /*height: 100%;*/
}

.section2.active .cont {
    animation-delay: .25s;
    animation-name: slideInRight;
}
/* 第三屏 */
.section3 .img {
    position: relative;
        width: 52%;
            display: flex;
    justify-content: flex-end;
}

.section3 .img .name {
    position: absolute;
       left: 38px;
    top: 24%;
}

.section3 .warrp .cont {
    flex: 0.8;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 195px;
}
.section3.active .cont {
    animation-delay: .25s;
    animation-name: fadeIn ;
}
.section3 .warrp .cont img:nth-child(1){
    width: 84%;
    height: 100%;
}
.section3 .warrp .cont .text {
    height: 435px;
    background: url(../images/logo4.png) no-repeat;
    background-size: contain;
        margin-left: 90px;
        margin-bottom: 70px;
}

.section3 .warrp .cont .text .cont-box {
    transform: translate(-53px, 26px);
}

.section3 .warrp .cont .text h2 {
    font-size: 1.125rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBCB85;
    line-height: 26px;
    margin-bottom: 20px;
}

.section3 .warrp .cont .text .text_p {
    font-size: 1.0625rem;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #FFFFFF;
    line-height: 32px;
    overflow: auto;
    height: 271px;
}




.section3 .warrp .cont .text .text_p::-webkit-scrollbar {
    width: 8px; /* 滚动条宽度 */
  }
  
  .section3 .warrp .cont .text .text_p::-webkit-scrollbar-thumb {
    background-color: #FBCB85; /* 滚动条拖动部分的颜色 */
    border-radius: 4px; /* 拖动部分的圆角 */
  }
  
  .section3 .warrp .cont .text .text_p::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* 滚动条轨道的颜色 */
    border-radius: 4px; /* 轨道的圆角 */
  }
.section3 .warrp .mengban {
    width: 76%;
    height: 195px;
    background: #FCBE76;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 第四屏 */

.section4_model{
    display: none!important;
}
.section4 .swiper .swiper-slide .text {
    position: absolute;
    left: 28%;
    top: 30%;
}
.section4.active .text {
    animation-delay: .25s;
    animation-name: slideInUp;
}
.section4 .swiper .swiper-slide .text h2 {
    font-size: 2.75rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBCB85;
    line-height: 65px;
    position: relative;
}

.section4 .swiper .swiper-slide .text h3 {
    font-size: 1.1875rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 29px;
    margin-bottom: 34px;
}

.section4 .swiper .swiper-slide .text p {
  display: none;
}
.section4 .swiper .swiper-slide .text a {
    display: inline-block;
       padding: 13px 29px;
    font-size: 1.125rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    transition: all .3s;
}

.section4 .swiper .swiper-slide .text a>img {
    margin-right: 8px;
}

.section4 .swiper .swiper-slide .text a:hover{
    transform: translateY(-5px);
}

.section4 .bottons {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
    padding-bottom: 70px;
    padding-right: 12.5vw;
}
.section4.active .bottons {
    animation-delay: .25s;
    animation-name: slideInRight ;
}
.section4 .bottons ul {
    display: flex;
    width: auto;
    position: relative;
}

.section4 .bottons ul::before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    top: -21px;
}

.section4 .bottons ul li {
    font-size: 1.5rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 71px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.section4 .bottons ul li i {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.section4 .bottons ul li::before {
    content: '';
    width: .875rem;
    height: .875rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: -27px;
    left: 45%;
}

.section4 .bottons ul .active i {

    color: #FBCB85;
    transform: translateY(15px);
}

.section4 .bottons ul .active::before {
    width: 7px;
    height: 7px;
    background: #FBCB85;
    top: -24px;
    transition: all 0.3s ease-in-out;
}

.section4 .bottons ul .active::after {
    content: '';
    width: 3.3125rem;
    height: 3.3125rem;
    border: 12px solid #FBCB85;
    opacity: 0.67;
    border-radius: 50%;
    position: absolute;
    top: -47px;
    left: 29%;
    transition: all 0.3s ease-in-out;
}
.section4 .swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section4 .swiper-button-next {
    right: 147px;
    left: auto;
}

.section4 .swiper-button-prev {
    left: 147px;
    right: auto;
}
.section4  .swiper-slide>img{
    width: 100%;
    height: 100%;
        object-fit: cover;
}
.section4 .index-swiper1 .images{
    display: none;
}


.details-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
  }
  
  .details-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .details-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background-color: #fff; */
    text-align: center;
    width: 60vw;
  }
  
  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    color: #555;
    cursor: pointer;
  }
  
  .close-button:focus {
    outline: none;
  }
  .image-container{
    width: 100%;
    height: 100%;
  }
  .image-container img {
    max-height: 100%;
    max-width: 100%;
  }
  
  .details-info {
    margin-top: 20px;
    margin-bottom: 20px;
    background: transparent;
  }
  
  .details-info h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .details-info p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
  }
  .details-content .swiper{
      width: 100%;
    height: 100%;
     overflow: hidden;
  }
  .details-content .swiper .swiper-slide img{
      width: 1200px;
    height: 600px;
  }
  .details-modal .swiper-button-prev, .details-modal .swiper-container-rtl .swiper-button-next {
    left: 50px;
    right: auto;
}
  .details-modal .swiper-button-next,   .details-modal .swiper-container-rtl .swiper-button-prev {
    right: 50px;
    left: auto;
}
/* 第五屏 */
.section5 .warrp {
    width: 100%;
    height: 100%;
    display: flex;
}

.section5 .warrp .cont {
    flex: 0.815;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section5.active .cont {
    animation-delay: .25s;
    animation-name: slideInUp   ;
}
.section5 .warrp .cont .list {
        width: 100%;
    height: 290px;
    padding: 24px;
    /* border: 2px solid #FBCB85; */
    
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: url(../images/biankuang.png) no-repeat;
    background-size: contain;
    box-sizing: border-box;
}
.section5 .warrp .cont .list:nth-child(1){
    margin-bottom: 68px;
}

.section5 .warrp .cont .list .item {
    margin-right: auto;
    width: 16%;
}
.section5 .warrp .cont .list .item img{
       width: 150px;
    height: 100px;
}
.section5 .warrp .cont .list:nth-child(2) {
    /*transform: translateX(32px);*/
}

.section5 .warrp .cont .list .logo {
    position: absolute;
   left: -29px;
    top: 33px;
}

/* 第六屏 */

.section6 .warrp {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section6 .warrp .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translate(55px, -124px);
}

.section6 .warrp .cont>img {
    width: 51px;
    height: 51px;
}

.section6 .warrp .cont span {
    font-size: 1.375rem;
    font-family: FontName;
    font-weight: 400;
    color: #FBCB85;
    line-height: 39px;
}

.section6 .bottom_nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    background: #1E222A;
}

.section6 .bottom_nav>div {}

.section6 .bottom_nav .top {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}

.section6 .bottom_nav .top .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section6 .bottom_nav .top .left>div {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
}

.section6 .bottom_nav .top .left>div>i {

    font-size: 1.125rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 33px;
    margin-left: 8px;
}

.section6 .bottom_nav .top .right {
    display: flex;
    flex: .8;
    justify-content: flex-end;
    transform: translateY(-41px);
}

.section6 .bottom_nav .top .right .item {
    margin-left: auto;
}

.section6 .bottom_nav .top .right .title {
    margin-bottom: 10px;
}

.section6 .bottom_nav .top .right .title h5 {
    font-size: 1.4375rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FBCB85;
    line-height: 14px;
}

.section6 .bottom_nav .top .right .tag {
    display: flex;
    flex-direction: column;
}

.section6 .bottom_nav .top .right .tag span a{
    font-size: .9375rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 34px;
}

.section6 .bottom_nav .bottom {
    width: 100%;
    padding: 20px 0;
    text-align: center;

}

.section6 .bottom_nav .bottom::after {
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #4D535B;
    position: absolute;
    bottom: 63px;
    left: 0;
}

.section6 .bottom_nav .bottom p {
    margin: 0;

    font-size: .9375rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 23px;
}
.section6 .bottom_nav .bottom p a{
      font-size: .9375rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
}
.section6 .bottom_nav .wx{
    padding-left: 63px;
    position: relative;
    display: flex;
}
.section6 .bottom_nav .wx .wx_ewm{
    position: absolute;
    top: -153px;
    left: 18px;
    padding: 7px;
    background: #fff;
    display: none;
    
}

.section6 .bottom_nav .wx .bili{
        margin-left: 50px;
    display: inline-block;
}

.section6 .bottom_nav .wx .wx_ewm::after {
  content: "";
  position: absolute;
  bottom: -20px; /* 调整倒三角形的位置 */
  left: 50%; /* 调整倒三角形的水平位置 */
  transform: translateX(-50%); /* 水平居中 */
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent  transparent;
}





/* 移动端导航 */
.header-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.header-mobile .mobile-con {
    display: flex;
    align-items: center;
    height: 60px;
    background: #Fff;
    padding: 0 15px;
}

.header-mobile .icon-logo {
    width: 140px;
}

.header-mobile .mobile-cent {
    padding: 6px;
    display: none;
}

.header-mobile .mobile-cent li {
    margin-bottom: 20px;
    position: relative;
}

.header-mobile .mobile-cent a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding-left: 22px;
    position: relative;
}

.header-mobile .mobile-cent a::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #b81d23;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-top: 3px;
    border-radius: 50%;
}

.header-mobile .mobile-cent a::after {
    /* content: '';
    width: 12px;
    height: 12px;
    background: #0D5561;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-top: 3px;
    border-radius: 50%; */
}

.header-mobile .mobile-cent1 {
    padding: 6px;
    display: none;
    margin-top: 20px;
}

.header-mobile .mobile-cent1 li {
    margin-bottom: 20px;
    position: relative;
}

.header-mobile .mobile-cent1 a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

.header-mobile .mobile-cent1 a::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0D5561;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    margin-top: 3px;
    border-radius: 50%;
}

.header-mobile .menu {
    display: block;
    float: right;
    cursor: pointer;
    height: 40px;
    width: 28px;
    position: absolute;
    right: 25px;
    top: 6px;
}

.header-mobile .menu span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #0D5561;
    border-radius: 5px;
    position: absolute;
    top: 25px;
    left: 0px;
    transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-mobile .menu span:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #0D5561;
    border-radius: 5px;
    position: absolute;
    top: -8px;
    left: 0px;
    transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.header-mobile .menu span:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #0D5561;
    border-radius: 5px;
    position: absolute;
    top: 8px;
    left: 0px;
    transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.inindex .box {
    padding-top: 90px !important;
}

.header-mobile .mobile_nav {
    position: fixed;
    right: -100%;
    width: 100%;
    height: calc(100vh - 60px);
    align-items: flex-start;
    padding: 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: #F4F4F4;
    ;
    /* border-radius: 0px 0px 0px 100px; */
    /* opacity: 0.9; */
    z-index: 99;
}

.header-mobile .header-list>li>a {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
    position: relative;
    padding: 12px 0;
    display: inline-block;
}

.header-mobile .header-list>li {
    position: relative;
    border-bottom: 1px solid #D7D7D7;
}

.header-mobile .header-list .icon-bottom {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-bottom.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 20px;
}

.header-mobile .header-list li.active .icon-bottom {
    background: url(../images/icon-top.svg) no-repeat center;
    background-size: contain;
}

.header-mobile .header-list .icon-bottom1 {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-bottom.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: -6px;
    top: -1px;
}

.header-mobile .header-list li.active1 .icon-bottom1 {
    background: url(../images/icon-top.svg) no-repeat center;
    background-size: contain;
}

.header-mobile .header-list>li::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    opacity: 0.17;
    bottom: 0;
    left: 0;
    transition: all 0.24s;
    -webkit-transition: all 0.24s;
    -moz-transition: all 0.24s;
    -ms-transition: all 0.24s;
    -o-transition: all 0.24s;
}


.header.menu_click .menu span {
    background-color: transparent;
}

.header.menu_click .menu span:before {
    transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
    transform: rotate(45deg);
    top: 0px;
}

.header.menu_click .menu span:after {
    transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
    transform: rotate(-45deg);
    top: 0px;
}

.header.menu_click .mobile_nav {
    right: 0;
    /* top: 66px; */
}

.header-mobile .mobile-link {
    display: flex;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.header-mobile .mobile-link img {
    width: 80%;
}











