html {
    font-size: 625%
}

@font-face {
    font-family: fontawesome;
    src: url(../font/fontawesome-webfont.eot);
    src: url(../font/fontawesome-webfont.eot) format("embedded-opentype"), url("https://images.cnmqh.com/images/common/other/plug-in/fonts/fontawesome-webfont.woff2") format("woff2"), url(../font/fontawesome-webfont.woff) format("woff"), url(../font/fontawesome-webfont.ttf) format("truetype"), url(../font/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ROBOTO-BOLD;
    src: url('https://images.cnmqh.com/images/common/other/plug-in/fonts/ROBOTO-BOLD.TTF');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ROBOTO-BLACK;
    src: url('https://images.cnmqh.com/images/common/other/plug-in/fonts/ROBOTO-BLACK.TTF');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ROBOTO-REGULAR;
    src: url('https://images.cnmqh.com/images/common/other/plug-in/fonts/ROBOTO-REGULAR.TTF');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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: #333;
    font-family: ROBOTO-REGULAR, Arial, Helvetica, sans-serif;
    line-height: 1.5
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    font-size: 16px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    --color-main: #85bede;
    --all-pd: calc((258 / 19.2) * 1%);
    --color-main1: 230, 88, 25;
    --color-main: #e65819
}

.pubMore,
.pubMoreF {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #313134;
    width: auto;
    padding: 0 24px;
    text-align: center;
    position: relative;
    text-transform: uppercase
}

.pubMore::after,
.pubMoreF::after {
    display: inline-block;
    width: 14px;
    height: 12px;
    content: '';
    background: url(../image/icon_more.png) center/12px auto no-repeat;
    margin-left: 5px
}

.cur {
    cursor: pointer
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4,
h5 {
    font-size: 14px
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

li {
    list-style: none
}

em,
i {
    font-style: normal
}

a:focus,
input[type=text]:focus {
    outline: 0
}

a:hover {
    color: #355e40;
    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
}

input::-webkit-input-placeholder {
    color: #999
}

input::-moz-placeholder {
    color: #999;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #999
}

input:-moz-placeholder {
    color: #999
}

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
}

* {
    -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
}

.cate_items ul:after,
.clearfix:after,
.detail-tabs:after,
.nav_wrap .head_nav:after,
.product-intro:after,
.web_head .logo:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0
}

.clear {
    clear: both
}

.clearf {
    clear: both;
    overflow: hidden
}

.layout,
body {
    margin: 0 auto
}

.layout {
    position: relative
}

.z9999 {
    z-index: 9999 !important
}

.hide {
    display: none
}

.pubPic {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden
}

.pubPic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex
}

.flexColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flexSpaceBe {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between
}

.flexWrap {
    flex-wrap: wrap;
    -webkit-box-flex: wrap;
    -webkit-flex-wrap: wrap;
    -moz-box-flex: wrap;
    -ms-flex-wrap: wrap
}

.alignCenter {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    box-align: center
}

.alignBottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.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
}

.rightBox {
    position: fixed;
    top: 36%;
    right: 3px;
    z-index: 9999;
    display: none
}

.rightBox>div {
    cursor: pointer;
    width: 46px;
    border-radius: 2px;
    height: 46px;
    background: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    transition: .5s ease-in-out
}

.rightBox>div:last-child {
    background: rgba(230, 88, 25, .8)
}

.rightBox>div>a>img,
.rightBox>div>img {
    width: 70%;
    height: auto
}

.rightBox>div:hover .showBox {
    display: block
}

.showBox {
    position: absolute;
    background-color: var(--color-main);
    padding: 6px;
    border-radius: 8px;
    right: 46px;
    top: 50%;
    transition: .5s ease-in-out;
    transform: translateY(-50%);
    display: none
}

.showBox a {
    font-size: 16px;
    color: #fff;
    white-space: nowrap
}

.showBox img {
    width: 140px;
    max-width: none
}

.foot-btn {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    display: none !important
}

.foot-btn a {
    width: 25%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, .15)
}

.foot-btn a:last-child {
    border-right: 0
}

.foot-btn img {
    width: 32px;
    margin: 0 auto
}

@media only screen and (max-width:950px) {
    .rightBox {
        display: none !important
    }

    .foot-btn {
        display: flex !important;
        background: #313134;
        box-shadow: 0 -2px 6px 3px rgba(0, 0, 0, .2)
    }
}

