@font-face {
    font-family: 'Poppins';
    src: url(../font/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Poppins m';
    src: url(../font/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Poppins sb';
    src: url(../font/Poppins-SemiBold.ttf);
}



* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
}
b,strong {
    font-family: 'Poppins sb';
}
html {
    font-size: 62.5%;
}

*, *::after, *::before {
    box-sizing: border-box;
}

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;
}

::-webkit-scrollbar {
    display: none;
    width: 0;
}

[data-lenis-prevent] {
    padding: 0 20px 0 0;
}

[data-lenis-prevent]::-webkit-scrollbar {
    width: 4px;
    display: block;
}

[data-lenis-prevent]::-webkit-scrollbar-thumb {
    background: #666;
}

[data-lenis-prevent]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

._scroll_y {
    position: fixed;
    top: 0;
    right: 3px;
    width: 6px;
    height: 100vh;
    z-index: 9999;
    border-radius: 10px;
}

._scroll_y div {
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: black;
    opacity: 0;
    position: relative;
    transition: opacity 0.3s ease;
    cursor: grab;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.4rem;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

[data-wheel]::-webkit-scrollbar {
    width: 7px;
}

[data-wheel]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.4rem;
}

[data-wheel]::-webkit-scrollbar-track {
    background-color: transparent;
}

html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

section {
    overflow: hidden;
}

section.unset {
    overflow: unset;
}

.common_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    padding: 0 60px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease;
}

.header .nav {
    display: flex;
    align-items: center;
    width: 40%;
    height: 100%;
}

.header .nav li {
    height: 100%;
    display: flex;
    align-items: center;
}

.header .nav li > a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: 0.6s;
}

.header .nav li > a:hover, .header .nav li > a.on {
    color: #F6AB00;
}

.header .nav li:not(:nth-last-child(1)) {
    margin-right: 39px;
}

.header .nav li .second {
    top: 110px;
    width: 100vw;
    height: 120px;
    position: fixed;
    left: 0;
    background: #121212;
    padding: 0 60px;
    display: flex;
    align-items: center;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: 0.6s;
}

.header .nav li .second .item {
    margin-right: 165px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s;
}

.header .nav li .second .item a {
    display: block;
    transition: 0.6s;
}

.header .nav li .second .item a .icon {
    width: 42px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    position: relative;
    transform: scale(1.7);
}

.header .nav li .second .item a .icon img {
    transition: 0.6s;
}

.header .nav li .second .item a .icon img:nth-child(1) {
    opacity: 0;
}

.header .nav li .second .item a .icon img:nth-child(2) {
    position: absolute;
    filter: brightness(0) invert(1);
}

.header .nav li .second .item a p {
    display: block;
    white-space: nowrap;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    transition: 0.6s;
}

.header .nav li .second .item a:hover .icon img:nth-child(1) {
    opacity: 1;
}

.header .nav li .second .item a:hover .icon img:nth-child(2) {
    opacity: 0;
}

.header .nav li .second .item a:hover p {
    color: #F6AB00;
}

.header .nav li:hover .second {
    clip-path: inset(0 0 0% 0);
    pointer-events: auto;
}

