/*
Author: steven@dbi.so
*/

body {
    background: url(../images/bg_header.png) no-repeat top center;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
@font-face {
    font-family: GraublauWeb;src: url("../font/MFYueHei_Noncommercial-Regular.otf") format("opentype");
}
div {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    width: 100%;
}

* {
    font-family: "Microsoft Yahei", Helvetica, arial, sans-serif;
    color: #666666;
    font-size: 14px;
    padding:0;
    margin:0;
}

a {
    color: #006DC1;
    text-decoration: none;
}

a:hover {
    color: #0CA7D3;
    text-decoration: underline;
}

img {
    border: 0;
    height: auto;
}

img, input {
    vertical-align: middle;
}

input[type="text"],input[type="password"] {
    border: 1px solid #5E5E5E;
    color: #999999;
    height: 43px;
}
ul {
    list-style: none;
}
.clear {
    clear: both;
}
.button {
    cursor: pointer;
}

._err_panel {
    background: #3D3D3D;
    position: fixed;
    width: 30%;
    height: auto;
    bottom: 10%;
    left: 35%;
    text-align: center;
    padding: 30px;
    display: none;
    z-index: 10;
}

._err_tips {
    font-size: 23px;
    color: #FFFFFF;
    vertical-align: middle;
}

.header {
    background: url(../images/bg_header_shadow.png) no-repeat top center;
    width: 1041px;
    height: 461px;
    text-align: center;
    margin: auto;
}

.headerBody {
    background:#fff url(../images/bg_header_body.png) no-repeat top center;
    width: 1000px;
    height: 100%;
    text-align: left;
    margin: auto;
}
    .headerBody .userName {
        margin:59px 42px 0 0;
        width:auto;
        float:right;
    }
        .headerBody .userName a em {
            font-style: normal;
            color:#006DC1;
            font-family: 'sans-serif';
            font-size:12px;
            font-weight: bold;
        }
        .headerBody .userName a:hover em,
        .headerBody .userName a:active em {
            color:#0CA7D3;
        }

.footer {
    background: url(../images/bg_footer.png) no-repeat top center;
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
    margin-top: -5px;
}

.footerBody {
    width: 1000px;
    height: 45px;
    line-height: 52px;
    text-align: left;
    color: #fff;
    margin-left: -500px;
    overflow: hidden;
    position: absolute;
    top:0;
    left:50%;
}

.footerBody a {
    color: #fff;
    margin-right: 20px;
}
    .footerBody a em {
        font-family: 'sans-serif';
        font-style: normal;
        color:#fff;
        font-weight: bold;
        font-size:12px;
    }

.content {
    background:#FFF url(../images/bg_content_shadow.png) no-repeat bottom center;
    width: 100%;
}
.navi {
    background: url(../images/bg_navi.png) no-repeat top right;
    width: 465px;
    height: 103px;
    float: right;
    clear: right;
    position: relative;
    margin-top: 10px;
    margin-right: -20px;
    padding: 27px 0 0 0;
    z-index: 100;
}

.navi a {
    margin-left: 28px;
}

.login {
    background: url(../images/bg_login.png) no-repeat top center;
    width: 1069px;
    height: 694px;
    text-align: left;
    font-size: 18px;
    margin: auto;
}

.login input[type="text"],.login input[type="password"] {
    background-color: transparent;
    margin-bottom: 19px;
    width: 227px;
    font-size: 18px;
    padding-left: 10px;
}

.ad {
    width: 1000px;
    position: relative;
    height:327px;
    margin:-334px auto 0;
}

.slider {width: 1000px;position: relative;}
.jquery-slider-wrapper{position:relative;clear:both;zoom:1;top:-334px;left:50%;margin-left:-500px;margin-bottom:-334px;}
.jquery-slider-slide{display:none;margin:0;padding:0;position:absolute;left:0;top:0;width:100%;}
.jquery-slider-slide img{border:0;margin:0;padding:0;}
.jquery-slider-slide-current{display:block;z-index:2;}
.jquery-slider-slide-next{display:block;z-index:1;}
.jquery-slider-selectors{overflow:hidden;position:absolute;bottom:10px;right:10px;z-index:3;}
.jquery-slider-selector{}
.jquery-slider-selector-current{}
.jquery-slider-selector span{display:none;}
.jquery-slider-control{display:none;right:50%;top:50%;position:absolute;cursor:pointer;width:48px;height:69px;margin-top:-34px;margin-right:-24px;z-index:4;}
.jquery-slider-control span{display:none;}
.jquery-slider-control-play{}
.jquery-slider-control-pause{}
.jquery-slider-hovered .jquery-slider-control{display:block;}
.jquery-slider-navigation{display:block;}
.jquery-slider-navigation-prev{background:url(../images/jquery-slider-theme.png) no-repeat 0 0;left:0;top:50%;position:absolute;cursor:pointer;width:48px;height:69px;margin-top:-34px;z-index:4;}
.jquery-slider-navigation-prev span{display:none;}
.jquery-slider-navigation-next{background:url(../images/jquery-slider-theme.png) no-repeat -48px 0;right:0;top:50%;position:absolute;cursor:pointer;width:48px;height:69px;margin-top:-34px;z-index:4;}
.jquery-slider-navigation-next span{display:none;}
.jquery-slider-hovered .jquery-slider-navigation-prev,.jquery-slider-hovered .jquery-slider-navigation-next{display:block;}
.jquery-slider-wrapper .caption{padding:6px 10px;background:#333333;font-size:13px;position:absolute;bottom:10px;left:10px;color:#FFFFFF;}
.jquery-slider-timer{color:#000000;height:3px;width:100%;position:absolute;bottom:0;left:0;z-index:4;}
.jquery-slider-timer-bar{background:#999;opacity:1;height:3px;width:0;float:left;display:inline;}

    .login .login-chk {
        font-size:18px;
    }
    /* Checkmark style starts */
    @-moz-keyframes dothabottomcheck {
        0% {
            height: 0;
        }

        100% {
            height: 10px;
        }
    }
    @-webkit-keyframes dothabottomcheck {
        0% {
            height: 0;
        }

        100% {
            height: 10px;
        }
    }
    @keyframes dothabottomcheck {
        0% {
            height: 0;
        }

        100% {
            height: 10px;
        }
    }
    @keyframes dothatopcheck {
        0% {
            height: 0;
        }

        50% {
            height: 0;
        }

        100% {
            height: 20px;
        }
    }
    @-webkit-keyframes dothatopcheck {
        0% {
            height: 0;
        }

        50% {
            height: 0;
        }

        100% {
            height: 20px;
        }
    }
    @-moz-keyframes dothatopcheck {
        0% {
            height: 0;
        }

        50% {
            height: 0;
        }

        100% {
            height: 20px;
        }
    }
    input[type=checkbox] {
        display: none;
    }

    .check-box {
        height: 23px;
        width: 23px;
        background-color: transparent;
        border: 1px solid #5e5e5e;
        position: relative;
        display: inline-block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: border-color ease 0.2s;
        -o-transition: border-color ease 0.2s;
        -webkit-transition: border-color ease 0.2s;
        transition: border-color ease 0.2s;
        cursor: pointer;
        vertical-align: -5px;
    }
    .check-box::before, .check-box::after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        height: 0;
        width: 3px;
        background-color: #008FD1;
        display: inline-block;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        border-radius: 5px;
        content: ' ';
        -webkit-transition: opacity ease .5;
        -moz-transition: opacity ease .5;
        transition: opacity ease .5;
    }
    .check-box::before {
        top: 16px;
        left: 10px;
        /*box-shadow: 0 0 0 5px #667788;*/
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .check-box::after {
        top: 10px;
        left: 2px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    input[type=checkbox]:checked + .check-box,
    .check-box.checked {
        border-color: #008FD1;
    }
    input[type=checkbox]:checked + .check-box::after,
    .check-box.checked::after {
        height: 10px;
        -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
        -o-animation: dothabottomcheck 0.2s ease 0s forwards;
        -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
        animation: dothabottomcheck 0.2s ease 0s forwards;
    }
    input[type=checkbox]:checked + .check-box::before,
    .check-box.checked::before {
        height: 20px;
        -moz-animation: dothatopcheck 0.4s ease 0s forwards;
        -o-animation: dothatopcheck 0.4s ease 0s forwards;
        -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
        animation: dothatopcheck 0.4s ease 0s forwards;
    }

.page-header .wrap {
    min-height: 0;
    padding:30px 0;
}
.demo-content {
    width: 1100px;
    margin: -331px auto 0;
    background: url(../images/bg_content_shadow.png) no-repeat bottom center;
}
    .demo-content >.wrap {
        padding:200px 0;
    }
.wrap {
    width:1000px;
    margin:0 auto;
    position: relative;
    background: #fff;
    text-align: left;
}
    .content .wrap .left {
        width:325px;
        min-height:500px;
        background: #fff;
        margin:0;
    }
        .content .wrap .left .left-before {
            width:340px;
            height:114px;
            background: url("../images/left-before.png") no-repeat;
            position: absolute;
            z-index: 99;
            top:-30px;
            left:-17px;
            overflow: hidden;
        }
        .content .wrap .left .left-about-before {
            background-image:url("../images/left-about-before.png");
        }

        #scrollDiv{
            width: 323px;
            height:470px;
            overflow: hidden;
            padding-top:60px;
        }
        .content .wrap .left .comment {
            list-style: none;
            margin:0;
            text-align: left;
        }

            .content .wrap .left .comment li a{
                width:86%;
                margin:0 auto;
                border-top:1px #d9d9d9 solid;
                padding:20px 0;
                background: url("../images/r-icon.png") no-repeat right 40px;
                display: block;
            }
            .content .wrap .left .comment li a:hover {
                background: url("../images/r-icon.png") no-repeat right -48px;
            }
            .content .wrap .left .comment li h3 {
                font-size:20px;
                color:#666;
            }
            .content .wrap .left .comment li p {
                font-size:14px;
                color:#aaa;
            }
            .content .wrap .left .comment a:hover h3,
            .content .wrap .left .comment a:hover p,
            .content .wrap .left .comment a:hover,
            .content .wrap .left .comment a:active h3,
            .content .wrap .left .comment a:active p,
            .content .wrap .left .comment a:active
            {
                text-decoration: none;
                color:#0068c5;
            }

                .content .wrap .left .comment li h3 span.free {
                    width:51px;
                    height:27px;
                    display: inline-block;
                    background: url("../images/free.png") no-repeat;
                    margin-top:-11px;
                    margin-left:-6px;
                    vertical-align: 5px;
                }
            .content .wrap .left .comment li.active a h3,.content .wrap .left .comment li.active a p{
                color:#0068c5;
            }
            .content .wrap .left .comment li.active a {
                background: url("../images/r-icon.png") no-repeat right -48px;
            }

    .content .wrap .left .arrow {
        width:86%;
        margin:0 auto;
        padding-bottom:20px;
        text-align: left;
    }
        .content .wrap .left .arrow i {
            background: url("../images/arrow.png") no-repeat;
            width:25px;
            height:25px;
            display: inline-block;
            cursor: pointer;
        }
        .content .wrap .left .arrow i.arrow-l {
            background-position: 0 0;
        }
        .content .wrap .left .arrow i.arrow-r {
            background-position: right 0;
        }
        /*.content .wrap .left .arrow i.arrow-l:hover,*/
        .content .wrap .left .arrow i.arrow-l.hover {
            background-position: 0 -25px;
        }
        /*.content .wrap .left .arrow i.arrow-r:hover,*/
        .content .wrap .left .arrow i.arrow-r.hover  {
            background-position: right -25px;
        }

.content .wrap .left .left-menu {
    list-style: none;
    margin:0;
    padding:50px 0 0 0;
    text-align: left;
}
.content .wrap .left .left-menu li a{
    width:86%;
    margin:0 auto;
    border-bottom:1px #d9d9d9 solid;
    padding:20px 0;
    background: url("../images/r-icon.png") no-repeat right 27px;
    display: block;
    font-size:20px;
    color:#666;
    font-weight: bold;
}
.content .wrap .left .left-menu li:last-child a {
    border:none;
}
.content .wrap .left .left-menu li.active a{
    color:#0068c5;
    background: url("../images/r-icon.png") no-repeat right -61px;
}
.content .wrap .left .left-menu li a:hover {
    text-decoration: none;
    color:#0068c5;
    background: url("../images/r-icon.png") no-repeat right -61px;
}

    .content .wrap .right {
        background: url("../images/right.png") no-repeat;
        width:698px;
        min-height: 500px;
        /*position: relative;*/
        /*right:-21px;*/
        /*top:0;*/
        float:right;
        margin-right:-21px;
    }
    .content .wrap .right .page-inner {
        padding:0 22px 50px 20px;
    }
    .content .wrap .right .page-inner .inner-p {
        margin-top:20px;
        max-height:395px;
        overflow-x: auto;
    }
    .content .wrap .right .page-inner .inner-p p{
        padding:10px;
        font-size:16px;
        line-height: 23px;
    }
    .content .wrap .right .page-inner .inner-p p a {
        font-size:20px;
    }
    .content .wrap .right .page-inner .inner-p h3 {
        font-size:16px;
        font-weight: normal;
        padding:15px;
    }
    .content .wrap .right .page-inner .contact-form {
        padding:5px;
    }
    .content .wrap .right .page-inner .contact-form h3 {
        font-size:16px;
        margin:30px 0;
        font-weight: normal;
    }
        .contact-form .c-left ,.contact-form .c-right{
            float:left;
            width:46%;
            margin-right:2%;
        }
        .contact-form .form-group {
            margin-bottom:10px;
        }
        .contact-form .form-group label {
            margin-bottom:5px;
            display: block;
        }
        .contact-form span.required {
            font-family: 'Simsun';
            color:#f00;
        }
        .form-group input.form-control {
            height:20px;
            width:250px;
            border-radius: 4px;
            padding:6px 12px;
            border:1px #ccc solid;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        }
        .form-group textarea.form-control {
            width:270px;
            height:156px;
            border-radius: 4px;
            padding:6px 12px;
            border:1px #ccc solid;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        }
        .form-group input.form-control:focus,.form-group textarea.form-control:focus {
            border-color:#666;
            outline: none;
        }
        .contact-form .buttons-margin-horizontal {
            width:606px;
            text-align: right;
            overflow: hidden;
        }

        .total {
            width:438px;
            height:63px;
            line-height: 63px;
            text-align: left;
            padding-left:30px;
            float:right;
            color:#fff;
            font-size:20px;
            background: url("../images/map-design-total.png") no-repeat;
            margin-bottom:15px;
            position: absolute;
            bottom:0;
            right: -3px;
        }
            .total strong {
                font-size:28px;
                color:#fff;
                font-weight: normal;
                margin-right:15px;
                vertical-align: -1px;
            }
        .courses {
            margin-top:100px;
        }
            .courses .map-design {
                position: relative;
                width:621px;
                height:323px;
                text-align: left;
                padding:0 40px;
                margin:0 auto;
            }
            .courses .map-design.map-design01 {
                background: url("../images/map-design.png") no-repeat 0 20px;
            }
            .courses .course {
                position: absolute;
                top:20px;
                left:45px;
                margin:0;
                width:auto;
            }
                .courses .course img {
                    position: relative;
                    z-index: 2;
                }
                .courses .course .course-title {
                    position: absolute;
                    background: url("../images/course-title-bg.png") no-repeat;
                    width:140px;
                    padding:10px 16px 0 40px;
                    height:123px;
                    top:-20px;
                    left:20px;
                    z-index: 1;
                    color:#999;
                    display: none;
                    text-align: right;
                }
                    .courses .course .course-title p {
                        color:#1CACAE;
                        position: absolute;
                        bottom:18px;
                        right:15px;
                    }
                        .courses .course .course-title p strong {
                            color:#1CACAE;
                            font-size:38px;
                            font-weight: normal;
                        }

.headerLesson {
    background: url(../images/bg_header_shadow.png) no-repeat top center;
    width: 1041px;
    height: 461px;
    text-align: center;
    margin: auto;
}
.headerLessonBody {
    background: #fff;
    padding-top:10px;
    width:96%;
    margin:0 auto;
}
    .headerLessonBody >.title {
        background: url("../images/lesson-title.png") no-repeat;
        width:482px;
        height:120px;
        margin:0 0 0 -20px;
        text-align: left;
        padding:15px 40px 40px 40px;

    }
        .headerLessonBody >.title p {
            color:#fff;
            font-size:18px;
            font-family: GraublauWeb ,"Microsoft Yahei";
        }
        .headerLessonBody >.title h1 {
            color:#fff;
            font-size:24px;
            font-weight: normal;
            margin-top:4px;
        }
        .headerLessonBody >a.back {
            background: url("../images/back.png") no-repeat;
            float:right;
            margin-right:-19px;
            width:137px;
            height:89px;
            position: relative;
            top:22px;
        }
        .headerLessonBody >a.back:hover {
            background-position: 0 -89px;
        }

.video-film {
    width:1030px;
    margin:-330px auto 0;
    height: 730px;
    padding:10px 25px 0 25px;
    background: url("../images/lesson-video.png") no-repeat;
}
.class-intro {
    margin:-39px 0 0 0;
}
    .class-intro .title {
        padding:50px 40px 30px 40px;
        text-align: left;
    }
        .class-intro .title >span {
            font-size:18px;
            color:#999;
            display: inline-block;
            vertical-align: -10px;
            margin-left:10px;
            font-family: GraublauWeb,"Microsoft Yahei";
        }
        .class-intro .title p,.class-intro .title ul,.class-intro .title p span {
            font-size:18px;
            color:#999;
            margin-top:20px;
            margin-left:2px;
        }
        .class-intro .title ul li,.class-intro .title ul li span {
            color:#999;
            margin:4px 0;
        }
        .class-intro .title ul {
            list-style-type: disc;
            margin-left:40px;
        }

.chapter-header {
    margin-top:-335px;
}
    .chapter-header .title {
        background: url("../images/chapter-title.png") no-repeat;
        width:562px;
        height:136px;
        margin:0 0 0 -20px;
        position: relative;
    }
        .chapter-header .title h1 {
            color:#fff;
            font-size:36px;
            font-weight: normal;
            padding:15px 35px 0 60px;
        }
        .chapter-header .title .schedule {
            color:#fff;
            position: absolute;
            bottom:30px;
            padding-right:60px;
            right:0;
            font-size:18px;
            text-align: right;
        }
            .chapter-header .title .schedule strong {
                font-size:36px;
                color:#fff;
                font-weight: normal;
                margin-left:5px;
            }
            .chapter-header a.back {
                margin:-25px 0 0 -20px;
                display: block;
                width:117px;
                height:59px;
                position: relative;
                z-index: 9;
                background: url("../images/chapter-back.png") no-repeat;
            }
            .chapter-header a.back:hover {
                background-position: 0 -59px;
            }

.chapter {
    width:1051px;
    min-height: 346px;
    padding:0 25px 0 26px;
    margin: 30px auto 0;
    position: relative;
}
@keyframes car01 {
    0% {
        left: 1000px;
    }
    50%{
        left:240px;
    }
    100% {
        left: -60px;
    }
}
@keyframes car02 {
    0% {
        left: 1000px;
    }
    50%{
        left:540px;
    }
    100% {
        left: -130px;
    }
}
@keyframes car03 {
    0% {
        left: 1000px;
    }
    100% {
        left: -330px;
    }
}
    .chapter .car {
        position: absolute;
        top:240px;
        left:0;
        height:100px;
        width:100%;
        overflow:hidden;
    }
        .chapter .car img {
            position: relative;
        }
        .chapter .car img.car01 {
            top:5px;
            -webkit-animation: car01 30s infinite;
            -moz-animation: car01 30s infinite;
            -o-animation: car01 30s infinite;
            animation: car01 30s infinite;
        }
        .chapter .car img.car02 {
            top:50px;
            -webkit-animation: car02 20s infinite;
            -moz-animation: car02 20s infinite;
            -o-animation: car02 20s infinite;
            animation: car02 20s infinite;
        }
        .chapter .car img.car03 {
            top:20px;
            -webkit-animation: car03 15s infinite;
            -moz-animation: car03 15s infinite;
            -o-animation: car03 15s infinite;
            animation: car03 15s infinite;
        }
    .chapter >img {
        margin-left:-26px;
    }
    .chapter-table {
        width:1000px;
        margin:-92px auto 0 auto;
        table-layout: fixed;
        padding:0 20px 15px 20px;
        background: #fff;
    }
        .chapter-table tr td {
            background: #999;
            padding:92px 10px 0 10px;
            text-align: left;
            vertical-align: top;
            border-right:1px #fff solid;
        }

        .chapter-table tr td.passTd {
            background: #008ED4;
        }
        .chapter-table ul {
            list-style: none;
        }
        .chapter-table ul li {
            padding:10px 0 10px 18px;
            position: relative;
            border-bottom: 1px #999 solid;
        }
        .chapter-table ul li a {

        }
        .chapter-table tr td.passTd ul li {
            border-bottom:1px #80c7ea solid;
        }
        .chapter-table ul li:last-child,
        .chapter-table tr td.passTd ul li:last-child {
            border:none;
        }
            .chapter-table ul li span,
            .chapter-table ul li h2,
            .chapter-table ul li a {
                color:#fff;
                font-weight: normal;
            }
            .chapter-table ul li p {
                color:#c9c9c9;
                font-size:12px;
                margin-left:-18px;
            }
            .chapter-table tr td.passTd ul li p{
                color:#80c7ea;
            }
            .chapter-table ul li h2 {
                font-size:16px;
                margin-left:-18px;
            }
            .chapter-table ul li span.num {
                width:14px;
                height:14px;
                display: inline-block;
                background: #fff;
                color:#999;
                line-height: 14px;
                text-align: center;
                border-radius: 50%;
                position: absolute;
                top:13px;
                left:0;
                font-size: 12px;
            }
            .chapter-table tr td.passTd ul li span.num {
                color:#008CD7;
            }
            .chapter-table tr td.passTd ul li span.pass {
                width:62px;
                height:43px;
                display: block;
                position: absolute;
                right:0;
                top:5px;
                background: url("../images/pass.png") no-repeat;
            }
            .chapter-table ul li a:hover,.chapter-table ul li a.hover {
                background: #fff;
                margin:-11px -11px -11px -28px;
                padding:11px 11px 11px 28px;
                color:#999;
                display: block;
                text-decoration: none;
            }
            .chapter-table ul li a.active {
                background: #008CD7;
                margin:-10px -10px -10px -28px;
                padding:10px 10px 9px 28px;
                display: block;
                color:#fff;
            }
            .chapter-table ul li a.active:hover span {
                background: #fff;
                color:#008CD7;
            }
            .chapter-table ul li a:hover,
            .chapter-table ul li a.hover {
                color:#008CD7;
                background: #fff;
            }
            .chapter-table ul li a:hover span,
            .chapter-table ul li a.hover span{
                background: #008CD7;
                color:#fff;
            }

                .chapter-table ul li a:hover span,
                .chapter-table ul li a.hover span {
                    background: #999;
                    color:#fff;
                }
                .chapter-table tr td.passTd ul li a:hover,
                .chapter-table tr td.passTd ul li a.hover {
                    color:#008CD7;
                    background: #fff;
                }
                .chapter-table tr td.passTd ul li a:hover span,
                .chapter-table tr td.passTd ul li a.hover span{
                    background: #008CD7;
                    color:#fff;
                }

.team-content {
    width:1100px;
    margin:-240px auto 0;
    background: url(../images/bg_content_shadow.png) no-repeat bottom center;
}
.team-title {
    text-align: center;
    font-size:34px;
    font-family:'Roboto';
    margin:20px 0;
}
.text-center {
    text-align: center;
}
/*  Our Team  */
/* ---------- */
.our-team { width:100%;margin-top:40px;}
.our-team .our-team-item {width:100%; display:inline-block;margin:10px 50px;float:left;}
.our-team figure {text-align:center; float:left;}
.our-team .our-team-item>p {text-align: left;width:680px;margin-left:240px;line-height: 24px;}
.our-team figure > img {width:213px; height:213px; -webkit-transition: all 1s;-moz-transition: all 1s;-ms-transition: all 1s;-o-transition: all 1s;transition: all 1s;border-radius: 8px;}
.our-team figure > img:hover{
    cursor: pointer;
    -webkit-transform: scale(1.2,1.2);-moz-transform: scale(1.2,1.2);-ms-transform: scale(1.2,1.2);-o-transform: scale(1.2,1.2);transform: scale(1.2,1.2);
}
.our-team figure > figcaption {margin:0;padding:20px 0; font-size:20px; }
.our-team figure > figcaption > em {display:block; font-size:13px; opacity:0.6; }
.our-team .popover {font-size:14px; }

.loader{
    font-weight: normal;
    font-size:16px;
    color:#0082c8;
}
    .loader .loader-bar {
        width:300px;border:1px solid #0082c8;height:30px;border-radius: 4px;
        display: inline-block;
        vertical-align: -8px;
    }
    .loader .loader-bar .loader-inner {
        background:#0082c8;height:28px;float:left;text-align: center;line-height: 28px;color:#fff;
    }

.user-wrap {
    min-height: 488px;
}
    .user-wrap .row {
        width:33.33%;
        float:left;
        text-align: center;
        margin:100px 0;
    }
    .user-wrap .row .user-btn a:after{
        content: '';
        position: absolute;
        z-index: 1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        width: 30%;
        height: 150%;
        background: rgba(255,255,255,0.1);
        right: 0;
        top: 0;
        margin: -5px 0 0 -5px;
        -webkit-transform-origin: 0 0;
        -webkit-transform: rotate(-20deg);
        -moz-transform-origin: 0 0;
        -moz-transform: rotate(-20deg);
        -ms-transform-origin: 0 0;
        -ms-transform: rotate(-20deg);
        transform-origin: 0 0;
        transform: rotate(-20deg);
        display: inline-block;
    }
    .user-wrap .row .user-btn a{
        display: inline-block;
        color:#fff;
        width:200px;
        height:150px;
        line-height: 150px;
        font-size:20px;
        position: relative;
        overflow: hidden;
        border-radius: 4px;
    }
    .user-wrap .row .user-step a{
        background: #ffc000;
    }
    .user-wrap .row .user-plan a{
        background: #92d050;
    }
    .user-wrap .row .user-password a{
        background: #c0504d;
    }
    .user-wrap .row .user-btn a:hover:after{
        width:101%;
        opacity: 1;
    }
    .user-wrap .row a:hover {
        text-decoration: none;
    }
    .user-wrap .row .col-md-9 {
        display: inline-block;
        width:200px;
    }

.plan-title h1{
    font-size:18px;
    color:#0082c8;
    font-weight: normal;
    text-align: center;
}
.plan-title span {
    display: block;
    text-align: center;
}
.plan-wrap .row {
    width:100%;
    overflow: hidden;
}
.plan-wrap .row .plan-left{
    width:40%;
    float:left;
    padding:5px 15px;
    text-align:right;
    line-height: 34px;
}
.plan-wrap .row .plan-right {
    width:60%;
    float:left;
    padding:5px 15px;
    line-height: 34px;
}
.plan-wrap .row-bottom {
    width:100%;
    padding-bottom:20px;
}
.plan-wrap input[type=checkbox]{
    display: inline-block;
    vertical-align: -1px;
}

.password-wrap {
    min-height: 488px;
}
.password-wrap p.user-wrap-wel {
    padding:30px;
}
.password-wrap h3.title-form {
    font-weight: normal;
    font-size:18px;
    color:#565656;
    padding:0 30px;
}
.password-wrap .password-row {
    padding:30px;
}
.password-wrap .password-row p {
    margin-top:20px;
}

.btn {
    border:0;
    padding:8px 16px;
    cursor: pointer;
    border-radius: 4px;
}
.btn.btn-gray {
    background: #a9a9a9;
    color:#f8f8f8;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.16) inset;
}
.btn.btn-success {
    background: #008ed4;
    color:#F8F8F8;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.16) inset;
}
.btn.btn-gray:hover {
    background: #999;
}
.btn.btn-success:hover {
    background: #0082c8;
}

.page404 {
    width:960px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -260px;
    height:500px;
}
    .page404 .btn {
        width:100%;
        margin-top:50px;
    }
    .page404 .btn a {
        background: #008ed4;
        color: #F8F8F8;
        box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.16) inset;
        border: 0;
        padding: 8px 46px 10px 46px;
        cursor: pointer;
        border-radius: 4px;
        font-size:18px;
    }
    .page404 .btn a:hover {
        background: #0082c8;
        text-decoration: none;
    }



/*=============================================*/
/*ppt样式 */
.content.hasPPT .video-film{
    height: 360px;
}
.content.hasPPT{
    font-size: 0;
}
.content.hasPPT article{
    display:inline-block;
    width: 510px;
    height: auto;
    font-size: 16px;
    margin-right: 10px;
}

.content.hasPPT .pptContent{
    display:inline-block;
    width: 500px;
    height: 290px;
    font-size: 14px;
}

.content.hasPPT article .video-js{
    /*height: 290px!important;*/
}
/*==============================================*/