@font-face {
    font-family: Avenir;
    src: url("../fonts/AVENIR-BLACK.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;
    line-height: 1.3
}

html,
body {
    touch-action: manipulation;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: auto !important
}

body {
    --color-main: #29588c;
    --color-o: rgba(41, 88, 140, 0.5);
    --color-shadow: #000;
    --all-pd: 8.33%;
    --com-aside-w: 350px;
    --conmmonSideColor-color: var(--color-main)
}

a {
    cursor: pointer
}

.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,
.pro_list_dz {
    transition: all .3s ease
}

a:hover {
    color: var(--color-main)
}

.fll {
    float: left
}

.frr {
    float: right
}

img {
    object-fit: contain;
    transition: all .3s ease;
    max-width: 100%;
    max-height: 100%;
    height: auto
}

input[type="submit"] {
    width: unset;
    height: unset;
    margin: unset
}

._layout {
    width: 100%;
    margin: 0 auto
}

.layout_ {
    padding-left: var(--all-pd);
    padding-right: var(--all-pd)
}

.hidden {
    overflow: hidden
}

.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
}

.clearboth::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.block {
    display: block
}

.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
}

.a_link_button .more {
    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
}

.a_link_more {
    display: inline-flex !important;
    align-items: center;
    padding: 19px 30px 17px 25px;
    background: #fff;
    border: 1px solid var(--color-main)
}

.a_link_more:hover {
    background: var(--color-main)
}

.a_link_more:hover span {
    color: #fff
}

.a_link_more.active {
    background: var(--color-main)
}

.a_link_more.active span {
    color: #fff
}

.a_link_more span {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1.3
}

.a_link_more .more {
    display: block;
    width: 19px;
    height: 9px;
    background: url(../images/color/you1.png) no-repeat center / cover;
    margin-left: 22px
}

.a_link_more2 .more {
    background: url(../images/color/r1.png) no-repeat center / cover
}

.a_link_more2:hover .more {
    background: url(../images/color/you1.png) no-repeat center / cover
}

.view_btn {
    padding: 16px 26px 14px;
    background: var(--color-main);
    font-weight: 400;
    color: #ffffff !important;
    line-height: 1;
    display: inline-block
}

.sidebarFixed {
    position: sticky;
    transition: all .2s
}

#sidebarFixed_parent {
    position: relative
}

.hover,
.hover_underline {
    transition: all .3s ease
}

.hover:hover,
.hover_underline:hover {
    color: var(--color-main) !important
}

.hover_underline:hover {
    text-decoration: underline
}

.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
}

::-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_wp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.jcsb {
    justify-content: space-between
}

.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 {
    width: 100%
}

.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
}

.swiper-container-horizontal {
    overflow: hidden
}

.com_tit {
    font-weight: 400;
    font-size: 20px;
    color: var(--color-main);
    line-height: 1;
    display: inline-flex;
    align-items: center
}

.com_tit::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: var(--color-main);
    margin-right: 16px
}

.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
}

.active_hover {
    color: var(--color-main)
}

.active_hover:hover {
    text-decoration: underline
}

.com_related {
    padding: 4.16% var(--all-pd) 0;
    background: #fff;
    position: relative
}

.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_swiper_default.png)
}

.com_related .swiper-button-prev:hover,
.com_related .swiper-button-next:hover {
    background-color: var(--color-main);
    background-image: url(../images/color/home_swiper_hover.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_bg {
    background: #f7f7f7;
    margin-top: 5.2%;
    padding-bottom: 4.16%
}

.com_related_cer .com_related_cer_desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px
}

.com_related_cer .com_cer_swiper {
    margin-top: 64px;
    position: relative;
    padding-left: 38px;
    padding-right: 38px
}

.com_related_cer .com_cer_swiper .swiper-slide {
    transform: scale(.8)
}

.com_related_cer .com_cer_swiper .swiper-slide-next {
    transform: scale(1)
}

.com_related_cer .com_cer_swiper .img {
    padding-bottom: 140%
}

.swiper-horizontal {
    overflow: hidden
}

.list_video .item {
    width: calc(50% - 11px);
    margin-top: 50px;
    display: flex;
    flex-direction: column
}

.list_video .item:nth-child(-n + 2) {
    margin-top: 0
}

.list_video .item .img {
    width: 100%;
    padding-bottom: 55.88%
}

.list_video .item .img:hover .mark {
    opacity: 1;
    visibility: visible
}

.list_video .item .img .mark {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden
}

.list_video .item .title {
    display: block;
    font-family: Avenir;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 28px
}

.com_video_swiper {
    margin-top: 30px
}

.com_pro_list {
    --len: 3;
    --pd: 25px;
    --mt: 40px;
    margin-top: 30px
}

.com_pro_list .item {
    width: calc(100% / var(--len) - var(--pd) * (var(--len) - 1) / var(--len));
    margin-left: var(--pd);
    margin-top: var(--mt)
}

.com_pro_list .item:nth-child(3n + 1) {
    margin-left: 0
}

.com_pro_list .item:nth-child(-n + 3) {
    margin-top: 0
}

.com_pro_list .item .img {
    padding-bottom: 100%
}

.com_pro_list .item .img:hover .mark {
    opacity: 1;
    visibility: visible
}

.com_pro_list .item .img .mark {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-o)
}

.com_pro_list .item .img .mark .a_link_more {
    border: 0
}

.com_pro_list .item .img .mark .a_link_more:hover .more {
    background: url(../images/color/you1.png) no-repeat center / cover
}

.com_pro_list .item .img .mark .a_link_more .more {
    background: url(../images/color/r1.png) no-repeat center / cover
}

.com_pro_list .item>a {
    display: block
}

.com_pro_list .item .title {
    margin-top: 20px;
    font-family: Avenir;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden
}

.com_pro_list .item .title:hover {
    color: var(--color-main)
}

.com_pro_list .item .desc {
    font-family: Avenir;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.3em;
    max-height: 3.9em;
    display: none;
    overflow: hidden
}

