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

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

header {
	height: 135px;
	border-bottom: 1px solid #3758A5;
	overflow: hidden;
	background: rgba(255,255,255,.1)
}

header>.head_bg {
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

header>.head {
	height: 94px;
}

header>.head>.logo {
	max-height: 80px;
}
header>nav{
	height: 40px;
	padding: 5px 0;
}
header>nav>a {
	font-size: 16px;
	color: #FFF !important;
	line-height: 30px;
}

header>nav>a:last-child {
	margin-right: 0;
}

header>nav>a.active {
	border-bottom: 2px solid #FFF;
}

.banner {
	height: 478px;
	overflow: hidden;
}

.banner>.banner_bg {
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.banner>.banner_part {
	height: 100%;
}

.banner>.banner_part>img {
	max-height: 400px;
	max-width: 800px;
}

.banner>.banner_part>.register {
	width: 282px;
	height: 313px;
	padding: 30px 25px;
	background-color: #FFF;
	background-image: url(../images/register.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.banner>.banner_part>.register>input {
	width: 100%;
	height: 36px;
	border: 1px solid #DCDCDC;
	margin-top: 15px;
	padding: 0 15px 0 45px;
}

.banner>.banner_part>.register>input#account {
	background-image: url(../images/account.png);
	background-repeat: no-repeat;
	background-position: 13px center;
}

.banner>.banner_part>.register>input#password {
	background-image: url(../images/password.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.banner>.banner_part>.register>input#vcode {
	background-image: url(../images/vcode.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	padding-right: 100px;
}

.banner>.banner_part>.register>img#checkCode {
	right: 26px;
	top: 167px;
}

.banner>.banner_part>.register>button {
	width: 100%;
	height: 36px;
	border: none;
	background: linear-gradient(-90deg, #195AFF, #487CFF);
	font-size: 14px;
	color: #FFF;
}
.new{
	border: 1px solid #F2F2F2;
}
.news_top{
	width: 100%;
	height: 51px;
	background: url(../images/new_top.png);
	background-size: cover;
	padding: 0 20px;
}
.node_name{
	position: relative;
	font-size: 20px;
	color: #1B5CFF;
	line-height: 30px;
	padding: 10px 0;
	font-weight: 700;
}
.node_name::after{
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #1B5CFF;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.node_more{
	width: 69px;
	height: 19px;
	background: url(../images/node_more.png);
}
.notice{
	width: 100%;
	padding: 20px 10px;
	height: 375px;
}
.notice>.notice_l{
	width: 570px;
	height: 100%;
	overflow: hidden;
}
.notice>.notice_l>a{
	display: block;
	width: 100%;
	height: 100%;
}
.notice>.notice_r{
	width: 580px;
	height: 100%;
	overflow: hidden;
}
.notice>.notice_r>.notice_top{
	width: 100%;
	height: 60px;
	font-size: 20px;
	color: #3758A5;
	line-height: 30px;
	padding-left: 30px;
	background-image: url(../images/new_icon.png);
	background-repeat: no-repeat;
	background-position: 9px 12px;
}
.notice>.notice_r>.notice_list>li{
	width: 100%;
	height: 40px;
	margin-bottom: 5px;
}
.notice>.notice_r>.notice_list>li:last-child{
	margin-bottom: 0;
}
.notice>.notice_r>.notice_list>li>a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0 10px 40px;
	line-height: 20px;
	font-size: 14px;
}
.notice>.notice_r>.notice_list>li>a::before{
	position: absolute;
	content: '';
	width: 12px;
	height: 6px;
	background: url(../images/new_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 17px;
	left: 9px;
}
.notice>.notice_r>.notice_list>li>a>.title{
	width: calc(100% - 90px);
	height: 100%;
	color: #666;
}
.notice>.notice_r>.notice_list>li>a>.time{
	width: 90px;
	height: 100%;
	color: #999;
	text-align: right;
}
.notice>.notice_r>.notice_list>li>a:hover{
	background: linear-gradient(90deg, #F0F7FF, #FFFFFF);
}
.notice>.notice_r>.notice_list>li>a:hover>.title,.notice>.notice_r>.notice_list>li>a:hover>.time{
	color: #3758A5;
}
.policy_list{
	padding: 20px 0;
}
.policy_list>li{
	display: inline-block;
	width: 50%;
	height: 90px;
}
.policy_list>li>a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px 40px 10px 60px;
}
.policy_list>li>a::before{
	position: absolute;
	content: '';
	width: 12px;
	height: 6px;
	background: url(../images/new_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
	top: 17px;
	left: 40px;
}
.policy_list>li>a>.title{
	width: 100%;
	height: 20px;
	font-size: 16px;
	color: #000;
	line-height: 20px;
}
.policy_list>li>a>.desc{
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.policy_list>li>a:hover{
	background: linear-gradient(90deg, #F0F7FF, #FFFFFF);
}
.policy_list>li>a:hover>.title{
	color: #3758A5;
}
.course{
	padding: 20px 0;
	background: #F9F9F9;
}
.node_top{
	width: 100%;
	height: 50px;
	padding: 0 20px;
}
.course_list>li{
	display: inline-block;
	margin-top: 20px;
	margin-right: 20px;
	width: 224px;
	height: 223px;
}
.course_list>li:nth-child(5n) {
	margin-right: 0;
}
.course_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	border: 1px solid transparent;
}
.course_list>li>a>.pic{
	width: 100%;
	height: 140px;
	overflow: hidden;
}
.course_list>li>a>.pic>img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.course_list>li>a .title{
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
}
.course_list>li>a:hover{
	border: 1px solid #3758A5;
}
.course_list>li>a:hover>.pic>img{
	transform: scale(1.15);
}
.course_list>li>a:hover .title{
	color: #3758A5;
}
.question_list{
	width: 100%;
	height: 135px;
	overflow: hidden;
}
.question_list>li{
	display: inline-block;
	width: 280px;
	height: 100%;
	margin-right: 25px;
}
.question_list>li:nth-child(4n) {
	margin-right: 0;
}
.question_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 25px 30px 0 30px;
	border-radius: 2px;
	border: 1px solid  #EEE;
	background: #FAFAFA;
}
.question_list>li>a>.question{
	width: 100%;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	color: #000;
	font-weight: 700;
}
.question_list>li>a>.answer{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.question_list>li>a:hover{
	background: linear-gradient(-90deg, #195AFF, #487CFF);;
}
.question_list>li>a:hover>.question,.question_list>li>a:hover>.answer{
	color: #FFF;
}
.friend_list>li{
	display: inline-block;
	width: 224px;
	height: 80px;
	margin-right: 20px;
}
.friend_list>li:nth-child(5n) {
	margin-right: 0;
}
.friend_list>li>a{
	display: block;
	width: 100%;
	height: 100%;
}
.friend_list>li>a>img{
	width: 100%;
	height: 100%;
}
footer{
	padding: 20px 0;
	border-top: 1px solid #EEE;
	text-align: center;
}
footer>p,footer>p>a{
	font-size: 12px;
	line-height: 16px;
	color: #7F8080;
}
.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  a.active {
	color: #1B5CFF;
}

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

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

.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;
}