.banner {
    width: 100%;
    position: relative;
}
.banner>img {
    /* width: 19.2rem;
    height: 6.4rem;
    margin: 0 auto; */
    width: 100%;
    display: block;
}
.banner-title {
    width: 16rem;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.banner-title h5 {
    font-size: .48rem;
    color: #000;
}
.banner-title p {
    width: 6rem;
    font-size: .16rem;
    text-align: justify;
    line-height: 1.5;
    color: #333;
}
.banner-title .more {
    width: 1.4rem;
    height: .46rem;
    line-height: .46rem;
    border-radius: .04rem;
    background-color: #000084;
    font-size: .16rem;
    font-weight: 700;
    margin-top: .4rem;
}
.banner-title .more a {
    display: flex;
    width: 1.4rem;
    height: .46rem;
    color: #fff;
    padding:  0 .2rem;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}
.banner-title .more a img {
    width: .18rem;
    height: .18rem;
    transition: transform .3s;
}
.banner-title .more a:hover img {
    transform: translate(.1rem);  
}
.banner .fade-in-out {
    position: absolute;
    top: 30%;
    right: 20%;
    width: 20%;
}
.banner .fade-in-out img{
    width: 100%;
    animation: 3s ease-in-out 0s infinite alternate none running floatPlanet;
}
@keyframes floatPlanet {
    0% {
        transform: translateY(.1rem);
        opacity: 0.6;
    }

    100% {
        transform: translateY(-.1rem);
        opacity: 1;
    }
}
/* slogan */
.slogan {
    width: 16rem;
    margin: 0 auto;
    height: 1.6rem;
    border-radius: .1rem;
    background-color: #fff;
    box-shadow: 0 0 .2rem 0 rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -0.8rem;
    display: flex;
    align-items: center;
}
.slogan ul {
    display: flex;
    width: 100%;
    height: 1.2rem;
    overflow: hidden;
    align-items: center;
}
.slogan ul li {
    display: flex;
    width: 25%;
    height: 1.2rem;
    border-right: .01rem #E8E8E8 solid;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.slogan ul li:last-child {
    border: 0;
}
.slogan ul li strong {
    font-size: .2rem;
    color: #000;
}
.slogan ul li p {
    font-size: .14rem;
    color: #333;
}
.slogan ul li .tips img {
    width: .24rem;
    padding-right: .04rem;
    margin-bottom: -.04rem;
}
.slogan ul li:nth-child(4) .tips img {
    width: .28rem;
}
/* 我们的优势 */
.youshi {
    width: 16rem;
    height: 6.5rem;
    margin: 0 auto;
}
.youshi ul {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}
.youshi ul li {
    width: 3.6rem;
    height: 4.5rem;
    border-radius: .1rem;
    background-color: #fff;
}
.youshi .youshi-top {
    width: 2.5rem;
    margin: .3rem auto;
    border-bottom: .01rem solid #e8e8e8;
    text-align: center;
    padding-bottom: .3rem;
}
.youshi .youshi-top img {
    display: block;
    margin: 0 auto .1rem;
    height: 1.3rem;
}
.youshi .youshi-top strong {
    font-size: .24rem;
    color: #000084;
    text-align: center;
}
.youshi .youshi-bottom {
    width: 2.8rem;
    margin: 0 auto;
    font-size: .16rem;
    line-height: 1.5;
    color: #333;
    text-align: justify;
}
/* 全球边缘云 */
.cloud {
    width: 100%;
    height: 8rem;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.cloud .cloud-box {
    width: 16rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.cloud .cloud-box ul li{
    display: flex;
    margin-top: .3rem;
    margin-left: .3rem;
}
.cloud .cloud-box ul li p {
    font-size: .16rem;
    color: #333;
    margin-right: .5rem;
}
.cloud .cloud-box ul li p strong {
    font-size: .48rem;
    color: #000084;
    font-family: 'Barlow';
    display: block;
}
.cloud .cloud-box ul li p strong i {
    font-style: normal;
    font-size: .24rem;
}
.cloud .cloud-bg {
    position: absolute;
    top: 1rem;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.cloud .cloud-bg img {
    width: 100%;
    height: 7rem;
}
.none {
        display: none;
    }
    .block {
        display: block!important;
    }
/* 合作伙伴 */
.partner {
    height: 7.5rem;
}
.partner .partner-box {
    width: 16rem;
    margin: .5rem auto 0;
}
.partner .partner-box img {
    width: 100%;
}
.partner .partner-box2 {
    display: none;
}
.news {
    overflow: hidden;
    background-color: #fff;
}
.news-box {
    width: 16rem;
    height: 5.7rem;
    margin: .5rem auto 0;
}
.news-box-left {
    width: 8rem;
    height: 5.7rem;
    background-color: #F9FAFB;
    border-radius: .1rem;
    border: .01rem solid #e8e8e8;
    padding: .5rem;
    box-sizing: border-box;
    float: left;
}
.news-box-left-time strong,.news-box-right-time strong {
    font-size: .18rem;
    color: #000084;
    padding-right: .2rem;
    line-height: 0;
    border-right: .01rem solid #000084;
}
.news-box-left-time span,.news-box-right-time span {
    font-size: .14rem;
    color: #666;
    padding-left: .2rem;
}
.news-box-left p,.news-box-right p {
    width: 7rem;
    font-size: .24rem;
    font-weight: 700;
    color: #000;
    margin: .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: justify;
    transition: .3s all;
}
.news-box-left p:hover, .news-box-right p:hover {
    color: #000084;
    padding-left: .1rem;
}
.news-box-left-con,.news-box-right-con{
    font-size: .14rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    text-align: justify;
}
.news-box-left-img {
    width: 7rem;
    height: 3.2rem;
    border-radius: .1rem;
    overflow: hidden;
    margin-top: .3rem;
}
.news-box-left-img img {
    width: 100%;
    height: 3.2rem;
    object-fit: cover;
}
.news-box-right {
    float: right;
    width: 7.8rem;
}
.news-box-right li {
    width: 7.8rem;
    height: 1.9rem;
    padding: .3rem .3rem 0 .3rem;
    box-sizing: border-box;
    border-bottom: .01rem solid #e8e8e8;
}
.news .more {
    width: 1.4rem;
    height: .46rem;
    line-height: .46rem;
    margin: .5rem auto;
    border: .01rem solid #e8e8e8;
    border-radius: .04rem;
    overflow: hidden;
    transition: .3s all;
}
.news .more:hover {
    background-color: #F9FAFB;
}
.news .more a {
    display: block;
    font-size: .16rem;
    color: #000;
    background: url(../img/arrow-w.png) right no-repeat;
    background-size: .2rem .2rem;
    width: 1rem;
    margin: 0 auto;
}

/* 手机适配 */
@media screen and (max-width: 768px) {
    .slogan {
        width: 90%;
        height: auto;
        margin: 0 auto;
        margin-top: .2rem;
    }
    .slogan ul {
        flex-wrap: wrap;
        height: auto;
     }
    .slogan ul li {
        width: 90%;
        margin: 0 auto;
        padding: 0 .2rem;
        border: 0;
        box-sizing: border-box;
        border-bottom: .01rem #E8E8E8 solid;
    }
    .banner {
        width: 100%;
        height: 4.8rem;
        overflow: hidden;
        background-color: #fff;
        position: relative;
    }
    .banner>img {
        width: auto;
        height: 3rem;
        object-fit: cover;
        position: absolute;
        right: -40%;
    }
    .banner-title {
        width: 100%;
        height: 3rem;
        top: 58%;
        padding: 0 5%;
        box-sizing: border-box;
    }
    .banner-title h5 {
        font-size: .26rem;
    }
    .banner-title p {
        width: 100%;
        font-size: .14rem;
        text-align: justify;
    }
    .banner-title .more {
        height: .4rem;
        line-height: .4rem;
        margin-top: .2rem;
    }
    .banner-title .more a {
        height: .4rem;
    }
    .banner .fade-in-out {
        top: 20%;
        right: 7%;
        width: 50%;
    }
    .youshi {
        width: 100%;
        height: auto;
    }
    .youshi ul {
        flex-wrap: wrap;
        margin-top: .2rem;
    }
    .youshi ul li {
        width: 90%;
        height: 4.1rem;
        margin: 0 auto;
        margin-bottom: .2rem;
    }
    .youshi .youshi-top strong {
        font-size: .22rem;
    }
    .cloud {
        height: 4.5rem;
    }
    .cloud .cloud-box ul li p strong {
        font-size: .24rem;
    }
    .cloud .cloud-box ul li p strong i {
        font-size: .16rem;
    }
    .cloud .cloud-box {
        width: 100%;
    }
    .cloud .cloud-box ul {
        width: 90%;
        margin: 0 auto;
    }
    .cloud .cloud-box ul li {
        margin-left: 0;
        justify-content: space-between;
    }
    .cloud .cloud-box ul li p {
        margin-right: 0;
        font-size: .14rem;
        width: 33.333%;
    }
    .none {
        display: block;
    }
    .block {
        display: none!important;
    }
    .cloud .cloud-bg {
        top: 3rem;
    }
    .cloud .cloud-bg img {
        height: 1.6rem;
    }
    .partner {
        height: 3.5rem;
    }
    .partner .partner-box2 {
        display: block;
        width: 90%;
        margin: 0 auto;
        margin-top: .2rem;
    }
    .partner .partner-box2 img {
        width: 100%;
    }
    .partner .partner-box {
        display: none;
    }
    .news-box {
        width: 90%;
        height: auto;
        margin: 0 auto;
        margin-top: .2rem;
        overflow: hidden;
    }
    .news-box-left {
        width: 100%;
        height: 4rem;
        padding: .2rem;
    }
    .news-box-left p, .news-box-right p {
        width: 100%;
        font-size: .16rem;
    }
    .news-box-left-time strong, .news-box-right-time strong {
        font-size: .14rem;
    }
    .news-box-left-img {
        width: 100%;
        height: 2rem;
    }
    .news-box-left-img img {
        height: 2rem;
    }
    .news-box-right {
        width: 100%;
    }
    .news-box-right li {
        width: 100%;
        height: auto;
        padding: .2rem;
    }
    .news .more {
        height: .4rem;
        line-height: .4rem;
        margin: .2rem auto;
    }
    
}