*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #303030;
    font-size: 18px;
    line-height: 1.8;
    font-family: 'HarmonyOS', 'PingFang SC', 'Heiti SC', sans-serif;
    font-weight: 300;
    /* line-height: 1.6; */
}

@font-face {
    font-family: "HarmonyOS";
    font-weight: 100;
    src: url(../fonts/HarmonyOS_Sans_SC_Thin.ttf);
}

@font-face {
    font-family: "HarmonyOS";
    font-weight: 300;
    src: url(../fonts/HarmonyOS_Sans_SC_Light.ttf);
}


@font-face {
    font-family: "HarmonyOS";
    font-weight: 400;
    src: url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);
}


@font-face {
    font-family: "HarmonyOS";
    font-weight: 500;
    src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
}

@font-face {
    font-family: "HarmonyOS";
    font-weight: 600;
    src: url(../fonts/HarmonyOS_Sans_SC_Bold.ttf);
}

@font-face {
    font-family: "AlimamaAgileVF";
    src: url(../fonts/AlimamaAgileVF-Thin.ttf);
}






ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a {
    cursor: pointer;
}

a,
img,
select,
button,
input,
input[type=password],
input[type=text],
textarea {
    outline: none;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

:root {
    --blue: #1e90ff;
    --white: #ffffff;
}

/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

input {
    cursor: pointer;
    -webkit-appearance: none;
}

select {
    -webkit-appearance: button;
}

.padd {
    padding: 88px 0;
}

.inner {
    width: 88%;
    margin: 0 auto;
}

@media(max-width:1468px) {
    .padd {
        padding: 78px 0;
    }

    .inner {
        width: 90%;
    }
}

@media(max-width:900px) {
    .padd {
        padding: 58px 0;
    }
}

@media(max-width:680px) {
    .padd {
        padding: 38px 0;
    }
}

@media(max-width:1280px) {
    .inner {

        margin: 0 auto;
    }
}

/* swiper.js 控制器样式 */
.pos.swiper-pagination {
    width: 100%;
    bottom: 0 !important;
    position: relative;
    margin-top: 20px;
}

@media(max-width:500px) {

    .pos.swiper-pagination {
        margin-top: 10px;
    }
}


.swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 28px;
}

.swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    position: relative;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.58);
    transition: all 0.48s;
}

.swiper-pagination-bullet.my-bullet-active {
    width: 52px;
    background: rgba(255, 255, 255, 1);
}




/* 动画效果 */
.wgt-fade-animate {
    opacity: .1;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
}

