@charset "utf-8";
#ind_xiangmu_bg{
	/*border: 1px solid red;*/
	background-repeat:no-repeat;
	background-position:top;
	height: auto;
	overflow: hidden;
	margin-bottom: 5%;
	/*background: url(../images/index2_09.jpg) center bottom no-repeat;*/
}
#ind_xiangmu_div{
	/*border-top: 1px solid #ccc;*/
	margin: 0 auto;
	margin-top:20px;
	/*border: 1px solid red;*/
}
#ind_xiangmu_div h3{
	text-align: center;
	line-height: 35px;
	margin-top: 3%;
	margin-bottom: 5%;
	font-size: 32px;
	color: #333;
}
.ind_xm_col{
	/*border: 1px solid red;*/
}
.ind_xm_col h4{
	position: absolute;
	top: 45%;
	font-size: 24px;
	color: #fff;
	/* left: 40%; */
	width: 100%;
	text-align: center;
	letter-spacing: 5px;
}

.ind_xm_dl{
	position: absolute;
	top: 0%;
	font-size: 24px;
	color: #fff;
	/* left: 40%; */
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	padding-top: 50px;
	display: none;
}
.ind_xm_dl dt{
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 500;
}
.ind_xm_dl dd{
	line-height: 25px;
	border: 1px solid #fff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 20px;
	width: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.ind_xm_dl dd a{
	color: #fff;
	display: block;
}
.ind_xm_dl dd a:hover{
	background: #fff;
	color: #BD0B17;
	border-radius: 20px;
}

#ind_xiangmu_bg .col-lg-2 {
	margin: 0px;
	padding: 0px;
}
.ind_xm_col {
	/*border: 1px solid red;*/
	text-align: center;
	position: relative;
}
.ind_xm_col_zz{
	/*background-color: rgba(0, 0, 0, 0.4);*/
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: red;
	width: 100%;
	height: 100%;
}



@media(max-width: 768px){
	#ind_xiangmu_div h3{
		color: #333;
	}
	.ind_xm_col{
		/*border: 1px solid red;*/
	}
	.ind_xm_col img{
		width: 100%;
		/*margin-bottom: 10px;*/
	}
	.ind_xm_col h4{
		position: absolute;
		top: 40%;
		font-size: 20px;
		color: #fff;
		/*left: 30%;*/
		letter-spacing: 5px;
	}
	.ind_xm_dl{
		/*border: 1px solid red;*/
		position: absolute;
		top: 20%;
		font-size: 20px;
		color: #fff;
		left: 30%;
	}
	.ind_xm_dl dt{
		font-size: 20px;
		margin-bottom: 15px;
		font-weight: 500;
	}

}