:root * {
    -webkit-filter: none !important;
    filter: none !important;
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0;
}
@keyframes animate-dropdown {
    0% {
        transform: translate3d(0, 30px, 0);
        opacity: 0.3;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes animate-dropup {
    0% {
        transform: translate3d(0, -30px, 0);
        opacity: 0.3;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes animate-flop {
    0% {
        transform: rotateX(270deg);
    }

    100% {
        transform: rotateX(360deg);
    }
}

@keyframes animate-up {
    0% {
        opacity: 0;
        transform: translateY(100vh)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes animate-left {
    0% {
        opacity: 0;
        transform: translateX(100vw)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes animate-rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@font-face {
    font-family: 'num';
    src: url('fonts/num.ttf') format('truetype');
    font-style: normal;
}

html {
    font-family: 'microsoft yahei';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
    background: #f8f8f8;
    min-width: 1272px;
}
body.home{
    background: #fff;
}

a, input, textarea, select, button {
    outline: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: middle;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input, select, button {
    vertical-align: baseline;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
}

i {
    font-style: normal;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    margin: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

textarea {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: auto;
    resize: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #c93835;
}

img {
    vertical-align: middle;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}


.row{
    width: 1224px;
    margin: auto;
}
.row.fullpage{
    background: #fff;
}
.row.flex{
    display: flex;
    justify-content: space-between;
}
.row.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.mgtb{
    margin-top: 24px;
    margin-bottom: 24px;
}
.mgt{
    margin-top: 24px;
}

.mgb{
    margin-bottom: 24px;
}




.header{
    background: #fff;
}
.header-in{
    width: 1224px;
    display: flex;
    justify-content: space-between;
    height: 132px;
    align-items: center;
    margin: auto;
}
.header .logo{
    height: 88px;
}


.nav{
    background: #c93835;
    height: 44px;
}

.nav .cate{
    background: rgba(0,0,0,.2);
    width: 288px;
    height: 44px;
    flex-shrink: 0;
    position: relative;
}
.nav .cate.sub .hs{
    background: #c93835;
    border: 1px solid #c93835;
    border-top: none;
}
.nav .cate.sub .hs .cs .cs-son{
    border: 1px solid #c93835;
    border-left: none;
    left: 286px;
    border-top: none;
}



.nav .cate .title{
    height: 44px;
    background-image: url("../images/catebg.png");
    background-size: 288px 44px;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    padding-left: 60px;
    cursor: pointer;
}
.nav .cate .hs{
    position: absolute;
    top: 44px;
    left: 0;
    width: 288px;
    background: rgba(0,0,0,.5);
    color: #fff;
    display: none;
    flex-wrap: wrap;
    z-index: 9999;
    min-height: 320px;
}
.nav .cate.on .hs, .nav .cate:hover .hs{
    display: flex;
}


.nav .cate .hs a{
    color: #fff;
}
.nav .cate .hs .cs{
    padding: 12px 24px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    width: 100%;
}
.nav .cate .hs .cs:hover{
    background: #fff;
}

.nav .cate .hs .cs:hover a, .nav .cate .hs .cs:hover b{
    color: #333;
}
.nav .cate .hs .cs:hover a:hover{
    color: #c93835;
}
.nav .cate .hs .cs:last-child{
    border-bottom: none;
}
.nav .cate .hs .cs b{
    font-size: 16px;
    line-height: 30px;
    display: block;
}
.nav .cate .hs .cs a{
    font-size: 14px;
    display: inline-block;
    padding-right: 24px;
    line-height: 30px;
}
.nav .cate .hs .cs .cs-son{
    background: #fff;
    min-height: 320px;
    width: 648px;
    position: absolute;
    left: 288px;
    top: 0;
    display: none;
    padding: 18px;
}
.nav .cate .hs .cs:hover .cs-son{
    display: block;
}
.nav .cate .hs .cs .cs-son a{
    display: inline-block;
    padding: 0 12px;
    margin: 10px 6px;
    background: #fff;
    line-height: 28px;
    border-radius:20px;
    border: 1px solid #e0e0e0;
}
.nav .list{
    width: 100%;
    line-height: 44px;
    padding-left: 36px;
    text-align: center;
}
.nav .list a{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    padding: 0 24px;
}
.nav .list a.on, .nav .list a:hover{
    color: #ffd911;
}





.step{
    background: #f8f8f8;
    padding: 24px 0;
}
.step ul{
    width: 1224px;
    display: flex;
    margin: auto;
    align-items: center;
}
.row.fullpage .step{
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.row.fullpage .step ul{
    width: 100%;
    padding: 0 24px;
}

.step li{
    width: 100%;
    display: flex;
    align-items: center;
}
.step .text{
    width: 100%;
    padding-left: 12px;
}
.step .text em{
    font-size: 12px;
    display: block;
    font-style: normal;
}
.step .icon{
    background: #c93835;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 6px;
}
.step .arr{
    width: 30px;
    height: 30px;
    margin: 0 36px;
}

.ht{
    background-image: url("../images/line.png");
    background-repeat: repeat-x;
    background-size: 100% 1px;
    background-position: 0 center;
    overflow: hidden;
    height: 48px;
    line-height: 48px;

}
.ht b{
    background: #fff;
    font-size: 18px;
    display: inline-block;
    padding-right: 12px;
    padding-left: 12px;
    position: relative;
}
.ht b:before{
    position: absolute;
    content: ' ';
    background: #c93835;
    height: 16px;
    width: 3px;
    left: 0;
    top: 16px;
    display: block;
}
.ht a{
    background: #fff;
    display: inline-block;
    float: right;
    font-size: 14px;
    padding-left: 12px;
}

.home-focus{
    width: 288px;
    background: #cae3f0;
    border-radius: 5px;
    padding: 12px 24px;
}
.home-focus img{
    width: 100%;
    border-radius: 5px;
    margin: 12px 0;
}
.home-class{
    width: 600px;
}
.home-class .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6px 0;
}
.home-class .list a{
    width: 288px;
    display: flex;
    padding-bottom: 24px;
}
.home-class .list a img{
    width: 120px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 3px;
    object-fit: cover;
}
.home-class .list a .text{
    width: 100%;
    padding-left: 12px;
}
.home-class .list a .text b{
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
}
.home-class .list a .text span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}

.home-policy{
    width: 912px;
}

.home-notice{
    width: 288px;
}
.alist li{
    list-style: circle;
    line-height: 40px;
    border-bottom: 1px dotted #e0e0e0;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.links{
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
}
.links a{
    display: block;
    width: 300px;
}
.links a:not(:last-child){
    margin-right: 24px;
}
.links img{
    width: 100%;
    height: 50px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    padding: 4px;
    background: #fff;
}

.footer{
    background: #666666;
    color: #fff;
    text-align: center;
    padding: 36px 0;
    margin-top: 24px;
}



.place {
    width: 1224px;
    margin: auto;
    color: #666;
    white-space: nowrap;
    padding: 24px 0;
    position: relative;
    line-height: 24px;
}

.place a, .place span {
    color: #666;
    background-image: url("../images/right.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 16px;
}

.place a:first-child {
    background-image: url("../images/home.svg");
    background-size: 14px 14px;
}

.place a:hover {
    color: #c93835;
}

.place .learn-sta{
    position: absolute;
    top: 24px;
    right: 0;
    display: flex;
    align-items: center;
    color: #333;
}
.place .learn-sta em{
    font-style: normal;
    font-size: 24px;
    color: #c93835;
    font-family: num;
    padding: 2px 0 0 12px;
}


.row-left {
    width: 288px;
    background: #fff;
}

.row-right {
    width: 912px;
    background: #fff;
}

.row-left .row-nav {
    padding: 24px;
}

.row-left .row-nav a {
    display: block;
    line-height: 40px;
    border: 1px solid #f0f0f0;
    text-align: center;
    font-size: 16px;
    margin-bottom: 24px;
    background: #f8f8f8;
    color: #333;
    border-radius: 3px;

}

.row-left .row-nav a:hover {
    background: #fff;
}

.row-left .row-nav a.active {
    background: #c93835;
    color: #fff;
    border: 1px solid #c93835;
}

.row-title {
    height: 64px;
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: bold;
    padding: 0 24px;
    display: flex;
    align-items: center;
}
.row-content {
    padding: 24px;
    line-height: 2;
}

.row-content p {
    padding: 12px 0;
}

.row-content img {
    max-width: 100%;
    border-radius: 2px;
}

.global-login{
    padding: 24px;
}
.global-login-title{
    display: flex;
    align-items: center;
    color: #333;
}
.global-login-title em{
    background: #c93835;
    color: #fff;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    font-style: normal;
    padding: 0 12px;
    border-radius: 0 24px 24px 24px;
    margin-left: 24px;
}
.global-login li{
    display: flex;
    margin: 18px 0;
    border: 1px solid #e6e6e6;
    height: 42px;
    padding: 1px;
    border-radius:3px;
    align-items: center;
    position: relative;
    background: #fff;
}
.global-login li input{
    height: 38px;
    line-height: 38px;
    width: 100%;
    border: none;
    font-size: 14px;
    background: #fff;
}
.global-login li input.validform_error{
    color: #ff5065;
}

.global-login li .iconfont{
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    flex-shrink: 0;
    background: #fff;
}
.global-login li .captcha{
    height: 38px;
    cursor: pointer;
}
.global-login .submit{
    background: #c93835;
    height: 48px;
    color: #fff;
    border-radius:3px;
    width: 100%;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.global-login li .getsms{;
    width: 90px;
    height: 28px;
    background: #c93835;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 24px;
    position: absolute;
    top: 6px;
    right: 6px;
}
.global-login li .getsms:disabled{
    background: #e0e0e0;
    cursor: not-allowed;
}
.loginpage{
    height: 100%;
}
.loginpage body {
    height: 100%;
    background-image: url("../images/loginbg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.loginpage .loginbox{
    width: 400px;
    height: 360px;
    position: absolute;
    background: rgba(0,0,0,.5);
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -180px;
    padding: 36px;
    border-radius: 3px;
}
.loginmask{
    width: 100%;
    height: 100%;
    background-image: url("../images/mask.png");
}

.users-form .item {
    padding: 24px;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.users-form .item.noborder {
    border-bottom: none;
}

.users-form .item .item-name {
    width: 100px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-right: 12px;
    flex-shrink: 0;
    text-align: right;
}

.users-form .item .item-option {
    width: 100%;
}

.users-form .item .getsms {
    border: 1px solid #e6e6e6;
    height: 40px;
    width: 150px;
    border-radius: 3px;
    background: #fafafa;
    font-size: 14px;
    margin-left: 6px;
    cursor: pointer;
}

.users-form .item .item-option .avatar {
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
}

.users-form .item .item-option .avatar:hover {
    opacity: .8;
}

.users-form .item .item-option .avatar span {
    display: block;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}

.users-form .item .item-option .avatar img {
    width: 120px;
    height: 120px;
}

.users-form .item .item-option input, .users-form .item .item-option .itemtext {
    border: 1px solid #e6e6e6;
    height: 40px;
    padding: 0 12px;
    line-height: 38px;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
}
.users-form .item .item-option .itemtext{
    background:#fafafa;
}

.users-form .item .item-option .itemtext {
    cursor: pointer;
}

.users-form .item .item-option .itemtext em {
    font-size: 12px;
    padding: 0 12px;
    background: #fff;
    font-style: normal;
    border-radius: 20px;
    margin-left: 12px;
    border: 1px solid #f0f0f0;
}

.users-form .item .item-icontip {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.users-form .item .item-option textarea {
    border: 1px solid #e6e6e6;
    width: 100%;
    border-radius: 3px;
    background: #fafafa;
    padding: 12px;
    min-height: 400px;
    vertical-align: middle;
    resize: vertical;
    font-size: 14px;
}

.users-form .item .item-option input.validform_error, .users-form .item .item-option textarea.validform_error {
    color: #ff5065;
}


.users-form .button-group {
    padding: 12px;
    display: flex;
}

.users-form .button-group .submit {
    height: 50px;
    font-size: 18px;
    background: #c93835;
    color: #fff;
    width: 100%;
    border: none;
    margin: 12px;
    border-radius: 3px;
    cursor: pointer;
}

.users-form .button-group .cancel {
    height: 50px;
    font-size: 18px;
    background: #fafafa;
    width: 100%;
    margin: 12px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
}

.users-form .button-group button:hover {
    opacity: .8;
}

.rc-block input {
    display: none
}

.rc-block label {
    border: 1px solid #e6e6e6;
    color: #333;
    padding: 0 24px;
    line-height: 38px;
    min-width: 80px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    background-color: #fafafa;
    margin-right: 12px;
    font-size: 14px;
}

.rc-block input:checked + label {
    background: #fff url("../images/checkon.svg") no-repeat right bottom;
    border: 1px solid #c93835;
    background-size: 21px 21px;
    color: #c93835
}

.rc-block input:disabled + label {
    opacity: 0.7;
}

.pages {
    display: flex;
    padding: 0 24px;
    justify-content: center;
}

.pages a {
    border: #f0f0f0 1px solid;
    padding: 3px 12px;
    margin-right: 12px;
    background: #fafafa;
    display: block;
    border-radius: 2px;
    color: #333;
}

.pages a:hover {
    background: #fff;
}

.pages span {
    padding: 3px 12px;
    background: #c93835;
    color: #fff;
    border: #c93835 1px solid;
    margin-right: 12px;
    display: block;
    border-radius: 3px;
}

.pages span em {
    font-style: normal;
}

.pages a, .pages span {
    margin: 24px 12px 24px 0;
}


.course-list{
    padding: 0 24px;
}
.course-list li{
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 24px 0;
    display: flex;
    width: 100%;
}

.course-list li img{
    width: 180px;
    height: 120px;
    flex-shrink: 0;
    border-radius: 3px;
    object-fit: cover;
}
.course-list li .text{
    width: 100%;
    padding-left: 24px;
}
.course-list li .text b{
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
}

.course-list li .text span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    padding-top: 12px;
}
.course-list li .btns{
    width: 224px;
    padding-left: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.course-list li .btns a{
    width: 100%;
    margin-left: 24px;
    display: block;
    height: 32px;
    background: #fff;
    border: 1px solid #c93835;
    text-align: center;
    line-height: 32px;
    color: #c93835;
    border-radius: 2px;
}
.course-list li .btns a:hover{
    background: #c93835;
    color: #fff;
}


.course-det{
    display: flex;
    padding: 24px;
}
.course-det img{
    width: 300px;
    height: 200px;
    flex-shrink: 0;
    object-fit: cover;
}
.course-det .text{
    width: 100%;
    padding-left: 24px;
}
.course-det .text b{
    display: block;
    color: #c93835;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
}
.course-det .text em {
    font-style: normal;
    display: block;
    color: #999;
    line-height: 24px;
}

.course-det .text span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #666;
    padding: 12px 0;
}
.course-det .btns{
    width: 224px;
    padding-left: 24px;
    flex-shrink: 0;
}
.course-det .btns a{
    display: block;
    height: 42px;
    background: #fff;
    border: 1px solid #c93835;
    text-align: center;
    line-height: 42px;
    color: #c93835;
    border-radius: 2px;
    margin: 24px 0;
    font-size: 20px;
}
.course-det .btns a:hover{
    background: #c93835;
    color: #fff;
}
.course-det .btns span{
    background: #c93835;
    color: #fff;
    border-radius: 20px 20px 20px 0;
    height: 36px;
    width: 80px;
    text-align: center;
    line-height: 36px;
    display: block;
}

.course-det-tab{
    height: 56px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    line-height: 54px;
}
.course-det-tab li{
    width: 120px;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.course-det-tab li.on{
    color: #c93835;
}
.course-det-tab li.on:after{
    content: ' ';
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    background: #c93835;
}
.course-det-content{
    padding: 24px;
    display: none;
}
.course-det-content.on{
    display: block;
}
.course-det-content img{
    max-width: 100%;
}


.filter{
    padding: 12px 24px;
    border-bottom: 1px solid #f0f0f0;
    display: none;
}
.filter.on{
    display: block;
}
.filter a{
    display: inline-block;
    padding: 0 12px;
    margin: 6px 24px 6px 0;
    line-height: 24px;
}
.filter a.on{
    background: #c93835;
    color: #fff;
    border-radius: 2px;
}


.videoplayer {
    width: 912px;
    height: 513px;
    background-color: #333;
    flex-shrink: 0;
}


.video-list {
    width: 288px;
    background: #fff;
    height: 513px;
}
.video-list .title{
    height: 60px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
}
.video-list ul{
    border-top: 24px solid #fff;
    border-bottom: 24px solid #fff;
    border-left: 12px solid #fff;
    border-right: 12px solid #fff;
    height: 453px;
    overflow: auto;
    padding: 0 12px;
}

.video-list li {
    list-style: none;
    margin-bottom: 24px;
    background: #f0f0f0;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 2px;
}

.video-list li:last-child {
    margin-bottom: 0;
}

.video-list li.on {
    color: #fff;
    background: #c93835;
}

.video-list ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
}

.video-list ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #c93835;
}


.my-course{
    padding: 24px 24px 0 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.my-course li{
    width: 272px;
    margin-bottom: 24px;
}
.my-course li img{
    width: 272px;
    height: 200px;
    object-fit: cover;
}
.my-course li .text{
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 24px;
}
.my-course li span{
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.my-course li em{
    display: block;
    height: 36px;
    line-height: 36px;
    color: #c93835;
    font-style: normal;
    font-family: num;
}

.my-course li .pnb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my-course li .pnb button{
    width: 60px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.my-course li .pnb button.apply{
    background: #1e9fff;
}
.my-course li .pnb button.delete{
    background: #c93835;
}
.my-course li .pnb button:hover{
    opacity: .8;
}
.my-course li:hover{
    background: #f5f5f5;
}



.certificate-list{
    padding: 0 24px;
}
.certificate-list li{
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 24px 0;
    display: flex;
    align-items: center;
}

.certificate-list li .text{
    width: 100%;
    padding-right: 24px;
}
.certificate-list li .text b{
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
}
.certificate-list li .text span {
    font-style: normal;
    display: block;
    color: #999;
    line-height: 24px;
}
.certificate-list li .text span em{
    font-size: 24px;
    color: #c93835;
    font-family: num;
    font-style: normal;
}

.certificate-list li .price {
    width: 200px;
    font-size: 32px;
    color: #c93835;
    font-family: num;
}
.certificate-list li .price:before{
    content: '¥';
    font-size: 12px;
}

.certificate-list li .btn{
    width: 100px;
    display: block;
    height: 32px;
    background: #fff;
    border: 1px solid #c93835;
    text-align: center;
    line-height: 32px;
    color: #c93835;
    border-radius: 2px;

}
.certificate-list li .btn:hover{
    background: #c93835;
    color: #fff;
}

.apply-tip{
    padding: 24px;
}
.apply-tip b{
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding-bottom: 24px;
}
.apply-tip span{
    display: block;
}
.apply-tip span em{
    color: #c93835;
    font-weight: bold;
    padding: 0 6px;
    font-size: 20px;
    font-style: normal;
    font-family: num;
}
.apply-tip .payway{
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px dotted #e8e8e8;
}
.apply-tip a{
    border: 1px solid #c93835;
    color: #c93835;
    height: 36px;
    border-radius: 36px;
    font-size: 16px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply-tip a:hover{
    background: #c93835;
    color: #fff;
}
.apply-tip a i{
    padding-right: 6px;
}


.bust {
    padding: 24px;
}

.bust table {
    width: 100%;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    border-spacing: 0;
}

.bust table th{
    background: #f8f8f8;
}
.bust table th, .bust table td {
    padding: 24px 12px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
}
.bust table td button{
    width: 50px;
    height: 24px;
    background: #fff;
    border: 1px solid #c93835;
    text-align: center;
    color: #c93835;
    border-radius: 2px;
    cursor: pointer;
}
.bust table td button:hover{
    background: #c93835;
    color: #fff;
}
.bust table td button:nth-child(2){
    margin-left: 6px;
}

.nomsg {
    width: 500px;
    height: 300px;
    background-image: url('../images/nomsg.png');
    background-size: 500px 270px;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    color: #999;
    padding-top: 270px;
    margin: 50px auto;
}

.news-list li {
    line-height: 52px;
    display: flex;
    border-bottom: 1px dotted #eee;
}

.news-list li a {
    display: block;
    width: 100%;
    padding-left: 30px;
    background: url("../images/aarr.png") left center no-repeat;
}

.news-list li span {
    color: #999;
    width: 100px;
    text-align: right;
    flex-shrink: 0;
}



.article-deatil-title {
    font-size: 24px;
    line-height: 1.2;
    padding: 24px 24px 0 24px;
    font-weight: bold;
    text-align: center;
}

.article-deatil-info {
    border-bottom: 1px dotted #f0f0f0;
    display: flex;
    align-items: center;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0;
    margin: 0 24px;
    justify-content: center;
}

.article-deatil-info .iconfont {
    font-size: 16px;
}

.article-deatil-info .iconfont:nth-child(2) {
    padding-left: 24px;
}

.utip{
    padding-top: 3px;
}
.utip b{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.utip span{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.utip a{
    border: 1px solid #c93835;
    color: #c93835;
    background: #fff;
    text-align: center;
    height: 32px;
    line-height: 30px;
    border-radius: 32px;
    font-size: 16px;
    display: block;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}
.utip a:hover{
    color: #fff;
    background: #c93835;
}
.home-swiper {
    width: 100%;
    height: 320px;
    background: #fff;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.home-swiper img {
    width: 100%;
    height: 320px;
    object-fit: scale-down;
}

.home-swiper .swiper-button-next,
.home-swiper .swiper-button-prev {
    display: none;
}

.home-swiper:hover .swiper-button-next,
.home-swiper:hover .swiper-button-prev {
    display: block;
    animation-name: animate-dropdown;
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.home-login{
    width: 1224px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -612px;
    z-index: 9;
}
.home-login .login-bg{
    width: 288px;
    height: 320px;
    background: rgba(0,0,0,.5);
    padding: 18px 24px 24px 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.home-login .global-login{
    padding: 0;
}
.home-login h2{
    color: #fff;
}

.home-help{
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
}
.home-help a{
    background: #fff;
    border-radius: 10px;
    width: 220px;
    display: block;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
    text-align: center;
    padding: 24px 0;
}
.home-help a img{
    display: block;
    margin: auto;
    width: 100px;

}
.home-help a  span{
    font-size: 20px;
    font-weight: 450;
    background-image: url("../images/arr.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-bottom: 32px;
    display: block;
}

.kf_toolbar{ display:block;}
.kf_bottom{ display:none;}	
.kf_toolbar {
	position: fixed;
	top: 50%;
	right: 0.3%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.kf_toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #2693ef;
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.kf_toolbar dd:first-child {
	margin-top: 0;
}
.kf_toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../images/kf_toolbar2.png) no-repeat center 0;
}
.kf_toolbar dd.qq i {
	background-position-y: 0;
}
.kf_toolbar dd.tel i {
	background-position-y: -30px;
}
.kf_toolbar dd.code i {
	background-position-y: -60px;
}
.kf_toolbar dd.top i {
	background-position-y: -90px;
}
.kf_toolbar dd span {
	display: block;
	color: #fff;
}
.kf_toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #2693ef;
	opacity: 0;
	transition: all .5s;
}
.kf_toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
	color: #fff;
}
.kf_toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.kf_toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0cb8b6;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.kf_toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #265B4B;
	opacity: 0;
	transition: all .5s;
}
.kf_toolbar dd.code .box img {
	width: 118px;
	height: 118px;
	padding: 11px;
}
.kf_toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0cb8b6;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.kf_toolbar dd:hover {
	background: #333;
}
.kf_toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.kf_toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}