/*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.8rem;
    font-weight: normal;
    color: #333;
}
.bannerBottom li p{
    font-size: 1.0rem;
    color: #666;
}

/*课程*/
.bannerBottomKc{
    padding:0 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;
}




/*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;
}
/*表单*/
.cForm{
    background:url("../img/f_bg.jpg") no-repeat center 4rem;
    background-size: 100% auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.cForm .right{
    width: 45%;
    float: right;
    text-align: left;
    padding-top: 6rem;
    padding-left: 1.5rem;
}
.cForm p{
    color: #fff;
    font-size: 1.4rem;
}
.cForm .right h2{
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 1rem;
}
.cForm .right h2 span{
    font-size: 2.2rem;
}
.cForm .formDiv {
    width:55%;
    float: left;
    background: #fff;

    box-shadow: 0 20px 40px rgba(175, 60, 0, 0.6);
}
.cForm .formDiv form {
    padding: 0 1.5rem 1.5rem;
}
.cForm .formDiv h3 {
    padding:1rem 0;
    font-size:2rem;
    color: #222;
    text-align: center;
    font-weight: bold;
}
.cForm .formDiv form label {
    width:100%;
    height: 32px;
    border: 1px solid #eb5405;
    display: block;
    border-radius: 16px;
    margin-bottom: 14px;
}

.cForm .formDiv form label span {
    display: inline-block;
    background: #eb5405;
    height: 30px;
    width: 45px;
    border-radius: 15px 0 0 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left;
    line-height: 30px;
}
.cForm .formDiv .ipt input {
    width: 60%;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #666;
    padding-left: 10px;
}
.cForm .formDiv button {
    width: 100%;
    height: 40px;
    background: #2f8658;
    text-align: center;
    line-height: 40px;
    font-size: 1.8rem;
    color: #fff;
    margin-top: 8px;
    border-radius: 4px;
    cursor: pointer;
}
/*part2*/
.part2{
    padding-left: 2rem;
    border-bottom: 1px solid #ededed;
}
.p2Box{
    padding-bottom: 14rem;
}
.p2Cont .swiper-container {
    width: 100%;
}

.p2Cont .swiper-container .swiper-wrapper {
}

.p2Cont .swiper-container .swiper-slide {
    width: 100%;
    position: relative;
}
.p2Cont .swiper-container .swiper-slide .imgBox{
    transform: scale(0.8);
    transform-origin: right 0;
    position: relative;
}
.p2Cont .swiper-container .swiper-slide .imgBox .pop{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(57,55,74,0.8);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.p2Cont .swiper-container .swiper-slide .imgBox .pop h3{
    font-size: 2rem;
    padding: 0.5rem 0;

}
.p2Cont .swiper-container .swiper-slide .imgBox .pop p{
    font-size: 1.6rem;
    padding: 0.5rem;
}

.p2Cont .imgBox > img{
    width: 100%;
    display:block;
}
.p2Cont .swiper-container .swiper-slide.swiper-slide-active .imgBox .pop{
    display: none;
}
.p2Cont .swiper-container .swiper-slide.swiper-slide-active .imgBox{
    transform: scale(1);
}
.part2 .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: -0.5rem;
}
.part2 .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;
}
.part2 .swiper-active-switch {
    width: 2rem;
    height: 1.0rem;
    background: #de2986;
}
.part2 .data{
    position: absolute;
    bottom: 3.0rem;
    width: 100%;
    text-align: center;
    color: #999;
    left: -0.5rem;
    font-size: 1.0rem;
}
/*文案*/
.p2Cont1{
    width: 90%;
    float: right;
    position: relative;
    margin-top: -4rem;
}
.p2Cont1 .swiper-container {
    width: 100%;
}

.p2Cont1 .swiper-container .swiper-wrapper {
}

.p2Cont1 .swiper-container .swiper-slide {
    width: 100%;
    position: relative;

}
.p2Cont1 .swiper-slide > div{
    padding:2rem 1.5rem 2rem;
}

.p2Cont1 .swiper-container .swiper-slide .del {
    background: #fff;
    box-shadow: 0 0 1rem rgba(0,0,0,0);
    padding: 0.5rem 1rem;
    opacity: 0.6;
}

.p2Cont1 .swiper-container .swiper-slide.swiper-slide-active .del {
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
    opacity: 1;
}



