/*bannerTop*/
.bannerBottom{
    background: #f7f7f7;
}
.bannerBottom li{
    width: 50%;
    float: left;
    text-align: center;
    padding: 2.5rem 0;
}
.bannerBottom li:nth-child(1){
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.bannerBottom li:nth-child(2){
    border-bottom: 1px solid #ebebeb;
}
.bannerBottom li:nth-child(3){
    border-right: 1px solid #ebebeb;
}
.bannerBottom li h3{
    font-size: 1.6rem;
    font-weight: normal;
    color: #333;
}
.bannerBottom li p{
    font-size: 1.0rem;
    color: #666;
}

/*课程*/
.bannerBottomKc{
    padding: 2rem 1rem;
    border-bottom: 1px solid #ededed;
}
.bannerBottomKc li{
    float: left;
    width: 25%;
    padding: 1rem 1rem;
}
.bannerBottomKc li a{
    display: block;
    text-align: center;
}
.bannerBottomKc li a>img{
    max-width:100%;
    display: inline-block;
}
.bannerBottomKc li a p{
    color: #333;
    font-size: 1.4rem;
}
/*part2*/
.part2{
    padding-bottom: 3rem;
    border-bottom: 1px solid #ededed;
}
.p2Cont li{
    float: left;
    width: 33.33%;
    padding: 0 1rem 2.5rem;
}
.p2Cont li a{
    display: block;
    text-align: center;
}
.p2Cont li a p{
    color: #333;
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 0.3rem;
}
.p2Cont li a img{
    max-width:80%;
    display: inline-block;
}
.p2Tit{
    text-align: center;
}
.p2Tit span{
    display: inline-block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 0.3rem 1rem 0.2rem;
    border-radius: 1.4rem;
    background: #db2884;
    position: relative;
}
.p2Tit span:before, .p2Tit span:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 5rem;
    height: 0.1rem;
    background: #db2884;
    top:50%;
}
.p2Tit span:before{
     left: -5.5rem;
 }
.p2Tit span:after{
    right: -5.5rem;
}
.p2Swiper{
    padding:2rem 0 0 2rem ;

}
.p2Swiper .swiper-container{}
.p2Swiper .swiper-container .swiper-wrapper{}
.p2Swiper .swiper-container .swiper-slide{}
.p2Swiper .p2Div{
    padding: 2rem 1rem;
}
.p2Swiper .swiper-slide-active .p2Div{
    padding: 0 1rem;
}
.p2Swiper .p2Div > div{
    width: 80%;
}
.p2Swiper .p2Div img{
    width: 100%;
    height: auto;
    display: block;
    border-radius:0.8rem;
}
.p2Swiper .swiper-slide-active .p2Div > div{
    width: 100%;
}
.p2Swiper .pop{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.6));
    background: -moz-linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.6));
    background: linear-gradient(rgba(0,0,0,0) , rgba(0,0,0,0.6));
    border-radius: 0 0 0.8rem 0.8rem;
}
.p2Swiper .pop p{
    color: #fff;
    position: absolute;
    bottom: 1rem;
    text-align: center;
    width: 100%;
    left: 0;
    font-weight: bold;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 1rem;
}
.p2Swiper .swiper-slide-active .pop p{
    font-size: 1.6rem;
}
.p2Swiper .leftWord{
    position: absolute;
    left: -3.5rem;
    top: 50%;
    color: #546184;
    font-size: 2rem;
    line-height: 1;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

/*part3*/
.part3{}
.p3Cont{

}
.p3Cont li{
    float: left;
    width: 50%;
    padding:0.5rem;
}
.p3Cont li>div{
    background: #fff;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
    box-shadow:0 4px 10px 2px rgba(0,0,0,0.1);
    border-radius: 0.4rem;
    min-height: 8rem;
}
.p3Cont li>div:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url("../img/p3_icon.png") no-repeat left center;
    background-size: auto 100%;
    top:1.3rem;
    left:0.5rem;
}
.p3Cont li:nth-child(2)>div:before{
    background-position: -2.5rem center;
    background-size: auto 100%;
}
.p3Cont li:nth-child(3)>div:before{
    background-position: -5rem center;
    background-size: auto 100%;
}
.p3Cont li:nth-child(4)>div:before{
    background-position: -7.5rem center;
    background-size: auto 100%;
}
.p3Cont li:nth-child(5)>div:before{
    background-position: -9.8rem center;
    background-size: auto 100%;
}
.p3Cont li:nth-child(6)>div:before{
    background-position: -12.1rem center;
    background-size: auto 100%;
}
.p3Cont li h3{
    color: #333;
    font-size: 1.6rem;
    padding-bottom: 0.3rem;
}
.p3Cont li p{
    color: #777777;
    font-size: 1.2rem;
    height: 3.6rem;
    overflow: hidden;
    text-align: justify;
}