.ad_item figure figcaption .item_more,
.blog-item:after,
.change-language .change-language-title a:after,
.foot_item a,
.foot_sns li img,
.gotop,
.head_nav b:after,
.head_nav li a,
.head_sns li img,
.mobile-head-item .middle-show-content-wrap,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li li>a:before,
.nav_wrap .head_nav li ul,
.newsletter .button,
.pages a,
.product-btn-wrap a,
.product-item .item-img img,
.product_item,
.product_item .item_img a,
.product_item .item_img a:after,
.product_item .item_img a:before,
.product_item .item_img img,
.product_item .item_img:after,
.product_item figure,
.product_item figure figcaption,
.side-product-items .btn-next,
.side-product-items .btn-prev,
.side_product_item .add-friend,
.side_product_item .add-friend:after,
.web_head,
.web_head .btn--search,
.web_head .btn--search:before {
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.change-language .change-language-title,
.foot_icon li a img,
.head_search_btn div,
.head_txt a::before,
.mobile-head-item.mobile-head-language .title:after,
.nav_wrap .head_nav>li>a:after,
.search_close_btn {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.head-search .search-btn,
.head_nav>li>a:before,
.icon-cate,
.language-flag span::after {
    -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
}

.company_item .video_icon::before,
.foot_right_form input.sub::before,
.head_nav>li:after,
.head_nav>li>b::before,
.language-flag span::after,
.mobile-head-language .title::after,
.mobile-head-language .title::before,
.mobile-head-nav .title:before,
.nav_wrap .head_nav>li>a>b:after,
.search_close_btn::before,
.swiper-button-next:before,
.swiper-button-prev:before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    display: inline-block
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

a:hover {
    color: var(--color-main)
}

.web_head {
    width: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .11)
}

.head_layer .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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.web_head .logo {
    margin: 0 20px 0 0
}

.web_head .head_right {
    float: right
}

.head_layer .nav_wrap {
    position: relative;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.nav_wrap .head_nav,
.nav_wrap .head_nav a {
    color: #333;
    font-family: ROBOTO-BOLD
}

.head_nav a {
    text-transform: capitalize
}

.nav_wrap .head_nav:after {
    display: none
}

.nav_wrap .head_nav>li {
    display: inline-block;
    line-height: 60px;
    font-size: 16px;
    perspective: 1500px;
    vertical-align: middle;
    position: relative;
    margin: 0 1.8%
}

.nav_wrap .head_nav>li:first-child {
    margin-left: 0
}

.nav_wrap .head_nav>li>a {
    position: relative;
    display: inline-block;
    padding: 24px 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 700
}

.nav_wrap .head_nav>li.nav_current>a {
    color: var(--color-main)
}

.nav_wrap .head_nav>li.nav_current>a:after,
.nav_wrap .head_nav>li>a:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
    content: ''
}

.nav_wrap .head_nav>li.nav_current:hover>a:after,
.nav_wrap .head_nav>li.nav_current>a:after {
    background-color: var(--color-main)
}

.nav_wrap .head_nav>li>a:after {
    width: 0
}

.nav_wrap .head_nav>li>a>b {
    display: inline-block;
    margin-left: 5px
}

.nav_wrap .head_nav>li>a>b:after {
    border-top: 6px solid #333;
    border-bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    vertical-align: middle;
    content: ''
}

.nav_wrap .head_nav>li.nav_current>a>b:after {
    border-top-color: var(--color-main)
}

.nav_wrap .head_nav>li:hover {
    z-index: 2
}

.nav_wrap .head_nav>li:hover>a {
    color: var(--color-main)
}

.nav_wrap .head_nav>li:hover>a:after {
    width: 100%;
    background: var(--color-main)
}

.nav_wrap .head_nav>li:hover>a>b:after {
    border-top-color: var(--color-main);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav_wrap .head_nav li ul {
    width: 260px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: translateY(8%);
    -ms-transform: translateY(8%);
    -o-transform: translateY(8%);
    transform: translateY(8%);
    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;
    background: #fff;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .04)
}

.nav_wrap .head_nav>li ul ul {
    left: 100%;
    top: 0
}

.nav_wrap .head_nav li:hover>ul {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    display: block !important
}

.nav_wrap .head_nav li.menu_left ul {
    left: auto;
    right: 0
}

.nav_wrap .head_nav li.menu_left ul ul {
    right: 102%
}

.nav_wrap .head_nav>li li {
    position: relative;
    text-align: left;
    padding: 0;
    white-space: normal
}

.nav_wrap .head_nav>li li a {
    display: block;
    line-height: 1.4em;
    padding: 11px 24px 11px 18px;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    color: #15161c
}

.nav_wrap .head_nav>li li a:before,
.nav_wrap .head_nav>li li:hover>a:before {
    content: "";
    display: block;
    width: 4px;
    height: 30%;
    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;
    background-color: var(--color-main);
    color: var(--color-main)
}

.nav_wrap .head_nav>li li>a b:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-left: 6px solid #15161c;
    border-right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.nav_wrap .head_nav>li li:last-child>a {
    border-bottom: 0
}

.nav_wrap .head_nav>li li:hover>a {
    color: #fff;
    background: var(--color-main)
}

.nav_wrap .head_nav>li li:hover>a b:after {
    border-left-color: #fff
}

.fixed-nav .head_layer {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    -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: rgba(255, 255, 255, .96);
    box-shadow: 1px 0 1px rgba(0, 0, 0, .3)
}

.fixed-nav .head_nav>li>a {
    padding: 10px 0
}

.fixed-nav .logo img {
    margin-right: 20px
}

.fixed-nav .change-language .change-language-cont {
    top: 47px;
    background-color: hsla(0, 0%, 100%, .95)
}

.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;
    z-index: 100
}

.fixed-nav-active .nav_wrap:before {
    opacity: 1;
    height: 100%
}

.fixed-nav-active .head_layer .sheader {
    display: none
}

@media only screen and (max-width:1600px) {
    .head_tel {
        display: none
    }
}

@media only screen and (max-width:1500px) {
    .layout {
        width: 100%;
        padding: 0 50px;
        box-sizing: border-box
    }

    .head_tel {
        display: none
    }
}

.head_touch {
    margin: 0 0 0 1.2%
}

.head_tel {
    margin-left: 1.2%
}

.head_tel .tel {
    position: relative;
    display: block;
    height: 50px;
    padding-left: 60px
}

.head_tel .tel::before {
    display: block;
    width: 50px;
    height: 50px;
    background-color: var(--color-main);
    content: '';
    position: absolute;
    left: 0;
    top: 0
}

.head_tel .tel .icon_tel {
    width: 50px;
    height: 50px;
    padding: 13px;
    position: absolute;
    left: 0;
    top: 0
}

.head_tel .tel span {
    display: block
}

.head_tel .tel b {
    font-weight: 700;
    font-family: ROBOTO-BOLD
}

.head_tel .tel:hover .icon_tel {
    animation: .5s swing
}

.head_search {
    position: relative;
    margin-left: 1.2%
}

.head_search_btn {
    width: 28px;
    height: 38px;
    overflow: hidden
}

.head_search_btn div {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.head_search_btn .search_btn {
    background-image: url(../image/icon_search.png)
}

.head_search_btn:hover .search_btn {
    background-image: url(../image/icon_search_1.png)
}

.web_search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, .96);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    height: 0;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.search_open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    height: auto
}

.search_close_btn {
    width: 36px;
    height: 36px;
    position: relative;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .6);
    background-position: center;
    background-size: 20px;
    border-radius: 50%;
    margin-left: 5%;
    cursor: pointer;
    margin-bottom: 20px
}

.search_close_btn:hover {
    background-color: var(--color-main);
    transform: rotate(90deg)
}

