@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-display: swap
}

@font-face {
    font-family: Roboto5;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: Arial;
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 400;
    font-display: swap
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    line-height: 1.3;
    outline: none;
    font-family: Arial !important;
    word-wrap: break-word;
    word-break: break-word
}

html,
body {
    touch-action: manipulation;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 !important;
    height: auto !important
}

body {
    --color: #1a4dff;
    --color-mains: 26, 77, 255;
    --color-main: rgb(var(--color-mains));
    --color-default: #000;
    --color-shadow: var(--color);
    --all-pd: calc((260 / 19.2) * 1%)
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: unset
}

a,
img,
.common_header,
.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,
.header_top_box,
.header_top_box ul {
    transition: all .3s ease
}

.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
}

.layout_ {
    padding-left: var(--all-pd);
    padding-right: var(--all-pd)
}

.hidden {
    overflow: hidden
}

.flc {
    display: flex;
    align-items: center
}

.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: 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))
}

.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
}

.hover:hover {
    color: var(--color-main) !important
}

.hoverf:hover {
    color: #fff !important
}

.hover_underline:hover {
    text-decoration: underline !important
}

.hover_btn {
    cursor: pointer
}

.hover_btn:hover {
    transform: translateY(-5px)
}

.posc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.wh100 {
    width: 100%;
    height: 100%
}

.fs16 {
    font-size: 16px
}

.mt10 {
    margin-top: 10px
}

.mr10 {
    margin-right: 10px
}

.ml10 {
    margin-left: 10px
}

.mb10 {
    margin-bottom: 10px
}

.mt20 {
    margin-top: 20px
}

.mr20 {
    margin-right: 20px
}

.ml20 {
    margin-left: 20px
}

.mb20 {
    margin-bottom: 20px
}

.mt30 {
    margin-top: 30px
}

.mb30 {
    margin-bottom: 30px
}

.mr30 {
    margin-right: 30px
}

.ml30 {
    margin-left: 30px
}

input[type="submit"] {
    cursor: pointer
}

.right_down_alert {
    z-index: 99999;
    position: fixed;
    right: 10px;
    bottom: 0;
    width: 300px;
    border-radius: 30px 30px 0 0;
    border: 1px solid var(--color-main);
    background: #fff;
    overflow: hidden
}

.right_down_alert.active .tit span:last-child {
    transform: rotate(180deg)
}

.right_down_alert .tit {
    background: var(--color-main);
    padding: 15px 20px 10px
}

.right_down_alert .tit span:first-child {
    color: #fff;
    /* font-size: 18px */
}

.right_down_alert .tit span:last-child {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/color/faq_.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s ease;
    cursor: pointer
}

.right_down_alert form {
    width: 100%;
    padding: 15px;
    display: none
}

.right_down_alert form ul li {
    border: 1px solid #666;
    margin-top: 20px;
    border-radius: 60px;
    overflow: hidden
}

.right_down_alert form ul li:first-child {
    margin-top: 0
}

.right_down_alert form ul li input {
    width: 100%;
    padding: 9px 20px;
    border: none
}

.right_down_alert form ul li.message {
    padding: 15px;
    border-radius: 20px
}

.right_down_alert form ul li textarea {
    width: 100%;
    height: 100px;
    resize: none;
    line-height: 1.3;
    border: none
}

.right_down_alert form input[type="submit"] {
    width: 100%;
    margin: 30px 0;
    background: var(--color-main);
    color: #fff;
    font-size: 16px;
    padding: 9px 20px;
    border-radius: 60px;
    border: none
}

.footer_imgs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.footer_imgs .img {
    width: 35%;
    padding-bottom: calc((181/ 5.19)*1%);
}

.footer_imgs .img:first-child {
    margin-right: 20px;
}

.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
}

.pos_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.flex_csb {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.y_center {
    top: 50%;
    transform: translateY(-50%)
}

.com_bodys p {
    line-height: 1.6em;
    font-weight: 400
}

.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
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: unset
}

table * {
    text-align: left !important;
}

table th,
table td {
    border: 1px solid #ccc !important;
    text-align: left !important;
    padding: 5px 10px !important
}

.hoverscale:hover {
    transform: scale(1.03)
}

.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
}

