@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border:0px; 
}

header,
section,
footer,
aside,
nav,
article,
figure,
figcaption,
hgroup {
	display: block;
}

body {
	width: 100%; 
	font-family: "微软雅黑";
	font-size: 12px;
	min-width: 960px;
}

ul,
li {
	list-style-type: none;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	display: inherit;
	outline: none;
	color: black;
}
a:hover{
	color: darkgreen;
}

.clear {
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
}
.mag_l{
		margin-left: 3%;
}
.mag_r {
	margin-right: 20px;
}
.mag_t{
		margin-top: 3%;
}
.mag_b{
		margin-bottom: 3%;
}
.l {
	float: left;
}

.c {
	margin: 0px auto;
}

.r {
	float: right;
}

/*页脚B部分*/

.footer_B {
	width: 100%;
	background-image: url(../images/footer_bg.png);
	padding: 42px 0px 100px 0px;
}

.footer_text {
	width: 875px;
	min-width: 828px;
	margin: 0px auto;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.footer_dz {
	width: 500px;
	float: left;
	padding-top: 80px;
}

.dz_T1 {
	font-size: 16px;
	margin-bottom: 10px;
}

.dz_T2 {
	font-size: 14px;
}

.text_03 {
	margin-top: 30px;
}

.footer_wx {
	width: 120px;
	float: right;
}

.wx_text {
	height: 23px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: 23px;
	display: block;
}

.wx_img {
	width: 100px;
	height: 100px;
	background-color: #FFFFFF;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.main_box{
	width: 1000px;
	margin: 0px auto;
	padding: 67px 0px 0px 0px;
	text-align:center;
	line-height: 26px;
}
.main_box h1{
	font-size: 37.74px;
	color: #5b5a5a;
}
.main_box font{
	color:#5b5a5a;
	margin-top: 20px;
	font-size: 24px;
	display: block;	
}
