/* 池野。 tel/wchat:18720248770 1.8 index */
header {
    transition: all 0.5s ease;
    position: relative;
}

header.ventricle {
    background: var(--part-zj-FF);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

header.on {
    top: -111px;
}

#ventricle .venSack {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

#ventricle .venSack .venLf .venLogo>a {
    display: flex;
    align-items: flex-end;
    position: relative;
}

#ventricle .venSack .venLf .venLogo>a .venLogoSa img {
    width: var(--venLogoSa);
    object-fit: cover;
    object-position: center;
}

#ventricle .venSack .venLf .venLogo .venLogoTi {
    pointer-events: none;
    position: absolute;
    left: calc(100% + 12px);
    bottom: 0;
}

#ventricle .venSack .venLf .venLogo .venLogoTi .venLogoTi_01 {
    overflow: hidden;
    width: max-content;
}

#ventricle .venSack .venLf .venLogo .venLogoTi .venLogoTi_01 img {
    width: calc(var(--venLogoSa) - 57px);
    object-fit: cover;
    object-position: center;
    transform: translateY(101%);
    transition: 1s cubic-bezier(.19, 1, .22, 1);
}

#ventricle .venSack .venLf .venLogo>a:hover .venLogoTi .venLogoTi_01 img {
    transform: translateY(0);
}

#ventricle .venSack .venLf .venLogo .venLogoTi .venLogoTi_02 {
    overflow: hidden;
    width: max-content;
    height: 100%;
    display: flex;
    margin: 6px 0;
}

#ventricle .venSack .venLf .venLogo .venLogoTi .venLogoTi_02 img {
    width: calc(var(--venLogoSa) - 13px);
    object-fit: cover;
    object-position: center;
    transform: translateY(101%);
    transition: 1s cubic-bezier(.19, 1, .22, 1);
}

#ventricle .venSack .venLf .venLogo>a:hover .venLogoTi .venLogoTi_02 img {
    transform: translateY(0);
}

#ventricle .venSack .venRg .venRgSa {
    display: flex;
    align-items: center;
}

#ventricle .venSack .venRg .venRgSa .venRg_01 {
    margin-right: 62px;
}

#ventricle .venSack .venRg .venRgSa .venRg_01>a,
#ventricle .venSack .venRg .venRgSa .venRg_02 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#ventricle .venSack .venRg .venRgSa .venRg_01 .venRg_01Ti p {
    color: var(--ven-zj-B1);
    font-family: NHM-SB;
    font-size: var(--ven-zj-Si1);
    font-style: normal;
    line-height: normal;
    margin-right: 6px;
}

#ventricle .venSack .venRg .venRgSa .venRg_01 .venRg_01Ico {
    display: flex;
    overflow: hidden;
    width: max-content;
    transform: rotate(-45deg);
}

#ventricle .venSack .venRg .venRgSa .venRg_01 .venRg_01Ico img {
    width: 24px;
    object-fit: cover;
    object-position: center;
}

#ventricle .venSack .venRg .venRgSa .venRg_01>a:hover .venRg_01Ico img {
    animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#ventricle .venSack .venRg .venRgSa .venRg_02 .venRg_02Ti p {
    color: var(--ven-zj-1E);
    font-family: NHM-SB;
    font-size: var(--ven-zj-Si1);
    font-style: normal;
    line-height: normal;
    margin-right: 10px;
}

#ventricle .venSack .venRg .venRgSa .venRg_02 .venRg_02Ico {
    display: flex;
}

#ventricle .venSack .venRg .venRgSa .venRg_02 .venRg_02Ico img {
    width: 26px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {
    #ventricle .venSack .venRg .venRgSa .venRg_01 {
        margin-right: 54px;
    }

    #ventricle .venSack .venRg .venRgSa .venRg_01 .venRg_01Ico img {
        width: 22px;
    }

    #ventricle .venSack .venRg .venRgSa .venRg_02 .venRg_02Ico img {
        width: 24px;
    }

    #ventricle .venSack .venRg .venRgSa .venRg_02 .venRg_02Ti p {
        margin-right: 8px;
    }
}

@media (max-width: 762px) {
    #ventricle .venSack .venRg .venRgSa .venRg_01 {
        margin-right: 30px;
    }
}

@media (max-width: 499px) {
    #ventricle .venSack .venRg .venRgSa .venRg_01 {
        display: none;
    }

    #ventricle {
        opacity: 1 !important;
    }
}

/*  */
.so {
    background: url(../images/indexbg.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding-top: 112px;
    overflow: hidden;
}

.so .soSa {
    padding-top: 20px;
    padding-bottom: 40px;
}

.so01 .so01_ul {
    margin-right: calc(-.5* 5.2rem);
    margin-left: calc(-.5* 5.2rem);
}

.so01 .so01_ul .so01_li {
    padding-right: calc(5.2rem* .5);
    padding-left: calc(5.2rem* .5);
}

.so01 .so01_ul .so01_li .so01_liA {
    display: block;
    position: relative;
    padding-left: 20px;
}

.so01 .so01_ul .so01_li .so01_liA::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(153, 153, 153, 0.25);
    left: 0;
    top: 0;
}

.so01 .so01_ul .so01_li:nth-child(2n-1) .so01_liA {
    padding-top: 5vw;
}

.so01 .so01_ul .so01_li:nth-child(2n) .so01_liA {
    padding-top: 12vw;
}

.so01 .so01_ul .so01_li .so01_liA .so01_liSmT {
    border-radius: 50px;
    border: 1px solid rgba(153, 153, 153, 0.25);
    width: max-content;
    padding: 5px 26px;
    margin-bottom: 1.6vw;
}

.so01 .so01_ul .so01_li .so01_liA .so01_liSmT h2 {
    color: var(--part-zj-1E);
    font-family: NHM-SB;
    font-size: var(--part-zj-Si1);
    font-style: normal;
    line-height: normal;
    mix-blend-mode: difference;
    pointer-events: none;
    color: #ffffff;
    position: relative;
    z-index: 12;
}

.so01 .so01_ul .so01_li .so01_liA .so01_liP p {
    color: var(--part-zj-1E);
    font-family: NHM-SB;
    font-size: var(--part-zj-Si2);
    font-style: normal;
    line-height: calc(var(--part-zj-Si2) * 1.2);
    width: 345px;
    max-width: 100%;
    mix-blend-mode: difference;
    pointer-events: none;
    color: #ffffff;
    position: relative;
    z-index: 12;
}

.so01 .so01_ul .so01_li .so01_liA .so01_liImg {
    position: absolute;
    width: 100%;
    left: 6px;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s ease;
}

.so01 .so01_ul .so01_li .so01_liA:hover .so01_liImg {
    opacity: 1;
}

.so01 .so01_ul .so01_li:nth-child(2n-1) .so01_liA .so01_liImg {
    top: 60%;
}

.so01 .so01_ul .so01_li:nth-child(1) .so01_liA .so01_liImg {
    top: 72%;
}

.so01 .so01_ul .so01_li:nth-child(2n) .so01_liA .so01_liImg {
    top: 10%;
}

.so01 .so01_ul .so01_li .so01_liA .so01_liImg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 3 / 2;
}

.so02 {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}

.so02 .so02_01 {
    width: 36%;
    padding-right: 2%;
    flex: 0 0 auto;
}

.so02 .so02_01 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 3 / 2;
}

.so02 .so02_02 .so02_02p {
    overflow: hidden;
}

.so02 .so02_02 .so02_02p p,
.so02 .so02_02 .so02_02p p span {
    display: block;
    color: var(--part-zj-1E);
    font-family: monli3;
    font-size: var(--part-zj-Si3);
    font-style: normal;
    line-height: calc(var(--part-zj-Si3) * 1);
    letter-spacing: -3.5px;
}

.so02 .so02_02 .so02_02p p span {
    font-size: var(--part-zj-Si4);
    line-height: calc(var(--part-zj-Si4) * 1.02);
    letter-spacing: 6.608px;
}

@media (max-width: 1536px) {
    .so01 .so01_ul {
        margin-right: calc(-.5* 2.2rem);
        margin-left: calc(-.5* 2.2rem);
    }

    .so01 .so01_ul .so01_li {
        padding-right: calc(2.2rem* .5);
        padding-left: calc(2.2rem* .5);
    }

    .so01 .so01_ul .so01_li .so01_liA .so01_liSmT {
        border-radius: 50px;
        border: 1px solid rgba(153, 153, 153, 0.25);
        width: max-content;
        padding: 4px 16px;
        margin-bottom: 1.4vw;
    }

    .so02 .so02_01 {
        width: 30%;
    }

    .so02 .so02_02 .so02_02p p {
        font-size: 92px;
    }
}

@media (max-width: 992px) {
    .so {
        height: auto;
    }

    .so01 .so01_ul .so01_li {
        width: 100%;
        margin-bottom: 60px;
    }

    .so01 .so01_ul .so01_li .so01_liA {
        padding: 0 !important;
    }

    .so01 .so01_ul .so01_li .so01_liA::after {
        display: none;
    }

    .so01 .so01_ul .so01_li .so01_liA .so01_liP {
        margin-bottom: 20px;
    }

    .so01 .so01_ul .so01_li .so01_liA .so01_liImg {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        opacity: 1;
    }

    .so02 .so02_02 .so02_02p p {
        font-size: 62px;
        font-size: 8vw;
        line-height: normal;
    }

    .so02 .so02_02 .so02_02p p span {
        font-size: 127px;
        font-size: 12vw;
        line-height: normal;
    }
}

@media (max-width: 642px) {
    .so02 {
        align-items: flex-start;
        margin-top: 0;
        flex-direction: column;
        padding-bottom: 40px;
    }

    .so02 .so02_01 {
        width: 40%;
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .so {
        padding-top: 96px;
        background: url(../images/indexbg1.png) no-repeat;
    }

    .so02 .so02_01 {
        width: 60%;
        margin-bottom: 10px;
    }

    .so02 .so02_02 .so02_02p p,
    .so02 .so02_02 .so02_02p p span {
        letter-spacing: 0;
    }

    .so02 .so02_02 .so02_02p p {
        font-size: 13vw;
    }

    .so02 .so02_02 .so02_02p p span {
        font-size: 20vw;
    }
}

.abouBg {
    background: url(../images/abbg.png) no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 100vh;
    padding-top: 112px;
    position: relative;
}

.ab01 .ab01Sa {
    padding-top: 134px;
}

.ab01 .ab01Sa .ab01_P {
    position: relative;
    padding-bottom: 54px;
    margin-bottom: 110px;
}

.ab01 .ab01Sa .ab01_P::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(153, 153, 153, 0.35);
    left: 0;
    bottom: 0;
}

.ab01 .ab01Sa .ab01_P h2 {
    color: #000;
    font-family: NHM-Re;
    font-size: var(--part-zj-Si5);
    font-style: normal;
    line-height: calc(var(--part-zj-Si5) * 1.375);
    width: 1320px;
    max-width: 100%;
}

