* {
    padding: 0;
    margin: 0;
    list-style: none;
    user-select:none;
}

::-webkit-scrollbar {
    width: 3px !important;
    height: 10px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    background-color: #ffffff
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgb(97, 191, 173);
}

    ::-webkit-scrollbar-thumb:vertical:hover {
        background-color: rgba(0,0,0,.35)
    }

    ::-webkit-scrollbar-thumb:vertical:active {
        background-color: rgba(0,0,0,.38)
    }

[v-cloak] {
    display: none
}

body {
    font: 14px/1.5 'Microsoft YaHei';
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: initial;
    }


.s-form input[type='text'],
.s-form input[type='password'],
.s-form input[type='number'],
.s-form select,
.s-form textarea {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 2px;
    padding: 5px;
}

    .s-form textarea[readonly] {
        border: none;
        resize: none;
        outline: none
    }

.s-thead {
    background: #ddd;
}

.s-form input[type='submit'] {
    margin: auto;
    display: block;
    border-radius: 2px;
    border: none;
    width: 200px;
    height: 35px;
    background: #ffbb3f;
    color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -webkit-appearance: textfield;
}

ol {
    margin-left: 22px
}

ul > li {
    list-style: none;
}

img {
    width: 100%;
}

button {
    outline: none;
}

.contWidth {
    margin: 0 auto;
}

    .contWidth + .contWidth {
        padding-top: 0;
    }

header .contWidth {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 1000px;
}

    header .contWidth .logo {
        float: left;
        max-width: 300px;
    }

    header .contWidth .phone {
        float: right;
        width: 370px;
    }

.test-title {
    margin: 10px 0 30px;
    font-size: 15px;
    font-weight: bold;
    text-indent: 2em;
}

.test-paper {
    width: 800px;
    margin: auto;
}

    .test-paper > div {
        margin-bottom: 30px;
    }

    .test-paper .box {
        height: 150px;
        position: relative;
        transition: all 0.3s;
        background-color: #42abfb;
    }

    .test-paper .a1 {
        background-color: #f49537;
    }

    .test-paper .a2 {
        background-color: #a2c926;
    }

    .test-paper .a3 {
        background-color: #f5b3be;
    }

    .test-paper .box sign {
        position: absolute;
        display: inline-block;
        width: 150px;
        height: 30px;
        text-align: center;
        background: rgba(217, 138, 139, 0.5);
        color: white;
        line-height: 30px;
        font-size: 12px;
        transform: rotate(-45deg);
        top: 18px;
        left: -40px;
    }

    .test-paper .box span {
        position: absolute;
        display: inline-block;
        width: 100px;
        height: 100px;
        text-align: center;
        transition: all 0.3s;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(255,255,255,0.2);
        border-radius: 50%;
    }

        .test-paper .box span i {
            color: aqua;
            font-size: 35px;
            line-height: 80px;
            background: white;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin-top: 10px;
        }

    .test-paper .a1 span i {
        color: #E91E63;
    }

    .test-paper .a2 span i {
        color: #009688;
    }

    .test-paper .a3 span i {
        color: orangered;
    }

    .test-paper .box h2 {
        color: white;
        width: 100%;
        text-align: center;
        transition: all 0.3s;
        line-height: 135px;
        margin-left: -100%;
    }

    .test-paper .box:hover {
        top: -5px;
        box-shadow: 0px 5px 5px 2px #adadad;
    }

        .test-paper .box:hover span {
            top: 120px;
        }

        .test-paper .box:hover h2 {
            margin-left: 0;
        }

.score {
    box-shadow: 0px 0px 5px 3px #e1e1e1;
    padding: 20px 15px;
}

    .score::after {
        content: "";
        display: block;
        clear: both;
    }

    .score i {
        font-size: 40px;
        line-height: 70px;
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #42abfb;
        color: white;
        margin-right: 10px;
    }

        .score i.i1 {
            background: #f49537;
            /*color: #E91E63;*/
        }

        .score i.i2 {
            background: #a2c926;
            /*color: #009688;*/
        }

        .score i.i3 {
            background: #f5b3be;
            /*color: orangered;*/
        }

    .score span {
        font-size: 25px;
    }

.a {
    position: relative;
}

    .a::after {
        content: "";
        display: block;
        height: 30px;
        width: 100%;
        position: absolute;
        background: #FD9526;
        left: 0;
        bottom: 0;
    }

.b::after {
    background: #a2c927;
}

.down-list li {
    padding-right: 30px;
}

    .down-list li:nth-child(even) {
        background: #f0f0f0;
    }

    .down-list li img {
        width: 50px;
    }

    .down-list li span {
        margin-left: 30px;
    }

    .down-list li a.btn {
        float: right;
        margin-top: 10px;
    }

.homeNav {
    background-color: #e60012;
    text-align: center;
    min-width: 1000px;
}

    .homeNav .menu {
        padding-top: 15px;
    }

        .homeNav .menu > div {
            display: none;
        }

        .homeNav .menu .menuBtn div {
            width: 30px;
            height: 3px;
            background: white;
            border-radius: 5px;
            margin: 6px auto
        }

        .homeNav .menu .shade {
            display: none;
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0,0,0,.8);
            z-index: 11111
        }

    .homeNav > ul {
        max-width: 1000px;
        margin: auto;
        height: 60px;
    }

        .homeNav > ul > li {
            float: left;
            position: relative;
        }

            .homeNav > ul > li > ol {
                position: absolute;
                width: 100%;
                z-index: 9999;
                background: #e60012;
                margin: 0;
                display: none;
            }

                .homeNav > ul > li > ol a {
                    display: block;
                    color: white;
                }

            .homeNav > ul > li:hover > ol {
                display: block;
            }

            .homeNav > ul > li > ol a:hover {
                background: #b8000e;
            }

            .homeNav > ul > li > a {
                color: white;
                font-weight: bold;
                display: block;
                line-height: 60px;
                padding: 0 20px;
                font-size: 18px;
            }

            .homeNav > ul > li:hover > a, .homeNav > ul > li.action > a {
                color: #e60012;
                background-color: white;
                text-decoration: none;
            }

            .homeNav > ul > li:hover > div {
                display: block;
            }

            .homeNav > ul > li a + div {
                display: none;
                z-index: 4;
                background: white;
                font-weight: initial;
                white-space: nowrap;
                box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
                margin-top: -5px;
                min-width: 135px;
                position: absolute;
            }

            .homeNav > ul > li > div > div > div {
                position: relative;
            }

                .homeNav > ul > li > div > div > div:hover > a {
                    background: #f3f3f3;
                }

                .homeNav > ul > li > div > div > div:hover > div {
                    display: block;
                    left: 100%;
                    top: 5px;
                }

            .homeNav > ul > li a + div > div {
                line-height: initial;
                width: 100%;
            }

                .homeNav > ul > li a + div > div .title {
                    text-decoration: none !important;
                }

            .homeNav > ul > li a + div a {
                display: block;
                padding: 10px 30px;
                color: #666;
            }

