* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    /*font-weight: 200!important;*/
}
body {
    width: 100%;
    overflow-x: hidden;
    opacity: 0;
    font-family: 'PingFang SC',"Microsoft YaHei", sans-serif !important;
}
@font-face {
    font-family: Aero-Plain;
    src: url("../fonts/AERO-PLAIN.TTF");
}
*,
*::after,
*::before {
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 0;
}

img {
    object-fit: cover;
    vertical-align: middle;
}
img:not(.none) {
    max-width: 100%;
    max-height: 100%;
}
textarea {
    resize: none;
    font-family: inherit;
}
button {
    border: none;
    cursor: pointer;
}
.bezier .swiper-wrapper,
.div_bezier {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}
table {
    border-collapse: collapse;
}
#my-scrollbar {
    height: 100vh;
}
.scroll-content {
    overflow: hidden;
}
.scrollbar-thumb {
    width: 5px !important;
}
@media screen and (max-width: 1024px) {
    .scrollbar-thumb {
        width: 0 !important;
    }
}
.scrollbar-track-y {
    z-index: 9999 !important;
}
.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}
.scrollbar-track:hover {
    cursor: grab;
}
.scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5) !important;
}
#my-scrollbar .scroll-content > section,
#my-scrollbar .scroll-content > footer {
    overflow: hidden;
}
/**/
header {
    width: 100%;
    height: 110px;
    background: #FFFFFF;
    transition: 0.6s;
    position: fixed;
    z-index: 19991209;
}
header .header {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 19991209;
    background: #FFFFFF;
    transition: 0.4s;
    padding: 0 120px;

}
header.header_small {
    height: 80px;
}
header .header .logo {
    height: 56%;
}
header .header .logo img {
    height: 100%;
}
header.header_shadow {
    box-shadow: 6px 1px 5px rgba(0,0,0,0.2);
}
header .header_right {
    display: flex;
    align-items: center;
}
header .header_right .menu {
    width: 26px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
    transition: 0.4s;
}
header.header_small .header_right .menu {
    transform: scale(0.8);
}
header .header_right .menu.on span:nth-child(2) {
    transform: translateX(20px);
    opacity: 0;
}
header .header_right .menu.on span:nth-child(1) {
    transform: rotate(45deg) translate(5px,5px);
}
header .header_right .menu.on span:nth-child(3) {
    transform: rotate(-45deg) translate(5px,-5px);
}
header .header_right .menu .menu_round {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
header .header_right .menu .menu_round svg {
    width: 100%;
    height: 100%;
}
header .header_right .menu .menu_round svg .path-loop {
    stroke-dashoffset: 157px;
    transition: 1s;
}
header .header_right .menu.on .menu_round svg .path-loop {
    stroke-dashoffset: 7px;
}
header .header_right .menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #666666;
    transition: 0.4s;
}
header .header_right .menu:hover span {
    background: #00A5A9;
}
.flex {
    display: flex;
}
header .header_right .search {
    display: flex;
    align-items: center;
    cursor: pointer;
}
header .header_right .search a {
    font-size: 16px;
    font-weight: 300;
    color: #666666;
    margin: 0 5px;
    transition: 0.4s;
}
header .header_right .search a.on {
    color: #00A5A9;
}
header .header_right .search a:hover {
    color: #00A5A9;
}
header .header_right .search .iconfont {
    font-weight: 100;
    font-size: 16px;
    color: #666666;
    transition: 0.4s;
}