.appear {
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

@-webkit-keyframes opacity_show {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes opacity_show {
    0% {
        opacity: 0;
        transform: translateY(150px);
        -webkit-transform: translateY(150px);
        -moz-transform: translateY(150px);
        -ms-transform: translateY(150px);
        -o-transform: translateY(150px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}



.app_left {
    transform: translateX(-100px);
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
}

.app_h {
    animation: opacity_left .8s forwards;
    -webkit-animation: opacity_left .8s forwards;
}

.app_left.app_h:nth-child(2) {
    animation: opacity_left 0.8s forwards .1s;
    -webkit-animation: opacity_left 0.8s forwards .1s;
}

.app_left.app_h:nth-child(3) {
    animation: opacity_left 0.8s forwards .2s;
    -webkit-animation: opacity_left 0.8s forwards .2s;
}

.app_left.app_h:nth-child(4) {
    animation: opacity_left 0.8s forwards .3s;
    -webkit-animation: opacity_left 0.8s forwards .3s;
}

.app_left.app_h:nth-child(5) {
    animation: opacity_left 0.8s forwards .4s;
    -webkit-animation: opacity_left 0.8s forwards .4s;
}

.app_left.app_h:nth-child(6) {
    animation: opacity_left 0.8s forwards .5s;
    -webkit-animation: opacity_left 0.8s forwards .5s;
}

@-webkit-keyframes opacity_left {
    0% {
        transform: translateX(-100px);
        opacity: .1;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes opacity_left {
    0% {
        transform: translateX(-100px);
        opacity: .1;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

.app_right {
    transform: translateX(150px);
    -webkit-transform: translateX(150px);
    opacity: 0;
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    filter: blur(20px);
}


.app_r {
    animation: opacity_right .8s forwards;
    -webkit-animation: opacity_right .8s forwards;
}

.app_right.app_r:nth-child(2) {
    animation: opacity_right 0.8s forwards .1s;
    -webkit-animation: opacity_right 0.8s forwards .1s;
}

.app_right.app_r:nth-child(3) {
    animation: opacity_right 0.8s forwards .2s;
    -webkit-animation: opacity_right 0.8s forwards .2s;
}

.app_right.app_r:nth-child(4) {
    animation: opacity_right 0.8s forwards .3s;
    -webkit-animation: opacity_right 0.8s forwards .3s;
}

.app_right.app_r:nth-child(5) {
    animation: opacity_right 0.8s forwards .4s;
    -webkit-animation: opacity_right 0.8s forwards .4s;
}

.app_right.app_r:nth-child(6) {
    animation: opacity_right 0.8s forwards .5s;
    -webkit-animation: opacity_right 0.8s forwards .5s;
}

.app_right.app_r:nth-child(7) {
    animation: opacity_right 0.8s forwards .6s;
    -webkit-animation: opacity_right 0.8s forwards .6s;
}

.app_right.app_r:nth-child(8) {
    animation: opacity_right 0.8s forwards .7s;
    -webkit-animation: opacity_right 0.8s forwards .7s;
}

@-webkit-keyframes opacity_right {
    0% {
        transform: translateX(100px);
        opacity: .1;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        filter: blur(20px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        filter: blur(0);
        -webkit-filter: blur(0);
    }
}

@keyframes opacity_right {
    0% {
        transform: translateX(100px);
        opacity: .1;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        filter: blur(20px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        filter: blur(0);
        -webkit-filter: blur(0);
    }
}


.appImg img {
    transform: scale(1.1);
    transition: all 0.8s ease-out .2s;
    -webkit-transition: all 0.8s ease-out .2s;
    -moz-transition: all 0.8s ease-out .2s;
    -ms-transition: all 0.8s ease-out .2s;
    -o-transition: all 0.8s ease-out .2s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.app_I img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

/* @keyframes opacity_Img {
    0% {
        height: 100%;
}

    100% {
        height: 0%;
    }
} */


/*滚动条宽高及背景*/
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

/*轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #0130a6;
}

/*两端按钮*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*右下角汇合处样式*/
::-webkit-scrollbar-corner {
    background: #fff;
}













.headBox {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    /* backdrop-filter: blur(5px) saturate(100%);
  -webkit-backdrop-filter: blur(12px) saturate(180%); 
  background: rgba(255, 255, 255, 0.08); */

}

.headBox .inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.headLogo {
    position: relative;
    overflow: hidden;
    display: block;
    width: 300px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.headLogo img {
    width: 80%;
}

.headLogo .img2 {
    display: none;
}

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

.headUl li {
    position: relative;
    line-height: 1;
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headUl li>a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    white-space: nowrap;

}

.headRig {
    position: relative;
    display: flex;
    align-items: center;
}

.headItem {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 88px;
    width: 88px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}



/* .headItem:first-child::before{
    width: 0;
} */
.headNum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
    height: 88px;
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.headNum p {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.headNum b {
    text-transform: uppercase;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    font-family: "Montserrat";
}

.headItem svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.headItem svg path {
    fill: #fff;
}

.headBox.headBg,
.headBox:hover {
    background: rgba(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.headBg .headUl li>a,
.headBox:hover .headUl li>a {
    color: #333;
}

.headBg .headItem svg path,
.headBox:hover .headItem svg path {
    fill: #333;
}

.headBg .headItem p,
.headBox:hover .headItem p {
    color: #333;
}

.headBg .headItem,
.headBox:hover .headItem {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.headBg .headNum b,
.headBox:hover .headNum b {
    color: #0130a6;
}

.headBg .headNum,
.headBox:hover .headNum {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.headBg .headNum p,
.headBox:hover .headNum p {
    color: #666;
}






.headBg .headLogo .img1,
.headBox:hover .headLogo .img1 {
    display: none;
}


.headBg .headLogo .img2,
.headBox:hover .headLogo .img2 {
    display: block;
}

.headBox .headUl li:hover>a {
    color: #0130a6;
}












.headShow {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

.headBg .headUl li.act>a,
.headBox:hover .headUl li.act>a {
    color: #0130a6;
}

/* 下拉 */
.headConBox {
    width: 100VW;
    position: fixed;
    left: 0;
    top: 88px;
    z-index: 999;
    padding: 50px;
    display: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .1);

}

.headConBox2 {
    width: 700px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 88px;
    z-index: 999;
    display: none;
    padding: 30px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
    border-radius: 0 0 16px 16px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    -ms-border-radius: 0 0 16px 16px;
    -o-border-radius: 0 0 16px 16px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.headCTbox {
    width: 100%;

}

.headCTit {
    padding: 10px;
    font-size: 28px;
    font-weight: 600;
}

.headCList {
    display: flex;
    margin-top: 20px;
}

.headCItem {
    flex: 1;
    margin-right: 20px;
    position: relative;
}

.headCItem:first-child {
    margin-left: 0;
}

.headCItem:hover .headCImg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.headCImg {
    width: 100%;
    border-radius: 16px;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.headCImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: linear-gradient(to bottom, rgb(1, 48, 166, 0), rgb(1, 48, 166, 0.1) 50%, rgb(1, 48, 166, .5) 100%);
}

.headCImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.headCBon {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 30px;
}

.headCBt {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}

.headCBtn {
    display: flex;
    /* margin-top: 10px; */
    align-items: center;
}

.headCBtn p {
    font-size: 16px;
    color: #fff;
}

.headCBtn svg {
    width: 20px;
    height: 20px;
}

.headCBtn svg path {
    fill: #fff;
}

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

.headCLeft {
    width: 35%;
    position: relative;
}

.headConBox2 .headCTit {
    font-size: 24px;
    padding: 0 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    display: block;
    color: #0130a6;
}

.headCText {
    position: relative;
}

.headCText a {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding: 8px 0;
    color: #888;
}

.headCText a:hover {
    color: #0130a6;
}

.headCRig {
    width: 60%;
    position: relative;
}



.headCImg2 {
    width: 100%;
    height: 250px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.headCImg2::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: linear-gradient(to bottom, rgb(1, 48, 166, 0), rgb(1, 48, 166, 0.1) 50%, rgb(1, 48, 166, .5) 100%);
}

.headCImg2 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}








.headBox.headBai {
    background: rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.headBox.headBai.headBg,
.headBox.headBai:hover {
    background: #fff;
}

.headBai .headUl li>a {
    color: #333;
}

.headBai .headItem svg path {
    fill: #333;
}

.headBai .headItem p {
    color: #333;
}

.headBai .headNum b,
.headBox:hover .headNum b {
    color: #0130a6;
}

.headBai .headNum p,
.headBox:hover .headNum p {
    color: #333;
}

.headBai .headNum,
.headBai .headItem {
    border-left: 1px solid rgba(0, 0, 0, .1);
}



.headBai .headLogo .img1 {
    display: none;
}


.headBai .headLogo .img2 {
    display: block;
}

/* .headBox .headUl li:hover>a {
    color: #0130a6;
} */

.headBai .headUl li.act>a {
    color: #0130a6;
}








.headFl {
    margin-left: 10px;
    position: relative;
    width: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.headFl.active span:nth-child(2) {
    display: none;
}

.headFl.active span {
    margin: 0;
}

.headFl.active span:nth-child(1) {
    transform: rotate(-45deg) translateX(-1px);
    -webkit-transform: rotate(-45deg) translateX(-1px);
    -moz-transform: rotate(-45deg) translateX(-1px);
    -ms-transform: rotate(-45deg) translateX(-1px);
    -o-transform: rotate(-45deg) translateX(-1px);
}

.headFl.active span:nth-child(3) {
    transform: rotate(45deg) translateX(-1px);
    -webkit-transform: rotate(45deg) translateX(-1px);
    -moz-transform: rotate(45deg) translateX(-1px);
    -ms-transform: rotate(45deg) translateX(-1px);
    -o-transform: rotate(45deg) translateX(-1px);
}

.headFl span {
    display: block;
    width: 100%;
    margin: 2px 0;
    background: #fff;
    height: 2px;
    border-radius: 0px;
    transition: all 0.48s;
}




















.moHead_mlb {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 9;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    overflow: hidden;
}

.moHead_mlbXq {
    padding: 30px;
    height: calc(100% - 60px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.moHead_mlbXq::-webkit-scrollbar {
    width: 0 !important;
}

.moHead_mlbXq ul {
    width: 100%;
}

.moHead_mlb li {
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0, .07);
    position: relative;
    padding: 15px 0;
}

.moHead_mlb li svg {
    width: 15px;
    height: 15px;
    transition: all 0.48s;
}

.moHead_mlb li svg path {
    fill: #999;
}

.moHead_Top p {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.moHead_Top:hover a {
    color: #0130a6;
}

.moHead_Top:hover svg path {
    fill: #0130a6;
}

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

.moHead_Top a {
    font-size: 18px;
    font-weight: 400;
}

.moHead_Tbox {
    width: 100%;
    padding-left: 10px;
    display: none;
}

.moHead_TItem {
    position: relative;
    margin-top: 15px;
}

.moHead_Tit {
    position: relative;
}

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

.moHead_TList a {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #666;
}

.moHead_TList a:hover {
    color: #0130a6;
}













/* .headFl span:nth-child(2) {
    width: 14px;
    margin-left: 8px;
} */

.headList {
    display: none;
    align-items: center;
}

.headYy {
    position: relative;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

.headYy svg {
    width: 100%;
    height: 100%;
}

.headYy svg path {
    fill: #fff;
}

.headBox.headBg .headYy svg path,
.headBox:hover .headYy svg path {
    fill: #333;
}

.headBox.headBg .headFl span,
.headBox:hover .headFl span {
    background: #333;
}

.headYy:hover svg path {
    fill: #0130a6;
}

.headBox.headBg .headYy:hover svg path {
    fill: #333;
}


.headerM {
    background: #fff;
}

.headBox.headerM .headYy svg path {
    fill: #333;
}

.headBox.headerM .headFl span {
    background: #333;
}

.headerM .headLogo .img2 {
    display: block;
}

.headerM .headLogo .img1 {
    display: none;
}








@media(max-width:1680px) {
    .headNum b {
        font-size: 24px;
    }

    .headLogo {
        width: 280px;
    }

    .headUl li {
        padding: 0 20px
    }

    .headCBon {
        padding: 20px;
    }
}

@media(max-width:1468px) {
    .headUl li>a {
        font-size: 16px;
    }

    .headLogo {
        width: 250px;
    }

    .headConBox {
        padding: 30px;
    }

    .headCTit {
        padding: 10px;
        font-size: 24px;
    }

    .headCBt {
        font-size: 20px;
    }

    .headConBox2 {
        top: 79px;
    }

    .headConBox2 .headCTit {
        font-size: 20px;
    }

    .headCText a {
        font-size: 14px;
    }

    .headConBox2 {
        width: 650px;
    }
}

@media(max-width:1368px) {
    .headConBox2 {
        width: 620px;
    }

    .headConBox2 .headCTit {
        font-size: 18px;
    }

    .headCList {
        display: flex;
        margin-top: 10px;
    }

    .headCItem {
        margin-right: 10px;
    }

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

    .headNum b {
        font-size: 22px;
    }

    .headCBt {
        font-size: 18px;
    }

    .headLogo {
        width: 220px;
        height: 80px;
    }

    .headItem {
        height: 80px;
        width: 70px;
    }

    .headNum {
        height: 80px;
    }

    .headConBox {
        top: 79px;
    }

    .headConBox2 .headCTit {
        font-size: 18px;
    }

    .headUl li {
        padding: 0 16px;
    }

    .headCImg2 {
        height: 220px;
    }
}

@media(max-width:1280px) {
    .headConBox2 {
        width: 600px;
    }

    .headCImg2 {
        height: 200px;
    }

    .headUl li>a {
        font-size: 15px;
    }

    .headItem svg {
        width: 20px;
        height: 20px;
        margin-right: 0;
    }

    .headItem {
        width: 59px;
    }

    .headNum {
        padding: 0 20px;
    }

    .headCTit {
        padding: 10px;
        font-size: 20px;
    }
}

@media(max-width:1200px) {
    .headLogo {
        width: 200px;
    }

    .headNum b {
        font-size: 20px;
    }

    .headUl li {
        padding: 0 12px;
    }
}

@media(max-width:1024px) {
    .headFl span {
        background: #333;
    }

    .headYy svg path {
        fill: #333;
    }

    .headList {
        display: flex;
    }

    .headUl {
        display: none;
    }

    .headRig {
        display: none;
    }

    .headBox {
        padding: 0 20px;
        background: #fff;
    }

    .headLogo img {
        width: 100%;
    }

    .headLogo {
        border-right: none;
    }

    .headLogo {
        width: 170px;
        height: 70px;
    }

    .headLogo .img2 {
        display: block;
    }

    .headLogo .img1 {
        display: none;
    }
}


@media(max-width:680px) {
    .headLogo {
        width: 150px;
        height: 60px;
    }

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

@media(max-width:500px) {
    .moHead_Top a {
        font-size: 14px;
    }

    .moHead_TList a {
        font-size: 14px;
    }

    .headBox {
        padding: 0 12px;
    }

    .headYy {
        width: 20px;
        height: 20px;
        margin: 0 10px;
    }

    .headFl {
        width: 20px;
    }

    .moHead_mlbXq {
        padding: 30px 20px;
    }
}





/* 箭头 */
.inBtn {
    position: relative;
}

.inBtn a {
    width: 170px;
    height: 55px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #0130a6;
    justify-content: space-between;
    padding: 0 10px 0 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
}

.inBtn p {
    font-size: 16px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
}

.inBtnJt {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    z-index: 2;
}

.inBtnJt svg {
    width: 16px;
    height: 16px;
    transition: all 0.48s;
    position: relative;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.inBtnJt svg path {
    fill: #0130a6;
}

.inBtn_b a {
    backdrop-filter: blur(5px) saturate(100%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    background: rgba(255, 255, 255)
}

.inBtn_b p {
    color: #0130a6;
}

.inBtn_b .inBtnJt {
    background: #0130a6;
}

.inBtn_b .inBtnJt svg path {
    fill: #fff;
}

.inBtn a::before {
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(-90deg, rgb(242 213 64) 0%, rgb(193 56 39) 100%);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.inBtn a:hover::before {
    width: 100%;
}

.inBtn a:hover p {
    color: #fff;
}

.inBtn a:hover .inBtnJt {
    background: #fff;
}

.inBtn a:hover .inBtnJt svg {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

.inBtn a:hover .inBtnJt svg path {
    fill: #333;
}




.inTit {
    position: relative;
}

.inTIcon {
    width: 50px;
    position: relative;
}

.inTit p {
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    margin: 15px 0 0;
}

.inTit span {
    font-size: 60px;
    line-height: 1;
    margin-top: 10px;
    display: block;
}

.inTit.inTit_lan p {
    color: #0130a6;
}

.inTit.inTit_lan span {
    color: #666;
}

.inTit.inTit_Bai p {
    color: #fff;
}

.inTit.inTit_Bai span {
    color: #fff;
}


.inTit.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inTit.center p {
    text-align: center;
}

.inTit.center span {
    text-align: center;
}



@media(max-width:1680px) {

    .inTit span,
    .inTit p {
        font-size: 52px;
    }

}

@media(max-width:1480px) {

    .inTit span,
    .inTit p {
        font-size: 48px;
    }

    .inBtnJt {
        width: 35px;
        height: 35px;
    }

    .inBtnJt svg {
        width: 14px;
        height: 14px;
    }

    .inBtn a {
        width: 160px;
        height: 50px;
    }
}

@media(max-width:1368px) {

    .inTit span,
    .inTit p {
        font-size: 44px;
    }

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

    .inTIcon {
        width: 40px;
    }

    .inTit p {
        margin-top: 0;
    }
}

@media(max-width:1280px) {

    .inTit span,
    .inTit p {
        font-size: 36px;
    }


}

@media(max-width:1024px) {

    .inTit span,
    .inTit p {
        font-size: 32px;
    }
}

@media(max-width:680px) {

    .inTit span,
    .inTit p {
        font-size: 28px;
    }

    .inBtn a {
        width: 150px;
        height: 50px;
    }

    .inTIcon {
        width: 30px;
    }

    .inBtn p {
        font-size: 12px;
    }
}

@media(max-width:500px) {

    .inTit span,
    .inTit p {
        font-size: 24px;
    }

    .inBtn a {
        width: 140px;
        height: 45px;
    }
}






/* 底部 */
.foodBox {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.foodBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.foodBg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.foodBox .inner {
    position: relative;
    z-index: 2;
}

.foodTop {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 50px
}

.foodLeft {
    width: 380px;
    position: relative;
}

.foodLogo {
    width: 280px;
    display: block;
    position: relative;
}

.foodLogo img {
    width: 100%;
}

.foodList {
    margin-top: 40px;
    position: relative;
}

.foodItem {
    display: flex;
    position: relative;
    margin-bottom: 15px;
}

.foodIcon svg {
    width: 22px;
    height: 22px;
    opacity: .8;
}

.foodIcon svg path {
    fill: #666;
}

.foodLx {
    margin-left: 8px;
    position: relative;
}

.foodLx h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    color: #666;
    margin-bottom: 10px;
}

.foodLx p {
    font-size: 18px;
    display: block;

}

.foodLxText {
    font-size: 22px;
    font-weight: 400;
    color: #666;
    font-family: "Montserrat";
}

.foodMList {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.foodMItem {
    width: 55px;
    height: 55px;
    border-radius: 50px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px) saturate(100%);
    background: #f7f8f9;
    /* border: 1px solid rgb(1, 48, 166, .1); */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.48s;
}

.foodMItem svg,.foodMItem .img1,.foodMItem .img2 {
    width: 22px;
    height: 22px;
}
.foodMItem .img2{
    display: none;
}
.foodMItem svg path {
    fill: #999;
}

.foodMItem:hover .img2{
    display: block;
}

.foodMItem:hover .img1{
    display: none;
}
.foodMItem .img3 {
    display: none;
    position: absolute;
    bottom: 100%;  /* 向上弹出，可改成 top:100% 向下 */
    left: 50%;
    transform: translateX(-50%);
    width: 100px;  /* 二维码宽度自行调整 */
    height: 100px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    z-index: 99;
}
.foodMItem:hover {
    background: #0130a6;
}

.foodMItem:hover svg path {
    fill: #fff;
}


.foodItem:last-child {
    margin-bottom: 0;
}



.foodRig {
    width: calc(100% - 550px);
    position: relative;
}

.foodUl {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.foodUl a:first-child {
    font-size: 20px;
    font-weight: 500;
    color: #0130a6;
    margin-bottom: 12px;
}

.foodUl a {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
}




.foodBon {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.foodBText {
    font-size: 16px;
    color: #666;
}

.foodBText a {
    font-size: 16px;
    color: #666;
}












@media(max-width:1680px) {




    .foodRig {
        width: calc(100% - 500px);
    }

    .foodLxText {
        font-size: 20px;
    }


}

@media(max-width:1468px) {

    .foodLeft {
        width: 350px;
    }


    .foodMItem {
        width: 50px;
        height: 50px;
    }

    .foodRig {
        width: calc(100% - 400px);
    }

    .foodUl a:first-child {
        font-size: 18px;
    }

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

    .foodLogo {
        width: 250px;
    }
}

@media(max-width:1368px) {
    .foodLogo {
        width: 225px;
    }

    .foodLx h4 {
        font-size: 16px;
        color: #666;
        margin-bottom: 5px;
    }

    .foodIcon svg {
        width: 20px;
        height: 20px;
        opacity: .8;
    }

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

    .foodMItem {
        width: 45px;
        height: 45px;
    }

    .foodMItem svg {
        width: 20px;
        height: 20px;
    }

    .foodBText,
    .foodBText a {
        font-size: 14px;
    }

    .foodBon {
        padding: 20px 0;
    }

}

@media(max-width:1280px) {
    .foodLeft {
        width: 300px;
    }

    .foodLogo {
        width: 200px;
    }

    .foodLxText {
        font-size: 18px;
    }

    .foodRig {
        width: calc(100% - 350px);
    }

    .foodUl a:first-child {
        font-size: 16px;
    }

    .foodUl a {
        font-size: 15px;
    }
}

@media(max-width:1200px) {
    .foodLeft {
        width: 100%;
    }

    .foodRig {
        display: none;
    }
}

@media(max-width:680px) {
    .foodLogo {
        width: 180px;
    }

    .foodBon {
        flex-wrap: wrap;
    }

    .foodTop {
        padding: 50px 0 30px;
    }
}

@media(max-width:680px) {
    .foodLogo {
        width: 160px;
    }

    .foodLx h4 {
        font-size: 14px;
    }

    .foodLxText {
        font-size: 16px;
    }

    .foodIcon svg {
        width: 18px;
        height: 18px;
        opacity: .8;
    }

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

    .foodMItem {
        width: 40px;
        height: 40px;
    }

    .foodTop {
        padding: 30px 0 20px;
    }
}
















.inNavBox {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

.inNavBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.inNavBg img {
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
}

.inNavLeft {
    margin-bottom: 30px;
}

.inNavCon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.inNavTit {
    font-size: 48px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.inNavText {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
    color: #fff;
    margin-top: 10px;
}

.inNavCon .inBtn a {
    width: auto;
}

.inNavBon {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.inNavBItem {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.inNavBItem svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.inNavBItem svg path {
    fill: #fff;
}

.inNavBItem p {
    font-size: 20px;
    color: #fff;
    opacity: .8;
}

.inNavBtnBox {
    display: flex;
}

.inNavBtnBox .inBtn {
    margin: 0 10px;
}








@media(max-width:1680px) {

    .inNavTit {
        font-size: 42px;
    }

    .inNavBItem p {
        font-size: 18px;
    }
}

@media(max-width:1468px) {


    .inNavTit {
        font-size: 36px;
    }

    .inNavText {
        font-size: 20px;
    }

}

@media(max-width:1368px) {
    .inNavTit {
        font-size: 32px;
    }

    .inNavText {
        font-size: 18px;
    }

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

@media(max-width:1280px) {
    .inNavTit {
        font-size: 28px;
    }

    .inNavBox {
        padding: 50px 0;
    }

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

@media(max-width:1024px) {
    .inNavBItem {
        margin: 0 10px;
    }

    .inNavText {
        font-size: 16px;
    }
}

@media(max-width:680px) {
    .inNavTit {
        font-size: 24px;
    }

    .inNavText {
        font-size: 14px;
    }

    .inNavBItem svg {
        width: 18px;
        height: 18px;
    }

    .inNavBon {
        flex-wrap: wrap;
    }

    .inNavBon {
        justify-content: center;
    }
}

@media(max-width:500px) {
    .inNavBItem p {
        font-size: 16px;
    }

    .inNavBItem svg {
        width: 16px;
        height: 16px;
    }

    .inNavTit {
        font-size: 20px;
    }

    .inNavBox {
        padding: 40px 0;
    }

    .inNavText {
        font-size: 12px;
    }
}