﻿/* public */
.mobshow{
    display: none;
}
.pcbshow{
    display: block;
}
.page-content{
    border-radius:45px ;
    background: #fff;
}
.warp-flex{
    display: flex;
    justify-content: space-between;
}
.bg_auto{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* public */
#header .warp-flex{
    justify-content: space-between;
}
#header .warp-flex .nav{
   
    line-height: 88px;
}
#header .warp-flex .site-drawer-body{
    display: flex;
    align-items: center;
}
#header .warp-flex .nav a{
    font-size: 17px;
    padding: 0 clamp(10px,.2rem,.2rem);
    font-weight: bold;
    color: #262626;
}
.wow{
    opacity: 0;
}
.wow.animated{
    opacity: 1;
}
#header  .mobhead{
    display: flex;
    align-items: center;
    position: relative;
}
#header  .mobhead .logo{
    width: 160px;
}
#header  .mobhead .logo object{
    width: 100%;
    pointer-events: none;
}
.head-top{
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 55;
}
.head-top .warp-flex{
    justify-content: space-between;
    align-items: center;
}
.head-top .menu-top-le{
    display: flex;
}
.head-top .menu-top-le a{
    margin-right: clamp(15px,.15rem,.15rem);
}
.head-top a{
    color: #fff;
    font-size: 13px;
}
.head-top .menu-top-ri ul{
    display: flex;
}
.head-top .menu-top-ri .sub-menu{
    background: #09090b;
    display: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    position: absolute;
    top: 100%;
    padding: 30px 0 15px;
    left: -50%;
}
.head-top .menu-top-ri .sub-menu a{
    margin: 0 30px;
}
.head-top .menu-top-ri .sub-menu a:hover{
    color: #1da606;
}
.head-top .menu-top-ri li{
    margin-left: clamp(15px,.17rem,.17rem);
    position: relative;
}
.head-top .menu-top-ri li>a{
    position: relative;
    padding-right: 20px;
}
.head-top .menu-top-ri li>a::after{
    content: '';
    width: 12px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/ico1.png) no-repeat;
    background-size: 100%;
}
.indexBan {
    height: clamp(400px,6.45rem,6.45rem);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.indexBan .text-auto{
    overflow: hidden;
    height: 100%;
    padding: .5rem .55rem;
}
.indexBan .banner-header{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.indexBan .banner-header .item{
    font-size: .27rem;
    line-height: .31rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.indexBan .banner-header .item h6{
    font-size: .25rem;
    line-height: .24rem;
    margin-top: .05rem;
    color: rgba(255,255,255,.2);
    letter-spacing: -.02rem;
    text-transform: uppercase;
    font-family: 'BrutalType';
}

.indexBan .banner-header .item .img{
    width: 8.32rem;
    padding-top: .8rem;
    display: none;
}
.indexBan .banner-header .item div{
    display: none;
}
.indexBan .swiper-slide-active  .banner-header  .item div{
    display: block;
}
.indexBan .banner-header .item .name{
    color: rgba(255,255,255,.7);
    font-size: clamp(13px,.16rem,.16rem);
    font-weight: bold;
}
.indexBan .banner-header .item h5{
    font-weight: bold;
}
.indexBan .banner-header .item .web{
    color: #fff;
    text-align: center;
    font-size: clamp(13px,.28rem,.28rem);
    font-family: 'InterDisplay-Bold';
}
.indexBan .banner-header .item .address{
    font-family: 'InterDisplay-Bold';
    text-align: right;
    color: rgba(255,255,255,.7);
    line-height: clamp(16px,.22rem,.22rem);
    font-size: clamp(13px,.19rem,.19rem);
}
.indexBan .banner-header .item:last-child{
    justify-content: flex-end;
}
#sild-box .sild-buttom{
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(35px,.58rem,.58rem);
    height: clamp(35px,.58rem,.58rem);
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: all .4s;
}
#sild-box .sild-buttom svg{
    width: 18px;
}
#sild-box .next{
    right: 0;
}
#sild-box .prev{
    left: 0;
}
.indexBan:hover #sild-box .next{
    right: .3rem;
    opacity: 1;
}
.indexBan:hover #sild-box .prev{
    left: .3rem;
    opacity: 1;
}
.mySwiper:hover #sild-box .next{
    right: clamp(-17.5px,-.29rem,-.29rem);
    opacity: 1;
    box-shadow: 0 0 10px 0 #e5e5e5;
}
.mySwiper:hover #sild-box .prev{
    left: clamp(-17.5px,-.29rem,-.29rem);
    opacity: 1;
    box-shadow: 0 0 10px 0 #e5e5e5;
}
.home-title .en{
    font-family: 'InterDisplay-Bold';
    color: #262626;
    font-size: .62rem;
    letter-spacing: -.02rem;
    line-height: 1;
}
.home-title .cn{
    font-size: .3rem;
    color: #000000;
    text-align: right;
}
.home-title .cn em{
    color: #0030d3;
}
.home-title h5{
    font-size: .36rem;
    line-height: .34rem;
    line-height: 1;
    color: #6224e8;
    font-weight: bold;
}
.home-title h6{
    font-size: .36rem;
    letter-spacing: -.02rem;
    font-family: 'InterDisplay-Bold';
    color: #03b570;
}
.index-home1 .warp-flex{
    padding:.5rem 0 .6rem;
    border-bottom: .02rem solid #dee2e6;
}
.index-home1 .warp-flex .fr{
    max-width: 60%;
}
.index-home1 .warp-flex .fr p:nth-child(3){
    margin-bottom: .2rem;
}
.index-home2{
    padding: .6rem 0 .75rem;
}

