/* 整体 */
.product_detail_wrap {
	width: 75rem;
	padding-top: 8.5rem;
	padding-bottom: 9rem;
}

/* 轮播图 */
.swiper{
	width: 75rem;
	height: 50rem;
	position: relative;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
}
.go-back{
	width: 4rem;
	height: 4rem;
	position: absolute; 
	top: 4.5rem;
	left: 3rem;
	background-color: #ffffff;
	border-radius: 50%;
	z-index: 99;
}
.go-back img{
	width: 100%;
	height: 100%;
}

.swiper-slide{
	position: relative;
}

.swiper-slide img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50% - 2rem));
	max-width:60rem;
	max-height: 40rem;
	min-height: 38rem;
}

.swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	background-color: #d2d2d2;
	margin: 1.5rem 0.75rem !important;
}

.swiper-pagination-bullet-active {
	width: 1rem;
	height: 1rem;
	background-color: #313131;
} 

/* 产品详情 */
.product_detail_text{
	padding: 0 5rem;
}

.product_detail_text h5{
	font-family: SourceHanSansCN-Regular;
	font-size: 2.4rem;
	line-height: 6rem;
	color: #282828;
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 0.5rem;
	font-weight: 550;
}

.product_detail_text p{
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	line-height: 4.2rem;
	color: #282828;
}

/* 产品认证 */
.product-certification{
	margin-top: 0.5rem;
	width: 75rem;
	height: 8rem;
	background-color: #eeeeee;
	padding-left: 5rem;
	display: flex;
}

.product-certification p{
	font-family: SourceHanSansCN-Regular;
	font-size: 2rem;
	line-height: 8rem;
	color: #2f2f2f;
	margin-right: 4rem;
	font-weight: bold;
}
.certificate_icon{
/*	margin-right: 3rem;*/
margin: auto 0.8rem;
}
.product-certification-box{
	display: flex;
	justify-content:flex-start;
	width: calc(75rem - 10rem - 13rem);
}

.certificate-item{
	height: 8rem;
	position: relative;
	width: 8rem;
}

.certificate-item img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 7.8rem;
	max-height: 6rem;
}

/* 资料 */
.product-files{
	width: 75rem;
	height: 12.2rem;
	padding: 3.1rem 17rem;
}
.product-files-box{
	height: 6rem;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.product-files-box div{
	width: 19rem;
	height: 6rem;
	line-height: 6rem;
	background-color: #f39800;
	border-radius: 0.5rem;
	color: #fff;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.4rem;
	letter-spacing: 0.07rem;
}

.product-files-box a:last-child div{
	background-color: #214592;
}

/* 产品介绍 */
.product-introduce h5, .product-ability h5, .product-correlation h5{
	width: 75rem; 
	height: 5rem;
	padding: 0 5rem; 
	background-color: #eeeeee;
	font-family: SourceHanSansCN-Regular;
	font-size: 2rem;
	line-height: 5rem;
	color: #2f2f2f;
	font-weight: bold;
}

.product-introduce p{
	padding: 1.8rem 5rem;
	line-height: 4.2rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	color: #363636;
}

/* 主要功能 */ 
.product-ability p{
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	line-height: 1rem;
	color: #363636;
	padding: 0 5rem;
}
.product-ability p:nth-child(2){
	margin-top:1.8rem;

}
.product-ability ul{
	width: 75rem;
	padding: 1.8rem 5rem;
}
.product-ability li{
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	line-height: 5rem;
	color: #363636;
}

.product-ability li>span {
	display: inline-block;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.3rem;
	background-color: #878782;
	margin-right: 1rem;
}
.product-ability p{
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	line-height: 4.2rem;
	color: #363636;
}

.product-ability p>span {
	display: inline-block;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.3rem;
	background-color: #878782;
	margin-right: 1rem;
}

/* 关联产品 */
.product_correlation_box{
	width: 75rem;
	padding: 3rem 5rem;
	display: flex;
	justify-content: space-between;
}

.product_correlation_item{
	width: 20.9rem;
	height: 28rem;
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
	position: relative;
}
.product_correlation_item  img{
	max-width: 18rem;
	max-height: 20rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50% - 2rem ));
}
.product_correlation_item  p{
	width: 17rem;
	font-family: MicrosoftYaHei;
	font-size: 2.2rem;
	color: #313131;
	line-height: 1;
	position: absolute;
	bottom: 2.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.product-correlation > p{
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	line-height: 2.4rem;
	color: #212121;
}

/* 表单 */
.product_form_box{
	width: 75rem;
	margin-top: 2.4rem;
}
.product_form{
	text-align: center;
}
.form_text_box{
	width: 75rem;
	height: 7.6rem;
	padding: 1.75rem 5rem;
	background-color: #eeeeee;
	display: flex;
	justify-content: space-between; 
}
.form_text_box input[type="text"]{
	width: 19.5rem;
	height: 4.1rem;
	background-color: #ffffff;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	line-height: 4.1rem;
	color: #5e5e5e;
	padding:0 1em ;
}

.product_form input[type="button"]{
	width: 17.7rem;
 height: 6rem;
 background-color: #0068b7;
 border-radius: 360px;
 font-family: SourceHanSansCN-Regular;
 font-size: 2.6rem;
 line-height: 3.2rem;
 color: #ffffff;
 margin: 3rem 0;

}
