

/* 首图 */
.bar {
    width: 100%;
    /* height: 478px; */
    background-image: linear-gradient(to right, #dbdbdb, #e1e1e1);
    margin-top: 92px;
}
.anquan {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.wb {
    width: 50%;
    margin-left: 0;
    float: left;
    padding: 100px 0;
    color: #114a98;
    box-sizing: border-box;
}
.wb h2 {
    font-weight: 500;
    line-height: 50px;
}
.wb p {
    color: #000;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.anquan img {
    float: right;
    width: 25%;
    /* margin-right: 12.5%; */
    margin-top: 56px;
}


/* 系列 */
.w1500-1 {
    width: 1280px;
    /* height: 50px; */
    margin: 0 auto;
    background-color: #c6a573;
}
.xilie {
    height: 50px;
    margin: 0 auto;
    padding: 16px 0;
    width: 750px;
    overflow: hidden;
    box-sizing: border-box;
}
.xilie li {
    float: left;
}
.xilie li a {
    display: block;
    width: 250px;
    box-sizing: border-box;
    color: #1F509A;
    text-align: center;
    line-height: 18px;
    border-right: 1px solid #1F509A;
}
.xilie li:last-child a {
    border-right: 0;
}

/*详情页*/
.NO_1 {
    background-color: #fff;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
}
.cpsp {
    width: 750px;
    height: 422.5px;
}
.cebianlanbox {
    width: 200px;
    background-color: #f8f8f8;
    border: solid 1px #C1C1C1;
    float: left;
    margin-top: 125px;
}
.cebianlan h3 a{
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    color: #fff;
    padding-left: 10px;
    border-bottom: solid 1px #C1C1C1;
    background-color: #4395ff;
}
.cebianlan h4 a{
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 50px;
    color: black;
    padding-left: 10px;
    border-bottom: solid 1px #C1C1C1;
}
.cebianlan h5 a{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #4D4D4D;
    line-height: 36px;
    padding: 0 10px;
    border-bottom: solid 1px #C1C1C1;
}
.tuijian{
    margin: 20px 10px;
    border-radius: 6px;
    background-color: #b62320;
    /* border: solid 1px #C1C1C1; */
    box-shadow: 0 2px 10px 1px #999;
    
}
.tuijian img{
    width: 100%;
    background-color: #f8f8f8;
    padding: 15px;
    border-radius:6px 6px 0 0;
    box-sizing: border-box;
}
.tuijian h2{
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
}
.xiangqing{
    width: 750px;
    margin: 0 auto;
    float: right;
}
.biaoti {
    padding: 20px 0;
}
.zhubiaoti {
    margin: 0 auto;
    padding-top: 20px;
    font-size: 28px;
    text-align: center;
    display: block;
    width: 100%;
}
.fubiaoti {
    font-size: 12px; 
    text-align: center;
    padding: 10px 5px;
    color: #4D4D4D;
}
.ui {
    width: 100%;
    border: solid 1px #000;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.xiangqing img{
    width:100%;
}

/* 热销产品 */
.hot {
    overflow: hidden;
    width: 98%;
    margin: 8px auto;
}
.tit {
    width: 99%;
    margin: 0 auto;
    background-color: #b62320;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 3em;
    margin-bottom: 5px;
}
.cp {
    float: left;
    width: 32.3%;
	/* height: 318px; */
    background-color: #b62320;
    margin: 0.5%;
    padding: 5px;
    box-sizing: border-box;
}
.cp a {
    display: block;
}
.cp .tu {
    width: 100%;
	background-color: #fefefe;
}
.tu img {
    width: 100%;
}
.cp h4 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: normal;
}
.cp .ming {
    width: 40%;
    margin: 10px auto;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    color: #b62320;
}

@media(max-width: 780px) {
    .bar {
        margin-top: 72px;
    }
    .w1500-1 {
        width: 100%;
    }
    .xilie {
        width: 100%;
    }
    .xilie li {
        width: 33%;
    }
    .xilie li a {
        width: 100%;
    }
    .anquan {
        width: 100%;
    }
    .wb {
        width: 60%;
        padding: 30px 10px;
        
    }
    .wb h1 {
        font-size: 14px;
        /* font-weight: 600; */
    }
    .wb h2 {
        font-size: 12px;
        line-height: 3em;
    }
    .wb p {
        font-size: 10px;
        line-height: 2em;
    }
    .anquan img {
        width: 32%;
        margin-right: 4%;
        margin-top: 46px;
    }

    .NO_1 {
        width: 100%;
    }
    .cebianlanbox {
        display: none;
    }
    .cpsp {
        width: 100vw;
        height: 56vw;
    }
    .xiangqing {
        width: 100%;
    }
    .cp h4 {
        font-size: 10px;
    }
    .cp .ming {
        width: 55%;
        font-size: 10px;
        line-height: 20px;
    }
}

