#courseBanner{
    overflow: hidden;
}

#courseBanner .banner-pic {
    position: absolute;
    display: block;
}

#courseBanner .main1 {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0px;

}

#courseBanner .main1 .report{
    display: block;
    width: 218px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 28px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 30px;
    position: absolute;
    left: 50%;
    margin-left: -109px;
    bottom: 116px;
}
#courseBanner .main1 .report:hover{
    background-color: #d53a48;
    border: 2px solid  #d53a48;
}

.left-pic {
    left: 0px;
    top: 40px;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.right-pic {
    right: 0px;
    bottom: 40px;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.circle-pic {
    right: 162px;
    top: 0px;
    transform-origin: 50% 8%;
    animation-name: rotate;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

@keyframes rotate {
     0% {
         transform: rotate(0deg)
     }
     25% {
         transform: rotate(-30deg)
     }
     50% {
         transform: rotate(0deg)
     }
     75% {
         transform: rotate(30deg)
     }
     100% {
         transform: rotate(0deg)
     }
 }

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(-90deg)
    }
    50% {
        transform: rotate(-180deg)
    }
    75% {
        transform: rotate(-270deg)
    }
    100% {
        transform: rotate(-360deg)
    }
}

#box1 {
    float: left;
    width: 100%;
    height:900px;
    position: relative;
    background-color: #001a39;
}

#box1 .box-title {
    height: 43px;
    width: 944px;
    margin: 0 auto;
    margin-top: 100px;
    font-size: 43px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    background-image: url("../img/huge_data/title.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#box1 .main .content {
    margin-top: 50px;
}

#box1 .main .content .left-content {
    float: left;
    width: 588px;
    position: relative;
}

#box1 .main .content .left-content .content-head {
    font-size: 24px;
    color: #ffffff;
    padding-left: 30px;
    padding-bottom: 20px;
}

#box1 .main .content .left-content .content-contain {
    width: 429px;
    height: 405px;
    background: url("../img/huge_data/l-bg.png") no-repeat center center;
    background-size: contain;
}

#box1 .main .content .left-content .content-contain .item .p-head {

    width: 50px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding-bottom: 3px;
}

#box1 .main .content .left-content .content-contain .item {
    width: 50px;
    margin-right: 35px;
    float: left;
    position: relative;
}

#box1 .main .content .left-content .content-contain .item1 {
    margin-left: 50px;
    top:213px;
}

#box1 .main .content .left-content .content-contain .item2 {
    top: 93px;
}

#box1 .main .content .left-content .content-contain .item3 {
    top: 51px;
}

#box1 .main .content .left-content .content-contain .item4 {
    top: 16px;
}

#box1 .main .content .left-content .content-contain .item div {
    width: 50px;
    background-color: #32eef7;
}

#box1 .main .content .left-content .content-contain .item1 div {
    height: 150px;
}

#box1 .main .content .left-content .content-contain .item2 div {
    height: 270px;
}

#box1 .main .content .left-content .content-contain .item3 div {
    height: 312px;
}

#box1 .main .content .left-content .content-contain .item4 div {
    height: 348px;
}

#box1 .main .content .left-content .content-contain .item .p-bottom {
    width: 50px;
    padding: 0 15px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    line-height: 20px;
}

#box1 .main .content .right-content {
    float: left;
    width: 612px;
    height: 606px;
    position: relative;
}
#box1 .main .content .right-content .circle1{
    width: 612px;
    height: 606px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("../img/huge_data/r-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    animation-name: rotateCircle;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: linear;
}

#box1 .main .content .right-content .content-contain{
    width: 470px;
    height: 469px;
    background-image: url("../img/huge_data/r-c-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#box1 .main .content .right-content .content-contain h1{
    font-size: 40px;
    color: #32eef7;
    text-align: center;
    margin-top: 110px;
    height: 38px;
    line-height: 38px;
}
#box1 .main .content .right-content .content-contain p{
    font-size: 18px;
    color: #ffffff;
    padding: 20px 57px 0px;
    line-height: 24px;
}

