/*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: 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;
}

/*part1*/


/*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 2rem;
    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*/


/*表单*/
.formPart{
    width: 100%;

    overflow: hidden;
    background: url(../img/form-bg.jpg) no-repeat center top #2b2b2b;
    padding-bottom: 11rem;
    background-size: 100%;    padding-top:10%;
}

.formPart .form{
    width:70%;
    margin: 0 auto;
}
.formPart .form h3:after{
    content: '';
    width: 44.5%;
    height: 1px;
    background-color:#8bb5ef;
    display: block;
    position: absolute;
    left: 33.5%;
    margin-top: 2%;

}

.formPart .form h3 {


    font-size: 1.6rem;
    line-height:2rem;
    text-align: right;
    color: #fff;
    padding-right: 10%;
    margin-bottom: 1.5rem;


}
.formPart .form h3 span {
    display: block;
    font-size: 1rem;
}
.formPart .form form p.n{
    color: #fff;
    font-size: 1.4rem;
    margin-top: 0.5rem;
}
.formPart .form form p.n span{
    font-size: 1.2rem;
}

.form form{
    margin-left: 28%;
    padding-right: 10%;



}
.form input[type="text"]{
    margin-top: 0.2rem;
    width:100%;
    height:4rem;
    line-height: 4rem;
    display:block;
    text-indent:3.5rem;
    color:#fff;
    border:1px solid #9f9f9f;
    border-radius:0.3rem;

}
.form input.name{
    background:url("../img/form-tag1.png") no-repeat 8px center;
}
.form input.phone{
    background:url("../img/form-tag2.png") no-repeat 8px center;
}
.form-btn{
    margin-top: 1.5rem;

    position: absolute;
    left: 25%;
    width:59%;
}
.form-btn input[type="submit"]{
    float:right;
    width:50%;
    height:3.8rem;
    line-height:3.8rem;
    display:inline-block;
    font-size:1.6rem;
    color:#ff8400;
    cursor:pointer;
    text-align:center;
    background-color: #fff;
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    border:none;
    font-weight: bold;
    box-shadow: 0.1rem 1rem 1rem rgba(56,108,180,0.5);
}
.form-btn .btn1{
    float:left;
    width:50%;
    height:3.8rem;
    line-height:3.6rem;
    display:inline-block;

    text-align: center;
    color: #fff;
    box-shadow: 0.1rem 0.6rem 1rem rgba(0,0,0,0.5);
    background-color: #ff8400;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;

}
.form-btn{

}


/*part1*/
.part1{
    border-bottom: 1px solid #ededed;

}
.p1Cont{


}

.p1Cont h2{
    color: #e13b90;
    font-size: 2.0rem;
    margin-bottom: 1rem;
}
.p1Cont h2 {
    padding-left: 3rem;
    height: 4rem;
    position: relative;
}
.p1Cont h2:before{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    background: url("../img/icon.jpg") no-repeat left top;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 100%;
    left: 0;
    top: 0.2rem;
}
.p1Cont h2 a{
    color: #999;
    font-size: 2rem;
    font-weight: normal;
}
.p1Cont .picBox{
    margin: 0 -0.5rem 2.5rem;;
}
.p1Cont .picBox li{
    width: 50%;
    float: left;
    padding: 0.5rem;
}
.p1Cont .picBox li a{
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.p1Cont .picBox li a img{
    width: 100%;
    display: block;
}
.p1Cont .picBox li a .pop{
    width: 90%;
    position: absolute;
    bottom: 0.3rem;
    left:5%;
    background: #e13b90;
    height: 4.2rem;
    padding: 0.4rem 0.5rem;

}
.p1Cont .picBox li a .pop p{
    color: #fff;
    font-size: 1.0rem;
   /* padding-bottom: 3px;*/
}
.p1Cont .picBox li a .pop p span{
}
.p1Cont .picBox li a .pop p span.sp1{

}

.fr{
    float: right;
}


/*part4*/
.part4{
    border-bottom: 1px solid #ededed;
}
.part4 .ulCont{
    margin: 0 -0.5rem;
}
.part4 .ulCont li{
    width: 50%;
    float: left;
    padding: 0.5rem;
}
.part4 .ulCont li > div{
    position: relative;
    text-align: center;
    padding-bottom: 1.5rem;
}
.part4 .ulCont li > div img{
    width: 100%;
}
.part4 .ulCont li > div p{
    font-size: 1.6rem;
    color: #333;
    padding-bottom: 0.8rem;
}
.part4 .ulCont li > div span{
    display: inline-block;
    width: 70%;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background: #de2986;
}
.part4 .ulCont li > div .border{
    width: 90%;
    height: 95%;
    position: absolute;
    left: 5%;
    top: 5%;
    border: 1px solid #de2986;
}
.part4 .ulCont a{
    display: block;
}
.videoBg1{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
    background-color:rgba(0,0,0,0.6);
}
.videoDiv1{
    position: fixed;
    width: 100%;
    height: 42%;
    z-index: 99;
    top: 30%;

    background: rgba(0,0,0,0.6);
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
    padding: 60px 30px 40px;
    border-radius: 8px;
    display: none;
}
.videoDiv1 .link_a{
    width: 40%;
    margin: 3% auto;
    border: 1px solid #de2986;
    background-color: #de2986;
    border-radius: 2rem;
    text-align: center;

}

.videoDiv1 .link_a a{
    color: #fff;
    text-align: center;
}
.videoDiv1 .closeVideo1{
    position: absolute;
    top: 5px;
    right: 30px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    padding: 1rem;
}
.videoDiv1 > div{
    display: none;
}
#inform input{box-sizing: content-box;}
