*{
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.overf{
	overflow: hidden;
}
.cf:after {
  display: block;
  content: " ";
  clear: both;
}
.topBg{
	background: #fff;
	height: 60px;
}
.top, .footer{
	/*width: 1200px;*/
	margin: auto;
}
.topLogo img{
	margin-top: 10px;
}
/*ul{
	list-style: none;
}
.topNav ul li{
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 14px;
	color: #000;
	position: relative;
}
.topNav ul li .line{
	position: absolute;
	width: 1px;
	height: 14px;
	background: #d1d1d1;
	right: 0;
	top: 24px;
}*/
.contentBg{
	width: 100%;
	background: #fff;
}
.content{
	width: 1200px;
	margin: auto;
	padding-bottom: 50px;
}
.banner img{
	width: 100%;
	display: block;
}

.signInfoBg{
	background: #000142;
	height: 60px;
}
.signInfo img{
	position: absolute;
	left: 0;
	top: 34px;
}
.signInfo{
	color: #fff;
	font-size: 18px;
	padding: 30px 20px 0 30px;
	position: relative;
	display: inline-block;
}
.examInfo .list{
	background: #687FFF;
	width: 580px;
	position: relative;
}
.openBtn{
	position: absolute;
	right: 0;
	top: 0;
}
.examInfo .list span{
	display: inline-block;
}
.examInfo .list .sizeBig{
	color: #fff;
	font-size: 30px;
	height: 134px;
	line-height: 134px;
	width: 180px;
	text-align: center;
}	
.examInfo .list .sizeSmall{
	width: 390px;
}
.mt20{
	margin-top: 20px;
}
.examInfo .list .sizeSmall p{
	font-size: 14px;
	color: #000;
	line-height: 24px;
}
.signStep{
	padding-bottom: 95px;
}
.signStep .title{
	font-size: 28px;
	color: #344fe6;
	text-align: center;
	margin-top: 55px;
	margin-bottom: 20px;
}
.introBg{
	background: url(/resources/img/company/companyIntroBg.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	padding-bottom: 100px;
}
.introLogo{
	position: absolute;
	top: -48px;
	left: 50%;
	margin-left: -48px;
}
.introTitle{
	padding-top: 70px;
	padding-bottom: 20px;
	font-size: 28px;
	color: #fff;
	text-align: center;
}
.introTxt p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	text-indent: 2em;
}
.arrangeContent{
	border-top: 1px dashed #8098FD;
	border-bottom: 1px dashed #8098FD;
	margin: 80px auto;
	padding-bottom: 0;
}
.arrangeContent .timearrange, .arrangeContent .trainarrange{
	padding: 30px 0;
}
.arrangeContent .timearrange{
	width: 40%;
	margin-left: 130px;
}
.list p{
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.list .link a{
	position: relative;
	display: inline-block;
	padding-left: 30px;
}
.list .link a img{
	position: absolute;
	top: 4px;
	left: 0;
}
.arrangeContent .title span{
	display: inline-block;
	color: #687fff;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	padding-right: 34px;
	border: 1px solid #344FE6;
	border-left: 0;
	border-radius: 5px 50px 50px 5px;
	font-weight: 600;
}
.trainarrange{
	border-left: 1px solid #8098FD;
}
.trainarrange .secTitle{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-top: 20px;
	padding-left: 20px;
	position: relative;
}
.trainarrange .secTitle span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #344FE6;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}
.trainarrange .list p{
	padding-left: 20px;
}
.arrangeContent .trainarrange .title, .arrangeContent .trainarrange .list{
	margin-left: 30px;
}
/* footer */
.footerBg{
	background: #464646;
}
.footerTop{
	padding: 10px 0;
	text-align: center;
}
.footer{
	padding-bottom: 20px;
}
.footerTop span{
	display: inline-block;
	padding-left: 20px;
	position: relative;
	color: #fff;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	text-align: center;
	margin-left: 45px;
}
.footerTop span img{
	position: absolute;
	left: 0;
	top: 10px;
}
.footerTxtC{
	text-align: center;
	font-size: 10px;
	color: #fff;
	line-height: 20px;
}