.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;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center
}

.pages2 .current,
.pages2 a:not(.prev, .next):hover {
    background: var(--color-main);
    color: #fff !important;
    border: 1px solid var(--color-main)
}

.pages2 .prev,
.pages2 .next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%
}

.pages2 .prev {
    background-image: url(../images/color/sw_left_.png)
}

.pages2 .prev:hover {
    background-color: var(--color-main);
    background-image: url(../images/color/sw_left.png)
}

.pages2 .next {
    background-image: url(../images/color/sw_right_.png)
}

.pages2 .next:hover {
    background-color: var(--color-main);
    background-image: url(../images/color/sw_right.png)
}

.pcshow {
    display: block
}

.h5show {
    display: none
}

.search-product-detail .search-detail-tabs .title.current {
    background: var(--color-main)
}

.search-product-detail .search-detail-tabs .title.current span {
    color: #fff
}

.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: calc((156 / 19.2) * 1%) var(--all-pd);
    z-index: 2
}

.list_top .pagation .title {
    font-family: Roboto !important;
    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;
    line-height: 2
}

.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::after,
.list_top .pagation .pagation_list span::after {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background: url(../images/color/right_.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::after {
    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
}

.jscb {
    justify-content: space-between
}

.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 {
    --len: 3
}

.list_num3 .item:nth-child(-n + 3) {
    margin-top: 0
}

.list_num3 .item:nth-child(3n + 1) {
    margin-left: 0
}

.list_num4 {
    --len: 4
}

.list_num4 .item:nth-child(-n + 4) {
    margin-top: 0
}

.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
}

.no_index {
    display: block !important
}

.yes_index {
    display: none !important
}

.flex1 {
    flex: 1
}

.color {
    color: var(--color-main)
}

.lh30 {
    line-height: 30px
}

.cf {
    color: #fff
}

.c0 {
    color: #000
}

.c6 {
    color: #666
}

.l1 {
    line-height: 1.3
}

.fw {
    font-weight: 700
}

.common_header {
    --sanjiao-color-default: #ccc;
    --sanjiao-color-active: #ccc;
    user-select: none;
    background: rgba(32, 42, 59, 0.8);
    z-index: 1000;
    position: fixed
}

.common_header .header_top_box {
    padding: 13px var(--all-pd) 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.common_header .header_top_box ul {
    display: flex;
    align-items: center
}

.common_header .header_top_box ul li {
    display: flex;
    align-items: center
}

.common_header .header_top_box ul li:not(:first-child) {
    margin-left: 22px
}

.common_header .header_top_box ul li img {
    margin-right: 9px
}

.common_header .header_top_box ul a,
.common_header .header_top_box ul span {
    color: #fff;
    font-size: 16px
}

.common_header .header_top_box .head_top_links img {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.common_header .header_top_box .head_top_links a {
    margin-left: 16px
}

.common_header .com_header {
    height: 76px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transition: all .3s ease
}

.common_header .logo img {
    width: auto;
    max-height: 40px
}

.common_header.header_fixed {
    position: fixed;
    top: 0;
    left: 0
}



.common_header.header_fixed .header-right .search-icon {
    border-color: var(--color-main)
}

.common_header.header_fixed .header-right .search-icon svg {
    fill: var(--color-main)
}

.common_header .nav-container {
    margin-right: 49px;
    height: 100%
}

.common_header .nav-container a {
    color: #333;
    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;
    height: 100%
}

.common_header .nav-container>ul>li {
    --pd: 20px;
    --pd2: calc(var(--pd) * 2);
    padding: 0 var(--pd)
}

.common_header .nav-container>ul>li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--color-main);
    transition: all .3s ease;
    z-index: -1
}

.common_header .nav-container>ul>li.common_active::after,
.common_header .nav-container>ul>li:hover::after {
    height: 100%
}

.common_header .nav-container>ul>li:first-child::after {
    left: 0
}

.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%;
    height: auto
}

.common_header .nav-container>ul>li>a {
    font-family: Roboto5 !important;
    color: #fff
}

.common_header .nav-container>ul>li>ul {
    top: 100%;
    left: 0
}

.common_header .nav-container>ul>li>ul>li ul {
    margin-left: 100%
}