.search_form {
    flex: 1;
    overflow: hidden;
    margin: 50px 0
}

.search_tip {
    text-align: right;
    color: #666;
    padding: 5px 0 0;
    clear: both;
    margin-right: 150px
}

.search-ipt {
    border: 0;
    background: 0 0;
    border-radius: 0;
    -webkit-appearance: none;
    border-bottom: 1px solid #999;
    -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
}

.search_open .search-ipt {
    opacity: 1;
    -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);
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.search_form .search-ipt {
    line-height: 60px;
    padding: 0 20px 0 0;
    width: calc(100% - 150px);
    float: left;
    font-size: 26px
}

.search_form .search_submit {
    background: url(../image/icon_search2.png) 18% center/auto 50% no-repeat;
    background-color: var(--color-main);
    float: right;
    width: 150px;
    height: 50px;
    margin: 5px 0 0;
    border: none;
    padding: 0 0 0 24px;
    color: #fff;
    border-radius: 25px;
    font-size: 16px
}

.search_form .search_submit:hover {
    opacity: .9
}

@media only screen and (max-width:1450px) {
    .head_tel {
        display: none
    }
}

@media only screen and (max-width:1350px) {
    .head_touch .pubMore {
        padding: 0 15px
    }

    .nav_wrap .head_nav>li {
        margin: 0 1.5%
    }
}

@media only screen and (max-width:1200px) {
    body {
        min-width: inherit
    }

    .web_head .logo img {
        max-height: 66px
    }

    .nav_wrap .head_nav>li>a {
        font-size: 18px
    }

    .head_search {
        margin-left: 2%
    }

    .mobile-head-logo img {
        width: 30%
    }
}

@media only screen and (max-width:950px) {
    body {
        min-width: 100%
    }

    .layout {
        padding: 0 10px
    }

    .mobile-head-logo img {
        width: 30%
    }

    .z10000 {
        position: relative;
        z-index: 100000
    }

    .web_head {
        height: 92px
    }

    .web_head .change-language,
    .web_head .nav_wrap .head_nav {
        display: none
    }

    .web_head .nav_wrap {
        position: static
    }

    .head-search .search-attr,
    .web_head .head-search,
    .web_head .head_right {
        display: none
    }

    .head_layer .layout {
        display: none;
        text-align: center
    }

    .index_web_head {
        position: static;
        text-align: center
    }

    .index_web_head .head_layer {
        position: static
    }

    .head_nav {
        width: 100%
    }

    .head_nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 18px
    }

    .head_nav>li {
        border-bottom: 1px solid #eee;
        line-height: 38px
    }

    .head_nav>li>b {
        position: absolute;
        right: 0;
        width: 30px;
        height: 30px;
        top: 4px;
        background: #fff;
        z-index: 1
    }

    .head_nav>li>b::before {
        content: '\f106';
        display: block;
        line-height: 30px;
        text-align: center;
        font-size: 16px;
        color: #666;
        transition: .3s
    }

    .head_nav>li>b.up_icon::before {
        transform: rotate(180deg)
    }

    .mobile_gn .head_nav>li a {
        display: block
    }

    .head_nav>li:after {
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
        font-size: 12px
    }

    .head_nav li ul {
        display: block;
        width: 100%;
        margin-bottom: 6px
    }

    .head_nav li ul li {
        width: auto;
        padding: 2px 10px;
        font-size: 17px;
        text-transform: lowercase;
        line-height: 32px
    }

    .head_nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px
    }

    .head_nav li ul li li {
        line-height: 28px;
        font-size: 16px
    }

    .head_nav li ul li li:before,
    .web_head .nav_wrap {
        display: none
    }
}

.mobile-head-items {
    display: none
}

.mobile-head-items .trp-language-wrap a {
    display: block;
    margin-right: 15px
}

.change-language .change-language-title {
    height: 38px;
    display: flex;
    align-items: center;
    padding-left: 10px
}

.change-language .change-language-title .language-flag span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
    color: #040404
}

.change-language .change-language-title .language-flag span::after {
    content: '\f107';
    font-size: 16px;
    transform: rotate(0);
    margin-left: 8px;
    display: inline-block
}

.change-language:hover .change-language-title .language-flag span {
    color: var(--color-main)
}

.change-language:hover .change-language-title .language-flag span::after {
    transform: rotate(180deg);
    color: var(--color-main)
}

.change-language ::-webkit-scrollbar {
    width: 5px
}

.change-language .change-language-cont {
    position: absolute;
    top: 130%;
    right: 0;
    background: #fff;
    padding: 20px 15px 20px 20px;
    transform: scale3d(.9, .9, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -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;
    border: 1px solid #eee;
    overflow-y: scroll;
    max-height: 80vh
}

.change-language .change-language-cont li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 4% 0 0;
    overflow: hidden;
    padding: 0 10px 0 0;
    border-bottom: 1px solid #ececec;
    float: left
}

.change-language .change-language-cont li:nth-child(2n) {
    margin-right: 0
}

.change-language .change-language-cont li a {
    display: block;
    padding: 7px 0
}

.change-language:hover .change-language-cont {
    transform: scaleX(1);
    opacity: 1;
    visibility: visible
}

.change-language:hover .change-language-title {
    border-color: rgba(236, 90, 43, .9)
}

.change-language .prisna-wp-translate-seo,
.mobile-head-language .prisna-wp-translate-seo {
    display: block
}

.change-language .change-language-cont li a:hover {
    color: #355e40
}

.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;
    cursor: pointer;
    line-height: 30px;
    clear: both
}

.change-language .change-language-cont .more-active {
    font-size: 20px
}

.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
}

