@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-size:12px;
	font-family:"微软雅黑",arial;
	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;
}
#banner{
	text-align:center;
	position:relative;
}
#banner img{
	vertical-align:top;
}
#header{
	width:100%;
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	height:85px;
	background-color:rgba(0,0,0,0.5);
}
#header1{
	width:1200px;
	margin:0 auto;
}
.logo{
	width:380px;
	float:left;
	padding-top:7px;
}
.logo img{
	vertical-align:top;
}
.nav{
	width:780px;
	float:left;
}
.nav ul li{
	position:relative;
	float:left;
}
.nav ul li .nav_01{
	width:111px;
	height:85px;
	display:block;
	text-align:center;
	font-size:15px;
	color:#ffffff;
	line-height:85px;
	background-image:url(../images/nav_line.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.nav ul li:hover .nav_01{
	background-image:url(../images/nav_1.gif);
	background-position:center top;
	background-repeat:no-repeat;
	color:#ffffff;
}
.nav ul li ul{
	width:111px;
	position:absolute;
	z-index:9999999;
	top:85px;
	left:0;
	display:none;
	background-color:#087efb;
}
.nav ul li:hover ul{
	display:block;
}
.nav ul li .nav_02 li{
	float:none;
}
.nav ul li .nav_02 li a{
	display:block;
	height:39px;
	border-bottom:#bedbfa 1px solid;
	text-align:center;
	line-height:39px;
	font-size:14px;
	color:#ffffff;
}
.top{
	width: auto;
	float:right;
	padding-top:26px;
}
.top img{
	vertical-align:top;
}
#foot{
	background-image:url(../images/foot_bj.gif);
	background-position:center top;
	background-repeat:repeat-x;
	height:551px;
	overflow:hidden;
}
#foot1{
	width:1200px;
	margin:0 auto;
}
.foot_1{
	text-align:center;
	height:145px;
	overflow:hidden;
}
.foot_1 img{
	vertical-align:top;
}
.foot_2{
	padding-top:61px;
	height:255px;
	border-bottom:#ebebeb 1px solid;
}
.foot_2_01{
	width:704px;
	float:left;
}
.foot_2_01 ul li{
	float:left;
	width:176px;
}
.foot_2_01_up{
	height:32px;
}
.foot_2_01_up a{
	font-size:16px;
	color:#484848;
}
.foot_2_01_down{
	line-height:28px;
}
.foot_2_01_down a{
	font-size:13px;
	color:#6e6e6e;
}
.foot_2_02{
	width:280px;
	float:left;
}
.foot_2_02_up{
	height:32px;
	font-size:16px;
	color:#484848;
}
.foot_2_02_down{
	font-size:13px;
	color:#484848;
	line-height:28px;
}
.foot_2_02_down span{
	font-size:20px;
	color:#ff8a00;
}
.foot_2_03{
	width:auto;
	float:right;
}
.foot_3{
	padding-top:27px;
	text-align:center;
	font-size:13px;
	color:#484848;
}
.foot_3 a{
	color:#484848;
}








































































