@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	font-family:"微软雅黑";
	font-size:12px;
	color:#333;
	background-color:#f5f5f5;
}
#clear{
	clear:both;
}
img{
	border:0;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
a{
	text-decoration:none;
}

/******************************header******************************/
#header{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding:10px 0;
}
#boxj{
	background-color: #fff;
    width: 1300px;
    margin: auto;
}
#header_left{
	float:left;
}
#header_right{
	float:right;
	width:300px;
	height:35px;
	 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-top:14px;
}
#header_right_left{
	float:left;
}
.header_text{
	width:250px;
	height:33px;
	border:none;
	padding:0 5px;
	font-family:"微软雅黑";
	color:#999;
	margin-left:3px;
}
#header_right_right{
	float:left;
	margin:6px 0 0 5px;
}

/******************************xzmenu******************************/
#xzmenu{
	width:1200px;
	height:45px;
	margin:0 auto;
	font-size:18px;
	position:relative;
	background:#f34343;
	overflow: hidden;
}
#nav {
	display:block;
}
#nav .mainlevel{
	float:left;
	border-left:1px #ffffff solid;
}
#nav .shouye{
	background:none;
}
#nav .mainlevel a {
	color:#fff;
	line-height:45px;
	height:45px;
	padding:0 14px;
	display:block;
}
#nav .mainlevel a:hover {
	background:#df2424;
}
#nav .mainlevel ul {
	position:absolute;
	width:1200px;
	height:40px;
	background:#df2424;
	left:0;
	top:45px;
	display:none;
	border-top:1px #ffffff solid;
	z-index:9999;
}
#nav .mainlevel li {
	float:left;
	font-size:16px;
}
#nav .mainlevel li a {
	padding:0 15px;
	line-height:38px;
	color:#fff;
}
#nav .mainlevel li a:hover {
	color:#fff000;
	background:none;
}
#nav .mainlevel li .sub_nav_01_kong{
	width:25px;
	height:5px;
}
#nav .mainlevel li .sub_nav_02_kong{
	width:152px;
	height:5px;
}
#nav .mainlevel li .sub_nav_03_kong{
	width:292px;
	height:5px;
}
#nav .mainlevel li .sub_nav_04_kong{
	width:415px;
	height:5px;
}
#nav .mainlevel li .sub_nav_05_kong{
	width:530px;
	height:5px;
}

/******************************menu******************************/
#menu_bg{
	clear:both;
	width:100%;
	height:41px;
	background:url(../images/menu_01.jpg) repeat-x;
	margin-top:15px;
}
#menu{
	width:1200px;
	height:auto;
	margin:0 auto;
}
#menu li{
	float:left;
	height:41px;
	line-height:41px;
	background:url(../images/menu_02.png) no-repeat right center;
	font-size:16px;
}
#menu li a{
	display:block;
	height:41px;
	color:#fff;
	padding:0 35px;
	margin-right:1px;
}
#menu li a:hover{
	background:url(../images/menu_03.jpg) repeat-x;
}
#menu li.menu_you{
	background:none;
	float:right;
}

/******************************dbdh******************************/
#dbdh{
	width:1200px;
	height:200px;
	margin:30px auto 0 auto;
}
#dbdh li{
	float:left;
	margin-right:16px;
}
#dbdh li .dbdh_dan{
	width:220px;
	height:112px;
	background:url(../images/dbdh_02.png) no-repeat;
	text-align:center;
	margin:17px 0 0 0;
}
#dbdh li .dbdh_dan_img{
	padding-top:7px;
	padding-bottom: 7px;
}
#dbdh li .dbdh_dan_txt01{
	font-size:16px;
	color:#000;
	font-weight:bold;
	padding:3px 0;
}
#dbdh li .dbdh_dan_txt02{
	color:#000;
}

/******************************footer******************************/
#footer{
	width:100%;
	height:auto;
	margin-top:30px;
}
#footer_hzhb_bg{
	width:100%;
	height:34px;
	background:url(../images/footer_01.png) repeat-x;
}
#footer_hzhb{
	width:151px;
	height:34px;
	line-height:34px;
	text-align:center;
	margin:0 auto;
	background:url(../images/footer_02.png) no-repeat;
	font-size:18px;
	color:#5f5f5f;
	font-weight:bold;
}
#footer_link{
	width:1200px;
	height:auto;
	margin:0 auto 0 auto;
	text-align:center;
	color:#979797;
	padding:15px 0;
}
#footer_link a{
	font-size:14px;
	color:#979797;
	padding:0 5px;
	line-height:26px;
}
#footer_link a:hover{
	color:#e90a29;
}
#footer_line{
	width:100%;
	height:1px;
	border-bottom:1px solid #d7d7d7;
}
#footer_xia{
	text-align:center;
	font-size:14px;
	color:#979797;
	line-height:24px;
	padding:15px 0;
}
#footer_xia a{
	color:#979797;
}
#footer_xia a:hover{
	color:#e90a29;
}















