@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/*------------------------------------------------全局元素-------------------------------------------*/
/*--------------------------------Powered by Leo-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
	border: 1;
	font-size: 14px;
	font: inherit;
	font-family: "Microsoft YaHei", "宋体", Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	color: #000;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, menu, dialog, footer, figure, dl, dt, dd, ul, li {
	display: block;
}
body, html {
}
a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	color: #e60009;
}
form {
	display: inline;
	margin: 0;
	padding: 0;
}
img {
	border: 0 none;
}
ul, ol {
	list-style: none outside none;
}
table {
	width: 100%;
}
.Clear {
	clear: both;
}
.w680 {
	display: block;
	width: 680px;
	margin: 0px auto;
}
.w100 {
	display: block;
	width: 100%;
}
.w620 {
	display: block;
	width: 620px;
	padding: 0px 30px;
	overflow: hidden;
	margin: 0px auto;
}
.left {
	display: block;
	float: left;
}
.right {
	display: block;
	float: right;
}
.top {
	background: url(../img/bg_top.jpg) center no-repeat;
	height: 130px;
}
/*菜单开始*/
/*弹出层开始*/
.navbut {
	position: absolute;
	width: 41px;
	height: 36px;
	background: url(../img/nav.png) center no-repeat;
	cursor: pointer;
	top: 44px;
	right: 36px;
}
#mask_shadow {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
}
#popup {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#popup .title {
	position: relative;
	width: 100%;
	height: 130px;
	display: block;
	background: rgba(27,26,26,0.95);
	border-bottom: 1px solid #313131;
}
#popup .title p {
	display: block;
	float: left;
	width: 160px;
	height: 56px;
	margin-top: 37px;
	margin-left: 66px;
}
#popup .title span {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	margin-top: 50px;
	margin-right: 70px;
	background: url(../img/icon1.png) center no-repeat;
	cursor: pointer;
}
#popup .cont {
	width: 100%;
	height: 100%;
}
.menu_head {
	width: 100%;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	border-bottom: 1px solid #313131;
	position: relative;
	background-color: rgba(27,26,26,0.95);
	background: url(../img/icon2.png) 70% center no-repeat;
}
.menu_head a {
	font-size: 26px;
	color: #fff;
	font-weight: nomal;
	/*margin-left: 280px;*/
	display: block;
	width: 100%;
	text-align: center;
}
.menu_head a:hover {
	color: #e60009;
}
.menu_list .current {
}
.menu_list .current a {
	color: #e60009;
}
.menu_list .iconfont {
	background-image: none;
}
.menu_body {
	width: 100%;
	overflow: hidden;
	display: none;
}
.menu_body ul {
	display: block;
	width: 100%;
	border-bottom: 1px solid #313131;
}
.menu_body a {
	display: block;
	width: 100%;
	text-align: center;
	/*margin-left: 42%;*/
	/*padding-left: 42%;*/
	height: 80px;
	line-height: 80px;
	color: #fff;
	background: #000;
	border-bottom: 1px solid #313131;
	font-size: 24px;
}
.menu_body a:hover {
	color: #ffa800;
}
/*菜单结束*/
.slideBox {
	width: 680px;
	height: 370px;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.slideBox .hd {
	height: 18px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: 100%;
	z-index: 9;
}
.slideBox .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 2px solid #e60012;
	border-radius: 50%;
	margin: 0px 3px;
}
.slideBox .hd ul li.on {
	background: #e60012;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 680px;
	height: 370px;
	display: block;
}
.titless {
	width: 100%;
	float: left;
	text-align: center;
	margin: 50px 0px 38px 0px;
	overflow: hidden;
}
.titless dl {
	display: inline-block;
	padding-left: 70px;
	position: relative;
}
.titless dl dt {
	text-align: center;
	font-size: 28px;
	color: #4c4c4c;
}
.titless dl dt a {
	color: #4c4c4c;
	font-size: 28px;
	font-weight: bold;
}
.titless dl dd {
	color: #999999;
	text-transform: uppercase;
	margin-top: 2px;
}
.titless dl dt img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.bottoms {
	height: 106px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 99999;
	background: #e60009;
	text-align: center;
}
#rocket-to-top div {
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 80px;
}
#rocket-to-top .level-2 {
	background: url("../img/backup.png") no-repeat scroll center transparent;
	display: none;
	height: 80px;
	opacity: 0;
	z-index: 1;
}
#rocket-to-top .level-3 {
	background: none repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 150px;
	z-index: 2;
}
#rocket-to-top {
	background: url("../img/backup.png") no-repeat scroll center transparent;
	cursor: default;
	display: block;
	height: 80px;
	margin: -125px 0 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 10px;
	top: 80%;
	width: 80px;
	z-index: 11;
}
.footer {
	border-top: 7px solid #e60012;
	background: #333;
	overflow: hidden;
	padding: 50px 0px;
	margin-bottom:106px;
}
.footer .finfo {
	width: 614px;
	padding: 0px 33px;
}
.footer .f1 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer .f1 {
	background: url(../img/icon100.png) 15px center no-repeat;
	color: #929292;
	font-size: 34px;
	font-weight: bold;
	padding-left: 90px;
	display: block;
}
.footer .f1 a {
	color: #929292;
	font-size: 34px;
	font-weight: bold;
	display: block;
}
.footer .f2 {
	height: 1px;
	background: #929292;
}
.footer .f3 {
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #929292;
	padding-top: 40px;
}
.footer .f3 a {
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	color: #929292;
}