.bg-green {
    background: #23af35;
}

.bg-blue {
    background: #2ca7e2;
}

.bg-green-two {
    background: #8ebd18;
}

.bg-green-three {
    background: #0aa496;
}

.bg-progress-one {
    background: #eea423;
}

.bg-progress-two {
    background: #499ad2;
}

.bg-progress-three {
    background: #81d63c;
}

.bg-progress-four {
    background: #5aaee9;
}

.bg-progress-five {
    background: #37d8b0;
}

.navbar {
    z-index: 100;
    position: relative;
}

.Navigation ul li {
    padding: 0px;
}

.Navigation ul li a {
    color: white;
    width: 100%;
    display: block;
    padding: 0 22px;
    height: 100%;
}

.Navigation ul li.show-second-list .tab-list {
    display: block;
}

.Navigation ul li .tab-list {
    display: none;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 100%;
    padding-top: 20px;
    background: #1a1a62;
}

.Navigation ul li .tab-list a {
    padding: 0px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.footer .tab-nav li a {
    color: white;
    width: 100%;
    display: block;
    height: 100%;
}

.index {
    background: white;
}

.index .banner {
    position: relative;
}

.index .banner img.banner-bg {
    position: absolute;
    top: 0px;
    left: 0px;
}

.index .banner .title {
    position: relative;
}

.index .banner .title p {
    padding-top: 76px;
}

.index .banner .title p,
.index .banner .title h2 {
    position: relative;
    text-align: center;
    z-index: 100;
}

.index .banner .title h2 {
    letter-spacing: 10px;
    font-size: 60px;
}

.index .banner .title .enroll {
    padding-top: 30px;
    font-size: 18px;
    cursor: pointer;
}

.index .banner .title .enroll img {
    position: relative;
    top: 5px;
    display: inline-block;
    margin: 0 20px;
}

.index .banner .title .line {
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 0;
}

.ljbm_btn a {
    text-align: center;
    margin-bottom: 60px;
    display: inline-block;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.ljbm_btn a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ljbm_btn img {
    margin: auto
}

.index .banner .remark {
    position: absolute;
    bottom: 130px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 0
}

.index .banner .remark ul {
    display: block;
    width: 700px;
    margin: auto;
}

.index .banner .remark ul li {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 12px;
    text-align: left
}

.index .banner .remark ul li div {
    display: inline-block;
    float: left;
}

.index .banner .remark ul li div:last-child {
    margin-left: 10px
}

.index .banner .remark p {
    color: #fff;
    padding: 0px;
    font-size: 12px;
}

.index .count {
    margin-bottom: 60px;
    margin-top: -80px;
    z-index: 9999;
    position: relative
}

.index .count ul {
    height: 170px;
    width: 1200px;
    display: block;
}

.index .count ul li {
    float: left;
    width: 200px;
    height: 165px;
    background: white;
    text-align: center;
    margin-right: 100px;
}

.index .count ul li img {
    margin: auto;
    padding: 10px;
}

.index .count ul li h3 {
    font-size: 24px;
}

.index .count ul li p {
    font-size: 12px;
}

.index .public-title {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.index .public-title span {
    display: block;
    margin: auto;
    width: 65px;
    height: 2px;
    background: #2a6fcc;
}

.index .public-title h2 {
    line-height: 40px;
    font-weight: 500;
    font-size: 28px;
}

.index .public-title p {
    font-size: 12px;
    color: #999;
}

.index .expalin-box {
    padding: 0 120px;
    background: #f3f6f8;
}

.index .expalin-box ul {
    display: block;
    height: 80px;
}

.index .expalin-box ul li {
    float: left;
    width: 25%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
}

.index .expalin-box ul li img {
    position: relative;
    top: 10px;
    display: inline-block;
}

.index .expalin-box ul li .first {
    display: inline-block;
}

.index .expalin-box ul li .second {
    display: none;
}

.index .expalin-box ul li.active {
    background: #2a6fcc;
    color: white;
}

.index .expalin-box ul li.active .first {
    display: none;
}

.index .expalin-box ul li.active .second {
    display: inline-block;
}

.index .expalin-box div {
    position: relative;
    padding: 50px 0;
    cursor: pointer;
    height: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index .expalin-box div .more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 30px;
    padding: 0px 0 50px;
}

.index .index-progress {
    position: relative;
    margin: 50px 0;
    padding: 80px 0;
    background-color: #f3f6f8
}

.progress-box li {
    overflow: hidden;
    position: relative;
    float: left;
    display: inline;
    width: 20%;
    zoom: 1
}

.progress-box li .text {
    position: absolute;
    height: 260px;
    left: 260px;
    top: 0;
    text-align: left;
    padding: 10px 20px;
    color: #fff;
    z-index: 999;
    width: 100%;
    box-sizing: border-box
}

.index .index-progress .progress-box {
    padding: 50px 0;
}

.index .index-progress .progress-box .close {
    display: block;
}

.index .index-progress .progress-box .close img {
    margin: auto;
}

.index .index-progress .progress-box .close h3 {
    margin: 50px 0px 10px;
}

.index .index-progress .progress-box .close p {
    color: #999;
}

.progress-box li .text h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.progress-box li .text p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px
}

.progress-box li .text ul li {
    position: relative;
    font-size: 13px;
    padding-left: 10px
}

.progress-box li .text ul li span {
    position: absolute;
    top: 7px;
    left: 0px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: white;
}

.index .index-progress .progress-box .linea {
    border-bottom: 1px dashed #dedfdf;
    height: 1px;
    display: block;
    position: absolute;
    left: 80px;
    right: 80px;
    top: 90px;
    z-index: 0
}

.index .video-box div {
    display: inline-block;
}

.index .video-box img {
    width: 100%;
    height: 100%;
}

.index .video-box .left {
    position: relative;
    width: 545px;
    height: 534px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left
}

.index .video-box .right {
    width: 540px;
    height: 530px;
}

.index .video-box .right>div {
    height: 260px;
    position: relative;
    margin-bottom: 10px
}


}
.index .video-box .right>div:last-child {
    margin-bottom: 0px
}
.index .video-box .video-explain {
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    line-height: 50px;
    padding-left: 30px;
    color: white;
}
.index .index-question {
    margin: 50px 0;
    padding: 80px 0 70px;
    background-color: #f3f6f8
}
.index .index-question .question-box {
    padding: 0 0 50px;
}
.index .index-question .question-box .single-box {
    position: relative;
    text-align: center;
}
.index .index-question .question-box .single-box .question-content {
    position: absolute;
    background: white;
    border-radius: 6px;
    width: 510px;
    padding: 24px;
    text-align: left;
    color: #333;
}
.index .index-question .question-box .single-box .question-content .trangle {
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    position: absolute;
    right: -12px;
    top: 20px;
    background: white;
}
.index .index-question .question-box .single-box .question-content.right {
    right: -12px;
}
.index .index-question .question-box .single-box .question-content.right .trangle {
    left: -12px;
}
.index .index-question .question-box .single-box .answer {
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: auto;
    color: #666
}
.index .index-question .question-box .single-box .tag {
    position: relative;
    top: 15px;
    width: 36px;
    display: block;
    margin: auto;
}
.index .index-question .question-box .single-box .tag .cicle {
    position: relative;
    background: #4492cb;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    z-index: 10;
}
.index .index-question .question-box .single-box .tag .line {
    position: absolute;
    display: block;
    margin: auto;
    width: 2px;
    height: 80px;
    background: #d3dde4;
    left: 17px;
    top: 20px;
    z-index: 0;
}
.index .unit-box ul {
    width: 1200px;
    height: 200px;
}
.index .unit-box ul li {
    float: left;
    width: 353px;
    /*width: 260px;*/
    
    height: 150px;
    margin-right: 20px;
    border: 1px solid #e5e5e5;
}
.index .unit-box ul li h3 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
}
.index .unit-box ul li div {
    padding: 15px;
}
.index .unit-box ul li div p {
    position: relative;
    padding-left: 10px;
    color: #333
}
.index .unit-box ul li div p span {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #333;
    top: 9px;
    left: 0px;
}
.progress-box {
    padding: 50px 0;
}
.progress-box .close {
    display: block;
}
.progress-box .close img {
    margin: auto;
}
.progress-box .close h3 {
    margin: 50px 0px 10px;
}
.progress-box .close p {
    color: #999;
}
.progress-box .opean {
    display: none;
    height: 100%;
    text-align: left;
    color: white;
    padding: 30px 20px;
}
.progress-box .opean h3,
.progress-box .opean p {
    font-size: 14px;
    line-height: 30px;
}
.progress-box .opean li {
    position: relative;
    font-size: 12px;
    padding-left: 8px;
}
.progress-box .opean li span {
    position: absolute;
    top: 7px;
    left: 0px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: white;
}
.progress-box>ul {
    height: 240px;
    position: relative;
}
.progress-box>ul>li {
    width: 20%;
    height: 260px;
    float: left;
    text-align: center;
    position: relative;
    z-index: 100;
}
.progress-box>ul .line {
    border-color: #dedfdf;
    top: 80px;
    z-index: 0;
}
.process.progress-box>li {
    height: 145px;
}
.process.progress-box .close img {
    margin: 20px auto;
}
.process.progress-box .close h3 {
    font-size: 14px;
    margin: 0px;
    color: white;
}
.process.progress-box .close p {
    color: rgba(255, 255, 255, 0.3);
}
.process.progress-box .opean {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
}
.process.progress-box .opean li {
    text-align: left;
}
.process.progress-box .opean>p {
    line-height: 10px;
}
.button-one {
    width: 190px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 30px auto;
    text-align: center;
    color: white;
    background: #4492cb;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.button-one a {
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}
.button-one:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.notice-details .left {
    height: auto;
}
.notice-details .left h3 {
    max-width: 60%;
}
.notice-details .left .time {
    padding: 20px 0;
    color: #848898;
}
.notice-details .left .time img {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 16px;
}
.notice-details .left p {
    line-height: 30px;
    color: #666;
}
.notice-details .left .other {
    margin-top: 20px;
    background: #f9f9f9;
    padding: 10px;
}
.notice-details .left .other h3 {
    max-width: 100%;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}
