.Wrap1200 {
    width: 1200px;
    margin: 0 auto;
}

.Wrap1210 {
    width: 1210px;
    margin: 0 auto;
}


/* logo */

.top_bar {
    width: 100%;
    height: 80px;
    background: #fff;
}

.top_bar .logo {
    width: 475px;
    height: 46px;
    margin-top: 16px;
}

.top_bar .iphone {
    width: 297px;
    height: 37px;
    margin-top: 23px;
}


/* banner */

.banner {
    background: url(index/banner.jpg) center no-repeat;
    background-size: cover;
    /*width: 1920px;*/
    height: 650px;
    position: relative;
    padding-top: 45px;
    box-sizing: border-box;
}

.banner .free_btn img {
    width: 249px;
    height: 76px;
    position: absolute;
    bottom: 74px;
    margin-left: 100px;
    cursor: pointer;
}


/* 导航 */

.menu .nav {
    width: 1200px;
    height: 80px;
    background: #fff;
    border-radius: 10px;
    line-height: 80px;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, .2);
    position: relative;
    margin-top: -20px;
}

.menu .nav li {
    background-size: 1px 45px;
    float: left;
    font-size: 24px;
    /* padding: 0 24px;
box-sizing: border-box; */
    width: 161px;
    text-align: center;
    position: relative;
}

.menu .nav li em {
    width: 1px;
    height: 45px;
    background: #bfbfbf;
    display: inline-block;
    right: 0;
    position: absolute;
    top: 17px;
}

.menu .nav a {
    color: #333;
    text-decoration: none;
}

.menu .cur a {
    color: #fff;
}

.menu .cur {
    background: #0463fd;
    font-weight: 700;
    color: #fff;
    width: 161px;
}

.menu .nav .cur:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.menu .nav .cur:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menu.fixed {
    width: 1200px !important;
    position: fixed;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}


/* 杰出品牌 */

#Pinpai {
    background: url(index/bg1.jpg) center no-repeat;
    background-size: 100% 2734px;
    height: 2734px;
    width: 100%;
    margin-top: -80px;
    padding-top: 130px;
    box-sizing: border-box;
}

#Pinpai .jiechu {
    background: url(index/jc_bg.png) no-repeat;
    height: 606px;
    padding: 178px 34px 33px;
    box-sizing: border-box;
}


/* swiper3 */

.swiper-container3 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

#Pinpai .swiper-container3 {
    height: 360px;
    overflow: hidden;
}

#Pinpai .swiper-container3 .swiper-slide {
    font-size: 26px;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
}

#Pinpai .swiper-container3 .swiper-slide .yellow {
    background: url(index/yellow_bg.png) no-repeat;
    background-size: 557px 120px;
    width: 557px;
    height: 120px;
    padding-top: 20px;
    box-sizing: border-box;
    margin-right: 20px;
    padding-left: 34px;
    box-sizing: border-box;
}

#Pinpai .swiper-container3 .swiper-slide {
    height: 120px;
}

#Pinpai .swiper-container3 .swiper-slide .red {
    background: url(index/red_bg.png) no-repeat;
    background-size: 557px 120px;
    width: 557px;
    height: 120px;
    padding-top: 20px;
    box-sizing: border-box;
    margin-right: 20px;
    padding-left: 34px;
    box-sizing: border-box;
}

#Pinpai .swiper-container3 .swiper-slide .pup {
    background: url(index/pup_bg.png) no-repeat;
    background-size: 557px 120px;
    width: 557px;
    height: 120px;
    padding-top: 20px;
    box-sizing: border-box;
    margin-right: 20px;
    padding-left: 34px;
    box-sizing: border-box;
}

.myscroll {
    height: 381px;
    overflow: hidden;
}


/* 0元购 */

.Zero {
    background: url(index/zero.png) center no-repeat;
    height: 956px;
    margin-top: 50px !important;
    position: relative;
}

.Zero .input {
    position: absolute;
    bottom: 102px;
    left: 107px;
}

.Zero .input .name {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #1974f7;
    font-size: 18px;
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 50px;
    width: 180px;
    background: #fff;
    color: #333;
    margin-right: 48px;
    display: inline-block;
    padding-right: 15px;
}