.ab01 .ab01Sa .ab01_P h2 span {
    font-family: NHM-SB;
    color: var(--ven-zj-B1);
}

.ab01 .ab01Sa .ab01_Img {
    overflow: hidden;
    max-height: 840px;
}

.ab01 .ab01Sa .ab01_Img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ab02 .ab02Sa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 180px;
    padding-bottom: 108px;
}

.ab02 .ab02Sa .ab02_01 {
    width: 51.3464%;
    flex: 0 0 auto;
}

.ab02 .ab02Sa .ab02_01 .ab02_01img {
    position: relative;
}

.ab02 .ab02Sa .ab02_01 .ab02_01img::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--ven-zj-B1);
    height: 100%;
    transition: all 0.5s ease;
}

.ab02 .ab02Sa .ab02_01 .ab02_01img:hover:after {
    transform: translate(-50%, -50%) rotate(2.465deg);
}

.ab02 .ab02Sa .ab02_01 .ab02_01img img {
    width: 100%;
    position: relative;
    z-index: 12;
}

.ab02 .ab02Sa .ab02_02 {
    padding-left: 12px;
    width: 48%;
    flex: 0 0 auto;
}

.ab02 .ab02Sa .ab02_02 .ab02_02P {
    margin-bottom: 76px;
    display: flex;
    justify-content: flex-end;
}

.ab02 .ab02Sa .ab02_02 .ab02_02P h2 {
    color: var(--ven-zj-B1);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si5);
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.32px;
    width: 642px;
    max-width: 100%;
}

.ab02 .ab02Sa .ab02_02 .ab02_02SmP {
    display: flex;
    justify-content: flex-end;
}

.ab02 .ab02Sa .ab02_02 .ab02_02SmP h3 {
    color: var(--part-zj-1E);
    text-align: right;
    font-family: NHM-Re;
    font-size: var(--part-zj-Si6);
    font-style: normal;
    line-height: normal;
    width: 356px;
    max-width: 100%;
}

.ab03 {
    background: rgba(153, 153, 153, 0.05);
    padding-top: 110px;
    padding-bottom: 380px;
}

.ab03 .ab03Sa .ab03_01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 74px;
}

.ab03 .ab03Sa .ab03_01 .ab03_01lf {
    width: 76%;
    flex: 0 0 auto;
}

.ab03 .ab03Sa .ab03_01 .ab03_01lf .ab03_01H2 {
    margin-bottom: 36px;
}

.ab03 .ab03Sa .ab03_01 .ab03_01lf .ab03_01H2 h2 {
    color: var(--part-zj-00);
    font-family: NHM-SB;
    font-size: var(--part-zj-Si7);
    font-style: normal;
    line-height: normal;
}

.ab03 .ab03Sa .ab03_01 .ab03_01lf .ab03_01H3 {
    margin-bottom: 10px;
}

.ab03 .ab03Sa .ab03_01 .ab03_01lf .ab03_01H3 h3 {
    color: var(--ven-zj-B1);
    font-family: NHM-SB;
    font-size: var(--part-zj-Si5);
    font-style: normal;
    line-height: normal;
}

.ab03 .ab03Sa .ab03_01 .ab03_01lf .ab03_01P p {
    color: var(--part-zj-1E);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si6);
    font-style: normal;
    line-height: calc(var(--part-zj-Si6) * 1.33);
    letter-spacing: 0.18px;
    width: 1230px;
    max-width: 100%;
}

.ab03 .ab03Sa .ab03_01 .ab03_01Rg {
    position: relative;
    width: 132px;
    height: 120px;
}

.ab03 .ab03Sa .ab03_01 .ab03_01Rg>div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--part-zj-1E);
    transition: all 0.5s ease;
}

.ab03 .ab03Sa .ab03_01 .ab03_01Rg>div:hover {
    background: var(--ven-zj-B1);
    border: 1px solid var(--ven-zj-B1);
}

.ab03 .ab03Sa .ab03_01 .ab03_01Rg>div img {
    transition: all 0.5s ease;
}

.ab03 .ab03Sa .ab03_01 .ab03_01Rg>div:hover img {
    filter: grayscale(100%) invert(100%);
}

.ab03 .ab03Sa .ab03_01 .ab03_01Rg .swiper-button-prev {
    right: 0;
    left: auto;
}

.ab03 .ab03Sa .ab03_01 .ab03_01Rg .swiper-button-next {
    left: 0;
    right: auto;
}

.ab03 .ab03Sa .ab03_01 .ab03_01Rg>div::after {
    content: "";
}

.ab03 .ab03Sa .ab03_02 .ab03_02Sw {
    position: relative;
}

#ab03_02Sw {
    overflow: hidden;
}

#ab03_02Sw:hover {
    cursor: pointer;
}

#ab03_02Sw .ab03_02SwImg {
    overflow: hidden;
}

#ab03_02Sw .ab03_02SwImg img {
    aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

#ab03_02Sw .ab03_02SwImg:hover img {
    transform: scale(1.1);
}

@media (max-width: 1536px) {
    .ab01 .ab01Sa {
        padding-top: 104px;
    }

    .ab01 .ab01Sa .ab01_P {
        padding-bottom: 44px;
        margin-bottom: 100px;
    }

    .ab02 .ab02Sa {
        padding-top: 160px;
        padding-bottom: 98px;
    }

    .ab02 .ab02Sa .ab02_02 .ab02_02P {
        margin-bottom: 66px;
    }

    .ab03 {
        padding-top: 100px;
        padding-bottom: 290px;
    }

    .ab03 .ab03Sa .ab03_01 .ab03_01Rg>div {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 992px) {
    .ab02 .ab02Sa {
        flex-direction: column-reverse;
        padding-top: 116px;
    }

    .ab02 .ab02Sa .ab02_01 {
        width: 100%;
    }

    .ab02 .ab02Sa .ab02_02 {
        width: 100%;
        margin-bottom: 40px;
    }

    .ab03 .ab03Sa .ab03_01 .ab03_01lf {
        width: 88%;
    }

    .ab03 .ab03Sa .ab03_01 .ab03_01lf .ab03_01H2 {
        margin-bottom: 16px;
    }

    .ab03 .ab03Sa .ab03_01 .ab03_01Rg {
        height: 50px;
    }
}

@media (max-width: 884px) {
    .ab03 .ab03Sa .ab03_01 {
        flex-direction: column;
        padding-bottom: 36px;
    }

    .ab03 .ab03Sa .ab03_01 .ab03_01lf {
        width: 100%;
        margin-bottom: 10px;
    }

    .ab03 .ab03Sa .ab03_01 .ab03_01Rg {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .ab03 {
        padding-bottom: 194px;
    }
}

@media (max-width: 762px) {
    .ab01 .ab01Sa {
        padding-top: 68px;
    }

    .ab01 .ab01Sa .ab01_P {
        padding-bottom: 34px;
        margin-bottom: 70px;
    }
}

@media (max-width: 499px) {
    .abouBg {
        padding-top: 76px;
    }

    .ab01 .ab01Sa {
        padding-top: 44px;
    }

    .ab01 .ab01Sa .ab01_P {
        padding-bottom: 20px;
        margin-bottom: 36px;
    }

    .ab01 .ab01Sa .ab01_Img img {
        height: 200px;
    }

    .ab02 .ab02Sa {
        padding-top: 46px;
        padding-bottom: 50px;
    }

    .ab02 .ab02Sa .ab02_02 .ab02_02P {
        margin-bottom: 20px;
    }

    .ab03 {
        padding-top: 38px;
        padding-bottom: 144px;
    }

    .ab03 .ab03Sa .ab03_01 .ab03_01Rg {
        width: 78px;
        height: 34px;
    }

    .ab03 .ab03Sa .ab03_01 .ab03_01Rg>div {
        width: 34px;
        height: 34px;
    }

    .ab03 .ab03Sa .ab03_01 .ab03_01Rg>div img {
        width: 22px;
    }
}

.what01 .wh01Sa .wh01Ul {
    margin-top: 180px;
}

.what01 .wh01Sa .wh01Ul .wh01Li {
    position: sticky;
    top: 20px;
    background: var(--part-zj-FA);
}

.what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 82px;
    padding-bottom: 164px;
}

.what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: rgba(153, 153, 153, 0.60);
}

.what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_01 {
    width: 42%;
    flex: 0 0 auto;
}

.what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_01 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 3 / 2;
}

.what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_02 {
    width: 49%;
    flex: 0 0 auto;
}

.what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_02 .wh01LiM {
    margin-bottom: 4px;
}

.what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_02 .wh01LiM p {
    -webkit-text-stroke: 1px var(--ven-zj-B1);
    color: var(--part-zj-FF);
    font-family: NHM-SB;
    font-size: var(--part-zj-Si13);
    font-style: normal;
    line-height: normal;
}

.what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_02 .wh01LiH {
    margin-bottom: 20px
}

.what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_02 .wh01LiH h2 {
    color: var(--part-zj-1E);
    font-family: NHM-SB;
    font-size: var(--part-zj-Si7);
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.56px;
}

.what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_02 .wh01LiP p {
    color: var(--part-zj-1E);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si8);
    line-height: calc(var(--part-zj-Si8) * 1.6);
    letter-spacing: 0.2px;
}

.what02 {
    background: url(../images/wh02bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 222px;
    padding-bottom: 410px;
}

.what02 .wh02Sa .wh02_P {
    display: flex;
    justify-content: center;
}

.what02 .wh02Sa .wh02_P p {
    color: var(--part-zj-FF);
    text-align: center;
    font-family: NHM-SB;
    font-size: var(--part-zj-Si11);
    font-style: normal;
    line-height: normal;
    width: 1215px;
    max-width: 100%;
}

.what02 .wh02Sa .wh02_P p span {
    font-family: MAG;
    color: var(--ven-zj-B1);
    font-style: normal;
    line-height: 20px;
}

@media (max-width: 1536px) {
    .what02 {
        padding-top: 180px;
        padding-bottom: 340px;
    }

    .what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_02 .wh01LiH h2 {
        font-size: 44px;
    }
}

@media (max-width: 996px) {
    .what01 .wh01Sa .wh01Ul {
        margin-top: 100px;
    }

    .what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa {
        flex-direction: column-reverse;
    }

    .what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_01 {
        width: 100%;
    }

    .what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_02 {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .what02 {
        padding-top: 105px;
        padding-bottom: 200px;
    }
}

@media (max-width: 499px) {
    .what01 .wh01Sa .wh01Ul {
        margin-top: 50px;
    }

    .what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa {
        padding-top: 26px;
        padding-bottom: 36px;
    }

    .what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_02 .wh01LiM p {
        font-size: 28px;
    }

    .what01 .wh01Sa .wh01Ul .wh01Li .wh01LiSa .wh01Li_02 .wh01LiH h2 {
        font-size: 30px;
    }

    .what02 {
        padding-top: 52px;
        padding-bottom: 146px;
    }
}

.fac .ab01Sa .ab01_P {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.fac .ab01Sa .ab01_P::after {
    display: none;
}

.fac .ab01Sa .ab01_P h2 {
    text-align: center;
    width: 1242px;
}

@media (max-width: 1536px) {}

.fac01 {
    padding-top: 110px;
    padding-bottom: 480px;
}

.fac01 .fac01Sa {
    position: relative;
}

#fac01Sw {
    overflow: hidden;
    transition: all 0.5s ease;
}

#fac01Sw:hover {
    cursor: pointer;
}

#fac01Sw .fac01SwImg img {
    width: 100%;
}

