﻿.content {
    width: 94%;
}

.border-right {
    border-right: 1px solid #fff !important;
}

.border-left {
    border-left: 1px solid #fff !important;
}

.border-bottom {
    border-bottom: 1px solid #fff !important;
}

.more-btn {
    font-size: 16px;
}

.more-btn:hover {
    color: #e04543;
}
.menu{
    float: right;
    display: none;
    margin-left: 20px;
    margin-top: 10px;
}

.shadow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url("../images/black_60.png");
    z-index: 11;
}
.shadow img{
    position: absolute;
    right: 32%;
    top: 20px;
}
.header.active .shadow{
    display: block;
}

.header {
    width: 100%;
    position: fixed;
    background: #fff;
    box-shadow: 0 5px 8px -4px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    top: 0;
}

.header .row {
    height: 142px;
    /*overflow: hidden;*/
    white-space: nowrap;
}

.header a {
    color: #333;
    line-height: 72px;
    font-size: 16px;
}

.header .list > li {
    width: 10%;
    font-size: 14px;
    float: left;
    margin-top: 10px;
}

/*header-left*/
.header-left {
    
}

.header-left h1 {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
}

.header-left > img {
    margin-right: 30px;
    width: 146px;
    height: 33px;
    margin-top: 20px;
}

.header-left-list > li {
    position: relative;
}

.header-left-list > li .exam-type-link-group {
    width: 200px;
    font-size: 0;
    left: -50px;
    overflow: hidden;
    padding: 0 15px;
}

.list-content {
    background-color: #fff;
    /*border: 1px solid #e04543;*/
    top: 70px;
    position: absolute;
    z-index: 111;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.list-content:before {
    content: none;
    position: absolute;
    top: -5px;
    width: 12px;
    height: 5px;
    display: block;
    background-image: url("../images/header_content_top.png");
    background-size: 12px 5px;
}

.header-left-list > li .exam-type-link-group:before {
    left: 261px;
}

.header-left-list > li .exam-type-link-group > li {
    float: none;
    border: 1px dotted #E5E5E5;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.header-left-list > li .exam-type-link-group > li > a {
    color: #666;
    font-size: 14px;
    margin-right: 24px;
}

.header-left-list > li .exam-type-link-group > li > a:hover {
    color: #e04543;
}

.header-left-list > li .exam-type-link-group > li:nth-child(3n) {
    border-right: 0;
}

.left-list-link-type {
    font-weight: normal;
    font-size: 15px;
    width: 60px;
    display: inline-block;
    color: #999;
}

.left-list-link-point {
    font-size: 15px;
    font-weight: bold;
    margin: 0 18px;
}

.header-left-list {
    float: left;
}

.header-left-list > li > a {
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 0 5px;
    height: 60px;
    line-height: 60px;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
}

.header-left-list > li:hover,.header-left-list > li.on {
    box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.15);
    border-radius: 5px 5px 0 0;
    border: solid 1px #ededed;
    border-bottom: 0;
    border-top: 4px solid #e04543;
    color: #e04543;
    font-weight: bold;
}
.header-left-list > li:hover a,.header-left-list > li.on a{
    color: #e04543;
}
.header-left-list > li:last-child > a:hover {
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.header-left-list > li:after {
    content: none;
    background-color: #fff;
    width: 25px;
    height: 4px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: bottom linear 0.2s, opacity linear 0.2s;
    -moz-transition: bottom linear 0.2s, opacity linear 0.2s;
    -ms-transition: bottom linear 0.2s, opacity linear 0.2s;
    -o-transition: bottom linear 0.2s, opacity linear 0.2s;
    transition: bottom linear 0.2s, opacity linear 0.2s;
    bottom: 10px;
    opacity: 0;
}

.header-left-list > li:hover:after {
    bottom: 21px;
    opacity: 1;
}

.header-left-list .row {
    justify-content: space-around;
    height: auto;
    margin-bottom: 30px;
    margin-top: 24px;
}

.header-left-list .exam-type-link-group li {
    background-color: #f7f7f7;
    text-align: center;
    transition: 0.5s;
}

.header-left-list .exam-type-link-group li:hover {
    border: 1px solid #e04543 !important;
    background-color: #fffafa;
}

.header-left-list .list-content a {
    line-height: 50px;
    margin-right: 10px;
}

.header-left-list .list-content-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
}

.header-left-list .list-content-icon img {
    width: auto;
    height: 33px;
    margin-top: 8px;
}

.header-left-list .exam-type-link-group li:hover .list-content-icon {
    border: 1px dashed #e04543;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.5s;
}

.header-left-list .highlight-text {
    padding-bottom: 4px;
}

.header-left-list .highlight-text:hover {
    border-bottom: 2px solid #e04543;
    transition: border 0.5s;
}

.header li .list-content,
.right-banner li .list-content {
    background-color: #fff;
    overflow: hidden;
    display: none;

}

.header li:hover .list-content{
    display: block;
    transition: all 0.5s;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.app-content-wrapper {
    position: relative;
}

.app-head-content {
    width: 230px;
    left: -67px;
}

.app-head-content:before {
    left: 102px;
}

.app-head-content {
    text-align: center;
}

.app-head-content img {
    margin-top: 35px !important;
}

.app_logo {
    margin-bottom: 15px;
}

.app_name {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
}

.app_tip {
    font-size: 14px;
    color: #959595;
    margin-bottom: -5px;
    margin-top: 13px;
}

/*header-right*/
.header-right {
    
}

.header-right img {
    /*float: right;*/
    margin-top: 24px;
}

.header-right-list {
    float: left;
}

.header-right-list > li {
    margin-right: 30px;
}

.header-right .btn {
    display: inline-block;
    padding: 0 18px;
    margin-top: 10px;
    line-height: 48px;
    background: #fff;
    border: solid 1px #fff;
    border-top: 4px solid #fff;
    z-index: 999;
}

.header-right li:hover .btn {
    box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.15);
    border-radius: 5px 5px 0 0;
    border: solid 1px #ededed;
    border-bottom: 0;
    border-top: 4px solid #e04543;
    height: 60px;
    transition: 0.5s;
    color: #e04543;
    font-weight: bold;
}

.weixin-weibo-code > .list-content {
    left: -70px;
    display: inline-block;
}

