@charset "UTF-8";

/* product-menu */
.product-menu-modular {
    border-top: 1px solid #4daabb;
    border-bottom: 1px solid #4daabb;
    background: #003348;
    overflow: hidden;
}
.product-menu-modular .product-menu-list {
    height: 92px;
    border-right: 1px solid #4daabb;
}
.product-menu-modular .product-menu-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}
.product-menu-modular .product-menu-list:last-child {
    border-right: 0;
}
.product-menu-modular .product-menu-list:hover {
    background: #00597b;
}
.product-menu-modular .col-md-1-7 {
    width: 14.285714285714%;
    float: left;
}

/* 焦点图滚动 */
.picScroll-left {
    width: 1628px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.picScroll-left .hd {
    overflow: hidden;
    height: 50px;
    padding: 10px 0;
}
.picScroll-left .hd .btn {
    display: block;
    overflow: hidden;
    padding: 0;
}
.picScroll-left .hd .btn i {
    display: block;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    color: #4ea6c1;
    text-align: center;
    line-height: 26px;
    width: 30px;
    height: 30px;
    border: 2px solid #4ea6c1;
    border-radius: 15px;
}
.picScroll-left .hd .next {
    float: right;
}
.picScroll-left .hd .prev {
    float: left;
}
.picScroll-left .bd {

}
.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    padding-inline-start: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.picScroll-left .bd ul li {
    _display: inline;
    float: left;
    max-width: 100%;
}
.picScroll-left .bd ul li a {
    border: 1px solid #e4e4e4;
    display: block;
    width: 528px;
    height: 473px;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-right: 22px;
}
.picScroll-left .bd ul li .pic {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.picScroll-left .bd ul li .pic img {
    display: block;
    width: 100%;
}
.picScroll-left .bd ul li .title {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 0 16px;
    margin-top: 28px;
    margin-bottom: 10px;
    text-align: left;
}
.picScroll-left .bd ul li .desc-bold {
    font-size: 12px;
    font-weight: bold;
    color: #939396;
    text-align: left;
    padding: 0 16px;
    margin-bottom: 10px;
}
.picScroll-left .bd ul li .desc {
    padding: 0 16px;
    font-size: 12px;
    color: #939396;
    text-align: left;
}
.picScroll-left .bd ul li .desc .desc-title {
    line-height: 30px;
}
.picScroll-left .bd ul li .desc i {
    font-size: 12px;
    color: #4ea6c1;
    margin-right: 5px;
    line-height: 18px;
    vertical-align: middle;
}
.picScroll-left .bd ul li .desc p {
    margin: 0 0 0 30px;
    line-height: 18px;
}
.picScroll-left .bd ul li .bottom {
    position: absolute;
    right: 16px;
    bottom: 10px;
    width: 147px;
    text-align: right;
}
.picScroll-left .bd ul li .bottom .icon {
    height: 20px;
    margin-top: 0;
}
.picScroll-left .bd ul li .bottom .icon .iconfont {
    font-size: 20px;
    color: #4ca4c0;
    vertical-align: top;
}
.picScroll-left .bd ul li .bottom .text {
    font-size: 12px;
    font-weight: bold;
    color: #4ca4c0;
    border-top: 3px solid #4ca4c0;
    padding-top: 10px;
}

/* mobile-homogeniser */
.mobile-homogeniser-modular {

}
.mobile-homogeniser-modular .mobile-homogeniser-info {
    display: block;
}
.mobile-homogeniser-modular .mobile-homogeniser-info .pic {
    width: 100%;
}
.mobile-homogeniser-modular .mobile-homogeniser-info .pic img {
    width: 100%;
}
.mobile-homogeniser-modular .mobile-homogeniser-info .bottom-text {
    background: #f5f5f5;
    height: 54px;
    padding: 0 30px;
    margin-top: 20px;
    overflow: hidden;
}
.mobile-homogeniser-modular .mobile-homogeniser-info .html-text {
    margin-top: 20px;
}
.mobile-homogeniser-modular .mobile-homogeniser-info .more-btn {
    display: inline-block;
    float: right;
    color: #00597b;
    font-size: 14px;
    line-height: 54px;
}

/* product-info-list */
.product-info-list {
    display: block;
    position: relative;
    overflow: hidden;
}
.product-info-list .pic {

}
.product-info-list .pic img {
    width: 100%;
}
.product-info-list .name {
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 71, 100, .73);
    padding: 26px;
    height: 140px;
    z-index: 1;
}
.product-info-list .name .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 30px;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    height: 100%;
}
.product-info-list .name .more-btn {
    position: absolute;
    bottom: 7px;
    right: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.contact-us-bottom {
    margin-top: 50px;
}

/* products-contact */
.products-contact-modular {
    margin-top: 60px;
    margin-bottom: 50px;
}
.products-contact-modular .products-contact-header {
    color: #6992a9;
    text-align: center;
    font-size: 14px;
}
.products-contact-modular .products-contact-title {
    color: #1a1a1a;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
.products-contact-modular .leaving-message-form {
    width: 920px;
    max-width: 100%;
    margin: 60px auto 0;
}
.products-contact-modular .leaving-message-form .form-item {
    margin: 0;
}
.products-contact-modular .leaving-message-form .form-item .form-title {
    color: #8c8f94;
    font-size: 16px;
}
.products-contact-modular .leaving-message-form .form-item .form-group {
    margin-bottom: 20px;
}
.products-contact-modular .leaving-message-form .form-item .form-group .form-control-feedback {
    height: 38px;
    line-height: 38px;
}
.products-contact-modular .leaving-message-form .form-item textarea {
    resize: none;
    border: 1px solid #dadada;
    width: 100%;
    height: 130px;
    padding: 15px;
    font-size: 18px;
}
.products-contact-modular .leaving-message-form .form-item input {
    border: 1px solid #dadada;
    height: 38px;
    padding-left: 15px;
    width: 100%;
    font-size: 12px;
}
.products-contact-modular .leaving-message-form .form-item .has-error input,
.products-contact-modular .leaving-message-form .form-item .has-error textarea {
    border-color: #a94442;
}
.products-contact-modular .leaving-message-form .form-item .line {
    width: 170px;
    border-top: 3px solid #6b94aa;
    padding-bottom: 24px;
    margin-top: 24px;
    margin-left: calc(100% - 170px);
}
.products-contact-modular .leaving-message-form .form-item .btn {
    border: 0;
    padding: 0;
    float: right;
    background: none;
    border-radius: 0;
    color: #6b94aa;
    font-size: 14px;
    font-weight: bold;
}
.products-contact-modular .leaving-message-form .form-item .btn:hover {

}
.products-contact-modular .leaving-message-form .form-item .btn:focus {
    border: none;
    box-shadow: none;
    background: none;
    outline: none;
}

/* 焦点图特效触发专用 */
@media (max-width: 1658px) {
    .picScroll-left {
        width: 1078px;
    }
}
@media (max-width: 1380px) {
    .product-info-list .name {
        height: 100px;
        padding: 20px;
    }
    .product-info-list .name .text {
        height: 60px;
        line-height: 19px;
    }
}
/* 焦点图特效触发专用 */
@media (max-width: 1108px) {
    .product-menu-modular .product-menu-list a {
        font-size: 16px;
        font-weight: bold;
    }

    .picScroll-left {
        width: 528px;
    }
}
@media (max-width: 1050px) {
    .product-menu-modular .product-menu-list a {
        font-size: 16px;
        font-weight: bold;
    }
}
@media (max-width: 980px) {
    .product-menu-modular .product-menu-list a {
        font-size: 14px;
        font-weight: bold;
    }
}
@media (max-width: 767px) {
    .product-menu-modular .product-menu-list a {
        font-size: 12px;
        font-weight: bold;
    }

    .product-info-list .name, .product-info-list .name .more-btn {
        position: static;
    }
    .product-info-list .name {
        background: none;
        height: auto;
        padding: 0;
    }
    .product-info-list .name .text {
        color: #666666;
        height: auto;
        display: block;
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }
    .product-info-list .name .more-btn {
        background: #f5f5f5;
        height: 54px;
        padding: 0 30px;
        margin-top: 20px;
        overflow: hidden;
        text-align: right;
        color: #00597b;
        font-size: 14px;
        line-height: 54px;
        font-weight: 500;
    }
}
@media (max-width: 640px) {
    .product-menu-modular {
        display: none;
    }
}
@media (max-width: 480px) {
    .picScroll-left {
        width: 380px;
        max-width: 100%;
    }
    .picScroll-left .bd ul li a {
        width: 380px;
        margin-right: 10px;
    }

}
@media (max-width: 360px) {
    .picScroll-left {
        width: 330px;
    }
    .picScroll-left .bd ul li a {
        width: 330px;
        margin-right: 10px;
    }
}
@media (max-width: 320px) {
    .picScroll-left {
        width: 290px;
    }
    .picScroll-left .bd ul li a {
        width: 290px;
        margin-right: 5px;
    }
}