.com_pro_list2 {
    margin-top: 30px
}

.com_pro_list2 .item .img {
    padding-bottom: 100%
}

.com_pro_list2 .item .img:hover .mark {
    opacity: 1;
    visibility: visible
}

.com_pro_list2 .item .img .mark {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-o)
}

.com_pro_list2 .item .img .mark .a_link_more {
    border: 0
}

.com_pro_list2 .item>a {
    display: block
}

.com_pro_list2 .item .title {
    margin-top: 20px;
    font-family: Avenir;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    text-transform: capitalize;
}

.com_pro_list2 .item .title:hover {
    color: var(--color-main)
}

.com_pro_list2 .item .desc {
    font-family: Avenir;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.3em;
    max-height: 3.9em;
    overflow: hidden
}

.com_news_list,
.com_news_list3 {
    --len: 3;
    --pd: 25px;
    --mt: 40px;
    margin-top: 30px
}

.com_news_list .item,
.com_news_list3 .item {
    width: calc(100% / var(--len) - var(--pd) * (var(--len) - 1) / var(--len));
    margin-left: var(--pd);
    margin-top: var(--mt);
    position: relative
}

.com_news_list .item:nth-child(3n + 1),
.com_news_list3 .item:nth-child(3n + 1) {
    margin-left: 0
}

.com_news_list .item:nth-child(-n + 3),
.com_news_list3 .item:nth-child(-n + 3) {
    margin-top: 0
}

.com_news_list .item:hover .img,
.com_news_list3 .item:hover .img {
    border-color: var(--color-main)
}

.com_news_list .item:hover .title,
.com_news_list3 .item:hover .title {
    color: var(--color-main)
}

.com_news_list .item time,
.com_news_list3 .item time {
    position: absolute;
    top: 20px;
    left: -12px;
    z-index: 2;
    display: block;
    padding: 17px 40px 10px 37px;
    background: var(--color-main);
    font-weight: 400;
    font-size: 18px;
    color: #fff
}

.com_news_list .item .img,
.com_news_list3 .item .img {
    padding-bottom: 100%;
    border: 1px solid transparent
}

.com_news_list .item .title,
.com_news_list3 .item .title {
    margin-top: 20px;
    font-family: Avenir;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 1.3em;
}

.com_news_list .item .desc,
.com_news_list3 .item .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.625em;
    margin-top: 15px;

    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.com_news_list2 {
    margin-top: 30px
}

.com_news_list2 .item {
    position: relative
}

.com_news_list2 .item:hover .img {
    border-color: var(--color-main)
}

.com_news_list2 .item:hover .title {
    color: var(--color-main)
}

.com_news_list2 .item time {
    position: absolute;
    top: 20px;
    left: -12px;
    z-index: 2;
    display: block;
    padding: 17px 40px 10px 37px;
    background: var(--color-main);
    font-weight: 400;
    font-size: 18px;
    color: #fff
}

.com_news_list2 .item .img {
    padding-bottom: 100%;
    border: 1px solid transparent
}

.com_news_list2 .item .title {
    margin-top: 20px;
    font-family: Avenir;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 1.3em;
    height: 3.9em
}

.com_news_list2 .item .desc {
    font-family: Avenir;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.3em;
    height: 3.9em
}

.com_photo_list .item .img {
    padding-bottom: 62%
}

.com_photo_list .item .title {
    display: block;
    height: unset
}

.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
}

.pcshow {
    display: block !important
}

.pcshow_flex {
    display: flex !important
}

.pcshow_inline_flex {
    display: inline-flex !important
}

.pcshow_webkit {
    display: -webkit-box
}

.h5show {
    display: none !important
}

.h5show_flex {
    display: none !important
}

.h5show_inline_flex {
    display: none !important
}

.w100 {
    width: 100%
}

.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
}

.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);
    z-index: 1
}

.list_top .pagation {
    position: relative;
    padding: 14% 5.2% 5.2%;
    z-index: 2
}

.list_top .pagation .title {
    font-family: Avenir;
    font-weight: bold;
    font-size: 44px;
    color: #ffffff;
    line-height: 1;
    text-transform: capitalize
}

.list_top .pagation .pagation_list {
    margin-top: 2.5%;
    color: #fafafa
}

.list_top .pagation .pagation_list a,
.list_top .pagation .pagation_list span {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    padding: 0 18px 0 40px
}

.list_top .pagation .pagation_list a::before,
.list_top .pagation .pagation_list span::before {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background: url(../images/color/you1.png) no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 5px
}

.list_top .pagation .pagation_list span {
    color: var(--color-main);
    text-decoration: underline
}

.list_top .pagation .pagation_list a:hover {
    color: var(--color-main)
}

.list_top .pagation .pagation_list a:first-child {
    padding-left: 37px
}

.list_top .pagation .pagation_list a:first-child::before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background: url(../images/color/local.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: -4px;
    left: 0
}

.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: "Bold";
    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
}

.com_list_warp {
    margin-top: 5.2%
}

.com_tips {
    margin-top: 3% !important
}

.com_tips .tit {
    font-family: Avenir;
    font-weight: 400;
    font-size: 40px;
    color: #333333;
    margin-bottom: 10px
}

.com_tips p {
    margin-top: 30px;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #666666
}

.com_tips p:first-child {
    margin-top: 0
}

.com_bodys {
    line-height: 30px;
    margin-top: 70px
}

.com_bodys .tit {
    font-family: Avenir;
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 30px
}

.com_bodys .des {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 15px
}

.com_bodys a {
    color: var(--color-main) !important;
    text-decoration: unset !important;
    font-weight: bold !important
}

.com_bodys a:hover {
    text-decoration: underline !important
}

.com_bodys img {
    max-width: 100% !important;
    object-fit: contain
}

.com_bodys p {
    margin-top: 30px;
    line-height: 30px;
    color: #666666
}

.com_bodys p:first-child {
    margin-top: 0
}

