/* 池野。 tel/wchat:18720248770 4.9 */


/*  */
.venSeh {
    position: relative;
}

.venSehFo {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(20px, -50%);
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #999;
    width: 414px;
    justify-content: space-between;
    padding: 16px 22px;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
}

.CNM .venSehFo {
    pointer-events: auto;
    opacity: 1;
    transform: translate(0, -50%);

}

.venSehFo input {
    width: 86%;
    background: transparent;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;

    color: #F95807;
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
}

.venSehFo input::-webkit-input-placeholder {
    color: #999;
}

.venSehFo input:-moz-placeholder {
    color: #999;
}

.venSehFo input::-moz-placeholder {
    color: #999;
}

.venSehFo input:-ms-input-placeholder {
    color: #999;
}

.venSehFo input.active {
    color: red;
}

.venSehFo input.active::-webkit-input-placeholder {
    color: #E01E24;
}

.venSehFo input.active:-moz-placeholder {
    color: #E01E24;
}

.venSehFo input.active::-moz-placeholder {
    color: #E01E24;
}

.venSehFo input.active:-ms-input-placeholder {
    color: #E01E24;
}

.venSehCL {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

/* .top_ser_btn {
    width: 30px !important;
} */

.CNM .venSehCL {
    opacity: 1;
    pointer-events: auto;
}

.venSeh svg {
    transition: all 0.3s ease;
    cursor: pointer;
}

.CNM .venSeh svg {
    opacity: 0;
}

#ventricle {
    transition: all 0.5s ease;
}

#ventricle:hover {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(7.5px);
}

.ventricle {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(7.5px);
}

.venPr {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(7.5px);
}

#ventricle .venSack {
    display: flex;
    justify-content: space-between;
}

#ventricle .venSack .venLf .venLogo {
    padding: 9px 0;
}

#ventricle .venSack .venLf .venLogo>a {
    display: flex;
    width: max-content;
    position: relative;
    align-items: center;
}

#ventricle .venSack .venLf .venLogo>a .venLoIm {
    flex: 0 0 auto;
    margin-right: 12px;
    position: relative;
}

#ventricle .venSack .venLf .venLogo>a img {
    width: 60px;
    max-width: 100%;
    transition: all 0.5s ease;
}

#ventricle .venSack .venRg {
    display: flex;
    justify-content: flex-end;
}

#ventricle .venSack .venRg .venList .venUl {
    display: flex;
    align-items: center;
    height: 100%;
}

.CNM .venSack .venRg .venList .venUl {
    animation: item-searchshow 0.4s both !important;
}

@keyframes item-searchshow {
    0% {
        opacity: 1;
        transform: none;
        animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}

#ventricle .venSack .venRg .venList .venUl .venLi {
    margin-right: 5.6vw;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#ventricle .venSack .venRg .venList .venUl .venLi:last-child {
    margin-right: 5vw;
}

#ventricle .venSack .venRg .venList .venUl .venLi::after {
    position: absolute;
    content: "";
    background: url(../images/heaop.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 30px;
    height: 11px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    opacity: 0;
    transition: all 0.5s ease;
}

#ventricle .venSack .venRg .venList .venUl .venLi.on::after {
    opacity: 1;
}

#ventricle .venSack .venRg .venList .venUl .venLi:hover:after {
    opacity: 1;
}

#ventricle .venSack .venRg .venList .venUl .venLi .venLibox {
    height: 100%;
}

#ventricle .venSack .venRg .venList .venUl .venLi .venLibox>a {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#ventricle .venSack .venRg .venList .venUl .venLi .venLibox>a p {
    font-size: var(--zj-venUl1);
    transition: all 0.5s ease;
    color: #222;
    font-family: Mott4;
    font-style: normal;
    line-height: normal;
}

#ventricle:hover .venSack .venRg .venList .venUl .venLi .venLibox>a p {
    color: #222;
}

#ventricle:hover .venSack .venRg .venList .venUl .venLi.on .venLibox>a p {
    color: #F95807;
}

#ventricle .venSack .venRg .venList .venUl .venLi.on .venLibox>a p {
    color: #F95807;
}

#ventricle .venSack .venRg .venList .venUl .venLi:hover .venLibox>a p {
    color: #F95807 !important;
}

.ventricle .venSack .venRg .venList .venUl .venLi .venLibox>a p {
    color: #222 !important;
}

.ventricle .venSack .venRg .venList .venUl .venLi.on .venLibox>a p {
    color: #F95807 !important;
}

.venPr .venSack .venRg .venList .venUl .venLi .venLibox>a p {
    color: #222 !important;
}

.venPr .venSack .venRg .venList .venUl .venLi.on .venLibox>a p {
    color: #F95807 !important;
}

/*  */
#ventricle .venRg_02 {
    display: flex;
    align-items: center;
}

#ventricle .venLang {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#ventricle .venLang .venLangA {
    display: flex;
    align-items: center;
    position: relative;
}

#ventricle .venLang .venLangA .venLangAP {
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #FF9A44;
    padding: 10px 12px;
    cursor: pointer;
}

#ventricle .venLang .venLangA .venLangAP>p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    margin-right: 4px;
}

#ventricle .venLin>span {
    position: relative;
    width: 1px;
    height: 22px;
    display: block;
    padding: 0 24px;
}

#ventricle .venLin>span::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 154, 68, 0.85);
}

@media (max-width: 1536px) {
    #ventricle .venSack .venRg .venList .venUl .venLi {
        margin-right: 3.6vw;
    }

    #ventricle .venSack .venRg .venList .venUl .venLi:last-child {
        margin-right: 3vw;
    }

    .venSeh svg {
        width: 34px;
        cursor: pointer;
    }

    #ventricle .venLin>span {
        padding: 0 14px;
    }

    #ventricle .venSack .venLf .venLogo>a img {
        width: 50px;
    }

    .venSehFo {
        padding: 8px 22px;
    }
}

@media (max-width: 992px) {
    .venSeh svg {
        width: 30px;
    }

    #ventricle .venLin>span {
        padding: 0 12px;
    }

    #ventricle .venLang .venLangA .venLangAP {
        padding: 8px 14px;
    }

    #ventricle .venSack .venLf .venLogo>a img {
        width: 40px;
    }

    .venSehFo {
        width: 286px;
        padding: 6px 12px;
    }
}

@media (max-width: 499px) {
    .venSehFo {
        width: 140px;
        padding: 4px 6px;
    }

    .CNM .venSehFo {
        pointer-events: auto;
        opacity: 1;
        transform: translate(20px, -50%);
    }

    #ventricle .venLin>span {
        padding: 0 6px;
    }

    #ventricle .venLang .venLangA .venLangAP {
        padding: 6px 14px;
    }

    .venSehFo input {
        width: 76%;
    }

    .venSehFo span {
        display: flex;
    }

    .venSehFo span img {
        width: 16px;
    }
}

/*  */
#venPho {
    display: none;
}

#venPho .venPhoSack {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 26px;
    height: 100%;
    margin-left: 12px;
}

#venPho .venPhoSack::before,
#venPho .venPhoSack::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #FF9A44;
    transition: all .5s;
}

#venPho .venPhoSack::before {
    margin-top: -7px;
}

#venPho .venPhoSack::after {
    margin-top: 7px;
}

#venPho .venPhoSack.on::before {
    margin-top: 0px;
    transform: translateY(50%) rotate(46deg);
    background: #FF9A44;
}

#venPho .venPhoSack.on::after {
    margin-top: 0px;
    transform: translateY(0%) rotate(-46deg);
    background: #FF9A44;
}

#ventricle:hover #venPho .venPhoSack::before {
    background: #FF9A44;
}

#ventricle:hover #venPho .venPhoSack::after {
    background: #FF9A44;
}

.ventricle #venPho .venPhoSack::before {
    background: #FF9A44;
}

.ventricle #venPho .venPhoSack::after {
    background: #FF9A44;
}

.venPr #venPho .venPhoSack::before {
    background: #FF9A44;
}

.venPr #venPho .venPhoSack::after {
    background: #FF9A44;
}

#venPho .venPhoSack span {
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    background: #FF9A44;
    transition: all .5s;
}

#venPho .venPhoSack.on span {
    opacity: 0 !important;
}

#ventricle:hover #venPho .venPhoSack span {
    background: #FF9A44;
}

.ventricle #venPho .venPhoSack span {
    background: #FF9A44;
}

.venPr #venPho .venPhoSack span {
    background: #FF9A44;
}

@media (max-width: 1120px) {
    .venList {
        display: none;
    }

    #venPho {
        display: block;
    }
}


/* start */
.sub {
    position: relative;
    overflow: hidden;
    background: #FFF9F4;
}

.subSp1 {
    background: #fff;
}

.sub>img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: center;
}

.sub>img:nth-of-type(2) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

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

.subTi h2 {
    color: #FFF;
    font-family: Mott6;
    font-size: var(--zj-subTi);
    font-style: normal;
    line-height: normal;
}

.subNavBox {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.subNavBoxSp {
    padding-top: 180px;
    padding-bottom: 78px;
    position: relative;
    left: 0;
    bottom: 0;
    transform: translateX(0);
}

.subNavBox .breadcrumb {
    margin-bottom: 0;
    align-items: center;
}

.subNavBox .breadcrumb .breadcrumb-item {
    color: #666;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
}

/* .subNavBoxSp1 .breadcrumb-item+.breadcrumb-item::before {
    color: #FFF;
} */

/* .subNavBoxSp1 .breadcrumb .breadcrumb-item {
    color: #fff;
} */

.subNavBoxSp .breadcrumb .breadcrumb-item {
    color: #999;
}

.subNavBoxSp .breadcrumb .breadcrumb-item::before {
    color: #999;
}

.subNavBox a {
    display: flex;
    align-items: center;
    color: #666;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
}

/* .subNavBoxSp1 a {
    color: #fff;
} */

.subNavBoxSp a {
    color: #999;
}

.subNavBox a img {
    margin-right: 4px;
}

@media (max-width: 1536px) {
    .subNavBoxSp {
        padding-top: 160px;
        padding-bottom: 60px;
    }
}

@media (max-width: 642px) {
    .subNavBoxSp {
        padding-top: 100px;
        padding-bottom: 40px;
    }
}

@media (max-width: 642px) {
    .subNavBox {
        bottom: 0%;
    }
}


/* -------- */
.subSp .subTi h2 {
    color: #222;
}

.subUBo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24%;
}

.subU {
    display: flex;
    align-items: center;
}

.subL {
    margin-right: 28px;
}

.subL:nth-last-of-type {
    margin-right: 0;
}

.subLA {
    border-radius: 60px;
    border: 1px solid #999;
    padding: 10px 28px;
    transition: all 0.3s ease;
    display: block;
}

.subL.on .subLA {
    background: #FF9A44;
    border: 1px solid #FF9A44;
}

.subL .subLA:hover {
    background: #FF9A44;
    border: 1px solid #FF9A44;
}

.subLA span {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    transition: all 0.3s ease;
}

.subL.on .subLA span {
    color: #FFF;
}

.subL .subLA:hover span {
    color: #FFF;
}

@media (max-width: 992px) {
    .subText {
        top: 44%;
    }

    .subU {
        flex-wrap: wrap;
    }

    .subL {
        margin-right: 16px;
    }

    .subLA {
        padding: 8px 14px;
    }
}

@media (max-width: 642px) {
    .subLA {
        margin-bottom: 10px;
        padding: 2px 14px;
    }
}

@media (max-width: 499px) {
    .subL {
        margin-right: 10px;
    }

    .subSp .subTi {
        padding-bottom: 30px;
    }

    .subUBo {
        bottom: 14%;
    }
}

/*  */
.con1 {
    background: #FFF9F4;
    padding: 174px 0 172px;
    position: relative;
}

.con1::after {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.co1Sa {
    position: relative;
    z-index: 12;
}

.con1 .con1bg1 {
    position: absolute;
    right: 0;
    top: -2vw;
    z-index: 1;
    width: 53vw;
}

.con1_1 {
    margin-bottom: 110px;
}

.con1_1H {
    margin-bottom: 8px;
}

.con1_1H h2 {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_1H);
    font-style: normal;
    line-height: normal;
}

.con1_1p p {
    color: #FF9A44;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

/*  */
.con1_2 {
    border-radius: 20px;
    border-right: 1px solid #F1F1F1;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 55px 12px;
}

.con1_2L {
    padding: 35px 4% 23px;
    position: relative;
}

.con1_2L::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    right: 0;
    top: 0;
}

.con1_2L:last-of-type:after {
    display: none;
}

