html {
    font-size: 625%
}

body {
    font-size: 16px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden
}

a,
abbr,
address,
blockquote,
body,
code,
dd,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
label,
li,
object,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

body,
button,
html,
input,
textarea {
    color: #000;
    font-family: ArialMT;
    line-height: 1.5
}

.tac {
    text-align: center
}

.top_info {
    margin-top: 30px
}

.top_info .title {
    font-size: 30px
}

.top_info .desc {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3,
h4,
h5 {
    font-size: 16px
}

* {
    transition: 80ms ease-in-out;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    transition: 80ms ease-in-out
}

li {
    list-style: none
}

em,
i {
    font-style: normal
}

@font-face {
    font-family: Arial-BoldMT;
    src: url("../font/arial-boldmt.otf");
    font-display: swap
}

@font-face {
    font-family: Roboto-Regular;
    src: url("../font/ROBOTO-REGULAR.TTF");
    font-display: swap
}

a {
    color: #333;
    text-decoration: none
}

a:focus,
input[type=text]:focus {
    outline: 0
}

a:hover {
    color: #000;
    text-decoration: none
}

input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0
}

a:active,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important
}

.ad_item .item_inner:after,
.cate_items ul:after,
.clearfix:after,
.company_subscribe:after,
.detail-tabs:after,
.flex_row:after,
.foot_contact_list:after,
.foot_items:after,
.foot_sns:after,
.index_ad .ad_items:after,
.index_brands .brand_items:after,
.index_promote .promote_list:after,
.items_list ul:after,
.layout:after,
.main_hd:after,
.news_cell:after,
.page_main:after,
.product-intro:after,
.product_items:after,
.sys_row:after,
.web_head .logo:after,
.web_main:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.clear {
    clear: both
}

.scale:hover img {
    transform: scale(1.05);
    transition: .3s ease-in-out
}

:root {
    --hover-color: #22408F;
    --text-color: #262626;
    --dark-color: #666;
    --light-color: #999;
    --active-color: #22408F;
    --pc_margin: 5%;
    --web_margin: 50px;
    --mobile_margin: 30px
}

.mobile-nav-mask {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    display: none;
    background-color: var(--active-color);
    height: 30px;
    line-height: 30px
}

.mobile-nav-mask .language-flag.title span {
    color: #fff;
    padding: 0 24px 0 0
}

.mobile-nav-mask .mobile-head-search .title {
    width: 21px;
    height: 21px;
    background-image: url(../homepage/search-white.png);
    background-size: cover;
    position: relative
}

.mobile-nav-mask .mobile-head-search {
    margin-top: 4px;
    border-right: 1px solid #fff;
    margin-right: 16px
}

.mobile-nav-mask .web_right {
    margin-top: 1px
}

.mobile-head-nav {
    margin-right: 20px
}

.mobile-nav-mask .layout {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width:1100px) {
    .mobile-nav-mask {
        display: block
    }
}

.web_main {
    position: relative;
    z-index: 99
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeftA {
    -webkit-animation-name: fadeInLeftA;
    animation-name: fadeInLeftA
}

@-webkit-keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUpA {
    -webkit-animation-name: fadeInUpA;
    animation-name: fadeInUpA
}

@-webkit-keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        -ms-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightA {
    -webkit-animation-name: fadeInRightA;
    animation-name: fadeInRightA
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes OrangePulse {

    from,
    to {
        background-color: rgba(210, 174, 109, .2);
        -webkit-box-shadow: 0 0 10px #d2ae6d
    }

    50% {
        background-color: #d2ae6d;
        -webkit-box-shadow: 0 0 10px #d2ae6d
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    40% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    80% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    40% {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }

    60% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    80% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes jump {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-20%)
    }

    75% {
        -webkit-transform: translateY(-10%)
    }
}

@keyframes jump {

    0%,
    100%,
    50% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-20%)
    }

    75% {
        transform: translateY(-10%)
    }
}