/* .Zero .input .name input {
    width: 109px;
    background: none;
    border: none;
    font-size: 18px;
    height: 50px;
    line-height: 40px;
    margin-top: -1px;
} */

.Zero .input .button {
    width: 136px;
    height: 50px;
    background: #ecb804;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 18px;
    color: #993300;
    line-height: 48px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 15px;
}

.Zero .input .dis {
    width: 136px!important;
    height: 48px;
    background: #ccc!important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 18px;
    color: #333;
    line-height: 48px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 15px;
}

.Zero .input .lingqu {
    background: url(index/click.png) center no-repeat;
    background-size: 220px 64px;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    line-height: 58px;
    text-align: center;
    display: inline-block;
    width: 220px;
    height: 64px;
    margin-top: -10px;
    text-decoration: none;
    margin-left: 15px;
}


/* 考研竞争形势分析 */

.jingzheng {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 13px 2px rgba(102, 102, 102, .3);
    padding: 67px 30px 150px;
    box-sizing: border-box;
    margin-top: 67px !important;
}

.jingzheng .fenxi {
    width: 265px;
    height: 280px;
    border: 1px solid #005efc;
    border-radius: 10px;
    background: #fff url(index/pic_bg1.png) right bottom no-repeat;
    background-size: 313px 93px;
    float: left;
    font-size: 18px;
    color: #333;
    margin-right: 24px;
    margin-bottom: 30px;
    line-height: 28px;
}

.jingzheng .fenxi:last-child {
    margin-right: 0;
}

.jingzheng .blue_title {
    background: #005efc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 30px;
    color: #fff;
    line-height: 66px;
    height: 66px;
    text-align: center;
    padding: 0 31px;
    box-sizing: border-box;
}

.jingzheng .blue_title img {
    vertical-align: middle;
    margin-right: 13px;
}

.Mart23 {
    margin: 23px 24px;
}

.jingzheng .Btn {
    margin: 0 52px;
}

