@charset "utf-8";

@font-face {
    font-family: 'Arial-Bold';
    src: url('../fonts/Arial/ARIALBD.TTF');
    font-display: swap;
}

@font-face {
    font-family: 'Arial-Regular';
    src: url('../fonts/Arial/ARIAL.TTF');
    font-display: swap;
}

@font-face {
    font-family: 'DIN-Bold';
    src: url('../fonts/DIN/DIN-BOLDALTERNATE.OTF');
    font-display: swap;
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont/iconfont.woff2') format('woff2'), url('../fonts/iconfont/iconfont.woff') format('woff'), url('../fonts/iconfont/iconfont.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'fontawesome';
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot");
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/Font-Awesome/fontawesome-webfont.svg#fontawesomeBold") format("svg");
    font-display: fallback;
    font-display: swap;
}

html {
    font-size: 625%;
}

body {
    font-size: 16px;
    background: #F8F9EB;
}

html,
body {
    max-width: 100%;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
    margin: 0;
    padding: 0;
}

body,
html,
input,
button,
textarea {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5
}

body {
    background-color: #fff;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4,
h5 {
    font-size: 16px;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a {
    transition: all ease-in-out .3s;
}

a:hover {
    color: var(--conmmonColor);
    text-decoration: none;
}

input[type="text"]:focus {
    outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0 15px 0;
}

a:active,
select,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -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;
}

.flex {
    display: flex;
    justify-content: center;
}

.layout {
    width: 1480px;
    margin: 0 auto;
}

@media (max-width:1500px) {
    .layout {
        width: 95%;
    }
}

/* layout */
body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden;
    background: #F8F9EB;
}

.hide {
    display: none;
}

.img {
    position: relative;
    width: 100%;
    padding-top: 100%;
    height: 0;
}

.img>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all ease-in-out .3s;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clearfloat {
    clear: both;
}

@font-face {
    font-family: 'fontawesome';
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot");
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/Font-Awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/Font-Awesome/fontawesome-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

#index_scrollsidebar {
    top: 50%;
    right: 20px;
    transition: all ease-in-out 1s;
    opacity: 1;
    position: fixed;
    z-index: 99999
}

#index_scrollsidebar ul li {
    width: 62px;
    height: 62px;
    background-color: var(--conmmonColor);
    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(--conmmonColor);
    padding: 6px;
    border-radius: 8px;
    right: 80px;
    top: 50%;
    transition: all ease-in-out .5s;
    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(--conmmonColor);
    -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(--conmmonColor);
    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:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: #fff
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active: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(--conmmonColor);
    position: fixed;
    width: 100%;
    bottom: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    height: 50px;
    z-index: 999;
}

.fix_slide_foot li {
    border-right: 1px solid white;
    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 li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.fix_slide_foot li img {
    height: 25px;
    width: auto;
}

.show0 img {
    width: 120px;
    margin: 0 auto 10px;
    display: block;
    max-width: unset !important;
}

.show0 img:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width:1024px) {
    #index_scrollsidebar {
        display: none;
    }

    .fix_slide_foot {
        display: flex;
    }

    body {
        padding-bottom: 50px
    }
}

.fixed {
    box-sizing: border-box;
    background-color: #fffbef;
    position: fixed !important;
    top: 0;
    left: 0;
}

/*-------------------------------
			animation  start
			----------------------------------*/
.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);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
        -ms-transform: translate3d(-30%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-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);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        -ms-transform: translate3d(0, 30%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-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);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
        -ms-transform: translate3d(30%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none;
    }
}

.fadeInRightA {
    -webkit-animation-name: fadeInRightA;
    animation-name: fadeInRightA;
}

@-webkit-keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownA {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
        -ms-transform: translate3d(0, -20%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -ms-transform: none;
    }
}

.fadeInDownA {
    -webkit-animation-name: fadeInDownA;
    animation-name: fadeInDownA;
}

@keyframes fadeInA {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeInA {
    -webkit-animation-name: fadeInA;
    animation-name: fadeInA;
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }

    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% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
    }

    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% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    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 fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes pointPulse {

    0%,
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    }

    50% {
        transform: scale(1.2);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
    }
}

@keyframes innerPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
}

@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
}

@keyframes pointPulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }

    50% {
        transform: scale(1.2);
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
    }
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/*-------------------------------
			animation  end
			----------------------------------*/
/*---------------------------统一全站颜色---------------------------------*/
:root {
    --conmmonColor: #FF8E4A;
}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap ul input,
.inquiry-pop-bd .content-wrap.form .ch_form_wrap ul textarea {
    border-left: 3px solid var(--conmmonColor);
}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap .item_submit input {
    background-color: var(--conmmonColor);
    border: 3px solid var(--conmmonColor);
}

.inquiry-pop-bd .content-wrap.form .ch_form_wrap .item_submit input:hover {
    background-color: transparent !important;
    color: #000000;
}

#cont>ul>li>a {
    text-transform: capitalize;
}

#cont h2 {
    background: var(--conmmonColor) !important;
}

#cont>ul>li>ul>li>a {
    color: var(--conmmonColor) !important;
}

