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

header {
	height: 65px;
	overflow: hidden;
	z-index: 2;
}

header>.head {
	height: 100%;
}

header>.head>.logo {
	max-height: 60px;
}

.menu {
	width: 100%;
	height: 44px;
	background: linear-gradient(0deg, #0BBAFB 0%, #4285EC 100%);
	box-shadow: 0px 2px 12px 0px rgba(255, 255, 255, 0.5);
}

.menu>nav {
	height: 100%;
}

.menu>nav>a {
    display: inline-block;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 44px;
    padding: 0px 10px;
    height: 100%;
    margin-right: 10px;
}

.menu>nav>a.active {
	border-bottom: 3px solid #fff;
	border-radius: 2px;
}

.banner {
	height: 186px;
	overflow: hidden;
	z-index: 1;
}

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

.login_Btns>div{
       cursor: pointer;
}

    .login_Btns>div.item {
        width: 76px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 10px;
    }

    .login_Btns>div.item.center {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #004EB3;
        background: #F0F6FC;
        border: 1px solid #D0DFF0;
    }

    .login_Btns>div.item.test {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #D27835;
        background: #FCF5F0;
        border: 1px solid #ECCCB4;
    }

    .login_Btns>div.item.learn {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #006FFF;
        background: #EAF9FA;
        border: 1px solid #B8D3F5;
        box-shadow: 0px 1px 2px 0px rgba(147, 147, 147, 0.25);
    }

.main {
	height: 300px;
}

.main>.register {
	width: 320px;
	height: 100%;
	background: #FAFDFF;
	border: 1px solid #E3E3E3;
}

.main>.register>input,
.main>.register>select {
	width: 100%;
	height: 34px;
	border: 1px solid #DCDCDC;
	padding-left: 40px;
	margin-bottom: 25px;
}

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

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

.main>.register>input#vcode {
	background-image: url(../images/vcode.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

.main>.register>img {
	right: 21px;
	top: 165px;
}

.main>.register button {
    width: 280px;
    height: 40px;
    border: none;
    font-size: 14px;
    color: #FFF;
    border-radius: 24px;
    background: #004EB3;
}

.main>.news {
	width: calc(100% - 350px);
	height: 100%;
}

.main>.news>.news_top {
	width: 100%;
	height: 40px;
}

.main>.news>.news_top>ul>li {
	display: inline-block;
	height: 40px;
}

.main>.news>.news_top>ul>li>a {
	display: block;
	padding: 10px 50px;
	font-size: 16px;
	color: #666;
	line-height: 20px;
	border: 1px solid #999999
}

.main>.news>.news_top>ul>li.active>a {
	border: 1px solid #004EB3;
	background: #004EB3;
	color: #FFF;
}

.main>.news>.news_top>a {
	font-size: 14px;
	color: #004EB3;
	line-height: 40px;
}

.main>.news .news_list>li {
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin-top: 22px;
}

.main>.news .news_list>li::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #8B6098;
	top: 5px;
}

.main>.news .news_list>li>a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	padding-left: 15px;
}

.main>.news .news_list>li>a>.title {
	width: calc(100% - 120px);
	color: #000;
}

.main>.news .news_list>li>a>.time {
	width: 100px;
	color: #666;
	text-align: right;
}

.main>.news .news_list>li>a:hover>.title {
	color: #004EB3;
}

.bgEEF5FA {
	background: #EEF5FA;
}

.node_top {
	position: relative;
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	color: #000;
	text-align: center;
}

.node_top::before {
	position: absolute;
	content: '';
	width: 38px;
	height: 56px;
	top: 0;
	margin-left: -88px;
	background: url(../images/secImage1.png);
}

.node_top::after {
	position: absolute;
	content: '';
	width: 28px;
	height: 24px;
	top: 11px;
	margin-left: 36px;
	background: url(../images/secImage2.png);
}

.course_top {
	width: 100%;
	height: 20px;
}

.course_top>ul>li {
	display: inline-block;
	margin-right: 30px;
	height: 100%;
}