@media only screen and (max-width:950px) {
    .mobile-body-mask {
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 90
    }

    .mobile-ico-close {
        width: 30px;
        height: 30px;
        position: absolute;
        right: -35px;
        top: 0;
        background: url(../image/mobile_close.png) 50%/50% auto no-repeat #fff;
        cursor: pointer;
        font-family: fontawesome
    }

    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        line-height: 40px;
        display: flex;
        justify-content: space-between;
        z-index: 1000;
        background: #fff;
        padding: 0 15px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        flex-direction: column
    }

    .mobile_head_top {
        margin-top: 10px;
        align-items: center
    }

    .mobile_head_tel .tel {
        text-align: center;
        position: relative;
        display: block;
        height: 24px;
        padding-left: 34px;
        line-height: 24px
    }

    .mobile_head_tel .tel::before {
        display: block;
        width: 24px;
        height: 24px;
        background-color: var(--color-main);
        content: '';
        position: absolute;
        left: 0;
        top: 0
    }

    .mobile_head_tel .tel .icon_tel {
        width: 24px;
        height: 24px;
        padding: 6px;
        position: absolute;
        left: 0;
        top: 0
    }

    .mobile_head_tel .tel b {
        font-weight: 700;
        font-family: ROBOTO-BOLD
    }

    .mobile_head_tel .tel:hover .icon_tel {
        animation: .5s swing
    }

    .mobile_head_bot {
        margin-bottom: 10px
    }

    .phoneLogo img {
        height: 33px;
        display: block
    }

    .mobile_gn {
        display: flex;
        align-items: center
    }

    .mobile-head-item {
        float: left;
        width: 32px
    }

    .mobile-head-search {
        order: 1
    }

    .mobile-head-language {
        order: 2;
        margin-left: 15px;
        width: auto
    }

    .mobile-head-nav {
        order: 3;
        white-space: nowrap;
        width: auto
    }

    .mobile-head-item.mobile-head-aside {
        float: right
    }

    .mobile-head-item .title {
        width: 100%;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        text-align: center;
        cursor: pointer;
        position: relative;
        -webkit-tap-highlight-color: transparent;
        font-size: 14px
    }

    .mobile-head-item.mobile-head-language .title {
        font-size: 18px;
        text-align: left;
        display: flex
    }

    .mobile-head-item .title a {
        position: relative;
        display: block
    }

    .mobile-head-item .title:before {
        width: 100%;
        height: 100%;
        content: '';
        display: inline-block
    }

    .mobile-head-item.mobile-head-home .title a:before {
        content: "\f015"
    }

    .mobile-head-item.mobile-head-nav .title {
        height: 32px;
        width: 36px
    }

    .mobile-head-item.mobile-head-nav .title:before {
        width: 100%;
        float: left;
        height: 100%;
        background: url(../image/icon_menu.png) center/34px auto no-repeat
    }

    .mobile-head-item.mobile-head-language .title:before {
        width: 30px;
        float: left;
        background: url(../image/icon_en.png) left center/21px auto no-repeat
    }

    .mobile-head-item.mobile-head-language .title:after {
        content: '\f107';
        margin-left: 4px;
        color: #999
    }

    .mobile-head-item.mobile-head-language .title_up:after {
        transform: rotate(180deg)
    }

    .mobile-head-item.mobile-head-search .title:before {
        background: url(../image/icon_search.png) center/21px auto no-repeat
    }

    .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-item .main-content-wrap .content-wrap {
        overflow-y: auto;
        height: 100%;
        padding: 15px 10px 55px;
        background-color: #fff
    }

    .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: -70%;
        width: 70%;
        height: 100%;
        text-align: left
    }

    .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
    }

    .mobile-head-items .trp-language-wrap {
        padding-bottom: 42px
    }

    .mobile-head-items .trp-language-wrap a {
        margin-right: 0;
        border-bottom: 1px solid #f2f2f2
    }

    .mobile-head-items .change-language-cont li {
        border-bottom: 1px solid #ececec
    }

    .mobile-head-items .change-language-cont li a {
        display: block
    }

    .mobile-head-search .middle-content-wrap {
        padding: 10px 15px;
        top: 50px
    }

    .middle-content-wrap .search_form {
        display: block;
        left: 20px;
        top: 20px;
        right: 20px;
        width: auto;
        position: static;
        margin: 0
    }

    .mobile-head-search .main-content-wrap .content-wrap {
        padding: 15px 0
    }

    .search_form .search-ipt {
        width: calc(100% - 111px);
        opacity: 1;
        -webkit-appearance: none;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -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;
        font-size: 20px;
        line-height: 42px
    }

    .search_form .search_submit {
        width: 110px;
        height: 42px;
        background-position: 16% center;
        margin-top: 0
    }

    .mobile-head-search .mobile-ico-close {
        top: -35px;
        right: 0
    }

    .search_tip {
        display: none
    }
}

.web_form {
    position: relative;
    z-index: 1;
    display: none
}

.web_form_wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: .26rem .5rem;
    align-items: center
}

.web_form_left {
    width: 48%;
    color: #fff
}

.web_form_left .title {
    font-size: .46rem;
    font-family: AKZIDENZGROTESK-BOLD;
    text-transform: uppercase;
    line-height: 1.25
}

.web_form_left .brief {
    line-height: 1.5
}

.web_form_input {
    width: 48%
}

.web_form_input input.txt {
    background: #fff;
    border: 0;
    height: .6rem;
    width: calc(50% - .1rem);
    padding: 0 .2rem;
    font-size: .16rem
}

.web_form_input .sub_btn {
    background: 0 0;
    border: 1px solid #fff;
    height: .6rem;
    margin-top: .15rem;
    width: 100%;
    font-size: 20px;
    color: #fff;
    cursor: pointer
}

.web_form_input .sub_btn:hover {
    background: rgba(236, 90, 43, .8)
}

@media only screen and (max-width:950px) {
    .web_form_wrap {
        padding: 12px 15px
    }

    .web_form_left {
        width: 43%
    }

    .web_form_input {
        width: 53%
    }

    .web_form_left .title {
        font-size: .34rem
    }

    .web_form_left .brief {
        display: none
    }

    .web_form_input input.txt {
        font-size: .24rem;
        padding: 0 .15rem
    }

    .web_form_input .sub_btn {
        font-size: 16px;
        height: .54rem
    }
}

.web_footer {
    background-color: #313134;
    margin-top: 0
}

.web_footer,
.web_footer a {
    color: #fff
}

