body {
    margin: 0;
    padding: 0;
    /* font-family: 思源黑体 CN Bold; */
}

/* h1,
h2,
h3,
h4 {
    font-weight: lighter;
} */

a {
    color: black;
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
    display: block;
}

/* ::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #8b8b8b;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #636363;
} */

li {
    list-style: none;
}

/* zt */
/* @font-face { */
    /* font-family: 思源黑体 CN Bold; */
    /* src: url('/src/font/Source Han Sans/SourceHanSansCN-Bold.otf'); */
/* } */


/* @font-face { */
    /* font-family: 思源黑体 CN Light; */
    /* src: url('/src/font/Source Han Sans/SourceHanSansCN-Light.otf'); */
/* } */


/* @font-face { */
    /* font-family: 思源黑体 CN Regular; */
    /* src: url('/src/font/Source Han Sans/SourceHanSansCN-Regular.otf'); */
/* } */

/* @font-face { */
    /* font-family: 苹方-简 常规体; */
    /* src: url('/src/font/pingfang/PingFang Regular.ttf'); */
/* } */

/* @font-face { */
    /* font-family: Public Sans ExtraBold; */
    /* src: url('/src/font/PublicSans-ExtraBold-6.otf'); */
/* } */

/* @font-face { */
    /* font-family: 苹方-简 中粗体; */
    /* src: url('/src/font/pingfang/PingFangSC-Semibold.otf'); */
/* } */

/* @font-face {
    font-family: 思源黑体 CN ExtraLight;
    src: url('/src/font/Source Han Sans/SourceHanSansSC-ExtraLight.otf');
}


@font-face {
    font-family: 思源黑体 CN Medium;
    src: url('/src/font/Source Han Sans/SourceHanSansSC-Medium.otf');
}

@font-face {
    font-family: Public Sans ExtraBold;
    src: url('/src/font/PublicSans-ExtraBold-6.otf');
}

@font-face {
    font-family: Poppins SemiBold Italic;
    src: url('/src/font/Poppins/Poppins SemiBold Italic.otf');
} */
a:active,
a:hover,
a:focus,
a:visited {
    outline: none !important;
    text-decoration: none;
}

button {
    border: none;
    outline: none;
    background-color: transparent;
}

/* 分页 */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination>li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #666666;
    font-size: var(--16px--);
    border-radius: 50%;
}

