.article_products {
    align-items: flex-start;
    --ml: 68px;
    --mr: 40px;
    width: calc(100% - var(--ml) - var(--com-aside-w))
}

.article_products .swiper_l {
    width: 536px;
    flex-shrink: 0;
    margin-right: var(--mr)
}

.article_products .image-container {
    width: 100%;
    height: 375px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden
}

.article_products .image-container img {
    max-height: unset;
    max-width: unset;
    transition: unset
}

.article_products .image-container .thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover
}

.article_products .image-container .full-image {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    object-fit: cover;
    max-height: unset;
    max-width: unset;
    transition: unset
}

.article_products .arc_sw_par {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    margin-top: 17px
}

.article_products .arc_sw_par .swiper-button-prev,
.article_products .arc_sw_par .swiper-button-next {
    width: 25px;
    height: 44px;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    background-color: #999999;
    top: 36px
}

.article_products .arc_sw_par .swiper-button-prev:hover,
.article_products .arc_sw_par .swiper-button-next:hover {
    background-color: var(--color-main)
}

.article_products .arc_sw_par .swiper-button-prev {
    background-image: url(../images/static/l.png);
    left: 0
}

.article_products .arc_sw_par .swiper-button-next {
    background-image: url(../images/static/r.png);
    right: 0
}

.article_products .arc_sw_par .arc_sw {
    margin-top: 17px;
    width: calc(100% - 18px * 2 - 25px * 2);
    overflow: hidden;
    margin: 0 calc(18px + 25px)
}

.article_products .arc_sw_par .arc_sw .img {
    padding-bottom: 71.4%
}

.article_products .arc_info {
    flex: 1
}

.article_products .arc_info .title {
    font-family: Avenir;
    font-size: 30px;
     text-transform: capitalize;
}

.article_products .arc_info .share_btn {
    display: flex;
    align-items: center;
    margin-top: 25px
}

.article_products .arc_info .desc {
    margin-top: 35px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.875em;
    /* max-height: 15em; */
    overflow: auto
}

.article_products .arc_info .sub_btn {
    float: left;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

.article_products .arc_info .sub_btn>a,
.article_products .arc_info .sub_btn>div {
    margin-top: 20px;
    margin-right: 25px
}

.article_products .arc_info .sub_btn .a_link_more {
    background: #333;
    padding: 18px 45px;
    border: 0
}

.article_products .arc_info .sub_btn .a_link_more:last-child {
    margin-right: 0
}

.article_products .arc_info .sub_btn .a_link_more:hover {
    background: var(--color-main)
}

.article_products .arc_info .sub_btn .a_link_more span {
    color: #fff
}

.com_bodys .tit {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(4, 14, 39, 0.2);
    margin-bottom: 13px
}

.get_in_touch {
    margin-top: 46px
}

.get_in_touch form {
    width: 100%
}

.get_in_touch form ul {
    width: 100%
}

.get_in_touch form ul li {
    display: flex;
    align-items: center
}

.get_in_touch form .names,
.get_in_touch form .email,
.get_in_touch form .phone {
    width: calc(100% / 3 - 78px * 4 / 3);
    margin-left: 78px
}

.get_in_touch form .names {
    margin-left: 0
}

.get_in_touch form .names::before,
.get_in_touch form .email::before,
.get_in_touch form .message::before {
    content: "*";
    color: #ff0000;
    margin-top: 1.6%;
    margin-right: 10px
}

.get_in_touch form .message {
    line-height: 1;
    width: 100%;
    height: 150px;
    align-items: flex-start;
    margin-top: 46px
}

.get_in_touch form .message textarea {
    width: 100%;
    height: 100%;
    resize: none
}

.get_in_touch form input:not(.sub_send),
.get_in_touch form textarea {
    border-bottom: 1px solid #aaaaaa;
    width: 100%;
    line-height: 50px
}

.get_in_touch form input:not(.sub_send)::-webkit-input-placeholder,
.get_in_touch form textarea::-webkit-input-placeholder {
    color: #333
}

.get_in_touch form input:not(.sub_send):-moz-placeholder,
.get_in_touch form textarea:-moz-placeholder {
    color: #333;
    opacity: 1
}

.get_in_touch form input:not(.sub_send)::-moz-placeholder,
.get_in_touch form textarea::-moz-placeholder {
    color: #333;
    opacity: 1
}

.get_in_touch form input:not(.sub_send):-ms-input-placeholder,
.get_in_touch form textarea:-ms-input-placeholder {
    color: #333
}

.get_in_touch form input:not(.sub_send)::placeholder,
.get_in_touch form textarea::placeholder {
    color: #333;
    opacity: 1
}

.get_in_touch form .sub_send {
    padding: 15px 55px;
    background: var(--color-main);
    margin-top: 47px;
    color: #fff
}

.pro_we_serve {
    padding: 80px var(--all-pd);
    background: #f5f5f5;
    margin-top: 5.2%;
    align-items: center;
    --pd: 53px;
    --img-w: 44.25%
}

.pro_we_serve .img {
    width: var(--img-w);
    height: 559px
}

.pro_we_serve .info {
    width: calc(100% - var(--img-w) - var(--pd))
}

.pro_we_serve .info .des {
    display: block;
    margin-top: 48px;
    max-height: 20.625em;
    overflow-y: auto
}

@media screen and (max-width:1660px) {

    .article_products .arc_info .sub_btn div,
    .article_products .arc_info .sub_btn a {
        padding: 15px 20px !important
    }
}

@media screen and (max-width:1366px) {
    body {
        --com-aside-w: 300px
    }

    .article_products .swiper_l {
        width: 375px
    }

    .com_aside {
        display: none
    }

    .article_products {
        width: 100%
    }

    .pro_we_serve {
        --pd: 20px
    }
}

@media screen and (max-width:950px) {
    .list_top .pagation .title {
        display: none
    }

    .article_products .swiper_l,
    .article_products .arc_info {
        width: 100%
    }

    .article_products .swiper_l {
        margin: 0
    }

    .article_products .swiper_l>.img {
        display: none
    }

    .article_products .swiper_l .arc_sw_par {
        margin: 0
    }

    .article_products .swiper_l .arc_sw_par .swiper-button-prev,
    .article_products .swiper_l .arc_sw_par .swiper-button-next {
        top: 50%
    }

    .article_products .arc_info .title,
    .article_products .arc_info .desc,
    .article_products .arc_info .share {
        margin-top: 15px
    }

    .article_products .arc_info .desc {
        max-height: unset
    }

    .com_bodys {
        margin-top: 30px
    }

    .com_bodys .videos_two lite-youtube {
        width: 100%
    }

    .get_in_touch form ul li {
        width: 100% !important;
        margin: 15px 0 0 !important
    }

    .get_in_touch form .phone {
        padding-left: 10px
    }

    .pro_we_serve {
        padding: 50px var(--all-pd)
    }

    .pro_we_serve .img,
    .pro_we_serve .info {
        width: 100%
    }

    .pro_we_serve .img {
        height: 0;
        padding-bottom: 70%
    }

    .pro_we_serve .info {
        margin-top: 20px
    }

    .pro_we_serve .info .des {
        max-height: unset;
        margin-top: 15px
    }
}