.index-home2 .warp-box{
    margin-top: .45rem;
    height: 4.31rem;
}
.index-home2 .item.on{
    width: 39.4%;
}

.index-home2 .item{
    width: 19.2%;
    border-radius: 15px;
    
}
.index-home2  .item-cont{
    padding: .4rem .3rem .35rem;
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}
.index-home2  .item-cont .ico{
    max-width: .5rem;
}
.index-home2 .item-cont  .text{
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.42, 0, 0.58, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.35s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.35s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.35s cubic-bezier(0.42, 0, 0.58, 1);
}
.index-home2 .item-cont  .btn{
    position: absolute;
    color: #fff;
    font-family: 'InterDisplay-Bold';
    font-size: .14rem;
    bottom: .3rem;
    left: .3rem;
    opacity: 0;
    display: flex;
    align-items: center;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.35s cubic-bezier(0.42, 0, 0.58, 1);
    transition: 0.35s cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.index-home2 .item-cont  .klb-icon-move-right{
    width: .3rem;
    height: .2rem;
    margin-left: .05rem;
    display: flex;
} 
.index-home2 .item-cont  .klb-icon-move-right svg{
    width: 100%;
    height: 100%;
}
.index-home2 .item:hover .btn{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.index-home2 .item:hover .text{
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
}
.index-home2  .item-cont h5{
    font-size: clamp(14px,.2rem,.2rem);
    color: #fff;
    line-height: 1;
    font-weight: bold;
}
.index-home2  .item-cont h6{
    margin-top: .1rem;
    font-size: clamp(14px,.28rem,.28rem);
    line-height: clamp(14px,.25rem,.25rem);
    color: #fff;
    font-family: 'InterDisplay-Bold';
}
.index-home3{
    height: 7.14rem;
}
.index-home3 .w1430{
    height: 100%;
    align-items: center;
    font-family: 'InterDisplay-Bold';
}
.index-home3 .text-cont h4{
    font-size: .36rem;
    line-height: 1;
    font-weight: bold;
    color: #03b570;
}
.index-home3 .text-cont h5{
    font-size: .36rem;
    line-height: .34rem;
    letter-spacing: -.02rem;
    color: #03b570; 
}
.index-home3 .text-cont h6{
    font-size: .88rem;
    line-height: .78rem;
    margin-top: .3rem;
    color: #fff; 
}
.index-home3 .text-cont .more{
    border-radius: .36rem;
    background: #0ac54a;
    color: #fff;
    text-transform: uppercase;
    font-size: .2rem;
    line-height: 1;
    margin-top: .35rem;
    display: table;
    padding: .15rem .3rem;
}
.index-home4 {
    padding: .95rem 0 .6rem;
}
.index-home4 .title-header{
    display: flex;
}
.index-home4 .title-header h5{
    font-size: .36rem;
    line-height: .34rem;
    letter-spacing: -.02rem;
    color: #000000;
    font-family: 'InterDisplay-Bold';
}
.index-home4 .title-header h6{
    color: #03b570;
    line-height: 1;
    margin-top: .08rem;
    font-size: .36rem;
    font-weight: bold;
}
.index-home4 .title-header .warp-fr{
    display: flex;
    align-items: flex-end;
    margin-left: .5rem;
}
.index-home4 .title-header .warp-fr .item{
    min-width: 1.28rem;
    border-radius: .6rem;
    border: .02rem solid #ededed;
    color: #000000;
    line-height: 1;
    font-family: 'InterDisplay-Bold';
    padding: .18rem .3rem;
    margin-right: .05rem;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: all .4s;
    font-size: clamp(13px,.2rem,.2rem);
}

.index-home4 .title-header .warp-fr .item:hover{
    background: #f4f4f5;
    border-color: #f4f4f5;
}
.index-home4 .title-header .warp-fr .item.on{
    color: #fff;
    background: #0ac54a;
    border-color: #0ac54a;
}
.index-home4 .sild-conte{
    margin-top: .5rem;
}
.index-home4 .sild-conte .swiper-slide{
    background: #f6f5f8;
    border-radius: 15px;
    padding: .6rem .35rem .3rem; 
    height: auto;
}
.index-home4 .sild-conte .img{
    text-align: center;
    height: 3.3rem;
    padding-bottom: .45rem; 
}
.index-home4 .sild-conte .img img{
    max-height: 100%;
    max-width:80%;
}
.index-home4 .sild-conte  h5{
    font-size: clamp(14px,.2rem,.2rem);
    color: rgba(0,0,0,.5);
    font-weight: bold;
}
.index-home4 .sild-conte  h6,.index-home4 .sild-conte .price{
    font-size: clamp(14px,.2rem,.2rem);
    line-height: clamp(12px,.18rem,.18rem);
    font-family: 'InterDisplay-Bold'; 
    color: #262626;
}
.index-home4 .sild-conte .price{
    color: #0ac54a;
    margin-top: .15rem; 
}
.index-home4 .mySwiper #sild-box .swiper-button-disabled{
    display: none;
}
.index-home4 .sild-footer .warp-box{
    overflow: hidden;
    height: 6.78rem;
    margin: .7rem 0 .45rem;
}
.index-home4 .sild-footer .warp-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-home4 .sild-footer .warp-box .fl{
    height: 100%;
    width:6.7rem; 
    border-radius: 15px;
}
.index-home4 .sild-footer .warp-box .fl:nth-child(2){
    margin-right: 0;
    display: flex;
    align-items: flex-end;
}
.index-home4 .sild-footer .text{
    padding: .75rem .55rem;
}
.index-home4 .sild-footer .text h4{
    font-size: .72rem;
    line-height: .65rem;
    letter-spacing: -.04rem;
    color: #000000;
    font-family: 'InterDisplay-Bold';
}
.index-home4 .sild-footer .text h5{
    color: #000000;
    font-size: .36rem;
    margin: .1rem 0 .15rem;
    line-height: 1;
    font-weight: bold;
}
.index-home4 .sild-footer .text h6{
    color: #000000;
    font-size: .32rem;
    line-height: .36rem;
    font-family: 'InterDisplay-Bold';
}
.index-home4 .sild-footer .warp-box .fl:nth-child(2) h4{
    color: #03b570;
    font-size: 1rem;
    line-height: .8rem;
    margin-bottom: .15rem;
}
.index-home4 .sild-footer .warp-box .fl:nth-child(2) h5,.index-home4 .sild-footer .warp-box .fl:nth-child(2) h6{
    color: #fff;
}
.index-home4 .sild-footer .warp-p p{
    font-size: .28rem;
    color: #000000;
    line-height: .35rem;
}

@media screen and (max-width:1015px){
    .mobshow{
        display: block;
    }
    .pcbshow{
        display: none;
    }
    .head-top a{
        font-size: .24rem;
    }
    .head-top .menu-top-le a{
        margin-right: .15rem;
    }
    .head-top .menu-top-le a:last-child{
        margin-right: 0;
    }
    .head-top .menu-top-ri li>a{
        padding-right: .2rem;
    }
    .head-top .menu-top-ri li>a::after{
        width: .12rem;
        height: .06rem;
    }
    .head-top .menu-top-ri .sub-menu{
        padding: .3rem 0 .15rem;
        border-bottom-left-radius: .16rem;
        border-bottom-right-radius: .16rem;
        left: -30%;
    }
    .head-top .menu-top-ri .sub-menu a {
        margin: 0 .3rem;
    }
    .page-content {
        border-radius: .45rem;
    }
    #header .warp-flex{
        display: block;
    }
    #header .headMenu{
        position: fixed;
        z-index: 9999;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%; 
        display: none;
    }
    #header .headMenu var{
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background: rgba(0,0,0,.2);
        opacity: 0;
        transition: all .4s;
    }
    #header .warp-flex .nav{
        background: #fff;
        line-height: initial;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: .2rem;
        width: 98%;
        height: 98%;
        margin: auto;
        display: block;
        transform: translateX(-110%);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.2, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.7, 0, 0.2, 1);
        transition: transform 0.6s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.7, 0, 0.2, 1);   
    }
    .no-scroll #header .warp-flex .nav{
        transform: none;
    }
    .no-scroll #header .headMenu var{
        opacity: 1;
    }
    #header .warp-flex .nav.open{
        transform: translateX(-110%);
    }
    #header .warp-flex .nav.open  .meun-top .site-close svg{
        transform: rotate(-180deg);
    }
    #header .warp-flex .site-drawer-body{
        display: block;
        padding: .2rem 0;
    }
    #header .warp-flex .site-drawer-body a{
      font-size: .34rem;
      padding: 0 .3rem;
      margin: .35rem 0;
    }
    
    #header .meun-top{
        border-bottom: 1px solid #e4e4e7;
        padding: .3rem .3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #header .meun-top h3{
        font-size: .36rem;
        font-family: 'InterDisplay-Bold';
    }
    #header .meun-top .site-close{
        width: .6rem;
        height: .6rem;
        border-radius: 50%;
        border: 1px solid #d4d4d8;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: .15rem;
    }
    #header .meun-top .site-close svg{
        width: 100%;
        height: 100%;
        transition: all .4s;
    }
    #header .mobhead .logo {
        width: 2.6rem;
    }
    .head_nav_btn span {
        display: inline-block;
        width: 0.4rem;
        height: .05rem;
        background-color: #262626;
        position: absolute;
        top: 0.32rem;
        left: 0;
        right: 0;
        margin: auto;
        transition: background-color 0.3s ease-out 0.1s;
        -webkit-transition: background-color 0.3s ease-out 0.1s;
    }
    .head_nav_btn span:before {
        content: '';
        display: inline-block;
        width: 0.4rem;
        height: .05rem;
        background-color: #262626;
        position: absolute;
        top: -0.15rem;
        left: 0;
        transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
        -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    .head_nav_btn span:after {
        content: '';
        display: inline-block;
        width: 0.4rem;
        height: .05rem;
        background-color: #262626;
        position: absolute;
        top: 0.15rem;
        left: 0;
        transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
        -webkit-transition: transform 0.3s ease-out, top 0.5s ease 0.4s;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    } 
    /* .head_nav_btn.open span {
        background-color: transparent !important;
    }
    .head_nav_btn.open span:before {
        top: 0;
        background: #262626;
        transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        transform: rotate(45deg);
        -webkit-transform: rotate(-45deg);
    }
    .head_nav_btn.open span:after {
        width: 0.4rem;
        top: 0;
        background: #262626;
        transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        -webkit-transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    } */
    .head_nav_btn {
        width: 0.6rem;
        height: 0.7rem;
        position: absolute;
        top: 50%;
        right: 0;
        cursor: pointer;
        z-index: 10;
        transform: translateY(-50%);
    }
    #header .mobhead{
        padding: .2rem 0;
    }
    .indexBan .banner-header .item .name,.indexBan .banner-header .item .address{
        font-size: .24rem;
        display: none !important;
    }
    .indexBan .banner-header .item .img{
        width: 5.5rem;
        padding-top: .5rem;
        margin: auto;
    }
    .indexBan .banner-header .item:nth-child(1){
        position: absolute;
        left: .3rem;
        top: .3rem;
    }
    .indexBan{
        height: 5rem;
        border-radius: .15rem;
    }
    .indexBan .text-auto{
        padding:.5rem .3rem;
    }
    .indexBan .banner-header .item{
        font-size: .24rem;
        width: 100%;
        height: 100%;
    }
    .indexBan .banner-header{
        display: block;
    }
    .indexBan .banner-header .item h6{
        font-size: .24rem;
    }
    .index-home1 .warp-flex{
        display: block;
    }
    .index-home1 .fl{
        display: flex;
    }
    .home-title .cn{
        text-align: left;
    }
    .index-home1 .warp-flex .fr{
        max-width: 100%;
        margin-top: .25rem;
    }
    .index-home4 .sild-conte .swiper-slide{
        width: 4.5rem;
    }
    #sild-box{
        display: none;
    }
    .swiper-pagination{
        bottom: -.1rem;
        display: flex;
        justify-content: center;
    }
    .swiper-pagination span{
        background: #03b570;
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
   
    .index-home2 .item-cont .btn{
        display: none;
    }
    .index-home2 .item:hover .text{
        transform: none;
    }
    .index-home2 .item-cont{
        padding: .5rem .3rem;
    }
    .index-home4 .title-header{
        display: block;
    }
    .index-home4 .title-header .warp-fr{
        margin-left: 0;
        margin-top: .35rem;
        overflow-x: scroll;
        display: -webkit-box;
    }
    .index-home4 .title-header .warp-fr::-webkit-scrollbar{
        display: none;
    } 
    .index-home4 .swiper-pagination{
        bottom: -.4rem;
    }
    .index-home4 .sild-footer .warp-box{ 
        height: auto;
    }
    .index-home4 .sild-footer .warp-box .fl{
        width: 100%;
        height: 7rem;
        margin-top: .2rem;
    }
    .index-home4 .sild-footer .text {
        padding: .75rem .3rem;
    } 
    .index-home3 .text-cont h6{
        font-size: .68rem;
        line-height: .6rem;
    }
    
}
@media screen and (max-width:780px){
    .index-home2 .warp-box{
        display: block;
        height: auto;
    }
    .index-home2 .item,.index-home2 .item.on{
        width: 100%;
        height: 7rem;
        margin-bottom: .2rem;
    }
    .index-home4 .title-header .warp-fr .item:hover{
        background: #fff;
        border: .02rem solid #ededed;
    }
    .head-top{
        height: auto;
        padding: .2rem 0;
    }
}