@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    src: url("SAIRACONDENSED-SEMIBOLD.TTF");
}

@font-face {
    font-family: aaa;
    src: url("aaa.otf");
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

body {
    width: 100%;
    overflow-x: hidden;
}

*, *::after, *::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scrollbar-track-y{
    z-index: 9999!important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 4px !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

img {
    object-fit: cover;
}

.header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.6s;
}

.header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: translateY(-100%);
    transition: 0.6s;
}

.header .the_left {
    display: flex;
    align-items: center;
    height: 100%;
}

.header .logo {
    width: 192px;
    height: 60px;
    position: relative;
}

.header .logo img {
    position: absolute;
    top: -4px;
    left: 0;
    transition: 0.6s;
}

.header .logo img:nth-child(2) {
    opacity: 0;
}

.header nav {
    margin: 0 0 0 259px;
    height: 100%;
}

.header nav ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.header nav ul li {
    margin: 0 50px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 15px 0;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.header nav ul li > a{
    height: 100%;
    display: flex;
    align-items: center;
}

.header nav ul li .hidden{
    position: absolute;
    top: 89px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255,255,255,0.6);
    display: none;transition: 0.6s;
}

.header nav ul li:hover .hidden{
    display:block;transition: 0.6s;
}
.header nav ul li .hidden div{
    padding: 15px 20px;
}
.header nav ul li .hidden a{
    display: block;
    padding: 10px 0;
    color: #000;
    font-size: 15px;
    white-space: nowrap;
}

.header nav ul .active a{
    color: #283A79;
}
.header nav ul li:last-child {
    margin: 0;
}

.header nav ul li a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding: 15px 0;
    transition: 0.6s;
}

.header nav ul li a:hover{
    color: #283A79!important;
}

.header .switch {
    display: flex;
    align-items: center;
}

.header .switch .iconfont {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    transition: 0.6s;
}

.header .switch .language {
    font-size: 18px;
    font-family: Helvetica;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 0 13px;
    transition: 0.6s;
}

.header_active {
    box-shadow: 0 7px 32px -12px rgb(192 196 204 / 72%);
}

.header_active:after {
    transform: translateY(0);
}

.header_active .logo img:nth-child(1) {
    opacity: 0;
}

.header_active .logo img:nth-child(2) {
    opacity: 1;
}

.header_active nav ul li a, .header_active .switch .iconfont, .header_active .switch .language {
    color: #8e8e8e;
}

.header_active .burger{
    filter: brightness(0.1);
}

.footer {
    width: 100%;
    height: 600px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.footer .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.footer .warp {
    width: 1520px;
    margin: 63px auto 63px;
    position: relative;
    z-index: 1;
    padding-top: 0!important;
}

.footer .warp .menu_pick {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 0 28px 0;
}

.footer .warp .menu_pick .foo_logo img {
    width: 70px;
}

.footer .warp .menu_pick .foo_logo p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 10px auto 0 0;
}

.footer .warp .menu_pick nav {
    display: flex;
}

.footer .warp .menu_pick nav a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0 80px 0 0;
    transition: 0.6s;
}

.footer .warp .menu_pick nav a:hover {
    opacity: 1;
}

.footer .warp .menu_pick nav a:last-child {
    margin: 0;
}

.footer .warp .contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 86px 0 121px 0;
}

.footer .warp .contact .picture {
    display: flex;
}

.footer .warp .contact .picture .item {
    margin: 0 14px 0 0;
    text-align: center;
}

.footer .warp .contact .picture .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 12px 0 0 0;
}

.footer .warp .contact .information {
    display: flex;
    align-items: center;
}

.footer .warp .contact .information .item {
    margin: 0 100px 0 0;
    display: flex;
    align-items: center;
}

.footer .warp .contact .information .item:last-child {
    margin: 0;
}

.footer .warp .contact .information .item .circle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
    position: relative;
    cursor: pointer;
}

.footer .warp .contact .information .item .circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.footer .warp .contact .information .item .circle .path-loop-bg {
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

.footer .warp .contact .information .item .circle .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
    transition: 0.6s;
}

.footer .warp .contact .information .item .circle:hover .path-loop {
    stroke-dashoffset: 0;
}

.footer .warp .contact .information .item .circle .iconfont {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}

.footer .warp .contact .information .item .text span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 0 0 6px 0;
    display: block;
}

.footer .warp .contact .information .item .text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
}

.footer .warp .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .warp .link a {
    font-size: 14px;
    font-family: Helvetica;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
    transition: 0.6s;
}

.footer .warp .link a:hover {
    opacity: 1;
}

#footer {
    height: 600px !important;
}

/* 圆点导航 */
.fullPage-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 57px;
    z-index: 999;
    display: none;
}

