@font-face {
    font-family: 'Raleway';
    src: url('../font/Montserrat-Bold.woff2') format('woff2'), url('../font/Montserrat-Bold.woff') format('woff'), url('../font/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Montserrat-Medium.woff2') format('woff2'), url('../font/Montserrat-Medium.woff') format('woff'), url('../font/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../font/Montserrat-Regular.woff2') format('woff2'), url('../font/Montserrat-Regular.woff') format('woff'), url('../font/Montserrat-Regular.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Aqumtwo-Classic';
    src: url('../font/aqumtwo-classic.eot');
    /* IE 9 Compatibility Mode */
    src: url('../font/aqumtwo-classic.eot?#iefix') format('embedded-opentype'),
        /* IE < 9 */
        url('../font/aqumtwo-classic.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../font/aqumtwo-classic.woff') format('woff'),
        /* Firefox >= 3.6, any other modern browser */
        url('../font/aqumtwo-classic.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../font/aqumtwo-classic.svg#aqumtwo-classic') format('svg');
    /* Chrome < 4, Legacy iOS */
}

:root {
    --main-color: #D51D2B;
    --main-color-hover: #82050F;
    --main-color-h: #331612;
    --light-color: #F3EEE9;
    --dark-color: #c8565f;
    --assistant-color: #CA9334;
    --white: #fff;
    --black: #000;
    --swiper-theme-color: var(--white);
}

.white {
    color: var(--white) !important;
}

._center {
    text-align: center;
}

._mt30 {
    margin-top: 30px;
}

._mt50 {
    margin-top: 50px;
}

._mt30 {
    margin-top: 30px;
}

._mt20 {
    margin-top: 20px;
}

._pd50 {
    padding: 50px 0;
}


.font20 {
    font-size: 20px !important;
}

.main-color {
    color: var(--main-color);
}


.main-color-4 {
    background: var(--main-color-4);
    padding: 50px 0;
}

.assistant-color {
    color: var(--assistant-color);
}

._block {
    display: block;
}

a {
    cursor: pointer;
}

* {
    transition: .5s all;
}

._flex {
    display: flex;
    flex-wrap: wrap;
}

._flex_rc {
    align-items: center;
}

._flex_cc {
    justify-content: center;
}

._flex_bt {
    justify-content: space-between;
}

._gap_20 {
    gap: 20px;
}

._gap_30 {
    gap: 20px;
}

._gap_40 {
    gap: 20px;
}

._gap_50 {
    gap: 20px;
}

._grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

._grid_col_12 {
    grid-column: span 12;
}

._grid_col_11 {
    grid-column: span 11;
}

._grid_col_10 {
    grid-column: span 10;
}

._grid_col_9 {
    grid-column: span 9;
}

._grid_col_8 {
    grid-column: span 8;
}

._grid_col_7 {
    grid-column: span 7;
}

._grid_col_6 {
    grid-column: span 6;
}

._grid_col_5 {
    grid-column: span 5;
}

._grid_col_4 {
    grid-column: span 4;
}

._grid_col_3 {
    grid-column: span 3;
}

._grid_col_2 {
    grid-column: span 2;
}

._grid_col_1 {
    grid-column: span 1;
}


._box_shadow {
    border-radius: 10px;
    box-shadow: 0 5px 5px #ddd;
    overflow: hidden;
    padding: 30px 20px;
}

._white_bg {
    background: var(--white);
    border-radius: 10px;
    padding: 30px 40px;
}

._upper {
    text-transform: uppercase;
}

.max1200 {
    margin: 0 auto;
    max-width: 1200px;
}

.max1080 {
    margin: 0 auto;
    max-width: 1080px;
}

.max900 {
    max-width: 900px;
    margin: 0 auto;
}

.max800 {
    margin: 0 auto;
    max-width: 800px;
}

.max700 {
    margin: 0 auto;
    max-width: 700px;
}

._links ul {
    display: flex;
    justify-content: flex-end;
}

._relative {
    position: relative;
}

.layout {
    max-width: 1500px;
    margin: 0 auto;
}

.top-bar {
    background: var(--black);
    padding: 15px 0;
    line-height: 24px;
}

.head-mail i {
    color: var(--white);
    margin-right: 5px;
}

.head-mail a {
    color: var(--white);
}

.head-right {
    display: flex;
    align-items: center;
}

.head-search {
    margin-right: 20px;

}
._inner_title h1{
color: var(--main-color);
font-weight: 900;
font-size: 40px;
margin-bottom: 5%;
text-align: center;
}

.head-search i {
    color: #444;
    border: 1px solid #444;
    padding: 2%;
    border-radius: 80px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s all;
}

.head-search i:hover {
    color: var(--white);
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}

.head-search-wrap {
    display: none;
}

.tf-topbar {
    padding: 10px 0;
    background-color: var(--main-color);
}

.tf-container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_ul {
    display: flex;
}

.contact_li {
    display: flex;
    margin-right: 14px;
}

.contact_li .contact_ico {
    margin-right: 4px;
}

.contact_li .contact_ico i {
    font-size: 16px;
    color: #fff;
}

.contact_li .contact_link a {
    font-size: 14px;
    color: #FFF;
    transition: .5s all;
}

.contact_li .contact_link a:hover {
    color: #ddd;
}

.tf-container .social-share {
    margin-top: 0;
}

.tf-container .social-share i {
    margin-bottom: 0;
    transition: .5s all;
}

.tf-container .social-share i:hover {
    border: 1px solid var(--white);
    background-color: var(--white);
    color: var(--main-color);
}

.nav-bar {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    background: var(--white);
}

.nav-bar .layout {
    justify-content: space-between;
}

.navActive .nav-bar {
    background: var(--white);
    top: 0;
    box-shadow: 0 1px 5px #ccc;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
}

.head-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-logo img {
    max-width: 100px;
    padding: 2% 0;
}

.nav-subs,
.nav-sub {
    display: none;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.nav-sub {
    position: absolute;
    min-width: 200px;
    background: rgba(255, 255, 255, 1);
    left: 50%;
    top: 100%;
    box-sizing: border-box;
    padding: 20px 30px;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 2px 2px 5px #0000004f;
    border-radius: 10px;

}

.nav-item_products .nav-sub {
    min-width: 350px;
}

.nav-sub-wrap {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background: var(--white);
    padding: 20px 30px;
}

.nav-wrap {
    display: flex;
    flex-wrap: wrap;
}

.nav-item {
    padding: 0 25px;
    display: flex;
    align-items: center;
}

.nav-item>a {
    display: block;
    font-size: 16px;
    line-height: 80px;
    color: #444;
    position: relative;
}

.nav-item:hover>a {
    color: var(--main-color);
}

.navActive .nav-item>a {
    color: #444;
}

.navActive .head-search i {
    color: #444;
}

.nav-item>a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--main-color);
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.nav-item:hover>a:after {
    width: 100%;
}

._child_ico:after {
    font-family: 'fontawesome';
    content: "\f0d7";
    font-size: 12px;
    display: inline-block;
    padding-left: 10px;
    color: #444;
    line-height: 20px;
}

.navActive ._child_ico:after {
    color: #444;
}

.nav-item:hover ._child_ico:after {
    content: "\f0d8";
}

.nav-item:hover .nav-subs {
    display: block;
}

.nav-item:hover .nav-sub {
    display: block;
}

.nav-sub-title {
    position: relative;
}

.nav-sub-title>a {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    color: #444;
    display: block;
    position: relative;
}

.nav-sub-item>a {
    color: #444;
    display: block;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 0;
}

.nav-sub-item>a:hover,
.nav-sub-title>a:hover {
    color: var(--main-color);
}

.nav-sub-title:hover .nav-sub-wrap {
    display: block;
}

#_lang,
#_menu {
    display: none;
}


