﻿@charset "utf-8";
/*reset*/



/* CSS reset for c_b */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
}
/*定位*/

.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
 -moz-box-sizing:content-box;
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
/*其他*/

.curp {
	cursor: pointer
}
;
/*原reset*/

sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/

h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*end reset*/





.retop ul {
	overflow: hidden;
}
.retop li {
	float: left;
	margin-left: 10px;
}
.retop li img {
	display: block;
}
.rtTop {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: fixed;
	top: 85%;
	right: 48%;
	margin-right: -615px;
	cursor: pointer;
	display: none;
}
.rtTop h4 {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: relative;
}
.rtTop img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* CSS Document */

body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: microsoft yahei, "宋体";
	position: relative;
}/*网站字体颜色*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
/*页眉*/

.header {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.header .hdTop {
	overflow: hidden;
	width: 100%;
	height: 38px;
	border-top: 1px solid #005ea6;
	border-bottom: 1px solid #f1f1f1;
}
.header .hdTop span.hdSpan {
	float: right
}
.header .toplist {
	float: left;
	margin-top: 13px;
	margin-right: 15px;
}
.header .toplist li {
	float: left;
	font-size: 12px;
	padding: 0 10px;
	border-right: 1px dotted #c7c7c7
}
.header .toplist li a {
	color: #494949;
}
.header .toplist li.last {
	padding-right: 0;
	border-right: 0;
}
.header .hdTop p {
	float: right;
	font-size: 12px;
	color: #494949;
	margin-left: 10px;
	line-height: 38px;
}
.header .hdTop p span {
	font-size: 20px;
	color: #fca156;
	margin-top: 10px;
}
.header .logo {
	overflow: hidden;
	padding: 10px 0;
}
.header .logo h1 {
	float: left;
}
.header .logo h2 {
	float: left;
	font-size: 20px;
	margin-left: 10px;
	margin-top: 20px;
	color: #3a3a3a
}
.header .logo h2 p {
	font-size: 16px;
	font-weight: normal
}
.header .logoRt {
	width: 785px;
	float: right;
	margin-top: 18px;
}
.header .hdDl {
	width: 196px;
	border-right: 1px dotted #c2c2c2;
	float: left;
	padding-right: 8px;
}
.header .hdDl dt {
	float: left;
	width: 55px;
}
.header .hdDl dd {
	float: right;
	width: 141px;
	margin-top: 4px;
}
.header .hdDl dd h3 {
	font-size: 14px;
	color: #2a2a2a
}
.header .hdDl dd p {
	color: #2a2a2a;
	font-size: 14px;
}
.header .hdDl.first {
	width: 160px;
	padding-right: 5px;
}
.header .hdDl.first dd {
	width: 103px;
}
.header .hdDl.last {
	border: none;
	width: 205px;
	padding-right: 0;
}
.header .hdDl.last dd {
	width: 143px;
}
.header .Nav {
	overflow: hidden;
	height: 60px;
	background-color: #ef6400;
	width: 100%;
}
.header .navBox {
	line-height: 60px;
    z-index: 9;
}
.header .navLi li {
	float: left;
	background: url(../images/nav-liBg.png) no-repeat right center;
	font-size: 14px;
}
.header .navLi li img {
	float: left;
	margin-left: 10px;
	display: block;
}
.header .navLi li.first a {
	background: url(../images/home.png) no-repeat 5px center
}
.header .navLi li.last {
	background: none;
}
.header .navLi li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.header .navLi li:hover, .header .navLi li.cur {
}
/*footer*/

.footer {
	overflow: hidden;
	width: 100%;
	padding: 40px 0;
	background-color: #ef6400;
}
.footer .ftdl {
	float: left;
	width: 105px;
	margin-right: 40px;
}
.footer .ftdl dt {
	font-size: 18px;
	margin-bottom: 20px;
}
.footer .ftdl dt a {
	color: #FFF
}
.footer .ftdl dt i {
	display: block;
	width: 45px;
	height: 1px;
	background-color: #FFF;
	margin-top: 15px;
}
.footer .ftdl dd a {
	display: block;
	line-height: 30px;
	font-size: 13px;
	color: #FFF
}
.footer .first {
	width: 225px;
}
.footer .first dd a {
	width: 110px;
	float: left;
}
.footer .ftlogo {
	overflow: hidden;
	margin-bottom: 15px;
}
.footer .ftlogo dt {
	float: left;
}
.footer .ftlogo dd {
	width: 410px;
	float: right;
	margin-top: 15px;
}
.footer .ftlogo dd h3 {
	font-size: 18px;
	color: #FFF;
}
.footer .ftlogo dd span {
	display: block;
	font-size: 13px;
	color: #FFF;
	margin-top: 5px;
}
.footer .ewm {
	width: 128px;
	margin: 0 20px;
	float: left;
}
.footer .ftRt {
	float: right;
	width: 515px;
}
.footer .ftRt p {
	line-height: 25px;
	font-size: 13px;
	color: #FFF;
}
.navss {
	position: absolute;
	display: none;
	z-index: 999;
	width: 150px;
}
.navss a {
	float: left;
	color: #000;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	line-height: 35px;
	background: #ef6400;
	font-size: 14px;
}
.navss a:hover, .navss a.cur {
	line-height: 35px;
	padding: 0;
	margin: 0;
	background: #fca156;
}
