/*part2*/
.part2{}
.p2Cont{
    position: relative;
    width: 586px;
    /*width: 796px;*/
    height: 265px;
    background:url("../img/part2Bg.jpg") no-repeat center bottom #000;
    background-size: 100% auto;
    margin:220px auto 0;
}
.p2Cont > div{
    position: absolute;
    bottom:105px;
    perspective: 200px; /*3d*/
    cursor: pointer;
}
.p2Cont > div > div{
    transform-style: preserve-3d;
}
.p2Cont > div > div img{
    display: block;
    transition: 1s;
}
.p2Cont > .delText{ /*下边文字*/
    top:auto;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.p2Cont .delText h3{
    font-size: 22px;
}
/*图片位置*/
.p2Cont .left{
    left: -110px;
}
.p2Cont .center{
    left: 50%;
    margin-left: -150px;
}
.p2Cont .right{
    right: -110px;
    z-index: 1;
}
/*图片文字共用*/
.p2Cont >div > div .del{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
}
/*标题*/
.p2Cont > div >div .del h3{
    display: inline-block;
    font-size: 30px;
    position: relative;
}
.p2Cont >div > div .del h3:before, .p2Cont > div .del h3:after{
    content: '';
    display: block;
    position: absolute;
    top:25px;
    width: 30px;
    height: 1px;
    background: #fff;
}
.p2Cont >div > div .del h3:before{
    left: -40px;
}
.p2Cont >div > div .del h3:after{
    right: -40px;
}
.p2Cont >div > div .del p{
    padding:20px 40px 30px;
    font-size: 16px;
}
.p2Cont >div > div .del a{
    border:1px solid #fff;
    display: inline-block;
    width: 130px;
    height: 42px;
    line-height:40px;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
}
/*单独*/
.p2Cont .center > div .del{
    padding-top: 50px;
    background: #ff6700;
}
.p2Cont  .left >div .del{
    padding-top: 20px;
    background: #b7cf3d;
}
.p2Cont .right > div .del{
    padding-top:20px;
    background: #4e5379;

}
.p2Cont .left >div .del p,.p2Cont .right div >.del p{
    padding:10px 20px 20px;
    font-size: 16px;
    min-height: 105px;
}

/*鼠标滑过*/
.p2Cont > div > div .del{
    -webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
    transform: rotateX(90deg) translateY(-100%) scale(0.5);
    transition: 1s;
}
.p2Cont > div:hover > div .del{
    -webkit-transform: rotateX(0deg) translateY(0%) scale(1);
    transform: rotateX(0deg) translateY(0%) scale(1);
    opacity: 1;
    transition: 1s;
}
.p2Cont > div:hover > div > img{
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    transition: 1s;
}


.p2Cont > div.act > div .del{
    -webkit-transform: rotateX(0deg) translateY(0%) scale(1);
    transform: rotateX(0deg) translateY(0%) scale(1);
    opacity: 1;
    transition: 1s;
}
.p2Cont > div.act > div > img{
    -webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
    transform: rotateX(-100deg) translateY(50%) scale(0.5);
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    transition: 1s;
}
.p2Cont .rightBg{
    position: absolute;
    bottom: 85px;
    perspective: 200px;
    right: -130px;
    width: 232px;
    height: 125px;
    background: rgba(76,151,206,0.8);
    z-index: 0;
}
/*part3*/
.part3{background: #f3f6f9; position: relative; overflow: hidden;min-width: 1000px;}
.p3Bg{
    position: absolute;
}
.p3Cont{
    /*width: 1000px;*/
    margin: 0 -35px;
}
.p3Cont .device {
    width: 100%;
    height: 750px;
    position: relative;
}
.p3Cont .swiper-container {
    height: 736px;
}
.p3Cont .swiper-slide{
    position: relative;
}
.p3Cont .swiper-slide .left, .p3Cont .swiper-slide .right{
    position: absolute;
}
.p3Cont .swiper-slide > img{
    width: 100%;
    display: block;
}
.p3Cont .pagination {
    bottom:0;
    width:100%;
    z-index:20;
    text-align:center;
    position:absolute;
}
.p3Cont .swiper-pagination-switch {
    margin:0 5px;
    width:30px;
    height:4px;
    cursor:pointer;
    display:inline-block;
    background: #e5e5e5;
}
.p3Cont .swiper-active-switch {
    background:#ffc600;
}

/*视频*/
.videoBox .video{
    position: absolute;
    top:53px;
    left: 66px;
    width: 927px;
    height: 589px;
    background: #000;
}
 /*共用样式*/
.p3Cont .device .left, .p3Cont .device .right{
    position: absolute;
    z-index: 1;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 30px rgba(168,198,254, 0.6);
    -moz-box-shadow: 0 10px 30px rgba(168,198,254, 0.6);
    -ms-box-shadow: 0 10px 30px rgba(168,198,254, 0.6);
    box-shadow: 0 10px 30px rgba(168,198,254, 0.6);


    opacity: 0;
}
.p3Cont .device .left{
    width: 200px;
    height: 200px \9;
    min-height: 200px;
    top: 250px;
    left: -50px;
    text-align: center;
    padding-top: 50px;
}
.p3Cont .device .right{
    width: 260px;
    height: 202px;
    top: 370px;
    right: -96px;
}
.p3Cont .device .right span{
    display: inline-block;
    width: 82px;
    height: 82px;
    border-radius: 100%;
    position: absolute;
    top:-45px;
    background: #fff;
    border:4px solid #fff;
    left: 50%;
    margin-left: -40px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.p3Cont .device .right span > img{
    width: 100%;
    height: auto;
    border-radius: 100%;
}
.p3Cont .device .right h3{
    color: #2062e6;
    font-size: 16px;
    text-align: center;
    margin-top: 60px;
}
.p3Cont .device .right p{
    padding: 10px 20px;
    font-size: 14px;
    color: #999;
    text-align: justify;
}
.p3Cont .device .right{}

/*单独样式*/
.p3Cont .device .leftVideo{/*视频*/
}
.p3Cont .device .rightVideo span{
    background: #ffc600;
}
.p3Cont .device .leftStudent{/*学员*/
    padding: 0 10px;
}
.p3Cont .device .leftStudent ul li{
    border-bottom: 1px solid #e9edf4;
    padding: 10px 10px 10px 30px;
}
.p3Cont .device .leftStudent ul li>div{
    float: left;
    position: relative;
    text-align: left;
}
.p3Cont .device .leftStudent ul li>div:before{
    content: '';
    display: inline-block;
    position: absolute;
    top:6px;
    left: -20px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #000;
}
.p3Cont .device .leftStudent ul li > span{
    display: inline-block;
    float: right;
    font-size: 14px;
    position: relative;
}
.p3Cont .device .leftStudent ul li > span i{/*红色箭头*/
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 6px;
    background: #f00;
    left: -12px;
    top: 10px;
}
.p3Cont .device .leftStudent ul li > span i:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width:5px;
    border-style: solid;
    border-color:transparent transparent #f00 transparent;
    top: -10px;
    left: -4px;
}
.p3Cont .device .leftStudent ul li > span i.green{/*绿色箭头*/
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 6px;
    background: #1fbf22;
    left: -12px;
    top: 6px;
}
.p3Cont .device .leftStudent ul li > span i.green:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width:5px;
    border-style: solid;
    border-color: #1fbf22 transparent transparent transparent;
    top: 6px;
    left: -4px;
}
/*单独样式*/
.p3Cont .device .leftStudent ul li.li_1{
    color: #5faead;
}
.p3Cont .device .leftStudent ul li.li_1>div:before{
    background: #5faead;
}
.p3Cont .device .leftStudent ul li.li_2{
    color: #7f9c67;
}
.p3Cont .device .leftStudent ul li.li_2>div:before{
    background: #7f9c67;
}
.p3Cont .device .leftStudent ul li.li_3{
    color: #bc853f;
    border-bottom: none;
}
.p3Cont .device .leftStudent ul li.li_3>div:before{
    background: #bc853f;
}

.p3Cont .device .leftStudent.leftStudent3 ul li.li_1 i{
    font-style: normal;
    color: #999;
    float: left;
    margin-left:-20px;
}
.p3Cont .device .leftStudent.leftStudent3 ul li.li_2{
    color: #2062e6;
}
.p3Cont .device .leftStudent.leftStudent3 ul li.li_2>div:before{
    background: #2062e6;
}
.p3Cont .device .leftStudent.leftStudent3 ul li.li_3{
    color: #f1a101;
}
.p3Cont .device .leftStudent.leftStudent3 ul li.li_3>div:before{
    background: #f1a101;

}
.p3Cont .device .leftStudent.leftStudent3 ul li.li_2>div,.p3Cont .device .leftStudent.leftStudent3 ul li.li_3>div{
    font-weight: bold;
}

.p3Cont .device .leftStudent.leftStudent3 ul li.li_2>div p, .p3Cont .device .leftStudent.leftStudent3 ul li.li_3>div p{
    font-weight: normal;
}

/**/
.p3Cont .slideDel{
    position: absolute;
    width: 485px; 
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    background: -webkit-linear-gradient(left, #305ccc, #704ccf);
    background: -moz-linear-gradient(left, #305ccc, #704ccf);
    background: linear-gradient(left, #305ccc, #704ccf);
    background:#305ccc \9;
    border-radius: 6px;
    opacity: 1;
}
.p3Cont .slideDel.del1{
    top: 185px;
    right: 205px;
}
.p3Cont .slideDel.del2{
    bottom: 116px;
    right: 205px;
}
.p3Cont .slideDel.delActive{
    opacity: 1;
    transition: 0.5s;
}
/*动画*/
.animationL{
    transform:translateX(-400px);
    opacity: 0 !important;
}
.animationLActive{
    transform:translateX(0);
    opacity: 1 !important;
    transition: 0.5s;
}
.animationR{
    transform:translateX(400px);
    opacity: 0 !important;
}
.animationRActive{
    transform:translateX(0);
    opacity: 1 !important;
    transition: 0.5s;
}
/*背景小球运动*/
.part3 .tit{
    margin-bottom: 35px;
}
.part3 .circle{
    position: absolute;
    animation: movingCircle 10s ease-in-out infinite alternate;
    z-index: 20;
}
.part3 .circle.circle1{
    left: 50px;
    top: 50px;
}
.part3 .circle.circle2{
    right: 100px;
    top: 50px;
    animation: movingCircle 25s ease-in-out infinite alternate;
}
.part3 .circle.circle3{
    right: 150px;
    bottom: 50px;
    animation: movingCircle 20s ease-in-out infinite alternate;
}
.part3 .circle.circle4{
    left: 100px;
    bottom: 100px;
    animation: movingCircle 15s ease-in-out infinite alternate;
}



@-webkit-keyframes movingCircle {
    0% {
        -webkit-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0); }
    50% {
        -webkit-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px); }
    100% {
        -webkit-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px); } }

@-moz-keyframes movingCircle {
    0% {
        -moz-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0); }
    50% {
        -moz-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px); }
    100% {
        -moz-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px); } }