#body {
    width: 1000px;
    margin: auto;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .banner ul li {
        display: inline-block;
    }

    .banner .imgs {
        transition: all .5s;
        font-size: 0;
        white-space: nowrap;
        position: relative;
        left: 0
    }

    .banner .actions {
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: center;
    }

        .banner .actions li {
            width: 15px;
            height: 15px;
            margin: 0 10px;
            border-radius: 50%;
            background-color: #adadad;
            cursor: pointer;
        }

            .banner .actions li.action {
                background-color: #ffc600;
            }

.aboutUs .details {
    width: 100%;
    max-width: 288px;
    height: 35px;
    border-radius: 10px;
    background-color: #ff0000;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin: 20px auto 0;
}

.product {
    background-color: #f8f9fa;
}

    .product .series {
        font-size: 18px
    }

    .product .pMore {
        float: right;
        color: #ff0000;
    }

    .product dd {
        margin-bottom: 50px;
    }

    .product .exhibit > div:nth-child(1) > div, .product .exhibit > div:nth-child(4) > div, .product .exhibit > div:nth-child(7) > div, .product .exhibit > div:nth-child(10) > div, .product .exhibit > div:nth-child(13) > div {
        border-bottom: 3px solid #ffc001;
    }

    .product .exhibit > div:nth-child(2) > div, .product .exhibit > div:nth-child(5) > div, .product .exhibit > div:nth-child(8) > div, .product .exhibit > div:nth-child(11) > div, .product .exhibit > div:nth-child(14) > div {
        border-bottom: 3px solid #3edba6;
    }

    .product .exhibit > div:nth-child(3) > div, .product .exhibit > div:nth-child(6) > div, .product .exhibit > div:nth-child(9) > div, .product, .exhibit > div:nth-child(12) > div, .product .exhibit > div:nth-child(15) > div {
        border-bottom: 3px solid #ff7d70;
    }

.exhibit > div > div {
    background: white;
    border: 1px solid #eee;
    transition: all .3s;
    margin: 15px 0;
    text-align: center;
}

    .exhibit > div > div:hover {
        box-shadow: 5px 10px 15px 0 #d8d8d8;
    }

    .exhibit > div > div > div {
        font-size: 16px;
        font-weight: bold;
        margin-top: 30px;
        height: 50px;
        padding: 0 20px;
    }

    .exhibit > div > div > a {
        display: block;
        width: 100px;
        height: 30px;
        line-height: 29px;
        border-radius: 5px;
        margin: 10px auto 30px;
        color: #fff;
        background-color: #ff6701;
    }

.tab .tab-item {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

    .tab .tab-item li {
        display: inline-block;
        padding: 5px 8%;
        border-bottom: 2px solid #ddd;
        cursor: pointer;
        margin: 0 -3px;
    }

.tab .tab-contens > div {
    display: none;
}

    .tab .tab-contens > div.action {
        display: block;
    }

.tab .tab-item li.action {
    border-bottom-color: #ff0000;
}

.dynamic .tab .tab-contens .news .leftImgs img {
    width: 100%;
}

.dynamic .tab .tab-contens .news .date {
    background-color: #f2f2f2;
    text-align: center;
    width: 70px;
    padding: 14px 0;
    margin-right: 20px;
    color: #666;
}

.dynamic .tab .tab-contens .news .cont {
    padding: 5px 0;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dynamic .tab .tab-contens .news .cut-off {
    border: 1px dashed #e5e5e5;
    margin: 10px 0;
}

.dynamic .tab .tab-contens .news table {
    width: 100%;
    table-layout: fixed;
}

    .dynamic .tab .tab-contens .news table h3 a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.dynamic .tab .tab-contens .exper {
    text-align: center;
}

    .dynamic .tab .tab-contens .exper > div > div {
        box-shadow: 4px 6px 16px 0 #eee;
        border: solid 1px #eeeeee;
        padding: 20px;
        margin-bottom: 16px;
        min-height: 312px;
    }

        .dynamic .tab .tab-contens .exper > div > div img {
            width: 40%;
            margin: 40px 0;
        }

        .dynamic .tab .tab-contens .exper > div > div h3 {
            margin-bottom: 20px;
            height: 45px;
        }

    .dynamic .tab .tab-contens .exper .more {
        width: 100%;
        font-size: 16px;
        color: #666;
        background-color: #fff;
        box-shadow: 4px 6px 16px 0 #eee;
        border-radius: 2px;
        border: solid 1px #eee;
        cursor: pointer;
        height: 45px;
        line-height: 45px;
        font-weight: bold;
        display: block
    }

        .dynamic .tab .tab-contens .exper .more:hover {
            background-color: #fbfbfb
        }

    .dynamic .tab .tab-contens .exper a.experBtn {
        width: 50%;
        border-radius: 2px;
        padding: 5px 0;
        display: block;
        margin: 30px auto 0;
        color: #fff;
    }

    .dynamic .tab .tab-contens .exper > div:nth-child(1) a.experBtn {
        background-color: #ffc001;
    }

    .dynamic .tab .tab-contens .exper > div:nth-child(2) a.experBtn {
        background-color: #3edba6;
    }

    .dynamic .tab .tab-contens .exper > div:nth-child(3) a.experBtn {
        background-color: #ff7d70;
    }

    .dynamic .tab .tab-contens .exper > div:nth-child(4) a.experBtn {
        background-color: #3bb5ff;
    }

#pass_by > div > div {
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 30px;
    position: relative;
    transition: all .5s;
    margin-bottom: 30px;
}

    #pass_by > div > div:hover {
        box-shadow: 0 5px 13px 0 rgba(153, 153, 153, 0.35);
    }

    #pass_by > div > div > div {
        overflow: hidden;
        text-align: center;
    }

#pass_by ul {
    transition: all .3s;
    white-space: nowrap;
    font-size: 0;
    position: relative;
    left: 0
}

    #pass_by ul li {
        display: inline-block;
        white-space: initial;
        font-size: 14px;
    }

        #pass_by ul li h4:nth-child(2) {
            margin-top: 15px;
            color: #666;
        }

        #pass_by ul li h4:nth-child(3) {
            margin: 15px 0;
        }

#pass_by .par, #pass_by .nex {
    width: 25px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    opacity: 0;
    transition: all .5s;
    cursor: pointer;
}

#pass_by > div > div:hover > div > div {
    opacity: 1;
}

#pass_by .par img, #pass_by .nex img {
    width: 100%;
    height: 100%;
}

#pass_by .par {
    left: 0;
}

#pass_by .nex {
    right: 0;
}

