@charset "utf-8";

/* CSS Document */

/****************************************产品中心-分类****************************************/

.p-classify .s-classify .s-main .s-nav li {

    width: 16.66666667%;

}

/****************************************产品中心-列表****************************************/

.p-product {

    height: auto;

    overflow: hidden;

}

.p-product ul {

    width: 100%;

    height: auto;

    overflow: hidden;

}

.p-product li {

    width: 100%;

    height: 780px;

    overflow: hidden;

    background-repeat: no-repeat;

    background-position: center 0;

    background-size: auto 100%;

}

.p-product li .m-box {

    display: flex;

    justify-content: space-between;

    align-items: center;

    height: 100%;

}

.p-product li:nth-child(2n+1) {

    background-image: url(../images/product-list-bg-1.png);

}

.p-product li:nth-child(2n) {

    background-image: url(../images/product-list-bg-2.png);

}

.p-product li:nth-child(2n) .m-box {

    flex-direction: row-reverse;

}

.p-product li .s-pic, .p-product li .s-info {

    width: 50%;

    height: auto;

    overflow: hidden;

}

.p-product li .s-pic {

    display: flex;

}

.p-product li .s-pic img {

    width: 500px;

    height: auto;

    margin: auto;

    transition: all ease-out 0.3s;

}

.p-product li .s-pic img:hover {

    transform: translateX(-5px);

}

.p-product li .s-info h3 {

    width: 100%;

    height: auto;

    overflow: hidden;

    font-size: 48px;

    color: #86c12b;

}

.p-product li .s-info span {

    display: inline-block;

    width: 60px;

    height: 3px;

    overflow: hidden;

    background: #666;

    margin: 14px 0 28px;

}

.p-product li .s-info p {

    width: 100%;

    height: auto;

    overflow: hidden;

    font-size: 20px;

    line-height: 48px;

    color: #2e2e2e;

}

.p-product li .s-info a {

    color: inherit;

}

.p-product li .s-info .more {

    display: inline-block;

    width: 187px;

    height: 50px;

    overflow: hidden;

    background: #86c12b;

    margin-top: 30px;

    box-sizing: border-box;

    border-radius: 25px;

    font-size: 24px;

    line-height: 50px;

    color: #fff;

    text-align: center;

    transition: all ease-out 0.3s;

}

.p-product li .s-info .more:hover {

    background: #75b01a;

}
/*产品内页*/
.m_product {
    width: 90%;
    padding: 0 5%;
    display: flex;
    justify-content: space-around;
}
.n_pic {
    width: 50%;
    margin: 50px 0;
}
/* 焦点图效果 */
.picBtnTop {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.picBtnTop .hd {
    width: 115px;
    top: 0;
    padding-top: 50px;
    height: 300px;
    position: absolute;
    left: 5px;
}
.picBtnTop .hd ul li {
    width: 95px;
    text-align: center;
    padding: 0 0 5px 5px;
}
.picBtnTop .hd ul li img {
    width: 100%;
    height: 80px;
    border: 2px solid #ddd;
    cursor: pointer;
    vertical-align: bottom;
}
.picBtnTop .hd ul li.on img {
    border-color: #29316c;
}
.picBtnTop .bd {
    width: 360px;
    height: 400px;
    margin-left: 32%;
    position: relative;
}
.picBtnTop .bd li {
    position: relative;
    zoom: 1;
    width: 100%;
    vertical-align: middle;
    height: 400px;
}
.picBtnTop .bd li .pic {
    position: relative;
    z-index: 0;
    width: 100%;
}
.picBtnTop .bd li .pic img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.hd .tempWrap {
    height: 266px !important
}
#demo1, #demo2 {
    margin-bottom: 20px;
}
/*产品详情页*/
.picBtnTop .prev, .picBtnTop .next {
    display: block;
    width: 54px;
    height: 32px;
    float: right;
    margin-right: 5px;
    margin-top: 0;
    overflow: hidden;
    cursor: pointer;
}
.picBtnTop .next {
    background: url("../images/p_b_03.png") 0 0 no-repeat;
}
.picBtnTop .prev {
    background: url("../images/p_top_03.png") 0 0 no-repeat;
}