#cont>ul>li>ul>li>ul>li>a {
    color: var(--conmmonColor) !important;
}

#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: var(--conmmonColor) !important;
    border-right-color: var(--conmmonColor) !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline
}

#footer {
    background: var(--conmmonColor) !important;
}

.fixed {
    background-color: #191919;
    position: fixed;
    top: 0;
    left: 0;
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background-color: var(--conmmonColor) !important;
}

/*-----------------------------path_bar----------------------------------------*/
.path_bar {
    padding: 150px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.path_bar .layout {
    width: auto;
}

.path_hr hr {
    position: relative;
    left: 0;
}

.path_title {
    width: 70%;
    color: #FFFFFF;
    font-family: 'Exo';
    font-size: 60px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.path_bar ul {
    text-align: center;
    padding: 0 10px;
}

.path_bar ul li {
    display: inline-block;
}

.path_bar ul li a {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
}

.path_bar ul li::after {
    content: '>';
    color: #fff;
    font-size: 14px;
    margin: 0 8px;
}

.path_bar ul li:last-child:after {
    display: none;
}

.path_bar ul li:last-child a {
    color: #0DABFF;
}

.path_bar hr {
    width: 50px;
    height: 4px;
    /* 浅绿色 */
    background: #0DABFF;
    text-align: center;
}

.path_bar .path_content {
    width: 50%;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.path_bar .path_content p a {
    color: rgb(255, 255, 255);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

/*-----------------------------path_bar----------------------------------------*/
/*==============web_head=================*/
.web_head {
    position: relative;
    z-index: 9999;
    width: 100%;
    border-radius: 0px 0px 0px 0px;
}

.web_head .header_layout {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
}

@media (max-width:1240px) {
    .web_head .header_layout {
        width: 95%;
    }
}

.web_head .head_top {
    background: #FFFFFF;
}

.web_head .head_top .header_layout {
    padding: 15px 0;
}

.web_head .head_top .head_email {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: var(--conmmonColor);
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 20px;
}

.web_head .head_top .head_email a {
    display: inline-block;
    color: var(--conmmonColor);
}

.web_head .head_top .head_email a:hover {
    text-decoration: underline;
}

.web_head .head_top .head_email::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/index/head_email.png) no-repeat center center / contain;
    margin-right: 8px;
}

.web_head .head_top .head_phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: var(--conmmonColor);
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.web_head .head_top .head_phone a {
    display: inline-block;
    color: var(--conmmonColor);
}

.web_head .head_top .head_phone a:hover {
    text-decoration: underline;
}

.web_head .head_top .head_phone::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/index/head_phone.png) no-repeat center center / contain;
    margin-right: 8px;
}

.web_head .head_top .head_media .media_list {
    justify-content: flex-start;
    align-items: center;
}

.web_head .head_top .head_media .media_list li {
    margin-left: 10px;
}

