.productDetail {
    width: 100%;
    margin-top: 80px;
    /* padding: 50px 0; */
}

.productDetail .bgMain {
    padding: 30px 20px;
    background: #fff;
}

.productDetail .content_info {
    width: 90%;
    margin: 0 auto;
}

.section1 {
    display: flex;
}

.productDetail .content_info .section1 .left {
    width: 50%;
    /* float: left; */
    padding-right: 30px;
}

.productDetail .content_info .section1 .left h3 {
    font-size: 40px;
    color: #333;
    margin-bottom: 30px;
}

.productDetail .content_info .section1 .left p {
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}

.productDetail .content_info .section1 .left .swiperBtn {
    margin-top: 70px;
}

.productDetail .content_info .section1 .left .swiperBtn span {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #dadada;
    margin-right: 20px;
    cursor: pointer;
}

.productDetail .content_info .section1 .left .swiperBtn img {
    width: 53px;
    height: 53px;
}

.productDetail .content_info .section1 .rightSwiper {
    width: 50%;
    max-width: 590px;
}

.productDetail .content_info .section1 .rightSwiper img {
    width: 100%;
}

.productDetail .content_info .section1 .left .swiperBtn span.current {
    border: 1px solid #333;
}

.productDetail .content_info .section2 .tabTitle {
    border-bottom: 1px solid #e5e5e5;
}

.productDetail .content_info .section2 .tabTitle ul li.current,
.productDetail .content .section2 .tabTitle ul li:hover {
    border-bottom: 2px solid #231815;
    color: #231815;
}

.productDetail .content_info .section2 .tabTitle ul li {
    margin-right: 75px;
    display: inline-block;
    font-size: 16px;
    color: #808080;
    line-height: 28px;
    border-bottom: 2px solid #fff;
    padding: 20px 0;
    cursor: pointer;
}

.productDetail .content_info .section2 .tabContent .child {
    display: none;
}

.productDetail .content_info .section2 .tabContent .child1 {
    padding: 60px 0;
}

.productDetail .content_info .section2 .tabContent .child1 p {
    font-size: 16px;
    color: #595959;
    line-height: 40px;
    margin-top: 20px;
}

.productDetail .content_info .section2 .tabContent .child2 p {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0;
    color: #595959;
}

.productDetail .content_info .section2 .tabContent .child3 ul li:nth-child(odd) {
    background: #fff;
}

.section2 .tabContent .child3 ul li {
    padding: 0 155px;
    line-height: 40px;
    font-size: 14px;
    color: #008aad;
    position: relative;
}

#endtxt {
    overflow: hidden;
    clear: both;
    font-size: 14px;
    word-wrap: break-word;
    word-wrap: break-word;
    line-height: 25px;
    font-family: "Microsoft yahei", "微软雅黑", arial, "宋体b8b体4f53";
}

.center_all {
    background: #f4f4f4;
    position: relative;
    /* padding: 5.2vw 0px 0.5vw; */
    width: 100%;
    min-height: 900px;
    height: auto;
}


/*下一页*/

.page {
    height: 110px;
    overflow: hidden;
    width: 86%;
    margin: 10px auto 80px;
    border-bottom: 2px solid #eaeaea;
}

.page a:first-of-type {
    border-right: 2px solid #eaeaea;
}

.page a {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 110px;
    font-size: 16px;
    color: #626262;
    background: #fff;
}

.page a:hover {
    background: #f9f9f9;
    color: #008aad;
}

@media (max-width: 768px) {
    .section1 {
        display: block;
    }
    .productDetail .content_info .section1 .left {
        width: 100%;
        padding-right: 0;
    }
    .productDetail .content_info .section1 .left h3 {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .productDetail .content_info .section1 .left .swiperBtn {
        text-align: center;
    }
    .productDetail .content_info .section1 .rightSwiper {
        width: 100%;
    }
    .productDetail .content_info .section2 .tabTitle ul li {
        width: 20%;
        margin: 0;
        font-size: 12px;
    }
    .tabTitle ul {
        margin-bottom: 0;
    }
    .productDetail {
        width: 94%;
        margin: 0 auto;
        padding: 0;
        /* padding: 50px 0; */
    }
    .productDetail .content_info .section2 .tabContent .child1 p,
    .productDetail .content_info .section2 .tabContent .child2 p {
        font-size: 15px;
    }
    .productDetail {
        padding: 25px 0;
    }
    .productDetail .content_info {
        width: 97%;
    }
    .page a {
        line-height: 50px;
        font-size: 14px;
    }
    .page {
        height: 50px;
        width: 93%;
        margin-bottom: 10px;
    }
    /* .subpage_ad {
        display: none;
    } */
}