/*part4*/
.part4{
    background: #f7f7f7;
}
.p4Swiper{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.p4Swiper .swiper-container{}
.p4Swiper .swiper-container .swiper-wrapper{}
.p4Swiper .swiper-container .swiper-slide{width: 100%;}
.p4Swiper .p4Div{
    padding: 1rem 0 2rem;
}
.p4Swiper .p4Div .cont{
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 1.5rem 1rem;
    border-radius: 0.6rem;

    transform: scale(0.8);
}
.p4Swiper .swiper-slide-active .p4Div{

}
.p4Swiper .swiper-slide-active .p4Div .cont{
    width: 100%;
    box-shadow: 0 5px 15px 2px rgba(0,0,0,0.1);
    transform: scale(1);
}
.p4Swiper .p4Div .cont h3{
    text-align: center;
    font-weight: normal;
}
.p4Swiper .p4Div .cont h3 span{
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0.3rem 2rem 0.2rem;
    border-radius: 1.4rem;
    background: #db2884;
}
.p4Swiper .p4Div .cont .del{
    text-align: left;
    margin: 1.5rem 0;
}
.p4Swiper .p4Div .cont .del span{
    font-size: 1.2rem;
    color: #666;
    background: #f2f2f2;
    padding: 0.2rem 2rem 0.3rem;
    display: inline-block;
    border-radius: 0.4rem;
    position: relative;
}
.p4Swiper .p4Div .cont .del span:before, .p4Swiper .p4Div .cont .del span:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
}
.p4Swiper .p4Div .cont .del span:before{
    width:1.2rem;
    height: 1.2rem;
    background: url("../img/p4_icon.png") no-repeat center;
    background-size: 100% auto;
    left: 0.5rem;
    top:50%;
    margin-top: -0.6rem;
}
.p4Swiper .p4Div .cont .del span:after{
    right: 0.2rem;
    width:0;
    height:0;
    border-width:0.4rem;
    border-style:solid;
    border-color:transparent   transparent  transparent  #a2a2a2;
    top:0.6rem;
}
.p4Swiper .p4Div .cont .imgBox{
    position: relative;
}
.p4Swiper .p4Div .cont .imgBox img{
    width: 100%;
    height: auto;
    display: block;
}
.p4Swiper .p4Div .cont .imgBox span{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 1rem;
    border-bottom-right-radius:0.4rem;
    border-top-left-radius:0.4rem;
}
.p4Swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom: -2rem;
    width: 100%;
    text-align: center;
}
.p4Swiper .swiper-pagination-switch {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    background: #d2d6d9;
    margin: 0 0.4rem;
    opacity: 0.8;
    cursor: pointer;
}
.p4Swiper .swiper-active-switch {
    width:3rem;
    background: #de2986;
}
/*part5*/
.part5{
    border-bottom: 1px solid #ededed;

}
.p5Cont{
    margin: 0 -0.2rem;
}
.p5Cont li{
    float: left;
    width: 33.33%;
    padding:0.5rem 0.2rem;
}
.p5Cont li a{
    display: block;
    position: relative;
    text-align: center;
}
.p5Cont li a>img{
    display: block;
    width: 100%;
    height: auto;
}
.p5Cont li .del{
    position: absolute;
    bottom: 1.2rem;
    width: 100%;
    left: 0;
    text-align: center;
}
.p5Cont li .del h3{
    color: #fff;
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
}
.p5Cont li .del p{
    display: inline-block;
    background: #fff;
    color: #febb05;
    font-size: 1.0rem;
    padding: 0.15rem 0.4rem 0.1rem;
}

