/* 客户服务 */
.service-banner {
    background: url('../images/service/server-banner.png');
}
.service-box {
    padding: 0.6rem 0;
}
.service-img img {
    width: 100%;
}
.service-img{
    padding-bottom: 0.55rem;
}
.service-img-text {
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.34rem;
    margin-top: 0.55rem;
}
.service-con{
    background: #F5F7FA;
    padding: 0.6rem 0;
}
.service-list {
    justify-content: space-between;
    align-items: center;
}
.service-item{
    justify-content: center;
    align-items: center;
}
.service-item span{
    font-size: 0.22rem;
    color: #000000;
    margin-top: 0.2rem;
}
.service-conText {
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0;
}
.service-conText-img{
    width: 6.8rem;
    height: 3.6rem;
}
.service-conText-img img{
    width: 100%;
}
.service-conText-text{
    width:6.8rem;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.34rem;
    margin-left: 0.4rem;
}
/* 技术服务 */
.technology-box {
    padding: 0.6rem 0;
}
.technology-img img {
    width: 100%;
}
.technology-box-text {
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.38rem;
    margin: 0.5rem 0;
}
.technology-box-text p {
    margin-bottom: 0.5rem;
}
/* 下载中心 */
.download-box {
    padding: 0.6rem 0;
}
.download-box-item{
    width: 3.05rem;
    background: #FFFFFF;
    border-bottom: 0.01rem solid transparent;
    box-shadow: 0rem 0.04rem 0.08rem 0.01rem rgba(0,0,0,0.08);
    cursor: pointer;
    margin-bottom: 0.6rem;
    margin-right: 0.6rem;
}
.download-box-item:nth-child(4n+4){
    margin-right: 0;
}
.download-item-img{
    width: 100%;
    height:4.31rem;
    overflow: hidden;
}
.download-item-img img{
    transition: 0.5s;
}
.download-box-item:hover{
    border-color: #34C46E;
}
.download-box-item:hover .download-item-img img{
    transform: scale(1.1);
}
.download-item-name{
    padding: 0.25rem;
    font-size: 0.22rem;
    color: #303030;
}
/* 在线留言 */
.message-list {
    justify-content: space-between;
}
.message-box{
    padding: 0.6rem 0;
}
.message-box-item{
    width: 48%;
    margin-bottom: 0.3rem;
}
.message-box-item .title{
    font-size: 0.2rem;
    color: #292727;
    margin-bottom: 0.1rem;
}
.message-box-item input{
    height: 0.5rem;
    background: #F5F7FA;
    padding: 0 0.15rem;
    line-height: 0.5rem;
    font-size: 0.16rem;
    color: #333;
    width: 100%;
}
.item-textarea{
    width: 100%;
}
.message-box-item textarea{
    background: #F5F7FA;
    padding: 0.15rem;
    font-size: 0.16rem;
    color: #333;
    width: 100%;
    border: none;
    outline: none;
}
.message-button{
    margin-top: 0.3rem;
    align-items: center;
    justify-content: center;
}
.message-button button{
    width: 1.8rem;
    height: 0.48rem;
    background: #F5F7FA;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.5rem;
    text-align: center;
    margin-left: 0.4rem;
}
.message-button .success{
    background: #34C46E;
    color: #fff;
}
/* 联系我们 */
.contact-box{
    margin: 0.6rem auto;
}
.contact-map{
    width: 100%;
    height: 6.28rem;
}
.contact-bg{
    height: 1.4rem;
    background: url('../images/service/contact-bg.png') no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    color: #FFFFFF;
    margin: 0.6rem 0;
}
.contact-list-item {
    margin-top: 0.3rem;
    width: 50%;
}
.contact-list-item .title{
    font-size: 0.28rem;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-left: 0.2rem;
}
.contact-list-item .title::before{
    content: "";
    width: 0.04rem;
    height: 0.3rem;
    background: #34C46E;
    position: absolute;
    left: 0;
    top: 0.05rem;
}
.contact-list-item .text{
    font-size: 0.18rem;
    font-family: PingFang SC-Regular, PingFang SC;
    color: #000000;
    padding: 0.2rem 0.2rem 0 0.2rem;
}
 @media only screen and (max-width: 1024px) {
     .service-item{
         width: 25%;
     }
     .service-item img{
         width: 60%;
     }
     .service-item span{
         font-size: .24rem;
     }
     .service-conText{
         display: block;
     }
     .service-conText-img{
         width: 100%;
         height: auto;
     }
     .service-conText-text{
         width: 100%;
         font-size: .28rem;
         margin-left: 0;
         line-height: .45rem;
         margin-top: 0.2rem;
         text-indent: 2em;
     }
     .service-img-text{
         font-size: .28rem;
         line-height: .45rem;
         margin-top: 0;
     }
     .service-box, .technology-box, .download-box, .message-box, .contact-box{
         padding: 0.6rem 0.3rem;
     }
     .technology-box-text p{
         font-size: .28rem !important;
         line-height: .45rem !important;
         text-indent: 2em;
     }
     .download-box-item{
        width: 49%;
        margin-right: 2%;
     }
     .download-box-item:nth-child(2n){
         margin-right: 0;
     }
     .download-item-img{
         height: auto;
     }
     .download-item-img img{
         height: 100%;
         width: 100%;
         object-fit: cover;
     }
     .download-item-name, .message-box-item .title{
         font-size: .28rem;
     }
     .message-box-item input{
         font-size: .24rem;
     }
     .message-button button{
         font-size: .28rem;
     }
     .contact-box{
         margin: 0 auto;
     }
     .contact-list-item .title{
         font-size: .3rem;
     }
     .contact-list-item .text, .contact-bg{
         font-size: .28rem;
     }
 }