/* 智慧办公首页 */
.content {
    width: 100%;
    height: inherit;
    overflow-x: hidden;
    overflow-y: auto;
}
.title-container {
    text-align: center;
    padding-bottom: 20px;
}

#section1 {}
#section1 .feature-content {
    overflow: hidden;
}
#section1 .feature-content .feature-item {
    width: 100%;
    aspect-ratio: 3.2;
    min-height: 400px;
    position: relative;
}
#section1 .feature-content .feature-item .img-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#section1 .feature-content .feature-item .img-container img {
    width: 100%;
    height: 100%;
}
#section1 .feature-content .feature-item .text-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.section1 .box-content {
    box-sizing: border-box;
    position: relative;
}
#section1 .feature-content .feature-item .text-content {
    position: absolute;
    padding: 16px;
    width: 35%;
    top: 55%;
    transform: translateY(-50%);
    /*background-color: rgba(255, 255, 255, 0.5);*/
    /*backdrop-filter: blur(6px)*/
}
#section1 .feature-content .feature-item .text-content h3 {
    font-size: 36px;
    font-weight: bold;
    color: #323232;
    text-align: left;
}
#section1 .feature-content .feature-item .text-content .description {
    height: 156px;
    font-size: 18px;
    color: #6B6F6F;
    line-height: 32px;
    padding-top: 16px;
}
#section1 .feature-content .feature-item .button-3 {
    width: 166px;
    height: 44px;
    background: linear-gradient(90deg, #0CDA9D 0%, #17DA17 100%);
    border-radius: 6px;
    border: none;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
#section1 .feature-content .feature-item .button-3:hover {
    background-image: linear-gradient(90deg, rgba(91, 234, 165, 1) 0, rgba(91, 234, 165, 1) 0, rgba(19, 210, 131, 1) 100%, rgba(19, 210, 131, 1) 100%);
}
#section1 .feature-content .feature-item .button-4 {
    width: 166px;
    height: 44px;
    border: 1px solid;
    background-color: transparent;
    border-radius: 6px;
    margin-left: 15px;
    font-size: 16px;
    color: #0CDA9D;
    cursor: pointer;
}
#section1 .feature-content .feature-item .button-4:hover {
    background-color: rgba(255,255,255, 0.6);
}
#section1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #FFFFFF;
    opacity: 1;
}
#section1 .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 7px;
    background-color: #0CDA9D;
}
#section1 .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 6px;
}
@media screen and (max-width: 1200px) {
    #section1 .feature-content .feature-item .text-content {
        width: inherit;
    }
    #section1 .feature-content .feature-item .text-content h3 {
        font-size: 28px;
        padding-bottom: 10px;
    }
    #section1 .feature-content .feature-item .text-content .description {
        font-size: 20px;
        height: 150px;
        padding-top: 0;
    }
}
@media screen and (max-width: 768px) {
    #section1 {
        background-color: #f0f0f0;
    }
    #section1 .feature-content .feature-item .img-container {
        display: none;
    }
    #section1 .feature-content .feature-item .text-content {
        width: inherit;
    }
    #section1 .feature-content .feature-item .text-content h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    #section1 .feature-content .feature-item .text-content .description {
        font-size: 14px;
        height: 150px;
        padding-top: 0;
    }

    #section1 .feature-content .feature-item .button-3 {
        width: 100px;
        height: 30px;
    }

    #section1 .feature-content .feature-item .button-4 {
        width: 100px;
        height: 30px;
    }
}



/* 数据统计 */
#section2 {}
#section2 .statis-list {
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
}

#section2 .statis-item {
    flex: 1 0 0;
    display: flex;
    flex-direction: row;
}
#section2 .statis-item .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}
#section2 .statis-item .img-container img {
    height: 100%;
}
#section2 .statis-item .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6px;
}
#section2 .statis-item .statis-value{
    font-size: 25px;
    color: #333333;
    text-align: left;
    font-weight: 600;
}
#section2 .statis-item .statis-label{
    font-size: 16px;
    color: #6B6F6F;
    text-align: left;
}
@media screen and (max-width: 768px) {
    #section2 .statis-list {
        padding: 20px 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #section2 .statis-item {
        flex: none;
        width: 48%;
        height: 160px;
        background-color: #FFFFFF;
        border-radius: 10px;
        margin-top: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #section2 .statis-item:nth-child(-n+2) {
        margin-top: 0;
    }
    #section2 .statis-item:nth-child(odd) {
        margin-left: 0;
    }
}

#section3 {
    background-image: url("../imgs/home/section3-1-bg.png");
    aspect-ratio: 2.2857;
    transition: background 1s;
    background-size: cover;
}

#section3 .feature-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
#section3 .feature-header .feature-hitem {
    width: 140px;
    height: 36px;
    background: #E8F3F9;
    border-radius: 4px;
    font-size: 18px;
    color: #666666;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}