.con1_2H {
    margin-bottom: 22px;
}

.con1_2H h2 {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
}

.con1_2P {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.con1_2I {
    width: 38px;
    flex: 0 0 auto;
    margin-right: 10px;
}

.con1_2I img {
    width: 100%;
}

.con1_2P>span {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: normal;
}

.ft_01LiSh>a {
    padding: 0 !important;
    width: 52px;
    margin-right: 36px;
    position: relative;
    display: flex;
}

.ft_01LiSh:last-of-type>a {
    margin-right: 0;
}

.ft_01LiSh>a img {
    width: 100%;
    transition: all 0.3s ease;
}

.ft_01LiSh>a img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.ft_01LiSh>a:hover img:nth-child(1) {
    opacity: 0;
}

.ft_01LiSh>a:hover img:nth-child(2) {
    opacity: 1;
}

@media (max-width: 1536px) {
    .con1 {
        padding: 134px 0 132px;
    }

    .con1_2 {
        padding: 36px 12px;
    }

    .con1_2I {
        width: 30px;
    }

    .ft_01LiSh>a {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .con1_2L {
        width: 100%;
    }

    .con1_2L::after {
        width: 100%;
        height: 1px;
        left: 0;
        bottom: 0;
    }

    .con1_2L:first-of-type:after {
        display: none;
    }

    .con1_1 {
        margin-bottom: 78px;
    }
}

@media (max-width: 499px) {
    .con1 {
        padding: 44px 0 56px;
    }

    .con1_1 {
        margin-bottom: 36px;
    }

    .con1_2 {
        padding: 16px 12px 22px;
    }

    .con1_2H {
        margin-bottom: 16px;
    }

    .con1_2L {
        padding: 20px 4% 8px
    }

    .con1_2L::after {
        width: 92%;
        left: 50%;
        transform: translateX(-50%);
    }
}

/*  */
.con2 {
    background-image: url(../images/con2bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 54px;
}

.con2Sa {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.con2_1 {
    width: 54%;
    flex: 0 0 auto;
}

.con2_1H {
    margin-bottom: 24px;
    padding-top: 110px;
}

.con2_1H h2 {
    color: #FFF;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.con2_1P p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: calc(var(--zj-con1_2H) * 1.08);
    width: 784px;
    max-width: 100%;
}

.con2_2 {
    width: 40%;
    flex: 0 0 auto;
}

/* from */
#myform {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(255, 154, 68, 0.15);
    padding: 105px 64px 102px;
    transform: translateY(-100px);
}

#myform .information .fillinbox {
    margin-bottom: 18px;
}

#myform .information .fillinbox:nth-of-type(5) {
    margin-bottom: 48px;
}

#myform .information .fillinbox>input,
#myform .information .fillinbox>textarea {
    text-align: justify;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #D9D9D9;
    padding: 16px 24px;
    color: #FF9A44;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;
}

#myform .information .fillinbox>input:focus,
#myform .information .fillinbox>textarea:focus {
    border: 2px solid #FF9A44;
}

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

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

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

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

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

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

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

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

#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;
}


/* from */
.myform2 {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(255, 154, 68, 0.15);
    padding: 105px 64px 102px;
    transform: translateY(-100px);
}

.subForPr .myform2 {
    transform: translateY(0) !important;
}

.myform2 .information .fillinbox {
    margin-bottom: 18px;
}

.myform2 .information .fillinbox:nth-of-type(5) {
    margin-bottom: 48px;
}

.myform2 .information .fillinbox>input,
.myform2 .information .fillinbox>textarea {
    text-align: justify;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #D9D9D9;
    padding: 16px 24px;
    color: #FF9A44;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;
}

.myform2 .information .fillinbox>input:focus,
.myform2 .information .fillinbox>textarea:focus {
    border: 2px solid #FF9A44;
}

.myform2 .information .fillinbox>input::-webkit-input-placeholder {
    color: #999;
}

.myform2 .information .fillinbox>input:-moz-placeholder {
    color: #999;
}

.myform2 .information .fillinbox>input::-moz-placeholder {
    color: #999;
}

.myform2 .information .fillinbox>input:-ms-input-placeholder {
    color: #999;
}

.myform2 .information .fillinbox>textarea::-webkit-input-placeholder {
    color: #999;
}

.myform2 .information .fillinbox>textarea:-moz-placeholder {
    color: #999;
}

.myform2 .information .fillinbox>textarea::-moz-placeholder {
    color: #999;
}

.myform2 .information .fillinbox>textarea:-ms-input-placeholder {
    color: #999;
}

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

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

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

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

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

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

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

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

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

#froBt .froBt_2 .soSwAbBT {
    padding: 10px 36px;
    background: linear-gradient(rgba(255, 154, 68, 1), rgba(253, 115, 102, 1));
    display: flex;
    align-items: center;
    border-radius: 60px;
    position: relative;
}

#froBt .froBt_2 .soSwAbBT>img {
    position: absolute;
    right: 18px;
    bottom: 0;
    opacity: 0.45;
    transition: all 0.3s ease;
}

#froBt .froBt_2 .soSwAbBT:hover>img {
    opacity: 1;
}

#froBt .froBt_2 .soSwAbBT p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    margin-right: 10px;
    position: relative;
    z-index: 12;
}

#froBt .froBt_2 .soSwAbBT .soSwAbBTI {
    display: flex;
    position: relative;
    z-index: 12;
}

@media (max-width: 1536px) {
    .con2_2 {
        width: 46%;
    }

    #myform {
        padding: 58px 34px 48px;
        transform: translateY(-56px);
    }

    .myform2 {
        padding: 58px 34px 48px;
        transform: translateY(-56px);
    }
}

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

    .con2_1,
    .con2_2 {
        width: 100%;
    }

    .con2_1 {
        margin-bottom: 30px;
    }

    #myform {
        transform: translateY(0);
    }

    .myform2 .information .fillinbox {
        width: 100%;
    }

    .myform2 {
        transform: translateY(0);
    }
}

@media (max-width: 499px) {
    .con2_1H {
        margin-bottom: 18px;
        padding-top: 48px;
    }

    #myform {
        padding: 32px 12px 24px
    }

    #myform .information .fillinbox {
        margin-bottom: 14px;
    }

    #myform .information .fillinbox:nth-of-type(5) {
        margin-bottom: 28px;
    }

    .myform2 {
        padding: 32px 12px 24px
    }

    .myform2 .information .fillinbox {
        margin-bottom: 14px;
    }

    .myform2 .information .fillinbox:nth-of-type(5) {
        margin-bottom: 28px;
    }
}

/*  */
.ab1 {
    background: #FFF9F4;
}

.ab1Sa {
    position: relative;
    padding-top: 120px;
    padding-bottom: 192px;
}

#ab1Sw {
    overflow: hidden;
    border-radius: 20px;
    background: #FFF;
    backdrop-filter: blur(5px);
}

.ab1SwBo {
    display: flex;
}

.ab1Sw_1 {
    width: 48.4%;
    flex: 0 0 auto;
    overflow: hidden;
}

.ab1Sw_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}

.ab1SwBo:hover .ab1Sw_1 img {
    transform: scale(1.08);
}

.ab1Sw_2 {
    width: 51.6%;
    flex: 0 0 auto;
    padding: 5.6% 5.4% 0
}

.ab1Sw_2Ti {
    margin-bottom: 16px;
}

.ab1Sw_2Ti p {
    color: rgba(153, 153, 153, 0.65);
    font-family: Mott4;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: normal;
}

.ab1Sw_2H {
    margin-bottom: 36px;
}

.ab1Sw_2H h2 {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-ab1Sw_2H);
    font-style: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ab1Sw_2Im {
    position: relative;
    padding-top: 50px;
}

.ab1Sw_2Im::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #D9D9D9;
    height: 1px;
    width: 100%;
}

.ab1Sw_2Im img {
    width: 60px;
    transition: all 0.3s ease;
    transform: rotate(-45deg);
}

.ab1SwBo:hover .ab1Sw_2Im img {
    transform: rotate(0deg);
}

.ab1Sw_2Im img:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.ab1SwBo:hover .ab1Sw_2Im img:nth-child(2) {
    opacity: 1;
}

.ab1SwPag {
    bottom: 16% !important;
}

.ab1SwPag .swiper-pagination-bullet {
    --w: 18px;
    width: var(--w);
    height: var(--w);
    background: #D9D9D9;
    opacity: 1;
    margin: 0 10px !important;
    transition: all 0.3s ease;
    position: relative;
}

.ab1SwPag .swiper-pagination-bullet-active {
    background: #d9d9d900;
}

.ab1SwPag .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/swquan.png) no-repeat;
    background-position: center;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease;
}

.ab1SwPag .swiper-pagination-bullet-active::after {
    opacity: 1;
}

@media (max-width: 1536px) {
    .ab1Sa {
        position: relative;
        padding-top: 66px;
        padding-bottom: 158px;
    }

    .ab1Sw_2 {
        padding: 3.6% 3.4% 0;
    }

    .ab1Sw_2Im {
        padding-top: 26px;
    }

    .ab1Sw_2Im img {
        width: 40px;
    }

    .ab1SwPag {
        bottom: 20% !important;
    }

    .ab1SwPag .swiper-pagination-bullet {
        --w: 12px;
    }
}

@media (max-width: 862px) {
    .ab1SwBo {
        flex-direction: column;
    }

    .ab1Sw_1 {
        width: 100%;
    }

    .ab1Sw_2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ab1SwPag {
        bottom: 10% !important;
    }
}

@media (max-width: 499px) {
    .ab1Sa {
        padding-top: 42px;
        padding-bottom: 112px;
    }

    .ab1Sw_2 {
        padding: 5.6% 3.4% 0;
    }

    .ab1Sw_2Ti {
        margin-bottom: 12px;
    }
}

.ab2 {
    background: #FFF9F4;
    padding-bottom: 100px;
}

.ab2U {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.ab2L {
    margin-bottom: 120px;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    position: relative;
}

.ab2LA {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    background: #FFF;
}

.ab2_1 {
    padding: 12% 8%;
    transition: all 0.3s ease;
    position: relative;
}

.ab2_1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FF9A44 0%, #FD7366 100%);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.ab2LA:hover .ab2_1::after {
    opacity: 1;
}

.ab2_1Ti {
    margin-bottom: 10px;
    position: relative;
    z-index: 12;
}

.ab2_1Ti p {
    color: rgba(153, 153, 153, 0.65);
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    transition: all .3s ease;
}

.ab2LA:hover .ab2_1Ti p {
    color: #FFF;
}

.ab2_1H {
    position: relative;
    z-index: 12;
}

.ab2_1H h2 {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
}

.ab2LA:hover .ab2_1H h2 {
    color: #FFF;
}

.ab2_2 {
    overflow: hidden;
    position: relative;
    z-index: 12;
}

.ab2_2 img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ab2LIM {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10%;
    width: 94%;
    opacity: 0;
    transition: all .35s ease;
    pointer-events: none;
}

.ab2LA:hover .ab2LIM {
    opacity: 1;
    top: -17%;
}

.ab2LIM img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 1536px) {
    .ab2LIM {
        width: 90%;
    }

    .ab2LA:hover .ab2LIM {
        top: -16%;
    }
}

