@charset "utf-8";

/* css document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	border: 0px;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: 1px;
	border-collapse: collapse;
}


/*专题页顶部*/

.zt-top {
	width: 100%;
	min-width: 1280px;
	height: 47px;
	background: url(../image/top-bg.png) repeat-x;
	float: left;
	position: relative;
	z-index: 2;
}

.zt-top .zt-top-main {
	width: 1200px;
	height: 47px;
	margin: 0 auto;
}

.zt-top .zt-top-main .logo {
	float: left;
}

.zt-top .zt-top-main .logo img {
	margin-top: 8px;
	float: left;
}

.zt-top .zt-top-main .logo p {
	float: left;
	font-size: 18px;
	color: #999;
	line-height: 43px;
	padding-left: 20px;
}

.zt-top .zt-top-main .nav {
	float: right;
}

.zt-top .zt-top-main .nav ul {
	float: left;
}

.zt-top .zt-top-main .nav ul li {
	font-size: 14px;
	height: 47px;
	line-height: 43px;
	float: left;
	color: #6e6e6e;
}

.zt-top .zt-top-main .nav ul li:hover {
	cursor: pointer;
	color: #3367cd;
	text-decoration: underline;
}

.zt-top .zt-top-main .nav ul li.line {
	width: 1px;
	height: 15px;
	background: #ccc;
	margin: 15px 10px 0 10px;
}

.zt-top .zt-top-main .nav ul li.web-site {
	width: 94px;
	background: none;
	margin-left: -5px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.zt-top .zt-top-main .nav ul li.web-site:hover {
	background: #fff;
	cursor: pointer;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #6e6e6e;
	text-decoration: none;
}

.zt-top .zt-top-main .nav ul li.web-site:hover .sub-nav {
	display: block;
}

.zt-top .zt-top-main .nav ul li.web-site i.site {
	width: 11px;
	height: 14px;
	float: left;
	background: url(../image/top-icon.png) -10px -10px no-repeat;
	margin: 15px 5px 0 5px;
}

.zt-top .zt-top-main .nav ul li.web-site i.triangle {
	width: 7px;
	height: 4px;
	float: right;
	background: url(../image/top-icon.png) -50px -10px no-repeat;
	margin: 20px 5px 0 5px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav {
	width: 500px;
	height: 165px;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: -407px;
	position: relative;
	z-index: -1;
	margin-top: 3px;
	display: none;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate {
	float: left;
	height: 130px;
	width: 94px;
	margin-top: 25px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate.border {
	width: 94px;
	border-right: 1px solid #ccc;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate.border.xjy {
	width: 115px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate.border.xjy h6 {
	text-align: left;
	padding-left: 18px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate.border h6 {
	text-align: center;
	font-weight: bold;
	color: #3399ff;
	font-size: 14px;
	line-height: 12px;
	padding-bottom: 12px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate dl {
	width: 90px;
	float: left;
	margin-left: 19px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate dl dd {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 27px;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate dl dd a {
	font-size: 14px;
	color: #666;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate dl dd a:hover {
	color: #3399ff;
	text-decoration: underline;
}

.zt-top .zt-top-main .nav ul li.web-site .sub-nav .plate.no-border h6 {
	width: 200px;
	font-weight: bold;
	color: #3399ff;
	font-size: 14px;
	line-height: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
}

.zt-top .zt-top-main .nav.login ul li b {
	font-weight: normal;
	color: #3366cc;
}

.zt-top .zt-top-main .nav.login ul li i.no-vip {
	width: 15px;
	height: 15px;
	float: right;
	background: url(../image/top-icon.png) -10px -50px no-repeat;
	margin-top: 16px;
	margin-left: 5px;
}

.zt-top .zt-top-main .nav.login ul li i.vip {
	width: 15px;
	height: 15px;
	float: right;
	background: url(../image/top-icon.png) -50px -50px no-repeat;
	margin-top: 15px;
	margin-left: 5px;
}

.zt-top .zt-top-main .nav.login ul li samp {
	font-family: arial;
}


/*底部*/

.footer {
	width: 100%;
	min-width: 1280px;
	height: 230px;
	background: #363636;
	float: left;
	border-top: 2px solid #3366cc;
}

.footer .footer-main {
	width: 1200px;
	height: 230px;
	margin: 0 auto;
}

.footer .footer-main .footer-top {
	width: 100%;
	float: left;
	margin-top: 25px;
}

.footer-top ul {
	float: left;
	width: 920px;
}

.footer-top ul li {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px;
}

.footer-top ul li samp {
	float: left;
}

.footer-top ul li a {
	float: left;
	color: #fff;
}

.footer-top ul li a:hover {
	text-decoration: underline;
}

.footer-top ul li a.line {
	width: 1px;
	height: 13px;
	background: #fff;
	margin: 2px 10px 0 10px;
}

.footer .footer-main .footer-top .footer-top-line {
	width: 100%;
	height: 2px;
	float: left;
	background: url(../image/footer-line.png) repeat-x;
}

.footer .footer-main .footer-top .code {
	float: right;
}

.footer-top .code p {
	width: 96px;
	height: 96px;
	float: left;
	margin-left: 25px;
}

.footer-top .code p img {
	width: 79px;
	height: 79px;
	margin: 0 auto;
	display: block;
}

.footer-top .code p em {
	font-style: normal;
	font-family: "宋体";
	font-size: 12px;
	color: #939393;
	text-align: center;
	display: block;
	padding-top: 8px;
}

.footer .footer-main .footer-bottom {
	width: 100%;
	float: left;
}

.footer .footer-main .footer-bottom p {
	font-size: 12px;
	color: #939393;
	line-height: 40px;
}