@keyframes movingCircle {
    0% {
        -webkit-transform: rotate(0) translate(0, 0);
        -moz-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0); }
    50% {
        -webkit-transform: rotate(180deg) translate(160px, 90px);
        -moz-transform: rotate(180deg) translate(160px, 90px);
        transform: rotate(180deg) translate(160px, 90px); }
    100% {
        -webkit-transform: rotate(360deg) translate(-20px, -40px);
        -moz-transform: rotate(360deg) translate(-20px, -40px);
        transform: rotate(360deg) translate(-20px, -40px); } }





/*part4*/
.p4Cont{
    margin:-10px;
}
.p4Cont li{
    float: left;
    width: 25%;
    padding:10px;
    cursor: pointer;
}
.p4Cont li > a > div ,.p4Cont li > a{
    position: relative;
    overflow: hidden;
    display: block;
}
.p4Cont li > a > div > img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.p4Cont li > a > div .label{
    position: absolute;
    width:100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: rgba(76,151,206,.9);
    background: #4c97ce \9;
    z-index: 1;
    border-radius: 8px;
}
.p4Cont li > a > div .label.label_1{
    bottom: 24px;
    left: 19px;
}
.p4Cont li > a > div .label.label_2{
    top: 24px;
    left: 19px;
}
.p4Cont li > a > div .label.label_3{
    top: 24px;
    right: 19px;
}
.p4Cont li > a > div .pop{
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 2;
    background: rgba(0,0,0,0.8);
    background: #000 \9;
    text-align: center;
    color: #fff;
    padding-top: 90px;
    
    opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
  /*  -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);*/
}
.p4Cont li.li_1 > a > div .pop{
    background: #ff5000;
    opacity: 1;
    top:0;

}
.p4Cont li > a > div .pop h3{font-size: 22px; position: relative;padding-bottom: 10px;}
.p4Cont li > a > div .pop h3:before{
    position: absolute;
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url("../img/part4_icon.png") no-repeat;
    top:-60px;
    left: 50%;
    margin-left: -30px;
}
.p4Cont li > a > div .pop p{font-size: 14px; padding: 0 20px;}
.p4Cont li > a > div .pop i{
    position: absolute;
    top:10px;
    right: 10px;
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../img/part4_icon.png") no-repeat right top;
    -webkit-animation: p4Am 0.8s 0.8s infinite alternate ease-in-out;
    -moz-animation: p4Am 0.8s 0.8s infinite alternate ease-in-out;
    -o-animation: p4Am 0.8s 0.8s infinite alternate ease-in-out;
    animation: p4Am 0.8s 0.8s infinite alternate ease-in-out;
}
@-webkit-keyframes p4Am{
    0%{ -webkit-transform: scale(0.9); -moz-transform: scale(0.9);-o-transform: scale(0.9);transform: scale(0.9);opacity: 0.8}
    100%{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1);opacity: 1;}
}
@-moz-keyframes p4Am{
    0%{ -webkit-transform: scale(0.9); -moz-transform: scale(0.9);-o-transform: scale(0.9);transform: scale(0.9);opacity: 0.8}
    100%{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1);opacity: 1;}
}
@keyframes p4Am{
    0%{ -webkit-transform: scale(0.9); -moz-transform: scale(0.9);-o-transform: scale(0.9);transform: scale(0.9);opacity: 0.8}
    100%{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1);opacity: 1;}
}


