.service-wrap {
    padding: 0.9rem 0;
    margin: 0 auto;
}

.service-nav-wrap {
    display: flex;
    justify-content: center;
    width: 11rem;
    margin: 0 auto;
}

.service-nav {
    width: 2.54rem;
    height: 2.5rem;
    background: #FFFFFF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    opacity: 1;
    border: 0.01rem solid #EEEEEE;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 0.28rem;
}

.service-nav:last-of-type {
    margin-right: 0;
}

.service-nav img {
    width: 1rem;
    height: 1rem;
}

.service-nav p {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
}

.service-nav-wrap .active {
    background: #FFFFFF;
    box-shadow: 0rem 0.04rem 0.32rem 0rem rgba(0, 0, 0, 0.1);
    border-bottom: 0.05rem solid #284186;
}

.service-nav-wrap .active p {
    color: #94C33A;
}

.service-plat-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0.9rem;
}

.service-plat-item {
    width: 5.33rem;
    background: #FFFFFF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    border: 0.01rem solid #CCCCCC;
    margin-top: 0.3rem;
    padding: 0.2rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 0.03rem solid transparent; */
    position: relative;
    overflow: hidden;
    margin-right: 0.35rem;
}

.service-plat-item:nth-child(2n) {
    margin-right: 0;
}

.service-plat-left {
    display: flex;
    align-items: center;
}

.service-plat-icon {
    width: 0.8rem;
    height: 0.8rem;
    flex-shrink: 0;
    margin-right: 0.5rem;
}

.service-plat-icon img {
    width: 100%;
    height: 100%;
}

.service-plat-des {
    flex: 1;
}

.service-plat-text {
    font-size: 0.18rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666666;
}

.service-plat-name {
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #000000;
    margin-top: 0.12rem;
}

.service-plat-right {
    font-size: 0.18rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #284186;
    flex-shrink: 0;
}

.service-plat-item:hover {
    box-shadow: 0rem 0.04rem 0.32rem 0rem rgba(0, 0, 0, 0.1);
}

