@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -webkit-box-direction: normal;
}
body {
    font: 1.6rem/1.625 Source Han Sans CN,PingFangSC-Regular,PingFang SC,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    overscroll-behavior: none;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; 
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    font-size: 1.6rem;
    outline: none;
    border-radius: 0;
    font-family: Source Han Sans CN,PingFangSC-Regular,PingFang SC,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
}
input[type="text"]{
    margin: 0;
}
input::placeholder { color: #9e9e9e; }
input,
select {
    outline: none;
    border: none;
    background-color: transparent;
    appearance: none;
}
textarea {
    border-radius: 0;
    outline: none;
    font-family: Source Han Sans CN,PingFangSC-Regular,PingFang SC,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
}
* {
    box-sizing: border-box;
    -webkit-font-smoothing:antialiased;
}
select{
    font-family: Source Han Sans CN,PingFangSC-Regular,PingFang SC,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
}
::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    transition: .3s;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.ol, .ul{ list-style: none; }

.fc {
    text-align: center;
}

.fr {
    text-align: right;
}

.fjus{
   text-align: justify; 
}

.l {
    float: left;
    display: inline-block;
}

.r {
    float: right;
    display: inline-block;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.linkA {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.fixedImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixedImg2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixedImg21 {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixedImg22 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgw {
    width: 100%;
    display: block;
}

.imgwh {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.imgwf {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

.imgaho {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.align-vertical {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
}

.vertical-inner {
    display: table-cell;
    vertical-align: middle;
}
.transition6 {
    transition: .6s ease;
    -webkit-transition: .6s ease;
}
.transition8{
    transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
}
.transition10 {
    transition: 1s ease;
    -webkit-transition: 1s ease;
}
.scaleO:hover .img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
}
.scaleO2:hover .img {
    transform: scale(1.06) rotate(3deg);
    -webkit-transform: scale(1.06) rotate(3deg);
    -moz-transform: scale(1.06) rotate(3deg);
}
.pos-r {
    position: relative;
}
.pos-a {
    position: absolute;
}
.pos-f {
    position: fixed;
}
.pos-ov {
    position: relative;
    overflow: hidden;
}
.pos-ovz{
    position: relative;
    z-index: 3;
}
html.lenis {
    height: auto
}
.lenis.lenis-smooth {
    scroll-behavior: auto
}
.lenis.lenis-smooth [data-lenis-prevent] {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}
.lenis.lenis-scrolling iframe {
    pointer-events: none
}
.ermsblack { background: none rgba(0,0,0,0.5); width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 1030; display: none; }
.ermSBox { position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1004;  margin-top: 20px; }   
.ermSBox .img { width: 22rem; position: relative;} 
.ermSBox .erm-img {width: 100%; display: block; }
.ermSBox .t { padding-top: 1rem; color: #ffffff; font-weight: 500; line-height: 1.2; text-align: center; }

/* Swiper 5.4.5 */ 
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{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{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:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{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:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;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:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-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%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.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:flex;justify-content: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%;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;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{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{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;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;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{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:0px;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}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 60px, 0);
 transform: translate3d(0, 60px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeIn {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 60px, 0);
 transform: translate3d(0, 60px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -60px, 0);
 transform: translate3d(0, -60px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, -60px, 0);
 transform: translate3d(0, -60px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@-webkit-keyframes fadeOutLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-60px, 0, 0);
 transform: translate3d(-60px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeOutLeft {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(-60px, 0, 0);
 transform: translate3d(-60px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@-webkit-keyframes fadeOutRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(60px, 0, 0);
 transform: translate3d(60px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeOutRight {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(60px, 0, 0);
 transform: translate3d(60px, 0, 0);
}
 100% {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes banscale {
 0% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes turn {
 100% {
 transform: rotate(1turn);
 transform-origin: center;
}
}
@keyframes turn2 {
 100% {
 transform: rotate(-1turn);
 transform-origin: center;
}
}
@keyframes move {
 0% {
 transform: translate(-45%, -48%);
}
 100% {
 transform: translate(-55%, -53%);
}
}
@keyframes ripple {
 0% {
 opacity: 1;
 transform: translate(-50%, -50%) scale(1);
}
 100% {
 opacity: 0;
 transform: translate(-50%, -50%) scale(35);
}
}
@keyframes ripple2 {
 0% {
 opacity: 1;
 transform: translate(-50%, -50%) scale(1);
}
 100% {
 opacity: 0;
 transform: translate(-50%, -50%) scale(28);
}
}
@keyframes clip {
 to {
 clip-path: inset(0 0 0 0);
}
}
@keyframes ripple3 {
 0% {
 width: 0;
 height: 0;
 opacity: 0.5;
}
 100% {
 width: 100%;
 height: 100%;
 opacity: 0;
}
}
@keyframes circle {
 to {
 transform: rotate(1turn);
}
}
@keyframes headerTitle {
 0% {
 opacity: 0;
 -webkit-mask-position: right center;
}
 1% {
 opacity: 1;
}
 100% {
 -webkit-mask-position: left center;
}
}
@keyframes gelatine {
 from, to {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 25% {
 -webkit-transform: scale(0.94, 1.02);
 transform: scale(0.94, 1.02);
}
 50% {
 -webkit-transform: scale(1.1, 0.98);
 transform: scale(1.1, 0.98);
}
 75% {
 -webkit-transform: scale(0.95, 1);
 transform: scale(0.95, 1);
}
}
@-webkit-keyframes gelatine {
 from, to {
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1);
}
 25% {
 -webkit-transform: scale(0.94, 1.02);
 transform: scale(0.94, 1.02);
}
 50% {
 -webkit-transform: scale(1.1, 0.98);
 transform: scale(1.1, 0.98);
}
 75% {
 -webkit-transform: scale(0.95, 1);
 transform: scale(0.95, 1);
}
}
@keyframes clip-logo {
 0% {
 left: -150%;
}
 100% {
 left: 150%;
}
}
@keyframes load-rotate1 {
 0% {
 transform: translateX(-50%) rotate(0);
 clip-path: inset(0 0 0 0);
}
 100% {
 transform: translateX(-50%) rotate(-1deg);
 clip-path: inset(0 0 0 0);
}
}
@keyframes load-rotate2 {
 0% {
 transform: translateX(-50%) rotate(0);
 clip-path: inset(0 0 0 0);
}
 100% {
 transform: translateX(-50%) rotate(1deg);
 clip-path: inset(0 0 0 0);
}
}
.tac {
    text-align: center;
}
.icoimg {
    display: flex;
    align-items: center;
    justify-content: center
}
.icoimg img {
    max-width: 100%;
    max-height: 100%
}
[btn-moreH]:hover [btn-more-jt] {
    animation-duration: .7s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-name: ArrowMoveNext
}
@keyframes sonarAnimation {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
5% {
opacity:.8
}
100% {
opacity:0;
-webkit-transform:scale(1.4);
transform:scale(1.4)
}
}
@keyframes sonarAnimation2 {
0% {
opacity:0;
-webkit-transform:scale(.5);
transform:scale(.5)
}
5% {
opacity:.8
}
100% {
opacity:0;
-webkit-transform:scale(.9);
transform:scale(.9)
}
}
@keyframes ArrowMoveNext {
0% {
transform:none;
transform-origin:right center
}
40% {
transform:translateX(5px) scale(0);
transform-origin:right center
}
40.01% {
transform:translateX(-5px) scale(.5);
transform-origin:left center
}
100% {
transform:none;
transform-origin:left center
}
}
@keyframes ArrowMoveBack {
0% {
transform:none;
transform-origin:left center
}
40% {
transform:translateX(-5px) scale(0);
transform-origin:left center
}
40.01% {
transform:translateX(5px) scale(.5);
transform-origin:right center
}
100% {
transform:none;
transform-origin:right center
}
}
html {
    font-size: 10px
}

@media screen and (min-width:2000px) {
html {
    font-size: 10.6px
}
}

@media screen and (min-width:2200px) {
html {
    font-size: 11px
}
}

@media screen and (min-width:2400px) {
html {
    font-size: 11.4px
}
}

@media screen and (min-width:2500px) {
html {
    font-size: 12px
}
}

@media screen and (min-width:3000px) {
html {
    font-size: 12.5px
}
}

@media screen and (max-width:1650px) {
html {
    font-size: 9.375px
}
}

@media screen and (max-width:1440px) {
html {
    font-size: 9px
}
}

@media screen and (max-width:1370px) {
html {
    font-size: 8.75px
}
}

@media screen and (max-width:1180px) {
html body {
    font-size: 1.5rem
}
}
.inner90 {
    width: 90%;
    margin: 0 auto
}

@media screen and (max-width:1180px) {
.inner90 {
    width: 90%
}
}
.inner88 {
    width: 88%;
    margin: 0 auto;
    max-width: 1600px
}

@media screen and (max-width:1180px) {
.inner88 {
    width: 88%
}
}
.inner80 {
    width: 78.6458%;
    margin: 0 auto;
    max-width: 1510px
}
@media screen and (max-width:1650px) {
.inner80 {
    width: 80%
}
}
@media screen and (max-width:1440px) {
.inner80 {
    width: 90%
}
}
.inner75 {
    width: 75.52%;
    margin: 0 auto
}
@media screen and (max-width:1370px) {
.inner75 {
    width: 80%
}
}
@media screen and (max-width:1180px) {
.inner75 {
    width: 90%
}
}
.inner70 {
    width: 70%;
    margin: 0 auto;
    max-width: 1333px
}
@media screen and (max-width:1370px) {
.inner70 {
    width: 70%
}
}
@media screen and (max-width:1180px) {
.inner70 {
    width: 90%
}
}
.inner1226 {
    width: 72%;
    margin: 0 auto;
    max-width: 1226px
}

@media screen and (max-width:1650px) {
.inner1226 {
    width: 80%
}
}

@media screen and (max-width:1180px) {
.inner1226 {
    width: 90%
}
}
.inner1170 {
    width: 88%;
    margin: 0 auto;
    max-width: 1170px
}

@media screen and (max-width:1650px) {
.inner1170 {
    width: 80%
}
}

@media screen and (max-width:1180px) {
.inner1170 {
    width: 90%
}
}

.inner64 {
    width: 64%;
    margin: 0 auto;

}

@media screen and (max-width:1650px) {
.inner64 {
    width: 60%
}
}

@media screen and (max-width:1180px) {
.inner64 {
    width: 70%
}
}
@media screen and (max-width:760px) {
.inner64 {
    width: 92%
}
}
.inner1080 {
    width: 56.25%;
    margin: 0 auto;
    max-width: 1080px
}
@media screen and (max-width:1650px) {
.inner1080 {
    width: 60%
}
}
@media screen and (max-width:760px) {
.inner1080 {
    width: 90%
}
}
.lh20 {
    line-height: 2
}

@media screen and (max-width:1181px) {
.lh20 {
    line-height: 1.8
}
}
.lh18 {
    line-height: 1.8
}

@media screen and (max-width:1181px) {
.lh18 {
    line-height: 1.7
}
}
.lh175 {
    line-height: 1.75
}

@media screen and (max-width:1181px) {
.lh175 {
    line-height: 1.7
}
}
.lh17 {
    line-height: 1.7
}

@media screen and (max-width:1181px) {
.lh17 {
    line-height: 1.65
}
}
.lh16 {
    line-height: 1.6
}
.lh15 {
    line-height: 1.5
}
.lh145 {
    line-height: 1.45
}
.lh14 {
    line-height: 1.4
}
.lh13 {
    line-height: 1.3
}
.lh125 {
    line-height: 1.25
}
.lh12 {
    line-height: 1.2
}
.lh1 {
    line-height: 1
}
.br20 {
    border-radius: 2rem
}

@media screen and (max-width:1181px) {
.br20 {
    border-radius: 1.5rem
}
}

@media screen and (max-width:750px) {
.br20 {
    border-radius: 1.2rem
}
}
.img-br20 img {
    border-radius: 2rem
}

@media screen and (max-width:1181px) {
.img-br20 img {
    border-radius: 1.5rem
}
}

@media screen and (max-width:750px) {
.img-br20 img {
    border-radius: 1.2rem
}
}
[swiper-ipad] {
    overflow: hidden
}

@media screen and (max-width:1181px) {
[swiper-ipad] {
    overflow: initial
}
}
[swiper-iphone] {
    overflow: hidden
}

@media screen and (max-width:640px) {
[swiper-iphone] {
    overflow: initial
}
}
.pc {
    display: none
}

@media screen and (min-width:1181px) {
.pc {
    display: block
}
}
.mo {
    display: none
}

@media screen and (max-width:1180px) {
.mo {
    display: block
}
}
.df-flex {
    display: flex
}
.df-flex-ipad {
    display: flex
}

@media screen and (max-width:1180px) {
.df-flex-ipad {
    display: block
}
}
.df-flex-iphone {
    display: flex
}

@media screen and (max-width:640px) {
.df-flex-iphone {
    display: block
}
}
.flex-w {
    flex-wrap: wrap
}

@media screen and (max-width:1180px) {
.flex-w-ipad {
    flex-wrap: wrap
}
}

@media screen and (max-width:640px) {
.flex-w-iphone {
    flex-wrap: wrap
}
}
.fd-c {
    flex-direction: column
}
.fj-c {
    justify-content: center
}
.fj-sb {
    justify-content: space-between
}
.fd-rr {
    flex-direction: row-reverse
}
.fa-c {
    align-items: center
}
.fws500 {
    font-weight: 500
}
.fws300 {
    font-weight: 300
}
.fwno {
    font-weight: normal
}
.fwli {
    font-weight: lighter
}
.fwblod {
    font-weight: 600
}
.c01 {
    color: #164478
}
.c02 {
    color: 
}
.c00 {
    color: #000000
}
.c33 {
    color: #333333
}
.c99 {
    color: #999999
}
.cff {
    color: #ffffff
}
.c16 {
    color: #161616
}
.c15 {
    color: #151515
}
.bg1 {
    background-color: #F4F5F7
}
.bgff {
    background-color: #ffffff
}
.bg4 {
    background-color: #164478
}
.bg5 {
    background-color: #e7e7e7
}
.let5 {
    letter-spacing: .45rem
}

.pageC-a a {
    color: #ab995f
}
.pageC-a a:hover {
    text-decoration: underline
}
.pageC-imgb img {
    border-radius: 1.2rem
}
.pageC img {
    max-width: 100% !important;
    height: auto !important
}
.pageC-ul ul {
    margin-left: 2rem
}
.pageC-tab table {
    width: 100% !important
}
.pageC-tab table tr td {
    border: 1px solid #ebebeb;
    padding: 2rem
}

@media screen and (max-width:1180px) {
.pageC-tab table tr td {
    padding: 1.5rem
}
.let5 {
    letter-spacing: .15rem
}
}

@media screen and (max-width:750px) {
.pageC-tab table tr td {
    padding: 1rem
}
.let5 {
    letter-spacing: .05rem
}
}

@media screen and (max-width:750px) {
.pageC-tab-ov {
    overflow-x: auto
}
.pageC-tab-ov table {
    min-width: 100%;
    width: max-content !important;
    word-break: break-all
}
}

@media screen and (max-width:640px) {
.pageC-tab-ov {
    padding-right: 5vw;
    width: 100%;
    margin-left: auto;
    position: relative;
    margin-right: 0;
    box-sizing: content-box
}
.pageC-tab-ov::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 8.5rem;
    height: 7rem;
    pointer-events: none;
    background: url(../img/ico_swipe.svg) center / contain no-repeat;
    -webkit-transition: opacity .25s ease, visibility .25s ease;
    transition: opacity .25s ease, visibility .25s ease;
    -webkit-animation: sp-scroll-ani 3s infinite both;
    animation: sp-scroll-ani 3s infinite both
}
.pageC-tab-ov.tabM-act::after, .pageC-tab-ov.action::after {
    opacity: 0;
    visibility: hidden
}
.pageC-tab-ov.action::after {
    transition-delay: 2s
}
}
@-webkit-keyframes sp-scroll-ani {
0%, 95%, 100% {
-webkit-transform:translateX(-20%);
transform:translateX(-20%);
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
45%, 50% {
-webkit-transform:translateX(20%);
transform:translateX(20%);
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
}
@keyframes sp-scroll-ani {
0%, 95%, 100% {
-webkit-transform:translateX(-20%);
transform:translateX(-20%);
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
45%, 50% {
-webkit-transform:translateX(20%);
transform:translateX(20%);
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
}
[tt-ermH] {
    position: relative
}
[tt-ermH] .foot-ermbox {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, -15%);
    width: 14rem;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    border-radius: 5px;
    padding: 5px;
    background-color: #ffffff;
    box-shadow: 0 1rem 2rem rgba(51,51,51,0.1);
    z-index: 1000;
    transition: .5s;
    -webkit-transition: .5s
}
.pt150 {
    padding-top: 15rem
}

@media screen and (max-width:1650px) {
.pt150 {
    padding-top: 14rem
}
}

@media screen and (max-width:1440px) {
.pt150 {
    padding-top: 12rem
}
}

@media screen and (max-width:1180px) {
.pt150 {
    padding-top: 11rem
}
}

@media screen and (max-width:640px) {
.pt150 {
    padding-top: 8rem
}
}
.pb150 {
    padding-bottom: 15rem
}

@media screen and (max-width:1650px) {
.pb150 {
    padding-bottom: 14rem
}
}

@media screen and (max-width:1440px) {
.pb150 {
    padding-bottom: 12rem
}
}

@media screen and (max-width:1180px) {
.pb150 {
    padding-bottom: 11rem
}
}

@media screen and (max-width:640px) {
.pb150 {
    padding-bottom: 8rem
}
}
.pt140 {
    padding-top: 14rem
}

@media screen and (max-width:1650px) {
.pt140 {
    padding-top: 13rem
}
}

@media screen and (max-width:1440px) {
.pt140 {
    padding-top: 12rem
}
}

@media screen and (max-width:1180px) {
.pt140 {
    padding-top: 11rem
}
}

@media screen and (max-width:640px) {
.pt140 {
    padding-top: 8rem
}
}
.pb140 {
    padding-bottom: 14rem
}

@media screen and (max-width:1650px) {
.pb140 {
    padding-bottom: 13rem
}
}

@media screen and (max-width:1440px) {
.pb140 {
    padding-bottom: 12rem
}
}

@media screen and (max-width:1180px) {
.pb140 {
    padding-bottom: 11rem
}
}

@media screen and (max-width:640px) {
.pb140 {
    padding-bottom: 8rem
}
}
.pt120 {
    padding-top: 12rem
}

@media screen and (max-width:1650px) {
.pt120 {
    padding-top: 11rem
}
}

@media screen and (max-width:1440px) {
.pt120 {
    padding-top: 10rem
}
}

@media screen and (max-width:1180px) {
.pt120 {
    padding-top: 9rem
}
}

@media screen and (max-width:640px) {
.pt120 {
    padding-top: 7rem
}
}
.pb120 {
    padding-bottom: 12rem
}

@media screen and (max-width:1650px) {
.pb120 {
    padding-bottom: 11rem
}
}

@media screen and (max-width:1440px) {
.pb120 {
    padding-bottom: 10rem
}
}

@media screen and (max-width:1180px) {
.pb120 {
    padding-bottom: 9rem
}
}

@media screen and (max-width:640px) {
.pb120 {
    padding-bottom: 7rem
}
}
.pt110 {
    padding-top: 11rem
}

@media screen and (max-width:1650px) {
.pt110 {
    padding-top: 10rem
}
}

@media screen and (max-width:1440px) {
.pt110 {
    padding-top: 9rem
}
}

@media screen and (max-width:1180px) {
.pt110 {
    padding-top: 8rem
}
}

@media screen and (max-width:640px) {
.pt110 {
    padding-top: 6.5rem
}
}
.pb110 {
    padding-bottom: 11rem
}

@media screen and (max-width:1650px) {
.pb110 {
    padding-bottom: 10rem
}
}

@media screen and (max-width:1440px) {
.pb110 {
    padding-bottom: 9rem
}
}

@media screen and (max-width:1180px) {
.pb110 {
    padding-bottom: 8rem
}
}

@media screen and (max-width:640px) {
.pb110 {
    padding-bottom: 6.5rem
}
}
.pt100 {
    padding-top: 10rem
}

@media screen and (max-width:1650px) {
.pt100 {
    padding-top: 9rem
}
}

@media screen and (max-width:1440px) {
.pt100 {
    padding-top: 8rem
}
}

@media screen and (max-width:1180px) {
.pt100 {
    padding-top: 7rem
}
}

@media screen and (max-width:640px) {
.pt100 {
    padding-top: 6rem
}
}
.pb100 {
    padding-bottom: 10rem
}

@media screen and (max-width:1650px) {
.pb100 {
    padding-bottom: 9rem
}
}

@media screen and (max-width:1440px) {
.pb100 {
    padding-bottom: 8rem
}
}

@media screen and (max-width:1180px) {
.pb100 {
    padding-bottom: 7rem
}
}

@media screen and (max-width:640px) {
.pb100 {
    padding-bottom: 6rem
}
}
.pt90 {
    padding-top: 9rem
}

@media screen and (max-width:1650px) {
.pt90 {
    padding-top: 8rem
}
}

@media screen and (max-width:1440px) {
.pt90 {
    padding-top: 7rem
}
}

@media screen and (max-width:1180px) {
.pt90 {
    padding-top: 6.5rem
}
}

@media screen and (max-width:640px) {
.pt90 {
    padding-top: 5.5rem
}
}
.pb90 {
    padding-bottom: 9rem
}

@media screen and (max-width:1650px) {
.pb90 {
    padding-bottom: 8rem
}
}

@media screen and (max-width:1440px) {
.pb90 {
    padding-bottom: 7rem
}
}

@media screen and (max-width:1180px) {
.pb90 {
    padding-bottom: 6.5rem
}
}

@media screen and (max-width:640px) {
.pb90 {
    padding-bottom: 5.5rem
}
}
.pt80 {
    padding-top: 8rem
}

@media screen and (max-width:1440px) {
.pt80 {
    padding-top: 7rem
}
}

@media screen and (max-width:1180px) {
.pt80 {
    padding-top: 6rem
}
}

@media screen and (max-width:640px) {
.pt80 {
    padding-top: 5rem
}
}
.pb80 {
    padding-bottom: 8rem
}

@media screen and (max-width:1440px) {
.pb80 {
    padding-bottom: 7rem
}
}

@media screen and (max-width:1180px) {
.pb80 {
    padding-bottom: 6rem
}
}

@media screen and (max-width:640px) {
.pb80 {
    padding-bottom: 5rem
}
}
.pt70 {
    padding-top: 7rem
}

@media screen and (max-width:1440px) {
.pt70 {
    padding-top: 6rem
}
}

@media screen and (max-width:1180px) {
.pt70 {
    padding-top: 5rem
}
}

@media screen and (max-width:640px) {
.pt70 {
    padding-top: 4.5rem
}
}
.pb70 {
    padding-bottom: 7rem
}

@media screen and (max-width:1440px) {
.pb70 {
    padding-bottom: 6rem
}
}

@media screen and (max-width:1180px) {
.pb70 {
    padding-bottom: 5rem
}
}

@media screen and (max-width:640px) {
.pb70 {
    padding-bottom: 4.5rem
}
}
.pt65 {
    padding-top: 6.5rem
}

@media screen and (max-width:1440px) {
.pt65 {
    padding-top: 6rem
}
}

@media screen and (max-width:1180px) {
.pt65 {
    padding-top: 5rem
}
}

@media screen and (max-width:640px) {
.pt65 {
    padding-top: 4.5rem
}
}
.pb65 {
    padding-bottom: 6.5rem
}

@media screen and (max-width:1440px) {
.pb65 {
    padding-bottom: 6rem
}
}

@media screen and (max-width:1180px) {
.pb65 {
    padding-bottom: 5rem
}
}

@media screen and (max-width:640px) {
.pb65 {
    padding-bottom: 4.5rem
}
}
.pt60 {
    padding-top: 6rem
}

@media screen and (max-width:1440px) {
.pt60 {
    padding-top: 5rem
}
}

@media screen and (max-width:1180px) {
.pt60 {
    padding-top: 4.5rem
}
}

@media screen and (max-width:640px) {
.pt60 {
    padding-top: 4rem
}
}
.pb60 {
    padding-bottom: 6rem
}

@media screen and (max-width:1440px) {
.pb60 {
    padding-bottom: 5rem
}
}

@media screen and (max-width:1180px) {
.pb60 {
    padding-bottom: 4.5rem
}
}

@media screen and (max-width:640px) {
.pb60 {
    padding-bottom: 4rem
}
}
.pt50 {
    padding-top: 5rem
}

@media screen and (max-width:1440px) {
.pt50 {
    padding-top: 4.5rem
}
}

@media screen and (max-width:1180px) {
.pt50 {
    padding-top: 4rem
}
}

@media screen and (max-width:640px) {
.pt50 {
    padding-top: 3.5rem
}
}
.pb50 {
    padding-bottom: 5rem
}

@media screen and (max-width:1440px) {
.pb50 {
    padding-bottom: 4.5rem
}
}

@media screen and (max-width:1180px) {
.pb50 {
    padding-bottom: 4rem
}
}

@media screen and (max-width:640px) {
.pb50 {
    padding-bottom: 3.5rem
}
}
.pt40 {
    padding-top: 4rem
}

@media screen and (max-width:1440px) {
.pt40 {
    padding-top: 3.6rem
}
}

@media screen and (max-width:1180px) {
.pt40 {
    padding-top: 3rem
}
}

@media screen and (max-width:640px) {
.pt40 {
    padding-top: 2.6rem
}
}
.pb40 {
    padding-bottom: 4rem
}

@media screen and (max-width:1440px) {
.pb40 {
    padding-bottom: 3.6rem
}
}

@media screen and (max-width:1180px) {
.pb40 {
    padding-bottom: 3rem
}
}

@media screen and (max-width:640px) {
.pb40 {
    padding-bottom: 2.6rem
}
}
.pt35 {
    padding-top: 3.5rem
}

@media screen and (max-width:1440px) {
.pt35 {
    padding-top: 3rem
}
}

@media screen and (max-width:1180px) {
.pt35 {
    padding-top: 2.6rem
}
}

@media screen and (max-width:640px) {
.pt35 {
    padding-top: 2.2rem
}
}
.pb35 {
    padding-bottom: 3.5rem
}

@media screen and (max-width:1440px) {
.pb35 {
    padding-bottom: 3rem
}
}

@media screen and (max-width:1180px) {
.pb35 {
    padding-bottom: 2.6rem
}
}

@media screen and (max-width:640px) {
.pb35 {
    padding-bottom: 2.2rem
}
}
.pt30 {
    padding-top: 3rem
}

@media screen and (max-width:1440px) {
.pt30 {
    padding-top: 2.5rem
}
}

@media screen and (max-width:1180px) {
.pt30 {
    padding-top: 2rem
}
}
.pb30 {
    padding-bottom: 3rem
}

@media screen and (max-width:1440px) {
.pb30 {
    padding-bottom: 2.5rem
}
}

@media screen and (max-width:1180px) {
.pb30 {
    padding-bottom: 2rem
}
}
.pt25 {
    padding-top: 2.5rem
}

@media screen and (max-width:1180px) {
.pt25 {
    padding-top: 2rem
}
}

@media screen and (max-width:750px) {
.pt25 {
    padding-top: 1.5rem
}
}
.pt20 {
    padding-top: 2rem
}

@media screen and (max-width:1440px) {
.pt20 {
    padding-top: 1.5rem
}
}

@media screen and (max-width:1180px) {
.pt20 {
    padding-top: 1.2rem
}
}

@media screen and (max-width:640px) {
.pt20 {
    padding-top: 1rem
}
}
.pb20 {
    padding-bottom: 2rem
}

@media screen and (max-width:1440px) {
.pb20 {
    padding-bottom: 1.5rem
}
}

@media screen and (max-width:1180px) {
.pb20 {
    padding-bottom: 1.2rem
}
}

@media screen and (max-width:640px) {
.pb20 {
    padding-bottom: 1rem
}
}
.mb50 {
    margin-bottom: 5rem
}

@media screen and (max-width:1440px) {
.mb50 {
    margin-bottom: 4.5rem
}
}

@media screen and (max-width:1180px) {
.mb50 {
    margin-bottom: 4rem
}
}

@media screen and (max-width:640px) {
.mb50 {
    margin-bottom: 3.6rem
}
}
.mt50 {
    margin-top: 5rem
}

@media screen and (max-width:1440px) {
.mt50 {
    margin-top: 4.5rem
}
}

@media screen and (max-width:1180px) {
.mt50 {
    margin-top: 4rem
}
}

@media screen and (max-width:640px) {
.mt50 {
    margin-top: 3.6rem
}
}
.mb45 {
    margin-bottom: 4.5rem
}

@media screen and (max-width:1650px) {
.mb45 {
    margin-bottom: 4rem
}
}

@media screen and (max-width:1180px) {
.mb45 {
    margin-bottom: 3.5rem
}
}

@media screen and (max-width:640px) {
.mb45 {
    margin-bottom: 3rem
}
}
.mt45 {
    margin-top: 4.5rem
}

@media screen and (max-width:1650px) {
.mt45 {
    margin-top: 4rem
}
}

@media screen and (max-width:1180px) {
.mt45 {
    margin-top: 3.5rem
}
}

@media screen and (max-width:640px) {
.mt45 {
    margin-top: 3rem
}
}
.mb40 {
    margin-bottom: 4rem
}

@media screen and (max-width:1650px) {
.mb40 {
    margin-bottom: 3.5rem
}
}

@media screen and (max-width:1180px) {
.mb40 {
    margin-bottom: 3rem
}
}

@media screen and (max-width:640px) {
.mb40 {
    margin-bottom: 2.5rem
}
}
.mt40 {
    margin-top: 4rem
}

@media screen and (max-width:1650px) {
.mt40 {
    margin-top: 3.5rem
}
}

@media screen and (max-width:1180px) {
.mt40 {
    margin-top: 3rem
}
}

@media screen and (max-width:640px) {
.mt40 {
    margin-top: 2.5rem
}
}
.mb35 {
    margin-bottom: 3.5rem
}

@media screen and (max-width:1650px) {
.mb35 {
    margin-bottom: 3rem
}
}

@media screen and (max-width:1180px) {
.mb35 {
    margin-bottom: 2.5rem
}
}

@media screen and (max-width:640px) {
.mb35 {
    margin-bottom: 2rem
}
}
.mt35 {
    margin-top: 3.5rem
}

@media screen and (max-width:1650px) {
.mt35 {
    margin-top: 3rem
}
}

@media screen and (max-width:1180px) {
.mt35 {
    margin-top: 2.5rem
}
}

@media screen and (max-width:640px) {
.mt35 {
    margin-top: 2rem
}
}
.mb30 {
    margin-bottom: 3rem
}

@media screen and (max-width:1650px) {
.mb30 {
    margin-bottom: 2.5rem
}
}

@media screen and (max-width:1440px) {
.mb30 {
    margin-bottom: 2rem
}
}

@media screen and (max-width:640px) {
.mb30 {
    margin-bottom: 1.8rem
}
}
.mt30 {
    margin-top: 3rem
}

@media screen and (max-width:1650px) {
.mt30 {
    margin-top: 2.5rem
}
}

@media screen and (max-width:1440px) {
.mt30 {
    margin-top: 2rem
}
}

@media screen and (max-width:640px) {
.mt30 {
    margin-top: 1.8rem
}
}
.mb25 {
    margin-bottom: 2.5rem
}

@media screen and (max-width:1180px) {
.mb25 {
    margin-bottom: 2rem
}
}

@media screen and (max-width:750px) {
.mb25 {
    margin-bottom: 1.5rem
}
}
.mt25 {
    margin-top: 2.5rem
}

@media screen and (max-width:1180px) {
.mt25 {
    margin-top: 2rem
}
}

@media screen and (max-width:750px) {
.mt25 {
    margin-top: 1.5rem
}
}
.mb20 {
    margin-bottom: 2rem
}

@media screen and (max-width:1180px) {
.mb20 {
    margin-bottom: 1.5rem
}
}

@media screen and (max-width:750px) {
.mb20 {
    margin-bottom: 1rem
}
}
.mt20 {
    margin-top: 2rem
}

@media screen and (max-width:1180px) {
.mt20 {
    margin-top: 1.5rem
}
}

@media screen and (max-width:750px) {
.mt20 {
    margin-top: 1rem
}
}
.mb15 {
    margin-bottom: 1.5rem
}

@media screen and (max-width:1180px) {
.mb15 {
    margin-bottom: 1rem
}
}

@media screen and (max-width:750px) {
.mb15 {
    margin-bottom: .6rem
}
}
.mt15 {
    margin-top: 1.5rem
}

@media screen and (max-width:1180px) {
.mt15 {
    margin-top: 1rem
}
}

@media screen and (max-width:750px) {
.mt15 {
    margin-top: .6rem
}
}
.mb10 {
    margin-bottom: 1rem
}

@media screen and (max-width:750px) {
.mb10 {
    margin-bottom: .6rem
}
}
.mt10 {
    margin-top: 1rem
}

@media screen and (max-width:750px) {
.mt10 {
    margin-top: .6rem
}
}
[split-trigger] [split-target] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    display: inline-flex;
    line-height: 1.2
}
[split-trigger] [aria-hidden] {
    display: flex
}
[split-trigger] [aria-hidden]>span {
    -webkit-transition: .8s cubic-bezier(.625, .05, 0, 1);
    transition: .8s cubic-bezier(.625, .05, 0, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}
[split-trigger] [aria-hidden]>span:nth-child(1) {
    transition-delay: 0ms;
    -webkit-transition-delay: 0ms
}
[split-trigger] [aria-hidden]>span:nth-child(2) {
    transition-delay: 20ms;
    -webkit-transition-delay: 20ms
}
[split-trigger] [aria-hidden]>span:nth-child(3) {
    transition-delay: 40ms;
    -webkit-transition-delay: 40ms
}
[split-trigger] [aria-hidden]>span:nth-child(4) {
    transition-delay: 60ms;
    -webkit-transition-delay: 60ms
}
[split-trigger] [aria-hidden]>span:nth-child(5) {
    transition-delay: 80ms;
    -webkit-transition-delay: 80ms
}
[split-trigger] [aria-hidden]>span:nth-child(6) {
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms
}
[split-trigger] [aria-hidden]>span:nth-child(7) {
    transition-delay: 120ms;
    -webkit-transition-delay: 120ms
}
[split-trigger] [aria-hidden]>span:nth-child(8) {
    transition-delay: 140ms;
    -webkit-transition-delay: 140ms
}
[split-trigger] [aria-hidden]>span:nth-child(9) {
    transition-delay: 160ms;
    -webkit-transition-delay: 160ms
}
[split-trigger] [aria-hidden]>span:nth-child(10) {
    transition-delay: 180ms;
    -webkit-transition-delay: 180ms
}
[split-trigger] [aria-hidden]>span:nth-child(11) {
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms
}
[split-trigger] [aria-hidden]>span:nth-child(12) {
    transition-delay: 220ms;
    -webkit-transition-delay: 220ms
}
[split-trigger] [aria-hidden]>span:nth-child(13) {
    transition-delay: 240ms;
    -webkit-transition-delay: 240ms
}
[split-trigger] [aria-hidden]>span:nth-child(14) {
    transition-delay: 260ms;
    -webkit-transition-delay: 260ms
}
[split-trigger] [aria-hidden]>span:nth-child(15) {
    transition-delay: 280ms;
    -webkit-transition-delay: 280ms
}
[split-trigger] [aria-hidden]>span:nth-child(16) {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms
}
[split-trigger] [aria-hidden]>span:nth-child(17) {
    transition-delay: 320ms;
    -webkit-transition-delay: 320ms
}
[split-trigger] [aria-hidden]>span:nth-child(18) {
    transition-delay: 340ms;
    -webkit-transition-delay: 340ms
}
[split-trigger] [aria-hidden]>span:nth-child(19) {
    transition-delay: 360ms;
    -webkit-transition-delay: 360ms
}
[split-trigger] [aria-hidden]>span:nth-child(20) {
    transition-delay: 380ms;
    -webkit-transition-delay: 380ms
}
[split-trigger] [aria-hidden]>span:nth-child(21) {
    transition-delay: 400ms;
    -webkit-transition-delay: 400ms
}
[split-trigger] [aria-hidden]>span:nth-child(22) {
    transition-delay: 420ms;
    -webkit-transition-delay: 420ms
}
[split-trigger] [aria-hidden]>span:nth-child(23) {
    transition-delay: 440ms;
    -webkit-transition-delay: 440ms
}
[split-trigger] [aria-hidden]>span:nth-child(24) {
    transition-delay: 460ms;
    -webkit-transition-delay: 460ms
}
[split-trigger] [aria-hidden]>span:nth-child(25) {
    transition-delay: 480ms;
    -webkit-transition-delay: 480ms
}
[split-trigger] [aria-hidden]>span:nth-child(26) {
    transition-delay: 500ms;
    -webkit-transition-delay: 500ms
}
[split-trigger] [aria-hidden]>span:nth-child(27) {
    transition-delay: 520ms;
    -webkit-transition-delay: 520ms
}
[split-trigger] [aria-hidden]>span:nth-child(28) {
    transition-delay: 540ms;
    -webkit-transition-delay: 540ms
}
[split-trigger] [aria-hidden]>span:nth-child(29) {
    transition-delay: 560ms;
    -webkit-transition-delay: 560ms
}
[split-trigger] [aria-hidden]>span:nth-child(30) {
    transition-delay: 580ms;
    -webkit-transition-delay: 580ms
}
[split-trigger] [aria-hidden]>span:nth-child(31) {
    transition-delay: 600ms;
    -webkit-transition-delay: 600ms
}
[split-trigger] [aria-hidden]>span:nth-child(32) {
    transition-delay: 620ms;
    -webkit-transition-delay: 620ms
}
[split-trigger] [aria-hidden]>span:nth-child(33) {
    transition-delay: 640ms;
    -webkit-transition-delay: 640ms
}
[split-trigger] [aria-hidden]>span:nth-child(34) {
    transition-delay: 660ms;
    -webkit-transition-delay: 660ms
}
[split-trigger] [aria-hidden]>span:nth-child(35) {
    transition-delay: 680ms;
    -webkit-transition-delay: 680ms
}
[split-trigger] [aria-hidden]>span:nth-child(36) {
    transition-delay: 700ms;
    -webkit-transition-delay: 700ms
}
[split-trigger] [aria-hidden]>span:nth-child(37) {
    transition-delay: 720ms;
    -webkit-transition-delay: 720ms
}
[split-trigger] [aria-hidden]>span:nth-child(38) {
    transition-delay: 740ms;
    -webkit-transition-delay: 740ms
}
[split-trigger] [aria-hidden]>span:nth-child(39) {
    transition-delay: 760ms;
    -webkit-transition-delay: 760ms
}
[split-trigger] [aria-hidden]>span:nth-child(40) {
    transition-delay: 780ms;
    -webkit-transition-delay: 780ms
}
[split-trigger] [aria-hidden]>span:nth-child(41) {
    transition-delay: 800ms;
    -webkit-transition-delay: 800ms
}
[split-trigger] [aria-hidden]>span:nth-child(42) {
    transition-delay: 820ms;
    -webkit-transition-delay: 820ms
}
[split-trigger] [aria-hidden]>span:nth-child(43) {
    transition-delay: 840ms;
    -webkit-transition-delay: 840ms
}
[split-trigger] [aria-hidden]>span:nth-child(44) {
    transition-delay: 860ms;
    -webkit-transition-delay: 860ms
}
[split-trigger] [aria-hidden]>span:nth-child(45) {
    transition-delay: 880ms;
    -webkit-transition-delay: 880ms
}
[split-trigger] [aria-hidden]>span:nth-child(46) {
    transition-delay: 900ms;
    -webkit-transition-delay: 900ms
}
[split-trigger] [aria-hidden]>span:nth-child(47) {
    transition-delay: 920ms;
    -webkit-transition-delay: 920ms
}
[split-trigger] [aria-hidden]>span:nth-child(48) {
    transition-delay: 940ms;
    -webkit-transition-delay: 940ms
}
[split-trigger] [aria-hidden]>span:nth-child(49) {
    transition-delay: 960ms;
    -webkit-transition-delay: 960ms
}
[split-trigger] [aria-hidden]>span:nth-child(50) {
    transition-delay: 980ms;
    -webkit-transition-delay: 980ms
}
[split-trigger] [aria-hidden]>span:nth-child(51) {
    transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms
}
[split-trigger] [aria-hidden]>span:nth-child(52) {
    transition-delay: 1020ms;
    -webkit-transition-delay: 1020ms
}
[split-trigger] [aria-hidden]>span:nth-child(53) {
    transition-delay: 1040ms;
    -webkit-transition-delay: 1040ms
}
[split-trigger] [aria-hidden]>span:nth-child(54) {
    transition-delay: 1060ms;
    -webkit-transition-delay: 1060ms
}
[split-trigger] [aria-hidden]>span:nth-child(55) {
    transition-delay: 1080ms;
    -webkit-transition-delay: 1080ms
}
[split-trigger] [aria-hidden]>span:nth-child(56) {
    transition-delay: 1100ms;
    -webkit-transition-delay: 1100ms
}
[split-trigger] [aria-hidden]>span:nth-child(57) {
    transition-delay: 1120ms;
    -webkit-transition-delay: 1120ms
}
[split-trigger] [aria-hidden]>span:nth-child(58) {
    transition-delay: 1140ms;
    -webkit-transition-delay: 1140ms
}
[split-trigger] [aria-hidden]>span:nth-child(59) {
    transition-delay: 1160ms;
    -webkit-transition-delay: 1160ms
}
[split-trigger] [aria-hidden]>span:nth-child(60) {
    transition-delay: 1180ms;
    -webkit-transition-delay: 1180ms
}
[split-trigger] [aria-hidden]>span:nth-child(61) {
    transition-delay: 1200ms;
    -webkit-transition-delay: 1200ms
}
[split-trigger] [aria-hidden]>span:nth-child(62) {
    transition-delay: 1220ms;
    -webkit-transition-delay: 1220ms
}
[split-trigger] [aria-hidden]>span:nth-child(63) {
    transition-delay: 1240ms;
    -webkit-transition-delay: 1240ms
}
[split-trigger] [aria-hidden]>span:nth-child(64) {
    transition-delay: 1260ms;
    -webkit-transition-delay: 1260ms
}
[split-trigger] [aria-hidden]>span:nth-child(65) {
    transition-delay: 1280ms;
    -webkit-transition-delay: 1280ms
}
[split-trigger] [aria-hidden]>span:nth-child(66) {
    transition-delay: 1300ms;
    -webkit-transition-delay: 1300ms
}
[split-trigger] [aria-hidden]>span:nth-child(67) {
    transition-delay: 1320ms;
    -webkit-transition-delay: 1320ms
}
[split-trigger] [aria-hidden]>span:nth-child(68) {
    transition-delay: 1340ms;
    -webkit-transition-delay: 1340ms
}
[split-trigger] [aria-hidden]>span:nth-child(69) {
    transition-delay: 1360ms;
    -webkit-transition-delay: 1360ms
}
[split-trigger] [aria-hidden]>span:nth-child(70) {
    transition-delay: 1380ms;
    -webkit-transition-delay: 1380ms
}
[split-trigger] [aria-hidden]>span:nth-child(71) {
    transition-delay: 1400ms;
    -webkit-transition-delay: 1400ms
}
[split-trigger] [aria-hidden]>span:nth-child(72) {
    transition-delay: 1420ms;
    -webkit-transition-delay: 1420ms
}
[split-trigger] [aria-hidden]>span:nth-child(73) {
    transition-delay: 1440ms;
    -webkit-transition-delay: 1440ms
}
[split-trigger] [aria-hidden]>span:nth-child(74) {
    transition-delay: 1460ms;
    -webkit-transition-delay: 1460ms
}
[split-trigger] [aria-hidden]>span:nth-child(75) {
    transition-delay: 1480ms;
    -webkit-transition-delay: 1480ms
}
[split-trigger] [aria-hidden]>span:nth-child(76) {
    transition-delay: 1500ms;
    -webkit-transition-delay: 1500ms
}
[split-trigger] [aria-hidden]>span:nth-child(77) {
    transition-delay: 1520ms;
    -webkit-transition-delay: 1520ms
}
[split-trigger] [aria-hidden]>span:nth-child(78) {
    transition-delay: 1540ms;
    -webkit-transition-delay: 1540ms
}
[split-trigger] [aria-hidden]>span:nth-child(79) {
    transition-delay: 1560ms;
    -webkit-transition-delay: 1560ms
}
[split-trigger] [aria-hidden]>span:nth-child(80) {
    transition-delay: 1580ms;
    -webkit-transition-delay: 1580ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(1) {
    transition-delay: 0ms;
    -webkit-transition-delay: 0ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(2) {
    transition-delay: 20ms;
    -webkit-transition-delay: 20ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(3) {
    transition-delay: 40ms;
    -webkit-transition-delay: 40ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(4) {
    transition-delay: 60ms;
    -webkit-transition-delay: 60ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(5) {
    transition-delay: 80ms;
    -webkit-transition-delay: 80ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(6) {
    transition-delay: 100ms;
    -webkit-transition-delay: 100ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(7) {
    transition-delay: 120ms;
    -webkit-transition-delay: 120ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(8) {
    transition-delay: 140ms;
    -webkit-transition-delay: 140ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(9) {
    transition-delay: 160ms;
    -webkit-transition-delay: 160ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(10) {
    transition-delay: 180ms;
    -webkit-transition-delay: 180ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(11) {
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(12) {
    transition-delay: 220ms;
    -webkit-transition-delay: 220ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(13) {
    transition-delay: 240ms;
    -webkit-transition-delay: 240ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(14) {
    transition-delay: 260ms;
    -webkit-transition-delay: 260ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(15) {
    transition-delay: 280ms;
    -webkit-transition-delay: 280ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(16) {
    transition-delay: 300ms;
    -webkit-transition-delay: 300ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(17) {
    transition-delay: 320ms;
    -webkit-transition-delay: 320ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(18) {
    transition-delay: 340ms;
    -webkit-transition-delay: 340ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(19) {
    transition-delay: 360ms;
    -webkit-transition-delay: 360ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(20) {
    transition-delay: 380ms;
    -webkit-transition-delay: 380ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(21) {
    transition-delay: 400ms;
    -webkit-transition-delay: 400ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(22) {
    transition-delay: 420ms;
    -webkit-transition-delay: 420ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(23) {
    transition-delay: 440ms;
    -webkit-transition-delay: 440ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(24) {
    transition-delay: 460ms;
    -webkit-transition-delay: 460ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(25) {
    transition-delay: 480ms;
    -webkit-transition-delay: 480ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(26) {
    transition-delay: 500ms;
    -webkit-transition-delay: 500ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(27) {
    transition-delay: 520ms;
    -webkit-transition-delay: 520ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(28) {
    transition-delay: 540ms;
    -webkit-transition-delay: 540ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(29) {
    transition-delay: 560ms;
    -webkit-transition-delay: 560ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(30) {
    transition-delay: 580ms;
    -webkit-transition-delay: 580ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(31) {
    transition-delay: 600ms;
    -webkit-transition-delay: 600ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(32) {
    transition-delay: 620ms;
    -webkit-transition-delay: 620ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(33) {
    transition-delay: 640ms;
    -webkit-transition-delay: 640ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(34) {
    transition-delay: 660ms;
    -webkit-transition-delay: 660ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(35) {
    transition-delay: 680ms;
    -webkit-transition-delay: 680ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(36) {
    transition-delay: 700ms;
    -webkit-transition-delay: 700ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(37) {
    transition-delay: 720ms;
    -webkit-transition-delay: 720ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(38) {
    transition-delay: 740ms;
    -webkit-transition-delay: 740ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(39) {
    transition-delay: 760ms;
    -webkit-transition-delay: 760ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(40) {
    transition-delay: 780ms;
    -webkit-transition-delay: 780ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(41) {
    transition-delay: 800ms;
    -webkit-transition-delay: 800ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(42) {
    transition-delay: 820ms;
    -webkit-transition-delay: 820ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(43) {
    transition-delay: 840ms;
    -webkit-transition-delay: 840ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(44) {
    transition-delay: 860ms;
    -webkit-transition-delay: 860ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(45) {
    transition-delay: 880ms;
    -webkit-transition-delay: 880ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(46) {
    transition-delay: 900ms;
    -webkit-transition-delay: 900ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(47) {
    transition-delay: 920ms;
    -webkit-transition-delay: 920ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(48) {
    transition-delay: 940ms;
    -webkit-transition-delay: 940ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(49) {
    transition-delay: 960ms;
    -webkit-transition-delay: 960ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(50) {
    transition-delay: 980ms;
    -webkit-transition-delay: 980ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(51) {
    transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(52) {
    transition-delay: 1020ms;
    -webkit-transition-delay: 1020ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(53) {
    transition-delay: 1040ms;
    -webkit-transition-delay: 1040ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(54) {
    transition-delay: 1060ms;
    -webkit-transition-delay: 1060ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(55) {
    transition-delay: 1080ms;
    -webkit-transition-delay: 1080ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(56) {
    transition-delay: 1100ms;
    -webkit-transition-delay: 1100ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(57) {
    transition-delay: 1120ms;
    -webkit-transition-delay: 1120ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(58) {
    transition-delay: 1140ms;
    -webkit-transition-delay: 1140ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(59) {
    transition-delay: 1160ms;
    -webkit-transition-delay: 1160ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(60) {
    transition-delay: 1180ms;
    -webkit-transition-delay: 1180ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(61) {
    transition-delay: 1200ms;
    -webkit-transition-delay: 1200ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(62) {
    transition-delay: 1220ms;
    -webkit-transition-delay: 1220ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(63) {
    transition-delay: 1240ms;
    -webkit-transition-delay: 1240ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(64) {
    transition-delay: 1260ms;
    -webkit-transition-delay: 1260ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(65) {
    transition-delay: 1280ms;
    -webkit-transition-delay: 1280ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(66) {
    transition-delay: 1300ms;
    -webkit-transition-delay: 1300ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(67) {
    transition-delay: 1320ms;
    -webkit-transition-delay: 1320ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(68) {
    transition-delay: 1340ms;
    -webkit-transition-delay: 1340ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(69) {
    transition-delay: 1360ms;
    -webkit-transition-delay: 1360ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(70) {
    transition-delay: 1380ms;
    -webkit-transition-delay: 1380ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(71) {
    transition-delay: 1400ms;
    -webkit-transition-delay: 1400ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(72) {
    transition-delay: 1420ms;
    -webkit-transition-delay: 1420ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(73) {
    transition-delay: 1440ms;
    -webkit-transition-delay: 1440ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(74) {
    transition-delay: 1460ms;
    -webkit-transition-delay: 1460ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(75) {
    transition-delay: 1480ms;
    -webkit-transition-delay: 1480ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(76) {
    transition-delay: 1500ms;
    -webkit-transition-delay: 1500ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(77) {
    transition-delay: 1520ms;
    -webkit-transition-delay: 1520ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(78) {
    transition-delay: 1540ms;
    -webkit-transition-delay: 1540ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(79) {
    transition-delay: 1560ms;
    -webkit-transition-delay: 1560ms
}
[split-trigger] [split-delay] [aria-hidden]>span:nth-child(80) {
    transition-delay: 1580ms;
    -webkit-transition-delay: 1580ms
}
[split-trigger] [split-second-el] {
    position: absolute
}
[split-trigger] [split-second-el]>span {
    opacity: 0;
    -webkit-transform: translateY(105%);
    transform: translateY(105%)
}

@media (hover:hover) and (pointer:fine) {
[split-trigger]:hover [split-first-el]>span {
    opacity: 0;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%)
}
[split-trigger]:hover [split-second-el]>span {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
}
.s-parallax-b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}
.s-parallax-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 135%;
    height: calc(100% + 106px)
}
.s-parallax-img img, .s-parallax-img video {
    width: 100%;
    height: 100%;
    object-fit: cover
}
[tt-swiper] .imgBox img {
    opacity: 0;
    transform-origin: right;
    transform: scale(1.02) scaleX(1.02) translate3d(0, 0, 0);
    transition: transform 1.2s, opacity .7s
}
[tt-swiper] .swiper-slide-active .imgBox img {
    opacity: 1;
    transform: scale(1) scaleX(1) translate3d(0, 0, 0);
    transition: transform 2.2s .04s cubic-bezier(.08, .92, .35, 1), opacity .7s
}
[tt-swiper].is-next .imgBox img {
    transform-origin: right !important
}
[tt-swiper].is-next .swiper-slide-active .imgBox img {
    transform-origin: left !important
}
[tt-swiper].is-prev .imgBox img {
    transform-origin: left !important
}
[tt-swiper].is-prev .swiper-slide-active .imgBox img {
    transform-origin: right !important
}
.swiper-pag.swiper-pagination-lock {
    display: none !important
}

@media screen and (min-width:1181px) {
.fixedImg {
    background-attachment: fixed
}
}

@media screen and (max-width:1441px) {
.f16 {
    font-size: 15px
}
}

@media screen and (max-width:1260px) {
.f16 {
    font-size: 14px
}
}

@media screen and (max-width:1180px) {
.df-flex-ipad {
    display: block
}
.flex-w-ipad {
    flex-wrap: wrap
}
}

@media screen and (max-width:640px) {
.f15 {
    font-size: 13px
}
}

@media screen and (min-width:1651px) {
.f14 {
    font-size: 1.4rem
}
.f15 {
    font-size: 1.5rem
}
.f16 {
    font-size: 1.6rem
}
.f17 {
    font-size: 1.7rem
}
.f18 {
    font-size: 1.8rem
}
.f19 {
    font-size: 1.9rem
}
.f20 {
    font-size: 2rem
}
.f21 {
    font-size: 2.1rem
}
.f22 {
    font-size: 2.2rem
}
.f23 {
    font-size: 2.3rem
}
.f24 {
    font-size: 2.4rem
}
.f25 {
    font-size: 2.5rem
}
.f26 {
    font-size: 2.6rem
}
.f27 {
    font-size: 2.7rem
}
.f28 {
    font-size: 2.8rem
}
.f29 {
    font-size: 2.9rem
}
.f30 {
    font-size: 3rem
}
.f31 {
    font-size: 3.1rem
}
.f32 {
    font-size: 3.2rem
}
.f33 {
    font-size: 3.3rem
}
.f34 {
    font-size: 3.4rem
}
.f35 {
    font-size: 3.5rem
}
.f36 {
    font-size: 3.6rem
}
.f37 {
    font-size: 3.7rem
}
.f38 {
    font-size: 3.8rem
}
.f39 {
    font-size: 3.9rem
}
.f40 {
    font-size: 4rem
}
.f41 {
    font-size: 4.1rem
}
.f42 {
    font-size: 4.2rem
}
.f43 {
    font-size: 4.3rem
}
.f44 {
    font-size: 4.4rem
}
.f45 {
    font-size: 4.5rem
}
.f46 {
    font-size: 4.6rem
}
.f47 {
    font-size: 4.7rem
}
.f48 {
    font-size: 4.8rem
}
.f49 {
    font-size: 4.9rem
}
.f50 {
    font-size: 5rem
}
.f51 {
    font-size: 5.1rem
}
.f52 {
    font-size: 5.2rem
}
.f53 {
    font-size: 5.3rem
}
.f54 {
    font-size: 5.4rem
}
.f55 {
    font-size: 5.5rem
}
.f56 {
    font-size: 5.6rem
}
.f57 {
    font-size: 5.7rem
}
.f58 {
    font-size: 5.8rem
}
.f59 {
    font-size: 5.9rem
}
.f60 {
    font-size: 6rem
}
.f61 {
    font-size: 6.1rem
}
.f62 {
    font-size: 6.2rem
}
.f63 {
    font-size: 6.3rem
}
.f64 {
    font-size: 6.4rem
}
.f65 {
    font-size: 6.5rem
}
.f66 {
    font-size: 6.6rem
}
.f67 {
    font-size: 6.7rem
}
.f68 {
    font-size: 6.8rem
}
.f69 {
    font-size: 6.9rem
}
.f70 {
    font-size: 7rem
}
.f71 {
    font-size: 7.1rem
}
.f72 {
    font-size: 7.2rem
}
.f73 {
    font-size: 7.3rem
}
.f74 {
    font-size: 7.4rem
}
.f75 {
    font-size: 7.5rem
}
.f76 {
    font-size: 7.6rem
}
.f77 {
    font-size: 7.7rem
}
.f78 {
    font-size: 7.8rem
}
.f79 {
    font-size: 7.9rem
}
.f80 {
    font-size: 8rem
}
.f81 {
    font-size: 8.1rem
}
.f82 {
    font-size: 8.2rem
}
.f83 {
    font-size: 8.3rem
}
.f84 {
    font-size: 8.4rem
}
.f85 {
    font-size: 8.5rem
}
.f86 {
    font-size: 8.6rem
}
.f87 {
    font-size: 8.7rem
}
.f88 {
    font-size: 8.8rem
}
.f89 {
    font-size: 8.9rem
}
.f90 {
    font-size: 9rem
}
.f91 {
    font-size: 9.1rem
}
.f92 {
    font-size: 9.2rem
}
.f93 {
    font-size: 9.3rem
}
.f94 {
    font-size: 9.4rem
}
.f95 {
    font-size: 9.5rem
}
.f96 {
    font-size: 9.6rem
}
.f97 {
    font-size: 9.7rem
}
.f98 {
    font-size: 9.8rem
}
.f99 {
    font-size: 9.9rem
}
.f100 {
    font-size: 10rem
}
.f101 {
    font-size: 10.1rem
}
.f102 {
    font-size: 10.2rem
}
.f103 {
    font-size: 10.3rem
}
.f104 {
    font-size: 10.4rem
}
.f105 {
    font-size: 10.5rem
}
.f106 {
    font-size: 10.6rem
}
.f107 {
    font-size: 10.7rem
}
.f108 {
    font-size: 10.8rem
}
.f109 {
    font-size: 10.9rem
}
.f110 {
    font-size: 11rem
}
.f111 {
    font-size: 11.1rem
}
.f112 {
    font-size: 11.2rem
}
.f113 {
    font-size: 11.3rem
}
.f114 {
    font-size: 11.4rem
}
.f115 {
    font-size: 11.5rem
}
.f116 {
    font-size: 11.6rem
}
.f117 {
    font-size: 11.7rem
}
.f118 {
    font-size: 11.8rem
}
.f119 {
    font-size: 11.9rem
}
.f120 {
    font-size: 12rem
}
.f121 {
    font-size: 12.1rem
}
.f122 {
    font-size: 12.2rem
}
.f123 {
    font-size: 12.3rem
}
.f124 {
    font-size: 12.4rem
}
.f125 {
    font-size: 12.5rem
}
.f126 {
    font-size: 12.6rem
}
.f127 {
    font-size: 12.7rem
}
.f128 {
    font-size: 12.8rem
}
.f129 {
    font-size: 12.9rem
}
.f130 {
    font-size: 13rem
}
.f131 {
    font-size: 13.1rem
}
.f132 {
    font-size: 13.2rem
}
.f133 {
    font-size: 13.3rem
}
.f134 {
    font-size: 13.4rem
}
.f135 {
    font-size: 13.5rem
}
.f136 {
    font-size: 13.6rem
}
.f137 {
    font-size: 13.7rem
}
.f138 {
    font-size: 13.8rem
}
.f139 {
    font-size: 13.9rem
}
.f140 {
    font-size: 14rem
}
.f141 {
    font-size: 14.1rem
}
.f142 {
    font-size: 14.2rem
}
.f143 {
    font-size: 14.3rem
}
.f144 {
    font-size: 14.4rem
}
.f145 {
    font-size: 14.5rem
}
.f146 {
    font-size: 14.6rem
}
.f147 {
    font-size: 14.7rem
}
.f148 {
    font-size: 14.8rem
}
.f149 {
    font-size: 14.9rem
}
.f150 {
    font-size: 15rem
}
.f151 {
    font-size: 15.1rem
}
.f152 {
    font-size: 15.2rem
}
.f153 {
    font-size: 15.3rem
}
.f154 {
    font-size: 15.4rem
}
.f155 {
    font-size: 15.5rem
}
.f156 {
    font-size: 15.6rem
}
.f157 {
    font-size: 15.7rem
}
.f158 {
    font-size: 15.8rem
}
.f159 {
    font-size: 15.9rem
}
.f160 {
    font-size: 16rem
}
.f161 {
    font-size: 16.1rem
}
.f162 {
    font-size: 16.2rem
}
.f163 {
    font-size: 16.3rem
}
.f164 {
    font-size: 16.4rem
}
.f165 {
    font-size: 16.5rem
}
.f166 {
    font-size: 16.6rem
}
.f167 {
    font-size: 16.7rem
}
.f168 {
    font-size: 16.8rem
}
.f169 {
    font-size: 16.9rem
}
.f170 {
    font-size: 17rem
}
}

@media screen and (min-width:1181px) and (max-width:1650px) {
.f31 {
    font-size: 2.67241379rem
}
.f32 {
    font-size: 2.75862069rem
}
.f33 {
    font-size: 2.84482759rem
}
.f34 {
    font-size: 2.93103448rem
}
.f35 {
    font-size: 3.01724138rem
}
.f36 {
    font-size: 3.10344828rem
}
.f37 {
    font-size: 3.18965517rem
}
.f38 {
    font-size: 3.27586207rem
}
.f39 {
    font-size: 3.36206897rem
}
.f40 {
    font-size: 3.44827586rem
}
.f41 {
    font-size: 3.53448276rem
}
.f42 {
    font-size: 3.62068966rem
}
.f43 {
    font-size: 3.70689655rem
}
.f44 {
    font-size: 3.79310345rem
}
.f45 {
    font-size: 3.87931034rem
}
.f46 {
    font-size: 3.96551724rem
}
.f47 {
    font-size: 4.05172414rem
}
.f48 {
    font-size: 4.13793103rem
}
.f49 {
    font-size: 4.22413793rem
}
.f50 {
    font-size: 4.31034483rem
}
.f51 {
    font-size: 4.39655172rem
}
.f52 {
    font-size: 4.48275862rem
}
.f53 {
    font-size: 4.56896552rem
}
.f54 {
    font-size: 4.65517241rem
}
.f55 {
    font-size: 4.74137931rem
}
.f56 {
    font-size: 4.82758621rem
}
.f57 {
    font-size: 4.9137931rem
}
.f58 {
    font-size: 5rem
}
.f59 {
    font-size: 5.0862069rem
}
.f60 {
    font-size: 5.17241379rem
}
.f61 {
    font-size: 5.25862069rem
}
.f62 {
    font-size: 5.34482759rem
}
.f63 {
    font-size: 5.43103448rem
}
.f64 {
    font-size: 5.51724138rem
}
.f65 {
    font-size: 5.60344828rem
}
.f66 {
    font-size: 5.68965517rem
}
.f67 {
    font-size: 5.77586207rem
}
.f68 {
    font-size: 5.86206897rem
}
.f69 {
    font-size: 5.94827586rem
}
.f70 {
    font-size: 6.03448276rem
}
.f71 {
    font-size: 6.12068966rem
}
.f72 {
    font-size: 6.20689655rem
}
.f73 {
    font-size: 6.29310345rem
}
.f74 {
    font-size: 6.37931034rem
}
.f75 {
    font-size: 6.46551724rem
}
.f76 {
    font-size: 6.55172414rem
}
.f77 {
    font-size: 6.63793103rem
}
.f78 {
    font-size: 6.72413793rem
}
.f79 {
    font-size: 6.81034483rem
}
.f80 {
    font-size: 6.89655172rem
}
.f81 {
    font-size: 6.98275862rem
}
.f82 {
    font-size: 7.06896552rem
}
.f83 {
    font-size: 7.15517241rem
}
.f84 {
    font-size: 7.24137931rem
}
.f85 {
    font-size: 7.32758621rem
}
.f86 {
    font-size: 7.4137931rem
}
.f87 {
    font-size: 7.5rem
}
.f88 {
    font-size: 7.5862069rem
}
.f89 {
    font-size: 7.67241379rem
}
.f90 {
    font-size: 7.75862069rem
}
.f91 {
    font-size: 7.84482759rem
}
.f92 {
    font-size: 7.93103448rem
}
.f93 {
    font-size: 8.01724138rem
}
.f94 {
    font-size: 8.10344828rem
}
.f95 {
    font-size: 8.18965517rem
}
.f96 {
    font-size: 8.27586207rem
}
.f97 {
    font-size: 8.36206897rem
}
.f98 {
    font-size: 8.44827586rem
}
.f99 {
    font-size: 8.53448276rem
}
.f100 {
    font-size: 8.62068966rem
}
.f101 {
    font-size: 8.70689655rem
}
.f102 {
    font-size: 8.79310345rem
}
.f103 {
    font-size: 8.87931034rem
}
.f104 {
    font-size: 8.96551724rem
}
.f105 {
    font-size: 9.05172414rem
}
.f106 {
    font-size: 9.13793103rem
}
.f107 {
    font-size: 9.22413793rem
}
.f108 {
    font-size: 9.31034483rem
}
.f109 {
    font-size: 9.39655172rem
}
.f110 {
    font-size: 9.48275862rem
}
.f111 {
    font-size: 9.56896552rem
}
.f112 {
    font-size: 9.65517241rem
}
.f113 {
    font-size: 9.74137931rem
}
.f114 {
    font-size: 9.82758621rem
}
.f115 {
    font-size: 9.9137931rem
}
.f116 {
    font-size: 10rem
}
.f117 {
    font-size: 10.0862069rem
}
.f118 {
    font-size: 10.17241379rem
}
.f119 {
    font-size: 10.25862069rem
}
.f120 {
    font-size: 10.34482759rem
}
.f121 {
    font-size: 10.43103448rem
}
.f122 {
    font-size: 10.51724138rem
}
.f123 {
    font-size: 10.60344828rem
}
.f124 {
    font-size: 10.68965517rem
}
.f125 {
    font-size: 10.77586207rem
}
.f126 {
    font-size: 10.86206897rem
}
.f127 {
    font-size: 10.94827586rem
}
.f128 {
    font-size: 11.03448276rem
}
.f129 {
    font-size: 11.12068966rem
}
.f130 {
    font-size: 11.20689655rem
}
.f131 {
    font-size: 11.29310345rem
}
.f132 {
    font-size: 11.37931034rem
}
.f133 {
    font-size: 11.46551724rem
}
.f134 {
    font-size: 11.55172414rem
}
.f135 {
    font-size: 11.63793103rem
}
.f136 {
    font-size: 11.72413793rem
}
.f137 {
    font-size: 11.81034483rem
}
.f138 {
    font-size: 11.89655172rem
}
.f139 {
    font-size: 11.98275862rem
}
.f140 {
    font-size: 12.06896552rem
}
.f141 {
    font-size: 12.15517241rem
}
.f142 {
    font-size: 12.24137931rem
}
.f143 {
    font-size: 12.32758621rem
}
.f144 {
    font-size: 12.4137931rem
}
.f145 {
    font-size: 12.5rem
}
.f146 {
    font-size: 12.5862069rem
}
.f147 {
    font-size: 12.67241379rem
}
.f148 {
    font-size: 12.75862069rem
}
.f149 {
    font-size: 12.84482759rem
}
.f150 {
    font-size: 12.93103448rem
}
.f151 {
    font-size: 13.01724138rem
}
.f152 {
    font-size: 13.10344828rem
}
.f153 {
    font-size: 13.18965517rem
}
.f154 {
    font-size: 13.27586207rem
}
.f155 {
    font-size: 13.36206897rem
}
.f156 {
    font-size: 13.44827586rem
}
.f157 {
    font-size: 13.53448276rem
}
.f158 {
    font-size: 13.62068966rem
}
.f159 {
    font-size: 13.70689655rem
}
.f160 {
    font-size: 13.79310345rem
}
.f161 {
    font-size: 13.87931034rem
}
.f162 {
    font-size: 13.96551724rem
}
.f163 {
    font-size: 14.05172414rem
}
.f164 {
    font-size: 14.13793103rem
}
.f165 {
    font-size: 14.22413793rem
}
.f166 {
    font-size: 14.31034483rem
}
.f167 {
    font-size: 14.39655172rem
}
.f168 {
    font-size: 14.48275862rem
}
.f169 {
    font-size: 14.56896552rem
}
.f170 {
    font-size: 14.65517241rem
}
.f19 {
    font-size: 1.8627451rem
}
.f20 {
    font-size: 1.96078431rem
}
.f21 {
    font-size: 2.05882353rem
}
.f22 {
    font-size: 2.15686275rem
}
.f23 {
    font-size: 2.25490196rem
}
.f24 {
    font-size: 2.35294118rem
}
.f25 {
    font-size: 2.45098039rem
}
.f26 {
    font-size: 2.54901961rem
}
.f27 {
    font-size: 2.64705882rem
}
.f28 {
    font-size: 2.74509804rem
}
.f29 {
    font-size: 2.84313725rem
}
.f30 {
    font-size: 2.94117647rem
}
.f18 {
    font-size: 1.78217822rem
}
}

@media screen and (min-width:641px) and (max-width:1180px) {
.fp12 {
    font-size: 1.2rem
}
.fp13 {
    font-size: 1.3rem
}
.fp14 {
    font-size: 1.4rem
}
.fp15 {
    font-size: 1.5rem
}
.fp16 {
    font-size: 1.6rem
}
.fp17 {
    font-size: 1.7rem
}
.fp18 {
    font-size: 1.8rem
}
.fp19 {
    font-size: 1.9rem
}
.fp20 {
    font-size: 2rem
}
.fp21 {
    font-size: 2.1rem
}
.fp22 {
    font-size: 2.2rem
}
.fp23 {
    font-size: 2.3rem
}
.fp24 {
    font-size: 2.4rem
}
.fp25 {
    font-size: 2.5rem
}
.fp26 {
    font-size: 2.6rem
}
.fp27 {
    font-size: 2.7rem
}
.fp28 {
    font-size: 2.8rem
}
.fp29 {
    font-size: 2.9rem
}
.fp30 {
    font-size: 3rem
}
.fp31 {
    font-size: 3.1rem
}
.fp32 {
    font-size: 3.2rem
}
.fp33 {
    font-size: 3.3rem
}
.fp34 {
    font-size: 3.4rem
}
.fp35 {
    font-size: 3.5rem
}
.fp36 {
    font-size: 3.6rem
}
.fp37 {
    font-size: 3.7rem
}
.fp38 {
    font-size: 3.8rem
}
.fp39 {
    font-size: 3.9rem
}
.fp40 {
    font-size: 4rem
}
.fp41 {
    font-size: 4.1rem
}
.fp42 {
    font-size: 4.2rem
}
.fp43 {
    font-size: 4.3rem
}
.fp44 {
    font-size: 4.4rem
}
.fp45 {
    font-size: 4.5rem
}
.fp46 {
    font-size: 4.6rem
}
.fp47 {
    font-size: 4.7rem
}
.fp48 {
    font-size: 4.8rem
}
.fp49 {
    font-size: 4.9rem
}
.fp50 {
    font-size: 5rem
}
.fp51 {
    font-size: 5.1rem
}
.fp52 {
    font-size: 5.2rem
}
.fp53 {
    font-size: 5.3rem
}
.fp54 {
    font-size: 5.4rem
}
.fp55 {
    font-size: 5.5rem
}
.fp56 {
    font-size: 5.6rem
}
.fp57 {
    font-size: 5.7rem
}
.fp58 {
    font-size: 5.8rem
}
.fp59 {
    font-size: 5.9rem
}
.fp60 {
    font-size: 6rem
}
.fp61 {
    font-size: 6.1rem
}
.fp62 {
    font-size: 6.2rem
}
.fp63 {
    font-size: 6.3rem
}
.fp64 {
    font-size: 6.4rem
}
.fp65 {
    font-size: 6.5rem
}
.fp66 {
    font-size: 6.6rem
}
.fp67 {
    font-size: 6.7rem
}
.fp68 {
    font-size: 6.8rem
}
.fp69 {
    font-size: 6.9rem
}
.fp70 {
    font-size: 7rem
}
.fp71 {
    font-size: 7.1rem
}
.fp72 {
    font-size: 7.2rem
}
.fp73 {
    font-size: 7.3rem
}
.fp74 {
    font-size: 7.4rem
}
.fp75 {
    font-size: 7.5rem
}
.fp76 {
    font-size: 7.6rem
}
.fp77 {
    font-size: 7.7rem
}
.fp78 {
    font-size: 7.8rem
}
.fp79 {
    font-size: 7.9rem
}
.fp80 {
    font-size: 8rem
}
.fp81 {
    font-size: 8.1rem
}
.fp82 {
    font-size: 8.2rem
}
.fp83 {
    font-size: 8.3rem
}
.fp84 {
    font-size: 8.4rem
}
.fp85 {
    font-size: 8.5rem
}
.fp86 {
    font-size: 8.6rem
}
.fp87 {
    font-size: 8.7rem
}
.fp88 {
    font-size: 8.8rem
}
.fp89 {
    font-size: 8.9rem
}
.fp90 {
    font-size: 9rem
}
.fp91 {
    font-size: 9.1rem
}
.fp92 {
    font-size: 9.2rem
}
.fp93 {
    font-size: 9.3rem
}
.fp94 {
    font-size: 9.4rem
}
.fp95 {
    font-size: 9.5rem
}
.fp96 {
    font-size: 9.6rem
}
.fp97 {
    font-size: 9.7rem
}
.fp98 {
    font-size: 9.8rem
}
.fp99 {
    font-size: 9.9rem
}
.fp100 {
    font-size: 10rem
}
.fp101 {
    font-size: 10.1rem
}
.fp102 {
    font-size: 10.2rem
}
.fp103 {
    font-size: 10.3rem
}
.fp104 {
    font-size: 10.4rem
}
.fp105 {
    font-size: 10.5rem
}
.fp106 {
    font-size: 10.6rem
}
.fp107 {
    font-size: 10.7rem
}
.fp108 {
    font-size: 10.8rem
}
.fp109 {
    font-size: 10.9rem
}
.fp110 {
    font-size: 11rem
}
.fp111 {
    font-size: 11.1rem
}
.fp112 {
    font-size: 11.2rem
}
.fp113 {
    font-size: 11.3rem
}
.fp114 {
    font-size: 11.4rem
}
.fp115 {
    font-size: 11.5rem
}
.fp116 {
    font-size: 11.6rem
}
.fp117 {
    font-size: 11.7rem
}
.fp118 {
    font-size: 11.8rem
}
.fp119 {
    font-size: 11.9rem
}
.fp120 {
    font-size: 12rem
}
}

@media screen and (min-width:0) and (max-width:640px) {
.fw12 {
    font-size: 1.2rem
}
.fw13 {
    font-size: 1.3rem
}
.fw14 {
    font-size: 1.4rem
}
.fw15 {
    font-size: 1.5rem
}
.fw16 {
    font-size: 1.6rem
}
.fw17 {
    font-size: 1.7rem
}
.fw18 {
    font-size: 1.8rem
}
.fw19 {
    font-size: 1.9rem
}
.fw20 {
    font-size: 2rem
}
.fw21 {
    font-size: 2.1rem
}
.fw22 {
    font-size: 2.2rem
}
.fw23 {
    font-size: 2.3rem
}
.fw24 {
    font-size: 2.4rem
}
.fw25 {
    font-size: 2.5rem
}
.fw26 {
    font-size: 2.6rem
}
.fw27 {
    font-size: 2.7rem
}
.fw28 {
    font-size: 2.8rem
}
.fw29 {
    font-size: 2.9rem
}
.fw30 {
    font-size: 3rem
}
.fw31 {
    font-size: 3.1rem
}
.fw32 {
    font-size: 3.2rem
}
.fw33 {
    font-size: 3.3rem
}
.fw34 {
    font-size: 3.4rem
}
.fw35 {
    font-size: 3.5rem
}
.fw36 {
    font-size: 3.6rem
}
.fw37 {
    font-size: 3.7rem
}
.fw38 {
    font-size: 3.8rem
}
.fw39 {
    font-size: 3.9rem
}
.fw40 {
    font-size: 4rem
}
.fw41 {
    font-size: 4.1rem
}
.fw42 {
    font-size: 4.2rem
}
.fw43 {
    font-size: 4.3rem
}
.fw44 {
    font-size: 4.4rem
}
.fw45 {
    font-size: 4.5rem
}
.fw46 {
    font-size: 4.6rem
}
.fw47 {
    font-size: 4.7rem
}
.fw48 {
    font-size: 4.8rem
}
.fw49 {
    font-size: 4.9rem
}
.fw50 {
    font-size: 5rem
}
.fw51 {
    font-size: 5.1rem
}
.fw52 {
    font-size: 5.2rem
}
.fw53 {
    font-size: 5.3rem
}
.fw54 {
    font-size: 5.4rem
}
.fw55 {
    font-size: 5.5rem
}
.fw56 {
    font-size: 5.6rem
}
.fw57 {
    font-size: 5.7rem
}
.fw58 {
    font-size: 5.8rem
}
.fw59 {
    font-size: 5.9rem
}
.fw60 {
    font-size: 6rem
}
.fw61 {
    font-size: 6.1rem
}
.fw62 {
    font-size: 6.2rem
}
.fw63 {
    font-size: 6.3rem
}
.fw64 {
    font-size: 6.4rem
}
.fw65 {
    font-size: 6.5rem
}
.fw66 {
    font-size: 6.6rem
}
.fw67 {
    font-size: 6.7rem
}
.fw68 {
    font-size: 6.8rem
}
.fw69 {
    font-size: 6.9rem
}
.fw70 {
    font-size: 7rem
}
.fw71 {
    font-size: 7.1rem
}
.fw72 {
    font-size: 7.2rem
}
.fw73 {
    font-size: 7.3rem
}
.fw74 {
    font-size: 7.4rem
}
.fw75 {
    font-size: 7.5rem
}
.fw76 {
    font-size: 7.6rem
}
.fw77 {
    font-size: 7.7rem
}
.fw78 {
    font-size: 7.8rem
}
.fw79 {
    font-size: 7.9rem
}
.fw80 {
    font-size: 8rem
}
.fw81 {
    font-size: 8.1rem
}
.fw82 {
    font-size: 8.2rem
}
.fw83 {
    font-size: 8.3rem
}
.fw84 {
    font-size: 8.4rem
}
.fw85 {
    font-size: 8.5rem
}
.fw86 {
    font-size: 8.6rem
}
.fw87 {
    font-size: 8.7rem
}
.fw88 {
    font-size: 8.8rem
}
.fw89 {
    font-size: 8.9rem
}
.fw90 {
    font-size: 9rem
}
.fw91 {
    font-size: 9.1rem
}
.fw92 {
    font-size: 9.2rem
}
.fw93 {
    font-size: 9.3rem
}
.fw94 {
    font-size: 9.4rem
}
.fw95 {
    font-size: 9.5rem
}
.fw96 {
    font-size: 9.6rem
}
.fw97 {
    font-size: 9.7rem
}
.fw98 {
    font-size: 9.8rem
}
.fw99 {
    font-size: 9.9rem
}
.fw100 {
    font-size: 10rem
}
.fw101 {
    font-size: 10.1rem
}
.fw102 {
    font-size: 10.2rem
}
.fw103 {
    font-size: 10.3rem
}
.fw104 {
    font-size: 10.4rem
}
.fw105 {
    font-size: 10.5rem
}
.fw106 {
    font-size: 10.6rem
}
.fw107 {
    font-size: 10.7rem
}
.fw108 {
    font-size: 10.8rem
}
.fw109 {
    font-size: 10.9rem
}
.fw110 {
    font-size: 11rem
}
.fw111 {
    font-size: 11.1rem
}
.fw112 {
    font-size: 11.2rem
}
.fw113 {
    font-size: 11.3rem
}
.fw114 {
    font-size: 11.4rem
}
.fw115 {
    font-size: 11.5rem
}
.fw116 {
    font-size: 11.6rem
}
.fw117 {
    font-size: 11.7rem
}
.fw118 {
    font-size: 11.8rem
}
.fw119 {
    font-size: 11.9rem
}
.fw120 {
    font-size: 12rem
}
}

@media screen and (min-width:0) {
[show-psimg] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
[show-primg] {
    display: flex;
    height: 100%
}
[show-imgbox] {
    position: relative;
    overflow: hidden;
    border-radius: inherit
}
[show-imgbox] [show-img] {
    overflow: hidden;
    border-radius: inherit
}
[show-img] {
    opacity: 0;
    transform: scale(1.06);
    transition: opacity 1.2s cubic-bezier(.38, 0, 0, 1), transform 1.5s cubic-bezier(.38, 0, 0, 1), -webkit-transform 1.5s cubic-bezier(.38, 0, 0, 1)
}
[show-img2] {
    opacity: 0;
    transform: scale(1.2);
    transition: opacity 1.2s cubic-bezier(.38, 0, 0, 1), transform 1.5s cubic-bezier(.38, 0, 0, 1), -webkit-transform 1.5s cubic-bezier(.38, 0, 0, 1)
}
[show-img3] {
    transform: scale(1.1);
    transition: opacity 1.2s cubic-bezier(.38, 0, 0, 1), transform 1.5s cubic-bezier(.38, 0, 0, 1), -webkit-transform 1.5s cubic-bezier(.38, 0, 0, 1)
}
[show-opacity], [show-opacityD] {
    opacity: 0;
    transition: opacity .8s ease
}
[show-scale50], [show-scale50D] {
    opacity: 0;
    transform: scale(.5);
    transform-origin: center;
    transition: transform 1s cubic-bezier(.25, .1, .25, 1), opacity .8s ease .3s
}
[show-scale90], [show-scale90D] {
    opacity: 0;
    transform: scale(.9);
    transform-origin: center;
    transition: transform 1s cubic-bezier(.25, .1, .25, 1), opacity .8s ease .3s
}
[show-scale96], [show-scale96D] {
    opacity: 0;
    transform: scale(.96);
    transform-origin: center
}
[show-text], [show-textD] {
    opacity: 0;
    transform: translateY(4vw) scale(1);
    transition: opacity 1s cubic-bezier(.34, .44, .41, 1.12), transform 1s cubic-bezier(.09, .34, .63, 1), -webkit-transform 1s cubic-bezier(.09, .34, .63, 1);
    will-change: opacity, transform
}
[show-text2], [show-textD2] {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity 1s cubic-bezier(.34, .44, .41, 1.12), transform 1s cubic-bezier(.09, .34, .63, 1), -webkit-transform 1s cubic-bezier(.09, .34, .63, 1);
    will-change: opacity, transform
}
[show-text-F], [show-text-FD] {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(4vw) scale(1);
    transition: 1.2s cubic-bezier(.34, .44, .41, 1.12);
    will-change: transform, filter
}
[show-text-F2], [show-text-FD2] {
    opacity: 0;
    transform: translateY(4vw);
    filter: blur(5px);
    transition: 1s cubic-bezier(.33, 1, .68, 1)
}
[show-text-Fx], [show-text-FDx] {
    opacity: 0;
    transform: translateX(4vw);
    filter: blur(5px);
    transition: 1s cubic-bezier(.33, 1, .68, 1)
}
[show-text-Fx2], [show-text-FDx2] {
    opacity: 0;
    transform: translateX(4vw);
    filter: blur(5px);
    transition: 1s cubic-bezier(.33, 1, .68, 1)
}
[show-text-skew], [show-text-skewD] {
    opacity: 0;
    transform: translateY(25%) skew(15deg);
    transition: 1.2s cubic-bezier(.33, 1, .68, 1)
}
[show-text-skew2], [show-text-skew2D] {
    opacity: 0;
    transform: translateY(15%) skew(5deg);
    transition: 1.2s cubic-bezier(.33, 1, .68, 1)
}
[show-text-matrix], [show-text-matrixD] {
    opacity: 0;
    transform: matrix(1, -0.1, 0, 1, 0, -10);
    transform-origin: left center;
    transition: 1.2s cubic-bezier(.49, .54, .16, 1)
}
[show-textL], [show-textDL] {
    opacity: 0;
    transform: translateX(4vw);
    transition: opacity 1s cubic-bezier(.34, .44, .41, 1.12), transform 1s cubic-bezier(.09, .34, .63, 1), -webkit-transform 1s cubic-bezier(.09, .34, .63, 1);
    will-change: opacity, transform
}
[show-textL2], [show-textDL2] {
    opacity: 0;
    transform: translateX(15%);
    transition: transform 1s cubic-bezier(.33, 1, .68, 1), opacity .8s ease .3s
}
[show-textR], [show-textDR] {
    opacity: 0;
    transform: translateX(-4vw);
    transition: opacity 1s cubic-bezier(.34, .44, .41, 1.12), transform 1s cubic-bezier(.09, .34, .63, 1), -webkit-transform 1s cubic-bezier(.09, .34, .63, 1);
    will-change: opacity, transform
}
[show-textR2], [show-textDR2] {
    opacity: 0;
    transform: translateX(-15%);
    transition: transform 1s cubic-bezier(.33, 1, .68, 1), opacity .8s ease .3s
}
[pbanner-img] {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform-origin: center bottom;
    opacity: .1;
    transition: 2s;
    -webkit-transition: 2s
}
[show-scaleX] {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    opacity: 0;
    transition: transform 1s cubic-bezier(.25, .1, .25, 1), opacity .8s cubic-bezier(.25, .1, .25, 1)
}
[show-rotatetY], [show-rotatetYD] {
    opacity: 0;
    transform: rotate(10deg) translateY(15%);
    -webkit-transform: rotate(10deg) translateY(15%);
    transition: transform 1s cubic-bezier(.25, .1, .25, 1), opacity .8s cubic-bezier(.25, .1, .25, 1)
}
[clip-w], [clip-wD] {
    clip-path: inset(0 100% 0 0);
    -webkit-transition: 1s cubic-bezier(.215, .61, .355, 1);
    transition: 1s cubic-bezier(.215, .61, .355, 1)
}
[clip-w2], [clip-wD2] {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: -webkit-clip-path 1.6s cubic-bezier(.16, 1, .3, 1);
    transition: clip-path 1.6s cubic-bezier(.16, 1, .3, 1);
    transition: clip-path 1.6s cubic-bezier(.16, 1, .3, 1), -webkit-clip-path 1.6s cubic-bezier(.16, 1, .3, 1);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
[clip-w3], [clip-w3D] {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 25% 100%);
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 25% 100%);
    -webkit-transition: .8s cubic-bezier(.215, .61, .355, 1);
    transition: .8s cubic-bezier(.215, .61, .355, 1)
}
[clip-h], [clip-hD] {
    clip-path: inset(0 0 100% 0);
    -webkit-transition: 1.2s cubic-bezier(.215, .61, .355, 1);
    transition: 1.2s cubic-bezier(.215, .61, .355, 1)
}
[jb-textD] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}
[jb-text], [jb-textD] {
    -webkit-mask-image: linear-gradient(90deg, #fff 24%, transparent 33%);
    mask-image: linear-gradient(90deg, #fff 24%, transparent 33%);
    -webkit-mask-position: 100% 0%;
    mask-position: 100% 0%;
    -webkit-mask-size: 400% 400%;
    mask-size: 400% 400%
}
@keyframes textMask {
0% {
-webkit-mask-position:50% 0;
mask-position:50% 0
}
100% {
-webkit-mask-position:0% 0;
mask-position:0% 0
}
}
.action [show-img], .action [show-img2] {
    opacity: 1;
    transform: initial
}
.action [show-img3] {
    transform: initial
}
.action [show-opacity], .action[show-opacityD] {
    opacity: 1
}
.action [show-text], .action[show-textD], .action [show-text2], .action[show-textD2] {
    opacity: 1;
    transform: translateY(0) scale(1)
}
.action [show-text-F], .action[show-text-FD], .action [show-text-F2], .action[show-text-FD2] {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0) scale(1)
}
.action [show-text-Fx], .action[show-text-FDx], .action [show-text-Fx2], .action[show-text-FDx2] {
    filter: blur(0);
    opacity: 1;
    transform: translateX(0)
}
.action [show-text-skew], .action[show-text-skewD], .action [show-text-skew2], .action[show-text-skew2D] {
    opacity: 1;
    transform: translateY(0) skew(0)
}
.action [show-text-matrix], .action[show-text-matrixD] {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0)
}
.action [show-textL], .action[show-textDL], .action [show-textR], .action[show-textDR], .action [show-textL2], .action[show-textDL2], .action [show-textR2], .action[show-textDR2] {
    opacity: 1;
    transform: initial
}
.action [show-scale50], .action[show-scale50D], .action [show-scale90], .action[show-scale90D] {
    opacity: 1;
    transform: inherit;
    transform-origin: center
}
.action [show-scale96], .action[show-scale96D] {
    opacity: 1;
    transform: inherit;
    transform-origin: center;
    transition: all .4s ease-in-out .1s
}
.action [pbanner-img] {
    transform: inherit;
    -webkit-transform: inherit;
    opacity: 1
}
.action [show-scaleX] {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 1
}
.action [show-rotatetY], .action[show-rotatetYD] {
    transform: inherit;
    -webkit-transform: inherit;
    opacity: 1
}
.action [clip-w], .action[clip-wD] {
    clip-path: inset(0 0 0 0)
}
.action [clip-w2], .action[clip-wD2] {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)
}
.action [clip-w3], .action[clip-wD3] {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)
}
.action [jb-text], .action[jb-textD] {
    animation: textMask 1.8s ease forwards
}
[show-imgskewX] {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #e5e1da;
    width: 100%;
    height: 100%;
    z-index: 2;
    transform: scale(1.2) skewX(-20deg);
    transform-origin: right bottom;
    animation: picBefore 1000ms 200ms cubic-bezier(.65, 0, .35, 1) forwards
}
@keyframes picBefore {
0% {
width:100%
}
100% {
width:0
}
}
@keyframes fadeInUpSkew {
from {
opacity:0;
transform:translateY(50px) skew(15deg)
}
to {
opacity:1;
transform:translateY(0) skew(0)
}
}
@-webkit-keyframes mask-play {
from {
-webkit-mask-position:0 0;
mask-position:0 0
}
to {
-webkit-mask-position:0 100%;
mask-position:0 100%
}
}
@keyframes mask-play {
from {
-webkit-mask-position:0 0;
mask-position:0 0
}
to {
-webkit-mask-position:0 100%;
mask-position:0 100%
}
}
.dly20 {
    transition-delay: 2s;
    -webkit-transition-delay: 2s
}
.dly19 {
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s
}
.dly18 {
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s
}
.dly17 {
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s
}
.dly16 {
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s
}
.dly15 {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s
}
.dly14 {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s
}
.dly13 {
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s
}
.dly12 {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s
}
.dly11 {
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s
}
.dly10 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}
.dly9 {
    transition-delay: .9s;
    -webkit-transition-delay: .9s
}
.dly8 {
    transition-delay: .8s;
    -webkit-transition-delay: .8s
}
.dly7 {
    transition-delay: .7s;
    -webkit-transition-delay: .7s
}
.dly6 {
    transition-delay: .6s;
    -webkit-transition-delay: .6s
}
.dly5 {
    transition-delay: .5s;
    -webkit-transition-delay: .5s
}
.dly4 {
    transition-delay: .4s;
    -webkit-transition-delay: .4s
}
.dly3 {
    transition-delay: .3s;
    -webkit-transition-delay: .3s
}
.dly2 {
    transition-delay: .2s;
    -webkit-transition-delay: .2s
}
.dly1 {
    transition-delay: .1s;
    -webkit-transition-delay: .1s
}
.action .dly-20 {
    transition-delay: 2s;
    -webkit-transition-delay: 2s
}
.action .dly-19 {
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s
}
.action .dly-18 {
    transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s
}
.action .dly-17 {
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s
}
.action .dly-16 {
    transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s
}
.action .dly-15 {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s
}
.action .dly-14 {
    transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s
}
.action .dly-13 {
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s
}
.action .dly-12 {
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s
}
.action .dly-11 {
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s
}
.action .dly-10 {
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}
.action .dly-9 {
    transition-delay: .9s;
    -webkit-transition-delay: .9s
}
.action .dly-8 {
    transition-delay: .8s;
    -webkit-transition-delay: .8s
}
.action .dly-7 {
    transition-delay: .7s;
    -webkit-transition-delay: .7s
}
.action .dly-6 {
    transition-delay: .6s;
    -webkit-transition-delay: .6s
}
.action .dly-5 {
    transition-delay: .5s;
    -webkit-transition-delay: .5s
}
.action .dly-4 {
    transition-delay: .4s;
    -webkit-transition-delay: .4s
}
.action .dly-3 {
    transition-delay: .3s;
    -webkit-transition-delay: .3s
}
.action .dly-2 {
    transition-delay: .2s;
    -webkit-transition-delay: .2s
}
.action .dly-1 {
    transition-delay: .1s;
    -webkit-transition-delay: .1s
}
}
.major-ul {
    display: flex;
    flex-wrap: wrap
}
.top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    height: 9rem;
    color: #ffffff;
    z-index: 999;
    transition: .5s;
    -webkit-transition: .5s
}
.top a {
    color: #ffffff
}
.top::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 5vw;
    right: 5vw;
    height: 1px;
    background: rgba(255,255,255,0.2);
}

@media screen and (max-width:1180px) {
.top {
    height: 56px
}
}
.pageH {
    height: 9rem
}

@media screen and (max-width:1180px) {
.pageH {
    height: 56px
}
}
.logo a {
    position: relative;
    display: block;
    height: 3.2rem
}
.logo a img {
    height: 100%;
    display: block;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}
.logo a .img2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width:1280px) {
.logo a {
    height: 3rem
}
}

@media screen and (max-width:1180px) {
.logo a {
    height: 2.4rem
}
}
.grop-rbox {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.grop-rbox .grop-item {
    margin-left: 1.7395vw
}
.grop-rbox .grop-item:first-child {
    margin-left: 0
}

@media screen and (max-width:1440px) {
.grop-rbox .grop-item {
    margin-left: 2.5vw
}
}

@media screen and (max-width:750px) {
.grop-rbox .grop-item {
    margin-left: 2.2rem
}
}
.grop-link {
    border-radius: .6rem;
    padding: 0 1.7rem;
    background-color: #ab995f;
    color: #ffffff;
    font-size: 1.4rem;
    height: 3rem;
    line-height: 3rem
}
a.grop-link {
    color: #ffffff
}

@media screen and (max-width:640px) {
.grop-link {
    display: none
}
}

@media screen and (max-width:1180px) {
.nav-box {
    display: none
}
}
.nav {
    display: flex
}
.nav>li {
    margin-left: 3.85vw;
    position: relative
}
.nav>li[has-item]::before {
    content: "";
    position: fixed;
    top: 9rem;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: .2s;
    -webkit-transition: .2s
}
.nav>li:first-child {
    margin-left: 0
}
.nav>li>a {
    height: 9rem;
    display: flex;
    align-items: center;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    font-size: 2rem
}
.nav>li>a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: .1rem;
    background-color: #ffffff;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}
.nav>li>a:hover::before {
    width: 100%;
    right: auto;
    left: 0
}
.nav li .arrow {
    flex-shrink: 0;
    font-size: .6rem;
    margin-top: .7rem;
    margin-left: .5rem
}
.nav .subnav {
    position: absolute;
    top: 100%;
    left: 0;
    transform: scaleY(.8);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: #ffffff;
    z-index: 2;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}
.nav .subnav-bg {
    position: fixed;
    left: 0;
    top: 9rem;
    width: 100%;
    background-color: rgba(22,68,120,0.8);
    border-top: 0px solid rgba(102,102,102,0.16);
    transform: scaleY(.8);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}
.nav .subnav-bg img {
    width: 100%;
    display: block;
}
.nav .subnav1 {
    position: fixed;
    width: 100%;
    top: 9rem;
    padding: 3rem 5% 3rem 15%;
    display: flex
}
.nav .subnav1-ul {
    display: flex
}
.nav .subnav1-ul>li {
    margin-left: 10vw;
 wi dth: 30rem
}
.nav .subnav1-ul>li:first-child {
    margin-left: 22.8vw
}
.nav .subnav1-ul>li:nth-child(2) {
 wid th: 30rem
}

@media screen and (max-width:1750px) {
.nav .subnav1-ul>li:first-child {
    margin-left: 40vw
}
}

@media screen and (max-width:1680px) {
.nav .subnav1 {
    padding: 3rem 5% 3rem 16%;
}
.nav .subnav1-ul>li:first-child {
    margin-left: 21vw
}
}

@media screen and (max-width:1440px) {
.nav .subnav1 {
    padding-left: 15%;
}
.nav .subnav1-ul>li:first-child {
    margin-left: 20vw
}
}

@media screen and (max-width:1366px) {
.nav .subnav1 {
    padding-left: 5%;
}
}

@media screen and (max-width:1280px) {
.nav .subnav1 {
    padding-left: 3%;
}
}

@media screen and (max-width:1180px) {
.nav .subnav1-ul>li:first-child {
    margin-left: 25vw
}
}
.nav .subnav1-ul>li>a {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2
}
.nav .subnav1-ul>li>a::after {
    content: "";
    font-family: "iconfont";
    flex-shrink: 0;
    margin-left: 1rem;
    display: block;
    line-height: 1
}
.sub-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}
.sub-wrap .img {
    width: 28.3%;
    height: 100%
}
.sub-wrap .img img {
    height: 100%;
    object-fit: cover
}

@media (hover:hover) and (pointer:fine) {
.nav .subnav1-ul>li>a:hover {
    color: #ab995f
}
.nav .subnav1-ul>li>a:hover::after {
    animation-duration: .7s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);
    animation-name: ArrowMoveNext
}
.nav .one-nav>li>a:hover {
    color: #ab995f
}
}
.nav .one-nav>li {
    margin-bottom: 1.2rem;
    position: relative
}
.nav .one-nav>li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.2;
    padding: .5rem 0;
    font-size: 1.8rem;
    color: #ffffff;
    position: relative
}
.nav .one-nav>li>a::before {
    content: "";
    position: absolute;
    left: -1.3rem;
    right: -1.3rem;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(.96);
    transition: .3s;
    -webkit-transition: .3s;
    z-index: -1
}
.nav .one-nav>li[has-item]>a::after {
    content: "";
    font-family: "iconfont";
    flex-shrink: 0;
    margin-left: 1rem;
    font-size: 1.6rem;
    display: block;
    line-height: 1
}

@media (hover:hover) and (pointer:fine) {
.nav .one-nav>li:hover>a::before {
    transform: initial;
    opacity: 1
}
.nav .one-nav>li:hover .one-subnav {
    opacity: 1;
    pointer-events: initial
}
}
.nav .one-nav .one-subnav {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: .3s;
    -webkit-transition: .3s
}
.subnav1-ul .one-nav li i {
    margin-right: 1.6rem
}
.nav .one-nav .one-subnav-c {
    margin-left: 1.3rem;
    background-color: #ffffff;
    box-shadow: 0 0 .6rem rgba(0,0,0,0.16);
    white-space: nowrap;
    min-width: 20rem
}
.nav .one-nav .one-subnav-c>p a {
    display: block;
    line-height: 1.2;
    padding: 1rem 2.5rem
}

@media (hover:hover) and (pointer:fine) {
.nav .one-nav .one-subnav-c>p a:hover {
    background-color: #ab995f;
    color: #ffffff
}
}
.nav .subnav2 {
    font-size: 1.8rem;
    white-space: nowrap;
    padding: 4.5rem 0
}
.nav .subnav2 p {
    opacity: 0
}
.nav .subnav2 a {
    display: block;
    line-height: 1.2;
    padding: 1rem 0;
    color: #333333
}

@media (hover:hover) and (pointer:fine) {
.nav .subnav2 a:hover {
    color: #ab995f
}
}
.nav>li:hover>a::before, .nav .hov>a::before {
    width: 100%
}
.nav>li:hover::before {
    opacity: 1
}
.nav>li:hover .subnav, .nav>li:hover .subnav-bg {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: initial
}
.nav>li:hover .subnav2 p {
    animation: fadeInRight1 .5s ease forwards;
    animation-delay: .5s
}
.nav>li:hover .subnav2 p:nth-child(1) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}
.nav>li:hover .subnav2 p:nth-child(2) {
    animation-delay: .5s;
    -webkit-animation-delay: .5s
}
.nav>li:hover .subnav2 p:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}
.nav>li:hover .subnav2 p:nth-child(4) {
    animation-delay: .7s;
    -webkit-animation-delay: .7s
}
.nav>li:hover .subnav2 p:nth-child(5) {
    animation-delay: .8s;
    -webkit-animation-delay: .8s
}
.nav>li:hover .subnav2 p:nth-child(6) {
    animation-delay: .9s;
    -webkit-animation-delay: .9s
}
.nav>li:hover .subnav2 p:nth-child(7) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}
.nav>li:hover .subnav2 p:nth-child(8) {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s
}
.nav>li:hover .subnav2 p:nth-child(9) {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}
.nav>li:hover .subnav2 p:nth-child(10) {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s
}
.nav>li:hover .subnav2 p:nth-child(11) {
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s
}
.nav>li:hover .subnav2 p:nth-child(12) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}
.nav>li:hover .subnav2 p:nth-child(13) {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s
}
.nav>li:hover .subnav2 p:nth-child(14) {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s
}
.nav>li:hover .subnav2 p:nth-child(15) {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s
}
.nav>li:hover .subnav2 p:nth-child(16) {
    animation-delay: 1.9s;
    -webkit-animation-delay: 1.9s
}
.nav>li:hover .subnav2 p:nth-child(17) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s
}
.nav>li:hover .subnav2 p:nth-child(18) {
    animation-delay: 2.1s;
    -webkit-animation-delay: 2.1s
}
.nav>li:hover .subnav2 p:nth-child(19) {
    animation-delay: 2.2s;
    -webkit-animation-delay: 2.2s
}
.nav>li:hover .subnav2 p:nth-child(20) {
    animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s
}
.nav>li:hover .subnav2 p:nth-child(21) {
    animation-delay: 2.4s;
    -webkit-animation-delay: 2.4s
}
.nav>li:hover .subnav2 p:nth-child(22) {
    animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s
}
.nav>li:hover .subnav2 p:nth-child(23) {
    animation-delay: 2.6s;
    -webkit-animation-delay: 2.6s
}
.nav>li:hover .subnav2 p:nth-child(24) {
    animation-delay: 2.7s;
    -webkit-animation-delay: 2.7s
}
.nav>li:hover .subnav2 p:nth-child(25) {
    animation-delay: 2.8s;
    -webkit-animation-delay: 2.8s
}
.nav>li:hover .subnav2 p:nth-child(26) {
    animation-delay: 2.9s;
    -webkit-animation-delay: 2.9s
}
.nav>li:hover .subnav2 p:nth-child(27) {
    animation-delay: 3s;
    -webkit-animation-delay: 3s
}
.nav>li:hover .subnav2 p:nth-child(28) {
    animation-delay: 3.1s;
    -webkit-animation-delay: 3.1s
}

@media screen and (max-width:1440px) {
.nav>li {
    margin-left: 3.5vw
}
}
.langer-box {
    position: relative;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}
.langer-box .text {
    display: flex;
    justify-content: space-between;
    height: 9rem;
    line-height: 1;
    align-items: center
}
.langer-box .text .ico {
    font-size: 2.3rem;
    flex-shrink: 0
}
.langer-box .text .txt {
    margin-left: .9rem;
    flex: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.langer-box .text .arrow {
    flex-shrink: 0;
    font-size: .6rem;
    margin-top: .7rem;
    margin-left: .5rem
}
.langer-box .subnav {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 11rem;
    background-color: #516c8b;
    border-radius: .4rem;
    padding: 1.5rem 0;
    box-shadow: 0 0 2rem rgba(0,0,0,0.1);
    transform: translate(-50%, -1rem) scaleY(.8);
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}
.langer-box .subnav::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 99%;
    border-left: .6rem solid transparent;
    border-right: .6rem solid transparent;
    border-bottom: .8rem solid #516c8b;
    display: block;
    height: 0;
    width: 0
}
.langer-box .subnav>li>a {
    display: block;
    padding: .8rem;
    line-height: 1.2;
    text-align: center;
    color: #fff
}
.langer-box .subnav>li>a:hover {
    color: #b49f59
}
.langer-box .subnav>li>a.active {
    color: #fff
}
.langer-box:hover .subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(-50%)
}

@media screen and (max-width:750px) {
.langer-box .text {
    height: 56px
}
.langer-box .text .ico {
    font-size: 1.8rem
}
.langer-box .text .txt {
    margin-left: .6rem;
    font-size: 1.4rem
}
.langer-box .text .arrow {
    margin-left: .8rem
}
}
.menu-handler {
    width: 4.2rem;
    height: 4.2rem;
 backgroun d-color: #ab995f;
    position: relative;
    cursor: pointer;
    display: none
}
.menu-handler .menu-bar {
    width: 2.5rem;
    height: 3px;
    background: #fff;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: .6rem;
    transform: translateY(-50%) rotate(0deg);
    transition: margin .4s .4s, transform .4s, opacity .4s
}
.menu-handler .menu-bar:nth-child(1) {
    width: 3.5rem;
    margin-top: -0.7rem
}
.menu-handler .menu-bar:nth-child(3) {
    width: 3.5rem;
    margin-top: .7rem
}
.menu-handler.active .menu-bar:nth-child(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: margin .4s, transform .4s .4s, opacity .4s
}
.menu-handler.active .menu-bar:nth-child(2) {
    opacity: 0
}
.menu-handler.active .menu-bar:nth-child(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-45deg);
    transition: margin .4s, transform .4s .4s, opacity .4s
}

@media screen and (max-width:1180px) {
.menu-handler {
    display: block
}
}
.menubarM {
    background: #164478;
    color: #ffffff;
    position: fixed;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 995;
    transition: .6s cubic-bezier(.55, .31, .15, .93);
    -webkit-transition: .6s cubic-bezier(.55, .31, .15, .93)
}
.menubarM a {
    color: #ffffff
}
.menubarM-box {
    padding-top: 56px;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}
.menubarM-list {
    padding: 5vh 0
}
.menubarM-list>li {
    position: relative;
    pointer-events: none
}
.menubarM-list>li>a {
    position: relative;
    display: flex;
    font-size: 2.2rem;
    padding: 1.8rem 5%;
    line-height: 1.5;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}
.menubarM-list>li[has-item]>a .txt {
    flex: 1;
    margin-right: 1rem
}
.menubarM-list>li[has-item]>a::after {
    font-family: "iconfont" !important;
    content: "\e612";
    font-size: 2rem;
    flex-shrink: 0;
    -webkit-transition: .4s cubic-bezier(.47, .16, .24, 1);
    transition: .4s cubic-bezier(.47, .16, .24, 1)
}
.menubarM-list li.cur>a::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "\e612"
}
.menubarM-list .subnav {
    padding: 2.5rem 5%;
    display: none;
    background-color: rgba(221,219,215,0.2)
}
.menubarM-list .subnav1-ul .t {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0,0,0,0.05)
}
.menubarM-list .subnav1-ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.4;
    padding: .8rem 0
}
.menubarM-list .subnav1-ul>li>a .txt {
    margin-right: 1.2rem
}
.menubarM-list .subnav1-ul>li>a::after {
    content: "";
    font-family: "iconfont";
    flex-shrink: 0;
    line-height: 1;
    font-weight: normal
}

.menubarM-list .subnav1-ul>li>a i {
    margin-right: 1.5rem;
}


.menubarM-list .one-nav {
    padding-bottom: 3rem
}
.menubarM-list .one-nav>li {
    border-bottom: 1px dashed rgba(0,0,0,0.4);
    padding: 1rem 0
}
.menubarM-list .one-nav>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.4;
    padding: 1.2rem 0;
    font-size: 1.9rem;
    color: #333333
}
.menubarM-list .one-nav>li[has-item]>a::after {
    content: "";
    font-family: "iconfont";
    flex-shrink: 0;
    line-height: 1;
    font-weight: normal
}
.menubarM-list .one-subnav-c {
    padding: 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.8rem
}
.menubarM-list .one-subnav-c p {
    margin-top: .8rem;
    margin-left: .8rem
}
.menubarM-list .one-subnav-c a {
    display: block;
    line-height: 1.2;
    padding: .8rem;
    background-color: rgba(0,0,0,0.08);
    border-radius: 3px;
    color: #666666
}
.menubarM-list .subnav2 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.2;
    padding: 1rem 0;
    font-size: 1.7rem
}
@keyframes fadeInRight1 {
0% {
opacity:0;
transform:translateX(15px)
}
100% {
opacity:1;
transform:translateX(0)
}
}
.menu-open {
    overflow: hidden
}

@media screen and (max-width:1180px) {
.menu-open .menubarM {
    opacity: 1;
    pointer-events: all
}
.menu-open .menubarM-list>li {
    opacity: 1;
    pointer-events: all
}
}
[data-header-change], [data-header-on], [data-header-active], [data-header-mo], .top:hover {
    background-color: rgba(22,68,120,1);
    box-shadow: 0 0 0 rgba(0,0,0,0.16);
    color: #fff
}
[data-header-change] a, [data-header-on] a, [data-header-active] a, [data-header-mo] a, .top:hover a {
    color: #fff
}
[data-header-change] .logo a .img1, [data-header-on] .logo a .img1, [data-header-active] .logo a .img1, [data-header-mo] .logo a .img1, .top:hover .logo a .img1 {
    opacity: 0;
    visibility: hidden
}
[data-header-change] .logo a .img2, [data-header-on] .logo a .img2, [data-header-active] .logo a .img2, [data-header-mo] .logo a .img2, .top:hover .logo a .img2 {
    opacity: 1;
    visibility: visible
}
[data-header-change] .nav>li>a, [data-header-on] .nav>li>a, [data-header-active] .nav>li>a, [data-header-mo] .nav>li>a, .top:hover .nav>li>a {
    color: #fff
}
[data-header-change] .nav>li>a::before, [data-header-on] .nav>li>a::before, [data-header-active] .nav>li>a::before, [data-header-mo] .nav>li>a::before, .top:hover .nav>li>a::before {
    background-color: #ab995f
}
[data-header-change] .nav .hov>a::before, [data-header-on] .nav .hov>a::before, [data-header-active] .nav .hov>a::before, [data-header-mo] .nav .hov>a::before, .top:hover .nav .hov>a::before {
    background-color: #ab995f
}
[data-header-change] .grop-link, [data-header-on] .grop-link, [data-header-active] .grop-link, [data-header-mo] .grop-link, .top:hover .grop-link {
    color: #ffffff
}
[data-header-change] .menu-bar, [data-header-on] .menu-bar, [data-header-active] .menu-bar, [data-header-mo] .menu-bar, .top:hover .menu-bar {
    background-color: #ffffff
}
.foot {
    color: rgba(0,0,0,0.5);
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.foot a {
    color: rgba(0,0,0,0.5)
}
.foot a:hover {
    color: #333333
}
.foot-img {
    position: absolute;
    right: 0;
    top: 3%;
    width: 33%;
    pointer-events: none
}

@media screen and (max-width:1650px) {
.foot-img {
    width: 28%
}
}

@media screen and (max-width:1440px) {
.foot-img {
    width: 26%
}
}

@media screen and (max-width:1180px) {
.foot-img {
    width: 40%;
    top: 0
}
}
.foot-tbox {
    padding: 9rem 0 6rem;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:1650px) {
.foot-tbox {
    padding: 7rem 0 9rem
}
}

@media screen and (max-width:1440px) {
.foot-tbox {
    padding: 6rem 0 8rem
}
}

@media screen and (max-width:1180px) {
.foot-tbox {
    display: block;
    padding: 5rem 0
}
}
.foot-nav {
    display: flex;
    margin-left: 20%;
    justify-content: space-between;
    flex: 1
}
.foot-nav>li {
    margin-right: 4rem
}
.foot-nav>li>a {
    color: #333333;
    line-height: 1.2;
    display: block;
    margin-bottom: 3.5rem
}
.foot-nav .subnav {;
    font-size: 1.8rem
}
.foot-nav .subnav p {
    margin-bottom: 2rem
}

@media screen and (max-width:1650px) {
.foot-nav>li {
    margin-right: 3rem
}
.foot-nav>li>a {
    margin-bottom: 3rem
}
.foot-nav .subnav p {
    margin-bottom: 1.8rem
}
}

@media screen and (max-width:1440px) {
.foot-nav>li {
    margin-right: 2.5rem
}
.foot-nav>li>a {
    margin-bottom: 2.5rem
}
.foot-nav .subnav p {
    margin-bottom: 1.5rem
}
}

@media screen and (max-width:1180px) {
.foot-nav {
    padding-bottom: 3rem;
    margin-bottom: 3rem
}
}

@media screen and (max-width:1180px) {
.foot-nav .subnav {
    font-size: 1.6rem
}
.foot-nav {
    display: none
}
}

@media screen and (max-width:1024px) {
.foot-nav {
    display: none
}
}

@media screen and (max-width:860px) {
.foot-nav {
    display: none
}
.foot-nav>li {
    margin-right: 0
}
.foot-nav>li>a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 1.2;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.foot-nav>li>a .txt {
    margin-right: 1rem;
    flex: 1
}
.foot-nav>li>a::after {
    font-family: "iconfont" !important;
    content: "";
    flex-shrink: 0;
    transition: .4s;
    -webkit-transition: .4s
}
.foot-nav>li.cur>a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.foot-nav .subnav {
    padding: .5rem 0 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    display: none;
    font-size: inherit
}
.foot-nav .subnav p {
    margin-bottom: .5rem
}
.foot-nav .subnav p:last-child {
    margin-bottom: 0
}
}
.foot-tbox-add {
    flex-shrink: 0;
}
.foot-tbox-add .t {
    margin-bottom: 2.5rem
}
.foot-tbox-add .foot-iteml .logof {
    display: block;
    height: 32px
}
/*
.foot-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2.4rem 3rem;
    font-size: 1.8rem;
}*/
@media screen and (max-width:1650px) {
.foot-nav {
    margin-left: 15%
}
}

@media screen and (max-width:1440px) {
.foot-nav {
    margin-left: 10%
}
}

@media screen and (max-width:1360px) {
.foot-nav {
    margin-left: 8%
}
}

@media screen and (max-width:1180px) {
.foot-nav {
    margin-left: 0
}
}

@media screen and (max-width:640px) {
.foot-tbox-add .t {
    margin-bottom: 0
}
.foot-item {
    display: block;
    font-size: inherit
}
.foot-iteml {
    margin-top: 1.2rem;
    margin-bottom: .5rem
}
}
.foot-itemR {
    color: #333333     
}
.foot-itemR a {
    color: #333333
}
.foot-itemR p i{
    margin-right: 1.8rem
}
.foot-itemR p {
    margin-bottom: .8rem
}
.foot-i temR p:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width:1180px) {
.foot-itemR p {
    margin-bottom: .6rem
}
}

@media screen and (max-width:750px) {
.foot-itemR p {
    margin-bottom: .5rem
}
}
.foot-bbox {
    display: flex;
    justify-content: space-between;
    padding: 2.5rem 0;
    font-size: 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.1)
}

.foot-bbox .b {
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
.foot-bbox .b a{
    padding-left: 1rem
}


@media screen and (max-width:720px) {
.foot-bbox {
    display: block;
    font-size: 1.4rem
}
.foot-bbox .b {
    display: none;
}
}

.seaT .logo {
    min-width: 250px;
}
.seaT .logo img {
    max-height: 32px;
}
.pro-tline {
    width: 4.8rem;
    height: .3rem;
    display: block;
    margin: 1.4rem auto 0;
    background-color: #204d7f
}

@media screen and (max-width:1180px) {
.pro-tline {
    width: 4rem;
    height: 2px
}
}
.pro-tlinef {
    width: 4.8rem;
    height: .3rem;
    display: block;
    margin: 1.4rem auto 0;
    background-color: rgba(255,255,255,0.3)
}

@media screen and (max-width:1180px) {
.pro-tlinef {
    width: 4rem;
    height: 2px
}
}
.inboxbg2 {
    background-color: #f6f1e2
}
.about-bg {
    background: url(../images/map.png) left center no-repeat
}
.inxbox1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}
.inxbox1 .imgBox {
    width: 43.26%;
    position: relative;
    flex-shrink: 0
}
.inxbox1 .desc {
    width: 51.8%;
    display: flex;
    flex-direction: column
}
.inxbox1 .inxbox1-page {
    flex: 1;
    over flow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: -2rem;
    padding-right: 2rem
}
.inxbox1 .inxbox1-page P {
    margin-bottom: 1.5rem;
    line-height: 2
}
.inxbox1 .inxbox 1-page::-webk it-scrollbar {
	width:4px;
	height:4px;
	background-color:#D8D8D8
}
.inxbox1 .inxbo x1-page::-webk it-scrollbar-thumb {
	background-color:#ab995f;
	border-radius:4px
}
.inxbox1 .inxbo 1-page::-webkit -scrollbar-corner {
	background-color:#ab995f
}
.inxbox1 .inxbox1-page .mCSB_scrollTools {
    right: 0;
    width: 4px
}
.inxbox1 .inxbox1-page .mCSB_inside>.mCSB_container {
    margin-right: 2rem
}
.inxbox1 .inxbox1-page .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #D8D8D8;
    width: 100%;
    border-radius: 0
}
.inxbox1 .inxbox1-page .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ab995f;
    border-radius: 0
}
.inxbox1 a:link, .inxbox1 a:visited {
    text-decoration: none;
}
.inxbox1 a:active, .inxbox1 a:hover {
    text-decoration: none;
}
.txtleft-ul .com-more a:hover {
    text-decoration: none;
}
.txtleft-ul .com-more {
    color: #333;
}
.txtleft-ul .com-more::before {
    border-color: #333;
}

@media screen and (max-width:860px) {
.inxbox1 {
    display: block;
    max-height: 100%
}
.inxbox1 .imgBox {
    width: 100%;
    margin-top: 3rem
}
.inxbox1 .imgBox [show-psimg] {
    position: inherit
}
.inxbox1 .desc {
    width: 100%
}
}
.inbox1-num-ul {
    display: flex;
    justify-content: space-around
}
.inbox1-num-ul>li {
}
.inbox1-num-ul .title {
    display: flex;
    align-items: flex-end
}
.inbox1-num-ul .num, .inbox1-num-ul .dw {
    line-height: 1
}
.inbox1-num-ul .c {
    margin-top: 1rem;
    line-height: 1.5
}

@media screen and (max-width:780px) {
.inbox1-num-ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: -5%
}
.inbox1-num-ul>li {
    width: 41.33%;
    margin-top: 5%
}
.inbox1-num-ul .c {
    margin-top: .6rem
}
}
.inxbox3 {
    background: url(../images/inx-bg.jpg) right top no-repeat
}
.businessbox {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.5%;
    margin-top: -5rem
}
.businessbox>li {
    display: flex;
    flex-direction: column;
    width: 46.5%;
    margin-left: 3.5%;
    margin-top: 2rem
}
.businessbox .item {
    padding: 2rem 0;
    height: 100%;
    display: flex
}
.businessbox .ico {
    width: 10.6rem;
    height: 10.6rem;
    background-color: rgba(22,68,120,0.9);
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: center
}
.businessbox .ico img {
    max-width: 60%;
    max-height: 60%;
    object-fit: fill;
    display: block
}
.businessbox .desc {
    flex: 1;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 4.2rem
}
.businessbox .t {
    line-height: 1.2
}
.businessbox .text {
    margin-top: 1.2rem
}

@media screen and (max-width:1440px) {
.businessbox .item {
 padd ing: 3.5rem
}
.businessbox .ico {
    width: 9.6rem;
    height: 9.6rem
}
.businessbox .text {
    margin-top: 1rem
}
}

@media screen and (max-width:1180px) {
.businessbox {
    margin-left: -3%;
    margin-top: -4rem
}
.businessbox .desc {
    padding-bottom: 2rem
}
.businessbox>li {
    margin-left: 3%;
    margin-top: 2rem;
    width: 47%;
    box- shadow: inherit;
    border: 0px solid #dcdcdc
}
.businessbox .item {
    padding: 2rem 0 0 0
}
}
@media screen and (max-width:860px) {
.businessbox {
    margin-top: -2rem
}
.businessbox>li {
    width: 100%;
    margin-top: 1rem
}
.businessbox .item {
    padding: 1rem 0 0 0
}
.businessbox .ico {
    width: 8rem;
    height: 8rem
}
}
@media screen and (max-width:640px) {
.businessbox>li {
    margin-top: 1.5rem
}
.businessbox .item {
    padding: .5rem
}
.businessbox .desc {
    padding-bottom: 1.5rem
}
}
.productbox {
    display: flex;
    color: #ffffff
}
.mainbig {
    position: relative;
    overflow: hidden;
    flex: 1;
}
.mainbig::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    z-index: 2;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mainbig .img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.mainbig:hover::before {
    opacity: 0.9;
    visibility: visible;
}
.productbox>dd {
    position: relative;
    height: 81.4rem;
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    transition: .4s cubic-bezier(.34, .44, .41, 1.12);
    -webkit-transition: .4s cubic-bezier(.34, .44, .41, 1.12);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1)
}
.productbox>dd.active {
    flex: 3.65
}
.productbox>dd.active .imgBox::before {
    opacity: 0
}
.productbox>dd.active .desc1 {
    opacity: 0
}
.productbox>dd.active .desc2 {
    opacity: 1;
    transition-delay: .4s;
    transform: initial
}
.productbox .imgBox {
    position: relative;
    border-radius: inherit
}
.productbox .imgBox img {
    border-radius: inherit
}
.productbox .imgBox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
 	backgro und-color: rgba(0,0,0,0.5);
    transition: .3s;
    -webkit-transition: .3s
}
.productbox .ico-box {
    width: 12rem;
    height: 12rem;
    margin: 2rem auto 0;
 	backgrou nd-color: rgba(171,153,95,0.8);
    border-radius: 50%;
    display: flex;
    padding: 1.2rem
}
.productbox .ico-box i {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: flex;
    justify-content: center;
    align-items: center
}
.productbox .ico-box i::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0px dashed #ffffff;
    border-radius: inherit
}
.productbox .ico-box i img {
    max-width: 90%;
    margin-top: 4rem;
    max-height: 90%;
    object-fit: fill;
    display: block
}
.productbox .desc {
    position: absolute;
    border-radius: inherit
}
.productbox .desc1 {
    top: 0;
    z-index: 5;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(22,68,120,0.8);
    display: flex;
    transition: .4s cubic-bezier(.34, .44, .41, 1.12);
    -webkit-transition: .4s cubic-bezier(.34, .44, .41, 1.12);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1)
}
.productbox .desc1 .linkA {
    top: 28%;
}
.productbox .desc1 .title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: center;
    margin: 0 auto;
    line-height: 1.45
}
.productbox .desc2 {
    top: 28%;
    z-index: 5;
    left: 5vw;
    right: 5vw;
    opacity: 0;
    transform: translateY(8%);
    transition: .6s cubic-bezier(.34, .44, .41, 1.12);
    -webkit-transition: .6s cubic-bezier(.34, .44, .41, 1.12);
    transition: .6s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: .6s cubic-bezier(.165, .84, .44, 1)
}
.productbox .desc2 .title {
}
.productbox .desc2 .c {
    margin-top: 4rem;
    height: 11.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.productbox .desc2 .bot {
    margin-top: 2rem
}
.productbox .imgBox .black-50{
   display: none
}
@media (hover:hover) and (pointer:fine) {
.productbox .imgBox:hover {
    background-color: rgba(0,0,0,0.8);
}
}

@media screen and (max-width:1650px) {
.productbox>dd {
    height: 70rem
}

.productbox .desc2 .title {
}
.productbox .desc2 .c {
    margin-top: 2rem;
    height: 9.3rem
}
.productbox .desc2 .bot {
    margin-top: 6rem
}
}
@media screen and (max-width:1440px) {
.productbox>dd {
    height: 66rem
}
.productbox .desc2 .title {
}
}
@media screen and (max-width:1180px) {
.productbox>dd {
    height: 60rem
}
.productbox>dd.active {
    flex: 5
}
}
@media screen and (max-width:860px) {
.productbox>dd.active {
    flex: 5
}
.productbox>dd {
    height: 45rem
}
.productbox .desc2 .c {
    height: 8rem
}
.productbox .imgBox .black-50{
   display: block
}
.productbox>dd .mt50{
    margin-top: 1rem
}
}
.proul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2%;
    margin-top: -3%
}
.proul>li {
    width: 18%;
    margin-left: 2%;
    margin-top: 3%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.proul .desc {
    flex: 1;
    background-color: #f1f1f1;
    padding: 2.2rem 5%;
    line-height: 1.4;
    transition: .4s cubic-bezier(.34, .44, .41, 1.12);
    -webkit-transition: .4s cubic-bezier(.34, .44, .41, 1.12);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1)
}
.proul .c {
    margin-top: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.black-50 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: none rgba(0,0,0,0.5);
}
.proul .black-50 {
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
}
.proul li:hover .black-50 {
    opacity: 0;
}

@media (hover:hover) and (pointer:fine) {
.proul>li:hover .desc {
    box-shadow: 0 .5rem 2rem rgba(51,51,51,0.1);
    background-color: #ffffff
}
.proul>li:hover .bins {
    background-color: rgba(0, 0, 0, 0.28);
}
}

@media screen and (max-width:1180px) {
.proul {
    margin-left: -3%
}
.proul>li {
    width: 30.33%;
    margin-left: 3%
}
}

@media screen and (max-width:750px) {
.proul {
    margin-top: -5%
}
.proul>li {
    width: 47%;
    margin-top: 5%
}
}

@media screen and (max-width:380px) {
.proul>li {
    width: 100%
}
}
header .searchs {
    cursor: pointer;
    padding-left: 1.7rem;
}
header .searchs * {
}
header .searchs i {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}
.icon-searchs {
    position: absolute;
    border: none;
}
.isInfo header .searchs * {
    color: #666666;
}
.search-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.search-box .sea-wrap {
    padding: 8px 5% 2.2%;
    background-color: #164478;
}
.search-box .seaT {
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.search-box .closed {
    cursor: pointer;
}
.search-box .closed i {
    font-size: 46px;
    margin-top: -30px;
    margin-left: -40px;
    color: #ffffff;
    position: absolute;
    border: none;
}
.search-box .title {
    color: #ffffff;
}
.search-box .sea-form {
    position: relative;
    width: 660px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #ffffff;
    margin: 0 auto;
}
.search-box input {
    width: 100%;
    height: 100%;
    padding-right: 60px;
    color: #ffffff;
    box-sizing: border-box;
}
.search-box input::placeholder {
 color: #ffffff;
}
.search-box input::-webkit-input-placeholder {
 color: #ffffff;
}
.search-box input:-ms-input-placeholder {
 color: #ffffff;
}
.search-box .submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    text-align: center;
    line-height: 80px;
}
.search-box.show {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 1024px) {
header .searchs {
    display: none
}
}
.banner-swiper .swiper-slide {
    overflow: hidden;
}
.banner-swiper .img img, .banner-swiper video {
    width: 100%;
    height: 49.5vw;
    -webkit-filter: brightness(85%);
    filter: brightness(85%);
}
.banner-swiper .txt {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translateX(-50%);
    z-index: 2;
}
.banner-swiper .txt * {
    color: #fff;
}
.banner-swiper .p1 {
    line-height: 1.4;

}
.banner-swiper .com-more {
    margin-top: 60px;
}
.banner-swiper .com-more::before {
    border-color: #051011;
    background-color: #051011;
}
}
.banner-swiper .swiper-slide-active .p1 {
    animation: fadeIn 0.8s ease-in-out forwards;
}
.banner-swiper .swiper-slide-active .p2 {
    animation: fadeIn 0.8s ease-in-out 0.1s forwards;
}
.banner-swiper .swiper-slide-active .com-more {
    animation: fadeIn 0.8s ease-in-out 0.2s forwards;
}
.banner-swiper .swiper-slide-active .img img {
    animation: banscale 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.banner-swiper .swiper-pagination {
    bottom: 5.1%;
}
.banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
    background-color: #fff;
    opacity: 0.5;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.banner-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}
.c1 {
    width: 81.7vw;
    margin: 0 auto;
}
.com-more {
    position: relative;
    display: inline-block;
    width: 193px;
    height: 54px;
    line-height: 54px;
    border-radius: 0px;
    text-align: center;
    isolation: isolate;
    overflow: hidden;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-more::before, .com-more::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
}
.com-more::before {
    width: 100%;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
}
.com-more::after {
    width: 0;
    background-color: #164478;
}
.com-more i {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 24px;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.com-more:hover {
    color: #fff !important;
}
.com-more:hover::before {
    border-color: #164478 !important;
}
.com-more:hover::after {
    left: 0;
    right: auto;
    width: 100%;
}
.com-more:hover i {
    color: #fff !important;
}
.com-more a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    transition: .3s;
}
.inxbox1 a:link, .inxbox1 a:visited {
    text-decoration: none;
}
.inxbox1 a:active, .inxbox1 a:hover {
    text-decoration: none;
}
.inxbox1 .com-more a:hover {
    text-decoration: none;
}
.inxbox1 .com-more {
    color: #999999;
}
.inxbox1 .com-more::before {
    border-color: #999999;
}
.productbox .com-more::after {
    background-color: #164478;
}
.productbox .com-more:hover::before {
    border-color: #164478 !important;
}

@media only screen and (max-width: 1680px) {
.banner-swiper .com-more {
    margin-top: 40px;
}
.banner-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px !important;
}
.com-more {
    width: 170px;
    height: 50px;
    line-height: 50px;
}
.com-more i {
    margin-right: 20px;
}
}

@media only screen and (max-width: 1440px) {
.c1 {
    width: 88.7vw;
}
.banner-swiper .com-more {
    margin-top: 30px
}
.com-more {
    width: 160px;
    height: 46px;
    line-height: 46px
}
.com-more i {
    margin-right: 15px
}
}

@media only screen and (max-width: 1280px) {
.com-more {
    width: 150px;
    height: 44px;
    line-height: 44px
}
.com-more i {
    transform: scale(0.9);
    transform-origin: right;
    margin-right: 12px
}
}

@media only screen and (max-width: 1024px) {
.c1 {
    width: 96vw
}

.banner-swiper .img img, .banner-swiper video {
 
}
.banner-swiper .com-more {
    margin-top: 20px;
}
.com-more {
    width: 140px;
    height: 42px;
    line-height: 42px
}	
}
@media only screen and (max-width: 800px) {
.banner-swiper .com-more {
    display: none
}
}
@media only screen and (max-width: 640px) {
.banner-swiper .txt {
    top: 20.6%
}
.banner-swiper .com-more {
    display: none
}
.com-more {
    width: 140px;
    height: 42px;
    line-height: 42px
}
}

@media only screen and (max-width: 560px) {
.banner-swiper .txt {
    top: 25%
}
.banner-swiper .p1 {
	
}
.banner-swiper .com-more {
    display: none
}
.banner-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 6px !important
}
}

@media only screen and (max-width: 440px) {
.banner-swiper .txt {
    top: 35%
}
}
.z-mask {
    position: relative
}
.z-mask::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4)
}
.historys {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.historys_tabs {
    position: relative
}
.historys_swiper {
    border-radius: 0.12rem
}
.historys_slide {
    position: relative;
    padding-bottom: 30%
}
.historys_slide.swiper-slide-active .historys_text b {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0);
    transition-delay: 0.35s
}
.historys_slide.swiper-slide-active .historys_in strong, .historys_slide.swiper-slide-active .historys_in p {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0.5s
}
.historys_slide.swiper-slide-active .historys_in p {
    transition-delay: 0.65s
}
.historys_slide figure {
    position: relative;
    display: block;
    padding-bottom: 50.062%;
    height: 0;
    overflow: hidden;
    line-height: 1;
    border-radius: 0.12rem
}
.historys_slide figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    object-fit: cover
}
.historys_text {
    position: absolute;
    left: 15%;
    marg in-left: -55%;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    align-items: center;
    display: flex; 
    margin: 0 auto
}
.historys_text b {
    display: block;
    margin-right: 22%;
    opacity: 0;
    visibility: hidden;
    transform: rotateY(180deg);
    transition: 0.65s
}
.historys_text b img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden
}
.historys_in {
    margin-top: 0.22rem;
}
.historys_in strong {
    display: block;
    margin-bottom: 0.3rem;
    line-height: 1.1;
    opacity: 0;
    font-weight: 400;
    visibility: hidden;
    transform: translateY(40px);
    transition: 0.65s
}
.historys_in p {
    line-height: 1.6;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: 0.65s
}
.historys_prev {
    position: absolute;
    top: 50%;
    margin-top: -0.28rem;
    width: 50px;
    height: 50px;
    z-index: 10;
    border-radius: 50px;
    border: 1px solid #333333;
    box-shadow: 0 5px 10px rgba(199, 199, 199, 0.2);
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1)
}
.historys_prev i {
    font-size: 28px;
    margin-left: 10px;
    line-height: 1.8;
    color: #333333;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1)
}
.historys_prev:hover {
    background-color: #164478;
    border: 1px solid #164478;
    box-shadow: none
}
.historys_prev:hover i {
    color: #fff
}
.historys_prev.prev {
    left: -0.76rem
}
.historys_prev.next {
    right: -0.76rem
}

@media screen and (max-width: 1600px) {
.historys_slide {
    padding-bottom: 32%
}
.historys_text b {
    margin-right: 22%;
}
.historys_text b img {
    width: 220px;
    height: 220px
}
}
@media screen and (max-width: 1440px) {
.historys_text b {
    margin-right: 19%;
}
}
@media screen and (max-width: 1280px) {
.historys_slide {
    padding-bottom: 38%
}
.historys_text b img {
    width: 200px;
    height: 200px
}
}
@media screen and (max-width: 1024px) {
.historys {
    padding: 0.6rem 2%;
}
.historys_slide {
    padding-bottom: 30%;
    padding-top: 17%
}
.historys_prev {
    z-index: 10
}
.historys_text b img {
    width: 180px;
    height: 180px
}
.historys_in strong {
    margin-top: 2.5rem;
    margin-bottom: 1rem
}
.historys_in p {
    font -size: 1.8rem
}
.historys_text {
    position: absolute;
    left: 50%;
    margin-left: -45%;
    top: 50%;
    width: 90%;
    text-align: center;
    display: block
}
.historys_text b {
    display: block;
    margin: auto;
    position: relative;
    width: 19rem;
    height: 19rem;
    backg round: url() center no-repeat;
    backg round-size: cover;
    opacity: 0;
    visibility: hidden;
    transform: rotateY(180deg);
    transition: 0.65s
}
.historys_text b img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}
}
@media screen and (max-width: 800px) {
.historys {
    padding: 0.6rem 2%
}
.historys_slide  {
    padding-bottom: 60%
}
}
@media screen and (max-width: 560px) {
.historys_text {
    width: 90%
}
.historys_text b {
    width: 90px;
    height: 90px
}
.historys_text b img {
    width: 90px;
    height: 90px
}
.historys_slide  {
    padding-bottom: 100%
}
.historys_in strong {
    margin-top: .5rem;
    margin-bottom: .2rem
}
.historys_in p {
    font-size: 14px
}	
.historys_prev.prev {

    left: -2.76rem
}
.historys_prev.next {
    right: -2.76rem
}
}
.bginx {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}
.inxbox6 .p1, .inxbox6 .p2 {
    line-height: 1.2;
    color: #FFFFFF
}
.inxbox6 .des {
    margin: 20px 0 44px;
}
.inxbox6 .des * {
    line-height: 1.6;
    color: #FFFFFF
}
.inxbox6 .img {
    margin-bottom: 27px;
}
.inxbox6 .img img {
    width: auto;
    width: 50%;
}
.inxbox6 .img .mb-fz {
    display: none;
}
.inxbox6 .mb-img {
    display: none;
}

@media only screen and (max-width: 1440px) {
.inxbox6 .des {
    margin: 15px 0 30px;
}
}

@media only screen and (max-width: 860px) {
.inxbox6 {
    padding-bottom: 0;
    background: none !important;
}
.inxbox6 .p1, .inxbox6 .p2 {
    line-height: 1.2;
    color: #164478
}
.inxbox6 .des * {
    line-height: 1.6;
    color: #333333
}
.inxbox6 .img img {
    width: 80%
}
.inxbox6 .img .pc-fz {
    display: none
}
.inxbox6 .img .mb-fz {
    display: block
}
.inxbox6 .mb-img {
    display: block;
    margin-top: 40px;
	display: flex
}
.inxbox6 .mb-img img {
    width: 100%
}
}

@media only screen and (max-width: 640px) {
.inxbox6 .img img {
    width: 70%
}
}
.txtleft-ul>li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
    align-items: center
}
.txtleft-ul>li:nth-of-type(odd) {
    flex-direction: row-reverse
}
.txtleft-ul>li:last-child { 
    margin-bottom: 0
}
.txtleft-ul .imgBox {
    width: 48%
}
.txtleft-ul .desc {
    width: 42%; 
	line-height: 1.7
}

@media screen and (max-width:1650px) {
.txtleft-ul>li {
    margin-bottom: 7rem
}
.txtleft-ul .imgBox {
    width: 45%
}
.txtleft-ul .desc {
    width: 48%
}
}

@media screen and (max-width:1440px) {
.txtleft-ul>li {
    margin-bottom: 6rem
}
.txtleft-ul .imgBox {
    width: 45%
}
.txtleft-ul .desc {
    width: 50%
}
}

@media screen and (max-width:750px) {
.txtleft-ul>li {
    margin-bottom: 5rem;
    display: block
}
.txtleft-ul .imgBox {
    width: 100%
}
.txtleft-ul .desc {
    width: auto;
    margin-top: 2rem
}
}

.brandboxe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -1.5%;
    margin-top: -3%
}
.brandboxe>li {
    width: 18.5%;
    margin-left: 1.5%;
    margin-top: 3%;
    position: relative
}
.brandboxe .desc {
    position: absolute;
    left: 0;
    bottom: 10%;
    right: 0;
    color: #ffffff
}
.brandboxe .desc img{
    width: 100%
}
.brandboxe .banner-yb {
    height: 40%
}

.brandboxe li {
    flex: 1;
    transition: .4s cubic-bezier(.34, .44, .41, 1.12);
    -webkit-transition: .4s cubic-bezier(.34, .44, .41, 1.12);
    transition: .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: .4s cubic-bezier(.165, .84, .44, 1)
}
.brandboxe .c {
    margin-top: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}
.black-50 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: none rgba(0,0,0,0.5);
}
.brandboxe .black-50 {
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
}
.brandboxe li:hover .black-50 {
    opacity: 0;
}

@media (hover:hover) and (pointer:fine) {
.brandboxe>li:hover  {
    box-shadow: 0 .5rem 2rem rgba(51,51,51,0.1);
    background-color: #ffffff
}
.brandboxe>li:hover .bins {
    background-color: rgba(0, 0, 0, 0.28);
}
}

@media screen and (max-width:1180px) {
.brandboxe {
    margin-left: -1.33%;
    justify-content: flex-start;
    margin-top: -2%
}
.brandboxe>li {
    width: 32%;
    margin-left: 1.33%;
    margin-top: 2%
}
}

@media screen and (max-width:480px) {
.brandboxe {
    margin-left: -2%
}
.brandboxe>li {
    width: 48%;
    margin-left: 2%
}
}