﻿/*---------- CSS å…¬å…±éƒ¨åˆ† æ ·å¼æ ¼å¼åŒ–--------- */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, form, select, input, div, table, td, th {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    font-family: 'PingFang SC', 'Microsoft Yahei';
    font-size: 14px;
    background-color: #eff4f9;
}

* {
    transition: all 0.2s;
}

a {
    text-decoration: none;
    color: #333;
    transition: all 0.2s
}

    a:hover {
        color: #f52f3e;
    }

ul, li {
    list-style: none;
}

img, fieldset {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, code, em, th, i, strong {
    font-weight: normal;
    font-style: normal;
}

input, button, textarea, select {
    vertical-align: middle;
    font-family: Microsoft Yahei;
}

table {
    border-collapse: collapse;
}

.clear {
    clear: both
}
.search_search {
    display: flex;
}

    .search_search > input {
        padding-left: 6px;
        outline: none;
        height: 30px;
        box-sizing: border-box;
        border: #ff403a 1px solid;
        border-radius: 4px 0 0 4px;
    }

    .search_search .search_search_but {
        cursor: pointer;
        height: 30px;
        width: 38px;
        background: linear-gradient(to right,#ff403a,#ff6a49);
        border-radius: 0 6px 6px 0;
        outline: none;
        border: none;
    }
.topNavBg {
    height: 56px;
    background: #00021e
}

.topNav {
    width: 1200px;
    margin: auto;
    background: height: 56px;
}

    .topNav .logo {
        width: 148px;
        height: 39px;
        float: left;
        margin-top: 7px;
    }

.navCont {
    float: left;
    line-height: 53px;
}

    .navCont li {
        float: left;
        font-size: 16px;
        color: #b1b2ba;
    }

        .navCont li a {
            color: #b1b2ba;
            padding: 0 20px;
            display: block
        }

            .navCont li a:hover {
                color: #f52f3e;
            }

                .navCont li a:hover::after {
                    background: #f52f3e;
                    content: "";
                    display: block;
                    width: 30px;
                    height: 3px;
                    margin: auto;
                }

        .navCont li.on a {
            color: #f52f3e
        }

            .navCont li.on a::after {
                background: #f52f3e;
                content: "";
                display: block;
                width: 30px;
                height: 3px;
                margin: auto;
            }
/* 试听下拉分类 */
.classSelectWhite {
    float: left;
    margin: 0px 30px 0 0px;
    position: relative;
    z-index: 99999;
}

    .classSelectWhite h2 {
        display: block;
        padding: 15px 0 15px 20px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        height: 26px;
        line-height: 26px;
    }

        .classSelectWhite h2 i {
            display: inline-block;
            width: 15px;
            height: 10px;
            background: #fff;
            margin-left: 10px
        }

        .classSelectWhite h2 i {
            background: url(/content/images/introduce/shuiwushi/sel-s-ico.png) no-repeat 0 0 /16px;
            transition: all 0.3s;
        }

#navbox.current-white h2 i {
    background: url(/content/images/introduce/shuiwushi/sel-s-ico.png) no-repeat 0 -70px /16px;
}

.classSelectWhite .subnav {
    display: none;
    background: #000;
    position: absolute;
    top: 56px;
    left: 0px;
    width: 420px;
    padding: 20px 30px;
    opacity: .9;
}

#navbox.current-white .subnav {
    display: block;
}

.classSelectWhite .subnav li {
    float: left;
    margin-right: 60px;
    width: 120px;
}

    .classSelectWhite .subnav li:last-child {
        margin-right: 0px;
    }

.classSelectWhite .subnav h3 {
    color: #fff;
    margin-bottom: 15px;
    opacity: .5;
    font-size: 14px;
}

    .classSelectWhite .subnav h3::after {
        background: #b1b2ba;
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 3px;
        margin-top: 10px
    }

.classSelectWhite .subnav a {
    display: block;
    color: #fff;
    line-height: 38px;
    opacity: 0.8;
    font-size: 14px;
}

    .classSelectWhite .subnav a:hover {
        opacity: 1;
        color: #f52f3e;
        padding-left: 5px
    }

