.index-banner {
    width: 100%;
    height: 100%;
    /* background: url("../../img/index/home_icon01.jpg") no-repeat center; */
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.index-banner .swiper-containerxs{
    height: 100%;
}

.index-banner .banner-description {
    padding-top: 170px;
    height: 100%;
    background-size: contain !important;
}

.index-banner .banner-description h2 {
    font-size: 48px;
    font-weight: 400;
    margin: 0px;
    text-align: center;
}

.index-banner .banner-description h5 {
    font-size: 25px;
    color: #949494;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 56px;
    text-align: center;
}

.index-banner .banner-description .button-href {
    margin: 0px auto;
}

.banner-bottom {
    width: 100%;
    height: 522px;
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    --swiper-theme-color: #ffc800;
}

.banner-bottom .banner-bottom-phone .swiper-container {
    height: 250px;
}

.banner-bottom .banner-bottom-phone {
    display: none;
}

.banner-bottom .banner-bottom-left {
    width: 50%;
    height: 522px;
    position: absolute;
    left: 0px;
    top: 0px;
    /* background: url('../../img/index/home_icon02.png'); */
    z-index: -2;
}

.banner-bottom .banner-bottom-right {
    width: 50%;
    height: 522px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url('../../img/index/home_icon03.png');
    z-index: -2;
}

.banner-bottom-center {
    width: 1200px;
    height: 522px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0px auto;
    z-index: 2;
}

.banner-bottom-center h2 {
    font-size: 48px;
    font-weight: 400;
    margin: 0px;
}

.banner-bottom-center span {
    font-weight: bold;
}

.banner-bottom-center p {
    font-size: 16px;
    margin-top: 23px;
    margin-bottom: 43px;
    line-height: 30px;
}

.banner-bottom-center .center-left {
    width: 45%;
}

.banner-bottom-center .center-right {
    width: 45%;
    padding-left: 107px;
}

.effect {
    width: 1200px;
    margin: 0px auto;
    padding: 100px 0px;
    box-sizing: border-box;
}

.effect h2 {
    font-size: 48px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 103px;
}

.effect .button-href {
    margin: 0px auto;
    margin-top: 108px;
}

.effect-content {
    width: 100%;
    overflow: hidden;
}

.effect-content .effect-item {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.effect-content .effect-item:nth-child(odd) {
    padding-right: 78px;
}

.effect-content .effect-item:nth-child(even) {
    padding-left: 78px;
}

.effect-content .effect-item .effect-img {
    width: 142px;
    height: 100%;
    float: left;
}

.effect-content .effect-item .effect-img img {
    display: block;
}

.effect-content .effect-item .effect-text {
    margin-left: 15px;
    float: right;
    width: calc(100% - 157px);
}

.effect-content .effect-item .effect-text h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 26px;
    text-align: left;
}

.effect-content .effect-item .effect-text p {
    margin: 0px;
    color: #949494;
    font-size: 18px;
    line-height: 30px;
}

.partner {
    width: 100%;
    height: 481px;
}

.partner .swiper-container {
    height: 100%;
}

.partner .swiper-container .swiper-slide {
    position: relative;
}

.partner .swiper-container .swiper-button-prev {
    left: 50px;
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 4px;
}

.partner .swiper-container .swiper-button-prev:hover {
    background: #F2C811;
}

.partner .swiper-container .swiper-button-prev:after {
    font-size: 24px;
    color: #333;
}

.partner .swiper-container .swiper-button-next {
    right: 50px;
    width: 58px;
    height: 58px;
    background: #fff;
    border-radius: 4px;
}

.partner .swiper-container .swiper-button-next:hover {
    background: #F2C811;
}

.partner .swiper-container .swiper-button-next:after {
    font-size: 24px;
    color: #333;
}

.partner .swiper-container .swiper-slide {
    overflow: hidden;
    position: relative;
}

.partner .swiper-container .swiper-slide img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.partner .swiper-container .swiper-slide:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.partner .swiper-container .swiper-slide .partner-item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63);
    padding: 130px 135px 0px 135px;
    box-sizing: border-box;
    opacity: 1;
    transition: 0.5s;
}

.partner .swiper-container .swiper-slide .partner-item h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    height: 80px;
}

.partner .swiper-container .swiper-slide .partner-item p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 28px;
}