.foot_form {
    background: var(--color-main);
    position: relative;
    margin-top: -12%;
    z-index: 5;
    box-shadow: 0 9px 12px 6px rgba(0, 0, 0, .2);
    padding: 5% 5.5%
}

.foot_form_left {
    width: 45%
}

.foot_form_left .web_th .name {
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
    color: #fff
}

.foot_form_left .web_th .name::before {
    position: absolute;
    left: 0;
    width: 55%;
    height: 5px;
    bottom: 0;
    background: #fff;
    content: ''
}

.foot_form_left .web_th .name:hover {
    color: #313134
}

.foot_form_left .web_th .name:hover::before {
    background: #313134
}

.foot_info_list {
    margin-top: 30px
}

.foot_info_list li {
    line-height: 1.5;
    background-position: left 5px;
    background-size: 23px auto;
    background-repeat: no-repeat;
    padding: 3px 0 3px 38px;
    margin-bottom: 10px
}

.foot_info_list li.address {
    background-image: url(../image/icon_add.png)
}

.foot_info_list li.tel {
    background-image: url(../image/icon_tel.png)
}

.foot_info_list li.mail {
    background-image: url(../image/icon_email.png)
}

.foot_info_list li.whatsapp {
    background-image: url(../image/icon_whats.png)
}

.foot_info_list li a:hover {
    text-decoration: none;
    color: #313134
}

.foot_form_div {
    width: 48%
}

.foot_form_div .txt {
    line-height: 1.75
}

.form_inner {
    margin-top: 20px
}

.form_inner input.txt,
.form_inner textarea {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    background: 0 0;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 5%;
    color: #fff;
    width: 100%
}

.form_inner textarea {
    line-height: 26px;
    height: 60px;
    resize: none;
    scrollbar-color: #fff;
    margin-bottom: 7%
}

.form_inner input.txt:nth-child(-n+2) {
    width: 45%
}

.form_inner .sub {
    background: #fff;
    width: 151px;
    height: 48px;
    border: 0;
    font-size: 16px;
    margin: 0
}

.form_inner .sub:hover {
    background: #313134;
    color: #fff
}

.form_inner textarea::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px
}

.form_inner textarea::-webkit-scrollbar-thumb:hover {
    background: #fff;
    border-radius: 5px
}

.form_inner input::-webkit-input-placeholder,
.form_inner textarea::-webkit-input-placeholder {
    color: #fff
}

.form_inner input::-moz-placeholder,
.form_inner textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.form_inner input:-ms-input-placeholder,
.form_inner textarea:-ms-input-placeholder {
    color: #fff
}

.form_inner input:-moz-placeholder,
.form_inner textarea:-moz-placeholder {
    color: #fff
}

.foot_inner {
    padding: 4.8% 0 4.5%;
    color: #f6f6f6
}

.foot_inner a:hover {
    color: var(--color-main)
}

.foot_inner .link_th {
    font-size: 22px;
    position: relative;
    padding-bottom: 12px
}

.foot_inner .link_th::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 168px;
    height: 1px;
    background: #fff;
    content: ''
}

.foot_inner .foot_left {
    width: 33%;
    margin-right: 2%
}

.foot_inner .foot_info {
    width: auto
}

.foot_inner .foot_link {
    width: 16%;
    margin-right: 2%
}

.foot_inner .foot_link_pro {
    width: 22%
}

.foot_left .brief {
    margin-top: 18px;
    line-height: 1.75
}

.foot_left .pubMoreF {
    margin-top: 8%
}

.foot_left .pubMoreF:hover {
    background: #fff;
    color: #313134
}

.foot_left .pubMoreF:hover::after {
    background-image: url(../image/icon_more_d.png)
}

.foot_icon {
    margin-top: 25px
}

.foot_icon li {
    margin-right: 10px
}

.foot_icon li:last-child {
    margin-right: 0
}

.foot_icon li a {
    display: block;
    width: 25px;
    height: 28px;
    position: relative;
    overflow: hidden
}

.foot_icon li a img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.foot_icon li a .hover_img {
    top: 100%
}

.foot_icon li a:hover .def_img {
    top: -100%
}

.foot_icon li a:hover .hover_img {
    top: 0
}

.foot_link .link_list {
    margin-top: 15px
}

.foot_link .link_list li {
    line-height: 1.5;
    padding: 6px 0;
    margin-top: 5px
}

.foot_link .link_list li a {
    color: #fff;
    position: relative
}

.foot_bottom a:hover,
.foot_link .link_list li a:hover {
    color: var(--color-main)
}

.web_footer .foot_bottom {
    background: #282828;
    padding: 1.3% 0;
    line-height: 1.25
}

.foot_bottom .line {
    padding: 0 8px
}

@media only screen and (max-width:1200px) {
    .foot_form_left .web_th .name {
        padding-bottom: 15px
    }

    .foot_form_left .web_th .name::before {
        height: 4px
    }

    .foot_inner .link_th {
        font-size: 20px
    }

    .foot_inner .link_th::before {
        width: 140px
    }

    .form_inner textarea {
        height: 90px
    }
}

@media only screen and (max-width:950px) {
    .web_footer {
        padding: 0 0 55px
    }

    .head_nav>li>a {
        padding: 0 !important
    }

    .foot_form {
        flex-direction: column;
        padding: 26px 15px 30px;
        margin-top: -70px
    }

    .foot_form_inner {
        flex-direction: column
    }

    .foot_form_left {
        width: 100%
    }

    .foot_form_div {
        width: 100%;
        margin-top: 10px
    }

    .foot_info_list {
        margin-top: 20px
    }

    .foot_info_list li {
        background-size: 19px auto;
        padding-left: 30px;
        margin-bottom: 6px
    }

    .foot_inner {
        padding: 20px 0 10px;
        flex-wrap: wrap;
        position: relative
    }

    .foot_inner .foot_left {
        width: 100%
    }

    .foot_left .brief {
        margin: 15px 0 20px;
        line-height: 26px
    }

    .foot_left .pubMoreF {
        margin: 0
    }

    .foot_inner .foot_info,
    .foot_inner .foot_link {
        width: 100%;
        margin: 20px 0 0
    }

    .foot_link .link_th {
        position: relative;
        font-size: 22px
    }

    .foot_link .link_list li {
        margin: 0;
        padding: 4px 0
    }

    .foot_link .link_list li a {
        line-height: 26px;
        position: relative;
        display: block
    }

    .foot_icon {
        margin-top: 20px;
        padding-bottom: 20px
    }

    .web_footer .foot_bottom {
        padding: 20px 0
    }

    .foot_bottom .layout {
        flex-direction: column
    }

    .foot_bottom p {
        text-align: center
    }

    .foot_bottom p:last-child {
        margin-top: 12px
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .swiper-container .swiper-wrapper {
        width: auto
    }
}

.sitemap-logo-boxs>.sep-container>h2>a:hover {
    color: #fff;
    text-decoration: underline
}

#cont>ul>li>a {
    text-transform: capitalize
}

