* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family:"PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif !important;
}

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

img {
    object-fit: cover;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

textarea {
    resize: none;
    font-family: inherit
}

button {
    border: none;
    cursor: pointer
}

.bg-white {
    background: #fff;
    position: relative;
    z-index: 5
}

.pheader {
    display: none;
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    left: 0;
    z-index: 1002;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1)
}

.pheader .menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: white
}

.pheader .menu a {
    margin-left: 20px;
    transform: translateY(2px)
}

.pheader .menu a img {
    height: 34px;
    object-fit: contain
}

.pheader .menu .navbox {
    margin-right: 20px
}

.pheader .menu .navbox .line {
    width: 30px;
    height: 1px;
    background-color: #000;
    margin: 8px 0;
    -webkit-transition: all .6s;
    transition: all .6s
}

.pheader .menu .activeBox .line:nth-child(1) {
    transform: rotate(45deg) translateY(12px)
}

.pheader .menu .activeBox .line:nth-child(2) {
    transform: translateX(30px);
    opacity: 0
}

.pheader .menu .activeBox .line:nth-child(3) {
    transform: rotate(-45deg) translateY(-12px)
}

.menuList {
    position: fixed;
    left: 0;
    top: 59px;
    width: 100%;
    z-index: 1001;
    background: white;
    display: none;
    height: calc(100vh - 59px)
}

.menuList .lan {
    padding: 1rem;
    display: flex;
    justify-content: flex-end
}

.menuList .lan a {
    color: #646464;
    margin-left: 10px
}

.menuList .lan .active {
    font-weight: bolder;
    color: #000000
}

.menuList .item {
    padding: 1rem;
    background-color: #ededed;
    border-bottom: 1px solid #dadada
}

.menuList .item a {
    color: #000;
    display: block;
    position: relative;
    text-transform: uppercase
}

.menuList .item a img {
    position: absolute;
    right: 0;
    width: 20px;
    transition: all 600ms;
    top: 5px
}

.menuList .item a .icon2 {
    position: static;
    width: auto;
    margin-right: 10px
}

.menuList .item a .rotate {
    transform: rotate(90deg)
}

.menuList .item .tb {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.menuList .item .tb a {
    width: 100%;
    display: block
}

.menuList .item .tb img {
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 600ms
}

.menuList .item .tb .rotate {
    transform: translateY(-50%) rotate(90deg)
}

.menuList .item .types_top {
    display: none
}

.menuList .item .types_top a {
    font-size: 14px;
    margin-top: 15px
}

.search_dom {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 999999
}

.search_dom .box {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 0
}

.search_dom .box .icon svg {
    width: 28px
}

.search_dom .box .sr {
    margin: 0 1vw;
    position: relative
}

.search_dom .box .sr input {
    outline: none;
    border-radius: 30px;
    border: 1px solid #E5E5E5;
    width: 480px;
    padding: 10px 0;
    text-indent: 20px;
    color: #000;
    font-size: 16px
}

.search_dom .box .sr a {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.search_dom .box .sr a svg {
    display: block;
    width: 16px
}

.search_dom .box .close {
    cursor: pointer
}

.search_dom .box .close svg {
    width: 32px;
    display: block
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 46px 160px 0 160px;
    z-index: 1000;
    transition: .6s
}

.header.on {
    height: 96px;
    background: #fff
}

.header.on .other {
    transform: translateY(-28px);
    opacity: 0;
    pointer-events: none
}

.header.on .display {
    transform: translateY(-65px)
}

.header.on .display .links a {
    color: #000
}

.header.on .display .logo img:first-child {
    opacity: 0
}

.header.on .display .logo img:nth-child(2) {
    opacity: 1
}

.header .other {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 17px;
    transition: .6s
}

.header .other .p1 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 38px 0 0
}

.header .other .lag {
    display: flex;
    margin: 0 32px 0 0
}

.header .other .lag p,
.header .other .lag a {
    color: #CFCFCF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.header .other .lag p,
.header .other .lag a.on {
    color: #fff
}

.header .other .search {
    width: 28px;
    cursor: pointer;
    object-fit: contain
}

.header .display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s
}

.header .display .links {
    display: flex
}

.header .display .links a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: 1s
}

.header .display .links a:not(:last-child) {
    margin: 0 58px 0 0
}

