﻿@import "common.css";
@import "reset.css";

.sectionTitle {
    font-size: 35px;
    font-weight: bold;
    text-align: center
}
#image-text {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translate(-50%, 30%);
    z-index: 999
}

#image-text .text-content .title {
    height: 78px;
    font-size: 56px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 78px
}
a {
    text-decoration: none;
    color: #FFFFFF
}

a:hover {
    color: #FFFFFF
}

.container #home-banner {
    width: 100%;
    position: relative;
    /*text-align: center*/
}

.container #who-sioo .content {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    background-color: #FFFFFF;
    position: absolute;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    top: 515px;
    left: 50%;
    transform: translate(-50%);
    z-index: 100
}

.container #who-sioo .content .title {
    padding-top: 40px;
    padding-bottom: 34px;
    width: 220px;
    height: 62px;
    font-size: 44px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 62px;
    text-align: center;
    margin: 0 auto
}

.container #who-sioo .content .desc {
    padding-bottom: 55px;
    width: 1108px;
    height: 67px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin: 0 auto
}

.container #who-sioo .content .desc img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%)
}

.container #advantage {
    width: 1200px;
    overflow: visible;
    margin: 0 auto;
    margin-top: 260px;
    font-size: 0px
}

.container #join {
    width: 1200px;
    overflow: visible;
    margin: 0 auto;
    margin: 100px auto;
}

.container #advantage .title {
    height: 50px;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    text-align: center;
    margin-bottom: 29px
}

.container #advantage .desc {
    /*height: 100px;*/
    font-size: 16px;
    text-align: center;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px
}

.container #advantage .solution-cards-container {
    margin-top: 60px;
    margin-bottom: 60px
}

.container #advantage .solution-card {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 193px;
    height: 296px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 3px 29px #eeeeee;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 8px;
    vertical-align: top
}

.container #advantage .solution-card .solution-card-image {
    position: absolute;
    top: 62px;
    left: 67px;
    display: block;
    width: 70px;
    height: 70px
}

.container #advantage .solution-card .solution-card-title {
    padding-top: 147px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    text-align: center
}

.container #advantage .solution-card .solution-card-summary {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-align: center;
}

.container #advantage .solution-card .solution-card-content {
    visibility: hidden;
    margin: 5px auto 0;
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    display: -webkit-box;      /* 必须设置为盒模型 */
    -webkit-box-orient: vertical;  /* 垂直排列子元素 */
    -webkit-line-clamp: 4;     /* 限制显示的行数 */
    overflow: hidden;          /* 超出部分隐藏 */
    text-overflow: ellipsis;   /* 显示省略号 */
}

.container #advantage .solution-card .right-arrow-icon {
    position: absolute;
    bottom: 17px;
    left: 91px;
    width: 12px;
    height: 12px
}

.container #advantage .solution-card .solution-card-bottom-button {
    box-sizing: border-box;
    visibility: hidden;
    position: absolute;
    bottom: 17px;
    width: 100%;
    font-size: 0px;
    padding: 0 10px
}

.container #advantage .solution-card .solution-card-bottom-button .attempt-freely {
    display: inline-block;
    box-sizing: border-box;
    width: 80px;
    margin-right: 10px;
    background: #ff9900;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: #FFFFFF;
    cursor: pointer;
    vertical-align: top
}

.container #advantage .solution-card .solution-card-bottom-button .detail-of-function {
    display: inline-block;
    box-sizing: border-box;
    width: 80px;
    text-align: center;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #ff9900;
    font-size: 14px;
    font-weight: 400;
    color: #ff9900;
    cursor: pointer;
    vertical-align: top
}

.container #advantage .solution-card:nth-child(6) {
    margin-right: 0px
}

.container #advantage .solution-card:nth-child(12) {
    margin-right: 0px
}

.container #advantage .solution-card:hover {
    animation: .5s rainbow;
    animation-fill-mode: forwards
}

.container #advantage .solution-card:hover .solution-card-image {
    animation: .5s image;
    animation-fill-mode: forwards
}

.container #advantage .solution-card:hover .solution-card-title {
    animation: .5s title;
    animation-fill-mode: forwards
}

.container #advantage .solution-card:hover .solution-card-content {
    animation: .5s content;
    animation-fill-mode: forwards
}

.container #advantage .solution-card:hover .right-arrow-icon {
    animation: .5s arrow;
    animation-fill-mode: forwards
}

.container #advantage .solution-card:hover .solution-card-bottom-button {
    animation: .5s bottomBtn;
    animation-fill-mode: forwards
}

@keyframes image {
    to {
        top: 10px
    }
}

@keyframes title {
    to {
        padding-top: 95px
    }
}

@keyframes content {
    to {
        visibility: visible
    }
}

@keyframes arrow {
    0% {
        visibility: hidden
    }

    100% {
        visibility: hidden
    }
}

@keyframes bottomBtn {
    50% {
        visibility: visible
    }

    100% {
        visibility: visible
    }
}

@keyframes rainbow {
    to {
        border: 1px solid #ff99006b;
        /*background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 100%);*/
        box-shadow: 0 20px 15px 0 #ff99006b
    }
}

.container #mission-values .mission-values-content {
    background: url('../image/smjzg.jpg') no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 300px
}

.container #mission-values .mission-values-content .text-content {
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: flex;
}

.container #mission-values .mission-values-content .text-content .mission {
    width: 50%;
}

