@charset "UTF-8";
#page_banner{
    width: 100%;
}
#li_content *{
    box-sizing: border-box;
}
img{
    vertical-align: middle;
    border:none;
}
#page_banner img{
    display: block;
    max-width: 100%;
    margin: 0 auto
}
#croms{
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}
.li_container{
    max-width: 1200px;
    margin: 0 auto;
}
#croms .li_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.croms_left{
    font-size: 14px;
    line-height: 14px;
	color: #666;
}
.croms_left a{
    font-size: inherit;
    color: inherit;
}
.croms_tab a{
    font-size: 15px;
    line-height: 15px;
    color: #333;
    margin-left: 40px;
}
.croms_tab a:first-child{
    margin-left: 0;
}
.croms_tab a.active {
	color: #ba0b15;
}
.lpub_title{
    text-align: center;
}
.lpub_title h2 {
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	color: #e6e6e6;
}
.lpub_title p{
    font-size: 24px;
    line-height: 24px;
    color: #ba0b15;
    transform: translateY(-20px);
    font-weight: bold;
}
.lpub_title span{
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 3px;
    background-image: linear-gradient(
        #d4af62, 
        #d4af62), 
    linear-gradient(
        #ba0b15, 
        #ba0b15);
    background-blend-mode: normal, 
        normal;
        margin-top: -5px;
}
#li_content{
    padding-top: 35px;
}
.lwh_content1{
    margin-top: 35px;
    padding-bottom: 53px;
}
.lwh_content1 ul{
    display: flex;
    justify-content: space-between;
}
.lwh_content1 li{
    width: 380px;
    flex:  0 0 380px;
}
.lwh_content1 li img{
    width: 100%;
    height: 160px;
    object-fit: fill
}
.wh1_body {
	width: 100%;
	height: 140px;
    background-color: #ebe6e6;
    padding: 23px 30px;
}
.wh1_body h3 {
	font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #333;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 10px;
    position: relative;
}
.wh1_body h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
	width: 44px;
	height: 4px;
	background-color: #ba0b15;
}
.wh1_body p {
    font-size: 18px;
    line-height: 24px;
	color: #333;
}
.lwh_bg1,.lwh_bg2{
    width: 100%;
}
.lwh_bg1 img,.lwh_bg2 img{
    width: 100%;
    margin: 0 auto;
}
.lsense{
    padding-top: 57px;
    padding-bottom: 65px;
}
.sense_list{
    margin-bottom: 42px;
    display: flex;
    justify-content: space-between;
}
.sense_list ul{
    width: 1080px;
    display: flex;
    justify-content: space-between;
}
.sense_list li {
	width: 200px;
	height: 120px;
    background-color: #ebe6e6;
    padding: 36px 17px;
}
.sense_list li span {
    font-size: 18px;
    line-height: 18px;
	color: #000000;
	opacity: 0.1;
}
.sense_list li p{
	font-size: 16px;
    color: #333333;
    margin-top: 12px;
}
.sense_list li b {
	color: #ba0b15;
}
.sense_rt p{
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    float: right;
    font-size: 22px;
    line-height: 24px;
    padding: 0 1px;
    color: #333333;
    font-weight: bold;
}

/* 品牌 */
.lbrand1_img{
    display: flex;
    justify-content:space-between;
    max-width: 1130px;
    margin: 25px auto;
}
.lbrand1_img img{
    max-width: 550px;
}
.lbrand1 p{
    font-size: 20px;
    line-height: 2;
    color: #666666;
    text-indent: 40px;
}
.lbrand_content{
    padding-top: 35px;
}
.lbrand2{
    width: 100%;
    height: 134px;
    margin: 30px 0;
    background: url(../img/brand_bg.jpg) no-repeat center;
}
.lbrand2 ul{
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
    text-align: center;
}
.lbrand2 ul h3 {
    font-size: 30px;
    font-weight: bold;
	line-height: 30px;
	color: #ba0b15;
}