#cont h2,
#footer {
    background: var(--color-main) !important
}

#cont>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 {
    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
}

.content-wrap.form .ch_form_wrap .item_submit {
    padding: 0 !important
}

.content-wrap.form .ch_form_wrap .item_submit input {
    background: var(--color-main) !important;
    height: 38px !important;
    font-size: 16px;
    border-radius: 5px
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul select,
.content-wrap.form .ch_form_wrap ul textarea {
    border-left-color: var(--color-main) !important
}

.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(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        -ms-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }

    to {
        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, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        -ms-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        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(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        -ms-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightA {
    -webkit-animation-name: fadeInRightA;
    animation-name: fadeInRightA
}

@-webkit-keyframes twinkling {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes OrangePulse {

    0%,
    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)
    }

    to {
        -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)
    }

    to {
        -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%,
    50%,
    to {
        -webkit-transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-20%)
    }

    75% {
        -webkit-transform: translateY(-10%)
    }
}

@keyframes jump {

    0%,
    50%,
    to {
        transform: translateY(0)
    }

    25% {
        transform: translateY(-20%)
    }

    75% {
        transform: translateY(-10%)
    }
}

@-webkit-keyframes bounceInA {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .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)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceInA {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .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)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(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, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        -ms-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownA {
    -webkit-animation-name: fadeInDownA;
    animation-name: fadeInDownA
}

@keyframes fadeInA {
    0% {
        opacity: 0
    }

    to {
        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
}

@-webkit-keyframes zoomInDown {
    0% {
        height: 0;
        opacity: 0
    }

    to {
        height: 100%;
        opacity: 1
    }
}

@keyframes zoomInDown {
    0% {
        height: 0;
        opacity: 0
    }

    to {
        height: 100%;
        opacity: 1
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInA {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomInA {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.6, .6, .6);
        transform: scale3d(.6, .6, .6)
    }

    50% {
        opacity: 1
    }
}

.zoomInA {
    -webkit-animation-name: zoomInA;
    animation-name: zoomInA
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.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: translateZ(0);
    transform: translateZ(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;
    -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(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.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
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: none
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
    opacity: .3
}

.swiper-button-lock {
    display: none
}

.swiper-button-next {
    background-size: cover
}

.swiper-button-prev:before {
    content: "\f0d9";
    padding-right: 3px
}

.swiper-button-next::before,
.swiper-button-prev::before {
    font-weight: 500
}

.swiper-button-next:before {
    content: "\f0da";
    padding-left: 2px
}

.swiper-pagination-bullet {
    vertical-align: middle;
    border: 0 solid hsla(0, 0%, 100%, 0);
    margin: 0 5px;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #355e40;
    border-color: #355e40
}

.swiper-pagination-white .swiper-pagination-bullet {
    opacity: .7
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet:before {
    background-color: rgba(0, 0, 0, .9)
}

.swiper-pagination-white .swiper-pagination-bullet-active:before {
    background-color: hsla(0, 0%, 100%, .9)
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    margin-top: -25px;
    top: 50%;
    color: #fff;
    background-color: rgba(0, 0, 0, .65);
    font-size: 38px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    opacity: 1;
    -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;
    z-index: 2;
    -webkit-tap-highlight-color: transparent
}

.swiper-button-next:before,
.swiper-button-prev:before {
    display: inline-block;
    font-size: 30px
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: var(--color-main)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
    left: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.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: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #15161c
}

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-pagination-bullet-active {
    opacity: 1;
    background: var(--color-main)
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%
}

.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 .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s;
    -o-transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px
}

.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 .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s;
    -o-transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s;
    -o-transition: transform .2s, right .2s
}

.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>.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-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .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) infinite swiper-preloader-spin;
    animation: 1s steps(12) infinite swiper-preloader-spin
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.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
}

lite-youtube {
    width: 100%;
    background-color: #000;
    position: relative;
    contain: content;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
    display: inline-block
}

lite-youtube:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: .2s cubic-bezier(0, 0, .2, 1)
}

lite-youtube:after {
    content: "";
    display: block;
    padding-bottom: 56.25%
}

lite-youtube>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0
}

lite-youtube>.lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, .2, 1);
    border: none;
    font-size: 0
}

lite-youtube .lty-playbtn:focus,
lite-youtube:hover>.lty-playbtn {
    filter: none
}

lite-youtube.lyt-activated {
    cursor: unset
}

lite-youtube.lyt-activated:before,
lite-youtube.lyt-activated>.lty-playbtn {
    opacity: 0;
    pointer-events: none
}

.change-language .change-language-cont {
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    width: 460px !important
}

.change-language .trp-language-wrap a {
    position: relative;
    float: left;
    vertical-align: bottom;
    display: inline;
    zoom: 1;
    width: 48%;
    margin: 0 4% 0 0;
    list-style: none;
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
    line-height: 27px
}

.change-language .trp-language-wrap a:nth-child(2n) {
    margin-right: 0
}

.change-language .trp-language-wrap img {
    width: 18px;
    height: 12px;
    margin-right: 5px
}

.hide_false {
    display: none !important
}

