html, body {
    position: relative;  
    height:100%;
}

.color-fff {
    color: #fff;
}
.content-box{
    width: 1920px;
    overflow-x: hidden;
}
.fs-14{
    font-size: 14px;
}
.fs-18{
    font-size: 18px;
}
.fs-24{
    font-size: 24px;
}
.fs-30{
    font-size: 30px;
}
.fs-36{
    font-size: 36px;
}
.fs-48{
    font-size: 48px;
}
.fs-60{
    font-size: 60px;
}
.fs-65{
    font-size: 65px;
}
.fs-80{
    font-size: 80px;
}
.fw-bt {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.color-999{
    color: #999;
}

.jianbian{
    background: -webkit-linear-gradient(left, #64666d 20%, #fff 50%, #64666d 80%);
    -webkit-background-clip: text;
    color: transparent;
}
.jianbian2{
    background: -webkit-linear-gradient(left, #32b7b6 20%, #3581a5 50%, #425389 80%);
    -webkit-background-clip: text;
    color: transparent;
}

.header{
    width: 100%;
    margin: 0 auto;
    position:fixed; 
    top:0; 
    left:0; 
    right:0; 
    z-index:10;
    text-align:center;
}
.header .top{
    width: 100%;
    justify-content: center;
}
.header .nav{
    width: 1260px;
}
.header .logo{
    width: 420px; 
}

.header .nav ul.list{
    justify-content:center;
    width: 420px;

}
.header .logo-img{
    width: 179px;
    height: 32px;
    background: url(../imgs/logo.png) no-repeat center;
}


.header .nav ul.list>li>a{
    display:inline-block; 
    position:relative; 
    width: 90px;
    line-height: 80px; 
    padding-bottom: 0px; 
    color:#fff; 
    text-decoration:none; 
    font-size: 14px;
}

.header .choose{
    width: 420px;
   justify-content: end;
}
.header .choose .search{
    width: 40px;
    height: 50px;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.header .choose .search-img{
    width: 20px;
    height: 20px;
    background: url(../imgs/search.png) no-repeat center;
    cursor: pointer;
}


.header .choose .shop .shop-btn{
    width: 55px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}


.header:hover {
    background: #fff;
}
.header:hover .nav ul.list>li>a{color: #000;}
.header:hover .choose .shop .shop-btn{
    border: 1px solid #000;
    color: #000;
}
.header:hover .search-img{
    background: url(../imgs/search2.png) no-repeat center;
}
.header:hover .logo-img{
    background: url(../imgs/logo2.png) no-repeat center;
}
.header .choose .shop .shop-btn:hover{
    background-color:  #000;
    color: #fff;
}
.header .nav ul.list>li>a:hover{
    color: #29b7cb;
}
.header .nav ul.list>li>a.active{
    color: #29b7cb;
}

.search-box{
    display: none;
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top: 60px;
    left: 0;
}
.search-box.active{
    display: block;
}

.search-box .search-form{
    width: 620px;
    margin: 0 auto;
    text-align: left;
}

.search-box .search-input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
}
.search-box .search-input img{
    width: 20ox;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 10px;
}
.search-box .search-input::before{
    content:"";
    position:absolute; 
    width:1px; 
    height:18px; 
    top:12px; 
    left: 55px;
    background-color:#999
}

.search-box .search-input input{
    width:100%;
    line-height: 40px;
    outline:none;
    border:none;
    border-radius: 20px; 
    background-color: #f5f5f5;   
    padding:0 70px; 
}
.search-box .search-input input:focus{
    background-color: #f5f5f5;  
}
/* 修改placeholder默认样式 */
.search-box .search-input input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
 }
.search-content{
    color: #000;
}
.search-content .search-title{
    color: #999;
    margin: 30px 0 20px;
}
.search-box ul.search-list li{
    margin-bottom: 10px;
}
.search-box ul.search-list li:hover{
    background-color:#f5f5f5;
    border-radius: 20px;
}
.search-box ul.search-list li:hover img{
    background: url(../imgs/right2.png) no-repeat center;
}
.search-box ul.search-list li img{
    position: absolute;
    width:16px; 
    height:8px; 
    top:12px; 
    left: 0px;
}
.search-box ul.search-list>li>a{
    padding-left: 20px;
    display:inline-block; 
    color: #000; 
    position:relative; 
    width: 100%;
    line-height: 30px; 
    padding-bottom: 0px; 
    text-decoration:none; 
}

.shop-box{
    display: none;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    width: 220px;
    padding: 50px 20px 20px;
    position: absolute;
    background-color: #fff;
}
.shop-box ul.shop-list li{
    margin-bottom: 20px;
}
.shop-box ul.shop-list li:last-child{
    margin-bottom: 0px;
}

.shop-box ul.shop-list>li>a{
    display:inline-block; 
    color: #000;  
    width: 175px;
    height: 50px; 
    line-height: 50px; 
    text-align: center;

    overflow: hidden;
    text-decoration:none; 
    border: 1px solid #f5f5f5;
}
.shop-box ul.shop-list>li:hover a{
    color: #29b7cb;  
}

.shop-box.active{
    display: block;
}



.indexBody .swiper-container-v{
    width: 100%; 
    height: 100%;
    position:relative;
    z-index:1;
}

.indexBody .swiper-container-v>.swiper-wrapper>.swiper-slide { 
    position:relative; 
    text-align: center;
    font-size: 18px; 
    overflow-y:hidden; 
    color:#fff; 
}



.indexBody .swiper-container-v-pagination{
    position:fixed; 
    top: calc(50% - 120px); 
    left: 90px; 
    z-index: 1; 
    width: 50px;
}

.indexBody .swiper-container-v-pagination:hover{
    opacity: 1;
}
.indexBody .swiper-container-v-pagination span{
    display:block; 
    width: 8px; 
    height: 8px; 
    background: #fff;
    border-radius: 8px;
    margin-top: 25px;
    transition: all 0.2s; 
    -webkit-transition: all 0.2s; 
    font-size: 0px; 
    overflow:hidden;

}

.indexBody .swiper-container-v-pagination span:hover{
    width: 15px;
    height: 15px;
    border-radius: 15px; 
}

.indexBody .swiper-container-v-pagination span.swiper-pagination-bullet-active{
    background: #29b7cb;
    width: 30px; 
    height: 2px; 
/*    margin-left: -2px;*/
}

.indexBody .swiper-container-v-pagination span.swiper-pagination-bullet-active:hover{
   /* width:auto; 
    line-height: 24px;*/
}

.indexBody .swiper-container-vertical>.swiper-pagination-bullets.up{
    top: calc(50% - 550px);
}

.indexBody .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 20px 0;
}


.swiper-box{
    width: 100%;
    height: auto;
    margin-bottom: 200px;
    padding-bottom: 300px;
}

/*第一屏*/


.page0{
    width:100%; 
    overflow-x:hidden;
}
.page0 .tp {
    position:absolute; 
    top:0; 
    left:0; 
    right:0; 
    bottom:0;
    width: 100%;
    height: 100%;
    z-index: 1 
}



.page0 .cover{
    position:absolute; 
    top:0; 
    left:0; 
    right:0; 
    bottom:0; 
    text-align: center; 
    display:flex; 
    flex-direction:column; 
    justify-content: center; 
    align-items:center;
    z-index: 3;
    background: rgba(0,0,0,0.3);
    text-decoration: none;
}

.page0 .cover img{width:1260px; opacity:0.9;}

@media (max-width:1200px){

.page0 .cover img{width:50%;}

}

.page0 video{width:auto; height:100%; overflow-y: hidden;}

@media (min-aspect-ratio: 16/9){

    .page0 video{width: 100%; height:auto;}

}

.page0 .cover .p1{
    margin-top: 60px;
    margin-bottom: 35px;
}
.page0  .cover .p2{

    margin-bottom: 10px;
}




/*第二屏*/
 .page01{ 
    width: 100%;
    height: 100%;
    background-image: url('../imgs/bg01.png');
     background-size: cover; /* 背景图片覆盖整个Swiper容器 */
    background-position: center; /* 背景图片居中 */
}



.page01 .swiper-container-h{
    cursor: pointer;
    height: 100%; 
    width:100%; 
    font-size: 24px;
}

.page01 .swiper-container-h .swiper-slide{ 
    height: 100%;
    position:relative;
}

.page01 .swiper-slide .title{ 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #221815;
    font-weight: bold;
    white-space: nowrap;

}

.page01 .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    text-align: center;
    overflow: hidden;
    display: none;
}

.page01 .img-box img{
    width: 0px;
    height: auto;
}

.page01 .img-box img.active{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    animation: slideIn 2.5s forwards ease-in-out 0.1s;
}

@keyframes slideIn {
    0%{
        border-radius: 60px;
        transform: translate(-50%, -50%) scale(0.2);
    }
    100%{
        height: auto;
        width: 100%;
        border-radius: 0px;
        transform: translate(-50%, -50%) scale(1);
    }
}

.page01 .img-box .img-title{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.page01 .img-box .img-title.active{
 
    animation: slideTitle 2s forwards ease-in-out 0.5s;

}


@keyframes slideTitle {
  0%{

    opacity: 0;
  }
   25%{
    opacity: 1;
  }
    50%{
    opacity: 1;
  }
  69%{
    opacity: 1;
  }
    70%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}


.page01 .img-box .img-info{
    width: 600px;
    margin-left: -300px;
    position: absolute;
    left: 50%;
    bottom:-250px;
    transform: translateX(-50%);
}

.page01 .img-box .img-info .info1{
    display: inline-block;
    padding: 6px 20px;
    font-size: 24px;
    border-radius: 10px;
    border: 1px solid #fff;
}

.page01 .img-box .img-info .info2{
    font-size: 48px;
    text-transform:uppercase;
    margin: 10px 0;
}

.page01 .img-box .img-info .info3{
    font-size: 18px;
}

.page01 .img-box .img-info.active{
  position: absolute;
    left: 50%;
    bottom:-300px;
    transform: translate(-50%, -50%);
    animation: moveAndFade 1.3s ease-in-out 1.5s forwards;
}

@keyframes moveAndFade {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  70% {
    transform: translateY(-340px);
    opacity: 1;
  }
   99% {
    transform: translateY(-340px);
    opacity: 1;
  }
  100% {
    transform: translateY(-340px);
    opacity: 1;
  }
}

/*第三屏*/
 .page02{ 

    width: 100%;
    height: 100%;
    background-image: url('../imgs/bg02.png');
    background-size: cover; /* 背景图片覆盖整个Swiper容器 */
    background-position: center; /* 背景图片居中 */


}
.page02-box{
    width: 1260px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

 .page02 .page02-left{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 640px;
    height: 500px;
    overflow: hidden;
   /* display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;*/
    text-align: left;
}

 .page02 .page02-left .swiper-left{
    width: 1920px;
/*    overflow: hidden;*/
 }



 .page02 .page02-right{
    position: absolute;
    left: 640px;
    top: 50%;
    transform: translateY(-50%);
    width: 950px;
    overflow: hidden;
    height: 800px;
}

.page02-left  .info1{
    font-size: 100px;
    line-height: 110px;
    text-transform:uppercase;
}

.page02-left .info2{
    font-size: 24px;
    margin: 20px 0 70px;
    height: 60px;
}
.page02-left .info3{
    font-size: 24px;
    width: 140px;
    line-height: 50px;
    border-radius: 10px;
    border:1px solid #fff;
    text-align: center;

}

.page02-left .info3 a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer;
}


.page02 .swiper-container-h {
    width: 1180px;
}




.page02 .page02-right .swiper-slide {
    width: 380px;
    height: 650px;
     display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.page02  .page02-right .swiper-slide .bo-box-img{
    width: 380px;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.page02  .page02-right .swiper-slide-active .bo-box-img{
    width: 380px;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
}


.page02 .page02-right .swiper-slide img{
    width: 380px;
    height: 500px;
    border-radius: 20px;
    display: block;
}
  .page02 .page02-right .swiper-slide-active img{
    transition: transform 500ms ease;
    width: 380px;
    height: 600px;
    overflow: hidden;
    transform: scale(1.1);
/*    transition-delay: 0.5s;*/
}

.page02 .page02-right .swiper-slide .img-title{
    line-height: 50px;
    margin-top: 100px;
}
  .page02 .page02-right .swiper-slide-active .img-title{
margin-top: 0px;
}
.page02 .page02-right  .pagination-h{
    width: 1180px;
    text-align: center;
}

.page02 .page02-right .swiper-pagination-bullet {
  width: 20px;
  height: 30px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  border-radius: 0;
  margin-top: 60px;
  position: relative;
}

 .page02 .page02-right .swiper-pagination-bullet::before {
    content:"";
    position:absolute; 
    width:20px; 
    height:3px; 
    top:27px; 
    left: 0px;
    background-color:#fff;
}
  .page02 .page02-right .swiper-pagination-bullet:first-child::before {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

  .page02 .page02-right .swiper-pagination-bullet:last-child::before {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  
}

.page02 .page02-right .swiper-pagination-bullet-active {
    color: #29b7cb;
    background-color:transparent;/*      去掉背景色*/

}

.page02 .page02-right .swiper-pagination-bullet-active::before {

    content:"";
    position:absolute; 
    width:20px; 
    height:3px; 
    top:27px; 
    left: 0px;
    background-color:#29b7cb;
}
.page02 .page02-right .swiper-pagination-bullet-active:first-child::before {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

  .page02 .page02-right .swiper-pagination-bullet-active:last-child::before {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  
}


/*第四屏*/
.page03{ 
    width: 100%;
    background-image: url('../imgs/bg03.png');
    background-size: cover; /* 背景图片覆盖整个Swiper容器 */
    background-position: center; /* 背景图片居中 */
}
.page03.up{
    position: fixed;
    top: -430px;
    left: 0;
    z-index: 1;
}

@media only screen and (max-width: 2048px) {
    .page03 .link-box{
        width: 1260px;
        margin: 10% auto 0;
    }


    .page03 .link-box .link-search{
        width: 515px;
        height: 60px;
        border-radius: 60px;
        margin:5% auto 10%;
        background-color: #fff;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }


}




@media only screen and (min-width: 2048px) and (max-width: 4096px) {
    .page03 .link-box{
        width: 1260px;
        margin: 15% auto 0;
    }

    .page03 .link-box .link-search{
        width: 515px;
        height: 60px;
        border-radius: 60px;
        margin:10% auto 14%;
        background-color: #fff;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}


/*.page03 .link-box{*/
/*    width: 1260px;*/
/*    margin: 15% auto 0;*/
/*}*/
.page03 .link-box .link-title{
    color: #fff;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
}

/*.page03 .link-box .link-search{*/
/*    width: 515px;*/
/*    height: 60px;*/
/*    border-radius: 60px;*/
/*    margin:5% auto 10%;*/
/*    background-color: #fff;*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    justify-content: flex-start;*/
/*}*/
.page03 .link-box .link-search-btn{
    width:180px;
    height:58px;
    line-height: 58px;
    border-radius: 58px;
    background-color: #000;
    color: #999;
    position: absolute;
    right: 0;
    top: 1px;
    font-size:18px
}
.page03 .link-box input{
    width: 330px;
    line-height: 60px;
    padding: 0 50px;
    outline:none;
    border:none;
    background:transparent;  
    border-top-left-radius: 58px; 
    border-bottom-left-radius: 58px;  
    color: #000;
}
.page03 .link-box input:focus{
    background:transparent;  
     outline:none;
    border:none;
}



/* 修改placeholder默认样式 */
 .page03 .link-box input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
 }
 .page03 .link-box  button {
    background: none; /* 移除背景色 */
    color: inherit; /* 文字颜色继承父元素 */
    border: none; /* 移除边框 */
    padding: 0; /* 移除内边距 */
    margin: 0; /* 移除外边距 */
    font: inherit; /* 字体样式继承父元素 */
    cursor: pointer; /* 鼠标样式为指针 */
    outline: none; /* 移除点击时的轮廓 */
}
.list-box{
    width: 100%;
    margin: 0 auto;
}


 .page03 .link-box .list-box .list-item{
    width: 300px;
    height: 340px;
    background-color: #0d121a;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
}
 .page03 .link-box .list-box .list-item .icon{
    width: 40px;
    height: 40px;
}

 .page03 .link-box .list-box .list-item .intro{
    margin: 30px 0 20px;
    color: #fff;
    font-size: 18px;
}
 .page03 .link-box .list-box .list-item .content{
    color: #fff;
    font-size: 14px;
}

 .page03  .link-tan-box{
    display: none;
    background-color: rgba(13, 18, 26, 0.8);
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.page03  .link-tan{
    background-color: #fff;
    width: 620px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 40px;
    box-sizing: border-box;
    border-radius: 15px;
}
.link-tan img{
    width: 61px;
    height: 55px;
}
.link-tan-title{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}
.link-tan-cont{
        margin: 20px auto 35px;
    font-size: 14px;
    color: #999;
}
.link-tan-back{
    width: 300px;
    margin: 0 auto;
    line-height: 50px;
    background-color: #29b7cb;
    border-radius: 50px;
    cursor: pointer;
}
.footer{
    height: 430px;
    width: 100%;
    background-color: #0d121a;
    position: fixed;
    bottom: 0;
    left: 0;
}
.footer .footer-content{
    width: 1260px;
    margin: 100px auto 60px;
    color: #999;
    font-size: 12px;
}
.footer .footer-content-list{
    border-bottom: 2px solid #999;
    margin-bottom: 30px;
}
.footer .footer-content-item{
    width: 320px;
    height: 220px;
}
.footer .footer-content-item .line-o{
    width: 320px;
    height: 50px;
}
.footer .footer-content-item .line-o a{
    width: 100%;
    height: 100%;
    color: #999;
}
.footer .footer-content-item .line-o img{
    width: 179px;
    height: 32px;
}
.footer .footer-content-item .line-t{
    width: 320px;
    height: 25px;
    line-height: 25px;
}
.footer .footer-content-item .line-t a{
    width: 100%;
    height: 100%;
    color: #999;
}
.footer .footer-content-bottom .word{
    font-size: 12px;
}
.footer .footer-content-bottom .img{
    width: 250px;
}
.footer .footer-content-bottom .imgs{
    position: relative;
    width: 30px;
    height: 30px;
}
.footer .footer-content-bottom .imgs .x-img{
    width: 30px;
    height: 30px;
}
.footer .footer-content-bottom .imgs:last-child{
    width: 56px;
    height: 20px;
}
.footer .footer-content-bottom .imgs:last-child .x-img{
    width: 56px;
    height: 20px;
}

.footer .footer-content-bottom .in-img1{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: 100px;
    height: 100px;
}

.footer .footer-content-bottom .imgs:hover .in-img1{
    display: block;
}


/*产品*/

.product .p-cate-list{
    display: none;
}

.product .banner{
    width: 100%;
/*    height: 600px;*/
}
.product .banner img{
    width: 100%;
    height: auto;
    display: block;
}

.product .title{
    font-size: 48px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 100px 0 70px;
    text-align: center;
}
.product .list{
    width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;

}

.product .p-item{
    width: 380px;
    height: 600px;
    font-size: 18px;
    color:#000;
    margin-right:60px;
    margin-bottom: 100px;
    text-align: center;
}

.product .p-item a{
    font-size: 18px;
}
.product .p-item:nth-child(3n){
    margin-right:0px;
}
.product .list .p-img{
    width: 380px;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
}
.product .list .p-img img{
    width: 100%;
    height: 100%;
    display: block;
/*    border-radius: 10px;*/

}
.product .part-2 .list .p-img img:hover{
    transform: scale(1.1); /* 放大1.5倍 */
    transform-origin: center; /* 设置变换的基点，默认是元素的中心 */
}

.product .p-title{
    font-size: 24px;
    color: #1a1a1a;
    margin: 15px 0 10px;
    padding: 0 5px;
    box-sizing: border-box;
    white-space: nowrap;
}

.product .p-title{
    font-size: 24px;
    color: #1a1a1a;
    margin: 15px 0 10px;
    padding: 0 5px;
    box-sizing: border-box;
    white-space: nowrap;
}

.product .p-intro{
    padding: 0 5px;
    box-sizing: border-box;
    white-space: nowrap;
}
.p-bottom {
    margin-top: 30px;
    justify-content: center;
}
.p-bottom .p-learn{
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin-right: 30px;
    border:1px solid #999;
}
.p-bottom .p-learn a{
    color: #999;
}
.p-bottom .p-learn:hover{
    border:1px solid #29b7cb;
    background-color: #29b7cb;
    color: #fff;
}
.p-bottom .p-learn:hover a{
    color: #fff;
}


.p-bottom .p-by{
    width: 80px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background-color: #dedede;
}
.p-bottom .p-by a{
    color: #999;
}
.p-bottom .p-by:hover{
    border:1px solid #29b7cb;
    background-color: #29b7cb;
    color: #fff;
}
.p-bottom .p-by:hover a{
    color: #fff;
}
.product .part-2 .title{
    margin: 40px 0 70px;
}

.p-tan{
    position: absolute;
    top:80px;
    left: 0;
    display: none;
    width: 100%;
    min-height: 140px;
    background-color: #f5f5f5;
}

.p-tan.active{
    display: block;
}

.p-tan-list{
    width: 1260px;
    height: 140px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.p-tan-list .line{
    height: 80px;
    width: 1px;
    background-color: #dedede;
}
.p-tan-item{
    width: 170px;
    height: 140px;
    color: #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.p-tan-item.active{
    color: #000;
}



.p-tan-item img{
    width: 66px;
    height: 66px;
    display: block;
    margin-bottom: 5px;
}
.p-tan-item-son-box{
     position: absolute;
    top:140px;
    left: 0;
    display: none;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}
.p-tan-item-son-box.active{
    display: block;
}

.p-tan-item-son{
    width: 1260px;
    margin: 0 auto;
    padding: 30px 90px 65px;
    box-sizing: border-box;
    align-items: flex-start;

}
.p-tan-item-son-left{
    width: 250px;
    height: 205px;
/*    margin-left: 90px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.p-tan-item-son-left img{
    width: 250px;
    height: 80px;
    margin-bottom: 10px;
}
.p-tan-item-son-left .more a{
    margin-top: 10px;
    font-size: 14px;
    color: #2cb4c2;
    text-decoration:none;
}



.p-tan-item-son-right{
    width: 790px;
     display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
/*    margin-right: 90px;*/
}
.p-tan-item-son-right a .son-item{
    width: 170px;
    height: 235px;
    margin-right: 35px;
    margin-bottom: 30px;
   text-align: center;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.p-tan-item-son-right a:nth-child(4n) .son-item{
    margin-right: 0;
   
}
.son-item img{
    width: 170px;
    height: 170px;
    display: block;
}

.son-item .son-title{
    margin: 15px 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #999;
}
.son-item .son-intro{
    width: 120px;
    height: 20px;
    border-radius: 20px;
    font-size: 12px;
    color: #999;
    border: 1px solid #dedede;
    text-align: center;
}

.dan{
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;  点*/
    -webkit-line-clamp: 1;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
}

 

/*品牌*/

.b-tan{
    position: absolute;
    top:80px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
}
.b-tan.active{
    display: block;
}
.b-tan .b-tan-list{
    width: 1260px;
    margin: 0 auto;
    justify-content: center;
}
.b-tan .b-tan-list a .b-tan-item{
    width: 180px;
    height: 130px;
    margin-right:20px ;
}
.b-tan .b-tan-list a:last-child .b-tan-item{
    margin-right:0px ;
}
.b-tan-item .b-tan-item-img{
    width: 180px;
    height: 100px;
    overflow: hidden;
    border-radius: 20px;
}
.b-tan-item .b-tan-item-img img{
    width: 100%;
    height: 100%;
    display: block;
}

.b-tan-item:hover img{
    transform: scale(1.1);
}
.b-tan-item .b-tan-item-title{
    margin-top: 15px;
    font-size: 14px;
    color: #999;
}

.b-tan-item:hover .b-tan-item-title{
    color: #2cb4c2;
}
.b-tan-item.active .b-tan-item-title{
    color: #2cb4c2;
}


.brand .banner{
    width: 100%;
    height: auto;
}
.brand .banner img{
    width: 100%;
    height: auto;
}

/*简介*/

.brand .jian{
    width: 100%;
    margin: 0 auto;
    height: 700px;
    padding: 100px 0 80px;
    box-sizing: border-box;
    background-color: #fff;
}
.brand .jian-content{
    width: 1260px;
    margin: 0 auto;
    position: relative;
}

.jian-title{
    font-size: 60px;
    line-height: 60px;
    color: #1a1a1a;
    font-weight: bold;
    text-transform:uppercase
}
.jian-title1{
    margin-bottom: 20px;
}
.jian-ying{
    font-size: 14px;
    color: #0d121a;
     font-size: 14px;
    color: #0d121a;
    margin-top: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.jian-zhong{
     font-size: 14px;
    color: #0d121a;

    line-height: 30px;
    margin-bottom: 30px;

}

.jian-img{
    width:300px;
    height: 160px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.jian-img img{
    width:300px;
    height: 160px;
    position: relative;
}

.jian-img .yin{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    transition: all 1s;

}

.jian-imgs .jian-img:hover .yin{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.6);
}

.jian-img .zi{
    position: absolute;
    left: 50%; 
    top: -100%; 
    transition: all 1s;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    white-space: nowrap;
}


.jian-img:hover .zi{
    position: absolute;
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    white-space: nowrap;
}


/*.jian-img .yin{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 15px;*/
/*    background-color: rgba(0, 0, 0, 0.6);*/
/*}*/
/*.jian-img .zi{*/
/*    position: absolute;*/
/*    left: 50%; */
/*    top: 50%; */
/*    transform: translate(-50%, -50%);*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    border-radius: 15px;*/
/*    white-space: nowrap;*/
/*}*/
.jian-img .zi span{
    font-size: 48px;
    margin-left: -5px;
    margin-right: 5px;
}

.b-nav{
    position: absolute;
    top: 5px;
    left: -280px;
}
.b-nav-item{
    font-size: 14px;
    margin-bottom: 35px;
    padding-left: 40px;
    box-sizing: border-box;
}
.b-nav-item.active{
    padding-left: 36px;
    border-left: 4px solid #29b7cb;
}
.b-nav-item.active a{
    color: #29b7cb;
}
.b-nav-item:hover {
    color: #29b7cb;
    padding-left: 36px;
    border-left: 4px solid #29b7cb;
}
.b-nav-item:hover a{
    color: #29b7cb;
}


/*历程*/

.brand .cheng{
    width: 100%;
    margin: 0 auto;
    height: 700px;
    padding: 100px 0 80px;
    box-sizing: border-box;
    background-color: #fff;
}
.brand .cheng .cheng-content{
    width: 1260px;
    margin: 0 auto;
    position: relative;
}

.brand .cheng .cheng-title{
    font-size: 60px;
    line-height: 60px;
    color: #1a1a1a;
    font-weight: bold;
    text-transform:uppercase
}
.brand .cheng .cheng-title1{
    margin-bottom: 20px;
}


.brand .cheng .cheng-top{
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 2px solid #999;
    align-items: flex-start;
}
.brand .cheng .note-top{
    align-items: flex-start;
    justify-content: start;
    font-size: 48px;
    color: #000;
    position: relative;
}
.brand .cheng .cheng-intro{
    width: 630px;
    padding-left: 60px;
    font-size: 14px;
    line-height: 35px;
    box-sizing: border-box;
}

.brand .cheng .note-top span{
    display: inline-block;
    margin-top: -10px;
}

.brand .cheng .note-bottom{
    font-size: 14px;
    color: #999;
}
.brand .cheng .cheng-bottom-left{
    width: 50%;
    height: 356px;
    align-items: flex-start;
    justify-content: start;
    border-right: 2px solid #999;
}

.brand .cheng .notes .note{
    margin-top: 60px;
}

.brand .cheng .notes .note:first-child{
    margin-right: 70px;
}

.brand .cheng .cheng-bottom-right{
    width: 50%;
    padding-left: 60px;
    line-height: 30px;
    box-sizing: border-box;
}

.brand .cheng .intro{
    position: relative;
    margin: 40px auto;
}

.brand .cheng .intro .intro-top{
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px;
}
.brand .cheng .intro .intro-bottom{
    font-size: 14px;
}

.brand .cheng .intro .dian{
    position: absolute;
    top: 5px;
    left: -71px;
    z-index: 999;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #29b7cb;
}



/*全球*/

.brand .quan{
    width: 100%;
    margin: 0 auto;
    height: 700px;
    padding: 100px 0 80px;
    box-sizing: border-box;
    background-color: #fff;
}
.brand .quan-content{
    width: 1260px;
    margin: 0 auto;
    position: relative;
}

.brand .quan-title{
    font-size: 60px;
    line-height: 60px;
    color: #1a1a1a;
    font-weight: bold;
    text-transform:uppercase
}
.brand .quan-title1{
    margin-bottom: 20px;
}


.brand .quan .quan-top{
    width: 100%;
    padding-bottom: 40px;
}

.brand .quan .quan-bottom{
    justify-content: start;
    align-items: flex-start;
}
.brand .quan .quan-bottom-left{
    width: 300px;
    font-size: 14px;
    line-height: 30px;
}

.brand .quan .quan-bottom-right{
    width: 50%;
    padding-left: 60px;
    line-height: 30px;
    box-sizing: border-box;
    color: #999;
}

.brand .quan .quan-bottom-right .intro-top{
    font-weight: bold;

    font-size: 40px;
    margin: 20px 0;
}
.brand .quan .quan-bottom-right .intro-bottom{
    font-size: 14px;

}


.brand .quan .quan-bottom-right img{
    width: 300px;
    height: 152px;
}
.brand .quan .quan-content .bg{
    width: 1028px;
    height: 519px;
    position: absolute;
    left: 533px;
    top: 0;
}



/*视频中心*/

.brander-banner{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.brander-banner video{
    width: 100%;
    height: auto;
    overflow-y: hidden;
}
.brander-banner .shi-cober{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    background: rgba(0, 0, 0, 0.3);
    text-decoration: none;

}
.shi .shi-cober img{
    width: auto;
    height: 100%;
}

.brand .shi{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 80px;
    box-sizing: border-box;
    background-color: #fff;
}
.brand .shi .shi-content{
    width: 1260px;
    margin: 0 auto;
    position: relative;
}

.brand .shi .shi-title{
    font-size: 48px;
    line-height: 48px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 20px;
}

.brand .shi .shi-video{
    width: 1260px;
    overflow: hidden;
    position: relative;
}
.brand .shi .shi-video video:hover{
/*     transform: scale(1.1);*/
}
.brand .shi .shi-video img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.brand .shi .shi-video video{
    width: 100%;
    height: auto;
}

.brand .shi .shi-title.worderful{
    margin: 80px 0 40px;
}
.brand .shi .shi-video-list{
    width: 100%;
}
.brand .shi-video-item{
    width: 620px;
    height: 420px;
    overflow: hidden;
}
.brand .shi-video-item .video{
    width: 620px;
    height: 380px;
    overflow: hidden;
    position: relative;
}
.brand .shi-video-item .video video{
    width: auto;
    height: 100%;
    overflow: hidden;
}
.brand .shi-video-item .video video:hover{
     transform: scale(1.1);
}
.brand .shi-video-item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.brand .shi-video-item .video-title{
    font-size: 18px;
    margin-top: 18px;
}



.brand .now-video-box{
    display: none;
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}

.brand .now-video-bo{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    width: 1260px;
    height: 710px;
}

.brand .now-video-bo video {
    width: 100%;
    height: auto;
}







/*服务*/

.s-tan{
    position: fixed;
    top:80px;
    left: 0;
    width: 100%;
    padding: 20px 0 40px;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
}
.s-tan.active{
    display: block;
}
.s-tan .s-tan-list{
    width: 1260px;
    margin: 0 auto;
    justify-content: center;
}
.s-tan .s-tan-list a .s-tan-item{
    width: 180px;
    height: 140px;
    margin-right:20px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    box-sizing: border-box;
}
.s-tan .s-tan-list a:last-child .s-tan-item{
    margin-right:0px ;
}
.s-tan .s-tan-list a .s-tan-item-fist{
    width: 275px;
    height: 140px;
    margin-right:20px;
    text-align: left;
    background-color: #f5f5f5;
    padding: 15px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.s-tan .s-tan-list .s-tan-item-fist-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.s-tan .s-tan-list .s-tan-item-fist-left .in{
    line-height: 20px;
}
.s-tan .s-tan-list .s-tan-item-fist-left .s-tan-item-title{
    margin-top: 45px;
     font-size: 14px;
    color: #999;
}
.s-tan-item .s-tan-item-img{
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.s-tan-item .s-tan-item-img img{
    width: 100%;
    height: 100%;
    display: block;
}

.s-tan-item:hover img{
    transform: scale(1.1);
}

.s-tan-item .s-tan-item-title{
    font-size: 14px;
    color: #999;
}

.s-tan-item:hover .s-tan-item-title{
    color: #29b7cb;
}
.s-tan-item .s-tan-item-title.tel{
    margin-top: 20px;
}

.service .banner{
    width: 100%;
    height: auto;
}
.service .banner img{
    width: 100%;
    height: auto;
}


.pleasure{
    width: 100%;
    padding: 90px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.pleasure-content{
    width: 1260px;
    margin: 0 auto;
}
.pleasure-title{
    width: 100%;
    text-align: center;
    font-size: 48px;
    margin-bottom: 60px;
}

.pleasure-item{
    width: 380px;
    height: 380px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    cursor: pointer;
}
.pleasure-img{
    width: 100px;
    height: 90px;
}
.pleasure-img img{
    width: 100%;
    height: 100%;
}
.pleasure-img-fan{
    display: none;
    width: 170px;
    height: 170px;
}
.pleasure-img-fan img{
    width: 100%;
    height: 100%;
}
.pleasure-name{
    font-size: 24px;
    font-weight: 400;
    margin: 30px auto 20px;
    text-transform:uppercase
}
.pleasure-intro{
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 20px;
}
.pleasure-line{
    width: 30px;
    height: 2px;
    background-color: #c5c5c5;
    margin-top: 50px;
}


.policy{
    width: 100%;
    padding: 90px 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
.policy-content{
    width: 1260px;
    margin: 0 auto;
}
.policy-title{
    width: 100%;
    text-align: center;
    font-size: 48px;
    margin-bottom: 60px;
}

.policy-item{
    width: 235px;
    height: 260px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.policy-img{
    width: 90px;
    height: 90px;
}
.policy-img img{
    width: 100%;
    height: 100%;
}

.policy-name{
    font-size: 14px;
    font-weight: 400;
    margin: 30px auto 20px;
    text-transform:uppercase
}

.info{
    width: 100%;
    margin: 0 auto;
    padding: 110px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.info-content{
    width: 1260px;
    margin: 0 auto;
}
.info-item{
    height: 180px;
    align-items: flex-start;
}
.info-item-left{
    width: 300px;
    font-weight: 400;
}
.info-item-right{
    width: 940px;
    line-height: 30px;
    color: #999;
}


.tutorial{
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
.tutorial-content{
    width: 1260px;
    margin: 0 auto;
}
.tutorial-title{
    width: 100%;
    text-align: center;
    font-size: 48px;
    margin-bottom: 60px;
}

.tutorial-item{
    width: 380px;
    height: 410px;
    overflow: hidden;
}
.tutorial-video{
    width: 380px;
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.tutorial-video video{
    width: 100%;
    height: auto;
}
.tutorial-video:hover video{
    transform: scale(1.1);
}


.tutorial-name{
    font-size: 14px;
    font-weight: 400;
    margin: 10px;
    text-transform:uppercase;
    text-align: left;
    color: #999;
}

.tutorial-video img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.learn-more{
    width: 150px;
    margin: 40px auto 0;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    font-size: 18px;
    background-color: #29b7cb;
    text-align: center;
}


.learn-more a{
    display: block;
    color: #fff;
}



.service .now-video-box{
    display: none;
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}

.service .now-video-bo{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    width: 1260px;
    height: 710px;
}

.service .now-video-bo video {
    width: 100%;
    height: auto;
}



/*弹框*/
.complain{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.complain .complain-content{
    width: 1080px;
    height: 550px;
    margin:0 auto;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 0;
    box-sizing: border-box;
}
.complain .suggestion{
    font-size: 48px;
    color: #1a1a1a;
}
.complain .complain-list{
        margin-left: -50px;
}

.complain .complain-item{
    justify-content: center; 
    margin-bottom: 20px;   
}
.complain .complain-item-left{
    width: 50px;
    text-align: center;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 400;
}

.complain .complain-item-right.input{
    width: 640px;
    height: 40px;
    background-color: #f5f5f5;
}
.complain .complain-item-right input{
    width: 640px;
    height: 40px;
    border: none;
    outline: none;
    padding: 0 30px;
     box-sizing: border-box;
    background-color: #f5f5f5;
}

.complain .complain-item-right textarea{
    width: 640px;
    height: 110px;
     background-color: #f5f5f5;
     border: none;
     outline: none;
     padding: 30px;
     box-sizing: border-box;
     resize: none;

}
.complain .submit-btn{
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    background-color: #2cb4c2;
    text-align: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}




/*产品详情*/



.detail-header {
    background: #fff;
}
.detail-header .nav ul.list>li>a{color: #000;}
.detail-header .choose .shop .shop-btn{
    border: 1px solid #000;
    color: #000;
}
.detail-header .search-img{
    background: url(../imgs/search2.png) no-repeat center !important;
}
.detail-header .logo-img{
    background: url(../imgs/logo2.png) no-repeat center;
}
.detail-header .choose .shop .shop-btn:hover{
    background-color:  #000;
    color: #fff;

}


.scroll-header {
    background: #fff;
}
.scroll-header .nav ul.list>li>a{color: #000;}
.scroll-header .choose .shop .shop-btn{
    border: 1px solid #000;
    color: #000;
}
.scroll-header .search-img{
    background: url(../imgs/search2.png) no-repeat center !important;
}
.scroll-header .logo-img{
    background: url(../imgs/logo2.png) no-repeat center;
}
.scroll-header .choose .shop .shop-btn:hover{
    background-color:  #000;
    color: #fff;

}



.detail{
    width: 100%;
    background-color: #fff;
}

.detail .part-o{
    width: 1260px;
    margin: 120px auto 80px;
    position: relative;
}

.detail .part-o .guige-box{
    position: absolute;
    bottom: 70px;
    left: 20px;
    z-index: 2;
}

.detail .part-o .guige-list{
    justify-content: start;
    flex-wrap: wrap;
}
.detail .part-o .guige-item{
   margin-right: 60px;
   margin-bottom: 10px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.detail .part-o .guige-yuan{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #dedede;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    
}
.detail .part-o .guige-yuanxin{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #dedede;
    position: absolute;
    top: 5px;
    left: 5px;
}


.detail .part-o .guige-item.active .guige-yuan{
   border: 1px solid #999;
}
.detail .part-o .guige-item.active .guige-yuanxin{
   background-color: #999;
}
.detail .part-o .guige-item.active .guige-name{
   color: #000;
}


.detail .part-o .guige-item:hover .guige-yuan{
   border: 1px solid #999;
}
.detail .part-o .guige-item:hover .guige-yuanxin{
   background-color: #999;
}
.detail .part-o .guige-item:hover .guige-name{
   color: #000;
}

.detail .detail-swiper{
    width: 100%;
    height: 100%;
    display: none;
}


.detail  .part-o .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}


.detail  .part-o .swiper-slide {
    width: 100%;
    height: 600px;
    text-align: center;
}

.detail  .part-o .swiper-slide img{
    width: 100%;
    height: 600px;
}

.detail  .part-o .swiper-container-horizontal>.swiper-scrollbar {
    height: 2px;
}

.detail  .part-o .swiper-scrollbar-drag {
    height: 4px;
    border-radius:0px;
    background:#29b7cb;
    left: 0;
    top: -1px;
}

.detail .part-o .swiper-scrollbar{
    width: 620px;
    left:50%;
    transform: translateX(-50%);
}


/*详情2*/
.detail-t{
    width: 100%;
    background-color: #fff;
}

.detail-t .part-o{
    width: 1260px;
    margin: 120px auto 80px;
}



.detail-t  .part-o .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}


.detail-t  .part-o .swiper-slide {
    width: 100%;
    height: 600px;
    text-align: center;
}

.detail-t  .part-o .swiper-slide img{
    width: 100%;
    height: 600px;
}

.detail-t  .part-o .swiper-container-horizontal>.swiper-scrollbar {
    height: 2px;
}

.detail-t  .part-o .swiper-scrollbar-drag {
    height: 4px;
    border-radius:0px;
    background:#29b7cb;
    left: 0;
    top: -1px;
}

.detail-t .part-o .swiper-scrollbar{
    width: 620px;
    left:50%;
    transform: translateX(-50%);
}


.detail-t .part-t{
    width: 100%;
    height: auto;
}
.detail-t .part-t img{
    width: 100%;
    height: auto;
    display: block;
}

.detail-t .part-th{
    width: 1260px;
    margin: 50px auto 120px;
}

.detail-t .xiang-item{
    width: 1260px;
    height: 400px;
    margin-bottom: 20px;
}

.detail-t .xiang-item .xiang-img{
    width: 620px;
    height: 400px;
}

.detail-t .xiang-item .xiang-text{
    width: 640px;
    height: 400px;
    padding: 110px 100px;
    box-sizing: border-box;
    background-color: #f5f5f5;
}
.detail-t .xiang-item .xiang-text p {
    margin-bottom: 30px;
    line-height: 30px;
}
.detail-t .xiang-item .xiang-text p:first-child {
    font-weight: 400;
}

.detail-t .part-f{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.detail-t .part-f img{
    width: 100%;
    height: auto;
    display: block;
}

.detail-t .part-f div {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 10;
}

.detail-t .part-f div p{
    font-size: 24px;
    line-height: 45px;
    color: #fff;
}

.detail-t .part-f div p:first-child{
    margin-bottom: 30px;
}

.detail-t .part-fi{
    width: 100%;
    margin: 0 auto;
    padding: 150px 0 100px;
    background-color: #000;
}


.detail-t .pro{
    width: 1260px;
    margin: 0 auto;

}
.detail-t .pro-title{
    font-size: 80px;
    text-align: center;
}
.detail-t .pro-list{
    margin: 100px auto;
}

.detail-t .pro-item{
    width: 405px;
    height:725px;
    background-color: #1f2023;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}
.detail-t .pro-img{
    text-align: center;
}
.detail-t .pro-intro{
    margin-bottom: 25px;
}
.detail-t .pro-item .pro-n{
   margin-bottom: 10px;
}

.detail-t .pro-item .pro-v{
    font-size: 18px;
    color: #999;
}

.detail-t .star{
    width: 1260px;
    margin: 0 auto;
}

.detail-t .star .star-title{
    font-size: 48px;
    color: #fff;
    margin: 140px 0 70px;
}

.detail-t .star .star-list{
    width: 1590px;
}
.detail-t .star .swiper-slide{
    width: 370px;
    height: 350px;
    background-color: #1f2023;
    border-radius: 20px;
    padding: 30px 40px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.detail-t .star .swiper-slide p{
    
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.detail-t .star .swiper-slide  p.wen{
    margin-top: 30px;
    margin-bottom: 20px;    
    font-size: 30px;
    line-height: 40px;
}


.detail-t .star .swiper-slide .jia{
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;

}
.detail-t .star .swiper-container-star {
  position: relative;
  height: 430px;
}
.detail-t .star .swiper-button-next,.detail-t .star .swiper-button-prev{
    background-size: 100% 100%;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    position: absolute;
    top: auto;
    bottom: 10px; /* 调整到你喜欢的位置 */
    transform: translateX(-50%);
}
.detail-t .star .swiper-button-next{
    background: url('../imgs/d-2-15.png') no-repeat center;
    left: auto;
    right: 20%; /* 右箭头距离右边界的距离 */
}
.detail-t .star .swiper-button-prev{
    background: url('../imgs/d-2-16.png') no-repeat center;
    left: 73%; /* 左箭头距离左边界的距离 */
    transform: translateX(-50%);
}

.detail-t .star-tan-box{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.detail-t .star-tan-box .star-tan-list{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}


.detail-t .star-tan-item{
    width: 960px;
    height: 400px;
    padding: 60px 100px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 40px;
    background-color: #202024;
    display: none;
}
.detail-t .star-tan-item .star-zi-1{
    font-size: 18px;

}
.detail-t .star-tan-item .star-zi-2{
    font-size: 48px;
    margin-top: 40px;
    margin-bottom: 20px;

}
.detail-t .star-tan-item .star-zi-3{
    font-size: 16px;
    line-height: 26px;

}
.detail-t .star-tan-item .star-zi-4{
    margin-top: 30px;
    font-size: 24px;
    color: #29b7cb;
}

 

/*详情1*/
.detail-o{
    width: 100%;
    background-color: #fff;
}

.detail-o .part-o{
    width: 1260px;
    margin: 120px auto 80px;
}



.detail-o  .part-o .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}


.detail-o   .part-o .swiper-slide {
    width: 100%;
    height: 600px;
    text-align: center;
}

.detail-o   .part-o .swiper-slide img{
    width: 100%;
    height: 600px;
}

.detail-o  .part-o .swiper-container-horizontal>.swiper-scrollbar {
    height: 2px;
}

.detail-o  .part-o .swiper-scrollbar-drag {
    height: 4px;
    border-radius:0px;
    background:#29b7cb;
    left: 0;
    top: -1px;
}

.detail-o .part-o .swiper-scrollbar{
    width: 620px;
    left:50%;
    transform: translateX(-50%);
}


.detail-o .part-t{
    width: 100%;
    height: auto;
}
.detail-o .part-t img{
    width: 100%;
    height: auto;
    display: block;
}

.detail-o .part-th{
    width: 1260px;
    margin: 100px auto;
}
.tu-left{
    width: 400px;
    height: 600px;
    border-radius: 20px;
}

.detail-o .part-th  .tu-right{
    width: 830px;
    height: 600px;
}
.detail-o .part-th  .tu-top{
    margin-bottom: 30px;
}

.detail-o .part-th  .tu-top img{
    width: 400px;
    height: 318px;
    border-radius: 20px;
}

.detail-o .part-th  .tu-bottom img{
    width: 255px;
    height: 252px;
    border-radius: 20px;
}


.detail-o .part-mo{
    width: 100%;
    margin: 0 auto;
    padding: 130px 0;
    box-sizing: border-box;
    background-color: #000;
}

.detail-o .part-mo .mo-box{
    width: 1920px;
    height: 2663px;
    overflow: hidden;
    margin: 0 auto; 
    background: url('../imgs/d-1-8.png') no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}




.detail-o .part-mo .mo-title{
    width: 1260px;
    font-size: 80px;
    text-align: center;
}


.detail-o .part-mo .mo-content{
    width: 1260px;
    height: 1540px;
}

.detail-o .part-mo .title{
    width: 100%;
    text-align: center;
    height: 290px;
    font-size: 65px;
    line-height: 65px;
    padding-top: 170px;
    box-sizing: border-box;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.detail-o .part-mo .type-list{
    width: 1230px;
    height: 320px;
    margin-left: 30px;
}

.detail-o .part-mo .type-item{
    width: 360px;
    height: 320px;
}

.detail-o .part-mo .type-name{
    font-size: 60px;
    text-align: center;
    margin: 70px 0 40px;
}

.detail-o .part-mo .type-intro{
    color: #fff;
    font-size: 24px;
    padding: ;
}


.detail-o .part-mo .mo-box .tu-top{
    margin-bottom: 30px;
}

.detail-o .part-mo .mo-box .tu-top img{
    width: 615px;
    height: 400px;
    border-radius: 20px;
}


.detail-o .part-mo .mo-box .tu-bottom{
    width: 1260px;
    height: 500px;
    border-radius: 20px;
}


.detail-o .video-box{
    width: 1260px;
    height: 1165px;
    margin: 0 auto;
}


.detail-o .video-box .video-info{
    width: 100%;
    height: 455px;
}



.detail-o .video-box .video-info-left{
    width: 800px;
    height: 455px;
}

.detail-o .video-box .yi{
    margin-top: 120px;
    margin-bottom: 30px;
}
.detail-o .video-box .zai{
    line-height: 40px;
}
.detail-o .video-box .video-info-right{
    width: 300px;
    height: 455px;
}

.detail-o .video-box .jiu{
    width: 150px;
    margin-top: 270px;
    margin-bottom: 10px;
}

.detail-o .video-box .guo{
    line-height: 30px;
}

.detail-o .video-box .video{
    width: 100%;
    height: 710px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.detail-o .video-box .video video{
    width: auto;
    height: 100%;
    overflow: hidden;
}

/*.detail-o .video-box .video video:hover{
     transform: scale(1.1);
}*/

.detail-o .video-box .video img{
    width: 135px;
    height: 135px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.detail-o .now-video-box{
    display: none;
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
}

.detail-o .now-video-box .now-video-bo{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 101;
    width: 1260px;
    height: 710px;
}

.detail-o .now-video-box .now-video-bo video {
    width: 100%;
    height: auto;
}


.detail-o .quanchu-box{
    width: 1260px;
    margin: 0 auto;
}
.detail-o .quanchu-box .quanchu-title{
    text-align: center;
    margin-top: 180px;
    margin-bottom: 100px;
}

.detail-o .quanchu-box .quanchu-img{
    width: 1260px;
    height: 600px;
    border-radius: 20px;
}


.detail-o .quanchu-box .quanchu-swiper{
    margin: 80px 0;
    position: relative;
}

.detail-o .quanchu-box .quanchu-left{
    width: 410px;
    height: 480px;
    margin-right: 50px;
}
.detail-o .quanchu-box .quanchu-left-top{
    width: 410px;

    margin-top: 80px;
    margin-bottom: 40px;
}

.detail-o .quanchu-box .quanchu-left-bottom{
    line-height: 40px;
}


.detail-o .quanchu-box .quanchu-list{
    width: 1130px;
    height: 480px;
    position: absolute;
    top: 0;
    left: 460px;
    overflow: hidden;
    z-index: 1;
}
.detail-o .quanchu-box .quanchu-list .swiper-slide{
    width: 400px;
    height: 480px;
    cursor: pointer;
}

.detail-o .quanchu-box .quanchu-list .swiper-slide p{
    width: 400px;
    padding: 35px;
    box-sizing: border-box;
}
.detail-o .quanchu-box .quanchu-list .swiper-slide img{
    width: 400px;
    height: 400px;
    border-radius: 20px;
}

.detail-o .quanchu-box .quanchu-list .swiper-container-quanchu {
    width: 1260px;
    height: 480px;
}

.detail-o .quanchu-box .swiper-button-next,.detail-o .quanchu-box .swiper-button-prev{
    background-size: 100% 100%;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    position: absolute;
    top: auto;
    bottom: 80px; /* 调整到你喜欢的位置 */
    transform: translateX(-50%);
    z-index: 999;
    cursor: pointer;
}
.detail-o .quanchu-box .swiper-button-next{
    background: url('../imgs/d-1-25.png') no-repeat center;
    left: 60px;
}
.detail-o .quanchu-box .swiper-button-prev{
    background: url('../imgs/d-1-24.png') no-repeat center;
    left: 10px; /* 左箭头距离左边界的距离 */
    transform: translateX(-50%);
}

.detail-o .yiji-box .yiji-title{
    margin-top: 160px;
    margin-bottom: 100px;
    text-align: center;
}
.detail-o .yiji-box .yiji-swiper{
    width: 1920px;
    margin: 0 auto;
}
.detail-o .yiji-box .yiji-swiper  .swiper-slide {
    width: 1260px;
    height: 689px;
    overflow: hidden;
}
.detail-o .yiji-box .yiji-swiper  .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-o .yiji-box .yiji-swiper .pagination-h{
    text-align:center;
    margin-top: 30px;
}
.detail-o .yiji-box .yiji-swiper .swiper-pagination-bullet {
  width: 210px;
  height: 55px;
  text-align: center;
  font-size: 24px;
  color: #e5e5e5;
  position: relative;
  margin:0 !important;
}
.detail-o .yiji-box .yiji-swiper .swiper-pagination-bullet::before {
    content:"";
    position:absolute; 
    width:210px; 
    height:1px; 
    top:50px; 
    left: 0px;
    background-color:#fff;
}
.detail-o .yiji-box .yiji-swiper .swiper-pagination-bullet-active {
    color: #fff;
    background-color:transparent;

}
.detail-o .yiji-box .yiji-swiper .swiper-pagination-bullet-active::before {

    content:"";
    position:absolute; 
    width:210px; 
    height:3px; 
    top:49px; 
    left: 0px;
    background-color:#29b7cb;
}
.detail-o .yiji-box .yiji-intro{
    text-align: center;
    margin: 40px 0 100px;
    line-height: 40px;
}


.detail-o .muying-box{
    width: 1260px;
    margin:40px auto 150px;
}
.detail-o .muying-box .rang{
    margin: 40px 0 50px;
    line-height: 40px;
}
.detail-o .muying-box .muying-left-top{
    width: 408px;
    height: 300px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.detail-o .muying-box .muying-left-top img:first-child{
    margin-right: 20px;
}
.detail-o .muying-box .muying-left-bottom{
    width: 838px;
    height: 300px;
    border-radius: 20px;
}
.detail-o .muying-box .muying-right{
    width: 399px;
    height: 620px;
    border-radius: 20px;
}


.detail-o .jingshui-box{
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.detail-o .jingshui-box img{
    width: 100%;
    height: auto;
}

.detail-o .jingshui-box .jingshui-info{
    width: 1260px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    justify-content: space-between;
}
.detail-o .jingshui-box .jingshui-title{
    width: 400px;
}

.detail-o .jingshui-box .jingshui-intro{
    margin-top: 40px;
    width: 300px;
}

.detail-o .jingshui-box .cai{
    line-height: 40px;
    margin-top: 40px;
}


.detail-o .xl-video-box{
    width: 1260px;
    margin: 0 auto;
    cursor: pointer;
}

.detail-o .xl-video-box .w{
    margin-top: 140px;
    margin-bottom: 30px;
}
.detail-o .xl-video-box .huan{
    line-height: 50px;
    margin-bottom: 50px;
}



.detail-o .xl-video-box .video{
    width: 100%;
    height: 710px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.detail-o .xl-video-box .video video{
    width: auto;
    height: 100%;
    overflow: hidden;
}

.detail-o .xl-video-box .video video:hover{
/*     transform: scale(1.1);*/
}

.detail-o .xl-video-box .video img{
    width: 135px;
    height: 135px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.sslv-box{
    
    width: 1920px;
    height: 741px;
    margin: 200px auto 140px;
    background: url('../imgs/d-1-34.png') no-repeat center;
    background-size: 100% 100%;

}
.sslv{
    width: 1260px;
    margin: 0 auto;
}
.sslv-title{
    padding-top: 30px;
    line-height: 80px;
    box-sizing: border-box;
}
.sslv .xuan{
    line-height: 40px;
    margin: 50px 0 60px;
}
.detail-o .sslv-box .guige-item{
    width: 55px;
   margin-right: 60px;
   margin-bottom: 10px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.detail-o .sslv-box .guige-yuan{
    width: 25px;
    height: 25px;
    border-radius: 25px;

    border: 1px solid #30a0a1;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    
}
.detail-o .sslv-box .guige-yuanxin{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: linear-gradient(to bottom right,#6fdbe3,#1b8d91,#39b7c6);
    position: absolute;
    top: 5px;
    left: 5px;
}

.duo-box{
    width: 1260px;
    margin: 0 auto;
}

.duo-box .duo-tile{
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 90px;
    text-align: center;
    color: #fff;
}
.duo-box .tu-left,.duo-box .tu-right{
    width: 400px;
    height: 760px;

}
.duo-box .tu-left img:first-child,.duo-box .tu-right img:first-child{
    margin-bottom: 40px;
}

.duo-box .tu-left img,.duo-box .tu-right img{
    width: 400px;
    height: 360px;
    border-radius: 20px;
}

.duo-box .tu-center img{
    width: 400px;
    height: 760px;
    border-radius: 20px;
}

.detail-o .part-f{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.detail-o .part-f img{
    width: 100%;
    height: auto;
    display: block;
}

.detail-o .part-f div {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 10;
}

.detail-o .part-f div p{
    font-size: 24px;
    line-height: 45px;
    color: #fff;
}

.detail-o .part-f div p:first-child{
    margin-bottom: 30px;
}

.detail-o .part-fi{
    width: 100%;
    margin: 0 auto;
    padding: 150px 0 100px;
    background-color: #000;
    box-sizing: border-box;
}
.detail-o .part-fi .pro-title{
    background: -webkit-linear-gradient(left, #000 20%, #fff 50%, #000 80%);
    -webkit-background-clip: text;
    color: transparent;
}
.detail-o .pro{
    width: 1260px;
    margin: 0 auto;

}
.detail-o .pro-title{
    font-size: 80px;
    text-align: center;
}
.detail-o .pro-list{
    margin: 100px auto;
}

.detail-o .pro-item{
    width: 405px;
    height:725px;
    background-color: #1f2023;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
}
.detail-o .pro-img{
    text-align: center;
}
.detail-o .pro-intro{
    margin-bottom: 25px;
}
.detail-o .pro-item .pro-n{
   margin-bottom: 10px;
}

.detail-o .pro-item .pro-v{
    font-size: 18px;
    color: #999;
}

.detail-o .star{
    width: 1260px;
    margin: 0 auto;
}

.detail-o .star .star-title{
    font-size: 48px;
    color: #fff;
    margin: 140px 0 70px;
}

.detail-o .star-list{
    width: 1590px;
    overflow-x: hidden;
}
.detail-o .star .swiper-slide{
    width: 370px;
    height: 350px;
    background-color: #1f2023;
    border-radius: 20px;
    padding: 30px 40px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.detail-o .star .swiper-slide p{
    
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.detail-o .star .swiper-slide  p.wen{
    margin-top: 30px;
    margin-bottom: 20px;    
    font-size: 30px;
    line-height: 40px;
}


.detail-o .star .swiper-slide .jia{
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: right;

}
.detail-o .star .swiper-container-star {
  position: relative;
  height: 430px;
}
.detail-o .star .swiper-button-next,.detail-o .star .swiper-button-prev{
    background-size: 100% 100%;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    position: absolute;
    top: auto;
    bottom: 10px; /* 调整到你喜欢的位置 */
    transform: translateX(-50%);
}
.detail-o .star .swiper-button-next{
    background: url('../imgs/d-2-15.png') no-repeat center;
    left: auto;
    right: 20%; /* 右箭头距离右边界的距离 */
}
.detail-o .star .swiper-button-prev{
    background: url('../imgs/d-2-16.png') no-repeat center;
    left: 73%; /* 左箭头距离左边界的距离 */
    transform: translateX(-50%);
}


.detail-o .star-tan-box{
    width: 100%;
    height: 100%;
     position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.detail-o .star-tan-box .star-tan-list{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}


.detail-o .star-tan-item{
    width: 960px;
    height: 400px;
    padding: 60px 100px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 40px;
    background-color: #202024;
    display: none;
}
.detail-o .star-tan-item .star-zi-1{
    font-size: 18px;

}
.detail-o .star-tan-item .star-zi-2{
    font-size: 48px;
    margin-top: 40px;
    margin-bottom: 20px;

}
.detail-o .star-tan-item .star-zi-3{
    font-size: 16px;
    line-height: 26px;

}
.detail-o .star-tan-item .star-zi-4{
    margin-top: 30px;
    font-size: 24px;
    color: #29b7cb;
}

.common-footer{
    height: 430px;
    width: 100%;
    background-color: #0d121a;
   padding: 100px 0 60px;
   box-sizing: border-box;
}
.common-footer .footer-content{
    width: 1260px;
    margin: 0 auto;
    color: #999;
    font-size: 12px;
}
.common-footer .footer-content-list{
    border-bottom: 2px solid #999;
    margin-bottom: 30px;
}
.common-footer .footer-content-item{
    width: 320px;
    height: 220px;
}
.common-footer .footer-content-item .line-o{
    width: 320px;
    height: 50px;
}
.common-footer .footer-content-item .line-o a{
    width: 100%;
    height: 100%;
    color: #999;
}

.common-footer .footer-content-item .line-o img{
    width: 179px;
    height: 32px;
}
.common-footer .footer-content-item .line-t{
    width: 320px;
    height: 25px;
    line-height: 25px;
}

.common-footer .footer-content-item .line-t a{
    width: 100%;
    height: 100%;
    color: #999;
}

.common-footer .footer-content-bottom .word{
    font-size: 12px;
}
.common-footer .img{
    width: 250px;
}
.common-footer .imgs{
    position: relative;
}

.common-footer .footer-content-bottom .imgs{
    width: 30px;
    height: 30px;
}
.common-footer .footer-content-bottom .imgs .x-img{
    width: 30px;
    height: 30px;
}
.common-footer .footer-content-bottom .imgs:last-child{
    width: 56px;
    height: 20px;
}
.common-footer .footer-content-bottom .imgs:last-child .x-img{
    width: 56px;
    height: 20px;
}

.common-footer .footer-content-bottom .in-img1{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    width: 100px;
    height: 100px;
}

.common-footer .footer-content-bottom .imgs:hover .in-img1{
    display: block;
}



.header-wap {
    display: none;
}  

.index-wap{
    display: none;
}

.footer-wap{
    display: none;
}
