@font-face {
    font-family: Open Sans;
    src: url("../fonts/OPENSANS-BOLD.TTF") format("truetype");
    font-weight: bold;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    list-style: none;
    color: #333;
    box-sizing: border-box;
    border: 0;
    outline: none;
    font-family: Arial;
    word-break: break-word
}

html,
body {
    touch-action: manipulation;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 !important;
    height: auto !important
}

body {
    --color-main: #c5eee5;
    --color-bg: #e4f2ef;
    --hover-main: #4ba484;
    --color-btn: #083525;
    --all-pd: 11.45%
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: unset
}

.swiper-button-prev,
.swiper-button-next,
a,
.aside_common_show,
#aside_right ul li a::before,
#aside_right,
.hover_scale img,
.hover_btn {
    transition: all .3s ease
}

.upp {
    text-transform: uppercase !important
}

.cap {
    text-transform: capitalize !important
}

a:hover {
    color: var(--hover-main);
    text-decoration: underline
}

img {
    object-fit: contain;
    transition: all .3s ease;
    max-width: 100%;
    max-height: 100%;
    height: auto
}

._layout {
    width: 100%;
    margin: 0 auto
}

.layout_ {
    padding-left: var(--all-pd);
    padding-right: var(--all-pd)
}

.hidden {
    overflow: hidden
}

.clearboth {
    display: table;
    clear: both
}

.block {
    display: block
}

.a_link_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    border-radius: 50px;
    padding: 10px 15px;
    color: #fff
}

.a_link_button.active {
    background: var(--color-btn)
}

.a_link_button.active span {
    font-size: 16px
}

.a_link_button:hover span {
    text-decoration: underline
}

.a_link_button .rt_btn {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    margin-right: 15px
}

.a_link_button span {
    font-weight: 400;
    font-size: 20px;
    color: #fff
}

.a_link_button .rt_btn {
    background-image: url(../images/btn/icon1.png);
    margin: 0;
    background-size: 70%
}

.view_btn {
    padding: 16px 26px 14px;
    background: var(--color-main);
    font-weight: 400;
    color: #ffffff !important;
    line-height: 1;
    display: inline-block
}

.sidebarFixed {
    position: absolute;
    transition: all .2s
}

#sidebarFixed_parent {
    position: relative
}

.hover {
    transition: all .3s ease
}

.hover:hover {
    color: var(--color-main) !important
}

.hover_btn {
    cursor: pointer;
    transition: all .3s ease
}

.hover_btn:hover {
    transform: translateY(-5px)
}

input[type="submit"] {
    cursor: pointer
}

.hide {
    display: none
}

.tac {
    text-align: center !important
}

.tal {
    text-align: left !important
}

.tar {
    text-align: right !important
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 4px
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: #666;
    cursor: pointer
}

::-webkit-scrollbar-button {
    display: none
}

.row_center {
    display: flex;
    align-items: center;
    justify-content: center
}

.column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.flex_csb {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.x_center {
    left: 50%;
    transform: translateX(-50%)
}

.y_center {
    top: 50%;
    transform: translateY(-50%)
}

.pos_center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hover_scale {
    overflow: hidden;
    height: 0;
    position: relative;
    padding-bottom: 1%
}

.hover_scale:hover img {
    transform: scale(1.1)
}

.hover_scale img,
.hover_scale iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

.com_tit_title>.tit {
    font-weight: bold;
    font-size: 16px;
    color: var(--hover-main);
    line-height: 1
}

.com_tit_title>.title {
    display: block;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 48px;
    color: var(--color-btn);
    line-height: 1.5;
    padding: 10px 0;
    max-height: 288px;
    overflow: hidden
}

.com_tit_title>.title:hover {
    color: var(--hover-main)
}

.com_art {
    margin-top: 6.25%
}

.com_art .home_art_swiper {
    margin-top: 20px
}

.com_art .home_art_swiper .img {
    padding-bottom: 100%
}

.com_art .home_art_swiper .img .time {
    position: absolute;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 146px;
    height: 146px;
    background: var(--color-btn);
    border-radius: 12px
}

.com_art .home_art_swiper .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
    height: 3em;
    display: block;
    overflow: hidden;
    margin-top: 10px
}

