@charset "utf-8";
#ind_aboutbg{
	/*border: 1px solid red;*/
	background: url();
	background-repeat:no-repeat;
	background-position:top;
	margin-top: 8%;
	margin-bottom: 3%;
}
#ind_about_div{
	/*border: 1px solid green;*/
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.ind_about_img{
	/*border: 1px solid red;*/
	position: relative;
	top: 30px;
}
#about_img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.ind_about_right{
	/*border: 1px solid red;*/
	background: url(../../image/index_24.png);
	height: 380px;
	/*position: relative;*/
}
.ind_about{
	/*border: 1px solid #fff;*/
	margin-top: 8%;
	width:65%;
	margin-left: 30%;
}
.ind_about h3{
	color: #fff;
	margin-bottom: 5%;
	letter-spacing: 5px;
	font-size: 32px;
}
.ind_about p{
	color: #fff;
	line-height: 25px;
}

.ind_about_more{
	border: 1px solid #fff;
	line-height: 25px;
	width:15%;
	text-align: center;
	border-radius: 16px;
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 2%;
	float: right;
}
.ind_about_more a{
	color: #fff;
}

.moblie_ind_about_right{
	display: none;
}
.ind_about_right{
	display: block;
}
.moblie_ind_about_right{
	display: none;
}
.ind_about_right{
	display: block;
}


@media(max-width: 768px){
	.ind_about_img{
		/*border: 1px solid red;*/
		position: none;
		top: 0px;
	}
	.ind_about{
		display: none;
	}
	.ind_about_right{
		display: none;
	}
	.moblie_ind_about_right{
		display: block;
		/*border: 1px solid green;*/
		background: url(../../image/index_24_1.png) top;
		height: 850px;
		/*background: red;*/
		/*position: relative;*/
	}
	.moblie_ind_about{
		/*border: 1px solid #fff;*/
		margin-top: 102%;
		width:95%;
		margin-left: 4.5%;
		display: block;
	}
	.moblie_ind_about h3{
		color: #fff;
		margin-bottom: 6%;
		letter-spacing: 5px;
		font-size: 32px;
	}
	.moblie_ind_about p{
		color: #fff;
		line-height: 25px;
	}
	.ind_about_more{
		width:35%;
		margin-right: 15px;
	}
}