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

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

a:hover {
	color: #AE0022;
}
header{
	height: 156px;
	overflow: hidden;
}
header>.header_bg{
	z-index: -1;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
header>div>.logo{
	max-height: 126px;
	margin-top: 15px;
}
.menu{
	z-index: 4;
	height: 50px;
	background: url(../images/图层%203.png) no-repeat center;
}
.menu>.menu_list>li{
	display: inline-block;
	min-width: 70px;
	text-align: center;
	height: 100%;
	margin-right: 60px;
}
.menu>.menu_list>li>a{
	display: block;
	padding: 15px 25px;
	line-height: 20px;
	font-size: 16px;
	color: #FFF;
}
.banner{
	height: 423px;
	overflow: hidden;
	margin-top: -38px;
}
.banner>.banner-bg{
	height: 100%;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.banner>.banner-bg>img{
	height: 100%;
}
.banner>.banner_part{
	height: 100%;
	z-index: 2;
}
.banner>.banner_part>.banner_l{
	width: 400px;
	height: 100%;
	padding-top: 155px;
}
.banner>.banner_part>.banner_l>h3{
	color: #000;
}
.banner>.banner_part>.banner_l>h2{
	color: #F13939;
}
.banner>.banner_part>.banner_l>form{
	width: 100%;
	height: 40px;
}
.banner>.banner_part>.banner_l>form>input{
	width: calc(100% - 60px);
	height: 100%;
	background: #FFF;
	padding: 0 20px;
	border: none;
}
.banner>.banner_part>.banner_l>form>button{
	width: 60px;
	height: 100%;
	background: #F13939;
	font-size: 14px;
	color: #FFF;
	border: none;
}
.banner>.banner_part>.banner_l>.search_hot>li{
	display: inline-block;
	margin-right: 10px;
	height: 18px;
	font-size: 14px;
	color: #157BE0;
	margin-top: 20px;
	line-height: 18px;
}
.banner>.banner_part>.banner_l>.search_hot>li>a{
	padding: 0 5px;
	height: 100%;
	display: block;
	background: #AE0022;
	color: #FFF;
	font-size: 12px;
}
.banner>.banner_part>.register{
	height: 354px;
	background: rgba(255,255,255,.9);
	padding: 25px 20px;
	margin-top: 50px;
}
.banner>.banner_part>.register#home{
	/*width: 570px;*/
	width: 310px;
}
.banner>.banner_part>.register#home>.account_login{
	width: 270px;
	height: 100%;
}
.banner>.banner_part>.register#home>.account_login>input{
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	background: #FFF;
	border: none;
	padding: 0 15px 0 50px;
}
.banner>.banner_part>.register#home>.account_login>input#account{
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: 16px center;
}
.banner>.banner_part>.register#home>.account_login>input#password{
	background-image: url(../images/pwd.png);
	background-repeat: no-repeat;
	background-position: 17px center;
}
.banner>.banner_part>.register#home>.account_login>input#vcode{
	background-image: url(../images/vcode.png);
	background-repeat: no-repeat;
	background-position: 16px center;
	padding-right: 130px;
}
.banner>.banner_part>.register#home>.account_login>#checkCode{
	position: absolute;
	height: 50px;
	right: 0;
	top: 160px;
	z-index: 3;
	cursor: pointer;
}
.banner>.banner_part>.register#home>.account_login>button{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #FFF;
	background: linear-gradient(90deg, #AE0022, #D9122B);
	border-radius: 5px;
	border: 1px solid #FFF;
	margin-top: 10px;
}
.banner>.banner_part>.register#home>.huo{
	position: relative;
	width: 20px;
	height: 260px;
	padding: 120px 0;
	text-align: center;
	line-height: 20px;
}
.banner>.banner_part>.register#home>.huo::before{
	position: absolute;
	content: '';
	width: 2px;
	height: 110px;
	top: 0;
	left: 9px;
	background: #C9C9CA;
}
.banner>.banner_part>.register#home>.huo::after{
	position: absolute;
	content: '';
	width: 2px;
	height: 110px;
	bottom: 0;
	left: 9px;
	background: #C9C9CA;
}
.banner>.banner_part>.register#home>.wechat_login{
	width: 200px;
	height: 100%;
	padding-top: 30px;
}
.banner>.banner_part>.register#home>.wechat_login>.code{
	width: 100%;
	height: 100px;
	text-align: center;
}
.banner>.banner_part>.register#home .link{
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.banner>.banner_part>.register#home .link>a.left{
	font-size: 12px;
	color: #AB0009;
}
.banner>.banner_part>.register#home .link>a.right{
	font-size: 12px;
	color: #1E214C;
}
.banner>.banner_part>.register#Login{
	width: 270px;
}
.banner>.banner_part>.register#Login>button{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #FFF;
	background: linear-gradient(90deg, #AE0022, #D9122B);
	border-radius: 5px;
	border: 1px solid #FFF;
	margin-top: 10px;
}
.main{
	background: #FDFDFD;
}
.dynamic{
	height: 50px;
	background: #F0F7FF;
	padding: 15px 0;
}
.dynamic .dynamic_l{
	display: flex;
	width: 200px;
	justify-content: flex-start;
}
.dynamic .dynamic_list{
	width: calc(100% - 200px);
	height: 100%;
}
.dynamic .dynamic_list>li{
	display: inline-block;
	width: 300px;
	height: 20px;
	margin-right: 50px;
	position: relative;
	line-height: 20px;
}
.dynamic .dynamic_list>li:last-child{
	margin-right: 0;
}
.dynamic .dynamic_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dynamic .dynamic_list>li::before{
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
	top: 8px;
}
.course_type>.top{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #C9C9CA;
}
.course_type>.course_type_l{
	width: 100px;
	height: auto;
	padding-top: 10px;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.course_type>.course_type_r{
	width: calc(100% - 100px);
}
.course_type>.course_type_r>li{
	display: inline-block;
	margin-right: 30px;
	height: 50px;
	padding: 10px 0;
}
.course_type>.course_type_r>li:last-child{
	margin-right: 0;
}
.course_type>.course_type_r>li>a{
	display: block;
	padding: 5px 10px;
	font-size: 14px;
	color: #333;
	border-radius: 2px;
}
.course_type>.course_type_r>li.active>a{
	background: #FFF7E7;
	color: #B9131E;
}
.course{
	background: #F7F9FA;
}
.course_list{
	font-size: 0;
}
.course_list>li{
	display: inline-block;
	width: 228px;
	height: 280px;
	background: #FFF;
	margin-right: 15px;
	margin-bottom: 20px;
}
.course_list>li:nth-child(5n) {
	margin-right: 0;
}
.course_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
}
.course_list>li>a>.pic{
	width: 100%;
	height: 170px;
	overflow: hidden;
}
.course_list>li>a>.pic>img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.course_list>li>a:hover>.pic>img{
	transform: scale(1.15);
}
.course_list>li>a>.content>.title{
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #000;
}
.course_list>li>a>.content>.xs{
	background: #FFF0EE;
	border-radius: 13px;
	font-size: 14px;
	color: #E95146;
	line-height: 26px;
	width: 66px;
	text-align: center;
}
.course_list>li>a:hover>.content{
	width: 100%;
	height: calc(100% - 170px);
}
.course_list>li>a:hover>.content>.title{
	color: #AE0022;
}
.news{
	width: 100%;
	height: 410px;
	border: 1px solid #EAEAEA;
	padding: 35px 20px;
	font-size: 0;
}
.news>.item{
	display: inline-block;
	width: calc((100% - 60px)/3);
	height: 100%;
}
.news>.item:nth-child(2){
	margin: 0 30px;
}
.news>.item>.top{
	height: 26px;
}
.news>.item .rank_list>li{
	width: 100%;
	height: 30px;
	margin-bottom: 26px;
}
.news>.item .rank_list>li:last-child{
	margin-bottom: 0;
}
.news>.item .rank_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 40px;
	background: url(../images/num.png) no-repeat;
}
.news>.item .rank_list>li:nth-child(1)>a{
	background-position: 0 0;
}
.news>.item .rank_list>li:nth-child(2)>a{
	background-position: 0 -45px;
}
.news>.item .rank_list>li:nth-child(3)>a{
	background-position: 0 -95px;
}
.news>.item .rank_list>li:nth-child(4)>a{
	background-position: 0 -145px;
}
.news>.item .rank_list>li:nth-child(5)>a{
	background-position: 0 -190px;
}
.news>.item .rank_list>li:nth-child(6)>a{
	background-position: 0 -237px;
}
.news>.item .rank_list>li>a>.title{
	width: calc(100% - 60px);
	height: 100%;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #000000;
}
.news>.item .rank_list>li>a>.hot{
	width: 50px;
	height: 100%;
	background: url(../images/hot.png) no-repeat 0 center;
	font-size: 12px;
	color: #000;
	line-height: 30px;
	padding-left: 15px;
}
.news>.item .rank_list>li>a:hover>.title{
	color: #AE0022;
}
.news>.item .news_list>li{
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	border: 1px solid #EAEAEA;
}
.news>.item .news_list>li:last-child{
	margin-bottom: 0;
}
.news>.item .news_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.news>.item .news_list>li>a>.time{
	width: 50px;
	height: 100%;
	background: #FEF3E6;
	text-align: center;
}
.news>.item .news_list>li>a>.time>p{
	color: #AE0022;
}
.news>.item .news_list>li>a>.title{
	width: calc(100% - 70px);
	height: 40px;
	margin: 5px 0;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 14px;
	color: #000;
	display: -webkit-box;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news>.item .news_list>li>a:hover>.title{
	color: #AE0022;
}
.foot{
	padding: 20px 0;
	background: #000000;
}
.foot>p{
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0;
	color: #666;
}
.foot>p>a{
	color: #666;
}
.select-course-filter {
	width: 1200px;
	margin: 0 auto;
}

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

.breadcrumb li a {
	color: #333;
}

.breadcrumb .active a {
	color: #AE0022;
}

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

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

.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: #AE0022;
}