.com_art .home_art_swiper .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: block;
    /* max-height: 90px; */
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.swiper-container-horizontal {
    overflow: hidden
}

.pages {
    margin-top: 36px;
    --w: 20px
}

.pages ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.pages ul>li {
    margin-top: 5px
}

.pages a,
.pages li.current a,
.pages li.current span,
.pages li:not(.current)>span {
    display: block;
    min-height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin: 0 0 0 8px;
    font-size: 16px;
    width: 43px;
    height: 42px;
    background: #ffffff;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #dcdcdc
}

.pages a:hover,
.pages li:not(.current)>span:hover,
.pages li.current span {
    background: #333;
    color: #fff
}

.pages li.prev-page a,
.pages li.next-page a {
    padding-left: 25px;
    padding-right: 25px
}

.pages li.prev-page a,
.pages li.next-page a {
    background-repeat: no-repeat;
    background-size: contain;
    min-width: var(--w);
    min-height: var(--w);
    width: var(--w);
    height: var(--w);
    padding: 0;
}

.pages li.prev-page a {
    background-image: url(../images/btn/icon5.png)
}

.pages li.prev-page a:hover {
    background-image: url(../images/btn/icon6.png);
    background-color: unset;
    transform: rotate(180deg)
}

.pages li.next-page a {
    background-image: url(../images/btn/icon5.png);
    transform: rotate(180deg)
}

.pages li.next-page a:hover {
    background-image: url(../images/btn/icon6.png);
    background-color: unset;
    transform: rotate(0)
}

.pages li:last-child {
    display: none
}

.pcshow {
    display: block
}

.h5show {
    display: none
}

.desc a,
.des a {
    color: var(--hover-main);
}

.desc a:hover,
.des a:hover {
    text-decoration: underline;
}

.list_top {
    position: relative;
    padding: 7.3% 7.3% 12.5%;
    z-index: 2;
    background: var(--color-bg)
}

.list_top .pagation {
    position: relative;
    /* width: 40%; */
}

.list_top .pagation .imgs1,
.list_top .pagation .imgs2 {
    position: absolute;
    height: auto
}

.list_top .pagation .imgs1 {
    width: 188px;
    left: -188px;
    top: -80%
}

.list_top .pagation .imgs2 {
    width: 81px;
    right: -120px;
    top: 47%
}

.list_top .pagation .title {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
    text-transform: uppercase
}

.privacy-main {
    padding-left: calc(var(--all-pd) / 2);
    padding-right: calc(var(--all-pd) / 2);
    padding-top: 5% !important;
}

.list_top .pagation .pagation_list {
    margin-top: 28px;
    flex-wrap: wrap;
}

.list_top .pagation .pagation_list a,
.list_top .pagation .pagation_list span {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 35px
}

.list_top .pagation .pagation_list a:hover,
.list_top .pagation .pagation_list span:hover,
.list_top .pagation .pagation_list a:last-child,
.list_top .pagation .pagation_list span:last-child {
    color: var(--hover-main)
}

.list_top .pagation .pagation_list a:not(:first-child)::after,
.list_top .pagation .pagation_list span:not(:first-child)::after {
    content: ">";
    position: absolute;
    left: 11px;
    top: 0;
    color: #333
}

.list_top .pagation .pagation_list a:first-child {
    padding-left: 0
}

.list_top .pagation .product_top_btns {
    display: none;
    margin-top: 35px
}

.list_top .pagation .product_top_btns>div,
.list_top .pagation .product_top_btns a {
    padding: 11px 30px;
    border: 1px solid #fafafa;
    border-radius: 60px 4px 60px 4px;
    background: #fff;
    color: var(--color-btn)
}

