.active{
	background-color: #ff0000;
}
.pro_con{
	min-height: 155px;
	border: 1px solid #8f8e8e;
	margin-bottom: 30px;
}
.pro_con:hover .pro_title{
	background-color: #ff0000;
	color: #FFFFFF;
}
.pro_title{
	height: 33px;
	border-bottom: 1px solid #8f8e8e;
	padding-left: 30px;
	line-height: 33px;
	font-size: 14px;
	background-color: #d5d5d5;
	transition: all .3s;
}
.pro_con_left img{
	width: 200px;
	height: 121px;
	margin-left: 15px;
	float: left;
}
.pro_con_left ul{
	float: left;
	width: 1000px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin-left: 80px;
}
.pro_con_left ul li{
	width: 250px;
	line-height: 40px;
	font-size: 14px;
}

/* 产品列表 */
.productlist_right{
	float: right;
	width: 71.5%;
	min-height: 400px;
	margin-bottom: 30px;
}
table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
table img{
	width: 100%;
}
th{
	padding: 10px 0;
	background-color: #ff0000;
	color: #FFFFFF;
}
td{
	width: 14%;
	text-align: center;
}
/* 详情页 */
.product2_top{
	height: 400px;
	margin-bottom: 30px;
}
.product2_top_left{
	width: 600px;
	height: 400px;
	float: left;
	overflow: hidden;
}
.product2_top_left img{
	height: 420px;
	width: 490px;
}
.product2_top_right{
	float: left;
	width: 500px;
	height: 400px;
}
.product2_top_right a{
	padding: 5px 20px;
	border: 1px solid #C5C3C3;
	border-radius: 10px;
	font-size: 14px;
}
.product2_top_right a:hover{
	box-shadow: 0 0 10px #ed6d00;
}
.product_title{
	width: 100%;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	border-bottom: 1px solid #ff0000;
}
.product_con{
	line-height: 35px;
	min-height: 150px;
	max-height: 320px;
	overflow: hidden;
}
#left{
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* position: relative; */
}
#left li{
	width: 20%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #e9e9e9;
	border: 1px solid #FFFFFF;
}
#left li:hover{
	cursor:pointer;
}
.content{
	overflow: hidden;
}
.a1{
	width: 1396px;
	min-height: 150px;
	border: 1px solid #d8d7d7;
	margin-top: -2px;
	margin-bottom: 30px;
	transition: all .3s;
}
.a2{
	width: 1396px;
	min-height: 150px;
	border: 1px solid #d8d7d7;
	margin-top: -2px;
	margin-bottom: 30px;
	display: none;
	transition: all .3s;
}
.content table{
	width: 760px;
	margin: 50px 0 50px 50px;
}
.content table img{
	width: 28px;
	height: 20px;
	padding: 0px 15px;
}
.content tr{
	height: 40px;
	font-size: 14px;
}
/* 应用领域 */
.application2{
	margin-top: 30px;
}