.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: #AE0022;
	border: 1px solid #AE0022;
	color: #fff;
}

.laypage_main a:hover {
	color: #AE0022;
}

.laypage_main a span {
	padding: 7px 24px;
	border: 1px solid #DDD;
}
	.audio_bg{
		position: relative;
		width: 100%;
		height: 400px;
		background: url(../images/audio_bg.png) 100% 100%;
	}
	.audio_qrcode{
		position: absolute;
		width: 102px;
		height: 102px;
		right: 380px;
		top: 208px;
		z-index: 2;
	}
	.audio_ios{
		position: absolute;
		width: 124px;
		height: 32px;
		right: 238px;
		top: 229px;
		z-index: 2;
	}
	.audio_android{
		position: absolute;
		width: 124px;
		height: 32px;
		right: 238px;
		top: 277px;
		z-index: 2;
	}
	.audio_tip{
		position: absolute;
		width: 102px;
		height: 20px;
		font-size: 12px;
		text-align: center;
		line-height: 20px;
		color: #5F5E5E;
		top: 316px;
		right: 380px;
		z-index: 2;
	}
	.audio_type{
		font-size: 0;
	}
	.audio_type>a{
		display: inline-block;
		width: 100px;
		height: 30px;
		border-radius: 15px;
		border: 1px solid #FFC4C7;
		text-align: center;
		line-height: 30px;
		font-size: 16px;
		color: #AD121A;
		margin-right: 57px;
		margin-bottom: 20px;
	}
	.audio_type>a:nth-child(8n) {
		margin-right: 0;
	}
	.boot_list{
		font-size: 0;
	}
	.boot_list>a{
		display: inline-block;
		width: 222px;
		height: 373px;
		background: #FFFFFF;
		border: 1px solid #ECEEEF;
		border-radius: 10px;
		margin-right: 22px;
		padding: 13px;
	}
	.boot_list>a:last-child{
		margin-right: 0;
	}
	.boot_list>a>img{
		width: 100%;
		height: 285px;
		border-radius: 10px;
		overflow: hidden;
	}