.list_top .pagation .product_top_btns>div:hover,
.list_top .pagation .product_top_btns a:hover {
    color: #fefefe;
    background: var(--color-btn);
    text-decoration: none;
}

.list_top .pagation .product_top_btns .down {
    margin-right: 17px;
    line-height: 1
}

.list_top .pagation .product_top_btns .contactus {
    line-height: 1
}

.swiper-horizontal {
    overflow: hidden
}

.com_pro {
    background: #fff;
    padding-top: 6.25%;
    padding-bottom: 6.25%
}

.com_pro .com_pro_swiper {
    padding-top: 2%
}

.com_pro .swiper-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.com_pro .swiper-slide .mark {
    width: 100%;
    height: 0;
    padding-bottom: 64.8%;
    background: var(--color-bg);
    border-radius: 160px 20px 160px 20px
}

.com_pro .swiper-slide .img {
    width: 100%;
    padding-bottom: 88%;
    /* position: absolute;
    bottom: 36%;
    left: 0 */
}

.com_pro .swiper-slide .title {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    margin-top: 26px;
    word-break: break-word;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
    height: 2.4em;
}

.com_pro .swiper-slide .read_more {
    margin-top: 15px
}

.read_more {
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 2px solid #333;
    display: flex;
    align-items: center
}

.read_more:hover {
    text-decoration: unset
}

.read_more span {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-image: url(../images/btn/icon1_.png);
    margin: 0;
    background-size: 70%
}

.aside_left {
    width: 220px;
    float: left;
    position: sticky;
}

.aside_left .item {
    margin-top: 50px
}

.aside_left .item:first-child {
    margin-top: 0
}

.aside_left .item .big_tit {
    font-weight: bold;
    font-size: 22px;
    color: #333
}

.aside_left .item .items {
    margin-top: 20px
}

.aside_left .item .items a:hover {
    color: var(--hover-main) !important;
    text-decoration: none !important;
}

.aside_left .item .items.active .item_top span {
    background: url(../images/btn/icon13.png) no-repeat center
}

.aside_left .item .items.active .item_top a {
    color: var(--hover-main)
}

.aside_left .item .items .item_top {
    border-bottom: 2px solid #000000;
    padding-bottom: 15px;
}

.aside_left .item .items .item_top .tit {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    line-height: 1.3
}

.aside_left .item .items .item_top.active .tit {
    color: var(--hover-main);
}

.aside_left .item .items .item_top span {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/btn/icon12.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 5px;
}

.aside_left .item .items ul {
    display: none
}

.aside_left .item .items ul li {
    display: flex;
    align-items: center;
    margin-top: 8px
}

.aside_left .item .items ul li a {
    text-transform: capitalize;
}

.aside_left .item .items ul li.active a {
    color: var(--hover-main)
}

.com_tit_des .tit {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    line-height: 1.5
}

.com_tit_des .tit2 {
    color: var(--color-btn)
}

.com_tit_des .des {
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 28px;
    text-align: center;
    margin-top: 32px
}

.com_tit_des .des2 {
    margin-top: 24px
}

.faq_tit {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 48px
}

.com_contact {
    margin-top: 16%;
    padding-top: 86px;
    background: var(--color-bg)
}

.com_contact .layout_ {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-left: 0;
    margin-left: var(--all-pd)
}

.com_contact .img {
    position: absolute;
    width: 47.47%;
    height: 184.8%;
    left: 0;
    bottom: 0;
    padding: 0
}

.com_contact .info {
    width: 46%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 52px
}

.com_contact .info .tit {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.3
}

.com_contact .info .des {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #777;
    line-height: 28px
}

.contact_btn {
    margin-top: 24px;
    background: var(--color-btn);
    border-radius: 60px 4px 60px 4px;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    padding: 20px 45px
}

.com_form {
    padding: 4.375% var(--all-pd) 5.2%;
    background: var(--color-bg)
}

