/*
 * @Author: Shu Binqi
 * @Date: 2021-01-08 13:40:29
 * @Last Modified by: Shu Binqi
 * @Last Modified time: 2021-02-19 15:11:02
 */
.eng .sort-navbar-title {
    padding: 10px 0 10px 20px;
    font-size: 20px;
    line-height: 30px;
}
.eng .sort-product-list .item .title{
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    white-space: nowrap;
    word-break: keep-all;
}
.eng .sort-navbar .sortbar-list {
    padding-left: 0;
}
.eng .sortbar-list li {
    margin-bottom: 12px;
}
.eng .sortbar-list li a {
    padding-right: 30px;
    white-space: wrap;
    height: auto;
    background: url(/static/images/ico-p1.png) no-repeat center left;
    background-size: 18px 18px;
    padding-left: 30px;
    line-height: 24px;
    font-size: 14px;
}
.eng .sortbar-list li a i {
    display: none;
}
.eng .sort-nav-about li {
    margin-right: 10px;
}
.eng .sort-nav-about li a {
    padding: 0 15px;
}
.eng .index-title h4.cn {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 40px;
    margin-top: 0;
    line-height: 48px;
}
.eng .sort-banner h2.cn {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 48px;
    color: #ffffff;
}
.eng .about-title div.cn {
    font-size: 36px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif !important;
    line-height: 50px;
    color: #414141;
    text-align: center;
}
.eng .sort-nav li a {
    display: block;
    padding: 0 12px;
    font-size: 15px;
    height: 40px;
    /*color: #fff;*/
    line-height: 40px;
    border-radius: 20px;
}
.eng .videos-title .cn{
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
}
.eng .videos-title{
    top: 20px;
}
.eng .index-navbar > ul > li {
    margin: 0 88px 0 44px;
}
.eng .swiper-s .title span {
    font-size: 16px;
    line-height: 22px;
}
.eng .footer-left p.tel{
    font-size: 24px;
    line-height: 45px;
    font-weight: 700;
}
.eng .footer-center dl dt{
    font-size: 22px;
    color: #192C53;
    line-height: 32px;
    margin-bottom: 10px;
}
.eng .footer-center dl{
    float: left;
    min-width: 43%;
    margin-bottom: 15px;
    margin-right: 20px;
}
.eng .dl2{
    width: 43%;
}
.eng .product-title span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0px 33px 0 10px;
    color: #fff;
    background: url(/static/images/ico-p3.png) no-repeat center right;
    background-size: cover;
    text-align: center;
    border-radius: 10px 0 0 0;

}
.eng .about-map .lianxi span {
    word-break: initial;
}
.eng .sort-navbar li:nth-child(2) .item-img i {
    display: block;
    background: url(/static/images/ico-bg22_en.png) no-repeat center center;
    background-size: contain;
    width: 33px;
    height: 33px;
}
.eng .sort-navbar li:nth-child(2).active .item-img i {
    background: url(/static/images/ico-bg2_en.png) no-repeat center center;
    background-size: contain;
}
.eng .sort-navbar li:nth-child(3) .item-img i {
    display: block;
    background: url(/static/images/ico-bg33_en.png) no-repeat center center;
    background-size: contain;
    width: 33px;
    height: 33px;
}
.eng .sort-navbar li:nth-child(3).active .item-img i {
    background: url(/static/images/ico-bg3_en.png) no-repeat center center;
    background-size: contain;
}
.eng .sort-navbar li:nth-child(4) .item-img i {
    display: block;
    background: url(/static/images/ico-bg11.png) no-repeat center center;
    background-size: contain;
    width: 33px;
    height: 33px;
}
.eng .sort-navbar li:nth-child(4).active .item-img i {
    background: url(/static/images/ico-bg1.png) no-repeat center center;
    background-size: contain;
}
.eng .about-us-more .item-text p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    position: relative;
    transition: color .5s;

@media screen and (max-width: 1366px) {
    .eng .sort-nav {
        margin-top: -100px;
        padding: 15px 50px 15px 10px;
    }
    .eng .sort-nav li a {
        height: 35px;
        line-height: 35px;
    }
    .eng .header-icon img {
        width: 22px;
        height: 22px;
    }
    .eng .header-icon span {
        font-size: 20px;
        font-weight: 700;
    }
}
@media screen and (max-width: 1024px) {
    .eng .index-title h4.cn {
        font-size: 24px;
    }
    .eng .sort-banner h2.cn {
        font-size: 24px;
    }
}

*,body.eng {
    font-family: Arial, Helvetica, sans-serif !important;
}