@font-face {
    font-family: "Default";
    src: url("../fonts/POPPINS-LIGHT.TTF") format("truetype");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/POPPINS-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: "Default";
    word-wrap: break-word
}

html,
body {
    touch-action: manipulation;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 !important;
    height: auto !important
}

body {
    --color-mains: 29, 32, 136;
    --color-main: rgb(var(--color-mains));
    --color-shadow: rgba(var(--color-mains), .2);
    --all-pd: calc((260 / 19.2) * 1%);
    --com-aside-w: 250px;
    --color-hover: #e60e11
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: unset
}

a,
img,
.nav_h5,
.swiper-button-prev,
.swiper-button-next,
.aside_common_show,
.hover,
.hover_btn,
.hover_underline,
.hover_show_all_text_,
.change-language-cont .info_p,
#aside_right ul li a::before,
#aside_right {
    transition: all .3s ease
}

a:hover {
    color: var(--color-main) !important
}

.fll {
    float: left
}

.frr {
    float: right
}

img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    height: auto
}

input[type="submit"] {
    width: unset;
    height: unset;
    margin: unset
}

._layout {
    width: 100%;
    margin: 0 auto
}

.lay120 {
    padding: calc((120 / 19.2) * 1%) 0
}

.lay100 {
    padding: calc((100 / 19.2) * 1%) 0
}

.layout_ {
    padding-left: var(--all-pd);
    padding-right: var(--all-pd)
}

.hidden {
    overflow: hidden
}

.flex_wp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.flex_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    --l-w: 300px;
    --pd: 60px
}

.flex_main.flex_main2 .lll,
.flex_main.flex_main2 .rrr {
    width: calc(50% - var(--pd) / 2)
}

.flex_main.flex_main3 .lll,
.flex_main.flex_main3 .rrr {
    width: 50%
}

.flex_main.flex_main4 .lll {
    width: calc(var(--l-w))
}

.flex_main.flex_main4 .rrr {
    width: calc(100% - var(--l-w))
}

.flex_main .lll,
.flex_main .rrr {
    flex-shrink: 0
}

.flex_main .lll {
    width: var(--l-w)
}

.flex_main .rrr {
    width: calc(100% - var(--l-w) - var(--pd));
    padding: 5% 0;
}

.clearboth::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis
}

.block {
    display: block
}

.hover_show_all_text {
    position: relative
}

.title_s:hover .hover_show_all_text_ {
    opacity: 1;
    visibility: visible
}

.cap {
    text-transform: capitalize
}

.upp {
    text-transform: uppercase
}

.hover_show_all_text_ {
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: calc(100% + 10px);
    background: #111;
    color: #fff;
    box-shadow: 1px 2px 5px 0 #666;
    padding: 15px;
    width: 60%;
    right: 0;
    line-height: 1.5em;
    max-height: 15em;
    overflow: auto
}

.bg_main {
    background: var(--color-main)
}

.a_link_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-main);
    border-radius: 50px;
    padding: 10px 30px 10px 15px;
    color: #ffffff
}

.a_link_button:hover span {
    text-decoration: underline
}

.a_link_button .more {
    display: block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    margin-right: 15px;
    background-image: url(../images/color/right.png);
    background-color: #fff;
    background-size: 40%
}

.a_link_button span {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff
}

.com_list_right {
    float: right;
    --pd: 60px;
    width: calc(100% - var(--com-aside-w) - var(--pd))
}

.com_list_warp {
    margin-top: calc((54 / 19.2) * 1%)
}

.hover:hover,
.hover_underline:hover {
    color: var(--color-main) !important
}

.hover2:hover {
    text-decoration: underline;
    color: #fff !important
}

.hover_underline:hover {
    text-decoration: underline
}

.hoverf:hover {
    color: #fff !important
}

.hover_btn {
    cursor: pointer
}

.hover_btn:hover {
    transform: translateY(-5px)
}

input[type="submit"] {
    cursor: pointer
}

.hide {
    display: none !important
}

.tac {
    text-align: center
}

::-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_warp {
    display: flex;
    flex-wrap: wrap
}

.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%)
}

.com_box40>.title {
    padding: 0;
    border: 0;
    font-size: 40px;
    font-family: Poppins;
    color: #333333;
    line-height: 1
}

.com_box40>.desc {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    margin-top: 23px
}

.com_bodys p {
    margin-top: 20px;
    line-height: 1.6em;
    font-weight: 400
}

.com_bodys p:nth-child {
    margin-top: 0
}

.com_bodys img {
    max-width: 100%
}

.com_bodys a {
    display: inline-block;
    color: var(--color-main);
    font-weight: bold
}

.com_bodys a:hover {
    text-decoration: underline
}

.com_bodys table {
    margin-top: 47px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.com_bodys table th,
.com_bodys table td {
    border: 1px solid #ccc !important;
    text-align: center
}

.com_bodys table thead tr th {
    padding: 20px 30px
}

.com_bodys table thead tr:nth-child(odd) {
    background: rgba(var(--color-mains), .5)
}

.com_bodys table thead tr:nth-child(odd) th {
    color: #fff
}

.com_bodys table tbody tr:nth-child(even) {
    background: #f9f9f9
}



.com_bodys table tbody tr td {
    padding: 15px 20px;
    color: #333
}

.template_table {
    margin-top: 47px;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse
}

.template_table th,
.template_table td {
    text-align: center;
    width: unset
}

.template_table tbody tr {
    border: 1px solid #ccc !important
}

.template_table tbody tr:nth-child(even) td {
    color: var(--color-main)
}

.template_table tbody tr td {
    border: none !important;
    padding: 20px 30px;
    color: #fff
}

.template_table tbody tr td:first-child {
    font-size: 20px
}

.hover_scale:hover img {
    transform: scale(1.1)
}

.hover_scale,
.hover_scale2 {
    overflow: hidden;
    height: 0;
    position: relative;
    padding-bottom: 1%
}

.hover_scale img,
.hover_scale2 img,
.hover_scale iframe,
.hover_scale2 iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

.swiper-container-horizontal {
    overflow: hidden
}

.pages {
    margin-top: 5%
}

.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>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;
    border: 1px solid #e5e5e5;
    font-size: 16px
}

.pages li.prev-page a,
.pages li.next-page a {
    padding-left: 25px;
    padding-right: 25px
}

.pages a:hover,
.pages li:not(.current)>span:hover,
.pages li.current a,
.pages li.current span {
    background: var(--color-main);
    color: #fff
}

.pages li:last-child {
    display: none
}

.nav-links,
.c_pagenation {
    margin: 5% 0
}

.pages2,
.nav-links,
.c_pagenation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.pages2 a,
.pages2 span,
.pages2 .current {
    display: block;
    margin: 5px;
    padding: 5px 15px;
    border: 1px solid #eee
}

.pages2 .current,
.pages2 a:hover {
    background: var(--color-main);
    color: #fff !important;
    border: 1px solid var(--color-main)
}

.pcshow {
    display: block
}

.h5show {
    display: none
}

.ser_cer {
    margin-top: calc((85 / 19.2) * 1%)
}

.ser_cer .item:nth-child(even) .lll {
    order: 2
}

.ser_cer .item .lll {
    height: unset;
    padding: 0
}