.com_form .img {
    height: 567px;
    width: 48%;
    margin-right: 58px;
    flex-shrink: 0;
    padding: 0
}

.com_form .info .tit {
    text-align: left;
    text-transform: capitalize
}

.com_form .info li {
    margin-top: 56px;
    display: flex;
    align-items: center
}

.com_form .info li::before {
    content: "*";
    display: block;
    color: red
}

.com_form .info input:not([type="submit"]),
.com_form .info textarea {
    width: 100%;
    border-bottom: 2px solid #333333;
    background: transparent;
    height: 30px;
    font-weight: 400;
    font-size: 16px
}

.com_form .info .submit {
    background: var(--color-btn);
    border-radius: 32px 4px 32px 4px;
    padding: 13px 24px;
    width: unset;
    height: unset;
    margin: unset;
    margin-top: 30px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-left: 50%;
    transform: translateX(-50%)
}

.com_form .info .submit:hover {
    transform: translateX(-50%) translateY(-5px)
}

.list_pro {
    background: #fff;
    padding: 6.25% var(--all-pd)
}

.list_pro .top {
    overflow: hidden
}

.list_pro .top .tr {
    float: right;
    width: calc(100% - 220px - 47px)
}

.list_pro .top .tr p {
    margin-top: 20px;
}


.list_pro .top .tr a:hover {
    text-decoration: underline;
}

.com_qa_list {
    flex: 1
}

.com_qa_list .item {
    border-top: 2px solid #000000;
    padding: 20px 0
}

.com_qa_list .item.active .top span {
    transform: rotate(0)
}

.com_qa_list .item .top .title {
    font-weight: bold;
    font-size: 24px;
    color: #666;
    line-height: 48px
}

.com_qa_list .item .top span {
    display: block;
    width: 29px;
    height: 24px;
    transform: rotate(-90deg);
    transition: all .3s ease
}

.com_qa_list .item .top span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 20px solid #333
}

.com_qa_list .item .desc {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    display: none
}

.com_video_swiper .img {
    padding-bottom: 79.6%
}

.com_video_swiper .title {
    display: block;
    font-weight: bold;
    font-size: 20px;
    margin-top: 12px;
    height: 46px;
    overflow: hidden
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    border-left-color: var(--hover-main)
}

.content-wrap.form .ch_form_wrap .item_submit input,
.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: var(--hover-main)
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    background: url(../images/contactus/fancy_close.png) no-repeat center center
}

.content-wrap .ch_form_wrap form {
    overflow: auto
}

.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: white;
    text-decoration: underline
}

#cont>ul>li>a {
    text-transform: capitalize
}

#cont h2 {
    background: var(--hover-main) !important
}

#cont>ul>li>ul>li>a {
    color: var(--hover-main) !important
}

#cont>ul>li>ul>li>ul>li>a {
    color: var(--hover-main) !important
}

#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: var(--hover-main) !important;
    border-right-color: var(--hover-main) !important
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline
}

#footer {
    background: var(--hover-main) !important;

}

#footer div {
    color: #fff !important;
}

@media screen and (max-width:1800px) {
    body {
        --all-pd: 5%
    }

    .pages {
        margin-top: 3%
    }

    .list_top .pagation .title {
        font-size: 34px
    }

    .list_top .pagation .imgs1 {
        width: 100px;
        left: -100px
    }

    .list_top .pagation .imgs2 {
        width: 55px;
        right: -85px
    }
}

@media screen and (max-width:1660px) {
    .com_contact {
        margin-top: 20%
    }

    .faq_tit,
    .com_contact .info .tit,
    .com_tit_des .tit {
        font-size: 38px
    }

    .contact_btn {
        font-size: 24px;
        padding: 15px 30px
    }

    .com_tit_title>.title {
        font-size: 38px;
        line-height: 1.3
    }

    .com_pro {
        padding-top: 4%;
        padding-bottom: 4%
    }



    .com_tit_des .des ， {
        margin-top: 24px
    }

    .com_form .img {
        margin-right: 48px
    }

    .list_pro {
        padding: 4% var(--all-pd)
    }
}