#bottom {
    background-color: #eee;
    font-size: 12px;
    padding: 30px 0;
}

    #bottom .bt_info > div > div {
        /*padding-left: 50px;*/
        margin-bottom: 15px;
    }

    #bottom .bt_info img {
        width: 40px;
        /*float: left;*/
    }

    #bottom .copyright {
        background-color: #ccc;
        text-align: center;
        padding: 10px 0;
    }

#backTop {
    display: none;
    position: fixed;
    bottom: 37px;
    right: 37px;
    width: 40px;
    height: 40px;
    background: url(../Img/top.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.clear {
    clear: both;
}

.color_999 {
    color: #999;
}

.float_l {
    float: left;
}

.hmt {
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
}

    .hmt > div {
        font-size: 25px;
        padding-bottom: 15px;
    }

.flex {
    display: flex;
    display: -webkit-flex;
}

.flex-1 {
    flex: 1;
}

.video {
    width: 475px;
    height: 350px;
    background: #000;
    margin-right: 50px;
}
.video:nth-child(2){
    margin-right:0;
}

.project-detail {
    flex: 1;
}

.synopsis {
    flex: 0 0 70px;
}

#myChart {
    width: 700px;
    height: 250px;
    margin-right: 30px;
    position:relative;
}

.amount {
    width: 270px;
}

    .amount .num {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #f68c02;
        float: left;
        margin-top: 4px;
        margin-right: 5px;
    }

    .amount .data {
        height: 100px;
        background: #f68c02;
        padding: 10px 15px;
        color: white;
    }

        .amount .data div {
            line-height: 30px;
            text-align: center;
            font-size: 30px;
            font-weight: bold;
        }

.banner {
    position: relative;
}

    .banner .banner-box {
        width: 900px;
        margin: auto;
        overflow: hidden;
    }

    .banner ul {
        width: calc(100% + 30px);
        margin: 10px 0;
        padding: 5px;
    }

        .banner ul::after {
            content: "";
            display: block;
            clear: both;
            overflow: hidden;
        }

        .banner ul li {
            float: left;
            width: 280px;
            margin-right: 25px;
            box-shadow: 0px 0px 10px #cdcccf;
        }

            .banner ul li span {
                font-size: 20px;
                font-weight: bold;
                margin-right: 15px;
                line-height: 25px;
            }

    .banner .arrow {
        position: absolute;
        display: block;
        width: 30px;
        height: 50px;
        background: rgba(0,0,0,0.3);
        top: 95px;
        color: white;
        line-height: 45px;
        font-size: 35px;
        user-select: none;
    }

        .banner .arrow:hover {
            text-decoration: none;
            cursor: pointer;
        }

    .banner .right {
        right: 0;
    }

.network > div {
    margin: 0 30px;
    text-align: center;
}

.network i {
    display: block;
}

.network i {
    display: block;
    width: 100px;
    height: 100px;
    border: 5px solid #61bfad;
    border-radius: 50%;
    line-height: 90px;
    font-size: 40px;
    margin-bottom: 10px;
    color: #61bfad;
}

    .network i:hover {
        color: #00b694;
        border-color: #00b694;
    }

.tabs-nav {
    width: 100px;
    position: fixed;
    border-radius: 10px;
    background: #464646;
    margin-left: -110px;
    overflow: hidden;
}

    .tabs-nav li {
        width: 100%;
        font-size: 15px;
        color: #fff;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,.5);
        line-height: 20px;
        transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        cursor: pointer;
        padding: 7px 0;
    }

        .tabs-nav li.active {
            padding: 15px 0;
            background: #e60012 !important;
        }

.tab-box .tab-item {
    display: none;
    margin-bottom: 50px;
    outline: none;
}

.tab-box .active {
    display: block;
}

.project-overview {
    position: relative;
    box-shadow: 0 0 10px #ddd;
    padding: 50px 30px;
    line-height: 25px;
    min-height: 392px;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}

    .project-overview h2 {
        margin: 50px 0 30px;
        border-left: 5px solid #96CCCD;
        font-size: 20px;
        padding-left: 20px;
        text-indent: 0em;
        font-weight: bold;
    }

    .project-overview h3 {
        margin: 20px 0;
    }

    .project-overview h4 {
        text-indent: 2em;
    }

    .project-overview p {
        margin-bottom: 5px;
    }

    .project-overview .ml {
        margin-left: 30px;
    }

.text-indent {
    text-indent: 2em;
}

/*.project-overview .table-bordered > tbody > tr > td, .project-overview .table-bordered > tbody > tr > th {
    text-align: center;
}*/

.service-team .title {
    border-bottom: 1px solid #ddd;
    height: 45px;
}

    .service-team .title span {
        display: inline-block;
        border-bottom: 3px solid red;
        padding-bottom: 10px;
        position: absolute;
    }

.service-team ul::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.service-team ul li {
    float: left;
    width: 210px;
    margin-right: 53px;
    box-shadow: 0 0 10px #ddd;
    font-size: 12px;
    margin-bottom: 30px;
    color: #999;
    overflow: hidden;
    position: relative;
}

    .service-team ul li:nth-child(4n) {
        margin-right: 0;
    }

    .service-team ul li > div {
        padding: 0px 10px;
        position: absolute;
        bottom: -45px;
        width: 100%;
        background: white;
        transition: all 0.3s;
    }

    .service-team ul li p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .service-team ul li b {
        font-size: 20px;
        margin-right: 10px;
        color: #000;
    }

    .service-team ul li:hover div {
        bottom: 0;
    }

.dim {
    box-shadow: inset 0px 0px 0px #ea394c, 0px 5px 0px 0px #c9302c, 0px 10px 5px #999999;
    background: white;
    color: #333;
    transition: all .5s;
}
.btn-detail {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #61bfad;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    color: #009679;
    background:#ffffff;
}
    .btn-detail:hover {
        text-decoration: none;
        background: #61bfad;
        color: white;
    }

.btn-disabled {
    color: #333;
    border:1px solid #333;
    cursor: no-drop !important;
    background: #eee;
}

    .btn-disabled:hover {
        border: 1px solid #333;
        text-decoration: none;
        background: #eee;
        color: #333;
    }

.word {
    height: 600px;
    user-select: none;
}