.index-main-wrapper {
    background-color: #F9F4EC;
}

/* banner */
._index_banner {
    height: calc(100vh - 132px);
}

._banner_desc1 {
    background-color: #C51E3E90;
    padding: 1%;
    max-width: 600px;
    border-radius: 10px;
}

._banner_desc1 p {
    font-size: 16px;
    padding: 1% 8%;
}

._banner_desc1 h2 b {
    color: #331612;
}

._index {
    position: relative;
    margin-top: 4%;
    margin-bottom: 4%;
}

._index_banner .swiper-button-prev:after,
._index_banner .swiper-button-next:after {
    display: none;
}

._index_banner .swiper-button-prev {
    left: 32px;
}

._index_banner .swiper-button-next {
    right: 32px;
}

._index_banner .swiper-button-prev,
._index_banner .swiper-button-next {
    width: auto;
}

._index_banner .swiper-button-prev:hover i,
._index_banner .swiper-button-next:hover i {
    background: rgba(255, 255, 255, 1);
}

._index_banner .swiper-button-prev i,
._index_banner .swiper-button-next i {
    color: var(--white);
    background: rgba(255, 255, 255, .4);
    border-radius: 100%;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
}

._index_banner .swiper-button-prev:hover i,
._index_banner .swiper-button-next:hover i {
    background: rgba(255, 255, 255, 1);
    color: var(--main-color);
}

._index_banner {
    overflow: hidden;
    position: relative;
}

._index_banner .swiper-slide video {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

._index_banner .swiper-slide img {
    transform: scale(1.08);
    transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -webkit-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    width: 100%;
}

._index_banner .swiper-slide-active img {
    transform: scale(1);
}

._index_banner .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

._index_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid var(--white);
    background: inherit;
    opacity: 0.7;
}

._index_banner .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    border-color: var(--white);
    opacity: 1;
}

._banner_desc {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    max-width: 700px;
}