@media (max-width: 1199.9px) {
    .ab2L {
        margin-bottom: 60px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

@media (max-width: 862px) {
    .ab2L {
        width: 50%;
    }
}

@media (max-width: 642px) {
    .ab2L {
        width: 100%;
    }

    /* .ab2LA {
        position: relative;
    } */
}

@media (max-width: 499px) {
    .ab2 {
        padding-bottom: 70px;
    }

    .ab2_1 {
        padding: 8% 4%;
    }

    .ab2_1Ti {
        margin-bottom: 7px;
    }

    .ab2L {
        margin-bottom: 36px;
    }

    .ab2_1H h2 {
        font-size: 20px;
    }

    .ab2LIM {
        width: 46%;
        top: -4%;
    }

    .ab2LA:hover .ab2LIM {
        opacity: 1;
        top: -9%;
    }
}

.subPa {
    transform: translateY(-42px);
}

.subPaSp {
    transform: translateY(0);
}

.subPaD .page-link {
    border: 1px solid #F1F1F1;
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item {
    margin: 0 16px;
}

.page-item a {
    --w: 48px;
    width: var(--w);
    height: var(--w);
    border-radius: 50% !important;
    border: 1px solid #c6c6c600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    position: relative;
    line-height: normal;
    z-index: 12;
}

.page-item a::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, #FF9A44 0%, #FD7366 100%);
    z-index: -1;
    transition: all 0.3s ease;
    opacity: 0;
}

.page-item.on a {
    color: #FFF;
}

.page-item.on a::after {
    opacity: 1;
}

.page-item:hover a {
    color: #FFF;
}

.page-item:hover a::after {
    opacity: 1;
}

.subPaD .page-link span {
    display: block;
}

.subPaD .page-link span svg {
    width: 16px;
    transition: all 0.3s ease;
}

.subPaD .page-link span svg path {
    transition: all 0.3s ease;
}

.subPaD .page-link:hover span svg path {
    fill: #FFF;
}

@media (max-width: 1536px) {
    .page-item {
        margin: 0 6px;
    }

    .subPaD .page-link,
    .page-item a {
        --w: 34px;
    }
}

@media (max-width: 860px) {
    .subPa {
        transform: translateY(2px);
    }
}

/* ------- */
.subFT {
    background: #FFF;
    position: relative;
    margin-bottom: 50px;
}

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

.subFT_Sa {
    position: relative;
    z-index: 12;
    padding-top: 106px;
    padding-bottom: 150px;
}

.subFT_1P {
    margin-bottom: 56px;
}

.subFT_1P p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: calc(var(--zj-con1_1p) * 1.13);
    width: 854px;
    max-width: 100%;
}

.subFT_1ABOx {
    display: flex;
}

.subFT_1A {
    display: flex;
    align-items: center;
    border-radius: 60px;
    background: #FFF;
    padding: 10px 28px;
}

.subFT_1A p {
    color: #FF9A44;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    margin-right: 10px;
}

.subFT_1A svg {
    width: 14px;
}

@media (max-width: 499px) {
    .subFT_Sa {
        padding-top: 52px;
        padding-bottom: 72px;
    }
}

.abDe {
    background: linear-gradient(180deg, #FFF 0%, #FFF9F4 50%);
    position: relative;
}

.abDe::after {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.abDe::before {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.abD1_1P {
    width: 1192px;
    max-width: 100%;
    margin-bottom: 34px;
}

.abD1_1P p {
    color: #FF9A44;
    font-family: Mott4;
    font-size: var(--zj-con1_1H);
    font-style: normal;
    line-height: calc(var(--zj-con1_1H) * 1.45);
}

.abD1_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 56px;
    margin-bottom: 114px;
}

.abD1_2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 154, 68, 0.45);
}

.abD1_2P p {
    color: #999;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.abD1_2Sh {
    display: flex;
    align-items: center;
}

.abD1_2Sh p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    margin-right: 16px;
}

.abD1_2Sh ul {
    display: flex;
    align-items: center;
}

.abD1_2Sh ul li>a {
    margin-right: 8px;
    width: 35px;
}

.abD1_2Sh ul li:last-of-type>a {
    margin-right: 0;
}

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

    .abD1_2P {
        margin-bottom: 20px;
    }
}

@media (max-width: 499px) {
    .abD1_1P {
        width: 1192px;
        max-width: 100%;
        margin-bottom: 26px;
    }

    .abD1_2P {
        margin-bottom: 14px;
    }

    .abD1_2 {
        padding-bottom: 28px;
        margin-bottom: 34px;
    }
}

.abD2Sa {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 104px;
}

.abD2_1 {
    width: 57%;
    flex: 0 0 auto;
}

.abD2_1P p {
    color: #1E1E1E;
    font-family: Mott4;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: calc(var(--zj-con1_2P) * 1.61);
    text-transform: capitalize;
    margin-bottom: 27px;
}

.abD2_1P p:last-of-type {
    margin-bottom: 0;
}

.abD2_1P img,
.abD2_1P p img {
    max-width: 100%;
}

.abD2_1U {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 96px;
    padding-bottom: 24px;
    position: relative;
}

.abD2_1U::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.abD2_1LA {
    display: flex;
    align-items: center;
}

.abD2_1LA span {
    color: #666;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;

}

.abD2_1LA:hover span {
    color: #FF9A44;
}

.abD2_1LASp span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

.abD2_1LA svg {
    margin-right: 6px;
}

.abD2_1LA svg path {
    transition: all 0.3s ease;
}

.abD2_1LA:hover svg path {
    fill: #FF9A44;
}

.abD2_2 {
    width: 30.6%;
    flex: 0 0 auto;
    position: sticky;
    top: 104px;
}

.abD2_2LA {
    padding: 9% 10px;
    display: block;
    position: relative;
}

.abD2_2LA::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #D9D9D9;
    transition: all 0.3s ease;
}

.abD2_2LA:hover:after {
    background-color: #FF9A44;
}

.abD2_2H {
    padding: 10px 10px 20px;
    position: relative;
}

.abD2_2H::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #D9D9D9;
}

.abD2_2H p {
    color: #000;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.abD2_2LTi {
    margin-bottom: 12px;
}

.abD2_2LTi p {
    color: #666;
    font-family: Mott4;
    font-size: var(--zj-abD2_2LTi);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}

.abD2_2LP p {
    color: #1E1E1E;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abD2_2LA:hover .abD2_2LP p {
    color: #FF9A44;
}

@media (max-width: 1536px) {
    .abD2_1 {
        width: 66%;
    }
}

@media (max-width: 992px) {
    .abD2_1 {
        width: 100%;
    }

    .abD2_2 {
        display: none;
    }
}

@media (max-width: 499px) {
    .abD2Sa {
        padding-bottom: 64px;
    }

    .abD2_1U {
        padding-top: 52px;
        padding-bottom: 14px;
    }
}

/*  */
.ser {
    background: linear-gradient(180deg, #FFF9F4 0%, #FFF 100%);
}

.ser1 {
    padding-top: 86px;
    padding-bottom: 222px;
    position: relative;
}

.ser1::after {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.ser1>img {
    position: absolute;
    width: 35.53%;
    left: -13%;
    bottom: 10%;
}

.ser1Sa {
    background: url(../images/ser1bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    padding: 4.7% 5.4% 4.6%;
    padding: 90px 104px 88px;
    z-index: 12;
    position: relative;
}

.ser1H {
    margin-bottom: 54px;
}

.ser1H p {
    color: #222;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.ser1_1 {
    border-radius: 20px;
    border: 1px solid #FFEFD6;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(3px);
    width: 680px;
    max-width: 100%;
    padding: 5.8% 2.6%;
    padding: 80px 38px;
}

.ser1_1P1 {
    margin-bottom: 24px;
}

.ser1_1P1 p {
    color: #FF9A44;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: calc(var(--zj-con1_2H) * 1.08);
}

.ser1_1P2 {
    margin-bottom: 58px;
}

.ser1_1P2 p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.37);
}

.ser1_1A {
    position: relative;
}

.ser1_1A>img {
    position: absolute;
    right: 18px;
    bottom: 0;
    opacity: 0.45;
    transition: all 0.3s ease;
}

.ser1_1A:hover>img {
    opacity: 1;
}

.ser1_1ABOx {
    display: flex;
}

.ser1_1A {
    background: linear-gradient(90deg, #FF9A44 0%, #FD7366 100%);
    display: flex;
    align-items: center;
    border-radius: 60px;
    padding: 10px 28px;
}

.ser1_1A p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    margin-right: 10px;
    position: relative;
    z-index: 12;
}

.ser1_1A svg {
    width: 14px;
    position: relative;
    z-index: 12;
}

.ser2H {
    margin-bottom: 24px;
}

.ser2H p {
    color: #222;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.ser2P {
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.ser2P p {
    color: #222;
    text-align: center;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.5);
    width: 992px;
    max-width: 100%;
}

.ser2Im {
    position: relative;
}

.ser2Im .ser2Im1 {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ser2Im2 {
    position: absolute;
    left: 36%;
    top: 20%;
    width: 5.6%;
    animation: updownS 0.8s alternate infinite;
}

@keyframes updownS {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(0%);
    }
}

.ser2ImU1>li {
    position: absolute;
}

.ser2ImU1>li img {
    width: 100%;
}

.ser2ImU1L1 {
    left: 9%;
    top: 22%;
    width: 30%;
}

.ser2ImU1L2 {
    left: 18%;
    top: 31%;
    width: 21%;
}

.ser2ImU1L3 {
    left: 35%;
    top: 34%;
    width: 4%;
}

.ser2ImU1L4 {
    left: 39%;
    top: 35%;
    width: 6%;
}

.ser2ImU1L5 {
    left: 39%;
    top: 34%;
    width: 51%;
}

.ser2ImU1L6 {
    left: 39%;
    top: 25%;
    width: 40%;
}

.ser2ImU2>li {
    position: absolute;
}

.ser2ImU2L1 {
    left: 9%;
    top: 24%;
}

.ser2ImU2L2 {
    left: 17.4%;
    top: 38.4%;
}

.ser2ImU2L3 {
    left: 35.4%;
    top: 49%;
}

.ser2ImU2L4 {
    left: 43.6%;
    top: 74%;
}

.ser2ImU2L5 {
    left: 90%;
    top: 69%;
}

.ser2ImU2L6 {
    left: 79%;
    top: 32%;
}

.ser2ImU2>li span {
    display: block;
    --w: 8px;
    width: var(--w);
    height: var(--w);
    position: relative;
    background-color: rgba(255, 154, 68, 1);
    border-radius: 50%;
}

.ser2ImU2>li span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    border-radius: 50%;
    background-color: rgba(255, 154, 68, 0.15);
    animation: updownSss 0.8s alternate infinite;
}

@keyframes updownSss {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
    }
}

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

    .ser1Sa {
        padding: 48px 38px 78px;
    }

    .ser1H {
        margin-bottom: 32px;
    }

    .ser1_1 {
        padding: 34px 26px;
    }

    .ser1_1P2 {
        margin-bottom: 48px;
    }
}

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

    .ser1 {
        padding-bottom: 40px;
    }

    .ser1Sa {
        padding: 26px 12px 60px;
    }

    .ser1H {
        margin-bottom: 24px;
    }

    .ser1_1 {
        padding: 20px 14px;
    }

    .ser1_1P2 {
        margin-bottom: 30px;
    }
}

/*  */
.pro {
    background: #FFF9F4;
    position: relative;
}

.pro::after {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.pro::before {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.proSa {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 140px;
    padding-top: 112px;
    position: relative;
    z-index: 12;
}

.pro_1 {
    width: 22%;
    flex: 0 0 auto;
    position: sticky;
    top: 120px;
}

.pro_1U {
    width: 340px;
    max-width: 100%;
}

.pro_1L {
    margin-bottom: 24px;
}

.pro_1LBo_1 {
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid rgba(255, 154, 68, 0.25);
    background: linear-gradient(90deg, #FFE8C5 0%, #FFEFD6 100%);
    box-shadow: 0px 6px 8px 0px rgba(255, 154, 68, 0.25);
    padding: 10px 24px;
    transition: all 0.3s ease;
    min-height: 80px;
    z-index: 12;
    position: relative;
}

.pro_1L.on .pro_1LBo_1 {
    background: #FF9A44;
    box-shadow: 0px 6px 8px 0px rgba(255, 154, 68, 0.25);
}

.pro_1L:hover .pro_1LBo_1 {
    background: #FF9A44;
    box-shadow: 0px 6px 8px 0px rgba(255, 154, 68, 0.25);
}

.pro_1LBo_1Ic {
    margin-right: 18px;
    width: 34px;
    flex: 0 0 auto;
    position: relative;
}

.pro_1LBo_1Ic img {
    width: 100%;
    transition: all 0.3s ease;
}

.pro_1LBo_1Ic img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pro_1L.on .pro_1LBo_1Ic img:nth-child(1) {
    opacity: 0;
}

.pro_1L.on .pro_1LBo_1Ic img:nth-child(2) {
    opacity: 1;
}

.pro_1L:hover .pro_1LBo_1Ic img:nth-child(1) {
    opacity: 0;
}

.pro_1L:hover .pro_1LBo_1Ic img:nth-child(2) {
    opacity: 1;
}

.pro_1LBo_1P p {
    color: #FF9A44;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;
}

.pro_1L.on .pro_1LBo_1P p {
    color: #fff;
}

.pro_1L:hover .pro_1LBo_1P p {
    color: #fff;
}

.pro_2 {
    width: 75%;
    flex: 0 0 auto;
}

/* -------- */
.pro_1LBo_2 {
    overflow: hidden;
    max-height: 0;
    transition: all 0.8s ease;
}

.pro_1L.on .pro_1LBo_2 {
    max-height: 400px !important;
    transition: all 0.8s ease;
}

.pro_1LBo_2cNm {
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    position: relative;
    padding: 14px 24px 46px;
}

.pro_1LBo_2cNm::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 40px;
    left: 0;
    top: -40px;
    background: #fff;
}

.pro_1LBo_2A {
    padding: 14px 24px;
    display: block;
    position: relative;
}

.pro_1LBo_2A::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #F1F1F1;
    transition: all 0.3s ease;
}

.pro_1LBo_2ABo.on .pro_1LBo_2A:after {
    background-color: #FF9A44;
}

.pro_1LBo_2A:hover:after {
    background-color: #FF9A44;
}

.pro_1LBo_2A p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;
}