/*私有的*/
.p4Cont li.li_1 > a > div .pop h3:before{
    background-position: 0 center;
}
.p4Cont li.li_2 > a > div .pop h3:before{
    background-position: -60px center;
}
.p4Cont li.li_3 > a > div .pop h3:before{
    background-position:-120px center;
}
.p4Cont li.li_4 > a > div .pop h3:before{
    background-position: -180px center;
}
.p4Cont li.li_5 > a > div .pop h3:before{
    background-position: -240px center;
}
.p4Cont li.li_6 > a > div .pop h3:before{
    background-position: -300px center;
}
.p4Cont li.li_7 > a > div .pop h3:before{
    background-position: -360px center;
}
.p4Cont li.li_8 > a > div .pop h3:before{
    background-position: -420px center;
}

/*鼠标滑过*/
.p4Cont li:hover a > div .pop{
    opacity: 1;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    top:0;
 /*   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);*/
}

/*part5*/
.part5{
    background: url("../img/part5Bg.jpg") no-repeat center top #242424;
    background-size: 100% auto;
    width: 100%;
    height: 842px;
}
.p5Cont{
    width: 801px;
    height: 517px;
    margin: auto;
    position: relative;
}
.p5Cont div{
    position: absolute;
}
.p5Cont div img{
    display: block;
}
.p5Cont .pic0{
    z-index: 1;
    right: -80px;
    bottom: -50px;
}
.p5Cont .pic1{
    z-index: 2;
    left: -102px;
    bottom: 52px;
    box-shadow: 20px 40px 40px 10px rgba(0,0,0,0.3);
    transform: translateX(0px);
    opacity: 0;
}
.p5Cont .pic2{
    z-index: 3;
    right: 204px;
    bottom: -60px;
    box-shadow: 0 0 30px 5px rgba(0,0,0,0.5);
    opacity: 0;
}
.p5Cont .pic3{
    z-index: 2;
    right: 78px;
    bottom: -28px;
    box-shadow: 0px 40px 60px 10px rgba(0,0,0,0.4);
    opacity: 0;
}
.p5Cont .pic1Active{
    -moz-animation: p5mPic1 0.8s;
    -webkit-animation: p5mPic1 0.8s;
    -o-animation: p5mPic1 0.8s;
    animation: p5mPic1 0.8s;
    opacity:1;
    transition: opacity 0.8s;
}
.p5Cont .pic2Active{
    -webkit-animation: p5mPic2 1.5s;
    -moz-animation: p5mPic2 1.5s;
    -o-animation: p5mPic2 1.5s;
    animation: p5mPic2 1.5s;
    opacity:1;
    transition: opacity 1.5s;}
