
/*part1*/
.part1{

}
.p1Cont{
    height: 880px;
    color: #333;
}
.p1Cont .p1-1{
    height: 390px;
}
.p1Cont .box1{
    width: 444px;
    height: 371px;
    position: relative;
    left: 28px;
    box-shadow: 0px 10px 18px -5px rgba(0,0,0,0.6);
    float: left;
}
.p1Cont .box1:before{
    content: '';
    width: 444px;
    height: 371px;
    position:absolute;
    left: -28px;
    top:25px;
    border: 3px solid #ff2240;
    z-index: -1;
    display: block;
}
.p1Cont .box2{
    width: 225px;
    float: left;
    margin-left: 70px;
    margin-top: 67px;
}
.p1Cont .box2 h3{
    font-size: 24px;
    color: #ff2240;
}
.p1Cont .box2 p.txt{
    font-size: 16px;
    margin:10px 0px 45px;
}
.p1Cont .box2 p.dui{
    font-size: 18px;
    margin-top: 10px;
    margin-left: 25px;

}
.p1Cont .box2 p.dui span{
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
    animation:myKey 1s infinite ease-in-out;

}
.p1Cont .box3{
    width: 209px;
    height: 209px;
    position: relative;
    left: 0;
    top:0;
    margin: 24px 13px 0 0;
    float: right;
}
.p1Cont .box3 p{
    font-size: 13px;
    color: #fff;
    width: 209px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom:0;
}
.p1Cont .box3:before{
    content: '';
    width: 209px;
    height: 209px;
    position:absolute;
    right: -13px;
    top:-13px;
    border: 1px solid #ff2240;
    z-index: -1;
    display: block;
}
.p1Cont .box3 a{
    width: 210px;
    height: 51px;
    line-height: 50px;
    background-color: #ff2240;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
    border-radius: 5px;
    margin-top: 87px;
}
.p1Cont .box3 a:hover{
    background-color: #f30f10;
}

.p1Cont .p1-2{
    height: 405px;
    margin-top: 45px;
}
.p1Cont .box4{
    width: 430px;
    height: 365px;
    background: url("../img/p1-bg.jpg") no-repeat left bottom;
    float: left;
    margin-top: 35px;
    padding-left: 35px;
}
.p1Cont .box4 h3{
    font-size: 35px;
    color: #ff2240;

}
.p1Cont .box4 p.txt{
    font-size: 16px;
    margin:10px 0px 45px;
}
.p1Cont .box4 p.dui{
    font-size: 18px;
    margin-top: 5px;
    margin-left: 125px;
}


.p1Cont .box4 p.dui span{
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
    animation:myKey 1s infinite ease-in-out;

}
@-webkit-keyframes myKey {
    0% {

        -webkit-transform:scale(0.9);
    }
    50% {

        -webkit-transform:scale(1.05);
    }
    100% {

        -webkit-transform:scale(0.9);
    }
}

.p1Cont .box4 p.ren{
    font-size: 18px;
    color: #ff2240;
    margin-top: 45px;
}
.p1Cont .box4 p.ren span{
    font-size: 22px;
    font-weight: bold;
}
.p1Cont .box4 a{
    width: 90px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    display: block;
    background: url("../img/p1-jt.png") no-repeat center center;
    transition: 0.2s;
}
.p1Cont .box4 a:hover{
    margin-left: 5px;
    background: url("../img/p1-jt-hover.png") no-repeat center center;
    transition: 0.2s;
}
.p1Cont .box5{
    width: 442px;
    height: 374px;
    position: relative;
    float: right;
}
.p1Cont .box5 img{
    position: absolute;
    right: 28px;
    box-shadow: 0px 10px 18px -5px rgba(0,0,0,0.6);
}
.p1Cont .box5:before{
    content: '';
    width: 442px;
    height: 374px;
    position:absolute;
    right: 0;
    top:28px;
    background-color: #ffd3d9;
    z-index: -1;
    display: block;
}