.download .single-box h3,
.notice .single-box h3 {
    font-size: 16px;
    color: #333;
}
.contact .left h3 {
    position: relative;
    left: -10px;
    line-height: 60px;
}
.contact .left p {
    line-height: 60px;
    color: #333;
}
.train-video {
    margin-bottom: 60px;
}
.train-video ul li {
    float: left;
    width: 529px;
    margin: 10px;
    background: white;
    cursor: pointer;
}
.train-video ul li img {
    width: 100%;
}
.train-video ul li h3 {
    padding: 10px 20px;
}
.train-video ul li div {
    padding: 0px 20px 15px;
    color: #666;
}
.train-video ul li div img {
    position: relative;
    top: 5px;
    margin-right: 10px;
    display: inline-block;
    width: 22px;
}
.train-video .page {
    width: 100%;
    bottom: -80px;
}
.right-tab {
    position: fixed;
    z-index: 10000;
    right: 0px;
    bottom: 0px;
    width: 308px;
    overflow: hidden;
}
.notice_gb {
    position: fixed;
    z-index: 10000;
    right: 0px;
    bottom: -10px;
    overflow: hidden;
    width: 228px
}
.right-tab .list {
    background: #f7f7f7;
    padding: 20px;
}
.right-tab .list ul li {
    position: relative;
    padding-left: 8px;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.right-tab .list ul li span {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #333;
}
.close-button {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    width: 70px;
    padding: 0px 0px 0px 20px;
    cursor: pointer;
    color: #fff;
    height: 80px;
    line-height: 80px
}
.close-button a {
    color: #fff
}
body {
    overflow-x: hidden;
}
.banner_ny {
    background-image: url(../images/banner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% 100%;
}
.slideLeft .close {
    display: none !important;
    animation: fadeout 1s;
}
.slideLeft .opean {
    display: block !important;
    animation: progressSlideLeft 500ms ease-in-out;
    left: 0px !important;
}
.slideRight .close {
    display: block !important;
}
.slideRight .opean {
    animation: progressSlideRight 500ms ease-in-out;
}
@keyframes fadeout {
    0% {
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}
@keyframes progressSlideLeft {
    0% {
        left: 100%;
    }
    
    100% {
        left: 0px;
    }
}
@keyframes progressSlideRight {
    0% {
        left: 0;
    }
    
    100% {
        left: 100%;
    }
}
.sugn-animation img:first-child {
    animation: slideRight 1s;
}
.sugn-animation img:last-child {
    animation: slideLeft 1s;
}
@keyframes slideRight {
    0% {
        transform: translateX(0);
    }
    
    100% {
        transform: translateX(15px);
    }
}
@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    
    100% {
        transform: translateX(-15px);
    }
}
.zxtw h2 {
    margin-bottom: 20px
}
.zxtw span.tnb {
    background-color: #4492cb;
    color: #fff;
    width: 200px;
    margin: 20px auto;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    display: block
}
.zxtw span {
    display: inline-block;
    vertical-align: middle;
}
.zxtw textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #e5e5e5
}

/*# sourceMappingURL=extend.css.map */