.ser_cer .item .rrr {
    padding: 75px 125px 96px;
    background: var(--color-main)
}

.ser_cer .item .rrr .tit {
    font-size: 20px;
    font-family: Poppins;
    color: #ffffff
}

.ser_cer .item .rrr a {
    display: block
}

.ser_cer .item .rrr .tit2 {
    font-family: Poppins;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 27px
}

.ser_cer .item .rrr .desc {
    color: #ffffff;
    margin-top: 33px;
    line-height: 24px
}

.ser_cer .item .rrr .more {
    font-family: Poppins;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    padding: 20px 45px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    display: inline-flex;
    margin-top: 30px
}

.com_swiper_btn_position {
    position: relative
}

.com_swiper_btn_position .swiper-button-prev,
.com_swiper_btn_position .swiper-button-next {
    width: 35px;
    height: 56px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: var(--color-main)
}

.com_swiper_btn_position .swiper-button-prev {
    background-image: url(../images/color/l.png);
    left: -55px
}

.com_swiper_btn_position .swiper-button-next {
    background-image: url(../images/color/r.png);
    right: -55px
}

.c_faq {
    margin-top: calc((85 / 19.2) * 1%)
}

.c_faq .lists {
    margin-top: 52px
}

.c_faq .lists .item {
    margin-top: 18px
}

.c_faq .lists .item:first-child {
    margin-top: 0
}

.c_faq .lists .item.active .top {
    background: var(--color-main)
}

.c_faq .lists .item.active .top .qtit {
    color: #fff
}

.c_faq .lists .item.active .top span {
    width: 17px;
    height: 21px;
    background: url(../images/color/faq3.png) no-repeat center / cover
}

.c_faq .lists .top {
    background: #f5f5f7;
    border-radius: 14px 14px 0px 0px;
    padding: 28px 21px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c_faq .lists .top .qtit {
    font-family: Barlow;
    font-weight: 400;
    font-size: 20px;
    color: #333
}

.c_faq .lists .top span {
    display: block;
    width: 21px;
    height: 17px;
    background: url(../images/color/faq2.png) no-repeat center / cover;
    flex-shrink: 0;
}

.c_faq .lists .content {
    display: none;
    padding: 34px 23px 56px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    background: #f5f5f7;
    border-radius: 0px 0px 14px 14px
}

.list_top {
    position: relative
}

.list_top>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    z-index: -1
}

.list_top .mark {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4)
}

.list_top .pagation_list {
    width: 100%;
    color: #fafafa;
    line-height: 2;
    z-index: 3;
    top: 42px;
    position: absolute;
    left: 0
}

.list_top .pagation_list a,
.list_top .pagation_list span {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    padding: 0 8px 0 25px
}

.list_top .pagation_list a::after,
.list_top .pagation_list span::after {
    content: ">";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}

.list_top .pagation_list span {
    text-decoration: underline
}

.list_top .pagation_list a:hover {
    color: #fff !important;
    text-decoration: underline
}

.list_top .pagation_list a:first-child {
    padding-left: 27px
}

.list_top .pagation_list a:first-child::after {
    content: "";
    width: 19px;
    height: 19px;
    display: block;
    background: url(../images/color/local.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 6px;
    left: 0
}

.list_top .pagation {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    padding: calc((267 / 19.2) * 1%) 0 calc((225 / 19.2) * 1%);
    z-index: 2
}

.list_top .pagation .title {
    font-family: Poppins;
    font-size: 60px;
    color: #ffffff;
    line-height: 1;
    text-transform: capitalize
}

.list_top .pagation .desc,
.list_top .pagation .desc p {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px
}

.list_top .pagation .desc {
    margin-top: 22px
}

.list_top .pagation .product_top_btns {
    display: none
}

.list_top .pagation .product_top_btns>div,
.list_top .pagation .product_top_btns a {
    padding: 11px 30px;
    font-family: Poppins;
    border: 1px solid #fafafa
}

.list_top .pagation .product_top_btns .down {
    color: #fefefe;
    background: var(--color-main);
    margin-right: 17px;
    line-height: 1
}

.list_top .pagation .product_top_btns .down::before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url(../images/products/down.png) no-repeat center;
    background-size: cover;
    margin-right: 9px
}

.list_top .pagation .product_top_btns .contactus {
    background: #fafafa;
    color: var(--color-main);
    line-height: 1
}

.jscb {
    justify-content: space-between
}

.question_contact {
    margin-top: calc((100 / 14) * 1%);
    padding-bottom: calc((72 / 19.2) * 1%)
}

.question_contact .main {
    --pd: 133px;
    --l-w: 520px;
    margin-top: 0
}

.question_contact .main .lll .title {
    font-weight: 500;
    font-size: 32px;
    color: #333333;
    line-height: 1.2
}

.question_contact .main .lll .title span,
.question_contact .main .lll .title strong {
    display: block;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    color: var(--color-main)
}

.question_contact .main .lll .desc {
    margin-top: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px
}

.com_form {
    width: 100%
}

.com_form ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.com_form ul li {
    position: relative
}

.com_form .names,
.com_form .email {
    width: calc((100% - 30px) / 2)
}

.com_form .phone,
.com_form .message {
    width: 100%
}

.com_form .phone,
.com_form .sub_par {
    margin-top: 17px
}

.com_form input:not([type="submit"]),
.com_form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #dadada
}

.com_form input:not([type="submit"])::placeholder,
.com_form textarea::placeholder {
    color: #666
}

.com_form input:not([type="submit"]) {
    padding: 17px
}

.com_form textarea {
    padding: 17px;
    height: 100%
}

.com_form input[type="submit"] {
    padding: calc(22px + 29px + 24px) 37px 22px 37px;
    position: relative;
    z-index: 999;
    background: transparent;
    color: #fff;
    text-align: center;
    width: unset !important;
    height: unset !important;
    margin: 0;
    height: 100% !important
}

.com_form .sub_par {
    display: flex
}

.com_form .sub_p {
    position: relative
}

.com_form .sub_p .sub_top {
    background: var(--color-main);
    position: absolute;
    padding: 37px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 0
}

.com_form .sub_p .sub_top::before {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    background: url(../images/color/sub_top.png) no-repeat center / cover
}

.com_form2 {
    margin-top: 34px
}

.com_form2 .whatsapp,
.com_form2 .company {
    width: calc((100% - 30px) / 2)
}

.com_form2 .whatsapp,
.com_form2 .company,
.com_form2 .message {
    margin-top: 17px
}

.com_form2 .names,
.com_form2 .email,
.com_form2 .whatsapp,
.com_form2 .company {
    position: relative
}

.com_form2 .names::before,
.com_form2 .email::before,
.com_form2 .whatsapp::before,
.com_form2 .company::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/color/wu.png) no-repeat center / cover;
    position: absolute;
    left: 8px;
    bottom: 27px
}

.com_form2 input[type="submit"] {
    padding: 15px 70px;
    background: var(--color-main);
    border-radius: 30px;
    margin-top: 35px
}

.com_form2 input:not([type="submit"]),
.com_form2 textarea {
    background: #ffffff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    border: 0;
    padding: 17px 17px 17px calc(17px + 8px)
}

.com_form2 textarea {
    resize: none;
    height: 116px
}

