﻿@charset "UTF-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button, select {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input, button {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}

button {
    cursor: pointer;
    background: transparent;
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
    background: transparent;
}

textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    outline-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
    font: 14px/150% "微软雅黑" !important;
    color: #000;
    background-color: #f2f2f2;
    padding-top: 144px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

em, i, u {
    font-style: normal;
    text-decoration: none;
}

.inner {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}


.add1{
    overflow: hidden;
}
.add1 a{
    float: left;
    width: 49%;
    height:66px;
    text-align: center;
    border: 1px solid #f0f0f0;
    padding: 1px 0px;
    font-size: 12px;
    color: #999999;
    display: block;
}
.add1 a:hover{
    background: #f0f0f0;
}
.add1 a img{
    display: block;
    width: 70px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2px;
}
.add1 a:nth-child(2n){
    border-left: none;
}
.add1 a:nth-child(1),.add1 a:nth-child(2),.add1 a:nth-child(3),.add1 a:nth-child(4){
    border-bottom: none;
}

/* 设置滚动条的样式 */

.scrollbar::-webkit-scrollbar {
    width: 4px;
}

/* 滚动槽 */

.scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* 滚动条滑块 */

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

.scrollbar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.4);
}

/* index */

.header {
    width: 100%;
    height: 144px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header_info {
    height: 104px;
}

.header_logo {
    float: left;
    height: 104px;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}

.header_logo img {
    display: inline-block;
    height: 44px;
    margin: 30px 20px 30px 0px;
    vertical-align: middle;
}

.kf_num {
    float: right;
    overflow: hidden;
}

.kf_num img {
    float: left;
    width: 36px;
    height: 36px;
    margin: 34px 10px 0 0;
}

.kf_num_con {
    float: left;
    padding-top: 34px;
}

.kf_num_con h3 {
    font-size: 14px;
    line-height: 15px;
    color: #33334D;
}

.kf_num_con p {
    margin-top: 2px;
    font-size: 20px;
    line-height: 20px;
    color: #33334D;
}

.header_search {
    float: right;
    margin-right: 30px;
    overflow: hidden;
    margin-top: 32px;
    border: 1px solid #1FACFF;
    padding-left: 20px;
}

.header_search img {
    float: left;
    height: 12px;
    margin: 14px 10px 0 0;
}

.header_search input {
    float: left;
    font-size: 14px;
    line-height: 38px;
    color: #000000;
    width: 200px;
}

.header_search input ::placeholder {
    color: #B8B8B8;
}

.header_search button {
    float: left;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    width: 75px;
    text-align: center;
    background-color: #1FACFF;
}

.header_search button:hover {
    background-color: #1090dc;
}

.header_bottom {
    background-color: #06355B;
}

.header_bottom .nav li {
    float: left;
    width: 120px;
}

.header_bottom .nav li > a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: relative;
}

.header_bottom .nav li:nth-child(1) {
    width: 81px;
}

.header_bottom .nav li:nth-child(1) > a {
    text-align: left;
}

.header_bottom .nav li > a::after {
    content: "";
    width: 1px;
    height: 8px;
    background-color: #486B87;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
}

.header_bottom .nav li:last-child > a::after {
    display: none;
}

.index_banner {
    height: 362px;
    position: relative;
}

.index_banner .inner {
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 9;
}

.index_banner_nav {
    float: left;
    width: 190px;
    height: 362px;
    background-color: #fff;
    position: relative;
}

.index_banner_nav > i {
    content: "";
    width: 720px;
    height: 362px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -720px;
    z-index: 9;
    border-left: 1px solid #f2f2f2;
    display: none;
}

.index_banner_nav > li {
    position: relative;
    z-index: 99;
}

.index_banner_nav > li > a {
    display: block;
    font-size: 14px;
    line-height: 44.5px;
    color: #33334D;
    font-weight: bold;
    border-bottom: 1px solid #F2F2F2;
    padding: 0 20px;
    background: url('../../images/school/right.png') no-repeat right center;
    background-size: 8px 12px;
    background-origin: content-box;
}

.index_banner_nav > li > a img {
    width: 18px;
    height: 18px;
    margin: -3px 12px 0 0;
}

.index_banner_nav > li > a:hover {
    color: #1FACFF;
}

.index_banner_nav_con {
    display: none;
    width: 720px;
    max-height: 362px;
    overflow-y: auto;
    position: absolute;
    right: -720px;
    z-index: 9;
}

.index_banner_nav_con.po {
    position: absolute;
    top: 50%;
}

.index_banner_nav_con.po2 {
    position: absolute;
    bottom: 50%;
}

.index_banner_nav_con li {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
}

.index_banner_nav_con li > a {
    float: left;
    width: 166px;
    font-size: 14px;
    color: #33334d;
    font-weight: bold;
    padding: 0 18px;
    padding-top: 8px;
    box-sizing: border-box;
}


.index_banner_nav_list {
    float: left;
    width: 540px;
    overflow: hidden;
    padding: 2px 0px;
}

.index_banner_nav_list a {
    float: left;
    font-size: 14px;
    line-height: 34px;
    color: #9fa19f;
    text-align: center;
    position: relative;
    padding: 0px 10px;
}

