@charset "utf-8";
/*-------定义公共样式--------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, select, input, textarea, p, blockquote, table, th, td, hr, button {
	margin: 0;
	padding: 0;
}
body, select, input, textarea {
	color: #434343;
	font-size: 62.5%;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	word-break: break-all;
}
address, caption, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
img, input {
	border: 0 none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: inherit;
	margin: 0 auto;
}
/*去掉链接虚线，针对Firfox*/
a:focus {
	outline-style: none;
}
/*去掉链接虚线，针对IE*/
a, area {
	color: #464646;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #d20001;
	text-decoration: underline;
}
/*html5*/
main, article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
	display: block;
}
.wrapper{
	width: 1220px;
	height: auto !important;
	overflow: hidden;
	margin: 0 auto;
}
/*--------主体框架---------*/
main, header, footer {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	margin: 0px auto;
}
main{
	border-top:1px solid #363636;
	background-color:#363636;
}
/*---------头部文件---------*/
#header {
	margin-bottom: 25px;
}
#header #fixedtop{
	height:115px;
	width:100%;
	background-color:#262626;
}
#header .top {
	position: fixed;
	margin:auto;
	left:0; right:0; top:0;
    z-index: 102;
	font-size: 1.4em;
/*	position:relative;
*/	height:115px;
	background:url(../images/header_line.png) #262626 no-repeat center 42px;
}
#header .top .logo {
	position:absolute;
	left:50%;
	top:5px;	
	margin-left:-122px;
}
/*-------菜单--------*/
#menu {
	width: 1220px;
	height:auto !important;
	overflow:hidden;
	margin: 0 auto;
	padding-top:60px;
}
#menu li {
	float: left;
	display: inline;
	width: 96px;
	margin:0 10px;
	text-align: center;
}
#menu li.m350{
	margin-right:300px;
}
#menu li a {
	color: #fff;
	height: 30px;
	line-height: 28px;
	font-size: 1.2em;
}
#menu li a:hover, #menu li a.acted {
	color:#9E9E9E;
	text-decoration: none;
}
/*-------横幅-------*/
#banner {
	width: 100%;
	height: 500px;
}
main .m10 {
	margin-bottom: 25px;
	background:url(../images/left_bg.jpg) repeat-y 38px 0;
}
/*------侧边栏-----*/
aside {
	float: left;
	display: inline;
	width: 210px;
	height: auto !important;
	overflow: hidden;
	margin-left:40px;
}
aside h2 {
	color:#fff;
	width: 230px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	padding: 8px 0 0px 8px;
	margin-left: 12px;
}
aside ul {
	height: auto !important;
	overflow: hidden;
	padding-top: 12px;
}
aside ul li {
	line-height: 34px;
	height: auto !important;
	overflow: hidden;
	padding-left:30px;
	background: url(../images/ico.gif) no-repeat 18px 13px;
}
aside ul li a {
	color:#fff;
	font-weight:bold;
	font-size: 14px;
}
aside ul li a.acur, aside ul li a:hover {
	text-decoration: none;
	color: #000;
}
/*-----------内容--------------*/
#content {
	width: 950px;
	height: auto !important;
	overflow: hidden;
	float: right;
	display: inline;
	margin-right: 10px;
}
#content .site_nav {
	color:#FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	height: 24px;
	padding-top: 12px;
	border-bottom: 1px solid #e4e4e4;
}
#content .site_nav span {
	color:#FFFFFF;
	font-size:12px;
	padding-top: 2px;
	float: right;
	display: inline;
	padding-right: 10px;
	font-weight: normal;
}
#content .site_nav span a{
	color:#FFFFFF;
}
/*-----分页样式-----*/
nav.pagelist {
	clear: both;
	text-align: center;
	font-size: 1.4em;
	padding: 5px 0px 22px 0px;
}
nav.pagelist a {
	border: #939393 1px solid;
	margin-right: 5px;
	padding: 3px 7px;
	color: #222;
}
nav.pagelist a:hover {
	color: #e06f23;
	text-decoration: none;
}
nav.pagelist span.current {
	border: #939393 1px solid;
	background-color:#333333;
	margin-right: 5px;
	padding: 3px 7px;
	color: #fff;
}
nav.pagelist span.disabled {
	border: #ccc 1px solid;
	margin-right: 5px;
	padding: 3px 7px;
	color: #3C3C3C;
}




/*-----底部-----*/
footer {
	width: 100%;
	padding: 25px 0px 18px 0px;
	color: #999999;
	background-color:#212121;
}
footer a {
	color: #999999;
}
footer a:hover {
	color: #e0e0e0;
}
/*----左侧联系方式----*/
footer .f1_left {
	width: 640px;
	float: left;
	display: inline;
}
footer address {
	font-size: 14px;
	line-height: 26px;
}
footer ul{
	float:left;
	display:inline;
	width:120px;
}
footer ul h3{
	line-height: 28px;
	font-size:16px;
	margin-bottom:18px;
}
footer ul li {
	line-height: 28px;
}
footer ul li a {
	font-size: 14px;
}
footer ul li a:hover {
	text-decoration: underline;
}
#back-to-top {
	position: fixed;
	bottom: 302px;
	right: 0px;
	width: 66px;
	height: 66px;
	display: none;
	overflow: hidden;
	z-index: 11;
}
#back-to-top a {
	position: absolute;
	z-index: 11;
	background: #999 url(../images/icontop.png) no-repeat scroll left top;
	display: block;
	padding-top: 66px;
	padding-left: 66px;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0.4;
}