.header .nav li:hover .second .item {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.header .nav li:hover .second .item:nth-child(2) {
    transition-delay: 0.5s;
}

.header .nav li:hover .second .item:nth-child(3) {
    transition-delay: 0.6s;
}

.header .nav li:hover .second .item:nth-child(4) {
    transition-delay: 0.7s;
}

.header .logo {
    width: 100px;
}

.header .logo img {
    width: 100%;
    height: 53px;
}

.header .header_right {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .header_right .search {
    width: 16px;
    margin-right: 49px;
    cursor: pointer;
    position: relative;
    display: block;
}

.header .header_right .search img {
    transition: 0.6s;
    display: block;
}

.header .header_right .search img:nth-child(1) {
    opacity: 0;
}

.header .header_right .search img:nth-child(2) {
    position: absolute;
    filter: brightness(0) invert(1);
    top: 0;
    left: 0;
}

.header .header_right .search:hover img:nth-child(1) {
    opacity: 1;
}

.header .header_right .search:hover img:nth-child(2) {
    opacity: 0;
}

.header .header_right .lan {
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
.header .header_right .lan .lan_select {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    padding: 40px 0 0;
    transition: 0.6s;
}
.header .header_right .lan:hover .lan_select  {
    opacity: 1;
    pointer-events: auto;
}
.header .header_right .lan .lan_select .lan_select_box {
    padding: 14px 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #FFFFFF;
    text-align: center;
    border-radius: 6px;
}
.header .header_right .lan .lan_select .lan_select_box a {
    font-size: 16px;
    color: #111111;
    line-height: 2;
    transition: 0.6s;
    white-space: nowrap;
}
.header .header_right .lan .lan_select .lan_select_box a:hover {
    color: #F7A801;
}
.header .header_right .lan .lan_box {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header .header_right .lan .lan_box p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: 0.6s;
}

.header .header_right .lan .lan_box .sq {
    margin: 0 0 0 4px;
    width: 7px;
    height: 6px;
    background: #F0EEF7;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transition: 0.6s;
}

.header .header_right .lan .lan_box:hover p {
    color: #F7A801;
}

.header .header_right .lan .lan_box:hover .sq {
    background: #F7A801;
}

.header .header_right .contact_link {
    min-width: 120px;
    height: 40px;
    transition: 0.6s;
    mix-blend-mode: screen;
    cursor: pointer;
    margin-left: 30px;
    padding: 0 15px;
    white-space: nowrap;
}

.header .header_right .contact_link .color {
    min-width: 120px;
    height: 40px;
    border-radius: 12px 0px 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: 0.6s;
    padding: 0 15px;
    white-space: nowrap;
}

.header .header_right .contact_link .color p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Poppins m';
}

.header .header_right .contact_link .color:hover {
    background: #F6AB00;
}

.header .header_right .contact_link .color:hover p {
    color: #ffffff;
}

.header.on {
    height: 80px;
    background: #000000;
}

.header.on .nav li .second {
    top: 80px;
}

.header.header_on {
    height: 80px;
    background: #000000;
}

.header.header_on .nav li .second {
    top: 80px;
}

.header.header_mouse {
    background: #000000;
}

.footer {
    padding: 116px 0 85px;
    background: #000000;
}

.footer .wrap {
    width: 1440px;
    margin: 0 auto;
}

.footer .wrap .footer_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 49px;
    margin: 0 0 52px;
}

.footer .wrap .footer_top .footer_top_logo {
    width: 149px;
}

.footer .wrap .footer_top p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.footer .wrap .footer_top .r {
    display: flex;
    align-items: center;
}

.footer .wrap .footer_top .r .iconfont {
    cursor: pointer;
    font-size: 24px;
    color: #FFFFFF;
    margin-left: 50px;
    transition: 0.6s;
}
.footer .wrap .footer_top .r .ewm_item {
    width: 100px;
}
.footer .wrap .footer_top .r .ewm_item .ewm {
    padding: 5px;
    background: #fff;
}
.footer .wrap .footer_top .r .ewm_item p {
    font-family: 'Poppins sb';
    font-size: 14px;
    margin: 10px 0 0;
    color: #fff;
    text-align: center;
    text-transform: unset;
}
.footer .wrap .footer_top .r .iconfont:nth-child(2) {
    margin-left: 45px;
}

.footer .wrap .footer_top .r .iconfont:hover {
    color: #F6AB00;
}

.footer .wrap .footer_bottom {
    padding: 0 94px 0 0;
    display: flex;
    justify-content: space-between;
}

.footer .wrap .footer_bottom .l h5 {
    font-family: 'Poppins sb';
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.footer .wrap .footer_bottom .l .flex {
    display: flex;
}

.footer .wrap .footer_bottom .l .flex p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.6;
}

.footer .wrap .footer_bottom .l .flex p:nth-child(2) {
    margin: 0 32px 0 76px;
}

.footer .wrap .footer_bottom .l .l_bottom {
    margin: 67px 0 0;
}

.footer .wrap .footer_bottom .l .l_bottom p, .footer .wrap .footer_bottom .l .l_bottom a {
    display: block;
    width: fit-content;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    transition: 0.6s;
    line-height: 28px;
}

.footer .wrap .footer_bottom .l .l_bottom a:hover {
    color: #F6AB00;
}

.footer .wrap .footer_bottom .r a {
    font-family: 'Poppins m';
    display: block;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    line-height: 48px;
    transition: 0.6s;
    text-transform: uppercase;
}

.footer .wrap .footer_bottom .r a:hover {
    color: #F6AB00;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    margin: 0 10px;
    font-weight: 500;
    font-size: 16px;
    color: #999999;
}

.page a:hover, .page a.on {
    color: #000000;
}

.page a:nth-child(1), .page a:nth-last-child(1) {
    width: 36px;
    height: 36px;
    background: #E9E9E9;
    border-radius: 4px;
    font-size: 12px;
    color: #000000;
}

.page a:nth-child(1):hover, .page a:nth-last-child(1):hover {
    background: #F6AB00;
    color: #FFFFFF;
}

.page a:nth-last-child(1) {
    transform: rotate(180deg);
}

.crumbs {
    height: 60px;
    display: flex;
    align-items: center;
    margin: 0 0 80px;
}

.crumbs .crumbs_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000000;
}