#box2 {
    float: left;
    width: 100%;
    height: 1063px;
    background-color: #031947;
    position: relative;
}
#box2 .box-title {
    height: 43px;
    width: 946px;
    margin: 0 auto;
    margin-top: 100px;
    font-size: 43px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    background-image: url("../img/huge_data/title2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


.jobs {
    position: relative;
    height: 747px;
    width: 1084px;

    background: url(../img/huge_data/box2/bg.png) center center no-repeat;
    -webkit-animation: bounceIn 1s .5s linear both;
    animation: bounceIn 1s .5s linear both;
    margin: 70px auto;
}

.rotateRing {
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
    margin: 0 auto;
    -webkit-animation: rotate2 5s infinite linear;
    animation: rotate2 5s infinite linear;
    transform-origin: 50% 50%;
}

@keyframes rotate2 {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate2 {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.job_logo {
    position: absolute;
}

.job_logo:hover {
    -webkit-animation: rotate2 1s linear;
    animation: rotate2 1s linear;
}

.job1 {
    left: 486px;
    top: 75px;
}

.job2 {
    left: 310px;
    top: 152px;
}

.job3 {
    left: 235px;
    top: 330px;
}

.job4 {
    left: 310px;
    top: 506px;
}

.job5 {
    left: 486px;
    top: 580px;
}

.job6 {
    right: 317px;
    top: 506px;
}

.job7 {
    left: 737px;
    top: 330px;
}

.job8 {
    right: 317px;
    top: 152px;
}

.job_title {
    position: absolute;
    padding: 12px 10px;
    font-size: 21px;
    min-width: 180px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #e5e1f0;
    color: white;
}

.jobname1 {
    left: 446px;
    top: 0;
}

.jobname2 {
    left: 97px;
    top: 97px;
}

.jobname3 {
    left: 10px;
    top: 352px;
}

.jobname4 {
    left: 97px;
    top: 607px;
}

.jobname5 {
    left: 446px;
    top: 700px;
}

.jobname6 {
    left: 772px;
    top: 607px;
}

.jobname7 {
    right: 10px;
    top: 352px;
}

.jobname8 {
    left: 772px;
    top: 97px;
}

.part1_bottom {
    padding: 70px 0;
}



#box3 {
    float: left;
    width: 100%;
    height: 1019px;
    background-color: #001a39;
    position: relative;
}

#box3 .box-title {
    height: 43px;
    width: 944px;
    margin: 0 auto;
    margin-top: 100px;
    font-size: 43px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    background-image: url("../img/huge_data/title3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#box3 .content {
    margin-top: 50px;
}

#box3 .content .title .swiper-slide {
    width: 228px !important;
    height: 67px;
    line-height: 67px;
    color: #32eef7;
    margin-right: 15px;
    font-size: 30px;
    text-align: center;
    border: solid 2px #32eef7;
}

#box3 .content .title .swipe-slide:nth-of-type(5) {
    margin-right: 0px;
}

#box3 .main .swiper3 .swiper-slide-active {
    background-color: #32eef7;
    color: #001e40;
}

#box3 .main .content .swiper-content .swiper4 {
    margin-top: 30px;
    width: 100%;
    height: 629px;
    border: solid 2px #32eef7;
}

#box3 .main .content .swiper-content .swiper4 .swiper-slide {
    background-color: #001a39;
    width: 100%;
    height: 629px
}

#box3 .main .content .swiper-content .swiper4 .swiper-slide .swiper-head {
    height: 150px;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    line-height: 150px;
}
#box3 .main .content .swiper-content .swiper4 .swiper-slide .swiper-heads {
    height: 100px;
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    line-height: 100px;
}

#box3 .main .content .swiper-content .swiper4 .swiper-slide .item {
    width: 1110px;
    margin: 0px auto;
}
#box3 .main .content .swiper-content .swiper4 .swiper-slide .items {
    width: 1110px;
    margin: 0px auto;
}

#box3 .main .content .swiper-content .swiper4 .swiper-slide .item .item-head {
    color: #32eef7;
    font-size: 24px;
    height: 50px;
    line-height: 50px;

}
#box3 .main .content .swiper-content .swiper4 .swiper-slide .items .item-head {
    color: #32eef7;
    font-size: 24px;
}


#box3 .main .content .swiper-content .swiper4 .swiper-slide .item .item-content {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0px 10px 0px;
    color: #ffffff;
}
#box3 .main .content .swiper-content .swiper4 .swiper-slide .items .item-content {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 0px 10px 0px;
    color: #ffffff;
}

#box3 .main .content .swiper-content .swiper4 .swiper-slide .item:nth-of-type(1) .item-content {
    line-height: 30px;
}

#box4 {
    float: left;
    width: 100%;
    height: 832px;
    position: relative;
    background-color: #031947;
}

#box4 .box-title {
    height: 43px;
    width: 724px;
    margin: 0 auto;
    margin-top: 100px;
    font-size: 43px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    background-image: url("../img/huge_data/title4.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#box4 .content {
    margin-top: 50px;
}

.stu-work {
    width: 280px;
    height: 256px;
    float: left;
    position: relative;
    top: 0px;
    margin-bottom: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
    margin-right: 26px;
}

.stu-work:hover {
    top: -10px;
}

.work_4,.work_8 {
    margin-right: 0px;
}

.work1 {
    background-image: url("../img/huge_data/stu-work/1.png");
}

.work2 {
    background-image: url("../img/huge_data/stu-work/2.png");
}

.work3 {
    background-image: url("../img/huge_data/stu-work/3.png");
}

.work4 {
    background-image: url("../img/huge_data/stu-work/4.png");
}

.work5 {
    background-image: url("../img/huge_data/stu-work/8.png");
}

.work6 {
    background-image: url("../img/huge_data/stu-work/6.png");
}

.work7 {
    background-image: url("../img/huge_data/stu-work/7.png");
}

.work8 {
    background-image: url("../img/huge_data/stu-work/5.png");
}

.duty {
    width: 230px;
    height: 53px;
    position: absolute;
    top: 169px;
    left: 25px;
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}