@-webkit-keyframes bounceInA {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceInA {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceInA {
    -webkit-animation-name: bounceInA;
    animation-name: bounceInA;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownA {
    -webkit-animation-name: fadeInDownA;
    animation-name: fadeInDownA
}

@keyframes fadeInA {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeInA {
    -webkit-animation-name: fadeInA;
    animation-name: fadeInA
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.search-ipt {
    border: 0;
    background: 0 0;
    border-radius: 0;
    -webkit-appearance: none
}

.web-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    visibility: hidden
}

.web-search .btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
    background: url(../images/search_btn_close.png) center no-repeat #000;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%
}

.web-search .btn--search-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.js .btn--search-close {
    display: block
}

.web-search .search-ipt {
    font-family: inherit;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: .05em 0;
    color: #333;
    border-bottom: 3px solid;
    font-size: 20px;
    line-height: 10px
}

.web-search .search-ipt::-webkit-input-placeholder {
    color: #333;
    font-weight: 700
}

.web-search .search-ipt::-moz-placeholder {
    opacity: 1;
    color: #333;
    font-weight: 700
}

.web-search .search-ipt:-ms-input-placeholder {
    color: #333;
    font-weight: 700
}

.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
    -webkit-appearance: none
}

.web-search .search-ipt::-ms-clear {
    display: none
}

.web-search .search-attr {
    font-size: 90%;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: .85em 0 0;
    text-align: right;
    color: #333
}

.js .container {
    position: relative;
    -moz-transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.js .main-wrap--move {
    height: 100vh
}

.js .web-search {
    pointer-events: none;
    width: 70%;
    height: 210px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 35px 0;
    margin: auto;
    border-radius: 0;
    z-index: 100001;
    perspective: 1200px
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.web-search .btn--search-close {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.search--open .btn--search-close {
    opacity: 1;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    -webkit-animation: 1s bounceInA;
    -o-animation: 1s bounceInA;
    animation: 1s bounceInA
}

.search__suggestion,
.web-search .search-attr {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -moz-transition: opacity .8s, transform .8s;
    -webkit-transition: opacity .8s, transform .8s;
    -ms-transition: opacity .8s, transform .8s;
    -o-transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s
}

.search--open .search-attr {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 20px
}

.js .web-search .search-ipt {
    font-size: 60px;
    font-weight: 700;
    border-bottom-width: 1px;
    padding: 15px 0;
    -moz-transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    opacity: 0;
    text-transform: uppercase
}

.js .web-search .search-ipt,
.web-search .search-attr {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.js .search--open .search-ipt {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.js .search--open .search-btn {
    display: none !important
}

.js .web-search::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    opacity: 0;
    background: rgba(255, 255, 255, .98);
    -webkit-transform: translateY(-30%) rotateX(-60deg);
    -ms-transform: translateY(-30%) rotateX(-60deg);
    -o-transform: translateY(-30%) rotateX(-60deg);
    transform: translateY(-30%) rotateX(-60deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.js .search--open::before {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.main-wrap--move:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000
}

.prisna-wp-translate-seo {
    display: none;
    font-family: Arial, Helvetica, sans-serif
}

.change-language .prisna-wp-translate-seo,
.mobile-head-language .prisna-wp-translate-seo {
    display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {
    font-size: 16px
}

.change-language .change-language-title a {
    display: flex;
    align-items: center;
    position: relative
}

.change-language:hover .change-language-title a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg)
}

.change-language .change-language-cont {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 999;
    visibility: hidden;
    overflow-y: scroll;
    padding: 20px 10px 20px 20px;
    max-height: 80vh;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: scale3d(.9, .9, 1);
    -ms-transition: .3s ease-in-out;
    width: 560px !important
}

.change-language:hover .change-language-cont {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.change-language .change-language-cont li {
    display: inline-block;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 10px 0 0;
    vertical-align: top;
    font-size: 10pt
}

.change-language .change-language-cont li a:hover {
    color: #3368c6
}

.change-language .change-language-cont .lang-item-hide {
    display: none !important
}

.change-language .change-language-cont .lang-more {
    position: relative;
    display: block;
    text-align: center;
    line-height: 30px;
    cursor: pointer
}

.change-language .change-language-cont .more-active {
    font-size: 20px
}

.language-flag span {
    color: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 0 0 33px;
    overflow: hidden;
    text-transform: capitalize
}

.change-language-cont ul .language-flag span {
    color: #333
}

.change-language ::-webkit-scrollbar {
    width: 5px
}

.change-language ::-webkit-scrollbar-track {
    background-color: #fff
}

.change-language ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 3px
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block
}

li.language-flag a {
    position: relative
}

.language--img {
    background: url(../images/leg.jpg) center center no-repeat;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.language--img.language-special {
    width: 25px;
    height: 25px;
    background: url(../img/en.png) center center/100% no-repeat
}

@media screen and (max-width:1100px) {
    .language--img.language-special {
        width: 25px;
        height: 25px;
        background: url(../img/down-white.png) center center/58% no-repeat;
        right: 0;
        top: 50%;
        margin-top: -12px;
        transform: none;
        margin-right: 0
    }
}

.change-language-cont li {
    width: 100%
}

.change-language-cont {
    display: flex;
    flex-wrap: wrap
}

.language-af {
    background-position: 0 -1px
}

.language-sq {
    background-position: 0 -940px
}

.language-eu {
    background-position: 0 -252px
}

.language-az {
    background-position: 0 -36px
}

.language-hy {
    background-position: 0 -456px
}

.language-ar {
    background-position: 0 -24px
}

.language-am {
    background-position: 0 -12px
}

.language-fy {
    background-position: 0 -300px
}

.language-fr {
    background-position: 0 -288px
}

.language-fi {
    background-position: 0 -276px
}

.language-et {
    background-position: 0 -240px
}

.language-eo {
    background-position: 0 -192px
}

.language-en {
    background-position: 0 -216px
}

.language-da {
    background-position: 0 -168px
}

.language-cs {
    background-position: 0 -144px
}

.language-hr {
    background-position: 0 -420px
}

.language-co {
    background-position: 0 -132px
}

.language-ceb {
    background-position: 0 -108px
}

.language-ca {
    background-position: 0 -96px
}

.language-bg {
    background-position: 0 -448px
}

.language-bs {
    background-position: 0 -84px
}

.language-bn {
    background-position: 0 -72px
}

.language-be {
    background-position: 0 -48px
}

.language-is {
    background-position: 0 -492px
}

.language-sm {
    background-position: 0 -972px
}

.language-ro {
    background-position: 0 -888px
}

.language-pa {
    background-position: 0 -840px
}

.language-pt {
    background-position: 0 -876px
}

.language-pl {
    background-position: 0 -852px
}

.language-fa,
.language-ps {
    background-position: 0 -264px
}

.language-or {
    background-position: 0 -827px
}

.language-no {
    background-position: 0 -780px
}

.language-ne {
    background-position: 0 -792px
}

.language-my {
    background-position: 0 -768px
}

.language-mn {
    background-position: 0 -720px
}

.language-mr {
    background-position: 0 -732px
}

.language-mi {
    background-position: 0 -684px
}

.language-mt {
    background-position: 0 -756px
}

.language-ml {
    background-position: 0 -708px
}

.language-ms {
    background-position: 0 -744px
}

.language-mg {
    background-position: 0 -672px
}

.language-mk {
    background-position: 0 -696px
}

.language-lb {
    background-position: 0 -624px
}

.language-lt {
    background-position: 0 -648px
}

.language-lv {
    background-position: 0 -660px
}

.language-la {
    background-position: 0 -613px
}

.language-lo {
    background-position: 0 -636px
}

.language-ky {
    background-position: 0 -600px
}

.language-ku {
    background-position: 0 -120px
}

.language-ko {
    background-position: 0 -588px
}

.language-rw {
    background-position: 0 -912px
}

.language-km {
    background-position: 0 -564px
}

.language-kk {
    background-position: 0 -552px
}

.language-kn {
    background-position: 0 -576px
}

.language-jv {
    background-position: 0 -528px
}

.language-ja {
    background-position: 0 -516px
}

.language-it {
    background-position: 0 -504px
}

.language-ga {
    background-position: 0 -312px
}

.language-id {
    background-position: 0 -467px
}

.language-ig {
    background-position: 0 -480px
}

.language-hu {
    background-position: 0 -443px
}

.language-hmn {
    background-position: 0 -408px
}

.language-hi {
    background-position: 0 -397px
}

.language-he {
    background-position: 0 -384px
}

.language-haw {
    background-position: 0 -300px
}

.language-ha {
    background-position: 0 -1079px
}

.language-ht {
    background-position: 0 -432px
}

.language-gu {
    background-position: 0 -348px
}

.language-el {
    background-position: 0 -204px
}

.language-de {
    background-position: 0 -180px
}

.language-ka {
    background-position: 0 -540px
}

.language-gl {
    background-position: 0 -336px
}

.language-ru {
    background-position: 0 -900px
}

.language-gd {
    background-position: 0 -324px
}

.language-sr {
    background-position: 0 -1006px
}

.language-st {
    background-position: 0 -1017px
}

.language-sd,
.language-sn {
    background-position: 0 -984px
}

.language-si {
    background-position: 0 -1271px
}

.language-sk {
    background-position: 0 -1223px
}

.language-sl {
    background-position: 0 -960px
}

.language-so {
    background-position: 0 -994px
}

.language-es {
    background-position: 0 -227px
}

.language-su {
    background-position: 0 -1031px
}

.language-sw {
    background-position: 0 -1055px
}

.language-sv {
    background-position: 0 -1043px
}

.language-tl {
    background-position: 0 -1115px
}

.language-tg {
    background-position: 0 -1091px
}

.language-ta {
    background-position: 0 -1067px
}

.language-tt {
    background-position: 0 -1151px
}

.language-te {
    background-position: 0 -1079px
}

.language-th {
    background-position: 0 -1103px
}

.language-tr {
    background-position: 0 -1138px
}

.language-tk {
    background-position: 0 -1115px
}

.language-uk {
    background-position: 0 -1175px
}

.language-ur {
    background-position: 0 -1187px
}

.language-ug {
    background-position: 0 -1163px
}

.language-uz {
    background-position: 0 -1175px
}

.language-vi {
    background-position: 0 -1211px
}

.language-cy {
    background-position: 0 -156px
}

.language-xh {
    background-position: 0 -1223px
}

.language-yi {
    background-position: 0 -1235px
}

.language-yo {
    background-position: 0 -1247px
}

.language-zu {
    background-position: 0 -1259px
}

.language-zh,
.language-zh-TW {
    background-position: 0 -1282px
}

.change-language-title span {
    text-transform: capitalize;
    color: #fff
}

.layout {
    width: 1600px;
    margin: 0 auto
}

@media screen and (max-width:1920px) {
    .layout {
        width: 1600px
    }
}

@media screen and (max-width:1700px) {
    .layout {
        width: 1400px
    }
}

@media screen and (max-width:1500px) {
    .layout {
        width: 1300px
    }
}

@media screen and (max-width:1400px) {
    .layout {
        width: 1200px
    }
}

@media screen and (max-width:1280px) {
    .layout {
        width: 1150px
    }

    .nav_wrap .head_nav>li,
    .web_head .btn--search {
        margin: 0 !important
    }

    .web_head .head_layer .layout {
        justify-content: space-between
    }

    .fixed-nav .head_nav>li>a {
        padding: 0 !important
    }
}

@media screen and (max-width:1200px) {
    .layout {
        width: 96%
    }

    .nav_wrap {
        margin-right: 8%;
        margin-left: 0
    }
}

@media screen and (max-width:950px) {
    .layout {
        width: 95%
    }
}

@media screen and (max-width:500px) {
    .layout {
        width: 95%
    }
}

.web_head {
    width: 100%;
    position: relative;
    z-index: 199
}

.web_head .head_top {
    padding: 20px 0 0
}

.web_head .head_top .layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.web_head .logo {
    z-index: 9;
    padding: 10px 0
}

.web_head .logo img {
    max-height: 60px
}

.web_head .top_contacts {
    line-height: 1.2;
    float: right;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: right
}

.web_head .top_contacts,
.web_head .top_contacts a {
    color: #666
}

.web_head .top_contact_item {
    display: inline-block;
    padding: 0 30px;
    text-align: left
}

.web_head .top_contact_item+.top_contact_item {
    border-left: 1px solid #eee
}

.web_head .top_contact_item .item_label {
    display: block;
    color: #999;
    font-weight: 700
}

.web_head .top_contact_item .item_label i {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px
}

.web_head .top_contact_item .item_val {
    display: block;
    font-size: 16px;
    padding-top: 12px
}

.web_head .top_contact_item .label_txt {
    vertical-align: middle
}

.web_head .top_contact_item:hover .item_label i {
    -webkit-animation: .3s swing;
    -o-animation: .3s swing;
    animation: .3s swing
}

.web_head .top_contact_item:last-child {
    padding-right: 0
}

.web_head .head_layer {
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    z-index: 999999
}

.head_layer .seach_s,
.web_head .ph_hanbao {
    display: none
}

.fixed-nav .seach_s {
    display: block !important
}

.web_head .head_layer .layout {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1600px
}

.web_head .head_layer .layout:after {
    display: none
}

.web_head .head_right {
    height: 44px;
    position: relative;
    z-index: 9
}

.web_head .head_right:before {
    content: '';
    width: 30px;
    height: 100%;
    background-color: #da251c;
    position: absolute;
    left: -10px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    display: none
}

.web_head .btn--search {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin-right: 15px
}

.web_head .btn--search:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/search_btn2.png);
    vertical-align: top
}

.fixed-nav.web_head .btn--search:after {
    content: '';
    display: inline-block;
    width: 25px !important;
    height: 25px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/fixed-search.png);
    vertical-align: top
}

.web_head .seach_s .btn--search:after {
    content: '';
    display: inline-block;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/search_btn3.png);
    vertical-align: top
}

.web_head .btn--search:before {
    content: '';
    display: inline-block;
    width: 0%;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.web_head .btn--search:hover:before {
    width: 100%;
    left: 0;
    background-color: #fff
}

.head_up {
    position: relative
}

.head_up:before {
    content: '';
    display: block;
    width: 33%;
    height: 100%;
    background-color: var(--active-color);
    position: absolute;
    right: 0
}

.head_up:after {
    content: '';
    display: block;
    width: 35%;
    height: 100%;
    background-color: var(--active-color);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg)
}

.head_up .layout {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.head_up .layout:after {
    display: none
}

.head_upL ul {
    display: flex;
    align-items: center
}

.head_upL ul li {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-right: 30px
}

.head_upL ul li a {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 28px
}

.head_upL ul li a:hover {
    color: #333;
    text-decoration: underline
}

.head_up .head_upR {
    min-width: 152px
}

.web_head .change-language {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    border-left: 1px solid #fff
}

.web_head .change-language .change-language-title {
    margin-left: 15px;
    position: relative
}

.web_head .change-language-title a {
    color: #fff
}

.web_head .change-language+.btn--search {
    margin-left: 60px
}

.nav_wrap {
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 3%
}

.nav_wrap .head_nav,
.nav_wrap .head_nav a {
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #444
}

.nav_wrap .head_nav>li {
    display: inline-block;
    perspective: 1500px;
    vertical-align: middle;
    position: relative;
    margin: 0 5px
}

.nav_wrap .head_nav>li>a {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    vertical-align: top;
    font-weight: 400
}

.nav_wrap .head_nav .nav-current>a,
.nav_wrap .head_nav>li>a:hover {
    color: var(--textActive-color)
}

.nav_wrap .head_nav>li>a>b {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 4px solid #333;
    border-bottom: 0;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-width: 5px;
    margin-left: 8px;
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.nav_wrap .head_nav>li>a:before {
    content: '';
    width: 0%;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    display: none
}

.nav_wrap .head_nav>li>a>em {
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: top
}

.nav_wrap .head_nav>li li {
    position: relative;
    text-align: left
}

.nav_wrap .head_nav>li li a {
    display: block;
    line-height: 1.8em;
    padding: 8px 15px;
    font-size: 16px;
    position: relative;
    color: #333
}

.nav_wrap .head_nav>li li a:before,
.nav_wrap .head_nav>li li:hover>a:before {
    content: '';
    display: block;
    width: 4px;
    height: 30%;
    background-color: var(--active-color);
    position: absolute;
    left: 0;
    top: 40%;
    opacity: 0
}

.nav_wrap .head_nav>li li a:hover:before,
.nav_wrap .head_nav>li li:hover>a:before {
    top: 50%;
    margin-top: -11px;
    height: 22px;
    opacity: 1
}

.nav_wrap .head_nav>li li b:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid #8e8e8e;
    border-left-width: 6px;
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: 10px;
    top: 16px
}

.nav_wrap .head_nav>li li:last-child>a {
    border-bottom: 0
}

.nav_wrap .head_nav>li li:hover>a {
    color: var(--active-color);
    padding-left: 18px;
    padding-right: 5px
}

.nav_wrap .head_nav>li li:hover>a b:after {
    border-left-color: var(--active-color)
}

.nav_wrap .head_nav>li>em {
    vertical-align: middle
}

.nav_wrap .head_nav:hover>li.nav-current>a:before,
.nav_wrap .head_nav:hover>li:hover>a:before {
    width: 0;
    left: 50%
}

.nav_wrap .head_nav:hover>li:hover>a:before,
.nav_wrap .head_nav>li.nav-current>a:before {
    width: 100%;
    left: 0;
    background-color: #fff;
    opacity: 1
}

.nav_wrap .head_nav>li:hover>a>b {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav_wrap .head_nav li ul {
    width: 250px;
    padding: 15px 0;
    background-color: rgba(255, 255, 255, .98);
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0;
    z-index: 999;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 0 0 10px
}

.nav_wrap .head_nav>li ul ul {
    left: 102%;
    top: -15px
}

.nav_wrap .head_nav li:hover>ul {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible
}

.nav_wrap .head_nav li.menu_left ul {
    left: auto;
    right: 0
}

.nav_wrap .head_nav li.menu_left ul ul {
    left: 102%
}

.fixed-nav .head_layer {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 9999
}

.fixed-nav-active .head_layer {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

@media screen and (min-width:1600px) {
    .web_head .head_layer .layout {
        width: 68%
    }
}

@media screen and (max-width:1400px) {
    .nav_wrap .head_nav a {
        font-size: 18px
    }
}

@media screen and (max-width:1200px) {
    .nav_wrap .head_nav a {
        font-size: 16px
    }

    .nav_wrap .head_nav>li>a {
        padding: 0 5px
    }
}

@media screen and (max-width:1000px) {
    .nav_wrap .head_nav a {
        font-size: 16px
    }

    .nav_wrap .head_nav>li>a {
        padding: 0 4px
    }
}

.nav_wrap .head_nav a .swiper-button-prev,
.swiper-button-next {
    cursor: pointer;
    z-index: 10
}

@media (max-width:1200px) {
    .product_main .image-additional-wrap .image-additional .swiper-slide {
        height: 107px !important;
        margin-top: 12px
    }
}

@media (max-width:950px) {

    .product_main .image-additional-wrap .image-additional,
    .product_main .image-additional-wrap .image-additional .swiper-slide {
        height: 100% !important
    }
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.index_main .swiper-button-next,
.index_main .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: -25px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 30px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 2px;
    -webkit-tap-highlight-color: transparent
}

.swiper-button-next:before,
.swiper-button-prev:before {
    display: inline-block;
    -webkit-transform: scale(.7, 1);
    -ms-transform: scale(.7, 1);
    -o-transform: scale(.7, 1);
    transform: scale(.7, 1);
    vertical-align: top
}

.swiper-container:hover .swiper-button-prev {
    left: 65px
}

.swiper-container:hover .swiper-button-next {
    right: 65px
}

.index_main .swiper-button-next.swiper-button-disabled,
.index_main .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: 1
}

.index_main .swiper-button-prev,
.index_main .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.index_main .swiper-button-next,
.index_main .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.index_main .swiper-button-prev:before,
.index_main .swiper-container-rtl .swiper-button-next:before {
    content: '<'
}

.index_main .swiper-button-next:before,
.index_main .swiper-container-rtl .swiper-button-prev:before {
    content: '>'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 3
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #2b2820;
    background-color: #2b2820;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 6px
}

.swiper-pagination-bullet-active {
    border-color: #2b2820;
    background-color: transparent
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .3s;
    transition: transform .2s, top .3s, -webkit-transform .3s;
    -o-transition: transform .2s, top .3s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .3s;
    transition: transform .2s, left .3s, -webkit-transform .3s;
    -o-transition: transform .2s, left .3s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .3s;
    transition: transform .2s, right .3s, -webkit-transform .3s;
    -o-transition: transform .2s, right .3s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal {
    overflow: hidden
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: 1s steps(12, end) infinite swiper-preloader-spin;
    animation: 1s steps(12, end) infinite swiper-preloader-spin
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.slider_banner {
    overflow: visible
}

.foot-wrapper {
    position: relative;
    width: 100%;
    background: #0f0f0f
}

.foot-wrapper,
.foot-wrapper a {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 32px
}

.foot-wrapper .foot-items {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    padding: 90px 0 40px
}

.foot-wrapper .foot_logo {
    margin-bottom: 30px
}

.foot-wrapper .foot_logo img {
    max-height: 100px
}

.foot-wrapper .foot-items .foot-item {
    width: 25%;
    position: relative;
    display: table-cell;
    vertical-align: top
}

.foot-wrapper .foot-items .foot-item .foot-tit h2 {
    position: relative;
    color: #fff;
    font-size: .2rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: .26rem;
    margin-bottom: .4rem;
    padding-left: .25rem
}

.foot-wrapper .shareBox {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.foot-wrapper .foot-items .foot-item .foot-tit h2:after,
.foot-wrapper .foot-items .foot-item .foot-tit h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #2a466c;
    visibility: visible;
    display: block
}

.foot-wrapper .foot-items .foot-item .foot-tit h2:after {
    width: 6px;
    left: 4px
}

.foot-wrapper .foot-items .foot-item.foot-item-contact,
.foot-wrapper .foot-items .foot-item.foot-item-social {
    width: 20%
}

.foot-wrapper .foot-items .foot-item.foot-item-social1 {
    width: 25%
}

.foot-wrapper .foot-items .foot-item.foot-item-social1 ul li {
    margin-bottom: 20px
}

.foot-wrapper .foot-items .foot-item.foot-item-logo1 {
    padding-right: 60px;
    width: 30%
}

.foot-wrapper .foot-items .foot-item.foot-item-subscribe {
    padding-left: .3rem
}

.foot-wrapper .foot-tit {
    font-family: Arial;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20px
}

.foot-wrapper .foot-cont .foot_phone_ph {
    display: none !important
}

.foot-wrapper .footerLogo {
    width: auto
}

.foot-wrapper .footerLine {
    width: 92px;
    height: 1px;
    background: #fff;
    margin: 12px 0 26px
}

.foot-wrapper .footerLogoText {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 30px
}

.foot-wrapper .shareBox img {
    width: 20px;
    margin-right: 20px;
    transition: 290ms linear
}

.foot-wrapper .shareBox img:hover {
    transform: scale(1.1)
}

.foot-wrapper .foot-items .foot-item.foot-item-contact .shareBox a:hover {
    color: #fff
}

.foot-wrapper .foot-social {
    position: relative;
    float: left
}

.foot-wrapper .foot-social li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .35rem 0 0
}

.foot-wrapper .foot-social li img {
    width: 18px;
    height: 18px
}

.foot-wrapper .foot-social li a {
    background-color: #fff;
    padding: 6px
}

.foot-wrapper .foot-btn {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1;
    display: none
}

.foot-wrapper .foot-btn a {
    width: 25%;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #444
}

.foot-wrapper .foot-btn img {
    width: 25px;
    margin: 0 auto
}

.foot-wrapper .copyright {
    padding: 10px 0;
    border-top: 1px solid #444;
    text-align: center
}

.foot-wrapper .linkUl li {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #ddd;
    line-height: 1.4;
    margin-bottom: 10px
}

.foot-wrapper .foot-items .foot-item.foot-item-contact li {
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px
}

.foot-wrapper .foot-cont li a:hover {
    text-decoration: underline
}

.foot-wrapper .foot-items .foot-item.foot-item-contact li a {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #999;
    line-height: 38px
}

.foot-wrapper .foot-item.foot-item-contact li:before {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: .18rem;
    color: #939393;
    width: .2rem;
    text-align: center;
    line-height: .32rem
}

.foot-wrapper a:hover {
    color: #fff
}

.foot-wrapper .linkUl a {
    position: relative
}

.foot-wrapper .foot-item.foot-item-contact li.foot_addr:before {
    content: "";
    width: 16px;
    height: 21px;
    background: url("img/demo/footerIcon3.png") 0 0/100% 100% no-repeat
}

.foot-wrapper .foot-item.foot-item-contact li.foot_phone:before {
    content: "";
    width: 20px;
    height: 19px;
    background: url("img/demo/footerIcon1.png") 0 0/100% 100% no-repeat
}

.foot-wrapper .foot-item.foot-item-contact li.foot_email:before {
    content: "";
    width: 21px;
    height: 15px;
    background: url("img/demo/footerIcon2.png") 0 0/100% 100% no-repeat
}

.foot-wrapper .foot-item.foot-item-contact li.foot_whatsapp:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("img/demo/footerIcon5.png") 0 0/100% 100% no-repeat
}

.foot-wrapper .foot-item.foot-item-contact li.foot_fax:before {
    content: "\f1ac"
}

.foot-wrapper .foot-item.foot-item-contact li.foot_skype:before {
    content: "\f232"
}

.chebian {
    width: 60px;
    height: auto;
    position: fixed;
    right: 10px;
    z-index: 99999;
    transform: translateY(-50%);
    top: 50%
}

.chebian ul {
    width: 100%
}

.chebian ul li {
    width: 42px;
    height: 42px;
    margin-bottom: 5px
}

.chebian ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    background: var(--active-color);
    align-items: center;
    justify-content: center;
    position: relative
}

.chebian ul li a .erjixuanf {
    position: absolute;
    left: -167px;
    top: -43px;
    width: 150px;
    height: 150px;
    max-width: 200px;
    display: none
}

.chebian ul li a:hover .erjixuanf {
    display: block
}

.chebian ul li a img {
    width: auto;
    height: auto;
    max-width: 61%
}

@media only screen and (max-width:1200px) {
    .chebian {
        display: none
    }
}

.mmfoot {
    display: none;
    position: fixed;
    width: 100%;
    height: 56px;
    bottom: 0;
    z-index: 111;
    background-color: var(--active-color)
}

.mmfoot .item {
    width: 25%;
    float: left;
    height: 100%;
    border-right: 1px solid #ddd
}

.mmfoot .item a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%
}

@media only screen and (max-width:768px) {
    .mmfoot .item a {
        background-size: 36%
    }
}

@media screen and (max-width:1100px) {
    .foot-wrapper .copyright {
        padding: 10px 0
    }

    .fix_slide_foot {
        display: flex !important
    }


    .path_bar ul {
        line-height: 2;
        display: flex;
        flex-wrap: wrap
    }

    .foot-wrapper .foot-tit {
        font-size: 18px
    }

    .foot-wrapper .layout {
        width: 95%
    }

    .z10000 {
        position: relative;
        z-index: 100000
    }

    .mobile-body-mask {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999
    }

    .mobile-ico-close {
        width: 30px;
        height: 30px;
        background: url(../images/mobile_close.png) center center/50% auto no-repeat #fff;
        position: absolute;
        right: -35px;
        top: 0;
        cursor: pointer
    }

    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
        margin-bottom: 22%
    }

    .lang-more {
        display: none !important
    }

    .mobile-head-items {
        position: fixed;
        top: 30px;
        left: 0;
        width: 100%;
        line-height: 25px;
        text-align: left;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        height: 59px;
        background: #fff
    }

    .mobile-head-items .phone_tel a {
        color: #000;
        font-size: 16px
    }

    .ph_div {
        display: flex;
        flex-direction: row-reverse
    }

    .mobile-head-items .phone_logo {
        position: relative;
        padding-left: 20px
    }

    .phone_logo img {
        max-height: 50px
    }

    .phone_tel {
        margin-left: 10px
    }

    .mobile-head-items .phone_logo:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        height: 15px;
        width: 1px;
        border-right: 1px solid #000;
        display: none
    }

    .lan_A {
        display: flex;
        align-items: center;
        padding-right: 20px
    }

    .mobile-head-search {
        padding-right: 10px
    }

    .mobile-head-item {
        float: right
    }

    .mobile-head-item.mobile-head-aside {
        float: right;
        display: none
    }

    .mobile-head-item .title {
        width: 100%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-align: center;
        color: #fff;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent
    }

    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #fff
    }

    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015'
    }

    .mobile-head-item.mobile-head-nav .title:before {
        content: "";
        width: 22px;
        height: 22px;
        background-size: cover;
        display: inline-block;
        background-image: url(../images/ph_h2.png)
    }

    .mobile-head-item.mobile-head-language .title:before {
        content: "";
        width: 22px;
        height: 22px;
        background-size: cover;
        background-image: url(../images/ph_h1.png);
        display: none
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: "";
        width: 22px;
        height: 22px;
        background-size: cover;
        background-image: url(../images/ph_h3.png);
        display: none
    }

    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007"
    }

    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060"
    }

    .mobile-head-item .main-content-wrap {
        background: #fff;
        top: 0;
        display: block;
        z-index: 99999
    }

    .mobile-head-search.mobile-head-item .main-content-wrap {
        transition: .3s ease-in-out
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: auto;
        height: 100%;
        padding: 15px 10px;
        background-color: #fff;
        z-index: 9999;
        position: relative
    }

    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden
    }

    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -80%;
        width: 80%;
        height: 100%
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1
    }

    .web_head .logo {
        position: relative;
        display: flex;
        float: none;
        text-align: center
    }

    .web_head {
        padding: 59px 0 0;
        height: auto
    }

    .head_up {
        display: none
    }

    .web_head .head_top {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .web_head .btn--search,
    .web_head .change-language,
    .web_head .nav_wrap .head_nav {
        display: none
    }

    .web_head .nav_wrap {
        position: static
    }

    .web_head .btn--search {
        right: 0;
        top: -20px;
        margin: 0
    }

    .web_head .head-search {
        display: none
    }

    .head-search {
        position: relative;
        width: 90%;
        height: 35px;
        background: #000;
        margin: 0 auto
    }

    .head-search .search-ipt {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #fff;
        padding: 0 10px
    }

    .head-search .search-btn {
        color: transparent;
        position: absolute;
        width: 35px;
        height: 100%;
        background: url(../images/search_btn_mobile.png) center center/auto 16px no-repeat;
        -webkit-background-size: auto 16px;
        border: none;
        right: 0;
        top: 0;
        display: block !important
    }

    .head-search .search-attr {
        display: none
    }

    .ph_hanbao .mobile-head-item.mobile-head-nav .title:before {
        content: "";
        width: 21px;
        height: 15px;
        background-image: url(img/demo/ph_hanbao.png);
        display: inline-block;
        background-size: cover
    }

    .path_bar {
        background-attachment: scroll !important
    }

    .web_head {
        margin-bottom: auto;
        position: relative
    }

    .head_layer {
        padding: 0;
        height: 80px;
        display: none !important
    }

    .web_head .head_top {
        margin-bottom: auto
    }

    .head_nav {
        width: 100%;
        padding: 0 5px
    }

    .head_nav li {
        padding-top: 4px;
        padding-bottom: 4px
    }

    .head_nav li,
    .head_nav li a {
        color: #111
    }

    .head_nav li.has-child {
        margin-top: 0;
        margin-bottom: 0
    }

    .head_nav li.has-child>a {
        margin-top: 3px;
        margin-bottom: 3px;
        margin-right: 35px
    }

    .head_nav li.has-child>ul {
        display: none
    }

    .head_nav li.siblings-no-menu {
        position: relative;
        padding-left: 15px
    }

    .head_nav li a {
        display: block;
        line-height: 1.4em;
        position: relative
    }

    .head_nav li a:hover {
        color: inherit
    }

    .head_nav li em {
        display: block;
        height: 1.4em;
        overflow: hidden
    }

    .head_nav li li,
    .head_nav li li li {
        font-size: 16px
    }

    .head_nav li li a {
        color: #666
    }

    .head_nav li.has-child a b {
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 1px solid #111;
        border-radius: 2px;
        overflow: hidden;
        line-height: 15px;
        position: absolute;
        right: -35px;
        top: 1px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .head_nav li.has-child a b:after,
    .head_nav li.has-child a b:before {
        content: '';
        display: block;
        width: 9px;
        height: 1px;
        background-color: #111;
        position: absolute;
        left: 3px;
        top: 50%;
        margin-top: -.5px
    }

    .head_nav li.has-child a b:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .head_nav li.has-child a:hover b {
        border-color: #111
    }

    .head_nav>li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f2f2
    }

    .head_nav>li>a {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: -1px;
        text-transform: uppercase;
        position: relative
    }

    .head_nav li,
    .head_nav li.has-child {
        padding-left: 0
    }

    .head_nav li li,
    .head_nav li li.has-child {
        padding-left: 15px
    }

    .head_nav li.active>a>b:after {
        display: none
    }

    .head_nav li.active>a>b {
        background-color: #111
    }

    .head_nav li.active>a>b:after,
    .head_nav li.active>a>b:before {
        background-color: #fff
    }

    .web_head .nav_wrap {
        display: none
    }

    .foot-btn a {
        width: 25%;
        height: 57px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000
    }

    .foot-btn {
        display: flex
    }


    .foot-items {
        padding-top: 35px !important;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 30px !important
    }

    .foot-items .foot-item.foot-item-logo1 {
        width: 100%
    }

    .foot-items .foot-item.foot-item-social1 {
        width: 100%;
        margin-top: 20px
    }

    .foot-items .foot-item.foot-item-social {
        display: block;
        width: 100%
    }

    .foot-tit {
        font-family: Arial;
        font-weight: 400;
        font-size: 22px;
        color: #fff;
        line-height: 44px
    }

    .foot-items .shareBox {
        justify-content: space-evenly
    }

    .foot_logo img {
        height: 80px
    }

    .mmfoot {
        display: block
    }
}

