.main-industry-trend {
    background: rgba(10, 183, 152, 0.8);
}

.main-industry-trend .industry-trend-content {
    box-sizing: border-box;
    padding: 100px 0;
}

.industry-trend-content .header-main-title {
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    color: #FFFFFF;
}

.industry-trend-content .header-main-title h5 {
    font-size: 36px;
    font-weight: 500;
}

.industry-trend-content .header-main-title p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 14px;
}

.industry-trend-content .trend-main-list ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 50px;
}


.trend-main-list ul li {
    width: calc(25% - 12px);
    height: 130px;
    margin: 0 16px 7px 0;
}

.trend-main-list ul li:nth-of-type(4n) {
    margin-right: 0;
}

.trend-main-list li img {
    width: 100%;
    height: 100%;
}

.advantage-main-cover .mainTitle {
    margin-top: 54px;
}

.advantage-main-cover .mainContent ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advantage-main-cover .mainContent li {
    width: 32%;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px 15px rgba(173, 218, 218, 0.12);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 15px 14px 36px 0;
}

.advantage-main-cover .header-main-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.advantage-main-cover .header-main-line .title-cover-row {
    width: 58%;
    height: 48px;
    line-height: 48px;
    background: url(../img/small-title-icon.png) no-repeat;
    background-size: 100% 100%;
    font-size: 22px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    box-sizing: border-box;
    padding-left: 20px;
}

.advantage-main-cover .header-main-line .item-num {
    font-size: 80px;
    font-family: DFPHeiW9-GB-Regular, DFPHeiW9-GB;
    font-weight: bold;
    color: #DDDDDD;
    margin-top: 3px;
}

.advantage-main-cover .main-text-list {
    width: 100%;
    margin-top: 16px;
    box-sizing: border-box;
    padding: 0 22px;
}

.advantage-main-cover .main-text-list .item-column-main {
    width: 100%;
    display: flex;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-bottom: 22px;
}

