@charset "utf-8";
/* CSS Document */
html {
	scrollbar-arrow-color: #666;
	scrollbar-face-color: #e6e6e6;
	scrollbar-darkshadow-color: #9c9c9c;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-track-color: #f5f5f5;
	scrollbar-3dlight-color: #b0b0b0;
	scrollbar-color: #B0B0B0;
}
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
}
ol, ul, li {
	list-style: none;
}
img {
	border: 0;
}
body {
	font-size: 12px;
	color: #333;
	font-family: "Microsoft YaHei", "Arial", "宋体", "Tahoma", "Helvetica", "sans-serif";
	background: url(../images/Bg.png) top center no-repeat #fff;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #d00;
}
input {
	font-size: 12px;
	color: #999;
	line-height: 18px;
	font-family: "Microsoft YaHei", "Arial", "宋体", "Tahoma", "Helvetica", "sans-serif";
	border: 0 solid #ccc;
	background: #fcfcfc;
}
.input1[type="text"] {
	display: block;
	margin-bottom: 10px;
	width: 150px;
	height: 18px;
	border: 1px solid #ccc;
	background: #efefef;
	color: #333;
	font-family: "Microsoft YaHei", "Arial", "宋体", "Tahoma", "Helvetica", "sans-serif";
}
.input1[type="password"] {
	display: block;
	margin-bottom: 10px;
	width: 150px;
	height: 18px;
	border: 1px solid #ccc;
	background: #efefef;
	color: #333;
	font-family: "Microsoft YaHei", "Arial", "宋体", "Tahoma", "Helvetica", "sans-serif";
}
.input1[type="button"] {
	display: block;
	margin-left: 100px;
	width: 50px;
	height: 20px;
	background: url(../images/input-bg.jpg) 0 0 no-repeat;
	color: #333;
	font-family: "Microsoft YaHei", "Arial", "宋体", "Tahoma", "Helvetica", "sans-serif";
	cursor: pointer;
}
.input2 {
	border: 1px solid #ccc;
	height: 18px;
	color: #666;
	background: #efefef;
}
.clear {
	border: 0;
	line-height: 0;
	height: 0;
	clear: both;
	font-size: 0;
}
/* -------header start------ */
#header {
	margin: 0 auto;
	width: 1000px;
	height: 100px;
	overflow: hidden;
}
#logo {
	float: left;
	margin-top: 15px;
	width: 318px;
	height: 70px;
	overflow: hidden;
}
#head_r {
	float: right;
	margin-top: 20px;
	width: 300px;
	height: 60px;
	overflow: hidden;
}
.head_r_up {
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
.head_r_up a {
	color: #666;
}
.head_r_up a:hover {
	color: #d00;
}
#search {
	float: right;
	width: 252px;
	height: 28px;
}
#search input {
	float: left;
}
.inp_srh {
	width: 210px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	background: url(../images/search-bg.jpg) 0 0 no-repeat;
	border: none;
}
.btn_srh {
	width: 32px;
	height: 28px;
	line-height: 28px;
	background: url(../images/search-bg.jpg) -220px 0 no-repeat;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	text-indent: -5000px;
}
#search * {
	vertical-align: middle;
}
/* -------header end------ */
/* -------nav start------ */
#nav_box {
	height: 40px;
	border-top: 1px solid #ccc;
	overflow: hidden;
}
/* -------nav end------ */
/* -------banner start------ */
#banner {
	POSITION: relative;
	WIDTH: 100%;
	BACKGROUND: #fff;
	HEIGHT: 360px;
	overflow: hidden;
	CLEAR: both;
	PADDING-TOP: 2px;
}
#ban {
	WIDTH: 100%;
	HEIGHT: 360px;
	overflow: hidden;
}
#ban DIV {
	TEXT-ALIGN: center;
	WIDTH: 100%;
	HEIGHT: 360px;
	overflow: hidden;
}
#bando {
	Z-INDEX: 5;
	POSITION: absolute;
	TEXT-ALIGN: right;
	MARGIN: auto;
	WIDTH: 100%;
	TOP: -28px;
}
#bando IMG {
	BORDER-RIGHT-WIDTH: 0px;
	BORDER-TOP-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	CURSOR: pointer;
}
#banner SPAN {
	TEXT-ALIGN: center;
	WIDTH: 100%;
	DISPLAY: block;
	HEIGHT: 360px;
	overflow: hidden;
}
/* -------banner end------ */
/* -------notice start------ */
#notice {
	margin: 0 auto 5px;
	padding: 0 15px;
	width: 970px;
	height: 45px;
	background: url(../images/notice_bg.png) 0 0 no-repeat;
}
.notice_l {
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #d00;
	font-size: 14px;
	font-weight: bold;
}
.notice_m {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 570px;
	height: 20px;
	line-height: 20px;
}
.notice_r {
	float: right;
	margin-top: 8px;
	width: 225px;
	height: 16px;
	line-height: 16px;
	text-align: right;
}
.notice_r img {
	vertical-align: middle;
}
/* -------notice end------ */
/* -------content start------ */
#content {
	margin: 0 auto 10px;
	padding: 25px;
	width: 960px;
	height: 210px;
	background: url(../images/main_bg.png) 0 0 no-repeat;
}
.con_l {
	float: left;
	width: 261px;
	height: 210px;
	line-height: 21px;
	overflow: hidden;
}
.con_l a {
	color: #f00;
}
.con_l a:hover {
	color: #c00;
}
.con_l img {
	float: left;
}
.con_m {
	float: left;
	margin-left: 15px;
	width: 391px;
	height: 210px;
	overflow: hidden;
}
.title {
	height: 30px;
	line-height: 30px;
	color: #d00;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.title a {
	color: #d00;
}
.title a:hover {
	color: #333;
}
.title span {
	color: #666;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
.con_m_con {
	width: 391px;
	height: 180px;
	overflow: hidden;
}
.con_r {
	float: right;
	padding-top: 50px;
	padding-left: 14px;
	width: 264px;
	height: 170px;
	overflow: hidden;
	background: url(../images/contact_bt.png) 0 0 no-repeat;
}
/* -------content end------ */
/* -------footer start------ */
#footer_box {
	padding: 10px 0;
	background: #666;
}
.footer {
	margin: 0 auto 10px;
	padding-bottom: 10px;
	width: 1000px;
	line-height: 20px;
	color: #ddd;
	border-bottom: 1px dashed #ddd;
}
.footer_l {
	float: left;
	width: 500px;
}
.footer_r {
	float: right;
	width: 450px;
	text-align: right;
}
#link {
	margin: 0 auto;
	width: 1000px;
}
.link_left {
	float: left;
	width: 80px;
	color: #ddd;
	font-size: 14px;
	font-weight: bold;
}
.link_right {
	float: right;
	width: 910px;
	line-height: 20px;
}
.link_right a {
	float: left;
	display: inline;
	margin: 0 10px;
	color: #ddd;
	text-decoration: underline;
}
.link_right a:hover {
	color: #fff;
	text-decoration: none;
}
/* -------footer end------ */
/*内页style*/
#content_sub {
	margin: 0 auto 10px;
	padding: 25px;
	width: 960px;
	background: url(../images/main_bg_sub.png) 0 0 no-repeat;
}
.con_l_sub {
	float: left;
	width: 221px;
	line-height: 21px;
}
.con_m_con_sub {
	width: 100%;
}
.con_m_con_sub li a {
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	width: 220px;
}
.con_m_con_sub li a img {
	margin: 10px 5px;
	vertical-align: middle;
}
.con_m_sub {
	float: left;
	margin-left: 15px;
	width: 724px;
}
.subnav-menu-qd a {
	color: #F00;
}
.con_m_sub_s{
	float: left;
	width: 960px;
	}

#content_sub {
overflow: hidden;
}