@media screen and (max-width:1366px) {
    body {
        --all-pd: 2%
    }

    .com_contact {
        margin-top: 25%
    }

    .com_tit_des .tit {
        font-size: 30px
    }


    .list_top .pagation .pagation_list a,
    .list_top .pagation .pagation_list span {
        font-size: 16px
    }

    .com_tit_title>.title,
    .faq_tit,
    .com_contact .info .tit {
        font-size: 28px
    }

    .com_form .img {
        margin-right: 38px
    }

    .contact_btn {
        font-size: 16px
    }
}

@media screen and (max-width:1024px) {

    .com_art .home_art_swiper .title {
        font-size: 20px
    }

    .com_tit_des .tit,
    .com_pro .swiper-slide .title,
    .com_tit_title>.title {
        font-size: 24px
    }

    .com_form .info li {
        margin-top: 40px
    }

    .com_pro .swiper-slide .img {
        bottom: 40%
    }
}

@media screen and (max-width:950px) {
    body {
        --all-pd: 15px;
        --footer-m-h: 55px;
        --header-m-h: 60px;
        padding-bottom: var(--footer-m-h)
    }

    /* // page map */
    .sitemap-content {
        padding: 110px 0 30px !important;
    }

    .list_top .pagation {
        width: 100%;
    }

    .list_top .pagation .title {
        font-size: 24px
    }

    .com_pro .swiper-slide .title {
        height: unset;
    }

    .aside_left {
        display: none
    }

    .list_top {
        padding: 12% 30px
    }

    .list_top .pagation .imgs1 {
        display: none
    }

    .list_top .pagation .imgs2 {
        display: none
    }

    .list_top .pagation .pagation_list span,
    .list_top .pagation .pagation_list a {
        margin: 5px 0;
    }

    .list_pro .top .tr {
        width: 100%
    }

    .page_about_us .history .tit,
    .faq_tit,
    .com_contact .info .tit {
        font-size: 24px
    }

    .com_contact {
        padding-top: 30px;
        margin-top: 30px
    }

    .com_contact .img {
        display: none
    }

    .com_contact .info {
        width: 100%;
        padding-bottom: 30px
    }

    .com_contact .info .des {
        margin-top: 15px
    }

    .contact_btn {
        padding: 10px 18px;
        margin-top: 15px
    }

    .com_qa_list .item .top .title {
        line-height: 1.6
    }

    .com_art .home_art_swiper .img .time {
        width: 100px;
        height: 100px;
        font-size: 20px;
        line-height: 29px
    }

    .footer {
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    .com_form {
        flex-wrap: wrap
    }

    .com_form .img,
    .com_form .info {
        width: 100%;
        margin: 0
    }

    .com_form .img {
        height: 0;
        padding-bottom: 70%
    }

    .com_form .info {
        margin-top: 30px
    }

    .com_form .info li {
        margin-top: 30px
    }

    .com_art .home_art_swiper .title {
        height: unset
    }

    .com_art .home_art_swiper .desc {
        max-height: unset;
        -webkit-line-clamp: unset;
    }

    .com_tit_des .tit {
        font-size: 24px
    }

    .com_tit_title>.title {
        font-size: 24px;
        margin: 12px 0 16px
    }

    .a_link_button .more {
        width: 30px;
        height: 30px
    }

    .a_link_button span {
        font-size: 16px
    }

    .pcshow {
        display: none
    }

    .h5show {
        display: block
    }
}

.page_search_ {
    padding: 50px var(--all-pd) 0;
}

.search-product-detail .search-detail-tabs .title.current {
    background: var(--hover-main) !important;
}

.search-product-detail .search-detail-tabs .title.current span {
    color: #fff !important;
}

#index_scrollsidebar {
    z-index: 999;
    transform: translateY(-50%);
}