/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: "微软雅黑", "Microsoft JhengHei", verdana, arial, serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
ul li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
ul, ol, dl {
	list-style: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.none {
	display: none;
}
.both {
	width: 100%;
	height: 100%;
}
.auto {
	margin: 0px auto;
}
table, td, input, textarea {
	font-size: 12px
}
 table, tbody, td, tfoot, th, thead, tr, {
 margin: 0;
 padding: 0;
 font-size: 100%;
}
.center {
	margin: 0px auto;
}
img {
	border: 0px;
}
a {
	color: #4d4948;
	text-decoration: none;
	cursor: pointer;
}
/*,a:link,a:visited,a:active */
a:hover {
	color: #062456;
	text-decoration: none;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.strong {
	font-weight: bold;
}
.mr_10 {
	margin-right: 10px;
}
.mr_20 {
	margin-right: 20px;
}
.mr_15 {
	margin-right: 15px;
}
.p_20 {
	padding: 20px;
}
.p_40 {
	padding: 40px;
}
.pt_40 {
	padding-top: 40px;
}
.width {
	width: 980px;
}
.bj {
	/*background-color:#ae8b6c;*/
	background: url("../images/nav_bg.gif") left top repeat;
}
.header {
	height: 200px;
	overflow: hidden;
	margin: 15px auto;
	position: relative;
}
.nav {
	width: 100%;
	height: 47px;
	border-bottom: 6px solid #cd9967;
	background: url("../images/nav_bg.gif") left top repeat;
	margin-bottom: 20px;
}
.nav ul {
	height: 47px;
}
.nav ul li {
	height: 47px;
	width: 85px;
	float: left;
}
.nav ul li {
	height: 47px;
	float: left;
}
.nav ul li a {
	height: 47px;
	line-height: 47px;
	color: #000000;
	font-size: 14px;
	display: inline-block;
	width: 85px;
	text-align: center;
	font-weight: bold;
}
.nav ul li a:hover {
	background: #cc0000;
	color: #fff;
}
.nav ul li a.hover {
	background: #cc0000;
	color: #fff;
}
.crumb {
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
	margin-bottom: 20px;
}
.crumb .crumb_a {
	height: 20px;
	line-height: 20px;
	display: inline-block;
}
.crumb .crumb_a .crumb-title {
	background: #dfdfdf;
	;
	display: inline-block;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 8px;
}
.crumb .crumb_a .crumb-title-l {
	background: url("../images/crumb.gif") 6px -23px no-repeat;
	margin-left: -15px;
	display: inline-block;
	float: left;
	height: 20px;
	line-height: 20px;
	width: 15px;
}
.crumb .crumb_a .crumb-title-r {
	background: url("../images/crumb.gif") left -46px no-repeat;
	width: 12px;
	height: 20px;
	display: inline-block;
}
.crumb .crumb_a:hover .crumb-title {
	background: #000;
	color: #fff;
}
.crumb .crumb_a:hover .crumb-title-r {
	background: url("../images/crumb.gif") left -69px no-repeat;
}
.crumb .crumb_a_hover {
}
.crumb .crumb_a_hover .crumb-title {
	background: #000;
	color: #fff;
}
.crumb .crumb_a_hover .crumb-title-r {
	background: url("../images/crumb.gif") left -69px no-repeat;
}
.foot_top {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.foot_top_1 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}
.foot_top_b {
	border-top: 3px solid #000;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.about-main .List_page {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 20px;
	width: 100%;
	text-align: center;
	height: 38px;
}
.about-main .List_page a {
	padding: 0 15px;
	line-height: 34px;
	display: inline-block;
	height: 36px;
	font-size: 14px;
	font-family: Arial, SimSun;
	vertical-align: middle;
	margin: 0;
	border: none;
	border-top: 2px solid #fff;
}
.about-main .List_page a:hover {
	border-top: 2px solid #C00;/*border-top:2px solid #0f820c;*/
}
.about-main .List_page span {
	padding: 0 15px;
	line-height: 34px;
	display: inline-block;
	height: 36px;
	font-size: 14px;
	font-family: Arial, SimSun;
	vertical-align: middle;
	margin: 0;
	border: none;
	border-top: 2px solid #C00;
	background-color: #C00;/*border-top:2px solid #0f820c;
    background-color: #0f820c;*/
}
#footer {
	height: 250px;
	background: #1d1d1f;
}
.footer {
	height: 250px;
}
.footer .footer_l {
	padding-top: 40px;
	width: 735px;
	height: 210px;
	float: left;
}
.footer .footer_l .footer_l-top {
	height: 150px;
	width: 100%;
}
.footer .footer_l .footer_l-top .wei-xin {
	width: 150px;
	height: 150px;
	float: left;
	background: #fff;
	margin-right: 30px;
}
.footer .footer_l .footer_l-top .wei-xin img {
	width: 120px;
	height: 120px;
	padding: 15px;
}
.footer .footer_l .footer_l-top .tel {
	padding-top: 15px;
	width: 251px;
	height: 52px;
	float: left;
}
.footer .footer_l .footer_l-top .comment {
	width: 555px;
	height: 40px;
	float: left;
}
.footer .footer_l .footer_l-top .comment a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background: url("../images/foot_img.jpg") left top no-repeat;
}
.footer .footer_l .footer_l-top .comment a.qq {
	background-position: left top;
}
.footer .footer_l .footer_l-top .comment a.wei_bo {
	background-position: -50px top;
}
.footer .footer_l .footer_l-top .comment a.qq_wei_bo {
	background-position: -100px top;
}
.footer .footer_l .footer_l-top .contact {
	width: 555px;
	height: 40px;
	float: left;
	line-height: 24px;
	font-size: 12px;
}
.footer .footer_l .footer_l-top .contact .add {
	color: #fff;
}
.footer .footer_l .footer_l-top .contact .copyright {
	color: #464647;
}
.footer .footer_l .footer_l-top .contact .copyright a {
	color: #464647;
}
.footer .footer_l .link {
	padding: 20px 0;
	color: #464647;
	line-height: 24px;
	font-size: 12px;
}
.footer .footer_l .link strong {
	font-weight: bold;
}
.footer .foot_nav {
	float: right;
	padding-top: 55px;
	width: 420px;
	height: 125px;
}
.footer .foot_nav dl {
	width: 95px;
	border-left: 1px solid #323234;
	height: 125px;
	float: left;
	margin-right: 9px;
}
.footer .foot_nav dl dt {
	line-height: 20px;
	border-bottom: 1px solid #323234;
	height: 24px;
	padding-left: 10px;
	color: #615a5a;
	margin-bottom: 10px;
}
.footer .foot_nav dl dd {
	line-height: 22px;
	height: 22px;
	padding-left: 10px;
	color: #615a5a;
}
.footer .foot_nav dl dd a {
	color: #615a5a;
}
/*page*/
.List_page {
	text-align: right;
	clear: both;
	margin-top: 20px;
	height: 30px
}
.List_page a {
	background: #fff;
	margin: 1px;
	padding: 4px 6px;
	border: 1px solid #7CBBED;
	color: #333;
}
.List_page span {
	background: #7CBBED;
	color: #fff;
	margin: 1px;
	padding: 4px 6px;
	border: 1px solid #7CBBED;
}