.p5Cont .pic3Active{
    -webkit-animation: p5mPic3 1.2s;
    -moz-animation: p5mPic3 1.2s;
    -o-animation: p5mPic3 1.2s;
    animation: p5mPic3 1.2s;
    opacity:1;
    transition: opacity 1.2s;
  }
.p5Cont .pic3{
    width: 220px;
    height: 387px;
}
.p5Cont .pic3 > img{
    width: 100%;
}
.p5Cont .pic1{
    -webkit-animation: p5mWD 2s infinite alternate ease-in-out;
    -moz-animation: p5mWD 2s infinite alternate ease-in-out;
    -o-animation: p5mWD 2s infinite alternate ease-in-out;
    animation: p5mWD 2s infinite alternate ease-in-out;
}
.p5Cont .pic2{
    -webkit-animation: p5mWD 1.5s infinite alternate ease-in-out;
    -moz-animation: p5mWD 1.5s infinite alternate ease-in-out;
    -o-animation: p5mWD 1.5s infinite alternate ease-in-out;
    animation: p5mWD 1.5s infinite alternate ease-in-out;
}
.p5Cont .pic3{
    -webkit-animation: p5mWD 2.5s infinite alternate ease-in-out;
    -moz-animation: p5mWD 2.5s infinite alternate ease-in-out;
    -o-animation: p5mWD 2.5s infinite alternate ease-in-out;
    animation: p5mWD 2.5s infinite alternate ease-in-out;
}
@-webkit-keyframes p5mPic1{
    0%{
        transform: translateX(-400px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes p5mPic1{
    0%{
        transform: translateX(-400px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes p5mPic1{
    0%{
        transform: translateX(-400px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes p5mPic2{
    0%{
        transform: translateY(200px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@-moz-keyframes p5mPic2{
    0%{
        transform: translateY(200px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes p5mPic2{
    0%{
        transform: translateY(200px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes p5mPic3{
    0%{
        transform: translateX(400px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes p5mPic3{
    0%{
        transform: translateX(400px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes p5mPic3{
    0%{
        transform: translateX(400px);
        opacity: 0;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
/*p5微动*/
@-webkit-keyframes p5mWD{
    0%{
        transform:translateY(0px);
    }
    100%{
        transform:translateY(-6px);
    }
}
@-moz-keyframes p5mWD{
    0%{
        transform:translateY(0px);
    }
    100%{
        transform:translateY(-6px);
    }
}
@keyframes p5mWD{
    0%{
        transform:translateY(0px);
    }
    100%{
        transform:translateY(-6px);
    }
}


/*part6*/
.p6Cont{}
.p6Cont{
    margin:0 -10px;
}
.p6Cont li{
    float: left;
    width: 25%;
    padding:10px;
    cursor: pointer;
}
.p6Cont li a> div{
    position: relative;
    border:1px solid;
    height: 340px;
    border-radius: 6px;
    padding-top: 180px;
    text-align: center;
    border-image: linear-gradient(90deg,#305ccc 50%,#704ccf 100%) 1 1;
}
.p6Cont li a> div > span{
    display: inline-block;
    width:136px;
    height: 46px;
    background: #325ccc \9;
    position: absolute;
    left: 50%;
    margin-left: -68px;
    top:-23px;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    background: -webkit-linear-gradient(left, #305ccc 10%, #704ccf 80%);
}
.p6Cont li a> div h3{font-size: 18px; position: relative;padding-bottom: 10px; color: #325ccc}
.p6Cont li a> div h3:before{
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url("../img/part6_icon.png") no-repeat;
    top:-120px;
    left: 50%;
    margin-left: -50px;
    border-color:#325ccc \9;
    border:1px solid;
   /* border-image: linear-gradient(90deg,#305ccc 50%,#704ccf 100%) 1 1;*/
    border-radius: 100%;
}
.p6Cont li.li_1 a> div h3:before{
    background-position: 0 center;
}
.p6Cont li.li_2 a> div h3:before{
    background-position: -100px center;
}
.p6Cont li.li_3 a> div h3:before{
    background-position: -200px center;
}
.p6Cont li.li_4 a> div h3:before{
    background-position: -300px center;
}
.p6Cont li a> div p{font-size: 14px; padding: 0 10px; color: #333;}
.p6Cont li a> div em{
    position: absolute;
    bottom:-16px;
    display: inline-block;
   /* width: 44px;
    height: 44px;*/
    width: 32px;
    height: 32px;
    background:#ff8400;
    left: 50%;
    margin-left: -16px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    font-size: 24px;
    z-index: 4;
    opacity: 0;
    font-style: normal;
}
.p6Cont li a> div i{
    position: absolute;
    display: inline-block;
    bottom:-16px;
    left: 50%;
    width: 32px;
    height: 32px;
    background: #ffebd5;
    margin-left: -16px;
    border-radius: 100%;
    z-index: 3;
    opacity: 0;
}
@-webkit-keyframes am{
    0%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scale(1.8);
        opacity: 0.5;
    }
}
@-moz-keyframes am{
    0%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scale(1.8);
        opacity: 0.5;
    }
}
@keyframes am{
    0%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scale(1.8);
        opacity: 0.5;
    }
}
.p6Cont li:hover a> div em{
    opacity: 1;
}
.p6Cont li:hover a> div i{
    opacity: 1;
    animation: am 1.8s infinite ease-in-out;
}

/*part7*/
.part7{
    padding:0;
    height:840px;
    background:url("../img/p7-bg.jpg") no-repeat center #242424;
    background-size:cover;
    position: relative;
}
.p7 .main{
    position:relative;
    width: 1000px;
    margin: auto;
}
#teacher{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:600px;
    position:absolute;
    overflow:hidden;
}
@media(max-width: 768px) {
    #teacher{
        top:0;
        left:50%;
        margin-left:-500px;
        width:1000px;
        height:600px;
        position:absolute;
        overflow:hidden;
    }
}

#teacher .swiper-slide .box{
    width:100%;
    position:relative;
}
#teacher .swiper-slide .box .img{
    margin-top:77px;
    width:100%;
    height:250px;
    overflow:hidden;
}
#teacher .swiper-slide .box h2{
    margin-top:30px;
    font-size:22px;
    line-height:22px;
    color:#ffffff;
    text-align:center;
}
#teacher .swiper-slide .box h3{
    margin-top:11px;
    font-size:14px;
    line-height:14px;
    color:#6997cb;
    text-align:center;
}
#teacher .swiper-slide .box p{
    padding:0 20px;
    margin-top:12px;
    font-size:14px;
    line-height:24px;
    color:#718eae;
    display:none;
    text-align:center;
}
/*#teacher .swiper-slide .box a{
    margin:20px auto 0;
    width:108px;
    height:17px;
    display:none;
    background:url("../img/p7-link.png") no-repeat center;
}*/
#teacher .swiper-slide .shaw{
    top:0;
    left:0;
    width:100%;
    height:250px;
    position:absolute;
    background:rgba(82,102,120,0.8);
}
#teacher .swiper-slide.act .box .img{
    margin-top:0;
    height:384px;
    transition:0.4s;
}
#teacher .swiper-slide.act .box p{
    display:block;
}

#teacher .swiper-slide.act .shaw{
    background:none;
}

#teacher .swiper-slide.swiper-slide-active .box .img{
    margin-top:0;
    height:384px;
    transition:0.4s;
}
#teacher .swiper-slide.swiper-slide-active .box p{
    display:block;
}

#teacher .swiper-slide.swiper-slide-active .shaw{
    background:none;
}

.teacher_link{
    margin:10px auto 0;
    height:30px;
    display:none;
    text-align: center;
}
.teacher_link a{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ff5500;
    background: url("../img/p7-link.png") no-repeat;
}
#teacher .swiper-slide.swiper-slide-active .box .teacher_link{
    display:block;
}
.teacher_link a:hover{
    background: url("../img/p7-link.png") no-repeat left bottom;
}
.teacher_link .a1{
    background-position:0 top;
}
.teacher_link .a2{
    background-position:-30px top;
}
.teacher_link .a3{
    background-position:-60px top;
}
.teacher_link .a4{
    background-position:-90px top;
}
.teacher_link .a1:hover{
    background-position:0 bottom;
}
.teacher_link .a2:hover{
    background-position:-30px bottom;
}
.teacher_link .a3:hover{
    background-position:-60px bottom;
}
.teacher_link .a4:hover{
    background-position:-90px bottom;
}
.p7-left{
    top:184px;
    left:-60px;
    width:52px;
    height:36px;
    display:none;
    cursor:pointer;
    z-index:999999;
    position:absolute;
    background:url("../img/p5-left.png") no-repeat center;
}
.p7-right{
    top:184px;
    right:-60px;
    width:52px;
    height:36px;
    display:none;
    cursor:pointer;
    position:absolute;
    z-index:999999;
    background:url("../img/p5-right.png") no-repeat center;
}
.p7-left:hover{
    background:url("../img/p5-left2.png") no-repeat center;
}
.p7-right:hover{
    background:url("../img/p5-right2.png") no-repeat center;
}
.p7 .main:hover .p7-left{
    display:block;
}
.p7 .main:hover .p7-right{
    display:block;
}
/*part9*/
.p9{
    padding:0;
    overflow:hidden;
}
.p9 .main{
    height:490px;
    position:relative;
}
#student{
    top:0;
    left:50%;
    margin-left:-960px;
    width:1920px;
    height:490px;
    position:absolute;
}
#student .img{
    width:312px;
    height:240px;
    position:absolute;
    overflow:hidden;
}
#student .img img{
    width:312px;
    height:240px;
    display:block;
}
#student .img.i1{
    top:0;
    left:0;
}
#student .img.i2{
    top:0;
    left:322px;
}
#student .img.i3{
    top:250px;
    left:0;
}
#student .img.i4{
    top:250px;
    left:322px;
}
#student .img2{
    top:0;
    left:644px;
    width:312px;
    height:490px;
    position:absolute;
    overflow:hidden;
}
#student .img2 img{
    width:312px;
    height:490px;
    display:block;
}
#student .img.i6{
    top:0;
    left:966px;
}
#student .img.i7{
    top:0;
    left:1288px;
}
#student .img.i8{
    top:0;
    left:1610px;
}
#student .img.i9{
    top:250px;
    left:966px;
}
#student .img.i10{
    top:250px;
    left:1288px;
}
#student .img.i11{
    top:250px;
    left:1610px;
}
#student .img .info{
    top:240px;
    left:0;
    width:312px;
    height:240px;
    position:absolute;
    overflow:hidden;
    background:#4c97ce;
    background:rgba(76,151,206,0.9);
    transition:0.4s;
}
#student .img:hover .info{
    top:0;
    transition:0.4s;
}
#student .img .info h2{
    margin-top:70px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img .info h3{
    margin-top:14px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img .info h4{
    margin-top:22px;
    color:#ffffff;
    font-size:40px;
    text-align:center;
    line-height:40px;
    font-weight:bold;
}
#student .img2 .info{
    top:490px;
    left:0;
    width:312px;
    height:490px;
    position:absolute;
    overflow:hidden;
    background:#4c97ce;
    background:rgba(76,151,206,0.9);
    transition:0.4s;
}
#student .img2:hover .info{
    top:0;
    transition:0.4s;
}
#student .img2 .info h2{
    margin-top:200px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img2 .info h3{
    margin-top:14px;
    color:#ffffff;
    font-size:16px;
    text-align:center;
    line-height:16px;
}
#student .img2 .info h4{
    margin-top:22px;
    color:#ffffff;
    font-size:40px;
    text-align:center;
    line-height:40px;
    font-weight:bold;
}
@media(max-width: 1400px){
    #student .img.i1 ,#student .img.i3, #student .img.i8 ,#student .img.i11{
        display: none;
    }
}