.com_tit_size {
    font-size: 50px;
    font-family: Avenir;
    font-weight: 400;
    color: #000000;
    line-height: 1.3em;
    max-height: 2.6em;
    overflow: hidden;
    margin-top: 10px
}

.com_related {
    padding: 0 var(--all-pd);
    margin-top: calc((116 / 19.2) * 1%);
    position: relative
}

.com_related .top_tit {
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    display: inline-flex;
    position: relative
}

.com_related .top_tit:hover {
    border-color: var(--color-main)
}

.com_related .top_tit::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: var(--color-main);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%)
}

.com_related .desc {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    margin-top: 23px
}

.com_related .swiper-button-prev,
.com_related .swiper-button-next {
    width: 47px;
    height: 105px;
    background-repeat: no-repeat;
    background-size: 25%;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
    z-index: 9;
    background-image: url(../images/color/home_r.png)
}

.com_related .swiper-button-prev:hover,
.com_related .swiper-button-next:hover {
    background-color: var(--color-main);
    background-image: url(../images/color/home_l.png)
}

.com_related .swiper-button-prev {
    left: 0;
    transform: rotate(180deg)
}

.com_related .swiper-button-prev:hover {
    transform: rotate(0)
}

.com_related .swiper-button-next {
    right: 0
}

.com_related .swiper-button-next:hover {
    transform: rotate(180deg)
}

.com_related .swiper-pagination {
    position: unset;
    margin-top: 50px
}

.com_related .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: #bfbfbf;
    border-radius: 50%;
    position: unset;
    margin: 0 10px
}

.com_related .swiper-pagination-bullet-active {
    background: var(--color-main)
}

.com_related2 {
    margin: 4.16% 0 0
}

.com_related2 .com_related {
    margin: 0
}

.com_swiper {
    margin-top: calc((77 / 14) * 1%)
}

.com_brands {
    position: relative;
    margin-top: calc((110 / 19.2) * 1%);
    padding: calc((175 / 19.2) * 1%) var(--all-pd) calc((224 / 19.2) * 1%);
    background: url(../images/other/icon20.png) no-repeat center / cover
}

.com_brands .info .title {
    font-family: Poppins;
    font-size: 40px;
    color: #ffffff;
    line-height: 1
}

.com_brands .info .desc {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin-top: 33px;
    max-width: 50%
}

.com_brands .info .showmsg {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding: 14px 29px;
    background: var(--color-main);
    border-radius: 30px;
    display: inline-flex;
    margin-top: 37px
}

.brands_nums {
    background: #ffffff;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.31);
    border-radius: 14px;
    padding: calc((42 / 14) * 1%) calc((150 / 14) * 1%) calc((35 / 14) * 1%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -85px;
    z-index: 99;
    position: relative
}

.brands_nums .top,
.brands_nums span,
.brands_nums .des {
    color: var(--color-main)
}

.brands_nums .top,
.brands_nums .top span {
    font-family: Barlow;
    font-weight: 400;
    font-size: 50px;
    line-height: 1
}

.brands_nums .des {
    margin-top: 16px
}

.page_video {
    --pd: 22px;
    --mt: 40px
}

.page_video .item {
    border-radius: 52px 0px 52px 0px;
    overflow: hidden;
    background: #f8f8f8
}

.page_video .img {
    padding-bottom: calc((234 / 3.47) * 1%)
}

.page_video .img .play {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.page_video .info {
    padding: 0 15px 28px
}

.page_video .info a {
    display: block
}

.page_video .info .title {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #2b2c30;
    margin-top: 30px
}

.page_video .info .desc {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #2b2c30;
    line-height: 23px;
    margin-top: 15px;
    display: -webkit-box;
}

.page_video .info .more {
    color: var(--color-main);
    margin-top: 17px;
    display: inline-flex;
    align-items: center;
}

.page_video .info .more::after {
    content: '';
    display: block;
    margin-left: 8px;
    width: 13px;
    height: 13px;
    background: url(../images/color/videor.png) no-repeat center / cover;
}

.com_news_list {
    padding: 5px
}

.com_news_list .item {
    position: relative;
    border: 1px solid #ebebeb
}

.com_news_list .item .info {
    padding: 17px 22px 15px;
    background: #fff
}

.com_news_list .item:hover .title {
    color: var(--color-main)
}

.com_news_list .item time {
    display: block;
    font-size: 18px;
    color: #999999
}

.com_news_list .item .img {
    padding-bottom: calc((339 / 6.52) * 1%);
    border: 1px solid transparent;
    padding-bottom: 75%
}

.com_news_list .item .title {
    font-family: Poppins;
    color: #333333;
    line-height: 1.3em;
    margin-top: 13px;
    display: block
}

.com_news_list .item .desc {
    color: #999999;
    line-height: 1.3em;
    margin-top: 15px;
    display: block
}

.com_pro_swiper {
    margin-top: calc((39 / 14) * 1%)
}

.com_pro_list .img {
    padding-bottom: calc((332 / 3.36) * 1%)
}

.com_pro_list .title {
    padding: 12px;
    background: var(--color-main);
    color: #fff;
    text-align: center;
}

.com_case_list .title {
    display: block;
}

.com_related_video .com_swiper {
    margin-top: calc((44 / 14) * 1%)
}

.com_related_news {
    margin-top: calc((77 / 19.2) * 1%)
}

.com_related_news .top_tit {
    padding: 0;
    border: 0;
    font-size: 40px
}

.com_related_news .top_tit::after {
    content: unset
}

.com_related_news .com_news_swiper {
    margin-top: 40px
}

.com_faq_list {
    align-items: flex-start;
    flex-wrap: wrap
}

.com_faq_list .com_faq_item {
    width: calc(50% - 10px);
    width: 100%
}

.com_faq_list .com_faq_item .item {
    margin-top: 12px
}

.com_faq_list .com_faq_item .item:first-child {
    margin-top: 0
}

.com_faq_list .com_faq_item .item.active .top {
    background: var(--color-main);
    border-color: var(--color-main)
}

.com_faq_list .com_faq_item .item.active .top .title {
    color: #ffffff
}

.com_faq_list .com_faq_item .item.active .top span {
    background: url(../images/color/faq_.png) no-repeat center
}

.com_faq_list .com_faq_item .item .top {
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 20px 0 20px 0
}

.com_faq_list .com_faq_item .item .top .title_s {
    flex: 1;
    padding-left: 10px;
    position: relative
}

.com_faq_list .com_faq_item .item .top .title {
    flex: 1;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    position: relative
}

.com_faq_list .com_faq_item .item .top span {
    width: 19px;
    height: 10px;
    display: block;
    background: url(../images/color/faq.png) no-repeat center;
    background-size: cover;
    margin: 0 15px
}

.com_faq_list .com_faq_item .item .faq-cont {
    display: none;
    padding: 20px 35px 28px
}

.com_faq_list .com_faq_item .item .faq-cont p {
    color: #666666
}

.com_faq_list .com_faq_item .item .faq-cont p:first-child {
    margin-top: 0
}

.list_num {
    display: flex;
    flex-wrap: wrap;
    --len: 1
}

.list_num .item {
    margin-left: var(--pd);
    margin-top: var(--mt);
    width: calc(100% / var(--len) - var(--pd) * (var(--len) - 1) / var(--len));
    display: flex;
    flex-direction: column
}

.list_num .title,
.list_num .desc {
    display: block;
    overflow: hidden;
    margin-top: 15px
}

.list_num2 {
    justify-content: space-between;
    --len: 2
}

.list_num2 .item:nth-child(-n + 2) {
    margin-top: 0
}

.list_num2 .item:nth-child(2n + 1) {
    margin-left: 0
}

.list_num3,
.list_num3_ {
    --len: 3
}

.list_num3 .item:nth-child(-n + 3),
.list_num3_ .item:nth-child(-n + 3) {
    margin-top: 0
}

.list_num3 .item:nth-child(3n + 1),
.list_num3_ .item:nth-child(3n + 1) {
    margin-left: 0
}

.list_num4,
.list_num4_ {
    --len: 4
}

.list_num4 .item:nth-child(-n + 4),
.list_num4_ .item:nth-child(-n + 4) {
    margin-top: 0
}

.list_num4 .item:nth-child(4n + 1),
.list_num4_ .item:nth-child(4n + 1) {
    margin-left: 0
}

.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(--color-main)
}

.content-wrap.form .ch_form_wrap .item_submit input {
    background: var(--color-main);
    border: 1px solid var(--color-main)
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: #fff;
    color: var(--color-main)
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    background: url(../images/color/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,
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>a:after,
#footer {
    background: var(--color-main) !important
}

#cont>ul>li>ul>li>a,
#cont>ul>li>ul>li.has-childs>ul>li>ul>li>a,
#cont>ul>li>ul>li>ul>li>a {
    color: var(--color-main) !important
}

#cont>ul>li>ul>li>ul>li>a:before,
#cont>ul>li>ul>li.has-childs>ul>li.has-childs>ul>li>a:before {
    border-top-color: var(--color-main) !important;
    border-right-color: var(--color-main) !important
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline
}