.index_banner_nav_list a::before {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #e3e3e3;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}

.index_banner_nav_con li > a:hover, .index_banner_nav_list a:hover {
    color: #1FACFF;
}

.index_banner_nav li:hover .index_banner_nav_con {
    display: block;
}


.index_banner_con {
    padding-left: 240px;
    padding-top: 17px;
    color: #fff;
    box-sizing: border-box;
}

.index_banner_con h2 {
    font-size: 12px;
    line-height: 54px;
    font-weight: bold;
    margin-bottom: 19px;
    position: relative;
}

.index_banner_con h2::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index_banner_con h3 {
    font-size: 46px;
    line-height: 46px;
    font-weight: bold;
    margin-top: 7px;
}

.index_banner_con h4 {
    font-size: 14px;
    line-height: 34px;
    color: #CEE1FA;
    width: 336px;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 18px;
    font-weight: bold;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.index_banner_con a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    font-weight: bold;
    width: 190px;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: 35px;
    background: linear-gradient(0deg, #FFE863, #FFF5B4);
}

.index_banner_con a:hover {
    background: linear-gradient(0deg, #f3d513, #FFF5B4);
}

.index_banner_con a img {
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 17px;
}

.banner_login {
    float: right;
    width: 230px;
    height: 320px;
    background-color: #fff;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 20px;
}

.banner_login_tit {
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    color: #33334D;
    font-weight: bold;
    border-bottom: 1px solid #F0F0F0;
    position: relative;
}

.banner_login_tit::after {
    content: "";
    width: 10px;
    height: 4px;
    background-color: #1FACFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.banner_login_form {
    padding: 10px 0 8px;
}

.banner_login_form li {
    overflow: hidden;
    background-color: #FAFAFA;
    border: 1px solid #f0f0f0;
    margin-top: 10px;
    padding: 0 19px;
}

.banner_login_form li img {
    float: left;
    width: 16px;
    height: 16px;
    margin: 14px 11px 0 0;
}

.banner_login_form li input {
    float: left;
    width: 123px;
    font-size: 12px;
    line-height: 40px;
    color: #000;
}

.banner_login_form li input::placeholder {
    color: #999999;
}

.banner_login > button {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 43px;
    color: #1FACFF;
    background-color: #EAF4FF;
    margin-top: 4px;
}

.banner_login > button.on {
    color: #fff;
    background-color: #1FACFF;
}

.banner_login_tips a {
    float: left;
    font-size: 12px;
    line-height: 49px;
    color: #999999;
}

.banner_login_tips a:last-child {
    float: right;
}

.banner_login_tips a:hover {
    color: #1FACFF;
    text-decoration: underline;
}

.index_swiper {
    height: 360px;
}

.index_swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.index_swiper .swiper-slide > img {
    width: 1920px;
    height: 360px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.index_banner_con2 {
    text-align: right;
    padding-right: 270px;
}

.index_banner_con2 h2::after {
    left: 98%;
}

.index_banner_con2 a {
    float: right;
    text-align: left;
}

.index_banner_con2_list {
    display: inline-block;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    overflow: hidden;
    width: 336px;
    margin-top: 20px;
}

.index_banner_con2_list li {
    float: left;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    width: 25%;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.index_banner_con2_list li img {
    float: left;
    width: 20px;
    height: 20px;
    margin: 7px 9px 0 0;
}

.index_banner_con h5 {
    font-size: 8px;
    line-height: 12px;
    color: #CEE1FA;
    margin-top: 28px;
    letter-spacing: 20px;
}

.index_banner_con3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.index_banner_con3 h2::after {
    left: 50%;
    margin-left: -7.5px;
}

.index_banner_con3 h4 {
    margin: 20px auto 0;
}

.index_banner_con3 h5 {
    margin-top: 18px;
}

.index_banner_con3_list {
    margin-top: 50px;
}

.index_banner_con3_list li {
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    height: 50px;
    width: 138px;
    text-align: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 10px;
}

.index_banner_con3_list li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.index_content {
    padding-top: 1px;
    position: relative;
}

.inner_bg {
    width: 100%;
    height: 211px;
    background: linear-gradient(0deg, #F2F2F2, #D9F1FF);
    position: absolute;
    top: 0;
    left: 0;
}

.index_content .inner {
    position: relative;
    z-index: 1;
}

.characteristics_nav {
    background-color: #fff;
    margin-top: 18px;
}

.characteristics_nav li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0 3px;
    transition: all .5s;
    cursor: pointer;
}

.characteristics_nav li img {
    width: 28px;
    height: 28px;
}

.characteristics_nav li p {
    font-size: 14px;
    line-height: 48px;
    color: #9FA19F;
}

.characteristics_nav li:hover {
    padding-top: 10px;
}

.train_classify {
    padding: 30px 0 0 0;
}

.title {
    border-bottom: 1px solid #DEDEDE;
}

.title h3 {
    float: left;
    font-size: 24px;
    line-height: 64px;
    color: #262626;
    position: relative;
}

.title h3::after {
    content: "";
    width: 20px;
    height: 4px;
    background-color: #1FACFF;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.title h3 span {
    font-size: 12px;
    color: #9FA19F;
    font-weight: bold;
    margin-left: 8px;
}

.title a {
    float: right;
    font-size: 14px;
    line-height: 64px;
    color: #999999;
    padding-right: 23px;
    background: url('../../images/school/more.png') no-repeat right center;
    background-size: 14px 14px;
}

.train_classify_list a {
    float: left;
    margin: 20px 20px 0 0;
    width: 224px;
    height: 240px;
    background-color: #fff;
}

.train_classify_list a:nth-child(5n) {
    margin-right: 0;
}

.train_classify_list_img {
    overflow: hidden;
    position: relative;
}

.train_classify_list_img > img {
    width: 100%;
    height: 166px;
    transition: all .5s;
    border-radius: 10px;
}

.train_classify_list_img span {
    display: block;
    /*font-size: 18px;*/
    line-height: 21px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 28px;
    height: 45px;
    box-sizing: border-box;
    padding-top: 1.5px;
    position: absolute;
    top: 0;
    right: 30px;
}

.train_classify_list_img span.blue {
    background-color: rgba(101, 134, 255, .95);
}

.train_classify_list_img span.yellow {
    color: #06355B;
    background-color: rgba(255, 219, 109, .95);
}

.train_classify_list_img p {
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    box-sizing: border-box;
    padding: 5px 0;
}

.train_classify_list_img p i {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #06355B;
    font-weight: bold;
    width: 185px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.train_classify_list a p {
    font-size: 14px;
    /*line-height: 74px;*/
    color: #33334D;
    font-weight: bold;
    padding: 5px 20px;
    box-sizing: border-box;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}

.train_classify_list a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.train_classify_list a:hover .train_classify_list_img > img {
    transform: scale(1.1);
}

.train_classify_list a:hover > p {
    color: #1facff;
}

.tit {
    text-align: center;
    padding: 58px 0 11px;
}

.tit h2 {
    font-size: 12px;
    line-height: 12px;
    color: #1FACFF;
    font-weight: bold;
}

.tit h3 {
    font-size: 26px;
    line-height: 42px;
    color: #15161C;
    padding-bottom: 3px;
    background: url('../../images/school/line1.png') no-repeat center bottom;
    background-size: 100% 3px;
}

.tit p {
    font-size: 8px;
    line-height: 24px;
    color: #999999;
}

.flow_path {
    padding-bottom: 60px;
}

.flow_path_list {
    background-color: #fff;
    padding: 30px 0;
}

.flow_path_list li {
    float: left;
    width: 14.285%;
    text-align: center;
    position: relative;
    height: 135px;
}

.flow_path_list li:nth-child(2) {
    animation-delay: .1s;
}

.flow_path_list li:nth-child(3) {
    animation-delay: .2s;
}

.flow_path_list li:nth-child(4) {
    animation-delay: .3s;
}

.flow_path_list li:nth-child(5) {
    animation-delay: .4s;
}

.flow_path_list li:nth-child(6) {
    animation-delay: .5s;
}

.flow_path_list li:nth-child(7) {
    animation-delay: .6s;
}

.flow_path_list li::after {
    content: "";
    width: 16px;
    height: 12px;
    background: url('../../images/school/zhi.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 35px;
    right: 3px;
}

.flow_path_list li:last-child::after {
    display: none;
}

.flow_path_list li h3 {
    width: 80px;
    line-height: 80px;
    background: #1FACFF;
    margin: 0 auto;
    height: 80px;
}

.flow_path_list li h3 img {
    width: 34px;
    height: 34px;
    margin-top: 23px;
}

.flow_path_list li h4 {
    font-size: 16px;
    line-height: 16px;
    color: #33334D;
    margin-top: 20px;
}

.flow_path_list li p {
    font-size: 12px;
    line-height: 12px;
    color: #A4A4A4;
    margin-top: 7px;
}

.security {
    height: 400px;
    background: url('../../images/school/bg2.png') no-repeat center top;
    background-size: 1920px 100%;
    box-sizing: border-box;
    padding-top: 48px;
    color: #fff;
}

.security h2 {
    font-size: 12px;
    line-height: 32px;
    color: #CEE1FA;
    font-weight: bold;
}

.security h3 {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    margin: 10px 0 18px;
}

.security h4 {
    font-size: 14px;
    line-height: 34px;
    font-weight: bold;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    width: 376px;
    text-align: center;
    letter-spacing: 14px;
}

.security_list {
    margin-top: 86px;
}

.security_list li {
    float: left;
    width: 118px;
    height: 50px;
    box-sizing: border-box;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
}

.security_list li img {
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
}

.Courseware {
    padding-bottom: 40px;
}

.Courseware_list a {
    float: left;
    margin: 20px 20px 0 0;
    width: 224px;
    height: 316px;
    background-color: #fff;
}

.Courseware_list a:nth-child(5n) {
    margin-right: 0;
}

.Courseware_list_img {
    overflow: hidden;
}

.Courseware_list_img img {
    width: 100%;
    height: 166px;
    transition: all .5s;
}

.Courseware_list_con {
    padding: 20px 20px 0;
}

.Courseware_list_con h3 {
    font-size: 14px;
    line-height: 14px;
    color: #33334D;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Courseware_list_con p {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 14px;
}

.Courseware_list_con_bottom {
    margin-top: 20px;
    border-top: 1px solid #F2F2F2;
    padding-top: 20px;
    overflow: hidden;
}

.Courseware_list_con_bottom button {
    float: left;
    font-size: 12px;
    line-height: 30px;
    width: 44px;
    color: #1FACFF;
    text-align: center;
    background: #F2FAFF;
    border: 1px solid #1FACFF;
    box-sizing: border-box;
}

.Courseware_list_con_bottom span {
    float: right;
    font-size: 12px;
    line-height: 30px;
    color: #999999;
}

.Courseware_list a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.Courseware_list a:hover .Courseware_list_img img {
    transform: scale(1.1);
}

.Courseware_list a:hover .Courseware_list_con_bottom button {
    color: #fff;
    background: #1FACFF;
}

.information {
    background-color: #fff;
    padding: 37px 0 34px;
}

.information .title {
    padding: 0 20px;
}

.information .title a {
    line-height: 56px;
}

.information .title p {
    float: left;
    font-size: 16px;
    line-height: 56px;
    color: #999999;
    margin-right: 39px;
    cursor: pointer;
    position: relative;
}

.information .title p.on {
    font-size: 24px;
    color: #262626;
}

.information .title p.on::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #1FACFF;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.information_list {
    padding-left: 20px;
    display: none;
}

.information_list.active {
    display: block;
}

.information_list a {
    float: left;
    margin: 20px 20px 0 0;
    width: 216px;
}

.information_list_img {
    overflow: hidden;
}

.information_list_img img {
    width: 100%;
    height: 135px;
    transition: all .5s
}

.information_list a h3 {
    font-size: 14px;
    line-height: 18px;
    color: #33334D;
    height: 36px;
    margin-top: 18px;
}

.information_list a p {
    font-size: 14px;
    line-height: 48px;
    color: #999999;
}

.information_list a:hover .information_list_img img {
    transform: scale(1.1);
}

.information_list a:hover h3 {
    color: #1FACFF;
}

.expert_style {
    padding: 40px 0 60px;
}

.expert_style_list li {
    float: left;
    width: 224px;
    height: 352px;
    margin: 20px 20px 0 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
}

.expert_style_list li:nth-child(5n) {
    margin-right: 0;
}

.expert_style_list_img {
    overflow: hidden;
}

.expert_style_list_img img {
    width: 100%;
    height: 156px;
    transition: all .5s;
}

.expert_style_list_con {
    padding: 0 10px;
}

.expert_style_list_con h3 {
    font-size: 14px;
    line-height: 52px;
    color: #33334D;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #F2F2F2;
}

.expert_style_list_con p {
    width: 204px;
    height: 123px;
    background: #F8F9FB;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    text-indent: 2em;
    box-sizing: border-box;
    padding: 14px 28px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.expert_style_list li:hover {
    border-color: #1FACFF;
}

.expert_style_list li:hover .expert_style_list_img img {
    transform: scale(1.1);
}

.choice {
    height: 310px;
    background: url('../../images/school/bg3.png') no-repeat center top;
    background-size: 1920px 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 44px;
    color: #fff;
}

.choice h2 {
    font-size: 12px;
    line-height: 40px;
    color: #CEE1FA;
    font-weight: bold;
    position: relative;
}

.choice h2::after {
    content: "";
    width: 15px;
    height: 2px;
    background: #CEE1FA;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
}

.choice h3 {
    font-size: 36px;
    line-height: 74px;
    font-weight: bold;
}

.choice h4 {
    font-size: 12px;
    line-height: 12px;
    color: #CEE1FA;
    letter-spacing: 20px;
}

.choice a {
    display: block;
    font-size: 14px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 170px;
    height: 50px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 38px auto 0;
}

.link {
    background: #F8F9FB;
}

.link_tit {
    background-color: #fff;
    font-size: 14px;
    line-height: 40px;
    color: #33334D;
    font-weight: bold;
}

.link_tit img {
    float: left;
    width: 16px;
    height: 8px;
    margin: 17px 10px 0 0;
}

.link_list {
    padding: 31px 0;
}

.link_list a {
    float: left;
    width: 171.42px;
    position: relative;
    font-size: 14px;
    line-height: 32px;
    color: #999999;
    box-sizing: border-box;
    padding-left: 39px;
}

.link_list a::after {
    content: "";
    width: 1px;
    height: 6px;
    background: #DFDFE1;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3px;
}

.link_list a.auto {
    width: auto;
}

.link_list a.last::after, .link_list a:nth-child(7n)::after {
    display: none;
}

.link_list a:nth-child(1), .link_list a:nth-child(8), .link_list a:nth-child(15) {
    padding-left: 0;
}

.link_list a:hover {
    color: #1FACFF;
    text-decoration: underline;
}

.footer {
    background: #06355B;
}

.footer_top {
    padding: 48px 0 67px;
}

.footer_top_list li {
    float: left;
    width: 572px;
}

.footer_top_list li:nth-child(2) {
    width: auto;
}

.footer_top_list li:nth-child(3) {
    float: right;
    width: auto;
}

.footer_top_list li h3 {
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    opacity: .8;
}

.footer_top_list li a {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: 20px;
    color: #fff;
    opacity: .4;
}

.footer_top_list li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer_top_list li h4 {
    font-size: 14px;
    line-height: 16px;
    color: #6A869D;
    margin-top: 8px;
}

.footer_top_list li h4 img {
    width: 16px;
    height: 16px;
    margin-right: 9px;
}

.footer_top_list li h5 {
    font-size: 18px;
    line-height: 28px;
    color: #6A869D;
    font-weight: bold;
}

.footer_top_list li p {
    font-size: 12px;
    line-height: 46px;
    color: #6A869D;
}

.footer_top_con {
    margin-top: 122px;
}

.footer_top_con_left {
    float: left;
}

.footer_logo {
    display: block;
    height: 42px;
    color: #ffffff;
    font-size: 22px;
}

.footer_logo img {
    height: 100%;
    vertical-align: middle;
    margin-right: 20px;
}

.footer_search {
    margin-top: 20px;
    overflow: hidden;
}

.footer_search input {
    float: left;
    background: rgba(19, 77, 123, .3);
    font-size: 14px;
    line-height: 37px;
    color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer_search input::placeholder {
    color: #6A869D;
}

.footer_search button {
    float: left;
    font-size: 14px;
    line-height: 37px;
    color: #fff;
    text-align: center;
    width: 80px;
    background: #0078B8;
}

.footer_top_con_right {
    float: right;
    overflow: hidden;
    margin-top: 12px;
}

.footer_top_con_right a {
    float: left;
    width: 109px;
    text-align: center;
}

.footer_top_con_right a h3 {
    width: 59px;
    height: 59px;
    line-height: 57px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid rgba(106, 134, 157, .3);
    margin: 0 auto;
}

.footer_top_con_right a h3 img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 15px;
}

.footer_top_con_right a p {
    font-size: 12px;
    line-height: 12px;
    color: #6A869D;
    margin-top: 17px;
}

.footer_bottom {
    border-top: 1px solid rgba(56, 93, 124, .5);
    font-size: 12px;
    line-height: 51px;
    color: #fff;
    opacity: .5;
    text-align: center;
}

.fix {
    width: 193px;
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 999;
    margin-top: -277px;
}

.fix li {
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2);
    margin-top: 10px;
    padding: 1px 10px 10px;
}

.fix li a {
    display: block;
    background-color: #F0F0F0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 52px;
    color: #343434;
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
}

.fix li a img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 10px 9px 10px 0;
}

.fix li > img {
    width: 173px;
    height: 173px;
    margin-top: 10px;
}

.dhzx {
    padding: 20px 11px 0;
    height: 81px;
    box-sizing: border-box;
    background: #F0F0F0 url(../../images/school/dhzx.png) no-repeat right 14px;
    background-size: 55px 45px;
    margin-top: 10px;
}

.dhzx h3 {
    font-size: 14px;
    line-height: 16px;
    color: #343434;
    font-weight: bold;
}

.dhzx p {
    font-size: 14px;
    line-height: 14px;
    color: #1FACFF;
    font-weight: bold;
    margin-top: 10px;
}

.fix li > span {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: url(../../images/school/pack_up.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    left: -44px;
    top: 36px;
}

.fix li > i {
    display: block;
    text-align: right;
}

.fix li > i img {
    height: 10px;
    cursor: pointer;
}

.fix.hide {
    width: 72px;
    margin-top: -145px;
}

.fix.hide li > span {
    background: url(../../images/school/an.png) no-repeat;
    background-size: 100% 100%;
}

.fix_ewm {
    height: 173px;
    border: 1px solid #F0F0F0;
    padding: 19px;
    box-sizing: border-box;
    margin-top: 10px;
}

.fix_ewm img {
    width: 100%;
    height: 100%;
}

.fix.hide li > img, .fix.hide li em, .fix.hide .dhzx, .fix.hide li > i, .fix.hide .fix_ewm {
    display: none;
}

/* 上传照片 */

.path {
    background-color: #fff;
}

.path h3 {
    float: left;
    font-size: 14px;
    line-height: 80px;
    color: #9FA19F;
}

.path a {
    float: left;
    font-size: 14px;
    line-height: 80px;
    color: #9FA19F;
    margin-left: 10px;
}

.path a:last-child {
    color: #1FACFF;
}

.upload_photos {
    background-color: #fff;
    margin: 30px auto 80px;
    padding: 30px 20px 20px;
}

.upload_photos_list {
    padding: 20px 0;
}

.upload_photos_list li {
    float: left;
    width: 375px;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    margin-right: 10px;
}

.upload_photos_list li:nth-child(1) {
    width: 180px;
}

.upload_photos_list li:nth-child(4) {
    width: 200px;
    margin-right: 0;
}

.upload_photos_list li h3 {
    font-size: 14px;
    line-height: 51px;
    color: #262626;
    text-align: center;
    background: #F8F9FB;
    border-bottom: 1px solid #ECECEC;
}

.upload_photos_list_con {
    padding: 20px;
}

.upload_photos_list_con img {
    height: 168px;
    width: 333px;
}

.upload_photos_list li:nth-child(1) .upload_photos_list_con img, .upload_photos_list li:nth-child(1) .upload_photos_list_con a {
    width: 138px;
}

.upload_photos_list li:nth-child(4) .upload_photos_list_con img, .upload_photos_list li:nth-child(4) .upload_photos_list_con a {
    width: 158px;
}

.upload_photos_list_con a {
    display: block;
    width: 333px;
    font-size: 14px;
    line-height: 50px;
    color: #1FACFF;
    text-align: center;
    background: #EAF4FF;
    border: 1px solid #1FACFF;
    font-weight: bold;
    margin: 10px auto 0;
    position: relative;
}

.upload_photos_list_con a input {
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.be_careful {
    padding-top: 10px;
}

.be_careful li {
    float: left;
    width: 569px;
    font-size: 14px;
    line-height: 64px;
    color: #262626;
    padding: 0 20px;
    margin-top: 10px;
    background: #F8F9FB;
    box-sizing: border-box;
}

.be_careful li:nth-child(2n) {
    float: right;
}

.be_careful li span {
    font-size: 14px;
    line-height: 24px;
    width: 24px;
    color: #fff;
    text-align: center;
    background: #1FACFF;
    float: left;
    margin: 20px 10px 0 0;
}

.upload_photos_btn {
    margin-top: 50px;
}

.upload_photos_btn a {
    float: right;
    font-size: 14px;
    line-height: 50px;
    color: #1FACFF;
    font-weight: bold;
    width: 100px;
    text-align: center;
    background: #EAF4FF;
    margin-left: 10px;
}

.upload_photos_btn a.on {
    background: #1FACFF;
    color: #fff;
}

/* 考试-我的考试 */

.my_test {
    margin: 30px auto 50px;
}

.my_test_nav {
    float: left;
    width: 130px;
    height: 583px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.my_test_nav a {
    display: block;
    font-size: 14px;
    line-height: 74px;
    color: #999999;
    background: #F8F9FB;
    text-align: center;
    margin-bottom: 10px;
}

.my_test_nav a.on {
    color: #fff;
    background: #1FACFF;
}

.my_test_con {
    float: right;
    width: 1050px;
    background-color: #fff;
    padding: 30px 20px 20px;
    box-sizing: border-box;
}

.my_exam_query {
    margin-top: 20px;
}

.my_exam_query_list {
    float: left;
}

.my_exam_query_list li {
    float: left;
    overflow: hidden;
    border: 1px solid #ECECEC;
    margin-right: 10px;
    box-sizing: border-box;
}

.my_exam_query_list li h3 {
    float: left;
    width: 101px;
    text-align: center;
    background: #FAFAFA;
    font-size: 14px;
    line-height: 50px;
    color: #262626;
}

.my_exam_query_list li input {
    float: left;
    width: 197px;
    box-sizing: border-box;
    padding: 0 19px;
    font-size: 14px;
    line-height: 50px;
    color: #999999;
}

.my_exam_query_list li select {
    float: left;
    width: 197px;
    box-sizing: border-box;
    padding: 0 19px;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    color: #999999;
}

.my_exam_query button {
    float: right;
    font-size: 14px;
    line-height: 52px;
    color: #fff;
    width: 80px;
    background: #1FACFF;
}

.my_exam_query button:hover {
    background-color: #1090dc;
}

.my_test_con_list a {
    float: left;
    margin: 41px 10px 0 0;
    background: #F8F9FB;
}

.my_test_con_list a:nth-child(4n) {
    margin-right: 0;
}

.my_test_con_list_img {
    overflow: hidden;
    position: relative;
}

.my_test_con_list_img i {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-weight: bold;
    width: 28px;
    height: 45px;
    box-sizing: border-box;
    padding-top: 1.5px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 30px;
}

.my_test_con_list_img i.orange {
    background: #FFDB6D;
    color: #06355B;
}

.my_test_con_list_img > img {
    width: 100%;
    height: 166px;
    transition: all .5s;
}

.my_test_con_list_img p {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
    color: #06355B;
    font-weight: bold;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 28px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
    background-color: rgba(255, 255, 255, .8);
}

.my_test_con_list_img p i {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #06355B;
    font-weight: bold;
    width: 185px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.my_test_con_list_img p span {
    display: block;
}

.my_test_con_list a:hover .my_test_con_list_img > img {
    transform: scale(1.1);
}

.my_test_con_list_con {
    padding: 0 20px;
}

.my_test_con_list_con h3 {
    font-size: 14px;
    line-height: 53px;
    color: #33334D;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #EBEBEB;
}

.my_test_con_list_con p {
    font-size: 12px;
    line-height: 50px;
    color: #999999;
    overflow: hidden;
}

.my_test_con_list_con p span {
    float: right;
}

.my_test_con_list_con p i.on {
    color: #1FACFF;
}

.pages {
    margin-top: 50px;
    overflow: hidden;
    text-align: right;
}

.pages a {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    width: 36px;
    color: #999999;
    text-align: center;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
}

.pages a img {
    margin-top: -2px;
}

.pages a.on {
    color: #fff;
    background: #1FACFF;
    border-color: #1FACFF;
}

.pages h3 {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    margin-left: 16px;
}

.pages h3 input {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    width: 56px;
    text-align: center;
    margin: 0 10px;
}

/* 考试-考试详情 */

.test_details {
    background-color: #fff;
    padding: 30px 20px 20px;
    margin-top: 30px;
}

.test_details_list {
    padding-top: 10px;
}

.test_details_list li {
    float: left;
    width: 565px;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    margin-top: 12px;
}

.test_details_list li:nth-child(2n) {
    float: right;
}

.test_details_list li h3 {
    float: left;
    width: 107px;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: #262626;
    background: #F8F9FB;
}

.test_details_list li input {
    float: left;
    box-sizing: border-box;
    width: 456px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 50px;
    color: #262626;
}

.test_details_list li input::placeholder {
    color: #9FA19F;
}

.test_notice {
    background-color: #fff;
    margin: 30px auto 50px;
    padding: 30px 20px 20px;
}

.test_notice_list {
    padding-top: 10px;
}

.test_notice_list li {
    float: left;
    width: 569px;
    overflow: hidden;
    background: #F8F9FB;
    font-size: 14px;
    line-height: 64px;
    color: #262626;
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 10px;
}

.test_notice_list li:nth-child(2n) {
    float: right;
}

.test_notice_list li i {
    margin-right: 14px;
}

.test_notice_list li i, .test_notice_list li span {
    color: #1FACFF;
}

.test_notice_list2 li {
    float: left;
    width: 567px;
    height: 50px;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    margin-top: 30px;
}

.test_notice_list2 li:nth-child(2n) {
    float: right;
}

.test_notice_list2 li h3 {
    float: left;
    font-size: 16px;
    line-height: 48px;
    color: #262626;
    font-weight: bold;
    width: 130px;
    text-align: center;
    position: relative;
}

.test_notice_list2 li h3::after {
    content: "";
    width: 1px;
    height: 18px;
    background: #ECECEC;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
}

.test_notice_list2 li p {
    float: left;
    width: 434px;
    font-size: 28px;
    line-height: 48px;
    color: #1FACFF;
    font-weight: bold;
    padding: 0 30px;
    box-sizing: border-box;
}

.help_you {
    margin-top: 11px;
    font-size: 14px;
    line-height: 64px;
    color: #33334D;
    font-weight: bold;
    padding: 0 30px;
    background: #DDF2FF;
}

.help_you img {
    float: left;
    height: 18px;
    margin: 23px 9px 0 0;
}

.upload_photos_btn2 {
    margin-top: 30px;
}

/* 个人信息修改 */

.info_set_tab {
    overflow: hidden;
    border-bottom: 1px solid #F2F2F2;
}

.info_set_tab a {
    float: left;
    font-size: 16px;
    line-height: 64px;
    color: #999999;
    margin-right: 40px;
    position: relative;
}

.info_set_tab a.on {
    font-size: 24px;
    color: #262626;
}

.info_set_tab a.on::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #1FACFF;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.test_details_list2 li h3 {
    width: 127px;
}

.test_details_list2 li input {
    width: 436px;
}

.upload_photos_list2 {
    padding-top: 10px;
}

.upload_photos_list2 li:nth-child(2) {
    width: 335px;
}

.upload_photos_list2 li:nth-child(2) .upload_photos_list_con img, .upload_photos_list2 li:nth-child(2) .upload_photos_list_con a {
    width: 293px;
}

/* 注册 */

.registered {
    background-color: #fff;
    margin: 30px auto 50px;
    padding: 30px 20px 20px;
}

.registered_con {
    margin-top: 20px;
}

.registered_con_left {
    float: left;
    width: 430px;
    height: 480px;
    background: url('../../images/school/bg4.png') no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    padding-top: 157px;
    box-sizing: border-box;
}

.registered_con_left h3 {
    font-size: 12px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
}

.registered_con_left h3::after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
}

.registered_con_left h4 {
    font-size: 50px;
    line-height: 90px;
    font-weight: bold;
}

.registered_con_left p {
    margin: 4px auto 0;
    font-size: 14px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: 16px;
    width: 280px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.registered_con_right {
    float: right;
    width: 710px;
}

.registered_con_right_list li {
    float: left;
    border: 1px solid #ECECEC;
    overflow: hidden;
    margin-bottom: 10px;
}

.registered_con_right_list li:nth-child(2n) {
    float: right;
}

.registered_con_right_list li h3 {
    float: left;
    font-size: 14px;
    line-height: 48px;
    color: #262626;
    width: 107px;
    text-align: center;
    background: #F8F9FB;
}

.registered_con_right_list li input {
    float: left;
    width: 236px;
    box-sizing: border-box;
    padding: 0 19px;
    font-size: 14px;
    line-height: 48px;
    color: #262626;
}

.registered_con_right_list li input::placeholder {
    color: #9FA19F;
}

.registered_con_right_list li select {
    float: left;
    width: 236px;
    box-sizing: border-box;
    padding: 0 19px;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    color: #9FA19F;
    appearance: none;
    background: url('../../images/school/down.png') no-repeat right center;
    background-size: auto 7px;
    background-origin: content-box;
}

.registered_con_right_list li select.short_sel1 {
    width: 190px;
}

.registered_con_right_list li select.short_sel2 {
    width: 196px;
}

.registered_con_right_list li.short_sel3_li {
    float: left;
    margin: 0 7px;
}

.registered_agree {
    padding: 10px 0;
}

.registered_agree label {
    overflow: hidden;
    float: left;
    font-size: 14px;
    line-height: 50px;
    color: #999999;
}

.registered_agree label a {
    color: #1FACFF;
}

.registered_agree label input[type=checkbox] {
    float: left;
    width: 16px;
    height: 16px;
    margin: 17px 9px 0 0;
    position: relative;
}

.registered_agree label input[type=checkbox]:after {
    content: " ";
    width: 16px;
    height: 16px;
    line-height: 14px;
    background-color: #fff;
    border: 1px solid #1FACFF;
    color: #1FACFF;
    border-radius: 0;
    display: inline-block;
    visibility: visible;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
}

.registered_agree label input[type=checkbox]:checked:after {
    content: "✓";
    font-size: 12px;
}

.registered_agree button {
    float: right;
    font-size: 14px;
    line-height: 50px;
    color: #1FACFF;
    font-weight: bold;
    width: 182px;
    background: #EAF4FF;
    margin-left: 10px;
}

.registered_agree button.on {
    color: #fff;
    background: #1FACFF;
}

.registered_con_right_tips {
    float: right;
    background: #FFEDED;
    font-size: 14px;
    line-height: 44px;
    color: #33334D;
    font-weight: bold;
    padding: 0 14px;
    min-width: 374px;
    box-sizing: border-box;
}

.registered_con_right_tips img {
    float: left;
    height: 18px;
    margin: 13px 7px 0 0;
}

.registered_con_right_tips span {
    font-weight: normal;
    color: #FE8F8F;
}

/* 学习-学习播放 */

.learning_play {
    background-color: #fff;
    margin-top: 30px;
    position: relative;
}

.learning_play > div.video {
    float: left;
    width: 736px;
    height: 490px;
    margin: 5px 0px;
}

.learning_play_con {
    float: right;
    width: 424px;
    margin-right: 20px;
}

.learning_play_con_tab {
    overflow: hidden;
    border-bottom: 1px solid #F2F2F2;
}

.learning_play_con_tab p {
    float: left;
    font-size: 16px;
    line-height: 58px;
    color: #999999;
    width: 33.33%;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.learning_play_con_tab p.on {
    font-size: 18px;
    color: #262626;
}

.learning_play_con_tab p.on::after {
    content: "";
    width: 102px;
    height: 3px;
    background: #1FACFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -51px;
}

.learning_play_con_tab_info {
    display: none;
}

.learning_play_con_tab_info.active {
    display: block;
}

.courseware_directory {
    border: 1px solid #F0F0F0;
    max-height: 410px;
    overflow-y: auto;
    margin-top: 10px;
}

.addbt{
    background: #FAFAFA;
    padding: 0 10px 0 24px;
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    background-color: #06355B;
    color: #fff;
}

.courseware_directory div.learning {
    color: #1fb1ff;
}
/* 设置滚动条的样式 */

.scrollBar::-webkit-scrollbar {
    width: 2px;
}

/* 滚动条滑块 */

.scrollBar::-webkit-scrollbar-thumb {
    background: #999999;
}

.scrollBar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.4);
}

.courseware_directory_top {
    background: #FAFAFA;
    padding: 0 10px 0 24px;
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
    cursor: pointer;
}

.courseware_directory_top h3 {
    float: left;
    width: 295px;
    box-sizing: border-box;
    padding-left: 22px;
    font-size: 14px;
    line-height: 50px;
    color: #262626;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url('../../images/school/right2.png') no-repeat left center;
    background-size: auto 12px;
}

.courseware_directory_top h3.must {
    color: red;
}

.courseware_directory_top h3.show {
    background: url('../../images/school/down.png') no-repeat left center;
    background-size: auto 8px;
    font-weight: bold;
}

.courseware_directory_top h3.learning {
    color: #1FACFF;
    font-weight: bold;
}

.courseware_directory_top a {
    float: right;
    font-size: 14px;
    line-height: 22px;
    color: #1FACFF;
    width: 64px;
    text-align: center;
    border: 1px solid #1FACFF;
    margin: 13px 0 13px 6px;
}

.courseware_directory_top a.on {
    color: #fff;
    background: #1FACFF;
}

.courseware_directory_bottom {
    display: none;
}

.courseware_directory_bottom a {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #F0F0F0;
    padding: 0 20px;
    font-size: 14px;
    line-height: 60px;
    color: #999999;
}

.courseware_directory_bottom a span {
    float: right;
}

.courseware_directory_bottom a span.on {
    color: #1FACFF;
}

.courseware_directory_bottom a span.undone {
    color: #ffbd1f;
}

.courseware_directory_bottom a img {
    float: left;
    height: 18px;
    margin: 22px 10px 0 0;
}

.courseware_directory_bottom a i {
    float: left;
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.courseware_directory_bottom a i.learning {
    color: #1fb1ff;
}


.data_download {
    max-height: 410px;
    margin-top: 10px;
    border: 1px solid #F0F0F0;
    background: #FAFAFA;
    overflow-y: auto;
}

.data_download li {
    border-bottom: 1px solid #F0F0F0;
    padding: 0 10px 0 20px;
    overflow: hidden;
}

.data_download li img {
    float: left;
    width: 16px;
    height: 16px;
    margin: 17px 10px 0 0;
}

.data_download li h3 {
    float: left;
    font-size: 14px;
    line-height: 49px;
    color: #262626;
    width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.data_download li a {
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    width: 66px;
    text-align: center;
    background: #1FACFF;
    margin: 13px 0;
}

.notes {
    margin-top: 10px;
}

.notes textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #242424;
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    height: 265px;
    padding: 12px 20px;
    box-sizing: border-box;
}

.notes textarea::placeholder {
    color: #999;
}

.notes button {
    float: right;
    font-size: 14px;
    line-height: 50px;
    width: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #1FACFF;
    margin-top: 10px;
}

.notes button:hover {
    background-color: #1090dc;
}

.homework {
    margin-top: 10px;
    background-color: #fff;
    padding: 10px 20px 20px;
}

.homework_top {
    overflow: hidden;
    border-bottom: 1px solid #DEDEDE;
}

.homework_top h3 {
    float: left;
    font-size: 28px;
    line-height: 68px;
    color: #262626;
    font-weight: bold;
    width: 1000px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.homework_top a {
    float: right;
    font-size: 14px;
    line-height: 50px;
    width: 130px;
    text-align: center;
    color: #1FACFF;
    font-weight: bold;
    background: #EAF4FF;
}

.homework_top a img {
    height: 14px;
    margin: -2px 19px 0 0;
}

.homework_center {
    overflow: hidden;
}

.homework_center li {
    float: left;
    margin-right: 50px;
    font-size: 14px;
    line-height: 71px;
    color: #262626;
    font-weight: bold;
}

.homework_center li span {
    color: #9FA19F;
    font-weight: normal;
}

.registered_con_right_tips2 {
    float: none;
    line-height: 64px;
    padding: 0 30px;
}

.registered_con_right_tips2 img {
    margin-top: 23px;
}

.Box_con {
    position: relative;
    margin-top: 30px;
    padding: 10px 94px;
    background-color: #fff;
}

.Box_con .btnl {
    position: absolute;
}

.Box_con .btn {
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    display: block !important;
}

.Box_con .btnl {
    background: url('../../images/school/prev.png') no-repeat center;
    background-size: 100% 100%;
    left: 30px;
}

.Box_con .btnr {
    right: 30px;
    background: url('../../images/school/next.png') no-repeat center;
    background-size: 100% 100%;
}

.Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box_con .conbox ul li {
    float: left;
    width: 136px;
    height: 107px;
    box-sizing: border-box;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid rgba(7, 204, 122, .3);
    box-sizing: border-box;
    padding: 8px 10px 0;
    width: 136px;
    height: 107px;
}

.Box_con .conbox ul li h3 {
    font-size: 14px;
    line-height: 26px;
    color: #07CC7A;
    text-align: right;
}

.Box_con .conbox ul li h3 span {
    float: left;
    margin-left: -10px;
    color: #fff;
    width: 40px;
    text-align: center;
    background: #07CC7A;
    border-radius: 0px 4px 4px 0px;
}

.Box_con .conbox ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #56575B;
    margin-top: 16px;
}

.Box_con .conbox ul li.blue {
    border: 1px solid rgba(31, 172, 255, .3);
}

.Box_con .conbox ul li.blue h3 {
    color: #1FACFF;
}

.Box_con .conbox ul li.blue h3 span {
    background: #1FACFF;
}

.comments {
    margin: 10px auto 50px;
    background-color: #fff;
    padding: 30px 20px 20px;
}

.comments_top {
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    padding: 19px 0 0 0;
    margin-top: 20px;
}

.comments_top img {
    display: block;
    height: 15px;
    margin-left: 30px;
}

.comments_top textarea {
    display: block;
    width: 100%;
    height: 74px;
    border: 0;
    border-top: 1px solid #F0F0F0;
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    padding: 13px 30px;
    margin-top: 20px;
}

.comments_center {
    overflow: hidden;
    margin-top: 20px;
}

.comments_center button {
    float: right;
    font-size: 14px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    color: #1FACFF;
    font-weight: bold;
    background: #EAF4FF;
    margin-left: 10px;
}

.comments_center button.on {
    color: #fff;
    background: #1FACFF;
}

.comments_bottom {
    padding-top: 30px;
}

.comments_bottom li {
    overflow: hidden;
    margin-top: 10px;
    padding: 30px 30px 25px;
    border: 1px solid #F0F0F0;
}

.comments_bottom li > img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}

.comments_bottom_con {
    float: left;
    width: 1020px;
}

.comments_bottom_con h3 {
    font-size: 14px;
    line-height: 24px;
    color: #262626;
    font-weight: bold;
}

.comments_bottom_con h3 img {
    float: right;
    height: 15px;
    margin-top: 5px;
}

.comments_bottom_con p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.comments_bottom_con h4 {
    font-size: 12px;
    line-height: 28px;
    color: #999999;
    margin-top: 5px;
}

/* 学习-学习班详情 */

.class_details {
    background-color: #fff;
    margin-top: 30px;
    padding: 30px 20px 20px;
}

.class_details_con {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #DEDEDE;
}

.class_details_con_left {
    float: left;
    width: 355px;
    height: 236px;
    position: relative;
    position: relative;
}

.class_details_con_left img {
    width: 100%;
    height: 100%;
}

.class_details_con_left span {
    display: block;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 28px;
    height: 45px;
    box-sizing: border-box;
    padding-top: 1.5px;
    position: absolute;
    top: 0;
    right: 30px;
    background: rgba(101, 134, 255, .95);
}

.class_details_con_left p {
    font-size: 20px;
    line-height: 20px;
    color: #06355B;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 102px;
    left: 0;
}

.class_details_con_right {
    float: right;
    width: 765px;
}

.class_details_con_right h3 {
    font-size: 30px;
    line-height: 68px;
    color: #33334D;
    font-weight: bold;
}

.class_details_con_right_list li {
    font-size: 14px;
    line-height: 32px;
    color: #999999;
}

.class_details_con_right_btn {
    margin-top: 54px;
    height: 50px;
}

.class_details_con_right_btn a {
    float: left;
    font-size: 14px;
    line-height: 50px;
    color: #1FACFF;
    font-weight: bold;
    width: 170px;
    text-align: center;
    background: #EAF4FF;
    margin-right: 20px;
}

.class_details_con_right_btn a img {
    height: 14px;
    margin: -2px 20px 0 0;
}

.class_details_con_right_btn a.on {
    color: #fff;
    background: #1FACFF;
}

.class_details_con_right_btn p {
    float: right;
    overflow: hidden;
    font-size: 14px;
    line-height: 50px;
    color: #999999;
    position: relative;
    top: -120px;
}

.class_details_con_right_btn p span {
    float: left;
    margin-left: 20px;
}

.class_details_con_right_btn p span i {
    color: #262626;
    font-weight: bold;
}

.class_details_con_right_btn p span em {
    display: inline-block;
    font-size: 36px;
    color: #1FACFF;
    font-weight: bold;
    margin-top: -10px;
}

.class_details_info {
    margin: 30px auto 50px;
    overflow: hidden;
}

.class_details_info_left {
    float: left;
    width: 876px;
    min-height: 957px;
    box-sizing: border-box;
    padding: 30px 20px 20px;
    background-color: #fff;
}

.class_details_info_left_tab {
    overflow: hidden;
    border-bottom: 1px solid #F2F2F2;
}

.class_details_info_left_tab p {
    float: left;
    cursor: pointer;
    font-size: 16px;
    line-height: 64px;
    color: #999999;
    width: 96px;
    text-align: center;
    position: relative;
}

.class_details_info_left_tab p.on {
    font-size: 24px;
    color: #262626;
}

.class_details_info_left_tab p.on::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #1FACFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.class_details_info_left_tab_con {
    display: none;
}

.class_details_info_left_tab_con.active {
    display: block;
}

.class_details_info_left_tab_con .courseware_directory {
    max-height: 844px
}

.class_details_info_details {
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    min-height: 824px;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 20px;
}

.class_details_info_details img {
    display: block;
    width: 100%;
}

.class_details_info_left_tab_con .comments_bottom {
    padding-top: 10px;
}

.class_details_info_left_tab_con .comments_bottom li {
    background: #FAFAFA;
}

.class_details_info_left_tab_con .comments_bottom_con {
    width: 710px;
}

.class_details_info_right {
    float: right;
    width: 314px;
    min-height: 937px;
    background-color: #fff;
    padding-bottom: 20px;
}

.class_details_info_right .title {
    padding: 0 20px;
}

.experts_info_list {
    height: 840px;
    overflow-y: auto;
}

.experts_info_list li {
    padding: 15px 20px 0;
}

.experts_info_list_top {
    overflow: hidden;
}

.experts_info_list_top img {
    float: left;
    width: 65px;
    height: 89px;
    margin-right: 10px;
}

.experts_info_list_top_con {
    float: left;
    width: 189px;
    padding-top: 16px;
}

.experts_info_list_top_con h3 {
    font-size: 14px;
    line-height: 24px;
    color: #262626;
}

.experts_info_list_top_con p {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}

.experts_info_list_bottom p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.experts_info_list_bottom p.show {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 100;
    -webkit-box-orient: vertical;
}

.experts_info_list_bottom a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #1FACFF;
    margin-top: 10px;
    text-align: right;
}

.experts_info_more {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    box-sizing: border-box;
    background: #EAF4FF;
    border: 1px solid #1FACFF;
    width: 274px;
    color: #1FACFF;
    margin: 14px auto 0;
    font-weight: bold;
}

/* 缴费 */

.order_info {
    background-color: #fff;
    margin-top: 30px;
    padding: 30px 20px 20px;
}

.test_details_list3 {
    padding: 1px 0 10px;
}

.test_details_list3 li {
    width: 380px;
    margin-right: 10px;
}

.test_details_list3 li:nth-child(2n) {
    float: left;
}

.test_details_list3 li:nth-child(3n) {
    margin-right: 0;
}

.test_details_list3 li h3 {
    width: 101px;
}

.test_details_list3 li input {
    width: 276px;
}

.choose_pay {
    background-color: #fff;
    margin: 30px 0 50px;
    padding: 30px 20px 20px;
}

.title p {
    float: right;
    font-size: 14px;
    line-height: 69px;
    color: #999999;
}

.title p span {
    color: #1FACFF;
}

.choose_pay_tab {
    padding: 20px 0;
    overflow: hidden;
}

.choose_pay_tab li {
    float: left;
    width: 266px;
    height: 118px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    margin-right: 10px;
    padding-left: 102px;
    font-size: 18px;
    line-height: 116px;
    color: #33334D;
    font-weight: bold;
    background: url('../../images/school/choose_no.png') no-repeat 40px 51px;
    background-size: 16px 16px;
    cursor: pointer;
}

.choose_pay_tab li.on {
    border-color: #1FACFF;
    background: url('../../images/school/choose_on.png') no-repeat 40px 51px;
    background-size: 16px 16px;
}

.choose_pay_tab li img {
    margin: -2px 14px 0 0;
}

.choose_pay_tab_con {
    display: none;
}

.choose_pay_tab_con.active {
    display: block;
}

.transfer li {
    border: 1px solid #ECECEC;
    margin-bottom: 11px;
    overflow: hidden;
    width: 818px;
    box-sizing: border-box;
}

.transfer li h3 {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #262626;
    width: 132px;
    background: #F8F9FB;
    padding-left: 30px;
    box-sizing: border-box;
}

.transfer li h3 img {
    margin: -2px 10px 0 0;
}

.transfer li input {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #262626;
    width: 684px;
    padding-left: 30px;
    box-sizing: border-box;
}

.Alipay {
    padding: 56px 0 51px;
    text-align: center;
}

.Alipay h3 {
    font-size: 12px;
    line-height: 22px;
    color: #919191;
}

.Alipay h3 span {
    color: #FF9900;
}

.Alipay h3 span img {
    width: 16px;
    height: 16px;
    margin: -2px 4px 0;
}

.Alipay_con {
    width: 173px;
    box-sizing: border-box;
    background: rgba(247, 247, 247, 0);
    border: 1px solid #E8E8E8;
    margin: 16px auto 0;
    padding: 14px 14px 0;
}

.Alipay_con img {
    width: 144px;
    height: 144px;
}

.Alipay_con p {
    height: 79px;
    background: #F8F8F8;
    font-size: 12px;
    line-height: 22px;
    color: #919191;
    text-align: center;
    padding: 7px 12px 0;
}

.Alipay_con p span {
    color: #FF9900;
}

.wx_pay {
    padding-left: 351px;
    overflow: hidden;
}

.wx_pay .Alipay {
    float: left;
}

.wx_pay > img {
    float: left;
    width: 263px;
    height: 295px;
    margin: 90px 0 0 22px;
}

.invoice_list > li {
    margin-top: 10px;
}

.need_li {
    display: none;
}

.invoice_list > li ol {
    overflow: hidden;
}

.invoice_list > li ol li {
    float: left;
    width: 380px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    margin-right: 10px;
}

.invoice_list > li ol li.long {
    width: 380px;
}

.invoice_list > li ol li:nth-child(4n) {
    margin-right: 0;
}

.invoice_list > li ol li h3 {
    float: left;
    font-size: 14px;
    line-height: 42px;
    color: #262626;
    text-align: center;
    width: 107px;
    background: #F8F9FB;
}

.invoice_list_tab {
    float: left;
    width: 271px;
    overflow: hidden;
    padding-left: 50px;
    box-sizing: border-box;
}

.invoice_list_tab p {
    float: left;
    font-size: 14px;
    line-height: 42px;
    color: #999999;
    width: 104px;
    cursor: pointer;
}

.invoice_list_tab p img {
    float: left;
    width: 16px;
    height: 16px;
    margin: 13px 10px 0 0;
}

.invoice_list_tab p img:nth-child(2) {
    display: none;
}

.invoice_list_tab p.on img:nth-child(1) {
    display: none;
}

.invoice_list_tab p.on img:nth-child(2) {
    display: block;
}

.invoice_list_tab p.on {
    color: #262626;
}

.invoice_list > li ol li input {
    float: left;
    width: 260px;
    font-size: 14px;
    line-height: 42px;
    color: #262626;
    box-sizing: border-box;
    padding: 0 20px;
}

.total {
    margin-top: 30px;
    overflow: hidden;
}

.total h3 {
    float: left;
    font-size: 12px;
    line-height: 50px;
    color: #262626;
}

.total h3 i {
    font-size: 16px;
    color: #1FACFF;
}

.total h3 span {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    color: #1FACFF;
}

.total a {
    float: right;
    font-size: 14px;
    line-height: 50px;
    width: 170px;
    text-align: center;
    color: #1FACFF;
    font-weight: bold;
    background: #EAF4FF;
    margin-left: 10px;
}

.total a img {
    height: 14px;
    margin: -2px 19px 0 0;
}

.total a.on {
    color: #fff;
    background: #1FACFF;
}

/* 联系我们 */

.contact_us_banner {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.contact_us_banner > img {
    width: 1920px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.contact_us_banner_con {
    position: relative;
    z-index: 1;
    padding-top: 60px;
}

.contact_us_banner_con h3 {
    font-size: 8px;
    line-height: 52px;
    color: #CEE1FA;
    font-weight: bold;
    position: relative;
}

.contact_us_banner_con h3::after {
    content: "";
    width: 14px;
    height: 2px;
    background: #CEE1FA;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact_us_banner_con h4 {
    font-size: 60px;
    line-height: 96px;
    color: #fff;
    font-weight: bold;
    margin-top: 3px;
}

.contact_us_banner_con h5 {
    width: 316px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    font-size: 14px;
    line-height: 34px;
    color: #F7FAFF;
    letter-spacing: 14px;
    font-weight: bold;
    text-align: center;
}

.contact_us_banner_con h6 {
    font-size: 8px;
    line-height: 12px;
    color: #CEE1FA;
    margin-top: 48px;
    letter-spacing: 20px;
}

.contact_us_nav {
    background-color: #fff;
    margin-top: 30px;
    padding: 0 21px 20px;
}

.contact_us_nav_top {
    overflow: hidden;
    padding: 20px 0;
}

.contact_us_nav_top li {
    float: left;
    width: 282px;
    height: 300px;
    margin-right: 10px;
    position: relative;
}

.contact_us_nav_top li:nth-child(4n) {
    margin-right: 0;
}

.contact_us_nav_top li > img {
    width: 100%;
    height: 100%;
}

.contact_us_nav_top_con {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 48px 22px 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.contact_us_nav_top_con h3 {
    font-size: 30px;
    line-height: 54px;
    font-weight: bold;
    position: relative;
}

.contact_us_nav_top_con h3::after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
}

.contact_us_nav_top_con h4 {
    font-size: 6px;
    line-height: 26px;
    opacity: .8;
    letter-spacing: 8px;
}

.contact_us_nav_top_con p {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-top: 37px;
}

.contact_us_nav_bottom {
    overflow: hidden;
}

.contact_us_nav_bottom li {
    float: left;
    width: 282px;
    height: 235px;
    border: 1px solid #F2F2F2;
    margin-right: 10px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 30px;
}

.contact_us_nav_bottom li:nth-child(4n) {
    margin-right: 0;
}

.contact_us_nav_bottom li img {
    width: 100px;
    height: 100px;
}

.contact_us_nav_bottom li h3 {
    font-size: 14px;
    line-height: 14px;
    color: #33334D;
    font-weight: bold;
    margin-top: 30px;
}

.contact_us_nav_bottom li p {
    font-size: 14px;
    line-height: 14px;
    color: #878787;
    margin-top: 20px;
}

.depth_top {
    background-color: #fff;
    overflow: hidden;
    padding: 0 54px;
}

.depth_top li {
    float: left;
    width: 126px;
    text-align: center;
    padding: 32px 0 30px;
    margin-right: 67px;
}

.depth_top li:last-child {
    margin-right: 0;
}

.depth_top li img {
    width: 126px;
    height: 126px;
}

.depth_top li h3 {
    font-size: 16px;
    line-height: 16px;
    color: #33334D;
    margin-top: 22px;
}

.depth_top li p {
    font-size: 10px;
    line-height: 12px;
    color: #A4A4A4;
    margin-top: 9px;
}

.depth_bottom {
    background-color: #fff;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 37px;
}

.depth_bottom li {
    float: left;
    width: 300px;
    box-sizing: border-box;
    padding: 41px 0 4px 83px;
}

.depth_bottom li h3 {
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

.depth_bottom li p {
    font-size: 14px;
    line-height: 14px;
    color: #8F8E8E;
    margin-top: 10px;
}

.policy_swiper {
    background-color: #fff;
    padding: 0 0 111px;
}

.policy_swiper .swiper-slide {
    padding: 0 50px;
    box-sizing: border-box;
}

.policy_swiper_list li {
    position: relative;
    padding: 116px 76px 49px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.policy_swiper li h3 {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: bold;
}

.policy_swiper_list_txt {
    padding-top: 13px;
    height: 96px;
}

.policy_swiper_list_txt p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 18px;
    color: #5F5E5E;
}

.policy_swiper li h4 {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: bold;
    margin-top: 17px;
}

.policy_swiper li i {
    font-size: 100px;
    line-height: 100px;
    color: #92C0FD;
    font-weight: bold;
    position: absolute;
    top: 50px;
    left: -50px;
}

.policy_swiper li em {
    font-size: 100px;
    line-height: 100px;
    color: #92C0FD;
    font-weight: bold;
    position: absolute;
    top: 50px;
    right: 0;
}

.policy_swiper .swiper-pagination {
    bottom: 40px;
}

.policy_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #E0E0E0;
    opacity: 1;
    margin: 0 6px;
}

.policy_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #7AAEF4;
}

.brand_list {
    background-color: #fff;
    padding: 20px 50px 49px;
}

.brand_list a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #5F5E5E;
    padding-left: 21px;
    position: relative;
    margin-top: 29px;
}

.brand_list a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1FACFF;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.brand_list a:hover {
    color: #1FACFF;
}

.advantage {
    margin-bottom: 50px;
}

.advantage_list {
    background-color: #fff;
    padding: 0 50px;
}

.advantage_list li {
    overflow: hidden;
    border-bottom: 1px solid #ECEBEB;
    padding: 40px 0 34px;
}

.advantage_list li > img {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 28px;
}

.advantage_list_con {
    float: left;
    width: 998px;
}

.advantage_list_con h3 {
    font-size: 14px;
    line-height: 14px;
    color: #33334D;
    font-weight: bold;
}

.advantage_list_con p {
    font-size: 14px;
    line-height: 24px;
    color: #9FA19F;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 13px;
}

/* 培训分类 */

.Training_classification_banner {
    height: 370px;
    text-align: center;
}

.Training_classification_banner > img {
    height: 370px;
}

.Training_classification_banner .contact_us_banner_con h3::after {
    left: 50%;
    margin-left: -7px;
}

.Training_classification_banner .contact_us_banner_con h5 {
    margin: 0 auto;
    width: 256px;
}

.Training_classification_search {
    background-color: #fff;
    border-top: 1px solid #F2F2F2;
    padding: 30px 0;
}

.Training_classification_search_top {
    height: 70px;
    background: #FAFAFA;
    border: 1px solid #F0F0F0;
    padding: 8px 10px;
    box-sizing: border-box;
}

.Training_classification_search_top_ipt {
    overflow: hidden;
    background-color: #fff;
    width: 585px;
}

.Training_classification_search_top_ipt > img {
    float: left;
    width: 12px;
    height: 12px;
    margin: 21px 10px 0 20px;
}

.Training_classification_search_top_ipt input {
    float: left;
    width: 477px;
    font-size: 14px;
    line-height: 54px;
    color: #000;
}

.Training_classification_search_top_ipt input::placeholder {
    color: #B8B8B8;
}

.Training_classification_search_top_ipt button {
    float: left;
    font-size: 14px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    width: 66px;
    text-align: center;
    background: #1FACFF;
}

.Training_classification_search_top_ipt button:hover {
    background-color: #1090dc;
}

.Training_classification_search_bottom li {
    border: 1px solid #F0F0F0;
    margin-top: -1px;
    overflow: hidden;
}

.Training_classification_search_bottom li h3 {
    float: left;
    font-size: 14px;
    line-height: 60px;
    color: #262626;
    width: 92px;
    text-align: right;
    margin-right: 30px;
}

.Training_classification_search_bottom li a {
    float: left;
    font-size: 14px;
    line-height: 34px;
    color: #B8B8B8;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 13px 70px 13px 0;
    border: 1px solid #fff;
}

.Training_classification_search_bottom li a:last-child {
    margin-right: 0;
}

.Training_classification_search_bottom li a:hover {
    color: #1FACFF;
    background: rgba(31, 172, 255, 0.1);
    border: 1px solid #1FACFF;
}

.Training_classification_list {
    background-color: #fff;
    padding: 30px 0 20px;
    margin-top: 30px;
}

.Training_classification_list.last {
    margin-bottom: 50px;
}

.Training_classification_list .pages {
    padding: 0 30px;
}

.Training_classification_list_tit {
    overflow: hidden;
    border-bottom: 1px solid #F2F2F2;
    padding: 0 20px;
}

.Training_classification_list_tit h3 {
    float: left;
    font-size: 30px;
    line-height: 68px;
    color: #262626;
    position: relative;
}

.Training_classification_list_tit h3 i {
    float: left;
    position: relative;
}

.Training_classification_list_tit h3 i::after {
    content: "";
    width: 120px;
    height: 4px;
    background: #1FACFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.Training_classification_list_tit h3 span {
    float: left;
    font-size: 10px;
    line-height: 48px;
    margin-left: 22px;
    color: #9FA19F;
    padding-top: 20px;
    box-sizing: border-box;
}

.Training_classification_list_con {
    overflow: hidden;
    padding: 0 20px;
}

.Training_classification_list_con a {
    float: left;
    width: 275px;
    margin: 20px 20px 0 0;
}

.Training_classification_list_con a:nth-child(4n) {
    margin-right: 0;
}

.Training_classification_list_con_img {
    overflow: hidden;
    position: relative;
}

.Training_classification_list_con_img img {
    width: 100%;
    height: 166px;
    transition: all .5s;
}

.Training_classification_list_con_img p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    height: 60px;
    box-sizing: border-box;
    padding: 5px 20px;
    color: #06355B;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    background: rgba(255, 255, 255, .8);
}

.Training_classification_list_con_img p span {
    display: block;
}

.Training_classification_list_con_txt {
    border: 1px solid #F2F2F2;
    height: 100px;
    box-sizing: border-box;
    padding: 30px 20px 0;
}

.Training_classification_list_con_txt h3 {
    font-size: 14px;
    line-height: 14px;
    color: #33334D;
    font-weight: bold;
    overflow: hidden;
}

.Training_classification_list_con_txt h3 i {
    float: left;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Training_classification_list_con_txt h3 span {
    float: right;
    font-size: 12px;
    color: #999999;
    font-weight: normal;
}

.Training_classification_list_con_txt p {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
    margin-top: 14px;
}

.Training_classification_list_con a:hover .Training_classification_list_con_img img {
    transform: scale(1.1);
}

/* 培训分类详情 */

.Training_classification_details {
    padding: 0 20px;
}

.Training_classification_details .class_details_con {
    border-bottom: 0;
}

.Training_classification_details .class_details_con_left {
    width: 275px;
    height: 166px;
}

.Training_classification_details .class_details_con_left p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    height: 60px;
    box-sizing: border-box;
    padding: 5px 20px;
    color: #06355B;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    background: rgba(255, 255, 255, .8);
}

.Training_classification_details .class_details_con_left p i {
    display: block;
}

.Training_classification_details_left {
    float: left;
    margin-left: 20px;
}

.Training_classification_details_left li {
    background: #F8F9FB;
    font-size: 14px;
    line-height: 50px;
    color: #262626;
    font-weight: bold;
    padding: 0 30px;
    margin-bottom: 8px;
}

.Training_classification_details_left li:last-child {
    margin-bottom: 0;
}

.Training_classification_details_left li span {
    color: #999999;
    margin-left: 10px;
}

.Training_classification_details_center {
    float: left;
    margin-left: 50px;
    padding-top: 21px;
}

.Training_classification_details_center h3 {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    font-weight: bold;
}

.Training_classification_details_center h4 {
    overflow: hidden;
}

.Training_classification_details_center h4 i {
    float: left;
    font-size: 34px;
    line-height: 59px;
    color: #1FACFF;
    font-weight: bold;
}

.Training_classification_details_center h4 s {
    float: left;
    margin-left: 9px;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-top: 30px;
}

.Training_classification_details_center button {
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 190px;
    background: #1FACFF;
    margin-top: 20px;
}

.Training_classification_details_center button:hover {
    background-color: #1090dc;
}

.Training_classification_details_right {
    float: right;
    padding-top: 10px;
}

.Training_classification_details_right_list li {
    overflow: hidden;
    margin-bottom: 19px;
}

.Training_classification_details_right_list li:last-child {
    margin-bottom: 0;
}

.Training_classification_details_right_list li h3 {
    float: left;
    font-size: 12px;
    line-height: 15px;
    color: #262626;
    margin-right: 11px;
}

.Training_classification_details_right_list li img {
    float: left;
    height: 15px;
}

.Training_classification_details_right_list li p {
    float: left;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    margin-left: 10px;
}

.Training_classification_details_right > p {
    font-size: 16px;
    line-height: 16px;
    color: #999999;
    font-weight: bold;
    margin-top: 57px;
    text-align: right;
}

.Training_classification_details_right > p span {
    color: #1FACFF;
    margin-top: 19px;
}

.class_details_info_details p {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
    margin-top: 33px;
}

.courseware_directory2 .courseware_directory_top h3, .courseware_directory2 .courseware_directory_bottom a i {
    width: 600px;
}

/* 新闻资讯  */

.news_info_banner .contact_us_banner_con {
    padding-top: 40px;
}

.news_info_banner .contact_us_banner_con h5 {
    width: 376px;
}

.news_info_banner_list {
    overflow: hidden;
    margin-top: 70px;
}

.news_info_banner_list li {
    float: left;
    width: 118px;
    font-size: 14px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.news_info_banner_list li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.news_info_all {
    background-color: #fff;
    margin: 30px auto 60px;
    padding-bottom: 20px;
}

.news_info_list a {
    display: block;
    border-bottom: 1px solid #F2F2F2;
    overflow: hidden;
    padding: 30px;
}

.news_info_list a > img {
    float: left;
    width: 216px;
    height: 135px;
    margin-right: 29px;
}

.news_info_list_con {
    float: left;
    width: 894px;
}

.news_info_list_con h3 {
    font-size: 18px;
    line-height: 18px;
    color: #33334D;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_info_list_con p {
    font-size: 14px;
    line-height: 28px;
    height: 84px;
    color: #999999;
    margin-top: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_info_list_con h4 {
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    overflow: hidden;
}

.news_info_list_con h4 img {
    float: left;
    height: 18px;
    margin-right: 8px;
}

.news_info_list_con h4 button {
    float: right;
    font-size: 12px;
    line-height: 30px;
    width: 44px;
    text-align: center;
    color: #1FACFF;
    background: #F2FAFF;
    border: 1px solid #1FACFF;
    box-sizing: border-box;
}

.news_info_all .pages {
    padding: 0 30px;
}

.news_info_list a:hover .news_info_list_con h3 {
    color: #1FACFF;
}

.news_info_list a:hover .news_info_list_con h4 button {
    color: #fff;
    background: #1FACFF;
}

/* 新闻资讯详情 */

.news_info_details {
    background-color: #fff;
    margin: 40px auto 60px;
}

.news_info_details_tit {
    border-bottom: 1px solid #F2F2F2;
    padding: 50px 38px 48px;
}

.news_info_details_tit h3 {
    font-size: 30px;
    line-height: 30px;
    color: #33334D;
    font-weight: bold;
}

.news_info_details_tit p {
    overflow: hidden;
    margin-top: 28px;
}

.news_info_details_tit p span {
    float: left;
    margin-right: 50px;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.news_info_details_tit p span img {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.news_info_details_tit p span.blue {
    color: #1FACFF;
}

.news_info_details_con {
    padding: 40px;
}

.news_info_details_con_info {
    background: #F8F9FB;
    padding: 22px 30px;
}

.news_info_details_con_info p {
    font-size: 14px;
    line-height: 30px;
    color: #33334D;
    text-indent: 2em;
}

.news_info_details_con > img {
    display: block;
    width: 100%;
    margin: 30px 0;
}

.sp {
    position: absolute;
    left: 740px;
    top: 160px;
    z-index: 9;
    display: block;
}

.sp:hover {
    cursor: pointer;
}

.xf1 {
    position: absolute;
    left: 50%;
    margin-left: -160px;
    color: #fff;
    overflow: hidden;
    top: 100px;
    z-index: 9999999;
}

.xf1z {
    float: left;
    margin-right: 40px;
}

.xf1l {
    float: left;
    width: 65px;
    height: 130px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 30px;
    font-size: 20px;
    padding: 28px 19px;
    margin-top: 20px;
    box-sizing: border-box;
}

.xf1r {
    float: left;
    line-height: 55px;
    font-size: 20px;
}


/* 修改 */

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.login_popup {
    width: 230px;
    height: 320px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 -115px;
    z-index: 99999;
    display: none;
}

.login_popup .banner_login {
    float: none;
    margin: 0;
}

.Box_con .conbox ul li {
    cursor: pointer;
}

/* 小屏幕侧边 */

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .fix {
        right: 10px;
        /*width: 100px;*/
        margin-top: -198px;
    }

    .fix li {
        padding: 1px 4px 4px;
    }

    .fix li a {
        padding: 0 4px;
        margin-top: 4px;
        font-size: 12px;
        line-height: 30px;
    }

    .fix li a img {
        width: 20px;
        height: 20px;
        margin: 5px 4px 5px 0;
    }

    .fix li > img {
        width: 94px;
        height: 94px;
    }

    .dhzx {
        padding: 10px 4px 0;
        margin-top: 4px;
        background: #F0F0F0 url(../../images/school/dhzx.png) no-repeat right 18px;
        background-size: auto 30px;
    }

    .dhzx h3 {
        font-size: 12px;
    }

    .dhzx p {
        font-size: 12px;
    }

    .fix li > span {
        width: 28px;
        height: 28px;
        left: -38px;
    }

    .fix.hide {
        width: 36px;
    }


}
