.serviceArea#box {
    padding-bottom: 120px;
}

.serviceArea .banner {
    width: 100%;
    /* height: 560px; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    border-bottom: 1px solid #eceeef;
}

/* .serviceArea .banner img {
    max-width: none;
} */

.serviceArea .belongTo {
    padding-top: 115px;
    position: relative;
    z-index: 1;
}

.serviceArea .page_title {
    font-size: 44px;
    color: #000;
    font-weight: 100;
}

.serviceArea .bg {
    position: relative;
}

.serviceArea .bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 455px;
    background-color: #f6f6f6;
    top: 0;
    left: 0;
    z-index: 0;
}

.serviceArea .tabs {
    margin-top: 40px;
    display: flex;
}

.serviceArea .tabs .tab {
    width: 20%;
    height: 328px;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 52px;
    cursor: pointer;
}

.serviceArea .tabs .tab.active,
.serviceArea .tabs .tab:hover {
    background-color: #c7000a;
}

.serviceArea .tabs .tab .icon {
    height: 110px;
    padding-left: 23px;
    position: relative;
    display: flex;
    align-items: center;
}

.serviceArea .tabs .tab .icon::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #0268a1;
    opacity: .8;
    left: 0px;
    bottom: -15px;
}

.serviceArea .tabs .tab .icon .hide {
    display: none;
}

.serviceArea .tabs .tab.active .icon .hide,
.serviceArea .tabs .tab:hover .icon .hide {
    display: block;
}

.serviceArea .tabs .tab.active .icon .show,
.serviceArea .tabs .tab:hover .icon .show {
    display: none;
}

.serviceArea .tabs .tab .english {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-top: 46px;
    display: none;
}

.serviceArea .tabs .tab .chinese {
    font-size: 20px;
    color: #000;
    font-weight: 100;
    margin-top: 30px;
}

.serviceArea .tabs .tab.active .english,
.serviceArea .tabs .tab:hover .english {
    display: block;
}

.serviceArea .tabs .tab.active .chinese,
.serviceArea .tabs .tab:hover .chinese {
    color: #fff;
    margin-top: 18px;
}

.serviceArea .image_text {
    height: 525px;
    display: flex;
    background-color: #f5f5f5;
}

.serviceArea .image_text .left,
.serviceArea .image_text .right {
    width: 50%;
}

.serviceArea .image_text .left {
    padding-left: 63px;
    padding-right: 85px;
    padding-top: 105px;
}

.serviceArea .image_text .left .title {
    font-size: 36px;
    color: #000;
    font-weight: 100;
    padding-bottom: 20px;
}

.serviceArea .image_text .left p {
    font-size: 16px;
    color: #000;
    font-weight: 100;
    line-height: 1.7;
    margin-top: 25px;
}