.lbrand2 ul h3 sub {
    font-size: 14px;
    font-weight: bold;
    color: #ba0b15;
    vertical-align: baseline
}
.lbrand2 p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 14px;
	color: #333333;
}
.lbrand3 p{
    font-size: 20px;
    line-height: 2;
    margin-bottom:20px;
    color: #666666;
    text-indent: 40px;
}
.lbrand4{
    padding-top: 35px;
    padding-bottom: 48px;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
.lbrand4 h3 {
	font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
	color: #333333;
}
.lbrand4 ul{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.lbrand4 li{
    display: flex;
    justify-content: space-between;
    width: 49.1%;
    height: 240px;
    background-color: #ccc;
}
.lbrand4 li img{
    width: 300px;
    height: 100%;
}
.lbrand4_info{
    width: 290px;
    height: 100%;
    padding: 20px;
}
.info1{
    background: url(../img/br31.jpg) no-repeat top center;
}
.info2{
    background: url(../img/br41.jpg) no-repeat top center;
}
.lbrand4_info h4 {
    font-size: 16px;
    line-height: 18px;
	font-weight: bold;
    color: #ba0b15;
    margin-bottom: 5px;
}

.lbrand4_info p {
    font-size: 14px;
    line-height: 1.5;
	color: #666666;
}
.lbrand5{
    padding-top: 35px;
}
.lbrand5 p {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 10px;
    color: #666666;
    text-indent: 40px;
}
.lbrand6{
    padding-bottom: 65px;
}
.lbrand6 ul li{
    display: flex;
    width: 100%;
    height: 260px;
    margin-top: 40px;
}
.lbrand6 ul li:nth-child(2){
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse
}
.lbrand6 img{
    width: 50%;
    height: 100%;
}
.brand6_info{
    background: #f5f5f5;
    width: 50%;
    height: 260px;
    padding: 44px 35px;
}
.brand6_info h3 {
    font-size: 24px;
    line-height: 24px;
	color: #333333;
}
.brand6_info span {
    font-size: 14px;
    line-height: 14px;
    color: #ba0b15;
    display: block;
    margin: 10px 0 15px
}
.brand6_info p {
    font-size: 15px;
    line-height: 1.5;
    text-indent: 10px;
	color: #666666;
}
/* 证书 */
.cert_con{
    width: 100%;
    min-height: 900px;
    background: url(../img/zzbg.jpg) no-repeat top center;
}
.cert_con{
    padding-top: 35px;
}
.cert1{
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.cert1_list{
    width: 48.3%;
    height: 360px;
    background: #f5f5f5;
    padding: 33px 42px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cert1_list img{
    width: auto;
    height: 290px;
    max-width:320px; 
}
.cert1_list p {
	font-size: 14px;
	line-height: 30px;
    color: #333333;
    margin-left: 20px;
    font-weight: bold;
}
.cert2{
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.cert2 .cert2_list{
    width: 31.6%;
    height: 410px;
   /* display: flex;
    align-items: center;
    justify-content: center;*/
    background: #f5f5f5;
}
.cert2 .cert2_list img{display: block;margin: 0px auto;margin-top: 41px;}
.cert2 .cert2_list p{text-align: center;margin-top: 20px;font-weight: bold;font-size: 14px;}
.rczp_content ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rczp_content li {
	width: 270px;
	height: 350px;
    border: solid 4px #f0f0f0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    padding: 32px 20px;
    position: relative;
    cursor: pointer;
    margin-top: 1%;
}
.rc_date{
    font-size: 14px;
    line-height: 14px;
	color: #999999;
}
.rc_name{
    font-size: 18px;
    line-height: 18px;
    margin: 18px 0 35px;
	color: #333333;
}
.rczp_body{
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
}
.rc_more {
    display: block;
	width: 110px;
	height: 36px;
    border: solid 2px #ba0b15;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 36px;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    margin: auto;
}
.rczp_content{
    padding-bottom: 50px;
}
.rczp_content li:hover .rc_more{
    color: #fff;
    background: #ba0b15;
    border-color: #ba0b15;
}
.rczp_content li:hover{
    border-color: #f0f0f0
}
.rczp_content li.rczp_last{
    width: 270px;
    height: 0;
    padding: 0;
    margin: 0;
    border:none; 
}
@media (min-width:1200px) and (max-width:1366px) {
   .li_container{
       max-width: 1170px;
   }
   .sense_list ul{
       width: 1050px;
   }
   .lbrand4_info p{
       font-size:12px;
   }
}
@media (min-width:992px) and (max-width:1199px) {
    .li_container{
        max-width: 970px;
    }
    .sense_list ul{
        width: 875px;
    }
    .lwh_content1 li{
        width: 32%;
        flex:  0 0 32%
    }
    .sense_list li{
        width: 19%;
    }
    .sense_list li span{
        font-size: 16px;
        line-height: 16px;
    }
    .sense_list li p{
        font-size: 14px;
        margin-top: 8px;
    }
    .sense_rt p{
        font-size: 18px;
    }
    .wh1_body h3{
        font-size: 16px;
        line-height: 16px;
    }
    .wh1_body p{
        font-size: 14px;
        line-height: 28px;
    }
    .lbrand1_img img{
        width: 49%;
    }
    .lbrand4 li img{
        width: 50%;
    }
    .rczp_content li{
        width: 32%;
    }
    .rczp_content li.rczp_last{
        width: 32%;
        height: 0;
        padding: 0;
        margin: 0;
        border:none; 
    }
}
@media (max-width:768px) {
    .li_container{
        max-width: 750px;
    }
    .sense_list ul{
        width: 100%;
    }
    .lwh_content1 li{
        width: 32%;
        flex: 0 0 32%
    }
    .sense_list{
        flex-wrap: wrap;
        flex-direction:column-reverse
    }
.sense_rt{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
    .sense_rt p{
        writing-mode: unset;
    }
    .sense_list li{
        width: 19%;
        height: 100px;
        padding: 20px 15px;
    }
    .sense_list li span{
        font-size: 14px;
        line-height: 14px;
    }
    .sense_list li p{
        font-size: 12px;
    }
    .lsense{
        padding-top: 25px;
    }
    .lbrand1_img img{
        width: 49%;
    }
    .lbrand4 ul{
        flex-wrap: wrap
    }
    .lbrand4 ul li{
        width: 100%;
        margin-bottom: 2%;
    }
    .lbrand4 li img{
        width: 50%;
    }
    .lbrand4_info{
        width: 50%;
    }
    .info1,.info2{
        background-size: 100% 100%;
    }
    .brand6_info h3{
        font-size: 16px;
        line-height: 16px;
    }
    .brand6_info p{
        font-size: 12px;
    }
    .cert2 .cert2_list img{
        width: 90%;
    }
    .cert1{
        flex-wrap: wrap;
    }
    .cert1_list{
        width: 100%;
        margin-bottom: 2%;
    }
    .rczp_content li{
        width: 32%;
    }
    .rczp_content li.rczp_last{
        width: 32%;
        height: 0;
        padding: 0;
        margin: 0;
        border:none; 
    }
}


@media (max-width:767px) {
    .li_container{
        max-width: 96%;
    }
    #croms .li_container{
        flex-wrap: wrap;
    }
    .croms_left{
        height: 30px;
        line-height: 30px;
    }
    .croms_tab{
        height: 30px;
        line-height: 30px;
        width: 100%;
    }
    #li_content{
        padding-top: 8%;
        overflow: hidden;
    }
    .lpub_title h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .lpub_title p{
        font-size: 20px;
        line-height: 20px;
    }
    .lwh_content1 ul{
        flex-wrap: wrap;
    }
    .lwh_content1 li{
        width: 100%;
        flex:  0 0 100%;
        margin-bottom: 2%;
    }
    .lwh_content1{
        padding-bottom: 2.5%;
        padding-top: 2%;
    }
    .sense_rt p{
        font-size: 18px;
        line-height: 18px;
    }
    .sense_list ul{
        flex-wrap: wrap;
    }
    .sense_list ul li{
        width: 49%;
        margin-bottom: 2%;
    }
    .sense_list{
        margin-bottom: 2%;
    }
    .lsense{
        padding: 2.5% 0;
    }
    .sense_list li p{
        font-size: 14px
    }
    .wh1_body h3{
        font-size: 16px;
        line-height: 16px;
    }
    .wh1_body p{
        font-size: 16px;
    }
    .lbrand1_img{
        flex-wrap: wrap;
    }
    .lbrand1_img img{
        width: 100%;
        margin-bottom: 2%;
    }
    .lbrand1 p,.lbrand3 p{
        /*font-size: 14px;*/
        margin-bottom: 1%;
    }
    .lbrand4 h3{
        font-size: 16px;
    }
    .lbrand4 li{
        flex-wrap: wrap;
        max-height: 480px;
        height: auto;
    }
    .lbrand4 li img{
        width: 100%;
        height: 50%;
    }
    .lbrand4_info {
        width: 100%;
        height: 50%;
    }
    .lbrand5 p{
        font-size: 14px;
        margin-bottom: 1.5%;
    }
    .lbrand6 ul li{
        flex-wrap: wrap;
        height: auto;
        max-height: 520px;
    }
    .lbrand6 img{
        width: 100%;
    }
    .brand6_info{
        width: 100%;
    }
    .cert1_list{
        flex-wrap: wrap;
    }
    .cert1_list p{
        margin-left: 0;
        margin-top: 1%;
    }
    .cert1_list{
        height: 400px;;
    }
    .cert2{
        flex-wrap: wrap;
    }
    .cert2 .cert2_list{
        width: 100%;
        margin-bottom: 1%;
    }
    .rczp_content li{
        width: 100%;
    }
    .rczp_content li.rczp_last{
        width: 100%;
        height: 0;
        padding: 0;
        margin: 0;
        border:none; 
    }
}