﻿/* 品牌介绍 */
.Manufacturer {
    width: 90%;
    overflow: hidden;
    padding-left: 90px;
    margin-top:50px;
}
/* 品牌介绍图片 */
.Manufacturer_img {
    width: 33%;
    position: relative;
    top: 15%;
    float: left;
}

    .Manufacturer_img img {
        width: 100%;
        object-fit: fill;
    }
/* 品牌介绍文字 */
.Manufacturer_word {
    width: 50%;
    height: 300px;
    position: relative;
    top: 15%;
    margin-left: 100px;
    float: left;
}
/* 品牌介绍文字标题 */
.Manufacturer_word_title {
    font-size: 30px;
    line-height: 50px;
    float: left;
    margin-left: 100px;
    color: #000000;
}
/* 品牌介绍文字正文 */
.Manufacturer_word_context {
    font-size: 15px;
    line-height: 24px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
    color: #000000;
}
/* "系列产品" */
.ManufacturerSeries_title {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    border-bottom: 1px solid #15487F;
}
/* "系列产品"无下划线 */
.ManufacturerSeries_title_nonebottom {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    /*border-bottom: 1px solid #15487F;*/
}
/* "系列产品"标题*/
.ManufacturerSeries_title_word {
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #15487F;
    text-align: center;
    font-size: 20px;
    font-family: "黑体";
    float: left;
}
/* 品牌系列介绍整体 */
.ManufacturerSeries_introduce {
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    /*background-color: #DF0024;*/
}
/* 品牌系列介绍个体 */
.ManufacturerSeries_introduce_one {
    width: 300px;
    float: left;
    /*background-color: #0175C0;*/
}

    .ManufacturerSeries_introduce_one:hover {
        background-color: #d4d4d4;
    }
/* 品牌系列介绍个体图片 */
.ManufacturerSeries_introduce_one_img {
    width: 300px;
    height: 300px;
}

    .ManufacturerSeries_introduce_one_img img {
        width: 280px;
        height: 280px;
        margin-top: 10px;
        margin-left: 10px;
        object-fit: fill;
    }
/* 品牌系列介绍个体文字 */
.ManufacturerSeries_introduce_one_word {
    width: 300px;
    height: 100px;
}
/* 品牌系列介绍个体文字标题 */
.ManufacturerSeries_introduce_one_word_title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #282828;
}
/* 品牌系列介绍个体文字正文 */
.ManufacturerSeries_introduce_one_word_context {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    color: #363636;
}

/* "系列产品"标题*/
.Product_nav2_bar {
    width: 90%;
    height: 50px;
    overflow: hidden;
    padding-left: 90px;
    margin-top: 50px;
    border-bottom: 1px solid #15487F;
}

.Product_nav2 {
    width: 200px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: black;
    display: inline-block;
}
/* 图像产品子类介绍整体 */
.ClassSecond_introduce {
    width: 90%;
    overflow: hidden;
    padding-left: 90px;
}
/* 图像产品子类介绍个体 */
.ClassSecond_introduce_introduce_one {
    width: 50%;
    float: left;
}

    .ClassSecond_introduce_introduce_one:hover {
        background-color: #d4d4d4;
    }
/* 图像产品子类介绍个体图片 */
.ClassSecond_introduce_introduce_one_img {
    width: 40%;
    height: auto;
    float: left;
    margin-top: 25px;
    margin-left: 5px;
}

    .ClassSecond_introduce_introduce_one_img img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
/* 图像产品子类介绍个体文字 */
.ClassSecond_introduce_introduce_one_word {
    width: 50%;
    height: auto;
    float: left;
    margin-top: 25px;
    margin-left: 5%;
    /*background-color: #0175C0;*/
}
/* 图像产品子类介绍个体文字标题 */
.ClassSecond_introduce_introduce_one_word_title {
    width: 100%;
    line-height: 50px;
    margin-top: 5px;
    float: left;
    font-size: 24px;
    color: #282828;
}
/* 图像产品子类介绍个体参数 */
.ClassSecond_introduce_introduce_one_word_parameter {
    width: 100%;
    line-height: 24px;
    margin-top: 5px;
    float: left;
    font-size: 18px;
    color: #363636;
}
/* 图像产品子类介绍个体文字正文 */
.ClassSecond_introduce_introduce_one_word_context {
    line-height: 24px;
    margin-top: 5px;
    float: left;
    font-size: 14px;
    color: #363636;
}
.ClassSecond_middle_button {
    float: right;
    margin-top: -10px;
    margin-right: 20px;
    width: 120px;
    height: 28px;
    border: 1px #0175C0 solid;
}

.ClassSecond_middle_button_context {
    text-align: center;
    margin-top: 4px;
    color: #0175C0;
    font-size: 14px;
}

    .ClassSecond_middle_button_context:hover {
        color: #DF0024;
    }
.next {
    width:100%;
    text-align: center;
}

.previous {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    width: 200px;
    margin: auto;
    margin-top: 10px;
    color: rgb(1, 117, 192);
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #15487F;
}

    .previous:hover {
        color: #ffffff;
        background-color: rgb(1, 117, 192);
    }

/* 产品介绍导航栏 */
.Detail_nav_bar {
    margin-top: 10px;
    width: 90%;
    height: 100px;
    overflow: hidden;
    padding-left: 90px;
}

.Detail_nav {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    margin-top: 50px;
}

    .Detail_nav ul {
        width: 100%;
        height: 50px;
        font-size: 20px;
        line-height: 45px;
        float: left;
        font-family: "微软雅黑";
        border-bottom: 1px solid #15487F;
    }

        .Detail_nav ul li {
            width: 160px;
            background: url() no-repeat center right;
            float: left;
        }

            /*.Detail_nav ul li:hover {
                background-color: #e2b22c;
            }*/

            .Detail_nav ul li a {
                margin-left: 45px;
                color: #DF0024;
            }

                .Detail_nav ul li a:hover {
                    color: #282828;
                }
.Detail_introduce {
    width: 90%;
    overflow: hidden;
    padding-left: 90px;
}

.Detail_introduce_img {
    width: 33%;
    float: left;
}

    .Detail_introduce_img img {
        width: 60%;
        object-fit: fill;
    }

.Detail_introduce_word {
    width: 67%;
    margin-top: 50px;
    font-size: 24px;
    line-height: 32px;
    color: #0175C0;
    float: left;
    font-family: "微软雅黑";
}

.Detail_introduce_Description {
    width: 90%;
    overflow: hidden;
    padding-left: 90px;
}
.cen {
    width: 90%;
    overflow: hidden;
    padding-left: 90px;
}
.table1 {
    width: 100%;
    border-collapse: collapse;
}

    .table1 caption {
        font-size: 2em;
        font-weight: bold;
        margin: 1em 0;
    }

.th1, td1 {
    border: 1px solid #999;
    text-align: center;
    padding: 20px 0;
}
.cont {
    width: 90%;
    overflow: hidden;
    padding-left: 90px;
}