.com_bodys .videos_two lite-youtube {
    width: calc(50% - 8px);
    margin-top: 40px
}

.com_serve {
    margin-top: 6.25%;
    position: relative;
    --cell-h: 80px
}

.com_serve .img {
    width: 1270px;
    padding: 0;
    height: 785px
}

.com_serve .img img {
    display: none
}

.com_serve .img img.show_img {
    display: block
}

.com_serve .com_serve_swiper_par {
    padding: 80px 80px 94px 60px;
    background: var(--color-main);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: var(--all-pd);
    width: 960px
}

.com_serve .com_serve_swiper_par .swiper-slide {
    max-height: 500px;
    overflow-y: auto
}

.com_serve .com_serve_swiper_par .desc {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    line-height: 1.875em;
    max-height: 11.25em;
    overflow-y: auto;
    margin-top: 40px
}

.com_serve .com_serve_swiper_par .cell_btn {
    position: absolute;
    bottom: calc(var(--cell-h) / 2 * -1)
}

.com_serve .com_serve_swiper_par .swiper-button-prev,
.com_serve .com_serve_swiper_par .swiper-button-next {
    position: unset;
    width: 115px;
    height: var(--cell-h);
    background: url(../images/color/home_sw_default.png) no-repeat center / 42px 24px #fff
}

.com_serve .com_serve_swiper_par .swiper-button-prev:hover,
.com_serve .com_serve_swiper_par .swiper-button-next:hover {
    background: url(../images/color/home_sw_hover.png) no-repeat center / 42px 24px #000
}

.com_serve .com_serve_swiper_par .swiper-button-prev {
    left: 0;
    margin-right: 20px
}

.com_serve .com_serve_swiper_par .swiper-button-prev:hover {
    transform: rotate(180deg)
}

.com_serve .com_serve_swiper_par .swiper-button-next {
    right: 0;
    transform: rotate(180deg)
}

.com_serve .com_serve_swiper_par .swiper-button-next:hover {
    transform: rotate(0)
}

.com_contact_us {
    flex-wrap: wrap;
    margin-top: 5.2%;
    padding-top: 12.4%;
    padding-bottom: 12.4%;
    background: url(../images/static/sub_bg.png) no-repeat center;
    background-size: cover;
    align-items: unset
}

.com_contact_us .info {
    width: 40.5%
}

.com_contact_us .info>.title {
    color: #ffffff;
    text-transform: uppercase
}

.com_contact_us .info>.desc {
    color: #e5e5e5;
    margin-top: 54px;
    line-height: 25px
}

.com_contact_us .info .sub_contact {
    margin-top: 40px
}

.links_share {
    margin-top: 68px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.links_share a {
    display: block;
    height: 30px
}

.links_share a:not(:first-child) {
    margin-left: 30px
}

.links_share a img {
    max-width: 100%;
    height: auto;
    object-fit: contain
}

.links_share a img:hover {
    transform: rotateY(360deg)
}

.our_say {
    margin-top: 6.25%
}

.our_say .list {
    --len: 3;
    --pd: 54px;
    --mt: 30px;
    margin-top: 45px
}

.our_say .list .item {
    width: calc(100% / var(--len) - var(--pd) * (var(--len) - 1) / var(--len));
    margin-left: var(--pd);
    margin-top: var(--mt);
    padding: 44px 53px 50px
}

.our_say .list .item:nth-child(3n + 1) {
    margin-left: 0
}

.our_say .list .item:nth-child(-n + 3) {
    margin-top: 0
}

.our_say .list .item:hover {
    background: var(--color-main)
}

.our_say .list .item:hover .i_top .info .tit,
.our_say .list .item:hover .i_top .info .des {
    color: #fff
}

.our_say .list .item:hover .desc {
    color: #fff
}

.our_say .list .item .i_top {
    display: flex;
    align-items: center
}

.our_say .list .item .i_top .img {
    width: 127px;
    height: 127px;
    padding: 0;
    margin-right: 32px;
    border-radius: 50%;
    flex-shrink: 0
}

.our_say .list .item .i_top .info .tit {
    font-family: Avenir;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 28px
}

.our_say .list .item .i_top .info .des {
    font-family: Avenir;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px
}

.our_say .list .item .desc {
    font-family: Avenir;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px
}

.com_contact_us_common form {
    width: 45.6%
}

.com_contact_us_common form ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.com_contact_us_common form ul li {
    position: relative
}

.com_contact_us_common form ul li::before {
    content: "*";
    color: #e10000;
    position: absolute;
    left: 20px;
    top: 24px;
    display: block
}

.com_contact_us_common form ul li.message::before {
    top: 27px
}

.com_contact_us_common form .names,
.com_contact_us_common form .phone {
    width: calc((100% - 30px) / 2)
}

.com_contact_us_common form .email,
.com_contact_us_common form .message {
    width: 100%
}

.com_contact_us_common form .email,
.com_contact_us_common form .message {
    margin-top: 27px
}

.com_contact_us_common form input:not([type="submit"]),
.com_contact_us_common form textarea {
    width: 100%;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.com_contact_us_common form input:not([type="submit"])::placeholder,
.com_contact_us_common form textarea::placeholder {
    color: #fff
}

.com_contact_us_common form input:not([type="submit"]) {
    line-height: 60px;
    padding: 0 30px
}

.com_contact_us_common form textarea {
    padding: 25px 30px;
    height: 243px
}

.com_contact_us_common form input[type="submit"] {
    padding: 11px 44px;
    background: var(--color-main);
    color: #fff;
    text-align: center;
    width: unset !important;
    height: unset !important;
    margin: 0;
    margin-top: 20px
}

.com_faq_list {
    align-items: flex-start;
    flex-wrap: wrap
}

.com_faq_list .com_faq_item {
    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)
}

.com_faq_list .com_faq_item .item.active .top .title {
    color: #fff
}

.com_faq_list .com_faq_item .item.active .top span {
    background: url(../images/color/add_.png) no-repeat center
}

.com_faq_list .com_faq_item .item.active .top .fsqs_icon {
    background-color: transparent
}

.com_faq_list .com_faq_item .item .top {
    --h: 57px;
    position: relative;
    background: #f2f2f2
}

.com_faq_list .com_faq_item .item .top .fsqs_icon {
    width: 62px;
    height: var(--h);
    background: url(../images/color/faqs.png) no-repeat center / 50% #000;
    flex-shrink: 0
}

.com_faq_list .com_faq_item .item .top .title_s {
    flex: 1;
    padding-left: 10px
}

.com_faq_list .com_faq_item .item .top .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    position: relative;
    font-family: Avenir
}