.container #mission-values .mission-values-content .text-content .mission .title {
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 33px;
    margin-top: 56px;
    margin-bottom: 28px
}

.container #mission-values .mission-values-content .text-content .mission .desc {
    text-align: center;
    margin: 0 auto;
    height: 96px;
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 96px;
    margin-bottom: 50px
}

.container #mission-values .mission-values-content .text-content .mission .line {
    height: 4px;
    background: #ff9900;
    text-align: center;
    margin: 0 auto;
    width: 60px
}

.container #mission-values .mission-values-content .text-content .values {
    width: 50%;
}

.container #mission-values .mission-values-content .text-content .values .title {
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 33px;
    margin-top: 56px;
    margin-bottom: 28px
}

.container #mission-values .mission-values-content .text-content .values .desc {
    text-align: center;
    margin: 0 auto;
    height: 96px;
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 96px;
    margin-bottom: 50px
}

.container #mission-values .mission-values-content .text-content .values .line {
    text-align: center;
    margin: 0 auto;
    width: 60px;
    height: 4px;
    background: #fff
}

.container #help .help-content {
    width: 1200px;
    /*height: 450px;*/
    text-align: center;
    margin: 0 auto 50px
}

.container #help .help-content .title {
    height: 50px;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 50px;
    margin-top: 80px;
    margin-bottom: 19px
}

.container #help .help-content .desc {
    height: 36px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-bottom: 21px
}

.container #qualification .qualification-content {
    text-align: center;
    margin: 0 auto
}

.container #qualification .qualification-content .title {
    height: 50px;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 50px
}

.container #qualification .qualification-content .case {
    height: 410px;
    margin-top: 40px
}

.container #qualification .qualification-content img {
    height: 268px
}

.container #qualification .qualification-content .swiper-container {
    width: 1200px;
    height: 330px
}

.container #qualification .qualification-content .swiper-slide {
    box-shadow: none
}

.container #qualification .qualification-content .swiper-button-left,
.container #qualification .qualification-content .swiper-button-right {
    height: 300px
}

.container #qualification .qualification-content .slide-content {
    white-space: nowrap;
    overflow: hidden;
    text-align: left
}

.container #qualification .qualification-content .slide-content li {
    display: inline-block
}

.container #develop .develop-content {
    text-align: center;
    margin: 0 auto
}

.container #develop .develop-content .title {
    height: 50px;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 50px
}

.container #develop .develop-content img {
    width: 100%
}

.container #develop .develop-content .case {
    height: 330px
}

.container #develop .develop-content .swiper-button-left,
.container #develop .develop-content .swiper-button-right {
    height: 300px
}

.container #develop .develop-content .swiper-container {
    height: 300px
}

.container #develop .develop-content .swiper-slide {
    box-shadow: none;
    height: 300px;
    background-image: url(../image/developbg.png)
}

.container #develop .develop-content .swiper-slide .slide-content li {
    float: left;
    /*width: 240px;*/
    width: 300px;
    padding-top: 60px;
    position: relative
}

.container #develop .develop-content .swiper-slide .slide-content li .time {
    font-size: 26px;
    color: #ff9900;
    font-weight: 600;
    padding-bottom: 10px
}

.container #develop .develop-content .swiper-slide .slide-content li .point {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: rgba(210, 225, 255, 0.18);
    margin: 10px 0;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

.container #develop .develop-content .swiper-slide .slide-content li .point::after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: rgba(210, 225, 255, 0.59);
    left: calc(50% - 9px);
    top: 4px;
    z-index: 2
}

.container #develop .develop-content .swiper-slide .slide-content li .point::before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ff9900;
    left: calc(50% - 4px);
    top: 9px;
    z-index: 3
}

.container #develop .develop-content .swiper-slide .slide-content li .info {
    /*width: 180px;*/
    width: 190px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    color: #333333
}

.container #develop .develop-content .swiper-slide .slide-content li::after {
    content: '— — — — — — —';
    display: block;
    position: absolute;
    top: 108px;
    /*right: -34%;*/
    right: -15%;
    font-weight: normal;
    color: #ff99007c
}

.container #develop .develop-content .swiper-slide .slide-content li:nth-last-of-type(1)::after {
    display: none
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/font_2804454_57pnpjzgyn.woff2') format('woff2'), url('../font/font_2804454_57pnpjzgyn.woff') format('woff'), url('../font/font_2804454_57pnpjzgyn.ttf') format('truetype')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-guanbi:before {
    content: "\e608"
}


.container #partner {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px
}

.container #partner .logo_wrap {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    font-size: 0
}

.container #partner .logo_wrap .logo-left {
    position: absolute;
    z-index: 100;
    margin-left: -60px;
    left: 0;
}

.container #partner .logo_wrap .logo-right {
    position: absolute;
    right: 0;
    z-index: 100;
    top: 0;
    margin-right: -60px
}

.container #partner .logo_wrap .logo-anim {
    width: 100%;
    height: 110px;
    position: relative;
    overflow: hidden
}

.container #partner .logo_wrap .logo-anim .content {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.container #partner .logo_wrap .logo-anim .content img {
    float: left;
    height: 80px;
    box-shadow: 0px 0px 10px 3px #f3f3f3;
    margin: 15px 10px;
}

.container #partner .logo_wrap .logo-right {
    transform: rotate(180deg)
}