* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	font-size: 12px;
	font-family: "微软雅黑";
	border: none;
}
#header {
	width: 100%;
	min-width: 1000px;
}
.top_all {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
}
.logo {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
.nav {
	width: 460px;
	display: inline;
	float: right;
	margin-right: 1%;
}
.nav li {
	position: relative;
	float: left;
}
.nav a {
	display: block;
	color: #6a535b;
	font-weight: 500;
	padding: 0 12px;
	line-height: 70px;
}
.nav li a:hover {
	color: rgba(255,249,249,1.00);
}
.smnav {
	width: 80px;
	position: absolute;
	top: 40px;
	left: 0px;
	margin-top: 10px;
	height:0;
	overflow:hidden;
}
.smnav a {
	line-height: 20px;
}
.bg {
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 70px;
	background: #000;
	opacity: 0.7;
	z-index: -1;
}
/*----------------header结束--------------------*/
#banner {
	width: 100%;
	height: 700px;
	background: url(../images/4444.jpg) no-repeat center fixed;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99;
}
.ban_box {
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}
.ban_box h3 {
	font-size: 60px;
	color: #9b999d;
	text-align: center;
	margin-top: 200px;
}
.ban_box h4 {
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.ban_box .ban_one {
	position: absolute;
	top: 100px;
	left: 150px;
}
.ban_box .ban_two {
	position: absolute;
	top: 100px;
	left: 650px;
}
.ban_nav {
	width: 1000px;
	margin: 100px auto;
}
.ban_nav ul {
	margin: 0 auto;
	text-align: center;
}
.ban_nav ul li {
	display: inline-block;
	color: #fff;
	padding: 0 10px;
}
.ban_nav ul li a {
	transition: all 0.3s;
	color: #fff;
}
.ban_nav ul li a:hover {
	color: #eec0d0;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}
.ban_line {
	width: 100%;
	height: 2px;
	position: absolute;
	top: 600px;
	left: 0;
	border-bottom: 1px solid #ddd;
}
/*----------------banner结束--------------------*/
.main1 {
	width: 100%;
	height:950px;
	background: url(../images/m_bottom_bg.jpg) repeat-y center center;
}
.ma_box {
	width: 1000px;
	height: 190px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.ma_box h3 {
	color: #333;
	font-size: 20px;
	font-weight: 100;
	margin-top: 40px;
}
.ma_box h4 {
	color: #333;
	font-size: 20px;
	font-weight: 100;
	line-height: 30px;
	border-bottom: 1px solid #444;
	padding-bottom: 10px;
}
.ma_box p {
	color: #333;
	margin-top: 20px;
	line-height: 20px;
}
.in_box {
	width: 998px;
	height:700px;
	margin: 0 auto;
	margin-top:20px;
}
.in_box dl{
	width:998px;
	height:140px;
	margin:0 auto;
}
.in_box dt{
	width:495px;
	height:133px;
	display:block;}
.in_box dt img{
	
	border:1px solid #333;
	width: 493px;
	height:133px;
}
.in_box dd {display:block;
	padding:20px;
	border:1px solid #333;
	height:93px;
	width:453px;
	line-height:20px;
}
.in_box dd:hover{
	border:1px solid #fff;
}
.in_box dt img:hover{
	border:1px solid #fff;
}
/*---------------------footer---------------------------*/
.footer {
	width: 100%;
	height: 370px;
	min-width: 1000px;
	background: #000;
	overflow: hidden;
}
.f_line {
	width: 100%;
	min-width: 1000px;
	height: 3px;
	margin-top: 40px;
	background: url(../images/11111.png) no-repeat center;
}
.f_box {
	width: 1000px;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
}
.box_1 {
	width: 150px;
	height: 200px;
	padding-left: 100px;
	margin: 40px 20px;
	border-right: 1px solid #666;
	float: left;
}
.box_1 dt {
	padding: 10px 0px;
}
.box_1 dt a {
	color: #fff;
	font-size: 14px;
}
.box_1 dt a:hover {
	border-bottom: 1px solid #fff;
}
.box_1 dd a:hover {
	color: #eec0d0;
}
.box_1 dd a {
	color: #6a535b;
	line-height: 20px;
}
.box_2 {
	width: 100px;
	height: 150px;
	margin: 40px 20px;
	float: left;
}
.box_2 dt {
	padding: 10px 0px;
}
.box_2 dt a {
	color: #fff;
	font-size: 14px;
}
.box_2 dt a:hover {
	border-bottom: 1px solid #fff;
}
.box_2 dd a:hover {
	color: #eec0d0;
}
.box_2 dd a {
	color: #6a535b;
	line-height: 20px;
}
.box_3 {
	width: 100px;
	height: 150px;
	margin: 40px 10px;
	float: left;
}
.box_3 dt {
	padding: 10px 0px;
}
.box_3 dt a {
	color: #fff;
	font-size: 14px;
}
.box_3 dt a:hover {
	border-bottom: 1px solid #fff;
}
.box_3 dd a:hover {
	color: #eec0d0;
}
.box_3 dd a {
	color: #6a535b;
	line-height: 20px;
}
.box_4 {
	width: 100px;
	height: 200px;
	margin: 40px 10px;
	border-right: 1px solid #666;
	float: left;
}
.box_4 dt {
	padding: 10px 0px;
}
.box_4 dt a {
	color: #fff;
	font-size: 14px;
}
.box_4 dt a:hover {
	border-bottom: 1px solid #fff;
}
.box_4 dd a:hover {
	color: #eec0d0;
}
.box_4 dd a {
	color: #6a535b;
	line-height: 20px;
}
.f_box_r {
	width: 240px;
	height: 200px;
	float: left;
	margin: 40px 40px;
	overflow: hidden;
}
.f_box_r img {
	float: left;
	margin-right: 20px;
}
.f_box_r p {
	color: #fff;
	padding: 40px 30px;
	margin-left: 20px;
	display: block;
}
.weibo {
	width: 200px;
	height: 80px;
	border: 1px solid #333;
	margin: 20px 20px;
}
.weibo img {
	display: block;
	float: left;
	margin: 25px 20px
}
.weibo span {
	color: #fff;
	float: left;
	font-size: 12px;
	text-align: center;
	display: block;
	padding-left: 20px;
	margin: 20px 10px;
	border-left: 1px solid #666;
}
.f_all {
	width: 1000px;
	height: 300px;
	overflow: hidden;
}
.f_end {
	width: 1000px;
	height: 30px;
	border-top: 1px solid #666;
	padding-top: -10px;
}
.f_end p {
	margin-left: 10px;
	float: left;
	display: block;
	color: #A4A4A4;
	padding-top: 5px;
}
.f_end span a {
	color: #a4a4a4;
	padding-top: 5px;
	margin-right: 10px;
	float: right;
}
