@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;	
	background-attachment: fixed;
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a{
	color:#333333;
}
a:link{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
#root{
	width:100%;
	margin:0px auto;
	padding:0px;
}


#banner{
	text-align:center;
	font-size:0;
	line-height:0;
}

#foot{
	height:386px;
	background-image:url(../images/foot_bj.gif);
	background-position:center top;
	background-repeat:repeat-x;
}
#foot1{
	width:1200px;
	margin:0 auto;
	padding-top:49px;
}
.foot_up{
	height:276px;
	border-bottom:#4a4949 1px solid;
}
.foot_up_left{
	width:400px;
	height:250px;
	float:left;
	border-right:#4a4949 1px solid;
}
.foot_up_left_1{
	text-align:center;
}
.foot_up_left_2{
	text-align:center;
	padding-top:20px;
}
.foot_up_left_2 img{
	padding:0 10px;
}
.foot_up_right{
	width:743px;
	float:right;
}
.foot_up_right ul li{
	float:left;
	width:185px;
}
.foot_up_right_01{
	height:39px;
}
.foot_up_right_01 a{
	font-family:"微软雅黑","宋体";
	font-size:16px;
	color:#ffffff;
}
.foot_up_right_02{
	line-height:25px;
}
.foot_up_right_02 a{
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#919090;
}
.foot_down{
	height:60px;
}
.foot_down_left{
	width:auto;
	float:left;
	line-height:60px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#919090;
}
.foot_down_left a{
	color:#919090;
}
.foot_down_right{
	width:auto;
	float:right;
	line-height:60px;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#919090;
}
.foot_down_right a{
	color:#919090;
	padding-left:10px;
	padding-right:10px;
}



















































































