/*banner*/
.hippius-banner {
    padding-top: 75px;
    background: url("/uploads/p_hippius/banner.svg") no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.hippius-banner-logo {
    width: 157px;
    height: 50px;
    background: url("/uploads/r_hippius/hippius-logo.svg") no-repeat center;
    background-size: 100% 100%;
}

.hippius-banner .content-label span {
    margin: 25px 20px 0 0;
}

/*待处理样式*/
.current2 {
    background: url("/uploads/p_hippius/frame.png") no-repeat;
    opacity: 1;
}

.product_middle,
.product_middle img {
    width: 643px;
    height: 522px;
}

.product_middle {
    margin-top: 75px;
    display: none;
}

.product_right {
    width: 244px;
    height: 522px;
    margin-top: 106px;
    display: none;
}

.product_right_tip {
    margin-bottom: 50px;
}

.product_right_tip_tit {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 25px;
    margin-bottom: 14px;
}

.product_right_tip_txt {
    width: 244px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    opacity: 0.6;
}

.product_right_tip_txt span {
    display: inline-block;
}

.current4,
.current5 {
    display: block;
}

/*产品特点*/
.hippius-honour .honour-icon-box {
    width: 400px;
    height: 393px;
    background: rgba(255, 255, 255, 1);
}

.hippius-honour .center-line {
    top: 150px;
}

.hippius-honour {
    background: #ffffff;
}


.hippius-show {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 60px 0;
    background: rgba(248, 249, 250, 1);
}

.hippius-show .function-swiper .swiper-img {
    width: 404px;
    height: 313px;
}

.hippius-show .function-swiper .swiper-slide {
    padding: 39px 57px 28px 85px;
}

.hippius-show .function-swiper .swiper-content {
    margin: 30px 0;
}

.show-square {
    position: absolute;
    bottom: 50px;
    left: 52px;
    width: 128px;
}

.show-circle {
    z-index: 1;
    position: absolute;
    top: 51px;
    right: 70px;
    width: 282px;
}

.under-div {
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, rgba(234, 240, 247, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
}

/*轮播图样式*/
.swiper-content h2 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(9, 15, 33, 1);
    line-height: 28px;
    letter-spacing: 0;
}

.swiper-content h3 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 22px;
}

.swiper-content li {
    margin-top: 16px;
    width: 279px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, 1);
    line-height: 20px;
}

.function-swiper .app-center {
    margin-top: 10px;
}

.function-swiper .app-center li {
    width: 270px;
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(9, 15, 33, .4);
    line-height: 24px;
}

.swiper-slide .app-content {
    top: 55px
}

/*产品优势*/
.hippius-advantage {
    padding: 60px 0 100px;
    text-align: center;
    background: #ffffff;
}

.hippius-advantage ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 40px auto 0;
    width: 1200px;
}


/*平台架构*/
.hippius-infrastructure .swiper-container {
    position: relative;
    z-index: 99;
}

.hippius-infrastructure .square-item1 {
    top: -185px
}

.hippius-infrastructure .square-item2 {
    top: -90px;
    left: 120px;
}

.hippius-infrastructure .square-item3 {
    top: -60px;
    right: 15px;
}

.hippius-infrastructure .swiper-container {
    z-index: 99;
    position: relative;
    padding-bottom: 50px;
}

.hippius-infrastructure .structure-img {
    margin-left: 50px;
}

.hippius-infrastructure .structure-content {
    margin-right: 50px;
}

@keyframes progressbar-dot {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}

.hippius-infrastructure .swiper-pagination-bullet {
    width: 100px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid rgba(236, 236, 236, 1);
    opacity: 1;
}

.hippius-infrastructure .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    width: 50px;
    height: 6px;
    font-size: 0;
    line-height: 0;
    border-radius: 3px;
    /* border:1px solid rgba(236,236,236,1); */
    background-color: #4DB7DD;
    animation: progressbar-dot linear 5s;
    animation-fill-mode: forwards;
}
/*news*/
.news-box h2{
    text-indent: 0;
}

