.banner{
    width: 100%;
    height:600px ;
    overflow: hidden;
    margin-top: -10px;    min-width: 1200px;
    background: url("../imgs/banner.jpg") no-repeat 0 0/100% 100%;
}
@media (max-width: 1440px) {
    .banner{
        height:490px ;
    }
}
.banner .inner{
    width: 1200px;
    margin: 8% auto 0;
    overflow: hidden;
}
.banner .title{
    width:900px;
    height: 90px;
    background: url("../imgs/title.png") no-repeat 0 0/100% 100%;

}
.banner .lx{
    background: #eddc39;
    color: #d22939;
    font-size: 49px;
    width: 700px;
    height: 75px;
    line-height: 75px;
    letter-spacing: 10px;
    text-align: center;
    font-weight: bolder;
    margin: 25px 0;
}
.banner ul li:before{
    display: block;
    float: left;
    content: "";
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background: url("../imgs/icon.png") no-repeat 0 0/100% 100%;

}
.banner ul li{
    height: 70px;
    line-height: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 40px;
    letter-spacing: 6px;
}


/*考研更专业*/
.kygzy{
    width: 100%;
    overflow: hidden;
    background: url("../imgs/bg1.jpg") no-repeat 0 0/100% 100%;

    color: #222425;
    padding-bottom: 40px;
}
.tit{
    font-size: 43px;
    text-align: center;
    color: #222425;
    position: relative;
    font-weight: bolder;
    letter-spacing: 10px;
    margin: 60px auto;
}
.tit span{
    color: #c82835;
}
.tit .line{
    background: #bfbfbf;
    height: 1px;
    width: 300px;
    position: absolute;
    bottom: 0;
    margin-left: -150px;
    left: 50%;
}

.kygzy ul{
    overflow: hidden;
    width: 1200px;
    margin: 30px auto 10px;

}
.kygzy ul li{
    float: left;
    background: #fff;
    width: 350px;
    height: 450px;
    border: 2px solid #bfbfbf;
    margin: 10px 20px;
    box-sizing: border-box;
    padding: 25px;

}
.kygzy ul li .top{
    width: 98px;
    height: 112px;
    background: url("../imgs/p1.jpg") no-repeat 0 0/100% 100%;
    margin: 10px auto 20px;
}
.kygzy ul li:nth-child(2) .top{
    background: url("../imgs/p2.jpg") no-repeat 0 0/100% 100%;
}
.kygzy ul li:nth-child(3) .top{
    background: url("../imgs/p3.jpg") no-repeat 0 0/100% 100%;
}
.kygzy ul li:nth-child(4) .top{
    background: url("../imgs/p4.jpg") no-repeat 0 0/100% 100%;
}
.kygzy ul li:nth-child(5) .top{
    background: url("../imgs/p5.jpg") no-repeat 0 0/100% 100%;
}
.kygzy ul li:nth-child(6) .top{
    background: url("../imgs/p6.jpg") no-repeat 0 0/100% 100%;
}
.kygzy ul li .bot .xx{
    font-size: 22px;
    line-height: 36px;
    text-align: justify;
    padding-top: 20px;
    border-top: 2px dashed #b5b5b6;
}
.kygzy ul li .bot .tt{
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 5px;
}
.kygzy .tip{
    font-size: 30px;
    text-align: center;
}


/*课程体系*/
.kctx{
    padding-bottom: 100px;
}
.swiper-container {
    width: 1200px;
    margin-top: 40px;
    overflow: hidden;
}
.swiper-container .swiper-wrapper{
    width: 1200px;
}

.kctx .swiper-container .wrapper .inner{
    background: #d22939;
    width: 1100px;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
    padding: 30px ;
    height: 400px;
}
.kctx .swiper-container  .inner .tt{
    background: #f5d832;
    color: #d22939;
    width: 300px;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    letter-spacing: 2px;
    text-align: center;
    box-shadow: 3px 6px 3px #b33335;
}
.kctx .swiper-container  .inner .kcjj{
    font-size: 22px;
    text-align: justify;
    line-height: 35px;
    letter-spacing: 2px;
}
.kctx .swiper-container  .inner .kcjj p:first-child{
    font-weight: bolder;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.gallery-top .swiper-button-prev,.gallery-top1 .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
    width: 30px;
    height: 100px;
    top: 40%;
    background: url("../imgs/left.png") no-repeat 0 0/100% 100%;

}
.gallery-top .swiper-button-next,.gallery-top1 .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    width: 30px;
    height: 100px;
    top: 40%;
    background: url("../imgs/right.png") no-repeat 0 0/100% 100%;

}

/*考研数学*/
.kysx{
    width: 100%;
    overflow: hidden;
    background: url("../imgs/bg1.jpg") no-repeat 0 0/100% 100%;
    color: #222425;

}
.kysx .tit{
    margin-bottom: 10px;
}
 .ps{
    text-align: center;
    font-size: 28px;
    margin-bottom: 80px;
}
.kysx .hcf{
    overflow: hidden;
    width: 1200px;
    margin: 40px auto 80px;
}
.kysx .hcf>div{
    float: left;
}
.kysx .hcf .left{
    width: 400px;
    height: 300px;
    background: url("../imgs/hcf.jpg") no-repeat 0 0/100% 100%;

}
.kysx .hcf .right{
    width: 720px;
    margin: 10px 0 0 50px;
    font-size: 22px;
    line-height: 35px;
    text-align: justify;
    letter-spacing: 2px;
}
.kysx .hcf .name{
    margin-bottom: 20px;
}


