/* 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%;
}
/* 内容 */

.list-nr{
    max-width: 1300px;
    margin: auto;
    margin-top: 2%;
}
.list-nr img{
    width: 100%;
}
.list-nrtit{
	font-size: 30px;
	color: #333333;
    line-height: 85px;
}
.list-nrtit>span{
	font-size: 18px;
	color: #999999;
    margin-left: 5%;
}
.list-nrnr{
	font-size: 16px;
	line-height: 26px;
	color: #666666;
    margin-top: 3%;
}
.fh-btn{
	width: 112px;
	height: 40px;
	background-color: #cf3341;
    text-align: center;
    line-height: 40px;
    margin: auto;
    margin-top: 2%;
    transition: .5s;
}
.fh-btn:hover{
    box-shadow: 1px 1px 10px #cf3341;
}
.fh-btn a{
    color: #fff;
}
/* 内容结束 */
/* 纯手工制作开始 */
.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:1300px){
    .list-nr{
        padding: 0 3%;
    }
}
@media (max-width:990px){
    .hd-nr{
        width: 50%;
    }
    .hd-nr p{
        margin-top: 2.5%;
    }
    .hd-nr a{
        margin-top: 2.5%;
    }
}
@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%;
    }
    .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%;
    }
    .list-nrtit {
        font-size: 18px;
        color: #333333;
        line-height: 45px;
    }
    .list-nrtit>span {
        font-size: 14px;
        margin-left: 3%;
    }
    .list-nrnr{
        font-size: 14px;
    }
    .fh-btn{
        margin-top: 3%;
    }
}


