.serviceSupport {
    padding: 140px 0;
    background-color: RGBA(250, 250, 250, 1);
}

.serviceSupport .box1 .box-c {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.serviceSupport .box1 .l .zh {
    font-weight: bold;
    color: #222222;
    line-height: 1;
}

.serviceSupport .box1 .l .en {
    font-family: Rany-Bold;
    color: rgba(34, 34, 34, 0);
    line-height: 60px;
    text-stroke: 1px #999999;
    -webkit-text-stroke: 1px #999999;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 10px;
    opacity: .3;
}

.serviceSupport .box1 .r {
    display: flex;
    gap: 0 84px;
}

.serviceSupport .box1 .r a {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: rgba(34, 34, 34, 1);
    line-height: 30px;
    transition: all .6s;
}

.serviceSupport .box1 .r a:hover,
.serviceSupport .box1 .r a.active {
    color: #C3251E;
}

.serviceSupport .box2 .box-c {
    padding: 50px 50px 68px;
    background: #FFFFFF;
    border-radius: 10px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #222222;
    line-height: 30px;
}

.serviceSupport .box2 .box-c .title {
    font-family: Arial;
    font-size: 24px;
    font-weight: 400;
}

.serviceSupport .box2,
.serviceSupport .box3 {
    margin-top: 80px;
}

.serviceSupport .box3 .box-c {
    display: flex;
    justify-content: space-between;
}

.serviceSupport .box3 .box-c .l {
    width: 220px;
}

.serviceSupport .box3 .box-c .l a {
    display: flex;
    padding: 20px 31px;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    justify-content: space-between;
    align-items: center;
    transition: all .6s;
    border-radius: 35px;
}

.serviceSupport .box3 .box-c .l a:hover .iconfont,
.serviceSupport .box3 .box-c .l a:hover {
    color: #C1221B;
}

.serviceSupport .box3 .box-c .l a.active .iconfont {
    color: #fff;
}

.serviceSupport .box3 .box-c .l a.active {
    background: linear-gradient(-30deg, #C1221B, #E95D57);
    color: #fff;
}

.serviceSupport .box3 .box-c .l a:not(:last-child) {
    margin-bottom: 10px;
}

.serviceSupport .box3 .box-c .l a .iconfont {
    font-size: 20px;
    opacity: 0;
    color: #fff;
    transition: all .6s;
}

.serviceSupport .box3 .box-c .l a:hover .iconfont,
.serviceSupport .box3 .box-c .l a.active .iconfont {
    opacity: 1;
}

.serviceSupport .box3 .box-c .r {
    flex: 1;
    margin-left: 139px;
}

.serviceSupport .box3 .box-c .r .list li {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.serviceSupport .box3 .box-c .r .list li:not(:last-child) {
    margin-bottom: 10px;
}
.serviceSupport .box3 .box-c .r .list li::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-30deg, #C1221B, #E95D57);
    opacity: 0;
    transition: all .6s;
}
.serviceSupport .box3 .box-c .r .list li:hover::before{
    opacity: 1;
}
.serviceSupport .box3 .box-c .r .list li>a {
    position: relative;
    display: flex;
    padding: 35px 31px 35px 43px;
    font-weight: 400;
    font-size: 24px;
    color: #222222;
    line-height: 30px;
    z-index: 3;
    transition: all .6s;
}

.serviceSupport .box3 .box-c .r .list li .text-title {
    flex: 1;
    margin-right: 27px;
}

.serviceSupport .box3 .box-c .r .list li .iconfont {
    color: rgba(204, 204, 204, 1);
    font-size: 24px;
    transition: all .6s;
}
.serviceSupport .box3 .box-c .r .list li>a:hover,
.serviceSupport .box3 .box-c .r .list li>a:hover .iconfont{
    color: #fff;
}
.serviceSupport .box3 .box-c .r .pagination{
    margin-top: 60px;
}
@media (max-width:1199px) {
    .serviceSupport{
        padding: 80px 0;
    }
    .serviceSupport .box2, .serviceSupport .box3,
    .serviceSupport .box3 .box-c .r .pagination{
        margin-top: 45px;
    }
    .serviceSupport .box3 .box-c .r{
        margin-left: 39px;
    }
    .serviceSupport .box2 .box-c{
        padding: 30px;
    }
}
@media (max-width: 1024px) {
    .serviceSupport .box2 .box-c .title{
        font-size: 22px;
    }
    .serviceSupport .box3 .box-c .r .list li .iconfont{
        font-size: 20px;
    }
    .serviceSupport .box3 .box-c .l a{
        padding: 10px 14px;
        font-size: 16px;
    }
    .serviceSupport .box3 .box-c .r .list li>a{
        padding: 20px;
    }
    .serviceSupport .box1 .r{
        gap: 0 31px;
    }
    .serviceSupport{
        padding: 70px 0;
    }
    .serviceSupport .box2, .serviceSupport .box3,
    .serviceSupport .box3 .box-c .r .pagination{
        margin-top: 40px;
    }
    .serviceSupport .box3 .box-c .r .list li>a,
    .serviceSupport .box1 .r a{
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .serviceSupport .box2 .box-c .title{
        font-size: 20px;
    }
    .serviceSupport .box3 .box-c .r .list li>a{
        padding: 10px 14px;
    }
    .serviceSupport .box3 .box-c .r .list li>a, .serviceSupport .box1 .r a{
        font-size: 18px;
    }
    .serviceSupport .box3 .box-c{
        flex-direction: column;
    }
    .serviceSupport .box3 .box-c .l{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
    }
    .serviceSupport .box3 .box-c .l a{
        background-color: #fff;
    }
    .serviceSupport .box3 .box-c .r{
        flex: none;
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }
    .serviceSupport .box1 .box-c{
        flex-direction: column;
        align-items: center;
    }
    .serviceSupport .box1 .box-c .l{
        width: 100%;
        margin-bottom: 20px;
    }
    .serviceSupport{
        padding: 60px 0;
    }
    .serviceSupport .box2, .serviceSupport .box3,
    .serviceSupport .box3 .box-c .r .pagination{
        margin-top: 30px;
    }
}
@media (max-width: 500px) {
    .serviceSupport .box2 .box-c{
        font-size: 14px;
    }
    .serviceSupport .box3 .box-c .r .list li .iconfont{
        font-size: 16px;
    }
    .serviceSupport .box3 .box-c .l a{
        font-size: 14px;
        line-height: 24px;
    }
    .serviceSupport .box3 .box-c .r .list li>a{
        font-size: 16px;
    }
    .serviceSupport{
        padding: 50px 0;
    }
    .serviceSupport .box2, .serviceSupport .box3,
    .serviceSupport .box3 .box-c .r .pagination{
        margin-top: 25px;
    }
}