@media (max-width: 768px) {

.youxian {
    width: 90%;
}
.shou > div > h1 {
    font-size: 0.4rem;
    line-height: 0.55rem;
}
/* 服务逻辑 */
.about > div > ul > li > h4 {
    height: auto;
}
/* 公司产品 */
.products .products-title .products-title-item {
    height: 0.9rem;
    padding: 0 0.2rem;
    line-height: 0.4rem;
    font-size: 0.29rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.products-content-item > div {
    padding: 0.2rem 0.1rem;
}
/* 关于我们 */
.chuang > div:first-child {
    margin-top: 0.1rem;
}
/* 客户案例 */
.example-content {
    margin-top: 0.3rem;
}
/* 售后服务 */
.service-content-mobile .service-content-item p {
    text-align: center;
}
.service-content-mobile .service-content-item p:first-child img {
    display: block;
    margin: 0 auto 0.1rem;
}
.service .common-title {
    margin-bottom: 0.2rem;
}
/* 案例展示 */
.case_show .common-title {
    margin-bottom: 0.1rem;
}
/* 新闻列表 */
.news_list .container .common-title {
    margin-bottom: 0.1rem;
}
.news_list_item:first-child > a > p:last-child > b {
    padding-left: 0.9rem;
}
.news_list_item:first-child > a > p:last-child > b::before {
    content: 'New';
    width: 0.8rem;
}

}

/* contact_mobile */
.contact-mobile .contact-left {
    width: 5rem;
}
.contact-mobile .contact-left p {
    line-height: 0.38rem;
}
.contact-mobile .contact-right img {
    margin-left: 0;
    width: 1.8rem;
}