#cont h2 {
    background: var(--color-main) !important;
    display: flex;
    align-items: center;
    justify-content: center
}

#footer a:hover {
    text-decoration: underline
}

.common_header {
    --sanjiao-color-default: var(--color-main);
    --sanjiao-color-active: var(--color-main);
    user-select: none;
    background-color: transparent;
    z-index: 1000;
    padding: 20px 0
}

.common_header .com_header {
    padding: 0 var(--all-pd) 0
}

.common_header .logo {
    margin-right: 3.47%;
    height: 100%
}

.common_header .logo img {
    width: auto;
    max-height: 84px
}

.common_header.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0
}

.common_header .nav-container {
    display: flex;
    flex: 1
}

.common_header .nav-container a {
    display: block;
    text-transform: capitalize
}

.common_header .nav-container a:hover {
    text-decoration: none
}

.common_header .nav-container ul,
.common_header .nav-container li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.common_header .nav-container>ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 2
}

.common_header .nav-container>ul>li {
    --pd: 30px;
    --pd: 20px;
    --pd2: calc(var(--pd) * 2);
    padding: 0 var(--pd)
}

.common_header .nav-container>ul>li:hover::after,
.common_header .nav-container>ul>li.common_active::after {
    background: var(--color-main)
}

.common_header .nav-container>ul>li.common_active::after,
.common_header .nav-container>ul>li:hover::after {
    content: "";
    display: block;
    width: calc(100% - var(--pd2));
    position: absolute;
    bottom: -3px;
    left: var(--pd);
    height: 3px
}

.common_header .nav-container>ul>li:first-child {
    padding: 0 var(--pd) 0 0
}

.common_header .nav-container>ul>li:first-child::after {
    left: 0;
    width: calc(100% - var(--pd))
}

.common_header .nav-container>ul>li:hover>.nav_more {
    transform: rotate(180deg);
    border-top-color: var(--sanjiao-color-active)
}

.common_header .nav-container>ul>li:hover>ul {
    top: 100%
}

.common_header .nav-container>ul>li>a {
    font-size: 20px;
    text-transform: uppercase;
    font-family: Poppins;
    color: var(--color-main)
}

.common_header .nav-container>ul>li>ul {
    top: 200%;
    left: var(--pd)
}

.common_header .nav-container>ul>li>ul>li ul {
    margin-left: calc(100%)
}

.common_header .nav-container>ul>li>ul li a {
    padding: 0 10px;
    width: 100%
}

.common_header .nav-container>ul>li>ul li ul {
    top: 100%
}

.common_header .nav-container ul ul {
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transition: all .3s ease;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
    z-index: 999;
    border-top: 3px solid var(--color-shadow);
    padding: 15px 0
}

.common_header .nav-container ul ul li {
    margin-top: 15px
}

.common_header .nav-container ul ul li:first-child {
    margin-top: 0
}

.common_header .nav-container ul ul a {
    line-height: 1.3;
}

.common_header .nav-container li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between
}

.common_header .nav-container li:hover>a {
    color: var(--color-main)
}

.common_header .nav-container li:hover>ul {
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: -18px
}

.common_header .nav-container li:hover>ul>li .nav_more {
    transform: rotate(270deg)
}

.common_header .nav-container li:hover>ul>li:hover>.nav_more {
    border-top-color: var(--sanjiao-color-active)
}

.common_header .nav-container li .nav_more {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid var(--sanjiao-color-default);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: transform .2s ease;
    margin-left: 10px
}

.common_header .nav-container li>ul {
    min-width: 200px;
    position: absolute
}

.common_header .header-right {
    display: flex;
    z-index: 9999;
    align-items: center
}

.common_header .header-right .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    margin-right: 20px
}

.common_header .header-right .search-icon::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 15px;
    background: var(--color-main)
}

.common_header .header-right .search-icon svg {
    fill: var(--color-main);
    font-size: 20px
}

.common_header .header-right .search-icon .pc_search {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/color/s2.png) no-repeat center;
    background-size: contain
}

.common_header .header-right .search-icon .search {
    position: absolute;
    bottom: -52px;
    right: 0;
    transition: transform .3s ease;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9
}

.common_header .header-right .search-icon .search.s_show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.common_header .header-right .search-icon .search input {
    border: 0;
    outline: none;
    line-height: 3;
    padding: 0 45px 0 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 16px
}

.common_header .header-right .search-icon .search span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease
}

.common_header .header-right .search-icon .search span:hover {
    transform: rotate(180deg)
}

.common_header .header-right .search-icon .search span .mobile-ico-sub {
    position: absolute;
    right: 10px;
    top: 8px
}

.common_header .header-right .search-icon .search .mobile-ico-sub {
    position: absolute;
    right: 10px;
    top: 8px
}

.m_search {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: transform .3s ease;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px
}

.m_search.m_show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.m_search form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    top: 30%
}

.m_search input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    line-height: 40px;
    padding: 0 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px
}

.m_search span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease
}

.m_search span:hover {
    transform: rotate(180deg)
}

.mobile-ico-close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff url(../images/mobile_close.png) center center no-repeat;
    background-size: 50% auto;
    cursor: pointer;
    right: -35px
}

.mobile-ico-sub {
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff url(../images/color/pc_search.png) center center no-repeat;
    background-size: 50% auto;
    cursor: pointer;
    display: block
}