.com_faq_list .com_faq_item .item .top span {
    width: 17px;
    height: 17px;
    display: block;
    background: url(../images/color/add.png) no-repeat center;
    background-size: cover;
    margin: 0 15px
}

.com_faq_list .com_faq_item .item .faq-cont {
    display: none
}

.com_faq_list .com_faq_item .item .faq-cont p {
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    padding: 20px 35px 28px 88px;
    background: #fff;
    margin-top: 15px
}

.com_faq_list .com_faq_item .item .faq-cont p:first-child {
    margin-top: 0
}

.list_warp2 {
    --item-mp: 15px;
    --item-mt: 30px;
    justify-content: space-between
}

.list_warp2 .item {
    width: calc(50% - var(--item-mp));
    margin-top: var(--item-mt)
}

.list_warp2 .item:nth-child(-n + 2) {
    margin-top: 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,
.search-product-detail .search-detail-tabs .title.current {
    background: var(--color-main) !important
}

.search-product-detail .search-detail-tabs .title.current span {
    color: #fff !important
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: #fff;
    border: 1px solid var(--color-main);
    color: #333
}

.search_main_ {
    padding: 5% var(--all-pd) 0
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    background: url(../images/static/fancy_close.png) no-repeat center center
}

.content-wrap .ch_form_wrap form {
    overflow: auto
}

.privacy-main {
    padding: 0 !important;
    padding: 15% var(--all-pd) 0 !important
}

.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
}

#footer .cont {
    color: #fff !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,
#cont>ul>li>ul>li>ul a {
    color: var(--color-main) !important
}

#cont>ul>li>ul>li>ul a {
    padding-left: 60px
}

#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
}

.cap {
    text-transform: capitalize
}

.upp {
    text-transform: uppercase
}

.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;
}

.pro_list_dz {
    opacity: 0;
    visibility: hidden;
    left: var(--all-pd);
    top: 100%;
    position: absolute;
    width: calc(100% - var(--all-pd) * 2);
    background: #333;
    box-shadow: 0 2px 27px 0 rgba(0, 0, 0, 0.15);
    --img-w: 34.6%;
    --pd: 20px;
    max-height: 60vh;
    overflow-y: auto
}

.pro_list_dz.show_ {
    opacity: 1;
    visibility: visible
}

.pro_list_dz .scroll_div {
    align-items: unset;
    padding: 40px 30px 54px 64px
}

.pro_list_dz .scroll_div .ll {
    width: calc(100% - var(--img-w) - var(--pd));
    align-items: unset;
    justify-content: unset
}

.pro_list_dz .scroll_div .ll>ul {
    --z-pd: 10px;
    --z-mt: 50px;
    --len: 2;
    width: calc(100% / var(--len) - 8px);
    margin-left: var(--z-pd) !important;
    margin-top: var(--z-mt) !important
}

.pro_list_dz .scroll_div .ll>ul:nth-child(-n + 2) {
    margin-top: 0 !important
}

.pro_list_dz .scroll_div .ll>ul:nth-child(2n + 1) {
    margin-left: 0 !important
}

.pro_list_dz .scroll_div .ll>ul:hover>li:first-child a {
    color: var(--color-main)
}

.pro_list_dz .scroll_div .ll>ul li:first-child.active a {
    color: var(--color-main);
    text-decoration: none !important;
    margin-left: unset !important
}

.pro_list_dz .scroll_div .ll>ul li:first-child a:hover {
    text-decoration: underline !important
}

.pro_list_dz .scroll_div .ll>ul li.active a {
    color: var(--color-main);
    text-decoration: underline;
    margin-left: 20px
}

.pro_list_dz .scroll_div .ll>ul li:first-child {
    margin-bottom: 10px
}

.pro_list_dz .scroll_div .ll>ul li:first-child a {
    font-size: 24px;
    line-height: 1.3em;
    height: 1.3em;
    overflow: hidden;
    color: #fff;
}

.pro_list_dz .scroll_div .ll>ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #e5e5e5;
    line-height: 36px
}

.pro_list_dz .scroll_div>.img {
    width: var(--img-w);
    padding-bottom: 22.3%
}

.common_header {
    --sanjiao-color-default: #fff;
    --sanjiao-color-active: var(--color-main);
    user-select: none;
    background-color: transparent;
    z-index: 1000;
    position: fixed
}

.common_header .header_top_box {
    padding: 20px var(--all-pd);
    border-bottom: 1px dashed #666
}

.common_header .header_top_box .logo_t {
    width: 15.43%
}

.common_header .header_top_box .call .item {
    display: flex;
    align-items: center
}

.common_header .header_top_box .call .item:not(:first-child) {
    margin-left: 77px
}

.common_header .header_top_box .call .item .img {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    transition: all .3s ease;
    cursor: pointer
}

.common_header .header_top_box .call .item .img:hover img {
    transform: scale(1.1)
}

.common_header .header_top_box .call .item .img img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.common_header .header_top_box .call .item .info {
    margin-left: 14px;
    display: flex
}

.common_header .header_top_box .call .item .info div,
.common_header .header_top_box .call .item .info a {
    color: #fff
}

.common_header .com_header {
    height: 100%;
    padding: 25px var(--all-pd) 0
}

.common_header .logo {
    margin-right: 3.47%;
    max-width: 15.5%
}