.weixin-weibo-code .app_logo {
    width: 131px;
    margin-bottom: 5px;
    margin-top: 30px !important;
}

.weixin-weibo-code .app_name {
    font-size: 14px;
    font-weight: normal
}

.weixin-weibo-code p {
    color: #333 !important;
}

.page-top-img {
    display: block;
    margin: 0 auto;
    max-width: 2100px;
    min-width: 1200px;
    width: 100%;
}

/*主内容*/
.main-content {
    margin-top: 170px;
}

/*顶端搜索栏*/
.top-search {
    /*padding: 10px 0 1px 0;*/
    text-align: center;
    /*background-color: rgba(255, 255, 255, 0.6);*/
    position: relative;
    z-index: 100;
    flex: 1.0;
    /*width: 30%;*/
    border-radius: 18px;
    height: 36px;
    margin-top: 18px;
    margin-bottom: 18px;
    /*margin-right: 40px;*/
    /*float: left;*/
}

.search-content {
    /*border: 1px solid #E04543;*/
    display: inline-block;
    font-size: 0;
    background-color: #fff;
    border-radius: 17px;
    width: 90%;
    max-width: 448px;
    position: relative;
}

.search-content-input {
    padding-left: 11px;
    width: 100%;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border-radius: 17px;
}

.search-btn {
    height: 36px;
    background-color: #E04543;
    width: 72px;
    border: 0;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 17px;
    position: absolute;
    right: 0;
}

.convenient-wrapper {
    /*width: 830px;*/
    /*margin: 0 auto;*/
    text-align: left;
    position: absolute;
    /*width: 360px;*/
    width: 75%;
    height: 0;
    box-shadow: 0px 0px 13px 0px rgba(207, 207, 207, 0.35);
    border-radius: 0px 0px 6px 6px;
    /*padding: 0;*/
    margin-left: 8%;
    overflow: hidden;
    background: #fff;
}

.convenient-wrapper.active {
    /*height: 285px;*/
    height: auto;
    /*padding: 22px 15px 32px;*/
    transition: height 0.5s;
    border: solid 1px #ededed;
}

.convenient-wrapper .search-guide1 {
    font-size: 14px;
    color: #f15449;
}

.convenient-wrapper .search-guide2 {
    font-size: 14px;
    color: #333;

}

.convenient-wrapper .search-guide3 {
    font-size: 18px;
    color: #333;
}

.convenient-wrapper .search-guide:hover {
    color: #e04543;;
}

.convenient-wrapper .convenient-header {
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px dashed #ededed;
    margin: 22px 15px 0;
}

.convenient-wrapper .convenient-header img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.convenient-wrapper .convenient-header p {
    color: #999999;
}

.convenient-list {
    /*display: inline-block;*/
    text-align: left;
    /*max-width: 600px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;
    padding: 28px 0;
}

.convenient-list > li {
    display: inline-block;
    margin: 5px 15px;
}

.convenient-list > li > a {
    color: #333;
}

.convenient-list > li > a,
.convenient-next {
    font-size: 14px;
    line-height: 30px;
}

.convenient-next {
    display: inline-block;
    margin-right: 130px;
    color: #e04543;
}

.exam-type-group {
    font-size: 0;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.exam-type-wrapper {
    /*width: 200px;*/
    width: 16.67%;
    height: 223px;
    margin-right: 24px;
    /*display: inline-block;*/
    text-align: center;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 0px 13px 0px rgba(207, 207, 207, 0.35);
}

.exam-type-wrapper:last-child {
    margin-right: 0;
}

.exam-type-wrapper:hover .type-img-wrapper,
.exam-type-wrapper.active .type-img-wrapper {
    /*margin-top: -144px;*/
    margin-top: -206px;
    padding-bottom: 10px;
}

.exam-type-wrapper:hover {
    border: solid 1px #f9c9c8;
    border-top: 4px solid #e04543;
}

.exam-type-wrapper:hover .type-title > a {
    color: #e04543;
    -webkit-transition: color linear 0.2s;
    -moz-transition: color linear 0.2s;
    -ms-transition: color linear 0.2s;
    -o-transition: color linear 0.2s;
    transition: color linear 0.2s;
}

.type-title2 {
    background-image: linear-gradient(90deg, #f15449 0%, #fe7171 100%);;
    height: 47px;
    line-height: 47px;
}

.type-title2 a {
    margin-top: 0;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
}

.type-img-wrapper {
    -webkit-transition: margin-top linear 0.2s;
    -moz-transition: margin-top linear 0.2s;
    -ms-transition: margin-top linear 0.2s;
    -o-transition: margin-top linear 0.2s;
    transition: margin-top linear 0.2s;
    padding-top: 30px;
    padding-bottom: 8px;
}

.type-link {
    height: 144px;
    text-align: center;
    font-size: 0;
}

.type-link > a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    padding: 3px;
    margin-right: 20px;
    margin-bottom: 25px;
}

.type-link > a:hover {
    color: #e04543;
}

.type-link > a:nth-child(2n) {
    margin-right: 0;
}

.type-title > a {
    margin-top: 23px;
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 32px;
}

.type-img-wrapper img {
    border-radius: 50%;
    border: 1px dashed #e04543;
    padding: 1px;
}

@media screen and (max-width: 1215px) {
    .exam-type-wrapper {
        height: 175px;
    }

    .exam-type-wrapper:hover .type-img-wrapper,
    .exam-type-wrapper.active .type-img-wrapper {
        /*margin-top: -144px;*/
        margin-top: -164px;
        padding-bottom: 2px;
    }

    .type-img-wrapper img {
        width: 80px;
    }

    .type-link a {
        font-size: 14px;
        margin-bottom: 15px;
        margin-right: 5px;
    }

    .type-title2 {
        height: 36px;
        line-height: 36px;
        margin-top: 8px;
    }
}

/*分地区链接组*/
.area-link-group {
    margin-top: 0;
    /*text-align: center;*/
    height: 120px;
    padding-top: 23px;
    box-shadow: 0 5px 8px -4px rgba(0, 0, 0, 0.15);
}

.area-link-group .area-link-box {
    width: 90%;
    margin: 0 auto;
}

.area-link-group a {
    display: block;
    font-size: 16px;
    color: #333;
    margin-right: 1px;
    line-height: 36px;
    width: 56px;
    text-align: center;
}