.web_head .head_top .head_media .media_list li img {
    display: inline-block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.web_head .head_top .head_media .media_list li:hover {
    animation: swing .5s ease-in;
}

.web_head .head_bottom {
    width: 100%;
    background-color: #333333;
}

.web_head .head_bottom .header_layout {
    padding: 20px 0;
}

.web_head .head_bottom .sj_logo {
    display: none;
}

.fixed .header_layout {
    padding: 0;
}

.web_head .btn--search {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 38px;
}

/*nav_wrap*/
.web_head .logo img {
    width: auto;
    max-height: 70px;
}

.mobile-head-items {
    display: none;
}

.web_head .change-language {
    position: relative;
    white-space: nowrap;
    margin-left: 20px;
}

.web_head .change-language-title {
    position: relative;
}

.change-language-title.medium-title a {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
}

.web_head .change-language .change-language-cont {
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

/*nav*/
.web_head .nav_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    -webkit-display: flex;
    flex: auto;
    -webkit-flex: auto;
    align-items: center;
    -webkit-align-items: center;
}

.web_head .nav_wrap .head_nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-operate-box {
    display: none;
}

.head_nav li,
.head_nav li a {
    position: relative;
    letter-spacing: -.5px;
    color: #665e5e;
    font-size: 15px;
    font-weight: normal;
}

.head_nav>li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

@media (max-width:1300px) {
    .head_nav>li {
        padding: 0 5px;
    }
}

.head_nav>li.has-child a {
    padding-right: 20px !important;
}

.head_nav>li>a {
    position: relative;
    display: inline-block;
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.fixed .logo img {
    max-height: 50px;
}

.fixed.head_bottom .header_layout {
    padding: 0;
}

@media (max-width:1440px) {
    .head_nav>li>a {
        padding: 0 10px;
    }

    .fixed .head_nav>li>a {
        padding: 0 15px;
    }

    .head_nav>li {
        padding: 0;
    }
}

@media (max-width:1300px) {
    .head_nav>li>a {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .head_nav>li>a {
        padding: 0 5px;
        font-size: 18px;
    }

    .fixed .head_nav>li>a {
        padding: 10px 5px;
        font-size: 18px;
    }

    .head_nav>li {
        padding: 0 15px;
    }

    .fixed .head_nav>li {
        padding: 0 15px;
    }
}

.head_nav li a b {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.head_nav li a b:before {
    content: '\f107';
    font-family: 'fontawesome';
}

@media (max-width:1200px) {
    .head_nav li a b:before {
        margin-left: 5px;
    }
}

.head_nav li ul {
    position: absolute;
    left: 20px;
    display: block;
    width: 250px;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    opacity: 0;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.head_nav>li ul li {
    position: relative;
    line-height: 37px;
    border-bottom: 1px solid #d4d4d4;
}

.head_nav>li ul li a {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 10px;
    text-transform: capitalize;
}

.head_nav>li ul li a b:before {
    content: '\f105';
}

.head_nav li ul ul {
    top: 0px;
    left: 100%;
    margin-left: 2px;
    border-radius: 3px;
}

.head_nav li.menu_show>ul {
    display: block;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.head_nav li.nav_current>a:after,
.head_nav li>a:after {
    content: "";
    color: var(--conmmonColor);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: center;
    -WEBKIT-transform-origin: center;
    transition: all ease-in-out .35s;
}

.head_nav li a:hover {
    color: var(--conmmonColor);
}

/* .nav_wrap .head_nav li a:hover::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 3px;
    background: #665e5e;
} */
.head_nav li.nav_current>a {
    color: var(--conmmonColor);
}

.head_nav li.nav_current>a:after,
.head_nav li:hover>a:after {
    width: 100%;
    color: #58BB6C;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.head_nav>li>a:hover b {
    -webkit-transform: rotateX(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%)rotate(180deg);
}

.operate-box {
    display: flex;
    justify-content: flex-start;
}

.web_head .btn--search {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 23px;
    margin: 0 25px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.web_head .btn--search:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/index/search.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}

.change-empty {
    display: none;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
    display: block;
    display: flex;
    flex-direction: column;
}

.change-language .change-language-title a:after {
    display: inline-block;
    padding: 0 6px;
    content: "\f107";
    color: #FFFFFF;
    font-size: 16px;
    font-weight: lighter;
    font-family: 'fontawesome';
}

.change-language:hover .change-language-title a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    padding-right: 6px;
    padding-left: 6px;
}

.change-language .change-language-cont {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    overflow-y: scroll;
    padding: 20px 10px 20px 20px;
    width: 360px;
    max-height: 80vh;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #FFF;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale3d(0.9, 0.9, 1);
    -ms-transition: all 0.3s ease-in-out;
}

.change-language:hover .change-language-cont {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.change-language .change-language-cont li {
    display: inline-block;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 10px 0 0;
    width: 100%;
    vertical-align: top;
    font-size: 10pt;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.change-language .change-language-cont li a:hover {
    color: var(--conmmonColor);
}

.change-language .change-language-cont .lang-item-hide {
    display: none !important;
}

.change-language .change-language-cont .lang-more {
    position: relative;
    display: block;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.change-language .change-language-cont .more-active {
    font-size: 20px;
}

.change-language .change-language-title .language-flag span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    zoom: 1;
    padding-left: 0 !important;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: capitalize !important;
}

.language-flag span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    zoom: 1;
    padding-left: 10px;
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: capitalize !important;
}

.change-language::-webkit-scrollbar {
    width: 5px;
}

.change-language::-webkit-scrollbar-track {
    background-color: #fff;
}

.change-language::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .3);
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block;
}

.change-language-title .language-flag .language--img {
    display: inline-block;
    width: 21px;
    margin-right: 5px;
}

.language--img {
    background: url(../img/lang_bg.png)no-repeat center center/20px auto;
    display: inline-block;
    width: 20px;
    height: 10px;
    /*position: absolute;top: 50%;transform: translateY(-50%);*/
}

li.language-flag a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.language-af {
    background-position: 0 0px;
}

.language-sq {
    background-position: 0 -10px;
}

.language-am {
    background-position: 0 -20px;
}

.language-ar {
    background-position: 0 -30px;
}

.language-hy {
    background-position: 0 -40px;
}

.language-as {
    background-position: 0 -50px;
}

.language-ay {
    background-position: 0 -60px;
}

.language-az {
    background-position: 0 -70px;
}

.language-bm {
    background-position: 0 -80px;
}

.language-eu {
    background-position: 0 -90px;
}

.language-be {
    background-position: 0 -100px;
}

.language-bn {
    background-position: 0 -110px;
}

.language-bho {
    background-position: 0 -120px;
}

.language-bs {
    background-position: 0 -130px;
}

.language-bg {
    background-position: 0 -140px;
}

.language-my {
    background-position: 0 -150px;
}

.language-ca {
    background-position: 0 -160px;
}

.language-ceb {
    background-position: 0 -170px;
}

.language-co {
    background-position: 0 -180px;
}

.language-cr {
    background-position: 0 -190px;
}

.language-hr {
    background-position: 0 -200px;
}

.language-cs {
    background-position: 0 -210px;
}

.language-da {
    background-position: 0 -220px;
}

.language-de {
    background-position: 0 -230px;
}

.language-dv {
    background-position: 0 -240px;
}

.language-dg {
    background-position: 0 -250px;
}

.language-nl {
    background-position: 0 -260px;
}

.language-en {
    background-position: 0 -270px;
}

.language-et {
    background-position: 0 -280px;
}

.language-ee {
    background-position: 0 -290px;
}

.language-fil {
    background-position: 0 -300px;
}

.language-fi {
    background-position: 0 -310px;
}

.language-fr {
    background-position: 0 -320px;
}

.language-fs {
    background-position: 0 -330px;
}

.language-gl {
    background-position: 0 -340px;
}

.language-ka {
    background-position: 0 -350px;
}

.language-gr {
    background-position: 0 -360px;
}

.language-gn {
    background-position: 0 -370px;
}

.language-gu {
    background-position: 0 -380px;
}

.language-ht {
    background-position: 0 -390px;
}

.language-ha {
    background-position: 0 -400px;
}

.language-haw {
    background-position: 0 -410px;
}

.language-he {
    background-position: 0 -420px;
}

.language-hi {
    background-position: 0 -430px;
}

.language-hu {
    background-position: 0 -440px;
}

.language-is {
    background-position: 0 -450px;
}

.language-ig {
    background-position: 0 -460px;
}

.language-id {
    background-position: 0 -470px;
}

.language-ga {
    background-position: 0 -480px;
}

.language-it {
    background-position: 0 -490px;
}

.language-ja {
    background-position: 0 -500px;
}

.language-kn {
    background-position: 0 -510px;
}

.language-km {
    background-position: 0 -520px;
}

.language-rw {
    background-position: 0 -530px;
}

.language-ko {
    background-position: 0 -540px;
}

.language-ku {
    background-position: 0 -550px;
}

.language-ks {
    background-position: 0 -560px;
}

.language-kg {
    background-position: 0 -570px;
}

.language-lo {
    background-position: 0 -580px;
}

.language-la {
    background-position: 0 -590px;
}

.language-lv {
    background-position: 0 -600px;
}

.language-lt {
    background-position: 0 -610px;
}

.language-lg {
    background-position: 0 -620px;
}

.language-lu {
    background-position: 0 -630px;
}

.language-mk {
    background-position: 0 -640px;
}

.language-mai {
    background-position: 0 -650px;
}

.language-ms {
    background-position: 0 -660px;
}

.language-ml {
    background-position: 0 -670px;
}

.language-mt {
    background-position: 0 -680px;
}

.language-mi {
    background-position: 0 -690px;
}

.language-mr {
    background-position: 0 -700px;
}

.language-ne {
    background-position: 0 -710px;
}

.language-no {
    background-position: 0 -720px;
}

.language-ny {
    background-position: 0 -730px;
}

.language-om {
    background-position: 0 -740px;
}

.language-ph {
    background-position: 0 -750px;
}

.language-fa {
    background-position: 0 -760px;
}

.language-pl {
    background-position: 0 -770px;
}

.language-pt {
    background-position: 0 -780px;
}

.language-pj {
    background-position: 0 -790px;
}

.language-qu {
    background-position: 0 -800px;
}

.language-ro {
    background-position: 0 -810px;
}

.language-ru {
    background-position: 0 -820px;
}

.language-sm {
    background-position: 0 -830px;
}

.language-sa {
    background-position: 0 -840px;
}

.language-sg {
    background-position: 0 -850px;
}

.language-sn {
    background-position: 0 -860px;
}

.language-sd {
    background-position: 0 -870px;
}

.language-sp {
    background-position: 0 -880px;
}

.language-sk {
    background-position: 0 -890px;
}

.language-si {
    background-position: 0 -900px;
}

.language-so {
    background-position: 0 -910px;
}

.language-es {
    background-position: 0 -920px;
}

.language-sw {
    background-position: 0 -930px;
}

.language-sv {
    background-position: 0 -940px;
}

.language-tg {
    background-position: 0 -950px;
}

.language-ta {
    background-position: 0 -960px;
}

.language-tt {
    background-position: 0 -970px;
}

.language-te {
    background-position: 0 -980px;
}

.language-th {
    background-position: 0 -990px;
}

.language-tr {
    background-position: 0 -1000px;
}

.language-tk {
    background-position: 0 -1010px;
}

.language-tw {
    background-position: 0 -1020px;
}

.language-ua {
    background-position: 0 -1030px;
}

.language-ur {
    background-position: 0 -1040px;
}

.language-vi {
    background-position: 0 -1080px;
}

.language-cy {
    background-position: 0 -1060px;
}

.language-yi {
    background-position: 0 -1070px;
}

.language-yo {
    background-position: 0 -1080px;
}

.language-zh {
    background-position: 0 -1090px;
}

.language-zhtw {
    background-position: 0 -1090px;
}

/*-------------------------------
                        language  end
                        ----------------------------------*/
/*-------------------------------
			search  start
			----------------------------------*/
.container {
    min-height: 100vh;
}

.search-ipt {
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.web-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    visibility: hidden;
}

.web-search .btn--search-close {
    display: inline-block;
    font-size: 1.8em;
    border-radius: 50%;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
    background-image: url(../img/search_btn_close.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 35%;
    background-size: auto 35%;
    background-color: #ccc;
    width: 42px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.web-search .btn--search-close:hover {
    background-color: var(--conmmonColor);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.js .btn--search-close {
    display: block;
}

.web-search .search-ipt {
    font-family: inherit;
    line-height: 1em;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #333;
    border-bottom: 3px solid;
    font-size: 20px;
}

.web-search .search-ipt::-webkit-input-placeholder {
    color: #333;
    font-weight: bold;
}

.web-search .search-ipt::-moz-placeholder {
    opacity: 1;
    color: #333;
    font-weight: bold;
}

.web-search .search-ipt:-ms-input-placeholder {
    color: #333;
    font-weight: bold;
}

.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
    -webkit-appearance: none;
}

.web-search .search-ipt::-ms-clear {
    display: none;
}

.web-search .search-attr {
    font-size: 90%;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #333;
}

.js .container {
    position: relative;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.js .main-wrap--move {
    height: 100vh;
}

.js .web-search {
    pointer-events: none;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.web-search .btn--search-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.search--open .btn--search-close {
    opacity: 1;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-animation: bounceInA 1s ease;
    -o-animation: bounceInA 1s ease;
    animation: bounceInA 1s ease;
}

.search__suggestion,
.web-search .search-attr {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -moz-transition: opacity 0.8s, transform 0.8s;
    -webkit-transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, transform 0.8s;
    -o-transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}

.search--open .search-attr {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 20px;
}

.js .web-search .search-ipt {
    font-size: 60px;
    font-weight: bold;
    border-bottom-width: 1px;
    padding: 15px 0;
    -moz-transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -moz-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    opacity: 0;
    text-transform: uppercase;
}

.js .web-search .search-ipt,
.web-search .search-attr {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.js .search--open .search-ipt {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.js .search--open .search-btn {
    display: none !important;
}

.web-search .search-attr {
    padding-bottom: 0;
}

.js .web-search {
    width: 70%;
    height: 240px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0;
    margin: auto;
    border-radius: 8px;
    z-index: 100001;
}

.js .web-search::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.98);
    background-color: #fff;
    -webkit-transform: translateY(-30%) scale(1, 0);
    -ms-transform: translateY(-30%) scale(1, 0);
    -o-transform: translateY(-30%) scale(1, 0);
    transform: translateY(-30%) scale(1, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.js .search--open::before {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.main-wrap--move:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
}

/*-------------------------------
                        search  end
                        ----------------------------------*/

/*-------------------------------
			swiper-slide  start
			----------------------------------*/
.slider_banner {
    position: relative;
    overflow: hidden;
    z-index: 98;
}

.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;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    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;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 70px;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {}

.swiper-container:hover .swiper-button-prev {
    left: 65px;
}

.swiper-container:hover .swiper-button-next {
    right: 65px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    width: 40px !important;
    height: 70px !important;
    padding: 20px 10px;
    background: rgba(255, 255, 255, .3) url(../img/banner-perv.png) no-repeat center center;
    background-size: auto;
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 40px !important;
    height: 70px !important;
    padding: 20px 10px;
    background: rgba(255, 255, 255, .3) url(../img/banner-next.png) no-repeat center center;
    background-size: auto;
    right: 10px;
    left: auto
}

.swiper-button-next:hover {
    background: var(--conmmonColor) url(../img/banner-next.png) no-repeat center center;
}

.swiper-button-prev:hover {
    background: var(--conmmonColor) url(../img/banner-perv.png) no-repeat center center;
}

.slider_banner:hover .swiper-button-prev {
    left: 120px;
    opacity: 1;
}

.slider_banner:hover .swiper-button-next {
    right: 120px;
    opacity: 1;
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 60px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background: #eee;
}

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 {
    background: #AB040E;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 36px;
    height: 3px;
    background: #FFFFFF;
    border-radius: unset;
    opacity: 1;
}

.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: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal {
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    width: 36px;
    height: 3px;
    background: #2000C3 !important;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.slider_banner .swiper-slide img {
    width: 100%;
}

.slider_banner .swiper-slide img+img {
    position: absolute;
    left: 0;
    top: 0;
}

.slider_banner .swiper-slide img {
    width: 100%;
    transition: all 3s linear;
    transform: scale(1.05);
}

.slider_banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}

/*-------------------------------
			swiper-slide  end
			----------------------------------*/

/*------------------------------------
                        web_foot start
-------------------------------------------------*/
.web_foot .foot_inquiry {
    position: relative;
    width: 1160px;
    z-index: 99;
    margin: 0 auto;
    padding: 15px 30px;
    margin-bottom: -3%;
    
}

.web_foot .foot_inquiry:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 142, 74, 0.92);
    z-index: 1;
}

.web_foot .foot_inquiry .inquiry_wrap {
    position: relative;
    z-index: 99;
    justify-content: space-between;
    align-items: center;
}

.web_foot .foot_inquiry .inquiry_wrap .inqiry_info {
    width: 55%;
}

.web_foot .foot_inquiry .inquiry_wrap .inqiry_info .info_title {
    font-family: 'DIN-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.web_foot .foot_inquiry .inquiry_wrap .inqiry_info .info_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.web_foot .foot_inquiry .inquiry_wrap .inquiry_form {
    width: 43%;
}

.web_foot .foot_inquiry .inquiry_wrap .inquiry_form .form_top {
    justify-content: space-between;
    align-items: center;
}

.web_foot .foot_inquiry .inquiry_wrap .inquiry_form .form_top .form_item {
    width: 49%;
    background-color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    padding: 15px 8px;
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.web_foot .foot_inquiry .inquiry_wrap .inquiry_form .form_submit {
    width: 100%;
    padding: 12px 0;
    background-color: transparent;
    border: 2px solid #FCF1DC;
    font-family: 'Arial-Regular';
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 8px;
    transition: all .5s ease;
    cursor: pointer;
}

.web_foot .foot_inquiry .inquiry_wrap .inquiry_form .form_submit:hover {
    background-color: #FFFFFF;
    color: var(--conmmonColor);
}

.web_foot .foot_wrap {
    position: relative;
    padding: 150px 0 0;
    box-sizing: border-box;
    
}

.web_foot .foot_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 2, 2, 0.3);
    z-index: 1;
}

.web_foot .foot_items {
    position: relative;
    justify-content: space-between;
    z-index: 90;
}

.foot_item {
    position: relative;
}

.foot_item.foot_item_about {
    width: 22%;
}

.foot_item.foot_item_link {
    width: 12%;
}

.foot_item.foot_item_product {
    width: 20%;
}

.foot_item.foot_item_contact {
    width: 22%;
}

.foot_item.foot_item_about .foot_logo img {
    width: auto;
    max-height: 62px;
    min-height: 62px;
    margin-bottom: 20px;
}

.foot_item.foot_item_about .foot_desc {
    font-family: ' Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 25px;
}

.foot_item.foot_item_about .media_list {
    justify-content: flex-start;
    align-items: center;
}

.foot_item.foot_item_about .media_list .media_item {
    width: 28px;
    height: 28px;
    text-align: center;
    transition: all .5s ease;
    margin-right: 20px;
}

.foot_item.foot_item_about .media_list .media_item a:after {
    display: none;
}

.foot_item.foot_item_about .media_list .media_item:hover {
    animation: swing .5s ease;
}

.foot_item.foot_item_about .media_list .media_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.foot_item .title {
    position: relative;
    font-family: 'DIN-Bold';
    font-weight: 900;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.foot_item.foot_item_product ul li a,
.foot_item.foot_item_link ul li a {
    display: inline-block;
    position: relative;
    font-family: ' Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.foot_item.foot_item_product ul li a:hover,
.foot_item.foot_item_link ul li a:hover {
    text-decoration: underline;
}

.foot_item.foot_item_product ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.foot_item.foot_item_product ul li {
    width: 100%;
    margin-bottom: 10px;
}

.foot_item.foot_item_link ul li {
    width: 100%;
    margin-bottom: 10px;
}

.foot_item.foot_item_link ul li ul {
    display: none;
}

.foot_item.foot_item_contact {
    font-family: 'ArialMT';
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.foot_item.foot_item_contact ul li {
    margin-bottom: 10px;
    font-family: ' Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.foot_item.foot_item_contact ul li a {
    display: inline-block;
    position: relative;
    font-family: ' Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.foot_item.foot_item_contact ul li a:hover {
    text-decoration: underline;
}

.foot_item.foot_item_contact ul li span {
    text-transform: uppercase;
}

.copyright {
    position: relative;
    padding: 20px 0;
    background-color: #FFFFFF;
    z-index: 999;
    margin-top: 30px;
}

.copyright,
.copyright a {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.copyright a:hover {
    color: var(--conmmonColor);
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .web_foot .foot_wrap {
        padding: 150px 0 50px;
    }
}

/*------------------------------------
                        web_foot end
-------------------------------------------------*/
/*-----------------------------mobile--------------------------------*/
@media only screen and (max-width: 950px) {
    /* 针对 950px 及以下宽度的媒体查询 */
    @media only screen and (max-width: 950px) {
        .container {
            width: 100%;
        }
    }

    .z10000 {
        position: relative;
        z-index: 100000;
    }

    .mobile-body-mask {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
    }

    .mobile-ico-close {
        position: absolute;
        top: 0;
        right: -35px;
        width: 30px;
        height: 30px;
        background: #fff url(../img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        cursor: pointer;
    }

    .mobile-operate-box {
        display: block;
    }

    .sub-content {
        position: relative;
        right: auto;
        z-index: 99999;
        display: block;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .lang-more {
        display: none !important;
    }

    .web_head .header_layout {
        padding: 0 2.5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* 垂直居中对齐 */
    }

    .web_head .head_top .head_email {
        display: none;
    }

    .web_head .head_top .head_phone::before {
        content: '';
        display: inline-block;
        width: 23px;
        height: 23px;
        background: url(../img/index/mobile_phone.png) no-repeat center center / contain;
        margin-right: 8px;
    }

    .web_head .head_top .head_phone a {
        color: #FFFFFF;
    }

    .web_head .head_top .head_media {
        display: none;
    }

    .mobile-head-items {
        z-index: 999;
        display: block;
        visibility: visible;
        /* 调整宽度为自动 */
        height: 100%;
        line-height: 30px;
        margin-left: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .mobile-head-items .flex {
        justify-content: center;
        align-items: center;
    }

    .mobile-head-item {
        width: 30px;
        display: flex;
        align-items: center;
        margin-left: 15px;
    }

    .mobile-head-item.mobile-head-aside {
        float: right;
    }

    .mobile-head-item .title {
        overflow: hidden;
        width: 100%;
        height: 20px;
        color: #FFF;
        text-align: center;
        line-height: 20px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        display: flex;
        align-items: center;
    }

    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }

    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
    }

    .mobile-head-item.mobile-head-language {
        width: 130px;
    }

    .mobile-head-item.mobile-head-language .title {
        height: 24px;
        justify-content: flex-end;
        font-family: 'ArialMT';
        font-size: 12px;
        color: #FFFFFF;
        line-height: 31px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .mobile-head-item.mobile-head-language .title span {
        font-family: 'ArialMT';
        font-size: 16px;
        color: #FFFFFF;
        line-height: 31px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .mobile-head-item.mobile-head-language .title a:after {
        display: inline-block;
        padding: 0 6px;
        content: "\f107";
        color: #FFFFFF;
        font-size: 16px;
        font-weight: lighter;
        font-family: 'fontawesome';
    }

    .mobile-head-item.mobile-head-nav .title:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 20px;
        background-image: url(../img/index/nav.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .mobile-head-item.mobile-head-language .change-language {
        position: relative;
    }

    .mobile-head-item.mobile-head-language .change-language-title {
        position: relative;
    }

    .mobile-head-item.mobile-head-language .change-language-title.medium-title a {
        font-family: 'Arial';
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        display: flex;
        align-items: center;
    }

    .mobile-head-item.mobile-head-language .change-language .change-language-cont {
        border-radius: 3px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    }

    .mobile-head-item.mobile-head-search .title {
        display: inline-block;
        width: 22px;
        height: 22px;
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 22px;
        background-image: url(../img/index/search.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .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 {
        top: 0;
        z-index: 99999;
        display: block;
        background: #FFF;
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: auto;
        padding: 15px 10px;
        height: 100%;
        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;
        left: -70%;
        display: block;
        width: 70%;
        height: 100%;
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        visibility: hidden;
        padding: 20px 0;
        width: 100%;
        height: auto;
        opacity: 0;
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }

    .head_nav li a b:before {
        margin-left: 0;
    }

    .web_head .head_top {
        background-color: transparent;
        display: none !important;
    }

    .web_head .nav_wrap {
        display: none;
    }

    .nav_wrap .logo img {
        height: 100px;
    }

    .web_head .head_bottom .sj_logo {
        display: block;
    }

    .web_head .sj_logo img {
        max-height: 50px;
    }

    .web_head .head-search {
        display: block;
    }

    .web_head .head_bottom {
        background-color: #333333;
        margin-top: 0;
    }

    .web_head .head_bottom .header_layout {
        width: 95%;
        position: relative;
        /* background: rgba(250, 250, 250, 0.15);
        border-radius: 50px;
        border: 1px solid #FFFFFF; */
        padding: 0;
    }

    .web_head .head_bottom .header_layout:after {
        display: none;
        content: "";
        position: absolute;
        background: rgba(250, 250, 250, 0.15);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 50px;
        /* 其他样式不变 */
        -webkit-backdrop-filter: blur(5px);
        -moz-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        /* 降级方案：当不支持 backdrop-filter 时，使用 filter 属性模拟毛玻璃效果 */
        filter: blur(5px) brightness(0.9) contrast(1.2);
        -webkit-filter: blur(5px) brightness(0.9) contrast(1.2);
        -moz-filter: blur(5px) brightness(0.9) contrast(1.2);
    }

    .head-search {
        position: relative;
        width: 90%;
        height: 35px;
        margin: 0 auto;
    }

    .head-search .search-ipt {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #000000;
        padding: 0 10px;
        border-bottom: 1px solid black;
    }

    .head-search .search-btn {
        position: absolute;
        width: 35px;
        height: 100%;
        background: url(../img/index/search.png) no-repeat center center;
        -webkit-background-size: auto 16px;
        background-size: auto 16px;
        border: none;
        right: 0;
        top: 0;
        display: block !important;
    }

    .head-search .search-attr {
        display: none;
    }

    /* header */
    .web_head {
        margin-bottom: 0;
        text-align: center;
    }

    /*nav */
    .head_nav {
        width: 100%;
    }

    .fixed .head_nav>li {
        padding: 0;
    }

    .head_nav>li {
        display: block;
        border-bottom: 1px solid #dcdcdc;
        padding: 0;
    }

    .fixed .head_nav>li>a {
        padding: 0 !important;
    }

    .head_nav>li>a {
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
        padding: 0 !important;
    }

    .head_nav li {
        padding-left: 28px;
    }

    .head_nav li,
    .head_nav li a {
        color: #111;
    }

    .head_nav li.has-child {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 28px;
    }

    .head_nav li.has-child>a {
        padding-right: 0;
    }

    .head_nav li.has-child>ul {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        margin-left: 0;
        padding: 0 0 0 10px;
        width: 100%;
        border-top: unset;
        box-shadow: unset;
        opacity: 1;
        -webkit-transform: unset;
        transform: unset;
    }

    .head_nav li a {
        display: block;
        line-height: 33px;
        text-align: left;
        padding: 0;
    }

    .head_nav li.nav_current a {
        background-color: transparent;
        color: var(--conmmonColor);
        border: none;
    }

    .head_nav li a:hover {
        color: var(--conmmonColor);
        background-color: transparent;
        border: none !important;
    }

    .head_nav>li>a {
        border: none !important;
    }

    .head_nav li a:hover:after {
        width: 0;
        height: 0;
        border: none;
        display: none !important;
    }

    .head_nav li em {
        display: block;
        overflow: hidden;
    }

    .head_nav>li ul li {
        font-size: 14px;
        padding: 0;
        border-bottom: 1px dashed #c1c1c1;
    }

    .head_nav li li li {
        font-size: 12px;
    }

    .head_nav>li ul li a {
        color: #555;
        line-height: 28px;
    }

    .head_nav>li.has-child a {
        padding-right: 0;
    }

    .head_nav li.has-child a b {
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 15px;
        height: 15px;
        border: 1px solid #111;
        border-radius: 2px;
        line-height: 15px;
        z-index: 999;
    }

    .head_nav li.has-child a b:before,
    .head_nav li.has-child a b:after {
        position: absolute;
        top: 50%;
        left: 3px;
        display: block;
        margin-top: -.5px;
        width: 9px;
        height: 1px;
        background-color: #111;
        content: '';
    }

    .head_nav li.has-child a b:after {
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

    .head_nav li,
    .head_nav li.has-child {
        padding-left: 0;
        padding: 0;
    }

    .head_nav>li ul li:last-child {
        border-bottom: none;
    }

    .head_nav li.active>a>b:after {
        display: none;
    }

    .head_nav>li>a:hover b {
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .head_nav li li.has-child a b {
        width: 12px;
        height: 12px;
        line-height: 12px;
    }

    .head_nav li li.has-child a b:before,
    .head_nav li li.has-child a b:after {
        width: 6px;
    }

    .head_nav li.nav_current>a b:before,
    .head_nav li.nav_current>a b:after {
        background: var(--conmmonColor);
    }

    .web_head .nav_wrap {
        display: none;
    }

    .head_nav li.nav_current>a:after,
    .head_nav li>a:after {
        display: none !important;
        opacity: 0 !important;
    }

    .head_nav li.nav_current>a:hover:after,
    .head_nav li>a:hover:after {
        display: none !important;
        opacity: 0 !important;
    }

    .head_nav li.nav_current,
    .head_nav li.nav_current>a b {
        border-color: unset;
    }

    .fixed.head_bottom {
        /* width: 100% !important;
        border-radius: unset; */
        background-color: #333333 !important;
    }

    /* .web_foot {
        padding-bottom: 60px;
    } */
    .web_foot .foot_inquiry {
        display: none;
    }

    .web_foot .foot_wrap {
        padding: 30px 0 60px;
        background: url(../img/index/mobile_foot_bg.png) no-repeat center center / cover;
        background-attachment: fixed;
    }

    .web_foot .foot_items {
        flex-direction: column-reverse;
    }

    .foot_item.foot_item_product {
        display: none;
    }

    .foot_item.foot_item_contact {
        display: none;
    }

    .foot_item.foot_item_link {
        width: 100%;
        margin-bottom: 20px;
    }

    .foot_item.foot_item_about {
        width: 100%;
    }

    .foot_item.foot_item_link ul li a {
        font-family: 'Arial-Regular';
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: uppercase;
    }

    .foot_item.foot_item_link ul li a {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 20px 30px;
        padding-right: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin: 0;
    }

    .foot_item.foot_item_link ul li a b {
        display: inline-block;
        width: 28px;
        height: 28px;
        background: url(../img/index/foot_icon.png) no-repeat center center /contain;
        transition: all .5s ease;
    }

    .foot_item.foot_item_link ul li.active a b {
        transform: rotate(90deg);
    }

    .foot_item.foot_item_link ul li ul {
        display: none;
    }

    .foot_item.foot_item_link ul li ul li {
        margin-left: 20px;
    }

    .foot_item.foot_item_link ul li ul li a {
        padding: 10px 20px;
    }

    .copyright {
        background-color: transparent;
    }

    .copyright,
    .copyright a {
        color: #FFFFFF;
        text-align: left;
    }
}

@media (max-width:480px) {
    .web_head .head_bottom {
        margin-top: 0;
    }

    /* 
    .web_head .sj_logo img {
        max-height: 40px;
    } */
}