#section3 .feature-hitem img {
    width: 18px;
    aspect-ratio: 1;
    margin-right: 10px;
    vertical-align: middle;
}
#section3 .feature-header .active {
    background: linear-gradient(149deg, #0CDA9D 46%, #2BD947 100%);
    color: #FFFFFF;
}
#section3 .feature-content {
    padding: 0 0 50px 0;
}
#section3 .feature-content .feature-item {
    display: flex;
    flex-direction: row;
}
#section3 .feature-content .feature-item .material {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}
#section3 .feature-content .feature-item .material img {
    width: 600px;
}
#section3 .feature-content .feature-item .text-container {
    padding: 100px 10px 100px 10px;
}
#section3 .feature-content .feature-item h3 {
    font-size: 26px;
    color: #333333;
    text-align: left;
    font-weight: 600;
    padding-bottom: 50px;
}
#section3 .feature-content .feature-item h4 {
    display: none;
}
#section3 .feature-content .feature-item p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    padding-bottom: 50px;
}
#section3 .feature-content .feature-item .button-3 {
    width: 166px;
    height: 44px;
    background: linear-gradient(90deg, #0CDA9D 0%, #17DA17 100%);
    border-radius: 6px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}
#section3 .feature-content .feature-item .button-3:hover {
    background-image: linear-gradient(90deg, rgba(91, 234, 165, 1) 0, rgba(91, 234, 165, 1) 0, rgba(19, 210, 131, 1) 100%, rgba(19, 210, 131, 1) 100%);
}
@media screen and (max-width: 1200px) {
    #section3 .feature-header .feature-hitem {
        padding: 0;
        width: 100px;
        font-size: 12px;
    }
    #section3 .feature-hitem img {
        margin-left: 6px;
        margin-right: 6px;
    }
    #section3 .feature-content .feature-item {}
    #section3 .feature-content .feature-item .material img {
       width: 300px;
    }
    #section3 .feature-content .feature-item .text-container {
        padding: 20px 0;
    }
    #section3 .feature-content .feature-item h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }
    #section3 .feature-content .feature-item p {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    #section3 {
        background-image: none;
    }
    #section3 .feature-header {
        display: none;
    }
    #section3 .feature-content .feature-item {
        position: relative;
        height: 350px;
        overflow: hidden;
    }
    #section3 .feature-content .feature-item .material {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    #section3 .feature-content .feature-item .text-container {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 20px;
        z-index: 2;
        background-color: rgba(51,51,51, 0.7);
        display: block;
        text-align: left;
    }
    #section3 .feature-content .feature-item h3 {
        display: none;
    }
    #section3 .feature-content .feature-item h4 {
        display: block;
        color: #00CC01;
        padding-bottom: 10px;
    }
    #section3 .feature-content .feature-item h4::after {
        content: "";
        width: 120px;
        height: 5px;
        background-color: #00cc00;
        display: block;
        margin-top: 20px;
        margin-left: 5px;
        font-size: 18px;
    }
    #section3 .feature-content .feature-item p  {
        font-size: 14px;
        height: 200px;
        color: white;
        line-height: 30px;
        padding-right: 15px;
        padding-bottom: 10px;
    }
}


    /* 多媒体信息发布系统 */
#section4 {
    background-image: url("../imgs/home/section4-bg.png");
    background-size: 100% 100%;
}
#section4 .feature-content {
    position: relative;
}
#section4 .text-container {}
#section4 .text-container .title {
    font-size: 30px;
    color: #333333;
    line-height: 33px;
}
#section4 .text-container .description {
    font-size: 16px;
    color: #666666;
    line-height: 33px;
}
#section4 .text-container {}
#section4 #textItem-1 {
    position: absolute;
    top: 84px;
    left: -120px;
    text-align: right;
}
#section4 #textItem-2 {
    position: absolute;
    top: 84px;
    right: -40px;
    text-align: left;
}
#section4 #textItem-3 {
    position: absolute;
    bottom: 28px;
    left: 66px;
    text-align: right;
}
#section4 #textItem-4 {
    position: absolute;
    bottom: 28px;
    right: 26px;
    text-align: left;
}

