.home .aside {
    width: 10rem;
    height: 20rem;
    box-sizing: border-box;
    padding-top: 1.3333333333333333rem;
    padding-left: 3rem;
    position: fixed;
    top: 60%;
    right: -9.166666666666666rem;
    transform: translateY(-50%);
    z-index: 50;
    background: url('../imgs/home/aside_bg.png') no-repeat;
    background-size: cover;
    border-radius: 1.3333333333333333rem 0 0 1.3333333333333333rem;
    display: flex;
    flex-flow: column nowrap;
    align-self: start;
    transition: right .3s;
}

.home .aside .aside-caption {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.home .aside .aside-caption .iconfont {
    color: #378FFF;
    font-size: 1.2666666666666666rem;
    margin-right: 0.3333333333333333rem;
}

.home .aside .aside-caption b {
    font-size: 0.8333333333333334rem;
    color: #5095ED;
    font-weight: bold;
}

.home .aside .erweima-wrap {
    margin-top: 0.5rem;
    width: 5rem;
}

.home .aside .erweima-wrap img {
    width: 100%;
    height: 5rem;
}

.home .aside .erweima-wrap .erweima-box {
    margin-bottom: 0.6666666666666666rem;
}

.home .aside .erweima-wrap .erweima-box p {
    margin-top: 0.16666666666666666rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #ffffff;
}

.home .aside .bottom-text {
    width: 5rem;
    text-align: center;
}

.home .aside .bottom-text a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #ffffff;
    font-size: 0.5333333333333333rem;
    font-weight: 500;
    white-space: nowrap;
}

.home .aside .bottom-text a:hover {
    color: rgba(80, 149, 237, 1);
    border-color: rgba(80, 149, 237, 1);
}

@media screen and (max-width: 1024px) {
    .home .aside .bottom-text {
        transform: scale(.8);
    }
}

.home .aside .ball-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.5rem;
    margin: auto;
    height: 1.1666666666666667rem;
    width: 3rem;
    overflow: hidden;
    cursor: pointer;
}

.home .swiper-wrap {
    height: 23.333333333333332rem;
}

.home .swiper-wrap .swiper-container {
    height: 100%;
}

.home .swiper-wrap img {
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    /* object-fit: cover;/ */
    min-width: 90%;
}

.home .swiper-wrap .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home .swiper-wrap .swiper-slide a {
    width: 100%;
    height: 100%;
}

.home .perplex-box {
    height: 20.733333333333334rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}

