﻿/* 通用样式 */

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.sumTit {
    font-size: 28px;
    line-height: 34px;
    padding: 30px 0;
    font-weight: bold;
}

.sumTit span {
    color: #A646CC;
}

.options {
    float: right;
    /* margin-top: 20px; */
    line-height: 94px;
    font-size: 15px;
    cursor: pointer;
}

.options .options-item {
    margin-right: 20px;
    color: #333;
}

.options-item:hover {
    color: #A646CC;
    text-decoration: underline;
}

.options-item:visited {
    color: blue;
}


/* 广告位 */

.advertising {
    width: 100%;
    height: 100px;
}

.advertising a {
    display: block;
    width: 100%;
    height: 100px;
    background: url(/static/images/advertising.png)no-repeat center center;
    background-size: cover;
}


/* nav */

nav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.navigation {
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 11;
}

.logo {
    display: block;
    width: 188px;
    height: 60px;
    margin-top: 14px !important;
    background: url(/static/images/logo.png);
    float: left;
}

.nav {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    background: #fff;
    color: #f0f0f0;
}

.nav a {
    cursor: pointer;
    font-size: 18px;
    margin: 0 20px;
    display: block;
}

.nav_menu {
    padding: 30px 0;
}

.nav_menu-item {
    display: inline-block;
    position: relative;
}

.nav_menu-item:hover .nav_submenu {
    display: block;
}

.nav_submenu {
    font-weight: 200;
    text-transform: none;
    display: none;
    position: absolute;
    width: 110px;
    background-color: #fff;
    text-align: center;
}

.nav_submenu a {
    font-size: 16px;
    font-weight: 400;
}

.nav_submenu-item:hover {
    background: #A646CC;
    color: #fff!important;
}

.nav_submenu-item:hover a {
    color: #fff!important;
}

.nav_menu-item a i {
    display: block;
    width: 20px;
    height: 5px;
    background: url(static/images/choose_nav.png);
    margin: 8px auto;
    display: none;
}

.nav_menu-item a:hover i {
    display: block;
}

.nav_submenu-item {
    width: 100%;
    padding: 10px 0;
}

.nav_submenu-item a:hover {
    color: #fff!important;
}


/* banner */

.animation:hover {
    transform: scale(1.1);
}

.banner {
    width: 100%;
    height: 600px;
    position: relative;
}

.suspension {
    position: absolute;
    top: 80px;
    left: 50px;
    z-index: 999;
}

.suspension a {
    display: block;
}

.suspension-item {
    margin-bottom: 10px;
}

.banner .flexslider {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    z-index: 1;
}

.banner .flexslider .slides {
    z-index: 2;
    overflow: hidden;
}

.banner .flexslider .slides li {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.banner .flexslider .slides li a {
    display: block;
    width: 100%;
    height: 100%;
}
.banner .flexslider .slides li a img{
  width: 100%;
  height: 100%;
}
.flex-control-nav {
    position: absolute;
    bottom: 8px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 40px;
    overflow: hidden;
    background: #FFF;
    opacity: .5;
    border-radius: 5px;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    width: 30px !important;
    opacity: 1;
}


/* 免费试听课&登录 */

.con01 {
    margin-top: 30px !important;
}

.con01 .demoClass {
    width: 780px;
    height: 360px;
    padding: 0 24px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px #e6e6e6;
    float: left;
}

.con01 .demoClass .swiper-container1 {
  overflow: hidden;
    height: 260px;
}

.con01 .demoClass a {
    display: block;
}

.con01 .demoClass .classImg {
    width: 240px;
    height: 160px;
}

.con01 .demoClass .classImg img {
    width: 240px;
    height: 160px;
}

.con01 .demoClass .className {
    font-size: 18px;
    margin: 15px 0 5px;
}

.con01 .demoClass .classTeaName {
    color: #999;
}

.con01 .demoClass .classTeaName i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/static/images/teacher.png);
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.con01 .demoClass .swiper-pagination-bullets {
    bottom: 0;
}

:root {
    --swiper-theme-color: #A646CC;
}

.loginCont {
    width: 294px;
    height: 316px;
    padding: 20px 24px 24px 24px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px #e6e6e6;
    float: right;
}

.loginCont .userImg {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 14px;
}

.loginCont .userImg img {
    width: 100%;
    height: 100%;
}

.loginCont .loginHi .by01 {
    font-size: 16px;
    padding: 5px 0 10px;
    line-height: 24px;
}