.pro_1LBo_2ABo.on .pro_1LBo_2A p {
    color: #FF9A44;
}

.pro_1LBo_2A:hover p {
    color: #FF9A44;
}

/* ------ */
.youjie {
    position: relative;
    z-index: 12;
}

.pro_2U {
    padding-bottom: 30px;
}

.pro_2L {
    margin-bottom: 50px;
}

.pro_2A {
    transition: all 0.3s ease;
    display: block;
    border-radius: 15px;
    border: 4px solid #ffbe8900;
}

.pro_2A:hover {
    border: 4px solid #FFBF89;
    background: #FF9A44;
}

.pro_2Img {
    overflow: hidden;
    background: #fff;
    border-radius: 15px;
}

.pro_2Img img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}

.pro_2A:hover .pro_2Img img {
    transform: scale(0.92);
}

.pro_2P {
    padding: 14px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro_2P p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    padding-right: 12px;
}

.pro_2A:hover .pro_2P p {
    color: #FFF;
}

.pro_2P img {
    width: 50px;
    flex: 0 0 auto;
    transition: all 0.3s ease;
    opacity: 0;
}

.pro_2A:hover .pro_2P img {
    transform: rotate(-45deg);
    opacity: 1;
}

.pro_2A .pro_2P:hover img {
    transform: rotate(0deg);
    opacity: 1;
}

@media (max-width: 1536px) {
    .proSa {
        padding-bottom: 110px;
        padding-top: 46px;
    }

    .pro_1LBo_1Ic {
        margin-right: 8px;
        width: 24px;
    }

    .pro_1LBo_1 {
        min-height: 56px;
        padding: 8px 18px;
    }

    .pro_1LBo_1P p {
        font-size: 16px;
    }

    .pro_1LBo_2cNm {
        padding: 12px 12px 28px;
    }

    .pro_1LBo_2A {
        padding: 12px 10px;
    }

    .pro_2U {
        padding-bottom: 0;
    }

    .pro_2P img {
        width: 40px;
    }
}

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

    .pro_1 {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }

    .pro_1U {
        width: 100%;
    }

    .pro_2 {
        width: 100%;
    }

    .pro_2L {
        margin-bottom: 30px;
    }

    .pro_2P {
        padding: 12px 14px
    }

    .pro_2P img {
        width: 40px;
    }
}

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

@media (max-width: 499px) {
    .proSa {
        padding-bottom: 56px;
        padding-top: 30px;
    }

    .pro_2P img {
        display: none;
    }

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

    .pro_2L {
        padding-right: calc(0.8rem * .5);
        padding-left: calc(0.8rem * .5);
        margin-bottom: 12px;
    }

    .pro_2P {
        padding: 6px 8px;
    }

    .pro_2P p {
        padding-right: 0;
    }

    .pro_1L {
        margin-bottom: 16px;
    }

    .pro_1LBo_1 {
        min-height: 36px;
        padding: 8px 12px;
    }
}



/*  */

.subForPr #myform {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    transform: translateY(0) !important;
}

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

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

.subForPr #myform .information .fillinbox:nth-of-type(5) {
    margin-bottom: 28px;
}

.subForPr #froBt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.froBtYzm {
    display: flex;
    align-items: flex-end;
}

.froBtYzm img {
    width: 166px;
    flex: 0 0 auto;
    margin-left: 15px;
}

#shoujihao {
    text-align: justify;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #D9D9D9;
    padding: 16px 24px;
    color: #FF9A44;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;
}

#shoujihao:focus {
    border: 2px solid #FF9A44;
}

#shoujihao::-webkit-input-placeholder {
    color: #999;
}

#shoujihao:-moz-placeholder {
    color: #999;
}

#shoujihao::-moz-placeholder {
    color: #999;
}

#shoujihao:-ms-input-placeholder {
    color: #999;
}

#shoujihao.active {
    color: red;
}

#shoujihao.active::-webkit-input-placeholder {
    color: #E01E24;
}

#shoujihao.active:-moz-placeholder {
    color: #E01E24;
}

#shoujihao.active::-moz-placeholder {
    color: #E01E24;
}

#shoujihao.active:-ms-input-placeholder {
    color: #E01E24;
}

/* 特殊 */
/* ------ */
.prDe1B {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.prDe1_2 {
    width: 48.6%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

/*  */
.proDeSw_1 {
    position: relative;
    /* margin-bottom: 16px; */
    width: 78%;
    flex: 0 0 auto;
}

#proDeSw_1 {
    overflow: hidden;
    height: 100%;
    border-radius: 20px;
    background: #fff;
}

#proDeSw_1>.swiper-wrapper .swiper-slide .somaSwImg {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

#proDeSw_1>.swiper-wrapper .swiper-slide .somaSwImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.proDeSw_2 {
    position: relative;
    width: 19%;
    flex: 0 0 auto;
    height: 620px;
}

#proDeSw_2 {
    overflow: hidden;
    height: 100% !important;
}

#proDeSw_2>.swiper-wrapper .swiper-slide .somaSwImg {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 100%;
    position: relative;
    background: #fff;
}

#proDeSw_2>.swiper-wrapper .swiper-slide .somaSwImg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    transition: all 0.5s ease;
    z-index: 12;
    background: #9999997e;
}

#proDeSw_2>.swiper-wrapper .swiper-slide.on .somaSwImg::after {
    background: #99999900;
}

#proDeSw_2>.swiper-wrapper .swiper-slide .somaSwImg img {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#swiper-button-prev,
#swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    z-index: 12;
    transition: all 0.3s ease;
}

#swiper-button-prev svg circle,
#swiper-button-next svg circle {
    transition: all 0.3s ease;
}

#swiper-button-prev:hover svg circle,
#swiper-button-next:hover svg circle {
    fill: #FF9A44;
    fill-opacity: 1;
}

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

/*  */
.prDe {
    background: #FFF9F4;
    padding-bottom: 140px;
    padding-top: 112px;
    position: relative;
}

.prDe::after {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.prDe::before {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.prDe1_1 {
    width: 46%;
    flex: 0 0 auto;
    padding-top: 48px;
}

.prDe1_1P {
    margin-bottom: 6px;
}

.prDe1_1P p {
    color: #FF9A44;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
}

.prDe1_1H {
    padding-bottom: 42px;
    margin-bottom: 20px;
    position: relative;
}

.prDe1_1H::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #D9D9D9;
}

.prDe1_1H::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #FF9A44;
    left: 0;
    bottom: 0;
    z-index: 12;
}

.prDe1_1H p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_1H);
    font-style: normal;
    line-height: normal;
}

.prDe1_1Te {
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 48px;
}

.prDe1_1Te::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    left: 0;
    bottom: 0;
}

.prDe1_1Te1 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.prDe1_1Te1 h2 {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: normal;
    margin-right: 30px;
    width: 182px;
    flex: 0 0 auto;
}

.prDe1_1Te1 p {
    color: #222;
    font-family: Mott3;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
}

.prDe1_1Sh {
    display: flex;
    align-items: center;
    margin-bottom: 68px;
}

.prDe1_1Sh p {
    color: #101010;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    margin-right: 16px;
}

.prDe1_1Sh .ft_01UlShare {
    display: flex;
    align-items: center;
}

.ft_01UlShare {
    display: flex;
}
.prDe2 {
    width: 100%;
}
.prDe2 p {
    color: #1E1E1E;
    font-family: Mott4;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: calc(var(--zj-con1_2P) * 1.61);
    text-transform: capitalize;
    margin-bottom: 27px;
}

.prDe2 p:last-of-type {
    margin-bottom: 0;
}

.prDe2 img,
.prDe2 p img {
    max-width: 100%;
}

.prDe2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 96px;
    padding-bottom: 24px;
    position: relative;
}

.prDe2::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.prDe2z p video{
    margin: 0 auto;
    text-align: center;
    display: block;
}


.prDe1_1BtnP {
    display: flex;
    align-items: center;
}

.prDe1_1Btn {
    display: flex;
    align-items: center;
}

.prDe1_1Btn1 {
    border-radius: 60px;
    background: #FF9A44;
    display: block;
    padding: 14px 28px;
    margin-right: 60px;
    position: relative;
    overflow: hidden;
}

.prDe1_1Btn1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #FF9A44 0%, #FD7366 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.prDe1_1Btn1:hover:after {
    opacity: 1;
}

.prDe1_1Btn1 .prDe1_1BtnP {
    position: relative;
    z-index: 12;
}

.prDe1_1Btn1 .prDe1_1BtnP p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    margin-right: 12px;
}

.prDe1_1Btn1 .prDe1_1BtnP img {
    width: 20px;
    flex: 0 0 auto;
}

.prDe1_1Btn2 {
    border-radius: 60px;
    border: 1px solid #FF9A44;
    padding: 14px 28px;
    overflow: hidden;
    position: relative;
}

.prDe1_1Btn2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #FF9A44 0%, #FD7366 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.prDe1_1Btn2:hover:after {
    opacity: 1;
}

.prDe1_1Btn2 .prDe1_1BtnP {
    position: relative;
    z-index: 12;
}

.prDe1_1Btn2 .prDe1_1BtnP p {
    color: #FF9A44;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    margin-right: 12px;
    transition: all 0.3s ease;
}

.prDe1_1Btn2:hover .prDe1_1BtnP p {
    color: #fff;
}

.prDe1_1Btn2 .prDe1_1BtnP svg {
    width: 20px;
    flex: 0 0 auto;
}

.prDe1_1Btn2 .prDe1_1BtnP svg path {
    transition: all 0.3s ease;
}

.prDe1_1Btn2:hover .prDe1_1BtnP svg path {
    fill: #fff;
}

/*  */
.prDe2H {
    margin-bottom: 24px;
}

.prDe2H p {
    color: #000;
    font-family: Mott4;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
    text-align: center;
}

.prDe2P {
    margin-bottom: 40px;
}

.prDe2P p {
    color: #101010;
    text-align: center;
    font-family: Mott4;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: normal;
}

.prDe2P2 {
    border-radius: 5px;
    background: #FF9A44;
    padding: 16px 0px 16px 24px;
    margin-bottom: 24px;
}

.prDe2P2 p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
}

@media (max-width: 1536px) {
    .prDe {
        padding-bottom: 92px;
        padding-top: 36px;
    }

    .proDeSw_2 {
        height: 384px;
    }

    .prDe1_1Btn1 {
        margin-right: 22px;
    }

    .prDe1_2 {
        align-items: center;
    }

    .prDe1_1Te {
        margin-bottom: 24px;
    }

    .prDe1_1H {
        padding-bottom: 32px;
        margin-bottom: 10px;
    }

    .prDe1_1Sh {
        margin-bottom: 34px;
    }
}

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

    .prDe1_1 {
        width: 100%;
    }

    .proDeSw_2 {
        height: 558px;
    }

    .prDe1_2 {
        width: 100%;
    }
}

@media (max-width: 642px) {
    .proDeSw_2 {
        height: 425px;
    }

    .subForPr #myform .information .fillinbox {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .proDeSw_2 {
        height: 266px;
    }

    .prDe1_1Te1 {
        align-items: flex-start;
        flex-direction: column;
    }

    .prDe1_1Btn1 {
        padding: 10px 14px;
        margin-right: 12px;
    }

    .prDe1_1Btn2 {
        padding: 10px 14px;
    }

    .prDe1_1 {
        padding-top: 32px;
    }

    .prDe1B {
        margin-bottom: 52px;
    }

    .prDe2H {
        margin-bottom: 14px;
    }

    .subForPr #myform .information .fillinbox,
    .prDe2P2 {
        margin-bottom: 16px;
    }

    .subForPr #froBt {
        align-items: flex-start;
        flex-direction: column;
    }

    .prDe {
        padding-bottom: 62px;
    }

    .froBtYzm {
        margin-bottom: 20px;
    }

    #proDeSw_2>.swiper-wrapper .swiper-slide .somaSwImg {
        border-radius: 10px;
    }

    #proDeSw_1>.swiper-wrapper .swiper-slide .somaSwImg {
        border-radius: 10px;
    }
}