.classSelectWhite .subnav del {
    display: block;
    color: #fff;
    line-height: 38px;
    opacity: 0.5;
    font-size: 14px;
}
/*------400--------*/
.hotLineWhite {
    float: right;
    font-size: 22px;
    color: #f52f3e;
    margin-top: 12px;
    background: url(/content/images/introduce/shuiwushi/hotline-w.png) no-repeat left 10px;
    padding-left: 25px;
}

    .hotLineWhite b {
        transform: scale(1,1.2);
        display: block;
        letter-spacing: -1px;
    }

/*------搜索-----*/
.so {
    float: right;
    width: 170px;
    border-radius: 3px;
    margin-top: 10px;
    height: 34px;
    background: #fff
}

    .so .input-text {
        background: none;
        border: none;
        height: 34px;
        line-height: 34px;
        font-size: 15px;
        color: #666;
        padding-left: 8px;
        width: 127px;
        float: left;
    }

    .so .so-btn {
        background: url(/content/images/introduce/shuiwushi/search-bg.png) top center;
        width: 34px;
        height: 34px;
        display: block;
        float: right;
    }

        .so .so-btn:hover {
            background: url(/content/images/introduce/shuiwushi/search-bg.png) bottom center;
        }
/*--------视频区域--------*/
/*--------è§†é¢‘åŒºåŸŸ--------*/
.video-area {
    height: 850px;
    background: url(/content/images/introduce/shuiwushi/taxadvisor-video-bg2.jpg) no-repeat center -60px;
}

.video-cont {
    width: 1200px;
    margin: auto;
}

.video-above {
    height: 280px;
    overflow: hidden;
    position: relative;
}
/* .video-teacher{width:437px;height: 236px;overflow:hidden;background:url(/content/images/introduce/shuiwushi/cpa-team.png) no-repeat center top;position: absolute;right:20px;bottom:0} */
.video {
    width: 1128px;
    margin: auto;
    height: 482px;
    background: url(/content/images/introduce/shuiwushi/left-bar-bg.png);
    clear: both;
    padding: 8px
}

.left-part {
    float: left;
    width: 780px;
    background: #222;
}

#video {
    width: 780px;
    height: 439px;
    background: #000;
}

.video-list {
    float: right;
    width: 348px;
    height: 483px;
    background: #222
}

    .video-list .list {
        height: 380px;
        overflow-y: scroll
    }

        .video-list .list .cont {
            padding-bottom: 20px;
        }

.scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #666;
}
/*æ»šåŠ¨æ¡æ•´ä½“éƒ¨åˆ†,å¿…é¡»è¦è®¾ç½®*/
.scrollbar::-webkit-scrollbar-track {
    background-color: #666;
}
/*æ»šåŠ¨æ¡çš„è½¨é“*/
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #014d80;
    box-shadow: inset 0 0 5px #014d80;
}
/*æ»šåŠ¨æ¡çš„æ»‘å—æŒ‰é’®*/
.scrollbar::-webkit-scrollbar-button {
    height: 0;
    background-color: #666;
}
/*æ»šåŠ¨æ¡çš„ä¸Šä¸‹ä¸¤ç«¯çš„æŒ‰é’®*/
.video-list h3 {
    font-size: 16px;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    background: #111;
    color: #ccc
}

.teacher-tab {
    background: #1b1b1b;
    border-bottom: 1px solid #282828;
    white-space: nowrap;
}

    .teacher-tab a {
        position: relative;
        display: inline-block;
        padding: 0 20px;
        height: 43px;
        line-height: 43px;
        color: #999;
        text-align: center;
        border-right: #282828 1px solid;
    }

        .teacher-tab a:last-child {
            border-right: none;
        }

        .teacher-tab a:hover {
            background: #222;
            color: #fff
        }

        .teacher-tab a.cur {
            background: #222;
            color: #fff;
            border-bottom: 1px solid #222;
            margin-bottom: -1px;
        }

.video-list dl {
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #444
}

    .video-list dl dt {
        font-weight: bold;
        color: #aaa;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .video-list dl:hover dt {
        color: #fff
    }

    .video-list dl dd {
        padding: 5px 0 0 0
    }

    .video-list dl a {
        color: #777;
        display: block;
        padding: 6px 0px 6px 15px;
        border-left: 3px solid #222;
        margin-left: 10px;
        font-size: 12px;
    }

    .video-list dl dd a:hover {
        background: #111;
        color: #eee;
        border-left: 3px solid #e00
    }

    .video-list dl dd a.select {
        background: #111;
        color: #eee;
        border-left: 3px solid #e00
    }

