
.part1 .cont{
    margin: 0 -0.5rem;
    display: flex;
    flex-wrap: wrap;
}
.part1 .cont li{
    width: 50%;
    float: left;
    padding: 0.5rem;
}
.part1 .cont li > div{
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border-radius: 0.2rem;
    padding-bottom: 1rem;
}
.part1 .cont li > div > img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.2rem;
}
.part1 .cont li > div .del{}
.part1 .cont li > div .del h2{
    font-size: 16px;
    color: #000;
    position: relative;
    text-align: center;
    padding: 1.1rem 0;
}
.part1 .cont li > div .del h2:before{
    content: '';
    display: block;
    clear: both;
    width: 4rem;
    height: 2px;
    background: #ed8900;
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    bottom: 5px;
}
.part1 .cont li > div .del p{
    color: #666;
    font-size: 14px;
    padding:0 0.7rem;
    text-align: justify;
}

/*part2*/
.part2{
    background: #f9f9f9;
}
.part2 .cont{
    margin: 0 -0.5rem;
}
.part2 .cont li{
    width: 33.33%;
    float: left;
    padding: 0.5rem;
}
.part2 .cont li > div{
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border-radius: 0.2rem;
    padding-bottom: 1rem;
}
.part2 .cont li > div > img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.2rem;
}
.part2 .cont li > div .del{}
.part2 .cont li > div .del h2{
    font-size: 16px;
    color: #000;
    position: relative;
    text-align: center;
    padding: 1.1rem 0;
}
.part2 .cont li > div .del p{
    color: #666;
    font-size: 14px;
    padding:0 0.7rem;
    text-align:center;
}
.part2 .cont li > div .del p span{
    color: #00a9ab;
    font-weight: bold;
}

/*part3*/
.part3{
    background: #f9f9f9;
}
.part3 .cont{
    margin: 0 -0.5rem;
}
.part3 .cont li{
    width: 33.33%;
    float: left;
    padding: 0.5rem;
}
.part3 .cont li > div{
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border-radius: 0.2rem;
    padding-bottom: 1rem;
    border-bottom: 0.3rem solid #05abad;
}
.part3 .cont li > div > img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.2rem;
}
.part3 .cont li > div .del{}
.part3 .cont li > div .del h2{
    font-size: 16px;
    color: #000;
    position: relative;
    text-align: center;
    padding: 0.7rem 0;
}
.part3 .cont li > div .del p{
    color: #666;
    font-size: 12px;
    padding:0 0.7rem;
    text-align: justify;
    min-height: 57px;
}
.part3 .cont li .icon{
    background: #caf0f1;
    padding: 1rem 0;
}
.part3 .cont li .icon:after{
    content: '';
    display: block;
    clear: both;
    background: url("../img/p3-icon.png") no-repeat left top;
    width: 6rem;
    height: 5rem;
    background-size: auto 100%;
    margin: auto;
}
.part3 .cont li:nth-child(1) .icon:after{
    background-position: 0 top;
}
.part3 .cont li:nth-child(2) .icon:after{
    background-position: -6rem top;
}
.part3 .cont li:nth-child(3) .icon:after{
    background-position: -12rem top;
}
.part3 .cont li:nth-child(4) .icon:after{
    background-position: -18rem top;
}
.part3 .cont li:nth-child(5) .icon:after{
    background-position: -24rem top;
}
.part3 .cont li:nth-child(6) .icon:after{
    background-position: -30rem top;
}
/*part4*/
.part4{}
.part4 .cont{
    margin: 0 -0.5rem;
}
.part4 .cont li{
    width: 50%;
    float: left;
    padding: 0.5rem;
    flex: 1;
}
.part4 .cont li > div{
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    border-radius: 0.2rem;
    padding-bottom: 1rem;
}
.part4 .cont li > div > img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.2rem;
}
.part4 .cont li > div .del{}
.part4 .cont li > div .del h2{
    font-size: 16px;
    color: #000;
    position: relative;
    text-align: center;
    padding: 1.1rem 0;
}
.part4 .cont li > div .del h2:before{
    content: '';
    display: block;
    clear: both;
    width: 4rem;
    height: 2px;
    background: #ed8900;
    position: absolute;
    left: 50%;
    margin-left: -2rem;
    bottom: 5px;
}
.part4 .cont li > div .del p{
    color: #666;
    font-size: 14px;
    padding:0 0.7rem;
    text-align: justify;
}
/*part5*/
.part5 .cont{
    margin: 0 -0.5rem;
}
.part5 .cont li{
    width: 50%;
    float: left;
    padding: 0.5rem;
    flex: 1;
}
.part5 .cont li > div{
    background: #fff;
    padding-bottom: 1rem;
}
.part5 .cont li > div > img{
    width: 100%;
    height: auto;
    display: block;
}

