.productDetail {
    width: 86%;
    margin: 80px auto 0;
    /* 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: 110px;
    height: 110px;
    -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: 106px;
    height: 106px;
}

.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: auto;
    clear: both;
    font-size: 14px;
    word-wrap: break-word;
    line-height: 1.8;
    color: #333;
    font-family: "Microsoft yahei", "微软雅黑", arial, "宋体b8b体4f53";
}

/* 富文本：与后台编辑器表格/列表显示对齐 */
#endtxt table {
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
    table-layout: auto;
}

#endtxt table td,
#endtxt table th {
    border: 1px solid #333;
    padding: 10px 12px;
    vertical-align: top;
    word-break: break-word;
    line-height: 1.7;
    color: #333;
    font-size: 14px;
}

#endtxt table td p,
#endtxt table th p,
.productDetail .content_info .section2 .tabContent .child1 table p,
.productDetail .content_info .section2 .tabContent .child2 table p {
    margin: 0.2em 0;
    margin-top: 0.2em;
    padding: 0;
    line-height: 1.7;
    font-size: 14px;
    color: #333;
}

#endtxt table th {
    font-weight: bold;
    background: #f7f7f7;
}

#endtxt img {
    max-width: 100%;
    height: auto;
}

#endtxt p {
    margin: 0.4em 0;
    line-height: 1.8;
}

#endtxt ul,
#endtxt ol {
    list-style: revert;
    margin: 0.4em 0;
    padding-left: 1.8em;
}

#endtxt li {
    list-style: revert;
    margin: 0.2em 0;
    line-height: 1.7;
}

#endtxt h1,
#endtxt h2,
#endtxt h3,
#endtxt h4,
#endtxt h5,
#endtxt h6 {
    font-weight: bold;
    margin: 0.6em 0;
    line-height: 1.4;
}

#endtxt a {
    color: #008aad;
    text-decoration: underline;
}

.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;
    } */
}