.crumbs a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
    text-transform: capitalize;
}

.crumbs a.on, .crumbs a:hover {
    font-weight: bold;
}

.crumbs span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin: 0 5px;
}

.fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.fixed .fixed_shadow {
    width: 100%;
    height: 100%;
    background: #0A0A0A;
    opacity: 0.12;
    position: absolute;
}

.fixed .fixed_box {
    width: 1000px;
    background: #FFFFFF;
    padding: 66px 60px 62px;
    position: relative;
    z-index: 3;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
    position: absolute;
}
.fixed .fixed_box.fixed_box_sign {
    padding: 66px 290px 62px;
}
.fixed .fixed_box .iconfont {
    font-size: 28px;
    transform: rotate(45deg);
    position: absolute;
    top: 40px;
    right: 50px;
    color: #F6AB00;
    cursor: pointer;
}
.fixed .fixed_box .title {
    line-height: 1;
    margin-bottom: 55px;
}
.fixed .fixed_box .title h5 {
    font-family: 'Poppins sb';
    font-weight: bold;
    font-size: 28px;
    color: #111111;
    margin-bottom: 24px;
}
.fixed .fixed_box .title p {
    font-family: 'Poppins m';
    font-weight: 500;
    font-size: 18px;
    color: #888888;
}
.fixed .fixed_box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fixed .fixed_box form .item {
    width: 420px;
    margin-bottom: 30px;
}
.fixed .fixed_box form .item h5 {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    margin-bottom: 19px;
}
.fixed .fixed_box form .form_text {
    width: 100%;
    text-align: center;
}
.fixed .fixed_box form .form_text>p {
    font-family: 'Poppins m';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 25px 0 0;
}
.fixed .fixed_box form .form_text>p span {
    color: #F6AB00;
    cursor: pointer;
}
.fixed .fixed_box form .form_text>p span:hover {
    text-decoration: underline;
}
.fixed .fixed_box form .item input {
    width: 100%;
    height: 50px;
    background: rgba(217,217,217,0);
    border-radius: 8px;
    border: 1px solid #E6E8ED;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    padding: 0 20px;
}

.fixed .fixed_box form input::placeholder {
    color: #999999;
}

.fixed .fixed_box form textarea {
    width: 100%;
    height: 100px;
    border: none;
    border-bottom: 1px solid #D9D9D9;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 38px;
}

.fixed .fixed_box form textarea::placeholder {
    color: #999999;
}

.fixed .fixed_box form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 420px;
    height: 50px;
    background: #F6AB00;
    border-radius: 12px 0px 12px 0px;
    margin: 39px auto 0;
}

.fixed .fixed_box form button p {
    font-weight: 500;
    font-size: 18px;
    color: #F9F8F6;
}

.fixed.show {
    opacity: 1;
    pointer-events: auto;
}