.p9 ul{
    padding:32px 0;
    width:100%;
}
.p9 ul li{
    float:left;
    width:20%;
    height:88px;
    background:url("../img/p9-line.jpg") no-repeat left center;
}
.p9 ul li.first{
    background:none;
}
.p9 ul li h2{
    margin-top:16px;
    font-size:23px;
    line-height:23px;
    text-align:center;
    position:relative;
    font-weight: normal;
    color: #333;
}
.p9 ul li h2 b{
    padding:0 5px;
    font-size:40px;
    font-weight:normal;
    color: #333;
}
.p9 ul li h2 span{
    top:0;
    font-size:12px;
    line-height:12px;
    position:absolute;
    color:#939393;
}
.p9 ul li p{
    margin-top:16px;
    font-size:12px;
    line-height:12px;
    text-align:center;
    color:#939393;
}
/*part10*/
.p10{
    padding:0;
    height:504px;
    background:url("../img/p10-bg.jpg") no-repeat center;
}
.p10 .tit{padding-top: 30px;margin-bottom: 30px;}
.p10 form{
   
    position:relative;
}

.p10 a{
    top:254px;
    left:266px;
    width:156px;
    height:42px;
    font-size:16px;
    color:#ffffff;
    line-height:42px;
    text-align:center;
    display:block;
    position:absolute;
    background:#4c97ce;
    border-radius:3px;
}
.p10 form input[type='submit']{
    top:254px;
    left:533px;
    width:198px;
    height:42px;
    font-size:16px;
    color:#ffffff;
    cursor:pointer;
    line-height:42px;
    text-align:center;
    display:block;
    position:absolute;
    background:#f13900;
    border-radius:3px;
    border:none;
}