.language--img {
    background: url(../image/leg.webp) center center no-repeat;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 6px;
    vertical-align: middle
}

.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
}

.trp-language-wrap .lang-more {
    display: none !important
}

.y_center {
    top: 50%;
    transform: translateY(-50%)
}

.row_center {
    display: flex;
    align-items: center;
    justify-content: center
}

#aside_right,
#aside_right ul li a::before {
    transition: .3s
}

#aside_right {
    position: fixed;
    right: -90px;
    z-index: 999
}

#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:not(:first-child) {
    margin-top: 4px
}

#aside_right ul li>a {
    width: 62px;
    height: 62px;
    background: var(--color-main);
    position: relative;
    overflow: hidden
}

#aside_right ul li>a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color-shadow);
    border-radius: 50%;
    transform: scale(0)
}

#aside_right ul li>a>img {
    max-width: 40%;
    object-fit: cover;
    position: absolute
}

#aside_right ul li .aside_common_show {
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background: var(--color-main);
    opacity: 0;
    visibility: hidden
}

#aside_right ul li .aside_common_show.aside_img_show {
    width: 150px;
    height: 150px
}

#aside_right ul li .aside_common_show.aside_img_show img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#aside_right ul li .aside_common_show.aside_txt_show {
    color: #fff
}

#aside_right ul li .aside_common_show.aside_txt_show a {
    color: #fff;
    white-space: nowrap
}

@media screen and (max-width:1024px) {
    #aside_right {
        display: none
    }
}

#cont>ul>li>ul>li.has-childs>ul>li>ul>li>a {
    color: var(--color-main) !important
}

#cont>ul>li>ul>li.has-childs>ul>li.has-childs>ul>li>a:before {
    border-color: var(--color-main) !important
}

#cont>ul>li>ul>li.has-childs>ul>li.has-childs>a:after {
    background: var(--color-main) !important
}

.content-wrap.form .ch_form_wrap .item_submit input {
    transition: .3s
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: #fff !important;
    border: 1px solid var(--color-main) !important;
    color: #333
}

.c_location li:last-child a {
    color: var(--color-main) !important
}

.c_sub_top a {
    color: var(--color-main);
    font-weight: 700
}

.c_sub_top a:hover {
    text-decoration: underline
}

.sitemap-content {
    padding-top: 120px !important
}

#index_scrollsidebar {
    top: 50%;
    right: 20px;
    transition: 1s ease-in-out;
    opacity: 1;
    position: fixed;
    z-index: 99999
}

#index_scrollsidebar ul li {
    width: 62px;
    height: 62px;
    background-color: var(--color-main);
    border-radius: 10px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#index_scrollsidebar ul li .show0 {
    position: absolute;
    background-color: var(--color-main);
    padding: 6px;
    border-radius: 8px;
    right: 80px;
    top: 50%;
    transition: .5s ease-in-out;
    transform: translateY(-50%);
    display: none
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
    font-size: 16px;
    color: #fff;
    text-wrap: nowrap
}

#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
}

#index_scrollsidebar .gototop .s_smooth img {
    width: 23px
}

.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(--color-main);
    -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(--color-main);
    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)
}

@media only screen and (max-width:1024px) {
    #index_scrollsidebar {
        display: none
    }
}

.fix_slide_foot {
    display: none;
    background: var(--color-main);
    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 {
    border-right: 1px solid #fff;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center
}

.fix_slide_foot li:last-of-type() {
    border-right: none
}

.fix_slide_foot li a[title=email] img {
    height: 30px
}

.fix_slide_foot .img {
    width: 30px;
    height: 30px
}

.fix_slide_foot li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center
}

@media only screen and (max-width:1023px) {
    .fix_slide_foot {
        display: flex
    }

    body {
        padding-bottom: 50px
    }
}

* {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    box-sizing: border-box;
    word-break: break-word;
    line-height: 1.3;
    font-family: ROBOTO-REGULAR
}

table {
    width: 100% !important;
    border-collapse: collapse !important;
    table-layout: unset !important;
    height: auto;
    border: 1px solid #f5f5f5 !important;
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important
}

table tbody {
    display: inline-table;
    width: 100%
}

table td,
table th {
    border: 1px solid #ccc !important;
    text-align: center;
    padding: 5px 10px
}

.tab_con_div strong {
    font-weight: 900;
    font-size: 18px
}

.cap {
    text-transform: capitalize
}

.upp {
    text-transform: uppercase
}

.tac {
    text-align: center
}

.web_head .logo img {
    max-height: 70px
}

.fixed-nav .logo img {
    max-height: 60px
}

.layout {
    padding-left: var(--all-pd) !important;
    padding-right: var(--all-pd) !important;
    width: 100% !important
}

.head_layer .layout {
    padding: 15px calc((114 / 19.2) * 1%) !important
}

.nav_wrap .head_nav>li>a {
    font-size: 18px
}

.head_get_more {
    border-radius: 25px;
    background: var(--color-main)
}

a,
img {
    transition: .3s
}

.head_tel .tel {
    text-align: left
}

.head_tel .tel::before {
    background: 0 0
}

.head_tel .tel span {
    color: #333;
    font-family: Roboto-Bold;
    color: var(--color-main)
}

.hover_scale:hover img {
    transform: scale(1.03)
}

.hover_scale,
.hover_scale2 {
    overflow: hidden;
    height: 0;
    position: relative;
    padding-bottom: 1%
}

.hover_scale iframe,
.hover_scale img,
.hover_scale2 iframe,
.hover_scale2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

.swiper-container-horizontal {
    overflow: hidden
}

#index_scrollsidebar ul li,
#index_scrollsidebar ul li:hover .show0 {
    border: 0
}

.hover:hover {
    color: var(--color-main) !important
}

.hoverf:hover {
    color: #fff !important
}

.fixed-nav .head_nav>li.nav_current>a:after,
.fixed-nav .head_nav>li>a:after {
    bottom: 0 !important
}

.com_btn {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #c4c4c4;
    line-height: 30px;
    padding: 12px 25px;
    width: auto;
    display: inline-flex !important;
    transition: .3s;
    --color-shen: #353744;
    --color-qian: #fff
}

