﻿@charset "UTF-8";
/* (c) WWW.QLMTD.COM
 * 最新版本更新于: 2015-10-01  作者：ADMIN  */



/* 重置浏览器样式 */
html {
	color: #555;
	background: url(../images/bg.png) repeat;
}
*html, *html body {
	background-image: url(../images/d0262a33e82042a4bb597cae8e6b4642.gif);
	background-attachment: fixed;
}
*html .nav {
	position: absolute;
top:expression(eval(document.documentElement.scrollTop));
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, button, textarea, blockquote {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-family: Arial, 'Helvetica Neue', Helvetica, Arial, Sans-serif;
	font-size: 14px;
	line-height: 22px;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, i {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
a img {
	border-width: 0;
	vertical-align: middle;
}
a {
	cursor: pointer
}
a:link {
	color: #555;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #c00;
	text-decoration: underline;
}
a:active {
	color: #c00;
	text-decoration: none;
}
.nofloat{
	float: none !important;
}
/* 浮动 */
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix {
*zoom:1;
}
.main {
	position: relative;
	background: url(../images/hd_bg.png) no-repeat top center;
}
.hd {
	height: 290px;
	width: 100%;
	padding-top: 100px;
	color: #fff;
}
.hd_inner {
	width: 980px;
	margin: 0 auto;
}
.hd_logo {
	float: left;
	margin-right: 30px;
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
}
.hd_logo img {
	margin: auto;
	max-width: 100%;
}
.hd_des {
	float: left;
	width: 730px;
}
.hd_des .com_name {
	font-size: 24px;
	font-family: 'Microsoft YaHei', sans-serif;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
}
.hd_des .com_tag {
	margin-bottom: 20px;
}
.hd_des .com_des a {
	color: #fff;
	text-decoration: none
}
.hd_des .com_tag span {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	border-radius: 20px;
	display: inline-block;
	margin-right: 10px;
}
.bd {
	background: #fff;
	box-shadow: 0 5px 5px #ddd;
	border-radius: 10px;
	width: 980px;
	margin: 0 auto;
}
.bd #lc {
	height: 70px;
	line-height: 70px;
	padding-left: 30px;
	font-size: 22px;
	font-family: 'Microsoft YaHei', sans-serif;
	color: #369;
}
.bd_inner {
	padding: 30px;
	margin-right: -20px;
}
.bd_item {
	width: 450px;
	float: left;
	margin: 0 20px 20px 0;
}
.bd_item h2 {
	height: 40px;
	line-height: 40px;
	background: #0354b9;
	color: #ffde00;
	border-radius: 3px;
	padding: 0 20px;
	font-size: 16px;
}
.bd_item h2 span {
	float: right;
	font-size: 12px;
	color: #fff;
}
.bd_item ul {
	margin-top: 10px;
	font-size: 14px;
}
.bd_item ul li {
	line-height: 26px;
	background: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 12px;
	margin-bottom: 5px;
}
#index a {
	color: #fff;
}
#index a:hover {
	color: #fff;
}
#red {
	color: #F00;
}
/* (公用)页尾 */
.SW_footer {
	width: 100%;
	height: 100%;
	margin-top: 40px;
	background-color: #444;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
	font-size: 13px;
}
.SW_footer .layout {
	width: 960px;
	margin: 0 auto;
}
.ft {
	position: relative;
	padding: 20px 0 5px 0;
	width: 960px;
}
.SW_footer .cp {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
.SW_footer .cp a {
	color: #999;
	text-decoration: none
}
/* (全局) - 迷你导航 */
.sw-mn {
	color: #bbb;
	background-color: #2c2c2c;
	padding: 0 10px;
	font-size: 13px;
}
.sw-mn, .sw-mn-bd, .sw-mn-l, .sw-mn-r {
	height: 30px;
}
.sw-mn li {
	float: left;
	height: 30px;
	line-height: 30px;
}
.sw-mn li em, .sw-mn li span {
	color: #fff;
	padding: 0 5px;
	margin-left: 3px;
	border-radius: 3px;
}
.sw-mn li em {
	border: 1px solid #bbb;
}
.sw-mn li span {
	background-color: #f00;
}
.sw-mn li img {
	width: 30px;
	height: 30px;
	vertical-align: top;
}
.sw-mn a, .sw-mn a:visited {
	display: inline-block;
	float: left;
	padding: 0 10px;
	color: #bbb;
	text-decoration: none;
}
.sw-mn a:hover, .sw-mn a.active {
	color: #fff;
	background-color: #1d1d1d;
	text-decoration: none;
}
.fixed img {
position: fixed;
top: 26%;
right: 0;
z-index: 999;
}