#section4 .img-container {
    padding: 30px 0 0 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
}
#section4 .img-container img {
    width: 70%;
}
#section4 .box-footer {
    padding:  20px 0 50px 0;
    text-align: center;
}
#section4 .box-footer .button-2 {
    width: 210px;
    height: 48px;
    background: linear-gradient(90deg, #0CDA9D 0%, #17DA17 100%);
    border-radius: 24px;
    font-size: 22px;
    font-weight: 400;
    color: #FDFDFF;
    line-height: 33px;
    outline: none;
    border-color: transparent;
    cursor: pointer;
    border: none;
}
#section4 .box-footer .button-2:hover {
    /*transform: scale(1.05);*/
    background-image: linear-gradient(90deg, rgba(91, 234, 165, 1) 0, rgba(91, 234, 165, 1) 0, rgba(19, 210, 131, 1) 100%, rgba(19, 210, 131, 1) 100%);
}
#section4 .box-footer .button-2-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#section4 .box-footer svg {
    width: 26px;
    height: 26px;
    margin-left: 10px;
}
@media screen and (max-width: 1200px) {
    #section4 .text-container {}
    #section4 .text-container .title {
        font-size: 24px;
    }
    #section4 .text-container .description {
        font-size: 12px;
    }
    #section4 #textItem-1 {
        top: 37%;
        left: 2%;
    }
    #section4 #textItem-2 {
        top: 37%;
        right: 8%;
    }
    #section4 #textItem-3 {
        bottom: 2%;
        left: 5%;
    }
    #section4 #textItem-4 {
        bottom: 2%;
        right: 3%;
    }
}

@media screen and (max-width: 768px) {
    #section4 .box-header {
        padding-top: 20px;
    }
    #section4 .img-container {
        display: none;
    }
    #section4 .feature-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #section4 .text-container {
        width: 48%;
        background-color: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(6px);
        border-radius: 10px;
        padding: 15px 20px;
        height: 160px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #section4 .text-container + .text-container {
        margin-left: 10px;
        margin-top: 10px;
    }
    #section4 .text-container:nth-child(2) {
        margin-top: 0;
    }
    #section4 .text-container:nth-child(odd) {
        margin-left: 0;
    }
    #section4 .text-container .title {
        width: 100%;
        font-size: 18px;
        line-height: 30px;
        color: #00CC01;
        font-weight: 600;
        margin-bottom: 10px;
    }
    #section4 .text-container .title:after{
        content: "";
        width: 120px;
        height: 5px;
        background-color: #00cc00;
        display: block;
        margin-top: 8px;
        font-size: 18px;
    }
    #section4 .text-container .description {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        height: 80px;
        text-align: left;
    }
    #section4 .text-container {}
    #section4 #textItem-1 {
        position: static;
        text-align: left;
    }
    #section4 #textItem-2 {
        position: static;
        text-align: left;
    }
    #section4 #textItem-3 {
        position: static;
        text-align: left;
    }
    #section4 #textItem-4 {
        position: static;
        text-align: left;
    }
}


/* 小优带你体验智慧办公系统 */
#section5 {}
#section5 .box-header {}
#section5 .feature-content {
    position: relative;
}
#section5 .feature-left {
    position: absolute;
    top: 50px;
    left: -90px;
    width: 130px;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    font-weight: 600;
}
#section5 .feature-left:before {
    content: '';
    display: block;
    width: 100px;
    height: 10px;
    background: #0EDA84;
    border-radius: 6px;
    margin-bottom: 15px;
}
#section5 .feature-right {
    position: absolute;
    bottom: 80px;
    right: -160px;
    width: 200px;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    font-weight: 600;
}
#section5 .feature-right:after {
    content: '';
    display: block;
    width: 50px;
    height: 10px;
    background: #0EDA84;
    border-radius: 6px;
    margin-top: 15px;
}
#section5 .video-container {
    padding: 0 60px;
}
#section5 .video-container video {
    width: 100%;
    background-color: rgba(41, 218, 157, 0.6);
    border-width: 4px;
    border-style: solid;
    border-color: rgba(41, 218, 157, 0.6);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 8px;
}

/* 我们的合作伙伴 */
#section6 {
    background-image: url("../imgs/home/section6-bg.png");
    background-size: 100% 100%;
}
#section6 .box-header {
    padding-top: 88px;
}
#section6 .box-content {
    height: auto;
}
#section6 .feature-content {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 150px 0;
}
#section6 .swiper-slide {
    width: 312px;
    height: 459px;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px 0px rgba(0,107,157,0.22);
    border-radius: 10px;
    margin: 0 30px;
    overflow: hidden;
}
#section6 .partners-card .partners-img {
    height: 172px;
    background: #A0A0A0;
}
#section6 .partners-card .partners-img img {
    width: 312px;
    height: 172px;
}
#section6 .partners-card .partners-logo {
    padding: 14px;
}
#section6 .partners-card .partners-logo img {
    height: 43px;
}
#section6 .partners-card .partners-say {
    height: 80px;
    padding: 0 14px 14px 14px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
#section6 .partners-card .partners-behalf {
    margin-left: 14px;
    margin-right: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#section6 .partners-card .partners-behalfImg {
    width: 28px;
    aspect-ratio: 1;
}