.fullPage-nav ul a {
    display: flex;
    align-items: center;
    margin: 0 0 25px 0;
    cursor: pointer;
}

.fullPage-nav ul a:last-child {
    margin: 0;
}

.fullPage-nav ul a p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    width: 180px;
    text-align: right;
    overflow: hidden;
    transition: 0.6s;
}

.fullPage-nav ul a .circle {
    margin: 0 0 0 23px;
    width: 11px;
    height: 11px;
    border: 1px solid #999999;
    border-radius: 50%;
    position: relative;
    transition: 0.6s;
}

.fullPage-nav ul .active .circle {
    background: rgba(40, 58, 121, 1);
    border: 1px solid rgba(40, 58, 121, 1);
}

.fullPage-nav ul a .circle:after {
    content: '';
    width: 1px;
    height: 24px;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px dashed transparent;
    border-left: 1px dashed rgba(153, 153, 153, 1);
    transition: 0.6s;
}

.fullPage-nav ul a:last-child .circle:after {
    display: none;
}

.fullPage-nav .scroll_down {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    margin: 29px 0 0 0;
    position: relative;
    left: 30px;
}

.fullPage-nav .scroll_down .mouse {
    width: 20px;
    height: 31px;
    background: rgba(212, 212, 210, 0);
    border: 1px solid #666666;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin: auto;
    transition: 0.6s;
}

.fullPage-nav .scroll_down .mouse div {
    width: 2px;
    height: 9px;
    background: #666666;
    margin: 4px 0 0 0;
    transition: 0.6s;
    animation: down 1.5s infinite linear;
}

@keyframes down {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        transform: translateY(13px);
        opacity: 0;
    }
}

.fullPage-nav .scroll_down p {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin: 11px 0 0 0;
    transition: 0.6s;
}

.page_active ul a p {
    color: #fff;
    pointer-events: none;
}

.page_active ul a .circle {
    border: 1px solid #fff;
}

.page_active ul .active .circle {
    background: #fff;
    border: 1px solid #fff;
}

.page_active ul a .circle:after {
    border-left: 1px dashed #fff;
}

.page_active .scroll_down .mouse {
    border: 1px solid #fff;
}

.page_active .scroll_down .mouse div {
    background: #fff;
}

.page_active .scroll_down p {
    color: #fff;
}

.common_more {
    width: 180px;
    height: 50px;
    background: #283A79;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 999;
}

.common_more p {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 15px 0 0;
}