#index_scrollsidebar {
    top: 42%;
    right: 2px;
    transition: 1s ease-in-out;
    opacity: 1;
    position: fixed;
    z-index: 99999;
    text-transform: none
}

#index_scrollsidebar ul li {
    width: 56px;
    height: 56px;
    background-color: var(--active-color);
    border-radius: 10px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#index_scrollsidebar ul li .show0 {
    position: absolute;
    padding: 6px;
    border-radius: 8px;
    right: 60px;
    top: 50%;
    transition: .5s ease-in-out;
    transform: translateY(-50%);
    display: none
}

.show0>div {
    background-color: var(--active-color);
    padding: 12px;
    position: relative;
    border-radius: 2px
}

.show0>div::after {
    border-left: 10px solid var(--active-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%)
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
    font-size: 16px;
    color: #fff;
    text-wrap: nowrap
}

#index_scrollsidebar ul li .show0 a:hover {
    text-decoration: underline
}

#index_scrollsidebar ul li:hover .show0 {
    display: block
}

#index_scrollsidebar ul li>a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center
}

#index_scrollsidebar ul li img {
    border: none;
    vertical-align: middle;
    max-width: 50%
}

#index_scrollsidebar .gototop {
    background-color: #333
}

#index_scrollsidebar .gototop .s_smooth {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: var(--active-color);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--active-color);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-out:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover {
    color: #fff
}

