@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-size:12px;
	font-family:"微软雅黑"，"宋体";
	margin:0 auto;
	padding:0;
	min-width:1260px;
}
/* 重置 */

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:#333;
	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;
	position:relative;
}
#banner{
	text-align:center;
}
#banner img{
	vertical-align:top;
}
#header{
	width:1200px;
	position:absolute;
	z-index:99;
	top:0;
	left:50%;
	margin-left:-600px;
}
.logo{
	width:300px;
	float:left;
	padding-top:22px;
}
.logo img{
	vertical-align:top;
	width:220px;
}
.nav{
	width:700px;
	float:left;
	padding-top:30px;
}
.nav ul li{
	float:left;
}
.nav ul li a{
	width:115px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#000000;
}
.nav ul li .nav_on{
	font-weight:bold;
	background:url(../images/nav_1.png) center bottom no-repeat;
}

.sou{
	width:128px;
	float:right;
	height:28px;
	border:#9a9a9a 1px solid;
	margin-top:38px;
	padding:0 14px;
}

.sou_left{
	width:100px;
	float:left;
	height:28px;
	background: url(../images/sou_11.gif) left center no-repeat;
}
.sou_left input{
	width:90px;
	padding-left:10px;
	height:28px;
	border:none;
	background:none;
	outline:none;
	font-size:14px;
	color:#000000;
}
.sou_right{
	width:auto;
	float:right;
	height:28px;
	line-height:28px;
}
.sou_right img{
	vertical-align:middle;
}

#foot{
	background:url(../images/foot_bjj.gif) center top repeat-x;
	height:296px;
	border-top:#f0ece9 1px solid;
}
#foot1{
	width:1200px;
	margin:0 auto;
	padding-top:55px;
}
.foot_up{
	height:197px;
}
.foot_up_1{
	width:315px;
	float:left;
}
.foot_up_1_01{
	padding:12px 0 23px;
	text-align:center;
}
.foot_up_1_01 img{
	vertical-align:top;
}

.foot_up_1_02{
	text-align:center;
}
.foot_up_1_02 img{
	vertical-align:top;
	margin:0 10px;
}
.foot_up_2{
	width:387px;
	float:left;
	padding-left:86px;
}
.foot_up_2_up{
	height:50px;
	font-size:29px;
	color:#333333;
}
.foot_up_2_down{
	line-height:40px;
	font-size:14px;
	color:#6c6c6c;
}
.foot_up_2_down img{
	vertical-align:middle;
	margin-right:4px;
}
.foot_up_3{
	width:135px;
	float:left;
}
.foot_up_3 ul li{
	height:34px;
}
.foot_up_3 ul li a{
	text-decoration:underline;
	font-size:16px;
	color:#000000;
}

.foot_up_4{
	width:260px;
	float:right;
	text-align:center;
	font-size:14px;
	color:#9c9c9c;
}

.foot_up_4 img{
	vertical-align:top;
	margin-bottom:6px;
}
.foot_down{
	height:41px;
	text-align:center;
	line-height:41px;
	font-size:14px;
	color:#6e6e6e;
}
.foot_down a{
	color:#6e6e6e;
}





