.service-plat-item:hover::after {
    /* box-shadow: 0rem 0.04rem 0.32rem 0rem rgba(0, 0, 0, 0.1);
    border-bottom: 0.03rem solid #94C33A; */
    content: '';
    width: 100%;
    height: 0.03rem;
    background: #94C33A;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* 4_2_售后服务 */
.service-content {
    width: 11rem;
    margin: 0 auto;
    margin-top: 1.4rem;
}

.service-text {
    font-size: 0.2rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}

.service-text span {
    font-size: 0.32rem;
    font-family:  -Bold,  ;
    font-weight: bold;
    color: #284186;
    margin-left: 0.3rem;
}

.service-p {
    margin: 0.08rem 0 0.3rem 0;
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666666;
    line-height: 0.34rem;
}

.service-img {
    width: 100%;
}

.service-img img {
    width: 100%;
}

/* 资料下载 */
.download-wrap {
    width: 11rem;
    margin: 0 auto;
    margin-top: 1.2rem;
}

.download-search-box {
    width: 6.83rem;
    margin: 0 auto;
    margin-top: 0.3rem;
}

.download-search {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.5rem;
    background: #FFFFFF;
    opacity: 1;
    border: 0.01rem solid #999;
    padding: 0 0.16rem;
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333;
}

.download-search input {
    width: 100%;
    height: 100%;
    background: transparent;
}

.download-search img {
    width: 0.22rem;
    height: 0.22rem;
    margin-left: 0.15rem;
    flex-shrink: 0;
    cursor: pointer;
}

.download-search-p {
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #999999;
    margin-top: 0.12rem;
}

.download-title {
    margin-bottom: 0.3rem;
}

.download-title .common-title-text {
    font-size: 0.32rem;
}

.download-des {
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.download-class-list {
    width: 100%;
    margin: 0.6rem 0;
    display: flex;
    flex-wrap: wrap;
}

.download-class {
    width: 1.83rem;
    height: 2rem;
    /* border-bottom: 0.03rem solid transparent; */
    border: 0.01rem solid transparent;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.download-class-img {
    width: 1rem;
    height: 1rem;
}

    .download-class-img img {
        width: 80%;
        height: 80%;
        margin:0 auto;
    }

.download-class-img2 {
    display: none;
}

.download-class-p {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
}

.download-class-list .active {
    background: #FFFFFF;
    /* box-shadow: 0rem 0.04rem 0.32rem 0rem rgba(0, 0, 0, 0.1);     */
    opacity: 1;
    /* border-bottom: 0.03rem solid #94C33A; */
    border: 0.01rem solid #284186;
}

.download-class-list .active .download-class-p {
    color: #284186;
}

.download-class:hover {
    background: #FFFFFF;
    /* box-shadow: 0rem 0.04rem 0.32rem 0rem rgba(0, 0, 0, 0.1);     */
    opacity: 1;
    /* border-bottom: 0.03rem solid #94C33A; */
    border: 0.01rem solid #284186;
}

 .download-class:hover .download-class-p {
    color: #284186;
}

/* .download-class-list .active .download-class-img1 {
    display: none;
}

.download-class-list .active .download-class-img2 {
    display: block;
} */

.download-table-text {
    font-size: 0.32rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #284186;
    padding: 0 0.12rem;
    margin-bottom: 0.08rem;
}

.download-table-list {
    border: 0.01rem solid rgba(40, 65, 134, 0.2);
    border-bottom: 0;
    border-top: 0.01rem solid #284186;
}

.download-table {
    height: 0.62rem;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-bottom: 0.01rem solid rgba(40, 65, 134, 0.2);
    padding: 0 0.16rem;
}

.download-table:hover {
    background: rgba(40, 65, 134, 0.2);
}


.download-table p {
    flex: 1;
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333333;
}


.download-table img {
    flex-shrink: 0;
    width: 0.28rem;
    height: 0.28rem;
}

.download-page {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.6rem;
}

/* 网上留言 */
.message-wrap {
    width: 11rem;
    margin: 0 auto;
    margin-top: 0.9rem;
}

.message-box {
    display: flex;
    margin-bottom: 0.24rem;
}

.message-input-box {
    width: 4.47rem;
    height: 0.52rem;
    background: #FFFFFF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    opacity: 1;
    border: 0.01rem solid #CCCCCC;
    display: flex;
    align-items: center;
    padding: 0 0.16rem;
    margin-right: 0.29rem;
}

.message-input-box:last-of-type {
    margin-right: 0;
}

.message-text {
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #999999;
    flex-shrink: 0;
    margin-right: 0.2rem;
}

.message-text span {
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #FF0000;
}

.message-select .combo-select {
    height: 100%;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}

.message-select .combo-input {
    height: 100%;
    background: transparent;
}

.message-select .combo-focus {
    box-shadow: none;
}

.message-input {
    width: 100%;
    height: 100%;
}

.message-input input {
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333;
}

.message-textarea-box {
    width: 100%;
    height: 2.6rem;
    background: #FFFFFF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    opacity: 1;
    border: 0.01rem solid #CCCCCC;
    padding: 0.14rem 0.16rem;
    display: flex;
}

.message-textarea {
    width: 100%;
    height: 100%;
}

.message-textarea textarea {
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #333;
    line-height: 0.32rem;
}

.message-code-box {
    width: 4.47rem;
    height: 0.52rem;
    background: #FFFFFF;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    opacity: 1;
    border: 0.01rem solid #CCCCCC;
    display: flex;
    align-items: center;
    padding: 0 0.16rem;
    padding-right: 0;
    overflow: hidden;
}

.message-code {
    height: 100%;
    width: auto;
    flex-shrink: 0;
}

.message-code img {
    width: auto;
    height: 100%;
}

.message-code-des {
    cursor: pointer;
    margin-left: 0.29rem;
    font-size: 0.16rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #999999;
    line-height: 0.54rem;
}

.message-bt {
    cursor: pointer;
    width: 1.42rem;
    height: 0.66rem;
    background: #284186;
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    margin: 0 auto;
    margin-top: 0.6rem;
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}



.message-list-wrap {
    width: 11rem;
    margin: 0 auto;
    margin-top: 0.3rem;
}

.message-list-title {
    font-size: 0.22rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666;
    margin-bottom: 0.25rem;
}

.message-list {}

.message-item {
    padding: 0.25rem 0;
    border-top: 0.01rem solid #CCCCCC;
    display: flex;
    align-items: center;
}

.message-head {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.message-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-des {
    flex: 1;
    margin-left: 0.3rem;
}

.message-des-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message-des-name {
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666;
}

.message-des-time {
    font-size: 0.18rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #999;
}

.message-des-p {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    font-family:  -Regular,  ;
    font-weight: 400;
    color: #666;
}


















/*==============H5==============*/
@media all and (max-width: 1024px) { 
    .service-wrap {
        padding: 25px 0;
    }
    .service-nav-wrap {
        width: 100%;
        padding: 15px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .service-nav {
        width: 48%;
        margin: 7.5px 0;
        padding: 10px 0;
        height: auto;
    }
    .service-plat-list {
        margin-top: 0;
        padding: 15px;
    }
    
    .service-plat-item {
        width: 100%;
        margin: 7.5px 0;
    }
    .service-plat-text {
        font-size: 14px;
    }
    .service-plat-name {
        margin-top: 5px;
        font-size: 14px;
    }
    .service-plat-right {
        font-size: 14px;
    }
    
    .service-nav img {
        width: 40px;
        height: 40px;
    }
    
    
    
    /*售后服务 开始*/
    .service-content{
        width: 100%;
        margin-top: 0;
        padding: 15px;
        padding-top: 0;
    }
    .service-text {
        margin-top: 15px;
        font-size: 14px;
    }
    .service-p {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 10px;
        text-align: justify;
    }
    /*售后服务 结束*/
    
    
    /*资料下载 开始*/
    .download-wrap {
         width: 100%;
         padding: 0 15px;
    }
    .download-search {
        height: 30px;
    }
    .download-search input {
        height: 35x;
        font-size: 14px;
    }
    .download-search img {
        width: 15px;
        height: 15px;
    }
    .download-search-p {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .download-des {
        font-size: 12px;
    }
    .download-class-list {
        justify-content: space-between;
    }
    .download-class {
        width: 24%;
    }
    
    .download-table-text {
        margin-bottom: 15px;
    }
    .download-class-p {
        font-size: 12px;
    }
    .download-table{
        height: 30px;
    }
    .download-table p {
        font-size: 14px;
    }
    .paging-a {
        font-size: 12px;
    }
    /*资料下载 结束*/
    
    
    
    
    
    
    
    
    
    /*网上留言 开始*/
    
    .message-wrap {
        width: 100%;
        margin-top: 0;
        padding: 15px;
    }
    .message-list-wrap {
        width: 100%;
        padding: 15px;
    }
    .message-box {
        flex-wrap: wrap;
    }
    .message-input-box {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        height: 35px;
    }
    .message-text {
        font-size: 14px;
    }
    .message-code-box { 
        height: 35px;
    }
    .message-code-des {
        line-height: 35px;
    }
    .message-list-title {
        font-size: 14px;
    }
    .message-des-p {
        font-size: 12px;
    }
    .message-des-name {
        font-size: 12px;
    }
    .message-code-des {
        font-size: 12px;
    }
    .message-des-time {
        font-size: 12px;
    }
    /*网上留言 结束*/
    
    
}




