.m_search .mobile-ico-sub {
    position: absolute;
    right: 10px
}

.language_warp .language_img,
.language_warp .language--img {
    background: url(../images/yuzhongBG.jpeg) no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 6px
}

.language_warp .language-en {
    background-position: 0 -218px
}

.language_warp .language-af {
    background-position: 0 -1px
}

.language_warp .language-sq {
    background-position: 0 -940px
}

.language_warp .language-am {
    background-position: 0 -9px
}

.language_warp .language-be {
    background-position: 0 -48px
}

.language_warp .language-eu {
    background-position: 0 -252px
}

.language_warp .language-az {
    background-position: 0 -36px
}

.language_warp .language-hy {
    background-position: 0 -456px
}

.language_warp .language-ar {
    background-position: 0 -24px
}

.language_warp .language-am {
    background-position: 0 -12px
}

.language_warp .language-fy {
    background-position: 0 -300px
}

.language_warp .language-fr {
    background-position: 0 -288px
}

.language_warp .language-fi {
    background-position: 0 -276px
}

.language_warp .language-et {
    background-position: 0 -240px
}

.language_warp .language-eo {
    background-position: 0 -192px
}

.language_warp .language-en {
    background-position: 0 -216px
}

.language_warp .language-da {
    background-position: 0 -168px
}

.language_warp .language-cs {
    background-position: 0 -144px
}

.language_warp .language-hr {
    background-position: 0 -420px
}

.language_warp .language-co {
    background-position: 0 -132px
}

.language_warp .language-ceb {
    background-position: 0 -108px
}

.language_warp .language-ca {
    background-position: 0 -96px
}

.language_warp .language-bg {
    background-position: 0 -448px
}

.language_warp .language-bs {
    background-position: 0 -84px
}

.language_warp .language-bn {
    background-position: 0 -72px
}

.language_warp .language-be {
    background-position: 0 -48px
}

.language_warp .language-is {
    background-position: 0 -492px
}

.language_warp .language-sm {
    background-position: 0 -972px
}

.language_warp .language-ro {
    background-position: 0 -888px
}

.language_warp .language-pa {
    background-position: 0 -840px
}

.language_warp .language-pt {
    background-position: 0 -876px
}

.language_warp .language-pl {
    background-position: 0 -852px
}

.language_warp .language-fa {
    background-position: 0 -264px
}

.language_warp .language-ps {
    background-position: 0 -264px
}

.language_warp .language-or {
    background-position: 0 -827px
}

.language_warp .language-no {
    background-position: 0 -780px
}

.language_warp .language-ne {
    background-position: 0 -792px
}

.language_warp .language-my {
    background-position: 0 -768px
}

.language_warp .language-mn {
    background-position: 0 -720px
}

.language_warp .language-mr {
    background-position: 0 -732px
}

.language_warp .language-mi {
    background-position: 0 -684px
}

.language_warp .language-mt {
    background-position: 0 -756px
}

.language_warp .language-ml {
    background-position: 0 -708px
}

.language_warp .language-ms {
    background-position: 0 -744px
}

.language_warp .language-mg {
    background-position: 0 -672px
}

.language_warp .language-mk {
    background-position: 0 -696px
}

.language_warp .language-lb {
    background-position: 0 -624px
}

.language_warp .language-lt {
    background-position: 0 -648px
}

.language_warp .language-lv {
    background-position: 0 -660px
}

.language_warp .language-la {
    background-position: 0 -613px
}

.language_warp .language-lo {
    background-position: 0 -636px
}

.language_warp .language-ky {
    background-position: 0 -600px
}

.language_warp .language-ku {
    background-position: 0 -120px
}

.language_warp .language-ko {
    background-position: 0 -588px
}

.language_warp .language-rw {
    background-position: 0 -912px
}

.language_warp .language-km {
    background-position: 0 -564px
}

.language_warp .language-kk {
    background-position: 0 -552px
}

.language_warp .language-kn {
    background-position: 0 -576px
}

.language_warp .language-jv {
    background-position: 0 -528px
}

.language_warp .language-ja {
    background-position: 0 -516px
}

.language_warp .language-it {
    background-position: 0 -504px
}

.language_warp .language-ga {
    background-position: 0 -312px
}

.language_warp .language-id {
    background-position: 0 -467px
}

.language_warp .language-ig {
    background-position: 0 -480px
}

.language_warp .language-hu {
    background-position: 0 -443px
}

.language_warp .language-hmn {
    background-position: 0 -408px
}

.language_warp .language-hi {
    background-position: 0 -397px
}

.language_warp .language-he {
    background-position: 0 -384px
}

.language_warp .language-haw {
    background-position: 0 -300px
}

.language_warp .language-ha {
    background-position: 0 -1079px
}

.language_warp .language-ht {
    background-position: 0 -432px
}

.language_warp .language-gu {
    background-position: 0 -348px
}

.language_warp .language-el {
    background-position: 0 -204px
}

.language_warp .language-de {
    background-position: 0 -180px
}

.language_warp .language-ka {
    background-position: 0 -540px
}

.language_warp .language-gl {
    background-position: 0 -336px
}

.language_warp .language-ru {
    background-position: 0 -900px
}

.language_warp .language-gd {
    background-position: 0 -324px
}

.language_warp .language-sr {
    background-position: 0 -1006px
}

.language_warp .language-st {
    background-position: 0 -1017px
}

.language_warp .language-sn {
    background-position: 0 -984px
}

.language_warp .language-sd {
    background-position: 0 -984px
}

.language_warp .language-si {
    background-position: 0 -1271px
}

.language_warp .language-sk {
    background-position: 0 -1223px
}

.language_warp .language-sl {
    background-position: 0 -960px
}

.language_warp .language-so {
    background-position: 0 -994px
}

.language_warp .language-es {
    background-position: 0 -227px
}

.language_warp .language-su {
    background-position: 0 -1031px
}

.language_warp .language-sw {
    background-position: 0 -1055px
}

.language_warp .language-sv {
    background-position: 0 -1043px
}

.language_warp .language-tl {
    background-position: 0 -1115px
}

.language_warp .language-tg {
    background-position: 0 -1091px
}

.language_warp .language-ta {
    background-position: 0 -1067px
}

.language_warp .language-tt {
    background-position: 0 -1151px
}

.language_warp .language-te {
    background-position: 0 -1079px
}

.language_warp .language-th {
    background-position: 0 -1103px
}

.language_warp .language-tr {
    background-position: 0 -1138px
}

.language_warp .language-tk {
    background-position: 0 -1115px
}

.language_warp .language-uk {
    background-position: 0 -1175px
}

.language_warp .language-ur {
    background-position: 0 -1187px
}

.language_warp .language-ug {
    background-position: 0 -1163px
}

.language_warp .language-uz {
    background-position: 0 -1175px
}

.language_warp .language-vi {
    background-position: 0 -1211px
}

.language_warp .language-cy {
    background-position: 0 -156px
}

.language_warp .language-xh {
    background-position: 0 -1223px
}

.language_warp .language-yi {
    background-position: 0 -1235px
}

.language_warp .language-yo {
    background-position: 0 -1247px
}

.language_warp .language-zu {
    background-position: 0 -1259px
}

.language_warp .language-zh {
    background-position: 0 -1282px
}

