/* ban */
.hd-ban{
    width: 100%;
    position: relative;
}
.hd-ban>img{
    width: 100%;
}
.hd-nr{
    width: 41%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform:translateY(-50%);
    text-align: center;
}
.hd-nr h3{
	font-size: 22px;
	line-height: 28px;
	color: #333333;
}
.hd-nr h4{
	font-size: 14px;
	line-height: 20px;
	color: #333333;
    margin-top: 2%;
}
.hd-nr a{
	font-size: 14px;
	line-height: 20px;
	color: #cf3341;
    margin-top: 2%;
}
/* 最新消息 */
.zxxx{
    width: 100%;
}
.zxxx .zxxx-nr{
    width: 75%;
    margin: auto;
}
.zxxx .zxxx-nr h3{
	font-size: 30px;
    margin: 4% 0 2% 0;
	color: #333333;
}
.zxxx .zxxx-nr ul li{
    line-height: 66px;
    border-bottom: 2px dotted #c5c5c5;
}
.zxxx .zxxx-nr ul li a>.zxxx-box{
    width: 70%;
    /* height: 66px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zxxx .zxxx-nr ul li a>.zxxx-box .zxxx-title{
    width: 80px;
	height: 25px;
	background-color: #cf3341;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
.zxxx .zxxx-nr ul li a>.zxxx-box p{
    min-width: 250px;
    text-align: left;
}
.zxxx .zxxx-nr ul li a>.zxxx-box span{
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
/* 最新消息结束 */
/* 纯手工制作开始 */
.csg{
    width: 100%;
    margin-top: 3%;
}
/* 纯手工制作结束 */

/* 欧盟高品质环保认证产品开始 */
.rz-pro{
    width: 100%;
    margin-top: 3%;
    text-align: center;
}
.rz-pro h3{
	font-size: 30px;
	color: #333333;
}
.rz-pro p{
	font-size: 14px;
	line-height: 14px;
	color: #7f7f7f;
    margin-top: 3%;
}
.rz-pro .rz-proimg{
    margin-top: 2%;
    display: flex;
    justify-content: center;
}
/* 欧盟高品质环保认证产品结束 */

@media (max-width:990px){
    .hd-nr{
        width: 50%;
    }
    .hd-nr p{
        margin-top: 2.5%;
    }
    .hd-nr a{
        margin-top: 2.5%;
    }
    .zxxx .zxxx-nr h3 {
        font-size: 28px;
        margin: 2% 0 2% 0;
    }
    
    .zxxx .zxxx-nr ul li a>.zxxx-box {
        display: flex;
        flex-wrap: wrap;
    }
    .zxxx .zxxx-nr ul li a>.zxxx-box .zxxx-title {
        width: 80px;
        height: 25px;
        background-color: #cf3341;
        text-align: center;
        line-height: 25px;
        color: #fff;
        margin-top: 2%;
    }
    .zxxx .zxxx-nr ul li a>.zxxx-box p {
        min-width: 250px;
        text-align: left;
        width: 100%;
        line-height: 36px;
    }
    .zxxx .zxxx-nr ul li a>.zxxx-box span {
        font-size: 14px;
        line-height: 20px;
        color: #999999;
        width: 100%;
    }
}
@media (max-width:767px){
    .hd-nr{
        width: 98%;
        left: 1%;
    }
    .hd-nr h3 {
        font-size: 14px;
        line-height: 0;
        color: #333333;
        margin-top: 2%;
    }
    .hd-nr p{
        font-size: 12px;
    }
    .hd-nr a {
        font-size: 13px;
        line-height: 10px;
        margin-top: 2%;
    }
    .zxxx .zxxx-nr h3{
        font-size: 18px;
    }
    .zxxx .zxxx-nr ul li a>.zxxx-box{
        width: 100%;
        padding-bottom: 2%;
    }
    .zxxx .zxxx-nr{
        width: 94%;
    }
    .rz-pro h3{
        font-size: 16px;
    }
    .rz-pro p {
        font-size: 14px;
        line-height: 19px;
        color: #7f7f7f;
        margin-top: 3%;
        padding: 0 3%;
    }
    .rz-pro .rz-proimg {
        margin-top: 4%;
        display: flex;
        justify-content: center;
        padding: 0 3%;
    }
}