.header .display .logo {
    width: 198px;
    position: relative
}

.header .display .logo img {
    width: 100%;
    transition: 1s
}

.header .display .logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0
}

.header_page {
    background: #fff
}

.header_page .other .p1 {
    color: #000
}

.header_page .other .lag a,
.header_page .other .lag p {
    color: #000 !important
}

.header_page .other .search {
    filter: invert(100%)
}

.header_page .display .links a {
    color: #000
}

.header_page .display .logo img:first-child {
    opacity: 0
}

.header_page .display .logo img:nth-child(2) {
    opacity: 1
}

.hasBg {
    height: 96px
}

.hasBg .other {
    transform: translateY(-28px);
    opacity: 0;
    pointer-events: none
}

.hasBg .display {
    transform: translateY(-65px)
}

.footer {
    overflow: unset !important;
    padding: 80px 0 24px 0;
    background: #555455;
    position: relative;
    z-index: 5
}

.footer .bg {
    position: absolute;
    width: 402px;
    right: 0;
    top: 15px;
    z-index: -1
}

.footer .foo_search {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -31px;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 0px -12px 21px -15px rgba(0, 0, 0, 0.1);
    width: 540px;
    height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3px 0 24px
}

.footer .foo_search input {
    height: 100%;
    width: 71%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    border: none
}

.footer .foo_search input::placeholder {
    color: rgba(0, 0, 0, 0.3)
}

.footer .foo_search .red {
    width: 121px;
    height: 56px;
    border-radius: 40px;
    background: #CA062C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer
}

.footer .wrap {
    width: 1520px;
    margin: auto
}

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

.footer .wrap .link .display {
    display: flex;
    justify-content: space-between;
    width: 146px
}

.footer .wrap .link .display a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-style: normal;
    font-family: 'SourceHanSansCN-Light';
    font-weight: 400;
    line-height: normal;
    transition: .3s ease
}

.footer .wrap .link .display a:hover {
    color: #fff
}

.footer .wrap .link .link_l {
    display: flex;
    align-items: center
}

.footer .wrap .link .link_l a {
    text-decoration-line: underline;
    margin: 0 0 0 5px;
    transition: .3s ease
}

.footer .wrap .link .link_l a:hover {
    color: #fff
}

.footer .wrap .link .link_l p,
.footer .wrap .link .link_l a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    font-family: 'SourceHanSansCN-Light'
}

.footer .wrap .foo_links {
    margin: 40px 0 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
    height: 59px
}

.footer .wrap .foo_links .p1 {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 82px;
    font-family: 'SourceHanSansCN-Light'
}

.footer .wrap .foo_links .flex {
    display: flex;
    align-items: center
}

.footer .wrap .foo_links .flex .list {
    display: flex;
    align-items: center
}

.footer .wrap .foo_links .flex .list img {
    width: 8px;
    margin: 0 10px 0 0
}

.footer .wrap .foo_links .flex .list p {
    min-width: 80px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    text-transform: uppercase;
    font-family: 'SourceHanSansCN-Light'
}

.footer .wrap .foo_links .flex .list:not(:last-child) {
    margin: 0 40px 0 0
}

.footer .wrap .top {
    display: flex;
    justify-content: space-between
}

.footer .wrap .top .foo_nav {
    display: flex
}

.footer .wrap .top .foo_nav .item {
    width: 166px;
    height: 329px;
    padding: 0 0 0 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.05)
}

.footer .wrap .top .foo_nav .item:not(:last-child) {
    margin: 0 18px 0 0
}

.footer .wrap .top .foo_nav .item>a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.5px
}

.footer .wrap .top .foo_nav .item .level {
    margin: 24px 0 0 0
}

.footer .wrap .top .foo_nav .item .level a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    display: block;
    font-family: 'SourceHanSansCN-Light';
    transition: .3s ease
}

.footer .wrap .top .foo_nav .item .level a:hover {
    color: #fff
}

.footer .wrap .top .foo_nav .item .level a:not(:last-child) {
    margin: 0 0 8px
}

.footer .wrap .top .l {
    width: 316px
}

.footer .wrap .top .l .foo_logo {
    width: 138px
}

.footer .wrap .top .l .eng {
    display: flex;
    height: 79.2px;
    flex-direction: column;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 17px
}