.common_header .nav-container>ul>li>ul li a {
    width: 100%
}

.common_header .nav-container>ul>li>ul li ul {
    top: 100%
}

.common_header .nav-container ul ul {
    opacity: 0;
    visibility: hidden;
    background: var(--color-main);
    transition: all .3s ease;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
    z-index: 999;
    padding: 10px 0
}

.common_header .nav-container ul ul li:hover {
    background: rgba(0, 0, 0, 0.2)
}

.common_header .nav-container ul ul a {
    padding: 15px 20px;
    line-height: 1.3;
    color: #fff
}

.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: -1px
}

.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: 352px;
    position: absolute
}

.common_header .header-right {
    display: flex;
    align-items: center
}

.common_header .header-right .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative
}

.common_header .header-right .search-icon .pc_search {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../images/color/search2.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
}

.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
}

.common_header .header-right .line {
    margin: 0 20px;
    width: 1px;
    height: 12px;
    background: #ffffff
}

.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: #fff
}

/* .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;
    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;
    color: var(--color-default)
}

.change-language .change-language-cont>li a:hover span {
    color: var(--color-main)
}

.footer a:hover {
    color: var(--color-main) !important
}

.footer .links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-self: center;
    margin-top: 25px
}

.footer .links a {
    display: block;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    margin-top: 20px;
    border-radius: 50%;
    background: #1f1f1f;
    border: 1px solid #000000;
    margin: 0 12px
}

.footer .links a:hover {
    background: var(--color-main)
}

.footer .footer_top {
    padding: calc((84 / 14) * 1%) 0 calc((56 / 14) * 1%);
    --mm: 90px;
    --l-w: calc(50% - var(--mm))
}

.footer .footer_top .lll {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: var(--mm)
}

.footer .footer_top .lll .tel * {
    font-family: Roboto5 !important;
    color: #ffffff
}

.footer .footer_top .lll .lists * {
    color: #ffffff
}

.footer .footer_top .lll .lists li {
    margin-top: 14px
}

.footer .footer_top .rrr {
    display: flex;
    justify-content: space-between;
    padding-left: var(--mm)
}

.footer .footer_top .rrr * {
    color: #fff
}

.footer .footer_top .rrr a {
    text-transform: capitalize
}

.footer .footer_top .rrr .item {
    max-width: 35%
}

.footer .footer_top .rrr .item .top_title {
    font-size: 18px;
    font-family: Roboto5 !important
}

.footer .footer_top .rrr .item ul li {
    margin-top: 13px
}

.footer .footer_top .rrr .item.media ul li {
    display: flex;
    align-content: center
}

.footer .footer_top .rrr .item.media ul li span {
    margin-right: 8px;
    display: block;
    width: 16px;
    height: 16px
}

.footer .footer_top .rrr .item.media ul li:nth-child(1) span {
    background: url(../images/color/links_1.png) no-repeat center / cover
}

.footer .footer_top .rrr .item.media ul li:nth-child(2) span {
    background: url(../images/color/links_4.png) no-repeat center / cover
}

.footer .footer_top .rrr .item.media ul li:nth-child(3) span {
    background: url(../images/color/links_2.png) no-repeat center / cover
}

.footer .footer_top .rrr .item.media ul li:nth-child(4) span {
    background: url(../images/color/links_3.png) no-repeat center / cover
}

.footer .footer_bot {
    padding: 18px var(--all-pd) 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer .footer_bot a {
    margin: 0 5px
}

.footer .footer_bot .f_top {
    width: 62px;
    height: 62px;
    background: #ffffff;
    color: var(--color-main);
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer
}

.footer .footer_bot .f_top span:first-child {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/color/f_top.png) no-repeat center / cover
}

.footer .footer_bot,
.footer .footer_bot a {
    color: #fff
}

#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;
    line-height: 2
}

#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
}

/* #aside_right {
    position: fixed;
    right: -90px;
    z-index: 999;
    background: #999;
    border-radius: 25px
}

#aside_right ul {
    padding: 5px
}

#aside_right ul li {
    position: relative
}

#aside_right ul li.go_active>a::before,
#aside_right ul li:hover>a::before {
    transform: scale(2)
}

#aside_right ul li.go_active .aside_common_show,
#aside_right ul li:hover .aside_common_show {
    opacity: 1;
    visibility: visible
}

#aside_right ul li.go_active {
    margin-top: 5px
}

#aside_right ul li.go_active a {
    background: var(--color-main);
    border-radius: 25px
}

#aside_right ul li>a {
    width: 46px;
    height: 46px;
    position: relative;
    overflow: hidden;
    border-radius: 0 25px 25px 0
}

#aside_right ul li>a:hover {
    background: var(--color-main) !important
}

#aside_right ul li>a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-main);
    border-radius: 50%;
    transform: scale(0)
}

#aside_right ul li>a>img {
    max-width: 24px;
    object-fit: cover;
    position: absolute
}

#aside_right ul li>a>img[title="email"] {
    width: 20px
}

#aside_right ul li .aside_common_show {
    position: absolute;
    right: 100%;
    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;
    min-height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#aside_right ul li .aside_common_show.aside_txt_show a {
    color: #fff;
    white-space: nowrap
} */

