@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-size:12px;
	font-family:"微软雅黑",arial;
	margin:0 auto;
	padding:0;
	min-width:1200px;
}
/* 重置 */

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;
}
#banner{
	text-align:center;
}
#banner img{
	vertical-align:top;
}
#header{
	width:100%;
	height:82px;
	border-bottom:#000000 2px solid;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	z-index:99;
	top:0;
	left:0;
}
#header1{
	width:1200px;
	margin:0 auto;
}
.logo{
	width:auto;
	float:left;
	padding-top:18px;
	vertical-align:top;
}
.nav{
	width:880px;
	float:right;
}
.nav ul li{
	float:left;
}
.nav ul li .nav_1{
	width:110px;
	height:82px;
	display:block;
	text-align:center;
	line-height:82px;
	font-size:16px;
	color:#444444;
	margin-bottom: 5px;
}
.nav ul li .nav_on{
	background-image:url(../images/nav_1.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
}
.nav ul li:hover .nav_1{
	background-image:url(../images/nav_1.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
}
.nav_erji{
	width:100%;
	position:absolute;
	z-index:999;
	top:84px;
	left:0;
	background-color:rgba(70,77,103,0.9);
	padding:10px 0 30px;
	display:none;
}
.nav ul li:hover .nav_erji{
	display:block;
}
.nav_erji1{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.nav_about{
	width:770px;
	margin-left:430px;
}
.nav_about dl{
	height:32px;
	line-height:32px;
}
.nav_about dl dt{
	font-size:14px;
	color:#ffffff;
	width:110px;
	text-align:center;
	float:left;
}
.nav_about dl dt a{
	color:#ffffff;
}
.nav_about dl dd{
	float:left;
	width:110px;
	text-align:center;
}
.nav_about dl dd a{
	font-size:14px;
	color:#c3c5cb;
}
#foot{
	background-image:url(../images/foot_bj.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:380px;
}
#foot1{
	width:1200px;
	margin:0 auto;
	padding-top:65px;
}
.foot_1{
	width:448px;
	float:left;
}
.foot_1_01{
	height:97px;
	font-size:18px;
	color:#a9a9ab;
	line-height:25px;
	text-transform:uppercase;
}
.foot_1_02{
	font-size:12px;
	color:#a9a9ab;
	line-height:23px;
}
.foot_1_02 a{
	color:#a9a9ab;
}
.foot_2{
	width:340px;
	float:left;
}
.foot_2_01{
	height:100px;
	font-size:14px;
	color:#a9a9ab;
	line-height:24px;
}
.foot_2_01 h2{
	font-size:16px;
	color:#a9a9ab;
}
.foot_3{
	width:314px;
	float:right;
	text-align:center;
}
.foot_3 span{
	display:inline-block;
	padding:0 10px;
	font-size:14px;
	color:#ffffff;
}
.foot_3 span img{
	vertical-align:top;
	margin-bottom:10px;
}
















































