.area-link-group a:hover {
    background-color: #e04543;
    color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

.area-link-group .hover-none:hover {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: unset;
}

.area-link-group .area-link-right {
    flex: 1.0;
}

.area-link-group .area-link-right .row {
    justify-content: space-around;
}

.information-group {
    font-size: 0;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
    background: #fff;
}

.banner {
    width: 52%;
    float: left;
}

.banner img {
    width: 100%;
}

.information-link-group {
    width: 44%;
    float: right;
}

.information-list li h3 {
    display: inline-block;
    max-width: 75%;
}

.course-item-box2 .information-list li h3 {
    max-width: 100%;
}

.information-list li a {
    line-height: 43px;
    display: block;
    font-size: 16px;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.information-list li span {
    float: right;
    line-height: 40px;
    color: #999;
}

.information-list > li > a:last-child {
    margin-right: 0;
}

.information-list > li.main-information > a {
    font-size: 20px;
    line-height: 54px;
    color: #333;
    font-weight: bold;
}

.information-group .information-list > li.main-information > a {
    color: #e04543;
    font-size: 22px;
}

.information-list > li.main-information > a:hover {
    color: #e04543;
}

.information-list > li.main-information:before,
.information-list > li.information-list-head:before,
.information-list > li.information-second-head:before,
.information-list > li.main-information a:before,
.information-list > li.information-list-head a:before,
.information-list > li.information-second-head a:before {
    content: none;
    display: none;
}

.information-list > li:before {
    content: none;
}

.information-list > li a:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #bbb;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 9px;
}

/*.information-list .slide-text{*/
/*color: #e04543;*/
/*text-decoration: underline;*/
/*margin-left: -375px;*/
/*transition: 0.5s;*/
/*}*/
/*.information-list .slide-text:before{*/
/*content: "";*/
/*display: inline-block;*/
/*background: url("../../../common/images/title_icon.png") center center no-repeat;*/
/*width: 23px;*/
/*height: 12px;*/
/*margin-right: 9px;*/
/*}*/

/*.information-list .subtitle:hover .slide-text{*/
/*margin-left: 0;*/
/*transition: 0.5s;*/
/*}*/
.information-list .subtitle {
    white-space: nowrap;
    overflow: hidden;
}

.information-list .subtitle:hover .highlight-text {
    margin-left: 19px;
    transition: 0.5s;
    text-decoration: underline;
}

.information-list .subtitle:hover .highlight-text:before {
    content: "";
    display: inline-block;
    background: url("../images/title_icon.png") center center no-repeat;
    width: 23px;
    height: 12px;
    margin-right: 9px;
}

.information-second-head {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.information-second-head > span > a {
    border-bottom: 2px solid #e04543;
    color: #333;
    display: inline-block;
    font-size: 16px;
    padding: 7px;
    padding-left: 0px;
    font-weight: bold;
    -webkit-transition: padding-left 0.2s linear, background-color 0.2s linear, color 0.2s linear;
    -moz-transition: padding-left 0.2s linear, background-color 0.2s linear, color 0.2s linear;
    -ms-transition: padding-left 0.2s linear, background-color 0.2s linear, color 0.2s linear;
    -o-transition: padding-left 0.2s linear, background-color 0.2s linear, color 0.2s linear;
    transition: padding-left 0.2s linear, background-color 0.2s linear, color 0.2s linear;
}

.information-second-head > span > a:hover:after {
    content: "->";
    color: #fff;
    margin-left: 3px;
}

.information-second-head > span > a:hover {
    padding-left: 7px;
    background-color: #e04543;
    color: #fff;
}

.swiper-box {
    /*display: inline-block;*/
    /*width: 762px;*/
    height: 448px;
    vertical-align: top;
    font-size: 0;
    padding: 36px 30px 39px 21px;
    /*flex: 1.0;*/
    width: 56%;
    overflow: hidden;
    white-space: nowrap;
}

.swiper-img-group img {
    display: block;
    /*width: 125px;*/
    /*height: 70px;*/
    width: 100%;
    height: auto;
}

.swiper-img-group {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    /*width: auto;*/
    width: 20%;
}

.swiper-img-group > li {
    position: relative;
    margin-bottom: 12px;
    text-align: center;
    cursor: pointer;
}

.swiper-img-group > li:last-child {
    margin-bottom: 0;
}

.swiper-img-group > li p {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity linear 0.2s;
    -moz-transition: opacity linear 0.2s;
    -ms-transition: opacity linear 0.2s;
    -o-transition: opacity linear 0.2s;
    transition: opacity linear 0.2s;
    white-space: pre-wrap;
}

.swiper-img-group > li.active > p,
.swiper-img-group > li:hover > p {
    opacity: 1;
}

.swiper-container.first-swiper {
    /*width: 559px;*/
    /*height: 315px;*/
    width: 80%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.swiper-container.teacher-swiper {
    width: 1200px;
    display: inline-block;
    vertical-align: middle;
}

.swiper-box .adver-bottom {
    height: 48px;
    margin-top: 20px;
    display: flex;
}

.swiper-box .adver-bottom a {
    flex: 0.5;
}

.swiper-box .adver-bottom img {
    width: 100%;
}

.course-item-group {
}

.course-item-group .information-list .slide-text {
    margin-left: -340px;
}

.course-item-box {
    width: 66%;
    float: left;
}

.course-item-box2 {
    width: 32%;
    float: right;
}

.course-item-box3 {
    float: left;
    margin-right: 2%;
    margin-top: 25px;
}

.course-item-box4 {
    margin-right: 0;
}

.course-item-box .information-list {
    padding: 0 15px;
    padding-top: 18px;
}

.course-item-box .information-list li a {
    line-height: 40px;
}

.course-item {
    width: 100%;
    height: 348px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: solid 1px #eaeaea;
    background: #fff;
    box-sizing: border-box;
}

.course-item:hover {
    border: solid 1px #f6c5c5;
    box-shadow: 0px 0px 13px 0px rgba(207, 207, 207, 0.35);
    transition: 0.5s;
}

.course-item2 {
    border-left: 1px solid #fff;
}

.course-item2:hover {
    border-left: 1px solid #f6c5c5;
}

.course-item3 {
    border-top: 1px solid #fff;
}

.course-item3:hover {
    border-top: 1px solid #f6c5c5;
}

.course-item4 {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.course-item4:hover {
    border-top: 1px solid #f6c5c5;
    border-left: 1px solid #f6c5c5;
}

.course-top {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
    margin: 0 15px;
    position: relative;
}

.course-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    padding-left: 15px;

}

.course-title:after {
    content: "";
    display: inline-block;
    background: url("../images/course_title_hover.png") center center no-repeat;
    background-size: 126px 8px;
    width: 126px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.course-title h2 {
    font-size: 24px;
    display: inline-block;
}

.red {
    color: #e04543;
}

.course-more {
    font-size: 16px;
    float: right;
}

.course-more:hover {
    color: #e04543;
}

.course-adver-wrapper {
    width: 418px;
    height: 575px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px 20px;
}

.course-small-adver {
    font-size: 0;
}

.course-big-adver {
    width: 377px;
    height: 211px;
    display: block;
}

.course-small-adver > a {
    display: inline-block;
    vertical-align: top;
    width: 179px;
    height: 100px;
}

.course-small-adver > a:nth-child(2n) {
    margin-left: 20px;
    margin-bottom: 30px;
}

.course-small-adver > a > img {
    width: 100%;
    height: 100%;
    display: block;
}

.course-infor-wrapper {
    font-size: 0;
    padding-bottom: 28px;
    margin-top: 25px;
}

.course-infor-wrapper .prepare-header {
    display: flex;
    height: 48px;
    line-height: 48px;
    justify-content: space-around;
    background: url("../images/prepare_bg.png");
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 24px;
}

.course-infor-wrapper .prepare-header span {
    font-size: 26px;
    display: inline-block;
    font-weight: bold;
}

.course-infor-wrapper .prepare-header .prepare-tab-acitve span {
    color: #e04543;
}

.course-infor-wrapper .prepare-header .prepare-tab-acitve {
    position: relative;
}

.course-infor-wrapper .prepare-header .prepare-tab-acitve:after {
    content: "";
    display: inline-block;
    background: url("../images/course_title_hover.png") center center no-repeat;
    width: 116px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.course-infor-wrapper .prepare-item-group {
    margin-right: 20px;
    padding: 34px 40px 19px;
    background: #fff;
}

.course-infor-wrapper .page-right-modal {
    background: #fff;
}

.course-infor-wrapper .prepare-tab {
    font-size: 26px;
    cursor: pointer;
    padding: 0 10px;
    font-weight: bold;
}

.course-infor-wrapper .prepare-item-group .omit {
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #f15449;
    background-color: #fff4f4;
    border-radius: 4px;
    border: solid 1px #f15449;
    display: block;
    margin: 0 auto;
}

.course-infor-wrapper .prepare-item-group .course-item {
    height: 571px;
    border: none;
}

.course-infor-wrapper .prepare-item-group .information-list {
    padding-top: 0;
    width: 0;
    flex: 1.0;
    padding-bottom: 0;
}

.course-infor-wrapper .prepare-item-group .main-information {
    margin-top: 5px;
}

.prepare-info-wrapper .course-item:hover {
    border: none !important;
    box-shadow: none !important;
}

.course-infor {
    font-size: 14px;
    /*width: 876px;*/
    /*display: inline-block;*/
    vertical-align: top;
    /*flex: 1.0;*/
    width: 66%;
}

.choose-recommend-btn {
    width: 97px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    background-color: #fff;
    border: 0;
    font-size: 16px;
    color: #555;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    margin-left: 20px;
    outline: none;
}

.recommend-value {
    font-size: 16px;
    color: #333;
}

.choose-recommend {
    float: right;
    margin-right: 18px;
    padding-top: 32px;
}

.free-live-wrapper {
    /*width: 434px;*/
    width: 34%;
    font-size: 14px;
    /*display: inline-block;*/
    vertical-align: top;
    /*flex: 0.3;*/
}

.free-live-wrapper .live-header img {
    margin-top: 6px;
    margin-right: 20px;
}

.free-live-wrapper .live-border {
    border-left: 1px solid #dddddd;
    margin-left: 15px;
}

.free-live-wrapper .live-title {
    margin-left: 41px;
    margin-bottom: 12px;
}

.free-live-wrapper .front-live-list {
    margin-top: 9px;
}

.page-right-modal {
    /*width: 434px;*/
    width: 100%;
    height: 697px;
    padding: 20px 22px 0 22px;
    overflow: hidden;
}

.free-live-box span > a {
    font-size: 14px;
    color: #555;
    display: inline-block;
    vertical-align: middle;
}

.free-live-box span.score {
    color: #0ae;
    font-weight: bold;
}

.free-live-box span:first-child > a {
    width: 265px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.free-live-box span:first-child > a:hover {
    color: #e04543;
}

.free-live-box .teacher-item {
    font-size: 14px;
    color: #555;
}

.free-live-title {
    font-size: 20px;
    color: #333;
    /*font-weight: bold;*/
    font-weight: 900;
    line-height: 42px;
    text-align: center;
    margin-bottom: 25px;
    padding: 0 20px;
    /*background-images: url("../images/text_bg.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100% 100%;*/
    /*-moz-background-size: 100% 100%;*/
    background-color: #f6f6f6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 2px;
    border-radius: 21px;
    /*width: 330px;*/
    width: 85%;
}

.main-teacher,
.main-time {
    margin-bottom: 20px;
    margin-left: 77px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-time {
    font-size: 18px;
    color: #555;
}

.main-teacher:before,
.main-time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../images/live/live_icon_teacher.png");
    margin-right: 32px;
}

.teacher-right {
    position: absolute;
    right: 0;
    width: 165px;
    top: 50%;
    height: 14px;
    transform: translateY(-50%);
}

.teacher-right .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    background: #fff;
    vertical-align: middle;
    border: 2px solid #BCC1BD;
}

.teacher-right .swiper-pagination-bullet-active {
    background: #F75452;
    width: 12px;
    height: 12px;
    border: 3px solid #FFC8C7;
}

.main-time:before {
    background-image: url("../images/live/live_icon_time.png");
    width: 24px;
    height: 27px;
}

.free-reg-wrapper {
    text-align: center;
}

.free-reg-btn {
    /*background-color: #0ae;*/
    background-image: linear-gradient(90deg, #26bffd 0%, #07a4ed 100%), linear-gradient(#00aaee, #00aaee);
    color: #fff !important;
    width: 120px !important;
    height: 36px;
    border: 0;
    border-radius: 16px;
    margin: 0 auto 21px;
    /*margin-bottom: 24px;*/
    /*margin-top: 20px;*/
    display: inline-block;
    line-height: 36px;
    font-size: 16px !important;
}

.free-reg-btn > a {
    color: #fff;
    font-size: 15px;
}

.front-live {
    color: #e04543;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.front-live-list > li {
    border-left: 1px solid #ddd;
    padding-top: 20px;
    margin-left: 15px;
}

.front-live-list > li:first-child {
    padding-top: 0;
}

.front-live-list > li > div {
    margin-bottom: 20px;
}

.front-live-list .front-live-header {
    display: flex;
    align-items: flex-end;
}

.front-live-list .front-live-header .live-time {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 47px;
}

.front-live-list .front-live-header .live-date, .front-live-list .front-live-header .live-week {
    font-size: 17px;
    color: #555;
}

.front-live-list .front-live-header .live-date {
    margin-right: 30px;
}

.front-live-list .front-live-content {
    border-bottom: 1px dashed #ddd;
    display: flex;
    margin-left: 41px;
    padding-bottom: 28px;
    padding-top: 10px;
}

.front-live-list .live-border {
    margin-top: 10px;
    padding-bottom: 11px;
}

.front-live-list .front-live-title {
    /*width: 186px;*/
    flex: 1.0;
    font-size: 16px;
    color: #555;
}

.front-live-list .see-live-box {
    width: 88px;
    height: 30px;
    margin-left: 43px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.see-live-hover {
    margin-left: -88px;
    width: 88px;
    height: 30px;
    background-image: linear-gradient(90deg, #f15449 0%, #fe7171 100%), linear-gradient(#e04543, #e04543);
    color: #fff !important;
    border: none !important;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    display: inline-block;
    /*transition: 0.5s;*/
}

.front-live-list .see-live {
    /*background-images: linear-gradient(90deg, #f15449 0%, #fe7171 100%), linear-gradient( #e04543, #e04543);*/
    width: 88px;
    height: 30px;
    color: #e04543;
    border: 1px solid #e04543;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    display: inline-block;
}

.front-live-list .front-live-icon {
    background: url("../images/live/live_icon.png") center center no-repeat;
    width: 28px;
    height: 27px;
    margin-right: 28px;
}

.front-live-list .front-list-box {
    margin-bottom: 12px;
}

.front-live-list .front-list-box:hover .front-live-icon {
    background: url("../images/live/live_icon_hover.png") center center no-repeat;
    transition: 0.5s;
}

.front-live-list .front-list-box:hover .front-live-title {
    color: #e04543;
    transition: 0.5s;
}

.front-live-list .front-list-box:hover .see-live {
    /*display: none;*/
    transition: 0.5s;
}

.front-live-list .front-list-box:hover .see-live-hover {
    margin-left: 0;
    transition: 0.5s;
}

.item-title:before {
    content: none;
    width: 11px;
    height: 29px;
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/title_front.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
}

.item-title {
    display: inline-block;
    padding: 30px 0;
    font-size: 24px;
    letter-spacing: 3px;
}

.information-list-head {
    padding-bottom: 6px;
}

.information-list-head .information-list-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 21px;
}

.information-list-head > span:first-child {
    cursor: pointer;
    width: 100%;
}

.information-list-head > span:first-child > a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    display: block;
    /*width: 280px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information-list-head > span:first-child:hover > a {
    color: #e04543;

}

.information-list-head .rt {
    background-color: #DF4142;
    position: relative;
    padding: 3px 6px;
    margin-top: 5px;
}

.information-list-head .rt > a {
    font-size: 14px;
    color: #fff;
}

.information-list-head .rt > a:after {
    content: "";
    width: 3px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    font-size: 14px;
    color: #fff;
    background-color: #DF4142;
    background-image: url("../images/right_tip.jpg");
    background-repeat: no-repeat;
}

.course-type-group {
    padding: 32px 24px;
    font-size: 0;
}

.course-type-group > li {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.course-type-group > li > a {
    width: 175px;
    height: 96px;
    display: block;
    text-align: center;
    line-height: 96px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}

.course-list li {
    width: 270px;
    /*height: 304px;*/
    height: auto !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    overflow: hidden;
    margin-bottom: 19px;
    padding: 10px 10px 50px 10px !important;
    border: 1px solid #fff;
    background: #fff;
    flex: 0.5;
}

.course-list li:last-child {
    margin-right: 0;
}

.course-list .show-course-detail {
    width: 84px;
    height: 36px;
    background-color: #fff4f4;
    border-radius: 18px;
    border: solid 1px #f15449;
    display: block;
    float: right;
    text-align: center;
    line-height: 36px;
    color: #e04543;
}

.course-list li:hover {
    border: solid 1px #f6c5c5;
    transition: 0.5s;
}

.course-list li:hover .show-course-detail {
    background-color: #f15449;
    color: #fff;
    transition: 0.5s;
}

.course-list li:nth-child(3n) {
    margin-right: 0;
}

.course-list > div {
    font-size: 0;
}

.course-type-group > li:nth-child(2n) {
    margin-right: 0;
}

.modal-link-group {
    font-size: 0;
}

.modal-link-group .item {
    margin-top: 32px;
    box-shadow: 0px 0px 3px 0px rgba(207, 207, 207, 0.35);
    height: 158px;
    flex: 1.0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    /*margin-right: 13.7px;*/
}

.modal-link-group .item-hover {
    background-image: linear-gradient(90deg, #f15449 0%, #fe7171 100%), linear-gradient(#e04543, #e04543);
    margin-left: -105%;
    /*transition: 0.5s;*/
}

.modal-link-group .item-hover .bg {
    background: #fff;
}

.modal-link-group .item-hover p {
    color: #fff;
}

.modal-link-group .item:hover .item-hover {
    margin-left: 0;
    transition: 0.5s;
}

.modal-link-group .item .item-inner {
    padding: 26px 0 35px;
    display: inline-block;
    width: 100%;
}

.modal-link-group .item1 {
    background-color: #f5ffff;
}

.modal-link-group .item2 {
    background-color: #fff2f1;
}

.modal-link-group .item3 {
    background-color: #fff7ec;
}

.modal-link-group .item4 {
    background-color: #f0fbff;
}

.modal-link-group .item p {
    font-size: 18px;
}

.modal-link-group .item .bg {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    text-align: center;
    padding-top: 14px;
    margin: 0 auto 16px;
}

.modal-link-group .item .bg img {
    height: 34px;
}

.modal-link-group .bg1 {
    background-image: linear-gradient(40deg, #6ccaca 0%, #52eaea 100%), linear-gradient(#6ccaca, #6ccaca);
}

.modal-link-group .bg2 {
    background-image: linear-gradient(40deg, #e55f52 0%, #ff8c80 100%), linear-gradient(#ff6d5e, #ff6d5e);
}

.modal-link-group .bg3 {
    background-image: linear-gradient(40deg, #f28e00 0%, #ffbb5b 100%), linear-gradient(#f8af48, #f8af48);
}

.modal-link-group .bg4 {
    background-image: linear-gradient(40deg, #42a6cc 0%, #54cffd 100%), linear-gradient(#57c8f2, #57c8f2);
}

.modal-link-group > div > a {
    /*width: 138px;*/
    /*height: 50px;*/
    /*font-size: 18px;*/
    /*text-align: center;*/
    /*line-height: 50px;*/
    /*color: #e04543;*/
    /*font-weight: bold;*/
    /*display: block;*/
    /*-webkit-transition: color linear 0.2s, background-color linear 0.2s;*/
    /*-moz-transition: color linear 0.2s, background-color linear 0.2s;*/
    /*-ms-transition: color linear 0.2s, background-color linear 0.2s;*/
    /*-o-transition: color linear 0.2s, background-color linear 0.2s;*/
    /*transition: color linear 0.2s, background-color linear 0.2s;*/
}

.modal-link-group > div > a:hover {
    /*background-color: #E04543;*/
    /*color: #fff;*/
}

.modal-link-group > div:last-child {
    margin-right: 0;
}

.area-question-wrapper .zt_title {
    width: 312px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-top: 7px;
    font-size: 20px;
    letter-spacing: 2px;
    margin-left: 5px;
    font-weight: bold;
}

.area-question-wrapper .zt_title1 {
    background-image: linear-gradient(90deg, #f15449 0%, #fe7171 100%), linear-gradient(#e04543, #e04543);
    color: #fff;
}

.area-question-wrapper .zt_title2, .area-question-wrapper .zt_title3 {
    background-color: #f3f4f8;
}

.area-question-wrapper > p {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 28px;
}

.area-question-list {
    font-size: 0;
    margin-left: 62px;
    margin-top: 23px;
}

.area-question-list > li {
    display: inline-block;
    margin-right: 26px;
    margin-bottom: 22px;
}

.area-question-list > li:nth-child(3n) {
    margin-right: 0;
}

.area-question-list > li > a {
    display: block;
    width: 76px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #555;
    -webkit-transition: background-color linear 0.3s, color linear 0.3s;
    -moz-transition: background-color linear 0.3s, color linear 0.3s;
    -ms-transition: background-color linear 0.3s, color linear 0.3s;
    -o-transition: background-color linear 0.3s, color linear 0.3s;
    transition: background-color linear 0.3s, color linear 0.3s;
    background-color: #f3f4f8;
}

.area-question-list > li > a:hover {
    /*background-color: #e04543;*/
    background-image: linear-gradient(90deg, #f15449 0%, #fe7171 100%), linear-gradient(#e04543, #e04543);
    color: #fff;
}

.teacherList {
    background-color: #fff;
    font-size: 0;
    text-align: left;
}

.teacherList > li {
    display: inline-block;
    font-size: 0;
}

.teacherList > li > .teacher-img-wrapper > img {
    display: block;
    width: 100%;
}

.teacherList > li > .teacher-img-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 205px;
}

.teacherList > li > .teacher-info-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 429px;
    overflow: hidden;
    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -ms-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}

.teacherList > li > .teacher-info-wrapper > div {
    background-image: url("../images/teacher_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.teacherList > li > .teacher-info-wrapper .teacher-info-text {
    color: #555;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
}

.teacherList > li.active > .teacher-info-wrapper {
    width: 380px;
}

.teacherList > li > .teacher-info-wrapper > div {
    padding: 0 22px;
    width: 100%;
}

.teacher-name {
    font-size: 18px;
    font-weight: bold;
    color: #e04543;
    margin-bottom: 16px;
    display: block;
}

.teacher-honor {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 26px;
}

.course-wrapper-right {
    /*width: 325px;*/
    margin-bottom: 20px;
}

.course-list {
    /*width: 855px;*/
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    /*margin-right: 20px;*/
}

.course-list .row {
    flex: 1.0;
    width: 0;
}

.course-list img {
    width: 100%;
    height: auto;
}

.course-list > li {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    height: 234px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.course-list > li:nth-child(3n) {
    margin-right: 0;
}

.course-list > li img {
    width: 270px;
}

.course-title {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    padding: 26px 10px 0 10px;
    overflow: hidden;
}

.course-wrapper-right {
    /*width: 325px;*/
    display: inline-block;
    vertical-align: top;
}

.course-wrapper-right .item {
    background: #fff;
    /*padding: 30px;*/
    flex: 1.0;
    width: 0;
    align-items: center;
    justify-content: space-evenly;
}

.course-wrapper-right .item:last-child {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.course-wrapper-right .item:last-child a {
    flex: 0.5;
}

.course-wrapper-right .item:first-child {
    margin-right: 30px;
    padding: 0;
}

.course-wrapper-right .item img {
    width: 90%;
    display: block;
    margin: 0 auto;
}

.course-wrapper-right .item img:hover {
    width: 100%;
    transition: 0.5s;
}

.course-wrapper-right .item:first-child img {
    width: 100%;
}

.course-recommend {
    font-size: 0;
}

.book-top {
    border-bottom: 1px solid #e04543;
    position: relative;
}

.book-wrapper {
    /*padding: 34px 20px 0 31px;*/
}

.book-wrapper .item-title {
    padding-bottom: 20px;
}

.book-type-list {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.book-type-list > li {
    display: inline-block;
    font-size: 20px;
    width: 136px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: 0;
    position: relative;
    top: 4px;
    color: #666;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.book-type-list > li.active {
    border-color: #E04543;
    background-color: #fff;
    color: #e04543;
    border-left: 0;
    border-right: 0;
    box-shadow: 0 -3px 8px -1px rgba(0, 0, 0, 0.15);
    border-top: 4px solid #e04543;
}

.book-list {
    display: none;
}

.book-list-wrapper .book-list {
    margin-top: 20px;
}

.book-list-wrapper .book-list .item {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;

}

.book-list-wrapper .book-list .item:hover .book-title,
.book-list-wrapper .book-list .item:hover .book-price {
    font-weight: bold;
    color: #e04543;
}

.book-list > li {
    /*width: 220px;*/
    width: 32.3%;
    height: 140px;
    /*display: inline-block;*/
    /*margin-right: 10px;*/
    -webkit-transition: box-shadow linear 0.2s;
    -moz-transition: box-shadow linear 0.2s;
    -ms-transition: box-shadow linear 0.2s;
    -o-transition: box-shadow linear 0.2s;
    transition: box-shadow linear 0.2s;
    border: solid 1px #e6e6e6;
    position: relative;
    overflow: hidden;

}

.book-list .discount {
    font-size: 20px;
    color: #e04543;
    margin-right: 10px;
}

.book-list .price {
    font-size: 16px;
    color: #bcbcbc;
    text-decoration: line-through;
}

.book-list > li img {
    float: left;
    width: 30%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    margin-right: 10px;
}

.book-list > li a {
    display: block;
    height: 100%;
}

.book-list > li:last-child {
    margin-right: 0;
}

.book-list > li:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    border: solid 1px #f6c5c5 !important;
}

.book-list > li:hover .book-link {
    /*margin-top: -89px;*/
    bottom: 22px;
    transition: 0.5s;
}

.book-info {
    /*position: relative;*/
    overflow: hidden;
}

.book-info > .book-detail {
    padding: 0 10px;
    margin-bottom: 32px;
}

.book-info .book-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.book-info p.summary {
    line-height: 26px;
}

.book-info .book-price {
    color: #e04543;
    font-size: 18px;
    margin-right: 10px;
}

.book-info .book-origin-price {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
}

.book-detail {
}

.book-link {
    /*margin-top: 0;*/
    position: absolute;
    text-align: center;
    /*padding-top: 24px;*/
    z-index: 1;
    background-color: rgba(224, 69, 67, 0.95);
    -webkit-transition: margin-top linear 0.2s;
    -moz-transition: margin-top linear 0.2s;
    -ms-transition: margin-top linear 0.2s;
    -o-transition: margin-top linear 0.2s;
    transition: margin-top linear 0.2s;
    width: 98px;
    height: 36px;
    background-color: #fff4f4;
    border-radius: 18px;
    border: solid 1px #f15449;
    line-height: 36px;
    bottom: -36px;
    right: 16px;
    transition: 0.5s;
}

.book-link > p {
    color: #e04543;
    font-size: 16px;
}

/*.book-link > p:before {*/
/*content: "";*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*width: 12px;*/
/*height: 12px;*/
/*background-images: url("/r/cms/common/images/heart.png");*/
/*background-size: 12px 12px;*/
/*background-repeat: no-repeat;*/
/*margin-right: 11px;*/
/*}*/

.book-link > .book-link-price {
    font-size: 14px;
    margin-bottom: 10px;
}

/*banner*/

.right-banner {
    position: fixed;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.right-banner > .right-banner-list > li {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
    border-radius: 2px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
    vertical-align: bottom;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-position linear 0.2s;
    -moz-transition: background-position linear 0.2s;
    -ms-transition: background-position linear 0.2s;
    -o-transition: background-position linear 0.2s;
    transition: background-position linear 0.2s;
}

.right-banner > .right-banner-list > li.top_icon:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    background-position: center center;
}

.right-banner > .right-banner-list > li:hover > p {
    bottom: 6px;
    opacity: 1;
}

.right-banner > .right-banner-list > li:hover {
    background-position: center 9px;
}

.right-banner > .right-banner-list > li.kf_icon {
    background-image: url("../images/kf_icon.jpg");
}

.right-banner > .right-banner-list > li.phone_icon {
    background-image: url("../images/icon_phone.jpg");
}

.right-banner > .right-banner-list > li.yj_icon {
    background-image: url("../images/icon_yj.jpg");
}

.right-banner > .right-banner-list > li.qr_icon {
    background-image: url("../images/icon_qr.jpg");
}

.right-banner > .right-banner-list > li.top_icon {
    background-image: url("../images/icon_top.jpg");
}

.right-banner > .right-banner-list > li.kf_icon:hover {
    background-image: url("../images/kf_icon_check.jpg");
}

.right-banner > .right-banner-list > li.phone_icon:hover {
    background-image: url("../images/icon_phone_chekc.jpg");
}

.right-banner > .right-banner-list > li.yj_icon:hover {
    background-image: url("../images/icon_yj_check.jpg");
}

.right-banner > .right-banner-list > li.qr_icon:hover {
    background-image: url("../images/icon_qr_check.jpg");
}

.phone-list-content {
    width: 285px;
    height: 128px;
    right: 64px;
    left: auto;
    top: -32px;
    padding-top: 10px;
}

.phone-list-content.list-content:before {
    top: 60px;
    right: -8px;
    transform: rotate(90deg);
}

.appQr-list-content {
    right: 64px;
    left: auto;
    top: -78px;
    padding: 32px;
    width: 394px;
    height: 216px;
}

.appQr-list-content.list-content:before {
    top: 104px;
    right: -8px;
    transform: rotate(90deg);
}

.appQr-list-content > div {
    display: inline-block;
}

.appQr-list-content > div:first-child img,
.appQr-list-content > div:first-child p {
    text-align: center;
    padding-right: 30px;
    color: #555;
}

.appQr-list-content > div:last-child img,
.appQr-list-content > div:last-child p {
    text-align: center;
    padding-left: 30px;
    color: #555;
}

.phone-list-content > div {
    font-size: 14px;
    color: #555;
    margin-top: 14px;
    margin-left: 30px;
    padding-left: 30px;
    line-height: 30px;
}

.phone-list-content > div:first-child {
    background-image: url("../images/lt_icon_phone.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

.phone-list-content > div:last-child {
    background-image: url("../images/lt_icon_time.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

.first-swiper img {
    /*width: 559px;*/
    /*height: 315px;*/
    width: 100%;
    height: auto;
    display: block;
}

/*.first-swiper .swiper-slide {*/
/*width: 80% !important;*/
/*}*/

/*左*/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/swiper_next.png");
    width: 25px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.4);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 38px;
    left: 0;
}

/*右*/
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/swiper_next.png");
    width: 25px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.4);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 38px;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.course-item-modal-wrapper {
    padding: 36px 23px 36px 24px;
    font-size: 0;
}

.course-item-modal-wrapper .row {
    margin-bottom: 10px;
    margin-right: 0;
    height: 50%;
    align-items: center;
    justify-content: space-evenly;
}

.course-item-modal-wrapper > div {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}

.course-item-modal-wrapper > div:nth-child(2n) {
    margin-right: 0;
}

.course-item-modal-wrapper > div > a {
    display: block;
    width: 175px;
    height: 96px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 96px;
}

.course-item-modal-wrapper img {
    width: 100%;
    transition: 0.5s;
}

.course-item-modal-wrapper .item {
    /*height: 133px;*/
    flex: 1.0;
    max-width: 200px;
}

.course-item-modal-wrapper .item:first-child {
    margin-right: 10px;
}

.course-item-modal-wrapper img:hover {
    width: 106%;
    margin-left: -3%;
    margin-top: -3%;
    transition: 0.5s;
}

/*页面中部广告位*/
.adver-wrapper {
    /*height: 105px;*/
    overflow: hidden;
    padding-bottom: 26px;
}

.adver-wrapper .item {
    flex: 1.0;
}

/*金牌教师*/
.teacher-content .row {
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teacher-content .box {
    padding-bottom: 17px;
    overflow: hidden;
    width: 24%;
}

.teacher-content .item {
    border: solid 1px #eaeaea;
    padding: 12px 15px 15px;
    text-align: center;
    height: 100%;
    position: relative;
    /*margin-right: 14px;*/
    /*margin-left: 14px;*/
    display: block;
}

.teacher-content .item img {
    width: 100%;
}

.teacher-content .teacher-info {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 18px;
}

.teacher-content .teacher-info span {
    font-size: 20px;
    color: #e04543;
    margin-right: 10px;
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
}

.teacher-content .item .teacher-hover {
    position: absolute;
    width: 90%;
    left: 5%;
    top: -120%;
    /*height: 0;*/
    transition: 1s;
}

.teacher-content .item:hover .teacher-hover {
    top: 12px;
    /*height: auto;*/
    transition: 1s;
}

.change-teacher {
    /*margin-right: 18px;*/
    cursor: pointer;
}

@media screen and (max-width: 1550px) {
    .teacher-content .teacher-info {
        font-size: 14px;
    }

    .teacher-content .teacher-info span {
        font-size: 16px;
        margin-right: 5px;
    }
}

.news {
    background: #fff;
    margin-top: 25px;
    padding-bottom: 25px;
}

.news ul {
    margin-top: 27px;
    padding: 0 15px;
}

.news ul li {
    float: left;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
}

.news ul li.mar0 {
    margin-right: 0;
}

.news ul li h3 {
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news ul li h3 a {
    color: #555;
    font-size: 18px;
}

.news ul li p {
    color: #999;
    line-height: 24px;
}

.arc_list{
    background: #fff;
    margin-top: 25px;
    overflow: hidden;
}
.arc_list ul{
    padding: 15px;

}
.arc_list ul>li{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom:1px dashed #ddd;
}
.arc_date{
    width: 100px;
    height: 100px;
    float: left;
    background: #f9f9f9;
    text-align: center;
    margin-right: 15px;
}
.arc_date .day{
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #999;
}
.arc_date .year{
    font-size: 16px;
    color: #999;
}
.arc_cont h3{
    margin-bottom: 10px;
}
.arc_cont h3 a{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.arc_cont h3 a:hover{
    color: #e04543;
}
.arc_cont p{
    line-height: 24px;
    color: #666;
}
.page-fy {
    line-height: 24px;
    font-size: .9rem;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.page-fy span {
    font-size: 12px;
    display: inline-block;
    padding: 0px 8px !important;
    margin: 0 2px;
    background-color: #dc0504;
    border: 1px solid #dc0504 !important;
    color: #ffffff !important;
}

.page-fy a {
    font-size: 12px;
    display: inline-block;
    padding: 0px 8px;
    margin: 0 2px;
    background-color: #ffffff;
    color: #999999;
    border: 1px solid #dddddd;
}

.page-fy a:hover {
    background-color: #dc0504;
    border: 1px solid #dc0504;
    color: #ffffff;
}
.arc_list .subnav>li{
    border: 1px dotted #E5E5E5;
    background-color: #f7f7f7;
    text-align: center;
    transition: 0.5s;
    float: left;
    line-height: 50px;
    padding-bottom: 0;
    margin-bottom: -15px;
}
.subnav li a{
    display: block;
    padding: 0 30px;
    font-size: 18px;
}
.arc_list .subnav>li:hover{
    border:1px solid #dc0504;
}
.detail-box{
    padding: 0 20px;
}
.detail-box h3.article-title{
    text-align: center;
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
    margin-top: 40px;
}
.detail-box .time{
    text-align: center;
    margin-bottom: 15px;
}
.detail-img{
    text-align: center;
    margin-bottom: 15px;
}
.detail{
    margin-bottom: 30px;
    line-height: 24px;
    color: #666;
}
.pre_next {
    background-color: #fff;
    line-height: 26px;
    margin-bottom: 30px;
}
.pre_next p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap

}
.pre_next a{
    color: #333;
}
.pre_next a:hover{
    color: #dc0504;
}

.single-box{
    margin-top: 30px;
}
.bottom-fixed{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    display: none;
}
.bottom-fixed .tel-box{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
}
.bottom-fixed .tel-box a{
    color: #fff;
    font-size: 1.2rem;
}

.lam_box .ow_links h2 i{
    color:#e04543
}
.lam_box .ow_links span{
    background:#e04543;
}
.lam_box .message-submit{
    background:#e04543;
}