/* 文本描述 */
.textarea{
	text-align:center;
	padding:0.4rem 0;
	background-position:center center;
	background-size:cover;
}
.textarea .p1{
	text-align:center;
}
.textarea .p1 .center{
	display:inline-block;
	overflow:hidden;
}
.textarea .p1 p{
	
	font-size:0.26rem;
	position:relative;
	z-index:99;
	margin:0px;
	padding:0 20px;
}
.textarea .p1  .line{
	display:block;
	background:#cb252a;
	height:15px;
	position:relative;
	z-index:98;
	margin-top:-20px;
}
.textarea .p2{
	display:inline-block;
	font-size:0.1rem;
	
	margin-top:0.15rem;
	background:#fff;
}
.textarea .p3{
	padding-top:0.15rem;
	line-height:36px;
	font-size:16px;
	
	text-decoration:underline;
}


	
/* 分类 */
/* .classify{ */
	/* background:#cb252a; */
/* } */
/* .classify .list{ */
	/* display:flex; */
	/* flex-wrap:wrap; */
/* } */
/* .classify .item{ */
	/* color:#fff; */
	/* width:25%; */
	/* padding:0.3rem 0; */
/* } */
/* .classify .item:last-child .title .iconfont{ */
	/* display:none; */
/* } */
/* .classify .item .title{ */
	/* font-size:0.3rem; */
	/* font-weight:100; */
	/* text-align:center; */
	/* position:relative; */
	/* color:#000; */
/* } */
/* .classify .item .title .line{ */
	/* position:absolute; */
	/* right:-5px; */
	/* top:0px; */
	/* width:10px; */
	/* height:60px; */
	/* background:#fff; */
	/* z-index:99; */
/* } */
/* .classify .item .arr{ */
	/* display:flex; */
	/* justify-content:center; */
	/* margin:30px 0 40px 0; */
/* } */
/* .classify .item .text{ */

/* } */
/* .classify .item a{ */
	/* display:block; */
	/* color:#000; */
	/* text-align:center; */
	/* font-size:20px; */
	/* margin:12px 0; */
/* } */
/* .classify .item a:hover{ */
	/* text-decoration:underline; */
/* } */

/* .classify .item:nth-child(even) { */
	/* background:#000; */
/* } */
/* .classify .item:nth-child(even) .title{ */
	/* font-weight:700; */
	/* color:#cb252a; */
/* } */
/* .classify .item:nth-child(even) a{ */
	/* color:#fff; */
/* } */


/* 分类 */
.classify{
	overflow:hidden;
	background:#303030;
	padding:0.3rem 0 0 0;
}
.classify .list{
	display:flex;
	flex-wrap:wrap;
	margin:0 -5%;
}
.classify .item{
	color:#fff;
	width:25%;
}
.classify .item:last-child .title .iconfont{
	display:none;
}
.classify .item .title{
	font-size:0.3rem;
	text-align:center;
	position:relative;
	color:#cb252a;
	font-weight:100;
	
}
.classify .item .title .iconfont{
	position:absolute;
	right:0px;
	top:0px;
	font-size:0.26rem;
	margin-right:-0.13rem;
	margin-top:0.06rem;
	font-weight:100;
	color:#fff;
}
.classify .item .arr{
	display:flex;
	justify-content:center;
	margin:30px 0 40px 0;
}
.classify .item:nth-child(even) .title{
	font-weight:700;
	color:#fff;
}
.classify .item:nth-child(even) .title:after{background:#cb252a;}
.classify .item .text{
	border-left:1px solid #404040;
	padding-bottom:0.3rem;
}
.classify .item:first-child .text{
	border-left:none;
}
.classify .item a{
	display:block;
	color:#fff;
	text-align:center;
	font-size:18px;
	margin:12px 0;
	font-weight:300;
	
}
.classify .item a:hover{
	color:#cb252a;
}



/* 文本 */
.pdInfo{
	background:#f9f9f9;
	padding:0.45rem 0;
	margin:0.2rem 0
}	
.pdInfo .center{
	max-width:1300px;
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
}
.pdInfo .left{
	width:30%;
	display:flex;
	justify-content:flex-start;
}
.pdInfo .left h1{
	margin:0 0 0.3rem 0;
	font-size:26px;
	display:inline-block;
	
}
.pdInfo .left h1:after{
	content:'';
	display:block;
	height:3px;
	background:#cb252a;
	margin-top:0.12rem;
}

.pdInfo .right{
	width:70%;
}

.pdInfo .right .title{
	background:#cb252a;
	display:inline-block;
	font-size:20px;
	margin-bottom:0.15rem;
	color:#fff;
	
}
.pdInfo .right .desc{
	line-height:24px;
	font-size:15px;
	letter-spacing:1px;
	text-align:justify;
}



/* 图片模块 */


.imgarea{
	margin-top:0.2rem;
	margin-bottom:0.2rem;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:100%;
	background-position:center center;
}
.imgarea img{
	width:100%;
}



@media screen and (max-width:768px){
	.imgarea{

		height:auto;
		
	}
	.imgarea img{
		width:100%;
		height:200px;
	}
	
	.textarea {height:3.5rem;}
	.textarea .p1 p{font-size:27px; font-weight:700; padding:0;}
	.textarea .p1 .line{height:10px;margin-top:-10px;}
	.textarea {display:flex;align-items:center;justify-content:center;}
	.textarea .p2{font-size:16px;}
	
	.pdInfo {padding:10px 0.5rem 20px 0.5rem;background:#fff;}
	.pdInfo .left h1{font-size:24px; font-weight:700; margin:20px auto;}
	.pdInfo .left h1:after{margin-top:-8px;height:10px;}
	.pdInfo .left{width:100%;}
	.pdInfo .right{width:100%;}
	.pdInfo .right .title{background:none;border-top:1px solid #333;border-bottom:1px solid #333;text-align:center;padding:10px 0; font-size:24px; margin:10px 0 15px 0; color:#333;}
	.pdInfo .right .title{width:100%;}
	
	.classify{padding:30px 0;}
	.classify .item{width:50%;}
	.classify .item .title{font-size:32px;font-weight:700; z-index:99; position:relative;}
	.classify .item .title:after{content:''; display:block; position:absolute; bottom:4px; z-index:-1; width:60%;  height:8px; background:#fff; left:20%;}
	.classify .item:nth-child(2) .iconfont{display:none;}
	.classify .item .title .iconfont{font-size:32px;margin-right:-16px;}
	.classify .item .arr{margin:10px 0 15px 0;}
	.classify .item .arr img{height:45px;}
	.classify .item a{font-size:16px;margin:10px 0;}
	
	.classify .item:first-child .title{
		color:#fff;
	}
	
	.classify .item:first-child .title:after{
		background:#cb252a;
	}
	
	.classify .item:nth-child(2) .title{
		color:#cb252a;
	}
	
	.classify .item:nth-child(2) .title:after{
		background:#fff;
	}
	.classify .item .text{border:none;}
	
}