.loginCont .loginHi .by02 {
    color: #999;
    font-size: 14px;
}


/*未登录状态*/

.loginCont .loginForm .user input,
.loginForm .pwd input {
    width: 280px;
    border: 1px solid #eee;
    outline: none;
    height: 44px;
    padding-left: 14px;
    border-radius: 4px;
    color: #999;
}

.loginCont .loginForm .user {
    margin: 30px 0 24px;
}

.loginCont .tools {
    width: 298px;
    padding: 24px 0 20px;
}

.loginCont .tools input {
    float: left;
}

.loginCont .tools a {
    color: #999;
    float: right;
}

.loginCont .tools a:hover {
    text-decoration: underline;
}

.loginCont .loginBtn a {
    display: block;
    width: 134px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #A646CC;
    border-radius: 26px;
    color: #A646CC;
    text-align: center;
}

.loginCont .loginBtn a:hover {
    background: #A646CC;
    color: #fff;
}


/*登录状态*/

.loginAfter .alerTxt {
    color: #666;
    line-height: 24px;
    margin-top: 34px;
}

.loginAfter .loginJoin {
    display: block;
    width: 294px;
    height: 40px;
    margin: 30px auto 15px;
    background: url(/static/images/login_join.png);
}

.loginAfter .loginJoin:hover {
    opacity: 0.8;
}

.loginMenu span {
    width: 50%;
    margin: 4px 0;
    display: block;
    float: left;
    text-align: center;
}

.loginMenu span a {
    color: #666;
}

.loginMenu span a:hover {
    text-decoration: underline;
}

.loginMenu span i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 5px;
    margin-right: 8px;
    background: url(/static/images/right.png);
    position: relative;
    top: 2px;
}


/*新闻*/

.news {
    width: 1152px;
    height: 510px;
    padding: 0 24px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 30px auto 0;
    box-shadow: 0 0 10px #e6e6e6;
}

.news .newsImg {
    position: relative;
    width: 626px;
    height: 407px;
    overflow: hidden;
    z-index: 1;
    float: left;
}

.news .newsImg .slides {
    z-index: 2;
    overflow: hidden;
}

.news .newsImg .slides li {
    width: 100%;
    height: 407px;
    overflow: hidden;
}

.news .newsImg .slides li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


/* .news .newsImg .slides li.news01 a {
    background: url(/static/images/news_img01.png);
}

.news .newsImg .slides li.news02 a {
    background: url(/static/images/news_img02.png);
} */

.news .newsList {
    width: 500px;
    float: right;
}

.news .newsList p {
    margin-bottom: 23.5px;
}

.news .newsList p i {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    line-height:18px;
    text-align: center;
    border-radius: 4px;
    background: #FF8751;
    color: #fff;
}

.news .newsList p a {
    display: block;
    width: 380px;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    margin-left:8px;
    margin-right: 20px;
}

.news .newsList p a:hover {
    text-decoration: underline;
}

.news .newsList p span{
    font-size:13px;
    color: #999;
}


/* 课程推荐 */

.course-title .sumTit {
    display: inline-block;
}

.sumTit .slash {
    display: inline-block;
    margin-left: 10px;
}

.course-title span {
    width: 100px;
    text-align: center;
    margin-left: 5px!important;
}

.subtitle {
    /* display: inline-block; */
    /* margin-left: 20px; */
    /* border: 1px solid #000; */
    /* border-radius: 10px; */
    /* padding: 4px 14px; */
    font-size: 20px;
    font-weight: bold;
}

.subtitleBtn {
    display: inline-block;
    margin-left: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 4px 14px;
}

.course {
    width: 1152px;
    height: 600px;
    padding: 0 24px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 30px auto 0;
    box-shadow: 0 0 10px #e6e6e6;
}

.course .courseTab {
    margin-left: 266px;
    padding-left: 15px;
}

.course .courseTab p {
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    padding: 0 25px;
    margin: 0 15px;
    display: inline-block;
    cursor: pointer;
}