#fac01Sw .swiper-slide .fac01SwImg {
    transition: all 0.5s ease;
}

#fac01Sw .swiper-slide.swiper-slide-prev .fac01SwImg,
#fac01Sw .swiper-slide.swiper-slide-next .fac01SwImg {
    transform: scale(0.88);
}

#fac01Sw .swiper-pagination {
    bottom: -16%;
}

#fac01Sw .swiper-pagination .swiper-pagination-bullet {
    --wid: 12px;
    width: var(--wid);
    height: var(--wid);
    border-radius: var(--wid);
    background: var(--part-zj-D9);
    opacity: 1;
}

#fac01Sw .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--part-zj-99);
}

@media (max-width: 1536px) {
    .fac01 {
        padding-bottom: 340px;
    }
}

@media (max-width: 499px) {
    .fac01 {
        padding-bottom: 196px;
        padding-top: 36px;
    }

    #fac01Sw .swiper-pagination {
        bottom: -10%;
    }

    #fac01Sw .swiper-pagination .swiper-pagination-bullet {
        --wid: 10px;
    }
}

.bra_01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 100px !important;
    margin-top: 120px !important;
}

.bra_01 .bra_01lf {
    width: 52%;
    flex: 0 0 auto;
    min-width: 740px;
}

.bra_01 .bra_01lf h2 {
    font-family: NHM-SB;
    font-size: var(--part-zj-Si3);
    font-style: normal;
    line-height: calc(var(--part-zj-Si3) * 0.9);
    -webkit-text-stroke: 2px rgba(153, 153, 153, 0.35);
    color: var(--part-zj-FA);
}

.bra_01 .bra_01rg {
    margin-bottom: 10px;
}

.bra_01 .bra_01rg h3 {
    color: #000;
    font-family: NHM-Re;
    font-size: var(--part-zj-Si5);
    font-style: normal;
    line-height: calc(var(--part-zj-Si5)* 1.375);
    text-align: justify;
    width: 700px;
    max-width: 100%;
}

.bra_01 .bra_01rg h3 span {
    font-family: NHM-SB;
    color: var(--ven-zj-B1);
}

@media (max-width: 1536px) {
    .bra_01 .bra_01lf {
        min-width: auto;
        width: 50%;
    }

    .bra_01 .bra_01rg h3 {
        font-size: 18px;
        line-height: calc(18px * 1.375);
        width: auto;
    }
}

@media (max-width: 992px) {
    .bra_01 {
        align-items: flex-start;
        flex-direction: column;
    }

    .bra_01 .bra_01lf {
        width: 100%;
        margin-bottom: 10px;
    }
}

.bra_02 {
    padding-bottom: 320px;
}

.bra_02 .bra_02ul {
    margin-right: calc(-.5* 3.2rem);
    margin-left: calc(-.5* 3.2rem);
}

.bra_02 .bra_02ul .bra_02li {
    margin-bottom: 70px;
    padding-right: calc(3.2rem* .5);
    padding-left: calc(3.2rem* .5);
}

.bra_02 .bra_02ul .bra_02li .bra_02liA {
    background: rgba(153, 153, 153, 0.10);
    display: block;
    padding: 13% 10% 10%;
    transition: all 0.5s ease;
}

.bra_02 .bra_02ul .bra_02li .bra_02liA:hover {
    background: var(--ven-zj-B1);
    cursor: none;
}

.bra_02 .bra_02ul .bra_02li .bra_02liA .bra_02liSa .bra_02liP {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(calc(var(--part-zj-Si5)* 1.12) * 2);
    overflow: hidden;
    margin-bottom: 13%;
}

.bra_02 .bra_02ul .bra_02li .bra_02liA .bra_02liSa .bra_02liP p {
    color: var(--part-zj-00);
    text-align: center;
    font-family: NHM-Re;
    font-size: var(--part-zj-Si5);
    line-height: calc(var(--part-zj-Si5)* 1.12);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
}

.bra_02 .bra_02ul .bra_02li .bra_02liA:hover .bra_02liSa .bra_02liP p {
    color: var(--part-zj-FF);
}

.bra_02 .bra_02ul .bra_02li .bra_02liA .bra_02liSa .bra_02liImg {
    background-color: var(--part-zj-FF);
    overflow: hidden;
    position: relative;
}

.bra_02 .bra_02ul .bra_02li .bra_02liA .bra_02liSa .bra_02liImg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1;
    transition: all 0.5s ease;
}

.bra_02 .bra_02ul .bra_02li .bra_02liA .bra_02liSa .bra_02liImg img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.bra_02 .bra_02ul .bra_02li .bra_02liA:hover .bra_02liSa .bra_02liImg img:nth-child(2) {
    opacity: 1;
}

.bra_02 .bra_02ul .bra_02li .bra_02liA:hover .bra_02liSa .bra_02liImg img:nth-child(1) {
    opacity: 0;
}

/* .bra_02 .bra_02ul .bra_02li .bra_02liA:hover .bra_02liSa .bra_02liImg img {
    transform: scale(1.1);
} */

.bra_02 .bra_02Ba {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    --wid: 106px;
    width: var(--wid);
    height: var(--wid);
    margin: calc(var(--wid) / -2) 0 0 calc(var(--wid) / -2);
    will-change: transform;
    z-index: 2;
}

.bra_02 .bra_02Ba .bra_02BaSa {
    position: relative;
    opacity: 0;
}

.bra_02 .bra_02Ba.on .bra_02BaSa {
    opacity: 1;
    transition: all .8s ease;
}

.bra_02 .bra_02Ba .bra_02BaSa svg {
    width: 100%;
    animation: qode-rotate-half 8s infinite cubic-bezier(.37, 0, .63, 1);
}

.bra_02 .bra_02Ba .bra_02BaSa p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--part-zj-EE);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si8);
    line-height: normal;
    letter-spacing: -0.4px;
}

@keyframes qode-rotate-half {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media (max-width: 1536px) {
    .bra_02 {
        padding-bottom: 224px;
    }

    .bra_02 .bra_02ul {
        margin-right: calc(-.5* 1.6rem);
        margin-left: calc(-.5* 1.6rem);
    }

    .bra_02 .bra_02ul .bra_02li {
        padding-right: calc(1.6rem* .5);
        padding-left: calc(1.6rem* .5);
        margin-bottom: 34px;
    }

    .bra_02 .bra_02ul .bra_02li .bra_02liA .bra_02liSa .bra_02liP p {
        font-size: 18px;
        line-height: calc(18px * 1.12);
    }
}

@media (max-width: 992px) {
    .bra_02 .bra_02ul .bra_02li {
        width: 33.333%;
    }

    .bra_02 .bra_02Ba {
        --wid: 60px;
    }

    .bra_02 .bra_02Ba .bra_02BaSa p {
        font-size: 14px;
    }

    .bra_02 .bra_02Ba .bra_02BaSa svg {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 642px) {
    .bra_01 {
        margin-bottom: 46px !important;
        margin-top: 56px !important;
    }

    .bra_02 .bra_02ul .bra_02li {
        width: 50%;
    }
}

@media (max-width: 499px) {
    .bra_01 {
        margin-bottom: 27px !important;
        margin-top: 49px !important;
    }

    .bra_01 .bra_01rg h3 {
        font-size: 16px;
        line-height: calc(16px* 1.375);
    }

    .bra_02 {
        padding-bottom: 138px;
    }

    .bra_02 .bra_02ul {
        margin-right: calc(-.5* 0.8rem);
        margin-left: calc(-.5* 0.8rem);
    }

    .bra_02 .bra_02ul .bra_02li {
        padding-right: calc(0.8rem* .5);
        padding-left: calc(0.8rem* .5);
        margin-bottom: 16px;
    }

    .bra_02 .bra_02ul .bra_02li .bra_02liA {
        padding: 9% 8% 8%;
    }

    .bra_02 .bra_02ul .bra_02li .bra_02liA .bra_02liSa .bra_02liP p {
        font-size: 16px;
        line-height: calc(16px* 1.12);
    }
}

.ab01_Img {
    position: relative;
}

.eveSp {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    bottom: 10%;
    width: 84%;
    background: var(--part-zj-FF);
    padding: 46px 34px 40px;
}

.eveSp .eveSpCo {
    position: relative;
    padding-bottom: 50px;
}

.eveSp .eveSpCo::after {
    position: absolute;
    content: "";
    width: 102%;
    height: 1px;
    background: rgba(153, 153, 153, 0.25);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.eveSp .eveSpCo .eveSpTi {
    margin-bottom: 16px;
}

.eveSp .eveSpCo .eveSpTi p {
    color: var(--part-zj-00);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si8);
    line-height: normal;
}

.eveSp .eveSpCo .eveSpTe p span {
    color: var(--part-zj-00);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si5);
    font-style: normal;
    line-height: calc(var(--part-zj-Si5)* 1.18);

    --size: 1px;
    --color: #B1101C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.eveSp:hover .eveSpCo .eveSpTe p span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    color: #B1101C;
}

@media (max-width: 1536px) {}

.eve01 .eve01Sa {
    padding-top: 150px;
    padding-bottom: 390px;
}

.eve01 .eve01Sa .eve01ul {
    padding: 0 8%;
    margin-bottom: 110px;
}

.eve01 .eve01Sa .eve01ul .eve01li .eve01liA {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 32px 2%;
}

.eve01 .eve01Sa .eve01ul .eve01li:first-child .eve01liA::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background: rgba(153, 153, 153, 0.60);
}

.eve01 .eve01Sa .eve01ul .eve01li .eve01liA::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(153, 153, 153, 0.60);
}

.eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li01 {
    flex: 0 0 auto;
    width: 23%;
}

.eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li01 p {
    color: var(--part-zj-00);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si7);
    line-height: normal;
    display: flex;
    align-items: stretch;
    transition: all 0.5s ease;
}

.eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li01 p span {
    font-family: NHM-Re;
    font-size: var(--part-zj-Si8);
    line-height: normal;
    padding-top: 10px;
    margin-left: 10px;
}

.eve01 .eve01Sa .eve01ul .eve01li .eve01liA:hover .eve01li01 p {
    color: var(--ven-zj-B1);
}

.eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li02 {
    flex: 0 0 auto;
    width: 24%;
}

.eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li02 img {
    width: 260px;
    max-width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}

.eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li03 {
    flex: 0 0 auto;
    width: 53%;
    padding-left: 12px;
}

.eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li03 span {
    color: var(--part-zj-00);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si5);
    line-height: calc(var(--part-zj-Si5)* 1.3);
    letter-spacing: 0.576px;
    --size: 1px;
    --color: #B1101C;
    text-decoration: none;
    background-image: linear-gradient(var(--color), var(--color));
    background-size: 0% var(--size);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition-property: background-size, color;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.eve01 .eve01Sa .eve01ul .eve01li .eve01liA:hover .eve01li03 span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    color: var(--ven-zj-B1);
}

@media (max-width: 1536px) {
    .eve01 .eve01Sa {
        padding-top: 114px;
        padding-bottom: 230px;
    }

    .eve01 .eve01Sa .eve01ul {
        padding: 0 5%;
        margin-bottom: 69px;
    }
}

@media (max-width: 992px) {
    .eve01 .eve01Sa .eve01ul {
        padding: 0;
    }

    .ab01 .ab01Sa .ab01_Img img {
        min-height: 500px;
    }
}

@media (max-width: 768px) {
    .eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li01 {
        width: 25%;
    }

    .eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li02 {
        display: none;
    }

    .eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li03 {
        width: 74%;
    }
}

@media (max-width: 499px) {
    .eveSp {
        bottom: 6%;
        width: 92%;
        padding: 38px 16px 28px;
    }

    .eve01 .eve01Sa {
        padding-top: 40px;
        padding-bottom: 148px;
    }

    .eveSp .eveSpCo {
        padding-bottom: 20px;
    }

    .eve01 .eve01Sa .eve01ul .eve01li .eve01liA {
        padding: 16px 2%;
    }

    .eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li01 p {
        flex-direction: column;
    }

    .eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li01 {
        width: 28%;
    }

    .eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li01 p span {
        padding-top: 0;
        margin-left: 0;
    }

    .eve01 .eve01Sa .eve01ul .eve01li .eve01liA .eve01li03 {
        padding-left: 0;
    }

    .eve01 .eve01Sa .eve01ul {
        margin-bottom: 40px;
    }

    .ab01 .ab01Sa .ab01_Img img {
        min-height: 280px;
    }
}

.con_01 .con_01Sa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 110px;
}

.con_01 .con_01Sa .con_01lf .con_01lfbox .con_01lfP p {
    font-family: NHM-SB;
    font-size: var(--part-zj-Si3);
    font-size: 175px;
    line-height: normal;
    letter-spacing: -3.5px;
    transition: all 0.5s ease;
    -webkit-text-stroke: 2px rgba(153, 153, 153, 0.35);
    color: var(--part-zj-FA);
}

.con_01 .con_01Sa .con_01lf .con_01lfbox.on .con_01lfP p {
    color: var(--ven-zj-1E);
    -webkit-text-stroke: 2px rgba(153, 153, 153, 0);
}

.con_01 .con_01Sa .con_01rg {
    width: 32%;
    flex: 0 0 auto;
}

.con_01 .con_01Sa .con_01rg .con_01li {
    display: none;
}

.con_01 .con_01Sa .con_01rg .con_01li.on {
    display: block;
}

.con_01 .con_01Sa .con_01rg .con_01li .con_01liimg {
    position: relative;
    --wid: 40px;
    padding-bottom: var(--wid);
    margin-bottom: var(--wid);
}

.con_01 .con_01Sa .con_01rg .con_01li .con_01liimg::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: var(--part-zj-00);
}

.con_01 .con_01Sa .con_01rg .con_01li .con_01liimg .con_01liimgbox {
    clip-path: polygon(0px 0%, 100% 0%, 100% 0%, 0px 0%);
    will-change: transform;
    transition: all 0.5s ease;
}

.con_01 .con_01Sa .con_01rg .con_01li.on .con_01liimg .con_01liimgbox {
    clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0px 100%);
}

.con_01 .con_01Sa .con_01rg .con_01li .con_01liimg img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}

.con_01 .con_01Sa .con_01rg .con_01li .con_01liP1 {
    width: max-content;
    padding: 4px 20px;
    border-radius: 50px;
    border: 1px solid var(--part-zj-3D);
    margin-bottom: 30px;
}

.con_01 .con_01Sa .con_01rg .con_01li .con_01liP1 p {
    color: var(--part-zj-3D);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si12);
    line-height: normal;
    letter-spacing: -0.44px;
}

.con_01 .con_01Sa .con_01rg .con_01li .con_01liP2 p {
    color: var(--ven-zj-B1);
    font-family: NHM-SB;
    font-size: var(--part-zj-Si14);
    line-height: normal;
    letter-spacing: -0.48px;
}

.con_01 .con_01Sa .con_01rg .con_01li .con_01liP3 p {
    color: var(--part-zj-3D);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si12);
    line-height: calc(var(--part-zj-Si12) * 1.36);
    letter-spacing: -0.44px;
}

@media (max-width: 1536px) {
    .con_01 .con_01Sa {
        align-items: flex-start;
    }

    .con_01 .con_01Sa .con_01rg {
        width: 44%;
    }

    .con_01 .con_01Sa .con_01lf .con_01lfbox .con_01lfP p {
        font-size: var(--part-zj-Si3);
    }
}

@media (max-width: 910px) {
    .con_01 .con_01Sa {
        flex-direction: column;
        padding-top: 46px;
    }

    .con_01 .con_01Sa .con_01rg {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .con_01 .con_01Sa .con_01rg .con_01li .con_01liimg {
        --wid: 28px;
    }

    .con_01 .con_01Sa .con_01rg .con_01li .con_01liP1 {
        margin-bottom: 14px;
    }
}

.subnav {
    display: flex;
    justify-content: center;
}

.subnav nav .pagination .page-item {
    margin: 0 8px;
}

.subnav nav .pagination .page-item .page-link {
    --wid: 40px;
    width: var(--wid);
    height: var(--wid);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    color: var(--part-zj-1E);
    font-family: NHM-SB;
    font-size: var(--part-zj-Si8);
    font-style: normal;
    line-height: calc(var(--part-zj-Si8)* 1.6);
    letter-spacing: 0.2px;
    border: none;
    background: none;
}

.subnav nav .pagination .page-item .page-link:hover {
    background: var(--ven-zj-B1);
    color: var(--part-zj-FF);
}

.subnav nav .pagination .page-item.active .page-link {
    background: var(--ven-zj-B1);
    color: var(--part-zj-FF);
}

@media (max-width: 499px) {
    .subnav nav .pagination .page-item .page-link {
        --wid: 32px;
    }
}

.con_02 {
    position: relative;
    top: 130px;
    z-index: 12;
}

.con_02 .con_02Sa .con_02bg {
    background: url(../images/con_02bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 180px;
    position: relative;
}

.con_02 .con_02Sa .con_02bg .con_02H2 {
    margin-bottom: 10px;
}

.con_02 .con_02Sa .con_02bg .con_02H2 h2 {
    color: var(--part-zj-FF);
    text-align: center;
    font-family: NHM-SB;
    font-size: var(--part-zj-Si7);
    line-height: normal;
}

.con_02 .con_02Sa .con_02bg .con_02P {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    padding: 0 12px;
}

.con_02 .con_02Sa .con_02bg .con_02P p {
    color: var(--part-zj-FF);
    text-align: center;
    font-family: NHM-Re;
    font-size: var(--part-zj-Si8);
    line-height: normal;
    width: 706px;
    max-width: 100%;
}

@media (max-width: 1536px) {
    .con_02 {
        top: 68px;
    }

    .con_02 .con_02Sa .con_02bg {
        padding-top: 56px;
        padding-bottom: 92px;
    }
}

@media (max-width: 499px) {
    .con_02 .con_02Sa .con_02bg {
        padding-top: 34px;
        padding-bottom: 62px;
        background: url(../images/con_02bg1.jpg) no-repeat;
    }
}

/* 特殊 */
.subFor {
    padding: 0 12%;
}

#myform .information {
    margin-right: calc(-.5* 1.4rem);
    margin-left: calc(-.5* 1.4rem);
}

#myform .information .fillinbox {
    padding-right: calc(1.4rem* .5);
    padding-left: calc(1.4rem* .5);
    margin-bottom: 18px;
}

#myform .information .fillinbox>input,
#myform .information .fillinbox>textarea {
    text-align: justify;
    border: none;
    border-bottom: 1px solid #FFF;
    border-radius: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    padding: 14px 12px;
    padding-bottom: 36px;

    color: #FFF;
    font-family: NHM-Re;
    font-size: 20px;
    line-height: normal;
}

/*  */

#myform .information .fillinbox>input::-webkit-input-placeholder {
    color: #FFF;
}

#myform .information .fillinbox>input:-moz-placeholder {
    color: #FFF;
}

#myform .information .fillinbox>input::-moz-placeholder {
    color: #FFF;
}

#myform .information .fillinbox>input:-ms-input-placeholder {
    color: #FFF;
}

#myform .information .fillinbox>textarea::-webkit-input-placeholder {
    color: #FFF;
}

#myform .information .fillinbox>textarea:-moz-placeholder {
    color: #FFF;
}

#myform .information .fillinbox>textarea::-moz-placeholder {
    color: #FFF;
}

#myform .information .fillinbox>textarea:-ms-input-placeholder {
    color: #FFF;
}

#myform .information .fillinbox>input.active,
#myform .information .fillinbox>textarea.active {
    color: red;
}

#myform .information .fillinbox>input.active::-webkit-input-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>input.active:-moz-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>input.active::-moz-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>input.active:-ms-input-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>textarea.active::-webkit-input-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>textarea.active:-moz-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>textarea.active::-moz-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>textarea.active:-ms-input-placeholder {
    color: #E01E24;
}

#myform .information .fillinbox>textarea {
    margin-bottom: 0px;
}

#froBt {
    position: absolute;
    --wid: 150px;
    width: var(--wid) !important;
    height: var(--wid) !important;
    z-index: 12;
    border-radius: 100px;
    background: #B1101C;
    padding: 0 !important;
    margin: 0 !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -75px;
}

#froBt .buttonBox .button .submit>button {
    border: none;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: none;
    flex-direction: column;
    --wid: 150px;
    width: var(--wid);
    height: var(--wid);
    padding: 0;
}

#froBt .buttonBox .button .submit>button p {
    color: #FFF;
    font-family: NHM-SB;
    font-size: 20px;
    line-height: normal;
}

#froBt .buttonBox .button .submit>button .box {
    overflow: hidden;
}

#froBt .buttonBox .button .submit>button svg {
    margin-top: 10px;
}

#froBt .buttonBox .button .submit>button:hover svg {
    animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1536px) {
    #froBt {
        --wid: 120px;
        bottom: -56px;
    }

    #froBt .buttonBox .button .submit>button {
        --wid: 120px;
    }

    #froBt .buttonBox .button .submit>button p {
        font-size: 18px;
    }

    #froBt .buttonBox .button .submit>button svg {
        margin-top: 4px;
    }

    #myform .information .fillinbox>input,
    #myform .information .fillinbox>textarea {
        font-size: 18px;
    }
}

