﻿/* CSS Document */

body{
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}
img {
	border:none;
}



.bg_1 {
	background-image: url(../images/bg_1.jpg);
	background-repeat: repeat-x;
}
.bg_2 {
	background-image: url(../images/bg_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_3 {
	background-image: url(../images/bg_3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg_4 {
	background-image: url(../images/bg_4.png);
	background-repeat: repeat;
}
.lm {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 50px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 125px;
}
.lm:hover {
	color: #fff;
	background-color: #ff9b19;
}
.wz_1 {
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.wz_2 {
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
}
.title_1 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #818181;
	text-decoration: none;
}
.title_2 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #818181;
	text-decoration: none;
}
.title_3 {
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.title_4 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.title_5 {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	line-height: 25px;
}
.title_6 {
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
}
.box_jg {
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
.nav {
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 50px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	background-color: #F1F1F1;
	text-indent: 30px;
	display: block;
	height: 50px;
	width: 235px;
	margin-top: 1px;
}
.nav:hover {
	color: #fff;
	background-color: #ff9b19;
}
.nav:hover span{color:#fff !important;}
