@charset "utf-8";
/* CSS Document */
*{
	font-family: "微软雅黑";

}
body{
	padding: 0px;
	margin: 0px;
	background-color: #201b17;
	color: #fff;
	font-size: 21px;
}
html{
	padding: 0px;
	margin: 0px;
}
/*img{
	display: inline-block;
}*/
a{
	text-decoration:none;

}
ul,li{
	list-style: none;
}
h1,h2,h3,h4{
	font-weight: normal;
}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
video{

}
.clear{
	clear: both;
}
#content{
	margin: 0 auto;
	width: 1162px;
}

/*顶部*/
#top_box{
	background: url(../images/top.jpg) no-repeat;
	height: 668px;
	padding-top:20px;
	position: relative;
}
#logo{
	background: url(../images/logo.png) no-repeat right;
	height: 76px;
	margin-top: -25px;
}
#logo1{
	background: url(../images/logo1.png) no-repeat center;
	height: 403px;
	margin-top: -50px;
}
#top_box p.description{
	width: 560px;
	line-height: 31px;
	position: absolute;
	left: 50%;
	bottom: 15%;
	margin-left: -300px;
	text-align: justify;
	text-indent:42px;
}
#top_box a{
	color: #ffffff;
}

/*视频*/
#video_box{
	background: url(../images/video_bg.jpg) no-repeat;
	height: 567px;
}
#airenVideo{
	background: url(../images/title1.png) no-repeat left top;
	height: 414px;
	width: 520px;
	padding-top: 140px;
	float: left;
	overflow: hidden;/*清除浮动*/
}
#yinglingVideo{
	background: url(../images/title2.png) no-repeat left top;
	height: 466px;
	width: 520px;
	padding-top: 200px;
	float: right;
	overflow: hidden;/*清除浮动*/
}

.video{
	float: right;	
}

/*关于我们*/
#aboutUs{
	background: url(../images/aboutus_bg.jpg) no-repeat;
	height: 399px;
	padding-top: 167px;
	position: relative;
}
#aboutUs h4{
	background: url(../images/line.png) no-repeat center left;
	height: 21px;
	width: 914px;
	line-height: 21px;
	padding-left: 27px;
	position: absolute;
	top:8%;
	left: 50%;
	margin-left: -457px;

}
#aboutUs #content{
	background: url(../images/aboutus.png) no-repeat;
	height: 337px;

}