@media (max-width: 910px) {
    .subFor {
        padding: 0 5%;
    }
}

@media (max-width: 499px) {
    #myform .information .fillinbox {
        width: 100%;
    }

    #froBt {
        --wid: 96px;
        bottom: -45px;
    }

    #froBt .buttonBox .button .submit>button {
        --wid: 96px;
    }

    #froBt .buttonBox .button .submit>button p {
        font-size: 16px;
        margin-top: 8px;
    }

    #froBt .buttonBox .button .submit>button svg {
        margin-top: 0px;
    }

    #myform .information .fillinbox>input,
    #myform .information .fillinbox>textarea {
        font-size: 16px;
        padding: 6px 6px;
        padding-bottom: 26px;
    }
}

/* end */
#ft {
    background: #A0BB74;
    position: relative;
}

#ft .ft_Fly {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -32%;
}

#ft .ft_Fly .ft_FlySa {
    background: linear-gradient(89deg, #FFEAEB 18.92%, #FFF 84.11%);
    box-shadow: 0px -4px 15px 0px rgba(153, 153, 153, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 94px 100px;
}

#ft .ft_Fly .ft_FlySa .ft_Fly01 {
    width: 58%;
    flex: 0 0 auto;
}

#ft .ft_Fly .ft_FlySa .ft_Fly01 .ft_FlyH2 h2 {
    color: var(--part-zj-00);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si11);
    font-style: normal;
    line-height: normal;
}

#ft .ft_Fly .ft_FlySa .ft_Fly02 {
    width: 31%;
    flex: 0 0 auto;
}

#ft .ft_Fly .ft_FlySa .ft_Fly02 .ft_Fly02A {
    display: block;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    position: relative;
}

#ft .ft_Fly .ft_FlySa .ft_Fly02 .ft_Fly02A p {
    color: var(--part-zj-00);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si12);
    font-style: normal;
    line-height: normal;
}

#ft .ft_Fly .ft_FlySa .ft_Fly02 .ft_Fly02A .ft_Fly02Cir {
    width: 126px;
    height: 126px;
    background: var(--ven-zj-B1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -2%;
    top: 50%;
    transform: translateY(-50%);
}

#ft .ft_Fly .ft_FlySa .ft_Fly02 .ft_Fly02A .ft_Fly02Cir .ft_Fly02ico {
    overflow: hidden;
}

#ft .ft_Fly .ft_FlySa .ft_Fly02 .ft_Fly02A:hover .ft_Fly02Cir .ft_Fly02ico svg {
    animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

#ft .ftSa {
    padding-top: 230px;
    padding-bottom: 20px;
}

#ft .ftSa .ft01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

#ft .ftSa .ft01 .ft01_01 img {
    width: 282px;
    object-fit: cover;
    object-position: center;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul {
    display: flex;
    flex: 0 0 auto;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li {
    margin-right: 156px;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li:last-child {
    margin-right: 0;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02liA {
    margin-bottom: 26px;
    display: block;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li:nth-child(1) .ft01_02liA {
    position: relative;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li:nth-child(1) .ft01_02liA::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../images/link.svg") no-repeat;
    background-size: cover;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02liA p {
    color: var(--part-zj-FF);
    font-family: Arial;
    font-size: var(--part-zj-Si8);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02liA p::after {
    position: absolute;
    width: 0%;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    background: #FFF;
    transition: all 0.5s ease;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02liA:hover p::after {
    width: 100%;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li.ft01_02liSp .ft01_02liA p {
    color: var(--part-zj-FF);
    font-size: var(--part-zj-Si10);
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02dl .ft01_02dd {
    margin-bottom: 20px;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02dl .ft01_02dd p {
    color: var(--part-zj-FF);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si9);
    font-style: normal;
    line-height: normal;
    position: relative;
    width: max-content;
    max-width: 100%;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02dl .ft01_02dd p::after {
    position: absolute;
    width: 0%;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    background: #FFF;
    transition: all 0.5s ease;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02dl .ft01_02dd a:hover p::after {
    width: 100%;
}

#ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li.ft01_02liSp .ft01_02dl .ft01_02dd p {
    color: var(--part-zj-FF);
    font-family: NHM-SB;
    font-size: var(--part-zj-Si10);
    font-style: normal;
    line-height: normal;
}

#ft .ftSa .ft02 {
    display: flex;
    justify-content: space-between;
}

#ft .ftSa .ft02 .ft02_01 .ft02_01Sh {
    display: flex;
    align-items: center;
}

#ft .ftSa .ft02 .ft02_01 .ft02_01Sh .ftSh {
    margin-right: 30px;
}

#ft .ftSa .ft02 .ft02_01 .ft02_01Sh .ftSh:last-child {
    margin-right: 0;
}

#ft .ftSa .ft02 .ft02_01 .ft02_01Sh .ftSh a {
    position: relative;
    padding: 0;
}

#ft .ftSa .ft02 .ft02_01 .ft02_01Sh .ftSh img {
    width: 42px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

#ft .ftSa .ft02 .ft02_01 .ft02_01Sh .ftSh a img:nth-child(2) {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

#ft .ftSa .ft02 .ft02_01 .ft02_01Sh .ftSh a:hover img:nth-child(2) {
    opacity: 1;
}

#ft .ftSa .ft02 .ft02_01 .ft02_01Sh .ftSh a:hover img:nth-child(1) {
    opacity: 0;
}

#ft .ftSa .ft02 .ft02_02 {
    display: flex;
    align-self: center;
    align-items: center;
}

#ft .ftSa .ft02 .ft02_02 .ft02_02Co {
    display: block;
    margin-right: 22px;
}

#ft .ftSa .ft02 .ft02_02 .ft02_02Co p {
    color: var(--part-zj-FF);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si9);
    font-style: normal;
    line-height: normal;
}

#ft .ftSa .ft02 .ft02_02 .ft02_02Fly {
    margin-bottom: 16px;
    margin-left: 16px;
}

#ft .ftSa .ft02 .ft02_02 .ft02_02Fly .ft02_02FlySa {
    background: #A7C378;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

#ft .ftSa .ft02 .ft02_02 .ft02_02Fly .ft02_02FlySa img {
    width: 40px;
    position: relative;
}

#ft .ftSa .ft02 .ft02_02 .ft02_02Fly .ft02_02FlySa .boxs {
    position: relative;
}

#ft .ftSa .ft02 .ft02_02 .ft02_02Fly .ft02_02FlySa:hover .boxs {
    animation: upico 0.5s .3s 1;
    -webkit-animation: upico 0.5s .3s 1;
}

@keyframes upico {
    0% {
        top: 0;
        opacity: 1
    }

    35% {
        transform: translateY(-50%);
        opacity: 0
    }

    65% {
        transform: translateY(50%);
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@-webkit-keyframes upico {
    0% {
        top: 0;
        opacity: 1
    }

    35% {
        top: -50%;
        opacity: 0
    }

    65% {
        top: 50%;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@media (max-width: 1536px) {
    #ft .ftSa {
        padding-top: 180px;
    }

    #ft .ft_Fly {
        top: -27%;
    }

    #ft .ft_Fly .ft_FlySa {
        padding: 78px 52px;
    }

    #ft .ft_Fly .ft_FlySa .ft_Fly02 .ft_Fly02A .ft_Fly02Cir {
        width: 90px;
        height: 90px;
    }

    #ft .ftSa .ft01 .ft01_01 img {
        width: 192px;
    }

    #ft .ftSa .ft02 .ft02_01 .ft02_01Sh .ftSh {
        margin-right: 16px;
    }

    #ft .ftSa .ft02 .ft02_01 .ft02_01Sh .ftSh img {
        width: 38px;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li {
        margin-right: 98px;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02liA {
        margin-bottom: 20px;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02dl .ft01_02dd {
        margin-bottom: 14px;
    }
}


@media (max-width: 992px) {
    #ft .ft_Fly .ft_FlySa .ft_Fly02 .ft_Fly02A .ft_Fly02Cir {
        width: 70px;
        height: 70px;
        right: -4%;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li {
        margin-right: 78px;
    }

    #ft .ftSa .ft02 .ft02_02 .ft02_02Co {
        display: block;
        margin-right: 17px;
    }
}

@media (max-width: 768px) {
    #ft .ft_Fly {
        top: -20%;
    }

    #ft .ft_Fly .ft_FlySa {
        flex-direction: column;
        padding: 50px 32px;
    }

    #ft .ft_Fly .ft_FlySa .ft_Fly01 {
        width: 100%;
        margin-bottom: 20px;
    }

    #ft .ft_Fly .ft_FlySa .ft_Fly02 {
        width: 40%;
    }

    #ft .ftSa {
        padding-top: 146px;
    }

    #ft .ftSa .ft01 {
        flex-direction: column;
    }

    #ft .ftSa .ft01 .ft01_01 {
        margin-bottom: 30px;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul {
        padding-left: 28px;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li {
        margin-right: 40px;
    }

    #ft .ftSa .ft02 {
        flex-direction: column;
    }

    #ft .ftSa .ft02 .ft02_02 {
        width: 100%;
    }
}

@media (max-width: 499px) {
    #ft .ft_Fly {
        top: -12%;
    }

    #ft .ft_Fly .ft_FlySa {
        padding: 28px 24px;
    }

    #ft .ftSa .ft02 .ft02_02 .ft02_02Co {
        margin-right: 0;
        margin-bottom: 4px;
    }

    #ft .ft_Fly .ft_FlySa .ft_Fly01 .ft_FlyH2 h2 {
        font-size: 26px;
    }

    #ft .ft_Fly .ft_FlySa .ft_Fly02 {
        width: 100%;
    }

    #ft .ft_Fly .ft_FlySa .ft_Fly02 .ft_Fly02A .ft_Fly02Cir {
        width: 62px;
        height: 62px;
        right: -3%;
    }

    #ft .ftSa .ft01 {
        margin-bottom: 16px;
    }

    #ft .ftSa .ft01 .ft01_01 img {
        width: 140px;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul {
        flex-wrap: wrap;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li {
        margin-right: 20px;
        margin-bottom: 6px;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02liA {
        margin-bottom: 6px;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li .ft01_02dl .ft01_02dd {
        margin-bottom: 6px;
    }

    #ft .ftSa .ft02 .ft02_01 .ft02_01Sh {
        margin-bottom: 20px;
    }

    #ft .ftSa .ft02 .ft02_02 {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }

    #ft .ftSa .ft02 .ft02_02 .ft02_02Fly {
        position: absolute;
        right: 4%;
        top: -80px;
    }

    #ft .ftSa .ft02 .ft02_01 .ft02_01Sh .ftSh {
        margin-right: 4px;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul {
        padding-left: 0;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li {
        width: 100%;
    }

    #ft .ftSa .ft01 .ft01_02 .ft01_02ul .ft01_02li:nth-child(1) .ft01_02liA::before {
        display: none;
    }
}

.spWeb {
    background: url(../images/abbg.png) no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 100vh;
    display: flex;
}

