a {
    text-decoration: none;
    color: #333;
}

body {
    background: #ffffff !important;
}

/*首页*/

.main, .headBox {
    margin: 0 auto;
    width: 1180px;
    font-size: 14px;
    transition: all .4s;
}

/*banner*/

.banner {
    width: 100%;
    margin: 0 auto 50px;
}

.swiper-container {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: 530px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide a img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    opacity: 1 !important;
    background: #ccc !important;
    border-radius: 10px !important;
}

.my-bullet-active {
    background: #3f48ee !important;
}

.banner .swiper-button-next {
    background-image: url(/images/next.png) !important;
    transform: translateX(50px);
    transition: all .4s;
}

.banner .swiper-button-prev {
    background-image: url(/images/prve.png) !important;
    transform: translateX(-50px);
    transition: all .4s;
}

.bannerBox:hover .swiper-button-next {
    display: block;
    transform: translateX(0);
}

.bannerBox:hover .swiper-button-prev {
    display: block;
    transform: translateX(0);
}

/*公开课*/

.publicClass {
    width: 1190px;
    padding: 0 5px;
    box-sizing: border-box;
    margin: -150px auto 0;
    position: relative;
    z-index: 999;
}

.fa-clock-o {
    font-size: 14px !important;
}

.publicClass ul li:hover {
    transform: none !important;
}

.scrollRow {
    position: relative;
    height: 335px;
}

.scroll_prev, .scroll_next {
    width: 40px;
    text-align: center;
    position: absolute;
    top: 30px;
    z-index: 99;
}

.scroll_prev {
    font-size: 24px;
    margin-top: 90px;
    cursor: not-allowed;
    left: 0;
    transform: translateX(-50px);
    transition: all .4s;
}

.scroll_next {
    text-align: right;
    margin-top: 90px;
    cursor: pointer;
    right: 0;
    transform: translateX(50px);
    transition: all .4s;
}

#carousel_container {
    overflow: hidden;
}

#carousel_container:hover .scroll_next {
    display: block;
    transform: translateX(0);
}

#carousel_container:hover .scroll_prev {
    display: block;
    transform: translateX(0);
}

.scroll_wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.scroll_wrapper .list {
    position: absolute;
    top: 0;
    height: 100%;
}

.scroll_wrapper .list li {
    width: 280px;
    height: 310px;
    float: left;
    margin: 10px 13px 10px 5px;
    box-shadow: 0px 5px 5px 0px #dde1ea;
    border-radius: 10px;
}

.scroll_wrapper .list li button{
    margin-right: 10px;
}

.scroll_wrapper .list li:nth-of-type(4n) {
    margin-right: 0;
}