.p_tit {
    background: #2e2e2e;
    height: 100px;
    width: 100%;
    line-height: 100px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.n_txt {
    width: 30%;
    background: #fff;
    overflow: hidden;
    padding: 30px 3%;
    margin: 50px 0;
    color: #2e2e2e;
}
.n_txt h1 {
    font-size: 30px;
    color: #2e2e2e;
    font-weight: normal;
    line-height: 50px;
}
.n_txt p {
    font-size: 16px;
    line-height: 32px;
}
.n_txt span {
    width: 80px;
    height: 1px;
    display: block;
    margin: 15px 0;
    background: #2e2e2e;
}
.n_txt ul {
    margin-top: 15px;
}
.n_txt li {
    font-size: 16px;
    line-height: 30px;
    float: left;
}
.n_txt li:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #333;
    float: left;
    border-radius: 50%;
    margin: 12px 5px;
}

.p_xp {
    color: #2e2e2e;
    height: 60px;
    text-align: center;
    margin: 15px auto;
}
.p_xp h1 {
    border-bottom: 2px solid #29316c;
    line-height: 60px;
    width: 120px;
    font-size: 30px;
}
.tuij {
    overflow: hidden;
    margin: 30px auto;
}
.tuij ul {
    display: flex;
    justify-content: space-around;
}
.tuij ul li {
    width: 30%;
    overflow: hidden;
    position: relative;
}
.tuij ul li img {
    width: 100%;
    transition: all 2s;
    background: white;
}
.tuij ul li:hover img {
    transform: scale(1.1)
}
.tuij ul li p {
    left: 10px;
    top: 10px;
    color: #2e2e2e;
    font-weight: bold;
    font-size: 24px;
}
.tuij ul li:hover p {
    color: #29316c
}
/*detail*/
.s-product {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.s-product .s-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s-product .hd, .s-product .bd {
    height: auto;
    overflow: hidden;
}
.s-product .hd {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
}
.s-product .hd ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5px 0;
}
.s-product .hd li {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 0;
}
.s-product .hd li img {
    display: block;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    border: 2px solid transparent;
    transition: all ease-out 0.3s;
}
.s-product .hd li.on img {
    border-color: #29316c;
}
.s-product .prev, .s-product .next {
    display: block;
    width: 54px;
    height: 32px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    opacity: 0.8;
    transition: all ease-out 0.3s;
}
.s-product .prev:hover, .s-product .next:hover {
    opacity: 1;
}
.s-product .prev {
    background-image: url("../images/detail-prev.png");
}
.s-product .next {
    background-image: url("../images/detail-next.png");
}
.s-product .bd {
    width: 75%;
}
.s-product .bd .group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}
.s-product .bd .temp {
    position: relative;
    height: auto;
    overflow: hidden;
}
.s-product .bd li {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}
.s-product .bd li:hover .s-large {
    opacity: 1;
}
.s-product .bd li img {
    display: block;
    width: 100%;
}
.s-product .bd li .s-large {
    position: absolute;
    z-index: 1;
    top: -50%;
    left: -50%;
    width: 200%;
    height: auto;
    overflow: hidden;
    opacity: 0;
    transition: opacity ease-out 0.3s;
    pointer-events: none;
}

@media screen and (max-width: 991px) {
    .m_nei {
        width: 100%;
        padding-left: 0.75em;
        padding-right: 0.75em;
        box-sizing: border-box;
        padding-top: 2.75em;
        overflow: hidden;
    }
    .m_product {
        flex-wrap: wrap;
    }
    .picBtnTop {
        display: flex;
        justify-content: space-between;
    }
    .picBtnTop .bd {
        width: 75%;
        height: auto;
        margin: 0;
    }
    .n_pic {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .picBtnTop .hd {
        width: 20%;
        height: auto;
        position: initial;
        padding: 0;
    }
    .n_txt {
        width: 100%;
        margin: 0;
    }
    .n_txt h1 {
        font-size: 2.4rem;
    }
    .n_txt p {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .p_tit {
        font-size: 1.8rem;
    }
    .p_tit .m-box {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0 0.75em;
    }
    .p_xp {
        font-size: 2rem;
    }
    .tuij ul li p {
        font-size: 1.6rem;
    }
    .m_nei_c1 {
        padding: 0;
    }
    .s-product .prev, .s-product .next {
        width: 27px;
        height: 16px;
    }
    .tuij ul {
        flex-wrap: wrap;
    }
    .tuij ul li {
        width: 100%;
        margin: 5px 0;
    }
    .p_xp h1 {
        font-size: 28px;
    }
}
