body {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 14px;
	color: #454545;
	line-height: 26px;
	background: #fff;
	font-family: 微软雅黑;
}

ul,p,h1,h2,table {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: none;
}

a {
	font-size: 14px;
	color: #454545;
	text-decoration: none;
	font-family: 微软雅黑;
}

a:hover {
	color: #e0061f;
	text-decoration: none;
	font-family: 微软雅黑;
}

.fz16 {
	font-size: 16px;
}

.color_01 {
	color: #fff;
}

.pt6 {
	padding-top: 6px;
	overflow: hidden;
}

.pt8 {
	padding-top: 8px;
	overflow: hidden;
}

.pt10 {
	padding-top: 10px;
	overflow: hidden;
}

.pt12 {
	padding-top: 12px;
	overflow: hidden;
}

.pt15 {
	padding-top: 15px;
	overflow: hidden;
}

.pt20 {
	padding-top: 20px;
}

.mt12 {
	margin-top: 12px;
	overflow: hidden;
}

.mt15 {
	margin-top: 15px;
}

.pl10 {
	padding-left: 10px;
	overflow: hidden;
}

.pl15 {
	padding-left: 15px;
}

.pl18 {
	padding-left: 18px;
}

.pl25 {
	padding-left: 25px;
}

.pl28 {
	padding-left: 28px;
}

.pr8 {
	padding-right: 8px;
	overflow: hidden;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.clearboth {
	height: 0;
	clear: both;
	overflow: hidden;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.more_01 a {
	font-size: 12px;
	color: #fff;
}

.more_01 a:hover {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

/*头部*/
.header {
	width: 100%;
	height: 112px;
	background: url(../images/header.jpg) top center no-repeat;
}

.header_r {
	width: 918px;
}

.header_r_01 {
	height: 33px;
	line-height: 33px;
	text-align: right;
	font-size: 14px;
	color: #f08618;
}

.header_r_01 img {
	vertical-align: middle;
	padding-right: 5px;
}

.header_r_02 {
	height: 78px;
	line-height: 78px;
}

.header_r_02 li {
	width: 102px;
	height: 78px;
	line-height: 78px;
	display: block;
	text-align: center;
	float: left;
}

.header_r_02 li a {
	width: 102px;
	height: 78px;
	line-height: 78px;
	display: block;
	text-align: center;
	font-size: 15px;
	color: #fff;
}

.header_r_02 li a:hover {
	background: #2b7d01;
	font-size: 15px;
	color: #fff;
}



/*网站banner*/
.banner {
	width: 100%;
	height: 552px;
	overflow: hidden;
	position: relative;
}

.banner .d1 {
	width: 100%;
	height: 552px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

.banner .d2 {
	width: 100%;
	height: 30px;
	clear: both;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 530px;
}

.banner .d2 ul {
	float: left;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -40px;
	display: inline;
}

.banner .d2 li {
	width: 17px;
	height: 15px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/img1.png) no-repeat center;
	float: left;
	margin: 0 3px;
	display: inline;
}

.banner .d2 li.nuw {
	background: url(../images/img1_1.png) no-repeat center;
}


/*网站底部*/
.footer {
	width: 100%;
	height: 317px;
	background: url(../images/footer_bg.jpg) center no-repeat;
	color: #ffffff;
	margin-top: 20px;
}

.footer_01 {
	height: 108px;
	line-height: 108px;
	border-bottom: 1px #666666 solid;
}

.footer_01 a {
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
}

.footer_02 {
	width: 630px;
	height: 120px;
	background: url(../images/flogo.png) left 0px no-repeat;
	line-height: 30px;
	padding-left: 20px;
	color: #FFF;
	margin-top: 25px;
}

.footer_03 {
	width: 139px;
	margin-right: 30px;
	padding-top: 20px;
}

.footer_03 li {
	width: 139px;
	float: left;
	display: block;
	padding-left: 30px;
}

.footer_03 li img {
	width: 139px;
	height: 139px;
	display: block;
}

.footer_03 li span {
	width: 139px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: block;
}