.language_warp .language-zh-TW {
    background-position: 0 -1282px
}

.change-language:hover .change-language-cont {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1)
}

.change-language:hover .change-language-title .language-flag>a::after {
    transform: rotate(180deg)
}

.change-language .change-language-title .language-flag>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333
}

.change-language .change-language-title .language-flag>a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--color-main);
    transition: transform .3s;
    margin-left: 10px
}

.change-language .change-language-title .language-flag>a span {
    color: var(--color-main)
}

.change-language .change-language-cont {
    position: absolute;
    top: 43px;
    transform: scale(.7);
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    justify-content: space-between;
    max-height: 60vh;
    padding: 30px
}

.change-language .change-language-cont>li {
    width: calc(100% / 2 - 5px);
    line-height: 2;
    padding: 3px;
    margin: 0;
    border-bottom: 1px solid #dedede
}

.change-language .change-language-cont>li a span {
    font-size: 18px;
    text-transform: capitalize;
}

.change-language .change-language-cont>li a:hover span {
    color: var(--color-main)
}

.footer {
    background: var(--color-main);
    margin-top: 50px
}

.footer .footer_top {
    padding-top: calc((87 / 14) * 1%);
    padding-bottom: calc((45 / 14) * 1%);
    align-items: flex-start
}

.footer .footer_top .item>.logo {
    width: auto;
    height: 50px;
    padding: 0
}

.footer .footer_top .item .desc {
    margin-top: 26px;
    font-weight: 400;
    color: #e5e5e5;
    line-height: 25px
}

.footer .footer_top .item.quick_links,
.footer .footer_top .item.products,
.footer .footer_top .item.contactus {
    width: 30%
}

.footer .footer_top .item.active .tit {
    padding-bottom: 14px;
    margin-bottom: 10px
}

.footer .footer_top .item.active .tit::before {
    display: block
}

.footer .footer_top .item .tit {
    position: relative;
    text-transform: uppercase
}

.footer .footer_top .item .tit::before {
    content: "";
    display: none;
    width: 45px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.footer .footer_top .item .tit .tit_top {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.3
}

.footer .footer_top .item .tit span {
    transform: rotate(90deg);
    transition: all .3s ease
}

.footer .footer_top .item .call {
    margin-top: 20px
}

.footer .footer_top .item .call div,
.footer .footer_top .item .call a {
    color: #fff
}

.footer .footer_top .item .call>div::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 5px;
    flex-shrink: 0;
}

.footer .footer_top .item .call .email::before {
    background-image: url(../images/color/fcc1.png);
}

.footer .footer_top .item .call .fax::before {
    background-image: url(../images/color/fcc2.png);
}

.footer .footer_top .item .call .tel::before {
    background-image: url(../images/color/fcc3.png);
}

.footer .footer_top .item .call .address::before {
    background-image: url(../images/color/fcc4.png);
}

.footer .footer_top .item .call>div {
    margin-top: 15px;
    display: flex;
    line-height: 20px;
}

.footer .footer_top .item .call .tels {
    display: flex;
}

.footer .footer_top .item .call .tel span {
    display: block
}

.footer .footer_top .item .call .tel span:not(:first-child)::before {
    content: "/";
    margin: 0 5px;
    color: #fff
}

.footer .footer_top .item>ul {
    display: flex;
    flex-wrap: wrap
}

.footer .footer_top .item>ul li {
    width: calc(50% - 2px);
    position: relative;
    margin-top: 20px;
    line-height: 1
}

.footer .footer_top .item>ul li a {
    color: #fff;
    font-weight: 400
}

.footer .links {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.footer .links a {
    display: block;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    background: #3b3eb1;
    border-radius: 50%
}

.footer .links a:hover {
    background: var(--color-hover)
}

.footer .footer_bot {
    padding: 23px var(--all-pd) 21px;
    justify-content: space-between;
    border-top: 1px solid #5053b8
}

.footer .footer_bot .copyright,
.footer .footer_bot .copyright a {
    font-weight: 400;
    color: #fff;
    line-height: 26px
}

/* .footer .footer_top .item .call .tel span:not(:first-child) {
    margin-top: 15px;
} */

#aside_right {
    position: fixed;
    right: -90px;
    z-index: 999
}

#aside_right ul li {
    position: relative
}

#aside_right ul li:hover>a::before,
#aside_right ul li.go_active>a::before {
    transform: scale(2)
}

#aside_right ul li:hover .aside_common_show,
#aside_right ul li.go_active .aside_common_show {
    opacity: 1;
    visibility: visible
}

#aside_right ul li.go_active a {
    background: var(--color-hover)
}

#aside_right ul li:not(:first-child) {
    margin-top: 4px
}

#aside_right ul li>a {
    width: 62px;
    height: 62px;
    background: var(--color-main);
    position: relative;
    overflow: hidden
}

#aside_right ul li>a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-shadow);
    border-radius: 50%;
    transform: scale(0)
}

#aside_right ul li>a>img {
    max-width: 40%;
    object-fit: cover;
    position: absolute
}

#aside_right ul li .aside_common_show {
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background: var(--color-main);
    opacity: 0;
    visibility: hidden
}

#aside_right ul li .aside_common_show.aside_img_show {
    width: 150px;
    height: 150px
}

#aside_right ul li .aside_common_show.aside_img_show img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#aside_right ul li .aside_common_show.aside_txt_show {
    color: #fff
}

#aside_right ul li .aside_common_show.aside_txt_show a {
    color: #fff;
    white-space: nowrap
}

.phone_icon {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #25299c;
    align-items: center;
    z-index: 999
}

.phone_icon li {
    flex: 1;
    height: var(--footer-m-h)
}

.phone_icon li:nth-child(even) {
    background: #3b3eb1
}

.phone_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.phone_icon li a img {
    width: 32px;
    height: 32px;
    object-fit: contain
}

.tit55 {
    font-family: Poppins;
    font-size: 55px;
    color: #333333;
    line-height: 1
}

.com_aside {
    width: var(--com-aside-w);
    position: sticky
}

.com_aside .aside_item {
    border: 1px solid var(--color-main);
    border-radius: 0 28px 0 0;
    overflow: hidden;
    background: url(../images/color/aside1.png) no-repeat top / cover var(--color-main);
    margin-top: 38px
}

.com_aside .aside_item:first-child {
    margin-top: 0
}

.com_aside .aside_item .tit {
    font-weight: 500;
    font-size: 28px;
    color: #ffffff;
    padding: 46px 0;
    text-align: center;
    text-transform: capitalize
}

.com_aside .aside_item .link a {
    font-size: 18px
}

.com_aside .aside_item .link.active span {
    transform: rotate(90deg)
}

.com_aside .aside_item .link span {
    width: 6px;
    height: 10px;
    display: block;
    background: url(../images/color/icon2.png) no-repeat center;
    background-size: contain;
    transition: all .3s ease;
    cursor: pointer;
    display: none
}

.com_aside .aside_item li.active>.link a::before {
    content: "-"
}

.com_aside .aside_item .default_ul>li>.link {
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 16px 20px 23px
}

.com_aside .aside_item .default_ul>li>.link a {
    font-weight: 400;
    line-height: 2.2;
    color: #fff
}