.jingzheng .Btn li {
    float: left;
    background: linear-gradient(to top, #ff7200, #ff3c00);
    background: -o-linear-gradient(to top, #ff7200, #ff3c00);
    background: -mz-linear-gradient(to top, #ff7200, #ff3c00);
    background: -webkit-linear-gradient(to top, #ff7200, #ff3c00);
    border-radius: 8px;
    font-size: 20px;
    font-weight: 800;
    width: 222px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-right: 49px;
    margin-bottom: 20px;
}

.jingzheng .Btn li a {
    color: #fff;
    text-decoration: none;
}


/* 考研必须避开这些坑 */

.Turn {
    background: url(index/bg2.jpg) center no-repeat;
    height: 733px;
    padding-top: 67px;
    box-sizing: border-box;
}

.Turn em {
    font-size: 36px;
    color: #fff;
    text-align: center;
    background: url(index/f_tit.png) top 24px center no-repeat;
    background-size: 630px 5px;
    width: 630px;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
}

.Turn .white_bg {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 8px rgba(102, 102, 102, .3);
    width: 1200px;
    padding: 54px 30px;
    box-sizing: border-box;
    margin-top: 40px;
    height: 396px;
}

.Turn .white_bg dl {
    width: 216px;
    height: 221px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-right: 14px;
    float: left;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 40px 25px 20px;
    box-sizing: border-box;
    background: #fff;
}

.Turn .white_bg dl dd {
    margin-bottom: 27px;
}

.Turn .white_bg .turn_btn {
    background: url(index/turn_btn.png) no-repeat;
    background-size: 218px 47px;
    width: 218px;
    height: 47px;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    line-height: 47px;
    display: inline-block;
    /* position: absolute;
top: 240px;
left: -1px; */
    margin-top: 19px;
    text-decoration: none;
}


/* 决胜考研 */

.Scee {
    background: url(index/bg3.jpg) center no-repeat;
    height: 2727px;
    padding-top: 72px;
    box-sizing: border-box;
}

.Scee em {
    font-size: 36px;
    color: #333;
    text-align: center;
    background: url(index/back_tit.png) top 24px center no-repeat;
    background-size: 805px 5px;
    width: 805px;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
}

.Scee .Scee_bg {
    border-radius: 10px;
    background: linear-gradient(to top, #fff, #fef1ea);
    background: -o-linear-gradient(to top, #fff, #fef1ea);
    background: -mz-linear-gradient(to top, #fff, #fef1ea);
    background: -webkit-linear-gradient(to top, #fff, #fef1ea);
    width: 1200px;
    padding: 43px 31px;
    box-sizing: border-box;
    margin-top: 50px;
    height: 1673px;
    box-shadow: 0px 2px 5px rgba(102, 102, 102, .3);
}

.Scee .Scee_bg .f24 {
    font-size: 24px;
    color: 333;
    text-indent: 24px;
    line-height: 38px;
    margin-bottom: 28px;
}

.Scee .Scee_bg .study {
    width: 439px;
    height: 64px;
    background: url(index/study_btn.png) center no-repeat;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    line-height: 58px;
    display: inline-block;
    margin-top: 55px;
    text-decoration: none;
    margin-bottom: 47px;
}

.Scee .Scee_bg ul {
    margin-top: 30px;
}

.Scee .Scee_bg ul li img {
    width: 367px;
    height: 245px;
}

.Scee .Scee_bg ul li {
    float: left;
    margin-right: 18px;
    margin-bottom: 20px;
}


/* 开课类型 */

.Scee .Class {
    background: url(index/ka_bg.png) center no-repeat;
    height: 683px;
    padding: 133px 40px;
    box-sizing: border-box;
    margin-top: 50px;
}

.Scee .Class ul {
    margin-top: 22px;
}

.Scee .Class ul li {
    margin-bottom: 30px;
}

.Scee .Class ul li a {
    color: #666;
    text-decoration: none;
}

.Scee .Class ul .one {
    float: left;
    background: url(index/de1.png) center no-repeat;
    width: 224px;
    height: 133px;
    position: relative;
    padding: 64px 7px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    color: #666;
    font-weight: 800;
}

.Scee .Class ul .one img {
    position: absolute;
    top: -21px;
    left: 92px;
}


/* 滑过 */

.Scee .Class ul .cur_icon {
    background: url(index/hover.png) center no-repeat;
    width: 224px;
    height: 133px;
    position: relative;
    padding: 64px 7px;
    box-sizing: border-box;
    color: #fff;
}

.Scee .Class ul .cur_icon a {
    color: #fff;
}

.Scee .Class ul .cur_icon2 a {
    color: #fff;
}

.Scee .Class ul .cur_icon3 a {
    color: #fff;
}

.Scee .Class ul .cur_icon4 a {
    color: #fff;
}

.Scee .Class ul .cur_icon5 a {
    color: #fff;
}


/* 绿色背景 */

.Scee .Class ul .two {
    float: left;
    background: url(index/de2.png) center no-repeat;
    width: 224px;
    height: 133px;
    position: relative;
    padding: 64px 7px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    color: #666;
    font-weight: 800;
}

.Scee .Class ul .two img {
    position: absolute;
    top: -21px;
    left: 92px;
}

.Scee .Class ul .cur_icon2 {
    background: url(index/hover2.png) center no-repeat;
    width: 224px;
    height: 133px;
    position: relative;
    padding: 64px 7px;
    box-sizing: border-box;
    color: #fff;
}


/* 不考数学 */

.Scee .Class ul .three {
    float: left;
    background: url(index/de3.png) center no-repeat;
    width: 224px;
    height: 133px;
    position: relative;
    padding: 64px 7px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    color: #666;
    font-weight: 800;
}

.Scee .Class ul .three img {
    position: absolute;
    top: -21px;
    left: 92px;
}

.Scee .Class ul .cur_icon3 {
    background: url(index/hover3.png) center no-repeat;
    width: 224px;
    height: 133px;
    position: relative;
    padding: 64px 7px;
    box-sizing: border-box;
    color: #fff;
}


/* 199 */

.Scee .Class ul .four {
    float: left;
    background: url(index/de4.png) center no-repeat;
    width: 224px;
    height: 133px;
    position: relative;
    padding: 64px 7px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    color: #666;
    font-weight: 800;
}

.Scee .Class ul .four img {
    position: absolute;
    top: -21px;
    left: 92px;
}

.Scee .Class ul .cur_icon4 {
    background: url(index/hover4.png) center no-repeat;
    width: 224px;
    height: 133px;
    position: relative;
    padding: 64px 7px;
    box-sizing: border-box;
    color: #fff;
}


/* 396 */

.Scee .Class ul .five {
    float: left;
    background: url(index/de5.png) center no-repeat;
    width: 224px;
    height: 133px;
    position: relative;
    padding: 64px 7px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    color: #666;
    font-weight: 800;
}

.Scee .Class ul .five img {
    position: absolute;
    top: -21px;
    left: 92px;
}

.Scee .Class ul .cur_icon5 {
    background: url(index/hover5.png) center no-repeat;
    width: 224px;
    height: 133px;
    position: relative;
    padding: 64px 7px;
    box-sizing: border-box;
    color: #fff;
}


/* 钻石卡 */

#ATST {
    background: url(index/bg4.jpg) top center no-repeat;
    /*height: 1891px;*/
    padding-top: 70px;
    box-sizing: border-box;
    padding-bottom: 35px;
}

#ATST .open {
    /* background: url(index/pic2.png) center no-repeat;
height: 96px; */
    margin-top: 21px;
}

#ATST .open .put {
    background: #fff;
    padding: 31px 69px 10px;
    box-sizing: border-box;
    height: 140px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#ATST .open .put ul li {
    /* float: left; */
    font-size: 20px;
    color: #333;
    line-height: 36px;
}

#ATST .open .put ul li img {
    width: 15px;
    height: 13px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}


/* atsttab切换 */

#ATST .Tab_atst {
    background: url(index/tab_bg.png) top center no-repeat;
    /* height: 55px; */
    margin-top: 70px;
    position: relative;
}

#ATST .Tab_atst .BOX {
    background: url(index/main_bg.png) top 42px center no-repeat;
    height: 905px;
    padding: 100px 30px;
    box-sizing: border-box;
}

#ATST .Tab_atst .atst_nav {
    margin-top: -37px;
    position: absolute;
    top: 1px;
    left: 188px;
}

#ATST .Tab_atst .atst_nav li {
    float: left;
    background: url(index/tab_deafult.png) center no-repeat;
    background-size: 406px 73px;
    width: 406px;
    height: 73px;
    font-size: 36px;
    font-weight: 800;
    color: #1974f7;
    line-height: 73px;
    text-align: center;
    margin-right: 14px;
    cursor: pointer;
}