.common_header .logo img {
    width: auto;
    max-height: 60px
}

.common_header.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)
}

.common_header.header_fixed .header_top_box {
    display: none
}

.common_header.header_fixed .com_header {
    padding: 0 var(--all-pd)
}

.common_header.header_fixed .com_header .logo img {
    max-height: 45px
}

.common_header.header_fixed .nav-container {
    flex: 1
}

.common_header.header_fixed .nav-container>ul>li {
    --pd: 15px
}

.common_header.header_fixed .nav-container>ul>li .nav_more {
    margin-top: 2px !important
}

.common_header.header_fixed .nav-container>ul>li>a {
    padding: 12px 0 12px var(--pd);
    line-height: 1
}

.common_header.header_fixed .nav-container>ul>li>a::after {
    bottom: 0 !important
}

.common_header.header_fixed .nav-container>ul>li:first-child a {
    padding: 12px var(--pd) 12px 0
}

.common_header.header_fixed .nav-container>ul>li ul {
    left: 12px !important
}

.common_header .nav-container {
    display: flex
}

.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
}

.common_header .nav-container li {
    position: relative
}

.common_header .nav-container>ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 2
}

.common_header .nav-container>ul>li {
    --pd: 30px;
    --pd2: calc(var(--pd) * 2)
}

.common_header .nav-container>ul>li[data-product="true"]>ul {
    display: none !important
}

.common_header .nav-container>ul>li.active .nav_more::after {
    border-top-color: var(--color-main)
}

.common_header .nav-container>ul>li.active>a::after,
.common_header .nav-container>ul>li:hover>a::after {
    content: "";
    display: block;
    width: calc(100% - var(--pd));
    position: absolute;
    bottom: 14px;
    height: 5px;
    background: #fff
}

.common_header .nav-container>ul>li:first-child a {
    padding: 0 var(--pd) 12px 0
}

.common_header .nav-container>ul>li:first-child a::after {
    left: 0;
    width: calc(100% - var(--pd))
}

.common_header .nav-container>ul>li:hover>.nav_more {
    transform: rotate(180deg);
    border-top-color: var(--color-main)
}

.common_header .nav-container>ul>li:hover>ul {
    top: 100%
}

.common_header .nav-container>ul>li>a {
    padding: 0 0 12px var(--pd);
    font-size: 20px;
    text-transform: capitalize;
    position: relative;
    color: #fff;
    line-height: 60px
}

.common_header .nav-container>ul>li>ul {
    top: 200%;
    left: 30px
}

.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 .hideul {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
    z-index: 999;
    padding: 0 25px;
    min-width: 300px;
    position: absolute;
    background: #333;
    padding-bottom: 10px
}

.common_header .nav-container .hideul li {
    margin-top: 10px
}

.common_header .nav-container .hideul a {
    line-height: 2;
    color: #fff
}

.common_header .nav-container .hideul a:hover {
    text-decoration: underline
}

.common_header .nav-container li {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between
}

.common_header .nav-container li:hover>ul {
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 0
}

.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: 7px;
    margin-top: -8px
}

.common_header .header-right {
    display: flex;
    align-items: center
}

.common_header .header-right .search-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: 1px solid var(--color-main);
    padding: 5px;
    flex-shrink: 0
}

.common_header .header-right .search-icon svg {
    fill: var(--color-main)
}

.common_header .header-right .search-icon .pc_search {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/color/header_search.png) no-repeat center;
    background-size: contain
}

.common_header .header-right .search-icon .search form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_header .header-right .search-icon .search .mobile-ico-sub {
    position: absolute;
    right: 10px;
}

.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: 999
}

.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 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)
}

.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)
}

.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 form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    top: 30%;
}

.m_search .mobile-ico-sub {
    position: absolute;
    right: 10px;
}

.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)
}

.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 {
    margin-right: 27px;
    background: var(--color-main);
    padding: 14px 12px 13px 17px;
    flex-shrink: 0
}

.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: #000
}

.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 #fff;
    transition: transform .3s;
    margin-left: 10px
}

.change-language .change-language-title .language-flag>a span {
    color: #fff
}

.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;
    transition: all .3s ease;
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    justify-content: space-between;
    max-height: 60vh;
    padding: 30px;
    z-index: 9
}

.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
}

.change-language .change-language-cont>li a:hover span {
    color: var(--color-main)
}

.footer_pc_par {
    background: #000;
    padding-top: 74px;
    margin-top: 5.4%;
    border-top: 1px dashed #666
}

.footer_pc_par .footer_pc .footer_logo {
    max-height: 60px
}

.footer_pc_par .footer_pc .lists {
    margin-top: 50px
}

.footer_pc_par .footer_pc .lists li {
    margin-right: 60px;
    line-height: 40px
}

.footer_pc_par .footer_pc .lists li:last-child {
    margin-right: 0
}

.footer_pc_par .footer_pc .lists li a {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff
}

.footer_pc_par .footer_pc .lists li a:hover {
    color: var(--color-main);
    text-decoration: underline
}