.bhc {
    background: #fff !important;
    color: #333 !important
}

.hhc {
    background: #333 !important;
    border-color: #333 !important;
    color: #fff !important
}

.bhc,
.hhc {
    transition: .3s
}

.bhc:hover,
.chb,
.hhc:hover {
    background: var(--color-main) !important;
    border-color: var(--color-main) !important;
    color: #fff !important
}

.chb:hover {
    background: #fff !important;
    color: #333 !important
}

.flex_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    --l-w: 300px;
    --pd: 60px
}

.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))
}

.flex_main.flex_main2 .lll,
.flex_main.flex_main2 .rrr {
    width: 50%
}

.flex_main.flex_main3 .rrr {
    width: calc(100% - var(--l-w))
}

.column_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.fsb {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.nav_wrap .head_nav>li.nav_current>a:after,
.nav_wrap .head_nav>li>a:after {
    bottom: 15px
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset
}

.footer {
    background: #282828
}

.footer a:hover {
    color: var(--color-main) !important
}

.footer .top {
    padding: calc((106 / 19.2) * 1%) 0 calc((87 / 19.2) * 1%)
}

.footer .top .t1,
.footer .top .t2 {
    color: #fff
}

.footer .bot {
    border-top: 1px solid #666;
    padding: calc((76 / 14) * 1%) 0 calc((114 / 14) * 1%)
}

.footer .bot .layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer .bot .layout .item {
    max-width: 300px
}

.footer .bot .layout .item .tt1 {
    font-family: Roboto;
    font-size: 24px;
    color: #f6f6f6
}

.footer .bot .layout .item ul {
    margin-top: 30px
}

.footer .bot .layout .item ul a,
.footer .bot .layout .item ul li {
    color: #fff;
    line-height: 40px
}

.footer .bot .layout .item.media ul li .img {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    position: relative;
    top: 5px
}

.footer .copyright,
.footer a {
    font-size: 16px;
    color: #fff;
    line-height: 34px
}

.footer .copyright {
    padding-bottom: 22px
}

.h5show {
    display: none
}

.h5show2 {
    display: none !important
}

.change-language .change-language-cont li a span,
.mobile-head-items .change-language-cont li a span {
    text-transform: capitalize
}

.proType_buy {
    padding-bottom: 5%
}

.c_pagenation,
.nav-links,
.pages2,
.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.pages2 .current,
.pages2 a,
.pages2 span,
.pagination .current,
.pagination a,
.pagination span {
    display: block;
    margin: 5px;
    padding: 8px 15px;
    border: 1px solid #eee;
    text-transform: capitalize
}

.pages2 .current,
.pages2 a:hover,
.pagination .current,
.pagination a:hover {
    background: var(--color-main);
    color: #fff !important;
    border: 1px solid var(--color-main)
}

.c_related_div {
    padding-top: 4%
}

.zdy_ul {
    opacity: 0;
    visibility: hidden;
    max-height: 60vh;
    overflow: auto;
    display: none
}

.nav_wrap .head_nav>li li a {
    display: flex;
    align-items: center
}

.nav_wrap .head_nav>li li a img {
    width: 35px;
    height: 35px;
    margin: 0 15px 0 0
}

@media screen and (max-width:950px) {
    .wow {
        animation: none !important;
        opacity: 1 !important;
        visibility: visible !important
    }

    .head_nav li ul {
        opacity: 1 !important
    }

    .head_nav li ul.zdy_ul {
        display: none !important
    }

    .head_nav>li>a {
        line-height: 38px
    }

    .head_nav {
        zoom: 1 !important
    }

    .pcshow {
        display: none
    }

    .pcshow2 {
        display: none !important
    }

    .h5show {
        display: block
    }

    .h5show2 {
        display: inline-flex !important
    }

    .flex_main .lll,
    .flex_main .rrr,
    .flex_main.flex_main2 .lll,
    .flex_main.flex_main2 .rrr,
    .flex_main.flex_main3 .lll,
    .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
    }

    .logo_m {
        display: block;
        position: absolute;
        width: auto;
        top: 7px
    }

    .logo_m img {
        max-height: 63px
    }

    .mobile-head-item {
        width: auto
    }

    .mobile-head-item .title {
        width: auto;
        height: auto;
        font-size: 16px !important;
        line-height: unset
    }

    .mobile-head-item.mobile-head-nav .title {
        width: 25px;
        height: 19px;
        margin-top: 15px
    }

    .mobile-head-item.mobile-head-nav .title::before {
        background: url(../img2/menu.png) center/cover no-repeat
    }

    .mobile-head-item.mobile-head-search {
        margin-right: 20px;
        padding-right: 20px;
        border-right: 1px solid #bcbcbc
    }

    .mobile-head-item.mobile-head-search .title {
        width: 20px;
        height: 20px
    }

    .mobile-head-item.mobile-head-search .title::before {
        background-size: cover
    }

    .mobile-head-item.mobile-head-language {
        margin-left: 0
    }

    .mobile-head-item.mobile-head-language .title:before {
        width: 20px;
        height: 20px;
        margin-right: 10px
    }

    .footer {
        padding-bottom: 50px
    }

    .footer .a_phone {
        color: var(--color-main) !important;
        font-size: 20px
    }

    .footer .top {
        flex-direction: column;
        align-items: unset;
        padding: 56px 0 46px
    }

    .footer .top .com_btn {
        margin-top: 25px
    }

    .footer .bot {
        margin-top: 10px
    }

    .footer .bot .layout .item {
        width: 100%;
        max-width: 100%;
        margin-top: 33px
    }

    .footer .bot .layout .item ul {
        margin-top: 15px
    }
}

@media screen and (max-width:1800px) {
    .head_nav {
        zoom: .8
    }

    .web_head .logo img {
        max-height: 56px
    }
}

@media screen and (max-width:1366px) {
    body {
        --all-pd: 5%
    }

    .head_layer .layout {
        padding: 15px !important
    }

    .head_nav,
    .head_touch {
        zoom: .7
    }
}