@charset "utf-8";
*,body{margin: 0;padding: 0;text-decoration: none;}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
q:after,q:before{content:''}
abbr,acronym{border:0}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.col-c,.col-l,.col_c,.col_l,.l{float:left}
.col-r,.col_r,.r,.ul-txt li span,.ul_txt li span,dt span{float:right}
.c{clear:both}
.n,em{font-weight:400;font-style:normal}
.b{font-weight:700}
.i{font-style:italic}
.tc{text-align:center}
.tr{text-align:right}
.tl{text-align:left}
.tdu{text-decoration:underline}
.tdn,.tdn:hover,a.tdl:hover{text-decoration:none}
.f0{font-size:0}
.f10{font-size:14px}
.f12{font-size:12px}
.f13{font-size:13px}
.f14{font-size:14px}
.f16{font-size:16px}
.f20{font-size:20px}
.f24{font-size:24px}
.vm{vertical-align:middle}
.vtb{vertical-align:text-bottom}
.vt{vertical-align:top}
.vn{vertical-align:-2px}
.vimg{margin-bottom:-3px}
.m0{margin:0}
.ml0{margin-left:0}
.ml5{margin-left:5px}
.ml10{margin-left:10px}
.ml20{margin-left:20px}
.mr0{margin-right:0}
.mr5{margin-right:5px}
.mr10{margin-right:10px}
.mr20{margin-right:20px}
.mt5{margin-top:5px}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mb5{margin-bottom:5px}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.ml-1{margin-left:-1px}
.mt-1{margin-top:-1px}
.p1{padding:1px}
.pl5{padding-left:5px}
.p5{padding:5px}
.pt5{padding-top:5px}
.pr5{padding-right:5px}
.pb5{padding-bottom:5px}
.p10{padding:10px}
.pl10{padding-left:10px}
.pt10{padding-top:10px}
.pr10{padding-right:10px}
.pb10{padding-bottom:10px}
.p20{padding:20px}
.pl20{padding-left:20px}
.pt20{padding-top:20px}
.pr20{padding-right:20px}
.pb20{padding-bottom:20px}
.pr,.rel{position:relative}
.abs,.pa{position:absolute}
.dn{display:none}
.db{display:block}
.dib{-moz-inline-stack:inline-block;display:inline-block}
.di{display:inline}
.ovh{overflow:hidden}
.ovs{overflow:scroll}
.vh{visibility:hidden}
.vv{visibility:visible}
.lh14{line-height:14px}
.lh16{line-height:16px}
.lh18{line-height:0.9vw}
.lh20{line-height:20px}
.lh22{line-height:22px}
.lh24{line-height:24px}
.fix{*zoom:1}
.fix:after,.fix:before{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden}
.z{_zoom:1}
.h1{height:1px}
.h5{height:5px}
.h,.h10{height:10px}
.h15{height:15px}
.h20{height:20px}
.h,.h1,.h10,.h15,.h20,.h5{font-size:0;line-height:0;overflow:hidden;clear:both}
a{text-decoration:none}
a:hover{color:#002ea7;}
*,:after,:before{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;z-index: 2;box-sizing:border-box;outline:0!important;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}
body{color:#333;font-size:14px;line-height:1.5;font-family: Arial, "sans-serif";-webkit-font-smoothing:antialiased}
img{max-width:100%;border:none;}
input,select,textarea{font-size:14px;color:#333;font-family: Arial, "sans-serif"!important;,Helvetica,Arial,sans-serif;border:none}
input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],select{-webkit-appearance:none;-moz-appearance:none;appearance:none}
::-webkit-input-placeholder{color:#999}
::-moz-placeholder{color:#999}
::-ms-input-placeholder{color:#999}
select::-ms-expand{display:none}
a{color:#333;text-decoration:none}
a:hover{color:#002ea7;}
:root {
    --color-1: #002ea7;
    --color-2: #e61473;
    --color-10: #231F20;
    --color-11: #797A7B;
    --color-12: #B2B3B5;
    --color-13: #DBDCDD;
    --color-14: #F1F2F2;
}
a{text-decoration:none;outline:none;background: transparent;}
a:link{color:#333; text-decoration:none;}
a:focus,a:hover{color:var(--color-2);}
a:visited{color:#333}
input{outline: none;}
h1,h2,h3,h4,h5,h6,p,i,span,a,.img,img,li{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
::-webkit-scrollbar {width:15px;/* 这是针对缺省样式 (必须的) */ }
::-webkit-scrollbar-track {background-color:#fff;/* 滚动条的滑轨背景颜色 */}
::-webkit-scrollbar-thumb {background-color:var(--color-1);/* 滑块颜色 */}
::-webkit-scrollbar-button {background-color:#fff;/* 滑轨两头的监听按钮颜色 */}
::-webkit-scrollbar-corner {background-color:#fff;/* 横向滚动条和纵向滚动条相交处尖角的颜色 */}
.mobile{display: none;}
@media (max-width: 991px) {
    .mobile {display: block;}
    ::-webkit-scrollbar {height:2px;width: 2px}
    ::-webkit-scrollbar-thumb {background-color:#ced4da}
}
.flex-sb{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;
}
.flex-ce{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-fs{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;justify-content: flex-start;
}
.flex-fe{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content:  flex-end;
}

/*updown*/
.updown {position: absolute;bottom:-20px;left:50%;z-index: 999;margin-left:2px;}
.updown i{transition: transform 0.5s ease;font-size: 30px;color: #fff;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    display: none;
}
.updown a{
    opacity: 1;display: inline-block;-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    color: #999;
}
.updown .s-icon {padding-top: 60px;}
.updown .s-icon span {
    position: absolute;
    top: 0;
    left: 50%;
    width:26px;
    height: 45px;
    margin-left: -13px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;transition: all 0.5s;
}

.updown .s-icon span::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: -2.5px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@keyframes zoom-in {
    0% {
        background-size: 120% 120%; /* 背景图初始大小 */
    }
    100% {
        background-size: 100% 100%; /* 背景图放大到 1.3 倍 */
    }
}
@keyframes scalebg {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/*圆点*/
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, -25px);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, -5px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, -25px);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, -5px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@media (max-width: 1028px) {
    .updown .s-icon {padding-top: 60px;}
    .updown .s-icon span {display: none}
    .updown .s-icon span::before {display: none }
    .updown i{display: block}
}
.section-title{width: 100%;margin-bottom:4.5vh;align-items: center}
.section-title h4{font-size:2vw;line-height: 1.3;color: #fff;font-weight: 550;}
.section-title.blue h4{color: var(--color-1);}
.section-title h5{font-size:1.875vw;line-height: 1.2;font-weight: 500;color: var(--color-10);}
.section-title a{color: #fff;text-align: right;line-height:55px;}
.section-title a:hover{}
.section-title a i{font-size:0.25rem;color: #fff;}
.section-title a:hover i{color: var(--color-2)}
.section-title p{font-size: 1.354166vw;font-weight: 500;color: var(--color-10);line-height: 1}
@media screen and (max-width: 1536px) and (min-width: 1281px) {
    .section-title{margin-bottom:3.5vh;}
}
@media screen and (max-width: 1280px) and (min-width: 1200px) {
    .section-title{margin-bottom:3vh;}
}
@media (max-width: 1028px) {
    .section-title{margin-bottom:15px;align-items: center;}
    .section-title h4{font-size:25px;line-height:35px;font-weight: 700;}
    .section-title a i{font-size:25px;color:var(--color-2)}
    .section-title p{font-size: 16px;padding-top: 5px;}
    .section-title h5{font-size:20px;line-height: 25px;font-weight: 700}
}
.ve-navbar,.header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.ve-navbar:hover,.ve-navbar.action{background-color: rgba(255,255,255,1);border-bottom: 1px solid #eee}
.header.hide{opacity: 0;filter: alpha(opacity=0);}
.ve-container {padding: 0;}
.nav-wrapper {height: 70px;position: relative;align-items: center;}
/* Logo区域 */
.ve-logo {display: flex;align-items: center;width: 250px; padding: 0 0 0 20px;}
.ve-logo img {width:100%;}
.ve-logo img.white{display: block}
.ve-logo img.blank{display: none}
.ve-navbar:hover .ve-logo img.white,.ve-navbar.action .ve-logo img.white{display: none}
.ve-navbar:hover .ve-logo img.blank,.ve-navbar.action .ve-logo img.blank{display:block}

/* 导航菜单 */
.nav-list {width: calc(100% - 650px);}
.nav-item {position: relative;margin-right:30px;}
.nav-item a.nav-link {color: #fff!important;font-size: 14px;text-transform: uppercase;font-weight: 550;transition: color 0.3s;line-height: 70px;}
.nav-item a.nav-link:hover{color:var(--color-2)!important;}
.ve-navbar.action .nav-item a.nav-link{color:var(--color-10) !important;}
.ve-navbar.action .nav-item a.nav-link:hover{color:var(--color-2)!important;}
.ve-navbar:hover .nav-item a.nav-link{color:var(--color-10) !important;}
.ve-navbar:hover .nav-item a.nav-link:hover{color:var(--color-2)!important;}

/* 右侧操作区 */
.nav-actions {width: 400px;align-items: center;padding:0;height: 70px;}
.search-box {display: flex;align-items: center;gap: 8px;height: 70px;padding: 8px 16px;border-right: 1px solid rgb(255,255,255,0.25);border-left: 1px solid rgb(255,255,255,0.25);}
.search-box input {border: none;outline: none;width: 160px;font-size: 14px;background: transparent;transition: width 0.3s;color: #fff!important;}
.search-box input:focus {width: 240px;}
.search-box input::placeholder{color: rgb(255,255,255,0.75)}
.ve-navbar:hover .search-box input,.ve-navbar.action .search-box input{color: var(--color-10)!important;}
.icon-31sousuo {color: #fff;font-size: 14px;}
.ve-navbar:hover .search-box,.ve-navbar.action .search-box{border-right: 1px solid #eee;border-left: 1px solid#eee}
.ve-navbar:hover .search-box input::placeholder,.ve-navbar.action .search-box input::placeholder{color: var(--color-10)}
.ve-navbar:hover .icon-31sousuo,.ve-navbar.action .icon-31sousuo{color: var(--color-10);}
/* 语种切换 */
.lang-switch {
    display: flex;height: 100%;
    align-items: center;text-align: center;justify-content: center;
    width: 100px;
    font-size: 14px;
    position: relative;
    cursor: pointer;background-color:var(--color-1);
    color: #fff;
}
.lang-switch:hover{background-color: var(--color-2)}
.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 8px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    min-width: 100px;
    z-index: 1001;
}
.lang-switch:hover .lang-dropdown {opacity: 1;visibility: visible;}
.lang-item {padding: 8px 16px;white-space: nowrap;transition: background 0.2s;}
.lang-item:hover {background-color: #f5f5f5;}

@media only screen and (min-width:1681px) and (max-width:2560px){
    .nav-item {margin-right:30px;}
}
@media only screen and (min-width:1441px) and (max-width:1680px){
    .nav-item {margin-right:20px;}
}
@media only screen and (min-width:1281px) and (max-width:1440px){
    .nav-list {width: calc(100% - 400px);}
    .nav-actions {width: 100px;}
    .nav-item {margin-right:15px;}
    .nav-item a.nav-link {font-size: 14px;}
    .search-box{display: none}
}
@media screen and (max-width:1280px){
    .ve-logo {width: 220px;}
    .nav-list {width: calc(100% - 520px);}
    .nav-actions {width: 300px;}
    .search-box input {width: 150px;}
    .search-box input:focus {width: 150px;}
    .nav-item {margin-right:10px;}
    .nav-item a.nav-link {font-size: 14px;}
}
@media screen and (max-width:1280px){
    .nav-wrapper {height: 55px;}
    .nav-actions {height: 55px;}
}

/* 二级下拉菜单（全屏） */
.submenu {
    position: fixed;
    top: 71px;
    left: 0;
    width: 100vw;
    background: #f4f7fc;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0); /* 初始状态：垂直缩放为0 */
    transform-origin: top; /* 缩放原点在顶部 */
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 99999;
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* 防止内容溢出 */
}

.nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1); /* 完全展开 */z-index: 9999;
}
.nav-item:hover .submenu {opacity: 1;visibility: visible;z-index: 9999}
.submenu-inner {display: flex;}
.submenu-left {flex: 1;padding:60px 50px;flex-wrap: wrap;}
.submenu-left h3 {font-size: 22px;font-weight:600;color:var(--color-10);margin-bottom: 20px;}
.submenu-left p {color: var(--color-10);font-size: 14px;line-height:26px;font-weight: 400;}
.submenu-right {flex: 2;padding:60px 50px;background: #fff;background-repeat: no-repeat;background-size: auto 100%;background-position: bottom right;}
.submenu-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    width:80%;
}
.submenu-group {width: auto;max-width:23.5%;}
.submenu-title {color: var(--color-10);font-size: 18px;font-weight: 600;margin-bottom: 12px;padding-bottom: 8px;border-bottom: 1px solid #eee;}
.submenu-link {display: flex;align-items: center;color: var(--color-12);font-size: 14px;padding:5px 0;transition: color 0.3s;}
.submenu-link:hover {color: var(--color-1);}
.submenu-pro-group{width:49%;margin-bottom: 2%;}
.submenu-pro-group .flex-fs{flex-wrap: wrap;padding-top: 10px;align-items: flex-start}
.submenu-pro-link{display: inline-block;width:23.5%;padding:0;text-align: center;margin-right: 0}
.submenu-pro-link{padding:20px 10px!important;font-size: 14px;}
.submenu-pro-link img{display: block;width:150px;margin: 10px auto;}
.submenu-pro-link span{display:block;font-size: 14px;line-height: 22px;}
.submenu-pro-link:last-child{border-right: none;}

/* 响应式 */
@media (max-width: 1440px) {
    .submenu-left {padding:30px 30px;}
    .submenu-right {padding:30px 30px;}
    .submenu-column {width:90%;}
    .submenu-title {font-size: 16px;margin-bottom:5px;padding-bottom:5px}
    .submenu-pro-link{width:48.5%;margin-bottom: 2%}
    .submenu-pro-link img{width:90px;margin: 0 auto;}
    .submenu-link {font-size: 13px;}
    .submenu-pro-link{padding:2px 10px!important;font-size: 13px;}
}
@media (max-width: 1280px) {
    .nav-list{display: none;}
    .ve-container {padding: 0 16px;}
    .submenu {position: absolute;width: 100%;left: 0;}
    .submenu-inner {flex-direction: column;padding: 0;}
    .submenu-left,
    .submenu-right {padding: 16px;}
    .submenu-column {flex-direction: column;gap: 20px;}
}
/* 移动端适配样式 - 屏幕小于1028px */
@media (max-width: 1028px) {
    .ve-navbar,.header {background-color:rgb(255,255,255,1);}
    .ve-navbar:hover{background-color:#fff;}
    .ve-logo {width: 50%;padding:0!important;display: flex;justify-content: center;align-items: center}
    .ve-logo img {height:auto;width: 100%;}
    .ve-logo img.white{display:none;}
    .ve-logo img.blank{display: block;}
    .nav-actions{width: 50%;}
    .search-box{display: none;}
    .lang-switch {width: 100px;font-size: 16px;background-color:transparent;color: var(--color-1);margin: 0 0 0 auto;}
    .lang-switch i{font-size: 16px}
    .lang-switch:hover{background-color: transparent}
    .lang-dropdown{border-radius: 4px;}
    /* 移动端菜单按钮 */
    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 60px;
        color: var(--color-11);
        cursor: pointer;
        z-index: 1002;
    }
    .mobile-menu-toggle i{font-size: 30px;color: var(--color-1)}
    /* 导航容器调整 */
    .nav-wrapper {padding: 0 20px;}
    /* 导航列表默认隐藏，通过菜单按钮控制显示 */
    .nav-list {
        display: block;
        position: fixed;
        top: 56px;
        left: 0;
        width: 100%;
        height: calc(100vh - 56px);
        background: #fff;
        flex-direction: column;
        overflow-y: auto;
        z-index: 1001;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        padding: 10px 10px;
        margin: 0;
    }
    /* 导航列表显示状态 */
    .nav-list.active {transform: translateX(0);}
    /* 导航项样式调整 */
    .nav-item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #f1f1f1;
        position: static;
    }
    .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        font-weight: 500;
        line-height: 50px;
        font-size: 18px!important;
    }
    .nav-link i{font-size:25px;transform: rotate(-90deg);transition: transform 0.3s ease;}
    .nav-link:hover i{transform: rotate(0deg);}
    /* 隐藏submenu-left */
    .submenu-left {display: none !important;}
    /* 二级菜单样式调整 */
    .submenu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        background-color: #f8f8f8;
    }
    .submenu.active {max-height: 2500px; /* 足够大的值容纳内容 */}
    .submenu-inner {flex-direction: column;padding: 0;}
    .submenu-right {padding: 0;flex: none;width: 100%!important;background-image: none!important;}
    .submenu-column {flex-direction: unset;gap:unset;width: 100%;display: block}
    .submenu-group {width: 100%;max-width:100%;border-right: none;margin-right: 0;padding:20px 30px;background-color: #f8f8f8;margin-bottom: 10px;}
    .submenu-title{font-size: 18px;font-weight: 550;margin-bottom: 10px;border-bottom: none;}
    .submenu-link {font-size: 15px;padding:10px 15px;line-height: 25px;background-color: #fff;margin-bottom: 5px;}
    .submenu-pro-group{flex-wrap: wrap;background-color: #f8f8f8;padding:20px 30px;width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .submenu-pro-group .submenu-title{width: 100%}
    /* 产品链接样式调整 */
    .submenu-pro-link{width: 49.5%;margin-right:1%;margin-bottom:1%;padding: 10px;background-color: #fff;}
    .submenu-pro-link{border-right: none;}
    .submenu-pro-link:nth-child(3),.submenu-pro-link:nth-child(5){margin-right: 0;border-right: none;}
    .submenu-pro-link img{width:100%;margin: 10px auto;}
}
/* 小屏设备进一步适配 */
@media (max-width: 768px) {
}
/* 大屏设备隐藏菜单按钮 */
@media (min-width: 1025px) {
    .mobile-menu-toggle {display: none;}
}

.footer{position:absolute;z-index:50;width:100%;bottom:-120px;left:0;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out}
.footer.on{bottom:0}
.footer .txt{font-size:1vw;text-align:center;color:rgba(255,255,255,.5);line-height:120px}
.footer a{color:inherit;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s}
.footer a:hover{color:#fff}
.ve-footer {background-color: #fff;padding:50px 150px;}
.ve-footer-container {width: 100%;margin: 0 auto;border-bottom: 1px solid #eaeaea;padding-bottom: 20px;}
.ve-footer-links {display: flex;justify-content: space-between;width:60%;}
.ve-footer-column {}
.ve-footer-contact{margin: 0 0 0 auto;border-left: 1px solid #eee;padding-left: 50px;}
.ve-footer-contact p{line-height:25px;font-size: 14px;font-family: "Microsoft YaHei", "Roboto", sans-serif;}
.ve-footer-column h4 {font-size: 15px;text-transform: uppercase;font-weight: 550;margin-bottom: 10px;}
.ve-footer-column ul {list-style-type: none;}
.ve-footer-column ul li {margin-bottom: 5px;}
.ve-footer-column ul li a {color:var(--color-12);font-size: 14px;line-height: 22px;text-decoration: none;transition: color 0.3s ease;}
.ve-footer-column ul li a:hover {color:var(--color-1);}
.ve-footer-qr-codes {text-align: left;margin: 20px 0}
.ve-qr-code {width: 120px;display: block;text-align: center}
.ve-qr-code img {width:100%;margin-bottom: 10px;}
.ve-qr-code p{font-size: 14px;line-height: 22px!important;}
.ve-footer-bottom {text-align: center;padding-top: 20px;color:var(--color-12);font-size: 14px;line-height: 25px;}
.ve-footer-bottom a {color:var(--color-12);text-decoration: none;margin: 0 10px;transition: color 0.3s ease;}
.ve-footer-bottom a:hover {color:var(--color-1);}
@media only screen and (min-width:1681px) and (max-width:2560px){
    .ve-footer {padding:50px 150px;	}
}
@media only screen and (min-width:1441px) and (max-width:1680px){
    .ve-footer {padding:50px 100px;	}
}
@media only screen and (min-width:1281px) and (max-width:1440px){
    .ve-footer {padding:50px 100px;	}
}
@media screen and (max-width:1280px){
    .ve-footer {padding:50px 50px;}
}
@media only screen and (max-width: 959px) {
    .ve-footer {padding:20px 20px;}
    .ve-footer-links{display: none;}
    .ve-footer-container {flex-wrap: wrap;}
    .ve-footer-contact{margin:0;border-left:none;padding-left: 0;}
    .ve-footer-contact h4{font-size: 18px;font-weight: 700}
    .ve-footer-bottom {padding-top: 10px;font-size: 12px;line-height: 18px;display: none;}
}
.offcanvas-search {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    z-index: 9999;
    background-color: rgba(0,0,0,0.35);
}

.offcanvas-search.open {opacity: 1;visibility: visible}
.offcanvas-search.open .offcanvas-search-inner {-webkit-transform: none;-ms-transform: none;transform: none}
.offcanvas-search-inner {
    width: 80%;
    height: 200px;
    margin: 20% auto;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(255,255,255,.75);
    border: 1px solid #fff;
    padding: 50px;
    box-shadow:5px 10px 20px  rgba(75,45,2,0.2);
    -webkit-box-shadow:5px 10px 20px  rgba(75,45,2,0.2);
    -moz-box-shadow:5px 10px 20px  rgba(75,45,2,0.2);
    border-radius:6px;
    position: relative;
    -webkit-transform: translateX(calc(100% - 0px));
    -ms-transform: translateX(calc(100% - 0px));
    transform: translateX(calc(100% - 0px));
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    overflow: auto;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}
.offcanvas-search-inner .btn-close-bar {opacity: 1;position: absolute;right: 20px;top:5px;}
.offcanvas-search-inner .btn-close-bar i {
    font-size: 4rem;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.offcanvas-search-inner .btn-close-bar i:hover {
    color:var(--color-2);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.offcanvas-search-form {width: 100%;}
.offcanvas-search-form select{border: none;font-size:18px;padding: 0 20px;outline: none;}
.offcanvas-search-form input {width:70%;border:none;border-left: 1px solid #eee;font-size:18px;line-height:60px;height:60px;padding: 0 20px;color:#495057;
    -webkit-appearance: none;border-radius: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.offcanvas-search-form input:focus {outline: none;}
.offcanvas-search-form button{width: 20%;background-color:var(--color-2);border: none;line-height:60px;height:60px;font-size: 22px;color: #fff;outline: none;}
.offcanvas-search-form button i{margin-right: 10px;font-size: 2.5rem;}
@media (max-width: 991px) {
    .offcanvas-search {background-color: rgba(0,0,0,0);padding: 10% 0 0 0;}
    .offcanvas-search-inner{width:90%;height:20%;padding: 20px;backdrop-filter: blur(4px);-webkit-backdrop-filter: blur(4px);background-color: rgba(255,255,255,.5);
        box-shadow:2px 5px 10px  rgba(75,45,2,0.1);-webkit-box-shadow:2px 5px 10px  rgba(75,45,2,0.1);-moz-box-shadow:2px 5px 10px  rgba(75,45,2,0.1);border-radius:8px;}
    .offcanvas-search-inner .btn-close-bar {right:10px;top:5px;}
    .offcanvas-search-inner .btn-close-bar i {font-size: 2rem;}
    .offcanvas-search-form input {font-size:1.4rem;width:75%;line-height:40px;height:40px;}
    .offcanvas-search-form button{font-size: 1.4rem;width: 25%;line-height:40px;height:40px;}
    .offcanvas-search-form button i{margin-right:5px;font-size:1.8rem;}
}