#ATST .Tab_atst .atst_nav .atst_cur {
    background: url(index/tab_hover.png) center no-repeat;
    background-size: 406px 87px;
    color: #fff;
    line-height: 68px;
    height: 87px;
}

#ATST .Tab_atst .BOX .main_box ul li {
    float: left;
    background: url(index/atstmain_bg.png) center no-repeat;
    width: 362px;
    height: 266px;
    background-size: 362px 266px;
    margin-right: 26px;
    margin-bottom: 101px;
}

#ATST .Tab_atst .BOX .main_box ul li .f32 {
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    margin-top: 13px;
    height: 85px;
}

#ATST .Tab_atst .BOX .main_box ul li .f24 {
    font-size: 24px;
    color: #dc5005;
    font-weight: 800;
    line-height: 36px;
}

#ATST .Tab_atst .BOX .main_box ul li .f24.c1 {
    color: #333;
}

#ATST .Tab_atst .BOX .main_box .atst_btn {
    background: url(index/atst_btn.png) center no-repeat;
    background-size: 218px 47px;
    width: 218px;
    height: 47px;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    display: inline-block;
    line-height: 45px;
    margin-top: 22px;
    text-decoration: none;
}

#ATST .Tab_atst .BOX .main_box .atst_bg1 {
    background: url(index/atstmain_bg1.png) center no-repeat;
    background-size: 400px 266px;
    width: 400px;
    height: 266px;
    margin-left: 131px;
    margin-right: 26px;
}

