@charset "utf-8";

/* css document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #f0f0f0;
}

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;
}


/*顶部*/

.top {
	width: 100%;
	min-width: 1280px;
	height: 34px;
	border-bottom: 1px solid #ddd;
	background: #e8e8e8;
	float: left;
	position: relative;
	z-index: 3;
}

.top .top-main {
	width: 1200px;
	height: 34px;
	margin: 0 auto;
}

.top .top-main .top-main-left {
	float:right;
}

.top .top-main .top-main-left ul {
	float: left;
}

.top .top-main .top-main-left ul li {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	height: 35px;
}
.top .top-main .top-main-left ul li.line {
	width: 1px;
	height: 15px;
	background: #ccc;
	margin: 10px 12px 0 12px;
}
.top .top-main .top-main-left ul li:hover {
	color: #3367cd;
	text-decoration: underline;
	cursor: pointer;
}

.top .top-main .top-main-right {
	float: left;
}

.top .top-main .top-main-right ul li {
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	height: 35px;
}

.top .top-main .top-main-right ul li.line {
	width: 1px;
	height: 15px;
	background: #ccc;
	margin: 10px 12px 0 12px;
}

.top .top-main .top-main-right ul li:hover {
	color: #3367cd;
	text-decoration: underline;
	cursor: pointer;
}

.top .top-main .top-main-right.login ul li b {
	font-weight: normal;
	color: #3366cc;
}

.top .top-main .top-main-right.login ul li i.no-vip {
	width: 15px;
	height: 15px;
	float: right;
	background: url(../../image/research/index-icon.png) -10px -50px no-repeat;
	margin-top: 9px;
	margin-left: 5px;
}

.top .top-main .top-main-right.login ul li i.vip {
	width: 15px;
	height: 15px;
	float: right;
	background: url(../../image/research/index-icon.png) -80px -50px no-repeat;
	margin-top: 9px;
	margin-left: 5px;
}

.top .top-main .top-main-right.login ul li samp {
	font-family: arial;
}

.banner {
    width: 100%;
    min-width: 1280px;
    height: 82px;
    float: left;
    cursor: pointer;
}
.banner .banner-main {
	width: 1200px;
    height: 82px;
    margin: 0 auto;
}
.banner .banner-main i.banner-close {
    width: 55px;
    height: 20px;
    float: right;
    margin-top: 30px;
    background: url(../../image/match/banner-close.png) no-repeat;
}