.left-bar {
    background: #111;
    width: 781px;
    overflow: hidden;
    height: 44px;
    ;
}

    .left-bar ul {
        display: flex;
        justify-content: space-around
    }

    .left-bar li {
        font-size: 16px;
        flex: 1;
        text-align: center;
    }

        .left-bar li a {
            color: #fff;
            line-height: 44px;
            display: block;
            border-right: 1px solid #222;
        }
            /*.left-bar li:first-child a{background:#f52f3e;}*/
            .left-bar li a:hover {
                color: #fff;
                background: #f52f3e;
                border-right: 1px solid #f52f3e;
            }

            .left-bar li a.on {
                color: #fff;
                background: #f52f3e;
                border-right: 1px solid #f52f3e;
            }

.my-btn {
    padding: 15px;
    display: flex;
    background: #111;
    clear: both
}

    .my-btn a {
        display: inline-block;
        width: 46%;
        text-align: center;
        padding: 6px 0;
        font-size: 16px;
        color: #fff;
        background: #1bb6ff;
        margin: 0 2%;
    }

        .my-btn a:hover {
            background: #1eaaeb;
            color: #fff
        }

        .my-btn a:last-child {
            background: #06ca5d
        }

            .my-btn a:last-child:hover {
                background: #04b753
            }

/*..........ç­çº§............*/
.class-main {
    background: url(/content/images/introduce/shuiwushi/ta-class-bg.jpg) no-repeat center top;
    padding-bottom: 50px;
    overflow: hidden;
}
/*..........æ¿å—æ ‡é¢˜............*/
.hd-wrap {
    width: 300px;
    clear: both;
    height: 112px;
    padding-top: 15px;
    margin: 40px auto 0px auto;
    position: relative;
    text-align: center;
    font-family: 'Microsoft Yahei';
}

    .hd-wrap::before {
        content: "TAX ADVISOR";
        text-align: center;
        display: block;
        margin: auto;
        font-size: 60px;
        color: #000;
        opacity: 0.05;
        ;
        font-weight: bold;
        margin-top: 1px;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -400px;
        width: 800px;
        text-transform: uppercase;
    }

    .hd-wrap .hd {
        margin: auto;
        position: relative;
    }

        .hd-wrap .hd h2 {
            font-size: 50px;
            font-weight: 700;
            letter-spacing: 6px
        }

        .hd-wrap .hd span {
            display: block;
            width: 100px;
            background: #daa54b;
            height: 5px;
            border-radius: 5px;
            margin: 20px auto 0 auto
        }
/*..........æ¿å—æ ‡é¢˜............*/
.hd-wrap-white {
    width: 300px;
    padding-left: 30px;
    clear: both;
    height: 112px;
    padding-top: 15px;
    margin: 80px auto 0px auto;
    position: relative;
    text-align: center;
    font-family: 'Microsoft Yahei';
}

    .hd-wrap-white::before {
        content: "TAX ADVISOR";
        text-align: center;
        display: block;
        margin: auto;
        font-size: 60px;
        color: #fff;
        opacity: 0.05;
        ;
        font-weight: bold;
        margin-top: 1px;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -400px;
        width: 800px;
        text-transform: uppercase;
    }

    .hd-wrap-white .hd {
        margin: auto;
        position: relative;
    }

        .hd-wrap-white .hd h2 {
            font-size: 50px;
            font-weight: 700;
            letter-spacing: 6px;
            color: #fff
        }

        .hd-wrap-white .hd span {
            display: block;
            width: 100px;
            background: #fff;
            height: 5px;
            border-radius: 5px;
            margin: 20px auto 0 auto
        }
