body{
	width:1920px;
	height:1080px;
	padding:0;
	margin:0;
}
.main-container{
	position:relative;
	width:100%;
	height:100%;
}
.left-content{
	position:fixed;
	left:0px;
	width:250px;
	height:100%;
	background:#1b2224;
	overflow-y:auto;
	z-index:10;
}
.logo{
	display:block;
	margin:52px auto 18px;
}
.logo-title{
	text-align:center;
	color:#fff;
	font-size:24px;
	margin-bottom:45px;
}
.left-nav{
	width:100%;
	text-align:left;
}
.left-nav li{
	line-height:50px;
	font-size:16px;
}
.left-nav li a{
	display:block;
	height:50px;
	overflow:hidden;
	color:#999;
}
.left-nav>li>a:before{
	content:"";
	float:left;
	width:22px;
	height:22px;
	vertical-align:middle;
	margin:14px 12px 0 21px;
}
/* .left-nav>li>a:after{
	clear:both;
	content:"";
	display:table;
} */
.left-nav>li:nth-child(1)>a:before{
	background:url(../../image/self/service/nav-ico1.png) no-repeat;
}
.left-nav>li:nth-child(2)>a:before{
	background:url(../../image/self/service/nav-ico2.png) no-repeat;
}
.left-nav>li:nth-child(3)>a:before{
	background:url(../../image/self/service/nav-ico3.png) no-repeat;
}
.left-nav>li:nth-child(4)>a:before{
	background:url(../../image/self/service/nav-ico4.png) no-repeat;
}
.left-nav li.on>a{
	color:#fff;
}
.left-nav li.on>a:before{
	background-position:100% 0;
}
.nav-title:after{
	float:right;
	content:"";
	width:0;
	height:0;
	vertical-align:top;
	margin:22px 30px 0 0;
	border-top:6px solid #999;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:none;
}
.left-nav li.on .nav-title:after{
	border-bottom:6px solid #fff !important;
	border-top:none !important;
}
.nav-ul{
	display:none;
}
.nav-ul li a{
	font-size:14px;
	padding-left:55px;
}
.nav-ul li.on>a{
	background:#e50112;
}
.right-content{
	display:block;
	padding:50px 0 0 250px;
	font-size:14px;
}
.content-block{
	display:none;
	margin:0 50px 40px 35px;
}
.content-title{
	overflow:hidden;
	margin-bottom:25px;
}
.content-title h3{
	padding:0 25px;
	font-size:26px;
	display:inline-block;
	height:40px;
	font-family:"MicrosoftYaHei";
	font-weight:normal;
	color:#e50112;
	background:url(../../image/self/title-bg1.png) left top no-repeat,
					url(../../image/self/title-bg2.png) right top no-repeat;
}
.content-title h4{
	padding:0 0 0 25px;
	font-size:22px;
	font-family:"Arial";
	font-weight:normal;
	color:#b4b4b4;
}
.content-box{
	padding:20px 0 0 0;
	text-align:center;
}
.content-box1{
	padding:0 0 0 25px;
	text-align:left;
}
.iframe{
	width:100%;
	height:800px;
}
.study-p{
	font-size:16px;
	color:#313232;
	line-height:24px;
	margin-bottom:55px;
}
.study-ul{
	text-align:justify;
}
.study-ul li{
	display:inline-block;
	width:373px;
	height:270px;
	text-align:center;
	margin-bottom:20px;
}
.study-ul li img{
	height:230px;
	width:373px;
}
.study-ul li p{
	height:40px;
	font-size:14px;
	padding-top:8px;
	line-height:27px;
}
.study-ul2{
	width:850px;
}
.study-ul2 li{
	display:inline-block;
	width:373px;
	height:273px;
	text-align:center;
	margin:0 20px 40px;
	position:relative;
}
.li-top{
	position:absolute;
	width:70px;
	height:70px;
	top:0;
	left:151.5px;
	background:#32afff;
	border-radius:100%;
	border:4px solid #fff;
	color:#fff;
	text-align:center;
	z-index:5;
	overflow:hidden;
}
.li-top font{
	display:block;
	font-size:24px;
	line-height:24px;
	margin-top:11px;
}
.li-top p{
	font-size:12px;
	line-height:20px;
}
.study-ul2 li img{
	position:absolute;
	bottom:0;
	left:0;
	height:230px;
	width:373px;
}
/*考试流程*/
.text-h2{
	font-size:20px;
	line-height:34px;
	margin:10px 0 20px 0;
}
.text-h3{
	display:block;
	font-size:14px;
	color:#666;
	line-height:50px;
	height:50px;
	cursor:pointer;
	background:#eeeeee url(../../image/self/service/ico-triangle.png) 15px center no-repeat;
	margin-bottom:20px;
	padding-left:35px;
}
.text-h3:active,.text-h3:hover{
	color:#fff;
	background:#12a8ff url(../../image/self/service/ico-triangle2.png) 15px center no-repeat !important;
}