.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.fix_slide_foot {
    display: none;
    background: var(--active-color);
    position: fixed;
    width: 100%;
    bottom: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    height: 50px;
    z-index: 111
}

.fix_slide_foot li {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center
}

.fix_slide_foot li:nth-child(2n) {
    background: var(--active-color)
}

.fix_slide_foot li:last-of-type() {
    border-right: none
}

.fix_slide_foot li a[title=email] img {
    height: 30px
}

.fix_slide_foot li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center
}

.fix_slide_foot li img {
    height: 30px;
    width: auto
}

.show0 img {
    width: 120px;
    margin: 0 auto 10px;
    display: block;
    max-width: unset !important
}

.show0 img:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:1024px) {



    body {
        padding-bottom: 50px
    }
}

#cont a {
    text-transform: capitalize
}

.change-empty {
    display: none
}

.ings {
    position: relative;
    width: 100%;
    height: 100%
}

.ab_meetf .ab_meetli1 {
    position: relative;
    padding-top: 58% !important
}

.ab_meetf .ab_meetli1 img {
    object-fit: cover !important
}

.img_contain img {
    object-fit: contain !important
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: unset !important;
}

th,
td {
    min-width: unset;
    max-width: unset !important;
    padding: 10px !important;
}

@media screen and (max-width:950px) {
    table {
        display: block !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        width: auto !important;
        max-width: auto !important;
    }


    .foot-items .foot-item {
        display: block;
        padding: 0;
        width: 100% !important
    }

    #index_scrollsidebar {
        display: none
    }
}