.new-study {
    padding-right: 10px;
}

    .new-study li {
        border-bottom: 1px solid #ddd;
        padding: 0 10px 10px;
        margin-bottom: 20px;
    }

        .new-study li a:hover {
            cursor: pointer;
            color: #61bfad;
        }

        .new-study li p {
            margin: 0;
            line-height: 25px;
        }

            .new-study li p span:nth-child(1) {
                display: inline-block;
                width: calc(100% - 130px);
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .new-study li p span:nth-child(2) {
                display: inline-block;
                float: right;
                width: 110px;
                text-align: right;
            }

            .new-study li p i {
                line-height: 28px;
                margin-left: 10px;
            }

.mores {
    float: right;
    font-size: 14px;
    line-height: 55px;
    cursor: pointer;
}

    .mores:hover {
        color: #61bfad;
    }


#page {
    text-align: center;
    margin: 50px 0;
}

    #page > div {
        width: 84px;
        height: 36px;
        line-height: 36px;
        border: solid 1px #ccc;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer
    }

        #page > div > input {
            width: 50px;
            border: none;
            height: 30px;
            outline: none
        }

.video-photo {
    flex: 0 0 200px;
    margin-right: 20px;
    position: relative;
}

    .video-photo::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        background: url(../Img/player.png) no-repeat;
        background-size: 50%;
        background-position: 50px;
        z-index: 10;
        display: none;
    }

    .video-photo::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(151, 151, 151, 0.5);
        z-index: 9;
        display: none;
    }

    .video-photo:hover::after, .video-photo:hover::before {
        display: block;
    }

.synopsi p {
    font-size: 14px !important;
    line-height: 20px !important;
}

#aboutUs embed {
    float: left;
    margin-right: 25px;
}

#aboutUs .brief .title {
    margin-bottom: 20px;
}

    #aboutUs .brief .title div {
        font-size: 20px;
        font-weight: bold
    }

    #aboutUs .brief .title span {
        font-size: 12px;
    }

#aboutUs .brief p {
    text-indent: 28px;
    line-height: 2;
}

#carousel {
    font-size: 0;
}

    #carousel > * {
        display: inline-block;
        vertical-align: middle
    }

    #carousel > div.pre, #carousel > div.nex {
        width: 34px;
        cursor: pointer;
        height: 200px;
    }

    #carousel > div.pre {
        background: url(/Content/Img/pre.png) no-repeat 0;
    }

    #carousel > div.nex {
        background: url(/Content/Img/nex.png) no-repeat 0;
    }

    #carousel > div.imgs {
        width: calc(100% - 88px);
        overflow: hidden;
        margin: 0 10px 0 5px;
    }

        #carousel > div.imgs ul {
            transition: all .3s;
            white-space: nowrap;
            position: relative;
            left: 0;
        }

            #carousel > div.imgs ul li {
                display: inline-block;
                height: 100%;
                padding: 0 5px
            }

                #carousel > div.imgs ul li img {
                    height: 100%;
                    width: auto;
                    max-height: 200px;
                }

#solution .title {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e60012;
    display: inline-block;
    margin-bottom: 30px;
}

#solution .intro {
    line-height: 2;
}

#solution .imgs {
    background-color: #f7f7f7;
    text-align: center
}

    #solution .imgs img {
        margin: 15px 0
    }

.fileDownload table {
    width: 100%;
    table-layout: fixed;
}

    .fileDownload table img {
        width: 70px;
        width: 40px;
        display: inline-block;
    }

    .fileDownload table a {
        display: inline-block;
        vertical-align: middle;
        color: #333;
        text-align: left;
    }

.videoIntr .videoCont img, .videoIntr .videoCont embed {
    width: 100%;
}

.videoIntr .videoCont embed {
    height: 500px;
}

#pindex .videoIntr {
    margin-top: 50px;
}

    #pindex .videoIntr .sx-title2 {
        color: #e92634;
        margin-bottom: 5px
    }

    #pindex .videoIntr .videoCont {
        margin: 0
    }


#products dt {
    margin-bottom: 30px
}

    #products dt b {
        font-size: 22px;
        color: #000;
    }

    #products dt span {
        color: #999;
    }

.sx-title2 {
    font-size: 18px;
    font-weight: bold;
}

#news .labels {
    text-align: center
}

    #news .labels h2 {
        height: 50px;
        line-height: 50px;
        background-color: #e60012;
        color: white;
        font-weight: 400;
    }

    #news .labels a {
        height: 35px;
        line-height: 35px;
        background: url(../../Content/Img/nra.png) 95% no-repeat #f7f7f7;
        margin-top: 8px;
        font-size: 14px;
        font-weight: bold;
        display: block;
        color: initial;
    }

#news .lists .title {
    background: url(../../Content/Img/nrra.png) no-repeat 0;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 10px;
}

#news .lists .list li {
    border-bottom: dashed 1px #eee;
    padding: 5px 20px;
}

#news1 .lists .list li {
    border-bottom: dashed 1px #eee;
    padding: 5px 20px;
}

#news .lists .list li:first-child {
    border-top: solid 1px #eee;
}

#news1 .lists .list li:first-child {
    border-top: solid 1px #eee;
}

#news .lists .list li a {
    color: #666
}

#news1 .lists .list li a {
    color: #666
}

#news .lists .list li a span:nth-child(2) {
    float: right;
    width: 150px;
    display: inline-block;
}

#news .lists .list li img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    display: inline-block;
}

#news1 .lists .list li img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    display: inline-block;
}

#news .lists .content {
    background: #f7f7f7;
    padding: 20px;
}

#news .lists .list li a div {
    width: calc(100% - 70px);
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    #news .lists .list li a div span:nth-child(1) {
        /*width: calc(100% - 170px);*/
        float: left;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

/*伪类去除浮动*/
#news .lists .list li:after {
    content: ".";
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

#news .lists .list li {
    zoom: 1;
}

#news1 .lists .content {
    background: #f7f7f7;
    padding: 20px;
}

#news1 .lists .list li a div {
    width: calc(100% - 80px);
    display: inline-block;
    padding: 0 10px;
}
/*伪类去除浮动*/
#news1 .lists .list li:after {
    content: ".";
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

#news1 .lists .list li {
    zoom: 1;
}

#ComperitionD th {
    text-align: center;
    white-space: nowrap
}

#ComperitionQ .bm_info {
    margin: 0 auto;
    border: 1px #d3d2d3 solid;
    margin-top: 15px;
    background: #fff;
}

    #ComperitionQ .bm_info .n_nav {
        width: 100%;
        height: 48px;
        border-bottom: 1px #d3d2d3 solid;
    }

        #ComperitionQ .bm_info .n_nav b {
            float: left;
            padding-left: 30px;
            font-size: 18px;
            font-weight: normal;
            padding-top: 13px;
        }

        #ComperitionQ .bm_info .n_nav font {
            color: #f00;
            font-size: 14px;
            padding-left: 15px;
            display: inline-block;
            padding-top: 12px;
        }

    #ComperitionQ .bm_info .inputs {
        padding: 15px 30px;
    }

        #ComperitionQ .bm_info .inputs > div {
            margin: 15px 0
        }

.c_red {
    color: red
}

.inline-block > * {
    display: inline-block
}

.m-tb {
    margin: 15px 0;
}

