*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font: 16px/1.8 "Montserrat";
    font-weight: 400;
    /* line-height: 1.6; */
    letter-spacing: 1px;
}

/* body{
    background: #ffffff;
    background-repeat: no-repeat; 
    background-size: cover; 
    background-attachment: fixed; 
} */
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    src: url(../fonts/Montserrat-Thin-10.otf);
}

@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    src: url(../fonts/Montserrat-ExtraLight-5.otf);
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    src: url(../fonts/Montserrat-Light-6.otf);
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    src: url(../fonts/Montserrat-Regular-8.otf);
}

@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    src: url(../fonts/Montserrat-ExtraBold.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: #3d568d;
    --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: 98px 0;
}

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

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

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

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

@media(max-width:1280px) {
    .inner {
        width: 90%;
        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 {
    transform: scale(0.3);
    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;
    opacity: 1 !important;
}

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

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

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

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



.app_left {
    filter: blur(20px);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.app_h {
    -webkit-animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_left {
    0% {
        filter: blur(20px);
        transform: scale(1.1);
    }

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

@keyframes opacity_left {
    0% {
        filter: blur(20px);
        transform: scale(1.1);
    }

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

.app_right {
    transform: scale(0.3);
    -webkit-transform: translateX(50px);
    opacity: 0;
}

.app_r {
    -webkit-animation: opacity_right 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_right 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_right {
    0% {
        -webkit-transform: translateX(50px);
        transform: scale(0.3);
        transform: translateX(50px);
        opacity: .1;
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes opacity_right {
    0% {
        -webkit-transform: translateX(50px);
        transform: scale(0.3);
        transform: translateX(50px);
        opacity: .1;
        -moz-transform: translateX(50px);
        -ms-transform: translateX(50px);
        -o-transform: translateX(50px);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


.appImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f7f8f9;
    content: '';
    transition: all 1.2s ease-out .2s;
    -webkit-transition: all 1.2s ease-out .2s;
    -moz-transition: all 1.2s ease-out .2s;
    -ms-transition: all 1.2s ease-out .2s;
    -o-transition: all 1.2s ease-out .2s;
}

.app_I::after {
    height: 0;
}

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

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

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

.inTit {
    position: relative;
}

.inTit span {
    position: relative;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
    padding-left: 20px;
}

.inTit span::after {
    width: 8px;
    height: 8px;
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    background: #3d568d;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.inTit p {
    font-size: 66px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #3d568d;
}

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

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

.inTit.white span::after {
    background: #fff;
}


.inBtn {
    position: relative;
}

.inBtn a {
    padding: 10px 20px 10px 30px;
    position: relative;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}

.inBtn.transparent {
    background: transparent;
}

.inBtn span {
    font-size: 18px;
    color: #333;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    transition: all 0.48s;
}

.inBtn .inBSvg {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #e50213;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    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::before {
    width: 0%;
    height: 100%;
    background: #e50213;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.inBtn .inBSvg svg {
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 2;
}

.inBtn .inBSvg svg path {
    fill: #fff;
}

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

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

.inBtn a:hover .inBSvg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}







.item__img {
    --overflow: 40px;
    height: calc(100% + (2 * var(--overflow)));
    top: calc(-1 * var(--overflow));
    width: 100%;
    position: absolute;
    background-image: var(--image);
    background-size: cover;
    background-position: 50% 0%;
    will-change: transform;
}


@media(max-width:1680px) {
    .inTit p {
        font-size: 62px;
    }
}

@media(max-width:1468px) {
    .inTit p {
        font-size: 56px;
    }
}

@media(max-width:1368px) {
    .inTit span {
        font-size: 18px;
    }

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

@media(max-width:1280px) {
    .inTit span {
        font-size: 16px;
    }

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

@media(max-width:900px) {
    .inTit span {
        font-size: 14px;
    }

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

@media(max-width:680px) {
    .inTit p {
        font-size: 36px;
    }
}

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















/* 头部 */
.headBox {
    position: fixed;
    top: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    z-index: 999;
    transition: all 0.48s;
    /* background: linear-gradient(to bottom,rgba(0,0,0,.8),rgba(0,0,0,0)); */
    /* background: radial-gradient(circle,rgba(0,0,0,1),rgba(0,0,0,0)); */
}

.headLogo {
    position: relative;
    overflow: hidden;
}

.headLogo img {
    width: 200px;
}

.headUl {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    width: calc(100% - 250px);
    height: 100%;
    /* margin-bottom: 10px; */
}

.headUl li {
    position: relative;
    height: 100%;
    line-height: 1;
    padding: 0 10px;
}

.headUl li>a {
    font-size: 18px;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    /*color: #fff;
    */
    padding: 0 10px;
    text-transform: uppercase;
    border-radius: 20px;
    position: relative;
    line-height: 1;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    z-index: 2;
}

.headUl li::after {
    width: 100%;
    height: calc(100% + 20px);
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}

.headRig {
    display: flex;
    align-items: center;
    height: 90px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .8);
    overflow: hidden;
    z-index: 9;
}

.headItem {
    width: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.48s ease-in-out;
}

.headItem:last-child {
    background: #fff;
    border-radius: 20px;
}

.headItem {
    font-size: 18px;
}

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

.headItem svg path {
    fill: #333;
}

.headleft {
    width: calc(100% - 300px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background: rgba(255, 255, 255, .8);
    height: 90px;
    transition: all 0.48s;
    /* overflow: hidden; */
    padding: 0 20px;
    z-index: 9;
}


.headUl li.act::before {
    width: 100%;
    height: 80%;
    border-radius: 20px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #3d568d;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.48s;
}

.headUl li.act>a {
    color: #fff;
}

.headTBox {
    position: absolute;
    left: 0%;
    top: calc(100% + 8px);
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .8);
    width: 500px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: none;
}

.headCon {
    width: 100%;
    display: flex;
}

.headImg {
    width: 220px;
    height: 160px;
    border-radius: 16px;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.headImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headGlBox {
    position: relative;
    width: calc(100% - 220px);
    margin-left: 20px;
}

.headUl li:last-child .headTBox {
    left: -100px;
    width: 430px;
}

.headUl li:last-child .headTBox::before {
    left: 140px;
}

.headGlBox a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1;
    padding: 8px 0;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.headTBox::before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, .8);
    position: absolute;
    left: 50px;
    top: -10px;
    content: '';
}

.headGlBox a:hover {
    padding-left: 10px;
    color: #315790;
}

.headBox.header_bg .headTBox {
    top: calc(100% + 18px);
}


















.headMenu {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.headMenu span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 2px 0;
    background: #333;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.headerM .headMenu .headMenu_span1 {
    transform: rotate(45deg) translate(4px, 7px);
    -webkit-transform: rotate(45deg) translate(4px, 7px);
    -moz-transform: rotate(45deg) translate(4px, 7px);
    -ms-transform: rotate(45deg) translate(4px, 7px);
    -o-transform: rotate(45deg) translate(4px, 7px);
}

.headerM .headMenu .headMenu_span3 {
    transform: rotate(-45deg) translate(1px, -5px);
    -webkit-transform: rotate(-45deg) translate(1px, -5px);
    -moz-transform: rotate(-45deg) translate(1px, -5px);
    -ms-transform: rotate(-45deg) translate(1px, -5px);
    -o-transform: rotate(-45deg) translate(1px, -5px);
}

.headerM .headMenu .headMenu_span2 {
    width: 0;
}

.headMenu .headMenu_span2 {
    margin-left: 8px;
}

.headBox.header_bg {
    background: #fff;
    top: 0;
}

.headBox.header_bg .headItem {
    width: 72px;
    height: 72px;
    background: #f7f8f9;
}

.headBox.header_bg .headRig {
    background: #f1f2f3;
}

.headBox.header_bg .headleft,
.headBox.header_bg .headRig {
    height: 72px;
}

.headBox.header_bg .headleft {
    width: calc(100% - 180px);
}

.headBox.header_bg .headItem:last-child {
    background: #315790;
}

.headBox.header_bg .headItem:last-child .headMenu span {
    background: #fff;
}




.headBox.header_by {
    background: #fff;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.headBox.header_by .headItem {
    width: 72px;
    height: 72px;
    background: #f7f8f9;
}

.headBox.header_by .headRig {
    background: #f1f2f3;
}

.headBox.header_by .headleft,
.headBox.header_by .headRig {
    height: 72px;
}

.headBox.header_by .headleft {
    width: calc(100% - 180px);
}

.headBox.header_by .headItem:last-child {
    background: #315790;
}

.headBox.header_by .headItem:last-child .headMenu span {
    background: #fff;
}











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

.moHead_mlbXq {
    padding: 7%;
    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_mlb li {
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0, .07);
    position: relative;
    padding: 22px 0;
}

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

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

.moHead_Top a {
    font-size: 18px;
    text-transform: uppercase;
    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: #1A4FB9;
}

.moHead_Top:hover svg path {
    fill: #1A4FB9;
}

.moHead_Top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.moHead_Tbox{
    position: relative;
    padding: 10px 0;
    display: none;
}
.moHead_Tbox a{
    display: block;
    font-size: 16px;
    padding: 3px 0;
}
.moHead_Tbox a:hover{
    color: #315790;
}

 .moHead_mlb li.moHead_LiAct svg{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


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

    .headleft {
        width: calc(100% - 250px);
    }

    .headLogo img {
        width: 180px;
    }

    .headUl {
        width: calc(100% - 220px);
    }

    .headBox.header_bg .headleft {
        width: calc(100% - 150px);
    }

    .headBox {
        padding: 10px 30px;
        top: 15px;
    }

    .headItem {
        font-size: 16px;
    }

    .headMenu span {
        width: 22px;
    }

    .headGlBox a {
        font-size: 14px;

    }

    .headImg {
        width: 180px;
        height: 120px;
    }

    .headGlBox {
        width: calc(100% - 200px);
    }

    .headTBox {
        width: 450px;
    }

}

@media(max-width:1368px) {

    .headleft,
    .headRig {
        height: 90px;
    }

    .headUl {
        width: calc(100% - 200px);
    }

    .headLogo img {
        width: 160px;
    }

    .headleft {
        width: calc(100% - 210px);
    }

    .headUl li:last-child .headTBox {
        width: 400px;
    }
    .headImg {
        width: 150px;
        height: 100px;
    }

    .headGlBox {
        width: calc(100% - 170px);
    }
}

@media(max-width:1280px) {
    .headUl li:last-child .headTBox {
        width: 350px;
    }

    .headItem {
        font-size: 14px;
    }

    .headLogo img {
        width: 150px;
    }

    .headleft {
        width: calc(100% - 170px);
    }

    .headUl {
        width: calc(100% - 160px);
    }

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

    .headMenu span {
        width: 20px;
    }

    .headBox.header_bg .headItem {
        width: 60px;
        height: 60px;
    }

    .headBox.header_bg .headleft,
    .headBox.header_bg .headRig {
        height: 60px;
    }

    .headBox.header_bg .headleft {
        width: calc(100% - 130px);
        padding: 0;
    }

    .headItem {
        width: 72px;
    }

    .headleft,
    .headRig {
        height: 72px;
    }
}
@media(max-width:1200px){
    .headUl li>a{
        padding: 0 5px;
    }
}

@media(max-width:1024px) {
    .headUl {
        display: none;
    }

    .headleft {
        width: auto;
        padding: 10px;
    }

    .headItem {
        width: 60px;
    }

    .headleft,
    .headRig {
        height: 60px;
    }

    .headBox.header_bg .headleft {
        width: auto;
    }

    .headBox .headleft {
        padding: 0;
    }

    .headBox .headItem:last-child {
        background: #315790;
    }

    .headBox .headItem:last-child .headMenu span {
        background: #fff;
    }

    .headBox .headItem {
        background: #f7f8f9;
    }

    .headBox {
        padding: 10px 10px;
        top: 0;
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
}

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

    .moHead_mlbXq {
        padding: 30px;
    }
}

/* headCon */





/* 底部 */
.fooder {
    background: #000;
    position: relative;
    padding: 50px 0;
    z-index: 6;
    border-radius: 20px;
    margin-top: -30px;
    overflow: hidden;
}

.foodBg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.fooder .inner {
    position: relative;
}

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

.foodUl li {
    flex: 1;
    margin: 0 10px;
}

.foodUl li a {
    display: block;
    font-size: 15px;
    color: #ccc;
    margin-bottom: 15px;
    transition: all 0.48s;
    text-transform: capitalize;
    text-align: center;
}

.foodUl li a:hover {
    color: #fff;
}

.foodTUl {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.foodTUl li {
    margin: 0 10px;
    flex: 1;
}

.foodTUl li a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    transition: all 0.48s;
    text-align: center;
}

.foodCon {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.foodIbox {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    /* margin-top: 30px; */
}

.foodIcon {
    margin-right: 30px;
}

.foodIcon svg {
    width: 30px;
    height: 30px;

}

.foodIcon svg path {
    fill: #aaa;
    transition: all 0.48s;
}

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

.foodTbox {
    width: 30%;
}


.foodTop {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.foodLogo {
    position: relative;
}

.foodLogo img {
    width: 250px;
}

.foodTbox p {
    font-size: 20px;
    color: #ccc;
}

.foodText {
    margin-bottom: 50px;
}

.foodText span {
    font-size: 18px;
    display: block;
    color: #ccc;
}

.foodText a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.foodBom {
    padding: 30px 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
    cursor: pointer;
}

.foodBom::before {
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    content: '';
    transition: all 1s;
}

.foodBom:hover::before {
    width: 0;
}

.foodBom:hover::after {
    width: 100%;
}

.foodBom::after {
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    content: '';
    transition: all 1s .2s;
}

.foodBLeft {
    position: relative;
}

.foodBLeft span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    opacity: .8;
    transition: all 0.48s;
}

.foodBLeft p {
    font-size: 78px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    opacity: .8;
    transition: all 0.48s;
}

.foodBom:hover .foodBLeft p,
.foodBom:hover .foodBLeft span {
    opacity: 1;
}

.foodBom:hover .foodSvg svg {
    transform: translateY(-80px) rotate(-90deg);
}

.foodSvg {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.foodSvg svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    transition: all 0.48s;
    opacity: .6;
}

.foodSvg svg path {
    fill: #fff;
}

@media(max-width:1680px) {
    .foodTop {
        padding-bottom: 20px;
    }

    .foodCon {
        margin-top: 30px;
    }

    .foodUl,
    .foodTUl {
        width: 65%;
    }

    .foodText {
        margin-bottom: 30px;
    }

    .foodBLeft p {
        font-size: 60px;
    }

    .foodText span {
        font-size: 16px;
    }

    .foodLogo img {
        width: 230px;
    }

    .foodBom {
        padding: 20px 0;
    }
}

@media(max-width:1368px) {
    .foodTUl li a {
        font-size: 16px;
    }

    .foodLogo img {
        width: 200px;
    }

    .foodIcon {
        margin-right: 18px;
    }

    .foodSvg {
        position: relative;
        width: 65px;
        height: 65px;
    }

    .foodBom:hover .foodSvg svg {
        transform: translateY(-65px) rotate(-65deg);
        -webkit-transform: translateY(-65px) rotate(-65deg);
        -moz-transform: translateY(-65px) rotate(-65deg);
        -ms-transform: translateY(-65px) rotate(-65deg);
        -o-transform: translateY(-65px) rotate(-65deg);
    }

    .foodBLeft p {
        font-size: 52px;
    }

    .foodText span {
        font-size: 15px;
    }

    .foodIbox {
        margin-bottom: 30px;
    }

    .foodBLeft span {
        font-size: 18px
    }
}

@media(max-width:1024px) {

    .foodTUl,
    .foodUl {
        display: none;
    }

    .foodTbox {
        width: 100%;
    }

    .foodBLeft p {
        font-size: 42px;
    }

    .foodSvg {
        position: relative;
        width: 52px;
        height: 52px;
    }

    .foodBom:hover .foodSvg svg {
        transform: translateY(-52px) rotate(-52deg);
        -webkit-transform: translateY(-52px) rotate(-52deg);
        -moz-transform: translateY(-52px) rotate(-52deg);
        -ms-transform: translateY(-52px) rotate(-52deg);
        -o-transform: translateY(-52px) rotate(-52deg);
    }
}

@media(max-width:900px) {
    .foodBLeft p {
        font-size: 36px;
    }
}

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

    .foodBLeft p {
        font-size: 32px;
    }

    .foodSvg {
        position: relative;
        width: 45px;
        height: 45px;
    }

    .foodBom:hover .foodSvg svg {
        transform: translateY(-45px) rotate(-45deg);
    }

    .foodBLeft span {
        font-size: 16px
    }

}

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

    .foodIbox {
        margin-bottom: 20px;
    }

    .foodText {
        margin-bottom: 18px;
    }

    .foodBom {
        padding: 0 0 15px;
    }
}