/* -------- */

/*  */
.ne1 {
    padding-top: 144px;
    padding-bottom: 172px;
    position: relative;
}

.ne1::after {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.ne1::before {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.ne1Sa {
    display: flex;
    justify-content: space-between;
}

.ne1_1 {
    width: 34%;
    flex: 0 0 auto;
    position: relative;
}

.ne1_1>svg {
    width: 16%;
    position: absolute;
    left: 5%;
    bottom: 3%;
}

.ne1_1 .ne1_1img1>img {
    width: 100%;
}

.ne1_2 {
    width: 59%;
    flex: 0 0 auto;
}

.ne1_2H {
    margin-bottom: 40px;
    padding-top: 24px;
}

.ne1_2H p {
    color: #222;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.ne1_2P p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    margin-bottom: 34px;
}

.ne1_2P p span {
    color: #FD7366;
}

.ne2 {
    padding-top: 40px;
    padding-bottom: 38px;
    position: relative;
}

.ne2::after {
    position: absolute;
    content: "";
    width: 60.5vw;
    height: 100%;
    background: #FFF5E2;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.ne2Sa {
    display: flex;
    justify-content: space-between;
}

.ne2_1 {
    width: 35%;
    flex: 0 0 auto;
    padding-top: 6.8%;
}

.ne2_1H {
    margin-bottom: 74px;
}

.ne2_1H p {
    color: #222;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.ne2_1L {
    display: flex;
    padding: 0 16px 18px;
    position: relative;
    margin-bottom: 42px;
}

.ne2_1L::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: rgba(255, 154, 68, 0.45);
    transition: all 0.3s ease;
}

.ne2_1L:hover:after {
    background: rgba(255, 154, 68, 1);
}

.ne2_1LI {
    width: 60px;
    margin-right: 16px;
    flex: 0 0 auto;
}

.ne2_1LI img {
    width: 100%;
}

.ne2_1LTP1 {
    padding: 14px 0;
}

.ne2_1LTP1 p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: calc(var(--zj-con1_2H) * 1.333);
    transition: all 0.3s ease;
}

.ne2_1L:hover .ne2_1LTP1 p {
    color: #F95807;
}

.ne2_1LTP2 p {
    color: #999;
    font-family: Mott4;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: normal;
}

.ne2_2 {
    width: 59%;
    flex: 0 0 auto;
    padding-right: 44px;
}

.ne2_2L {
    display: flex;
    display: flex;
    align-items: flex-end;
}

.ne2_2LImg1 {
    margin-right: 15px;
    width: 51%;
    flex: 0 0 auto;
}

.ne2_2LImg1 img {
    width: 100%;
}

.ne2_2LImg2 {
    width: 48%;
    flex: 0 0 auto;
}

.ne2_2LImg2 img {
    width: 100%;
}

.ne3 {
    background-image: url(../images/ne3bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 104px;
    padding-bottom: 267px;
}

.ne3H {
    margin-bottom: 20px;
}

.ne3H p {
    color: #222;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.ne3P {
    margin-bottom: 20px;
}

.ne3P p {
    color: #222;
    text-align: center;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.5);
}

.ne3U1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.ne3L1 {
    padding: 0 16px;
}

.ne3L1Im {
    width: 100%;
    max-width: 104px;
}

.ne3L1Im img {
    width: 100%;
}

.ne3A {
    position: relative;
}

.ne3A>img {
    position: absolute;
    right: 18px;
    bottom: 0;
    opacity: 0.45;
    transition: all 0.3s ease;
}

.ne3A:hover>img {
    opacity: 1;
}

.ne3ABox {
    display: flex;
    justify-content: center;
    margin-bottom: 98px;
}

.ne3A {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    background: linear-gradient(90deg, #FF9A44 0%, #FD7366 100%);
    padding: 10px 28px;
}

.ne3A p {
    margin-right: 10px;
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    position: relative;
    z-index: 12;
}

.ne3A svg {
    position: relative;
    z-index: 12;
}

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

.ne3L2 {
    padding: 0 48px;
}

.ne3L2Im {
    width: 100%;
    position: relative;
}

.ne3L2Im::after {
    position: absolute;
    content: "";
    background: url(../images/ne3imgbox.png) no-repeat;
    width: 116%;
    height: 116%;
    background-size: cover;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
}

.ne3L2Im img {
    width: 100%;
    max-width: 239px;
}

.ne4 {
    padding-top: 138px;
    padding-bottom: 270px;
    position: relative;
}

.ne4>img {
    position: absolute;
    width: 38vw;
    left: 0;
    bottom: 15px;
}

.ne4Sa {
    position: relative;
    z-index: 12;
}

.ne4H {
    margin-bottom: 100px;
}

.ne4H p {
    color: #222;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.ne4Sw {
    position: relative;
}

#ne4Sw {
    overflow: hidden;
}

.ne4SwImg {
    border-radius: 20px;
    background: #D9D9D9;
    overflow: hidden;
}

.ne4SwImg img {
    width: 100%;
    transition: all 0.3s ease;
}

.ne4SwImg:hover img {
    transform: scale(1.1);
}

#ne4Sw .swiper-button-next,
#ne4Sw .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    z-index: 12;
    transition: all 0.3s ease;
}

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

#ne4Sw .swiper-button-next {
    right: 8vw;
    left: auto;
    bottom: -130px;
    top: auto;
}

#ne4Sw .swiper-button-prev {
    right: calc(8vw + 60px + 16px);
    left: auto;
    bottom: -130px;
    top: auto;
}

#ne4Sw .swiper-button-next svg circle,
#ne4Sw .swiper-button-prev svg circle {
    transition: all 0.3s ease;
}

#ne4Sw .swiper-button-next:hover svg circle,
#ne4Sw .swiper-button-prev:hover svg circle {
    fill: #FF9A44;
    stroke-opacity: 1;
}

#ne4Sw .swiper-button-next svg path,
#ne4Sw .swiper-button-prev svg path {
    transition: all 0.3s ease;
}

#ne4Sw .swiper-button-next:hover svg path,
#ne4Sw .swiper-button-prev:hover svg path {
    fill: #fff;
}

@media (max-width: 1536px) {
    .ne1 {
        padding-top: 114px;
        padding-bottom: 132px;
    }

    .ne1_1 {
        width: 38%;
    }

    .ne1_2H {
        margin-bottom: 24px;
        padding-top: 14px;
    }

    .ne1_2P p {
        line-height: calc(var(--zj-venUl1) * 1.35);
        margin-bottom: 20px;
    }

    .ne2Sa {
        align-items: center;
    }

    .ne2_1H {
        margin-bottom: 44px;
    }

    .ne2_1LI {
        width: 40px;
    }

    .ne2_1LTP1 {
        padding: 10px 0;
    }

    .ne3 {
        padding-top: 90px;
        padding-bottom: 206px;
    }

    .ne3L1Im {
        width: 100%;
        max-width: 76px;
    }

    .ne3L2 {
        padding: 0 42px;
    }

    .ne4 {
        padding-top: 98px;
        padding-bottom: 220px;
    }

    .ne4H {
        margin-bottom: 58px;
    }

    #ne4Sw .swiper-button-next,
    #ne4Sw .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    #ne4Sw .swiper-button-prev {
        right: calc(8vw + 50px + 12px);
    }
}

@media (max-width: 992px) {
    .ne1 {
        padding-top: 58px;
        padding-bottom: 90px;
    }

    .ne1Sa {
        flex-direction: column-reverse;
    }

    .ne1_2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ne2::after {
        width: 100%;
    }

    .ne2Sa {
        flex-direction: column;
    }

    .ne2_1 {
        width: 100%;
        padding-right: 4%;
    }

    .ne2_2 {
        width: 100%;
        padding-right: 4%;
    }

    .ne3 {
        padding-top: 66px;
        padding-bottom: 90px;
    }

    .ne3L1Im {
        max-width: 60px;
    }

    .ne3L2 {
        padding: 0 24px;
    }

}

@media (max-width: 768px) {
    .ne3U2 {
        flex-wrap: wrap;
    }

    .ne3L2 {
        margin: 0 10px;
        margin-bottom: 72px;
    }
}

@media (max-width: 499px) {
    .ne1 {
        padding-top: 40px;
        padding-bottom: 54px;
    }

    .ne1_1 {
        width: 100%;
    }

    .ne1_2H {
        margin-bottom: 20px;
        padding-top: 0px;
    }

    .ne2_1 {
        padding-top: 0;
    }

    .ne2_1H {
        margin-bottom: 32px;
    }

    .ne2_1L {
        margin-bottom: 26px;
    }

    .ne3 {
        padding-top: 56px;
        padding-bottom: 20px;
    }

    .ne3U1 {
        flex-wrap: wrap;
        margin-bottom: 16px;
    }

    .ne3L1 {
        padding: 0 6px;
        margin-bottom: 20px;
    }

    .ne3L1Im {
        max-width: 66px;
    }

    .ne3ABox {
        margin-bottom: 66px;
    }

    .ne3L2 {
        width: 50%;
        margin: 0 0px;
        margin-bottom: 44px;
        padding: 0 18px;
    }

    .ne4 {
        padding-top: 48px;
        padding-bottom: 112px;
    }

    .ne4H {
        margin-bottom: 32px;
    }

    #ne4Sw .swiper-button-next,
    #ne4Sw .swiper-button-prev {
        width: 40px;
        height: 40px;
        bottom: -70px;
    }

    #ne4Sw .swiper-button-prev {
        right: calc(8vw + 40px + 12px);
    }
}

/*  */
.neDe {
    padding-top: 158px;
    padding-bottom: 100px;
    position: relative;
}

.neDe::after {
    position: absolute;
    content: "";
    width: 4vw;
    height: 34vw;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.neDe::before {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    left: 0;
    bottom: 10%;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.neDeP {
    margin-bottom: 106px;
}

.neDeP p {
    color: #222;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
    text-align: center;
}

.neDeU {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.neDeL {
    margin-bottom: 44px;
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

.internal-box {
    border-radius: 20px;
    background: #FFF9F4;
    padding: 0 0 20px;
}

.qualification-img {
    position: relative;
    margin-bottom: 8px;
    padding: 22px 18px 12px;
}

.qualification-img {
    position: relative;
}

.qualification-img::after {
    position: absolute;
    content: "";
    width: 90%;
    height: 90%;
    background: url(../images/nedeimgbox.png) no-repeat;
    background-size: cover;
    background-position: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.qualification-img img {
    width: 100%;
    position: relative;
}

.zoom-in {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 154, 68, 0.75) 0%, rgba(253, 115, 102, 0.75) 100%);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 12;
}

.internal-box:hover .zoom-in {
    opacity: 1;
}

.zoom-in img {
    width: 60px;
}

.qualification-h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qualification-h2 h2 {
    color: #000;
    text-align: center;
    font-family: Mott4;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: normal;
    width: 288px;
    max-width: 100%;
    padding: 0 12px;
}

/*  */
#outerbox {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}

#outerbox .iconcha {
    top: 11%;
    right: 13vw;
    position: absolute;
    transition: ease 1s;
}

#outerbox .iconcha i {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

#outerbox .iconcha:hover {
    transform: rotate(360deg);
}

#innerbox {
    position: absolute;
    z-index: 9999;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

#innerbox #bigimg {
    cursor: grab;
    background: #ffffff;
    /* padding: 5px; */
    border-radius: 7px;
}

