.h_pic{
	width: 100%;
	height: 400px;
}
.h_pic .ph_img{
	width: 100%;
	height: 100%;
}
.content_box{
	max-width: 1200px;
	margin: 0 auto;
}
.content_box .h_title{
	display: flex;
	padding-top: 24px;
	height: 76px;
	align-items: center;
}
.content_box .h_title .one{
	font-size: 16px;
	color: #a5a5a5;
}
.content_box .h_title .lianjie{
	cursor: pointer;
}
.content_box .h_title .lianjie .two{
	font-size: 16px;
	color: #a5a5a5;
}
.content_box .h_title .lianjie .two1{
	font-size: 16px;
	color: #a5a5a5;
}
.content_box .p_detial{
	display: flex;
}
.content_box .p_detial .left_box:hover{
	cursor: pointer;
}
.content_box .p_detial .left_box .l_img{
	width: 350px;
	height: 130px;
}
.content_box .p_detial .right_box{
	margin-left: 20px;
	flex: 1;
}
.content_box .p_detial .right_box .title_{
	background-color: #f3f3f3;
	height: 45px;
	font-size: 18px;
	color: #008de4;
	line-height: 45px;
	padding-left: 23px;
	cursor: pointer;
}
.content_box .p_detial .right_box .sp_list{
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.content_box .p_detial .right_box .sp_list .list2{
	width: 266px;
	box-sizing: border-box;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-top: 30px;
	cursor: pointer;
}
/* .content_box .p_detial .right_box .sp_list .on{
	border: 1px solid #008de4;
} */
.content_box .p_detial .right_box .sp_list .list2:nth-child(3n){
	/* margin-right: 0; */
}
.content_box .p_detial .right_box .sp_list .list2 .sp_img{
	position: relative;
	z-index: -1;
	width: 266px;
	height: 200px;
}
.content_box .p_detial .right_box .sp_list .list2 .info .name{
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 16px;
	font-size: 18px;
	color: #454545;
}
.content_box .p_detial .right_box .sp_list .list2 .info .shuoming{
	padding-top:6px;
	color: #a5a5a5;
	font-size: 16px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.content_box .p_detial .right_box .fenye{
	margin-top: 190px;
	display: flex;
	justify-content: center;
}
.content_box .p_detial .right_box .fenye .border{
	padding: 0 25px;
	height: 40px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	display: flex;
	font-size: 14px;
	color: #3b3b3b;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.content_box .p_detial .right_box .fenye .border .b_img{
	width: 7px;
	height: 14px;
}
.content_box .p_detial .right_box .fenye .yema{
	margin: 0 14px;
	/* width: 300px; */
	height: 40px;
	border: 1px solid #dcdcdc;
	border-right: none;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.content_box .p_detial .right_box .fenye .yema .first{
	padding: 0 20px;
	/* width: 50px; */
	height: 40px;
	border-right: 1px solid #dcdcdc;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.content_box .p_detial .right_box .fenye .yema .now{
	background-color: #1493fe;
	color: #FFFFFF;
}
.content_box .p_detial .right_box .fenye .all{
	margin: 0 30px;
	font-size: 14px;
	color: #3b3b3b;
	line-height: 40px;
	display: flex;
}
.content_box .p_detial .right_box .fenye .all .text{
	margin: 0 5px;
	width: 50px;
	height: 40px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
}