.p2Cont1 .del h2{
    font-size: 1.6rem;
    color: #000;
    font-weight: normal;
    padding: 0.3rem 0;
}
.p2Cont1 .del p{
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: justify;
}
.p2Cont1 .del span{
    display: block;
    font-size: 1.0rem;
    color: #de2986;
    text-align: right;
}
.p2Cont1 .del h2 span{
    font-size: 1.4rem;
    color: #444;
    text-align: left;
    display: block;
}
.p2Cont1 .del h2 em{
    font-style: normal;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    background: #de2986;
    padding:0 0.5rem;
    border-radius: 1rem;
    margin-left: 0.5rem;
}
/*part4*/
.part4{
    border-bottom: 1px solid #ededed;
    padding: 0 1rem;
}
.p4Cont{
    padding-bottom: 1rem;
}
.p4Cont .swiper-container {
    width: 100%;
}
.p4Cont .swiper-container .swiper-wrapper {
}
.p4Cont .swiper-container .swiper-slide {
    width: 100%;
    position: relative;
}
.p4Cont .left{
    width:55%;
    padding-left: 2.5rem;
}
.p4Cont .left .imgBox{
    width: 100%;
    position: relative;
}
.p4Cont .left .imgBox .text{
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    width: 90%;
    color: #fff;
    font-size: 1.2rem;
}
.p4Cont .left .imgBox > img{
    width: 100%;
}
.p4Cont .left p{
    text-align: left;
    color: #333;
    font-size: 1.6rem;
    padding: 0.5rem 0 0 2rem;
}
.p4Cont .left > span{
    position: absolute;
    left: 0;
    top: 2rem;
    font-size: 1.8rem;
    color: #333;
    display: inline-block;
}
.p4Cont .left > span:after{
    content: '';
    clear: both;
    display: block;
    position: absolute;
    width: 1px;
    height: 7rem;
    background: #333;
    left: 50%;
    top: 3rem;
}
.p4Cont .right > span{
    position: absolute;
    right: 0;
    bottom: 2rem;
    font-size: 1.8rem;
    color: #333;
    display: inline-block;
}
.p4Cont .right > span:after{
    content: '';
    clear: both;
    display: block;
    position: absolute;
    width: 1px;
    height: 7rem;
    background: #333;
    left: 50%;
    bottom: 3rem;
}

.p4Cont .right{
    width: 55%;
    padding-right: 2.5rem;
    position: absolute;
    right: 0;
    top: 0;
}
.p4Cont .right .imgBox{
    width: 100%;
    position: relative;
}
.p4Cont .right .imgBox .text{
    position: absolute;
    bottom: 1.5rem;
    left: 10%;
    width: 90%;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
}
.p4Cont .right .imgBox > img{
    width: 100%;
    display: block;
}
.p4Cont .right p{
    text-align: right;
    color: #333;
    font-size: 1.6rem;
    padding: 0.5rem 2rem 1rem 0;
}


.p4Cont .pagination {
    position: absolute;
    z-index: 20;
    bottom: 0.5rem;
    width: 100%;
    text-align: center;
    left: -0.5rem;
}
.p4Cont .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;
}
.p4Cont .swiper-active-switch {
    width: 2rem;
    height: 1.0rem;
    background: #de2986;
}

/*part5*/
.part5{
    background: #f7f7f7;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}
.renzheng {
    position: relative;
    background: #fff;
    width:122%;
    left: -11%;
}
.renzheng .tit h3{ color: #fff;}
.renzheng .bg_ban {
    background: url("../img/zhengshu_bg_06.jpg") no-repeat top center;
    height: 20rem;
    width: 100%;
    position: absolute; }

.renzheng_c {
    position: relative;
    z-index: 2;
    margin-top: 2.5rem;
    text-align: center; }
.renzheng_c .renzheng_l {
    width: 7.5rem;
    height: 13.5rem;
    margin-top: 4.6rem;}

@media (min-width: 414px) {
    .renzheng_c .renzheng_l {
        width:8.5rem;
        }
}


.renzheng_c .renzheng_l.false {
    display: none; }
.renzheng_c .renzheng_l img {
    width:100%;
    height: 13.5rem; }
.renzheng_c .renzheng_swiper_s {
    position: relative;
    box-shadow: 0 5px 1rem 5px rgba(0, 0, 0, 0.2);
    width: 58%;
    height: 18.5rem;
    display: inline-block; }
.renzheng_c .renzheng_swiper_s .renzheng_swiper {
    overflow: hidden; }
.renzheng_c .renzheng_swiper_s .renzheng_jiantou {
    position: absolute;
    bottom: 1rem;
    width: 100%; z-index: 100;}
.renzheng_c .renzheng_swiper_s .renzheng_jiantou > div {
    cursor: pointer;
    width: 2.35rem;
    height: 2.35rem;
    background: #fff;
    background: #efefef\9;
    margin: 0 -1rem;
    border-radius: .5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);

}
.renzheng_c .renzheng_swiper_s .renzheng_jiantou > div span {
    display: block;
    width: 2.35rem;
    height:1.5rem;
    margin-top: .6rem;}
.renzheng_c .renzheng_swiper_s .renzheng_jiantou .zuo span {
    background: url("../img/renzheng_jiantou.png") no-repeat center center;}
.renzheng_c .renzheng_swiper_s .renzheng_jiantou .you span {
    background: url("../img/renzheng_jiantou_03.jpg") no-repeat center center;}
.renzheng_c .renzheng_swiper_s .swiper-slide {
    position: relative;
    height: 18.5rem; }
.renzheng_c .renzheng_swiper_s .swiper-slide .content {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 0 0.5rem;

}
.renzheng_c .renzheng_swiper_s .swiper-slide .content .text{
    font-size: 1.2rem;
    clear: both;
    display: block;

}
.renzheng_c .renzheng_swiper_s .swiper-slide .content .zhengshu_img{
    width:65%; height:14rem;
    margin-left: 1rem;
}

.renzheng_c .renzheng_swiper_s .swiper-slide .content .zhengshu_img>img{
    width:100%;
}
.renzheng_c .renzheng_swiper_s .swiper-slide .content .zhengshu_logo{
    width:20%; height:6.85rem;
}
.renzheng_c .renzheng_swiper_s .swiper-slide .content .zhengshu_logo>img{
    width:100%;
}
.renzheng_c .renzheng_swiper_s .swiper-slide .content .zhengshu_logo {
    margin-top: 20px;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.7);
    margin-right: 0.8rem; }