.partner .swiper-container .swiper-slide .partner-item .button-href {
    margin: 0px auto;
}

.industryCase {
    padding: 100px 0px 115px 0px;
}

.industryCase h2 {
    margin-bottom: 100px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.industryCase .industryCase-content {
    width: 1200px;
    margin: 0px auto;
    height: 370px;
    display: flex;
    justify-content: space-between;
}

.industryCase .industryCasePhone {
    display: none;
}

.industryCase .industryCase-content .industryCase-item {
    width: 288px;
    height: 370px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.industryCase .industryCase-content .industryCase-item:hover .industryCase-item-text {
    background: #242424;
    transition: 0.5s;
}

.industryCase .industryCase-content .industryCase-item:hover h5 {
    color: #fff;
    transition: 0.5s;
}

.industryCase .industryCase-content .industryCase-item:hover span {
    background: #fff;
    transition: 0.5s;
}

.industryCase .industryCase-content .industryCase-item .industryCase-item-img {
    width: 288px;
    height: 238px;
    background-size: 100%;
}

.industryCase .industryCase-content .industryCase-item .industryCase-item-text {
    width: 288px;
    height: 133px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    background: #f6f6f6;
    margin-top: -1px;
}

.industryCase .industryCase-content .industryCase-item h5 {
    width: 288px;
    text-align: center;
    font-size: 30px;
    color: #4E4E4E;
    margin: 0px;
}

.industryCase .industryCase-content .industryCase-item span {
    width: 46px;
    height: 2px;
    background: #4E4E4E;
    margin: 0px auto;
    display: block;
    margin-top: 40px;
}

.industryCase .button-href {
    margin: 0px auto;
    margin-top: 100px;
}

.article {
    width: 100%;
    /* background: url("../../img/index/home_icon11.png"); */
    background-size: cover;
    padding: 100px 137px;
    box-sizing: border-box;
}

.article h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.article h5 {
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    max-width: 937px;
    text-align: center;
    margin: 0px auto;
    line-height: 38px;
}

.article .article-content {
    width: 100%;
    height: 430px;
    background: #fff;
    box-shadow: 0px 29px 40px 0px rgba(0, 0, 0, 0.62);
    border-radius: 39px;
    margin-top: 65px;
    box-sizing: border-box;
}

.article .article-phone-content {
    display: none;
}

.article .article-content .article-content-item {
    width: 33%;
    height: 100%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    border-left: 1px rgba(168, 172, 185, 0.3) solid;
}

.product-overview {
    width: 1200px;
    margin: 0px auto;
    padding-top: 100px;
}

.product-overview h2 {
    font-size: 48px;
    margin-bottom: 50px;
    text-align: center;
}

.product-overview p {
    font-size: 25px;
    width: 850px;
    text-align: center;
    margin: 0px auto;
}

.product-overview .product-overview-list {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.product-overview .product-overview-list .product-overview-item {
    width: 360px;
    height: 250px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    padding: 38px 35px;
    box-sizing: border-box;
}

.product-overview .product-overview-list .product-overview-item .phone_img {
    display: none;
}

.product-overview .product-overview-list .product-overview-item img {
    display: block;
    margin: 0px auto;
}

.product-overview .product-overview-list .product-overview-item h5 {
    font-size: 22px;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 20px;
}

.product-overview .product-overview-list .product-overview-item p {
    font-size: 16px;
    margin: 0px;
    width: auto;
    text-align: center;
    line-height: 24px;
}

.article .article-content .article-content-item .date {
    font-size: 18px;
    font-weight: bold;
    color: #A8ACB9;
    margin-bottom: 36px;
    margin-top: 0px;
}

.article .article-content .article-content-item h2 {
    font-size: 20px;
    color: #000;
    height: 52px;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 26px;
    max-height: 89px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article .article-content .article-content-item .content {
    color: #4F5362;
    line-height: 26px;
    font-size: 16px;
    max-height: 165px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.article .article-content .article-content-item a {
    font-size: 17px;
    font-weight: bold;
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-decoration: none;
    cursor: pointer;
}

.article .button-href {
    margin: 0px auto;
    margin-top: 65px;
}

.customer {
    width: 100%;
    background: #F7F7F7;
    padding-top: 100px;
    padding-bottom: 55px;
    box-sizing: border-box;
}

.customer h2 {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin-top: 0px;
    margin-bottom: 100px;
    text-align: center;
}

.customer .customer-content {
    width: 1200px;
    height: 410px;
    margin: 0px auto;
    position: relative;
}

.customer .customer-content .swiper-containerxs {
    width: 900px;
    height: 410px;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 8px;
}

.customer .customer-content .swiper-containerxs .swiper-wrapper {
    height: 88% !important;
}

.customer .customer-content .swiper-containerxs .swiper-slide {
    background: #F2C811;
    height: 68%;
    border-radius: 6px;
    padding: 50px 0px 0px 0px;
}

.customer .customer-content .swiper-containerxs .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.customer .customer-content .side-left {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 125px;
    left: 0px;
    cursor: pointer;
    background: url('../../img/index/home_icon15.png') no-repeat center;
    background-size: 100%;
    transform: rotate(-180deg);
}


.customer .customer-content .side-left:focus,
.customer .customer-content .side-right:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.customer .customer-content .side-left:hover {
    background: url('../../img/index/home_icon14.png') no-repeat center;
    transform: rotate(0deg);
}

.customer .customer-content .el-carousel__arrow--left {
    display: none !important;
}

.customer .customer-content .el-carousel__arrow--right {
    display: none !important;
}

.customer .customer-content .side-right {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 125px;
    right: 0px;
    cursor: pointer;
    background: url('../../img/index/home_icon15.png') no-repeat center;
    background-size: 100%;
}

.index-banner .side-right {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 200px;
    cursor: pointer;
    background: url('../../img/product/side_hover.png') no-repeat center;
    background-size: 100%;
    z-index: 99;
    outline: none;
    opacity: 0.35;
    transform: rotate(-180deg);
}
.index-banner .side-right:hover,.index-banner .side-left:hover{
    opacity: 1;
}
.index-banner .side-left {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 200px;
    cursor: pointer;
    background: url('../../img/product/side_hover.png') no-repeat center;
    background-size: 100%;
    z-index: 99;
    outline: none;
    opacity: 0.35;
}

.customer .customer-content .side-right:hover {
    background: url('../../img/index/home_icon14.png') no-repeat center;
    transform: rotate(180deg);
}

.custome .customer .customer-content .el-carousel__arrow--right {
    display: none;
}

.customer .customer-content .el-carousel__indicators--outside {
    position: absolute;
    bottom: 100px;
    margin-left: -61px;
}

.customer .customer-content .el-carousel__indicators--outside li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(242, 200, 17, 0.2);
    margin-left: 18px;
    padding: 0px;
}

.customer .customer-content .el-carousel__indicators--outside li:first-of-type {
    margin-left: 0px;
}

.customer .customer-content .el-carousel__indicators--outside li button {
    display: none;
}

.customer .customer-content .el-carousel__indicators--outside .is-active {
    background: #F2C811;
}

.customer .customer-content .el-carousel--horizontal {
    width: 900px;
    height: 500px;
    margin: 0px auto;
    border-radius: 8px;
}

.customer .customer-content .el-carousel--horizontal .el-carousel__container {
    background: #F2C811;
    box-sizing: border-box;
}

.customer .customer-content .avatar {
    width: 180px;
    padding: 0px 20px;
    box-sizing: border-box;
    float: left;
    margin-left: 42px;
}

.customer .customer-content .avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    overflow: hidden;
    display: block;
}

.customer .customer-content .content {
    width: 616px;
    height: 200px;
    float: left;
}

.customer .customer-content .content h3 {
    margin: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.customer .customer-content .content p {
    margin: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin-top: 40px;
}

.serviceGroup {
    width: 1200px;
    margin: 0px auto;
    padding-top: 100px;
    /* padding-bottom: 100px; */
}

.serviceGroup h2 {
    font-size: 48px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
}

.serviceGroup .serviceGroup-list {
    width: 1200px;
    margin-top: 44px;
    display: flex;
    justify-content: flex-start;
}

.serviceGroup-list img {
    height: auto;
    margin-left: 73px;
    /* width: auto; */
    transition: 0.5s;
}

.serviceGroup-list img:hover {
    transform: scale(1.3);
}

.solution-logo {
    width: 1200px;
    height: 528px;
    margin: 0px auto;
    padding: 25px 0px;
    box-sizing: border-box;
    position: relative;
}

.solution-logo span {
    width: 157px;
    height: 179px;
    background: url('../../img/solution/solve_icon19.png') no-repeat center;
    background-size: 100%;
    display: block;
    float: left;
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-right: 7px;
}

.solution-logo span img:hover {
    transform: scale(1.1) !important;
}

@media screen and (max-width: 1600px) {
    .article .article-content {
        height: 375px;
    }
    .article .article-content .article-content-item .content {
        -webkit-line-clamp: 5;
    }
}

@media screen and (max-width: 640px) {
    .index-banner .side-right,.index-banner .side-left{
        display: none;
    }
    /* 移动端样式 */
    .index-banner {
        height: 10.75rem;
        margin-top: 80px;
        /* padding-top: 10px; */
    }
    .index-banner .banner-description {
        padding: 40px 1.25rem;
    }
    .index-banner .banner-description h2 {
        font-size: 0.875rem;
        text-align: right;
    }
    .index-banner .banner-description h5 {
        font-size: 0.75rem;
        text-align: right;
        margin-bottom: 20px;
    }
    .index-banner .banner-description .button-href {
        float: right;
        width: 100px;
        height: 30px;
        line-height: 8px;
        font-size: 14px;
        letter-spacing: 2px;
    }
    .banner-bottom {
        height: 15rem;
    }
    .banner-bottom-center {
        display: none;
    }
    .banner-bottom-left {
        display: none !important;
    }
    .banner-bottom-right {
        display: none;
    }
    .banner-bottom .banner-bottom-phone {
        width: 100%;
        height: 16rem;
        display: block;
        overflow: hidden;
    }
    .banner-bottom .banner-bottom-phone .swiper-containerxs {
        height: 234px;
    }
    .banner-bottom .banner-bottom-phone .banner-bottom-phone-item {
        width: 100%;
        height: 13rem;
        padding: 1.25rem;
        box-sizing: border-box;
    }
    .banner-bottom .banner-bottom-phone .banner-bottom-phone-item h2 {
        font-size: 0.9375rem;
        color: #FFFFFF;
        text-align: center;
        margin: 0px;
    }
    .banner-bottom .banner-bottom-phone .banner-bottom-phone-item p {
        font-size: 0.75rem;
        color: #FFFFFF;
        text-align: center;
        width: auto;
        line-height: 1.8;
    }
    .banner-bottom .banner-bottom-phone .el-carousel__indicator--horizontal:first-of-type {
        margin-left: 0px;
    }
    .banner-bottom .banner-bottom-phone .el-carousel__indicator--horizontal {
        width: 1rem;
        height: 1rem;
        background: rgba(242, 200, 17, 0.25);
        border-radius: 1rem;
        padding: 0px;
        margin-left: 1.25rem;
    }
    .banner-bottom .banner-bottom-phone .el-carousel__indicator--horizontal.is-active {
        background: #F2C811;
    }
    .banner-bottom-phone button {
        display: none;
    }
    .effect {
        width: 100%;
        padding: 47px 0px 30px 0;
    }
    .effect h2 {
        font-size: 1.125rem;
        margin-bottom: 40px;
    }
    .effect .effect-content {
        padding: 0px 1.25rem;
        box-sizing: border-box;
    }
    .effect .effect-content .effect-item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 2.5rem;
        margin-top: 0px !important;
    }
    .effect .effect-content .effect-item {
        padding: 0px !important;
    }
    .effect-content .effect-item .effect-text {
        width: calc(100% - 111px);
        /* margin-left: 40px; */
    }
    .effect-content .effect-item .effect-text h2 {
        font-size: 0.75rem;
        margin-bottom: 10px;
    }
    .effect-content .effect-item .effect-text p {
        font-size: 0.5rem;
        line-height: 22px;
    }
    .effect-content .effect-item .effect-img img {
        width: 111px;
    }
    .effect .button-href {
        margin-top: 20px;
    }
    .partner {
        height: 300px;
    }
    .product-overview {
        display: none;
    }
    .partner .swiper-container .swiper-button-prev {
        left: 20px;
        width: 1.5rem;
        height: 2.5rem;
        background-color: transparent;
        background: url('../../img/index/home_phone_icon08.png') no-repeat center;
    }
    .partner .swiper-container .swiper-button-prev:hover {
        background-color: transparent;
        background: url('../../img/index/home_phone_icon08.png') no-repeat center;
    }
    .partner .swiper-container .swiper-button-prev:after {
        display: none;
    }
    .partner .swiper-container .swiper-slide .partner-item h3 {
        height: 30px;
        font-size: 0.9375rem;
    }
    .partner .swiper-container .swiper-slide .partner-item p {
        font-size: 0.75rem;
    }
    .partner .swiper-container .swiper-button-next {
        right: 20px;
        width: 1.5rem;
        height: 2.5rem;
        background-color: transparent;
        background: url('../../img/index/home_phone_icon09.png');
    }
    .partner .swiper-container .swiper-button-next:hover {
        background-color: transparent !important;
        background: url('../../img/index/home_phone_icon09.png');
    }
    .partner .swiper-container .swiper-button-next:after {
        display: none;
    }
    .industryCase {
        padding: 0px;
        padding-bottom: 1.875rem;
    }
    .industryCase h2 {
        font-size: 1.125rem;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }
    .industryCase .industryCase-content {
        display: none;
    }
    .industryCase .industryCasePhone {
        display: block;
        overflow: hidden;
        height: 180px;
    }
    .industryCase .industryCasePhone .swiper-containerxs {
        height: 90%;
    }
    .industryCase .industryCasePhone .industryCasePhone-item {
        width: 49%;
        padding: 0px 0.5rem;
        height: 100%;
        box-sizing: border-box;
        display: inline-block;
    }
    .industryCase .industryCasePhone .el-carousel__container {
        height: 170px !important;
    }
    .industryCase .industryCasePhone .el-carousel__item {
        display: flex;
        justify-content: space-between;
    }
    .industryCase .industryCasePhone .industryCasePhone-item .industryCase-item-img {
        height: 5rem;
        width: 100%;
        margin: 0px auto;
    }
    .industryCase .industryCasePhone .industryCasePhone-item .industryCase-item-text {
        padding-top: 0.5rem;
        background: #242424;
        height: 4rem;
        box-sizing: border-box;
    }
    .industryCase .industryCasePhone .industryCasePhone-item .industryCase-item-text h5 {
        margin: 0px;
        text-align: center;
        font-size: 0.9375rem;
        color: #fff;
    }
    .industryCase .industryCasePhone .industryCasePhone-item .industryCase-item-text span {
        width: 46px;
        height: 2px;
        background: #fff;
        margin: 0px auto;
        display: block;
        margin-top: 1rem;
    }
    .industryCase .industryCasePhone .el-carousel__indicator--horizontal {
        width: 0.5rem;
        height: 0.5rem;
        background: rgba(242, 200, 17, 0.25);
        border-radius: 0.5rem;
        padding: 0px;
        margin-left: 1.25rem;
    }
    .industryCase .industryCasePhone .el-carousel__indicator--horizontal:first-of-type {
        margin-left: 0px;
    }
    .industryCase .industryCasePhone .el-carousel__indicator--horizontal.is-active {
        background: #F2C811;
    }
    .industryCase button {
        display: none;
    }
    .industryCase .button-href {
        margin-top: 2rem;
        width: 8.125rem;
        height: 2.5rem;
        line-height: 18px;
        font-size: 1.125rem;
    }
    .customer .customer-content .swiper-containerxs .swiper-slide {
        padding: 5px 0px 0px 0px;
        height: 92%;
    }
    .article {
        height: 29.75rem;
        padding: 2.5rem 1.125rem;
    }
    .article h2 {
        font-size: 1.125rem;
    }
    .article h5 {
        font-size: 0.5rem;
    }
    .article .button-href {
        display: none;
    }
    .article .article-content {
        display: none;
    }
    .article .article-phone-content {
        display: block;
        margin-top: 20px;
        overflow: hidden;
    }
    .article .article-phone-content button {
        display: none;
    }
    .article .article-phone-content .el-carousel__indicators--outside {
        margin-top: 20px;
    }
    .article .article-phone-content .swiper-containerxs .swiper-slide {
        background: #fff;
        border-radius: 20px;
        padding: 1.125rem;
        box-sizing: border-box;
    }
    .article .article-phone-content .swiper-containerxs .swiper-slide .date {
        margin: 0px;
        color: #A8ACB9;
        font-size: 0.4375rem;
        font-weight: bold;
    }
    .article .article-phone-content .swiper-containerxs .swiper-slide h2 {
        height: auto;
        color: #222328;
        font-size: 0.75rem;
        margin-top: 1rem;
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .article .article-phone-content .swiper-containerxs .swiper-slide p {
        height: auto;
        color: #222328;
        font-size: 0.5rem;
        margin-top: 1rem;
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .article .article-phone-content .swiper-containerxs .swiper-slide a {
        font-weight: bold;
        float: right;
        font-size: 0.4375rem;
    }
    .article .article-phone-content .el-carousel__indicator--horizontal {
        width: 0.5rem;
        height: 0.5rem;
        background: rgba(242, 200, 17, 0.25);
        border-radius: 0.5rem;
        padding: 0px;
        margin-left: 1.25rem;
    }
    .article .article-phone-content .el-carousel__indicator--horizontal:first-of-type {
        margin-left: 0px;
    }
    .article .article-phone-content .el-carousel__indicator--horizontal.is-active {
        background: #F2C811;
    }
    .customer {
        padding-top: 1.875rem;
        padding-bottom: 0px;
    }
    .customer h2 {
        /* margin-bottom: 1.875rem; */
        font-size: 1.125rem;
        width: 260px;
        margin: 0px auto;
        margin-bottom: 1.875rem;
    }
    .customer .customer-content {
        width: 100%;
        height: 480px;
    }
    .customer .customer-content .el-carousel--horizontal .el-carousel__container .el-carousel__item {
        padding: 1.125rem;
    }
    .customer .customer-content .avatar {
        padding: 0px;
        width: 5.5rem;
    }
    .customer .customer-content .avatar img {
        width: 4.375rem;
        height: 4.375rem;
        display: none;
    }
    .customer .customer-content .content h3 {
        font-size: 1rem;
    }
    .customer .customer-content .content p {
        font-size: 0.875rem;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
        margin-top: 0.875rem;
    }
    .customer .customer-content .el-carousel--horizontal {
        width: calc(100% - 2.25rem);
        height: 28rem;
    }
    .customer .customer-content .swiper-containerxs {
        width: calc(100% - 2.25rem);
        height: 28rem;
    }
    .customer .customer-content .content {
        width: calc(100% - 2.25rem);
        margin: 22px;
    }
    .customer .customer-content .side-left {
        display: none;
    }
    .customer .customer-content .side-right {
        display: none;
    }
    .customer .customer-content .el-carousel__indicators--outside {
        bottom: 1.125rem;
    }
    .customer .customer-content .swiper-containerxs .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .customer .customer-content .el-carousel--horizontal .el-carousel__container {
        height: 24rem;
        border-radius: 8px;
    }
    .serviceGroup {
        width: 100%;
        padding-top: 1.875rem;
        /* padding-bottom: 3.75rem; */
    }
    .serviceGroup h2 {
        font-size: 1.125rem;
        margin-bottom: 1.875rem;
    }
    .serviceGroup .serviceGroup-list {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 0px auto;
    }
    .serviceGroup .serviceGroup-list div {
        margin-top: 1.625rem;
    }
    .serviceGroup .serviceGroup-list img {
        margin-left: 0px;
    }
    .partner .swiper-container .swiper-slide .partner-item {
        padding: 50px 50px 0px 50px;
    }
    .solution-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 850px;
        padding: 3.75rem 0px;
        padding-top: 0;
    }
    .solution-logo div {
        width: auto !important;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        /* margin-bottom: 100px; */
    }
    .solution-logo .noe {}
    .solution-logo .two {
        top: 470px !important;
    }
    .solution-logo .three {
        left: 0px!important;
    }
    .solution-logo div:last-of-type {
        top: 236px !important;
        left: 8px;
    }
    .solution-logo span {
        width: 101px;
        height: 121px;
        margin-left: 0px !important;
    }
    .solution-logo span img {
        zoom: .6;
    }
}


/* @media screen and (max-width: 320px) {
    .customer .customer-content .el-carousel--horizontal .el-carousel__container {
        height: 28rem;
    }
} */