@media (max-width: 1536px) {
    .neDe {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .neDeP {
        margin-bottom: 56px;
    }

    .neDeU {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .neDeL {
        margin-bottom: 34px;
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

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

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

@media (max-width: 499px) {
    .neDe {
        padding-top: 48px;
        padding-bottom: 32px;
    }

    .neDeP {
        margin-bottom: 28px;
    }

    .qualification-img::after {
        width: 86%;
    }

    .neDeL {
        width: 50%;
    }
}

/*  */
.so1 {
    position: relative;
}

#so1Sw {
    overflow: hidden;
}

.so1SwIM img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.so1SwPag {
    bottom: 7.8% !important;
    display: flex;
    justify-content: flex-end;
    padding-right: calc(8% - 19px);
}

.so1SwPag .swiper-pagination-bullet {
    --w: 20px;
    width: var(--w);
    height: var(--w);
    margin: 0 19px !important;
    opacity: 1;
    position: relative;
    background: none;
}

.so1SwPag .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    background-image: url(../images/banic1.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.so1SwPag .swiper-pagination-bullet-active::after {
    opacity: 0;
}

.so1SwPag .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    background-image: url(../images/banic2.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.so1SwPag .swiper-pagination-bullet-active::before {
    opacity: 1;
}

.so1Box {
    position: absolute;
    bottom: 80px;
    left: 8%;
    width: 180px;
    height: 180px;
    z-index: 12;
}

.so1SV {
    display: flex;
    align-items: center;
    justify-content: center;
    --w: 120px;
    width: var(--w);
    height: var(--w);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.so1Sm {
    position: relative;
}

.so1Sm img {
    width: 100%;
    animation: rotation 8s linear infinite;
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@media (max-width: 1536px) {
    .so1SwPag .swiper-pagination-bullet {
        margin: 0 6px !important
    }

    .so1Box {
        width: 100px;
        height: 100px;
        bottom: 45px;
    }

    .so1SV svg {
        width: 34px;
    }
}

@media (max-width: 992px) {
    .so1SwIM img {
        height: 82vh;
    }
}

@media (max-width: 499px) {
    .so1SwIM img {
        height: 100vh;
    }

    .so1SwIM img {
        display: none;
    }

    .so1SwIM img:nth-child(2) {
        display: block !important;
    }

    .so1Box {
        width: 74px;
        height: 74px;
        bottom: 18px;
    }

    .so1SV {
        --w: 30px;
    }

    .so1SV svg {
        width: 26px;
    }

    .so1SwPag {
        bottom: 4.8% !important;
    }
}

.so2 {
    padding-top: 120px;
    padding-bottom: 88px;
}

.so2H {
    margin-bottom: 24px;
}

.so2H p {
    color: #222;
    text-align: center;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.so2P {
    margin-bottom: 86px;
    display: flex;
    justify-content: center;
}

.so2P p {
    color: #222;
    text-align: center;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.5);
    width: 784px;
    max-width: 100%;
}

.so2U {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.so2L {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
    margin-bottom: 36px;
}

.so2LIM {
    border-radius: 20px;
    overflow: hidden;
}

.so2LIM img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}

.so2LA:hover .so2LIM img {
    transform: scale(1.08);
}

.so2LTe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 54px;
}

.so2LP {
    padding-right: 12px;
}

.so2LP p {
    color: #222;
    font-family: Mott5;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.so2LA:hover .so2LP p {
    color: #FF9A44;
}

.so2LBt {
    flex: 0 0 auto;
    padding: 10px 28px;
    border-radius: 60px;
    background: linear-gradient(90deg, #FF9A44 0%, #FD7366 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.so2LBt>img {
    position: absolute;
    right: 18px;
    bottom: 0;
    opacity: 0.45;
    transition: all 0.3s ease;
}

.so2LA:hover .so2LBt>img {
    opacity: 1;
}

.so2LBt p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    margin-right: 10px;
    position: relative;
    z-index: 12;
}

.so2LBt svg {
    position: relative;
    z-index: 12;
}

@media (max-width: 1536px) {
    .so2 {
        padding-top: 62px;
        padding-bottom: 46px;
    }

    .so2H {
        margin-bottom: 18px;
    }

    .so2P {
        margin-bottom: 66px;
    }

    .so2LTe {
        padding: 14px 30px;
    }
}

@media (max-width: 1199.9px) {
    .so2L {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
        margin-bottom: 26px;
    }
}

@media (max-width: 768px) {
    .so2L {
        width: 100%;
    }
}

@media (max-width: 499px) {
    .so2 {
        padding-top: 42px;
        padding-bottom: 30px;
    }

    .so2H {
        margin-bottom: 12px;
    }

    .so2P {
        margin-bottom: 36px;
    }

    .so2L {
        margin-bottom: 20px;
    }

    .so2LTe {
        padding: 12px 12px;
    }

    .so2LBt {
        padding: 6px 12px;
    }
}

.so3 {
    padding-top: 102px;
    padding-bottom: 290px;
    position: relative;
}

.so3>img {
    position: absolute;
    right: 0;
    top: 0;
    width: 62.62vw;
    z-index: -1;
}

.so3Sw {
    position: relative;
}

#so3Sw {
    overflow: hidden;
}

.so3SwA {
    border-radius: 20px;
    background-color: #FFF5E2;
    display: block;
    padding: 43px 56px;
}

#so3Sw .swiper-slide1 .so3SwA {
    background-color: #FFF5E2;
}

#so3Sw .swiper-slide2 .so3SwA {
    background-color: #EDF3E2;
}

#so3Sw .swiper-slide3 .so3SwA {
    background-color: #FFEFD6;
}

#so3Sw .swiper-slide4 .so3SwA {
    background-color: #FFF5E2;
}

#so3Sw .swiper-slide5 .so3SwA {
    background-color: #EDF3E2;
}

#so3Sw .swiper-slide6 .so3SwA {
    background-color: #FFEFD6;
}

#so3Sw .swiper-slide7 .so3SwA {
    background-color: #FFF5E2;
}

#so3Sw .swiper-slide8 .so3SwA {
    background-color: #EDF3E2;
}

#so3Sw .swiper-slide9 .so3SwA {
    background-color: #FFEFD6;
}

#so3Sw .swiper-slide10 .so3SwA {
    background-color: #FFF5E2;
}

#so3Sw .swiper-slide11 .so3SwA {
    background-color: #EDF3E2;
}

#so3Sw .swiper-slide12 .so3SwA {
    background-color: #FFEFD6;
}

.so3SwIM {
    margin-bottom: 24px;
}

.so3SwIM img {
    width: 100%;
}

.so3SwP {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so3SwP p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
    margin-right: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.so3SwA:hover .so3SwP p {
    color: #FF9A44;
}

.so3SwPIC {
    flex: 0 0 auto;
    position: relative;
    width: 50px;
}

.so3SwPIC img {
    width: 100%;
    transition: all 0.3s ease;
}

.so3SwPIC img:nth-child(1) {
    transform: rotate(-45deg);
}

.so3SwPIC img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 100%;
    height: 100%;
    opacity: 0;
}

.so3SwA:hover .so3SwPIC img:nth-child(1) {
    opacity: 0;
}

.so3SwA:hover .so3SwPIC img:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0);
}

#so3Sw .swiper-button-next,
#so3Sw .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    z-index: 12;
    transition: all 0.3s ease;
}

#so3Sw .swiper-button-next {
    right: -92px;
}

#so3Sw .swiper-button-prev {
    left: -92px;
}

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

#so3Sw .swiper-button-next svg circle,
#so3Sw .swiper-button-prev svg circle {
    transition: all 0.3s ease;
}

#so3Sw .swiper-button-next:hover svg circle,
#so3Sw .swiper-button-prev:hover svg circle {
    fill: #FF9A44;
    stroke-opacity: 1;
}

#so3Sw .swiper-button-next svg path,
#so3Sw .swiper-button-prev svg path {
    transition: all 0.3s ease;
}

#so3Sw .swiper-button-next:hover svg path,
#so3Sw .swiper-button-prev:hover svg path {
    fill: #fff;
}

@media (max-width: 1536px) {
    .so3 {
        padding-top: 42px;
        padding-bottom: 230px;
    }

    .so3>img {
        width: 73.62vw;
    }

    .so3SwA {
        padding: 25px 23px;
    }

    .so3SwPIC {
        width: 44px;
    }

    #so3Sw .swiper-button-next,
    #so3Sw .swiper-button-prev {
        width: 46px;
        height: 46px;
    }

    #so3Sw .swiper-button-prev {
        left: -56px;
    }

    #so3Sw .swiper-button-next {
        right: -56px;
    }
}

@media (max-width: 1199.9px) {

    #so3Sw .swiper-button-next,
    #so3Sw .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    #so3Sw .swiper-button-prev {
        left: -8px;
    }

    #so3Sw .swiper-button-next {
        right: -8px;
    }
}

@media (max-width: 992px) {
    .so3 {
        padding-bottom: 30px;
    }
}

@media (max-width: 499px) {
    .so3 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.so4 {
    padding-top: 50px;
    padding-bottom: 242px;
    position: relative;
}

.so4::after {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.so4::before {
    position: absolute;
    content: "";
    width: 34vw;
    height: 34vw;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 154, 68, 0.20);
    filter: blur(300px);
}

.so4Sw {
    position: relative;
}

#so4Sw {
    overflow: hidden;
    padding-top: 40px;
}

.so4SwA {
    display: block;
    position: relative;
}

.so4SwIM {
    background: #F1F1F1;
    border-radius: 20px;
    overflow: hidden
}

.so4SwIM img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.so4SwP {
    padding: 34px 40px;
}

.so4SwP p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}

.so4SwA:hover .so4SwP p {
    color: #FF9A44;
}

.so4SwBZ {
    position: absolute;
    right: 16px;
    top: -38px;
    width: 100px;
}

.so4SwBZ img {
    width: 100%;
    animation: rotation 8s linear infinite;
}

.so4SwBZ2 {
    position: relative;
}

.so4SwBZ2 img {
    width: 100px;
}

.so4SwBZP {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.so4SwBZP p {
    color: #FF9A44;
    text-align: center;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.125);
    padding: 0 12px;
}

#so4Sw .swiper-button-next,
#so4Sw .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    z-index: 12;
    transition: all 0.3s ease;
}

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

#so4Sw .swiper-button-next {
    right: 8vw;
    left: auto;
    bottom: -68px;
    top: auto;
}

#so4Sw .swiper-button-prev {
    right: calc(8vw + 60px + 16px);
    left: auto;
    bottom: -68px;
    top: auto;
}

#so4Sw .swiper-button-next svg circle,
#so4Sw .swiper-button-prev svg circle {
    transition: all 0.3s ease;
}

#so4Sw .swiper-button-next:hover svg circle,
#so4Sw .swiper-button-prev:hover svg circle {
    fill: #FF9A44;
    stroke-opacity: 1;
}

#so4Sw .swiper-button-next svg path,
#so4Sw .swiper-button-prev svg path {
    transition: all 0.3s ease;
}

#so4Sw .swiper-button-next:hover svg path,
#so4Sw .swiper-button-prev:hover svg path {
    fill: #fff;
}

#so4Sw .swiper-scrollbar {
    width: calc(92% - 272px);
    height: 2px;
    background: rgba(217, 217, 217, 0.65);
    bottom: -43px;
}

#so4Sw .swiper-scrollbar-drag {
    height: 4px;
    top: -0.5px;
    background: #FF9A44;
}

@media (max-width: 1536px) {
    .so4 {
        padding-top: 50px;
        padding-bottom: 168px;
    }

    .so4SwBZ {
        top: -26px;
        width: 68px;
    }

    .so4SwP {
        padding: 20px 24px;
    }

    #so4Sw .swiper-button-next,
    #so4Sw .swiper-button-prev {
        width: 46px;
        height: 46px;
    }

    #so4Sw .swiper-button-prev {
        right: calc(8vw + 46px + 12px);
    }

    #so4Sw .swiper-scrollbar {
        width: calc(92% - 200px);
        bottom: -48px;
    }
}

@media (max-width: 499px) {
    .so4 {
        padding-top: 40px;
        padding-bottom: 110px;
    }

    #so4Sw .swiper-button-next,
    #so4Sw .swiper-button-prev {
        width: 40px;
        bottom: -53px;
        height: 40px;
    }

    #so4Sw .swiper-button-prev {
        right: calc(8vw + 40px + 12px);
    }

    #so4Sw .swiper-scrollbar {
        width: calc(92% - 116px);
        bottom: -36px;
    }
}

.so5 {
    background: #FFF9F4;
    padding-top: 100px;
    padding-bottom: 100px;
}