#ATST .Tab_atst .BOX .main_box .atst_bg2 {
    background: url(index/atstmain_bg2.png) center no-repeat;
    background-size: 440px 266px;
    width: 440px;
    height: 266px;
}

#ATST .Tab_atst .BOX .main_box .f20 {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

#ATST .Tab_atst .BOX .main_box .top1 {
    display: inline-block;
    top: 279px;
    right: 56px;
}


/* vip特训营 */

#VIP {
    background: url(index/bg5.jpg) top center no-repeat;
    /* height: 2201px; */
    padding-top: 80px;
    box-sizing: border-box;
    padding-bottom: 40px;
    background-size: 100% 100%;
}

#VIP .youshi {
    /* border-radius: 10px; */
    background: #fff url(index/tream.png) center no-repeat;
    padding: 31px 69px 10px;
    box-sizing: border-box;
    margin-top: 30px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 2px 15px 5px rgba(0, 0, 0, .1);
}

#VIP .youshi .put_two {
    height: 160px;
    overflow: hidden;
}

#VIP .youshi .put_two ul {
    margin-top: 49px;
}

#VIP .youshi .put_two ul li {
    font-size: 18px;
    color: #333;
    text-align: left;
    line-height: 36px;
}

#VIP .youshi .put_two ul li img {
    margin-right: 10px;
    vertical-align: middle;
    vertical-align: -3px;
}


/* 课表 */

#VIP .Kebiao {
    background: url(index/vip_main_bg.jpg) center no-repeat;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 21px 0px rgba(51, 51, 51, 0.1);
    height: 1434px;
    margin-top: 50px;
    padding: 30px;
    box-sizing: border-box;
}
#VIP .Kebiao ul li {
    /* background: url(index/kecheng_bg.png) no-repeat; */
    background-size: 360px 342px;
    width: 360px;
    padding: 0 20px;
    box-sizing: border-box;
    float: left;
    margin-right: 25px;
    margin-bottom: 62px;
}
#VIP .Kebiao ul li:nth-child(3n){margin-right: 0;}
#VIP .Kebiao ul li .kebiao_tit {
    font-size: 30px;
    color: #fff;
    line-height: 70px;
    font-weight: 800;
    height: 70px;
    background-image: linear-gradient( #0099ff,#39affe);
    border-radius: 10px 10px 0 0;
}
#VIP .Kebiao ul li .kebiao_con{height: 298px;position: relative; background: #fffbed;border:1px solid #7ecef4;border-radius: 0 0 10px 10px;margin-top: 2px;padding: 10px 10px 0;font-size: 19px;line-height: 36px;}
#VIP .Kebiao ul li.no2 .kebiao_con{padding-left: 45px;}
#VIP .Kebiao ul li.long .kebiao_con{height: 440px;padding-left: 20px;}
#VIP .Kebiao ul li.long .kebiao_con .f24 span{display: block;height: 72px;float: left;}
#VIP .Kebiao ul li.long.no5 .kebiao_con{padding-top: 140px;height: 310px;padding-left: 55px;}
#VIP .Kebiao ul li.short .kebiao_con{height: 200px;padding-top: 26px;text-align: center;}
#VIP .Kebiao ul li.short.no7{margin-left: 225px;}
#VIP .Kebiao ul li .f20 {
    font-size: 24px;
    color: #dc5005;
    font-weight: 800;
    margin-top: 10px;
    position: absolute;
    bottom: 33px;
    left: 50%;transform: translateX(-50%);
}
#VIP .Kebiao ul li .kebiao_btn{position: absolute;bottom: -23px;left: 50%;transform: translateX(-50%);} 
#VIP .swiper_bg {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
    height: 273px;
    padding: 30px 20px;
    box-sizing: border-box;
}

.swiper-container .swiper-wrapper {
    width: 1160px!important;
    margin: 0 20px!important;
}

.swiper-container .swiper-slide {
    width: 297px!important;
    height: 216px;
    margin-right: 13px!important;
}

.swiper-container .swiper-slide img {
    width: 297px;
    height: 216px;
}