/*中间表单*/
.cForm{
    height: 338px;
    background: url("../img/p2-bg.jpg") no-repeat center top;
    padding-top: 15px;
}
.cForm h2{
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
    font-size: 36px;
    line-height: 1.5em;

}
.cForm h2 span{
    font-weight: bold;
    display: block;
}
.cForm form{
    width:93%;
    margin: auto;
}
.cForm form>label{
    color: #fff;
    margin-right: 20px;
}
.cForm form>label input{
    width: 275px;
    height: 45px;
    background: #fff;
    border-radius: 25px;
    margin-right: 10px;
    padding-left: 20px;
    font-size: 16px;
    color: #bebebe;

}
.cForm form button{
    background: #ffe100;
    width: 275px;
    height: 45px;
    font-size: 20px;
    color: #ff2240;
    text-align: center;
    line-height: 43px;
    border-radius: 25px;
    cursor: pointer;

}
.cForm form ul{
    font-size: 20px;
    color: #fff;
    margin:0 0 18px 25px;
}
.cForm form ul li {
    width: 140px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin:0 100px 0 38px;

}
.cForm form ul li span{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    display: inline-block;
}
.cForm form ul li span input{
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 2em;
    position: relative;
    vertical-align: middle;
    right: 10px;
    cursor: pointer;

}
.cForm form ul li span input.act{
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 2em;

}
.cForm form ul li span input.act:before{
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 3px;
    top:3px;
    display: block;
    background-color: #fff;
    border-radius: 2em;
    margin: 0 auto;
}




/*part3*/
.p3Cont{

}
.p3Cont p{
    width: 215px;
    float: left;
    margin: 0 15px 0 23px;

}
#m-r{
    margin-right: 0;
}
.p3Cont p img{
    width: 208px;
    height: 290px;
    margin: 0 auto;
}
.p3Cont p span{
    display: block;
    text-align: center;
    font-size: 16px;
}
/*part4*/
.part4{
    background-color: #282829;
}
.p4Cont{

}
.p4Cont .box{
    color: #fff;
    position: relative;
    left: 0;
}
.p4Cont .box h3{
     font-size: 20px;

 }
.p4Cont .box p{
    font-size: 16px;
    line-height: 1.8em;

}
.p4Cont .box .Left span{
    display: block;
    width: 76px;
    height: 80px;
    background: url("../img/p4-biao.png")no-repeat left;
    transform: rotateY(0deg);
    transition: 0.2s;
}
.p4Cont .box:hover{
    box-shadow: 1px 5px 10px -5px rgba(0,0,0,0.9);
}
.p4Cont .box:hover span{
    transform: rotateY(360deg);
    transition: 0.4s;
}
.p4Cont .box1{
    width: 709px;
    height: 278px;
    float: left;
    margin-bottom: 15px;

}
.p4Cont .box1 .Left:before,
.p4Cont .box1 .Left:after{
    content: '';
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    transform:rotateZ(-45deg);
    z-index: 1;
}
.p4Cont .box1 .Left:before{
    width: 80px;
    transform-origin:55% 50%;
    right: 59%;

}
.p4Cont .box1 .Left:after{
    width: 120px;
    transform-origin:-10% 50px;;



}

.p4Cont .box1 h3{
    margin-top: 30px;
    margin-bottom: 30px;
}
.p4Cont .box1 .Left{
    width: 280px;
    height: 278px;
    background-color: #f15a3f;
    overflow: hidden;
    padding: 25px 40px;
}
.p4Cont .box1 .Left span{
    background-position:0 0;
    margin-left: 155px;
    margin-top: 15px;
}
.p4Cont .box2{
    width: 280px;
    height: 278px;
    float: right;
    margin-bottom: 15px;

}
.p4Cont .box2 h3{
    margin: 5px 0 10px;
    text-align: center;
}
.p4Cont .box2 .Left{
    width: 280px;
    height: 278px;
    background-color: #ff2240;
    overflow: hidden;
    padding: 25px 40px;
}
.p4Cont .box2 .Left span{
    background-position:-86px 0;
    margin: 0 auto;
}
.p4Cont .box3{
    width: 390px;
    float: left;

}
.p4Cont .box3 h3{
    margin-top: 8px;
    padding-bottom: 10px;
}
.p4Cont .box3 h3:after{
    content: '';
    height: 1px;
    width: 100px;
    margin: 18px auto;
    background-color: #fff;
    display: block;
}
.p4Cont .box3 .Left{
    width: 188px;
    height: 189px;
    background-color: #f58345;
    overflow: hidden;
    padding: 25px 15px;
}