.phone_icon {
    display: none;
    position: absolute;
    top: 999999px;
    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:nth-child(odd) {
    background: #515974
}

.phone_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.phone_icon li a img {
    width: 28px;
    height: 28px;
    object-fit: contain
}

.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
}

@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:1400px) {
    #head_nav {
        zoom: .9
    }
}

@media screen and (max-width:1300px) {
    #head_nav {
        zoom: .8
    }

    .common_header .com_header {
        width: 96%;
        padding: 0 30px
    }
}

@media screen and (max-width:1366px) {
    body {
        --all-pd: 2%
    }

    .footer .footer_top {
        --mm: 30px
    }

    .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:1024px) {
    #aside_right {
        display: none
    }

    body {
        padding-bottom: 0 !important
    }
}

@media screen and (max-width:950px) {
    body {
        --all-pd: 15px;
        --footer-m-h: 55px;
        --header-m-h: 60px;
        padding-bottom: var(--footer-m-h)
    }

    .pl_service2 {
        display: none !important;
    }

    .right_down_alert {
        display: none
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap
    }

    .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 !important
    }

    .flex_main .lll,
    .flex_main.flex_main2 .lll,
    .flex_main.flex_main3 .lll,
    .flex_main .rrr,
    .flex_main.flex_main2 .rrr,
    .flex_main.flex_main3 .rrr {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .flex_main .rrr,
    .flex_main.flex_main2 .rrr,
    .flex_main.flex_main3 .rrr {
        margin-top: 30px
    }

    .list_num2,
    .list_num3,
    .list_num4 {
        --len: 1
    }

    .list_num2 .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_num4 .item:nth-child(-n + 2),
    .list_num2 .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_num4 .item:first-child {
        margin-top: 0 !important
    }

    .pcshow {
        display: none
    }

    .h5show {
        display: block
    }

    .list_top .pagation .pagation_list a {
        padding: 0 5px 0 30px
    }

    .common_header {
        display: flex;
        align-items: center;
        height: auto;
        justify-content: space-between;
        position: relative;
        background: #fff;
        transform: unset !important;
    }

    .common_header.header_fixed {
        margin: 0
    }

    .common_header .header_top_box {
        display: none
    }

    .common_header .com_header {
        padding: 10px 15px;
        width: 100%;
        height: auto
    }

    .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-height: 55px
    }

    .common_header #head_nav,
    .common_header #headerRight {
        opacity: 0;
        visibility: hidden
    }

    .common_header #head_nav {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.2);
        overflow: hidden;
        zoom: 1
    }

    .common_header #head_nav.h5_show {
        z-index: 999
    }

    .common_header #head_nav.h5_show>ul {
        transform: translateX(0)
    }

    .common_header #head_nav.h5_show#head_nav,
    .common_header #head_nav.h5_show#headerRight {
        opacity: 1;
        visibility: visible
    }

    .common_header #head_nav li {
        position: relative
    }

    .common_header #head_nav li .nav_more {
        position: absolute;
        right: 0;
        top: 18px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .common_header #head_nav 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 #head_nav li .nav_more.rotate::after {
        transform: rotate(360deg)
    }

    .common_header #head_nav li ul {
        display: none
    }

    .common_header #head_nav>ul {
        width: 65%;
        height: 100%;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 15px 10px;
        transform: translateX(-100%);
        transition: transform .3s ease
    }

    .common_header #head_nav>ul>li {
        line-height: 40px;
        border-bottom: 1px solid #eee
    }

    .common_header #head_nav>ul>li.common_active>a {
        color: var(--color-main)
    }

    .common_header #head_nav>ul>li>a {
        font-size: 18px
    }

    .common_header #head_nav>ul>li>ul,
    .common_header #head_nav>ul>li ul ul {
        padding-left: 20px
    }

    .common_header #head_nav>ul>li ul .nav_more {
        top: 13px
    }

    .common_header #head_nav>ul>li>ul>li {
        position: relative;
        line-height: 30px
    }

    .common_header #head_nav>ul>li>ul>li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: -9px;
        top: 13px
    }

    .common_header #head_nav a {
        text-transform: capitalize;
        color: var(--color-default)
    }

    .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;
        box-shadow: unset;
        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
    }

    .common_header .nav_m_right .language_m,
    .common_header .nav_m_right .search_m,
    .common_header .nav_m_right .nav_type_m {
        width: 24px;
        height: 24px;
        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);
        transform: scale(.8);
        margin: 0 8px
    }

    .common_header .nav_m_right .search_m {
        background-image: url(../images/color/search.png)
    }

    .common_header .nav_m_right .nav_type_m {
        background-image: url(../images/color/nav_m.png)
    }

    .footer .footer_top {
        padding: 50px 0 36px
    }

    .footer .footer_top .lll,
    .footer .footer_top .rrr {
        width: 100%;
        padding: 0
    }

    .footer .footer_top .lll {
        border: 0
    }

    .footer .footer_top .rrr {
        margin-top: 5px;
        flex-direction: column
    }

    .footer .footer_top .rrr .item {
        max-width: 100%;
        margin-top: 30px
    }

    .footer .footer_bot {
        display: block;
        color: #fff;
        line-height: 1.6;
        padding: 22px var(--all-pd) 75px;
        width: 100%;
        text-align: center
    }

    .footer .footer_bot a,
    .footer .footer_bot div {
        color: #fff;
        font-size: 14px
    }

    .footer .footer_bot .f_top {
        display: none
    }

    .phone_icon {
        display: flex;
        position: fixed;
        top: unset
    }
}



