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

header{
	height: 150px;
	overflow: hidden;
}
header>.head_bg{
	max-height: 120px;
	z-index: -1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
header>.top{
	height: 30px;
	background: #F9FAFA;
	padding: 5px 0;
}
header>.top>p{
	line-height: 20px;
	font-size: 12px;
	color: #999;
}
header>.bottom{
	height: 120px;
}
header>.bottom>.logo{
	max-height: 60px;
}
header>.bottom>form.search{
	width: 260px;
	height: 40px;
	border: 1px solid #FD4024;
	font-size: 0;
}
header>.bottom>form.search>input{
	width: calc(100% - 70px);
	height: 100%;
	border: none;
	padding: 0 15px;
	font-size: 14px;
}
header>.bottom>form.search>button{
	width: 70px;
	height: 100%;
	border: none;
	background: #CC0000;
	color: #FFF;
	font-size: 14px;
}
.menu{
	height: 54px;
	background: linear-gradient(180deg, #CC0000 0%, #AD0B2A 100%);
}
.menu>.menu_list>li{
	display: inline-block;
	height: 100%;
	min-width: 80px;
	text-align: center;
	text-align: center;
}
.menu>.menu_list>li>a{
	display: block;
	padding: 17px 25px;
	line-height: 20px;
	font-size: 16px;
	color: #FFF;
	background: transparent;
}
.menu>.menu_list>li.active>a{
	background: linear-gradient(180deg, #FFFFFF 0%, #FFF4F4 100%);
	color: #CC0000;
	font-weight: bold;
}
.main{
	height: 360px;
	overflow: hidden;
}
.main>.banner_bg{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	z-index: -1;
}
.main>.banner>img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
.main>.register{
	width: 240px;
	height: 300px;
	border-radius: 8px;
	background: rgba(249, 250, 250, .8);
	top: 30px;
	left: calc(50% + 350px);
	z-index: 2;
	padding: 15px;
}
.main>.register>input{
	width: 100%;
	height: 40px;
	background: #FFF;
	border-radius: 5px;
	padding-left: 44px;
	border: none;
	margin-top: 10px;
}
.main>.register>input#account{
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: 12px center;
}
.main>.register>input#password{
	background-image: url(../images/mima.png);
	background-repeat: no-repeat;
	background-position: 12px center;
}
.main>.register>input#vcode{
	background-image: url(../images/yzm.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	padding-right: 100px;
}
.main>.register>#checkCode{
	position: absolute;
	height: 40px;
	right: 15px;
	top: 155px;
	z-index: 2;
}
.main>.register>button{
	width: 100%;
	height: 40px;
	background: #CC0000;
	border-radius: 5px;
	line-height: 40px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	border: none;
}
.main>.register>.link{
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.main>.register>.link>a{
	font-size: 12px;
	color: #333;
}
.main>.register>div>#person{
	border-radius: 50%;
	overflow: hidden;
}
.node_top{
	height: 40px;
}
.node_top>a.more{
	right: 0;
	top: 10px;
}
.video_list>li{
	display: inline-block;
	margin-right: 30px;
	line-height: 20px;
}
.video_list>li>a{
	display: block;
	font-size: 14px;
	color: #666;
	padding: 0px 10px;
	border-radius: 10px;
}
.video_list>li.active>a{
	background: #CC0000;
	color: #FFF;
}
.video_list>li{
	display: inline-block;
	width: 276px;
	height: 185px;
	margin-right: 32px;
}
.video_list>li:nth-child(4n) {
	margin-right: 0;
}
.video_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
}
.video_list>li>a>.pic{
	width: 100%;
	height: 155px;
	border: 1px solid #FFF;
	overflow: hidden;
}
.video_list>li>a>.pic>img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.video_list>li>a>.title{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	width: 100%;
	height: 20px;
	margin-top: 10px;
}
.video_list>li>a:hover>.pic{
	border: 1px solid #CC0000;
}
.video_list>li>a:hover>.pic>img{
	transform: scale(1.15);
}
.video_list>li>a:hover>.title{
	color: #0091FF;
}
.course{
	padding: 30px 0;
	background: #F9FAFA;
}
.course .course_fl>li{
	display: inline-block;
	margin-right: 30px;
	line-height: 20px;
}
.course .course_fl>li>a{
	display: block;
	font-size: 14px;
	color: #666;
	padding: 0px 10px;
	border-radius: 10px;
}
.course .course_fl>li.active>a{
	background: #CC0000;
	color: #FFF;
}
.course .course_list>li{
	display: inline-block;
	width: 276px;
	height: 185px;
	margin-right: 32px;
}
.course .course_list>li:nth-child(4n) {
	margin-right: 0;
}
.course .course_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
}
.course .course_list>li>a>.pic{
	width: 100%;
	height: 155px;
	border: 1px solid #FFF;
	overflow: hidden;
}
.course .course_list>li>a>.pic>img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.course .course_list>li>a>.title{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	width: 100%;
	height: 20px;
	margin-top: 10px;
}
.course .course_list>li>a:hover>.pic{
	border: 1px solid #CC0000;
}
.course .course_list>li>a:hover>.pic>img{
	transform: scale(1.15);
}
.course .course_list>li>a:hover>.title{
	color: #0091FF;
}
.friendLink>.friendLink_top{
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #E4E6E5;
}
.friendLink>.friendLink_top>.title{
	position: relative;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
}
.friendLink>.friendLink_top>.title::before{
	position: absolute;
	content: '';
	width: 5px;
	height: 20px;
	background: #CC0000;
	top: 10px;
	left: -15px;
}
.friendLink>.friendLink_list>li{
	display: inline-block;
	width: 216px;
	height: 70px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.friendLink>.friendLink_list>li:nth-child(5n) {
	margin-right: 0;
}
.friendLink>.friendLink_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
}
.friendLink>.friendLink_list>li>a>img{
	width: 100%;
	height: 100%;
}
.foot{
	padding: 20px 0;
	background: #171E24;
	text-align: center;
}
.foot>p,.foot>p>a{
	font-size: 12px;
	color: #FFF;
	line-height: 16px;
}
.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: #E51E00;
}

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

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

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

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

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

.laypage_main a span {
	padding: 7px 24px;
	border: 1px solid #DDD;
}
.course_fl{
	width: 100%;
	padding: 20px;
	border-radius: 5px;
	background: #F5F5F5;
}
.course_fl>.item{
	display: inline-block;
	font-size: 14px;
	color: #000;
	margin-right: 35px;
}
.course_fl>.item>a{
	color: #999;
}
.course_fl>.item.active>a{
	color: #E51E00;
}
.course_list{
	font-size: 0;
}
.course_list>a{
	display: inline-block;
	margin: 40px 20px 0 0;
	width: 285px;
	height: 243px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	border: 1px solid #EEE;
	transition: all .3s;
}
.course_list>a:nth-child(4n) {
	margin-right: 0;
}
.course_list>a>img.course_img{
	width: 100%;
	height: 153px;
}
.course_list>a>.title{
	height: 40px;
	color: #333;
}
.course_list>a:hover{
	border: 1px solid #E51E00;
}
.course_list>a:hover>.title{
	color: #E51E00;
	font-weight: bold;
}