.pagination>li>* {
    font-family: 思源黑体 CN Regular;
    /* font-size: var(--24px--); */
    width: 100%;
    height: 100%;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination>.active {
    background-color: #d7141c;
}

.pagination>.active>span {
    color: #fff;
}

.pagination>.disabled {
    background-color: #ccc;
}

.pagination>.disabled svg path {
    fill: #fff;
}

.pagination>li:first-child {
    transform-origin: center center;
    transform: rotate(180deg);
    border-color: #ccc;
}

/* 面包屑 */
.crumb {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.crumb>* {
    font-family: 思源黑体 CN Regular;
    color: #fff;
    font-size: var(--18px--);
}

/* 分享 */
.pro_fx {
    display: flex;
    align-items: center;
    position: relative;
    margin: 40px 0;
}

.pro_fx span {
    display: inline-flex;
    align-items: center;
    color: #333;
    cursor: pointer;
    font-size: var(--21px--);
    font-family: '思源黑体 CN Regular';
    font-weight: 400;
}

.pro_fx svg.icon {
    fill: #03172e;
    width: 30px;
    margin-left: 10px;
}

.pro_fx p {
    position: absolute;
    left: 90px;
    top: 0;
    transition: all .5s ease;
    opacity: 1;
    display: flex;
    margin: 0;
}

/* .pro_fx:hover p {
    opacity: 1;
    left: 120px;
} */

.pro_fx p svg:hover {
    fill: #0057b8;
}

.relPro>div:nth-child(1) {
    display: flex;
    align-items: center;
    margin-bottom: 3%;
}

/* 按钮 */
.pro-prev,
.pro-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #D7141C;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .6s ease;
}

.pro-next.swiper-button-disabled,
.pro-prev.swiper-button-disabled {
    border: 1px solid rgba(151, 151, 151, 0.23);
    background-color: transparent;
    display: flex;
}

.pro-next.swiper-button-disabled>svg>path,
.pro-prev.swiper-button-disabled>svg>path {
    fill: #333;
}

.swiper-pagination-bullet-active {
    background-color: #D7141C !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #D7141C !important;
}

/* 第一页 */
.page1 {
    width: 100%;
    max-height: 600px;
    position: relative;
    overflow: hidden;
    background-color: #666666;
}

.page1>img {
    width: 100%;
    min-height: 40vh;
}

.page1>.info {
    width: 55.5%;
    position: absolute;
    left: 5%;
    bottom: 10%;
    z-index: 3;
}

.page1>.info>h3 {
    /* font-size: max(48px, 3.125vw); */
    font-size: var(--48px--);
    color: #FFFFFF;
    /* line-height: 61px; */
    margin-bottom: 10px;
}

.page1>.info>h4 {
    font-family: 苹方-简 中粗体;
    font-size: var(--18px--);
    color: #D7141C;
    margin-bottom: 5%;
}

.page1>.info>p {
    font-family: 思源黑体 CN Regular;
    font-weight: 400;
    font-size: var(--16px--);
    color: rgba(255, 255, 255, 0.8);
    line-height: 175%;
}

.Hmask {
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.84;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

/* 搜索 */
.popup-search-box {
    position: fixed;
    top: 0;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.95);
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.popup-search-box.shows {
    opacity: 1;
    visibility: visible;
    width: 100.1%;
    height: 100vh;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    border-radius: 0;
    top: 0;
    left: 0;
    transform: none;
}

.popup-search-box button.searchClose {
    width: 3.125vw;
    height: 3.125vw;
    position: absolute;
    top: 2.083vw;
    right: 2.083vw;
    border: 1px solid #D7141C;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    fill: #D7141C;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-search-box button.searchClose:hover {
    color: var(--li);
    background-color: #fff;
    border-color: transparent;
    border-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.popup-search-box button.searchClose svg {
    width: 45%;
    height: auto;
}

.headerBox .Search_box {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding-bottom: 2.083vw;
    cursor: auto;
    width: 94%;
    max-width: max(500px, 36.458vw);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

.popup-search-box.shows .Search_box {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.headerBox .Search_box input#search-input {
    font-size: var(--16px--);
    line-height: var(--45px--);
    width: 100%;
    border: 2px solid #D7141C;
    background-color: transparent;
    color: #fff;
    border-radius: 2.604vw;
    padding: 0 1.302vw;
    padding-right: 2.344vw;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

input#search-input::-webkit-input-placeholder {
    color: #fff;
}

input#search-input:focus-visible {
    outline: none;
}

.headerBox .Search_box .search {
    position: absolute;
    top: 0;
    background-color: transparent;
    border: none;
    right: 0.625vw;
    cursor: pointer;
    width: max(45px, 3.646vw);
    height: max(45px, 3.646vw);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001);
    display: flex;
}

.headerBox .Search_box .search svg.icon {
    fill: #fff;
    margin: auto;
    width: 1.406vw;
    height: auto;
}

.headerBox .Search_box .search:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .page1>.info {
        width: 90%;
    }
}


:root {
    --adaptation--: 16px;
}

html {
    font-size: var(--adaptation--) !important;
}

@media (min-width: 768px) {
    :root {
        --12px--: max(10px, 0.625vw);
        --14px--: max(12px, 0.73vw);
        --16px--: max(14px, 0.84vw);
        --18px--: max(16px, 0.9375vw);
        --20px--: max(18px, 1.05vw);
        --21px--: max(19px, 1.09375vw);
        --22px--: max(20px, 1.15vw);
        --24px--: max(22px, 1.25vw);
        --26px--: max(24px, 1.36vw);
        --28px--: max(26px, 1.46vw);
        --30px--: max(28px, 1.5625vw);
        --32px--: max(30px, 1.67vw);
        --34px--: max(32px, 1.78vw);
        --36px--: max(34px, 1.875vw);
        --38px--: max(36px, 1.98vw);
        --40px--: max(38px, 2.084vw);
        --42px--: max(38px, 2.1875vw);
        --44px--: max(38px, 2.3vw);
        --45px--: max(38px,2.34375vw)
        --46px--: max(38px, 2.4vw);
        --48px--: max(38px, 2.5vw);
        --50px--: max(38px, 2.6042vw);
        --150px--: max(150px, 8vw);
        --160px--: max(160px, 13.8vw);
        --500px--:  max(500px, 26.1vw);
    }
}

@media (max-width: 768px) {
    :root {
        --12px--: 0.75rem;
        --14px--: 0.875rem;
        --16px--: 1rem;
        --18px--: 1.125rem;
        --20px--: 1.25rem;
        --21px--: 1.3125rem;
        --22px--: 1.375rem;
        --24px--: 1.5rem;
        --26px--: 1.625rem;
        --28px--: 1.75rem;
        --30px--: 1.875rem;
        --32px--: 2rem;
        --34px--: 2.125rem;
        --36px--: 2.25rem;
        --38px--: 2.375rem;
        --40px--: 2.5rem;
        --42px--: 2.625rem;
        --44px--: 2.75rem;
        --45px--: 2.8125re,;
        --46px--: 2.875rem;
        --48px--: 3rem;
        --50px--: 3.125rem;
        --150px--: 9.375rem;
        --160px--: 10rem;
        --500px--: 31.25rem
    }
}