#section6 .partners-card .partners-behalfName{
    font-size: 15px;
    color: #333333;
    line-height: 28px;
    margin-left: 8px;
    font-weight: 600;
    letter-spacing: 1px;
}
#section6 .partners-card .partners-statis {
    display: flex;
    flex-direction: row;
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#section6 .partners-card .partners-statisItem {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}
#section6 .partners-card .partners-statisDivider {
    width: 1px;
    height: 52px;
    background-color: #EEEEEE;
}
#section6 .partners-card .partners-statisValue {
    font-size: 24px;
    color: #333333;
    line-height: 20px;
}
#section6 .partners-card .partners-statisLabel {
    margin-top: 10px;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

/* 荣誉证书 */
#section7 {
    background-image: url("../imgs/home/section7-bg.png");
    background-size: 100% 100%;
}
#section7 .feature-container {
    display: flex;
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 75px;
}

#section7 .feature-content {
    flex: 1 0 0;
    overflow: hidden;
}
#section7 .feature-button-next {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#section7 .feature-button-prev {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#section7 svg {
    width: 64px;
    height: 64px;
}
#section7 .img-container {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#section7 .item-img {
    width: 192px;
    height: 260px;
    background-color: rgba(41, 218, 157, 0.6);
    border-width: 4px;
    border-style: solid;
    border-color: rgba(41, 218, 157, 0.6);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 8px;
    box-shadow: 0 6px 6px 2px rgba(0,77,62,0.24);
}
#section7 .item-img:hover {
    transform: translate3d(0, -10px, 0);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

#section8 {}
#section8 .card-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#section8 .card-item {
    width: 384px;
    height: 400px;
    position: relative;
}
#section8 .card-item + .card-item {
    margin-left: 24px;
}
#section8 .card-item:nth-child(-n+3) {
    margin-top: 0;
}
#section8 .card-item:nth-child(3n+1) {
    margin-left: 0;
}
#section8 .card-item .img-container {
    width: 100%;
    background: #000000;
    border-radius: 10px;
    border-top-left-radius: 12px;
    position: relative;
}
#section8 .card-item .img-container img {
    width: 100%;
    aspect-ratio: 1.6;
    border-radius: 10px;
    border-top-left-radius: 12px;
}
#section8 .card-item .item-tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    background: #0EDA84;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#section8 .card-item .text-container {
    position: absolute;
    top: 180px;
    left: 15px;
    width: 92%;
    height: 196px;
    border: 2px solid #FFFFFF;
    background: linear-gradient(0deg, #FEFEFF 0%, #F1F6FC 100%);
    box-shadow: 0px 14px 34px 0px rgba(153,153,153,0.26);
    border-radius: 4px;
    padding: 25px 25px 20px 25px;
}
#section8 .card-item .text-container .item-title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
}
#section8 .card-item .text-container .item-content {
    height: 50px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 15px 0;
    overflow-y: auto;
}
#section8 .card-item .text-container .item-link {
    border-top: 1px solid #EEEEEE;
    padding-top: 12px;
    font-size: 14px;
    color: #0EDA84;
    line-height: 24px;
    cursor: pointer;
}
#section8 .box-footer {
    padding: 35px 0;
    text-align: center;
}

#section8 .box-footer .button-2 {
    width: 210px;
    height: 48px;
    background: linear-gradient(90deg, #0CDA9D 0%, #17DA17 100%);
    border-radius: 24px;
    font-size: 22px;
    font-weight: 400;
    color: #FDFDFF;
    line-height: 33px;
    outline: none;
    border-color: transparent;
    border: none;
    cursor: pointer;
}
#section8 .box-footer .button-2:hover {
    /*transform: scale(1.05);*/
    background-image: linear-gradient(90deg, rgba(91, 234, 165, 1) 0, rgba(91, 234, 165, 1) 0, rgba(19, 210, 131, 1) 100%, rgba(19, 210, 131, 1) 100%);
}
#section8 .box-footer .button-2-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#section8 .box-footer svg {
    width: 26px;
    height: 26px;
    margin-left: 10px;
}
@media screen and (max-width: 1200px) {
    #section8 .card-item {
        width: 330px;
    }
    #section8 .card-item:nth-child(odd) {
        margin-left: 0;
    }
    #section8 .card-item:nth-child(even) {
        margin-left: 24px;
    }
    #section8 .card-item:nth-child(-n+2) {
        margin-top: 0;
    }
    #section8 .card-list {
        justify-content: space-around;
    }
}

@media screen and (max-width: 425px) {
    #section8 .card-item {
        margin-left: 0;
    }
    #section8 .card-item:nth-child(odd) {
        margin-left: 0;
    }
    #section8 .card-item:nth-child(even) {
        margin-left: 0;
    }
}


/* 大家都在用智慧办公一体化系统 */
#section14 {}

.banner {

}


