body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
}

ul,
ol {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

a:hover {
	color: #0096FF;
}

.banner{
	z-index: -1;
	overflow: hidden;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.head{
	height: 185px;
}
.head>.menu_list{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 5px;
	background: rgba(255,255,255,.8);
	padding-left: 285px;
	font-size: 0;
}
.head>.menu_list>li{
	display: inline-block;
	min-width: 85px;
	text-align: center;
	line-height: 20px;
	margin: 0;
}
.head>.menu_list>li>a{
	display: block;
	padding: 15px 5px;
	font-size: 14px;
	color: #2C73CF;
}
.head>.menu_list>.fangkuai_b{
	width: 20px;
	height: 20px;
	background: #2C73CF;
	bottom: -5px;
	right: -5px;
	z-index: 2;
}
.head>.menu_list>.fangkuai_o{
	width: 16px;
	height: 16px;
	background: #E7A152;
	bottom: -5px;
	right: -5px;
	z-index: 3;
}
.head>.logo{
	width: 285px;
	bottom: 5px;
	left: 0;
	z-index: 2;
}
.news_t{
	width: 100%;
	height: 400px;
}
.news_t>.work{
	width: 840px;
	height: 100%;
	background: rgba(255,255,255,.8);
	padding: 15px 0;
}
.news_t>.work>.work_b{
	width: 100%;
	height: 306px;
	padding: 0 38px 0 10px;
}
.news_t>.work>.work_b>.work_b_l{
	width: 213px;
	height: 100%;
}
.news_t>.work>.work_b>.work_b_l>a,.news_t>.work>.work_b>.work_b_l>a>img{
	width: 100%;
	height: 100%;
}
.news_t>.work>.work_b>.work_list{
	width: 543px;
	height: 100%;
}
.news_t>.work>.work_b>.work_list>li{
	width: 100%;
	height: 50px;
	border-bottom: 1px dashed;
}
.news_t>.work>.work_b>.work_list>li:last-child{
	border-bottom: none;
}
.news_t>.work>.work_b>.work_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	font-size: 14px;
	color: #1E214C;
}
.news_t>.register{
	position: relative;
	width: 340px;
	height: 400px;
	background: rgba(255,255,255,.8);
	padding: 35px 25px 0 25px;
}
.news_t>.register>input{
	width: 100%;
	height: 50px;
	background: #FFF;
	padding-left: 55px;
	margin-bottom: 20px;
	border: 1px solid #FFF;
}
.news_t>.register>input#account{
	background-image: url(../images/account.png);
	background-repeat: no-repeat;
	background-position: 22px center;
}
.news_t>.register>input#password{
	background-image: url(../images/password.png);
	background-repeat: no-repeat;
	background-position: 22px center;
}
.news_t>.register>input#vcode{
	background-image: url(../images/vcode.png);
	background-repeat: no-repeat;
	background-position: 22px center;
}
.news_t>.register>#checkCode{
	position: absolute;
	width: 110px;
	height: 50px;
	cursor: pointer;
	right: 25px;
	top: 219px;
}
.news_t>.register>.link{
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.news_t>.register>.link>a.left{
	font-size: 12px;
	color: #0070FF;
}
.news_t>.register>.link>a.right{
	font-size: 12px;
	color: #1E214C;
}
.news_t>.register>button,.news_t>.register>.goLogin{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border: none;
	background: linear-gradient(-3deg, #0096FF, #006FFF);
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.news_b{
	width: 100%;
	height: 350px;
}
.news_b>.news_b_item{
	width: 588px;
	height: 100%;
	background: rgba(255,255,255,.8);
}
.news_b>.news_b_item>.news_list{
	width: 100%;
	padding: 0 20px;
}
.news_b>.news_b_item>.news_list>li{
	width: 100%;
	height: 50px;
	border-bottom: 1px dashed;
}
.news_b>.news_b_item>.news_list>li:last-child{
	border-bottom: none;
}
.news_b>.news_b_item>.news_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0;
	font-size: 14px;
	color: #1E214C;
}
.xian{
	height: 5px;
	background: url(../images/xian.png) 100% 100%;
}
.course{
	padding: 20px 0;
	background: #F9F9F9;
}
.course .course_fl{
	width: 100%;
	font-size: 0;
	border: 1px solid #ECECEC;
	padding: 0 20px;
}
.course .course_fl>li{
	display: inline-block;
	height: 50px;
	margin-right: 50px;
}
.course .course_fl>li>a{
	height: 20px;
	display: block;
	margin: 15px 0;
	padding: 0px 10px;
	font-size: 14px;
	color: #1E214C;
	border-radius: 2px;
}
.course .course_fl>li.active>a{
	background: linear-gradient(-3deg, #0096FF, #006FFF);
	color: #FFF;
}
.course  .course_list{
	font-size: 0;
}
.course  .course_list>a{
	float: left;
	width: 285px;
	height: 290px;
	background: #FFF;
	margin-right: 20px;
}
.course .course_list>a:last-child{
	margin-right: 0;
}
.course .course_list>a>img{
	width: 100%;
	height: 180px;
}
.course .course_list>a>.type{
	font-size: 14px;
	color: #1E214C;
	line-height: 20px;
}
.course .course_list>a>.type::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: transparent;
	border: 2px solid #0096FF;
	border-radius: 50%;
	margin-top: 5px;
	margin-left: -15px;
}
.course .course_list>a>.title{
	line-height: 20px;
	font-size: 16px;
	color: #1E214C;
}
.course .course_list>a>.ks{
	line-height: 20px;
	font-size: 14px;
	color: #1E214C;
}
.recruit_fl{
	width: 100%;
	font-size: 0;
	border: 1px solid #ECECEC;
	padding: 0 20px;
}
.recruit_fl>li{
	display: inline-block;
	height: 50px;
	line-height: 47px;
	margin-right: 50px;
}
.recruit_fl>li>a{
	display: block;
	font-size: 14px;
	color: #1E214C;
}
.recruit_fl>li.active>a{
	border-bottom: 3px solid #0079FF;
}
.recruit_list>a{
	float: left;
	width: 390px;
	height: 130px;
	margin-bottom: 20px;
	margin-right: 15px;
	background: #FFF;
	border: 1px solid #ECECEC;
	padding: 20px 25px;
}
.recruit_list>a:nth-child(3n){
	margin-right: 0;
}
.recruit_list>a>.recruit_top{
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #ECECEC;
}
.recruit_list>a>.recruit_top>.title{
	font-size: 16px;
	color: #1E214C;
	font-weight: 700;
}
.recruit_list>a>.recruit_top>.price{
	color: #E7251C;
}
.more{
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 190px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #B4C7E7;
	font-size: 14px;
	color: #1E214C;
}
.job_list>li{
	float: left;
	width: 390px;
	height: 240px;
	border: 1px solid #ECECEC;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 15px 20px 0;
}
.job_list>li:nth-child(3n) {
	margin-right: 0;
}
.job_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
}
.job_list>li>a>.title{
	font-size: 20px;
	color: #1E214C;
	line-height: 30px;
}
.job_list>li>a>.msg{
	font-size: 14px;
	line-height: 26px;
	color: #1E214C;
}
.fengcai_l{
	width: 470px;
	height: 480px;
	background: url(../images/bg_2.png) 100% 100%;
	padding: 90px 0 0 80px;
}
.fengcai_item{
	width: calc((100% - 470px)/4);
	height: 480px;
}
.fengcai_item>a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.fengcai_item>a>img{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.fengcai_item>a>.content{
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	height: 170px;
	background: rgba(54, 115, 239, .9);
	padding: 25px;
}
.fengcai_item:nth-child(2n)>a>.content{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 170px;
	padding: 25px;
	background: #008BFF;
}
.foot{
	padding: 15px 0;
	background: #FFF;
}
.foot>p,.foot>p>a{
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #1E214C;
}
#phoneModal .modal-header {
	padding: 10px;
}

#phoneModal .modal-body form .phoneModal_item {
	text-align: left;
	margin-bottom: 10px;
	min-height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#phoneModal .modal-body form label {
	font-size: 14px;
	color: #555;
	line-height: 40px;
	margin-right: 10px;
	width: 70px;
	text-align: right;
}