.swiper-container .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(index/arrow_left.png) left no-repeat;
    background-size: 30px 60px;
    left: 10px;
    right: auto;
}

.swiper-container .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(index/arrow_right.png) left no-repeat;
    right: 10px;
    left: auto;
}


/* 金课 */

#Jinke {
    background: url(index/bg6.jpg) center no-repeat;
    height: 2357px;
    padding-top: 70px;
    box-sizing: border-box;
}

#Jinke .jk_bg {
    border-radius: 10px;
    background: #fff;
    height: 741px;
    width: 1200px;
    padding: 30px;
    box-sizing: border-box;
}

#Jinke .jk_bg .right_main {
    margin-bottom: 14px;
}

#Jinke .jk_bg .right_main .Wrap570 {
    width: 570px;
    background: #fbd4b4;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    font-weight: 800;
    color: #e95800;
    padding: 0 17px;
    box-sizing: border-box;
}

#Jinke .jk_bg .right_main .Wrap570 img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}

#Jinke .jk_bg .right_main .jk_open {
    border: 1px solid #cfa972;
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    width: 570px;
    font-size: 16px;
    color: #333;
}

#Jinke .jk_bg .right_main .jk_open strong {
    color: #e95800;
    font-style: normal;
}

#Jinke .jk_bg .more {
    bottom: 29px;
    margin-left: -100px;
    /* margin-left: 100px; */
}

#Jinke .jk_tab_bg {
    border-radius: 10px;
    background: #fff;
    padding: 16px 0;
    box-sizing: border-box;
    position: relative;
}

#Jinke .jk_tab_bg .top2 {
    position: absolute;
    top: 200px;
    right: 59px;
}


/* vip协议营 */

#vip {
    background: url(index/bg7.jpg) center no-repeat;
    height: 1631px;
    padding-top: 70px;
    box-sizing: border-box;
}

#vip .vip_bg {
    background: url(index/vip_img2.png) center no-repeat;
    height: 55px;
    padding: 0 176px;
    box-sizing: border-box;
}

#vip .vip_tab ul li:last-child {
    margin-right: 0;
}

#vip .vip_tab ul li {
    float: left;
    background: url(index/vip_deauflt.png) center no-repeat;
    background-size: 406px 73px;
    width: 406px;
    height: 73px;
    margin-right: 17px;
    font-size: 36px;
    color: #0066cc;
    line-height: 73px;
    margin-top: -40px;
    font-weight: 800;
    cursor: pointer;
}

#vip .vip_tab .vip_cur {
    background: url(index/vip_hover.png) center no-repeat;
    background-size: 406px 85px;
    width: 406px;
    color: #fff;
    height: 85px;
    line-height: 68px;
}

.vip_bg li:nth-child(2).vip_cur {
    background: url(index/vip_green.png) center no-repeat !important;
    background-size: 406px 85px !important;
}

#vip .BOX1 {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    height: 465px;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .1);
    position: relative;
}

#vip .BOX1 .vip_box ul li {
    float: left;
    font-size: 32px;
    width: 360px;
    margin-right: 17px;
}

#vip .BOX1 .vip_box ul li:last-child {
    margin-right: 0;
}

#vip .BOX1 .vip_box .vip_bule {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    background: linear-gradient(to top, #3ab0fe, #0099ff);
    background: -o-linear-gradient(to top, #3ab0fe, #0099ff);
    background: -mz-linear-gradient(to top, #3ab0fe, #0099ff);
    background: -webkit-linear-gradient(to top, #3ab0fe, #0099ff);
    height: 111px;
    padding-top: 13px;
    box-sizing: border-box;
    font-weight: 800;
}

#vip .BOX1 .vip_box .bule_border {
    width: 360px;
    height: 269px!important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #7ecef4;
    padding: 24px 46px 0;
    box-sizing: border-box;
    height: 171px;
    font-size: 20px;
    color: #333;
    margin-top: 5px;
    display: inline-block;
    line-height: 36px;
}

#vip .BOX1 .vip_box .f20 {
    font-size: 24px;
    color: #dc5005;
    font-weight: 800;
    margin-top: 15px;
    margin-left: 60px;
    margin-top: 20px;
    display: inline-block;
}