.fixed.show .fixed_box.on {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.fixed.show .alert_box.on {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.fixed .alert_box {
    width: 460px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(25,27,39,0.08);
    border-radius: 16px;
    padding: 32px 0 25px;
    z-index: 3;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
    position: absolute;
}
.fixed .alert_box .iconfont {
    font-size: 28px;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    right: 19px;
    color: #F6AB00;
    cursor: pointer;
}
.fixed .alert_box h5 {
    font-family: 'Poppins sb';
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    text-align: center;
}
.fixed .alert_box .signUp {
    width: 120px;
    height: 34px;
    background: #F6AB00;
    border-radius: 0px 8px 0px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px auto 29px;
}
.fixed .alert_box .signUp p {
    font-family: 'Poppins m';
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
}
.fixed .alert_box>p {
    font-family: 'Poppins m';
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.fixed .alert_box>p span {
    color: #F6AB00;
    cursor: pointer;
    transition: 0.6s;
}
.fixed .alert_box>p span:hover {
    text-decoration: underline;
}
.cookie {
    width: 82.5%;
    border-radius: 10px;
    padding: 40px 70px;
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    z-index: 9999;
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: all 1s;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.cookie.active {
    pointer-events: all;
    opacity: 1;
    transform: translateX(-50%)
}

.cookie .left .titles-a {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 8px;
    font-weight: 400 !important
}

.cookie .left {
    flex: 1
}

.cookie .left p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    font-weight: 400 !important
}

.cookie .right {
    width: 210px;
    margin-left: 105px
}

.cookie .right .button {
    display: inline-block;
    width: 100%;
    padding: 0 18px;
    border-radius: 22px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background-color: #F7A801;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 24px
}

.cookie .right .button * {
    color: inherit
}

.cookie .right .button p {
    position: relative;
    z-index: 10
}

.cookie .right .button::after {
    content: "";
    width: 0;
    height: 100%;
    background: #F7A801;
    position: absolute;
    top: 0;
    left: -1px;
    transition: all .36s;
    border-radius: 22px;
    z-index: 1
}

.cookie .right .button:hover::after {
    width: calc(102%)
}

.cookie .right .button1 {
    border-radius: 22px;
    border: 1px solid #0e4630;
    display: block;
    transition: all .36s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 44px;
    text-align: center;
    line-height: 44px;
    cursor: pointer
}

.cookie .right .button1 * {
    color: inherit
}

.cookie .right .button1 p {
    position: relative;
    z-index: 10
}

.cookie .right .button1:hover {
    color: #fff
}

.cookie .right .button1:hover::after {
    width: calc(102%)
}

.cookie .right .button1::after {
    content: "";
    width: 0;
    height: 100%;
    background: #F7A801;
    position: absolute;
    top: 0;
    left: -1px;
    transition: all .36s;
    border-radius: 22px;
    z-index: 1
}
.proInfo_common_download {
    padding: 100px 0 90px;
}
.proInfo_common_download .wrap {
    width: 1200px;
    margin: 0 auto;
}
.proInfo_common_download .wrap .author_title {
    margin-bottom: 40px;
}
.proInfo_common_download .wrap .author_title h5 {
    font-family: 'Poppins sb';
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 1;
    margin-bottom: 29px;
    text-transform: uppercase;
}
.proInfo_common_download .wrap .author_title p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
}
.proInfo_common_download .wrap .content .item {
    margin-bottom: 20px;
}

.proInfo_common_download .wrap .content .item .down {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.proInfo_common_download .wrap .content .item .down:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #F6AB00;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: 1s;
    transform: scaleX(0);
    transform-origin: left;
}

.proInfo_common_download .wrap .content .item .down p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    opacity: 0.6;
    transition: 0.6s;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proInfo_common_download .wrap .content .item .down .iconfont {
    font-size: 22px;
    color: #999999;
    transition: 0.6s;
}

.proInfo_common_download .wrap .content .item .down:hover:after {
    transform: scaleX(1);
}

.proInfo_common_download .wrap .content .item .down:hover p {
    opacity: 1;
}

.proInfo_common_download .wrap .content .item .down:hover .iconfont {
    color: #F6AB00;
}
/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 1919px) {
    .header{
        height: 5.7291666667vw;
        padding: 0px 3.125vw;
    }
    .header .nav li > a{
        font-size: 0.8333333333vw;
    }
    .header .nav li:not(:nth-last-child(1)){
        margin-right: 2.03125vw;
    }
    .header .nav li .second{
        top: 5.7291666667vw;
        height: 6.25vw;
        padding: 0px 3.125vw;
    }
    .header .nav li .second .item{
        margin-right: 8.59375vw;
        transform: translateY(1.0416666667vw);
    }
    .header .nav li .second .item a .icon{
        width: 2.1875vw;
        height: 2.3958333333vw;
        margin: 0px auto 0.625vw;
    }
    .header .nav li .second .item a p{
        font-size: 0.625vw;
    }
    .header .logo{
        width: 5.2083333333vw;
    }
    .header .logo img{
        height: 2.7604166667vw;
    }
    .header .header_right .search{
        width: 0.8333333333vw;
        margin-right: 2.5520833333vw;
    }
    .header .header_right .lan{
        margin-right: 1.0416666667vw;
    }
    .header .header_right .lan .lan_box p{
        font-size: 0.8333333333vw;
    }
    .header .header_right .lan .lan_box .sq{
        margin: 0px 0px 0px 0.2083333333vw;
        width: 0.3645833333vw;
        height: 0.3125vw;
    }
    .header .header_right .contact_link{
        min-width: 6.25vw;
        height: 2.0833333333vw;
        margin-left: 1.5625vw;
    }
    .header .header_right .contact_link .color{
        min-width: 6.25vw;
        height: 2.0833333333vw;
        border-radius: 0.625vw 0px;
    }
    .header .header_right .contact_link .color p{
        font-size: 0.8333333333vw;
    }
    .header.on{
        height: 4.1666666667vw;
    }
    .header.on .nav li .second{
        top: 4.1666666667vw;
    }
    .header.header_on{
        height: 4.1666666667vw;
    }
    .header.header_on .nav li .second{
        top: 4.1666666667vw;
    }
    .footer{
        padding: 6.0416666667vw 0px 4.4270833333vw;
    }
    .footer .wrap{
        width: 75vw;
    }
    .footer .wrap .footer_top{
        padding: 0px 0px 2.5520833333vw;
        margin: 0px 0px 2.7083333333vw;
    }
    .footer .wrap .footer_top .footer_top_logo{
        width: 7.7604166667vw;
    }
    .footer .wrap .footer_top p{
        font-size: 0.7291666667vw;
    }
    .footer .wrap .footer_top .r .iconfont{
        font-size: 1.25vw;
        margin-left: 2.6041666667vw;
    }
    .footer .wrap .footer_top .r .ewm_item{
        width: 5.2083333333vw;
    }
    .footer .wrap .footer_top .r .ewm_item .ewm{
        padding: 0.2604166667vw;
    }
    .footer .wrap .footer_top .r .ewm_item p{
        font-size: 0.7291666667vw;
        margin: 0.5208333333vw 0px 0px;
    }
    .footer .wrap .footer_top .r .iconfont:nth-child(2){
        margin-left: 2.34375vw;
    }
    .footer .wrap .footer_bottom{
        padding: 0px 4.8958333333vw 0px 0px;
    }
    .footer .wrap .footer_bottom .l h5{
        font-size: 1.4583333333vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .footer .wrap .footer_bottom .l .flex p{
        font-size: 0.7291666667vw;
        line-height: 1.4583333333vw;
    }
    .footer .wrap .footer_bottom .l .flex p:nth-child(2){
        margin: 0px 1.6666666667vw 0px 3.9583333333vw;
    }
    .footer .wrap .footer_bottom .l .l_bottom{
        margin: 3.4895833333vw 0px 0px;
    }
    .footer .wrap .footer_bottom .l .l_bottom p, .footer .wrap .footer_bottom .l .l_bottom a{
        font-size: 0.7291666667vw;
        line-height: 1.4583333333vw;
    }
    .footer .wrap .footer_bottom .r a{
        font-size: 1.25vw;
        line-height: 2.5vw;
    }
    .page a{
        margin: 0px 0.5208333333vw;
        font-size: 0.8333333333vw;
    }
    .page a:nth-child(1), .page a:nth-last-child(1){
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.2083333333vw;
        font-size: 0.625vw;
    }
    .crumbs{
        height: 3.125vw;
        margin: 0px 0px 4.1666666667vw;
    }
    .crumbs a{
        font-size: 0.8333333333vw;
    }
    .crumbs span{
        font-size: 0.8333333333vw;
        margin: 0px 0.2604166667vw;
    }
    .fixed .fixed_box{
        width: 52.0833333333vw;
        padding: 3.4375vw 3.125vw 3.2291666667vw;
    }
    .fixed .fixed_box.fixed_box_sign{
        padding: 3.4375vw 15.1041666667vw 3.2291666667vw;
    }
    .fixed .fixed_box .iconfont{
        font-size: 1.4583333333vw;
        top: 2.0833333333vw;
        right: 2.6041666667vw;
    }
    .fixed .alert_box .iconfont {
        font-size: 1.4583333333vw;
        top: 0.67708333333vw;
        right: 0.9895833333333vw;
    }
    .fixed .fixed_box .title{
        margin-bottom: 2.8645833333vw;
    }
    .fixed .fixed_box .title h5{
        font-size: 1.4583333333vw;
        margin-bottom: 1.25vw;
    }
    .fixed .fixed_box .title p{
        font-size: 0.9375vw;
    }
    .fixed .fixed_box form .item{
        width: 21.875vw;
        margin-bottom: 1.5625vw;
    }
    .fixed .fixed_box form .item h5{
        font-size: 0.8333333333vw;
        margin-bottom: 0.9895833333vw;
    }
    .fixed .fixed_box form .form_text > p{
        font-size: 0.8333333333vw;
        margin: 1.3020833333vw 0px 0px;
    }
    .fixed .fixed_box form .item input{
        height: 2.6041666667vw;
        border-radius: 0.4166666667vw;
        font-size: 0.9375vw;
        padding: 0px 1.0416666667vw;
    }
    .fixed .fixed_box form textarea{
        height: 5.2083333333vw;
        font-size: 0.9375vw;
        line-height: 1.9791666667vw;
    }
    .fixed .fixed_box form button{
        width: 21.875vw;
        height: 2.6041666667vw;
        border-radius: 0.625vw 0px;
        margin: 2.03125vw auto 0px;
    }
    .fixed .fixed_box form button p{
        font-size: 0.9375vw;
    }
    .fixed .alert_box{
        width: 23.9583333333vw;
        box-shadow: rgba(25, 27, 39, 0.08) 0px 0.5208333333vw 1.5625vw 0px;
        border-radius: 0.8333333333vw;
        padding: 1.6666666667vw 0px 1.3020833333vw;
    }
    .fixed .alert_box h5{
        font-size: 0.9375vw;
    }
    .fixed .alert_box .signUp{
        width: 6.25vw;
        height: 1.7708333333vw;
        border-radius: 0px 0.4166666667vw;
        margin: 1.6666666667vw auto 1.5104166667vw;
    }
    .fixed .alert_box .signUp p{
        font-size: 0.8333333333vw;
    }
    .fixed .alert_box > p{
        font-size: 0.7291666667vw;
    }
    .page a .iconfont {
        font-size: 0.8333333333vw;
    }
    .text_effect .fist div,.text_effect .fist:nth-child(2) div {
        min-width: 0.260416666666vw;
    }
    .proInfo_common_download{
        padding: 5.2083333333vw 0px 4.6875vw;
    }
    .proInfo_common_download .wrap{
        width: 62.5vw;
    }
    .proInfo_common_download .wrap .author_title{
        margin-bottom: 2.0833333333vw;
    }
    .proInfo_common_download .wrap .author_title h5{
        font-size: 1.5625vw;
        margin-bottom: 1.5104166667vw;
    }
    .proInfo_common_download .wrap .author_title p{
        font-size: 0.9375vw;
    }
    .proInfo_common_download .wrap .content .item{
        margin-bottom: 1.0416666667vw;
    }
    .proInfo_common_download .wrap .content .item .down{
        height: 3.125vw;
    }
    .proInfo_common_download .wrap .content .item .down p{
        font-size: 0.9375vw;
    }
    .proInfo_common_download .wrap .content .item .down .iconfont{
        font-size: 1.1458333333vw;
    }
}
@media screen and (max-width: 1024px) {
    .header {
        height: 70px !important;
        padding: 0 5vw;
        background: #000000;
    }
    .header .nav {
        display: none;
    }
    .header .logo {
        width: 82px !important;
    }
    .header .logo img {
        height: auto;
    }
    .header .header_right .search,.header .header_right .contact_link {
        display: none;
    }
    .header .header_right .lan .lan_box p {
        font-size: 16px;
    }
    .header .header_right .lan .lan_box .sq {
        margin: 0 0 0 8px;
        width: 7px;
        height: 6px;
    }
    .crumbs {
        height: 40px;
    }
    .crumbs a {
        font-size: 14px;

    }
    .crumbs a:nth-last-child(1) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .crumbs span {
        font-size: 14px;
        margin: 0 5px;
    }
    .fixed .alert_box {
        width: 300px;
        padding: 40px 0;
    }
    .fixed .alert_box h5 {
        font-size: 18px;
    }
    .fixed .alert_box .signUp {
        width: 120px;
        height: 34px;
        border-radius: 0px 8px 0px 8px;
        margin: 15px auto 15px;
    }
    .fixed .alert_box .signUp p {
        font-size: 16px;
    }
    .fixed .alert_box>p {
        font-size: 16px;
    }
    .fixed .fixed_box {
        width: 300px;
        padding: 30px 20px !important;
    }
    .fixed .fixed_box .title {
        margin-bottom: 20px;
    }
    .fixed .fixed_box .title h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .fixed .fixed_box .title p {
        font-size: 14px;
        line-height: 1.4;
    }
    .fixed .fixed_box .iconfont {
        font-size: 24px;
        top: 13px;
        right: 15px;
    }
    .fixed .fixed_box form .item {
        width: 100%;
        margin-bottom: 18px;
    }
    .fixed .fixed_box form .item h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .fixed .fixed_box form .item input {
        width: 100%;
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
        border-radius: 4px;
    }
    .fixed .fixed_box form button {
        width: 240px;
        height: 40px;
        border-radius: 8px 0px 8px 0px;
    }
    .fixed .fixed_box form button p {
        font-size: 14px;
    }
    .fixed .fixed_box form .form_text > p {
        font-size: 14px;
        margin: 15px 0 0;
    }
    .crumbs {
        margin-bottom: 40px;
    }
    .page a:nth-child(1), .page a:nth-last-child(1) {
        width: 36px;
        height: 36px;
        border-radius: 4px;
    }
    .page a .iconfont {
        font-size: 12px;
    }
    .page a {
        font-size: 16px;
        margin: 0 10px;
    }

    .text_effect .fist div,.text_effect .fist:nth-child(2) div {
        min-width: 5px;
    }
    .footer {
        padding: 40px 0 20px;
    }
    .footer .wrap {
        width: 90%;
    }
    .footer .wrap .footer_top {
        display: block;
        padding: 0 0 20px;
        margin-bottom: 20px;
    }
    .footer .wrap .footer_top .footer_top_logo {
        width: 120px;
        margin: 0 auto 40px;
    }
    .footer .wrap .footer_top .r .ewm_item p {
        font-size: 14px;
        margin: 10px 0 0;
    }
    .footer .wrap .footer_top .r .ewm_item {
        margin: 0 auto;
        width: 100px;
    }
    .footer .wrap .footer_bottom {
        display: block;
        padding: 0;
    }
    .footer .wrap .footer_bottom .r {
        display: none;
    }
    .footer .wrap .footer_bottom .l h5 {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer .wrap .footer_bottom .l .flex p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 5px;
    }
    .footer .wrap .footer_bottom .l .flex p br {
        display: none;
    }
    .footer .wrap .footer_bottom .l .flex {
        display: block;
        text-align: center;
    }
    .footer .wrap .footer_bottom .l .l_bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 20px 0 0;
    }
    .footer .wrap .footer_bottom .l .l_bottom p, .footer .wrap .footer_bottom .l .l_bottom a {
        font-size: 12px;
        text-align: center;
        line-height: 1.4;
        width: 100%;
    }
   .footer .wrap .footer_bottom .l .l_bottom a {
       display: block;
       margin: 5px 0 0;
   }
   .header_menu {
       display: flex !important;
       align-items: center;
   }
    .header_menu .search {
        display: block;
        margin-right: 10px;
        width: 18px;
        filter: brightness(0) invert(1);
    }
    .head_click {
        display: block !important;
        position: relative;
        width: 22px;
        height: 16px;
        cursor: pointer;
        margin: 0 0 0 20px;
    }

    .head_click .show {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .head_click .show div:first-child {
        transition-delay: 0.4s;

    }

    .head_click .show div:nth-child(2) {
        transition-delay: 0.5s;
    }

    .head_click .show div:last-child {
        transition-delay: 0.6s;
    }

    .head_click .show div {
        width: 100%;
        height: 2px;
        background: #fff;
        transition: 0.3s;
    }

    .head_click .hide {
        width: 100%;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    .head_click .hide:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #fff;
        transform: rotate(45deg) scaleX(0);
        transition: .75s cubic-bezier(.19, 1, .22, 1);
    }

    .head_click .hide:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #fff;
        transform: rotate(-45deg) scaleX(0);
        transition: .75s cubic-bezier(.19, 1, .22, 1);
    }

    .head_click.on .show div {
        transition-delay: unset;
    }

    .head_click.on .show div:first-child {
        width: 0;
    }

    .head_click.on .show div:nth-child(2) {
        width: 0;
        transition-delay: 0.1s;
    }

    .head_click.on .show div:last-child {
        width: 0;
        transition-delay: 0.2s;
    }

    .head_click.on .hide:after {
        transform: rotate(45deg) scaleX(1);
        transition-delay: 0.6s;
    }

    .head_click.on .hide:before {
        transform: rotate(-45deg) scaleX(1);
        transition-delay: 0.6s;
    }
    .mobile_nav {
        display: block !important;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        transition: 0.6s;
        background: #fff;
        clip-path: inset(0% 0% 100% 0%);
    }
    .mobile_nav.mobile_nav_active {
        clip-path: inset(0% 0% 0% 0%);
    }
    .mobile_nav ul {
        position: relative;
        margin: 84px 0 0 0;
        height: 86vh;
        overflow: scroll;
    }
    .mobile_nav ul li {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: left;
        margin: auto;
    }
    .mobile_nav ul li .second {
        display: none;
    }
    .mobile_nav ul li .first {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        padding: 0 5vw;
    }
    .mobile_nav ul li .first a {
        display: block;
        width: 50%;
        font-size: 16px;
        color: #111;
    }
    .mobile_nav ul li .first .iconfont {
        display: block;
        font-size: 12px;
        transform: rotate(180deg);
        transition: 0.6s;
    }
    .mobile_nav ul li.item_active .first .iconfont {
        transform: rotate(270deg);
    }
    .mobile_nav ul li .second {
        padding: 0 5vw;
    }
    .mobile_nav ul li .second .item a {
        display: flex;
        align-items: center;
        padding: 5px 0 5px 20px;
        position: relative;
    }
    .mobile_nav ul li .second .item a:after {
        content: "";
        width: 4px;
        height: 4px;
        background: #111111;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
    }
    .mobile_nav ul li .second .item a .icon {
        width: 16px;
    }
    .mobile_nav ul li .second .item a p {
        font-size: 14px;
        color: #111;
        line-height: 2;
    }
    .fixed .alert_box .iconfont {
        top: 10px;
        right: 10px;
        font-size: 24px;
    }
    .cookie {
        padding: 40px 30px;
        display: block;

    }
    .cookie .left {
        width: 100%;
    }
    .cookie .left p {
        font-size: 12px;
    }
    .cookie .right {
        width: 100%;
        display: flex;
        align-items: center;
        margin: 30px 0 0;
        justify-content: space-between;
    }
    .cookie .right .button {
        width: 120px;
        margin-bottom: 0;
    }
    .cookie .right .button1 {
        width: 120px;
    }
    .proInfo_common_download {
        padding: 60px 0;
    }
    .proInfo_common_download .wrap {
        width: 90%;
    }
    .proInfo_common_download .wrap .author_title {
        margin-bottom: 40px;
    }
    .proInfo_common_download .wrap .author_title h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .proInfo_common_download .wrap .author_title p {
        font-size: 16px;
    }
    .proInfo_common_download .wrap .content .item {
        margin-bottom: 20px;
    }
    .proInfo_common_download .wrap .content .item .down {
        height: 50px;
    }
    .proInfo_common_download .wrap .content .item .down p {
        font-size: 16px;
        width: 85%;
    }
    .proInfo_common_download .wrap .content .item .down .iconfont {
        font-size: 20px;
    }
}