.part5 li:nth-child(2) .del p{color: #6755c2;}
.part5 li:nth-child(3) .del p{color: #55bcb1;}
.part5 li:nth-child(4) .del p{color: #51394b;}
.part5 li:nth-child(5) .del p{color: #f74e69;}
.part5 li:nth-child(6) .del p{color: #60a6e9;}

/*part6*/
.p6Swiper{
    /*padding-bottom: 2rem;*/
    /*margin-bottom: 1rem;*/
    background: url("../img/p6Bg.jpg") no-repeat left 3rem;
    background-size: 100% auto;
}
.p6Swiper .swiper-container{}
.p6Swiper .swiper-container .swiper-wrapper{}
.p6Swiper .swiper-container .swiper-slide{width: 100%;}
.p6Swiper .p6Div{
    width: 100%;
    position: relative;
}
.p6Swiper .left{
    width: 44%;
    float: left;
    margin-left: 1.5rem;
}
.p6Swiper .left > img{
    width: 100%;
    display: block;
}

.p6Swiper .right{
    float: right;
    width: 46%;
    background: #f5f5f5;
    padding:3rem 1rem 1rem;
    position: relative;
    height:170px;
    overflow: hidden;
    box-shadow: -2px -1px 10px rgba(0,0,0,0.1);
}
.p6Swiper .right > span{
    position: absolute;
    left: 1rem;
    height: 2.0rem;
    line-height: 2.0rem;
    font-size: 1.2rem;
    top:0;
    color: #fff;
    background: #b5b7b9;
    padding: 0 1rem;
}
.p6Swiper .right h3{
    font-size: 1.8rem;
    color: #1a1a1a;
}
.p6Swiper .right h3 > span{
    font-weight: normal;
    padding-left: 0.2rem;
}
.p6Swiper .right p{
    font-size: 1.2rem;
    padding-top: 0.4rem;
    text-align: justify;
}

.p6Swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom:0.5rem;
    width: 85%;
    text-align: right;
}
.p6Swiper .swiper-pagination-switch {
    display: inline-block;
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 1.0rem;
    background: rgba(255,255,255,0.5);
    margin: 0 0.2rem;
    opacity: 0.8;
    cursor: pointer;
}
.p6Swiper .swiper-active-switch {
    width:2rem;
    background: #fff;
}

/*part7*/
.part7{
    background: #36374b;
    padding-bottom: 1rem;
}
.part7 h3{
    color: #fff;
}
.part7 .more{
    font-size: 1.8rem;
    color: #ffa902;
    font-weight: bold;
    position: absolute;
    bottom: 1.5rem;
    right:5rem;
    display: inline-block;
}
.part7 .more:before, .part7 .more:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
}
.part7 .more:before{
    bottom: -1rem;
    width: 130%;
    left: -15%;
    height: 0.2rem;
    background: #ffa902;
}
.part7 .more:after{
    left: 50%;
    width: 0;
    height: 0;
    border-width: 0.6rem;
    border-style: solid;
    border-color: transparent transparent #ffa902 transparent ;
    bottom: -1rem;
    margin-left: -0.3rem;
}


/*part8*/
.part8{
    padding-bottom: 2.5rem;
}
.p8Cont{}
.p8Cont li{
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 0 1rem 1rem;
}
.p8Cont li .img_box{
    position: relative;
    display: inline-block;
}
.p8Cont li .img_box img{
    width: 100%;
    display: block;
}
.p8Cont li .icon{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100%;
    color: #fff;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
}
.p8Cont li h3{
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    font-weight: normal;
    margin: 0 -1rem;
}
.p8Cont li .icon:before{
    content: '';
    display: block;
    clear: both;
    width: 4rem;
    height: 4rem;
    background: url("../img/p8_icon.png") no-repeat left -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(1) .icon:before{
    background-position: -0.2rem -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(2) .icon:before{
    background-position: -4.2rem -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(3) .icon:before{
    background-position:-8.1rem -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(4) .icon:before{
    background-position: -12rem -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(5) .icon:before{
    background-position: -16rem -0.2rem;
    background-size: auto 100%;
}
.p8Cont li:nth-child(6) .icon:before{
    background-position: -20.1rem -0.2rem;
    background-size: auto 100%;
}


/*表单*/
.formPart{
    width: 100%;
    overflow: hidden;
    background: url(../img/formBg.jpg) no-repeat center bottom #2b2b2b;
    padding-bottom: 2rem;
    background-size: 100%;
}
.formPart .tit{
    margin-bottom: 1rem;
}
.form form{
    width:80%;
    margin: auto;
}
.form input[type="text"]{
    margin-top:1rem;
    width:100%;
    height:4.6rem;
    line-height: 4.6rem;
    display:block;
    text-indent:6rem;
    color:#9f9f9f;
    border:1px solid #9f9f9f;
    border-radius:0.3rem;
}
.form input.name{
    background:url("../img/form-tag1.png") no-repeat 18px center;
}
.form input.phone{
    background:url("../img/form-tag2.png") no-repeat 18px center;
}
.form-btn{
    margin-top:2rem;
}
.form-btn input[type="submit"]{
    float:right;
    width:100%;
    height:4.6rem;
    line-height:4.6rem;
    display:block;
    font-size:1.6rem;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    background:#de2986;
    border-radius:0.3rem;
    border:none;
}