#vip .BOX1 .vip_box .vip_btn {
    background: url(index/atst_btn.png) center no-repeat;
    background-size: 248px 44px;
    width: 248px;
    height: 44px;
    margin-left: 60px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    font-weight: 800;
    position: absolute;
    bottom: 30px;
    cursor: pointer;
}


/* MBA */

#MBA {
    background: url(index/bg8.jpg) center no-repeat;
    height: 1374px;
    padding-top: 70px;
    box-sizing: border-box;
}

#MBA .mba_btn {
    position: absolute;
    bottom: 52px;
    left: 237px;
}

#MBA .mba_btn span {
    display: inline-block;
    background: url(index/turn_btn.png);
    background-size: 218px 47px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    line-height: 47px;
    width: 218px;
    height: 47px;
    color: #fff;
    margin-right: 40px;
    cursor: pointer;
}

#MBA .Mba_tab {
    background: url(index/mba_tab_bg.png) center no-repeat;
    background-size: 1181px 55px;
    width: 1181px;
    height: 55px;
    margin-top: 54px;
    padding-left: 135px;
    box-sizing: border-box;
    position: relative;
    margin-left: 10px;
}

#MBA .Mba_tab .three_tab {
    position: absolute;
    top: -40px;
}

#MBA .Mba_tab .three_tab li {
    float: left;
    font-size: 36px;
    color: #0066cc;
    line-height: 63px!important;
    height: 73px;
    background: url(index/mba_nav1.png) center no-repeat;
    background-size: 306px 73px;
    width: 306px;
    cursor: pointer;
}

#MBA .Mba_tab .three_tab li:nth-child(2) {
    background: url(index/mba_nav2.png) center no-repeat!important;
    background-size: 276px 73px!important;
    cursor: pointer;
}

#MBA .Mba_tab .three_tab li:nth-child(3) {
    background: url(index/mba_nav3.png) center no-repeat!important;
    background-size: 276px 73px!important;
    cursor: pointer;
}

#MBA .Mba_tab .three_tab .mba_cur {
    float: left;
    font-size: 36px;
    color: #fff;
    line-height: 68px;
    height: 73px;
    background: url(index/mba_hover1.png) center no-repeat;
    background-size: 306px 73px;
    width: 306px;
}

#MBA .Mba_tab .three_tab .mba_cur:nth-child(2) {
    background: url(index/mba_hover2.png) center no-repeat!important;
    background-size: 276px 73px!important;
}

#MBA .Mba_tab .three_tab .mba_cur:nth-child(3) {
    background: url(index/mba_hover3.png) center no-repeat!important;
    background-size: 276px 73px!important;
}

#MBA .BOX2 {
    border-radius: 10px;
    background: #fff;
    height: 423px;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .1);
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#MBA table {
    width: 1140px;
    margin-top: 2px;
}

#MBA table {
    border-collapse: collapse;
}

#MBA table,
td,
th {
    border: 1px solid #009fe8;
    font-size: 18px;
    color: #333;
}

#MBA table td,
th {
    padding: 10px 0;
    box-sizing: border-box;
}

#MBA table th {
    font-weight: normal;
}

#MBA table th img {
    cursor: pointer;
}

#MBA table td {
    background: #cbffff;
    font-weight: 800;
}

#MBA table .nub_red {
    color: #ff0000;
    font-weight: 800;
}


/* 一对一 */

#Onevsone {
    background: url(index/bg9.jpg) no-repeat;
    height: 1515px;
    padding-top: 70px;
    box-sizing: border-box;
}

#Onevsone .one_bg {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 36px;
    box-sizing: border-box;
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .1);
}

#Onevsone .one_btn span {
    background: url(index/one_btn.png) center no-repeat;
    background-size: 217px 63px;
    width: 217px;
    height: 63px;
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    margin-right: 120px;
    display: inline-block;
    margin-top: 40px;
}

#Onevsone .one_btn span:last-child {
    margin-right: 0;
}

#footer {
    width: 100%;
    height: 248px;
    background: #0099ff;
    font-size: 18px;
    color: #fff;
    padding-top: 42px;
    box-sizing: border-box;
    line-height: 36px;
}