.footer_pc_par .footer_pc .calls {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.footer_pc_par .footer_pc .calls>div {
    padding: 22px 33px;
    background: #242424;
    margin-left: 30px;
    display: flex;
    flex: 1
}

.footer_pc_par .footer_pc .calls>div:first-child {
    margin-left: 0
}

.footer_pc_par .footer_pc .calls>div:hover {
    background: var(--color-main)
}

.footer_pc_par .footer_pc .calls>div:hover .info a {
    text-decoration: underline
}

.footer_pc_par .footer_pc .calls>div .img {
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.footer_pc_par .footer_pc .calls>div .img img:last-child {
    display: none
}

.footer_pc_par .footer_pc .calls>div .info .tit,
.footer_pc_par .footer_pc .calls>div .info a,
.footer_pc_par .footer_pc .calls>div .info span {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 27px
}

.footer_pc_par .footer_pc .desc {
    font-weight: 400;
    font-size: 16px;
    color: #e5e5e5;
    line-height: 30px;
    margin-top: 40px;
    width: 80%
}

.footer_pc_par .footer_pc .link_par {
    display: flex;
    align-items: center;
    margin-top: 44px
}

.footer_pc_par .footer_pc .link_par span {
    font-family: Avenir;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    line-height: 35px;
    margin-right: 58px
}

.footer_pc_par .footer_pc .link_par .links_share {
    margin-top: 0
}

.footer_pc_par .footer_pc .footer_bot {
    width: 100%;
    padding: 32px 0 30px;
    border-top: 1px solid #333;
    margin-top: 47px
}

.footer_pc_par .footer_pc .footer_bot div,
.footer_pc_par .footer_pc .footer_bot a {
    font-weight: 400;
    font-size: 16px;
    color: #e5e5e5;
    line-height: 26px
}

.footer_pc_par .footer_pc .footer_bot div.map_pr {
    margin-left: 20px
}

.footer {
    background: #000;
    margin-top: 5.4%
}

.footer .footer_top {
    padding-top: 4.11%;
    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:first-child,
.footer .footer_top .item.contactus {
    width: 19%
}

.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-family: Avenir;
    font-weight: bold;
    font-size: 26px;
    color: #ffffff;
    line-height: 1.3
}

.footer .footer_top .item .tit span {
    transform: rotate(90deg);
    transition: all .3s ease
}

.footer .footer_top .item .call div,
.footer .footer_top .item .call a {
    color: #fff;
    line-height: 2.2
}

.footer .footer_top .item>ul li {
    position: relative;
    padding-left: 18px
}

.footer .footer_top .item>ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #b0b0b0;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0
}

.footer .footer_top .item>ul li a {
    color: #fff;
    line-height: 36px;
    font-weight: 400
}

.footer .footer_top .links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 168px;
    align-self: center
}

.footer .footer_top .links span {
    display: none
}

.footer .footer_top .links a {
    display: block;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    margin-top: 20px
}

.footer .footer_top .links a:nth-child(3n + 1) {
    margin-left: 0
}

.footer .footer_top .links a:nth-child(-n + 3) {
    margin-top: 0
}

.footer .footer_top .links a img:hover {
    transform: rotateY(360deg)
}

.footer .footer_bot {
    clip-path: polygon(0 0, 98% 0, 100% 50%, 100% 100%, 0 100%);
    background: #ffffff;
    padding: 1.97% var(--all-pd) 50px
}

.footer .footer_bot div,
.footer .footer_bot a {
    font-weight: 400;
    color: #333333;
    line-height: 26px
}

#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: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: var(--color-main);
    align-items: center;
    z-index: 999
}

.phone_icon li {
    flex: 1;
    height: var(--footer-m-h)
}

.phone_icon li:not(:first-child) {
    border-left: 1px solid #fff
}

.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
}

.phone_icon li a img.phone {
    width: 28px;
    height: 28px
}

.phone_icon li a img.email {
    width: 25px;
    height: 19px
}

.phone_icon li a img.whatapp {
    width: 24px;
    height: 24px
}

.phone_icon li a img.totop {
    width: 21px;
    height: 11px
}

.hover_show_all_text {
    position: relative
}

.title_s:hover .hover_show_all_text_ {
    opacity: 1;
    visibility: visible
}

.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
}

.com_aside {
    width: var(--com-aside-w);
    position: sticky
}

.com_aside .aside_item {
    margin-top: 34px
}

.com_aside .aside_item:first-child {
    margin-top: 0
}

.com_aside .aside_item.aside_resources>ul>li.active>.link a {
    color: var(--color-main)
}

.com_aside .aside_item .tit {
    background: var(--color-main);
    padding: 18px;
    font-family: Avenir;
    font-weight: 400;
    font-size: 24px;
    color: #fff
}

.com_aside .aside_item .link {
    border-bottom: 2px solid #fff;
    border-bottom: 1px solid #e5e5e5
}

.com_aside .aside_item .link span {
    width: 18px;
    height: 6px;
    display: block;
    background: url(../images/color/aside_default.png) no-repeat center;
    background-size: contain;
    transition: all .3s ease;
    cursor: pointer;
    display: none
}

.com_aside .aside_item>ul>li>.link {
    background: #f2f2f2;
    padding: 17px 25px 15px
}

.com_aside .aside_item>ul>li>.link a {
    font-weight: 400;
    line-height: 1.5;
    font-size: 20px;
    max-width: 90%
}

.com_aside .aside_item>ul>li>ul {
    padding-right: 25px !important
}

.com_aside .aside_item>ul>li ul {
    display: none;
    padding: 15px 0 15px 25px
}

.com_aside .aside_item>ul>li ul li {
    line-height: 1.8;
    margin-top: 10px
}

.com_aside .aside_item>ul>li ul a {
    display: flex;
    align-items: center;
    line-height: 2
}

.com_aside .aside_item>ul>li ul a::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #333333;
    border-radius: 50%;
    margin-right: 12px
}

.com_aside .aside_item>ul>li ul a:hover {
    color: var(--color-main)
}

.com_aside .aside_item ul li .link.active span {
    transform: rotate(180deg)
}

.com_aside .aside_item ul li.active>.link a {
    color: var(--color-main)
}

.com_aside .aside_item ul li.active>.link a::before {
    background: var(--color-main)
}

.com_aside .aside_item2_list .item {
    align-items: center;
    margin-top: 10px
}

.com_aside .aside_item2_list .item .img {
    width: 130px;
    height: 107px;
    padding: 0;
    margin-right: 26px
}

.com_aside .aside_item2_list .item .info {
    display: flex;
    flex-direction: column;
    flex: 1
}

.com_aside .aside_item2_list .item .info time {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px
}

.com_aside .aside_item2_list .item .info .title {
    font-family: Avenir;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 10px
}

.desp p {
    line-height: 1.5;
    margin-top: 30px
}