.spWeb .spHead {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: var(--spList-zj-wid);
    flex: 0 0 auto;
    height: 100vh;
    border-radius: 0px 0px 60px 0px;
    background: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    padding-top: 70px;
    position: relative;
    position: fixed;
    z-index: 12;
}

.spWeb .spHead .spHe01 {
    margin-bottom: 80px;
}

.spWeb .spHead .spHe01 img {
    width: 110px;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.spWeb .spHead .spHe02 {
    position: relative;
    z-index: 12;
}

.spWeb .spHead .spHe02 .spHe02Ul .spHe02li {
    margin-bottom: 36px;
}

.spWeb .spHead .spHe02 .spHe02Ul .spHe02li:last-child {
    margin-bottom: 0;
}

.spWeb .spHead .spHe02 .spHe02Ul .spHe02li a p {
    color: #000;
    font-family: NHM-Li;
    font-size: var(--part-zj-Si9);
    line-height: normal;
    writing-mode: vertical-lr;
    transition: all 0.5s ease;
}

.spWeb .spHead .spHe02 .spHe02Ul .spHe02li a:hover p {
    color: #B1101C;
}

.spWeb .spHead .spHe02 .spHe02Ul .spHe02li.on a p {
    color: #B1101C;
}

.spWeb .spHead .spHe03 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
}

.spWeb .spHead .spHe03 .spHe03ul {
    display: flex;
    flex-direction: column;
    line-height: 0;
}

.spWeb .spHead .spHe03 .spHe03ul .spHe03li {
    margin-bottom: 20px;
}

.spWeb .spHead .spHe03 .spHe03ul .spHe03li:last-of-type {
    margin-bottom: 0;
}

.spWeb .spHead .spHe03 .spHe03ul .spHe03li a {
    position: relative;
    padding: 0;
}

.spWeb .spHead .spHe03 .spHe03ul .spHe03li img {
    transition: all 0.5s ease;
    width: 39px;
}

.spWeb .spHead .spHe03 .spHe03ul .spHe03li a img:nth-child(2) {
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
}

.spWeb .spHead .spHe03 .spHe03ul .spHe03li a:hover img:nth-child(2) {
    opacity: 1;
}

.spWeb .spHead .spHe03 .spHe03ul .spHe03li a:hover img:nth-child(1) {
    opacity: 0;
}

.spWeb .spCon {
    width: calc(100% - var(--spList-zj-wid));
    flex: 0 0 auto;
    margin-left: var(--spList-zj-wid);
}

.spProSa42 {
    min-height: calc(100vh - 190px);
    position: relative;
}

.spProSa42 .spFootSa {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

@media (max-width: 1536px) {
    .spProSa42 {
        height: calc(100vh - 126px);
    }

    .spWeb .spHead {
        padding-top: 30px;
    }

    .spWeb .spHead .spHe01 {
        margin-bottom: 30px;
    }

    .spWeb .spHead .spHe02 .spHe02Ul .spHe02li {
        margin-bottom: 18px;
    }

    .spWeb .spHead .spHe03 .spHe03ul .spHe03li>a img {
        width: 28px;
    }
}

@media (max-width: 642px) {
    .spWeb .spHead .spHe01 img {
        width: 72px;
    }

    .spProSa42 {
        height: calc(100vh - 76px);
        min-height: calc(100vh - 110px);
    }
}

@media (max-width: 499px) {
    .spWeb {
        display: flex;
        justify-content: center;
    }

    .spProSa {
        min-height: 100%;
    }

    .spWeb .spHead {
        border-radius: 0px 0px 38px 0px;
        display: none;
    }

    .spWeb .spHead .spHe01 img {
        width: 70px;
    }

    .spWeb .spCon {
        margin-left: 0;
        width: 90%;
        min-height: calc(100vh - 110px);
    }
}

.spabSa .spabBox .spab01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.spabSa .spabBox .spab01 .spab01Logo {
    width: 52%;
    flex: 0 0 auto;
}

.spabSa .spabBox .spab01 .spab01Logo img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.spabSa .spabBox .spab01 .spab02P {
    width: 42%;
    flex: 0 0 auto;
}

.spabSa .spabBox .spab01 .spab02P p {
    color: var(--part-zj-1E);
    font-family: NHM-Li;
    font-size: var(--part-zj-Si8);
    line-height: calc(var(--part-zj-Si8) * 1.5);
    letter-spacing: 0.2px;
}

.spabSa .spabBox .spab02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 180px;
}

.spabSa .spabBox .spab02 .spab01Img {
    width: 52%;
    flex: 0 0 auto;
}

.spabSa .spabBox .spab02 .spab01Img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.spabSa .spabBox .spab02 .spab02Img {
    width: 42%;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
}

.spabSa .spabBox .spab02 .spab02Img .spab02Imgbox {
    width: 72%;
}

.spabSa .spabBox .spab02 .spab02Img .spab02Imgbox img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1536px) {
    .spabSa .spabBox .spab01 .spab02P {
        width: 46%;
    }
}

@media (max-width: 992px) {
    .spabSa .spabBox .spab01 {
        flex-direction: column;
    }

    .spabSa .spabBox .spab01 .spab01Logo {
        margin: auto;
        margin-bottom: 20px !important;
    }

    .spabSa .spabBox .spab01 .spab02P {
        width: 100%;
    }

    .spabSa .spabBox .spab02 .spab02Img {
        width: 48%;
    }
}

@media (max-width: 499px) {
    .spabSa .spabBox .spab01 {
        margin-bottom: 26px;
    }

    .spabSa .spabBox .spab02 {
        margin-bottom: 46px;
    }
}

.spProForm {
    width: 78%;
    margin: auto;
    display: flex;
    border-bottom: 1px solid #1E1E1E;
    padding: 10px 20px;
}

.spProForm input {
    width: 100%;
    background: none;
    color: #999;
    font-family: NHM-Li;
    font-size: var(--part-zj-Si8);
    line-height: normal;
}

.spProForm button {
    background: none;
}

@media (max-width: 499px) {
    .spProForm {
        width: 100%;
    }

    .spProFormBt img {
        width: 20px;
    }
}

.spPro01 {
    margin-bottom: 96px;
}

.spPro02 {
    margin-bottom: 170px;
    padding-bottom: 0;
}

.spPro02 .spPro02ul {
    margin-right: calc(-.5* 2.6rem);
    margin-left: calc(-.5* 2.6rem);
    margin-bottom: 10px;
}

.spPro02 .spPro02ul .spPro02li {
    padding-right: calc(2.6rem* .5);
    padding-left: calc(2.6rem* .5);
    margin-bottom: 56px;
}

.spPro02 .spPro02ul .spPro02li a {
    display: block;
    transition: all 0.5s ease;
    height: 100%;
}

.spPro02 .spPro02ul .spPro02li a:hover {
    background: var(--ven-zj-B1);
    cursor: none;
}

/* .spPro02 .spPro02ul .spPro02li a .spPro02liImg {
    background: var(--part-zj-FF);
} */

.spPro02 .spPro02ul .spPro02li a .spPro02liImg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.spPro02 .spPro02ul .spPro02li a:hover .spPro02liImg img {
    transform: scale(0.88);
}

.spPro02 .spPro02ul .spPro02li a .spPro02liP {
    padding: 22px;
    padding-top: 12px;
}

.spPro02 .spPro02ul .spPro02li a .spPro02liP p {
    color: var(--part-zj-00);
    font-family: NHM-Li;
    font-size: var(--part-zj-Si12);
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spPro02 .spPro02ul .spPro02li a:hover .spPro02liP p {
    color: var(--part-zj-FF);
}

@media (max-width: 1536px) {
    .spPro01 {
        margin-bottom: 72px;
    }

    .spPro02 .spPro02ul {
        margin-right: calc(-.5* 1.4rem);
        margin-left: calc(-.5* 1.4rem);
        margin-bottom: 10px;
    }

    .spPro02 .spPro02ul .spPro02li {
        padding-right: calc(1.4rem* .5);
        padding-left: calc(1.4rem* .5);
        margin-bottom: 36px;
    }

    .spPro02 .spPro02ul .spPro02li a .spPro02liP p {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .spPro02 {
        margin-bottom: 90px;
    }

    .spPro02 .spPro02ul .spPro02li {
        width: 33.333%;
    }
}

@media (max-width: 768px) {
    .spPro02 .spPro02ul .spPro02li {
        width: 50%;
    }

    .seaTe h2 {
        font-size: 22px;
    }
}

@media (max-width: 499px) {
    .spPro01 {
        margin-bottom: 44px;
    }

    .spPro02 {
        margin-bottom: 80px;
    }

    .spPro02 .spPro02ul .spPro02li {
        margin-bottom: 10px;
    }
}

.spPrde .spPrde01 a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: max-content;
}

.spPrde .spPrde01 a svg path {
    transition: all 0.5s ease;
}

.spPrde .spPrde01 a:hover svg path {
    fill: var(--ven-zj-B1);
}

.spPrde .spPrde01 a>p {
    color: var(--part-zj-00);
    font-family: NHM-Li;
    font-size: var(--part-zj-aline2);
    font-style: normal;
    line-height: calc(var(--part-zj-aline2) * 1.6);
    letter-spacing: 0.2px;
    text-transform: capitalize;
    margin-left: 10px;
    transition: all 0.5s ease;
}

.spPrde .spPrde01 a:hover>p {
    color: var(--ven-zj-B1);
}

.spPrde .spPrde02 .h2Sa {
    margin-bottom: 20px;
}

.spPrde .spPrde02 .h2Sa h2 {
    color: var(--part-zj-00);
    text-align: center;
    font-family: NHM-50;
    font-size: var(--part-zj-aline1);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

@font-face {
    font-family: NHM-50;
    src: url("../fonts/Montserrat/Montserrat-Medium-7.otf");
}

.spPrde .spPrde02 .h3Sa {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.spPrde .spPrde02 .h3Sa h3 {
    color: var(--part-zj-1E);
    text-align: center;
    font-family: NHM-Re;
    font-size: var(--part-zj-aline2);
    font-style: normal;
    line-height: calc(var(--part-zj-aline2) * 1.6);
    letter-spacing: 0.2px;
    text-transform: capitalize;
    width: 760px;
    max-width: 100%;
}

.spPrde .spPrde03 {
    width: 100vw;
    margin-bottom: 40px;
}

.spPrde .spPrde03 .spDeSw1 {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    transition: all 0.5s ease;
}

.spPrde .spPrde03 .spDeSw1:hover {
    cursor: pointer;
}

.spPrde .spPrde04 {
    padding-top: 36px;
    padding-bottom: 80px;
    display: none;
}

.spPrde .spPrde04 .spPrde04Sh {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spPrde .spPrde04 .spPrde04Sh .ftSh {
    margin: 0 6px;
}

.spPrde .spPrde04 .spPrde04Sh .ftSh a {
    padding: 0;
    position: relative;
}

.spPrde .spPrde04 .spPrde04Sh .ftSh a img {
    transition: all 0.5s ease;
    width: 39px;
}

.spPrde .spPrde04 .spPrde04Sh .ftSh a img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.spPrde .spPrde04 .spPrde04Sh .ftSh a:hover img:nth-child(2) {
    opacity: 1;
}

.spPrde .spPrde04 .spPrde04Sh .ftSh a:hover img:nth-child(1) {
    opacity: 0;
}

#spDeSw1 {
    width: 26%;
}

#spDeSw1 .spDeSw1Img {
    opacity: 0.6;
    transform: scale(0.9);
    transition: all 0.5s ease;
}

#spDeSw1 .swiper-slide-active .spDeSw1Img {
    opacity: 1;
    transform: scale(1);
}

#spDeSw1 .spDeSw1Img img {
    width: 100%;
}