.pl_service2 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.pl_service2 .service_item {
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #999;
    transition: all 0.5s ease;
    border-radius: 5px;
}

.pl_service2 .service_item:hover {
    background-color: var(--color-main);
}

.pl_service2 .service_item:hover svg {
    color: #fff;
}

.pl_service2 .service_icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    fill: currentColor;
}

.pl_service2 .service_icon .icon {
    width: 50%;
    height: 50%;
    margin: 0;
}

.pl_service2 .service_value_con {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s ease;
}

.pl_service2 .service_value_con .iconSpan {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
}

.pl_service2 .service_item:hover .service_value_con {
    opacity: 1;
    width: 220px;
    padding-right: 10px;
}

.pl_service2 .service_item a {
    color: #fff;
}

.pl_service2 .service_value {
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    background-color: var(--color-main);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    position: relative;
}

.pl_service2 .service_value.dh {
    padding-left: 35px;
}

.pl_service2 .service_value p {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.pl_service2 .service_img {
    width: 120px;
    height: 120px;
    padding: 10px;
    position: absolute;
    right: calc(100% + 223px);
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.pl_service2 .service_item:hover .service_img {
    display: block;
}

.pl_service2 .service_img img {
    width: 100%;
    height: 100%;
}

.pl_service2 .service_value .icon {
    width: 20px;
    height: 20px;
}

.pl_service2 .service_value::after {
    content: " ";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid var(--color-main);
    border-bottom: 6px solid transparent;
}

/* 效果3 */
.pl_service3 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.pl_service3 .item_con {
    text-align: right;
}

.pl_service3 .service_item {
    padding-left: 43px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    background: #999;
    color: #fff;
    overflow: hidden;
    transition: width 0.4s;
    position: relative;
    cursor: pointer;
}

.pl_service3 .service_item.wx {
    background: #64c548;
}

.pl_service3 .service_item.qyszmp {
    background: #009ca0;
}

.pl_service3 .service_item.skype {
    background: #00a3ed;
}

.pl_service3 .service_item.alww {
    background: #1ac1ed;
}

.pl_service3 .service_item.whatsapp {
    background: #3dceb2;
}

.pl_service3 .service_item.yj {
    background: #3f6ee0;
}

.pl_service3 .service_item.qq {
    background: #529cd1;
}

.pl_service3 .service_item.kf {
    background: #f56c6c;
}

.pl_service3 .service_item.kfz {
    background: #999;
}

.pl_service3 .service_item.link {
    background: #f60;
}

.pl_service3 .service_item.tel {
    background: #06f;
}

.pl_service3 .service_item.custom {
    background: #fc0;
}

.pl_service3 .service_item.smService {
    background: #6bd8bb;
}

.pl_service3 .service_item:hover {
    width: 206px;
}

.pl_service3 .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 43px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pl_service3 .service_icon .icon {
    width: 60%;
    height: 60%;
    margin: 0;
}

.pl_service3 .service_value {
    margin-top: 5px;
    padding: 0 5px;
    text-align: left;
    line-height: 18px;
}

.pl_service3 .service_value.dh {
    line-height: 35px;
    text-align: center;
    width: 120px;
}

/* 效果4  */
.pl_service4 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.pl_service4 .item_con {
    text-align: right;
    margin-bottom: 2px;
    height: 60px;
    clear: both;
}

.pl_service4 .service_item {
    padding-left: 60px;
    float: right;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}

.pl_service4 .service_item.showLang:hover {
    width: fit-content;
    min-width: 230px;
    max-width: 600px;
}

.pl_service4 .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
}

.pl_service4 .service_icon span {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-top: 2px;
    padding: 0 2px;
}

.pl_service4 .service_icon .icon {
    width: 30px;
    height: 30px;
    margin: 15px 16px 0 16px;
}

.pl_service4 .service_value {
    padding: 10px 20px 10px 0;
    text-align: left;
    line-height: 20px;
}

.pl_service4 .service_value p {
    height: 20px;
    overflow: hidden;
}

.pl_service4 .service_group .service_value a {
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.pl_service4 .service_value.dh {
    line-height: 40px;
}

.pl_service4 .service_value.tp {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
    display: none;
}

.pl_service4 .service_value.tp img {
    width: 100%;
    height: 100%;
    display: block;
}

.pl_service4 .service_item.showImg:hover .service_value.tp {
    display: block;
}

@media only screen and (max-width: 768px) {

    /* 默认图标 */
    .pl_service {
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 999;
    }

    .p_defaultIocn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #409efe;
        background-color: #E9EBEB;
        overflow: hidden;
    }

    .p_defaultIocn .icon {
        width: 60%;
        height: 60%;
        margin: 0;
    }

    .custom-service-background {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #333;
        opacity: .5;
        display: none;
    }

    /* 内容区域 */
    .pl_content_box {
        position: absolute;
        top: auto;
        bottom: 55px;
        left: auto;
        right: -100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 300px;
        max-width: 100vw;
        padding: 10px;
        transition: all 0.5s ease;
        color: #333;
        background-color: #fff;
        /* box-shadow: 0 0 10px 0 #ccc; */
        z-index: 999;
        max-height: 375px;
        border-radius: 10px;
    }

    .pl_content_box.show {
        right: 0;
    }

    .body_service {
        flex-grow: 1;
        overflow-y: auto;
        /* margin-bottom: 50px; */
    }

    .service_item {
        display: flex;
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        padding: 5px 0;
        border-top: 1px solid #f5f5f5;
    }

    .service_icon {
        float: left;
        display: flex;
        margin-top: 10px;
        padding-right: 8px;
        color: #999998;
    }

    .service_value {
        float: left;
        margin-top: 5px;
        ;
        width: 100%;
    }

    .service_value p {
        font-size: 13px;
        width: 100%;
    }

    /* 弹层 */
    .service_pop {
        width: 60%;
    }

    .service_pop p {
        display: none;
    }

    .service_pop img {
        width: 100%;
        height: auto;
    }


}