.desp p:first-child {
    margin-top: 0
}

.com_main {
    --aside-pd: 70px;
    width: calc(100% - var(--com-aside-w) - var(--aside-pd))
}

.v_play {
    width: 53px;
    height: 53px;
    background: var(--color-main);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.v_play span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg)
}

.h-title-new-search {
    display: none !important
}

.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,
.fix_slide_foot li a[title="tel"] img {
    height: 22px !important
}

.other .common_header {
    background: #000 !important;
}

@media screen and (max-width:1700px) {
    body {
        --all-pd: 30px
    }

    .com_tips .tit {
        font-size: 30px
    }

    .com_tit_size {
        font-size: 40px
    }

    .com_serve .com_serve_swiper_par .desc {
        margin-top: 20px
    }

    .pages {
        margin-top: 3%
    }

    .list_top .pagation .title {
        font-size: 34px
    }

    .common_header .header_top_box {
        padding: 10px var(--all-pd)
    }

    .common_header .com_header {
        padding: 15px var(--all-pd)
    }
}

@media screen and (max-width:1366px) {
    body {
        --com-aside-w: 300px
    }

    .com_aside .aside_item .tit {
        font-size: 20px
    }

    .com_pro_list .item .img .mark .a_link_more {
        padding: 10px
    }

    .com_aside .aside_item>ul>li>.link a {
        font-size: 18px
    }

    .footer_pc_par .footer_pc .calls>div.address {
        flex: 1.5
    }

    .footer_pc_par .footer_pc .calls>div .img {
        width: 40px;
        height: 40px;
        padding: 10px
    }

    .list_video .item {
        margin-top: 15px
    }

    .list_video .item .title {
        font-size: 20px;
        margin-top: 15px
    }

    .com_news_list {
        --len: 2
    }

    .com_news_list .item:nth-child(3n + 1) {
        margin-left: var(--pd)
    }

    .com_news_list .item:nth-child(-n + 3) {
        margin-top: var(--mt)
    }

    .com_news_list .item:nth-child(2n + 1) {
        margin-left: 0
    }

    .com_news_list .item:nth-child(-n + 2) {
        margin-top: 0
    }

    .com_main {
        --aside-pd: 30px
    }

    .com_tit_size {
        font-size: 30px
    }

    .list_top .pagation {
        padding-top: 20%
    }

    .our_say .list {
        --pd: 20px
    }

    .our_say .list .item {
        padding: 20px
    }

    .our_say .list .item .i_top .img {
        width: 90px;
        height: 90px;
        margin-right: 15px
    }

    .our_say .list .item .i_top .info .tit {
        font-size: 22px
    }

    .our_say .list .item .desc {
        margin-top: 10px
    }

    .com_serve .com_serve_swiper_par {
        --cell-h: 60px
    }

    .com_serve .com_serve_swiper_par .swiper-button-prev,
    .com_serve .com_serve_swiper_par .swiper-button-next {
        width: 90px
    }

    .common_header .nav-container>ul>li>a {
        font-size: 16px
    }

    .common_header .nav-container>ul>li {
        --pd: 10px
    }

    .common_header .nav-container li .nav_more {
        margin-left: 4px
    }

    .list_top .pagation .title {
        font-size: 24px
    }

    .list_top .pagation .pagation_list a {
        font-size: 16px
    }

    .com_contact_us {
        padding-top: 6.4%;
        padding-bottom: 6.4%
    }

    .footer_pc_par .footer_pc .calls>div {
        padding: 15px;
        margin-left: 15px
    }

    .footer_pc_par .footer_pc .calls>div .img {
        margin-right: 10px
    }

    .footer_pc_par .footer_pc .calls>div .info .tit,
    .footer_pc_par .footer_pc .calls>div .info a,
    .footer_pc_par .footer_pc .calls>div .info span {
        font-size: 16px
    }
}

@media screen and (max-width:1200px) {
    .common_header.header_fixed .nav-container>ul>li {
        --pd: 5px
    }

    .common_header .nav-container li .nav_more {
        margin-left: 4px
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-bottom: 0 !important
    }

    .list_video .item {
        margin-top: 10px
    }

    .list_video .item .title {
        font-size: 18px;
        margin-top: 10px
    }

    .com_tit_size {
        font-size: 24px
    }

    .com_serve .com_serve_swiper_par .desc {
        margin-top: 5px
    }

    .com_pro_list {
        --len: 2
    }

    .com_pro_list .item {
        margin: 0 !important;
        margin-left: var(--pd) !important;
        margin-top: var(--mt) !important
    }

    .com_pro_list .item:nth-child(-n + 2) {
        margin-top: 0 !important
    }

    .com_pro_list .item:nth-child(2n + 1) {
        margin-left: 0 !important
    }

    .com_serve .com_serve_swiper_par {
        padding: 30px 26px 40px
    }

    #aside_right {
        display: none
    }

    .change-language {
        margin-right: 10px;
        padding: 10px
    }

    .common_header.header_fixed .com_header {
        padding: 10px
    }
}

@media screen and (max-width:1050px) {
    .com_serve .img {
        width: 100%
    }

    .com_serve .com_serve_swiper_par {
        width: 100%;
        right: 0
    }
}

