@charset "UTF-8";

html {
    font-family: sans-serif;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block;
}

i {
    display: inline-block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,kbd,pre,samp {
    font-family: monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

[role=button] {
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 0;
}

fieldset {
    border: 1px solid #e7e7e7;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 600;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px;
}

td,th {
    padding: 0;
}

summary {
    outline: none;
    cursor: pointer;
}

*,*:after,*:before {
    box-sizing: border-box!important;
}

*:after,*:before {
    display: inline-block;
}

*:focus {
    outline: 0px!important;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    scroll-behavior: smooth;
}

body {
    font-family: futura,PingFang SC,Microsoft YaHei,\5fae\8f6f\96c5\9ed1,miui,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif;
    color: #0d1418;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
    background-color: #fff;
}

@media (max-aspect-ratio:768/800) {
    body {
        font-family: -apple-system,system-ui,BlinkMacSystemFont,PingFang SC,Helvetica Neue,STHeiti,Microsoft Yahei,Tahoma,Simsun,sans-serif;
        font-weight: 300;
    }
}

ul,ol {
    margin: 0;
    padding: 0;
}

ul li,ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    color: #fff;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

title,i,span,strong,address,time,em,*:after,*:before {
    display: inline-block;
}

p {
    margin: 0;
    display: block;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #4d4d4d;
}

a:hover,a:focus {
    color: #4d4d4d;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
    display: inline-block;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table thead,table tbody,table tfoot,table tr {
    width: 100%;
}

table,th,td {
    border: 1px solid #e7e7e7;
}

.blank {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}

.d-none {
    display: none!important;
}

.img-fluid {
    width: 100%!important;
    height: auto!important;
}

.body-fixed {
    height: 100%;
    overflow: hidden!important;
}

.fs {
    position: fixed;
    inset: 0;
    z-index: 0;
}

.absolute {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.stretch {
    display: flex;
    flex-wrap: wrap;
}

.stretch [class*=col-] {
    align-items: stretch;
}

.stretch [class*=col-]>div {
    height: 100%!important;
}

.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.scrollbar {
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
    display: none;
}

.btn {
    line-height: 1;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: none;
    background-color: transparent;
    padding: 0;
    transition: all .3s ease-in-out;
    box-shadow: none!important;
    outline: none!important;
}

.btn:focus {
    box-shadow: none!important;
    outline: none!important;
}

.btn:hover {
    box-shadow: none!important;
    outline: none!important;
}

.btn a:focus {
    text-decoration: none!important;
    outline: none!important;
    box-shadow: none!important;
}

.gradient {
    background: linear-gradient(to bottom,#0069a4,#15969b 65%,#00afa6);
    color: #fff;
}

.en {
    font-family: mon;
    font-weight: 400;
}

.para {
    margin-bottom: 2rem;
    line-height: 2;
}

.article p {
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 2;
    display: block;
    text-align: justify;
    word-wrap: break-word;
}

.article img {
    margin-bottom: 2rem;
    height: auto;
    max-width: 100%;
}

.article video {
    width: 100%;
    margin-bottom: 2rem;
}

.red {
    color: #0069a4;
}

.empty {
    height: 400px;
    text-align: center;
}

.empty .icon_empty {
    width: 70px;
}

.empty .text {
    font-size: 18px;
    margin-top: 5px;
}

@media (max-aspect-ratio:768/800) {
    .article p {
        margin-bottom: 4vmin;
        font-size: 3.5vmin;
    }

    .article img {
        margin-bottom: 4vmin;
        height: auto;
        max-width: 100%;
    }

    .article video {
        width: 100%;
        margin-bottom: 4vmin;
    }
}

@font-face {
    font-family:mon;src:url(/assets/fonts/Montserrat-Regular.otf) format("opentype");font-weight:400;font-style:normal;
}

@font-face {
    font-family:mon;src:url(/assets/fonts/Montserrat-Bold.otf) format("opentype");font-weight:700;font-style:normal;
}

@font-face {
    font-family:mon;src:url(/assets/fonts/Montserrat-Light.otf) format("opentype");font-weight:300;font-style:normal;
}

header {
    min-width: 1200px;
    position: relative;
    z-index: 10;
    height: 5rem;
}

footer {
    min-width: 1200px;
    position: relative;
    z-index: 10;
}

main_ {
    min-width: 1200px;
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: calc(100vh - 5rem);
    position: relative;
    z-index: 1;
    width: 100%;
    overflow-x: hidden;
}

[class*=layout-] {
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.layout-1140 {
    width: 1140px;
}

.layout-1024 {
    width: 1024px;
}

.layout-960 {
    width: 960px;
}

.layout-720 {
    width: 720px;
}

@media (max-aspect-ratio:768/800) {
    header {
        height: 15vmin;
        min-width: 100vw;
    }

    footer {
        min-width: 100vw;
    }

    main_ {
        min-width: 100vw;
        padding-top: 15vmin;
        padding-bottom: 15vmin;
        min-height: calc(100vh - 15vmin);
        width: 100vw;
    }

    .layout-1024,.layout-1140,.layout-960,.layout-720 {
        width: auto;
        margin: 0;
    }
}

.slider-wrapper {
    height: 80vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slider-wrapper .slide-page {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease-in-out;
    z-index: 1;
}

.slider-wrapper .slide-page .cover {
    height: 100%;
}

.slider-wrapper .fadeIn {
    opacity: 1;
    z-index: 30;
}

.slider-wrapper .slide-direction {
    position: absolute;
    z-index: 30;
    left: 2rem;
    line-height: 1;
    bottom: 2rem;
    width: 5rem;
    background-color: transparent;
    text-align: right;
    font-weight: 200;
}

.slider-wrapper .slide-direction .slideNavItem {
    padding: .4rem 0;
    cursor: pointer;
}

.slider-wrapper .slide-direction .line {
    width: 1rem;
    height: .2rem;
    background-color: #fff;
    transform-origin: right;
    transition: all .3s ease;
    opacity: .5;
}

.slider-wrapper .slide-direction .item-active .line {
    opacity: 1;
    width: 2.5rem;
    background-color: #0069a4;
}

.opening {
    z-index: 1000;
    background: radial-gradient(circle at 50%,#00d3c8,#0069a4);
    overflow: hidden;
    display: flex;
    aligna-items: center;
    justify-content: center;
    animation: opening 3.9s ease-out 0s 1 normal both;
}

@keyframes opening {
    0% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.opening .logo_wrapper {
    position: relative;
    margin-top: -2rem;
    display: flex;
    align-items: center;
    font-size: 0;
}

.opening .logo_wrapper .circle {
    width: 220px;
    height: 50px;
    position: relative;
}

.opening .logo_wrapper .c1 {
    width: 100%;
    animation: c1 .6s ease-out .1s 1 normal both;
    opacity: 0;
}

.opening .logo_wrapper .c2 {
    width: 98px;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -48px;
    animation: c2 .8s ease-out .6s 1 normal both;
    filter: brightness(105%);
    opacity: 0;
}

.opening .logo_wrapper .text {
    width: 220px;
	height:auto;
    animation: text 1s ease-out .7s 1 normal both;
    opacity: 0;
    margin-left: 15px;
}

@keyframes c1 {
    0% {
        transform: rotate(-90deg);
        opacity: 0;
    }

    to {
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes c2 {
    0% {
        transform: rotate(90deg);
        opacity: 0;
    }

    to {
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes text {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-aspect-ratio:768/800) {
    .opening .logo_wrapper {
        margin-top: -2rem;
    }

    .opening .logo_wrapper .circle {
        width: 30vmin;
        height: 8vmin;
    }

    .opening .logo_wrapper .c2 {
        width: 19vmin;
        right: .8vmin;
        margin-top: -9.5vmin;
    }

    .opening .logo_wrapper .text {
        width: 32vmin;
        margin-left: 3vmin;
    }
}

.fadeOutY {
    transform: translateY(4rem);
    opacity: 0;
    transition: all .6s ease-out;
}

.fadeOut2Y {
    transform: translateY(4rem);
    opacity: 0;
    transition: all .6s ease-out .2s;
}

.fadeOut3Y {
    transform: translateY(4rem);
    opacity: 0;
    transition: all .6s ease-out .4s;
}

.fadeOutXl {
    transform: translate(-30%);
    opacity: 0;
    transition: all .6s ease-out;
}

.fadeOut2Xl {
    transform: translate(-3rem);
    opacity: 0;
    transition: all .6s ease-out .2s;
}

.fadeOutXr {
    transform: translate(3rem);
    opacity: 0;
    transition: all .6s ease-out;
}

.fadeOut2Xr {
    transform: translate(3rem);
    opacity: 0;
    transition: all .8s ease-out .2s;
}




.m_b {
  -webkit-animation-name: driveInBottom;
  animation-name: driveInBottom;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@keyframes m_b {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); }
  30% {
    opacity: 0.8; }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
	opacity: 1; }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } 
}
.m_b2 {
  -webkit-animation-name: driveInBottom;
  animation-name: driveInBottom;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }
@keyframes m_b2 {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  30% {
    opacity: 1; }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
	opacity: 1; }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } 
}
