/*显示隐藏*/
.xs-element {
    display: block !important;
}

.yc-element {
    display: none !important;
}

/*pc*/
.tel-num {
    color: #f57852;
    font-size: 24px;
}

.com-name {
    font-size: 24px;
    font-weight: bold;
}

.mcom-name {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}

.ct-info .bq {
    color: #f57852;
    font-size: 15px;
}


/*左侧联系方式*/
.contact-list h5 small {
    font-size: 100%;
}

/*非响应式首页公司名称*/
.m-hm-about .cp-introduction .cp-name {
    font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
}

/*非响应式左侧联系方式*/
.intro-wrap {
    padding: 10px;
}

.intro-wrap li {
    margin: 15px 0;
    font-size: 15px;
}

.intro-wrap li h5 {
    color: #333;
}

.intro-wrap li h5 small {
    color: #666;
}


/* 公共联系信息 */
.con-box {
    display: flex;
    flex-wrap: wrap;
}

.con-box .con-list {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.con-box .con-list img {
    margin: 10px;
}

.con-box .con-list h5 {
    font-size: 14px;
    color: #666;
}

.m-g-links {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #cbcbcb;
}

/* 非响应式公共联系信息 */

.module-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
}

.module-content .con-list {
    width: 300px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.module-content .con-list img {
    margin: 10px;
}

.module-content .con-list h5 {
    font-size: 14px;
    color: #666;
}

/*产品详细*/
.m-long-tail-wrap .lw-intro img {
    padding: 3px !important;
    border: 1px solid #cbcbcb;
}

.m-long-tail-wrap .lw-intro .name {
    margin: 20px auto 10px auto;
}

/*非响应式产品详细*/
.pr-name {
    font-size: 24px;
    text-align: center;
    margin: 10px auto;
}

/*新闻详细*/
.m-long-tail-wrap .lw-intro .news-ck {
    color: #666;
    margin-top: 10px;
}

.m-page .right-box .right-con>.title {
    border-bottom: none;
}

.m-long-tail-wrap .lw-menu p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #eee;
}

/*非响应式新闻详细*/
.news-t {
    margin: 20px 0;
    font-size: 24px;
}

.date-img {
    border: none !important;
}

.date-num {
    vertical-align: middle;
}

/*手机*/
@media screen and (max-width: 768px) {
    .m-bottom a {
        line-height: 30px;
        color: #666;
    }
}