.head-page .kohler_item >a::after{
    transform: scaleX(1);
    opacity: 1;
}
.head-page .kohler_item >a span{
    color: #dac399;
}

.kohler_pg01 .list{
    width: 32%;
    background: #F7F7F9;
    margin-right:2%;
    margin-top: 40px;
    padding: 50px;
    box-sizing: border-box;
    transition: all .4s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.kohler_pg01 .list::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(100%);
    background: rgba(0, 0, 0,.25);
    z-index: -1;
    transition: all .4s;
}
.kohler_pg01 .list:nth-child(3n){
    margin-right: 0;
}
.kohler_pg01 .tit{
    transition: all .4s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.kohler_pg01 .con {
    /* margin: 15px 0 35px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
    transition: all .4s;
}
.kohler_pg01 .detail_btns{
    width: 125px;
    height: 44px;
    border: 1px solid rgba(153, 153, 153, .25);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    transition: all .4s;
    margin-top: 35px;
}
.kohler_pg01 .detail_btns::after{
    content: "";
    display: block;
    width: 27px;
    height: 8px;
    background: url(../img/detail_btns.png) no-repeat center/cover;
    transition: all .4s;
    margin-left: 10px;
}
/* .kohler_pg01 .list:hover{
    background: url(../img/kohler_hover.png) no-repeat center/cover;
} */
.kohler_pg01 .list:hover::after{
    transform: translateX(0);
    background: url(../img/kohler_hover.png) no-repeat center/cover;
}
.kohler_pg01 .list:hover .tit{
    color: #dac399;
}
.kohler_pg01 .list:hover .con{
    color: #fff;
}
.kohler_pg01 .list:hover .detail_btns{
    border: 1px solid #dac399;
    color: #fff;
    background: #dac399;
}
.kohler_pg01 .list:hover .detail_btns::after{
    background: url(../img/detail_btns_hover.png) no-repeat center/cover;
}

.kohler_detail_pg01 .texts{
    width: 45%;
}
.kohler_detail_pg01 .texts .con {
    margin: 30px 0 35px;
} 
.kohler_detail_pg01 .texts .point_btn{
    max-width: 80px;
}
.kohler_detail_pg01 .img{
    width: 49%;
}
.kohler_detail_pg02 .list{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 35px;
    border-radius: 15px;
    overflow: hidden;
}
.kohler_detail_pg02 .list:nth-child(2n){
    margin-right: 0;
}

.contact-map {
    width: 100%;
    height: 550px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    z-index: 1;
}

.contact-map .title {
    color: #333333;
    margin-bottom: 4px;
    font-size: 16px;
}

.contact-map .content {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.contact-map .more {
    font-size: 14px;
    color: #dac399;
    margin-top: 15px;
    display: block;
}
.amap-info-content {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 30px 20px;
    width: 352px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.intro_pg01 .list .auto_1400{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0;
    box-sizing: border-box;
    flex-wrap: wrap;
}
.intro_pg01 .list:first-child .auto_1400{
    padding-top: 0;
}
.intro_pg01 .list:nth-child(2n){
    background: #f5f5f5;
}
.intro_pg01 .list:nth-child(2n) .auto_1400{
    flex-direction: row-reverse;
}
.intro_pg01 .list .img{
    width: 54%;
}
.intro_pg01 .list .img img{
    transition: all .4s;
}
.intro_pg01 .list .maps_box{
    width: 40%;
}
.intro_pg01 .list .con {
    margin-top: 20px;
}
.intro_pg01 .list  .items{
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.intro_pg01 .list  .item{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro_pg01 .list  .item img{
    transition: all .4s;
    max-width: 60px;
}
.intro_pg01 .list  .item:hover img{
    transform: rotateY(360deg);
}
.intro_pg01 .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.intro_pg01 .swiper-pagination-bullet-active{
    background: #dac399;
}

@media (max-width: 1280px) {
    .intro_pg01 .list .maps_box {
        width: 41%;
    }
}

@media (max-width: 1200px) {
    .kohler_pg01 .list{
        padding: 40px;
    }
    .intro_pg01 .list .items{
        margin-top: 35px;
    }
    .intro_pg01 .list .item img {
        max-width: 52px;
    }
}
@media (max-width: 1200px) {
    .kohler_pg01 .list{
        width: 100%;
        padding: 30px;
        margin-top: 15px;
    }
    .kohler_pg01 .list:first-child{
        margin-top: 0;
    }
    .kohler_pg01 .detail_btns{
        margin: 25px auto 0;
        height: 42px;
        width: 120px;
    }
    .kohler_pg01 .detail_btns::after{
        display: none;
    }
    .intro_pg01 .list .auto_1400{
        padding: 65px 0;
    }
}
@media (max-width: 1043px) {
    .intro_pg01 .list .img {
        width: 45%;
    }
    .intro_pg01 .list .maps_box {
        width: 50%;
    }
}
@media (max-width: 960px) {
    .intro_pg01 .list .con {
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .intro_pg01 .list .img {
        width: 100%;
    }
    .intro_pg01 .list .maps_box{
        width: 100%;
        margin-top: 25px;
    }
    .intro_pg01 .list .auto_1400 {
        padding: 30px 0;
    }
    .intro_pg01 .list .items {
        margin-top: 20px;
        justify-content: center;
    }
    .intro_pg01 .list .item img {
        max-width: 42px;
    }
}