.footer .wrap .top .l .more {
    display: flex
}

.footer .wrap .top .l .more p {
    color: #BBA387;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    width: 83px
}

.footer .wrap .top .l .more img {
    position: relative;
    object-fit: contain
}

@keyframes fadeInUp_ {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp_ {
    -webkit-animation-name: fadeInUp_;
    animation-name: fadeInUp_
}

@media screen and (max-width: 1730px) {
    .footer .wrap {
        max-width: 90%
    }
}

@media screen and (max-width: 1585px) {
    .footer .wrap .top .foo_nav .item {
        width: 140px
    }
}

@media screen and (max-width: 1465px) {
    .header {
        padding: 46px 5% 0 5%
    }
}

@media screen and (max-width: 1435px) {
    .footer .wrap .top .foo_nav .item {
        width: 120px
    }

    .footer .wrap .top .foo_nav .item>a {
        font-size: 17px
    }

    .footer .wrap .top .foo_nav .item .level a {
        font-size: 13px
    }
}

@media screen and (max-width: 1366px) {
    .footer .wrap .top .foo_nav .item {
        width: 110px
    }

    .footer .wrap .top .foo_nav .item>a {
        font-size: 16px
    }

    .footer .wrap .foo_links .flex .list:not(:last-child) {
        margin: 0 34px 0 0
    }
}

@media screen and (max-width: 1280px) {
    .footer .wrap .top .foo_nav .item {
        width: 110px
    }

    .footer .wrap .top .foo_nav .item>a {
        font-size: 16px
    }

    .footer .wrap .foo_links .flex .list p {
        font-size: 12px
    }

    .footer .wrap .foo_links .flex .list:not(:last-child) {
        margin: 0 10px 0 0
    }
}

@media screen and (max-width: 1200px) {
    .footer .wrap .top .foo_nav .item {
        width: 90px
    }

    .footer .wrap .top .foo_nav .item>a {
        font-size: 14px
    }

    .footer .wrap .top .foo_nav .item .level a {
        font-size: 12px
    }
}

@media screen and (max-width: 1077px) {
    .footer .wrap .foo_links .flex .list p {
        font-size: 10px;
        min-width: fit-content
    }

    .footer .wrap .foo_links .flex .list:not(:last-child) {
        margin: 0 20px 0 0
    }
}

@media screen and (max-width: 1024px) {
    .header {
        display: none
    }

    .pheader {
        display: flex
    }

    .footer {
        padding: 50px 0 30px 0;
        overflow: hidden !important
    }

    .footer .foo_search {
        position: static;
        width: 90%;
        height: 55px;
        margin: 0 auto 50px;
        transform: none;
        padding: 0 5px 0 15px
    }

    .footer .foo_search .red {
        height: 45px;
        font-size: 12px
    }

    .footer .foo_search .red input {
        font-size: 12px
    }

    .footer .wrap .top .l .eng {
        height: 50px
    }

    .footer .wrap .top .foo_nav {
        display: none
    }

    .footer .wrap .link {
        flex-direction: column;
        justify-content: unset;
        align-items: unset
    }

    .footer .wrap .link .link_l {
        flex-direction: column;
        align-items: unset;
        display: block
    }

    .footer .wrap .link .link_l p,
    .footer .wrap .link .link_l a {
        font-size: 14px;
        line-height: 30px;
        text-align: left;
        display: inline
    }

    .footer .wrap .link .display {
        width: fit-content;
        justify-content: unset
    }

    .footer .wrap .link .display a {
        font-size: 14px;
        line-height: 30px;
        text-align: left;
        margin: 0 20px 0 0
    }

    .footer .wrap .foo_links {
        margin: 25px 0;
        padding: 15px 0;
        height: auto;
        flex-direction: column;
        align-items: unset
    }

    .footer .wrap .foo_links .p1 {
        margin: 0 0 15px
    }

    .footer .wrap .foo_links .flex {
        flex-wrap: wrap
    }

    .footer .wrap .foo_links .flex .list {
        margin: 0 30px 10px 0 !important
    }

    .footer .wrap .foo_links .flex .list img {
        width: 10px
    }

    .footer .wrap .foo_links .flex .list p {
        font-size: 14px
    }
}