.p4Cont .box3 .Left span{
    background-position:-200px 0;
    margin: 0 auto;
}
.p4Cont .box3 .right{
    width: 202px;
    height: 189px;
    background-color: #fff;
    color: #080808;
    overflow: hidden;
    padding: 40px 25px;
}
.p4Cont .box4{
    margin-left: 15px;
}
.p4Cont .box4 .Left{
    background-color: #f14076;
}
.p4Cont .box4 .Left span{
    background-position:-295px 0;
    margin: 0 auto;
}
.p4Cont .box4 .right{
    padding: 40px 40px;
}
.p4Cont .box5{
    float: right;
    width: 189px;
    height: 189px;
}
.p4Cont .box5 .Left{
    background-color: #fdbf69;
}
.p4Cont .box5 .Left span{
    background-position:-398px 0;
    margin: 0 auto;
}
/*part5*/

.p5Cont{
    height: 610px;
}
.p5Cont .btn2{
    box-shadow: 1px 8px 15px -5px rgba(0,0,0,0.2);
    overflow: hidden;
}
.p5Cont .btn2 li{
    float: left;
    height: 61px;
    line-height: 60px;
    padding: 0 74px 0 110px;
    border-bottom: 1px solid #ff2240;
    position: relative;
    font-size: 20px;
    cursor: pointer;
}
.p5Cont .btn2 li:before{
    content: '';
    background:url("../img/p5-icon.png") no-repeat left 0;
    width: 35px;
    height: 40px;
    position: absolute;
    left: 60px;
    top:10px;
}
.p5Cont .btn2 li.li-1:before{
    background-position-X:0;
}
.p5Cont .btn2 li.li-2:before{
    background-position-X: -46px;
}



.p5Cont .box{
    margin-top: 41px;
    display: none;
}
.p5Cont .box .r-nav{
    width: 288px;
    height: 488px;
    float: left;
    padding: 40px 0;
    box-shadow: 1px 4px 25px -5px rgba(0,0,0,0.4);
    border: 1px solid #9f9f9f \9;
    cursor: pointer;


}
.p5Cont .box .r-nav h3{
    font-size: 24px;
    color: #000;
    padding-left: 50px;
    margin-bottom: 75px;
}
.p5Cont .box .r-nav h3 span{
    color: #ff2240;
}
.p5Cont .box .r-nav ul li{
    font-size: 15px;
    padding-left: 15px;
    height: 55px;
    line-height: 53px;
    width: 307px;
    position: relative;
    margin-top: 53px;
    cursor: pointer;
}
.p5Cont .box-a .r-nav h3{

    margin-bottom: 40px;
}
.p5Cont .box-a .r-nav ul li{

    margin-top: 15px;
}
.p5Cont .box .cont-nr .nr{
    display: none;
}
.p5Cont .box .cont-nr{
    width: 556px;
    float: right;
}
.p5Cont .box .cont-nr:before{
    content: '';
    width: 584px;
    height: 335px;
    border: 5px solid #ff2240;
    position: absolute;
    top:144px;
    right: 0;
    z-index: -1;
    display: block;

}
.p5Cont .box .cont-nr .imgBox{
    width: 556px;
    height: 431px;
    background-color: #fff;
    position: relative;
    left: 0;

}
.p5Cont .box .cont-nr .imgBox .img{
    width: 526px;
    margin-left: 30px;
    position: absolute;

}
.p5Cont .box .cont-nr .imgBox .img-txt{
    width: 215px;
    margin-left: 60px;
    padding-top: 135px;
    text-align: center;
    position: absolute;
}
.p5Cont .box .cont-nr .imgBox .img-txt h3{
    font-size: 24px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 25px;
}
.p5Cont .box .cont-nr .imgBox .img-txt h3 span{
    color: #ff2240;
    display: block;
}
.p5Cont .box .cont-nr .imgBox .img-txt p{
    font-size: 16px;
    color: #333;
    text-align:left;
    line-height: 2em;
}
.p5Cont .box .cont-nr .computer{
    position: absolute;
    left: -115px;
    top:360px;
}

