/* index about */
.features-icon-text .fh-more {
    margin-top: 20px;
}

.features-icon-text .fh-more:hover {
    background-color: #0fc5d3;
    color: #fff;
    transition: .3s all ease-in-out;
}

.features-icon-text .fh-more:hover a {
    transition: .0s;
}

#index_product .swiper-slide img {
    height: auto !important;
}

#index_product .box {
    width: 100% !important;
}

/* index news */
.blog-post-content .blog-post-item .blog-post-text .tit a {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 80px;
}

/* footer */
.footer-copyright-text a:hover {
    color: #fff;
}

/* about */
#about .about-content .about-text1 {
    /* text-indent: 28px;
    text-autospace: ideograph-numeric; */
    line-height: 1.5em;
    font-family: 微软雅黑;
    font-size: 16px;
}

#about .about-content .about-text1 img {
    width: 100%;
    height: 100%;
}

#about .about-content .about-text1 .ryzs {
    width: 50%;
    max-height: 800px;
}

@media (max-width: 768px) {
    #about .about-content .about-text1 .ryzs {
        width: 100%;
    }
}

/* proCat */
.team-member-box .team-img img {
    width: 100%;
}

@media (max-width: 768px) {
    .team-member-box {
        width: 100%;
        margin: 0;
        max-width: 768px;
    }

    .col-lg-3.col-md-6 {
        margin-bottom: 30px;
    }

    .col-lg-3.col-md-6:first-child {
        /* margin-top: 50px; */
    }
}

/* product */
#product .container .row .col-md-9 .title {
    color: #222222;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.238;
    padding: 12px 0px 15px;
    text-align: center;
}

#product .img {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#product .img img {
    transition: all .5s;
}

#product .img img:hover {
    transform: scale(1.2);
    transition: all .5s;
}

/* newCat */
#eltron-team .team-text.pera-content>.title,
#eltron-team .team-text.pera-content>.info {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/* news */
.ccnt p {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    /* text-align: center; */
}

.ccnt img {
    max-width: 100%;
}

/* inquire */
#inquire .section-title {
    text-align: center;
    color: #222222;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.238;
    padding: 12px 0px 15px;
    font-weight: bold;
}

#inquire .inquire-text1 {
    width: 40%;
    margin: 30px auto;
}

@media (max-width: 768px) {
    #inquire .inquire-text1 {
        width: 60%;
    }
}

@media (max-width: 550px) {
    #inquire .inquire-text1 {
        width: 80%;
    }
}

@media (max-width: 350px) {
    #inquire .inquire-text1 {
        width: 98%;
    }
}

/* contact */
#contact .section-title {
    text-align: center;
    color: #222222;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.238;
    padding: 12px 0px 15px;
    font-weight: bold;
}

#contact .contact-text1 {
    color: #000;
    font-size: 20px;
    line-height: 2;
    width: 100%;
    font-weight: bold;
}

#contact .col-lg-12.col-md-12 {
    display: flex;
}

#contact .contact-content,
#contact .cMap {
    width: 50%;
}

@media (max-width: 768px) {
    #contact .col-lg-12.col-md-12 {
        flex-direction: column;
    }

    #contact .contact-content,
    #contact .cMap {
        width: 100%;
        margin-top: 30px;
    }
}

.head_box .nav_ul li:nth-child(4) .menu_div .nr_dl dd a {
    width: 47%;
}

@media (min-width: 992px) {
    .news_list {
        flex: 1;
        max-width: 50%;
    }
}