@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;
}


.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;
}


.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;
    }
   
    .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;
    }
    
    .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) {

   
    .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;
    }
}