/*考研英语*/
.kctx .swiper-container.gallery-top2 .wrapper .inner{
    height: 300px;
}


/*考研政治*/
.kyzz .hcf .left{
    width: 290px;
    height: 319px;
    background: url("../imgs/xinh.jpg") no-repeat 0 0/100% 100%;
}

.kyzz .hcf {
    width: 1100px;
}
.dzjh{
    box-shadow: 3px 6px 6px #cda897,3px -3px 3px #cda897;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.dzjh .tit{
    margin-bottom: 10px;
}
.dzjh table tr th{
    background: #d22939;
    padding: 10px 0;
}
.dzjh table{
    color: #fff;
    width: 1100px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
}

.dzjh table tr:nth-child(2n) td {
    background: #d4393f; padding: 10px 0;
}
 .dzjh table tr:nth-child(2n+1) td {
     background: #d64646; padding: 10px 0;
 }

.dzjh table tr:nth-child(4) td {
    background: #e79d8e;
    text-align: left;
    padding-left: 100px;
}
.dzjh .zykzl{
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
    font-size: 24px;
}
.dzjh .zykzl ul li:first-child{
    background: #f5d832;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
    margin-bottom: 30px;
    box-shadow: 2px 4px 8px #cda897;
}
.dzjh .zykzl ul li{
    color: #d22939;
    line-height: 40px;
}
.dzjh .zykzl ul{
    float: left;
    width: 500px;
}
.dzjh .zykzl ul:last-child{
    width: 600px;

}
.dzjh .outer table.four{
    margin: 50px auto;
}
.dzjh table caption {
    background: #d22939;
    padding: 10px 0;

}
.dzjh .outer table.four tr th{
    background: #d4393f;
}
.dzjh .outer table.four tr:nth-child(2n) td{
    background: #d64646;
}
.dzjh .outer table.four tr:nth-child(2n+1) td{
    background: #d4393f;
}


.gzkctx .tit {
    margin-bottom: 10px;
}

/*新航道考研集训营系列密训计划*/
.kyjxy{
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
    background: url("../imgs/bg3.jpg") no-repeat 0 0/100% 100%;

}
.kyjxy .js{
    width: 1200px;
    margin: 50px auto;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    background: #d22939;
    box-sizing: border-box;
    padding: 20px;
    letter-spacing: 2px;
}
.kyjxy  ul{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}
.kyjxy  ul li{
    float: left;
    width: 160px;
    margin: 50px 40px;
}
.kyjxy ul li .top{
    color: #d22939;
    width: 126px;
    line-height: 40px;
    font-size: 28px;
    height: 144px;
    box-sizing: border-box;
    padding-top: 27px;
    text-align: center;
    margin: 0 auto 40px;
    background: url("../imgs/bg4.png") no-repeat 0 0/100% 100%;
}

.kyjxy ul li .right{
    text-align: center;
    font-size: 22px;
    width: 100%;
    line-height: 40px;
}


.kysbx{
    background: url("../imgs/bg5.jpg") no-repeat 0 0/100% 100%;
    width: 100%;
    overflow: hidden;
}
.tit2{
    margin-bottom: 10px;
}
.ps2{
    margin-bottom: 40px;
}

.kysbx .js{
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: justify;

}

.kysbx .inner{
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}
.kysbx .sbx{
    background: #f5d832;
    color: #c82835;
    font-size: 25px;
    text-align: center;
    width: 260px;
    height: 55px;
    line-height: 55px;
    margin-top: 50px;
}
.kysbx ul li{
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    color: #fff ;
    margin: 50px 50px 30px 0;
    border: 2px solid #fff;
}


.dxsx{
    box-shadow: 3px 6px 6px #cda897,3px -3px 3px #cda897;
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}.dxsx .item{
    width: 1150px;
    margin: 30px auto;
    overflow: hidden;
    padding: 10px 0;
 }
.dxsx .item div{
    float: left;
}
.dxsx  .tt{
    background: #f5d832;
    box-shadow: 3px 6px 3px #cda897;
    font-size: 24px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;  color: #d22939;
}
.dxsx .item  .xx{
    font-size: 24px;
    line-height: 50px;
    margin-left: 20px;
    color: #d22939;
}
.dxsx .service{
    width: 1150px;
    margin: 30px auto;
    background: #d22939;
    color: #fff;
    font-size: 22px;
    line-height: 45px;

}
.dxsx .service .tt{
    box-shadow: 3px 6px 3px #b33335;
}
.dxsx .service .out{
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px;
}
.dxsx .service .out div{
    float: left;
    width: 500px;
}.dxsx .service .out div:first-child{
     width: 550px;

 }


.kctx .swiper-container.gallery-top3 .wrapper .inner{
    background: #d22939;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
    padding: 30px;
    height: auto;
    font-size: 22px;
}
.gallery-top3 .wrapper .inner .bt{
    overflow: hidden;
    margin: 25px 0;
    font-size: 25px;
}
.gallery-top3 .wrapper .inner .bt:before{
    display: block;
    content: "";
    width: 35px;
    height: 35px;
    background: url("../imgs/icon.png") no-repeat 0 0/100% 100%;
    float: left;
    margin-right: 20px;
}
.kctx .swiper-container.gallery-top3 .inner .kcjj p:first-child {
    font-weight: normal;
}