@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:"微软雅黑","宋体";
	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;
	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;
}
#header{
	width:100%;
	height:111px;
	position:absolute;
	z-index:999;
	top:0;
	background-color:rgba(0,0,0,0.3);
}
#header1{
	width:1200px;
	margin:0 auto;
}
.logo{
	width:440px;
	float:left;
	padding-top:10px;
}
.header_right{
	width:756px;
	float:right;
	padding-top:18px;
}
.top{
	height:28px;
	text-align:right;
	line-height:26px;
	font-size:14px;
	color:#ffffff;
	padding-right:15px;
}
.top span{
	font-size:16px;
}
.top img{
	vertical-align:middle;
	padding-right:5px;
}
.top a{
	padding-left:6px;
}
.nav{
	width:100%;
}
.nav ul li{
	float:left;
}
.nav ul li a{
	width:94px;
	height:65px;
	display:block;
	background-image: url(../images/nav_line.png);
	background-position:right center;
	background-repeat:no-repeat;
	text-align:center;
	line-height:65px;
	font-family:"微软雅黑","宋体";
	font-size:14px;
	color:#ffffff;
}
.nav ul li .nav_line{
	background-image:none;
}
.nav ul li:hover a{
	color:#cd0e0e;
}

.nav ul li ul{
	display:none;
}
.nav ul li:hover ul{
	display: block;
	position:absolute;
	z-index:999;
	top:107px;
	padding-top:4px;
}
.nav ul li:hover ul li{
	float:none;
}
.nav ul li:hover ul li a{
	height:34px;
	display:block;
	background-image:none;
	background:rgba(0,0,0,0.3);
	border-bottom:#efeeed 1px solid;
	text-align:center;
	line-height:34px;
	padding-top:0;
	font-family:"微软雅黑","宋体";
	font-size:13px;
	color:#fff;
} 
.nav ul li:hover ul li a:hover{
	color:#cd0e0e;
}


#banner{
	text-align:center;
}
#banner img{
	vertical-align:top;
}
#foot{
	background-image:url(../images/foot_bj.gif);
	background-position:center top;
	background-repeat:repeat-x;
	height:400px;
}
#foot1{
	width:1200px;
	margin:0 auto;
	padding-top:48px;
}
.foot_up{
	height:286px;
}
.foot_up_1{
	width:497px;
	float:left;
	height:286px;
	background-image:url(../images/foot_line.gif);
	background-position:right 12px;
	background-repeat:no-repeat;
}
.foot_up_1_01{
	height:99px;
}
.foot_up_1_02{
	padding-left:28px;
	font-size:14px;
	color:#ffffff;
	line-height:29px;
}
.foot_up_1_02 span{
	font-size:24px;
	color:#ffba00;
	font-weight:bold;
}
.foot_up_2{
	width:501px;
	float:left;
}
.foot_up_2 ul li{
	float:left;
	width:167px;
	padding-top:20px;
}
.foot_up_2_01{
	height:34px;
	text-align:center;
}
.foot_up_2_01 a{
	font-size:16px;
	color:#ffffff;
}
.foot_up_2_02{
	line-height:26px;
	text-align:center;
}
.foot_up_2_02 a{
	font-size:13px;
	color:#e1e0e0;
}
.foot_up_3{
	width:150px;
	float:right;
	padding-top:20px;
}
.foot_up_3_01{
	height:34px;
	font-size:16px;
	color:#ffffff;
	padding-left:25px;
}
.foot_up_3_02{
	text-align:center;
	font-size:12px;
	color:#dcdcdc;
	width:118px;
}
.foot_down{
	height:65px;
	line-height:65px;
	text-align:center;
	font-size:12px;
	color:#ececec;
}
.foot_down a{
	color:#ececec;
}

#sj, #wx{
	position: absolute;
	display: none;
	right: 0;
	top:50px;
}
















































