.formPart{
    width: 100%;
    overflow: hidden;
    background: url('../img/formBg.jpg') no-repeat center top #2b2b2b;
    padding-bottom: 2rem;
    background-size: 100%;
}
.formPart .tit{
    margin-bottom: 1rem;
}
.formPart .tit span{ color: #ed8900;}
.formPart .tit p{ color: #999;}
.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:#ed8210;
    border-radius:0.3rem;
    border:none;
}

/*part6*/
.part6{

}
.p6Cont {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.p6Cont > img{
    width: 100%;
    height: auto;

}
.p6Cont .p6Ul{
    position: absolute;
    top: 0;
    left: 3.5rem;
    width: 85%;
}
.p6Cont .p6Ul li{
    float: left;
}
.p6Cont .p6Ul li:nth-child(1){
    width: 45%;
    padding-right: 0.5rem;
    margin-top: -1.5rem;
}
.p6Cont .p6Ul li:nth-child(2){
    width:55%;
    padding-left:0.2rem;
}
.p6Cont .p6Ul li > img{
    width: 100%;
    height: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin-bottom: 0.2rem;
}

/*part7*/
.part7{

}
.p7Cont {

}
.p7Top, .p7Bottom{
    display: flex;
    align-items: stretch;
}
.p7Top .left, .p7Bottom .left{
    width: 26%;
    float: left;
    background: #05abad;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.p7Top .left:after, .p7Bottom .left:after{
    content: '';
    display: block;
    clear: both;
    width:0;
    height:0;
    border-width:8px;
    border-style:solid;
    border-color:transparent transparent transparent red;
    position: absolute;
    right:-16px;
    top: 50%;
    margin-top: -4px;
}
.p7Top .left:after{
    border-color:transparent transparent transparent #05abad;
}
.p7Bottom .left:after{
    border-color:transparent transparent transparent #69cdce;
}
.p7Top .right, .p7Bottom .right{
    width: 74%;
    float: right;
    padding-left: 0.6rem;
}
.p7Top .right{
    margin-right: -0.5rem;
}
.p7Top .right li{
    width: 50%;
    float: left;
    padding:0 0.5rem 0.5rem;
}
.p7Top .right li:nth-child(3){
    padding-bottom: 0;
}
.p7Top .right li:nth-child(4){
    padding-bottom: 0;
}
.p7Top .right li>div img{
    width: 100%;
    height: auto;
    display: block;
}
.p7Bottom .left{
    background: #69cdce;
}
.p7Bottom{
    padding-top: 0.5rem;
}
.p7Bottom .right{
    padding:0 0.5rem 0 1.1rem;
}
.p7Bottom .right p{
    background: #69cdce;
    padding: 0.5rem 0.8rem;
    color: #fff;
    font-size: 1.4rem;
}

/*part8*/
.part8{
    background: #f9f9f9;
}
.p8Cont{

}
.p8Cont .swiper-container{
    padding: 5rem 0 7rem;
}
.p8Cont .swiper-wrapper{

}
.p8Cont .swiper-wrapper .swiper-slide{

}
.p8Cont .slideDiv{
    position: relative;
}
.p8Cont .slideDiv img{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}
.p8Cont .slideDiv .del{
    background: #00a9ab;
    width: 80%;
    height: 160%;
    position: absolute;
    top: -24%;
    left: 10%;
    z-index: 0;
}
.p8Cont .slideDiv .del h2{
    position: absolute;
    top: 1rem;
    width: 100%;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
}
.p8Cont .slideDiv .del p{
    position: absolute;
    bottom: 1rem;
    width: 100%;
    left: 0;
    color: #fff;
    padding: 0 1rem;
    font-size: 1.2rem;
}

@media (min-width: 414px) {
    .p8Cont .slideDiv .del h2{
        top: 2rem;
    }
    .p8Cont .slideDiv .del p{
        bottom: 3rem;
    }
}

.p8Cont .slideDiv .del h2 span{
    position: relative;
}
.p8Cont .slideDiv .del h2 span:before,
.p8Cont .slideDiv .del h2 span:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 3rem;
    height: 1px;
    background: #fff;
    top: 50%;
}
.p8Cont .slideDiv .del h2 span:before{
    left: -3.5rem;
}
.p8Cont .slideDiv .del h2 span:after{
    right: -3.5rem;
}
.p8Cont .btn span{
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    background:url("../img/p8-btn.png") no-repeat center #fff;
    background-size: 50% auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -2rem;
}
.p8Cont .btn span:nth-child(1){
    left: 1rem;
}
.p8Cont .btn span:nth-child(2){
    right: 1rem;
    transform: rotateZ(180deg);
}

/*teacher*/
.teacher{
	width: 100%;
	background: #00a9ab;
	overflow: hidden;
}
.teacher img{
	width: 99%;
}