.so5Sa {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.so5_1 {
    padding-left: 4.7vw;
    width: 45%;
    flex: 0 0 auto;
}

.so5_1Im {
    position: relative;
}

.so5_1Im::after {
    position: absolute;
    width: 120%;
    height: 111%;
    content: "";
    background: url(../images/so5bg.png) no-repeat center center;
    background-size: cover;
    right: -10%;
    top: -8%;
}

.so5_1Im img {
    width: 100%;
    position: relative;
    z-index: 12;
}

.so5_2 {
    width: 50%;
    flex: 0 0 auto;
}

.so5_2H {
    margin-bottom: 50px;
}

.so5_2H p {
    color: #222;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.so5_2P p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    margin-bottom: 34px;
}

.so5_2P p span {
    color: #FF9A44;
}

.so5_2Bt {
    display: flex;
    padding-top: 12px;
    margin-bottom: 46px;
}

.so5_2A {
    display: flex;
    align-items: center;
    border-radius: 60px;
    background: linear-gradient(90deg, #FF9A44 0%, #FD7366 100%);
    padding: 10px 28px;
    position: relative;
}

.so5_2A>img {
    position: absolute;
    right: 18px;
    bottom: 0;
    opacity: 0.45;
    transition: all 0.3s ease;
}

.so5_2A:hover>img {
    opacity: 1;
}

.so5_2A p {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    margin-right: 10px;
    position: relative;
    z-index: 12;
}

.so5_2A svg {
    width: 14px;
    position: relative;
    z-index: 12;
}

.so5_2LIM img {
    width: 100%;
}

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

    .so5_2P p {
        margin-bottom: 14px;
    }
}

@media (max-width: 992px) {
    .so5Sa {
        flex-direction: column-reverse;
    }

    .so5_2 {
        width: 100%;
        padding-left: 4%;
        margin-bottom: 30px;
    }

    .so5_2L {
        width: 10%;
    }
}

@media (max-width: 762px) {
    .so5_2L {
        width: 16%;
    }

    .so5_1 {
        width: 100%;
        padding-left: 4vw;
    }
}

@media (max-width: 499px) {
    .so5 {
        padding-top: 58px;
        padding-bottom: 62px;
    }

    .so5_2H {
        margin-bottom: 24px;
    }

    .so5_2P p {
        margin-bottom: 8px;
    }

    .so5_2Bt {
        display: flex;
        padding-top: 12px;
        margin-bottom: 38px;
    }

    .so5_2 {
        margin-bottom: 8px;
    }

    .so5_2L {
        width: 25%;
        margin-bottom: 20px;
    }
}

.so6 {
    padding-top: 234px;
    padding-bottom: 258px;
    position: relative;
}

.so6>img {
    position: absolute;
    left: 0;
    top: 55%;
    width: 29vw;
    z-index: -1;
}

.so6Sa {
    display: flex;
    justify-content: space-between;
}

.so6_1 {
    width: 20.6%;
    flex: 0 0 auto;
}

.so6_1H {
    margin-bottom: 24px;
}

.so6_1H p {
    color: #222;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.so6_1P p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.5);
}

.so6Sw {
    width: 77%;
    flex: 0 0 auto;
}

#so6Sw {
    overflow: hidden;
}

.so6SwIM {
    border-radius: 20px;
    overflow: hidden;
}

.so6SwIM img {
    width: 100%;
    transition: all 0.3s ease;
}

.so6SwIM:hover img {
    transform: scale(1.1);
}

#so6Sw .swiper-button-next,
#so6Sw .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    z-index: 12;
    transition: all 0.3s ease;
}

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

#so6Sw .swiper-button-next {
    right: auto;
    left: calc(8vw + 60px + 16px);
    bottom: 26%;
    top: auto;
}

#so6Sw .swiper-button-prev {
    right: auto;
    left: 8vw;
    bottom: 26%;
    top: auto;
}

#so6Sw .swiper-button-next svg circle,
#so6Sw .swiper-button-prev svg circle {
    transition: all 0.3s ease;
}

#so6Sw .swiper-button-next:hover svg circle,
#so6Sw .swiper-button-prev:hover svg circle {
    fill: #FF9A44;
    stroke-opacity: 1;
}

#so6Sw .swiper-button-next svg path,
#so6Sw .swiper-button-prev svg path {
    transition: all 0.3s ease;
}

#so6Sw .swiper-button-next:hover svg path,
#so6Sw .swiper-button-prev:hover svg path {
    fill: #fff;
}

@media (max-width: 1536px) {
    .so6 {
        padding-top: 130px;
        padding-bottom: 160px;
    }

    #so6Sw .swiper-button-next,
    #so6Sw .swiper-button-prev {
        width: 46px;
        height: 46px;
    }

    #so6Sw .swiper-button-next {
        left: calc(8vw + 46px + 12px);
        bottom: 30%;
    }

    #so6Sw .swiper-button-prev {
        bottom: 30%;
    }
}

@media (max-width: 1199.9px) {
    #so6Sw .swiper-button-prev {
        left: 4vw;
    }

    #so6Sw .swiper-button-next {
        left: calc(4vw + 46px + 12px);
    }
}

@media (max-width: 800px) {
    .so6 {
        padding-top: 48px;
        padding-bottom: 118px;
    }

    .so6Sa {
        flex-direction: column;
    }

    .so6_1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .so6Sw {
        width: 100%;
    }

    #so6Sw .swiper-button-prev,
    #so6Sw .swiper-button-next {
        bottom: 10%;
    }
}

@media (max-width: 499px) {
    .so6 {
        padding-top: 48px;
        padding-bottom: 90px;
    }

    .so6_1H {
        margin-bottom: 12px;
    }

    #so6Sw .swiper-button-prev,
    #so6Sw .swiper-button-next {
        bottom: 20px;
    }
}

.so7 {
    background: #FFF9F4;
    padding-top: 100px;
    padding-bottom: 223px;
}

.so7_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.so7_11H {
    margin-bottom: 24px;
}

.so7_11H p {
    color: #222;
    font-family: Mott5;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.so7_11P p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.5);
}

.so7_12U {
    display: flex;
}

.so7_12L {
    margin-right: 28px;
}

.so7_12L:last-of-type {
    margin-right: 0;
}

.so7_12LB {
    cursor: pointer;
    border-radius: 60px;
    border: 1px solid #222;
    padding: 10px 28px;
    transition: all 0.3s ease;
}

.so7_12L.on .so7_12LB {
    background: #FF9A44;
    border: 1px solid #FF9A44;
}

.so7_12L:hover .so7_12LB {
    background: #FF9A44;
    border: 1px solid #FF9A44;
}

.so7_12LB p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    transition: all 0.3s ease;
}

.so7_12L.on .so7_12LB p {
    color: #fff;
}

.so7_12L:hover .so7_12LB p {
    color: #fff;
}

.so7SwB {
    position: relative;
    display: none;
}

.so7SwB.on {
    display: flex;
}

#so7Sw1,
#so7Sw2,
#so7Sw3 {
    overflow: hidden;
    padding-top: 94px;
}

#so7Sw1 .swiper-button-next,
#so7Sw1 .swiper-button-prev,
#so7Sw2 .swiper-button-next,
#so7Sw2 .swiper-button-prev,
#so7Sw3 .swiper-button-next,
#so7Sw3 .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    z-index: 12;
    transition: all 0.3s ease;
}

#so7Sw1 .swiper-button-next::after,
#so7Sw1 .swiper-button-prev::after,
#so7Sw2 .swiper-button-next::after,
#so7Sw2 .swiper-button-prev::after,
#so7Sw3 .swiper-button-next::after,
#so7Sw3 .swiper-button-prev::after {
    content: "";
}

#so7Sw1 .swiper-button-next,
#so7Sw2 .swiper-button-next,
#so7Sw3 .swiper-button-next {
    right: 0;
    left: auto;
    bottom: -110px;
    top: auto;
}

#so7Sw1 .swiper-button-prev,
#so7Sw2 .swiper-button-prev,
#so7Sw3 .swiper-button-prev {
    right: calc(60px + 16px);
    left: auto;
    bottom: -110px;
    top: auto;
}

#so7Sw1 .swiper-button-next svg circle,
#so7Sw1 .swiper-button-prev svg circle,
#so7Sw2 .swiper-button-next svg circle,
#so7Sw2 .swiper-button-prev svg circle,
#so7Sw3 .swiper-button-next svg circle,
#so7Sw3 .swiper-button-prev svg circle {
    transition: all 0.3s ease;
}

#so7Sw1 .swiper-button-next:hover svg circle,
#so7Sw1 .swiper-button-prev:hover svg circle,
#so7Sw2 .swiper-button-next:hover svg circle,
#so7Sw2 .swiper-button-prev:hover svg circle,
#so7Sw3 .swiper-button-next:hover svg circle,
#so7Sw3 .swiper-button-prev:hover svg circle {
    fill: #FF9A44;
    stroke-opacity: 1;
}

#so7Sw1 .swiper-button-next svg path,
#so7Sw1 .swiper-button-prev svg path,
#so7Sw2 .swiper-button-next svg path,
#so7Sw2 .swiper-button-prev svg path,
#so7Sw3 .swiper-button-next svg path,
#so7Sw3 .swiper-button-prev svg path {
    transition: all 0.3s ease;
}

#so7Sw1 .swiper-button-next:hover svg path,
#so7Sw1 .swiper-button-prev:hover svg path,
#so7Sw2 .swiper-button-next:hover svg path,
#so7Sw2 .swiper-button-prev:hover svg path,
#so7Sw3 .swiper-button-next:hover svg path,
#so7Sw3 .swiper-button-prev:hover svg path {
    fill: #fff;
}

#so7Sw1 .swiper-scrollbar,
#so7Sw2 .swiper-scrollbar,
#so7Sw3 .swiper-scrollbar {
    width: calc(100% - 272px);
    height: 2px;
    background: rgba(217, 217, 217, 0.65);
    bottom: -85px;
}

#so7Sw1 .swiper-scrollbar-drag,
#so7Sw2 .swiper-scrollbar-drag,
#so7Sw3 .swiper-scrollbar-drag {
    height: 4px;
    top: -0.5px;
    background: #FF9A44;
}

@media (max-width: 1536px) {
    .so7_12L {
        margin-right: 14px;
    }

    .so7_11H {
        margin-bottom: 12px;
    }

    #so7Sw1 .swiper-button-next,
    #so7Sw1 .swiper-button-prev,
    #so7Sw2 .swiper-button-next,
    #so7Sw2 .swiper-button-prev,
    #so7Sw3 .swiper-button-next,
    #so7Sw3 .swiper-button-prev {
        width: 46px;
        height: 46px;
    }

    #so7Sw1 .swiper-button-prev,
    #so7Sw2 .swiper-button-prev,
    #so7Sw3 .swiper-button-prev {
        right: calc(46px + 12px);
    }

    #so7Sw1 .swiper-scrollbar,
    #so7Sw2 .swiper-scrollbar,
    #so7Sw3 .swiper-scrollbar {
        width: calc(100% - 172px);
    }
}

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

    .so7_11 {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .so7_12LB {
        padding: 4px 16px
    }

    .so7_12U {
        flex-wrap: wrap;
    }

    .so7_12L {
        margin-bottom: 10px;
    }
}

@media (max-width: 642px) {
    .so7 {
        background: #FFF9F4;
        padding-top: 70px;
        padding-bottom: 185px;
    }
}

@media (max-width: 499px) {
    .so7_12L {
        margin-right: 8px;
    }

    .so7 {
        padding-top: 50px;
        padding-bottom: 120px;
    }

    #so7Sw1,
    #so7Sw2,
    #so7Sw3 {
        /* overflow: hidden; */
        padding-top: 0;
        margin-top: 20px;
    }

    #so7Sw1 .swiper-button-next,
    #so7Sw1 .swiper-button-prev,
    #so7Sw2 .swiper-button-next,
    #so7Sw2 .swiper-button-prev,
    #so7Sw3 .swiper-button-next,
    #so7Sw3 .swiper-button-prev {
        width: 40px;
        height: 40px;
        bottom: -66px;
    }

    #so7Sw1 .swiper-scrollbar,
    #so7Sw2 .swiper-scrollbar,
    #so7Sw3 .swiper-scrollbar {
        width: calc(100% - 122px);
        bottom: -50px;
    }

    #so7Sw1 .swiper-button-prev,
    #so7Sw2 .swiper-button-prev,
    #so7Sw3 .swiper-button-prev {
        right: calc(40px + 12px);
    }
}

/* ft */
.ft1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 80px;
}

.ft1::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(217, 217, 217, 0.45);
}

.ft1_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ft1_1 img {
    width: 59px;
    flex: 0 0 auto;
    margin-right: 22px;
}

.ft1_1 span {
    color: #FF9A44;
    font-family: Mott5;
    font-size: var(--zj-con1_1H);
    font-style: normal;
    line-height: normal;
}

.ft1_2A {
    --w: 50px;
    width: var(--w);
    height: var(--w);
    background-color: #FF9A44;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft1_2A img {
    width: 18px;
}

.ft2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.ft2_1 {
    width: 30%;
    flex: 0 0 auto;
}

.ft2_1P {
    margin-bottom: 14px;
}

.ft2_1P p {
    color: #999;
    font-family: Mott4;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: normal;
}

.ft2_1Fo {
    border-radius: 60px;
    background: rgba(255, 154, 68, 0.45);
    padding: 4px 4px 4px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 434px;
    max-width: 100%;
    margin-bottom: 23px;
}