.p5Cont .box .cont-nr .go{
    width: 135px;
    height: 165px;
    background-color: #ff2240;
    position: absolute;
    right: -2px;
    bottom: -80px;
    display: block;
}
.p5Cont .box .cont-nr .go .more{
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    left: 0;
    top:25px;
    z-index: 2;
    font-weight: bold;

}
.p5Cont .box .cont-nr .go .txt{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top:30px; ;
}
.p5Cont .box .cont-nr .go .jt{
    text-align: center;
    margin-top:18px;
}
.p5Cont .box .cont-nr .go:hover .jt{
    transform: scale(1.1);
    transition: 0.1s;
}
.p5Cont .box .cont-nr .go:before,
.p5Cont .box .cont-nr .go:after{
    content: '';
    width: 33px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    top:40px;z-index: 1;
}
.p5Cont .box .cont-nr .go:after{
    right: 0;
}
/*p5Cont act*/
.p5Cont .box.act{
    display:block;
}
.p5Cont .btn2 li.act{
    color: #ff2240;

}
.p5Cont .btn2 li.act:before{
    background-position-Y:-43px;
}

.p5Cont .box .r-nav ul li.nav-act{
    background-color: #ff2240;
    color: #fff;
    transition: 0.2s;
}
.p5Cont .box .cont-nr .nr.act{
    display:block;

}
.p5Cont .box-a .cont-nr .nr.act{
    display:block;
}




/*中间表单-2*/
.cForm1{
    height: 335px;
    background: url("../img/Form2Bg.jpg") no-repeat center top;
    padding-top: 15px;
}
.cForm1 h2{
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
    margin-top: 15px;
    font-size: 40px;
    line-height: 1.5em;
}
.cForm1 h2 span{
    font-weight: bold;
    color: #ffe100;
}
.cForm1 form{
    width:67%;
    margin:0 auto;
}
.cForm1 form>label{
    color: #fff !important;
    margin-left: 10px;
    margin-right: 3px;

}
.cForm1 form>label input{
    width: 236px;
    height: 49px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff;
    padding-left: 10px;

}
.cForm1 button{
    background: #ffe100;
    width: 156px;
    height: 49px;
    font-size: 20px;
    color: #ff2240;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    cursor: pointer;
}
.cForm1 ul{
    font-size: 20px;
    color: #fff;
}
.cForm1 ul li{
    width: 163px;
    height: 67px;
    line-height: 65px;
    background:url("../img/form-2-icon.png") no-repeat center;
    float: left;
    margin:45px 1px 0;
    position: relative;


}
.cForm1 ul li a{
    display: block;
    font-size: 20px;
    color: #ff2240;
    padding-left: 68px;
}
.cForm1 ul li:before{
    content: '';
    width: 51px;
    height: 51px;
    background:url("../img/form-2-icon2.png") no-repeat center;
    display: block;
    position: absolute;
    left: 9px;
    top:7px;
    transition: 0.4s;
}
.cForm1 ul li.box1:before{
    background-position-X:0;
}
.cForm1 ul li.box2:before{
    background-position-X:-52px;
}
.cForm1 ul li.box3:before{
    background-position-X:-104px;
}
.cForm1 ul li.box4:before{
    background-position-X:-156px;
}
.cForm1 ul li.box5:before{
    background-position-X:-208px;
}
.cForm1 ul li.box6:before{
    background-position-X:-260px;
}
.cForm1 ul li:hover:before{
    transform: rotateY(360deg);
    transition: 0.4s;
}
.cForm1 form>label input::-webkit-input-placeholder{
    color:#fff;
}
.cForm1 form>label input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
.cForm1 form>label input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
.cForm1 form>label input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#fff;
}

/*part7*/
.p7Cont{
    height: 430px;
}
.p7Cont .box{
    width: 273px;
    height: 381px;
    position: relative;
    float: left;
    top: 50px;
}
.p7Cont .box .imgBox{
    width: 273px;
    height: 381px;
    position: absolute;
}
.p7Cont .box .pop{
    width: 273px;
    height: 381px;
    background: url("../img/p7-pop.png") no-repeat center center #ff2240;
    position: absolute;
    transform: rotateY(90deg);
    transition: 0.4s;
    padding: 40px 28px;
    color: #fff;
    font-size: 16px;

    display: none \9;
}
.p7Cont .box .pop p{
    margin-top: 30px;
}
.p7Cont .box:hover .pop{
    transform: rotateY(0deg);
    transition: 0.4s;
    display: block \9;
}
.p7Cont .box2{
    margin: 0 89px;
    top:0;
}