.p50-tb {
    padding: 50px 0
}

.float_r {
    float: right
}

.rollBox {
    width: 1004px;
    overflow: hidden;
    padding-top: 15px;
    margin: 0 auto;
}

    .rollBox .LeftBotton {
        height: 52px;
        width: 8px;
        background: url(/Competition/button.gif) no-repeat 0 0;
        overflow: hidden;
        float: left;
        display: inline;
        margin: 35px 4px 0 0;
        cursor: pointer;
    }

    .rollBox .RightBotton {
        height: 52px;
        width: 8px;
        background: url(/Competition/button.gif) no-repeat -8px 0;
        overflow: hidden;
        float: left;
        display: inline;
        margin: 35px 0 0 4px;
        cursor: pointer;
    }

    .rollBox .Cont {
        width: 980px;
        overflow: hidden;
        float: left;
    }

    .rollBox .ScrCont {
        width: 10000000px;
    }

    .rollBox .Cont .pic {
        width: 120px;
        float: left;
        text-align: center;
        margin: 0 10px;
    }

        .rollBox .Cont .pic img {
            background: #fff;
            width: 100%;
            height: 120px;
        }

        .rollBox .Cont .pic p {
            line-height: 20px;
            font-size: 13px;
        }

.zjz {
    float: left;
    line-height: 120px;
    color: #f70000;
    font-weight: bold;
    text-align: right;
    width: 520px;
}

.rollBox .Cont a:link, .rollBox .Cont a:visited {
    color: #626466;
    text-decoration: none;
}

.rollBox .Cont a:hover {
    color: #f00;
    text-decoration: underline;
}

.rollBox #List1, .rollBox #List2 {
    float: left;
}

.pager {
    text-align: center;
    margin: 20px 0;
}

    .pager > * {
        border: 1px solid #ddd;
        padding: 5px 10px;
    }

#hlogin {
    background: url(../Img/HLoginBg.png) no-repeat 100%/100%;
}

    #hlogin .mu_login {
        width: 330px;
        background-color: #ffffff;
        box-shadow: 0px 10px 20px 0px rgba(165, 188, 190, 0.5);
        padding: 30px 20px;
        margin-left: auto;
    }

        #hlogin .mu_login h3, #signin .mu_signin h3 {
            color: #e60012;
            margin-bottom: 10px;
        }

        #hlogin .mu_login input {
            width: 100%;
            padding: 5px;
            background-color: #fdffff;
            border: solid 1px #cccccc;
            margin: 10px 0;
        }

        #hlogin .mu_login button, #signin .mu_signin button {
            width: 100%;
            height: 34px;
            text-align: center;
            color: white;
            background-color: #e60012;
            border: none;
        }

        #hlogin .mu_login button {
            margin: 80px 0 10px;
        }

#signin .mu_signin button {
    margin: 20px 0 10px;
}

#hlogin .mu_login a, #signin .mu_signin a {
    color: #e60012;
}

#signin {
    /*background: #edf4f6;*/
    padding-bottom: 50px;
}

    #signin .mu_signin {
        max-width: 600px;
        margin: auto;
        padding: 30px 20px;
        background: white;
        box-shadow: 0px 10px 20px 0px rgba(165, 188, 190, 0.5);
    }

        #signin .mu_signin .row > div > div {
            width: 100%;
            background-color: #fdffff;
            border: solid 1px #cccccc;
            padding: 5px;
            margin-bottom: 20px;
        }

            #signin .mu_signin .row > div > div span {
                display: inline-block;
                width: 60px;
                color: #999;
                float: left;
            }

            #signin .mu_signin .row > div > div input, #signin .mu_signin .row > div > div select {
                width: calc(100% - 60px);
                border: none;
                outline: none;
                text-indent: 15px;
            }


.nav_f h2 {
    text-transform: uppercase;
    color: #e60012;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    position: relative;
}

    .nav_f h2 a {
        display: block;
        text-align: center;
        color: #e60012;
        text-decoration: none;
    }

.line-l, .line-r {
    position: absolute;
    left: 0;
    top: 8px;
    width: 100px;
    height: 1px;
    background: #e60012;
}

.line-r {
    right: 0;
    left: initial;
}

.line-l::after {
    content: '';
    position: absolute;
    right: -13px;
    top: -6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #e60012;
}

.line-r::before {
    content: '';
    position: absolute;
    left: -13px;
    top: -6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #e60012;
}

.about-menu {
    margin: 22px 0;
    padding: 5px;
    overflow: auto;
}

    .about-menu ul {
        overflow: hidden;
        border-radius: 3px;
        box-shadow: 0 2px 4px #cacaca;
    }

        .about-menu ul li {
            background: #fff;
            box-sizing: border-box;
        }

            .about-menu ul li:hover {
                background: #e60012;
            }

            .about-menu ul li a:hover {
                color: white;
                text-decoration: none;
            }

            .about-menu ul li a {
                font-weight: 600;
                display: block;
                padding: 15px 20px;
                text-align: center;
                text-decoration: none;
                color: initial;
            }

.col-md-5 img {
    display: block;
    width: 100%;
    height: 285px;
}

.row .col-md-12 .jc_r .col-md-3 {
    padding: 15px;
}

    .row .col-md-12 .jc_r .col-md-3 img {
        display: block;
        width: 100%;
        height: 200px;
    }

        .row .col-md-12 .jc_r .col-md-3 img:hover {
            box-shadow: 5px 10px 15px 0 #d8d8d8;
        }

.nav_f {
    overflow: hidden;
    padding: 20px 0;
}

.contWidth .row .jc_r > .col-md-3 div {
    text-align: center;
    padding: 15px 0 0;
}

    .contWidth .row .jc_r > .col-md-3 div a {
        font-weight: bold;
        text-decoration: none;
    }

        .contWidth .row .jc_r > .col-md-3 div a:hover {
            color: #e60012;
        }

.t0 > tbody > tr > td {
    padding: 5px 0 !important;
}

#first .row .jc_r .col-md-4 > span {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #e60012;
    font-weight: bold;
    margin-bottom: 15px;
}

.flex-contain {
    justify-content: center;
    text-align: center;
    display: flex; /*弹性布局*/
    flex-wrap: wrap;
}

    .flex-contain .col-md-3 {
        flex: 0 0 25%;
    }

.dynamic-contain .col-md-4 img {
    display: block;
    height: 200px;
}

.dynamic-contain .col-md-4 {
    padding: 15px;
}

.dynamic-contain {
    text-align: center;
}

.col-md-9 > .hmt, .col-md-3 > .hmt {
    position: relative;
    text-align: left;
}

.MainIndex .col-md-12 > .hmt {
    position: relative;
    text-align: left;
}

.video-class {
    margin: 15px;
    background: #000;
}