.common_more .circle {
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_more .circle .iconfont {
    color: #FFFFFF;
    font-size: 14px;
}

@media screen and (max-width: 1856px) {
    body,html{
        width: 100%;
        overflow-x: hidden!important;
    }
}
@media screen and (max-width: 1792px) {

}
@media screen and (max-width: 1680px) {

.header nav {
    margin: 0 0 0 200px;
    height: 100%;
}

}
@media screen and (max-width: 1600px) {
	
.header nav {
    margin: 0 0 0 120px;
    height: 100%;
}
    .header nav ul li{
        margin: 0 30px 0 0;
    }
    .footer .warp .contact .information .item{
        margin: 0 37px 0 0;
    }
}
@media screen and (max-width: 1440px) {
	.header nav {
    margin: 0 0 0 120px;
    height: 100%; }
    .footer .warp{
        width: 90%;
    }
}
@media screen and (max-width: 1400px) {
    .header nav ul li a{
        font-size: 12px;
    }
}

@media screen and (max-width: 1366px) {
    .header nav ul li a{
        font-size: 13px;
    }
    .header nav ul li {
        margin: 0 26px 0 0;
    }
    .header{
        height: 75px;
    }
    .footer .warp .menu_pick nav a{
        font-size: 14px;
        margin: 0 78px 0 0;
    }
    .footer .warp .contact{
        margin: 53px 0 88px 0;
    }
    .footer,#footer,#footer .fp-tableCell{
        height: auto !important;
    }
    .footer .warp .contact .picture .item img{
        width: 75px;
    }
    .header nav ul li .hidden{
        top: 74px;
    }
}
@media screen and (max-width: 1280px) {
	
.header nav {
    margin: 0 0 0 120px;
    height: 100%;
}
    .header nav ul li{
        margin: 0 20px 0 0;
    }
	
@media screen and (max-width: 1025px) {
    .header nav{
        display: none;
    }
    .header{
        padding: 0 5%;
    }
    .header .logo{
        width: 130px;
    }
    .header .logo img{
        width: 100%;
    }
    .burger {
        display: block!important;
        cursor: pointer;
        z-index: 900;
        width: 50px;
        height: 50px;
        position: relative;
        transition: 0.6s;
        margin: 0 0 0 10px;
    }
    .burger div {
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        will-change: transform;
        -webkit-transition: .75s cubic-bezier(.19,1,.22,1);
        transition: .75s cubic-bezier(.19,1,.22,1);
    }
    .public_on .other .menu .burger{
        filter: brightness(0.1);
    }
    .burger div:nth-child(1) {
        -webkit-transform: translateY(-6px) scaleX(1);
        transform: translateY(-6px) scaleX(1);
    }
    .burger div:nth-child(1) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }

    .burger div:nth-child(2) {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .burger div:nth-child(2) {
        -webkit-transition-delay: 350ms;
        transition-delay: 350ms;
    }
    .burger div:nth-child(3) {
        -webkit-transform: translateY(6px) scaleX(1);
        transform: translateY(6px) scaleX(1);
    }
    .burger div:nth-child(3) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
    .burger div:nth-child(4) {
        -webkit-transform: rotate(45deg) scaleX(0);
        transform: rotate(45deg) scaleX(0);
        background: #fff;
    }
    .burger div:nth-child(4) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms;
    }
    .burger div:nth-child(5) {
        -webkit-transform: rotate(-45deg) scaleX(0);
        transform: rotate(-45deg) scaleX(0);
        background: #fff;
    }
    .burger div:nth-child(5) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .nav-deployed .burger div:nth-child(1) {
        -webkit-transform: translateY(-6px) scaleX(0);
        transform: translateY(-6px) scaleX(0);
    }
    .nav-deployed .burger div:nth-child(1) {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
    }
    .nav-deployed .burger div:nth-child(2) {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    .nav-deployed .burger div:nth-child(2) {
        -webkit-transition-delay: 50ms;
        transition-delay: 50ms;
    }
    .burger div:nth-child(2) {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    .nav-deployed .burger div:nth-child(3) {
        -webkit-transform: translateY(6px) scaleX(0);
        transform: translateY(6px) scaleX(0);
    }

    .nav-deployed .burger div:nth-child(3) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .nav-deployed .burger div:nth-child(4) {
        -webkit-transform: rotate(45deg) scaleX(1);
        transform: rotate(45deg) scaleX(1);
    }
    .nav-deployed .burger div:nth-child(4) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
    .nav-deployed .burger div:nth-child(5) {
        -webkit-transform: rotate(-45deg) scaleX(1);
        transform: rotate(-45deg) scaleX(1);
    }
    .nav-deployed .burger div:nth-child(5) {
        -webkit-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .footer .warp .menu_pick{
        flex-direction: column;
        align-items: unset;
    }
    .footer .warp .menu_pick nav{
        flex-wrap: wrap;
        margin: 30px 0 0 0;
    }
    .footer .warp .menu_pick nav a{
        margin: 0 0 4% 0;
        width: 33%;
    }
    .footer .warp .contact{
        flex-direction: column;
        align-items: unset;
    }
    .footer .warp .contact {
        margin: 32px 0 36px 0;
    }
    .footer .warp .contact .picture .item img {
        width: 68px;
    }
    .footer .warp .contact .picture .item p{
        font-size: 12px;
    }
    .footer .warp .contact .picture{
        margin: 0 0 20px 0;
    }
    .footer .warp .contact .information{
        flex-direction: column;
        align-items: unset;
        margin: 30px 0 0 0;
    }
    .footer .warp .contact .information .item .text p{
        font-size: 12px;
    }
    .footer .warp .contact .information .item{
        margin: 0 0 20px 0;
    }
    .footer .warp .link{
        flex-direction: column;
        align-items: unset;
        line-height: 24px;
    }
    .footer .warp .link a{
        font-size: 12px;
    }
    .footer{
        padding-bottom: 0!important;
    }
    .footer .warp{
        margin: 73px auto 0;
        padding-bottom: 30px!important;
    }
    .footer .warp .contact .information .item .text span{
        font-size: 13px;
    }

    /**/
    .banner .text span{
        font-size: 28px!important;
    }
    .banner .text p{
        font-size: 12px!important;
    }
    body .banner .white{
        height: 65px;
        justify-content: space-between;
        padding: 0 5%;
        width: 80%;
        margin-left: calc(-80% / 2);
    }
    body .banner .white div a{
        margin: 0!important;
    }
    body .banner .white div{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    body .banner .white div {
        width: 72%;
        margin: auto;
    }
    body .banner .white div a:after {
        right: -63% !important;
    }
    .banner .white div a:before{
        bottom: 5px!important;
    }
    body .banner .white div a{
        font-size: 14px;
    }
    body .banner .white div .active:before {
        width: 59px;
    }

    .fullPage-nav,.fixed_white{
        display: none!important;
    }

    .banner .background{
        top: 75px !important;
    }

    .scrollbar-thumb{
        width: 3px!important;
    }
    .scrollbar-track {
        background-color: transparent !important;
        right: 0 !important;
    }
}