.com_aside .aside_item .default_ul>li>.link a:hover {
    color: #fff !important
}

.com_aside .aside_item .default_ul>li ul {
    display: none;
    background: #cccccc
}

.com_aside .aside_item .default_ul>li ul ul {
    padding-left: 25px
}

.com_aside .aside_item .default_ul>li ul li {
    line-height: 1.8;
    border-bottom: 1px solid #fff;
    padding: 14px 16px 14px 23px
}

.com_aside .aside_item .default_ul li.active>a {
    color: var(--color-main);
}

.com_aside .aside_item .default_ul>li ul a {
    color: #fff
}

.com_aside .aside_item .default_ul>li ul a:hover {
    color: var(--color-main)
}

.com_aside .aside_item .default_ul_case {
    background: #f4f4f4
}

.com_aside .aside_item .default_ul_case li {
    padding: 15px;
    border-bottom: 1px solid #fff
}

.com_aside .aside_item .default_ul_case li a {
    color: #333333;
    font-size: 16px
}

.com_aside .news_main {
    padding: 5px
}

.com_aside .news_main .item {
    margin-top: 19px
}

.com_aside .news_main .item:first-child {
    margin-top: 0
}

.com_aside .news_main .img {
    padding-bottom: calc((110 / 2.38) * 1%)
}

.com_aside .news_main .title {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    margin-top: 16px;
    display: block
}

.com_aside .news_main time {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    opacity: .5
}

.fix_slide_foot li a img {
    height: 25px !important;
    width: auto !important
}

.fix_slide_foot li a[title="whatsapp"] img,
.fix_slide_foot li a[title="backtop"] img {
    height: 22px !important
}

.sitemap-content {
    padding: 0 !important;
}

@media screen and (max-width:1890px) {
    .common_header .nav-container>ul {
        zoom: 0.9;
    }
}

@media screen and (max-width:1660px) {
    body {
        --all-pd: 5%
    }

    .pages {
        margin-top: 3%
    }

    .list_top .pagation .title {
        font-size: 34px
    }
}

@media screen and (max-width:1366px) {
    body {
        --all-pd: 2%
    }

    .footer .footer_top .item .call .tels {
        flex-direction: column;
    }

    .footer .footer_top .item .call .tel span:not(:first-child)::before {
        content: unset;
    }

    .common_header .logo img {
        max-height: 60px;
    }

    .ser_cer .item .rrr {
        padding: 30px
    }

    .ser_cer .item .rrr .tit2 {
        font-size: 20px
    }

    .footer .footer_top .item:first-child {
        width: 22%;
        max-width: unset
    }

    .common_header .nav-container>ul {
        zoom: .8
    }

    .common_header .nav-container>ul>li {
        --pd: 15px
    }

    .list_top .pagation .title {
        font-size: 24px
    }

    .list_top .pagation .pagation_list a {
        font-size: 16px
    }

    .list_num3,
    .list_num4 {
        --len: 2
    }

    .list_num3 .item,
    .list_num4 .item {
        margin-left: var(--pd) !important;
        margin-top: var(--mt) !important
    }

    .list_num3 .item:nth-child(2n + 1),
    .list_num4 .item:nth-child(2n + 1) {
        margin-left: 0 !important
    }

    .list_num3 .item:nth-child(-n + 2),
    .list_num4 .item:nth-child(-n + 2) {
        margin-top: 0 !important
    }
}

@media screen and (max-width:1100px) {
    .common_header .nav-container>ul {
        zoom: 0.7;
    }
}

@media screen and (max-width:1024px) {
    #aside_right {
        display: none
    }

    body {
        padding-bottom: 0 !important
    }
}

@media screen and (max-width:1000px) {
    .com_aside {
        display: none
    }

    .com_list_right {
        width: 100%
    }
}

