
body{
    background: #F8F8F8;
}

.zszc, .spxs{
    float: left;
    width: 60%;
}
.zszc{
    padding-right: 20px;
}
.list li{
    padding: 9px;
}
.list li:hover{
    background: #F5F5F5;
}
.list li:nth-child(even){
    background: #EFEFEF;
}
.list li a{
    display: block;
    color: #404040;
}
.list li a span{
    display: inline-block;
}
.list li a .ellipsis{
    width: 75%;
    padding: 1px;
}
.list li a .time{
    float: right;
    color: #777777;
}

.swiper-container1{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    background-image: url(/new_page/img/nlg_bg.png);
	background-position: 7px 2px;
}
.swiper-container1 img{
    width: 100%;
}

/* �ֲ� */
.swiper-container img{
    width: 100%;
}

/* ���� */
.container{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

/* ���� */
.title{
    color: #732C85;
    margin: 20px 0;
    padding: 20px 0;
}
.title .left{
    float: left;
    text-align:  center;
}

.title .left h1{
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
}
.title .left p{
    font-size: 12px;
}
.title a{
    color: #E7AF27;
    border-left: 2px solid #E7AF27;
    padding-left: 5px;
    margin-left: 10px;
    display:  inline-block;
    height: 40px;
    margin-top: 10px;
    font-size: 16px;
}

/* ��Ƶ */
.video video{
    width: 60%;
    float: left;
}
.video .right{
    float: left;
    margin-left: 5%;
    width: 35%;
}
.video .right img{
    width: 100%;
    height: 219px;
}
.video .right p{
    color: #717174;
    line-height: 14px;
}
.video h3{
    color: #525252;
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0;
}

/* ������ */
.quick{
    background: url('/new_page/img/quickbg.png');
    width: 200px;
    height: 625px;
    padding-top: 410px;
    z-index: 99;
    position: fixed;
    /* right: 5%; */
    right: 0;
    transform: rotate(0deg) translateX(0px);
    top: 300px;
    zoom: 65%;
    cursor: pointer;
    transition: 1s;
}
.quick.active{
	transform: rotate(-52deg) translateX(333px);
}
.quick ul{
    margin: 0 30px;
}
.quick li {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dashed #2A2927;
}
.quick li a{
    color: #fff;
    font-size: 16px;
}
.quick li a:hover{
    color: #713182;
}
.quick li a img{
    vertical-align: middle;
}
.home-page{
    position: relative;
    font-weight: bold;
}
.home-page:after{
    content: '';
    width: 13px;
    height: 13px;
    background-image: url("/new_page/img/home-page-mark.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 150%;
    transform: translateX(-50%);
}
.container-container{
    width: 100%;
    height: fit-content;
    background-image: url("/new_page/img/index-background.png");
    background-repeat: repeat-y;
    padding-top: 20px;
	background-position: center top;
    background-size: 100% auto;
}
.kjrk-box-list{
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.kjrk-box{
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.kjrk-box a{
    height: 159px;
    width: fit-content;
    border-radius: 12px;
}
.kjrk-box a img{
    border-radius: 12px;
}
.kjrk-box.shadow0{
    box-shadow: 0px 20px 60px 0px #3d70eb73;
 }
.kjrk-box.shadow0:hover{
    box-shadow: 0px 20px 60px 0px #3d70eba3;
}
.kjrk-box.shadow1{
    box-shadow: 0px 20px 60px 0px #3d70eb73;
}
.kjrk-box.shadow1:hover{
    box-shadow: 0px 20px 60px 0px #3d70eba3;
}
.kjrk-box.shadow2{
    box-shadow: 0px 20px 60px 0px #469bc473;
}
.kjrk-box.shadow2:hover{
    box-shadow: 0px 20px 60px 0px #469bc4a3;
}
.kjrk-box.shadow3{
    box-shadow: 0px 20px 60px 0px #6b5adb73;
}
.kjrk-box.shadow3:hover{
    box-shadow: 0px 20px 60px 0px #6b5adba3;
}
.kjrk-box.shadow4{
    box-shadow: 0px 20px 60px 0px #3c888d73;
}
.kjrk-box.shadow4:hover{
    box-shadow: 0px 20px 60px 0px #3c888da3;
}
.kjrk-box:nth-child(1){
    margin-left: -20px;
}
.kjrk-box img{
}
.kjrk-box2{
    flex-basis: 33%;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.kjrk-box2 a{
    height: 220px;
}
.kjrk-box2.left{
    transform-origin: left;
    transform: scaleX(1.1)  perspective(9.6em) rotateY(2deg);
    box-shadow: -5px 10px 52px -10px #AA231785;
}
.kjrk-box2.left:hover{
    box-shadow: -5px 10px 52px -10px #AA2317a3;
}
.kjrk-box2.center{
    box-shadow: -30px 10px 52px -20px #000D9D85, 30px 10px 52px -20px #000D9D85;
    transform-origin: top;
    transform: scale(1.05);
    z-index: 100;
}
.kjrk-box2.center:hover{
    box-shadow: -30px 10px 52px -20px #000D9Da3, 30px 10px 52px -20px #000D9Da3;
}
.kjrk-box2.right{
    transform-origin: right;
    transform: scaleX(1.1)  perspective(9.6em) rotateY(358deg);
    box-shadow: 5px 10px 52px -10px #107E8685;
}
.kjrk-box2.right:hover{
    box-shadow: 5px 10px 52px -10px #107E86a3;
}
.container.index-item{
    display: flex;
}
.container+.container{
    margin-top: 30px;
}
.container-box{
    width: 100%;
}
.container-box-half{
    width: calc(50% - 20px);
}
.container-box-half+.container-box-half{
    margin-left: 40px;
}
.container-box .title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 405px;
    border-bottom: 1px solid #D9D9D9FF;
    margin: 0 auto;
}
.container-box .title.left{
    justify-content: flex-start;
    margin: 0 auto 0 0;
}

.container-box .title .title-text{
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 5px;
    background: -webkit-linear-gradient(left,#1C2AA1FF 0%,#1C2AA1FF 50%,#7D7D7DFF 50%, #7D7D7DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 44px;
}
.container-box .title a{
    font-size: 16px;
    color: #1525D2FF;
    border: none;
    height: auto;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
}
.container-box .title a:after{
    content: "+";
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px dotted #7D7D7DFF;
    display: block;
    position: absolute;
    text-align: center;
    right: -15px;
    top: 0;

}
.container-box .news-list{
    display: flex;
    flex-wrap: wrap;
}
.container-box-half  .news-list{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.container-box .news-list .news-item{
    width: calc(50% - 20px);
    height: 70px;
    display: flex;
    box-shadow:  0 28px 36px 0 #9E9E9E21;
    margin-top: 20px;
    margin-bottom: 10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #fff;
}
.container-box .news-list .news-item:hover{
    box-shadow:  0 0 20px 0 #1525D221!important;
}
.container-box .news-list .news-item:nth-child(odd)+.news-item:nth-child(even){
    margin-left: 40px;
}
.container-box .news-list .news-item .news-time{
    width: 132px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom-left-radius: 20px;
}
.container-box .news-list .news-item .news-time h1{
    font-size: 36px;
    margin-bottom: 15px;
    color: #1525D2FF;
    font-weight: normal;
}
.container-box .news-list .news-item .news-time span{
    font-size: 12px;
    margin-left: 5px;
    margin-bottom: 15px;
    color: #9E9E9EFF;
}
.container-box .news-list .news-item .news-content{
    width: calc(100% - 132px);
    padding: 21px 50px 21px 10px;
    line-height: 28px;
    border-top-right-radius: 20px;
    position: relative;
    color: #4F4F4FFF;
    font-size: 16px;
}
.container-box .news-list .news-item .news-content:before{
    content: '';
    display: block;
    width: 1px;
    height: 38px;
    background-color: #D9D9D9FF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.container-box .news-list .news-item:hover .news-content{
    color: #1525D2FF;
}
.container-box .news-list .news-item.hot{
    box-shadow:  inset 0 0 0px 2px #1525D2FF,0 28px 36px 0 #9E9E9E21;
}
.container-box .news-list .news-item.hot  .news-time{
    background-color: #1525D2FF;
    border-top-right-radius: 20px;
}
.container-box .news-list .news-item.hot  .news-time h1{
    color: #FFF9BAFF;
}
.container-box .news-list .news-item.hot  .news-time span{
    color: #fff;
}
.container-box .news-list .news-item.hot .news-content{
    color: #1525D2FF;
}
.container-box .news-list .news-item.hot .news-content:before{
    display: none;
}

.container-box .news-list .news-column-item{
    width: 100%;
    height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.container-box .news-list .news-column-item .news-column{
    width: 84px;
    height: 26px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 13px;
    background-color: #eee;
    color: #4F4F4FFF;
    text-align: center;
}
.container-box .news-list .news-column-item .news-column:hover{
    font-weight: bold;
}
.container-box .news-list .news-column-item .news-column.i0{
    background-color: #FFF4E1FF;
    color: #CE9128FF;
}
.container-box .news-list .news-column-item .news-column.i1{
    background-color: #D8FFD4FF;
    color: #317C29FF;
}
.container-box .news-list .news-column-item .news-column.i2{
    background-color: #E8FBFFFF;
    color: #066478FF;
}
.container-box .news-list .news-column-item .news-column.i3{
    background-color: #FBE9FFFF;
    color: #9333A8FF;
}
.container-box .news-list .news-column-item .news-column.i4{
    background-color: #FFF4E1FF;
    color: #CE9128FF;
}
.container-box .news-list .news-column-item .news-column.i5{
    background-color: #fef1f7;
    color: #d85489;
}

.container-box .news-list .news-column-item .news-line{
    margin-left: 32px;
    width: calc(100% - 116px);
    display: flex;
    justify-content: space-between;
    position: relative;
}
.container-box .news-list .news-column-item .news-line:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #1525D2FF;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%)  rotateZ(45deg);
}
.container-box .news-list .news-column-item .news-line .news-text{
    width: calc(100% - 78px);
    line-height: 28px;
    position: relative;
    color: #4F4F4FFF;
    font-size: 16px;
}

.container-box .news-list .news-column-item .news-line:hover  .news-text{
    color: #1525D2FF;
    font-weight: bold;
}
.container-box .news-list .news-column-item .news-line .news-date{
    line-height: 24px;
    position: relative;
    color: #7D7D7DFF;
    font-size: 12px;
    display: flex;
    align-items: center;

}
.container-box .news-list .image-item{
    width: 16.6%;
    height: 180px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.container-box .news-list .image-item img{
    width: 145px;
    height: 145px;
}
.container-box .news-list .image-item .img-text{
    width: 145px;
    text-align: center;
}
.container-box .animation-box{
    width: 100%;
    height: 440px;
    margin-top: 20px;
    background-image: url("/new_page/img/animation-box.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
}
.container-box .animation-box .animation-text{
    width: 148px;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 5px;
    background: -webkit-linear-gradient(left,#1C2AA1FF 0%,#1C2AA1FF 50%,#000 50%, #000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.container-box .animation-box .animation-item{
    position: absolute;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: top;
}
.container-box .animation-box .animation-item.p1{
    left: 340px;
    top: 83px;
    z-index: 2;
    transform: translateX(-50%) scale(1);
    animation-name: round_p1;
}
.container-box .animation-box .animation-item.p2{
    left: 516px;
    top: 58px;
    z-index: 1;
    transform: translateX(-50%) scale(.86);
    animation-name: round_p2;
}
.container-box .animation-box .animation-item.p3{
    left: 698px;
    top: 58px;
    z-index: 1;
    transform: translateX(-50%) scale(.86);
    animation-name: round_p3;
}
.container-box .animation-box .animation-item.p4{
    left: 860px;
    top: 83px;
    z-index: 2;
    transform: translateX(-50%) scale(1);
    animation-name: round_p4;
}
.container-box .animation-box .animation-item.p5{
    left: 232px;
    top: 205px;
    z-index: 3;
    transform: translateX(-50%) scale(1.1);
    animation-name: round_p5;
}
.container-box .animation-box .animation-item.p6{
    left: 460px;
    top: 237px;
    z-index:4;
    transform: translateX(-50%) scale(1.26);
    animation-name: round_p6;
}
.container-box .animation-box .animation-item.p7{
    left: 714px;
    top: 237px;
    z-index: 4;
    transform: translateX(-50%) scale(1.26);
    animation-name: round_p7;
}
.container-box .animation-box .animation-item.p8{
    left: 958px;
    top: 205px;
    z-index: 3;
    transform: translateX(-50%) scale(1.1);
    animation-name: round_p8;
}

.tabs-box{
    margin-top: 40px;
    width: 100%;
}
.tabs-box .tabs-select{
    list-style-type: none;
    padding: 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #F0F0F0FF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs-box .tabs-select .tabs-select-item{
    display: flex;
    flex-basis: fit-content;
    width: fit-content;
    justify-content: center;
    min-width: 72px;
    height: 54px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.tabs-box .tabs-select .tabs-select-item+.tabs-select-item{
    margin-left: 55px;
}
.tabs-box .tabs-select .tabs-select-item a{
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: #9E9E9EFF;
    font-size: 18px;
    line-height: 22px;
    margin: 16px 0;
    cursor: pointer;
}
.tabs-box .tabs-select .tabs-select-item.active,.tabs-box .tabs-select .tabs-select-item:hover{
    border-bottom: 2px solid #1D2088FF;
}
.tabs-box .tabs-select .tabs-select-item.active a,.tabs-box .tabs-select .tabs-select-item:hover a{
    color: #1D2088FF;
    font-weight: bold;
}
.tabs-box .tabs-content{
    width: 100%;
    min-height: 400px;
    display: none;
}
.tabs-box .tabs-content.active{
    display: block;
 }
.video-container{
    width: 100%;
    height: 420px;
    margin-top: 40px;
    position: relative;
}
.video-container .video-box{
    width: fit-content;
    position: absolute;
    top: 28px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #F0F0F0FF;
    cursor: pointer;
}

.video-container .video-box .video-item{
    width: 382px;
    height: 219px;
    background: #000;
    cursor: pointer;
    position: relative;
}
.video-container .video-box  .video-item .video-marker{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: url("/new_page/img/video-play.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.video-container .video-box  .video-item video{
    width: 100%;
    height: 100%;
}
.video-container .video-box .video-text{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 40px;
    width: 100%;
    font-size: 18px;
    color: #9E9E9EFF;
    text-align: center;
}
.video-container .video-box.active{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
.video-container .video-box.active  .video-item{
    width: 585px;
    height: 284px;
}
.video-container .video-box.active  .video-item .video-marker{
    display: none;
}

.video-container .video-box.active  .video-text{
    color: #1D2088FF;
    font-weight: bold;
}
.video-container .video-box.prev{
    left: 0;
}
.video-container .video-box.next{
    left: 100%;
    transform: translateX(-100%);
}
.video-container .video-box.prev .video-text,.video-container .video-box.next .video-text{
    width: 382px;
    font-size: 16px;
    line-height: 30px;
}
.video-swiper-container{
    position: relative;
    left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
}
.video-swiper-container .swiper-container{
    width: 100%;
    position: unset!important;
}
.video-swiper-container .swiper-slide .video-swiper-item{
    width: 186px;
    height: 98px;
    background: #e1e1e1;
    border-radius: 5px;
    cursor: pointer;
}
.video-swiper-container .swiper-slide .video-swiper-marker{
    width: 186px;
    height: 98px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-image: url("/new_page/img/video-play.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.video-swiper-container .image-group{
    display: flex;
    flex-wrap: wrap;
}
    /*qin ������css*/
.kjrk, .lgsh{
	width: 40%;
	float: left;	
}
.kjrk>.title a {
    color: #E7AF27;
    border-left: 0px;
    padding-left: 5px;
    margin-left: 10px;
    display: inline-block;
    height: 40px;
    margin-top: 10px;
    font-size: 16px;
}
.kjrk>.swiper-container1 div:nth-child(1)>div{
	width: 50%;
	float: left;
	height: 100px;
}

.kjrk>.swiper-container1 div:nth-child(1)>div>img{
	float: left;
    position: relative;
    top: 21%;
    left: 20%;
    width: 60px;
    height: 60px;
    
}
.kjrk>.swiper-container1 div:nth-child(1)>div>a{
	float:left;
	position: relative;
    top: 44%;
    left: 28%;
    font-size: 20px;
    font-weight: bold;
    color: #4e4c4c;
}

/* .kjrk>.swiper-container1 div:nth-child(1)>div:nth-child(1){
	background-color: #F3F3F3;
}
.kjrk>.swiper-container1 div:nth-child(1)>div:nth-child(2){
	background-color: #F3F3F3;
}
.kjrk>.swiper-container1 div:nth-child(1)>div:nth-child(3){
	background-color: #F3F3F3;
}
.kjrk>.swiper-container1 div:nth-child(1)>div:nth-child(4){
	background-color: #F3F3F3;
} */


.kjrk>.swiper-container1>div:nth-child(1) img{
	width: 25px;
	height: 26px;
}
.kjrk>.swiper-container1>div:nth-child(2) img{
	width: 100%;
	height: 155px;
}


.kjrk>.swiper-container1 div:nth-child(1)>div>a:HOVER {
	text-decoration: underline;
	color: #732C85;
}

@keyframes round_p1{
    0%{
        left: 340px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    12.5%{
        left: 516px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    25%{
        left: 698px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    37.5%{
        left: 860px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    87.5%{
        left: 232px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    75%{
        left: 460px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    62.5%{
        left: 714px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    50%{
        left: 958px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    100%{
        left: 340px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
}
@keyframes round_p2{
    87.5%{
        left: 340px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    0%{
        left: 516px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    12.5%{
        left: 698px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    25%{
        left: 860px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    75%{
        left: 232px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    62.5%{
        left: 460px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    50%{
        left: 714px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    37.5%{
        left: 958px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    100%{
        left: 516px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
}
@keyframes round_p3{
    75%{
        left: 340px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    87.5%{
        left: 516px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    0%{
        left: 698px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    12.5%{
        left: 860px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    62.5%{
        left: 232px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    50%{
        left: 460px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    37.5%{
        left: 714px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    25%{
        left: 958px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    100%{
        left: 698px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
}
@keyframes round_p4{
    62.5%{
        left: 340px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    75%{
        left: 516px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    87.5%{
        left: 698px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    0%{
        left: 860px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    50%{
        left: 232px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    37.5%{
        left: 460px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    25%{
        left: 714px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    12.5%{
        left: 958px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    100%{
        left: 860px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
}
@keyframes round_p8{
    50%{
        left: 340px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    62.5%{
        left: 516px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    75%{
        left: 698px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    87.5%{
        left: 860px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    37.5%{
        left: 232px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    25%{
        left: 460px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    12.5%{
        left: 714px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    0%{
        left: 958px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    100%{
        left: 958px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
}
@keyframes round_p7{
    37.5%{
        left: 340px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    50%{
        left: 516px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    62.5%{
        left: 698px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    75%{
        left: 860px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    25%{
        left: 232px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    12.5%{
        left: 460px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    0%{
        left: 714px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    87.5%{
        left: 958px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    100%{
        left: 714px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
}
@keyframes round_p6{
    25%{
        left: 340px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    37.5%{
        left: 516px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    50%{
        left: 698px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    62.5%{
        left: 860px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    12.5%{
        left: 232px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    0%{
        left: 460px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    87.5%{
        left: 714px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    75%{
        left: 958px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    100%{
        left: 460px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
}
@keyframes round_p5{
    12.5%{
        left: 340px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    25%{
        left: 516px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    37.5%{
        left: 698px;
        top: 58px;
        z-index: 1;
        transform: translateX(-50%) scale(.86);
    }
    50%{
        left: 860px;
        top: 83px;
        z-index: 2;
        transform: translateX(-50%) scale(1);
    }
    0%{
        left: 232px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    87.5%{
        left: 460px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    75%{
        left: 714px;
        top: 237px;
        z-index: 4;
        transform: translateX(-50%) scale(1.26);
    }
    62.5%{
        left: 958px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
    100%{
        left: 232px;
        top: 205px;
        z-index: 3;
        transform: translateX(-50%) scale(1.1);
    }
}