.s-right {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

    .s-right a {
        background: #fff;
        padding: 4px 10px;
        color: #fa5845;
        font-size: 12px;
        border: 1px solid #e2e2e2;
        height: 26px;
        line-height: 26px;
        text-decoration: none;
    }

        .s-right a:hover {
            background: #fa5845;
            color: #fff;
        }

.col-md-3 .row .list > li:first-child {
    border-top: solid 1px #eee;
}

.col-md-3 .row .list > li {
    border-bottom: dashed 1px #eee;
}

    .col-md-3 .row .list > li div {
        padding: 5px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.col-md-3 .row .list {
    padding: 15px;
}

.list .notice-date {
    text-align: right;
    font-size: 12px;
    color: #999;
}

.list a {
    text-decoration: none;
}

.col-md-3 .more-notice {
    text-align: right;
}

    .col-md-3 .more-notice a {
        color: #999;
    }

        .col-md-3 .more-notice a:hover {
            color: #fa5845;
        }

.con-txt:hover {
    color: #37a2f4;
}

.per-struct {
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 8px;
}

    .per-struct a {
        display: inline-block;
        position: absolute;
        right: 10px;
        line-height: 40px;
    }

        .per-struct a:hover {
            color: #fa5845;
        }

    .per-struct span {
        font-size: 24px;
    }

.lists .list .li {
    position: relative;
    padding: 7px 5px;
    border-bottom: dashed 1px #cacaca;
}

    .lists .list .li a {
        display: inline-block;
        /*width: calc(100% - 200px);*/
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

        /*@media (min-width:768px) {
    .lists .list .li a {
        width: calc(100% - 200px);
    }
}
@media (max-width:768px) {
    .lists .list .li a {
        width: calc(100% - 120px);
    }
}*/

        .lists .list .li a:hover {
            color: #37a2f4;
        }

    .lists .list .li > div {
        position: absolute;
        right: 10px;
        display: inline-block;
    }

.person-createdt span {
    display: inline-block;
    margin: 0 10px;
}

    .person-createdt span:first-child {
        color: #FA5845;
    }

.person-createdt {
    color: #999;
    margin: 15px 0;
}

#min-height {
    min-height: 600px;
}

.MainContain {
    position: relative;
    padding-left: 15px;
}

.main .col-md-12 {
    overflow: hidden;
    background: #ffffff;
    padding: 0px;
}

.right-body {
    /*height: calc(100% - 133px);*/
    padding: 0;
}

.col-xs-12 .m-tb {
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    font-size: larger;
    font-weight: 700;
}

.m-title::before {
    content: "";
    display: inline-block;
    height: 24px;
    width: 5px;
    margin-right: 15px;
    background-color: #96CCCD;
    vertical-align: bottom;
}

.sy .t0 {
    margin-left: -15px;
    width: calc(100% + 15px);
    max-width: initial;
}

.MainContain .col-md-3 img {
    height: 160px;
}

.MainContain .col-md-3 a > div {
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.MainContain .col-md-3 a {
    text-decoration: none;
    color: #666;
    cursor: pointer;
}

    .MainContain .col-md-3 a:hover {
        color: #33b6ae;
    }

.list-group .list-item-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
/*.MainContain .col-md-3,.col-md-9 {
    margin: 15px 0;
}*/
.MainContain .col-md-3 > div:nth-child(1) {
    background: #309b95;
    padding: 20px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.MainContain .col-md-3 ul {
    overflow: hidden;
    /*box-shadow: 0 2px 4px #cacaca;*/
}

.MainContain .col-md-3 > ul li {
    font-weight: 600;
    display: block;
    padding: 15px 20px;
    text-align: center;
}

    .MainContain .col-md-3 > ul li.active {
        background: #33b6ae;
        color: white;
    }

.MainContain .col-md-9 {
    border-top: 2px solid #10b4b0;
}

.MainContain .col-md-3 .groom {
    margin-top: 20px;
    font-weight: 600;
    padding: 15px 20px;
    background: #dafbf9;
    color: #524d4d;
}

.MainContain .lesson-good ul li {
    padding: 5px 0;
    border-bottom: 1px #d9d9d9 dashed;
}

.MainContain .collspan {
    display: inline-block;
}

    .MainContain .collspan img {
        width: 65px !important;
        height: 65px !important;
    }

.MainContain .tittle-text {
    padding: 0 5px;
    display: inline-block;
    width: calc(100% - 70px);
}

    .MainContain .tittle-text a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .MainContain .tittle-text div {
        font-size: 12px;
        color: #999;
    }

.col-md-9 .col-md-4 {
    margin-top: 15px;
}

.MainIndex .col-md-12 .col-md-3 {
    margin-top: 15px;
}

    .MainIndex .col-md-12 .col-md-3 img {
        height: 160px;
    }

.col-md-9 .col-md-4 img {
    height: 160px;
}

.MainIndex .col-md-12 .col-md-3 > div {
    padding-top: 15px;
    font-weight: bold;
    margin: 10px 0;
}

    .MainIndex .col-md-12 .col-md-3 > div > a {
        text-decoration: none;
    }

        .MainIndex .col-md-12 .col-md-3 > div > a:hover {
            color: #fa5845;
        }

.col-md-9 .col-md-4 > div {
    margin: 10px 0;
}

    .col-md-9 .col-md-4 > div > a {
        text-decoration: none;
    }

        .col-md-9 .col-md-4 > div > a:hover {
            color: #fa5845;
        }

        .col-md-9 .col-md-4 > div > a > div {
            color: #666;
            font-weight: 600;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.col-md-9 .col-md-4 .auther {
    font-size: 14px;
    color: #666;
}

.col-md-9 .col-md-4 .createDate {
    color: #999;
    font-size: 12px;
}

.more a:hover {
    color: #33b6ae;
}

.col-md-9 .address {
    margin: 15px 0;
    color: #999;
    font-size: 13px;
}

    .col-md-9 .address span:first-child {
        margin-right: 10px;
    }

    .col-md-9 .address span:last-child {
        margin-left: 10px;
    }

.project-list table input {
    margin-right: 10px;
    top: 4px;
}

.Exam .col-md-12 {
    padding: 10px;
}

    .Exam .col-md-12 .col-md-3 > ul li {
        padding: 10px 20px;
        border: 1px solid #f1f1f1;
        cursor: pointer;
    }

        .Exam .col-md-12 .col-md-3 > ul li.active {
            background: #33b6ae;
        }

    .Exam .col-md-12 .col-md-9 {
        margin-bottom: 15px;
    }

        .Exam .col-md-12 .col-md-9 > div {
            display: none;
            padding: 33px;
            border: 1px solid #e8e8e8;
        }

            .Exam .col-md-12 .col-md-9 > div.active {
                display: block;
            }

            .Exam .col-md-12 .col-md-9 > div h4 {
                font-weight: normal;
                color: #999;
                border-bottom: 1px solid #e8e8e8;
                padding-bottom: 10px;
            }

            .Exam .col-md-12 .col-md-9 > div > div {
                display: inline-block;
                padding: 20px;
                width: 100%;
            }

.Course .border {
    padding: 15px;
    background: #ffffff;
    overflow: hidden;
}

    .Course .border .left-img img {
        height: 250px;
    }

    .Course .border .right-txt {
        background: #f5f5f5;
    }

    .Course .border .col-md-6 {
        overflow: hidden;
        margin: 15px 0;
    }

    .Course .border .right-txt {
        padding: 20px;
    }

        .Course .border .right-txt h3 {
            margin: 20px 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .Course .border .right-txt h3 a {
                color: #666;
                text-decoration: none;
            }

                .Course .border .right-txt h3 a:hover {
                    color: #777;
                }

.right-txt .s-x {
    color: #aeaeae;
}

.s-x .deatail {
    color: #666;
}

.Course .border > .col-md-12 {
    margin: 15px 0 100px;
    padding: 15px;
    border: 1px dashed #cdcdcd;
}

.LargeBox .intro > .s-x {
    color: #aeaeae;
    display: block;
    margin-bottom: 15px;
}

.intro > .contxt {
    padding: 0 15px;
}

.null-end {
    width: 100%;
    padding: 30px;
}

.VirContain {
    height: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

    .VirContain .ul {
        padding: 0;
        background: #f5f5f5;
    }

        .VirContain .ul > ul {
            display: flex;
            padding: 15px;
        }

            .VirContain .ul > ul li {
                color: #666;
                padding: 5px;
                cursor: pointer;
            }

                .VirContain .ul > ul li.active {
                    background: #33b6ae;
                    color: white;
                }

.vir-contain {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding: 20px 0;
}

    .vir-contain > div {
        display: none;
    }

        .vir-contain > div.active {
            display: block;
        }

    .vir-contain .col-md-4 > a > img {
        height: 165px;
    }

    .vir-contain .col-md-4 .bh {
        padding: 8px 0;
    }

    .vir-contain .col-md-4 .collspan {
        float: left;
        height: 45px;
        width: 45px;
    }

    .vir-contain .collspan img {
        width: 40px;
        height: 40px;
    }

    .vir-contain .tittle-text {
        display: inline-block;
        width: calc(100% - 45px);
    }

        .vir-contain .tittle-text .hei-txt {
            color: #666;
            FONT-SIZE: 14PX;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .vir-contain .tittle-text .fwp {
            padding-top: 2px;
            font-size: 12px;
            color: #999;
        }

        .vir-contain .tittle-text a {
            text-decoration: none;
        }

            .vir-contain .tittle-text a .hei-txt:hover {
                color: #33b6ae;
            }

.VirContain .main .vir-contain {
    padding: 20px 0;
}

.more {
    position: absolute;
    display: block;
    margin-top: 15px;
    bottom: 0;
    right: 0;
}

    .more a {
        color: #666;
        text-decoration: none;
    }

.vir-contain .finel {
    padding: 5px;
    line-height: 35px;
    border-bottom: 1px dashed #eee;
}

    .vir-contain .finel .px, .type {
        float: left;
        padding-left: 12px;
        display: inline-block;
    }

    .vir-contain .finel .px-ul ul, .type-ul ul {
        display: flex;
    }

        .vir-contain .finel .px-ul ul li.action a, .type-ul ul li.action a {
            color: white !important;
            background: #33b6ae;
        }

.finel ul li a {
    padding: 5px 10px;
    color: #666;
    text-decoration: none;
}

    .finel ul li a:hover {
        color: #33b6ae;
    }

.VirContain .main .Textaere {
    padding: 20px 12px;
}

.Textaere > .select-txt > div {
    display: none;
}

    .Textaere > .select-txt > div.action {
        display: block;
    }

.HomePT .menu {
    padding-top: 5px;
}

.leftbody {
    padding-left: 0;
    padding-right: 0;
    box-shadow: 1px 2px 4px 0px #989898;
    z-index: 99;
}

.HomePT {
    line-height: 40px !important;
    width: 100%;
    background: #e60012 !important;
}

.leftbody > div > p {
    margin-bottom: 0;
    padding: 10px;
    color: #fff;
    background: #353434;
}

#timeShow {
    font: inherit;
    display: block;
    font-size: 14px;
}

.leftbody .n-red {
    color: #FA5845;
    display: inline-block;
    max-width: calc(100% - 105px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: -5px;
}

.leftbody .n-username {
    color: #FA5845;
}

.leftbody .span-btn {
    padding: 1.5px 8px;
    background: #38f;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

    .leftbody .span-btn:hover {
        background: #4874d2;
    }

.leftbody .nameTXT {
    background: white;
    padding: 10px;
}

    .leftbody .nameTXT > span {
        padding: 10px 0;
        border-bottom: 1px solid #dcdcdc;
        display: block;
    }

    .leftbody .nameTXT .n-txt {
        padding-top: 10px;
        font-size: 13px;
        text-indent: 26px;
    }

.sangle:hover {
    border-right: 12px solid #309b95;
}

.leftbody > div {
    position: relative;
}

    .leftbody > div.active {
        position: relative;
    }


.ibox-title ul {
    display: flex;
}

    .ibox-title ul li {
        font-size: 14px;
        font-weight: normal;
        color: #888;
        text-align: center;
        width: 11.11111%;
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #dee5e7;
    }

        .ibox-title ul li.active {
            color: #333;
            font-weight: bold;
            background: white;
            border: 1px solid #dee5e7;
            border-bottom: unset;
            border-top: unset;
            border-radius: 3px;
            border-bottom-left-radius: unset;
            border-bottom-right-radius: unset;
        }

.ibox-content > div {
    /*display: none;*/
}

    .ibox-content > div.active {
        display: block;
    }

.color_999 > .text {
    overflow: hidden;
}


.PersonCenter {
    overflow: hidden;
    text-align: center;
}

    .PersonCenter .photo {
        padding: 30px 0;
        margin-bottom: 15px;
    }

        .PersonCenter .photo img {
            width: 120px;
            height: 120px;
            border-radius: 100%;
        }

    .PersonCenter #name {
        display: block;
        font-size: 24px;
        margin-top: 10px;
    }

    .PersonCenter .photo p {
        color: #999;
    }

        .PersonCenter .photo p i {
            padding-right: 5px;
            padding-left: 10px;
            color: #666;
            font-size: 16px;
            font-style: normal;
        }

    .PersonCenter .photo .qm {
        margin-bottom: 0;
    }

    .PersonCenter .row {
        margin: auto 0;
    }

.Course .col-md-3 a > div {
    padding: 0;
    color: #666;
    font-weight: 600;
    font-size: 13px;
}

    .Course .col-md-3 a > div:hover {
        color: #33b6ae;
    }

.Course .more1 a {
    color: #666;
}

    .Course .more1 a:hover {
        color: #33b6ae;
    }

.main {
}

.PersonCenter {
    overflow: hidden;
    text-align: center;
}

    .PersonCenter .photo {
        padding: 0;
        margin-bottom: 15px;
    }

        .PersonCenter .photo img {
            width: 120px;
            height: 120px;
            border-radius: 100%;
        }

    .PersonCenter #name {
        display: block;
        font-size: 24px;
        margin-top: 10px;
    }

    .PersonCenter .photo p {
        color: #999;
    }

        .PersonCenter .photo p i {
            padding-right: 5px;
            padding-left: 10px;
            color: #666;
            font-size: 16px;
            font-style: normal;
        }

    .PersonCenter .photo .qm {
        margin-bottom: 0;
    }

    .PersonCenter .row {
        margin: auto 0;
    }

.wrap {
    width: 450px;
    margin: 0 auto;
    padding: 5px;
}

.inline-block {
    display: inline-block;
    border: 1px solid #dedede;
    margin-bottom: 20px;
}

    .inline-block label {
        width: 40px;
        display: inline-block;
        text-align: center;
        border-right: 1px solid #dedede;
        color: #f76e00;
    }

    .inline-block input {
        border: none;
        outline: none;
        width: 400px;
        height: 40px;
    }

.title .inline-block {
    width: calc(100% - 70px);
}

    .title .inline-block input {
        border: none;
        outline: none;
        width: 100%;
        height: 28px;
    }

.title > label.w60 {
    width: 60px;
}

.wrap p {
    margin: -20px 0 20px 0;
    font-size: 14px;
    color: #666666;
}




    .wrap p.active {
        color: #f76e00;
    }

input.code {
    width: 230px;
    padding-left: 15px;
}

#code {
    display: inline-block;
    width: 180px;
    height: 44px;
    background: #f76e00;
    color: white;
    text-align: center;
    line-height: 41px;
    margin-left: 15px;
    cursor: pointer;
}

.wrap button {
    width: 448px;
    height: 44px;
    color: white;
    text-align: center;
    line-height: 41px;
    background: #f76e00;
    border: none;
    outline: none;
    font-size: 18px;
    cursor: pointer;
}
.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-t-20 {
    margin-top: 20px;
}

.question-type {
    background: #efefef;
    line-height: 40px;
    text-indent: 2em;
    margin-top: 10px;
    border-bottom: 3px solid #e6e6e6;
    font-weight: bold;
    font-size: 15px;
}

.test-question {
}

    .test-question > li {
        padding-left: 40px;
        padding-top: 10px;
        border-bottom: 5px solid #efefef;
    }

        .test-question > li div {
            border-bottom: 1px solid #efefef;
            line-height: 32px;
        }

            .test-question > li div i {
                font-style: normal;
                margin-left: -40px;
                margin-top: 3px;
                float: left;
                display: block;
                width: 25px;
                height: 25px;
                border-radius: 50%;
                text-align: center;
                line-height: 25px;
                background: #5d9cec;
                color: white;
            }

    .test-question ol {
        margin: 0;
        padding: 10px 0;
    }

        .test-question ol label {
            font-weight: 100;
            cursor: pointer;
        }

        .test-question ol li:hover {
            background: #fafafa;
        }

.question {
    font-weight: bold;
    margin-bottom: 10px;
}

.panel {
    margin-bottom: 10px;
}

    .panel .panel-title a {
        cursor: pointer;
    }

#goTop {
    position: fixed;
    width: 45px;
    right: 20px;
    bottom: 130px;
    z-index:9999;
}

    #goTop ul > li {
        list-style: none;
        margin-top: 5px;
        background: #38f;
        color: white;
        cursor: pointer;
        padding: 5px;
        text-align: center;
        border-radius: 3px;
        line-height: 17px;
        position: relative;
    }

    #goTop ol {
        width: 250px;
        position: absolute;
        left: -250px;
        top: 0;
        background: white;
        color: black;
        box-shadow: 0 0 3px 1px #dadada;
        margin: 0;
        padding: 10px;
        display: none;
    }

    #goTop ul > li:hover ol {
        display: block;
    }

    #goTop ol li {
        display: flex;
        line-height: 30px;
        border-bottom: 1px dashed #ccc;
    }

        #goTop ol li div {
            width: 120px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-right: 20px;
            text-align: left;
        }

        #goTop ol li.drop {
            justify-content: center;
            border: none;
        }

            #goTop ol li.drop span {
                flex: 1;
            }

    #goTop ol > li:last-child {
        border: none;
    }

    #goTop ol li.no-data {
        justify-content: center;
        color: #909090;
    }

