.head-page .index_item >a::after{
    transform: scaleX(1);
    opacity: 1;
}
.head-page .index_item >a span{
    color: #dac399;
}
.page_ftit{
    display: none;
}
.page_desc{
    line-height: 2.25;
}
.page_line{
    margin-top: 20px;
}

.index-honor .page_desc{
    text-align: left;
}


.head_nav .item{
    padding: 0 15px;
    box-sizing: border-box;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin-left: 20px;
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
}
.head_nav .item:nth-child(1){
    margin-left: 0;
}
.head_nav .item::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #dac399;
    transform: scaleY(0);
    transition: all .4s;
}
.head_nav .item:hover{
    color: #fff;
}
.head_nav .item:hover::before{
    transform: scale(1);
}


.head_nav .item.active{
    color: #fff;
}
.head_nav .item.active::before{
    transform: scale(1);
}
.index-about .about-box{
    position: relative;
}
.index-about .page_desc{
    text-align: left;
}
.index-about .swiper-container{
    position: initial;
}

.index-about .swiper-button-prev,.index-about .swiper-button-next {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all .4s;
    z-index: 9;
    border-radius: 30px;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-about .swiper-button-prev::after,.index-about .swiper-button-next::after{
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    transition: all .4S;
}
.index-about .swiper-button-prev{
    left: -80px;
}
.index-about .swiper-button-prev::after {
    background: url(../img/js_01.svg) no-repeat center/cover;
}
.index-about .swiper-button-next{
    right: -80px;
}
.index-about .swiper-button-next::after{
    background: url(../img/js_02.svg) no-repeat center/cover;
}

.index-about .swiper-button-prev:hover,.index-about .swiper-button-next:hover{
    background: #dac399;
}
.index-about .swiper-button-prev:hover::after{
    background: url(../img/js_03.svg) no-repeat center/cover;
}
.index-about .swiper-button-next:hover::after{
    background: url(../img/js_04.svg) no-repeat center left;
}

.index-kohler .page_line{
    margin: 20px auto 0;
}
.index-kohler .lists{
    background: url(../img/jibg0.jpg) no-repeat center/cover;
}
.index-kohler .advice{
    /*background-color: rgba(255, 255, 255, 0.1);*/
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    max-width: 50%;
    /* padding: 45px 50px 45px; */
    box-sizing: border-box;
    position: relative;
    z-index: 3;
}
.index-kohler .advice_con{
    color: #666;
    margin-top: 25px;
}
.index-kohler .advice .items{
    max-width: 75%;
    margin-top: 40px;
}
.index-kohler .advice .icon{
    max-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-kohler .advice .icon img{
    transition: all .4s;
}
.index-kohler .advice .item:hover img{
    transform: rotateY(180deg);
}

.index-kohler .advice .text{
    color: #666;
    margin-top: 11px;
}
.index-kohler .deliver_btn{
    margin-top: 50px;
}
.index-kohler .advice .item:hover .text{
    color: #dac399;
}
.index-kohler .auto_1400 {
    position: relative;
}
.index-kohler .img{
    width: 38%;
    /* position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); */
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-kohler .img img{
    display:block;
    max-width:100%;
    max-height:100%;
}

.news{
    overflow:hidden;
}

.NEWS-list .lists{
    display: none;
    flex-wrap: wrap;
}

.NEWS-list .lists.active{
    display: flex;
}


@media(max-width:1366px) {
    .index-about .swiper-button-next {
        right: -45px;
    }
    .index-about .swiper-button-prev {
        left: -45px;
    }
}
@media(max-width: 768px) {
    .index-kohler .deliver_btn {
        margin-top: 50px;
        margin: 25px auto 0;
    }
    .index-kohler .advice .items {
        max-width: 100%;
        margin-top: 20px;
    }
    .index-kohler .advice .icon {
        max-width: 45px;
    }
    .index-kohler .img{
        width: 100%;
        margin-top: 30px;
    }
    .index-kohler .advice {
        width: 100%;
        max-width: 100%;
    }
    .head_nav {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }
    .NEWS-list{
        padding-top: 5px;
    }
    .index-por .right-tab .tab{
        width: 48%;
        height: 42px;
        margin-right: 4%;
        margin-left: 0;
        margin: 5px 1% !important;
    }
    .index-por .right-tab .tab:nth-child(3n){
        margin-right: 4%;
    }
    .index-por .right-tab .tab:nth-child(2n){
        margin-right: 0;
    }
    .index-por .right-tab .tab.on, .index-por .right-tab .tab:hover {
        width: 48%;
    }
    .index-por .right-tab {
        justify-content: flex-start;
    }
    a.more{
        width: 125px;
    }
    .index-por a.more{
        margin: 20px auto 0;
    }
    .index-por .left-box .box ul.ul {
        margin-bottom: 0;
        margin-top: 0;
    }
    .index-about a.more{
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -62px;
    }
    .index-about{
        position: relative;
        padding-bottom: 80px;
        background: #f8f8f8;
    }
}
