#app {
    overflow: hidden;
    background-color: #fff;
}

.flex-align {
    align-items: center;
}

.color_red {
    color: #F3474D;
}

.elli {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pa20 {
    padding: 20px;
}

.pa30 {
    padding: 15px 30px;
}

.title {
    width: 75%;
    /*width: 80%;*/
    margin: 0 auto;
    height: 90px;
    display: flex;
    min-width: 1100px;
    justify-content: space-between;
}

.swiper {
    width: 75%;
    /*width: 80%;*/
    margin: 0 auto;
    min-width: 1100px;
}

.line {
    width: 1px;
    height: 28px;
    background: #CCCCCC;
    margin: 0 30px;
}

.mobile {
    width: 20px;
    height: 24px;
    margin-right: 12px;
}

.search {
    width: 400px;
    height: 40px;
    margin-left: 70px;
    background: #FFFFFF;
    border: 1px solid #004EA2;
    border-radius: 5px;
}

.searchAll {
    padding: 0 15px 0 12px;
    /*border-right: 1px solid #004EA2;*/
    height: 100%;
    line-height: 55px;
    position: relative;
    cursor: pointer;
    height: 55px;
}
.addline_b:before{
    content: '';
    width: 1px;
    height: 40px;
    background: #004ea2;
    position: absolute;
    right: 0;
    top: 8px;
}
.searchImg {
    margin: 0 9px 0 15px;
}

.toSearch {
    margin-left: 78px;
    font-size: 14px;
    color: #004EA2;
}

.header_tab {
    background-color: #004EA2;
    height: 60px;
}

.tabItem {
    width: 220px;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.active_tab {
    background: #003E92 !important;
}

.city_part {
    height: 60px;
    display: flex;
    flex-align: center;
    border: 1px solid #EFEFEF;
}

.cityName {
    font-size: 16px;
    color: #333;
    margin-left: 30px;
    cursor: pointer;
}

.banner {
    padding: 30px 0 50px 0;
}

.bannerImg > img {
    width: 100%
}

.bannerImg:nth-child(1) {
    margin-right: 30px;
}


.newContent {
    width: 67%;
    margin-right: 3%;
    background: #FFFFFF;
    /*border: 1px solid #EFEFEF;*/
}

.contents {
    padding: 43px 20px 0 20px;
    width: 100%;
    box-sizing: border-box;
    /*max-width: 900px;*/
}

.Top {
    display: inline-block;
    width: 54px;
    height: 22px;
    background: #004EA2;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    border-radius: 5px 5px 5px 5px;
    flex-shrink: 0;
}

.Hot {
    display: inline-block;
    width: 54px;
    height: 22px;
    background: #F3474D;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    border-radius: 5px 5px 5px 5px;
    flex-shrink: 0;
}

.dian {
    width: 6px;
    height: 6px;
    background: #CCCCCC;
    border-radius: 50%;
    margin-right: 10px;
}

.yuandian {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #004EA2;
}

.openClass {
    width: 100%;
    height: 370px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
}

.subtitle {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.subtitleLine {
    display: inline-block;
    width: 5px;
    height: 24px;
    background: #004EA2;
}

.teacherImg {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.toLiving {
    width: 80px;
    height: 36px;
    background: #00B08D;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}

.Living {
    width: 80px;
    height: 36px;
    background: #004EA2;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
}

.toVideo {
    width: 80px;
    height: 36px;
    background: #CCCCCC;
    border-radius: 20px 20px 20px 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 36px;
    flex-shrink: 0;
}

.openCourse {
    border-bottom: 1px solid #eee;
    padding: 20px 0
}

.openCourse:nth-child(3) {
    border: none
}

.freebie {
    width: 100%;
    /*height: 370px;*/
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
}

.toFreebie {
    display: block;
    line-height: 30px;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.toFreebie:last-child {
    margin-bottom: 0px;
}

.examDate {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
}

.examCourse {
    white-space: nowrap;
    padding: 0 5px;
    height: 33px;
    font-size: 14px;
    color: #333;
    border-radius: 17px 17px 17px 17px;
    border: 1px solid #333333;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    margin-right: 10px;
}

.activeCourse {
    border: 1px solid #004EA2;
    color: #004ea2;
}

.gzAddress {
    width: 100%;
    position: relative;
    padding: 30px 20px;
    box-sizing: border-box;
    height: 430px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1600);
    border: 1px solid #EFEFEF;
    display: flex;
    align-items: start;
    align-items: center;
    justify-content: space-between;
}

.activeProvince {
    width: 88px;
    height: 33px;
    background: #004EA2;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}

.province {
    width: 88px;
    height: 33px;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
    line-height: 33px;
    color: #666;
    border: 1px solid #666;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}

.city {
    width: 100%;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    margin: 20px 30px 20px 0;
}


.addressLine {
    width: 1px;
    height: 278px;
    background: #CCCCCC;
    position: absolute;
    left: 41%;
}

.footer {
    width: 100%;
    height: 342px !important;
    padding-top: 62px !important;
    box-sizing: border-box;
    background: #333333;
}

.footerLine {
    width: 1px;
    height: 160px;
    background: #999999;
    margin-top: 9px;
}

.centerLine {
    position: relative;
    margin: 0 30px 0 24px;
    width: 16px;
    height: 16px;
    background: #CCDBED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
}

.leftLine {
    position: absolute;
    left: -38px;
    width: 1px;
    height: calc(100% + 20px);
    background-color: #f1f1f1;
}

.centerYuan {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.rightBox {
    position: fixed;
    top: 35%;
    right: 52px;
    z-index: 2;
}


.borther {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    /*position:absolute;*/
    /*right: 80px;*/
    /*display: none;*/
}

.borther:nth-child(1) {
    height: 120px;
}

.borther:after {
    content: "";
    position: absolute;
    top: 50px;
    right: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent transparent #999;
}
.borther:before {
    content: "";
    position: absolute;
    top: 50px;
    right: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
}
.borther2{
    width: 70px;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
}




.kefuSpan {
    position: absolute;
    bottom: -12px;
    width: 100%;
    text-align: center;
}



.bigbox {
    display: none;
    position: absolute;
    right: 50px;
    width: 250px;
    height: 200px;
    top: -16px;
}
.bigbox2 {
    width: 100px !important;
}

.kefu:nth-child(1):hover > .bigbox {
    display: block;
}

.kefu:nth-child(2):hover > .bigbox {
    display: block;
}

.kefu:nth-child(3):hover > .bigbox {
    display: block;
}

.infoHeader {
    font-size: 24px;
    font-weight: bold;
    color: #004EA2;
    text-align: center;
    padding: 40px 0 35px 0;
    position: relative;
}

.infoHeader:before {
    content: '';
    position: absolute;
    top: 50px;
    left: -95px;
    width: 80px;
    height: 4px;
    background-image: linear-gradient(to right, #FFFFFF, #004EA2);
}

.infoHeader:after {
    content: '';
    position: absolute;
    top: 50px;
    right: -95px;
    width: 80px;
    height: 4px;
    background-image: linear-gradient(to left, #FFFFFF, #004EA2);
}

.filterList {
    background-color: #fff;
    height: 300px;
    box-sizing: border-box;
}

.filterKey {
    width: 68px;
    height: 30px;
    background: #E3EDF5;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #004EA2;
    margin-right: 40px;
}

.spanBox > * {
    margin-right: 30px;
    margin-bottom: 20px;
    cursor: pointer;

}

.pa15border {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.pa15border:nth-child(3) {
    width: 100%;
    border: none;
}

.citys {
    position: absolute;
    top: 50px;
}

.el-table__cell {
    padding: 16px 0 !important;
}

.box {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 8px;
}

.type {
    font-size: 16px;
    color: #333;
}

.activeType {
    display: inline-block;
    font-size: 16px;
    color: #004EA2;
}

.el-pager li {
    min-width: 28px;
    padding: 0;
    margin-right: 10px;
    background: #F4F4F5;
    border-radius: 50%;
    font-size: 12px;
    color: #666;
}

.el-pager li.active {
    background-color: #004EA2;
    color: #fff;
}



.toTop {
    display: none;
}

.code {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
}

.dyHover {
    position: relative;
    width: 130px;
}

.dyHover:hover > .dyCode {
    transition: all .5s ease .1s;
    display: block;
}

.dyCode > img {
    width: 100%;
}

.dyCode {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    position: absolute;
    top: -210px;
    background-size: 100% 100%;
    display: none;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
}

.pagination li {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #666;
    font-size: 12px;
    background: #F4F4F5;
    margin-right: 10px;
    cursor: pointer;
}

.pagination .active {
    background-color: #004EA2;
    color: #fff;
}

.pagination li:nth-child(1) {
    display: none;
}

.pagination li:nth-child(1) {
    display: none;
}

.pagination li:last-child {
    width: 30px;
    height: 28px;
    background-color: #fff;
    font-size: 19px;
}

.el-carousel__item h3 {
    /*color: #475669;*/
    font-size: 14px;
    /*opacity: 0.75;*/
    line-height: 200px;
    margin: 0;
}

.el-carousel__button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.el-carousel__indicator.is-active button {
    background: #6695C7 !important;
}

.c_box {
    width: calc(100% / 5 - 80px);
    border: 1px solid #eeeeee;
    /* margin-left: 20px; */
    padding: 30px 20px;
    box-sizing: border-box;
    transition: 500ms;
    cursor: pointer;
    margin-right: 20px;
    background-color: #00B08D;
}

.teacher_info {
    width: 50%;
    height: 100%;
    position: relative;
}
.teacher_info:hover .jieshao {
    padding-top: 16px;
    height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.teacher_info:hover .info_mask{
    height: 290px;
}
.jieshao {
    height: 0;
    font-weight: normal;
    font-size: 14px;
    transition: all 1.5s ease;
}

.info_mask {
    position: absolute;
    bootom: 0;
    bottom: -10px;
    height: 0px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.6;
    width: 100%;
    height: 50px;
    z-index: 100;
    transition: all 1.5s ease;
}
.typeSelect{
    position: absolute;
    top: 55px;
    width: 100px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 20px 0;
    display: none;
    z-index: 1;
    line-height: 40px;
}
.typeSelect:after{
    content: "";
    position: absolute;
    top: -16px;
    left: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:8px;
    border-color: transparent  transparent #999   transparent ;
}
.typeSelect:before{
    content: "";
    position: absolute;
    top: -16px;
    left: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:8px;
    border-color:  transparent  transparent #fff   transparent;
    z-index: 1;
}
.typeSelect:hover{
    display: block;
}
.typeItem{
    /*color: #004EA2;*/
    font-size: 14px;
    display: block;
    /*padding: 10px 0;*/
}
.typeItem:hover{
    background-color: #004EA2;
    color: #fff;
    cursor: pointer;
}
.searchAll:hover >.typeSelect{
    display: block;
}
.anbei{
    cursor: pointer;
    transition: all 0.4s ease 0s;
}
.anbei:hover{
    text-decoration: underline;
    color: #fff;
}
.kefu {
    width: 65px;
    height: 65px;
    background-image: url('/static/image/index/tokefu.png');
    background-size: 100% 100%;
    cursor: pointer;
    position: relative;
    margin-bottom: 26px;
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: center;
    position: relative;
}
.kefu:hover {
    width: 65px;
    height: 65px;
    background-image: url('/static/image/index/hoverKefu.png');
    background-size: 100% 100%;
    cursor: pointer;
    font-size: 14px;
    color: #004EA2;
}
.kefu:nth-child(2) {
    background-image: url('/static/image/index/telephone.png');
}

.kefu:nth-child(3) {
    background-image: url('/static/image/index/toCode.png');
}

.kefu:nth-child(4) {
    background-image: url('/static/image/index/top.png');
}
.kefu:nth-child(2):hover {
    background-image: url('/static/image/index/hoverTelephone.png');
}

.kefu:nth-child(3):hover {
    background-image: url('/static/image/index/hoverCode.png');
}

.kefu:nth-child(4):hover {
    background-image: url('/static/image/index/hoverTop.png');
}
.boxBgimg {
    width: 18px;
    height: 18px;
    border: 1px solid #004EA2;
    background-image: url('/static/image/index/correct.png');
    background-size: 12px 8px;
    background-repeat: no-repeat;
    background-position: center center;
}