/*part8*/
.part8{
    border-bottom: 1px solid #f2f2f2;
}
.p8Cont{
    width: 920px;
    margin: auto;
}
.btn{
    position: absolute;
    left: 58px;
    bottom: 12px;
    text-align: center;
}
.btn h3{
    font-size: 20px;
    color: #000;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 8px;
}
.btn h3:after, .btn h3:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 1px;
    background: #000;
    top: 15px;
}
.btn h3:before{
    left: -16px;
}
.btn h3:after{
    right: -14px;
}
.btn a{
    display:block;
    width: 116px;
    height: 34px;
    background: #4c97ce;
    color: #333;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    position: relative;
}
.btn a:before{/*下边*/
    position: absolute;
    content: '了解更多';
    width: 100%;
    height: 100%;
    border:1px solid #222;
    background: #fff;
    top: -8px;
    right: 5px;
    color: #333;
}
.btn a:after{/*上边*/
    position: absolute;
    content: '了解更多';
    width: 100%;
    height: 100%;
    border:1px solid #fff;
    background: #333;
    top: -8px;
    right: 5px;
    color: #fff;
    transform: rotateX(90deg);
}

.btn a:hover:before{/*下边*/
    transform: rotateY(90deg);
}
.btn a:hover:after{/*上边*/
    transform:rotateX(0deg);
    background: #333;
}
.btn a, .btn a:before, .btn a:after, .btn a:hover:before ,.btn a:hover:after{
    transition: 0.4s ease-out;
}
.part10 .tit h3 span{
    color: #f13900;
    font-weight: normal;
}