.category-sect{
    max-width:1330px;
    margin:0 auto;
}

.category-sect .title {
    color: #5F5F66;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 3px;
    border-bottom: 1px solid #E3E4E6;
    margin: 40px 0 30px;
    padding: 0px 0 21px;
    text-align: left;
}
.category-sect .title::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top:5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #e40011;
    margin: 0 15px 1px 0px;
    top: 0;
    position: relative;
}
.category-sect .description{
    font-size:18px;
    color:#7F8385;
    padding: 0 0 50px;
}


.service-list .item {
    width: 50%;
    padding: 0 15px;
}
.service-list .box {
    position: relative;
    margin: 0 auto 40px;
}
.service-list .item a.cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.service-list .item .txt{
    background:#fff;
    padding: 35px 50px;
    border:1px solid #E3E4E6;
    margin: -10% 8% 0 0;
    position: relative;
    color: #818386;
    font-size: 18px;
}


.service-list .item .name{
    color:#2C2D30;
    font-size:30px;
    font-weight:500;
    letter-spacing:2px;
    margin: 0 0 6px;
   transition: all 0.3s ease;
}
.service-list .box:hover  .name{
     color:#e40011;
}
.service-list .btn.more{
    position: relative;
    box-sizing: border-box;
    width: 220px;
    height: 48px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    background: #2C2D30;
    transition: all 0.3s ease;
    overflow: hidden;
    text-align: center;
    letter-spacing: 2px;
    margin: 20px 0 17px auto;
    display: block;
}

.service-list .box:hover  .btn.more{
    background: #e40011;
 
}

.service-header .title
 {
    color: #2C2D30;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    line-height: 1.45;
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid #E3E4E6;
}
.service-detail .title2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 3px;
    background: #706f70;
    padding: 10px 40px;
    text-align: center;
    max-width: fit-content;
    margin: 0 auto 40px;
}
.service-detail2 .title2 {
     color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 3px;
    background: #706f70;
    padding: 10px 40px;
    text-align: center;
    max-width: fit-content;
    margin: 35px auto 40px;
}
@media screen and (max-width: 1000px) {
    .service-detail .title2 {
    font-size: 18px;
    padding: 8px 30px;
    margin: 0 auto 20px;
}
.service-detail2 .title2 {
    font-size: 18px;
    padding: 8px 30px;
    margin: 20px auto 20px;
}
    .category-sect .title {
        font-size: 18px;
        letter-spacing: 2px;
        margin: 30px 0 15px;
        padding: 0px 0 10px;
    }
    .category-sect .title::before {
        border-top:4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 8px solid #e40011;
        margin: 0 10px 2px 0px;
    }
    .category-sect .description{
        font-size:16px;
        padding: 0 0 30px;
    }
       .download-list .item .text{
        flex-wrap: wrap;
    }
    .service-list .item {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        float: none;
    } 
    .service-list .item .txt{
        padding: 20px;
        margin: -5% 5% 0;
        font-size: 16px;
    }
    .service-list .item .name{
        font-size:20px;
    }
    .service-list .btn.more{
        margin: 20px 0;
        width: 180px;
        height: 40px;
        line-height: 38px;
        font-size: 15px;
    }
    .service-header .title {
        font-size: 23px;
        padding: 0 0 10px;
        margin: 0 0 20px;
    }
}