.service-warp {
    background-image: url(../images/serviceBrand-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 900px;
}
.serviceBrand-warp .head {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.serviceBrand-list .item {
    display: flex;
    flex-direction: column;
    padding: 30px 50px;
}
.serviceBrand-list .item .num {
    font-size: 60px;
    font-weight: lighter;
    font-family: Montserrat-Light;
    color: #5C6982;
    margin-bottom: 130px;
}
.serviceBrand-list .item img {
    width: fit-content;
    margin-bottom: 40px;
}
.serviceBrand-list .item h3 {
    font-size: 40px;
    color: #00479C;
}
.serviceBrand-list .item p {
    font-size: 22px;
    color: #5C6982;
    text-align: justify;
    line-height: 1.8em;
}
.serviceBrand-warp  .bottom {
    min-height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #00479C;
    font-size: 28px;
    font-weight: lighter;
    font-family: Montserrat-Light;
}
.serviceBrand-warp  .bottom h2 {
    font-family: Montserrat-Bold;
    font-size: 66px;
    margin-bottom: 100px;
}
.serviceBrand-warp  .bottom .iconfont {
    font-size: 28px;
    margin-bottom: 50px;
}
.serviceTech-list .item{
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 380px;
    position: relative;
}
.serviceTech-list .item .summary {
    font-size: 18px;
    text-align: justify;
    color: #5C6982;
    line-height: 1.8em;
}
.serviceTech-list .item .bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: absolute;
    bottom: 0px;
    left: 40px;
    right: 40px;
}
.serviceTech-list .item .bottom .left {
    font-size: 160px;
    font-weight: lighter;
    font-family: Montserrat-Light;
    color: #3B78C3;
}
.serviceTech-list .item .bottom .right {
    font-size: 30px;
    font-family: Montserrat-Bold;
    color: #C7D3EB;
}
.serviceAlbum-list {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
}
.serviceAlbum-list .item {
    display: flex;
    margin-bottom: 70px;
}
.serviceAlbum-list .item .img{
    background-color: #3B78C3;
    border-radius: 10px;
    position: relative;
    flex: 1;
    height: 465px;
    margin-right: 90px;
}
.serviceAlbum-list .item .img img {
    border-radius: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 465px;
}
.serviceAlbum-list .item .right {
    width: 410px;
    display: flex;
    flex-direction: column;
    color: #5C6982;

}
.serviceAlbum-list .item .right .top {
    font-size: 80px;
    font-weight: lighter;
    font-family: Montserrat-Light;
}
.serviceAlbum-list .item .right .middle {
    height: 240px;
    width: 31px;
    background-image: url(../images/arrow3.svg);
    margin: 20px 0px;
    background-position: 10px bottom;
    background-repeat: no-repeat;
}
.serviceAlbum-list .item .right .bottom {
    font-size: 36px;
}
.serviceSales-list {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.serviceSales-list .title h3{
    color: #3B78C3;
    font-size: 30px
}
.serviceSales-list .title span {
    color: #C7D3EB;
    font-size: 30px;
    font-weight: lighter;
    font-family: Montserrat-Light;
}
.serviceSales-list .list {
    padding: 20px 0px;
}
.serviceSales-list .list .item{
    background-color: #fafafa;
    border-radius: 20px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    height: 350px;
    position: relative;
}
.serviceSales-list .list .tit {
    font-size: 28px;
    color: #3B78C3;
    margin-bottom: 50px;
}

.serviceSales-list .list .summary {
    font-size: 14px;
    color:#5C6982;
    text-align: justify;
    line-height: 1.8em;
}
.serviceSales-list .list .num {
    color: #BB9D78;
    font-size: 120px;
    font-weight: lighter;
    font-family: Montserrat-Light;
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: -40px;
}

.table {
    margin: 20px 0px;
    border: #fff;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 3px;
}
.table thead th {
    background-color: #BB9D78;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    line-height: 68px;
}
.table tbody td {
    border-radius: 10px !important;
    text-align: center!important;
    color: #5C6982!important;
    line-height: 55px!important;
    background: #fafafa;
}
.sanbao-list {
    margin: 30px 0px;
}
.sanbao-list li {
    background-image: url(../images/arrow5.png);
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 2.5em;
}
.down-list {
    margin: 30px;
}

.down-list .item {
    display: flex;
    align-items: center;
    background-color: #F7FAFF;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px
}
.down-list .item .img {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}
.down-list .item .img img {
    width: 100%;
    height: 100%;
}
.down-list .item h2 {
    margin: 0px 30px;
    font-size: 26px;
    color: #031429;
    flex: 1;
}
.down-list .item a.down-btn {
    width: 220px;
    height: 70px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #031429;
    margin-right: 50px;
}
.down-list .item a.down-btn img {
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .serviceBrand-warp .head {
        padding: 10px;
    }
    .serviceBrand-list .item {
        padding: 20px 20px;
        align-items: center;
    }
    .serviceBrand-list .item .num {
        margin-bottom: 20px;
    }
    .serviceBrand-list .item h3 {
        font-size: 25px;
    }
    .serviceBrand-list .item p {
        font-size: 18px;
    }
    .serviceBrand-warp .bottom {
        font-size: 22px;
        align-items: center;
        min-height: 500px;
    }
    .serviceBrand-warp .bottom h2 {
        font-size: 42px;
        margin-bottom: 50px;
    }
    .service-warp {
        background-image: url(../images/serviceBrand-mob-bg.jpg);
    }
    .serviceTech-list .item {
        padding: 20px;
    }
    .serviceTech-list .item .bottom {
        left: 20px;
        right: 20px;
    }
    .serviceTech-list .item {
        min-height: 380px;
    }
    .serviceTech-list .item .bottom .left {
        font-size: 120px;
    }
    .serviceTech-list .item .summary {
        font-size: 16px;
    }
    .serviceTech-list .item .bottom .right {
        font-size: 24px;
    }
    .serviceAlbum-list {
        padding: 10px;
    }
    .serviceAlbum-list .item {
        flex-direction: column;
    }
    .serviceAlbum-list .item .img {
        height: 250px;
        margin-right: 0px;
        flex: unset;
        width: calc(100%/1 - 20px);
    }
    .serviceAlbum-list .item .img img{
        height: 250px;
    }
    .serviceAlbum-list .item .right {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }
    .serviceAlbum-list .item .right .middle { 
        display: none;
        /* height: 31px;
        width: 100%;
        background-image: url(../images/arrow4.svg);
        margin: 0px 10px;
        background-position: right center;
        background-repeat: no-repeat; */
    }
    .serviceAlbum-list .item .right .top {
        font-size: 50px;
    }
    .serviceAlbum-list .item .right .bottom {
        font-size: 26px;
    }
    .serviceSales-list {
        padding: 0px;
    }
    .serviceSales-list .title h3 {
        font-size: 20px;
    }
    .serviceSales-list .title span {
        font-size: 20px;
    }
    .serviceSales-list .list .item {
        padding: 20px;
        height: 320px;
    }
    .serviceSales-list .list .tit {
        margin-bottom: 20px;
    }
    .table thead th {
        line-height: 38px;
    }
    .table tbody td {
        line-height: 30px!important;
    }
    .sanbao-list li {
        background-position: left 13px;
    }
    .down-list {
        margin: 0px;
        margin-top: 20px
    }
    .down-list .item {
        padding: 20px;
        flex-direction: column;
    }
    .down-list .item h2 {
        font-size: 20px;
        margin:20px;
    }
    .down-list .item .img {
        padding: 5px;
        width: 100%;
    }
    .down-list .item a.down-btn {
        width: 170px;
        height: 60px;
        font-size: 18px;
        margin-right: 0px;
    }
    .down-list .item a.down-btn img {
        width: 18%;
    }
    .down-warp .serviceSales-list .title span {
        display: none;
    }
}