/* 面包屑 */
.mianbaoxue_container {
    width: 100%;
    height: 92px;
    background: #F2F2F2;
    min-width: 1200px;
}

.HeadPicTag {
    height: inherit;
    margin: 0 auto;
    line-height: 92px;
    width: 83.3%;
    font-size: 15px;
    color: #909090;
}

.HeadPicTag a {
    font-size: 15px;
    color: #909090;
}

.HeadPicTag span {
    font-size: 15px;
    color: #909090;
}

/* 面包屑 */



/* 产品详情 */
.content {
    width: 100%;
    padding: 53px 0;
}

.content .show_content {
    width: 83.3%;
    min-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.content_l {
    width: 55%;
    min-height: 440px;
    overflow: hidden;
    height: 36.15vw;
}

.content_l img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.content_r {
    width: 40%;
    padding: 16px 0 0 0;
    text-align: left;
    position: relative;
    min-height: 440px;
}

.content_r p {
    font-size: 27px;
    color: #323232;
    margin-bottom: 20px;
    width: 70%;
}

.content_r>ul {
    margin-bottom: 30px;
}

.content_r>ul li {
    display: inline-block;
    font-size: 15px;
    color: #646464;
    height: 50px;
    line-height: 40px;
    margin-right: 45px;

}

.content_r>ul li:nth-child(2) {
    margin-right: 0;
}

.content_r>ul li:hover {
    cursor: pointer;
}


.active {
    border-bottom: 2px solid #264C86;
}


.detail_content {
    overflow: hidden;
}

.detail_content img,
.detail_content table,
.detail_content video,
.detail_content div,
.detail_content ul {
    max-width: 100%;
}

.content_r .detail_content ul,
.content_r .detail_content li,
.content_r .detail_content ol {
    list-style-type: disc;
}

.content_r .detail_content p,
.content_r .detail_content {
    font-size: 14px;
    color: #909090;
    line-height: 27px;
}


/* 产品详情 */



/* 按钮样式 */
.btn {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(0px, 50%);
    text-align: center;
    background: #264C86;
    font-size: 14px;
    width: 216px;
    height: 56px;
    line-height: 56px;
    color: #FFFFFF;
}

.btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
}



/* 底部轮播图 */
.other_products {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.other_products .title p {
    font-size: 41px;
    color: #264C86;
    line-height: 41px;
}

.other_products .title .sub_title {
    font-size: 17px;
    color: #909090;
    margin-top: 10px;
}

.other_products .sub_title span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #909090;
    vertical-align: middle;
}

.other_products .img_container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width:1680px) {

    /* 按钮样式 */

    .btn {
        position: absolute;
        top: 0px;
        right: 0px;
        transform: translate(0px, 50%);
        font-size: 18px;
        /* margin-top: 70px; */
        width: 144px;
        height: 47px;
        line-height: 47px;
    }

    .btn a {
        font-size: 18px;
    }

}


@media screen and (max-width:1440px) {

    .btn {
        position: absolute;
        top: 0px;
        right: 0px;
        transform: translate(0px, 50%);
        font-size: 16px;
        /* margin-top: 70px; */
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .btn a {
        font-size: 16px;
    }


}

@media screen and (max-width:1200px) {

    .btn {
        position: absolute;
        top: 0px;
        right: 0px;
        transform: translate(0px, 50%);
        text-align: center;
        background: #264C86;
        font-size: 14px;
        width: 100px;
        height: 35px;
        line-height: 35px;
        color: #FFFFFF;
    }

    .btn a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 14px;
        color: #fff;
    }

}


@media screen and (min-width:1440px) {

    /* 面包屑 */
    .mianbaoxue_container {
        height: 107px;
    }

    .HeadPicTag {
        line-height: 107px;
        width: 85.7%;
        font-size: 18px;
    }

    .HeadPicTag a {
        font-size: 18px;
    }

    .HeadPicTag span {
        font-size: 18px;
    }

    /* 面包屑 */



    /* 产品详情 */
    .content {
        padding: 61px 0;
    }

    .content .show_content {
        width: 85.7%;
    }


    .content_r {
        padding: 18px 0 0 0;
    }

    .content_r p {
        font-size: 32px;
        margin-bottom: 25px;
    }

    /* 产品详情 */

    /* 底部轮播图 */

    .other_products .title p {
        font-size: 47px;
        line-height: 47px;
    }

    .other_products .title .sub_title {
        font-size: 19px;
        margin-top: 15px;
    }

    .other_products .sub_title span {
        width: 57px;
        height: 4px;
    }

}

@media screen and (min-width:1680px) {

    /* 面包屑 */
    .mianbaoxue_container {
        height: 122px;
    }

    .HeadPicTag {
        line-height: 122px;
        width: 87.5%;
        font-size: 20px;
    }

    .HeadPicTag a {
        font-size: 20px;
    }

    .HeadPicTag span {
        font-size: 20px;
    }

    /* 面包屑 */



    /* 产品详情 */
    .content {
        padding: 70px 0;
    }

    .content .show_content {
        width: 87.5%;
    }


    .content_r {
        padding: 21px 0 0 0;
    }

    .content_r p {
        font-size: 36px;
        margin-bottom: 30px;
    }



    /* 产品详情 */



    /* 按钮样式 */
    /* .btn {
        font-size: 18px;
        width: 288px;
        height: 74px;
        line-height: 74px;
    }

    .btn a {
        font-size: 18px;
    } */


    /* 底部轮播图 */

    .other_products .title p {
        font-size: 54px;
        line-height: 54px;
    }

    .other_products .title .sub_title {
        font-size: 22px;
        margin-top: 20px;
    }

    .other_products .sub_title span {
        width: 65px;
        height: 4px;
    }
}