._banner_desc._left a {
    margin-right: 20px;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

._banner_txt {
    margin: 0 auto;
}

._banner_txt span {
    display: block;
    font-size: 60px;
    line-height: 1.2;
    padding-top: 20px;
}

._banner_txt h2 {
    font-size: clamp(20px, 3.5vw, 24px);
    line-height: 1.3;
    font-weight: bold;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

._banner_txt h3 {
    font-size: clamp(20px, 3.5vw, 20px);
    line-height: 1.3;
    font-weight: bold;
    margin-top: 10px;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

._left .max800 {
    margin: 0;
}

._left .max700 {
    margin: 0;
}

._left ._sys_btn {
    justify-content: center;
}

._banner_txt h2 b {
    font-weight: bold;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

._banner_txt p {
    font-size: 20px;
    line-height: 1.6;
    padding-top: 30px;
}

.banner_qu .banner_li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.banner_li .banner_left_x {
    width: 40px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1%;
    border: 1px solid #fff;
    border-radius: 5px;
}

.banner_left_x img {
    width: 100%;
}

.banner_qu {
    margin-top: 2%;
}

.banner_ul {
    display: inline-block;

}

._sys_btn {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

._sys_btn a {
    width: max-content;
    border-radius: 5px;
    padding: 8px 26px;
    margin: 0 auto;
    border: 2px solid var(--white);
    font-size: 20px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

._sys_btn a:hover {
    background: var(--main-color);
    color: var(--white);
    border: 2px solid var(--main-color);
}

._banner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* banner off*/


/* about */
._company_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}

._company_ul h2 {
    color: var(--main-color);
    font-size: 40px;
    margin: 1% 0;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

._company_ul h3 {
    color: #000;
    margin-bottom: 2%;
}

._company_li a {
    color: #fff;
    font-size: 16px;
    background-color: var(--main-color);
    padding: 10px 20px;
    border-radius: 50px;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
    display: inline-block;
    margin-top: 3%;
}

._company_li a:hover {
    background-color: var(--main-color-hover);
}

._company_left {
    width: 50%;

}

._company_left .company_text {
    color: #666;
    font-size: 16px;
    font-family: "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    font-weight: 200;
    padding-right: 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

._company_right {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}

._company_right img {
    width: 100%;
}

/* about off */

/* Category */
._index_classification {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

._index_classification_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

._index_classification_ul ._index_classification_li {
    width: 49.5%;
    margin: .5% 0;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

._index_classification_ul ._index_classification_li img {
    width: 100%;
}

._index_classification_li ._index_classification_text {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #d51d2ce7;
    width: 100%;
    height: 100%;
    opacity: 0;

}

._index_classification_li ._index_classification_textx {
    position: relative;
    width: 100%;
    height: 100%;
}

._index_classification_li ._index_classification_texty {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 30px;
    width: 100%;
    height: 100%;
    z-index: 4;
}

._index_ico {
    width: 70px;
    padding: 2%;
    background-color: #ffffffa6;
    border-radius: 10px;
    margin-bottom: 20px;
}



._index_classification_li h4 {
    font-family: "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}

._index_classification_li h4::after {
    content: "";
    display: block;
    margin: 4% 0;
    margin-bottom: 5%;
    background-color: #fff;
    height: 1px;
    width: 100%;
}

._index_classification_li p {
    font-family: "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #fff;
    font-size: 18px;
}

._index_classification_li a {
    color: var(--main-color);
    font-size: 16px;
    background-color: #fff;
    padding: 2% 6%;
    border-radius: 50px;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

._index_classification_lj {
    margin-top: 40px;
    display: flex;
    align-content: end;
    transform: scale(.5);
    transform-origin: left bottom;

}

._index_classification_lj a:nth-of-type(2) {
    color: #fff;
    background-color: #ffffff69;
    margin-left: 3%;
}

._index_classification_img {
    position: relative;
}

._index_classification_img ._index_top {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    z-index: 1;

}

._index_classification_img::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(213, 29, 43, 0.92) 0%, rgba(255, 255, 255, 0) 75%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

._index_top h4 {
    font-size: 16px;

}

._index_top h4::after {
    display: none;
}

._index_top ._index_ico {
    margin: 20px auto;
}

._index_classification_li:hover ._index_top {
    opacity: 0;
}

._index_classification_li:hover::after {
    opacity: 0;
}

._index_classification_li:hover ._index_classification_text {
    opacity: 1;
}

._index_classification_li:hover ._index_classification_lj {
    transform: scale(1);
}

._index_classification_lj a:hover {
    opacity: .6;
}

/* Category off*/

/* Products */
.pro-left {
    width: 380px;
    padding: 1%;
    background-color: #f3f3f3;
    position: sticky;
    align-self: flex-start;
}

.pro-search {
    background: var(--main-color);
    padding: 30px;
    width: 100%;
    margin-bottom: 10%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-search i {
    color: #FFF;
    margin-left: 10px;
}

.pro-search input {
    padding: 10px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    width: 100%;
}

.pro-left-item {

    margin-top: 10%;
}

.pro-left-title {
    color: #333;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}

._show_mobile>.cate-item>a {
    background: #e4e4e4;
    padding: 10px;
    color: #111;
    border-radius: 5px;
    width: calc(100% - 40px);
    line-height: 1;
    font-size: 18px;
}

._show_mobile>.cate-item>a:hover {
    color: var(--main-color);
}

._show_mobile>.cate-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2% 0;
}

._show_mobile>.cate-item>i {
    background: #e4e4e4;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #111;
    border-radius: 5px;
}

._show_mobile .cate-tree {
    width: 100%;
}

._show_mobile .cate-tree .cate-item {
    margin: 5px 0;
}

._show_mobile .cate-tree span {
    width: 10px;
    height: 10px;
    background-color: #2b2f81;
    border-radius: 50px;
    margin-left: 10px;
    display: inline-block;
}

.hot-pro-item {
    margin: 1% 0;
}

.hot-pro-item a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.hot-pro-item img {
    max-width: 120px;
}

.pro-right {
    width: 70%;
}

.pro-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-list .pro-item {
    width: 32.33%;
    margin: 1% 0;
}

.pro-title h3 {
    font-size: 18px;
    color: #111;
}

.pro-title h3:hover {
    color: var(--main-color);
}

.pro-title p {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pro-item {
    padding: 2%;
    background-color: #F3f3f3;
    border-radius: 10px;
}

.pro-item .pmore a {
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 10px;
}

.pro-item .pmore a:nth-of-type(1) {
    color: #FFF;
    background-color: #2b2f81;
    border: 2px solid #2b2f81;
    margin-right: 10px;
}

.pro-item .pmore a:nth-of-type(2) {
    color: var(--main-color);
    background-color: #fff;
    border: 2px solid var(--main-color);
}

.pro-item .pmore a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px #0000002e;
}

.pro-item .pmore a:nth-of-type(2):hover {
    background: rgba(var(--main-color), .08);
}

.pro-item:hover {
    transition: transform 3s ease, box-shadow .5s ease;
    transform: rotate(1deg);
    box-shadow: -1rem -1rem 1rem -1rem #0000000d, 1rem 1rem 1rem -1rem #0000000d, 0 0 .5rem #fff0, 0 2rem 3.5rem -2rem #00000080;
}

.pro-img {
    overflow: hidden;
}

.pro-item:hover img {
    transform: scale(1.08);
}

.page {
    display: inline-block;
    margin: 20px 0;
    border-radius: 4px;
    padding: 10px 10px;
    background-color: #C41F3E;
    position: relative;
  left: 50%;
  transform: translatex(-50%);
}

.page a,
.page span {
    padding: 3px 15px;
    color: #FFF;
}

.page a {
    border-left: 1px #ffffff50 solid;

}

.page a:nth-of-type(1) {
    border-left: none;
}

.page a:hover {
    color: #ffffff50;
    ;
}

.page>a i {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

._index_feature ._index_title h2 {
    color: #FFF;

}

._index_feature ._index_text p {
    color: #FFF;
    display: inline-block;
}

._index_feature ._index_text {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

._index_feature ._index_title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

._index_feature ._index_text a {
    padding: 10px 20px;
    color: var(--main-color);
    font-size: 16px;
    background-color: #FFF;
    border-radius: 50px;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

._index_feature ._index_text a:hover {
    background-color: var(--main-color-hover);
    color: #FFF;
}

._index_feature {
    background-color: var(--main-color);
    padding-top: 8%;
    padding-bottom: 2%;
}

._index_feature_wrapper ._index_feature_img {
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    position: relative;
    overflow: hidden;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 435 342' height='342' width='435'%3E%3Cg clip-path='url(%23clip0_1649_252)'%3E%3Cpath fill='%23F26322' d='M358.221 341.692H61.5003C35.8352 341.187 9.46607 341.692 3.75764 320.631C-1.08075 298.012 -1.42145 104.527 3.75764 32.4704C5.43089 9.19056 29.1634 3.26633 62.527 1.59672C99.7078 1.3162 117.993 3.44771 155.076 1.59671C183.653 0.170266 199.111 -0.513441 238.427 0.445376C277.201 0.445376 305.634 3.78132 345.253 3.78132C392.037 3.78132 430.017 4.4485 431.666 28.4673C436.429 97.8549 436.089 263.651 430.645 316.359C424.916 341.453 397.364 341.551 359.312 341.688L358.221 341.692Z' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1649_252'%3E%3Crect fill='white' height='342' width='435'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 435 342' height='342' width='435'%3E%3Cg clip-path='url(%23clip0_1649_252)'%3E%3Cpath fill='%23F26322' d='M358.221 341.692H61.5003C35.8352 341.187 9.46607 341.692 3.75764 320.631C-1.08075 298.012 -1.42145 104.527 3.75764 32.4704C5.43089 9.19056 29.1634 3.26633 62.527 1.59672C99.7078 1.3162 117.993 3.44771 155.076 1.59671C183.653 0.170266 199.111 -0.513441 238.427 0.445376C277.201 0.445376 305.634 3.78132 345.253 3.78132C392.037 3.78132 430.017 4.4485 431.666 28.4673C436.429 97.8549 436.089 263.651 430.645 316.359C424.916 341.453 397.364 341.551 359.312 341.688L358.221 341.692Z' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1649_252'%3E%3Crect fill='white' height='342' width='435'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

._index_feature_wrapper ._index_feature_img {

    width: 100%;
    aspect-ratio: 435 / 342;
    mask-size: cover;
    -webkit-mask-size: cover;

}

._index_feature_wrapper ._index_feature_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
}

._index_feature_img:hover img {
    transform: scale(1.08);
}

._index_feature_wrapper h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 900;
    margin: 2% 0;
    padding: 0 2%;
}

._index_feature_wrapper p {
    color: #FFF;
    font-size: 14px;
    font-weight: 200;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 2%;
}

._index_feature_a {
    padding: 0 2%;
}

._index_feature_a a {
    margin-top: 2%;
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

._index_feature_a a::after {
    position: absolute;
    content: "";
    margin-top: 1%;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    left: 0;
    bottom: 0;
    transition: .8s all;
}

._index_feature_a a::before {
    position: absolute;
    content: "";
    margin-top: 1%;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    left: -200%;
    bottom: 0;
    transition: .8s all;
}

._index_feature_a a:hover::before {
    left: 0;
}

._index_feature_a a:hover::after {
    left: 200%;
}

.inner-feedback-item:hover img {
    transform: scale(1.08);
}

._index_feature_bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

._index_feature .swiper-button-next,
._index_feature .swiper-button-prev {
    position: inherit;
    border-radius: 50px;
    background-color: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

._index_feature .swiper-button-prev {
    margin-right: 10px;
}

._index_feature_dj {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._index_feature_dj {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: end;
}

._index_feature .swiper-button-next::after,
._index_feature .swiper-button-prev::after {
    font-size: 22px;
    color: var(--main-color);

}

._index_feature_dj .swiper-button-prev {
    position: inherit;
}

._index_feature_dj .swiper-button-next {
    position: inherit;
}

._index_feature {
    margin-bottom: 0 !important;
}

/* Products off*/

/* product-show */
.pro-desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 10px;
    background: #fff;
}

.pro-desc .pro-img {
    width: 400px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-desc .pro-info {
    width: calc(100% - 420px);
    padding: 20px 10px;
}

.pro-info h1 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 32px;
}

.pro-img .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
}

.mySwiper {
    overflow: hidden;
    width: 100%;
}

.mySwiper2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.pro-desc .swiper-slide {
    border: 1px solid #eee;
}

.pro-desc img {
    width: 100%;
}

.mySwiper .swiper-slide-thumb-active:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
}

.pro-detail {
    padding: 20px;
    background: #fff;
}

.desc-title {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.desc-title {
    font-size: 20px;
    text-transform: uppercase;
}

.pro-position .desc {
    padding: 20px 0;
    background: #f1f1f1;
}

#inquiry_title {
    padding-top: 40px;
}

.desc-cont p {
    font-size: 16px;
    line-height: 1.6;
    padding: 5px 0;
    color: #444;
}

#inquiry_btn {
    color: #fff;
    background: var(--main-color);
    font-size: 20px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 80px;
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
}
#inquiry_btn:hover{
   background: var(--main-color-hover);
}
.pro-info p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 200;
}

#inquiry p {
    padding: 0 0 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.pro-detail td {
    padding: 10px;
    font-size: 16px;
}

.pro-detail tr {
    background: #f9f9f9;
}

.pro-detail tr:nth-child(even) {
    background: #f1f1f1;
}

.pro-detail h2 {
    font-size: 24px;
    padding-bottom: 20px;
}

.categorie li a {
    font-size: 16px;
    color: #555;
}

._two img {
    width: 49%;
}

.pro-detail p._flex img {
    margin: .5%;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.categorie ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.categorie li {
    width: 50%;
}

.categorie li a {
    color: #111;
    margin: 1% 0;
}

.categorie li a:hover {
    color: var(--main-color);
}

/* product-show-end */


/* vr */
._index_vr {
    margin-top: 0 !important;
    padding-top: 100px;
}

.home_vr {
    position: relative;
}

._index_vr ._index_feature_bj {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.home_vr>img {
    width: 100%;
    border: 1px #666 solid;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.home_vr img {
    width: 100%;

}

._index_vr .home_vr_h2 {
    position: absolute;
    z-index: 5;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}

._index_vr .home_vr_h2 h2 {
    font-weight: 900;
    font-size: 50px;
    text-shadow:
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
}

/* vr off*/

/* blog */
._index_blog {
    margin-bottom: 0;
    padding-bottom: 4%;
}

._index_text {
    margin: 1% 0;
    margin-bottom: 2%;
}

._index_title {
    margin: 1% 0;
}

._index_title h2 {
    color: var(--main-color);
    font-size: 40px;

    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

._index_text p {
    color: var(--black);
    max-width: 800px;
    font-size: 16px;
}

.inner-feedback-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 14px;
    margin: 2% 0;
    font-weight: 200;
}

.inner-feedback-desc h3 {
    color: var(--black);
    font-size: 20px;
    font-weight: 900;

}


.inner-feedback-item .inner-feedback-desc {
    padding: 5%;
    background-color: #fff;
}

.inner-feedback-item {
    border-radius: 10px;
    overflow: hidden;

}

.inner-feedback-item .inner-feedback-img {
    overflow: hidden;
}

.inner-feedback-item .inner-feedback-a a {
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: var(--main-color);
    font-size: 16px;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.inner-feedback-item .inner-feedback-a a::after {
    position: absolute;
    content: "";
    margin-top: 1%;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    left: 0;
    bottom: 0;
    transition: .8s all;
}

.inner-feedback-item .inner-feedback-a a::before {
    position: absolute;
    content: "";
    margin-top: 1%;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    left: -200%;
    bottom: 0;
    transition: .8s all;
}

.inner-feedback-item .inner-feedback-a a:hover::before {
    left: 0;
}

.inner-feedback-item .inner-feedback-a a:hover::after {
    left: 200%;
}

.inner-feedback-item:hover img {
    transform: scale(1.08);
}

/* blog off */
.news-list * {
    transition: all .5s ease-in-out;
}

.news-item {
    width: 100%;
    display: flex;
    padding: 20px 15px 20px 90px;
    background: #fff;
    box-shadow: 0 5px 10px #ccc;
    margin-bottom: 40px;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-item .news-time {
    background: #2b2f81;
    padding: 10px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
}

.news-time big {
    font-size: 18px;
    color: #fff;
    display: block;
}

.news-time small {
    font-size: 14px;
    color: #fff;
}

.news-item .news-info {
    padding: 20px 0;
    width: calc(100% - 600px);
}

.news-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
}

.news-info a {
    display: block;
    border: 1px solid var(--main-color);
    width: 120px;
    text-align: center;
    border-radius: 20px;
    line-height: 36px;
    color: var(--main-color);
}

.news-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-weight: 200;
}

.news-item .news-img {
    width: 500px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
}

.news-item:hover img {
    transform: scale(1.05);
}

.news-item:hover .news-info a {
    color: #fff;
    background: var(--main-color);
}

.news-item:hover .news-time {
    background: var(--main-color);
    padding-left: 60px;
}

.news-item:hover {
    padding-left: 140px
}

/* news-end */


/* news-show */

._news_show ._inner_title h1 {
    text-align: left;
    font-weight: 300;
    font-size: 26px;
}

._news_show ._inner_title small {
    font-size: 14px;
    font-weight: 200;
    color: #777;
    padding-top: 10px;
    display: block;
}

._news_show ._inner_title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

._inner_show_wrap p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    padding: 10px 0;
    font-weight: 300;
}

._inner_show_wrap {
    /*padding: 30px 0;*/
    border-bottom: 1px solid #ccc;
}

._inner_btn_wrap {
    padding: 20px 0;
}

._inner_btn_item {
    display: flex;
}

._inner_btn_item span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    margin-right: 10px;
}

._inner_btn_item a {
    display: block;
    font-size: 16px;
    font-weight: 200;
    color: #555;
}


/* news-show-end */

/* case */
._index_case {
    padding: 2% 0;
    margin: 0 !important;
    background-image: url('https://cdn.shopify.com/s/files/1/0850/1690/3989/files/Instafeed_background.png?v=1744098827&width=2880');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

._index_case h2 {
    color: #FFF;
}

._index_case p {
    color: #FFF;
}

._index_case_img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

._index_case_img::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.92) 0%, rgba(255, 255, 255, 0) 75%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: .5s all;

}

._index_case .swiper-slide {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

._index_case .swiper-slide:hover ._index_case_img::before {
    opacity: 0;
}

._index_case_swiper h5 {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 16px;
    position: absolute;
    z-index: 4;
}

._index_case_swiper .swiper-button-next,
._index_case_swiper .swiper-button-prev {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    height: 40px;
    width: 40px;
    border: 2px solid var(--main-color);
}

    ._index_case_swiper .swiper-button-next::after,
    ._index_case_swiper .swiper-button-prev::after {
        color: var(--main-color);
        font-size: 16px;
        display: block
    }

/* case off*/


/* footer */
#foot_send_inquiry {
    background-color: #331612;
    width: 100%;
    border-radius: 80px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% 0;
}

#foot_send_inquiry a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 2%;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

#foot_send_inquiry:hover {
    background-color: var(--main-color-hover);
}

input {
    outline: 0;
}

.foot-logo input {
    width: 100%;
    border-radius: 80px;
    padding: 2%;
    padding-left: 20px;
}

.foot-logo input[type="text"]:focus {
    color: #666;
    border-color: #331612;
}

.foot-logo input[type="text"]::placeholder {
    color: #331612;
}


.footer-wrapper {
    background: #C41F3E;

}

.foot-wrap {
    padding: 50px 0 30px;
}

.foot-wrap .layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-wrap .foot-item {
    width: 24%;
}

.foot-wrap .foot-item:nth-of-type(1) {
    width: 18%;
}

.foot-wrap .foot-item:nth-of-type(4) {
    width: 24%;
}

.foot-logo img {
    max-width: 180px;
}

.foot-desc {
    color: var(--white);
    font-size: 16px;
    line-height: 1.5;

}

.foot-wrap .foot-logo {
    padding-right: 20px;
}

.foot-company-info {
    font-size: 16px;
    color: #f9f9f9;
    line-height: 20px;
}

.social-share {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.social-share i {
    display: block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid var(--white);
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.social-share i:hover {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.foot-item h3 {
    display: block;
    color: #f1f1f1;
    font-size: 24px;
    line-height: 30px;
    padding: 5px 0;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.foot-link-list a {
    display: block;
    color: #f1f1f1;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 0;

}

.foot-link-list li:nth-of-type(1) a {
    display: block;
    color: #f1f1f1;
    font-size: 24px;
    line-height: 30px;
    padding: 5px 0;
    font-family: "Aqumtwo-Classic", "Raleway", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;

}

.foot-link-list a:hover {
    color: var(--main-color-hover);
}


.foot-contcat-list li {
    display: flex;
}

.foot-contcat-list a,
.foot-contcat-list i {
    display: block;
    color: #f1f1f1;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
}

.foot-item.foot-pro-cate {
    display: flex;
    flex-wrap: wrap;
}

.foot-contcat-list a {
    flex: 1;
}

.foot-contcat-list i {
    width: 20px;
    text-align: center;
    margin-right: 5px;
}

.foot {
    padding: 20px 0;
    border-top: 1px solid #fff;
}

.copyright {
    font-size: 16px;
    color: var(--white);
    line-height: 20px;
}

._links a {
    display: block;
    font-size: 16px;
    color: var(--white);
    line-height: 20px;
}

._links li {
    padding: 0 5px;
}

/* footer off*/

/* language */
.change-language-title span {
    color: #444;
    font-size: 16px;
}

.navActive .change-language-title span {
    color: #444;
}

.lang-wrap {
    position: relative;
}

.prisna-wp-translate-seo {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
    display: block
}

.change-language .change-language-title,
.change-language .change-language-title a {
    font-size: 10pt;
    color: #444;
}

.change-language .change-language-title {
    padding: 0;
}

.change-language .change-language-title a:after {
    font-family: 'fontawesome';
    content: "\f0d7";
    font-size: 12px;
    display: inline-block;
    padding-left: 2px;
    color: #444;
}

.navActive .change-language .change-language-title a:after {
    color: #444;
}

.change-language:hover .change-language-title a:after {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.change-language .change-language-cont {
    position: absolute;
    top: 35px;
    right: 0;
    width: 360px;
    background: var(--white);
    padding: 20px 10px 20px 20px;
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 80vh;
}

.change-language:hover .change-language-cont {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

.change-language .change-language-cont li {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 0 10px;
    font-size: 10pt;
    overflow: hidden;
    padding: 0 10px 0 0;
}

.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;
}

.change-language .change-language-cont .more-active {
    font-size: 20px;
}

.language-flag span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    padding: 0 0 0 33px;
    overflow: hidden;
}

.change-language ::-webkit-scrollbar {
    width: 5px;
}

.change-language ::-webkit-scrollbar-track {
    background-color: var(--white);
}

.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
}

.language-flag .country-flag {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    background-repeat: no-repeat;
    background-image: url(../ico/all-m.gif);
    width: 22px;
    height: 16px;
    margin: -8px 5px 0;
}

li.language-flag a {
    position: relative;
}

.language-flag-af .country-flag {
    background-position: 0 0px !important;
}

.language-flag-am .country-flag {
    background-position: 0 -16px !important;
}

.language-flag-ar .country-flag {
    background-position: 0 -32px !important;
}

.language-flag-az .country-flag {
    background-position: 0 -48px !important;
}

.language-flag-be .country-flag {
    background-position: 0 -64px !important;
}

.language-flag-bg .country-flag {
    background-position: 0 -80px !important;
}

.language-flag-bn .country-flag {
    background-position: 0 -96px !important;
}

.language-flag-bs .country-flag {
    background-position: 0 -112px !important;
}

.language-flag-ca .country-flag {
    background-position: 0 -128px !important;
}

.language-flag-ceb .country-flag {
    background-position: 0 -144px !important;
}

.language-flag-co .country-flag {
    background-position: 0 -160px !important;
}

.language-flag-cs .country-flag {
    background-position: 0 -176px !important;
}

.language-flag-cy .country-flag {
    background-position: 0 -192px !important;
}

.language-flag-da .country-flag {
    background-position: 0 -208px !important;
}

.language-flag-de .country-flag {
    background-position: 0 -224px !important;
}

.language-flag-el .country-flag {
    background-position: 0 -240px !important;
}

.language-flag-en .country-flag {
    background-position: 0 -256px !important;
}

.language-flag-eo .country-flag {
    background-position: 0 -272px !important;
}

.language-flag-es .country-flag {
    background-position: 0 -288px !important;
}

.language-flag-et .country-flag {
    background-position: 0 -304px !important;
}

.language-flag-eu .country-flag {
    background-position: 0 -320px !important;
}

.language-flag-fa .country-flag {
    background-position: 0 -336px !important;
}

.language-flag-fi .country-flag {
    background-position: 0 -352px !important;
}

.language-flag-fr .country-flag {
    background-position: 0 -368px !important;
}

.language-flag-fy .country-flag {
    background-position: 0 -384px !important;
}

.language-flag-ga .country-flag {
    background-position: 0 -400px !important;
}

.language-flag-gd .country-flag {
    background-position: 0 -416px !important;
}

.language-flag-gl .country-flag {
    background-position: 0 -432px !important;
}

.language-flag-gu .country-flag {
    background-position: 0 -448px !important;
}

.language-flag-ha .country-flag {
    background-position: 0 -464px !important;
}

.language-flag-haw .country-flag {
    background-position: 0 -480px !important;
}

.language-flag-hi .country-flag {
    background-position: 0 -496px !important;
}

.language-flag-hmn .country-flag {
    background-position: 0 -512px !important;
}

.language-flag-hr .country-flag {
    background-position: 0 -528px !important;
}

.language-flag-ht .country-flag {
    background-position: 0 -544px !important;
}

.language-flag-hu .country-flag {
    background-position: 0 -560px !important;
}

.language-flag-hy .country-flag {
    background-position: 0 -576px !important;
}

.language-flag-id .country-flag {
    background-position: 0 -592px !important;
}

.language-flag-ig .country-flag {
    background-position: 0 -608px !important;
}

.language-flag-is .country-flag {
    background-position: 0 -624px !important;
}

.language-flag-it .country-flag {
    background-position: 0 -640px !important;
}

.language-flag-iw .country-flag {
    background-position: 0 -656px !important;
}

.language-flag-ja .country-flag {
    background-position: 0 -672px !important;
}

.language-flag-jw .country-flag {
    background-position: 0 -688px !important;
}

.language-flag-ka .country-flag {
    background-position: 0 -704px !important;
}

.language-flag-kk .country-flag {
    background-position: 0 -720px !important;
}

.language-flag-km .country-flag {
    background-position: 0 -736px !important;
}

.language-flag-kn .country-flag {
    background-position: 0 -752px !important;
}

.language-flag-ko .country-flag {
    background-position: 0 -768px !important;
}

.language-flag-ku .country-flag {
    background-position: 0 -784px !important;
}

.language-flag-ky .country-flag {
    background-position: 0 -800px !important;
}

.language-flag-la .country-flag {
    background-position: 0 -816px !important;
}

.language-flag-lb .country-flag {
    background-position: 0 -832px !important;
}

.language-flag-lo .country-flag {
    background-position: 0 -848px !important;
}

.language-flag-lt .country-flag {
    background-position: 0 -864px !important;
}

.language-flag-lv .country-flag {
    background-position: 0 -880px !important;
}

.language-flag-mg .country-flag {
    background-position: 0 -896px !important;
}

.language-flag-mi .country-flag {
    background-position: 0 -912px !important;
}

.language-flag-mk .country-flag {
    background-position: 0 -928px !important;
}

.language-flag-ml .country-flag {
    background-position: 0 -944px !important;
}

.language-flag-mn .country-flag {
    background-position: 0 -960px !important;
}

.language-flag-mr .country-flag {
    background-position: 0 -976px !important;
}

.language-flag-ms .country-flag {
    background-position: 0 -992px !important;
}

.language-flag-mt .country-flag {
    background-position: 0 -1008px !important;
}

.language-flag-my .country-flag {
    background-position: 0 -1024px !important;
}

.language-flag-ne .country-flag {
    background-position: 0 -1040px !important;
}

.language-flag-nl .country-flag {
    background-position: 0 -1056px !important;
}

.language-flag-no .country-flag {
    background-position: 0 -1072px !important;
}

.language-flag-ny .country-flag {
    background-position: 0 -1088px !important;
}

.language-flag-pa .country-flag {
    background-position: 0 -1104px !important;
}

.language-flag-pl .country-flag {
    background-position: 0 -1120px !important;
}

.language-flag-ps .country-flag {
    background-position: 0 -1136px !important;
}

.language-flag-pt .country-flag {
    background-position: 0 -1152px !important;
}

.language-flag-ro .country-flag {
    background-position: 0 -1168px !important;
}

.language-flag-ru .country-flag {
    background-position: 0 -1184px !important;
}

.language-flag-sd .country-flag {
    background-position: 0 -1200px !important;
}

.language-flag-si .country-flag {
    background-position: 0 -1216px !important;
}

.language-flag-sk .country-flag {
    background-position: 0 -1232px !important;
}

.language-flag-sl .country-flag {
    background-position: 0 -1248px !important;
}

.language-flag-sm .country-flag {
    background-position: 0 -1264px !important;
}

.language-flag-sn .country-flag {
    background-position: 0 -1280px !important;
}

.language-flag-so .country-flag {
    background-position: 0 -1296px !important;
}

.language-flag-sq .country-flag {
    background-position: 0 -1312px !important;
}

.language-flag-sr .country-flag {
    background-position: 0 -1328px !important;
}

.language-flag-st .country-flag {
    background-position: 0 -1344px !important;
}

.language-flag-su .country-flag {
    background-position: 0 -1360px !important;
}

.language-flag-sv .country-flag {
    background-position: 0 -1376px !important;
}

.language-flag-sw .country-flag {
    background-position: 0 -1392px !important;
}

.language-flag-ta .country-flag {
    background-position: 0 -1408px !important;
}

.language-flag-te .country-flag {
    background-position: 0 -1424px !important;
}

.language-flag-tg .country-flag {
    background-position: 0 -1440px !important;
}

.language-flag-th .country-flag {
    background-position: 0 -1456px !important;
}

.language-flag-tl .country-flag {
    background-position: 0 -1472px !important;
}

.language-flag-tr .country-flag {
    background-position: 0 -1488px !important;
}

.language-flag-uk .country-flag {
    background-position: 0 -1504px !important;
}

.language-flag-ur .country-flag {
    background-position: 0 -1520px !important;
}

.language-flag-uz .country-flag {
    background-position: 0 -1536px !important;
}

.language-flag-vi .country-flag {
    background-position: 0 -1552px !important;
}

.language-flag-xh .country-flag {
    background-position: 0 -1568px !important;
}

.language-flag-yi .country-flag {
    background-position: 0 -1584px !important;
}

.language-flag-yo .country-flag {
    background-position: 0 -1600px !important;
}

.language-flag-zh-CN .country-flag {
    background-position: 0 -1616px !important;
}

.language-flag-zh-TW .country-flag {
    background-position: 0 -1632px !important;
}

.language-flag-zu .country-flag {
    background-position: 0 -1648px !important;
}

/* language-end */

/* search */
.head-search-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.search-wrap {
    background: var(--white);
    width: 100%;
    padding: 40px 20%;
    box-shadow: 0 0px 5px #ccc;
}

.search-ipt {
    width: 100%;
    line-height: 50px;
    border: 0;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 30px;
    color: #666;
    padding: 0 5px;
}

.search-attr {
    display: block;
    text-align: right;
    color: #555;
    font-size: 14px;
    margin-top: 10px;
}

#btn-search-close {
    background: url(../ico/search_btn_close.png);
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

#btn-search-close:hover {
    background-position-y: 50px;
    animation: xuanzhuan 1s ease;
    animation-fill-mode: forwards;
}


@keyframes xuanzhuan {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes ToLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/* search-end */


#_menu,
#_close,
#_lang,
.nav-bar .nav-wrap>.nav-item>.fa,
._body_bg,
.pro-left-title>i,
.nav-bar .nav-wrap>.nav-item .nav-sub-title .fa {
    display: none;
}

/* inner-banner */
.inner-banner {
    position: relative;
    background-color: #000;
    margin-bottom: 8%;
}

.inner-banner img {
    opacity: 1;
}

.inner-position {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background-color: #00000080;
    padding: 1% 0;
    color: #FFF;
}

.inner-position a {
    color: #FFF;
}

.inner-position i {
    color: #FFF;
}

.inner-position a:hover {
    color: var(--main-color);
}

.inner-banner-text {
    position: absolute;
    width: 100%;
}

._about_text {
    margin-top: 6%;
}

._about_text .a2a_kit {
    margin-top: 2%;
    margin-bottom: 4%;
}

.inner-banner-desc ._inner_title h1 {
    color: var(--white);
}

@keyframes _turn {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotateZ(180deg);
    }
}


@media (max-width: 1600px) {
    .layout {
        max-width: 1400px;
    }

    ._banner_desc {
        right: 6%;
    }
}

@media (max-width: 1440px) {
    .layout {
        max-width: 1300px;
    }
}

@media (max-width: 1366px) {
    .layout {
        padding: 0 20px;
    }

    .nav-item {
        padding: 0 15px;
    }
}


@media (max-width: 1200px) {
    .nav-item {
        padding: 0 10px;
    }

    .nav-item>a {
        font-size: 16px
    }
}

@media (max-width: 1080px) {
    .nav-item {
        padding: 0 10px;
    }

    .nav-item>a {
        text-transform: capitalize;
    }
}

@media (max-width: 960px) {

    .nav-wrap,
    .change-language .change-language-cont {
        display: none;
        position: fixed;
        width: 70%;
        background: var(--white);
        height: 100%;
        left: 0;
        top: 0;
        flex-wrap: wrap;
        align-content: flex-start;
        overflow-y: scroll;
        animation: ToLeft 1s ease;
        animation-fill-mode: forwards;
        z-index: 99;
    }

    .change-language .change-language-cont {
        display: block;
        opacity: 1;
        visibility: hidden;
        background-color: var(--white);
        visibility: visible;
        transform: scale3d(1, 1, 1);
        overflow-y: scroll;
        max-height: none;
    }

    .change-language .change-language-cont li {
        width: 100%;
    }

    .navActive .nav-bar {
        padding: 10px 0;
    }

    #_menu,
    #_lang,
    .nav-bar .nav-wrap>.nav-item>.fa,
    .nav-bar .nav-wrap>.nav-item .nav-sub-title .fa {
        display: block;
    }

    .lang-wrap,
    .lang-wrap .medium-title,
    ._child_ico {
        display: none;
    }

    .head-right i.fa {
        font-size: 22px;
    }

    #_lang {
        margin-right: 20px;
    }

    #_close,
    #_close_lang {
        background-color: var(--white);
        background-image: url(../ico/search_btn_close.png);
        width: 50px;
        height: 50px;
        position: fixed;
        left: calc(70% + 5px);
        top: 0;
        z-index: 99;
    }

    ._body_bg {
        position: fixed;
        width: 100%;
        background: rgba(0, 0, 0, .7);
        height: 100%;
        left: 0;
        top: 0;
        z-index: 80;
    }

    .nav-item>a {
        line-height: 60px;
    }

    .nav-item {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 20px;
    }

    .nav-sub-title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 20px;
    }

    .nav-sub {
        position: static;
        transform: translateX(0);
        width: 100%;
        padding: 0 10px;
        background: #EEEEEE;
        min-width: auto;
    }

    .nav-sub-wrap {
        position: static;
        transform: translateX(0);
        width: 100%;
        padding: 0 10px;
        background: #EEEEEE;
        min-width: auto;
    }
}


@media (max-width: 768px) {
    ._links ul {
        justify-content: center;
    }

    .copyright {
        font-size: 14px;
    }

    ._links a {
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .foot-wrap .foot-item {
        width: 100%;
        text-align: center;
    }

    .social-share {
        justify-content: center;
    }

    .foot-pro-cate,
    .foot-news {
        display: none;
    }

    .foot-contcat-list li {
        display: block;
    }

    .foot-contcat-list a {
        flex: none;
    }

    .foot-contcat-list a,
    .foot-contcat-list i {
        display: inline;
    }

    .foot-inquiry-btn {
        display: flex;
        justify-content: center;
    }

    ._banner_txt p {
        display: none;
    }

    ._index_banner .swiper-button-prev,
    ._index_banner .swiper-button-next {
        display: none;
    }

    ._sys_btn a {
        padding: 5px 10px;
    }
}



/* 表单 */

._inner_form input,
._inner_form textarea {
    width: 100%;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    padding: 5px;
    color: #777;
    font-weight: 200;
}

._inner_form input:focus,
._inner_form textarea:focus {
    border-color: #000;
}

.form-btn {
    text-align: center;
}

.form-btn button {
    line-height: 40px;
    background: var(--main-color);
    color: #fff;
    border-radius: 20px;
    border: 1px solid var(--main-color);
    padding: 0 40px;
    text-transform: uppercase;
}

.form-btn button:hover {
    background: #fff;
    color: var(--main-color);
}

/* 表单end */

/* 表单2 */
.bq-contact-form-box {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 3%;
    padding-bottom: 3%;
}

.bq-contact-form-box .sep-container {
    justify-content: space-between
}

.bq-contact-form-box .sep-container .contact-form-left {
    width: 63.2%
}

.bq-contact-form-box .sep-container .contact-form-left .left-title {
    font-size: 36px;
    color: #1a1a1a
}

.bq-contact-form-box .sep-container .contact-form-left .left-des {
    margin-top: 16px
}

.bq-contact-form-box .sep-container .contact-form-left .left-des p {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    margin-bottom: 0
}

.bq-contact-form-box .sep-container .contact-form-right {
    width: 30.8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--main-color)
}

.bq-contact-form-box .sep-container .left {
    padding: 46px 90px 46px 50px
}

.bq-contact-form-box .sep-container .left .left-title {
    font-size: 26px;
    color: #fff;
    line-height: 28px
}

.bq-contact-form-box .sep-container .left .com-ul li {
    padding: 20px 0;
    padding-left: 28px;
    position: relative;
    padding-bottom: 0
}

.bq-contact-form-box .sep-container .left .com-ul li:last-child {
    border-bottom: none
}

.bq-contact-form-box .sep-container .left .com-ul li:last-child .icon {
    font-size: 13px
}

.bq-contact-form-box .sep-container .left .com-ul li .icon {
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
    color: #fff;
    font-size: 16px
}

.bq-contact-form-box .sep-container .left .com-ul li .con .con-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0
}

.bq-contact-form-box .sep-container .left .com-ul li .con .con-des {
    margin-top: 4px;
    font-size: 16px;
    color: #fff
}

.bq-contact-form-box .sep-container .left .com-ul li .con .con-des a {
    font-size: 16px;
    color: #fff
}

.bq-contact-form-box .sep-container .left .com-ul li .con .con-des a:hover {
    text-decoration: underline
}

.bq-contact-form-box .sep-container .right-title {
    color: #1a1a1a;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px
}

.bq-contact-form-box .sep-container .left-des {
    margin-bottom: 30px
}

.bq-contact-form-box .sep-container .sep-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bq-contact-form-box .sep-container p {
    font-size: 18px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px
}

.bq-contact-form-box .sep-container .form-group {
    margin-bottom: 24px;
    width: 48%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4)
}

.bq-contact-form-box .sep-container .form-group:last-child {
    margin-bottom: 0
}

.bq-contact-form-box .sep-container .form-group p {
    display: none !important
}

.bq-contact-form-box .sep-container .form-group .form-control {
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    width: 100%;
    padding: 10px 20px;
    background: none;
    font-size: 16px
}

.bq-contact-form-box .sep-container .form-group .form-control::-webkit-input-placeholder {
    font-size: 16px;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
    line-height: 36px
}

.bq-contact-form-box .sep-container .form-group i {
    font-size: 18px;
    color: #FFF;
   
}

.bq-contact-form-box .sep-container .text-box {
    width: 100%
}

.bq-contact-form-box .sep-container .text-box .form-control {
    resize: none;
    height: auto;
    font-size: 16px;
    padding-top: 0;
    color: 1px solid rgba(0, 0, 0, 0.4)
}

.bq-contact-form-box .sep-container .text-box i {
    top: 2px
}

.bq-contact-form-box .sep-container .btn-box {
    border: none;
    width: 100%;
    text-align: left;
    margin-top: 30px
}

.bq-contact-form-box .sep-container .btn-box .btn-primary {
    background: var(--main-color);
    box-shadow: 0 19px 62px 0 rgba(190, 228, 255, 0.27);
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    padding: 10px 47px;
    transition: all .3s;
    outline: none;
    border: 1px solid var(--main-color)
}

.bq-contact-form-box .sep-container .btn-box .btn-primary:hover {
    border-color: var(--main-color);
    background: none;
    color: var(--main-color) !important;
}

.bq-contact-form-box .sep-container .btn-box .btn-primary:hover i {
    color: var(--main-color) !important
}

.bq-contact-form-box .sep-container .btn-box .btn-primary i.iconfont {
    position: static;
    color: #fff
}

/* end*/


/* 新闻 + 应用 */

.news-list_ny {
    width: 100%;
    margin-top: 16px;
}
.news-list_ny ul {
    display: flex;
    flex-wrap: wrap;
}
.news-list_ny ul li {
    width: 30.33333333333%;
    margin: 1.5%;
    border-radius: 10px;
    height: 451px;
    overflow: hidden;
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 2px 10px 2px #ebebec;
}
.news-img_ny {
    width: 100%;
    overflow: hidden;
    max-height: 240px;
}
.news-img_ny img {
    width: 100%;
    object-fit: cover;
    transition: all .6s ease;
}
.news-words_ny {
    width: 100%;
    padding: 56px 32px;
    background: #fff;
    position: relative;
    z-index: 2;
    transition: all .4s ease;
}
.news-words_ny h6 a {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.news-words_ny p {
    font-size: 16px;
    color: #666;
    transition: all .4s ease;
    line-height: 26px;
    margin-top: 0px;
    height: 0px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-words_ny span {
    display: block;
    margin-top: 42px;
    font-size: 16px;
    color: #848484;
}
.news-list_ny ul li:hover .news-img_ny img {
    transform: scale(1.1);
}
.news-list_ny ul li:hover .news-words_ny {
    margin-top: -78px;
}
.news-list_ny ul li:hover .news-words_ny p {
    height: 52px;
    margin-top: 26px;
}