header .header_right .search:hover p,header .header_right .search:hover .iconfont {
    color: #00A5A9;
}
footer {
    background: #F5F5F5;
    padding: 57px 0 40px;
}
footer .joke {
    width: 1330px;
    margin: auto;
}
footer .joke .footer_top {
    margin-bottom: 100px;
    position: relative;
}
footer .joke .footer_top .logo {
    margin-right: 188px;
}
footer .joke .footer_top .nav a {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    transition: 0.4s;
}
footer .joke .footer_top .nav a:hover {
    color: #00A5A9;
}
footer .joke .footer_top .top {
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: #E6E6E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    transform: rotate(-90deg);
    font-size: 12px;
    color: #666666;
    transition: 0.4s;
}
footer .joke .footer_top .top:hover {
    background: #00A5A9;
    color: #FFFFFF;
}
footer .joke .footer_bottom {
    padding-top: 34px;
    border-top: 1px solid rgba(0,0,0,0.1);
    justify-content: space-between;
    position: relative;
}
footer .joke .footer_bottom p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    transition: 0.4s;
}
footer .joke .footer_bottom a {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    transition: 0.4s;
}
footer .joke .footer_bottom a:hover {
    color: #00A5A9;
}
footer .joke .footer_bottom a:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.banner {
    padding-top: 110px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner .img {
    width: 100%;
}
.banner .img img {
    display: block;
    width: 100%;
    max-width: unset;
    max-height: unset;
}
.banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner .text p {
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
}
.banner .text p div {
    opacity: 0;
    transform: translateX(10px);
    transition: 1s;
}
.banner.active .text p div {
    opacity: 1;
    transform: translateX(0px);
}
.page {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page a {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    display: block;
    margin: 0 20px;
    transition: 0.4s;
}
.page a:hover,.page a.on {
    color: #00A5A9;
}
.header_menu_box {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    z-index: 19991208;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(calc(-100% - 200px));
    transition: 1.5s;
}
.header_menu_box.on {
    transform: translateY(0%);
}
.header_menu_box .flex {
    width: 87.5vw;
    margin: auto;
    height: 80vh;
    position: relative;
    z-index: 30;
}
.header_menu_box .flex .img {
    height: 100%;
    margin-right: 120px;
}
.header_menu_box .flex .img img {
    display: block;
    height: 100%;
    max-height: unset;
    max-width: unset;
}
.header_menu_box .flex .header_link a {
    transition: 0.4s;
    display: block;
}
.header_menu_box .flex .header_link {
    width: calc(100% - 98.6vh - 120px);
    padding-top: 200px;
    position: relative;
}
.header_menu_box .flex .header_link .big a {
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    line-height: 59px;
    display: block;
}
.header_menu_box .flex .header_link .small a {
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    line-height: 59px;
    display: block;
}
.header_menu_box .flex .header_link .header_share_link {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.header_menu_box .flex .header_link .header_share_link a {
    font-size: 16px;
    color: #666666;
    margin-left: 36px;
}
.header_menu_box .flex .header_link a:hover {
    color: #00A5A9!important;
}
.header_menu_box  canvas {
    width: 100%;
    height: 100%;
    transform: rotateX(180deg);
}
.header_menu_box .clip {
    width: 100%;
    height: 400px;
    transition: 0.5s;
    position: absolute;
    z-index: 2;
    bottom: -200px;
    left: 0;
}
@media screen and (max-width: 1600px) {
    header {
        height: 80px;
    }
    header .header .logo {
        height: 60%;
    }
    footer .joke {
        width: 90%;
    }
    header .header {
        padding: 0 5vw;
    }
    .banner .text p {
        font-size: 32px;
    }
    .banner {
        padding-top: 80px;
    }
}
@media screen and (max-width: 1400px) {
    footer .joke .footer_bottom a,footer .joke .footer_bottom p {
        font-size: 12px;
    }
    footer {
        padding: 57px 0 20px;
    }
    footer .joke .footer_bottom {
        padding-top: 25px;
    }
    footer .joke .footer_top .nav a {
        font-size: 18px;
        line-height: 1.8;
    }
    .banner .text p {
        font-size: 28px;
    }
    .header_menu_box .flex .header_link {
        padding-top: 100px;
    }
    .header_menu_box .flex .header_link .big a,.header_menu_box .flex .header_link .small a {
        font-size: 28px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 1024px) {
    header {
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    }
    .header_menu_box .flex .img {
        display: none;
        margin-right: 0;
    }
    .header_menu_box .flex {
        width: 90%;
    }
    .header_menu_box .flex .header_link {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    header {
        height: 60px;
    }
    footer .joke .footer_top .top {
        display: none;
    }
    footer .joke .footer_top .nav {
        display: none;
    }
    footer .joke .footer_top .logo {
        margin: 0 auto;
    }
    footer {
        padding: 35px 0 20px;
    }
    footer .joke .footer_top {
        margin-bottom: 30px;
    }
    footer .joke .footer_bottom {
        display: block;
        text-align: center;
    }
    footer .joke .footer_bottom a:nth-child(2) {
        position: unset;
        margin: 5px 0;
    }
    footer .joke .footer_bottom a {
        display: block;
        transform: unset!important;
    }
    .banner {
        height: 40vh;
        padding-top: 60px;
    }
    .banner .img {
        height: 100%;
    }
    .banner .img img {
        height: 100%;
    }
    .banner .text p {
        font-size: 24px;
    }
    header .header_right .menu {
        width: 20px;
        height: 14px;
    }
    header .header_right .menu.on span:nth-child(1) {
        transform: rotate(45deg) translate(4px, 4px);
    }
    header .header_right .menu.on span:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
    }
    .header_menu_box .flex .header_link .big a, .header_menu_box .flex .header_link .small a {
        font-size: 20px;
    }
    .header_menu_box .flex .header_link {
        padding-top: 30px;
    }
    header .header_right .menu .menu_round {
        width: 50px;
        height: 50px;
    }
}
