/* =========================== color =========================== */
/* =========================== media =========================== */
@keyframes fadeInButtom {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInButtom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInButtom {
    0% {
        opacity: 0;
        -moz-transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInButtom {
    0% {
        opacity: 0;
        -o-transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-80px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(80px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(80px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

a.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.transition:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.text-overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

a {
    color: #188eee;
}

a:hover,
a:focus {
    color: #188eee;
    text-decoration: none;
}

.link-dark:hover,
.link-light:hover,
.link-white {
    color: #188eee;
}

.text-primary,
.color-primary {
    color: #188eee !important;
}

.btn-link:hover,
.btn-link:focus,
.btn-link.focus {
    color: #188eee;
}

.btn-primary {
    border-color: #0e73c5;
    background-color: #188eee;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
    background-color: #0f78ce;
}

.label-primary {
    background-color: #188eee;
}

.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li:hover > a {
    border-color: #188eee;
    color: #188eee;
}

.nav.nav-tabs > li.active > a .text-muted,
.nav.nav-tabs > li:hover > a .text-muted {
    color: #188eee;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #188eee;
}

.es-piece .piece-header {
    border-color: #188eee;
}

.breadcrumb a:hover {
    color: #188eee;
}

.course-detail-header .course-data > li .dropdown-toggle:hover,
.course-detail-header .course-data > li > a:hover {
    color: #188eee;
}

.es-tabs .tab-header > ul > li > a:hover {
    color: #188eee;
}

.class-serve > ul > li.active {
    background-color: #188eee;
}

.article-metas .metas-body .title a:hover {
    color: #188eee;
}

.media.media-number .media-body > a:hover {
    color: #188eee;
}

.btn-tag:hover {
    color: #188eee;
    border-color: #188eee;
}

.media-hot-comment .comments-info p a,
.media-hot-comment .comments-info h5 a:hover {
    color: #188eee;
}

.class-signin .btn-signin {
    background-color: #188eee;
}

.sidenav .list-group .list-group-item.active {
    border-color: #188eee;
}

.sidenav .list-group .list-group-item.active > a {
    color: #188eee;
}

.es-bar-menu > ul > li.active,
.es-bar-menu > ul > li:hover {
    background-color: #188eee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #188eee;
    border-color: #188eee;
}

.badge-primary {
    background-color: #188eee;
}

.es-filter .nav-sort > li > a:hover,
.es-filter .nav-sort > li > a.active {
    background-color: #188eee;
    color: #fff;
}

.es-filter .filter label:hover {
    color: #188eee;
}

.class-header.after .class-data > li > a:hover {
    color: #188eee;
}

.class-header .class-data > li .dropdown-toggle:hover {
    color: #188eee;
}

.progress-bar,
.rank_num {
    background-color: #188eee;
}

.bar-task .bar-task-header,
.bar-task .bar-time-line > li:before {
    background-color: #188eee;
}

.bar-task .bar-time-line > li .es-icon {
    color: #188eee;
}

.nav-filter .nav-pills > li.dropdown > a:hover {
    color: #188eee;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #188eee;
}

.page-header .badge {
    background-color: #188eee !important;
}

.es-tabs .tab-body > ul > li.active > a,
.es-tabs .tab-body > ul > li > a:hover {
    color: #188eee;
}

.nav.nav-tabs .highlight {
    border-color: #188eee;
}

.link-dark:hover {
    color: #188eee !important;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #188eee;
    border-color: #188eee;
}

.text-muted {
    color: #999;
}

.text-sm {
    color: #999;
}

.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #188eee;
    border-color: #188eee;
}

.question-set-item:first-child {
    border: none;
}

.userpage-header-info h1 small {
    color: #188eee;
}

.article-title a {
    color: #188eee;
}

.course-cover-heading .member-num {
    color: #188eee;
}

.panel-footer {
    background: none;
}

.module-title {
    margin-bottom: 30px;
    font-size: 18px;
    color: #616161;
    line-height: 48px;
}

@media (max-width: 767px) {
    .module-title {
        line-height: 30px;
        margin-bottom: 20px;
    }
}

.module-title i {
    font-size: 18px;
    padding-right: 16px;
}

@media (max-width: 767px) {
    .module-title i {
        padding-right: 10px;
    }
}

.white-title {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
}

@media (max-width: 767px) {
    .white-title {
        line-height: 30px;
        margin-bottom: 20px;
    }
}

.es-panel {
    margin-top: 14px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}

@media (max-width: 767px) {
    .es-panel .panel-body {
        padding: 0;
    }
}

.es-media {
    margin: 0 0 18px 0;
}

@media (max-width: 767px) {
    .es-media {
        margin: 0 0 15px 0;
    }
}

.course-help-btn {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #188eee;
    background-color: #eef4fe;
    color: #188eee;
    border-radius: 4px;
    line-height: 1.5;
}

@media (max-width: 991px) and (min-width: 768px) {
    .course-help-btn {
        margin: 20px auto;
    }
}

@media (max-width: 767px) {
    .course-help-btn {
        padding: 6px 12px;
    }
}

.course-help-btn:hover {
    border: 1px solid #eef4fe;
    background-color: #188eee;
    color: #eef4fe;
}

.loading {
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #f3f3f3;
}

.loading .loading-length {
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #0477c0;
    opacity: 1;
    filter: alpha(opacity=100);
    animation: Loading 2s;
    -moz-animation: Loading 2s;
    -webkit-animation: Loading 2s;
    -o-animation: Loading 2s;
}

@keyframes Loading {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

@-moz-keyframes Loading {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

@-webkit-keyframes Loading {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

@-o-keyframes Loading {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

.navbar-nav li a {
    color: #757575;
}

.navbar-nav li a:hover {
    color: #188eee;
}

.dropdown-menu {
    left: 10px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.dropdown-menu > li > a:hover {
    color: #fff;
}

.form-control:focus {
    border-color: #188eee;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 123, 221, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 123, 221, 0.6);
    -moz-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 123, 221, 0.6);
}
.zero .category .list {
    /*width: 174px!important;*/
}
.zero .category .list .head {
    background-color:#188eee!important;}
.zero .category .categiry-content {

    background:#188eee!important;}
.es-header .index-header {
    position: relative;
    height: 70px;
}

.es-header .index-header .navbar-brand {
    display: block;
    height: 70px;
    padding: 10px;
}

@media (max-width: 767px) {
    .es-header .index-header .navbar-brand {
        display: inline-block;
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .es-header .index-header .navbar-brand img {
        height: 40px;
        width: auto;
    }
}

.es-header .index-header .navbar-form {
    display: inline-block;
    margin-left: -60px;
}

.es-header .index-header .navbar-form .form-control {
    height: 40px;
    width: 292px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: #e1e1e1;
}

.es-header .index-header .navbar-form .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #188eee;
}

.es-header .index-header .navbar-form .button {
    right: 0;
    top: 50%;
    margin-top: -15px;
    font-size: 25px;
    cursor: pointer;
}

.es-header .index-header .navbar-form .button:focus {
    outline: none;
}

.es-header .index-header .navbar-user {
    z-index: 99;
    right: 20px;
}

@media (max-width: 767px) {
    .es-header .index-header .navbar-user {
        right: 0;
    }
}

.es-header .index-header .navbar-user .nav.user-nav > li {
    height: 70px;
    line-height: 70px;
}

.es-header .index-header .navbar-user .nav.user-nav > li > a {
    color: #757575;
    padding: 0 15px;
}

.es-header .index-header .navbar-user .nav.user-nav > li > a:hover,
.es-header .index-header .navbar-user .nav.user-nav > li > a:focus {
    color: #188eee;
}

.es-header .index-header .navbar-user .nav.user-nav > li .pr0 {
    padding-right: 0;
}

@media (max-width: 767px) {
    .es-header .index-header .navbar-user .nav.user-nav .dropdown-menu {
        right: 15px;
    }
}

.es-header .index-header .navbar-user .nav.user-nav .dropdown-menu > li > a:hover .num {
    color: #188eee;
}

.es-header .index-header .navbar-user .nav.user-nav .dropdown-menu > li > a .num {
    padding: 0;
    height: 20px;
    width: 20px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.es-header .index-header .navbar-mobile .navbar-more {
    color: #188eee;
    padding: 25px 10px;
}

.es-header .index-header .navbar-mobile .navbar-form {
    margin-left: 0;
}

.es-header .index-header .navbar-mobile .navbar-form .form-control {
    width: auto;
}

.index-nav {
    background-color: #fff;
}

.index-nav .navbar-collapse {
    position: relative;
    padding-right: 155px;
}

.index-nav .navbar-collapse .nav.navbar-nav > li > a {
    padding: 12px 28px;
}

.index-nav .navbar-collapse .user-vip {
    position: absolute;
    top: 0;
    right: 0;
}

.index-nav .navbar-collapse .user-vip a {
    display: inline-block;
    margin-left: 10px;
    padding: 12px 10px;
    color: #757575;
}

.index-nav .navbar-collapse .user-vip a:hover {
    color: #188eee;
}

.index-motto {
    padding-top: 15px;
}

@media (max-width: 991px) {
    .index-motto {
        padding-top: 0;
    }
}

.index-motto a {
    opacity: 0;
    display: block;
}

.index-motto a img {
    width: 100%;
}

.index-motto a.animate {
    opacity: 1;
    -webkit-animation: fadeInUp 1.2s 0.2s ease both;
    -moz-animation: fadeInUp 1.2s 0.2s ease both;
    -o-animation: fadeInUp 1.2s 0.2s ease both;
    animation: fadeInUp 1.2s 0.2s ease both;
}

.index-partner {
    padding: 45px 0;
    background-color: #1e3346;
}

@media (max-width: 767px) {
    .index-partner {
        padding: 20px 0;
    }
}

.index-partner .link-item {
    width: 20%;
}

@media (max-width: 991px) {
    .index-partner .link-item {
        width: 33.3%;
        margin-top: 20px;
    }
}

.index-partner h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .index-partner h3 {
        margin-bottom: 10px;
    }
}

.index-partner a {
    display: block;
    line-height: 1.5;
    padding: 10px 0;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .index-partner a {
        padding: 5px 0;
    }
}

.index-partner a:hover {
    color: #188eee;
}

.index-partner .partner-logo {
    text-align: center;
    padding-bottom: 24px;
}

.footer-logo .footer-sns {
    margin-top: 0;
}

footer {
    background-color: #1e3346;
}

footer .divider-top {
    height: 1px;
    width: 100%;
    background-color: #0f1c28;
}

footer .divider-buttom {
    height: 1px;
    width: 100%;
    background-color: #355068;
}

footer p {
    color: #fff;
    margin-bottom: 0;
    line-height: 70px;
}

@media (max-width: 767px) {
    footer p {
        line-height: 30px;
    }
}

footer p a:hover {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.index-poster {
    position: relative;
}

.index-poster .poster {
    position: relative;
}

.index-poster .poster .poster-left {
    position: absolute;
    width: 193px;
    left: 0;
    top: 0;
    bottom: 0;
}

@media (max-width: 991px) {
    .index-poster .poster .poster-left {
        display: none;
    }
}

.index-poster .poster .poster-right {
    margin-left: 193px;
}

@media (max-width: 991px) {
    .index-poster .poster .poster-right {
        margin-left: 0;
    }
}

.index-poster .ul-list {
    height: 100%;
    padding-bottom: 10px;
    background-color: #188eee;
}

.index-poster .ul-list .course-list {
    display: table;
    position: relative;
    width: 100%;
    height: 12.5%;
    border-bottom: 1px solid #2295dd;
}

.index-poster .ul-list .course-list:hover .lesson-list-show {
    display: block;
}

.index-poster .ul-list .course-list .course-link {
    display: table-cell;
    vertical-align: middle;
    padding-left: 19px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background-color: #188eee;
}

.index-poster .ul-list .course-list .course-link:hover {
    background-color: #137fc5;
}

.index-poster .ul-list .course-list .course-link .right-icon {
    float: right;
    margin-top: 3px;
}

.index-poster .ul-list .course-list .lesson-list-show {
    display: none;
    position: absolute;
    top: 0;
    left: 193px;
    width: 390px;
    font-size: 14px;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: 2px solid #0048a9;
    z-index: 999;
}

.index-poster .ul-list .course-list .lesson-list-show ul {
    padding: 24px;
    overflow: hidden;
}

.index-poster .ul-list .course-list .lesson-list-show ul li {
    width: 100px;
    line-height: 20px;
    float: left;
    font-size: 14px;
    margin: 5px;
}

.index-poster .ul-list .course-list .lesson-list-show ul li a {
    display: block;
    line-height: 30px;
    text-align: center;
    color: #051D35;
    overflow: hidden;
    height: 24px;
}

.index-poster .ul-list .course-list .lesson-list-show ul li a:hover {
    color: #188eee;
}

.index-poster .detail-course {
    position: relative;
    z-index: 1;
}

.index-poster .course-jiantou.open .down {
    display: none;
}

.index-poster .course-jiantou.open .up {
    display: block !important;
}

.index-poster .course-jiantou .dropdown-toggle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
}

.index-poster .course-jiantou .dropdown-toggle:hover {
    background-color: #137fc5;
}

.index-poster .course-jiantou .course-list .course-link {
    height: 60px;
}

@media (max-width: 1199px) {
    .index-poster .course-jiantou .course-list .course-link {
        height: 47px;
    }
}

.index-poster .course-jiantou .down {
    display: block;
}

.index-poster .course-jiantou .up {
    display: none !important;
}

.index-poster .course-jiantou .dropdown-menu {
    left: 0;
    right: 0;
}

.index-poster .course-jiantou .dropdown-menu > li > a {
    padding-right: 0;
}

.es-carousel-indicators li {
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.es-carousel-indicators li.active {
    background-color: #1070d4;
    border: 1px solid #fff;
}

.es-carousel-indicators li,
.es-carousel-indicators li.active {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    text-align: center;
}

@media (max-width: 767px) {
    .es-carousel-indicators li,
    .es-carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
}

.carousel-inner .item {
    max-width: 947px;
    max-height: 501px;
}

.carousel-inner .item img {
    width: 100%;
    height: 100%;
}

.carousel-inner .active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-inner .active.left,
.carousel-inner .active-right {
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-inner .next.left,
.carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.index-course-nav {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .index-course-nav {
        margin-bottom: 20px;
    }
}

.index-course-nav li.width-20 {
    width: 25%;
}

.index-course-nav li.width-20 > a {
    display: block;
    padding: 17px 0;
    color: #9e9e9e;
    text-align: center;
    border-bottom: 2px solid #878787;
}

.index-course-nav li.active > a {
    color: #188eee;
    border-bottom: 2px solid #188eee;
}

.index-course {
    background-color: #fff;
    padding-top: 20px;
    position: relative;
}

.index-course .course-item {
    position: relative;
    background-color: #fff;
    height: 328px;
}

@media (max-width: 991px) {
    .index-course .course-item {
        height: auto;
    }
}

@media (max-width: 767px) {
    .index-course .course-item {
        padding-bottom: 20px;
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (min-width: 992px) {
    .index-course .course-item:hover {
        z-index: 99;
    }

    .index-course .course-item:hover .course-intro {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        height: 56px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

.index-course .course-item .course-img {
    border: 1px solid #f5f5f5;
    border-bottom: none;
}

.index-course .course-item .course-img a {
    display: block;
    overflow: hidden;
    padding: 15px;
}

@media (max-width: 767px) {
    .index-course .course-item .course-img a {
        padding: 5px;
    }
}

.index-course .course-item .course-img a img {
    width: 100%;
}

.index-course .course-item .course-img .freeImg {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.index-course .course-item .course-intro {
    visibility: hidden;
    font-size: 12px;
    padding-top: 5px;
    height: 0;
    line-height: 20px;
    color: #9e9e9e;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index-course .course-item .course-caption {
    color: #fa7821;
    padding: 0 15px 15px 15px;
    z-index: 200;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #f5f5f5;
    border-top: none;
}

@media (max-width: 767px) {
    .index-course .course-item .course-caption {
        padding: 0 5px 5px 5px;
    }
}

.index-course .course-item .course-caption .title a {
    height: 24px;
    color: #051d35;
}

.index-course .course-item .course-caption .course-price-widget .price {
    color: #fa7821;
    font-size: 14px;
}

.index-course .course-item .course-caption .time a {
    color: #999;
}

.index-course .course-item .course-caption .time a:hover {
    color: #999;
}

.index-course .course-item .course-caption .count a {
    color: #fa7821;
}

.index-course .course-item .course-caption .discount {
    position: relative;
    top: -1px;
    margin-left: 8px;
    padding: 0 6px 0 10px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #fa7821;
    height: 16px;
    line-height: 16px;
}

.index-class {
    padding-bottom: 50px;
}

.index-group-active {
    background-color: #f5f5f5;
}

.index-group-active .active-caption li {
    margin-bottom: 33px;
}

.index-group-active .active-caption li a {
    max-width: 400px;
    color: #051d35;
    padding: 4px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-group-active .active-caption li a .active-time {
    color: #9e9e9e;
}

.index-group-active .active-caption li a span {
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 1px solid #757575;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    margin-right: 12px;
}

.index-group-active .active-caption li a:hover {
    color: #188eee;
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .index-group-active .active-caption li a {
        max-width: 300px;
    }
}

@media (max-width: 1199px) {
    .index-group-active .active-caption li a {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .index-group-active .active-caption li a {
        max-width: 300px;
    }
}

.index-group-active .group-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.index-group-active .group-name a {
    color: #616161;
    letter-spacing: 1px;
    margin-top: 6px;
}

.index-group-active .group-name a:hover {
    color: #188eee;
}

.ie9 .index-group-active .panel {
    border: none;
}

body {
    min-width: 300px;
}

li {
    list-style-type: none;
}

ul {
    padding-left: 0;
}

.imiker-data-wrapper .imiker-data-main h2 {
    font-weight: normal;
    text-align: center;
    font-family: msyhl476058;
    font-size: 40px;
}

.imiker-data-wrapper .imiker-data-main p {
    font-family: msyhl476058;
    text-align: center;
    font-size: 18px;
}

.imiker-data-wrapper .imiker-data-main .register-btn-wrapper {
    position: relative;
    width: 960px;
    height: auto;
}

.imiker-data-wrapper .imiker-data-main .register-btn-wrapper .link-register {
    width: 165px;
    height: 40px;
    line-height: 40px;
    background: #34a0cd;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    display: block;
    margin-top: 45px;
}

.imiker-data-wrapper .imiker-data-main .register-btn-wrapper .link-register:hover {
    background: #0691CB;
}

.imiker-data-wrapper .imiker-data-main .register-btn-wrapper i {
    position: absolute;
    display: block;
    width: 35px;
    height: 17px;
    top: 13px;
    right: 354px;
}

.imiker-data-wrapper .imiker-data-main .register-btn-wrapper .tip-register {
    cursor: default;
    position: absolute;
    border-radius: 4px;
    background: #f2f8fd;
    border: solid 1px #e6f6fd;
    height: 35px;
    line-height: 35px;
    top: -29px;
    right: 105px;
    padding: 0px 15px;
}

.imiker-data-wrapper .imiker-data-main .register-btn-wrapper .tip-register span.qz-tip {
    display: inline-block;
    border-radius: 4px;
    background: #ea5514;
    color: #fff;
    height: 20px;
    line-height: 20px;
    padding: 0px 5px;
}

.imiker-data-wrapper .imiker-data-main .register-btn-wrapper .tip-register span.tip-text {
    color: #333;
}

.imiker-data-wrapper .imiker-data-main .register-btn-wrapper .tip-register span.tip-text span {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
}

.imiker-data-wrapper .imiker-data-main .data-list ul li {
    float: left;
    width: 33%;
}

.imiker-data-wrapper .imiker-data-main .data-list ul li dl dt {
    font-size: 72px;
    color: #666666;
    text-align: center;
}

.imiker-data-wrapper .imiker-data-main .data-list ul li dl dd {
    /*font-family: msyhl476058;*/
    font-size: 18px;
    text-align: center;
    color: #666666;
}

.wrap-box {
    display: -webkit-box;
}

.flex-inner {
    -webkit-box-flex: 1;
    display: -webkit-box;
}

.flex-item {    line-height: 32px;
    -webkit-box-flex: 1;
    position: relative;
}

.wrap-6 {
    -webkit-box-orient: horizontal;
}

.wrap-6 .flex-inner {
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
}

.wrap-6 .flex-inner:first-child {
    width: 68.6%;
}

.wrap-6 .flex-inner:last-child {
    width: 31.3%;
}

.wrap-6 .flex-item {
    padding-top: 80%;
}

.wrap-6 .flex-box2 .flex-item {
    padding-top: 50%;
}

.wrap-6 .flex-box2 {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
}

.wrap-6 .flex-inner:first-child,
/*.wrap-6 .flex-box2 .flex-item:first-child {*/
    /*margin-right: 1px;*/
/*}*/

/*.wrap-6 .flex-box1,*/
/*.wrap-6 .flex-inner:last-child .flex-item:first-child,*/
/*.wrap-6 .flex-inner:last-child .flex-item:nth-child(2) {*/
/*margin-bottom: 1px;*/
/*}*/

.data-teamwork-wrapper {
    margin-top: 50px;
}

.data-teamwork-wrapper .data-teamwork-main h2 {
    font-weight: normal;
    text-align: center;
    font-family: msyhl476058;
    font-size: 40px;
}

.data-teamwork-wrapper .data-teamwork-main p {
    font-family: msyhl476058;
    text-align: center;
    font-size: 18px;
}

.data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper {
    min-height: 350px;
}

.data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-left {
    box-sizing: box-sizing;width: 33.333%;
    float: left;
}

.data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-left ul li {
    position: relative;
    margin-top: 30px;
    cursor: pointer;
    display: block;
    width: 350px;
    border-radius: 8px;
    border: solid 2px #dadada;
    height: 65px;
}

.data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-left ul li .jt-icon {
    display: none;
    position: absolute;
    right: -17px;
    width: 18px;
    top: 22px;
    height: 21px;
    background: url(../../../files/system/jt_right_07.png) no-repeat;
}

.data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-left ul li p.video-text {
    /*float: left;*/
    padding: 6px 20px;
    margin: 0px;
    line-height: 46px;

    font-size: 14px;
    text-align: left;
    font-family: arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}

.data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-left ul li p.video-text span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center
}

.data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-left ul li .video-pic {
    float: left;
}

.data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-left ul li .video-pic img {
    width: 65px;
    height: 61px;
    border-radius: 8px 0px 0px 8px;
}

.data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-right {
    width:59%;

    position: relative;
    float: right;
    margin-top: 14px;
}

.data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-right ul li {
    display: none;
    width: 600px;
    height: 330px;
    margin-top: 25px;
    z-index: 2;
    border: 2px solid #DADADA;
    border-radius: 5px
}

.data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-right ul li i {
    position: absolute;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32.5px;
    margin-left: -32.5px;
}

.ls-logo {
    width: 120px;
    height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 30px;
    background: url(../../../files/system/53fd4aafa28a7.png) 0px 0px no-repeat;
    display: block;
    margin-bottom: 10px;
    background-size: 100% auto
}

.yb-logo {
    width: 179px;
    height: 53px;
    position: absolute;
    top: 70px;
    left: 0px;
    margin-top: 15px;
    background: url(../../../files/system/ezhongwen.cn_logo.png) 0px 0px no-repeat;
    display: block;
    margin-bottom: 10px;
    background-size: auto 100%
}

.float-consult .icon {
    font-size: 30px !important;
}

.flex-a {
    background-color: #62c7a9;
    text-align: center;
    color: white;
    font-size: 30px;
    height: 130px;
    padding-top: 45px !important;
}

.flex-b {
    background-color: #a4cb87;
    text-align: center;
    color: white;
    font-size: 30px;
    height: 130px;
    padding-top: 45px !important;
    margin-left: 7px;
}

.flex-c {
    background-color: #ff8c75;
    text-align: center;
    color: white;
    font-size: 30px;
    height: 130px;
    padding-top: 30px !important;
    margin-right: 0px;
}

.flex-d {
    background-color: #ff8c75;
    text-align: left;
    color: white;
    font-size: 20px;
    height: 130px;
    padding-left: 20px;
    padding-top: 30px !important;
}

.flex-e {
    background-color: #3cc2c1;
    text-align: left;
    color: white;
    font-size: 20px;
    height: 130px;
    padding-left: 20px;
    padding-top: 50px !important;
}

.flex-f {
    background-color: #3cc2c1;
    text-align: center;
    color: white;
    font-size: 30px;
    height: 130px;
    padding-top: 30px !important;
}

.flex-g {
    background-color: #4db1d2;
    text-align: left;
    color: white;
    font-size: 20px;
    height: 130px;
    padding-left: 20px;
    padding-top: 50px !important;
}

.flex-h {
    background-color: #4db1d2;
    text-align: center;
    color: white;
    font-size: 30px;
    height: 130px;
    padding-top: 30px !important;
}

.flex-i {
    background-color: #ffbb50;
    text-align: left;
    color: white;
    font-size: 20px;
    height: 130px;
    padding-left: 20px;
    padding-top: 50px !important;
}

.flex-j {
    background-color: #ffbb50;
    text-align: right;
    color: white;
    font-size: 30px;
    height: 130px;
    padding-right: 20px;
    padding-top: 30px !important;
}

.box-c{
    text-align: left;
}
.red_close{
    position:fixed;top:50%;margin-top:-290px;left:50%;z-index: 99999;margin-left:-332px;;
}

@media screen and (max-width: 767px) {
    .flex-i {
        background-color: #ffbb50;
        text-align: right;
        color: white;
        font-size: 12px;
        height: 130px;
        padding-right: 18px;
        padding-top: 35px !important;
    }
    .flex-j {
        background-color: #ffbb50;
        text-align: right;
        color: white;
        font-size: 20px;
        height: 130px;
        padding-right: 18px;
        padding-top: 40px !important;
    }
    .flex-a {
        background-color: #62c7a9;
        text-align: center;
        color: white;
        font-size: 28px;
        height: 130px;
        padding-top: 32px !important;
    }
    .flex-b {
        background-color: #a4cb87;
        text-align: center;
        color: white;
        font-size: 25px;
        height: 130px;
        padding-top: 15px !important;
        margin-left: 7px;
    }
    .flex-c {
        background-color: #ff8c75;
        text-align: center;
        color: white;
        font-size: 20px;
        height: 130px;
        padding-top: 15px !important;
        margin-right: 0px;
    }
    .flex-d {
        background-color: #ff8c75;
        text-align: left;
        color: white;
        font-size: 15px;
        height: 130px;
        padding-left: 10px;
        padding-top: 15px !important;
    }
    .flex-e {
        background-color: #3cc2c1;
        text-align: left;
        color: white;
        font-size: 20px;
        height: 130px;
        padding-left: 12px;
        padding-top: 20px !important;
    }
    .flex-f {
        background-color: #3cc2c1;
        text-align: center;
        color: white;
        font-size: 20px;
        height: 130px;
        padding-top: 23px !important;
    }

    .flex-g {
        background-color: #4db1d2;
        text-align: left;
        color: white;
        font-size: 15px;
        height: 130px;
        padding-left: 12px;
        padding-top: 20px !important;
    }

    .flex-h {
        background-color: #4db1d2;
        text-align: center;
        color: white;
        font-size: 20px;
        height: 130px;
        padding-right: 5px;
        padding-top: 22px !important;
    }
.imiker-data-wrapper {
    overflow: hidden;
}
    .data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-right{
        width: 100%;box-sizing: border-box;
        margin-left: 0px;
    }
    .data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-left{ width: 100%;box-sizing: border-box;}
    .data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-right ul li{
        width:100%;box-sizing: border-box;
    }
     .data-teamwork-wrapper .data-teamwork-main .teamwork-video-wrapper .video-right ul li video{
        width:100%;box-sizing: border-box;
    }
    .vjs_video_3-dimensions{
        width: 350px;
    }
    .box-a{
        margin-left: 10px;
    }
    .box-b{
        display: inline-block;
    }
    .box-c{
        text-align: center;
    }

    .red_close{
        position: fixed; top: 50%; margin-top: -290px; left: -5%; z-index: 99999; margin-left: 0px; width: 100%;
    }




}

@media screen and (max-width: 570px) {
    .flex-a {
        background-color: #62c7a9;
        text-align: center;
        color: white;
        font-size: 20px;
        height: 130px;
        padding-top: 32px !important;
    }
    .flex-b {
        background-color: #a4cb87;
        text-align: center;
        color: white;
        font-size: 20px;
        height: 130px;
        padding-top: 15px !important;
        margin-left: 7px;
    }
    .flex-d {
        background-color: #ff8c75;
        text-align: left;
        color: white;
        font-size: 10px;
        height: 130px;
        padding-left: 10px;
        padding-top: 10px !important;
    }

    .flex-g {
        background-color: #4db1d2;
        text-align: left;
        color: white;
        font-size: 10px;
        height: 130px;
        padding-left: 6px;
        padding-top: 20px !important;
    }
    .flex-i {
        background-color: #ffbb50;
        text-align: right;
        color: white;
        font-size: 14px;
        height: 130px;
        padding-right: 18px;
        padding-top: 25px !important;
    }
}
