@font-face {
    font-family: "Gilroy";
    src: url(../font/GILROY-BOLD-4.OTF);
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

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: 100px;
    padding: 0 50px 0 130px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .6s ease;
    background: #FFFFFF;
}

.header .search_box {
    width: 100vw;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    background: #ffffff;
    padding: 27px 0 0;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.header .search_box form {
    width: 1000px;
    border-bottom: 1px solid #E7E7E7;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 7px;
}

.header .search_box form img {
    display: block;
    width: 18px;
}

.header .search_box form input {
    width: 898px;
    border: none;
    height: 48px;
    font-size: 16px;
    color: #111111;
    padding: 0 15px;
}

.header .search_box form button {
    width: 84px;
    height: 48px;
    background: #014099;
    border-radius: 24px;
    border: none;
}

.header .search_box form button p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.header .search_box.on {
    opacity: 1;
    pointer-events: auto;
}

.header .logo {
    display: block;
    width: 80px;
    position: relative;
    z-index: 3;
}

.header .nav {
    display: flex;
    align-items: center;
    height: 100%;
}
.header .nav li {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.header .nav li>a {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
}


.header .nav li:hover>a, .header .nav li.on>a {
    color: #014099;
}
.header .nav li .second {
    top: 100px;
    width: 100vw;
    height: 80px;
    position: fixed;
    left: 0;
    background: #F7F7F7;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: 0.6s;
}
.header .nav li .second.pro_link {
    height: 125px;
}
.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 .second .item a {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
}
.header .nav li .second .item a:hover {
    color: #014099 !important;
}
.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 .header_right {
    display: flex;
    align-items: center;
}

.header .header_right .search_btn {
    position: relative;
    margin-right: 30px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header_right .search_btn > img {
    width: 18px;
    cursor: pointer;
}

.header .header_right .search_btn .search_close {
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 3;
    cursor: pointer;
}

.header .header_right .search_btn .search_close span {
    position: absolute;
    display: block;
    width: 25px;
    height: 1px;
    background: #014099;
    transform: rotate(45deg) scaleX(0);
    transition: 0.6s;
}

.header .header_right .search_btn .search_close span:nth-child(2) {
    transform: rotate(-45deg) scaleX(0);
}

.header .header_right .search_btn.active .search_close {
    pointer-events: auto;
}

.header .header_right .search_btn.active .search_close span {
    transform: rotate(45deg) scaleX(1);
}

.header .header_right .search_btn.active .search_close span:nth-child(2) {
    transform: rotate(-45deg) scaleX(1);
}

.header .header_right .lan {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    transition: 0.6s;
    margin-right: 80px;
}

.header .header_right .lan:hover {
    color: #014099;
}

.header .header_right .menu {
    width: 32px;
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.header .header_right .menu span {
    display: block;
    width: 0;
    height: 1px;
    background: #888888;
    transition: 0.6s;
    animation: 2s width infinite linear;
}

.header .header_right .menu span:nth-child(2) {
    animation-delay: 300ms;
}

.header .header_right .menu.on span {
    width: 100% !important;
}

.header .header_right .menu.on span:nth-child(1) {
    transform: translateY(6px);
}

.header .header_right .menu.on span:nth-child(2) {
    transform: translateY(-6px);
}

.header .header_right .menu.on_ span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.header .header_right .menu.on_ span:nth-child(2) {
    transform: translateY(-6px) rotate(-45deg);
}

.header .header_right .menu_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    clip-path: inset(0 0 100% 0);
    transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;
}

.header .header_right .menu_box.on {
    clip-path: inset(0 0 0% 0);
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:after {
    transform: scaleY(1) !important;
    transition: 0.8s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part .item {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
    transition: 0.6s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(1):after {
    transition-delay: 1.2s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(1) .item {
    transition-delay: 1.4s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(2):after {
    transition-delay: 1.3s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(2) .item {
    transition-delay: 1.5s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(3):after {
    transition-delay: 1.4s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(3) .item {
    transition-delay: 1.6s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(4):after {
    transition-delay: 1.5s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(4) .item {
    transition-delay: 1.7s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(5):after {
    transition-delay: 1.6s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(5) .item {
    transition-delay: 1.8s;
}

.header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(6) .item {
    transition-delay: 1.9s;
}

.header .header_right .menu_box .menu_box_bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.header .header_right .menu_box .menu_box_bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.header .header_right .menu_box .menu_box_bg:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #003E8D;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

.header .header_right .menu_box .menu_box_list {
    position: relative;
    z-index: 3;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
}

.header .header_right .menu_box .menu_box_list .menu_box_list_part {
    height: 100vh;
    width: 16.666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header .header_right .menu_box .menu_box_list .menu_box_list_part .item {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.header .header_right .menu_box .menu_box_list .menu_box_list_part .item .block a {
    display: block;
    font-weight: 800;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    width: fit-content;
    position: relative;
    margin: 0 auto;
}

.header .header_right .menu_box .menu_box_list .menu_box_list_part .item .block a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    transition: 0.6s;
}

.header .header_right .menu_box .menu_box_list .menu_box_list_part .item .block a:hover:after {
    transform: scaleX(1);
}

.header .header_right .menu_box .menu_box_list .menu_box_list_part .item .none {
    display: none;
    padding: 50px 0 0;
}

.header .header_right .menu_box .menu_box_list .menu_box_list_part .item .none a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    width: fit-content;
    position: relative;
    margin: 0 auto;
}

.header .header_right .menu_box .menu_box_list .menu_box_list_part .item .none a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 5px;
    transform: scaleX(0);
    transition: 0.6s;
}

.header .header_right .menu_box .menu_box_list .menu_box_list_part .item .none a:hover:after {
    transform: scaleX(1);
}

.header .header_right .menu_box .menu_box_list .menu_box_list_part:not(:nth-last-child(1)):after {
    content: "";
    width: 1px;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
}

.header.on {
    background: #FFFFFF;
}

.header.on .nav li a {
    color: #1A1A1A !important;
}

.header.on .nav li:hover>a, .header.on .nav li.on>a {
    color: #014099 !important;
}

.header.on .header_right .search_btn > img {
    filter: grayscale(1) brightness(10) invert(1);
}

.header.on .header_right .search_btn:hover > img {
    filter: brightness(1);
}

.header.on .header_right .lan {
    color: #666666 !important;
}

.header.on .header_right .lan:hover {
    color: #014099 !important;
}

.header.on .header_right .menu span {
    background: #666666;
}

.common_footer {
    padding: 90px 0 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #EFEFEF;
}

.common_footer .item .icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 30px;
    position: relative;
}

.common_footer .item .icon img {
    display: block;
    transition: 0.6s;
}

.common_footer .item .icon img:nth-child(2) {
    opacity: 0;
    top: 0;
    left: 0;
    position: absolute;
}

.common_footer .item p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
}

.common_footer .item:hover .icon img {
    opacity: 0;
}

.common_footer .item:hover .icon img:nth-child(2) {
    opacity: 1;
}

.common_footer .center {
    margin: 0 217px;
    display: block;
}

.common_footer .center .icon {
    width: 89px;
    margin: 0 auto 36px;
}

.common_footer .center .icon svg .star .cls-5 {
    stroke-width: 0px;
    transition: 0.6s;
}

.common_footer .center h5 {
    font-weight: 500;
    font-size: 26px;
    color: #1A1A1A;
    line-height: 36px;
    text-align: center;
    transition: 0.6s;
}

.common_footer .center h5 span {
    font-weight: bold;
}

.common_footer .center:hover .icon svg .star .cls-5 {
    stroke-width: 2px;
}

.common_footer .center:hover h5 {
    color: #014099;
}

.footer .footer_top {
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    display: none;
}

.footer .footer_top .item {
    width: 25vw;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: relative;
}

.footer .footer_top .item:not(:nth-last-child(1)):after {
    content: "";
    width: 1px;
    height: 110px;
    background: #eee;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.footer .footer_top .item .icon {
    width: 43px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.footer .footer_top .item h5 {
    margin: 39px 0 12px;
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    transition: 0.6s;
}

.footer .footer_top .item p {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
}

.footer .footer_top .item:hover .icon {
    transform: rotateY(180deg);
}

.footer .footer_top .item:hover h5 {
    color: #014099;
}

.footer .footer_bottom {
    background: #F7F7F7;
}

.footer .footer_bottom .footer_nav_box .wrap {
    width: 1660px;
    margin: 0 auto;
    display: flex;
}

.footer .footer_bottom .footer_nav_box .wrap .l {
    width: 1260px;
    padding: 125px 0 180px;
    display: flex;
    border-right: 1px solid #DFDFDF;
}

.footer .footer_bottom .footer_nav_box .wrap .l ul {
    margin-right: 120px;
}

.footer .footer_bottom .footer_nav_box .wrap .l ul li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    transition: 0.6s;
}

.footer .footer_bottom .footer_nav_box .wrap .l ul li a:hover {
    color: #003E8D !important;
}

.footer .footer_bottom .footer_nav_box .wrap .l ul li:nth-child(1) {
    margin: 0 0 30px;
}

.footer .footer_bottom .footer_nav_box .wrap .l ul li:nth-child(1) a {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
}

.footer .footer_bottom .footer_nav_box .wrap .r {
    width: 400px;
    padding: 127px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1;
}

.footer .footer_bottom .footer_nav_box .wrap .r .logo {
    width: 127px;
}

.footer .footer_bottom .footer_nav_box .wrap .r .tel {
    font-weight: 800;
    font-size: 24px;
    color: #1A1A1A;
}

.footer .footer_bottom .footer_nav_box .wrap .r p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 87px 0 28px;
    padding: 0 0 0 40px;
    text-align: right;
}

.footer .footer_bottom .footer_share {
    border-bottom: 1px solid #DFDFDF;
}

.footer .footer_bottom .footer_share .wrap {
    width: 1660px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.footer .footer_bottom .footer_share .wrap .l {
    width: 1260px;
    border-right: 1px solid #DFDFDF;
    display: flex;
    align-items: center;
    padding: 0 0 16px;
}

.footer .footer_bottom .footer_share .wrap .l a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    transition: 0.6s;
    line-height: 30px;
}

.footer .footer_bottom .footer_share .wrap .l a:hover {
    color: #003E8D;
}

.footer .footer_bottom .footer_share .wrap .l span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    margin: 0 8px;
    line-height: 30px;
}

.footer .footer_bottom .footer_share .wrap .r {
    width: 400px;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 16px;
}

.footer .footer_bottom .footer_share .wrap .r .iconfont {
    font-size: 24px;
    color: #B7B7B7;
    margin-left: 27px;
    position: relative;
    cursor: pointer;
}
.footer .footer_bottom .footer_share .wrap .r .iconfont .ewm_box {
    position: absolute;
    width: 120px;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    padding: 0 0 50px;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}
.footer .footer_bottom .footer_share .wrap .r .iconfont:hover {
    color: #003E8D;
}
.footer .footer_bottom .footer_share .wrap .r .iconfont:hover .ewm_box {
     opacity: 1;
     pointer-events: auto;
 }

.footer .footer_bottom .footer_share .wrap .r .iconfont:nth-child(1) {
    font-size: 30px;
}

.footer .footer_bottom .footer_link .wrap {
    width: 1660px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.footer .footer_bottom .footer_link .wrap p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
}

.footer .footer_bottom .footer_link .wrap a {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    transition: 0.6s;
}

.footer .footer_bottom .footer_link .wrap a:hover {
    color: #003E8D;
}
.footer .footer_bottom .footer_link .wrap>a {
    opacity: 0.1;
}
.banner {
    padding: 300px 0 0;
}

.banner .wrap {
    width: 1660px;
    margin: 0 auto 76px;
}

.banner .wrap h5 {
    font-weight: 500;
    font-size: 16px;
    color: #014099;
    padding: 0 0 0 25px;
    position: relative;
    margin: 0 0 60px;
}

.banner .wrap h5:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #014099;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.banner .wrap .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .wrap .flex h2 {
    font-weight: 800;
    font-size: 40px;
    color: #111111;
    line-height: 52px;
}

.banner .wrap .flex .year {
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.banner .wrap .flex .year span {
    font-weight: 800;
    font-size: 40px;
    color: #E0E0E0;
    display: block;
    margin: 0 30px 10px 0;
}

.banner .wrap .flex .year p {
    font-family: "Gilroy";
    font-weight: bold;
    font-size: 126px;
    color: #E0E0E0;
}

.banner .img {
    width: 100%;
    --a: calc((100vw - 1660px) / 2);
    clip-path: inset(0 var(--a) 0 var(--a));
    position: relative;
}

.banner .img > img {
    display: block;
    width: 100%;
}

.pro_link {
    width: 100%;
    height: 125px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 100;
}

.pro_link .item {
    margin: 0 47px;
    text-align: center;
}

.pro_link .item .icon {
    width: 46px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
    position: relative;
}

.pro_link .item .icon img {
    transition: 0.6s;
}

.pro_link .item .icon img:nth-child(1) {
    position: absolute;
    opacity: 0;
}

.pro_link .item p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
}

.pro_link .item:hover .icon img:nth-child(1), .pro_link .item.on .icon img:nth-child(1) {
    opacity: 1;
}

.pro_link .item:hover .icon img:nth-child(2), .pro_link .item.on .icon img:nth-child(2) {
    opacity: 1;
}

.pro_link .item:hover p, .pro_link .item.on p {
    color: #014099;
}

@keyframes width {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

.contrast_fixed {
    width: 500px;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    z-index: 19991209;
    right: 0;
    top: 0;
    border-top: 2px solid #014099;
    transform: translateX(110%);
    transition: 1s;
}

.contrast_fixed .wrap {
    width: 408px;
    margin: 0 auto;
    padding: 60px 0 0;
    position: relative;
}

.contrast_fixed .wrap .close {
    position: absolute;
    width: 25px;
    top: 66px;
    right: 0;
    cursor: pointer;
    z-index: 33;
}

.contrast_fixed .wrap .close img {
    filter: grayscale(1);
    transform: rotate(45deg);
}

.contrast_fixed .wrap .close:hover img {
    filter: grayscale(0);
}

.contrast_fixed .wrap .title {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
}

.contrast_fixed .wrap .title h5 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin-bottom: 26px;
}

.contrast_fixed .wrap .title p {
    font-weight: bold;
    font-size: 16px;
    color: #888888;
}

.contrast_fixed .content {
  max-height: calc(100vh - 600px);
    overflow-y: auto;
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 30px;
}

.contrast_fixed .content .item {
    display: flex;
    align-items: center;
    padding: 0 0 21px;
    margin-bottom: 19px;
    position: relative;
}
.contrast_fixed .content .item .item_close {
    position: absolute;
    width: 18px;
    top: 10px;
    right: 15px;
    transform: rotate(45deg);
    filter: brightness(0);
    z-index: 10;
    cursor: pointer;
}

.contrast_fixed .content .item:not(:nth-last-child(1)) {
    border-bottom: 1px solid #E7E7E7;
}

.contrast_fixed .content .item .img {
    width: 180px;
    height: 133px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 37px;
}

.contrast_fixed .content .item .img img {
    max-width: 80%;
    max-height: 80%;
    transition: 1.6s;
}

.contrast_fixed .content .item .item_text {
    width: 165px;
}

.contrast_fixed .content .item .item_text span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    margin-bottom: 10px;
}

.contrast_fixed .content .item .item_text p {
    font-weight: 800;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 30px;
    transition: 0.6s;
}

.contrast_fixed .select {
    position: relative;
    z-index: 10;
    opacity: 0;
    transform: translateY(20px);
}

.contrast_fixed .select .iconfont {
    font-size: 14px;
    color: #DFDFDF;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: rotate(90deg);
}
.contrast_fixed .select {
    display: flex;
    width: 408px !important;
    height: 50px !important;
    justify-content: space-between;
    align-items: center;
}
.contrast_fixed .select .select_item {
    width: 31%;
    height: 100%;
    position: relative;
}
.contrast_fixed .select select {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #D9D9D9;
    color: #111111;
    -moz-appearance: none;    /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    appearance: none;
    padding: 0 20px 0 15px;
    position: relative;
}

.contrast_fixed .select .pick-area .pick-show {
    height: 61px !important;
    padding: 0 23px 0 35px !important;
    display: flex;
    align-items: center;
}

.contrast_fixed .select .pick-area .pick-show span {
    max-width: 33.333% !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 60px;
    background: unset !important;
}

.contrast_fixed .select .pick-area .pick-list {
    width: 100% !important;
    border: 1px solid #D9D9D9;
    overflow-y: scroll;
    transform: translateY(-1px);
    background: #FFFFFF;
    padding: 0 !important;
}

.contrast_fixed .select .pick-area .pick-list .ulli {
    line-height: 44px;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
}

.contrast_fixed .btn {
    width: 180px;
    height: 48px;
    background: #014099;
    margin: 47px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
}

.contrast_fixed .btn p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.contrast_fixed.on {
    transform: translateX(0%);
}

.contrast_fixed.on .wrap .title, .contrast_fixed.on .wrap .content, .contrast_fixed.on .wrap .select, .contrast_fixed.on .wrap .btn {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
}

.contrast_fixed.on .wrap .title {
    transition-delay: 0.4s;
}

.contrast_fixed.on .wrap .content {
    transition-delay: 0.5s;
}

.contrast_fixed.on .wrap .select {
    transition-delay: 0.6s;
}

.contrast_fixed.on .wrap .btn {
    transition-delay: 0.7s;
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 1919px) {
    [data-lenis-prevent]{
        padding: 0px 1.0416666667vw 0px 0px;
    }
    [data-lenis-prevent]::-webkit-scrollbar{
        width: 0.2083333333vw;
    }
    ._scroll_y{
        right: 0.15625vw;
        width: 0.3125vw;
        border-radius: 0.5208333333vw;
    }
    ._scroll_y div{
        border-radius: 0.5208333333vw;
    }
    [data-wheel]::-webkit-scrollbar{
        width: 0.3645833333vw;
    }
    .header{
        height: 5.2083333333vw;
        padding: 0px 2.6041666667vw 0px 6.7708333333vw;
    }
    .header .search_box{
        height: 5.2083333333vw;
        padding: 1.40625vw 0px 0px;
    }
    .header .search_box form{
        width: 52.0833333333vw;
        padding-bottom: 0.3645833333vw;
    }
    .header .search_box form img{
        width: 0.9375vw;
    }
    .header .search_box form input{
        width: 46.7708333333vw;
        height: 2.5vw;
        font-size: 0.8333333333vw;
        padding: 0px 0.78125vw;
    }
    .header .search_box form button{
        width: 4.375vw;
        height: 2.5vw;
        border-radius: 1.25vw;
    }
    .header .search_box form button p{
        font-size: 0.8333333333vw;
    }
    .header .logo{
        width: 4.1666666667vw;
    }
    .header .nav li{
        padding: 0px 1.5625vw;
    }
    .header .nav li > a{
        font-size: 0.8333333333vw;
    }
    .header .nav li .second{
        top: 5.2083333333vw;
        height: 4.1666666667vw;
        padding: 0px 3.125vw;
    }
    .header .nav li .second.pro_link {
        height: 6.5104166667vw;
    }
    .header .nav li .second .item a{
        font-size: 0.8333333333vw;
    }
    .header .nav li .second .item{
        margin-right: 8.59375vw;
        transform: translateY(1.0416666667vw);
    }
    .header .header_right .search_btn{
        margin-right: 1.5625vw;
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .header .header_right .search_btn > img{
        width: 0.9375vw;
    }
    .header .header_right .search_btn .search_close{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .header .header_right .search_btn .search_close span{
        width: 1.3020833333vw;
    }
    .header .header_right .lan{
        font-size: 0.8333333333vw;
        margin-right: 4.1666666667vw;
    }
    .header .header_right .menu{
        width: 1.6666666667vw;
        height: 0.625vw;
    }
    .header .header_right .menu.on span:nth-child(1){
        transform: translateY(0.3125vw);
    }
    .header .header_right .menu.on span:nth-child(2){
        transform: translateY(-0.3125vw);
    }
    .header .header_right .menu.on_ span:nth-child(1){
        transform: translateY(0.3125vw) rotate(45deg);
    }
    .header .header_right .menu.on_ span:nth-child(2){
        transform: translateY(-0.3125vw) rotate(-45deg);
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item{
        transform: translateY(1.0416666667vw);
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item .block a{
        font-size: 1.25vw;
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item .block a::after{
        bottom: -0.2604166667vw;
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item .none{
        padding: 2.6041666667vw 0px 0px;
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item .none a{
        font-size: 0.9375vw;
        line-height: 2.1875vw;
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item .none a::after{
        bottom: 0.2604166667vw;
    }
    .common_footer{
        padding: 4.6875vw 0px 4.0104166667vw;
    }
    .common_footer .item .icon{
        width: 3.2291666667vw;
        height: 3.2291666667vw;
        margin: 0px auto 1.5625vw;
    }
    .common_footer .item p{
        font-size: 0.9375vw;
    }
    .common_footer .center{
        margin: 0px 11.3020833333vw;
    }
    .common_footer .center .icon{
        width: 4.6354166667vw;
        margin: 0px auto 1.875vw;
    }
    .common_footer .center h5{
        font-size: 1.3541666667vw;
        line-height: 1.875vw;
    }
    .common_footer .center:hover .icon svg .star .cls-5{
        stroke-width: 0.1041666667vw;
    }
    .footer .footer_top .item{
        height: 14.5833333333vw;
    }
    .footer .footer_top .item:not(:nth-last-child(1))::after{
        height: 5.7291666667vw;
    }
    .footer .footer_top .item .icon{
        width: 2.2395833333vw;
        height: 1.9791666667vw;
    }
    .footer .footer_top .item h5{
        margin: 2.03125vw 0px 0.625vw;
        font-size: 0.9375vw;
    }
    .footer .footer_top .item p{
        font-size: 0.8333333333vw;
    }
    .footer .footer_bottom .footer_nav_box .wrap{
        width: 86.4583333333vw;
    }
    .footer .footer_bottom .footer_nav_box .wrap .l{
        width: 65.625vw;
        padding: 6.5104166667vw 0px 9.375vw;
    }
    .footer .footer_bottom .footer_nav_box .wrap .l ul{
        margin-right: 6.25vw;
    }
    .footer .footer_bottom .footer_nav_box .wrap .l ul li a{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .footer .footer_bottom .footer_nav_box .wrap .l ul li:nth-child(1){
        margin: 0px 0px 1.5625vw;
    }
    .footer .footer_bottom .footer_nav_box .wrap .l ul li:nth-child(1) a{
        font-size: 0.9375vw;
    }
    .footer .footer_bottom .footer_nav_box .wrap .r{
        width: 20.8333333333vw;
        padding: 6.6145833333vw 0px 0px;
    }
    .footer .footer_bottom .footer_nav_box .wrap .r .logo{
        width: 6.6145833333vw;
    }
    .footer .footer_bottom .footer_nav_box .wrap .r .tel{
        font-size: 1.25vw;
    }
    .footer .footer_bottom .footer_nav_box .wrap .r p{
        font-size: 0.8333333333vw;
        margin: 4.53125vw 0px 1.4583333333vw;
    }

    .footer .footer_bottom .footer_share .wrap{
        width: 86.4583333333vw;
    }
    .footer .footer_bottom .footer_share .wrap .l{
        width: 65.625vw;
        padding: 0px 0px 0.8333333333vw;
    }
    .footer .footer_bottom .footer_share .wrap .l a{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
    }
    .footer .footer_bottom .footer_share .wrap .l span{
        font-size: 0.8333333333vw;
        margin: 0px 0.4166666667vw;
        line-height: 1.5625vw;
    }
    .footer .footer_bottom .footer_share .wrap .r{
        width: 20.8333333333vw;
        padding: 0px 0px 0.8333333333vw;
    }
    .footer .footer_bottom .footer_share .wrap .r .iconfont{
        font-size: 1.25vw;
        margin-left: 1.40625vw;
    }
    .footer .footer_bottom .footer_share .wrap .r .iconfont:nth-child(1){
        font-size: 1.5625vw;
    }
    .footer .footer_bottom .footer_link .wrap{
        width: 86.4583333333vw;
        height: 4.1666666667vw;
    }
    .footer .footer_bottom .footer_link .wrap p{
        font-size: 0.8333333333vw;
    }
    .footer .footer_bottom .footer_link .wrap a{
        font-size: 0.8333333333vw;
    }
    .banner{
        padding: 15.625vw 0px 0px;
    }
    .banner .wrap{
        width: 86.4583333333vw;
        margin: 0px auto 3.9583333333vw;
    }
    .banner .wrap h5{
        font-size: 0.8333333333vw;
        padding: 0px 0px 0px 1.3020833333vw;
        margin: 0px 0px 3.125vw;
    }
    .banner .wrap h5::after{
        width: 0.625vw;
        height: 0.625vw;
    }
    .banner .wrap .flex h2{
        font-size: 2.0833333333vw;
        line-height: 2.7083333333vw;
    }
    .banner .wrap .flex .year span{
        font-size: 2.0833333333vw;
        margin: 0px 1.5625vw 0.5208333333vw 0px;
    }
    .banner .wrap .flex .year p{
        font-size: 6.5625vw;
    }
    .banner .img{
        --a: calc((100vw - 86.4583333333vw) / 2);
    }
    .pro_link{
        height: 6.5104166667vw;
        top: 5.2083333333vw;
    }
    .pro_link .item{
        margin: 0px 2.4479166667vw;
    }
    .pro_link .item .icon{
        width: 2.3958333333vw;
        height: 1.6666666667vw;
        margin: 0px auto 0.6770833333vw;
    }
    .pro_link .item p{
        font-size: 0.8333333333vw;
    }
    .contrast_fixed{
        width: 26.0416666667vw;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 2.65625vw 0px;
        border-top: 0.1041666667vw solid rgb(1, 64, 153);
    }
    .contrast_fixed .wrap{
        width: 21.25vw;
        padding: 3.125vw 0px 0px;
    }
    .contrast_fixed .wrap .close{
        width: 1.3020833333vw;
        top: 3.4375vw;
    }
    .contrast_fixed .wrap .title{
        margin-bottom: 1.5625vw;
        transform: translateY(1.0416666667vw);
    }
    .contrast_fixed .wrap .title h5{
        font-size: 1.6666666667vw;
        margin-bottom: 1.3541666667vw;
    }
    .contrast_fixed .wrap .title p{
        font-size: 0.8333333333vw;
    }
    .contrast_fixed .content{
        max-height: calc(-31.25vw + 100vh);
        transform: translateY(1.0416666667vw);
        margin-bottom: 1.5625vw;
    }
    .contrast_fixed .content .item{
        padding: 0px 0px 1.09375vw;
        margin-bottom: 0.9895833333vw;
    }
    .contrast_fixed .content .item .item_close{
        width: 0.9375vw;
        top: 0.5208333333vw;
        right: 0.78125vw;
    }
    .contrast_fixed .content .item .img{
        width: 9.375vw;
        height: 6.9270833333vw;
        margin-right: 1.9270833333vw;
    }
    .contrast_fixed .content .item .item_text{
        width: 8.59375vw;
    }
    .contrast_fixed .content .item .item_text span{
        font-size: 0.9375vw;
        margin-bottom: 0.5208333333vw;
    }
    .contrast_fixed .content .item .item_text p{
        font-size: 0.9375vw;
        line-height: 1.5625vw;
    }
    .contrast_fixed .select{
        transform: translateY(1.0416666667vw);
    }
    .contrast_fixed .select .iconfont{
        font-size: 0.7291666667vw;
        top: 1.0416666667vw;
        right: 0.5208333333vw;
    }
    .contrast_fixed .select{
        width: 21.25vw !important;
        height: 2.6041666667vw !important;
    }
    .contrast_fixed .select select{
        font-size: 0.8333333333vw;
        padding: 0px 1.0416666667vw 0px 0.78125vw;
    }
    .contrast_fixed .select .pick-area .pick-show{
        height: 3.1770833333vw !important;
        padding: 0px 1.1979166667vw 0px 1.8229166667vw !important;
    }
    .contrast_fixed .select .pick-area .pick-show span{
        line-height: 3.125vw;
    }
    .contrast_fixed .select .pick-area .pick-list .ulli{
        line-height: 2.2916666667vw;
        font-size: 0.8333333333vw;
    }
    .contrast_fixed .btn{
        width: 9.375vw;
        height: 2.5vw;
        margin: 2.4479166667vw 0px 0px;
        transform: translateY(1.0416666667vw);
    }
    .contrast_fixed .btn p{
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 1024px) {

    body .header {
        height: 60px;
        background: #FFFFFF !important;
        box-shadow:  0 0 10px rgba(0,0,0,0.1) !important;
        padding: 0 5vw;
    }
    .header .logo {
        width: 48px;
    }
    .header .nav {
        display: none;
    }
    .header .header_right .lan {
        font-size: 16px;
    }
    .header .header_right .search_btn {
        width: 16px;
        height: 16px;
        margin-right: 15px;
    }
    .header .header_right .menu {
        width: 24px;
        height: 10px;
    }
    .header .header_right .menu.on_ span:nth-child(2) {
        transform: translateY(-5px) rotate(-45deg);
    }
    .header .header_right .menu.on_ span:nth-child(1) {
        transform: translateY(4px) rotate(45deg);
    }
    .header .header_right .menu_box .menu_box_bg {
        background: #FFFFFF;
    }
    .header .header_right .menu_box .menu_box_bg img,.header .header_right .menu_box .menu_box_bg:after {
        display: none;
    }
    .header .header_right .menu_box .menu_box_list {
        display: block;
        padding: 80px 0 0;
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part {
        width: 100%;
        height: unset;
        display: block;
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item {
        padding: 0 5vw;
        border-bottom: 1px solid #ccc;
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item .none {
        padding: 0 0 10px 14px;
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item .none a {
        font-size: 14px;
        color: #111111;
        line-height: 30px;
        text-align: left;
        width: 100%;
        position: relative;
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item .none a:after {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #111111;
        position: absolute;
        left: -10px;
        top: 12px;
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item .block {
        position: relative;
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part:nth-child(1) .item .block:after,.header .header_right .menu_box .menu_box_list .menu_box_list_part:nth-child(3) .item .block:after,.header .header_right .menu_box .menu_box_list .menu_box_list_part:nth-child(4) .item .block:after,.header .header_right .menu_box .menu_box_list .menu_box_list_part:nth-child(5) .item .block:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 8px;
        background: #111111;
        clip-path: polygon(0 0,100% 50%, 0 100%);
        top: 21px;
        right: 0;
        transition: 0.6s;
    }


    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item {
        transition-delay: 0.6s;
        transition: 0.6s;
    }
    .header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(1) .item {
        transition-delay: 0.6s;
    }


    .header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(2) .item {
        transition-delay: 0.7s;
    }


    .header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(3) .item {
        transition-delay: 0.8s;
    }


    .header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(4) .item {
        transition-delay: 0.9s;
    }


    .header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(5) .item {
        transition-delay: 1s;
    }

    .header .header_right .menu_box.on .menu_box_list .menu_box_list_part:nth-child(6) .item {
        transition-delay: 1.1s;
    }


    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item.item_active .block:after {
        transform: rotate(90deg);
    }
    .header .header_right .menu_box .menu_box_list .menu_box_list_part .item .block a {
        font-size: 16px;
        line-height: 50px;
        width: 50%;
        margin: 0;
        color: #111111;
        text-align: left;
    }
    .header .header_right .search_btn > img {
        width: 16px;
        filter: brightness(0) !important;
    }
    .header .header_right .menu span {
        background: #111111 !important;
    }
    .header .header_right .lan {
        color: #111111 !important;
    }

    .banner {
        padding: 90px  0 0;
    }
    .banner .wrap h5 {
        font-size: 16px;
        padding: 0 0 0 18px;
        margin-bottom: 15px;
    }
    .banner .wrap h5::after {
        width: 8px;
        height: 8px;
    }
    .banner .wrap .flex {
        display: block;
    }
    .banner .wrap .flex h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 0px;
    }
    .banner .wrap .flex h2 br {
        display: none;
    }
    .banner .wrap .flex .year {
        margin: 10px 0 0;
    }
    .banner .wrap .flex .year span {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .banner .wrap .flex .year p {
        font-size: 48px;
    }
    .banner .img {
        clip-path: unset;
        height: 40vh;
    }
    .banner .img img {
        width: 100%;
        height: 100%;
    }
    .banner .wrap {
        width: 90%;
        margin: 0 auto 30px;
    }
    .common_footer {
        padding: 40px 0;

        flex-direction: column;
    }
    .common_footer .item .icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 10px;
    }
    .common_footer .item p {
        font-size: 16px;
    }
    .common_footer .center {
        margin: 30px 0;

    }
    .common_footer .center .icon {
        width: 80px;
    }
    .common_footer .center h5 {
        font-size: 16px;
        line-height: 1.4;
    }
    .footer .footer_bottom .footer_nav_box .wrap .l {
        display: none;
    }
    .footer .footer_bottom .footer_nav_box .wrap .r {
        width: 100%;
        padding: 40px 0 0;
        justify-content: center;
        align-items: center;
    }
    .footer .footer_bottom .footer_nav_box .wrap .r .tel {
        font-size: 20px;
    }
    .footer .footer_bottom .footer_nav_box .wrap .r p {
        margin: 30px 0;
    }
    .footer .footer_bottom .footer_share .wrap {
        width: 90%;
        flex-direction: column;
    }
    .footer .footer_bottom .footer_share .wrap .l {
        justify-content: center;
        width: 100%;
    }
    .footer .footer_bottom .footer_share .wrap .l a {
        font-size: 14px;
        line-height: 1;
    }
    .footer .footer_bottom .footer_share .wrap .l span {
        font-size: 16px;
        margin: 0 5px;
    }
    .footer .footer_bottom .footer_nav_box .wrap .r p {
        font-size: 16px;
    }
    .footer .footer_bottom .footer_nav_box .wrap {
        width: 90%;
    }
    .footer .footer_bottom .footer_nav_box .wrap .r .logo {
        width: 80px;
    }
    .footer .footer_bottom .footer_share {
        padding: 30px 0 20px;
    }
    .footer .footer_bottom .footer_share .wrap .l {
        margin: 0 0 40px;
    }
    .footer .footer_bottom .footer_share .wrap .r {
        width: 100%;
        justify-content: center;
    }
    .footer .footer_bottom .footer_share .wrap .r .iconfont:nth-child(1) {
        font-size: 26px;
    }
    .footer .footer_bottom .footer_share .wrap .r .iconfont:nth-child(2) {
        font-size: 20px;
        margin-left: 30px;
    }
    .footer .footer_bottom .footer_link .wrap p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 8px;
    }
    .footer .footer_bottom .footer_link .wrap a {
        display: inline-block;
        font-size: 14px;
        text-align: center;
    }
    .footer .footer_bottom .footer_link .wrap>a {
        display: block;
        margin: 0 auto;
    }
    .footer .footer_bottom .footer_link .wrap {
        width: 90%;
        height: unset;
        display: block;
        padding: 15px 0;
    }

    .contrast_fixed {
        width: 80vw;
        border-top: 4px solid rgb(1, 64, 153);
    }
    .contrast_fixed .wrap {
        width: 90%;
        padding: 40px 0 0;
    }
    .contrast_fixed .wrap .title h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .contrast_fixed .wrap .title p {
        font-size: 16px;
    }
    .contrast_fixed.on .wrap .title {
        margin-bottom: 40px;
    }
    .contrast_fixed .content .item .img {
        width: 120px;
        height: 100px;
        margin-right: 15px;
    }
    .contrast_fixed .content .item .item_text p {
        font-size: 14px;
        line-height: 1;
    }
    .contrast_fixed .content .item .item_close {
        width: 14px;
        top: 6px;
        right: 5px;
    }
    .contrast_fixed .content {
        margin-bottom: 30px;
        max-height: calc(-420px + 100vh);
    }
    .contrast_fixed .select {
        display: block;
        width: 100% !important;
        height: unset !important;
    }
    .contrast_fixed .select .select_item {
        width: 100%;
        margin-bottom: 10px;
    }
    .contrast_fixed .btn {
        width: 150px;
        height: 44px;
        margin: 20px 0 0;
    }
    .contrast_fixed .btn p {
        font-size: 14px;
    }
    .contrast_fixed .select select {
        font-size: 14px;
        padding: 0 10px;
        height: 40px;
        width: 100%;
    }
    .contrast_fixed .select .iconfont {
        font-size: 14px;
        top: 14px;
        right: 9px;
    }
    .contrast_fixed .wrap .close {
        width: 25px;
        top: 42px;
    }
    .contrast_fixed .content .item .item_text span {
        font-size: 16px;
    }
    .contrast_fixed .content .item .item_text {
        width: 40vw;
    }
    .pro_link {
        top: 60px;
        display: none;
    }
    .contrast_fixed .content .item {
        padding: 0 0 10px;
        margin: 0 0 10px;
    }
    .footer .footer_bottom .footer_share .wrap .r .iconfont .ewm_box {
        position: unset;
        opacity: 1;
        pointer-events: auto;
        left: unset;
        transform: unset;
        padding: 0;
    }
    .footer .footer_bottom .footer_share .wrap .r .iconfont::before {
        display: none;
    }
    .footer .footer_bottom .footer_share .wrap .r .ewm_item .ewm_box {
        width: 100px;
    }
    .footer .footer_bottom .footer_share .wrap .r .ewm_item .ewm_box p {
        display: block !important;
        text-align: center;
        margin: 10px 0 0;
        font-size: 14px;
    }
}
