body {
	background: #eee;
}
#container {
	width: 1150px;
	margin: 0 auto;
	padding: 40px 0;
}
#container:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.main {
	width: 800px;
	float: left;
	background: #fff;
	padding: 20px;
}
.main h1, .main h2 {
	font-size: 18px;
	line-height: 25px;
	border-left: #4e6ef2 solid 3px;
	padding-left: 20px;
	font-weight: normal;
	position: relative;
}
.main .kaoyan {
	width: 100%;
	margin: 0 auto;
	height: 380px;
	padding: 20px 0;
}
.main h2 span {
	position: absolute;
	right: 4px;
	top: 2px;
	font-size: 13px;
	color: #999;
}
.main .left {
	float: left;
	height: 350px;
	width: 250px;
}
.main .right {
	float: right;
	height: 350px;
	width: 530px;
}
.main .right dl {
	width: 530px;
	height: 350px;
	border: #ccc solid 1px;
	box-sizing: border-box;
}
.main .right dl dt {
	width: 530px;
	height: 35px;
	line-height: 35px;
}
.main .right dl dt i {
	width: 176px;
	height: 35px;
	float: left;
	text-align: center;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
	box-sizing: border-box;
	cursor: pointer;
	font-style: normal;
}
.main .right dl dt i:last-child {
	border-right: none;
	width: 178px;
}
.main .right dl i.curr {
	border-bottom: none;
	cursor: default;
}
.main .right dl dd {
	width: 530px;
	height: 315px;
	overflow: hidden;
	position: relative;
}
#zx, #gx, #jz {
	width: 2650px;
	height: 315px;
	position: absolute;
	top: 0;
	left: 0;
}
.main .right dl .kc i {
	width: 105px;
}
.main .right dl .kc i:last-child {
	border-right: none;
	width: 110px;
}
.main .right dl dd ul {
	padding: 10px;
	width: 510px;
	height: 295px;
	float: left;
}
.main .right dl dd ul.curr {
	display: block;
}
.main .right dl dd ul li {
	line-height: 30px;
	height: 30px;
}
.main .right dl dd ul li span {
	color: #fff;
	font-size: 8px;
	padding: 2px 5px 2px 8px;
	background: url(../images/common/news.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.main .right dl dd ul li b {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	background: #eee;
	font-weight: normal;
	color: #999;
	border-radius: 50%;
}
.main .right dl dd ul li:nth-child(1) b {
	background: #3357E1;
	color: #fff;
}
.main .right dl dd ul li:nth-child(2) b {
	background: #467CFB;
	color: #fff;
}
.main .right dl dd ul li:nth-child(3) b {
	background: #5E96FC;
	color: #fff;
}
/* guide */

.guide h2 span {
	position: absolute;
	right: 4px;
	top: 2px;
	font-size: 13px;
	color: #999;
}
.guide ul {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	border-top: #CCC solid 1px;
	margin-top: 15px;
}
.guide ul li {
	width: 46%;
	height: 38px;
	line-height: 38px;
	float: left;
	overflow: hidden;
	text-indent: 25px;
	background: url(../images/common/point.png) no-repeat 10px center;
	border-bottom: #CCC dotted 1px;
	margin-right: 60px;
}
.guide ul li:nth-child(2n) {
	margin-right: 0;
}
.sidebar {
	width: 270px;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: 300px;
	background: #fff;
	padding: 5px 15px;
}
.sidebar h3 {
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	height: 60px;
	border-bottom: #999 solid 1px;
	margin-bottom: 10px;
	font-weight: normal;
}
.sidebar ul {
	padding: 5px 0;
	width: 80%;
	margin: 0 auto;
}
.sidebar ul li {
	line-height: 40px;
	height: 40px;
	font-size: 16px;
}
.sidebar ul li {
	cursor: pointer;
	color: #888;
}
.sidebar ul li:hover, .sidebar ul li.curr {
	color: #000;
}