.advantage-main-cover .main-text-list .item-column-main p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.advantage-main-cover .main-text-list .item-column-main img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.advantage-main-cover .click-btn {
    width: 80%;
    height: 42px;
    background: linear-gradient(90deg, #FFBA5E 0%, #FF773C 100%);
    border-radius: 80px 80px 80px 80px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin: 26px auto 0;
}

.bussiness-main-cover .mainContent {
    display: flex;
    justify-content: space-between;
}

.bussiness-main-cover .mainContent .cover-main-left {
    width: 28%;
    height: 560px;
    background: url(../img/b-background.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 56px 18px 190px 24px;
}

.cover-main-left .cover-main-news {
    width: 100%;
    margin-bottom: 30px;
}

.cover-main-left .cover-main-news .b-title-two {
    font-size: 20px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.cover-main-left .cover-main-news .b-title-two {
    font-size: 20px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 10px;
}


.cover-main-left .cover-main-news .b-item-model {
    display: flex;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}


.cover-main-news .b-item-model img {
    width: 16px;
    height: 16px;
    margin: 4px 6px 0 0;
}

.cover-main-left .b-button {
    width: 110px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 6px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #32CF95;
    margin-top: 60px;
}

.bussiness-main-cover .cover-main-right {
    width: 70%;
}

.bussiness-main-cover .cover-main-right ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cover-main-right li {
    width: 32%;
    height: 270px;
    background: #F8F9FB;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 50px 40px;
}

.cover-main-right li:nth-of-type(1),
.cover-main-right li:nth-of-type(2),
.cover-main-right li:nth-of-type(3) {
    margin-bottom: 20px;
}


.cover-main-right li img {
    width: 31px;
    height: 31px;
}

.cover-main-right li h5 {
    font-size: 20px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-top: 24px;
    margin-bottom: 16px !important;
}

.cover-main-right li p {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}

.applicable-industry-content .mainContent {
    width: 100%;
    height: 100%;
    background: url(../img/industry-back.png) no-repeat;
    background-size: 100% 100%;
}

.applicable-industry-content .mainContent ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 123px 60px 28px 86px;
}

.applicable-industry-content ul li {
    width: 20%;
    display: flex;
    align-items: center;
    margin-bottom: 68px;
}

.applicable-industry-content li p {
    font-size: 28px;
    font-family: Source-KeynoteartHans-Regular, Source-KeynoteartHans;
    font-weight: bold;
    color: #09C6A4;
}

.applicable-industry-content li h6 {
    font-size: 18px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.applicable-industry-content li img {
    width: 24px;
    height: 22px;
    margin: 0 10px 0 16px;
}

.service-case-cover {
    margin-bottom: 71px;
}

.service-case-cover .main-row-top ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.service-case-cover .main-row-top li {
    width: calc(25% - 12px);
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 10px rgba(69, 171, 135, 0.1);
    border-radius: 2px;
    box-sizing: border-box;
    padding: 50px 16px 42px;
    cursor: pointer;
    position: relative;
    margin-right: 14px;
    margin-bottom: 12px;
}

.service-case-cover .main-row-top li:nth-of-type(4n) {
    margin-right: 0px;
}

.service-case-cover .main-row-top li:hover {
    transform: scale(.9);
    transition: all .3s;
}


.main-row-top .mask-main-cover {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.main-row-top .mask-main-cover img {
    width: 120px;
    height: 120px;
}

.service-case-cover .main-row-top .header-title-line {
    width: 80%;
    height: 80px;
    margin: 0 auto 40px;
}

.service-case-cover .header-title-line img {
    width: 100%;
    height: 100%;
}


.service-case-cover .main-item-model {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}

.service-case-cover .main-item-model h4 {
    font-size: 22px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-case-cover .main-item-model img {
    width: 38px;
    height: 5px;
    margin: 13px 0 16px;
}

.service-case-cover .main-item-model p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.service-case-cover .main-item-model .parduct-name {
    font-weight: 400;
    color: #666666;
    margin: 18px 0 9px;
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.main-item-model .parduct-name span {
    color: #09C6A4;
}

.service-case-cover .main-item-model .region-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.main-item-model .region-row .area-name {
    font-weight: 400;
    color: #666666;
}

.main-item-model .region-row .area-icon {
    width: 74px;
    /* height: 22px; */
    border: 1px solid #D9D9D9;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 26px;
}

.service-case-cover .main-row-bottom {
    width: 70%;
    margin: 55px auto 0;
    background: linear-gradient(90deg, #0AC8A8 0%, #52D481 100%);
    border-radius: 30px;
    box-sizing: border-box;
    padding: 36px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-case-cover .main-row-bottom h3 {
    font-size: 34px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 22px !important;
}

.service-case-cover .main-row-bottom .input-form-row {
    display: flex;
}

.service-case-cover .main-row-bottom .input {
    width: 65%;
    height: 46px;
    background: #FFFFFF;
    border-radius: 80px;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-left: 24px;
    margin-right: 24px;
}

.service-case-cover .input-form-row img {
    width: 150px;
    height: 46px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .service-case-cover .main-item-model .parduct-name {
        font-size: 14px;
    }

    .main-item-model .region-row .area-name {
        font-size: 14px;
    }

    .main-item-model .region-row .area-icon {
        width: 60px;
        font-size: 14px;
    }
}


@media (min-width: 900px) and (max-width: 1200px) {
    .advantage-main-cover .header-main-line .title-cover-row {
        font-size: 20px;
        padding-left: 16px;
    }

    .advantage-main-cover .header-main-line .item-num {
        font-size: 55px;
    }

    .bussiness-main-cover .mainContent .cover-main-left {
        height: 485px;
    }

    .cover-main-right li {
        height: 230px;
        padding: 30px 16px;
    }

    .cover-main-right li h5 {
        font-size: 18px;
    }

    .cover-main-right li p {
        font-size: 14px;
    }

    .applicable-industry-content .mainContent ul {
        padding: 92px 28px 24px 70px;
    }

    .applicable-industry-content li p {
        font-size: 20px;
    }

    .applicable-industry-content li img {
        width: 20px;
        height: 20px;
        margin: 0 8px 0 12px;
    }

    .applicable-industry-content li h6 {
        font-size: 14px;
    }

    .service-case-cover .main-row-top li {
        padding: 30px 12px 22px;
    }

    .service-case-cover .main-item-model .parduct-name {
        font-size: 12px;
    }

    .main-item-model .region-row .area-name {
        font-size: 12px;
    }

    .main-item-model .region-row .area-icon {
        width: 52px;
        font-size: 12px;
    }

}

@media (max-width: 900px) {
    .advantage-main-cover .mainContent li {
        padding: 12px 10px 20px 0;
    }

    .advantage-main-cover .main-text-list {
        padding: 0 10px;
    }

    .advantage-main-cover .main-text-list .item-column-main {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .advantage-main-cover .click-btn {
        width: 70%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        margin: 20px auto 0;
    }

    .advantage-main-cover .header-main-line .title-cover-row {
        font-size: 16px;
        padding-left: 10px;
    }

    .advantage-main-cover .header-main-line .item-num {
        font-size: 45px;
    }

    .bussiness-main-cover .mainContent .cover-main-left {
        height: 423px;
        padding: 20px 16px;
    }

    .cover-main-left .cover-main-news .b-title-two {
        font-size: 18px;
    }

    .cover-main-left .cover-main-news .b-item-model {
        font-size: 14px;
    }

    .cover-main-right li {
        height: 200px;
        padding: 26px 14px;
    }

    .cover-main-right li h5 {
        font-size: 16px;
    }

    .cover-main-right li p {
        font-size: 12px;
    }

    .cover-main-left .b-button {
        font-size: 14px;
    }

    .applicable-industry-content .mainContent ul {
        padding: 84px 30px 16px 50px;
    }

    .applicable-industry-content li p {
        font-size: 18px;
    }

    .applicable-industry-content li img {
        width: 18px;
        height: 18px;
        margin: 0 8px 0 12px;
    }

    .applicable-industry-content li h6 {
        font-size: 12px;
    }

    .service-case-cover .main-row-top li {
        padding: 20px 6px 12px;
    }

    .service-case-cover .main-row-top .header-title-line {
        width: 90%;
        margin-bottom: 20px;
    }

    .service-case-cover .main-item-model h4 {
        font-size: 16px;
    }

    .service-case-cover .main-item-model .parduct-name {
        font-size: 12px;
        margin-top: 10px;
    }

    .main-item-model .region-row .area-name {
        font-size: 12px;
    }

    .main-item-model .region-row .area-icon {
        width: 52px;
        font-size: 12px;
    }

    .trend-main-list ul li {
        height: 100px;
    }
}