.banner {
    width: 100%;
    height: 778px;
    overflow: hidden;
    position: relative;
}

.banner .bx-wrapper .bx-viewport {
    overflow: inherit !important;
}

.banner a {
    display: block;
    width: 100%;
    height: 778px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .bx-wrapper .bx-controls-direction a {
    margin-top: -23px;
    width: 61px;
    height: 61px;
    z-index: 9;
}

.banner .bx-wrapper .bx-prev {
    left: 50px;
    background: url(../images/arrow_left.png) no-repeat 0 0;
}

.banner .bx-wrapper .bx-next {
    right: 50px;
    background: url(../images/arrow_right.png) no-repeat 0 0;
}

.banner h4 {
    display: none;
    font-size: 40px;
    color: #fff;
    text-align: left;
    /* background: url(../images/banner_title_bg.png) center top no-repeat; */
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.banner h4 span {
    display: block;
    padding: 40px 230px 5% 13.3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto {
    bottom: 5%;
    left: 12.3%;
    max-width: 200px;
    padding: 15px 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #99917c;
    opacity: 0.8;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.hover-left,
.hover-right {
    height: 460px;
    background: rgba(229, 229, 229, .8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#C8e5e5e5, endColorstr=#C8e5e5e5);
    position: absolute;
    top: 0;
}

.banner_icon {
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 52px;
    height: 61px;
    z-index: 1;
    cursor: pointer;
}

.hover-left {
    left: 0;
}

.hover-right {
    right: 0;
}

.main-left {
    width: 47.5%;
}

.main-right {
    width: 49%;
}

.main-title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    margin: 32px auto 20px;
}

.main-title h4 {
    float: left;
    font-size: 20px;
    padding-bottom: 7px;
    border-bottom: 2px solid #0e7a8e;
    color: #0e7a8e;
    margin-bottom: -1px;
}

.main-title a {
    float: right;
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.main-title a:hover {
    color: #0e7a8e;
}

.main-list1,
.main-list1 li,
.main-list1 li a {
    float: left;
    width: 100%;
}

.main-list1 li {
    margin-bottom: 20px;
}

.main-list1 li:last-child {
    margin-bottom: 0;
}

.main-list1-left {
    float: left;
    width: 57px;
    height: 54px;
    padding: 10px 0;
    text-align: center;
    background: #0e7a8e;
    color: #fff;
    font-size: 12px;
    margin-right: 17px;
}

.main-list1-left small {
    letter-spacing: 2px;
    margin-bottom: 1.5px;
}

.main-list1-left small,
.main-list1-left strong {
    display: block;
}

.main-list1-right {
    width: 1000px;
    display: table-cell;
    height: 54px;
    border-bottom: 1px dashed #dcdcdc;
}

.main-list1-right h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.main-list1-right p {
    font-size: 0;
    color: #454545;
    height: 12px;
}

.main-list1-right p span {
    display: inline-block;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 10px;
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-list1-right p span.main-local {
    background: url(../images/local-icon.png) left center no-repeat;
}

.main-list1-right p span.main-time {
    background: url(../images/time-icon.png) left center no-repeat;
}

.main-list1 li a:hover h4 {
    color: #0e7a8e;
}

.main-list2,
.main-list2 li,
.main-list2 li a {
    float: left;
    width: 100%;
}

.main-list2-F {
    margin-bottom: 18px;
}

.main-list2-S {
    margin-bottom: 20px;
}

.main-list2 li:last-child {
    margin-bottom: 0;
}

.main-list2-left {
    float: left;
    width: 195px;
    height: 110px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 20px;
}

.main-list2-right {
    width: 1000px;
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf;
}

.main-list2-right h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 13px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.main-list2-right p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-indent: 2em;
    margin-bottom: 7px;
}

.main-list2-right span {
    font-size: 12px;
    color: #999;
    float: right;
    padding-bottom: 4px;
}

.main-list2-S {
    position: relative;
}

.main-list2-S a {
    padding: 0 85px 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #000;
    position: relative;
}

.main-list2-S a:before {
    content: '';
    border-bottom: 6.5px solid transparent;
    border-top: 6.5px solid transparent;
    border-left: 6px solid #bfbfbf;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6.5px;
}

.main-list2-S span {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 12px;
    color: #999;
}

.main-list2-F a:hover h4,
.main-list2-S a:hover {
    color: #0e7a8e;
}

.main-list2-S a:hover:before {
    border-left: 6px solid #0e7a8e;
}

.main-list3 {
    font-size: 0;
    padding: 45px 0 0;
    margin-left: -30px;
    margin-right: -30px;
}

.main-list3 li {
    display: inline-block;
    margin: 0 30px;
}

.main-list3 li a {
    display: block;
    width: 350px;
    height: 110px;
    position: relative;
}

.main-list3 li a h4 {
    font-size: 20px;
    color: #fff;
    height: 110px;
    line-height: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 40px 0 115px;
}

.main-list3 li img {
    position: absolute;
    width: 6px;
    height: 11px;
    right: 25px;
    top: 50%;
    margin-top: -5.5px;
    transition: all .2s ease-in;
}

.main-list3 li a:hover img {
    right: 15px;
}

.main-green a {
    background: #248ca6 url(../images/icon-bg-1.png) right center no-repeat;
}

.main-yellow a {
    background: #e9a41e url(../images/icon-bg-2.png) right center no-repeat;
}

.main-blue a {
    background: #3786e6 url(../images/icon-bg-3.png) right center no-repeat;
}

.main-green h4 {
    background: url(../images/icon_1.png) 28px center no-repeat;
}

.main-yellow h4 {
    background: url(../images/icon_2.png) 28px center no-repeat;
}

.main-blue h4 {
    background: url(../images/icon_3.png) 28px center no-repeat;
}

.main-fixed {
    position: fixed;
    right: 5%;
    top: 40%;
    display: none;
}

.main-fixed img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    cursor: pointer;
}

.main-fixed .sel {
    display: none;
}

.main-fixed li.qrcode {
    position: relative;
}

.main-fixed .code-img {
    display: none;
    position: absolute;
    width: 120px;
    height: 110px;
    top: 0;
    right: 50px;
    padding-right: 10px;
}

.list-img {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.list-img .container {
    height: 300px;
    position: relative;
}

.list-img h4 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 29px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.list-img img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 472px;
    height: 139px;
}

.common-local {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 34.5%;
    height: 48px;
    background-image: url(../images/content_local.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}

.local-box {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 32%;
}

.local-box a {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.local-box img {
    position: relative;
    top: 24px;
    float: left;
    display: block;
    width: 12px;
    height: 14px;
    margin-right: 10px;
}

.common-left {
    width: 19%;
}

.common-right {
    width: 77%;
}

.navlist2>li>a {
    display: block;
    padding: 28px 25px 30px;
    background: #EDF4F6;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    font-family: MicrosoftYaHei;
    font-size: 22px;
    color: #515151;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.navlist2>li>a:hover {
    color: #0f6a7b;
}

.navlist2>li:last-child>a {
    border-bottom: none;
}

.navlist2>li>a.active {
    font-weight: bold;
    color: #fff;
    background: url(../images/leftbar_sel.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.navlist2>li>a.active:after {
    content: '';
    border: 7px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 15px;
}

.thr-sub {
    display: none;
    padding-left: 24px;
    border-left: 3px solid #2f94ad;
}

.thr-sub li a {
    display: block;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    color: #1A6E88;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 11px 28px 11px 12px;
    border-bottom: 1px solid #eee;
}

.thr-sub li a.active {
    font-weight: bold;
    color: #1A6E88;
    background: #fff;
    position: relative;
}

.thr-sub li a.active:after {
    content: '';
    border-top: 4.5px solid transparent;
    border-bottom: 4.5px solid transparent;
    border-left: 7px solid #1A6E88;
    position: absolute;
    top: 16.5px;
    right: 14px;
}

.thr-sub li:last-child a {
    border-bottom: none;
}

.sub-open {
    display: block;
}

.no-ac:after {
    display: none;
}

.no-ac:before {
    content: '';
    width: 1500px;
    height: 1px;
    background: #77bdce;
    position: absolute;
    bottom: 0;
    left: 25px;
}

.list-code {
    border: 1px solid #e5e5e5;
    border-top: 1px solid #f7a438;
    background: #f7fdff;
    margin-top: 60px;
    text-align: center;
    padding: 10px 0 13px;
    overflow: hidden;
}

.list-code h4 {
    display: inline-block;
    width: 105px;
    padding: 3px 0 13px 32px;
    background: url(../images/wechat.png) left 2px no-repeat;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    position: relative;
}

.list-code h4:after {
    content: '';
    width: 3000px;
    border: 0.5px dashed #dcdcdc;
    position: absolute;
    left: -1500px;
    bottom: 0;
}

.list-code img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.common-list,
.common-list>li,
.common-list>li>a {
    float: left;
    width: 100%;
}

.common-list>li {
    margin: 14px 0;
}

.common-list>li>a {
    display: block;
}

.common-list-left {
    float: left;
    margin-right: 25px;
}

.common-list-left small {
    display: block;
    width: 58px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    background: #0e7a8e;
}

.common-list-left strong {
    display: block;
    width: 58px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #0f6a7b;
    background: #fff;
    border: 1px solid #c9d8f2;
    border-top: none;
}

.common-list-right {
    display: table-cell;
    width: 1500px;
    vertical-align: top;
}

.common-list-right h4 {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-bottom: 10px;
    max-height: 52px;
    overflow: hidden;
}

.common-list>li>a:hover .common-list-right h4 {
    color: #0e7a8e;
}

.common-list-right p {
    font-size: 12px;
    color: #333;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    text-indent: 2em;
}

.list-title {
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
    display: none;
    align-items: center;
    white-space: nowrap;
}

.list-title h4 {
    width: 256px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 26px;
    color: #007298;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.list-title .img {
    padding-top: 0;
}

.list-show {
    width: 256px;
    color: #0d798e;
    font-size: 16px;
    margin-left: 12px;
    cursor: pointer;
}

.article-title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
    margin: 40px 0;
    line-height: 28px;
}

.article-small {
    font-size: 12px;
    color: #131313;
    text-align: center;
    margin-bottom: 35px;
}

.article-small span {
    padding: 0 30px;
    position: relative;
    display: inline-block;
}

.article-small span img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    margin-top: -2px;
}


/* .article-small span:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #717171;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
} */

.article-small span:last-child:after {
    display: none;
}

.navlist3 {
    font-size: 0;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 15px;
}

.navlist3>li {
    display: inline-block;
    margin-right: 4px;
}

.navlist3>li>a {
    display: block;
    width: 105px;
    height: 37px;
    line-height: 37px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 14px;
    color: #3c3c3c;
    background: #eee;
}

.navlist3>li>a.active {
    font-weight: bold;
    color: #fff;
    background: #2f94ad;
}

.navlist3>li>a:hover {
    color: #fff;
    background: #2f94ad;
}

.teacher-list {
    font-size: 0;
    margin: 0 -39.5px;
}

.teacher-list>li {
    display: inline-block;
    margin: 50px 39.5px 0;
}

.teacher-list>li a {
    display: block;
    width: 400px;
    height: 173px;
    background: #eee;
    padding-right: 22px;
    transition: all .2s ease-in;
}

.teacher-list img {
    float: left;
    width: 154px;
    height: 173px;
    margin: -8px 18px 0 5px;
}

.teacher-right {
    display: table-cell;
    vertical-align: top;
    width: 1000px;
    overflow: hidden;
}

.teacher-right h4 {
    font-size: 18px;
    color: #0f6a7b;
    padding: 15px 0 10px;
    border-bottom: 1px solid #93cddc;
    margin-bottom: 15px;
    transition: all .2s ease-in;
}

.teacher-right h5 {
    font-size: 14px;
    color: #333;
    padding-left: 14px;
    position: relative;
    margin-bottom: 15px;
    transition: all .2s ease-in;
}

.teacher-right h5:before {
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #8ec1cd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.teacher-right p {
    padding-left: 14px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    transition: all .2s ease-in;
}

.teacher-list>li a:hover {
    background: #2f94ad;
}

.teacher-list>li a:hover h4,
.teacher-list>li a:hover h5,
.teacher-list>li a:hover p {
    color: #fff;
}

.teacher-top {
    float: left;
    min-height: 173px;
    background: #2f94ad;
    color: #fff;
    padding-right: 35px;
    margin: 30px 0;
}

.teacher-top-right {
    width: 1500px;
    display: table-cell;
    vertical-align: top;
    padding-left: 27px;
}

.teacher-img {}

.teacher-top-right h4 {}

.teacher-top-right h5 {
    float: left;
    width: 100%;
    margin-top: 4px;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 20px;
}

.teacher-top-right h5 strong {
    float: left;
    padding-left: 17px;
    position: relative;
}

.teacher-top-right h5 strong:before {
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #8ec1cd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.teacher-top-right h5 span {
    font-weight: normal;
    display: table-cell;
    vertical-align: top;
    width: 1500px;
}

.teacher-title {
    margin-bottom: 10px;
    font-size: 0;
    height: 42px;
    background: #F9F9F9;
}

.teacher-title span {
    display: inline-block;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    background: #C9A55F;
    padding: 0 24px;
    position: relative;
}

.teacher-title span::after {
    content: '';
    border: 6px solid transparent;
    border-top-color: #C9A55F;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.teacher-box {
    margin-bottom: 30px;
}

.kc-title {
    font-size: 24px;
    color: #0f6a7b;
    line-height: 28px;
    margin: 30px 0 35px;
    position: relative;
    padding-bottom: 24px;
}

.kc-title:after {
    content: '';
    width: 28px;
    height: 2px;
    background: #0f6a7b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.kc-h {
    font-size: 16px;
    padding-left: 30px;
    line-height: 22px;
    margin-bottom: 25px;
}

.kc-h strong {
    float: left;
}

.kc-h span {
    font-weight: normal;
    display: table-cell;
    vertical-align: top;
    width: 1500px;
}

.kc-h1 {
    background: url(../images/icon_time.png) left 3px no-repeat;
}

.kc-h2 {
    background: url(../images/icon_local.png) left 3px no-repeat;
}

.kc-h3 {
    background: url(../images/icon_money.png) left 3px no-repeat;
}

.info-teacher-head {
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 10px;
    border-bottom: 2px solid #5ebcd3;
}

.info-teacher-head a {
    display: inline-block;
    padding: 12px 30px;
    font-size: 14px;
    color: #0e7a8e;
    background: #eee;
    margin-right: 5px;
}

.info-teacher-head a.current {
    color: #fff;
    background: #2f94ad;
}

.wrapper-info-tab .info-tab {
    display: none;
}

.wrapper-info-tab .info-tab.on {
    display: block;
}

@media (min-width: 991px) {
    .common-left {
        display: block !important;
    }
}

@media (max-width: 1320px) {
    .banner .bx-wrapper .bx-prev {
        left: 15px;
    }

    .banner .bx-wrapper .bx-next {
        right: 15px;
    }
}

@media (max-width: 1199px) {
    .main-list3 li a {
        width: 310px;
    }

    .main-list3 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .main-list3 li {
        margin: 0 10px;
    }

    .main-list3 li a h4 {
        padding: 0 40px 0 100px;
        background-position: 20px center;
    }

    .teacher-list {
        margin: 0 -20px;
    }

    .teacher-list>li {
        margin: 45px 20px 0;
    }

    .teacher-list>li a {
        width: 344px;
    }
}

@media (max-width: 990px) {
    .list-img .icon img {
        position: absolute;
        top: 39%;
        left: 0;
        transform: translateY(-50%);
        width: 280px;
        height: 90px;
    }

    .banner .bx-wrapper .bx-viewport {
        overflow: hidden !important;
    }

    .banner,
    .banner a {
        height: 400px;
    }

    .main-left,
    .main-right {
        width: 100%;
    }

    .main-list3 {
        margin-left: 0;
        margin-right: 0;
        padding-top: 32px;
    }

    .main-list3 li {
        margin: 0;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .main-list3 li a {
        width: 100%;
        height: 100px;
    }

    .main-list3 li a h4 {
        height: 100px;
        line-height: 100px;
    }

    .main-list3 li a h4 {
        padding: 0 40px 0 80px;
        background-position: 12px center;
        background-size: 55px;
    }

    .main-fixed {
        right: 0;
    }

    .common-left {
        display: none;
    }

    .common-left,
    .common-right {
        width: 100%;
    }

    .list-code {
        margin-top: 40px;
    }

    .list-title {
        display: flex;
        align-items: center;
    }

    .list-title .img img {
        width: 100%;
        height: 100%;
    }

    .teacher-list {
        margin: 0;
    }

    .teacher-list>li {
        margin: 45px 0 0;
    }

    .teacher-list>li a {
        width: 340px;
    }
}

@media (max-width: 767px) {

    .banner,
    .banner a {
        height: 360px;
    }

    .banner .bx-wrapper .bx-pager,
    .banner .bx-wrapper .bx-controls-auto {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner .bx-wrapper .bx-pager.bx-default-pager a {
        width: 12px;
        height: 12px;
    }

    .banner h4 {
        font-size: 21px;
        bottom: 50px;
        /* background: url(../images/banner_title_bg.png) center -12px no-repeat; */
    }

    .banner .bx-controls-direction {
        display: none !important;
    }

    .banner h4 span {
        padding: 15px;
        text-align: center;
    }

    .teacher-list>li {
        display: block;
    }

    .teacher-list>li a {
        margin: 0 auto;
    }
}

@media (max-width: 550px) {

    .banner,
    .banner a {
        height: 270px;
    }

    .teacher-img {
        float: none;
    }

    .teacher-top-right {
        padding-left: 10px;
    }

    .teacher-top {
        padding-right: 15px;
        padding-bottom: 10px;
    }
}

@media (max-width: 450px) {
    .main-list2-left {
        float: none;
        width: 100%;
        padding-bottom: 50%;
        height: auto;
        margin-bottom: 12px;
        margin-right: 0px;
    }
}

@media (max-width: 400px) {

    .banner,
    .banner a {
        height: 190px;
    }
}

@media (max-width: 360px) {
    .teacher-list>li a {
        width: 290px;
        padding-right: 10px;
    }
}