﻿/*公共样式*/
*{margin: auto 0;
}

a {
	text-decoration: none;
	font-family:'黑体';
}
input img{
	border: 0px;
}
li{
	list-style: none;
}
/*顶部*/
/*主框*/
#top{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	margin-top:25px;
}
.logo{
	width: 250px;
	height: 100px;
	line-height: 100px;
	float: left;
}
/*logo上部文字*/
#top .logo p{
	font-size: 19px;
	font-family:'黑体';
	color: #930707;
	position: absolute;
	left: 55px;
	top: 95px;
	letter-spacing:5px;
}
/*logo下部文字*/
#top .logo span{
	font-size: 29px;
	font-family:'黑体';
	color: #000000;
	position: absolute;
	left: 70px;
	top: 113px;
	letter-spacing:2px;
}
/*导航外框架*/
#top #nav{
	float: right;
	height: 100px;
	line-height: 110px;
}
/*导航列表*/
#top #nav ul li{
	float: left;

}
/*导航单个*/
#top #nav ul li a{
	font-size: 20px;
	font-family:'黑体';
	color: #000;
	padding:5px 6px;
}
/*导航样式*/
#top #nav ul li a:hover{
	color: white;
	background: #930707;
}
/* 内容*/
#content{
	height: 360px;
	width: 1400px;
	margin: auto;
	margin-top:-20px;
}
/*底部*/
#foot{
	height: 50px;
	width: 100%;
	border-top: 1px solid #ccc;
	margin: auto;
} 

/*三级页面内容*/
#content_1{
	height: 600px;
	width: 1200px;
	position: relative;
	border-top: 1px solid #dcdcdc;
	margin-top: 370px;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
}
#content_1 .pas_name{
	width: 1200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: black;
	font-size: 25px;
	position: absolute;
	top: 20px;
	border-bottom: 1px solid black;
}
#content_1 .pas_x{
	width: 1200px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: black;
	font-size: 12px;
	position: absolute;
	top: 60px;
}
#content_1 .pas_c{
	width: 1200px;
	height: 400px;
	color:black;
	font-size: 20px;
	position: absolute;
	top: 110px;
}

#foot_1{
	height: 50px;
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	margin-left: auto;
	margin-right:auto;
	color: black;
}




/*二级*/
#top_1{
	height: 120px;
	width: 1200px;
	margin: auto;
	position: relative;
	margin-top:-60px;
}
/*logo上部文字*/
#top_1 .logo p{
	font-size: 19px;
	font-family:'黑体';
	color: #930707;
	position: absolute;
	left: 55px;
	top: 95px;
	letter-spacing:5px;
}
/*logo下部文字*/
#top_1 .logo span{
	font-size: 29px;
	font-family:'黑体';
	color: #000000;
	position: absolute;
	left: 70px;
	top: 113px;
	letter-spacing:2px;
}
/*导航外框架*/
#top_1 #nav_1{
	width:700px;
	height: 40px;
	position: absolute;
	right: 4px;
	bottom: 4px;
}
/*导航列表*/
#top_1 #nav_1 ul li{
	float: left;

}
/*导航单个*/
#top_1 #nav_1 ul li a{
	font-size: 18px;
	font-family:'黑体';
	color: #000;
	padding:5px 10px;
	text-decoration:none;
}
/*导航样式*/
#top_1 #nav_1 ul li a:hover{
	color: white;
	background: #930707;
}

img{border:none}