@media screen and (max-width:950px) {
    body {
        --all-pd: 30px;
        --footer-m-h: 55px;
        --header-m-h: 60px;
        padding-bottom: var(--footer-m-h);
        --com-aside-w: 0
    }

    .mobile-ico-close {
        top: 0;
        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;
    }

    .com_tit_size {
        max-height: unset;
    }

    .privacy-main {
        padding: 25% var(--all-pd) 0 !important
    }

    .h5r1 {
        background: url(../images/color/r1.png) no-repeat center / cover !important
    }

    .list_video .item {
        width: 100%;
        margin-top: 30px !important
    }

    .list_video .item:first-child {
        margin-top: 10px !important
    }

    .list_video .item .img {
        padding-bottom: 70%
    }

    .list_video .item .img .mark {
        opacity: 1;
        visibility: visible
    }

    .hover_show_all_text_ {
        display: none !important
    }

    .com_faq_list .com_faq_item .item .top .fsqs_icon {
        display: none
    }

    .com_faq_list .com_faq_item .item .top .title {
        height: unset;
        -webkit-line-clamp: unset;
        padding: 10px 0 10px 10px
    }

    .com_faq_list .com_faq_item .item .faq-cont p {
        padding: 15px
    }

    .com_serve .com_serve_swiper_par .desc {
        max-height: unset
    }

    .com_serve .img {
        width: 100%
    }

    .com_related_cer {
        padding: 40px var(--all-pd) !important
    }

    .com_related_cer .com_cer_swiper {
        margin-top: 40px
    }

    .com_related {
        padding: 40px var(--all-pd)
    }

    .com_pro_list2 .item .title,
    .com_news_list2 .item .title {
        height: unset;
        -webkit-line-clamp: unset
    }

    .com_aside {
        display: none
    }

    .com_main {
        --aside-pd: 0;
        width: 100%
    }

    .com_pro_list .item,
    .com_news_list .item,
    .com_news_list3 .item {
        width: 100%;
        margin: 0 !important;
        margin-top: 36px !important
    }

    .com_pro_list .item:nth-child(2n + 1),
    .com_news_list .item:nth-child(2n + 1),
    .com_news_list3 .item:nth-child(2n + 1),
    .com_pro_list .item:nth-child(-n + 2),
    .com_news_list .item:nth-child(-n + 2),
    .com_news_list3 .item:nth-child(-n + 2) {
        margin-top: 36px !important
    }

    .com_pro_list .item:first-child,
    .com_news_list .item:first-child,
    .com_news_list3 .item:first-child {
        margin-top: 0 !important
    }

    .com_pro_list .item .title,
    .com_news_list .item .title,
    .com_news_list3 .item .title {
        height: unset;
        -webkit-line-clamp: unset
    }

    .our_say {
        display: none
    }

    .com_serve .com_serve_swiper_par {
        position: unset;
        transform: unset;
        width: calc(100% - 15px);
        margin: 0 auto;
        margin-top: -30px;
        z-index: 2
    }

    .com_serve .com_serve_swiper_par .swiper-slide {
        max-height: unset
    }

    .com_serve {
        margin-bottom: calc(100px + var(--cell-h));
        margin-bottom: 50px
    }

    .com_serve .img {
        padding-bottom: 83.5%
    }

    .com_contact_us {
        padding-top: 30px
    }

    .com_contact_us .info,
    .com_contact_us .com_form {
        width: 100%
    }

    .com_contact_us .info>.desc {
        margin-top: 24px
    }

    .com_contact_us .info .sub_contact {
        margin-top: 30px
    }

    .com_contact_us .info .links_share {
        margin-top: 35px
    }

    .com_contact_us .com_form {
        margin-top: 44px
    }

    .com_contact_us_common form .names,
    .com_contact_us_common form .phone {
        width: 100%;
        margin-top: 27px
    }

    .com_contact_us_common form .names {
        margin-top: 0
    }

    .a_link_button .more {
        width: 30px;
        height: 30px
    }

    .a_link_button span {
        font-size: 16px
    }

    .pcshow,
    .pcshow_flex,
    .pcshow_inline_flex,
    .pcshow_webkit {
        display: none !important
    }

    .h5show {
        display: block !important
    }

    .h5show_flex {
        display: flex !important
    }

    .h5show_inline_flex {
        display: inline-flex !important
    }

    .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
    }

    .common_header .header_top_box {
        display: none
    }

    .common_header .com_header {
        padding: 0;
        border: none
    }

    .common_header>.layout_ {
        width: 100%
    }

    .common_header.transparent {
        background: #000;
        box-shadow: unset
    }

    .common_header .logo {
        padding: 0;
        display: block !important;
        max-width: 200px
    }

    .common_header .logo img {
        max-width: 300px;
        max-height: 40px !important
    }

    .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.7);
        overflow: hidden;
        transition: all .3s ease
    }

    .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.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.7);
        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/language.png)
    }

    .common_header .nav_m_right .search_m {
        background-image: url(../images/color/search.png);
        margin: 0 25px
    }

    .common_header .nav_m_right .nav_type_m {
        background-image: url(../images/color/nav_m.png)
    }

    .com_faq_list .com_faq_item {
        margin-top: 12px
    }

    .list_top .pagation .pagation_list a {
        padding: 0 5px 0 30px
    }

    .phone_icon {
        display: flex
    }

    .footer {
        margin-top: 50px
    }

    .footer .footer_top {
        padding-top: 33px;
        flex-direction: column
    }

    .footer .footer_top .item {
        width: 100% !important;
        border-radius: 5px
    }

    .footer .footer_top .item:not(:first-child) {
        background: rgba(255, 255, 255, 0.1);
        padding: 19px 9px;
        margin-top: 11px
    }

    .footer .footer_top .item:nth-child(2) {
        margin-top: 29px
    }

    .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;
        display: block;
        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
    }

    .footer .footer_top .item>ul ul {
        padding-left: 30px;
    }

    .footer .footer_top .item>ul li::before {
        content: unset
    }

    .footer .footer_top .links {
        width: 100%;
        padding-top: 66px;
        position: relative;
        padding-bottom: 6%;
        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 .footer_bot {
        background: transparent;
        color: #fff;
        flex-direction: column;
        text-align: center;
        line-height: 1.6
    }

    .footer .footer_bot a,
    .footer .footer_bot div {
        color: #fff
    }
}

@media screen and (max-width:768px) {
    .sitemap-content {
        padding: 120px 0 30px !important
    }
}


#cont ul li a {
    text-transform: capitalize;
}

#index_scrollsidebar .gototop .s_smooth img {
    width: unset !important;
}

.fix_slide_foot li a[title=email] img {
    height: 22px !important;
}