.course_top>ul>li>a {
	position: relative;
	display: block;
	height: 100%;
	line-height: 20px;
	padding: 0 15px;
	font-size: 16px;
	color: #000;
}

.course_top>ul>li>a::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 18px;
	background: url(../images/course_icon.png);
	left: 0;
	top: 1px;
	display: none;
}

.course_top>ul>li.active>a {
	color: #0C9BD4;
}

.course_top>ul>li.active>a::before {
	display: block;
}

.course_top>a {
	font-size: 14px;
	color: #004EB3;
	line-height: 40px;
}

.course_list>li {
	display: inline-block;
	width: 220px;
	height: 128px;
	margin-right: 20px;
	border: 1px solid #004EB3;
        border-radius: 6px;
}

.course_list>li:last-child(5n) {
	margin-right: 0;
}

.course_list>li>a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.course_list>li>a>img {
	width: 100%;
	height: 100%;
	transition: all .3s;
        border-radius: 6px;
}

.course_list>li>a:hover>img {
	transform: scale(1.15);
}

.education_list>li {
	width: 112px;
	height: 157px;
	margin-right: 128px;
	display: inline-block;
}

.education_list>li:nth-child(5n) {
	margin-right: 0;
}

.education_list>li>a {
	display: block;
	width: 100%;
	height: 100%;
}


.education_list>li>a>.title {
	width: 100%;
	height: 20px;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	color: #000;
}
.education_list>li>a:hover>.title {
	color: #004EB3;
}
.select-course-filter-wrap {
	font-size: 18px;
	padding-top: 18px;
	line-height: 20px;
	display: table;
	width: 100%;
	border-radius: 5px;
}

.filter-type {
	display: table-row;
}

.filter-type-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	vertical-align: top;
	display: table-cell;
	color: rgb(173, 173, 173);
	width: 60px;
	padding-top: 5px;
	font-size: 18px;
}

.filter-item-wrap {
	display: table-cell;
}

.filter-item {
	float: left;
	font-size: 16px;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
	height: 35px;
	width: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.filter-item.current>a {
	color: rgb(77, 131, 239);
}

.filter-item:hover {
	color: #F94F2D;
}

.filter-item.current {
	color: rgb(74, 129, 239);
	background: rgb(232, 239, 253);
	border-radius: 24px;
}

.course_sec {
	width: 100%;
	padding: 10px 20px;
	border-radius: 10px;
	background: #E2E2E2;
}
footer{
	height: 103px;
	background: url(../images/sdydyFooterBg.png) no-repeat center;
	padding-top: 30px;
}
footer>p,footer>p>a{
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
}
.course_sec>li {
	display: inline-block;
	margin-right: 30px;
}

.course_sec>li:last-child {
	margin-right: 0;
}

.course_sec>li>a {
	font-size: 16px;
}

.course_sec>li.active>a {
	color: #1658A0;
}

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

.work-lf-top {
	width: 100%;
	line-height: 50px;
	position: relative;
        display: flex;
        justify-content: space-between;
        height: 100%;
}

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

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

.node_top_container {
	display: flex;
	justify-content: center;
	align-items: center;

}

.node_top_container>.left_img {
	width: 38px;
	height: 56px;
}

.node_top_container>.right_img {
	width: 28px;
	height: 24px;
}

.node_top>.small_title>span {
	color: rgb(85, 68, 90);
	font-size: 20px;
	font-weight: bold;
}

.node_top>.small_title>span.small_title_text {
	color: #2E3242;
	padding: 10px 10px;
	font-size: 18px;
	font-weight: 400;
}
        .tab-content>.course_list>li>a>.hot_course {
            background: red;
            width: 112px;
            height: 25px;
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            border-top-left-radius: 10px;
            border-bottom-right-radius: 45px;
        }

        .tab-content>.course_list>li>a>.hot_course>p {
            font-size: 15px;
            color: #fff;
            font-weight: bold;
        }