#phoneModal .modal-body form .phoneModal_item input {
	width: 212px;
	height: 38px;
	border-style: none;
	padding: 0 4px;
	border: 1px solid #C8C8C8;
	margin-right: 10px;
	outline: none;
}

#phoneModal .modal-body form .phoneModal_item .msgs {
	display: inline-block;
	width: 104px;
	color: #fff;
	font-size: 12px;
	border: 1px solid #208BF5;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #208BF5;
	cursor: pointer;
}

#phoneModal .modal-body form .phoneModal_item .msgs.msgs1 {
	background: #E6E6E6;
	color: #818080;
	border: 1px solid #CCCCCC;
}

#phoneModal .modal-body form .phoneModal_item:nth-child(4) {
	text-align: center;
}

#phoneModal .modal-body .phoneModal_item button {
	text-align: center;
	width: 50%;
	height: 35px;
	background: #208BF5;
	border: none;
	outline: none;
	border-radius: 15px;
	color: #fff;
}

.select-course-filter {
	width: 1200px;
	margin: 0 auto;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 10px;
	list-style: none;
	border-radius: 4px;
}

.breadcrumb li a {
	color: #333;
}

.breadcrumb .active a {
	color: #1945B8;
}

.work-lf-top {
	width: 100%;
	height: 52px;
	line-height: 50px;
	position: relative;
}

.work-lf-top h3 {
	font-size: 18px;
	color: #1945B8;
	display: inline-block;
	margin-bottom: 0px;
	padding-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;
	border-bottom: 3px solid #1945B8;
}

.policy-bottm-right {
	width: 100%;
}

.work-lf-b-right-text li {
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: #555;
	display: inline-block;
	position: relative;
	border-bottom: 1px dashed #ddd;
}

.b-right-text-matter {
	width: 75%;
}

.b-right-text-span {
	background: url(../images/jt-right.png) no-repeat;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 20px;
	left: 3px;
}

.b-right-text-date {
	margin-right: 5px;
}

.work-lf-b-right-text li:hover .b-right-text-matter,
.work-lf-b-right-text li:hover .b-right-text-date {
	color: #1945B8;
}

.laypage_main {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	clear: both;
	color: #666;
}

.laypage-span-hy {
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid #ddd;
	padding: 6px 12px;
	background-color: #fff;
	margin-right: 8px;
}

.laypageskin_default .laypage_curr {
	background-color: #1945B8;
	border: 1px solid #1945B8;
	color: #fff;
}

.laypage_main a:hover {
	color: #1945B8;
}

.laypage_main a span {
	padding: 7px 24px;
	border: 1px solid #DDD;
}