
.asideNav {
    position: fixed;
    width: 2.6em;
    height: 8.62em;
    right: 0;
    top: 50%;
    transform: translate(2.6em,-50%);
    padding: 1.3em 0;
    box-sizing: border-box;
    font-size: calc(100vw / 19.2);
    transition: all .4s ease-in-out;
    z-index: 8888;
}
.aside{
    height: 100%;
}

.body_b.showdiv .asideNav{
    transform: translate(0em,-50%);
    
}
.aside li {
    position: absolute;
    display: block;
}

.aside li:nth-child(1) {
    left: 1.2em;
    top: 1.6em;
}

.aside li:nth-child(2) {
    top: 2.35em;
    left: .65em;
}

.aside li:nth-child(3) {
    top: 3.1em;
    left: .3em;
}

.aside li:nth-child(4) {
    top: 3.85em;
    left: .15em;
}

.aside li:nth-child(5) {
    top: 4.6em;
    left: .16em;
}

.aside li:nth-child(6) {
    top: 5.35em;
    left: .33em;
}

.aside li:nth-child(7) {
    top: 6.1em;
    left: .66em;
}
.aside li:nth-child(8) {
    top: 6.88em;
    left: 1.32em;
}
.aside li a {
    font-size: .18em;
    color: #fff;
    position: relative;
    display: block;
}
.aside li a  span{
      padding-right: 1em;
      box-sizing: border-box;
      display: inline-block;
      position: relative;
}
.aside li a span::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - .2em);
    width: .4em;
    height: .4em;
    background: #d9c14a;
    border-radius: 50%;
    border: .1em solid #fff;
}

.aside li a.active span::before {
    width: 1.6rem;
    height: .4rem;
    background: #fff;
    border-radius: 0;
    right: -.6rem;
}

.asideNav::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0%;
    width: 100%;
    /* transform: translateY(-50%); */
    height: 100%;
    background: url("../images/aside.png") no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 1500px) {
    .aside li a.active span::before {
        width: .6rem;
        height: .2rem;
        right: -.1rem;
    }
}

@media screen and (max-width: 996px) {
    .asideNav {
        display: none;
    }
}

.body_home {
    height: 100%;
    position: relative;
    z-index: 1;
}

.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top .7s cubic-bezier(.5, 0, .2, 1) 0s;
    z-index: 1;
    overflow: auto;
    outline: 0
}

.body_b * {
    outline: 0
}

.body_b.showdiv {
    top: 0;
    padding-top: 90px;
    box-sizing: border-box;
}
.body_b .header2 {
    opacity: 0;
    transform: translateY(-100%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    opacity: 0;
    transform: translateY(-100%);
    transition: all .5s ease-out 0s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    background: #94070a;
    padding: 8px 0;
    box-sizing: border-box;
}
.body_b .header2 .row{position: relative;}
.body_b.showdiv .header2 {
    transition: all .7s ease-in-out .5s;
    transform: none;
    opacity: 1;
}
.body_b.showdiv .header2  .gp-top .gp-logo a{min-width: auto;}
.body_b.showdiv .header2 .gp-logo img{max-height: 70px !important;}
.body_b.showdiv .asideNav.on {
    transform: scale(.5) translate(0px, -50%);
}
.body_b.showdiv .header2  .gp-nav-wrap .gp-nav > li > a{height: 35px;line-height: 35px;}
.body_b.showdiv .header2 .gp-nav-wrap .gp-nav > li .second_nav1{
    top: 35px;
}
@media screen and (max-width:1300px){
    
}
@media screen and (min-width:997px) {
  
    .effect0 {
        opacity: 0;
        transition: all 0.8s ease-out;
    }

    .effect0.isView {
        opacity: 1;
        -webkit-animation-name: effect0;
        animation-name: effect0;
    }

    .effect1, .effect11, .effect11 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateY(70px);
    }

    .effect1.isView, .effect11.isView, .effect11.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect1;
        animation-name: effect1;
    }

    .effect2, .effect21, .effect21 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateX(50px);
    }

    .effect2.isView, .effect21.isView, .effect21.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect2;
        animation-name: effect2;
    }

    .effect3, .effect31, .effect31 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateY(-70px);
    }

    .effect3.isView, .effect31.isView, .effect31.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect3;
        animation-name: effect3;
    }

    .effect4, .effect41, .effect41 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateX(-50px);
    }

    .effect4.isView, .effect41.isView, .effect41.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect4;
        animation-name: effect4;
    }

    .effect {
        transition: transform .8s, opacity .8s ease-in-out;
        animation-duration: .8s;
        -webkit-animation-duration: .8s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
    }
}
@media screen and (max-width:997px){
    .body_home{
        height: auto;
        z-index: 2;
    }
    .body_b{
        position: static !important;
        padding-top: 0 !important;
    }
    .body_b.showdiv .header2 {
        display: none;
    }
}