a.study {
    display: block;
    box-shadow: 0 0 3px 2px #dedede;
    padding: 10px;
    margin-bottom: 25px;
}

    a.study h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px 0;
    }

    a.study div {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
    }

        a.study div span {
            flex: 1;
        }

.info-left {
    padding: 20px 40px;
    flex: 0 0 200px;
    border-right: 1px solid #ddd;
    text-align: center;
}

.info-right {
    padding: 20px;
}

    .info-right li {
        padding: 10px 0;
        display: flex;
        border-bottom: 1px solid #eee;
    }

        .info-right li span:first-child {
            flex: 0 0 80px;
            line-height: 30px;
        }

        .info-right li span:last-child {
            flex: 1;
        }

.chat-users {
    margin-left: -30px !important;
}

.Content th, .Content td {
    border-style: solid;
}
.sk-spinner-three-bounce.sk-spinner {
    margin: 0 auto;
    width: 100% !important;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0 !important;
    height: 100%;
    z-index: 999;
    background: #fff;
}

.sk-spinner-three-bounce div {
    width: 18px;
    height: 18px;
    background-color: #23b7e5;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
    top: calc(50% - 9px);
}

.sk-spinner-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-threeBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hand {
    font-size: 22px;
    animation: sign 0.7s infinite ease-in-out;
}
@keyframes sign {
    0%,100%{
        margin-left:0;
    }
    50% {
        margin-left: 15px;
    }
}
.study-box {
    min-height: 300px;
}
    .study-box > div {
        display: block;
        box-shadow: 0 0 3px 2px #dedede;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }
    .study-box .tag-title {
        padding: 5px 20px;
        background: #96CCCD;
        color: white;
        font-size: 18px;
        font-weight: bold;
    }
    .study-box .tag-title i{
        color: white;
    }
    .study-box ul {
        padding: 5px 20px;
    }
    .study-box ul li span:nth-child(1){
        width:calc(100% - 70px);
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
        display:inline-block;
    }