/*part6-师资*/
.part6{
    height: 865px;
    background: url("../img/p6-bg.jpg") no-repeat center top;
}
.p6Cont{
    height: 535px;

}
.p6Cont .swiper-container{
    height: 534px;
}
.p6Cont .swiper-container .swiper-wrapper{
    height: 534px;
}
.p6Cont .swiper-container .swiper-slide{
    height: 534px;
}
.p6Cont .slideDiv{
    height: 534px;
}
.p6Cont .slideDiv .left{
    height: 472px;
    float: left;
    position: relative;
}
.p6Cont .slideDiv .left .del{
    width: 280px;
    position: absolute;
    left: 150px;
    top: 200px;
}
.p6Cont .slideDiv .left .del .num{
    position: absolute;
    top: -95px;
    left: -14px;
    font-size: 40px;
    color: #000;
    transform: rotateZ(90deg);
}
.p6Cont .slideDiv .left .del .titName{
    font-size: 24px;
    color: #050001;
}
.p6Cont .slideDiv .left .del .titName p{
    font-weight: normal;
    color: #ff2240;
}
.p6Cont .slideDiv .left .del .titName p span{
    color: #050001;
    padding-left: 8px;
}
.p6Cont .slideDiv .left .del .text{
    font-size: 14px;
    color: #666;
    padding-top: 50px;
}
.p6Cont .slideDiv .right{
    height: 528px;
    float: left;
}
.p6Cont .p6btn{
    width: 128px;
    height: 36px;
    position: absolute;
    right: 48px;
    bottom: 80px;
    z-index: 10;
}
.p6Cont .p6btn span{
    display: inline-block;
    float: left;
}
.p6Cont .p6btn .btn{
    width: 36px;
    height: 36px;
    background: url("../img/p6-icon.png") no-repeat left top;
    cursor: pointer;
}
.p6Cont .p6btn .btn.btnLeft{
    background-position: 0 0;
}
.p6Cont .p6btn .btn.btnRight{
    float: right;
    background-position: right 0;
}
.p6Cont .p6btn .btnLeft.act{
    background-position: 0 -44px;
}
.p6Cont .p6btn .btnRight.act{
    background-position: -44px -44px;
}
.p6Cont .p6btn .page{
    width: 56px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
}
.p6Cont .p6btn .page em, .p6Cont .p6btn .page i{
    font-style: normal;
    font-weight: bold;
    color: #222;
}

/*part7*/


/*part8*/
.part8{
    background: #f9ffff;
    padding-bottom:40px;
}
.p8Cont{

}
.p8Cont li{
    width: 25%;
    float: left;
    padding: 15px 15px;
}
.p8Cont li .img{
    position: relative;
}
.p8Cont li .img:after{
    content:'';
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    background: #ededed;
    top: 15px;
    left: 15px;
    position: absolute;

}
.p8Cont li .img img{
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
}
.p8Cont li .img span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 32px;
    background: #ff2240;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
    display: block;
    z-index: 11;
}
.p8Cont li .del{
    padding-top: 30px;
}
.p8Cont li .del h2{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-bottom: 5px;
}
.p8Cont li .del p{
    font-size: 14px;
    color: #666;
}


/*表单*/
.bd_part12 {
    width: 100%;
    height: 504px;
    overflow: hidden;
    background: url("../img/form.jpg") no-repeat center;
}
.form h2 {
    margin-top: 80px;
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
.form h2 span {
    color: #ff2240;
}
.form h3 {
    margin-top: 26px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #999;
    font-weight: normal;
}
.form form {

    width: 412px;
    margin: 0 auto;
}
.form input[type="text"] {
    margin-top: 19px;
    width: 412px;
    height: 62px;
    display: block;
    text-indent: 60px;
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
    border-radius: 8px;
    font-size: 18px;
}
.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: 20px;
}
.form-btn .btn1 {
    float: left;
    width: 156px;
    height: 62px;
    line-height: 62px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #ff2240;
    border-radius: 5px;
}

.form-btn input[type="submit"] {
    float: right;
    width: 100%;
    height: 62px;
    line-height: 62px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background: #ff2240;
    border-radius: 5px;
    border: none;
}