@charset "utf-8";
#ind_yejibg{
	/*border: 1px solid red;*/
	/*background: #f5f5f5;*/
	margin-bottom: 80px;
}
#ind_yeji_div{
	/*border: 1px solid red;*/
	margin: 0 auto;
	margin-top: 40px;
}

#ind_yeji_div h3{
	/*border: 1px solid red;*/
	height: auto;
	line-height:30px;
	font-size: 28px;
	font-weight:500;
	color: #333;
	margin-bottom:30px;
	text-align: center;
}
#ind_yeji_div h3 img{
	width: 100%;
	height: auto;
}
#ind_yeji_div h3 b{
	font-weight: 500;
	display: block;
	font-size: 18px;
	text-align: center;
	color: #999;
}
.ind_yeji_ul{
	border: 1px solid #ccc;
	max-width: 385px;
	height: 405px;
	overflow: hidden;
}
.ind_yeji_ul img{
	/*width: 100%;*/
	width: 383px;
	height: 258px;
}

.ind_yeji_ul_active{
	background: #0072BB;
}
.ind_yeji_ul_active .ind_yeji_dl dt{
	color: #fff;
}
.ind_yeji_ul_active .ind_yeji_dl a{
	color: #fff;
}


.ind_yeji_dl{
	/*border: 1px solid red;*/
	/*padding-bottom: 5px;*/
	height: auto;
	overflow: hidden;
	padding-left: 10px;
	/*background: #0072BB;*/
}
.ind_yeji_dl dt{
	font-size: 22px;
	text-align: center;
	color: #333;
	line-height: 40px;
	padding: 5px 0;
}
.ind_yeji_dl dd{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	height: 25px;
	line-height: 25px;
}

.ind_yeji_dl a{
	color: #666;
}
.ind_yeji_dl a:hover{
	color: #0072BB;
}


@media(max-width: 768px){
	#ind_yejibg{
		/*border: 1px solid red;*/
		/*background: #f5f5f5;*/
		margin-bottom: 0px;
	}
	#ind_yeji_div{
		/*border: 1px solid red;*/
		margin: 0 auto;
		/*margin-bottom:20px;*/
		margin-top: 0px;
	}
	#ind_yeji_div h3{
		/*border: 1px solid red;*/
		margin-bottom: 25px;
		margin-top:30px;
		font-size: 18px;
	}
	#ind_yeji_div h3 b{
		width: 100%;
		/*border: 1px solid red;*/
	}
	.ind_yeji_ul{
		border: 1px solid #ccc;
		width: 96%;
		margin-left: 2%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
}