@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"宋体";
	font-size:12px;
	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;
}
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:0;
}
#header{
	width:1200px;
	height:158px;
	margin:0 auto;
}
.header_up{
	height:112px;
}
.logo{
	width:auto;
	float:left;
	padding-top:20px;
}
.header_up_right{
	width:236px;
	float:right;
	padding-top:22px;
}
.top{
	height:37px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#5b5b5b;
}
.top span{
	font-family:"微软雅黑","宋体";
	font-size:21px;
	color:#ff6c00;
}
.sou{
	padding-left:8px;
}
.sou_left{
	width:182px;
	height:28px;
	float:left;
	background-image:url(../images/sou_1.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.sou_left input{
	width:180px;
	height:28px;
	padding-left:11px;
	line-height:28px;
	border:none;
	background:none;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#999999;
}
.sou_right{
	width:34px;
	float:left;
}
.nav{
	height:46px;
	background-color:#00b6f2;
}
.nav ul li{
	float:left;
	position:relative;
}
.nav ul li a{
	width:170px;
	height:46px;
	display:block;
	background-image:url(../images/nav_line.gif);
	background-position:right center;
	background-repeat:no-repeat;
	text-align:center;
	line-height:46px;
	font-family:"微软雅黑","宋体";
	font-size:15px;
	color:#fefefe;
}
.nav ul li:hover a{
	background-color:#b1e9fa;
}
.nav ul li .nav_line{
	background-image:none;
}
.nav ul li ul{
	display:none;
}
.nav ul li:hover ul{
	display: block;
	position:absolute;
	z-index:999;
	top:46px;
	left:0;
}
.nav ul li:hover ul li a{
	height:34px;
	display:block;
	background-color:rgba(255,255,255,0.85);
	border-bottom:#d2d4d4 1px solid;
	text-align:center;
	line-height:34px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#555555;
	background-image:none;
}


#foot{
	height:366px;
	background-color:#f6f6f6;
	border-top:#00b6f2 6px solid;
}
#foot1{
	width:1200px;
	margin:0 auto;
	padding-top:32px;
}
.foot_up{
	height:243px;
	border-bottom:#d9ddde 1px solid;
}
.foot_up_left{
	width:420px;
	float:left;
}
.foot_up_left_01{
	height:80px;
}
.foot_up_left_02{
	padding-left:24px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#6c6d6d;
	line-height:33px;
}
.foot_up_left_02 b{
	font-family:"微软雅黑","宋体";
	font-size:24px;
	color:#ff8a00;
}
.foot_up_right{
	width:780px;
	float:right;
	padding-top:18px;
}

.foot_up_right ul li{
	float:left;
	background-image:url(../images/foot_11.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:200px;
	padding:0 90px 0 23px;
}
.foot_up_right_01{
	height:33px;
}
.foot_up_right_01 a{
	font-family:"微软雅黑","宋体";
	font-size:15px;
	color:#3a3a3a;
}
.foot_up_right_02{
	width:100%;
	line-height:25px;
}
.foot_up_right_02 a{
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#575757;
}
.foot_down{
	padding-top:34px;
	text-align:center;
	font-family:"微软雅黑","宋体";
	font-size:12px;
	color:#434343;
}
.foot_down a{
	color:#434343;
}








