.spPrde .spPrde03 .spDeSw2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#spDeSw2 {
    width: 25%;
    overflow: hidden;
}

#spDeSw2 .swiper-slide .spDeSw2Img {
    position: relative;
}

#spDeSw2 .swiper-slide .spDeSw2Img::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(30, 30, 30, 0.35);
    transition: all 0.5s ease;
}

#spDeSw2 .swiper-slide.on .spDeSw2Img::after {
    background: rgba(30, 30, 30, 0);
}

#spDeSw2 .spDeSw2Img img {
    width: 100%;
}

#spDeSw1-prev,
#spDeSw1-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    transition: all 0.5s ease;
    opacity: 0;
}

#spDeSw1:hover #spDeSw1-prev,
#spDeSw1:hover #spDeSw1-next {
    opacity: 1;
}

#spDeSw1-prev {
    left: 14%;
}

#spDeSw1-next {
    right: 6%;
}

#spDeSw1-prev::after,
#spDeSw1-next::after {
    content: "";
}

#swiper-button-prev,
#swiper-button-next {
    width: 30px;
    height: 30px;
    pointer-events: auto;
    opacity: 1;
    cursor: pointer;
}

#swiper-button-prev {
    left: 34%;
}

#swiper-button-next {
    right: 34%;
}

#swiper-button-prev::after,
#swiper-button-next::after {
    content: "";
}

.spPrde .spPrdeft {
    width: calc(100vw - var(--spList-zj-wid));
    margin-left: var(--spList-zj-wid);
}

@media (max-width: 1536px) {
    .spPrde .spPrde02 .h3Sa {
        margin-bottom: 60px;
    }

    #swiper-button-prev {
        left: 30%;
    }

    #swiper-button-next {
        right: 30%;
    }

    #spDeSw1 {
        width: 40%;
    }
}

@media (max-width: 499px) {
    .spPrde .spPrde02 .h3Sa {
        margin-bottom: 30px;
    }

    #spDeSw1 {
        width: 52%;
    }

    .spPrde .spPrde03 .spDeSw1 {
        margin-bottom: 32px;
    }

    #swiper-button-prev,
    #swiper-button-next {
        top: 34px;
    }

    #spDeSw1-prev,
    #spDeSw1-next {
        display: none;
    }

    .spPrde .spPrde04 {
        padding-bottom: 60px;
    }

    .spPrde .spPrde04 .spPrde04Sh a img {
        width: 30px;
    }

    #swiper-button-prev {
        left: 22%;
    }

    #swiper-button-next {
        right: 22%;
    }

    #spDeSw2 {
        width: 35%;
    }
}

.spC .spC01 .spC01h2 {
    margin-bottom: 20px;
}

.spC .spC01 .spC01h2 h2 {
    color: var(--part-zj-1E);
    text-align: center;
    font-family: NHM-SB;
    font-size: var(--part-zj-aline3);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.spC .spC01 .spC01h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.spC .spC01 .spC01h3 h3 {
    color: var(--part-zj-1E);
    text-align: center;
    font-family: NHM-Re;
    font-size: var(--part-zj-aline2);
    font-style: normal;
    line-height: calc(var(--part-zj-aline2) * 1.3);
    width: 594px;
    max-width: 100%;
}
.spC .spC01 .spC01Ul .spC01Li{
    margin:15px auto;
}
.spC .spC01 .spC01Ul .spC01Li .spC01LiSa {
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    padding: 0 34px;
    height: 180px;
}

.spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiIco {
    width: 60px;
    flex: 0 0 auto;
    margin-right: 27px;
}

.spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiTe .spC01LiTe1 {
    margin-bottom: 16px;
}

.spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiTe .spC01LiTe1 p {
    color: var(--part-zj-99);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si8);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiTe .spC01LiTe2 {
    color: var(--part-zj-1E);
    font-family: NHM-Re;
    font-size: var(--part-zj-Si14);
    font-style: normal;
    line-height: normal;
}

.spC .spC01 .spC01Ul .spC01Li:nth-child(2) .spC01LiSa .spC01LiTe .spC01LiTe2 {
    word-break: break-all;
}

.spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiTe .spC01LiTeSp {
    display: flex;
    align-items: center;
}

.spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiTe .spC01LiTeSp a {
    margin: 0 2px;
    padding: 0;
    position: relative;
}

.spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiTe .spC01LiTeSp a img {
    transition: all 0.5s ease;
    width: 41px;
}

.spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiTe .spC01LiTeSp a img:nth-child(2) {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiTe .spC01LiTeSp a:hover img:nth-child(2) {
    opacity: 1;
}

.spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiTe .spC01LiTeSp a:hover img:nth-child(1) {
    opacity: 0;
}

.spC .spC02 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.spC .spC02 .spC02h2 {
    margin-bottom: 20px;
}

.spC .spC02 .spC02h2 h2 {
    color: var(--part-zj-1E);
    text-align: center;
    font-family: NHM-SB;
    font-size: var(--part-zj-aline3);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.spC .spC02 .spC02h3 {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.spC .spC02 .spC02h3 h3 {
    color: var(--part-zj-1E);
    text-align: center;
    font-family: NHM-Re;
    font-size: var(--part-zj-aline2);
    font-style: normal;
    line-height: calc(var(--part-zj-aline2)* 1.3);
    width: 602px;
    max-width: 100%;
}

.spC .spC02 .spFor {
    display: flex;
    justify-content: center;
}

.spC .spC02 .spFor #myform {
    width: 840px;
    max-width: 100%;
}

.spC .spC02 .spFor #myform .spForTe .spForTeA {
    display: flex;
    align-items: center;
    cursor: pointer;
    /* width: max-content; */
    margin-bottom: 64px;
}

.spC .spC02 .spFor #myform .spForTe .spForTeA .spForimg {
    position: relative;
    display: flex;
    margin: 0 10px;
    flex: 0 0 auto;
}

.spC .spC02 .spFor #myform .spForTe .spForTeA .spForimg img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.spC .spC02 .spFor #myform .spForTe .spForTeA.on .spForimg img:nth-child(2) {
    opacity: 1;
}

.spC .spC02 .spFor #myform .spForTe .spForTeA .spForimgP p {
    color: #1E1E1E;
    font-family: NHM-Re;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.spC .spC02 .spFor #myform .information {
    margin-right: calc(-.5* 2rem);
    margin-left: calc(-.5* 2rem);
}

.spC .spC02 .spFor #myform .information .fillinbox {
    padding-right: calc(2rem* .5);
    padding-left: calc(2rem* .5);
    margin-bottom: 26px;
}

.spC .spC02 .spFor #myform .information .fillinbox>input,
.spC .spC02 .spFor #myform .information .fillinbox>textarea {
    color: #1E1E1E;
    border-bottom: 1px solid rgba(153, 153, 153, 0.60);
    padding: 22px 10px;
}

.spC .spC02 .spFor #myform .information .fillinbox>input::-webkit-input-placeholder {
    color: #1E1E1E;
}

.spC .spC02 .spFor #myform .information .fillinbox>input:-moz-placeholder {
    color: #1E1E1E;
}

.spC .spC02 .spFor #myform .information .fillinbox>input::-moz-placeholder {
    color: #1E1E1E;
}

.spC .spC02 .spFor #myform .information .fillinbox>input:-ms-input-placeholder {
    color: #1E1E1E;
}

.spC .spC02 .spFor #myform .information .fillinbox>textarea::-webkit-input-placeholder {
    color: #1E1E1E;
}

.spC .spC02 .spFor #myform .information .fillinbox>textarea:-moz-placeholder {
    color: #1E1E1E;
}

.spC .spC02 .spFor #myform .information .fillinbox>textarea::-moz-placeholder {
    color: #1E1E1E;
}

.spC .spC02 .spFor #myform .information .fillinbox>textarea:-ms-input-placeholder {
    color: #1E1E1E;
}

.spC .spC02 .spFor #myform .information .fillinbox>input.active,
.spC .spC02 .spFor #myform .information .fillinbox>textarea.active {
    color: red;
}

.spC .spC02 .spFor #myform .information .fillinbox>input.active::-webkit-input-placeholder {
    color: #E01E24;
}

.spC .spC02 .spFor #myform .information .fillinbox>input.active:-moz-placeholder {
    color: #E01E24;
}

.spC .spC02 .spFor #myform .information .fillinbox>input.active::-moz-placeholder {
    color: #E01E24;
}

.spC .spC02 .spFor #myform .information .fillinbox>input.active:-ms-input-placeholder {
    color: #E01E24;
}

.spC .spC02 .spFor #myform .information .fillinbox>textarea.active::-webkit-input-placeholder {
    color: #E01E24;
}

.spC .spC02 .spFor #myform .information .fillinbox>textarea.active:-moz-placeholder {
    color: #E01E24;
}

.spC .spC02 .spFor #myform .information .fillinbox>textarea.active::-moz-placeholder {
    color: #E01E24;
}

.spC .spC02 .spFor #myform .information .fillinbox>textarea.active:-ms-input-placeholder {
    color: #E01E24;
}

#spfroBt .buttonBox .button .submit {
    display: flex;
    justify-content: center;
}

#spfroBt .buttonBox .button .submit button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B1101C;
    border: none;
    border-radius: 0;
    width: 70%;
    padding: 12px 0;
}

#spfroBt .buttonBox .button .submit button p {
    color: #FFF;
    font-family: NHM-SB;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
}

#spfroBt .buttonBox .button .submit button .box {
    display: flex;
    margin-left: 6px;
}

@media (max-width: 1600px) {
    .spC .spC01 .spC01Ul .spC01Li .spC01LiSa {
        padding: 0 16px;
        height: 162px;
    }
}

@media (max-width: 1536px) {
    .spC .spC01 .spC01Ul .spC01Li {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .spC .spC01 .spC01Ul .spC01Li {
        width: 100%;
    }

    .spC .spC02 {
        padding-top: 68px;
        padding-bottom: 100px;
    }

    #spfroBt .buttonBox .button .submit button p {
        font-size: 16px;
    }
}