.home .perplex-box .perplex-top {
    width: 38.833333333333336rem;
    height: 5.833333333333333rem;
    box-sizing: border-box;
    padding-top: 1.4666666666666666rem;
    border-radius: 1rem;
    box-shadow: 0 0.26666666666666666rem 0.8rem 0px rgba(98, 98, 98, 0.2);
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    top: -2.966666666666667rem;
    z-index: 10;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.home .perplex-box .perplex-top .perplex-top-item {
    height: 2.7rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}

.home .perplex-box .perplex-top .perplex-top-item .perplex-top-data {
    font-size: 1.3333333333333333rem;
    color: #71A5F5;
    font-weight: 500;
}

.home .perplex-box .perplex-top .perplex-top-item .perplex-top-text {
    font-size: 0.6rem;
    color: #222832;
}

.home .perplex-box .perplex-container {
    height: 13.733333333333333rem;
}

.home .perplex-box .perplex-container .perplex-container-caption {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    height: 2.3rem;
    font-size: 1.3333333333333333rem;
    color: #1B1B1B;
}

.home .perplex-box .perplex-container .perplex-container-caption .shot-line {
    height: 0.16666666666666666rem;
    background: #3B8EFF;
    width: 1.7rem;
    border-radius: 0.1rem;
}

.home .perplex-box .perplex-container .perplex-container-content {
    margin-top: 1.8333333333333333rem;
    width: 48.06666666666666rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.home .perplex-box .perplex-container .perplex-container-content .iconfont {
    color: #4A97FF;
    font-size: 2.3333333333333335rem;
}

.home .perplex-box .perplex-container .perplex-container-content .container-text {
    font-size: 0.7333333333333333rem;
    margin-top: 1.1rem;
    text-align: center;
}

.home .project-wrap {
    height: 26.9rem;
    display: flex;
    flex-flow: row nowrap;
}

.home .project-wrap .project-item {
    width: 15.333333333333334rem;
    height: 13rem;
    position: relative;
    border-radius: 0.6666666666666666rem;
    overflow: hidden;
    box-sizing: border-box;
}

.home .project-wrap .project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .project-wrap .project-item .text-pic {
    width: 14.766666666666666rem;
    height: 4.6rem;
}

.home .project-wrap .project-cover {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10.433333333333334rem;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.59);
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s;
}

.home .project-wrap .project-cover .project-cover-caption {
    width: 100%;
    height: 2.5666666666666664rem;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.0666666666666667rem;
    position: relative;
}

.home .project-wrap .project-cover .project-cover-caption p {
    margin-left: 0.5333333333333333rem;
}

.home .project-wrap .project-cover .project-cover-caption .iconfont {
    font-size: 1.6666666666666667rem;
}

.home .project-wrap .project-cover .project-cover-caption::before {
    content: '';
    display: block;
    position: absolute;
    width: 1.7rem;
    height: 0.16666666666666666rem;
    border-radius: 0.1rem;
    background-color: #3B8EFF;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home .project-wrap .project-cover .project-cover-content {
    margin-top: 0.8rem;
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.2rem;
}

.home .project-wrap .project-item:hover .project-cover {
    top: 0;
    padding-top: 3.2666666666666666rem;
}

.home .project-wrap .project-left {
    box-sizing: border-box;
    width: 64.0625vw;
    height: 100%;
    padding-right: 1.0333333333333332rem;
    position: relative;
}

.home .project-wrap .project-left .project-container {
    margin-left: auto;
    width: 31.666666666666668rem;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.home .project-wrap .project-left .project-container .project-item:first-child {
   /* padding-top: 0.4666666666666667rem;
    padding-bottom: 1.0333333333333332rem;*/
    margin-bottom: 1.0333333333333332rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.home .project-wrap .project-left .project-container .project-item:first-child .project-item-text {
    font-size: 2.3333333333333335rem;
    color: #fff;
    font-weight: bold;
    line-height: 3.033333333333333rem;
    text-align: left;
}

.home .project-wrap .project-left .project-container .project-item:nth-child(n+3) {
    margin-top: 0.9rem;
}

.home .project-wrap .project-left::before {
    content: '';
    display: block;
    position: absolute;
    top: 2.533333333333333rem;
    left: 0;
    height: 21.833333333333332rem;
    width: 35.8rem;
    background-color: #4B98FF;
    z-index: -1;
}

.home .project-wrap .project-right {
    width: 35.9375vw;
    height: 100%;
}

.home .project-wrap .project-right .project-right-bottom {
    width: 100%;
    height: 13.1rem;
    margin-top: 0.8333333333333334rem;
    background: #4B98FF url('../imgs/home/figure_1.png') left bottom no-repeat;
}

.home .function-box {
    height: 22rem;
}

.home .function-box .function-caption {
    text-align: center;
    margin-top: 3.3rem;
    box-sizing: border-box;
    padding-bottom: 0.9rem;
    position: relative;
}

.home .function-box .function-caption p {
    margin-top: 1rem;
    color: #8E8E8E;
    font-size: 0.9333333333333333rem;
}

.home .function-box .function-caption h3 {
    font-size: 1.3333333333333333rem;
    color: #1B1B1B;
    font-weight: 400;
}

.home .function-box .function-caption::before {
    content: '';
    display: block;
    position: absolute;
    width: 1.7rem;
    height: 0.16666666666666666rem;
    border-radius: 0.1rem;
    background-color: #3B8EFF;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home .function-box .function-wrap {
    width: 42.6rem;
    margin: 0 auto;
}

.home .function-box .function-container {
    margin-top: 3.2666666666666666rem;
}

.home .function-box .function-container li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.6666666666666665rem;
}

.home .function-box .function-container li:first-child {
    margin-top: 0;
}

.home .function-box .function-container .function-item {
    font-size: 1rem;
    color: #3C3C3C;
    display: flex;
    flex-flow: row nowrap;
}

.home .function-box .function-container .function-item .svg-wrap {
    width: 1.1666666666666667rem;
    height: 1.1666666666666667rem;
    margin-right: 0.9333333333333333rem;
}

.home .function-box .function-container .function-item .svg-wrap img {
    width: 100%;
    height: 100%;
}

.home .marketing-box {
    height: 27.066666666666666rem;
    width: 55.4rem;
    box-sizing: border-box;
    padding-top: 2.8666666666666667rem;
    margin: 0 auto;
    background: url('../imgs/home/bg_1.png') center no-repeat;
}

.home .marketing-box .marketing-caption img {
    width: 33.333333333333336rem;
}

.home .marketing-box .marketing-caption h2 {
    margin-top: 1.1rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #FFFFFF;
}

.home .marketing-box .marketing-caption .bot-line {
    width: 17.4rem;
    height: 0;
    margin: 0 auto;
    border-bottom: 0.1rem dotted #fff;
    margin-top: 0.5666666666666667rem;
}

.home .marketing-box .marketing-caption p {
    margin-top: 0.8666666666666667rem;
    font-size: 1.0666666666666667rem;
    color: #fff;
}

.home .marketing-box .marketing-container {
    width: 35.46666666666667rem;
    margin: 0 auto;
    margin-top: 3.0666666666666664rem;
}

.home .marketing-box .marketing-container li {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.1666666666666667rem;
}

.home .marketing-box .marketing-container li .marketing-item {
    min-width: 7rem;
    font-size: 0.9333333333333333rem;
    font-weight: 500;
    color: #fff;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.home .marketing-box .marketing-container li .marketing-item .iconfont-pic {
    display: inline-block;
    width: 1.1666666666666667rem;
    height: 1.1666666666666667rem;
    background: url('../imgs/home/icon/icon_hook.png') no-repeat;
    background-size: cover;
    margin-right: 0.7333333333333333rem;
}

.home .super-shop {
    height: 33.333333333333336rem;
    box-sizing: border-box;
    padding-top: 3.2333333333333334rem;
}

.home .super-shop .super-shop-caption {
    padding-bottom: 0.9rem;
    position: relative;
}

.home .super-shop .super-shop-caption h2 {
    font-size: 1.3333333333333333rem;
    color: #1B1B1B;
}

.home .super-shop .super-shop-caption p {
    margin-top: 1.0333333333333332rem;
    font-size: 0.9333333333333333rem;
    color: #8E8E8E;
}

.home .super-shop .super-shop-caption::before {
    content: '';
    display: block;
    position: absolute;
    width: 1.7rem;
    height: 0.16666666666666666rem;
    border-radius: 0.1rem;
    background-color: #3B8EFF;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home .super-shop .supershop-img {
    margin-top: 2.6rem;
    height: 12.533333333333333rem;
}

.home .super-shop .super-shop-bottom {
    margin-top: 3.3333333333333335rem;
    font-size: 0.8rem;
    color: #363636;
    line-height: 1.7333333333333334rem;
    text-align: center;
}

.home .scope-range {
    height: 8.666666666666666rem;
    box-sizing: border-box;
    background-color: #4B98FF;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
}

.home .scope-range .scope-range-wrap {
    width: 54.166666666666664rem;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.home .scope-range .scope-range-left {
    width: 23.833333333333332rem;
    height: 100%;
    box-sizing: border-box;
    padding: 0 1.5rem;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.home .scope-range .scope-range-left .scope-text-pic {
    width: 20.4rem;
    height: 1.4333333333333333rem;
}

.home .scope-range .scope-range-left .scope-text-bg {
    width: 20.8rem;
    height: 2.1666666666666665rem;
}

.home .scope-range .scope-range-left b {
    margin-top: 0.7333333333333333rem;
    font-size: 1.7333333333333334rem;
    color: #5A8CED;
    font-weight: 500;
}

.home .scope-range .scope-range-left p {
    color: #323232;
    font-size: 1.2rem;
    margin-top: 0.7rem;
}

.home .scope-range .scope-range-right {
    padding: 1.5rem 1.9333333333333333rem;
    padding-right: 0;
}

.home .scope-range .scope-range-right p {
    width: 28.266666666666666rem;
    font-size: 0.8666666666666667rem;
    line-height: 1.5333333333333332rem;
    color: #fff;
}

.home .cooperation-box {
    height: 28.066666666666666rem;
    box-sizing: border-box;
    padding-top: 3.0666666666666664rem;
}

.home .cooperation-box .cooperation-caption {
    padding-bottom: 0.9rem;
    position: relative;
}

.home .cooperation-box .cooperation-caption h2 {
    color: #1B1B1B;
    font-size: 1.3333333333333333rem;
}

.home .cooperation-box .cooperation-caption p {
    margin-top: 1.0333333333333332rem;
    font-size: 0.8666666666666667rem;
    color: #8E8E8E;
}

.home .cooperation-caption::before {
    content: '';
    display: block;
    position: absolute;
    width: 1.7rem;
    height: 0.16666666666666666rem;
    border-radius: 0.1rem;
    background-color: #3B8EFF;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home .cooperation-container {
    width: 47.333333333333336rem;
    margin: 0 auto;
    margin-top: 2.0666666666666664rem;
}

.home .cooperation-container .log-wrap {
    width: 100%;
    height: 12.2rem;
    overflow: hidden;
    position: relative;
}

.home .cooperation-container .log-wrap .log-slide {
    position: absolute;
    left: 0;
    top: 0;
    transition: left .3s;
}

.home .cooperation-container .row ul {
    display: flex;
    flex-flow: row nowrap;
}

.home .cooperation-container .row:last-child {
    margin-top: 1.2rem;
}

.home .cooperation-container .col {
    flex: none;
    width: 8.066666666666666rem;
    height: 5.5rem;
    box-sizing: border-box;
    border: 1px solid #C2C2C2;
    background: #fff;
    margin: 0 0.7rem;
    overflow: hidden;
}

.home .cooperation-container .col img {
    height: 100%;
}

.home .cooperation-container .button-wrap {
    margin: 0 auto;
    margin-top: 1.8rem;
}

.home .cooperation-container .button-wrap span {
    color: #C2C2C2;
    font-size: 0.8rem;
    cursor: pointer;
    display: inline-block;
    width: 1.5666666666666667rem;
    height: 1.5666666666666667rem;
    border-radius: 50%;
    line-height: 1.5666666666666667rem;
    text-align: center;
    border: 2px solid #C2C2C2;
    margin: 0 0.3rem;
    user-select: none;
}
 