.pro-nav{
    width: 100%;
    background-color: #f8f8f8;
}
.pro-nav .pro-navnr{
    width: 75%;
    margin: auto;
    /* display: flex;
    justify-content: space-between; */
}
.pro-navleft p{
	font-size: 18px;
	line-height: 60px;
	color: #333333;
}
.pro-navright{
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;
    line-height: 60px;
}
.pro-navright>a{
    color: #999999;
    font-size: 14px;
    line-height: 60px;
}
/* 产品详情 */
.proxq{
    width: 75%;
    margin: auto;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.cp-tit{
    width: 49%;
    position: relative;
}
.pro-swiper{
    width: 100%;
	/* height: 513px; */
	border: solid 1px #dddddd;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}
.pro-swiper .swiper {
    width: 100%;
}
.pro-swiper .swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-wrapper{
    display: flex;
    align-items: center;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 10px;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 33px;
	height: 33px;
	background-color: #404040;
}
.swiper-button-next, .swiper-button-prev{
    width: 33px;
	height: 33px;
	background-color: #404040;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 16px;
    color: #fff;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 16px;
    color: #fff;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image:none;
    left: 10px;
    right: auto;
}
.fd-img{
    position: absolute;
    top: 1%;
    right: 1%;
    cursor: pointer;
    z-index: 9999;
}
.pro-js{
    width: 49%;
}
.pro-js h3{
	font-size: 30px;
	color: #333333;
}
.pro-js p{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
    margin-top: 5%;
}
/* 产品特点 */
.cptd{
    width: 75%;
    margin: auto;
    margin-top: 5%;
}
.cptd-nr{
    padding: 2% 0;
    border-top: 1px solid #ddd;
}
.cptd h3{
	font-size: 14px;
	line-height: 36px;
	color: #333333;
}
.cptd ul{
    display: flex;
    justify-content: flex-start;
}
.cptd ul li{
    width: calc(100%/12);
    border: 1px solid #fff ;
    text-align: center;
    line-height: 50px;
    padding: .5% 0;
    transition: 1s;
    overflow: hidden;
    cursor: pointer;
}
.cptd ul li:hover{
    border: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    transform: scale(1.1);
}
.cptd ul li:nth-child(1){
    margin-left: 0;
}
.cptd ul li p{
    line-height: 23px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #666666;
    margin-top: 3%;
    transition: 1s;
}
.cptd ul li:hover>p{
    color: #d54f52;
}
/* 环保认证 */
.hbrz{
    width: 75%;
    margin: auto;
}
.hbrz-nr{
    padding: 2% 0;
    border-top: 1px solid #ddd;
}
.hbrz h3{
	font-size: 14px;
	line-height: 36px;
	color: #333333;
}
.hbrz-nr ul{
    display: flex;
    justify-content: flex-start;
}
.hbrz-nr ul li{
    width: calc(100%/12);
    border: 1px solid #fff ;
    text-align: center;
    line-height: 50px;
    padding: .5% 0;
    transition: 1s;
    overflow: hidden;
    cursor: pointer;
}
.hbrz-nr ul li:hover{
    border: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    transform: scale(1.1);
}
.hbrz-nr ul li:nth-child(1){
    margin-left: 0;
}
.hbrz-nr ul li p{
    line-height: 23px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #666666;
    margin-top: 3%;
    transition: 1s;
}
.hbrz-nr ul li:hover>p{
    color: #d54f52;
}
.nr-box{
    width: 75%;
    margin: auto;
    border-top: 1px solid #ddd;
}
.cpsm-tit{
    width: 75%;
    margin: auto;
}
.cpsm-tit>div{
    width: 103px;
	height: 50px;
	background-color: #c11e32;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.cpsm{
    width: 64%;
}
.cpsm img{
    width: 100%;
}
.cpsm h3{
	font-size: 24px;
	color: #333333;
    margin-top: 5%;
}
.cpsm ul{
    border: 1px solid #ddd;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: none;
    margin-top: 3%;
}
.cpsm ul li{
    height: 37px;
    line-height: 37px;
}
.cpsm ul li p{
    margin-left: 15px;
}
.cpsm ul li:nth-of-type(odd){
    width: 20%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.cpsm ul li:nth-of-type(odd)>p{
	font-size: 14px;
	color: #333333;
}
.cpsm ul li:nth-of-type(even){
    width: 80%;
    border-bottom: 1px solid #ddd;
}
.cpsm ul li:nth-of-type(even)>p{
	font-size: 14px;
	color: #666666;
}
/* 详情 */
.xpsm-img1{
    margin-top: 3%;
}
.xpsm-img1 h3{
	font-size: 18px;
	line-height: 25px;
	color: #333333;
}
.xpsm-img1 p{
	font-size: 14px;
	line-height: 24px;
	color: #888888;
    margin-top: 2%;
}
@media (max-width:1199px){
    .pro-nav .pro-navnr{
        width: 88%;
    }
    .proxq{
        display: flex;
        flex-wrap: wrap;
    }
    .cp-tit{
        width: 100%;
    }
    .pro-js{
        width: 100%;
    }
    .pro-js{
        margin-top: 3%;
    }
    .cptd ul{
        flex-wrap: wrap;
    }
    .cptd ul li{
        width: calc(100%/6);
    }
    .hbrz-nr ul{
        flex-wrap: wrap;
    }
    .hbrz-nr ul li{
        width: calc(100%/8);
    }
    .cpsm{
        width: 100%;
    }
}
@media (max-width:990px){
    .pro-nav .pro-navnr{
        display: flex;
        flex-wrap: wrap;
    }
    /* .pro-navnr>.pro-navleft{
        width: 100%;
        line-height: 40px;
    } */
    .pro-navnr>.pro-navright{
        width: 100%;
        line-height: 40px;
    }
    .pro-navleft p{
        font-size: 14px;
    }
    .pro-navright>a{
        line-height: 40px;
    }
    .pro-navleft p{
        line-height: 40px;
    }
    .cptd ul li{
        width: calc(100%/4);
    }
    .hbrz-nr ul li{
        width: calc(100%/6);
    }
    
}
@media (max-width:767px){
    .pro-swiper{
        height: auto;
        /* padding: 11% 0; */
    }
    .fd-img>img{
        width: 28px;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 28px;
        height: 28px;
        background-color: #404040;
    }
    .pro-js h3 {
        font-size: 18px;
        color: #333333;
    }
    .pro-js p {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #999999;
        margin-top: 2%;
    }
    .cptd ul li{
        width: calc(100%/2);
    }
    .hbrz-nr ul li{
        width: calc(100%/2);
    }
    .cpsm-tit {
        width: 85%;
        margin: auto;
    }
    .cpsm-tit>div {
        width: 103px;
        height: 33px;
        background-color: #c11e32;
        color: #fff;
        text-align: center;
        line-height: 33px;
    }
    .nr-box {
        width: 85%;
    }
    .cpsm ul li{
        height: auto;
        line-height: 37px;
    }
    .xpsm-img1 h3 {
        font-size: 16px;
        line-height: 25px;
        color: #333333;
    }
}