.serviceArea .image_text .right {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.serviceArea .image_text .right img {
    max-width: none;
}

.serviceArea .divide_the_work {
    background-color: #f6f6f6;
    padding-top: 105px;
    padding-bottom: 125px;
    margin-top: 100px;
}

.serviceArea .divide_the_work .title {
    font-size: 36px;
    font-weight: 100;
    color: #000;
}

.serviceArea .divide_the_work .items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.serviceArea .divide_the_work .items .item {
    width: calc(100% / 5 - 30px);
    height: 295px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.serviceArea .divide_the_work .items .item::after {
    content: '';
    position: absolute;
    height: 7px;
    width: 100%;
    background-color: #c7000a;
    top: 0;
    left: 0;
    z-index: 0;
}

.serviceArea .divide_the_work .items .item .icon {
    height: 86px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.serviceArea .divide_the_work .items .item .icon .hide {
    display: none;
}

.serviceArea .divide_the_work .items .item .txt {
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.serviceArea .divide_the_work .items .item .txt p {
    font-size: 20px;
    color: #000;
    font-weight: 100;
    line-height: 1.5;
    text-align: center;
}

.serviceArea .divide_the_work .items .item:hover {
    background: url('/themes/basic/skin/images/divide_bg.jpg') no-repeat;
    background-size: cover;
}

.serviceArea .divide_the_work .items .item:hover::after {
    height: 100%;
    opacity: .8;
}

.serviceArea .divide_the_work .items .item:hover .icon .show {
    display: none;
}

.serviceArea .divide_the_work .items .item:hover .icon .hide {
    display: block;
}

.serviceArea .divide_the_work .items .item:hover .txt p {
    color: #fff;
}

.serviceArea .customers {
    margin-top: 100px;
}

.serviceArea .customers .title {
    font-size: 36px;
    color: #000;
    font-weight: 100;
    padding-bottom: 10px;
}

.serviceArea .customers .swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 71px;
}

.serviceArea .customers .swiper .items {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.serviceArea .customers .swiper .items .item {
    width: calc(100% / 4 - 30px);
    height: 150px;
    border: 1px solid #cccccc;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 40px;
}

.serviceArea .customers .swiper .items .item:nth-of-type(4n) {
    margin-right: 0;
}

.serviceArea .customers .swiper .swiper-pagination-bullet-active {
    background-color: #d20014;
}

.serviceArea .customers .swiper .swiper-pagination {
    bottom: 0;
    width: 100%;
}

.serviceArea .customers .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
}

.serviceArea .advantage {
    background-color: #f6f6f6;
    padding-top: 104px;
    padding-bottom: 134px;
    margin-top: 100px;
}

.serviceArea .advantage .title {
    font-size: 36px;
    font-weight: 100;
    color: #000;
}

.serviceArea .advantage .items {
    display: flex;
    height: 710px;
    margin-top: 50px;
}

.serviceArea .advantage .items .item_one {
    width: 28%;
    background: url('/themes/basic/skin/images/advantage_bg.jpg') no-repeat;
    background-position: center;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 400px;
}

/* .serviceArea .advantage .items .item_one::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(199, 0, 10,.8);
    left: 0;
    top: 0;
} */

.serviceArea .advantage .items .item_one .title {
    font-size: 32px;
    color: #fff;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
}

.serviceArea .advantage .items .item_one .title::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 5px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.serviceArea .advantage .items .item_one p {
    margin-top: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
}

.serviceArea .advantage .items .item {
    width: calc(72% / 3);
}

.serviceArea .advantage .items .item .ch {
    width: 100%;
    height: 50%;
    background-color: #fff;
}

.serviceArea .advantage .items .item .ch.img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.serviceArea .advantage .items .item .ch.img img {
    max-width: none;
}

.serviceArea .advantage .items .item .ch.txt {
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 85px;
}

.serviceArea .advantage .items .item .ch.txt .num {
    font-size: 32px;
    color: #c7000a;
    font-weight: 600;
}

.serviceArea .advantage .items .item .ch.txt .tit {
    font-size: 24px;
    color: #000;
    margin-top: 30px;
}

.serviceArea .advantage .items .item .ch.txt .describe {
    font-size: 16px;
    color: #000;
    margin-top: 25px;
    font-weight: 100;
    line-height: 1.7;
}

.serviceArea .position {
    background-color: #f6f6f6;
    padding-top: 104px;
    padding-bottom: 121px;
    margin-top: 100px;
}

.serviceArea .position .title {
    font-size: 36px;
    font-weight: 100;
    color: #000;
    padding-bottom: 20px;
}

.serviceArea .position .items {
    display: flex;
    flex-wrap: wrap;
}

.serviceArea .position .items .item {
    width: 23.5625%;
    padding: 24px 30px;
    background-color: #fff;
    margin-top: 30px;
    font-size: 18px;
    color: #000;
    border-left: 2px solid #c7000a;
    margin-right: 30px;
}

.serviceArea .position .items .item:nth-of-type(4n) {
    margin-right: 0;
}

.serviceArea .development {
    padding-top: 100px;
}

.serviceArea .development .title {
    font-size: 36px;
    font-weight: 100;
    color: #000;
}

.serviceArea .development .txt {
    font-size: 16px;
    font-weight: 100;
    line-height: 1.8;
    margin-top: 40px;
}

.serviceArea .development .img {
    margin-top: 40px;
}

.serviceArea .trend {
    padding-top: 40px;
}

.serviceArea .trend .trend_bg {
    margin-top: 60px;
    height: 525px;
}

.serviceArea .trend .trend_bg main {
    height: 100%;
}

.serviceArea .trend .trend_bg:nth-of-type(odd) {
    background: linear-gradient(to right,
            transparent 0%,
            transparent 50%,
            #f6f6f6 50%,
            #f6f6f6 100%);

}

.serviceArea .trend .trend_bg:nth-of-type(even) {
    background: linear-gradient(to right,
            #f6f6f6 0%,
            #f6f6f6 50%,
            transparent 50%,
            transparent 100%);

}

.serviceArea .trend .trend_bg .item {
    height: 100%;
    display: flex;
}

.serviceArea .trend .trend_bg:nth-of-type(even) .item {
    flex-direction: row-reverse;
}

.serviceArea .trend .trend_bg .item .it {
    width: 50%;
}

.serviceArea .trend .trend_bg .item .it.img {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.serviceArea .trend .trend_bg .item .it.img img {
    height: 100%;
    max-width: max-content;
}

.serviceArea .trend .trend_bg .item .it.txt {
    padding: 105px 80px 0;
    overflow-y: auto;
}

.serviceArea .trend .trend_bg .item .it.txt .title {
    font-size: 36px;
    font-weight: 100;
    color: #000;
    padding-bottom: 5px;
}

.serviceArea .trend .trend_bg .item .it.txt p {
    margin-top: 45px;
    font-size: 16px;
    color: #000;
    font-weight: 100;
    line-height: 1.8;
    text-align: justify;
}

.serviceArea .process {
    padding-top: 103px;
}

.serviceArea .process .title {
    margin-bottom: 56px;
    font-size: 36px;
    color: #000;
    font-weight: 100;
}

.serviceArea .process .img {
    width: 100%;
}

.serviceArea.internet .image_text .left {
    padding-top: 40px;
}

.serviceArea .reserve {
    padding-top: 103px;
}

.serviceArea .reserve .title {
    font-size: 36px;
    color: #000;
    font-weight: 100;
}

.serviceArea .reserve .subTitle {
    margin-top: 45px;
    line-height: 1.5;
    font-size: 24px;
    color: #c7000a;
    font-weight: 100;
}

.serviceArea .reserve .items {
    display: flex;
    flex-wrap: wrap;
}

.serviceArea .reserve .items .item {
    width: calc(100% / 3 - 1.27%);
    margin-top: 30px;
    margin-right: 30px;
    height: 180px;
    background-color: #f6f6f6;
    padding: 30px;
}

.serviceArea .reserve .items .item:nth-of-type(3n) {
    margin-right: 0;
}

.serviceArea .reserve .items .item .num {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #d20014;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    font-weight: 100;
}

.serviceArea .reserve .items .item .txt {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    font-weight: 100;
}

.serviceArea .tabs_mobile {
    display: none;
    height: 100px;
    align-items: center;
}

.serviceArea .tabs_mobile .tab {
    line-height: 50px;
    background-color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.serviceArea .tabs_mobile .tab.active,
.serviceArea .tabs_mobile .tab:hover {
    background-color: #c7000a;
    color: #fff;
}

.image_text {
    position: relative;
}

.image_text a.wfEditorMode {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width:1669px) {
    .serviceArea .tabs .tab {
        height: 256px;
        padding: 0px 30px;
        padding-top: 15px;
    }

    .serviceArea .tabs .tab .english {
        font-size: 22px;
        margin-top: 25px;
    }

    .serviceArea .tabs .tab.active .chinese,
    .serviceArea .tabs .tab:hover .chinese {
        margin-top: 10px;
    }

    .serviceArea .image_text {
        height: auto;
    }

    .serviceArea .image_text .left {
        padding-top: 55px;
    }

    .serviceArea .divide_the_work .items .item {
        height: auto;
        padding: 25px 0;
    }

    .serviceArea .divide_the_work .items .item .txt {
        margin-top: 10px;
    }

    .serviceArea .advantage .items .item_one {
        padding-left: 30px;
        padding-right: 30px;
    }

    .serviceArea .advantage .items .item .ch.txt {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 55px;
    }

    .serviceArea .position .items .item {
        width: 23.12%;
    }

    .serviceArea .reserve .items .item {
        width: calc(100% / 3 - 20px);
    }
}

@media (max-width:1280px) {
    .serviceArea .tabs .tab .icon {
        max-width: 80%;
    }

    .serviceArea .tabs .tab .icon::before {
        width: 30px;
        height: 30px;
        left: 5px;
        bottom: 5px;
    }

    .serviceArea .tabs .tab .english {
        font-size: 18px;
        margin-top: 3px;
    }

    .serviceArea .tabs .tab .chinese {
        margin-top: 10px;
    }

    .serviceArea .bg::after {
        height: 410px;
    }

    .serviceArea .tabs .tab {
        height: 210px;
    }

    .serviceArea .image_text .left {
        padding: 0 40px;
        padding-top: 25px;
    }

    .serviceArea .image_text .left .title {
        font-size: 30px;
        padding-bottom: 5px;
    }

    .serviceArea .advantage .items {
        flex-wrap: wrap;
        height: auto;
    }

    .serviceArea .advantage .items .item_one {
        width: 100%;
        background-size: cover;
        padding: 30px;
    }

    .serviceArea .advantage .items .item {
        width: calc(100% / 3);
    }

    .serviceArea .position .items .item {
        width: calc(100% / 3 - 20px);
    }

    .serviceArea .position .items .item:nth-of-type(4n) {
        margin-right: 30px;
    }

    .serviceArea .position .items .item:nth-of-type(3n) {
        margin-right: 0;
    }

    .serviceArea .trend .trend_bg .item .it.txt {
        padding: 70px 40px 0;
    }
}

@media (max-width:991px) {
    .serviceArea .tabs {
        display: none;
    }

    .serviceArea .tabs_mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .serviceArea .bg {
        display: none;
    }

    .serviceArea .belongTo {
        padding-top: 80px;
    }

    .serviceArea .image_text {
        height: auto;
        display: block;
    }

    .serviceArea .image_text .left {
        width: 100%;
        padding: 0 10px;
        padding-top: 50px;
        margin-bottom: 30px;
    }

    .serviceArea .image_text .right {
        width: 100%;
    }

    .serviceArea .image_text .right img {
        width: 100%;
    }

    .serviceArea .divide_the_work .items {
        flex-wrap: wrap;
    }

    .serviceArea .divide_the_work .items .item {
        width: 48%;
    }

    .serviceArea .customers .swiper .items .item {
        width: 48%;
        margin-right: 4%;
    }

    .serviceArea .customers .swiper .items .item:nth-of-type(4n) {
        margin-right: 4%;
    }

    .serviceArea .customers .swiper .items .item:nth-of-type(2n) {
        margin-right: 0;
    }

    .serviceArea .advantage .items .item {
        width: 100%;
        display: flex;
    }

    .serviceArea .advantage .items .item .ch {
        height: 100%;
    }

    .serviceArea .advantage .items .item .ch.img img {
        width: 100%;
    }

    .serviceArea .position .items .item {
        width: calc(100% / 2 - 15px);
    }

    .serviceArea .position .items .item:nth-of-type(3n) {
        margin-right: 30px;
    }

    .serviceArea .position .items .item:nth-of-type(2n) {
        margin-right: 0;
    }

    .serviceArea .trend .trend_bg {
        height: auto;
    }

    .serviceArea .trend .trend_bg .item {
        flex-direction: column;
    }

    .serviceArea .trend .trend_bg .item .it {
        width: 100%;
    }

    .serviceArea .trend .trend_bg:nth-of-type(even) .item {
        flex-direction: column;
    }

    .serviceArea .trend .trend_bg:nth-of-type(odd),
    .serviceArea .trend .trend_bg:nth-of-type(even) {
        background: none;
        background-color: transparent;
    }

    .serviceArea .reserve .items .item {
        width: calc(100% / 2 - 15px);
    }

    .serviceArea .reserve .items .item:nth-of-type(3n) {
        margin-right: 30px;
    }

    .serviceArea .reserve .items .item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width:681px) {
    .serviceArea .tabs_mobile {
        margin: 20px 0;
    }

    .serviceArea .divide_the_work .items .item {
        width: 100%;
    }

    .serviceArea .customers .swiper .items .item {
        width: 100%;
    }

    .serviceArea .advantage .items .item {
        flex-direction: column;
    }

    .serviceArea .advantage .items .item:nth-of-type(odd) {
        flex-direction: column-reverse;

    }

    .serviceArea .advantage .items .item .ch {
        height: auto;
    }

    .serviceArea .advantage .items .item .ch.txt {
        padding: 25px 10px;
    }

    .serviceArea .position .items .item {
        width: 100%;
    }

    .serviceArea .position .items .item:nth-of-type(3n) {
        margin-right: 0;
    }

    .serviceArea .position .items .item {
        margin-right: 0;
    }

    .serviceArea .trend .trend_bg {
        margin-top: 0;
    }

    .serviceArea .trend .trend_bg .item .it.txt {
        /* padding: 30px 0; */
        padding: 0;
        padding-top: 30px;
    }

    .serviceArea .position {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .serviceArea .process {
        padding-top: 30px;
    }

    .serviceArea .customers {
        margin-top: 30px;
    }

    .serviceArea .customers .swiper .items .item {
        margin-right: 0;
    }

    .serviceArea .customers .swiper .items .item:nth-of-type(4n) {
        margin-right: 0;
    }

    .serviceArea .trend .trend_bg .item .it.txt p {
        margin-top: 10px;
    }

    .serviceArea .development {
        padding-top: 30px;
    }

    .serviceArea .advantage {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .serviceArea .divide_the_work {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .serviceArea .reserve .items .item {
        width: 100%;
        margin-right: 0;
    }

    .serviceArea .reserve .items .item:nth-of-type(3n) {
        margin-right: 0;
    }

    .serviceArea .reserve {
        padding-top: 30px;
    }
}