.pclassInfo {
    color: #999;
    font-size: 12px;
    width: 50%;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.pClassImg {
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    height: 210px;
    overflow: hidden;
}

.theLive {
    border: 2px solid #d43636;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 8s linear infinite;
    -moz-animation: rotate 8s linear infinite;
    -o-animation: rotate 8s linear infinite;
    animation: rotate 8s linear infinite
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.pClassImg img {
    width: 100%;
    height: 100%;
}

.list h4 {
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    margin: 6px auto 5px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    box-sizing: border-box;
}

.pclassInfo .pclaTea img {
    width: 15px !important;
    height: 15px !important;
    border-radius: 15px;
    vertical-align: bottom;
    margin-right: 5px;
}

.liveBtn {
    background: #d43636;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 12px;
    outline: none;
    border: none;
    cursor: pointer;
}

.liveBtn img {
    width: 22px;
    height: 17px;
}

.noLive {
    width: 90px;
    height: 25px;
    background: #999;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 40px;
    font-size: 12px;
    outline: none;
    border: none;
}

/* 内容logo */

.content {
    width: 100%;
}

.content .comPart {
    margin: 0 auto;
    width: 140px;
}
.content .comPart img{
    width: 100%;
}

.content .floatBox {
    height: 350px;
    margin-top: 60px;
}

.content .floatBox ul {
    width: 1180px;
    margin: 0 auto;
}

.content .floatBox ul li {
    float: left;
    width: 25%;
    display: block;
    border: none;
    text-align: center;
    color: #2c2f90;
}

.content .floatBox ul li img {
    width: 150px;
    border-radius: 50%;
}

.content .floatBox ul li h3 {
    font-size: 18px;
    line-height: 58px;
    color: #2c2f90;
}

.content .floatBox ul li p {
    width: 100%;
    font-size: 14px;
    color: #2c2f90;
}

.content .floatBox ul li img:hover {
    transform: scale(1.2);
    transition: all .5s;
    margin-bottom: 30px;
}
.content .floatBox ul li a{
    display: block;
}
/* 内容轮播图 */

.contentSwiper {
    width: 945px;
    height: 480px;
    margin: 0 auto;
    box-shadow: 0 0 20px 0px #ccc;
}

.contentSwiper .project-pagination {
    width: 945px;
    text-align: center;
    margin-top: 25px;
}

.contentSwiper .project-pagination .swiper-pagination-bullet {
    margin: 0 8px;
}

/* 试听课 */

.classType {
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin: 0 auto 60px;
    overflow: hidden;
    color: #666666;
    position: relative;
}

.recommend {
    position: relative;
}

.classType h3 {
    font-size: 25px;
    float: left;
    height: 100%;
    margin-left: 50%;
    position: absolute;
    left: -50px;
    color: #000;
}

.classType .englishTit {
    font-size: 56px;
    color: #fafafa;
    position: absolute;
    font-weight: bold;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    z-index: -1;
}

.more {
    width: 100%;
    height: 58px;
    text-align: center;
}

.more a {
    width: 240px;
    display: block;
    font-size: 19px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d2d2d2;
    padding: 0 15px;
    border-radius: 25px;
    color: #333;
    margin: 30px auto 0;
    cursor: pointer;
}

.main ul li {
    width: 280px;
    margin: 0 20px 20px 0;
    border-radius: 5px;
    float: left;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    position: relative;
}

.shade {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: -5px;
    bottom: 0;
    left: -5px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.main ul li:nth-of-type(4n) {
    margin-right: 0;
}

.main ul li:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
}

.main ul li:hover .shade {
    opacity: 1;
}

.main ul li:hover .classImg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.recommend li:nth-of-type(9), .recommend li:nth-of-type(10), .trialClass li:nth-of-type(9), .trialClass li:nth-of-type(10), .recommendClassType li:nth-of-type(9), .recommendClassType li:nth-of-type(10), .teacher li:nth-of-type(5) {
    display: none;
}

/* @media screen and (min-width: 1760px) {
    .main, .headBox {
        width: 1480px;
    }
    .main ul li:nth-of-type(5n) {
        margin-right: 0;
    }
    .main ul li:nth-of-type(4n) {
        margin-right: 20px;
    }
    .recommend li:nth-of-type(9), .recommend li:nth-of-type(10), .trialClass li:nth-of-type(9), .trialClass li:nth-of-type(10), .recommendClassType li:nth-of-type(9), .recommendClassType li:nth-of-type(10), .teacher li:nth-of-type(5) {
        display: block;
    }
    .bannerBox .swiper-slide img {
        width: 100%;
    }
} */

.teachers {
    position: relative;
}

.teachers .teachersMore {
    display: block;
    margin: 0 auto;
    height: 58px;
    text-align: center;
}

.teachers .teachersMore a {
    width: 260px;
    display: block;
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #d2d2d2;
    padding: 0 15px;
    border-radius: 20px;
    color: #333;
    margin: 40px auto 0;
    cursor: pointer;
}

.teachers ul {
    width: 1180px;
    margin: 0 auto;
    padding-top: 50px;
}

.teachers ul li {
    float: left;
    position: relative;
}

.teachers .teachersImg {
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: pink;
    position: absolute;
    margin-left: 50%;
    overflow: hidden;
    left: -50px;
    top: -50px;
}

.teachers .teachersImg img {
    width: 100%;
    height: auto;
}

.teachers ul li .box {
    width: 0;
    border-left: 115px solid;
    border-right: 115px solid;
    border-bottom: 40px solid;
    border-color: transparent transparent #ff4747 transparent;
}

.teachers ul li .box2 {
    color: #fff;
    width: 235px;
    height: 400px;
    background-color: #ff4747;
    padding: 50px 30px 60px;
    box-sizing: border-box;
}

.teachers ul li .box2 h3 {
    font-size: 24px;
    text-align: center;
}

.teachers ul li .box2 h4 {
    font-size: 18px;
    line-height: 38px;
    font-weight: normal;
    margin-bottom: 15px;
    text-align: center;
}

.teachers ul li .box2 p {
    height: 83%;
    overflow: hidden;
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
}

.teachers ul li .box3 {
    width: 0;
    border-top: 40px solid;
    border-left: 115px solid;
    border-right: 115px solid;
    border-color: #ff4747 transparent transparent transparent;
}

.teachers ul li:nth-child(even) .box {
    border-color: transparent transparent #1474f7 transparent;
}

.teachers ul li:nth-child(even) .box2 {
    background-color: #1474f7;
}

.teachers ul li:nth-child(even) .box3 {
    border-color: #1474f7 transparent transparent transparent;
}

.teachers ul li:nth-child(even) .teachersImg {
    box-shadow: 0 11px 15px 1px #1474f7;
}

.teachers ul li:nth-child(odd) .teachersImg {
    box-shadow: 0 11px 15px 1px #ff4747;
}

.classImg {
    width: 280px;
    height: 210px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.classImg img {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}

.classCon {
    padding: 15px 10px;
    position: relative;
    z-index: 2;
}

.classTit {
    display: inline-block;
    width: 185px;
    font-weight: bold;
    color: #333333;
    vertical-align: bottom;
}

.freeText {
    display: inline-block;
    width: 65px;
    text-align: right;
    color: #FF0000;
}

.classPrice {
    font-size: 12px;
    margin-top: 5px;
}

.price {
    color: #f00;
}

.preferent {
    float: right;
    width: 55px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.preferent>span {
    background: #d43636;
    padding: 2px 8px;
    border-radius: 6px;
}

del {
    color: #999;
    font-size: 10px;
}

.classDetails a {
    display: block;
    width: 55px;
    text-align: center;
    color: #7d7e7e;
    float: right;
}

.recommendPrice {
    width: 100%;
    color: #f00;
    font-size: 12px;
    margin: 5px auto;
}

.recommendClassInfo {
    margin-top: 5px;
    font-size: 12px;
    color: #999999;
}

.line {
    margin: 0 10px;
}

.person {
    display: block;
    width: 65px;
    text-align: right;
}

.teacImg {
    position: relative;
    z-index: 2;
    display: block;
    margin: 20px auto 0;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #d74343;
    border-radius: 100%;
    overflow: hidden;
}

.teacImg img {
    width: 100%;
}

.teacher p {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.teaName {
    width: 100%;
    color: #494949;
    font-weight: 600;
    font-size: 14px;
    margin-top: 25px;
}

.teaType {
    color: #999999;
}

.teaInfo {
    box-sizing: border-box;
    border-top: 1px solid #eff3f5;
    padding: 0 20px;
    margin: 10px auto;
    text-align: left !important;
    color: #666666;
    text-indent: 2em;
}

.recommend img, .trialClass img {
    width: 100%;
    height: 100%;
}

.openMore {
    font-size: 17px;
    line-height: 80px;
    background: #ccc;
    display: block;
}

/* 简介 */

.introduce {
    width: 1180px;
    margin: 30px auto;
}

.introduce img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

/*底部*/

.footer {
    width: 100%;
    background: #fff;
    margin: 60px auto 0;
    padding: 60px 0;
}

.footerBox {
    width: 1180px;
    margin: 0 auto;
}

.fLogo {
    width: 214px;
    height: 164px;
    margin-right: 50px;
}

.fLogo img {
    width: 100%;
    height: 100%;
}

.fcenTop ul li {
    width: 180px;
    text-align: left;
    float: left;
    margin-top: 20px;
}

.fcenTop ul li p {
    color: #999;
    font-size: 12;
    line-height: 32px;
}

.fcenTop ul li p:nth-of-type(1) {
    font-size: 14px;
}

.fcenBot {
    margin-top: 25px;
}

.fcenBot img {
    margin-right: 10px;
}

.fRight {
    padding-top: 20px;
}

.company {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 30px;
}

.fixedRight {
    position: fixed;
    right: 30px;
    bottom: 20vh;
    display: none;
    z-index: 999;
}

.fixedRight p {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #E6E6E6;
    text-align: center;
    cursor: pointer;
    color: #666;
    background: #fff;
}

.fixedRight p i {
    font-size: 25px;
}

.fixedRight p:hover {
    color: #fff;
    background: #333;
}

.feedback span {
    font-size: 18px;
}

/* @media screen and (min-width: 1760px) {
    .footerBox {
        width: 1480px !important;
    }
    .scroll_wrapper {
        width: 1480px !important;
    }
    .scroll_wrapper .list li:nth-of-type(5n) {
        margin-right: 0;
    }
    .scroll_wrapper .list li:nth-of-type(4n) {
        margin-right: 20px;
    }
    .headBox {
        width: 1480px;
    }
} */

.moreOpenCourse {
    display: block;
    color: #14a6fa;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
}

.moreOpenCourse:hover {
    text-decoration: underline;
}
.marBottom{
    margin-bottom: 100px;
}