.renzheng_c .renzheng_swiper_s .swiper-slide .content p {
    text-align: left;
    color: #fff;
    margin-top: 0;
    padding-left: 15px; }
@media (min-width: 414px){
    .renzheng_c .renzheng_swiper_s .swiper-slide .content p {
        margin-top: 0.5rem;
        float: left;
    }
}
.renzheng_c .renzheng_swiper_s .swiper-slide .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14rem;
    overflow: hidden;
    background: #064278; }
.renzheng_c .renzheng_swiper_s .swiper-slide .bg.bg_hong {
    background: #e70020; }

/*part1*/
.part1{
    padding-bottom: 3rem;
    padding-left: 1.5rem;
}
.p1Cont .swiper-container {
    width: 100%;
    padding-bottom: 1.5rem;
}

.p1Cont .swiper-container .swiper-wrapper {
}

.p1Cont .swiper-container .swiper-slide {
    width: 100%;
    position: relative;
}
.p1Cont .swiper-container .swiper-slide .imgBox{
    position: relative;
    padding: 0 0.8rem;
}
.p1Cont .swiper-container .swiper-slide .imgBox > div{
    box-shadow: 0 0.3rem 0.5rem rgba(0,0,0,0.1);
}
.p1Cont .swiper-container .swiper-slide .imgBox  img{
    width: 100%;
    display: block;
    height: auto;
}
.p1Cont .dec{
    padding: 0.5rem 0.8rem;
    text-align: center;
    min-height: 100px;
}
.p1Cont .dec h3{
    font-size: 1.6rem;
    color: #333;
    padding-bottom: 0.2rem;
}
.p1Cont .dec p{
    font-size: 1.0rem;
    color: #666;
}
.part1 .pagination {
    position: absolute;
    z-index: 20;
    bottom: -2rem;
    width: 100%;
    text-align: center;
    left:0;
}
.part1 .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;
}
.part1 .swiper-active-switch {
    width: 2rem;
    height: 1.0rem;
    background: #de2986;
}

/*part3*/
.part3{
    border-bottom: 1px solid #ededed;
}
.p3Cont{
    position: relative;
    padding-top: 3rem;
}
.p3Cont >img{
    width: 108%;
    height: auto;
    display: block;
    margin-left: -4%;
}
.p3Cont .videoDiv{
    width: 70%;
    height: 180px;
    position: absolute;
    top: 0;
    left: 17%;
    z-index: 4;
}
.p3Cont .videoDiv:before{
    content: '';
    display: block;
    clear: both;
    background: rgba(222,41,134, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -1rem;
    top: 1rem;
}
.p3Cont .videoDiv .video{
    display: block;
    background: #000;
    height: 180px;
    width: 100%;
    z-index: 1;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.p3Cont .videoDiv .video iframe{
    width: 100%;
    height: inherit;
}
.p3Cont .videoDiv .video .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.p3Cont .videoDiv .video .cover > img{
    width: 100%;
    height: 100%;
    display: block;
}

/*part6*/
.part6{
    border-bottom: 1px solid #ededed;
    padding-bottom: 2rem;
}
.p6Cont{
    margin: 0 -0.8rem;
    display: flex;
    align-items: stretch;
}
.p6Cont li{
    float: left;
    width: 50%;
    padding: 0 0.8rem;
    position: relative;
}
.p6Cont li:nth-child(1):after{
    content: '';
    display: block;
    clear: both;
    width: 35%;
    height: 4rem;
    position: absolute;
    left: 0.5rem;
    bottom: 6rem;
    background: url("../img/p6-line.png") no-repeat left bottom;
    background-size: 100% auto;
}
.p6Cont li .top{
    font-size: 1.4rem;
    color: #333;
    padding-bottom: 1rem;
}
.p6Cont li img{
    width: 100%;
    display: block;
    height: auto;
}
.p6Cont li h3{
   font-size: 1.4rem;
   color: #333;
   padding-top: 1rem;
}

.p6Cont li .dec{
    font-size: 1.4rem;
    color: #666;
    padding: 0.2rem 0 1.5rem;
}