@media (max-width: 499px) {
    .spC .spC01 .spC01Ul .spC01Li {
        margin-bottom: 16px;
    }

    .spC .spC01 .spC01Ul .spC01Li .spC01LiSa {
        padding: 20px 16px;
        height: auto;
    }

    .spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiIco {
        width: 40px;
    }

    .spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiTe .spC01LiTe1 {
        margin-bottom: 8px;
    }

    .spC .spC01 .spC01Ul .spC01Li .spC01LiSa .spC01LiIco svg {
        width: 40px;
    }

    .spC .spC01 .spC01h3 {
        margin-bottom: 34px;
    }

    .spC .spC01 .spC01h3 h3 {
        font-size: 18px;
        line-height: calc(18px * 1.3);
    }

    .spC .spC02 .spC02h3 h3 {
        font-size: 18px;
    }

    #spfroBt .buttonBox .button .submit button {
        padding: 8px 0;
    }

    .spC .spC02 .spFor #myform .spForTe .spForTeA .spForimgP p {
        font-size: 14px;
    }

    .spC .spC02 .spFor #myform .information .fillinbox>input,
    .spC .spC02 .spFor #myform .information .fillinbox>textarea {
        padding: 14px 10px;
    }

    .spC .spC02 {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .spC .spC02 .spFor #myform .information .fillinbox {
        margin-bottom: 10px;
    }

    .spC .spC02 .spC02h3 {
        margin-bottom: 18px;
    }

    .spC .spC02 .spFor #myform .spForTe .spForTeA {
        margin-bottom: 40px;
    }
}

.seaTe {
    margin-bottom: 140px;
}

.seaTe h2 {
    color: var(--part-zj-00);
    text-align: center;
    font-family: NHM-Re;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.seaTeP {
    margin-bottom: 240px;
}

.seaTeP p {
    color: var(--part-zj-99);
    text-align: center;
    font-family: NHM-Re;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
}

@media (max-width: 1536px) {
    .seaTe {
        margin-bottom: 78px;
    }

    .seaTe h2 {
        font-size: 26px;
    }
}

@media (max-width: 499px) {
    .seaTe {
        margin-bottom: 24px;
    }

    .seaTe h2 {
        font-size: 18px;
    }

    .seaTeP {
        margin-bottom: 406px;
    }

    .seaTeP p {
        font-size: 14px;
    }
}

.spFoot .spFootSa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 0;
    padding-top: 0;
}

.spFoot .spFootSa .spFoot01 a {
    color: rgba(153, 153, 153, 0.60);
    font-family: NHM-Re;
    font-size: 16px;
    line-height: normal;
    /*text-transform: uppercase;*/
}

.spFoot .spFootSa .spFoot02 {
    position: relative;
}

.spFoot .spFootSa .spFoot02 img {
    width: 152px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.spFoot .spFootSa .spFoot02 img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.spFoot .spFootSa .spFoot02.spFoot02:hover img:nth-child(1) {
    opacity: 0;
}

.spFoot .spFootSa .spFoot02.spFoot02:hover img:nth-child(2) {
    opacity: 1;
}

@media (max-width: 992px) {
    .spFoot .spFootSa {
        padding: 16px 0;
    }

    .spFoot .spFootSa .spFoot01 a {
        font-size: 14px;
    }

    .spFoot .spFootSa .spFoot02 img {
        width: 106px;
    }
}

@media (max-width: 499px) {
    .spFoot .spFootSa .spFoot01 a {
        font-size: 12px;
    }

    .spFoot .spFootSa .spFoot02 img {
        width: 90px;
    }
}

/* 特殊页面 */


/*  */

.meaShare .spHe03ul {
    padding-left: 4px;
    position: relative;
}

.meaShare .spHe03ul::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(153, 153, 153, 0.35);
    left: 0;
    top: -20px;
}

.meaShare .spHe03ul li a {
    padding: 0;
    margin-right: 20px;
    width: 31px;
    position: relative;
}

.meaShare .spHe03ul li a img {
    width: 100%;
    transition: all 0.5s ease;
}

.meaShare .spHe03ul li a img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.meaShare .spHe03ul li a:hover img:nth-child(2) {
    opacity: 1;
}

.meaShare .spHe03ul li a:hover img:nth-child(1) {
    opacity: 0;
}

.container-fluid {
    transition: all 0.5s ease;
}

.ventriclec {
    position: relative;
}

.ventriclec::after {
    position: absolute;
    content: "";
    background: rgba(30, 30, 30, 0.45);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.venRg_02s {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 40px 0 100px;
    cursor: pointer;
}

.venRg_02s .venRg_02Ti p {
    color: var(--ven-zj-1E);
    font-family: NHM-SB;
    font-size: var(--ven-zj-Si1);
    font-style: normal;
    line-height: normal;
    margin-right: 10px;
}

.venRg_02s:hover .venRg_02Ico {
    animation: qode-rotate-half 0.8s cubic-bezier(.37, 0, .63, 1);
}

#venPhoSec {
    /* display: none; */
    padding: 0 6% 0 5.4%;
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 0;
    width: 34.5%;
    min-height: 100vh;
    background: #fff;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 99999;
}

@keyframes fadeInUp11t {
    0% {
        opacity: 0;
        /* -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0) */
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

#venPhoSec>ul {
    /* padding-bottom: 90px; */
    /* border-bottom: 1px solid rgba(153, 153, 153, 0.35); */
    margin-bottom: 44px;
    height: 582px;
    overflow-y: auto;
    position: relative;
}

#venPhoSec>ul::-webkit-scrollbar-thumb {
    border-radius: 3px !important;
    background: transparent !important;
}

#venPhoSec>ul::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}

#venPhoSec>ul::-webkit-scrollbar-track {
    background-color: transparent !important;
    border-radius: 3px !important;
}

#venPhoSec>ul::-webkit-scrollbar-thumb,
#venPhoSec>ul::-webkit-scrollbar-thumb:hover,
#venPhoSec>ul::-webkit-scrollbar-thumb:active {
    border-radius: none !important;
    background: transparent !important;
    background-clip: content-box !important;
}

#venPhoSec ul li .xiaopingsanji {
    display: flex;
    align-items: center;
    padding: 18px 0;
}

#venPhoSec .menu_list li .xiaopingsanji a {
    width: 100%;
    margin-right: 20px;
}

#venPhoSec ul li i {
    /* color: #fff; */
    font-weight: bold;
    color: #333;
    /* margin-left: 15px; */
    font-size: 20px;
}

.menu_head {
    margin: 0;
    width: 100% !important;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu_head a {
    color: #000;
    font-family: NHM-SB;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    display: block;
    transition: all 0.5s ease;
}

.menu_head:hover a {
    color: #B1101C;
}

@keyframes spinX-8d469712 {
    0% {
        transform: translate(4px, -4px) rotate(0)
    }

    to {
        transform: translate(4px, -4px) rotate(1turn)
    }
}


.xiantiao a {
    color: #B1101C;
    /* font-weight: bold; */
}

.menu_body {
    line-height: 38px;
    display: none;
    width: 100% !important;
    /* border-bottom: 1px solid #33333330; */
    margin-bottom: 10px;
}

.menu_body a {
    display: block;
    color: #999;
    padding: 10px 0;
    font-family: NHM-Re;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.menu_body h2 {
    padding-left: 53px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.menu_body a:hover {
    color: #B1101C;
}

@media (max-width: 1536px) {
    #venPhoSec {
        width: 54.5%;
    }

    #venPhoSec ul li .xiaopingsanji {
        padding: 12px 0;
    }

    .menu_head a {
        font-size: 26px;
    }

    .venRg_02s {
        margin: 40px 0 74px;
    }

    #venPhoSec>ul {
        height: 398px;
    }

    .menu_body a {
        font-size: 18px;
        padding: 6px 0;
    }
}

@media (max-width: 1199.9px) {
    .menu_head a {
        font-size: 22px;
    }

    #venPhoSec ul li i {
        font-size: 16px;
    }

    .venRg_02s {
        margin: 26px 0 30px;
    }

    .menu_body a {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    #venPhoSec {
        width: 80%;
    }
}

@media (max-width: 499px) {
    #venPhoSec {
        width: 100%;
    }

    #venPhoSec>ul {
        height: 74vh;
    }

    #venPhoSec ul li .xiaopingsanji {
        padding: 10px 0;
    }

    .menu_body a {
        padding: 4px 0;
    }

    #venPhoSec .meaShare {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        padding: 0 6% 0 5.4%;
    }

    .meaShare .spHe03ul li a {
        margin-right: 8px;
    }
}

.box404 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box404 .box404img p {
    text-align: center;
    margin-bottom: 40px;
}

.box404 .box404img p img {
    width: 586px;
    max-width: 100%;
}

.box404 .box404H2 {
    margin-bottom: 10px;
}

.box404 .box404H2 h2 {
    color: #000;
    text-align: center;
    font-family: NHM-SB;
    font-size: 32px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.box404 .box404P {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.box404 .box404P p {
    color: #000;
    text-align: center;
    font-family: NHM-Re;
    --f: 18px;
    font-size: var(--f);
    font-style: normal;
    font-weight: 400;
    line-height: calc(var(--f) * 1.22);
    width: 710px;
    max-width: 100%;
}

.box404 .box404BtBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box404 .box404BtBox a {
    border: none;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: none;
    flex-direction: column;
    --wid: 150px;
    width: var(--wid);
    height: var(--wid);
    padding: 0;
    background: #B1101C;
    border-radius: 50%;
}

.box404 .box404BtBox a p {
    color: #FFF;
    font-family: NHM-SB;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.box404 .box404BtBox a .box {
    overflow: hidden;
}

.box404 .box404BtBox a .box svg {
    margin-top: 10px;
}

.box404 .box404BtBox a:hover .box svg {
    animation: shuffle 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1536px) {
    .box404 .box404BtBox a {
        --wid: 120px;
    }

    .box404 .box404BtBox a p {
        font-size: 18px;
        margin-top: 10px;
    }

    .box404 .box404BtBox a .box svg {
        margin-top: 4px;
    }
}

@media (max-width: 499px) {
    .box404 .box404P p {
        --f: 16px;
    }

    .box404 .box404BtBox a p {
        font-size: 16px;
    }

    .spPrde .spPrdeft {
        width: 90%;
        margin: auto;
    }

    .spWeb #venPhoSec>ul {
        height: 48vh;
    }

    .spWeb #venPhoSec .meaShare {
        bottom: 40vh;
    }
}

#venPhoSec ul li i {
    transition: all 0.5s ease;
    transform-origin: center;
}

#venPhoSec ul li .current i {
    transform: rotate(180deg);
}


#curtain {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0;
    pointer-events: auto;
    z-index: 9999;
    transition: all 0.5s ease;
    overflow: hidden;
}

.new-class {
    opacity: 0 !important;
    pointer-events: none !important;
}

#curtain::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/cuttbg.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
}

#curtain .cutSack {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    width: 100%;
    display: flex;
    justify-content: center;
}

#curtain .cutSack .cutJif img {
    width: 1000px;
    max-width: 100%;
}

@media (max-width: 499px) {
    #curtain .cutSack .cutJif img {
        max-width: 600px;
    }
}