/*..........班级内容............*/
.class-block {
    clear: both;
    margin: 30px auto 0 auto;
    width: 1200px;
}

    .class-block ul {
        display: flex;
        justify-content: space-between;
    }

    .block_hd {
        margin: 15px 30px 0 20px;
        position: relative;
        color: #747887;
        padding: 2px 5px;
        background: linear-gradient(to right,#e2e4e9,#fff);
    }
/* .block_hd::before{content: "";display: block;position: absolute;left:0;top:0;width:4px;height:12px;background: #f52f3e;} */
/*..........å¥—é¤è¯´æ˜Ž............*/
.class-block li {
    width: 49%;
    font-size: 14px;
    color: #444;
    position: relative;
    background: #fff;
}

    .class-block li .hd-tit {
        background: #3e6fa6;
        color: #333;
        position: relative;
        z-index: 1;
        box-shadow: -20px -20px 30px rgba(0, 0, 0, 0.05) inset
    }

        .class-block li .hd-tit .tit-wrap {
            padding: 0 25px;
            position: relative;
        }

            .class-block li .hd-tit .tit-wrap::before {
                display: block;
                content: "";
                background: #cba97b;
                width: 6px;
                height: 28px;
                position: absolute;
                left: 0;
                top: 22px
            }

            .class-block li .hd-tit .tit-wrap h3 {
                font-size: 32px;
                font-weight: bold;
                text-shadow: 3px 6px 15px rgba(0,0,0,.2);
                letter-spacing: 4px;
                line-height: 70px;
                font-family: initial;
                color: #fff
            }

            .class-block li .hd-tit .tit-wrap span {
                font-size: 16px;
                color: #fff;
                text-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
                color: #fff;
                background: #cba97b;
                padding: 6px 10px;
                box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
                position: absolute;
                left: 140px;
                top: -10px;
            }

/*  */
.class-block .my-price {
    padding: 15px 15px 0 15px
}

    .class-block .my-price p {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

.class-block .my-price {
    display: flex;
    justify-content: space-around;
}

    .class-block .my-price span b {
        color: #f35e5e;
        font-size: 16px;
    }

    .class-block .my-price em .myword {
        position: absolute;
        font-size: 12px;
        background: #1859de;
        border-radius: 20px;
        padding: 0 5px 1px 5px;
        width: 100px;
        top: 18px;
        left: 0;
        color: #fff
    }
/*  */
.period {
    padding: 15px 0 0 30px
}

    .period p {
        display: flex;
        margin-bottom: 10px;
    }

        .period p span {
            display: flex;
            margin-right: 15px;
            align-items: center;
        }

            .period p span em {
                width: 20px;
                height: 20px;
            }

            .period p span b {
                color: #666;
                font-weight: normal;
            }

            .period p span em.days {
                background: url(/Content/images/baozhang.png) no-repeat 2px top / 42px;
                margin-right: 3px;
            }

            .period p span em.huabai {
                background: url(/Content/images/baozhang.png) no-repeat right top / 42px;
                margin-right: 5px;
            }

/*--ç²¾å“é€šå…³ç­---*/
.class-block .right {
    float: right;
    margin-right: 0;
}

.class-block .subject {
    margin: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .class-block .subject p {
        height: 25px;
        line-height: 25px;
        padding: 20px 0;
        width: 45%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
    }

.class-block .date_out {
    text-align: center;
    border: 1px solid #eee;
    margin: 0px 50px 0px 50px;
    color: #666;
    line-height: 24px;
    font-size: 12px;
}

.class-block .subject p i {
    color: #ac8f68;
    font-weight: bold;
}

.class-block .subject p a {
    color: #fff;
    background: #cba97b;
    text-align: center;
    border-radius: 50px;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
}

    .class-block .subject p a:hover {
        background: #004fff
    }

.class-text {
    line-height: 26px;
    margin: 0 20px 0 30px
}

    .class-text p {
        padding: 15px 0 0 0;
    }

        .class-text p b {
            font-weight: bold;
        }

        .class-text p span {
            display: block;
            width: 200px;
            float: left
        }

        .class-text p i {
            display: inline-block;
            font-weight: bold;
            background: linear-gradient(to right, #e00, #f35e5e);
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            border-radius: 50%;
            margin-right: 10px;
            text-align: center;
            color: #fff
        }

    .class-text .crowd {
        display: flex;
        align-items: center;
        padding-top: 15px
    }

    .class-text .zero {
        width: 55px;
        height: 55px;
        font-size: 16px;
        border-radius: 50%;
        border: 2px solid #65708a;
        margin: 0 20px 0 0px;
        text-align: center;
        line-height: 20px;
        color: #65708a;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .class-text .list {
        line-height: 24px
    }
/*  */
.class-block .c-list {
    clear: both;
    padding: 0 20px 0 0
}

    .class-block .c-list dl {
        padding: 0 0 10px 15px;
        font-size: 14px;
        border-left: 1px solid #ffe5e5;
        margin-left: 3px
    }

    .class-block .c-list dt {
        color: #999;
        position: relative;
    }

        .class-block .c-list dt::before {
            content: "";
            position: absolute;
            left: -17px;
            background: #f09090;
            display: block;
            width: 3px;
            height: 21px;
            top: 0
        }

    .class-block .c-list dd {
        padding: 0 0 0 10px
    }

        .class-block .c-list dd span {
        }

            .class-block .c-list dd span em {
                padding: 0 2px;
                color: #04ad67;
                border: 1px solid #04ad67;
                margin-left: 5px;
                font-size: 12px;
                float: right;
                opacity: .6;
            }

            .class-block .c-list dd span i {
                padding: 0 2px;
                color: #f52f3e;
                border: 1px solid #f52f3e;
                margin-left: 5px;
                font-size: 12px;
                float: right;
                opacity: .6
            }

    .class-block .c-list p {
        margin-top: 5px;
    }

.small_hd {
    color: #2a4ddd;
    margin-bottom: 10px;
    font-size: 13px;
    background: linear-gradient(to right,#ebf0ff,#fff);
    margin-right: 50px;
}
/*  */
.class-block .tag {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 15px 0 0 30px;
    height: 160px;
}

    .class-block .tag b {
        display: block;
        padding: 0 0 0 18px;
        margin-bottom: 10px;
        position: relative;
        font-weight: normal;
        width: 50%;
        box-sizing: border-box;
    }

        .class-block .tag b:after {
            content: "√";
            font-family: "宋体";
            width: 11px;
            font-size: 11px;
            height: 11px;
            overflow: hidden;
            border: 1px solid #777;
            display: block;
            position: absolute;
            left: 0;
            top: 4px;
            font-weight: normal;
            border-radius: 1px;
        }

/*---æ— å¿§å–è¯ç­---*/
.class-block li.center {
    position: relative;
    z-index: 9;
}
/*..........åŒ…å«ç­çº§............*/
.class-block .class {
    padding: 15px 0px 0px 30px;
    position: relative;
}

    .class-block .class p {
        overflow: hidden;
    }

    .class-block .class.red {
    }

        .class-block .class.red p span {
            color: #f35e5e;
            border: 1px solid #f35e5e;
        }

    .class-block .class.longer p span {
        width: 94px;
    }

    .class-block .class p span.blue {
        color: #fff;
        border: 1px solid #063db4;
        background: #1859de
    }
/*..........æŒ‰é’®............*/
.class-block .price {
    clear: both;
    background: #cba97b;
}

    .class-block .price a {
        display: block;
        padding: 10px 30px;
        text-align: center;
        background: #cba97b;
        font-size: 20px;
        color: #fff;
    }

        .class-block .price a:hover {
            background: #1859de
        }

/*..........è¯ä¹¦ä»·å€¼............*/
.certificate {
    overflow: hidden;
}

.certif-block {
    background: url(/content/images/introduce/shuiwushi/ta-value-bg.jpg) no-repeat center top;
    overflow: hidden;
    height: 896px;
}

    .certif-block .list {
        width: 1200px;
        height: 420px;
        margin: 50px auto 0 auto;
        position: relative;
    }

    .certif-block ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .certif-block li {
        width: 360px;
        height: 210px;
        background: #e2b57a;
        margin-bottom: 60px;
        color: #6b5443;
        box-sizing: border-box;
        padding: 25px 60px 0 30px;
        position: relative;
        top: 0;
        transition: all 0.3s;
    }

        .certif-block li h3 {
            font-size: 18px;
            font-weight: bold;
            transition: all 0.3s;
        }

        .certif-block li p {
            font-size: 14px;
            margin-top: 20px
        }

        .certif-block li::after {
            content: "";
            display: block;
            position: absolute;
            right: 20px;
            top: 15px;
        }

        .certif-block li:nth-child(1)::after {
            width: 75px;
            height: 113px;
            background: url(/content/images/introduce/shuiwushi/ta-value-bg-nub.png) no-repeat 0px;
        }

        .certif-block li:nth-child(2)::after {
            width: 100px;
            height: 113px;
            background: url(/content/images/introduce/shuiwushi/ta-value-bg-nub.png) no-repeat -115px;
        }

        .certif-block li:nth-child(3)::after {
            width: 93px;
            height: 113px;
            background: url(/content/images/introduce/shuiwushi/ta-value-bg-nub.png) no-repeat -267px;
        }

        .certif-block li:nth-child(4)::after {
            width: 100px;
            height: 113px;
            background: url(/content/images/introduce/shuiwushi/ta-value-bg-nub.png) no-repeat -406px;
        }

        .certif-block li:nth-child(5)::after {
            width: 90px;
            height: 113px;
            background: url(/content/images/introduce/shuiwushi/ta-value-bg-nub.png) no-repeat -575px;
        }

        .certif-block li:nth-child(6)::after {
            width: 100px;
            height: 113px;
            background: url(/content/images/introduce/shuiwushi/ta-value-bg-nub.png) no-repeat right;
        }

        .certif-block li:hover {
            top: -0;
            background: #fff;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

            .certif-block li:hover h3 {
                padding-left: 20px;
                border-left: 5px solid #f52f3e;
                color: #f52f3e
            }

            .certif-block li:hover p {
                color: #666;
            }

    .certif-block .list table {
        width: 100%;
    }

        .certif-block .list table td {
            line-height: 24px;
            width: 33.33%;
        }


.scheme {
    background: url(/content/images/introduce/shuiwushi/ta-scheme-bg.jpg) no-repeat center top;
    overflow: hidden;
    clear: both;
}

    .scheme .cont {
        width: 1100px;
        margin: auto;
        padding-top: 30px
    }

    .scheme dl {
        display: flex;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 80px;
    }

        .scheme dl dt {
            background: #1a2857;
            color: #fff;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            z-index: 9;
            position: relative;
        }

        .scheme dl .hd_line {
            padding: 30px 20px 0 20px;
            background: #1a2857;
            box-sizing: border-box;
            width: 210px;
            position: relative;
            margin-top: -10px;
        }

        .scheme dl dt h3 {
            font-size: 24px;
            font-family: 'Micorsoft YaHei';
            font-weight: bold;
            color: #e6c893;
        }

            .scheme dl dt h3::after {
                background: #e6c893;
                height: 3px;
                content: "";
                display: block;
                width: 40px;
                margin-top: 15px;
            }

        .scheme dl dt p {
            font-size: 14px;
            margin-top: 30px;
            color: #fff;
            opacity: .5;
        }

        .scheme dl dd {
            background: #fff;
            flex: 1;
            padding: 0 0 0 0
        }

            .scheme dl dd table {
                width: 100%;
            }

                .scheme dl dd table th:nth-child(1), .scheme dl dd table td:nth-child(1) {
                    width: 13%;
                }

                .scheme dl dd table th:nth-child(2), .scheme dl dd table td:nth-child(2) {
                    width: 42%;
                }

                .scheme dl dd table th {
                    width: 15%;
                    text-align: left;
                    background: #c8a66b;
                    padding: 10px 0 10px 30px;
                    box-sizing: border-box;
                    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
                }

                .scheme dl dd table td {
                    padding: 20px 0 20px 30px;
                    box-sizing: border-box;
                }

        .scheme dl:hover .hd_line {
            margin-top: -20px;
            background: #24387c;
        }

        .scheme dl:hover dt {
            background: #24387c;
        }

        .scheme dl:hover h3::after {
            width: 100px;
        }

    .scheme table tr {
        border-bottom: 1px solid #f6f6f6;
    }

        .scheme table tr:hover {
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        }

.schedule {
    height: 850px;
    background: url(/content/images/introduce/shuiwushi/ta-ex-bg.jpg);
    overflow: hidden;
}

    .schedule .cont {
        width: 1200px;
        margin: auto;
        padding-top: 60px;
    }

    .schedule .timeline {
        display: flex;
        justify-content: space-between;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .schedule dl {
        color: #fff;
        text-align: center;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        flex: 1;
        font-size: 16px;
        height: 70px;
    }

    .schedule dd {
        font-size: 18px;
        margin-top: 20px;
    }

    .schedule ul {
        display: flex;
        justify-content: space-between;
        margin-top: 100px
    }

        .schedule ul li {
            width: 280px;
            height: 350px;
            background: #fff;
            box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.5);
            box-sizing: border-box;
            padding: 35px 25px;
            position: relative;
        }

            .schedule ul li span {
                position: absolute;
                background: #e3b67b;
                font-size: 16px;
                padding: 10px;
                right: 20px;
                top: -20px;
            }

            .schedule ul li h3 {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 10px;
            }

            .schedule ul li p {
                margin-bottom: 15px;
                line-height: 24px;
            }

            .schedule ul li:nth-child(1) {
                background: #e3b67b;
            }

            .schedule ul li:nth-child(4) {
                background: #e3b67b;
            }

    .schedule dl:hover {
        color: #e3b67b;
    }

        .schedule dl:hover dt {
            font-size: 20px;
        }

        .schedule dl:hover dd {
            font-size: 16px;
        }

    .schedule ul li:hover {
        margin-top: -10px;
    }

.lecturer-team {
    height: 700px;
    background: url(/content/images/introduce/shuiwushi/try-line-bg.png) no-repeat center 200px;
    transition: all 4s
}

    .lecturer-team:hover {
        background: url(/content/images/introduce/shuiwushi/try-line-bg.png) no-repeat center 150px
    }

.lecturer {
    width: 1240px;
    margin: 100px auto 0 auto;
}

    .lecturer li {
        float: left;
        width: 280px;
        height: 390px;
        background: url(/content/images/introduce/shuiwushi/try-pic-bg.png) no-repeat center;
        position: relative;
        margin: 0 15px;
    }

        .lecturer li:hover .pic {
            left: -10px;
            transition: all 0.4s
        }

        .lecturer li .pic {
            width: 280px;
            height: 355px;
            overflow: hidden;
            position: absolute;
            left: 0;
            bottom: 94px;
            transition: all 0.4s
        }

            .lecturer li .pic img {
                display: block;
                margin: auto;
                width: 200px;
            }

        .lecturer li h3 {
            position: absolute;
            bottom: 45px;
            left: 25px;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            text-shadow: 3px 6px 15px rgba(0,0,0,.4);
            letter-spacing: 2px
        }

        .lecturer li p {
            position: absolute;
            bottom: 20px;
            left: 25px;
            font-size: 16px;
            color: #fff;
        }

        .lecturer li:hover span {
            right: -10px;
            transition: all 0.4s
        }

        .lecturer li span {
            display: block;
            width: 110px;
            height: 38px;
            position: absolute;
            bottom: 25px;
            right: -5px;
            transition: all 0.4s
        }

            .lecturer li span a {
                display: block;
                padding: 5px 0 6px 13px;
                color: #fff;
                font-size: 16px;
                background: #fb0735 url(/content/images/introduce/shuiwushi/play-ico-w.png) no-repeat 83px center;
            }

.app-down {
    height: 655px;
    background: #222 url(/content/images/introduce/shuiwushi/try-app-down.jpg) no-repeat center
}

.try-advantage {
    height: 410px;
    background: url(/content/images/introduce/shuiwushi/try-ico096.jpg) no-repeat center
}

.advantage {
    width: 1200px;
    margin: auto;
}

    .advantage li {
        width: 25%;
        float: left;
        height: 410px;
        text-align: center;
        color: #fff;
        opacity: 0.7;
    }

        .advantage li em {
            display: block;
            font-size: 18px;
            margin: 55px 0 0 0;
            letter-spacing: 2px
        }

        .advantage li h3 {
            width: 125px;
            height: 100px;
            padding-top: 25px;
            font-size: 40px;
            line-height: 40px;
            border: 1px solid #fff;
            color: #fff;
            border-radius: 50%;
            margin: 40px auto 0 auto;
            letter-spacing: 2px;
            font-family: "å®‹ä½“";
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            transition: all 0.2s
        }

        .advantage li i {
            width: 60px;
            height: 3px;
            background: #fff;
            display: block;
            margin: 30px auto 0 auto;
            border-radius: 3px
        }

        .advantage li p {
            font-size: 16px;
            letter-spacing: 2px;
            line-height: 26px;
            margin-top: 25px;
            transition: all 0.8s
        }

        .advantage li:hover h3 {
            margin: 30px auto 0 auto;
        }

        .advantage li:hover p {
            margin: 30px auto 0 auto;
            margin-top: 20px;
        }

.footer {
    overflow: hidden;
    background: #060606
}

.footer-cont {
    width: 960px;
    margin: auto;
    padding: 0 0 30px 240px;
    background: url(/content/images/introduce/shuiwushi/footer-logo.png) no-repeat 28px 50px;
    position: relative;
    overflow: hidden
}

    .footer-cont .fix-up {
        position: absolute;
        right: 0;
        top: 55px;
        transition: all 0.1s
    }

        .footer-cont .fix-up a {
            border: 1px solid #f52f3e;
            padding: 2px 3px;
            font-size: 9px;
            color: #f52f3e;
        }

        .footer-cont .fix-up:hover {
            position: absolute;
            right: 0;
            top: 53px;
        }

.lightspot {
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #222;
    overflow: hidden;
}

    .lightspot li {
        float: left;
        width: 130px;
        height: 55px;
        color: #ccc;
        background: url(/content/images/introduce/shuiwushi/lightspot-ico.png) no-repeat left 0px;
        padding-left: 65px;
        margin-right: 15px;
        overflow: hidden
    }

        .lightspot li em {
            display: block;
            font-size: 15px;
            margin: 5px 0;
            color: #666;
        }

        .lightspot li i {
            display: block;
            font-size: 12px;
            color: #333;
        }

.links {
    margin-top: 30px;
}

    .links a {
        font-size: 12px
    }

    .links span {
        padding: 0 20px;
        font-size: 11px;
        color: #333;
    }

.copyright {
    color: #333;
    font-size: 12px;
    margin-top: 10px;
}
/*----------å³ä¾§æ¼‚æµ®å®¢æœ----------*/
.fixed-btn {
    width: 106px;
    top: 25%;
    position: fixed;
    left: 50%;
    margin-left: 610px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom: 20%;
    z-index: 9999;
}

    .fixed-btn dl {
    }

    .fixed-btn dt {
        height: 80px;
        position: relative;
    }

        .fixed-btn dt .pic {
            width: 106px;
            height: 88px;
            position: absolute;
            top: 0
        }

    .fixed-btn dd {
        width: 72px;
        height: 200px;
        margin: auto;
        text-align: center;
    }

        .fixed-btn dd a {
            width: 72px;
            padding-top: 13px;
            height: 59px;
            display: block;
            font-size: 12px;
            background: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 1px;
            color: #555;
            border-radius: 5px;
            ;
        }

            .fixed-btn dd a:hover {
                color: #d03e9f;
                box-shadow: 0 0 15px rgba(0, 0, 0, 0.2)
            }

        .fixed-btn dd i {
            display: block;
            width: 24px;
            height: 24px;
            margin: 0px auto 5px auto;
            background: url(/content/images/introduce/shuiwushi/fixed-ico.png) no-repeat left center;
            opacity: 0.5;
        }

            .fixed-btn dd i.online {
                background: url(/content/images/introduce/shuiwushi/fixed-ico.png) no-repeat -28px center
            }

            .fixed-btn dd i.app-ico {
                background: url(/content/images/introduce/shuiwushi/fixed-ico.png) no-repeat -58px center
            }

            .fixed-btn dd i.code {
                background: url(/content/images/introduce/shuiwushi/fixed-ico.png) no-repeat right center
            }

        .fixed-btn dd a:hover i {
            opacity: 1;
        }

.app-code {
    position: relative;
    width: 72px;
}

    .app-code .app-cont {
        width: 247px;
        height: 129px;
        padding: 13px 0 0 13px;
        background: url(/content/images/introduce/shuiwushi/wem_bg2.png) no-repeat;
        left: -265px;
        top: -35px;
        position: absolute;
        display: none;
    }

    .app-code:hover .app-cont {
        display: block;
    }

.app-cont span {
    width: 42%;
    float: left;
    color: #555;
    margin: 0px 18px 0 0px;
    font-size: 12px;
}

    .app-cont span img {
        width: 100%;
        display: block;
        block;
        margin: auto
    }

.wxcode {
    position: relative;
    width: 72px;
}

    .wxcode .wx-cont {
        width: 128px;
        height: 120px;
        position: absolute;
        top: -25px;
        left: -135px;
        background: url(/content/images/introduce/shuiwushi/wem_bg.png) no-repeat;
        display: none;
    }

    .wxcode:hover .wx-cont {
        display: block;
    }

    .wxcode .wx-cont span {
        display: block;
        width: 120px;
        height: 120px;
        overflow: hidden;
    }

        .wxcode .wx-cont span img {
            width: 100px;
            display: block;
            margin: 10px auto 0 auto
        }

.check {
    background: #f52f3e;
}

.video-list dl a {
    color: #777;
    display: block;
    padding: 6px 0px 6px 15px;
    border-left: 3px solid #222;
    margin-left: 10px
}

    .video-list dl a span {
        color: #fff;
        background: #ff8400;
        padding: 0 5px 1px 5px;
        border-radius: 2px;
        line-height: 14px;
        font-size: 12px;
        margin-left: 5px;
    }