.course .courseTab p.active {
    background: #A646CC;
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.course .courseCon {
    position: relative;
    top: -50px;
}

.course .banxing .bxCon {
    /* display: none; */
}

.course .banxing .bxCon .leftBtn {
    width: 266px;
    height: 498px;
    float: left;
    border-radius: 30px 0 0 30px;
    position: relative;
}

.seal {
  /* width: 200px; */
  position: absolute;
  left: 0;
  top: 0;
}
.seal1014 {
  /* width: 200px; */
  position: absolute;
  left: 20px;
  top: 0;
}
.leftBtn {
    text-align: center;
}

.leftBtnTitle {
    position: absolute;
    top: 128px;
    width: 100%;
    /* left: 50%; */
    /* transform: translate(-50%); */
    font-size: 42px;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #fff;
    /* text-shadow: -1px -1px 0 #A646CC, 1px -1px 0 #A646CC, -1px 1px 0 #A646CC, 1px 1px 0 #A646CC, 0px 2px 2px rgba(0, 0, 0, 0.6); */
}

.leftBtnTitleBr {
    top: 180px;
}

.leftBtnTitleBrA {
    /* top: 70px; */
}

.leftBtnTitleBrB {
    margin-top: 80px;
}

.leftBtnTitleBrC {
    /* top: 190px; */
}


.course .banxing .bxCon .c6 {
  /* background: url(/static/images/bxBanner.jpg); */
  background: url(/static/images/bxBanner02.jpg);
}

.course .banxing .bxCon .c6 p{
  color:#fff;
}
.course .banxing .bxCon .c6 a {
  color: #af19bd;
  /* background:#fdf3df radial-gradient(#fecb97,#feead1)!important; */
}
.course .banxing .bxCon .c8 {
  /* background: url(/static/images/bxBanner.jpg); */
  background: url(/static/images/bxBanner04.jpg);
}
.course .banxing .bxCon .c33 {
    background: url(/static/images/green01.png) no-repeat;
    background-size: cover;
  }

.course .banxing .bxCon .c8 p{
  color:#fff;
  
}
.course .banxing .bxCon .c8 a {
  color: #f42e0a
}
.course .banxing .bxCon .c9 {
  /* background: url(/static/images/bxBanner.jpg); */
  background: url(/static/images/bxBanner03.jpg);
}

.course .banxing .bxCon .c9 p{
  color:#fff;
  
}
.course .banxing .bxCon .c9 a {
  color: #1e91ee
}
.course .banxing .bxCon .c10 {
  /* background: url(/static/images/bxBanner.jpg); */
  background: url(/static/images/bxBanner05.jpg);
}

.course .banxing .bxCon .c10 p{
  color:#fff;
  
}
.course .banxing .bxCon .c10 a {
  color: #12b393
}

.course .banxing .bxCon .c1 {
    background: url(/static/images/kaoyan01.png);
}

.course .banxing .bxCon .c1 p{
  color:#fff;
  
}
.course .banxing .bxCon .c1 a {
    color: #6b3398
}

.course .banxing .bxCon .c2 {
    background: url(/static/images/kaoyan02.png);
}

.course .banxing .bxCon .c2 p{
  color:#fff;
  
}
.course .banxing .bxCon .c2 a {
    color: #cd2750;
}

.course .banxing .bxCon .c3 {
    background: url(/static/images/kaoyan03.png);
}

.course .banxing .bxCon .c3 p{
  color:#fff;
  
}
.course .banxing .bxCon .c3 a {
    color: #0db082;
}

.course .banxing .bxCon .c4 {
    background: url(/static/images/kaoyan04.png);
}

.course .banxing .bxCon .c4 p{
  color:#fff;
  
}
.course .banxing .bxCon .c4 a {
    color: #009add;
}

.course .banxing .bxCon .c5 {
	/* clx++ */
    background: url(/static/images/kaoyan05.png);
}

.course .banxing .bxCon .c5 p{
	/* clx++ */
  color:#fff;
  
}
.course .banxing .bxCon .c5 a {
	 /* clx++ */
    color: #bb77bb;
}

.course .banxing .bxCon .leftBtn a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
    background: #fff;
    margin: 0 auto;
}

.course .banxing .bxCon .leftBtn a:first-child {
    margin: 320px auto 25px;
}

.course .banxing .bxCon .leftBtn a:hover {
    /* opacity: 0.8; */
    background: #A646CC;
    color: #fff;
}

.course .banxing .bxCon .rightCon {
    width: 846px;
    height: 479px;
    background: #F5F6F7;
    padding: 20px 20px 0;
    float: left;
    border-radius: 0 20px 20px 0;
}