@media screen and (max-width:950px) {
    body {
        --all-pd: 15px;
        --footer-m-h: 55px;
        --header-m-h: 60px;
        padding-bottom: var(--footer-m-h)
    }

    .list_top .pagation .desc {
        word-break: break-word;
    }

    .com_news_swiper .desc {
        display: none !important;
    }

    .ser_cer .item {
        margin-top: 30px
    }

    .ser_cer .item .lll {
        order: 1 !important;
        height: 0;
        padding-bottom: 100%
    }

    .ser_cer .item .rrr {
        order: 2 !important
    }

    .ser_cer .item:nth-child(even) .rrr {
        padding: 30px;
        margin-top: 0
    }

    .c_faq {
        margin-top: 50px
    }

    .com_brands .info .desc {
        max-width: 100%
    }

    .brands_nums {
        margin: 30px 0 0;
        flex-direction: column
    }

    .brands_nums .item {
        margin-top: 30px
    }

    .com_related_news .top_tit {
        font-size: 28px
    }

    .com_related_news .com_news_swiper {
        margin-top: 20px
    }

    .com_form .names,
    .com_form .email {
        width: 100%
    }

    .com_form .email {
        margin-top: 17px
    }

    .com_list_warp {
        margin-top: 50px
    }

    .question_contact .main .lll .title,
    .question_contact .main .lll .title span {
        font-size: 26px
    }

    .question_contact .main .lll .desc {
        margin-top: 20px
    }

    .tit55,
    .com_box40>.title {
        font-size: 30px
    }

    .com_related {
        margin-top: 32px
    }

    .com_news_list .item {
        border: 0
    }

    .com_news_list .item .img {
        padding-bottom: calc((279 / 4.14) * 1%)
    }

    .com_news_list .item .info {
        padding: 0
    }

    .com_news_list .item .info time {
        margin-top: 17px
    }

    .mobile-ico-close {
        top: 0px;
        left: 3000%;
        right: unset
    }

    .h5_show .mobile-ico-close {
        left: 65%
    }

    .h5show .mobile-ico-close {
        left: unset;
        right: 0;
        bottom: -30px
    }

    .m_search .mobile-ico-close {
        top: unset
    }

    .wow {
        animation: none !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .sitemap-content {
        padding: 30px 0 30px !important
    }

    #cont>ul>li>ul>li ul {
        display: flex !important;
        flex-direction: column;
    }

    .com_tit_size {
        font-size: 28px
    }

    .flex_main .lll,
    .flex_main.flex_main2 .lll,
    .flex_main.flex_main3 .lll,
    .flex_main.flex_main4 .lll,
    .flex_main .rrr,
    .flex_main.flex_main2 .rrr,
    .flex_main.flex_main3 .rrr,
    .flex_main.flex_main4 .rrr {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .flex_main .rrr,
    .flex_main.flex_main2 .rrr,
    .flex_main.flex_main3 .rrr,
    .flex_main.flex_main4 .rrr {
        margin-top: 30px
    }

    .template_table {
        table-layout: unset;
        margin-top: 20px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border: 0
    }

    .list_num2,
    .list_num3,
    .list_num3_,
    .list_num4 {
        --len: 1
    }

    .list_num2 .item,
    .list_num3 .item,
    .list_num3_ .item,
    .list_num4 .item {
        width: 100% !important;
        margin: 0 !important;
        margin-top: var(--mt) !important
    }

    .list_num2 .item:nth-child(-n + 2),
    .list_num3 .item:nth-child(-n + 2),
    .list_num3_ .item:nth-child(-n + 2),
    .list_num4 .item:nth-child(-n + 2),
    .list_num2 .item:nth-child(-n + 3),
    .list_num3 .item:nth-child(-n + 3),
    .list_num3_ .item:nth-child(-n + 3),
    .list_num4 .item:nth-child(-n + 3) {
        margin: 0 !important;
        margin-top: var(--mt) !important
    }

    .list_num2 .item:first-child,
    .list_num3 .item:first-child,
    .list_num3_ .item:first-child,
    .list_num4 .item:first-child {
        margin-top: 0 !important
    }

    .a_link_button .more {
        width: 30px;
        height: 30px
    }

    .a_link_button span {
        font-size: 16px
    }

    .com_faq_list .com_faq_item .item .top .title {
        -webkit-line-clamp: unset
    }

    .pcshow {
        display: none
    }

    .h5show {
        display: block
    }

    .com_faq_list .com_faq_item {
        width: 100%;
        margin-top: 12px
    }

    .list_top {
        padding-top: 30px
    }

    .list_top .pagation_list {
        position: relative;
        top: 0
    }

    .list_top .pagation_list a {
        padding: 0 5px 0 30px
    }

    .list_top .pagation {
        padding: 30px var(--all-pd) 50px
    }

    .common_header.header_fixed .com_header {
        padding: 0
    }

    .common_header {
        display: flex;
        align-items: center;
        height: auto;
        justify-content: space-between;
        background: #fff;
        padding: 0 20px !important
    }

    .common_header .com_header {
        padding: 0;
        border: none
    }

    .common_header>.layout_ {
        width: 100%
    }

    .common_header.transparent {
        background: transparent;
        box-shadow: unset
    }

    .common_header .logo {
        padding: 0;
        display: block !important
    }

    .common_header .logo img {
        max-width: 58px;
        max-height: 36px
    }

    .common_header #head_nav,
    .common_header #headerRight {
        opacity: 0;
        visibility: hidden
    }

    .common_header .nav_h5 {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
        overflow: hidden
    }

    .common_header .nav_h5.h5_show {
        z-index: 999
    }

    .common_header .nav_h5.h5_show>ul {
        transform: translateX(0)
    }

    .common_header .nav_h5.h5_show#head_nav,
    .common_header .nav_h5.h5_show#headerRight {
        opacity: 1;
        visibility: visible
    }

    .common_header .nav_h5 li {
        position: relative
    }

    .common_header .nav_h5 li .nav_more {
        position: absolute;
        right: 0;
        top: 18px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .common_header .nav_h5 li .nav_more::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 5px solid #ccc;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        margin-left: 8px;
        transition: transform .2s ease;
        transform: rotate(270deg)
    }

    .common_header .nav_h5 li .nav_more.rotate::after {
        transform: rotate(360deg)
    }

    .common_header .nav_h5 li ul {
        display: none
    }

    .common_header .nav_h5>ul {
        width: 65%;
        height: 100vh;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 15px 10px;
        transform: translateX(-100%);
        transition: transform .3s ease
    }

    .common_header .nav_h5>ul>li {
        line-height: 40px;
        border-bottom: 1px solid #eee
    }

    .common_header .nav_h5>ul>li.common_active>a {
        color: var(--color-main)
    }

    .common_header .nav_h5>ul>li>a {
        font-size: 18px
    }

    .common_header .nav_h5>ul>li>ul,
    .common_header .nav_h5>ul>li ul ul {
        padding-left: 20px
    }

    .common_header .nav_h5>ul>li ul .nav_more {
        top: 13px
    }

    .common_header .nav_h5>ul>li>ul>li {
        position: relative;
        line-height: 30px
    }

    .common_header .nav_h5>ul>li>ul>li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: -9px;
        top: 13px
    }

    .common_header .nav_h5 a {
        text-transform: capitalize
    }

    .common_header .header-right {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    .common_header .header-right.h5_show {
        z-index: 999
    }

    .common_header .header-right.h5_show#head_nav,
    .common_header .header-right.h5_show#headerRight {
        opacity: 1;
        visibility: visible
    }

    .common_header .header-right.h5_show .change-language {
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }

    .common_header .header-right .change-language {
        position: absolute;
        width: 65%;
        left: 0;
        top: 0;
        height: 100vh;
        padding: 0;
        background: #fff;
        transform: translateX(-100%);
        transition: all .3s ease
    }

    .common_header .header-right .change-language .change-language-title {
        display: none
    }

    .common_header .header-right .change-language .change-language-cont {
        position: unset;
        transform: scale(1);
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        padding: 15px
    }

    .common_header .header-right .change-language .change-language-cont li {
        width: 100%;
        line-height: 2
    }

    .common_header .header-right .search-icon {
        display: none
    }

    .common_header .nav_m_right {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 17px 0
    }

    .common_header .nav_m_right .language_m,
    .common_header .nav_m_right .search_m,
    .common_header .nav_m_right .nav_type_m {
        width: 26px;
        height: 26px;
        background-position: center;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative
    }

    .common_header .nav_m_right .language_m {
        background-image: url(../images/color/language22.png);
        margin: 0 25px
    }

    .common_header .nav_m_right .search_m {
        background-image: url(../images/color/search22.png)
    }

    .common_header .nav_m_right .nav_type_m {
        background-image: url(../images/color/nav_m22.png)
    }

    .footer .footer_top {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 34px
    }

    .footer .footer_top .item {
        width: 100% !important;
        border-radius: 5px;
        max-width: 100% !important;
        margin-top: 36px
    }

    .footer .footer_top .item.active .tit::before {
        width: 100%
    }

    .footer .footer_top .item.active .tit span {
        transform: rotate(0deg)
    }

    .footer .footer_top .item .tit a {
        font-size: 20px
    }

    .footer .footer_top .item .tit span {
        display: none;
        width: 14px;
        height: 8px;
        background: url(../images/color/icon5.png) no-repeat center;
        background-size: cover
    }

    .footer .footer_top .item>.logo {
        height: 40px
    }

    .footer .footer_top .item .desc {
        margin-top: 24px
    }

    .footer .footer_top .item>ul li {
        padding-left: 0;
        width: 100%
    }

    .footer .footer_top .item>ul li::before {
        content: unset
    }

    .footer .footer_top .links {
        width: 100%;
        padding-top: 66px;
        position: relative;
        padding-bottom: 34px;
        border-bottom: 1px solid #fff
    }

    .footer .footer_top .links span {
        display: block;
        position: absolute;
        top: 28px;
        left: 0;
        font-weight: bold;
        color: #fefefe;
        line-height: 24px
    }

    .footer .footer_top .links a {
        margin: 0 0 0 25px !important
    }

    .footer .footer_top .links a:first-child {
        margin-left: 0 !important
    }

    .footer .links {
        margin-top: 17px
    }

    .footer .links a {
        width: 27px;
        height: 27px
    }

    .footer .footer_bot {
        background: transparent;
        color: #fff;
        flex-direction: column;
        text-align: center;
        line-height: 1.6;
        padding: 23px var(--all-pd) 75px
    }

    .footer .footer_bot a,
    .footer .footer_bot div {
        color: #fff
    }

    .phone_icon {
        display: flex
    }
}