/* 21-04-19修改 */

.fixedBottom {
    text-align: center;
    background: #ff6633;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 9;
}

.fixedBottom .img_bottom {
    position: absolute;
    top: -38px;
    left: 51px;
}


/* .fixedBottom .fix_input {
    margin-right: 50px;
    margin-top: 49px;
} */

.fixedBottom .fix_input input {
    width: 133px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding-left: 12px;
    font-size: 14px;
    box-sizing: border-box;
    /* margin-bottom: 20px; */
    /* margin-left: 324px; */
}

.fixedBottom .fix_btn {
    width: 168px;
    height: 47px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 47px;
    background: linear-gradient(top, #fef5c3, #fffe0e);
    background: -moz-linear-gradient(top, #fef5c3, #fffe0e);
    background: -webkit-linear-gradient(top, #fef5c3, #fffe0e);
    background: -o-linear-gradient(top, #fef5c3, #fffe0e);
    font-size: 24px;
    color: #9b3917;
    font-weight: 800;
    box-shadow: 0px 5px 3px rgba(55, 55, 55, .26);
    border: 1px solid #fff;
    right: 65px;
    top: 10px;
    position: absolute;
    text-decoration: none;
}

.fixedBottom .input {
    width: 96px!important;
    line-height: 40px!important;
    text-align: center;
    padding-left: 7px!important;
    background: #ecb804;
    color: #993300;
    font-size: 14px;
    border: none;
    cursor: pointer;
    position: absolute;
    right: -88px;
    top: 0;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.fixedBottom .fix_close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 8px;
    right: 30px;
}

.fixedBottom .dis {
    width: 96px!important;
    line-height: 40px!important;
    padding-left: 7px!important;
    text-align: center;
    background: #ccc;
    color: #000;
    border: none;
    cursor: not-allowed;
    position: absolute;
    right: -88px;
    top: 0;
}

.fixedBottom .f18 {
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}


/* 右侧悬浮框 */

.Right_fixed {
    position: fixed;
    top: 167px;
    right: 0;
    width: 82px;
    z-index: 99;
}

.Right_fixed .f19 {
    display: inline-block;
}

.Right_fixed ul li {
    width: 82px;
    height: 96px;
    background: #3b69ff;
    border-bottom: 1px solid #17265f;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}

.Right_fixed ul li img {
    margin-bottom: 5px;
}

.Right_fixed ul a {
    text-decoration: none;
}

.Right_fixed ul a li:hover {
    background: #fff;
    color: #393a3b;
}


/* scrolltop */

.swiper-container2 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container2 .swiper-slide {
    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-container2 {
    width: 152px;
    height: 36px;
    overflow: hidden;
    position: absolute;
    top: 19px;
    left: 130px;
    /* margin-top: -5.7rem; */
}

.swiper-container2 .swiper-slide {
    height: 36px;
    overflow: hidden;
    text-align: center;
    font-size: 26px;
    color: #1f1f51;
    width: 152px;
}

.swiper-container2 .swiper-slide img {
    width: 26px;
    height: 32px;
    margin-right: 16px;
    vertical-align: middle;
    margin-top: -5px;
}



/* 20210603新增 */
.banner-small{
    margin-top: 30px !important;
}
.banner-small a{
    display: inline-block;
}



.atst_table{width: 1140px;margin:0 auto;}
.atst_table .table_title{width: 1140px;height: 60px;background-image: linear-gradient(#33a2ff, #1268f5);border-radius: 10px 10px 0 0;text-align: center;font-size: 34px;color: #fff;font-weight: bold;line-height:60px;margin-bottom: 2px;}
.atst_table table{border-collapse: collapse;}
.atst_table th{font-weight: bold;background: #d3edfb;}
.atst_table th,.atst_table td{border:1px solid #00a0e9;font-size: 16px;color: #333;height: 40px;text-align: center;}
.atst_table tbody tr:nth-child(even) td{background: #f2ffff;}
.atst_table tbody tr td.bg1{background: transparent;}
.atst_table td a{display: inline-block;padding: 10px 0;}