.course .banxing .bxCon .rightCon li {
    width: 196px;
    /* height: 400px; */
    float: left;
    margin-right: 20px;
}
/* .course .banxing .bxCon .rightCon li div{
 padding-bottom: 20px;
} */
.course .banxing .bxCon .rightCon li h5 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 62px;
    padding-left: 20px;
}

.course .banxing .bxCon .rightCon li:nth-child(1) {
    background: url(/static/images/classes.png);
    background-size: 100% 100%;
}

.course .banxing .bxCon .rightCon li:nth-child(2) {
    background: url(/static/images/datum.png);
    background-size: 100% 100%;
}

.course .banxing .bxCon .rightCon li:nth-child(3) {
    background: url(/static/images/serve.png);
    background-size: 100% 100%;
}

.course .banxing .bxCon .rightCon li:nth-child(4) {
    background: url(/static/images/bright.png);
    background-size: 100% 100%;
    margin: 0;
}

.course .banxing .bxCon .rightConCopy li:nth-child(1) {
    background: url(/static/images/green02.png);
    background-size: 100% 100%;
}
.course .banxing .bxCon .rightConCopy li:nth-child(2) {
    background: url(/static/images/green02.png);
    background-size: 100% 100%;
}
.course .banxing .bxCon .rightConCopy li:nth-child(3) {
    background: url(/static/images/green02.png);
    background-size: 100% 100%;
}
.course .banxing .bxCon .rightConCopy li:nth-child(4) {
    background: url(/static/images/green02.png);
    background-size: 100% 100%;
}
.rightConXy li{
  background: linear-gradient(to bottom,#f00603,#ffa420)!important;
}
.rightConBy li {
  /* 9409e8-f09084 */
  background: linear-gradient(to bottom,#9409e8,#f09084)!important;

}
.rightConGx li {
  /* 176eeb-6cdff2 */
  background: linear-gradient(to bottom,#176eeb,#6cdff2)!important;
}
.rightConZgt li {
  /* 176eeb-6cdff2 */
  /* 13a984-a1eacd */
  background: linear-gradient(to bottom,#13a984,#a1eacd)!important;
}

.course .courseTab p.active1 {
  background: linear-gradient(to right,#f00603,#ffa420)!important;
  color: #fff;
  border-radius: 12px 12px 0 0;
}
.course .courseTab p.active2{
  background: linear-gradient(to right,#9409e8,#f09084)!important;
  color: #fff;
  border-radius: 12px 12px 0 0;
}
.course .courseTab p.active3 {
  background: linear-gradient(to right,#176eeb,#6cdff2)!important;
  color: #fff;
  border-radius: 12px 12px 0 0;
}
.course .courseTab p.active4 {
  background: linear-gradient(to right,#13a984,#a1eacd)!important;
  color: #fff;
  border-radius: 12px 12px 0 0;
}

/* .rightConXy .rightConXyWhite p i{ */

.rightConXyWhite p i{
  border: 2px solid #000!important;
  border-radius: 50%!important;
  height: 10px!important;
  width: 10px!important;
  /* background: linear-gradient(to bottom,#f00603,#ffa420)!important; */
}
/* .rightConBy .rightConXyWhite p i{
  background: linear-gradient(to bottom,#9409e8,#f09084)!important;
}
.rightConGx .rightConXyWhite p i{
  background: linear-gradient(to bottom,#176eeb,#6cdff2)!important;
}
.rightConZgt .rightConXyWhite p i{
  background: linear-gradient(to bottom,#13a984,#a1eacd)!important;
} */

.rightConXyWhite{
  position: relative;
}
.rightConXyWhite::-webkit-scrollbar { width: 0 !important }
.rightConXyWhite h3{
  position: sticky;
  bottom: -41px;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  background-image: -webkit-linear-gradient(
    90deg,#fff,hsla(0,0%,100%,1),hsla(0,0%,100%,1),hsla(0,0%,100%,0))!important;
}
.rightConXy .rightConXyWhite::-webkit-scrollbar-track{
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 10px;
  background: linear-gradient(to right,#f00603,#ffa420)!important;
}
.rightConBy .rightConXyWhite::-webkit-scrollbar-track{
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 10px;
  background: linear-gradient(to right,#9409e8,#f09084)!important;
}
.rightConGx .rightConXyWhite::-webkit-scrollbar-track{
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 10px;
  background: linear-gradient(to right,#176eeb,#6cdff2)!important;
}
.rightConZgt .rightConXyWhite::-webkit-scrollbar-track{
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 10px;
  background: linear-gradient(to right,#13a984,#a1eacd)!important;
}


/* 考研课程 */
.rightConFL li{
  background: linear-gradient(to bottom,#6d349b,#8d7ab1)!important;
}
.rightConGL li {
  /* 9409e8-f09084 */
  background: linear-gradient(to bottom,#d12851,#cc8d97)!important;

}
.rightConHL li {
  /* 176eeb-6cdff2 */
  background: linear-gradient(to bottom,#0eb586,#84d8bb)!important;
}
.rightConJY li {
  /* 176eeb-6cdff2 */
  /* 13a984-a1eacd */
  background: linear-gradient(to bottom,#009ce1,#65c5de)!important;
}

.rightConXL li {
  /* clx++ */
  /* 13a984-a1eacd */
  background: linear-gradient(to bottom,#bb72bb,#c098c4)!important;
}

.course .courseTab p.active11 {
  background: linear-gradient(to right,#6d349b,#8d7ab1)!important;
  color: #fff;
  border-radius: 12px 12px 0 0;
}
.course .courseTab p.active12{
  background: linear-gradient(to right,#d12851,#cc8d97)!important;
  color: #fff;
  border-radius: 12px 12px 0 0;
}
.course .courseTab p.active13 {
  background: linear-gradient(to right,#0eb586,#84d8bb)!important;
  color: #fff;
  border-radius: 12px 12px 0 0;
}
.course .courseTab p.active14 {
  background: linear-gradient(to right,#009ce1,#65c5de)!important;
  color: #fff;
  border-radius: 12px 12px 0 0;
}
.course .courseTab p.active15 {
  background: linear-gradient(to right,#bb72bb,#c098c4)!important;
  color: #fff;
  border-radius: 12px 12px 0 0;
}

.rightConFL .rightConXyWhite::-webkit-scrollbar-track{
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 10px;
  background: linear-gradient(to right,#6d349b,#8d7ab1)!important;
}
.rightConGL .rightConXyWhite::-webkit-scrollbar-track{
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 10px;
  background: linear-gradient(to right,#d12851,#cc8d97)!important;
}
.rightConHL .rightConXyWhite::-webkit-scrollbar-track{
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 10px;
  background: linear-gradient(to right,#0eb586,#84d8bb)!important;
}
.rightConJY .rightConXyWhite::-webkit-scrollbar-track{
  /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
  border-radius: 10px;
  background: linear-gradient(to right,#009ce1,#65c5de)!important;
}
.rightConXL .rightConXyWhite::-webkit-scrollbar-track{
  /* clx++ */
  border-radius: 10px;
  background: linear-gradient(to right,#bb72bb,#c098c4)!important;
}




.rightConXy li{
  border-radius: 15px;
}

.rightConXy .rightConXyWhite{
  background: #fff;
  padding: 20px 0;
  margin-right: 5px;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
}
.course .banxing .bxCon .rightConXyWhite  p{
  color: #000!important;
}
.course .banxing .bxCon .rightConXyWhite p span{
  color: #000!important;
  font-weight: bold;
}
.textBlock {
	background: #f5f6f7;
	height: auto!important;
	padding-bottom: 0px!important;
	border-radius: 10px;
	margin:0 10px!important;
	padding: 5px!important;
}

.course .banxing .bxCon .rightConCopy .rightConXyWhite p span{
    color: #008360!important;
    font-size: 14px!important;
    font-weight: 400;
  }

.course .banxing .bxCon .rightCon li div {
    padding: 20px;
    height: 288px;
    overflow-y: auto;
    padding-bottom: 40px;
}
.jiangzhang {
    width: 20px;
    height: 20px;
}
.jiangText span{
    color: #008360!important;
    font-size: 14px!important;
}
.jiangText{
    display: flex;
    align-items: center;
}
.course .banxing .bxCon .rightConCopy li div {
    padding: 10px;
    height: 350px;
    overflow: hidden;
    padding-bottom: 40px;
}
.course .banxing .bxCon .rightConCopy li div span {
    display: inline-block;
    font-size: 16px!important;
    line-height: 10px;
    margin: 6px 0;
}
.course .banxing .bxCon .rightCon li div p {
    line-height: 25px;
    margin: 6px 0;
}

.course .banxing .bxCon .rightCon li div p i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #A646CC;
    border-radius: 50px;
    margin-right: 8px;
}

.course .banxing .bxCon .rightCon li div p span {
    font-size: 16px;
    color: #A646CC;
}

.course .banxing .bxCon .price {
    margin-top: 30px;
}

.course .banxing .bxCon .price .price-item {
    display: inline-block;
    margin-right: 20px;
}

.course .banxing .bxCon .price .price-item p {
    font-size: 20px;
    line-height: 30px;
    float: left;
}

.course .banxing .bxCon .price .price-item p span {
    color: #F36262;
    font-size: 24px;
}

.course .banxing .bxCon .price .price-item a {
    display: inline-block;
    margin-left: 20px;
    border-radius: 4px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: #F36262;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.course .banxing .bxCon .price .price-item a:hover {
    background: #f43f3f;
}

.rightCon li div::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}

.rightCon li div::-webkit-scrollbar-track {
    background-color: rgb(255 255 255 / 0.5);
    border-radius: 3px;
}

.rightCon li div::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgb(255 255 255 / 0.6);
}

.rightCon li div::-webkit-scrollbar-button {
    background-color: none;
}


/* 名师风采 */

.teachers-actived {
    display: inline-block;
    background: #A646CC;
    color: #fff;
    cursor: pointer;
    border: 1px solid #A646CC;
}

.teachers {
    width: 1152px;
    padding: 0 24px;
    background: #fff;
    border-radius: 4px;
    margin: 30px auto 0;
    box-shadow: 0 0 10px #e6e6e6;
}

.teachers li {
    width: 266px;
    float: left;
    margin-right: 29px;
    margin-bottom: 30px;
    cursor: pointer;
}

.teachers li:nth-child(4) {
    margin-right: 0px;
}

.teachers li:nth-child(8) {
    margin-right: 0px;
}

.teachers li div.teacherIntr {
    position: relative;
    height: 240px
}

.teachers li div.teacherIntr p {
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 0.5);
    padding: 30px;
    width: 206px;
    height: 180px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    border-radius: 28px 2px 0 0;
    display: none;
}

.teachers li div.teacherName {
    width: 236px;
    height: 85px;
    background: url(/static/images/teacher_bg01.png);
    padding-left: 30px;
    padding-top: 13px;
}

.teachers li div.teacherName p {
    padding-top: 10px;
}

.teachers li div.teacherName p i {
    display: inline-block;
    width: 5px;
    height: 18px;
    background: url(/static/images/teacher_icon02.png);
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.teachers li div.teacherName p b {
    font-size: 18px;
    font-weight: bold;
}

.teachers li:hover {
    color: #fff;
}

.teachers li:hover .teacherIntr p {
    display: block;
}

.teachers li:hover .teacherName {
    background: url(/static/images/teacher_bg02.png);
}

.teachers li:hover .teacherName p i {
    background: url(/static/images/teacher_icon01.png);
}


/*右侧咨询*/

.right_tanc {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 20;
}

.right_tanc div {
    width: 68px;
    height: 62px;
    padding-top: 14px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    color: #666;
    position: relative;
}

.right_tanc div i {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 4px;
}

.right_tanc div.consult {
    border-radius: 4px 4px 0 0;
}

.right_tanc div.wx {
    border-radius: 0 0 4px 4px;
}

.right_tanc div.consult i {
    background: url(/static/images/right_consult.png)no-repeat center center;
}

.right_tanc div.feedback i {
    background: url(/static/images/right_feedback.png)no-repeat center center;
}

.right_tanc div.app i {
    background: url(/static/images/right_app.png)no-repeat center center;
}

.right_tanc div.wx i {
    background: url(/static/images/right_wx.png)no-repeat center center;
}

.right_tanc div.topa i {
    background: url(/static/images/right_up.png)no-repeat center center;
}

.right_tanc div .borc {
    width: 48px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}


/*右侧咨询 电话客服*/

.right_tanc div.consult .telPhoneC {
    display: none;
    position: absolute;
    right: 68px;
    top: 0;
    width: 170px;
}

.right_tanc div.consult dl {
    width: 130px;
    padding: 5px 20px;
    text-align: left;
    background: #fff;
    border-radius: 5px;
}

.right_tanc div.consult dl dt {
    color: #666;
    padding-bottom: 10px;
}

.right_tanc div.consult dl dd {
    font-size: 18px;
    font-weight: bold;
    color: #f13232;
}

.right_tanc div.consult:hover .telPhoneC {
    display: block;
}


/*右侧咨询 APP下载&&关注微信*/

.right_tanc div.we .weC {
    display: none;
    position: absolute;
    right: 68px;
    top: 0;
    width: 120px;
    height: 120px;
    padding-top: 0;
}

.right_tanc div.we p {
    border: 1px solid #eee;
    background: #fff;
    padding: 10px;
}

.right_tanc div.we p img {
    vertical-align: top;
    width: 100px;
    height: 100px;
}

.right_tanc div.app:hover .appCon {
    display: block;
}

.right_tanc div.wx:hover .wxCon {
    display: block;
}

.right_tanc .topa {
    margin-top: 10px;
    border-radius: 4px;
    padding-top: 18px;
    height: 44px;
}

.right_tanc div:hover {
    text-decoration: underline;
}


/*脉冲效果*/

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.1)
    }
    100% {
        -moz-transform: scale(1)
    }
}

.footer {
    margin-top: 30px;
    background: #272C32;
    padding-top: 40px;
    text-align: center;
}

.footer .leftAbout {
    display: inline-block;
}

.footer .leftAbout dl {
    margin-right: 70px;
    display: inline-block;
}

.footer .leftAbout dl dt {
    font-size: 14px;
    line-height: 14px;
    color: #D9D9D9;
    font-weight: bold;
}

.footer .leftAbout dl dd a {
    font-size: 12px;
    line-height: 12px;
    color: #D9D9D9;
    margin-top: 20px;
    display: inline-block;
}

.footer .leftAbout dl dd a:hover {
    text-decoration: underline;
}

.footer .jxWeChat {
    display: inline-block;
    margin-left: 60px;
}

.footer .jxWeChat b {
    display: block;
    color: #fff;
    font-size: 12px;
    padding-bottom: 10px;
}

.footer .jxWeChat img {
    width: 100px;
    height: 100px;
}

.footer .copyright {
    width: 1200px;
    padding: 40px 0;
    margin: 40px auto 0;
    text-align: center;
    line-height: 20px;
    color: #D9D9D9;
    border-top: 1px solid #666;
}

.footer .copyright a {
    color: #D9D9D9;
}

.footer .copyright a:hover {
    text-decoration: underline;
}

.footer .copyright a.icp {
    display: block;
    margin-top: 10px;
}


/* 校区分布 */

.school {
    width: 1152px;
    padding: 0 24px 30px;
    background: #fff;
    border-radius: 4px;
    margin: 30px auto;
    box-shadow: 0 0 10px #e6e6e6;
}

.school .schoolImg {
    width: 800px;
    height: 407px;
    background: url(../images/map.png);
    position: relative;
    float: left;
}

.school .schoolImg i {
    display: block;
    width: 40px;
    height: 48px;
    background: url(../images/map_adr.png);
    position: absolute;
}

.school .schoolImg i.bj {
    left: 374px;
    top: 15px;
    -webkit-animation: pulse 2s .3s infinite both;
}

.school .schoolImg i.tj {
    left: 412px;
    top: 74px;
    -webkit-animation: pulse 3s .3s infinite both;
}

.school .schoolImg i.zz {
    left: 243px;
    bottom: 38px;
    -webkit-animation: pulse 4s .4s infinite both;
}

.school .message {
    float: left;
    margin-left: 30px;
    width: 320px;
}

.school .message p {
    font-size: 16px;
    padding-top: 20px;
    line-height: 30px;
}

.school .message p i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.school .message p.site i {
    background: url(/static/images/school_site.png)no-repeat center center;
}

.school .message p.url i {
    background: url(/static/images/school_url.png)no-repeat center center;
}

.school .message p.hotline i {
    background: url(/static/images/school_tel.png)no-repeat center center;
}

.school .message ul {
    margin-top: 60px;
}

.school .message ul li {
    width: 120px;
    margin-right: 40px;
    float: left;
    text-align: center;
}

.school .message ul li img {
    width: 120px;
    height: 120px;
}

.school .message ul li span {
    display: block;
    margin-top: 10px;
}

.school .message ul li:last-child {
    margin: 0;
}

.englishPay{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
}
.englishPay a {
	display: inline-block;
	width: 140px;
	font-size: 26px;
	text-align: center;
	border-radius: 7px;
	height: 42px;
	line-height: 42px;
	background: #ff4b4b;
	color: #Fff;
}