.pro{
	margin-top: 40px;
	min-height: 600px;
}
.pro_menu{
	width: 250px;
	float: left;
}
.pro_menu p{
	text-align: center;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: #FFFFFF;
	background-color: #D50000;
	border-radius: 10px 10px 0 0;
}
.menu_ul{
	width: 248px;
	border: 1px solid #B5B5B5;
	border-radius: 0 0 10px 10px;
}
.menu_ul li{
	border-top: 1px solid #B5B5B5;
}
.menu_ul li a{
	display: block;
	width: 198px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	padding-left: 50px;
}
.menu_ul ul li a{
	width: 168px;
	font-size: 14px;
	color: #666666;
	padding-left: 80px;
}
.cur3{
	background-color: #D50000;
	color: #FFFFFF !important;
}
.pro_right{
	float: right;
	width: 980px;
	min-height: 450px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro_con{
	width: 300px;
	height: 240px;
	border: 1px solid #B5B5B5;
	text-align: center;
	margin-bottom: 30px;
	transition: all .3s;
}
.pro_con:last-child:nth-child(3n - 1) {
      margin-right: calc(318px + 40px / 2);
  }
.pro_con:hover{
	border: 1px solid #D50000;
}
.pro_con:hover p{
	background-color: #D50000;
	color: #FFFFFF;
	border-top: 1px solid #D50000;
}

.pro_con img{
	width: 100%;
	transition: all .3s;
}
.pro_con p{
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-top: 1px solid #B5B5B5;
	transition: all .3s;
	color: #333333;
}

/* 内页 */
.pro_con2{
	float: left;
	height: 280px;
	width: 510px;
	position: relative;
}
.pro_con2 .p1{
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	border-bottom: 1px solid #777777;
}
.pro_con2 .p2{
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}
.pro_con2 a{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 150px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	background-color: #D50000;
	border-radius: 10px;
}

/* 详情 */
.xiangqing{
	width: 980px;
	float: right;
}
.xiangqing_title{
	height: 35px;
	border-bottom: 2px solid #e7ecec;
}
.xiangqing_title .p1{
	display: inline-block;
	width: 100px;
	height: 35px;
	font-size: 24px;
	padding-left: 25px;
	background: url(../img/xq.png)left center no-repeat;
	border-bottom: 2px solid #333333;
}
.xiangqing_title .p2{
	color: #bfbfbf;
	display: inline-block;
}
.xq_con{
	margin-top: 25px;
	min-height: 50px;
}