@charset "utf-8";


.head-page .product_item>a span::after{
    transform: scaleX(1);
    opacity: 1;
}
#pageMain{
    overflow: initial;
}
.product_pg .list{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 32px;
}
.product_pg .list:nth-child(4n){
    margin-right: 0;
}
.product_pg .list .img{
    /* height: 244px; */
    background: #F7F7F7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}
.product_pg .list .img img{
    transition: all .4S;
    max-height: 100%;
}
.product_pg .list .tit{
    margin: 18px 0;
    text-align: center;
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select_texts_title{
    height: 58px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}
.select_texts{
    position: relative;
}
.select_texts_hidden{
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(25,27,35,0.12);
    border-radius: 4px;
    border: 2px solid #CCCCCC;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    z-index: 99;
}
.select_texts_list{
    border-bottom: 2px solid #CCCCCC;
    padding: 15px 0;
    box-sizing: border-box;
    display: block;
}
.select_texts_list:first-child{
    padding-top: 0;
}
.select_texts_list:last-child{
    border-bottom: none;
}
.select_texts_hidden_title{
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select_texts_hidden_title .select_texts_tit {
    color: #E60012;
}
.select_texts_list p:first-child{
    font-size: 16px;
    font-weight: 600;
}
.select_texts_next{
    width: 14px;
    height: 8px;
}
.select_texts_next{
    background: url(../img/select_texts_next.png) no-repeat center/cover;
}
.select_texts_hidden_title .select_texts_next{
    background: url(../img/select_texts_next_hover.png) no-repeat center/cover;
}
.video_contents{
    height: 780px;
}


.product_detail_pg01{
    padding-top: 30px;
}
.product_detail_pg01 .page_desc {
    margin-top: 20px;
}
.product_detail_pg02 .maxwidth{
    position: relative;
}
.product_detail_pg02 .swiper-container{
    padding-bottom: 45px;
}
.product_detail_pg02 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, .4);
    margin: 0 8px!important;
    transition: all .4s;
    opacity: 1;
}
.product_detail_pg02 .swiper-pagination-bullet-active{
    background: #E60012;
}
.product_detail_pg02 .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
   
}
.product_detail_pg02 .bg_page_tit{
    font-size: 214px;
    color: #F2F2F2;
    font-style: italic;
    font-family: AlibabaPuHuiTi_2_115_Black;
    font-weight: 600;
    position: absolute;
    z-index: -1;
    left: 185px;
    top: 10px;
    line-height: 1;
}
.product_detail_pg02 .img{
    /* max-width: 823px; */
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_detail_pg02 .img img{
    max-height: 100%;
}
.product_detail_pg02 .swiper-button-next:after, .product_detail_pg02 .swiper-button-prev:after{
    color: #909090;
    font-size: 30px;
    font-weight: 600;
}
.pro_btn{
    width: 144px;
    height: 48px;
    border-radius: 4px;
    border: 2px solid #34363C;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    margin-right: 27px;
}
.pro_btn:last-child{
    margin-right: 0;
}
.pro_btn{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pro_btn::before{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.pro_btn span{
    margin-left: 10px;
    color: #E60012;
}
.stores_btn{
    color: #222222;
}
.stores_btn::before{
    background: #222222;
}
.contact_btn{
    color: #FFFFFF;
}
.contact_btn{
    background: #222222;
}
.contact_btn::before{
    background: #fff;
}
.product_detail .product_pg{
   background: #f7f7f7;
}
.product_pg .list .select_texts:hover .select_texts_hidden{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.select_texts_list:hover p:first-child{
    color: #E60012;
}
.product_detail .product_pg .list .img{
    background: #ffffff;
}
.product_detail .bg_adviceimg {
    background: #ffffff;
}


@media only screen and (min-width: 960px) {
    .pro_btn:hover{
        color: #fff;
    }
    .pro_btn:hover::before{
        width: 100%;
    }
    .contact_btn:hover{
        color: #222;
    }
    .product_pg .list:hover .img img{
        transform: scale(1.08);
    }
    .product_pg .list:hover .tit a{
        color: #E60012;
    }
}
@media only screen and (max-width: 1400px) {
    .product_pg .list .img{
        /* height: 214px; */
    }
}
@media only screen and (max-width: 1366px) {
    .select_texts_title{
        padding: 0 15px;
    }
    .select_texts_hidden{
        padding: 0 15px;
    }
    .product_detail_pg02 .bg_page_tit{
        left: 119px;
    }
}
@media only screen and (max-width: 1280px) {
    .product_pg .list .img {
        /* height: 194px; */
    }
    .video_contents {
        height: 620px;
    }
}
@media only screen and (max-width: 1240px) {
    .video_contents {
        height: 560px;
    }
}
@media only screen and (max-width: 1200px) {
    .product_detail_pg02 .bg_page_tit {
        left: 85px;
        font-size: 180px;
    }
}
@media only screen and (max-width: 1043px) {
    .product_detail_pg02 .bg_page_tit {
        left: 70px;
        font-size: 150px;
    }
    .video_contents {
        height: 480px;
    }
}
@media only screen and (max-width: 768px) {
    .product_pg .list {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .product_pg .list:nth-child(4n){
        margin-right: 2%;
    }
    .product_pg .list:nth-child(2n){
        margin-right: 0;
    }
    .product_pg .list .tit{
        margin: 10px 0;
    }
    .select_texts_title{
        height: 44px;
        border: 1px solid #CCCCCC;
    }
    .select_texts_hidden_title{
        height: 44px;
    }
    .select_texts_list {
        border-bottom: 1px solid #CCCCCC;
        padding: 8px 0;
    }
    .select_texts_list p:first-child{
        font-size: 15px;
    }
    .product .page_tit{
        margin-top: 0;
    }
    .video_contents {
        height: auto;
    }
    .product_detail_pg02 .bg_page_tit {
        top: 0;
        left: 42px;
        font-size: 40px;
    }
    .product_detail_pg02 .swiper-button-next{
        right: 0;
    }
    .product_detail_pg02 .swiper-button-prev{
        left: 0;
    }
    .product_detail_pg02 .swiper-pagination{
        bottom: 0;
    }
    .product_detail_pg02 .swiper-container {
        padding-bottom: 30px;
    }
    .pro_btn{
        width: 110px;
        height: 40px;
        margin-top: 25px;
        margin-right: 15px;
    }
    .product_detail_pg02 .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px!important;
    }
    .product_detail_pg02 .img{
        height: 403px;
    }
}