.ft2_1Fo .ft2_1In1 {
    text-align: justify;
    width: 60%;
    border: none;
    background: transparent;
    /* color: #FF9A44; */
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
    transition: all 0.3s ease;

    color: #FFF;
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);

}

.ft2_1Fo .ft2_1In1::-webkit-input-placeholder {
    color: #FFF;
}

.ft2_1Fo .ft2_1In1:-moz-placeholder {
    color: #FFF;
}

.ft2_1Fo .ft2_1In1::-moz-placeholder {
    color: #FFF;
}

.ft2_1Fo .ft2_1In1:-ms-input-placeholder {
    color: #FFF;
}

.ft2_1Fo .ft2_1In1.active {
    color: red;
}

.ft2_1Fo .ft2_1In1.active::-webkit-input-placeholder {
    color: #E01E24;
}

.ft2_1Fo .ft2_1In1.active:-moz-placeholder {
    color: #E01E24;
}

.ft2_1Fo .ft2_1In1.active::-moz-placeholder {
    color: #E01E24;
}

.ft2_1Fo .ft2_1In1.active:-ms-input-placeholder {
    color: #E01E24;
}

.ft2_1Fo .ft2_1In2 {
    color: #FFF;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    border-radius: 60px;
    background: linear-gradient(90deg, #FF9A44 0%, #FD7366 100%);
    padding: 14px 28px;
    flex: 0 0 auto;
}

.ft2_1 .ft_01LiSh>a {
    margin-right: 24px;
    display: flex;
}

.ft2_1 .ft_01LiSh:last-of-type>a {
    margin-right: 0;
}

.ft2_2 {
    width: 66%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
}

.ft2_2Bo>* {
    margin-bottom: 14px;
}

.ft2_2Bo>*:last-of-type {
    margin-bottom: 0;
}

.ft2_2Bo .ft2_2BoA1,
.ft2_2Bo .ft2_2BoA2 {
    display: block;
}

.ft2_2BoA1 span {
    color: #222;
    font-family: Mott5;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: calc(var(--zj-con1_2P) * 1.5556);
}

.ft2_2BoA2 span {
    color: #999;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: calc(var(--zj-venUl1) * 1.75);
    --size: 1px;
    --color: #FF9A44;
    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, opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-beizer(0.4, 0, 0.2, 1);
}

.ft2_2BoA2:hover span {
    background-size: 100% var(--size);
    background-position-x: 0%;
    opacity: 1;
    color: #FF9A44;
}

.ft2_2Ad {
    width: 490px;
    max-width: 100%;
}

.ft2_2AdP {
    margin-bottom: 12px;
}

.ft2_2AdP:nth-of-type(1) {
    margin-bottom: 0;
}

.ft2_2AdP p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
}

.ft2_2AdA {
    margin-bottom: 22px;
    display: block;
}

.ft2_2AdA span {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.ft3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    position: relative;
}

.ft3::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: rgba(217, 217, 217, 0.45);
}

.ft3A {
    color: #999;
    font-family: Mott4;
    font-size: var(--zj-venUl1);
    font-style: normal;
    line-height: normal;
}

@media (max-width: 1536px) {
    .ft1 {
        padding-bottom: 24px;
        margin-bottom: 46px;
    }

    .ft2_1 {
        width: 32%;
    }

    .ft1_1 img {
        width: 50px;
        flex: 0 0 auto;
        margin-right: 10px;
    }

    .ft_01LiSh>a {
        width: 40px;
    }

    .ft1_2A {
        --w: 40px;
    }

    .ft1_2A img {
        width: 12px;
    }

    .ft2 {
        padding-bottom: 50px;
    }

    .ft2_1 .ft_01LiSh>a {
        margin-right: 16px;
    }

    .ft2_1Fo .ft2_1In2 {
        padding: 8px 18px;
    }

    .ft2_1Fo {
        padding: 4px 4px 4px 6px;
    }

    .ft2_2Ad {
        width: 256px;
    }
}

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

    .ft2_1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .ft2_2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .ft2_2 {
        flex-wrap: wrap;
    }

    .ft2_2Bo {
        margin-bottom: 20px;
    }

    .ft3 {
        padding: 20px 0;
        flex-direction: column;
    }
}

@media (max-width: 499px) {

    .ft1 {
        padding-bottom: 16px;
        margin-bottom: 30px;
    }

    .ft1_1 img {
        width: 38px;
    }

    .ft2 {
        padding-bottom: 16px;
    }

    .ft2_2Bo>* {
        margin-bottom: 4px;
    }

    .ft2_2Bo {
        margin-bottom: 20px;
        margin-right: 4px;
    }
}

.erjibigCCC {
    padding: 38px 46px 42px;
}

.venLibox .erjibig {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(249, 88, 7, 0.25);
    max-height: 0;
    opacity: 0;
    /* display: none; */
    overflow: hidden;
    transition: all 0.5s ease;
    width: 86%;
}

.venLi:hover .erjibig {
    max-height: 600px;
    opacity: 1;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.erjibigU {
    margin-right: calc(-.5 * 2rem);
    margin-left: calc(-.5 * 2rem);
}

.erjibigL {
    padding-right: calc(2rem * .5);
    padding-left: calc(2rem * .5);
}

.erjibigLAIM {
    border-radius: 20px;
    overflow: hidden;
}

.erjibigLAIM img {
    width: 100%;
    transition: all 0.3s ease;
}

.erjibigLA:hover .erjibigLAIM img {
    transform: scale(1.08);
}

.erjibigLAP {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px;
}

.erjibigLAP p {
    color: #222;
    font-family: Mott4;
    font-size: var(--zj-con1_2P);
    font-style: normal;
    line-height: normal;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.erjibigLA:hover .erjibigLAP p {
    color: #FF9A44;
}

.erjibigLAPIC {
    position: relative;
    width: 40px;
    flex: 0 0 auto;
}

.erjibigLAPIC img {
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.erjibigLA:hover .erjibigLAPIC img:nth-child(2) {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.erjibigLAPIC img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1536px) {
    .erjibigLAP {
        padding: 10px 8px;
    }

    .erjibigCCC {
        padding: 28px 36px 32px;
    }

    .erjibigU {
        margin-right: calc(-.5 * 1.2rem);
        margin-left: calc(-.5 * 1.2rem);
    }

    .erjibigL {
        padding-right: calc(1.2rem * .5);
        padding-left: calc(1.2rem * .5);
    }
}

@media (max-width: 1199.9px) {
    .venLibox .erjibig {
        width: 94%;
    }
}

.lanEr {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    border-radius: 10px;
    background: #FF9A44;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 15px 13px;

    max-height: 0;
    opacity: 0;
    /* display: none; */
    overflow: hidden;
    transition: all 0.5s ease;
}

.venLangA:hover .lanEr {
    max-height: 100px;
    opacity: 1;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.lanEr .lanErP:nth-child(1) {
    margin-bottom: 9px;
    display: block;
}

.lanEr .lanErP>p {
    color: #FFF;
    text-align: center;
    font-family: Mott4;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

@media (max-width: 499px) {
    .lanEr {
        top: 34px;
    }
}

#venPhoSec {
    /* display: none; */
    position: fixed;
    right: -100%;
    opacity: 0;
    top: 63.6px;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.8s ease;
    /* animation-name: fadeInUp11t; */
    /* animation-duration: 0.8s; */
    z-index: 999;
}

@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 li .xiaopingsanji {
    display: flex;
    height: 45px;
    align-items: center;
}

#venPhoSec .menu_list li {
    border-bottom: 1px solid #33333330;
}

#venPhoSec .menu_list li .xiaopingsanji a {
    width: 100%;
}

#venPhoSec ul li i {
    /* color: #fff; */
    color: #333;
    padding-left: 15px;
}

.menu_head {
    height: 46px;
    line-height: 46px;
    /* padding: 0 38px; */
    /* margin: auto; */
    /* border-bottom: 1px solid #33333330; */
    display: flex;
    justify-content: space-between;
}

.menu_head a {
    font-size: 16px;
    /* color: #fff; */
    color: #222;
    /* font-weight: bold; */
    font-family: Mott4;
    width: 100%;
    margin: auto;
    display: block;
}

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

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

.menu_body a {
    display: block;
    /* height: 38px; */
    line-height: 32px;
    font-family: Mott4;
    padding-left: 10px;
    /* color: #fff; */
    color: #666;
    text-decoration: none;
    font-size: 16px;
    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: var(--zj-venTe-co1);
}

@media (max-width: 499px) {
    #venPhoSec {
        top: 65.33px;
    }
}

.flykey {
    position: fixed;
    right: 2vw;
    top: 68%;
    transform: translateY(-50%);
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease;
}

.flykey.on {
    opacity: 1;
}

.flykeyL {
    margin-bottom: 8px;
    position: relative;
}

.flykeyL:last-of-type {
    margin-bottom: 0;
}

.fcB {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    right: 78px;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}

.flykeyL:hover .fcB {
    opacity: 1;
    pointer-events: auto;
}

.fcBA {
    display: block;
    padding: 14px 24px;
    border-radius: 60px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(255, 154, 68, 0.20);
    min-width: 204px;
}

.fcBA span {
    color: #222;
    font-family: Mott4;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}

.fcA {
    position: relative;
    cursor: pointer;
}

.fcA img {
    width: 80px;
    transition: all 0.3s ease;
}

.fcA img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.fcA:hover img:nth-child(1) {
    opacity: 0;
}

.fcA:hover img:nth-child(2) {
    opacity: 1;
}

.fcBSp {
    position: absolute;
    top: -160px;
    transform: translateY(-50%);
    right: 78px;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    width: 420px;
}

.fcBSp .fcBSpIMg {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
    cursor: pointer;
}

/* .flykeyL:hover .fcBSp {
    opacity: 1;
    pointer-events: auto;
} */

.flykeyL.on .fcBSp {
    opacity: 1;
    pointer-events: auto;
}

.fcBSp {
    padding: 48px 34px 42px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(255, 154, 68, 0.15);
}

.fcBSp #myform {
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(0);
}

.fcBSpP {
    margin-bottom: 18px;
}

.fcBSpP p {
    color: #222;
    font-family: Mott5;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
}

@media (max-width: 1536px) {
    .flykey {
        right: 2vw;
    }

    .fcBSp {
        padding: 27px 16px 10px
    }

    .fcBSp #myform .information .fillinbox>input,
    .fcBSp #myform .information .fillinbox>textarea {
        padding: 12px 14px
    }

    .fcBSp #myform .information .fillinbox:nth-of-type(5) {
        margin-bottom: 28px;
    }
}

@media (max-width: 992px) {
    .flykey {
        display: none;
    }
}

.errNav {
    padding-bottom: 26px;
}

.errP {
    margin-bottom: 38px;
}

.errP p {
    color: #000;
    font-family: Mott4;
    font-size: var(--zj-con1_1p);
    font-style: normal;
    line-height: normal;
}

.errP p span {
    color: #FF9A44;
}

.errInp {
    position: relative;
    padding-bottom: 98px;
}

.errInp::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    left: 0;
    bottom: 0;
}

.errInp .venSehFo {
    position: relative;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    border-radius: 100px;
    width: 754px;
    max-width: 100%;
    background: #FFF;
    border: none;
    pointer-events: auto;
}

.errImg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 140px;
}

.errImg img {
    margin-bottom: 24px;
    max-width: 100%;
}

.errImg p {
    color: #999;
    font-family: Mott4;
    font-size: var(--zj-con1_2H);
    font-style: normal;
    line-height: normal;
}

@media (max-width: 1536px) {
    .errInp .venSehFo span svg {
        width: 40px;
    }
}

@media (max-width: 499px) {
    .errInp .venSehFo span svg {
        width: 40px;
    }

    .errInp {
        position: relative;
        padding-bottom: 38px;
    }

    .errImg {
        padding-top: 24px;
        padding-bottom: 76px;
    }

    .errImg img {
        width: 200px;
    }
}

.youjie {
    padding: 140px 0;
}

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

/*  */
#msgbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

#msg {
    width: 264px;
    position: fixed;
    z-index: 999;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

#msg_top {
    background: #f8f8f8;
    position: relative;
    padding: 5px 20px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #E7E7E7;
}

#msg_top img {
    margin-right: 10px;
}

#msg_top span {
    font-size: 20px;
    float: right;
    cursor: pointer;
}

#msg_cont {
    padding: 16px 0;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: start;
    font-size: 14px;
    color: #333333;
}

#msg_clear {
    color: #fff;
    padding: 3px 15px;
    background: #E01E24;
    border-radius: 2px;
    float: right;
    margin-right: 15px;
    cursor: pointer;
    margin-bottom: 16px;
}