*,
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-family: "AlimamaFangYuanTiVF";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
}


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


@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-SemiBold.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: 98px 0;
}

.inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1440px;
}

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

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

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

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

@media(max-width:1200px) {
    .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 {
    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: translateY(100px);
        opacity: .1;
    }

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

@keyframes opacity_show {
    0% {
        transform: translateY(100px);
        opacity: .1;
    }

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



.app_left {
    filter: blur(20px);
    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: translateX(100px);
    -webkit-transform: translateX(100px);
    opacity: 0;
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    filter: blur(20px);
}

.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% {
        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::after {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 47, 167);
    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 {
    width: 0;
}

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

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

/* 滚动条轨道样式 */
::-webkit-scrollbar {
  width: 5px; 
   background-color: #f7f8f9; 
}

/* 滚动条滑块样式 */
::-webkit-scrollbar-thumb {
  background-color: #0a308c;
  border-radius: 4px; 
}

/* 滚动条轨道hover状态样式 */
/* ::-webkit-scrollbar-track:hover {
  background-color: #f7f8f9; 
} */

/* 滚动条滑块hover状态样式 */
/* ::-webkit-scrollbar-thumb:hover {
  background-color: #0a308c;
} */


























.inTit {
    position: relative;
}

.inTit {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
}

.inTit.inBtn_Lan {
    color: rgba(0, 47, 167);
}

.inTit.white {
    color: #fff;
}
















.inBtn {
    position: relative;
}

.inBtn a {
    width: 180px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 30px;
}

.inBtn p {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.inBJt {
    position: relative;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    /* border-radius: 50%;
    background: rgba(0, 47, 167);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; */
}

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

.inBJt svg path {
    fill: #666;
}

.inBtn.inBtn_Lan a {
    background: rgba(0, 47, 167);
}

.inBtn.inBtn_Lan p {
    color: #fff;
}

.inBtn.inBtn_Lan .inBJt svg path {
    fill: #fff;
}



.inBtn.inBtn_Hui a {
    background: #666464;
}

.inBtn.inBtn_Hui p {
    color: #fff;
}

.inBtn.inBtn_Hui .inBJt svg path {
    fill: #fff;
}

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

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

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

    .inBJt {
        width: 12px;
        height: 12px;
        margin-left: 5px;
    }

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

@media(max-width:1280px) {
    .inBtn a {
        width: 150px;
        height: 50px;
    }

    .inTit {
        font-size: 24px;
    }
}
@media(max-width:680px) {
        .inBtn a {
        height: 50px;
        padding: 0 10px 0 15px;
    }
      .inTit {
        font-size: 20px;
    }
}
@media(max-width:500px){
       .inTit {
        font-size: 18px;
    }
        .inBtn a {
        height: 45px;
    }
}












.headBox {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    transition: all 0.48s;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: 90px;
}

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

.headLogo img {
    width: 80%;
}

.headLogo .img2 {
    display: none;
}

.headLogo .img1 {
    display: block;
}


.headUl {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

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

.headUl li>a {
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;

    height: 100%;
    text-transform: uppercase;
    border-radius: 20px;
    position: relative;
    line-height: 1;
}

.headUl li>svg {
    width: 12px;
    height: 12px;
}

.headUl li>svg path {
    fill: #fff;
}

.headTbox {
    width: 150px;
    display: none;
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    top: calc(100% - 1px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 4px 10px rgb(0, 0, 0, .1);
    /* border-bottom: 3px solid rgba(0, 47, 167); */
}

.headTbox>a {
    font-size: 14px;
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
    position: relative;
}
.headTbox>a::before {
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #0a308c;
    opacity: 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>a:hover::before {
    opacity: 1;
}
.headTbox>a:hover {
    color: rgba(0, 47, 167);
}

.headTbox>a:last-child {
    border-bottom: none;
}


.headTbox2 {
    width: 600px;
    padding: 0;
    left: 0;
    background: transparent;
    box-shadow: none;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.headCon {
    position: relative;
    display: flex;
}

.headCList {
    width: 200px;
    background: #efeeee;
}

.headCList a {
    margin-bottom: 5px;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 20px;
    padding: 18px 15px 18px 20px;
    position: relative;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.headCList a::before {
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #0a308c;
    opacity: 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;
}

.headCList a.on::before {
    opacity: 1;
}

.headCList a.on {
    background-color: #fff;
}


.headCRig {
    width: calc(100% - 200px);
    display: flex;
    justify-content: space-between;
}

.headZk_cen {
    width: 100%;

}

.headZk_li:first-child {
    display: block;
}

.headZk_li {
    position: relative;
    display: none;
}

.headZk_liBox {
    position: relative;
    padding: 20px 30px;
    background: #0a308c;
}

.headZk_liBox a {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    padding: 15px 0;
    color: #fff;
    opacity: .8;
    border-bottom: 1px solid rgb(255, 255, 255, .2);
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.headZk_liBox a:last-child {
    border-bottom: none
}

.headZk_liBox a:hover {
    opacity: 1;
}


.headRXl{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 2px);
    background: #fff;
    border-top: 1px solid rgb(0, 0, 0, .1);
    box-shadow: 0 4px 10px rgb(0, 0, 0, .1);
}
.headRXl>a {
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 15px 10px;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}










.headRig {
    display: flex;
    align-items: center;
    height: 100%;
}

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

.headItem:last-child {
    background: rgba(0, 47, 167);
}

.headItem svg {
    width: 25px;
    height: 25px;
}

.headItem p {
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}

.headItem svg path {
    fill: #fff;
}

.headleft {
    width: calc(100% - 450px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: 20px;
    transition: all 0.8s;
}

.headMenu {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.48s;
}

.headMenu span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 2px 0;
    background: #fff;
    -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;
}








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

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




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

.headBg .headUl li>svg path,
.headBy .headUl li>svg path {
    fill: #333;
}

.headBg .headUl li:hover>a,
.headBy .headUl li:hover>a {
    color: rgba(0, 47, 167);
}

.headBg,
.headBy {
    background: #fff;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}

.headBg .headLogo,
.headBy .headLogo {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

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

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

.headBg .headItem p,
.headBy .headItem p {
    color: #333
}

.headBg .headLogo .img1,
.headBy .headLogo .img1 {
    display: none;
}

.headBg .headLogo .img2,
.headBy .headLogo .img2 {
    display: block;
}





.headBox:hover {
    background: #fff;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}

.headBox:hover .headLogo {
    border-right: 1px solid rgba(0, 0, 0, .1);
}



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

.headBox:hover .headItem p {
    color: #333
}

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

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

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

.headBox:hover .headUl lI:hover>a {
    color: rgba(0, 47, 167);
}


.headBox:hover .headUl lI:hover>svg path {
    fill: rgba(0, 47, 167);
}














/* 下拉 */

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

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


.moHead_mlb li svg {
    width: 15px;
    height: 15px;
    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_mlb li svg path {
    fill: #999;
}

.moHead_Top a {
    font-size: 16px;
    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: rgba(0, 47, 167);
}

.moHead_Top:hover svg path {
    fill: rgba(0, 47, 167);
}

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

.moHead_Con {
    background: #f7f8f9;
    padding: 20px;
    margin-top: 20px;
    display: none;
}

.moHead_Con a {
    display: block;
    font-size: 14px;
    padding: 10px 0;

}

.moHead_Con a:hover {
    color: rgba(0, 47, 167);
}
.headerM{
    background: #fff;
}
.headerM .headItem svg path{
    fill: #333;
}
.moHead_mlbXq li.Act svg{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


.headMenu.active  .headMenu_span1{
    transform: rotate(45deg) translateX(4px);
    -webkit-transform: rotate(45deg) translateX(4px);
    -moz-transform: rotate(45deg) translateX(4px);
    -ms-transform: rotate(45deg) translateX(4px);
    -o-transform: rotate(45deg) translateX(4px);
}
.headMenu.active .headMenu_span2{
    display: none;
}
.headMenu.active .headMenu_span3{
    transform: rotate(-45deg) translateX(4px);
    -webkit-transform: rotate(-45deg) translateX(4px);
    -moz-transform: rotate(-45deg) translateX(4px);
    -ms-transform: rotate(-45deg) translateX(4px);
    -o-transform: rotate(-45deg) translateX(4px);
}












@media(max-width:1680px) {
    .headUl li {
        padding: 0 25px;
    }
}

@media(max-width:1440px) {
    .headBox {
        height: 80px;
    }

    .headItem {
        width: 80px;
    }

    .headUl li {
        padding: 0 22px;
    }

    .headLogo {
        width: 320px;
    }

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

    .headItem svg {
        width: 22px;
        height: 22px;
    }

    .headMenu span {
        width: 20px;
    }

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

    .headTbox2 {
        width: 550px;
    }
}

@media(max-width:1280px) {
    .headTbox2 {
        width: 520px;
    }

    .headZk_liBox {
        position: relative;
        padding: 10px 30px;
    }

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


    .headLogo {
        width: 250px;
    }

    .headBox {
        height: 65px;
    }

    .headItem {
        width: 65px;
    }
}

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

    .headleft {
        width: auto;
    }

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

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

    .headLogo {
        width: 260px;
    }

    .headLogo {
        border-right: none !important;
    }


    .headItem {
        border-left: none !important;
    }
}
@media(max-width:768px) {
  
    .headLogo {
        width: 240px;
    }
    
}
@media(max-width:680px) {
    .headBox {
        height: 65px;
    }

    .headItem {
        width: 65px;
    }

    .headLogo {
        width: 220px;
    }
    
}

@media(max-width:500px) {
    .headLogo {
        width: 200px;
    }
.headLogo img{
    width: 90%;
}
    .headBox {
        height: 60px;
    }

    .headItem {
        width: 60px;
    }

    .headMenu span {
        width: 16px;
    }
    .moHead_Top a{
        font-size: 14px;
    }
    .moHead_mlb li svg {
    width: 12px;
    height: 12px;}
    .moHead_mlb li {
    padding: 18px 0;}
}













.fooder {
    background: rgba(0, 47, 167);
    position: relative;
    padding: 70px 0 30px;
    z-index: 6;
    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: 16px;
    color: #fff;
    opacity: .8;
    margin-bottom: 15px;
    transition: all 0.48s;
    text-transform: capitalize;
}

.foodUl li a:hover {
    opacity: 1;
}

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

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


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

.foodIcon {
    margin-right: 30px;
}

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

}

.foodIcon svg path {
    fill: #fff;
    transition: all 0.48s;
    opacity: .8;
}

.foodIcon:hover svg path {
    opacity: 1;
}

.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, .1);
}

.foodLogo {
    position: relative;
}

.foodLogo img {
    width: 300px;
}

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

.foodText {
    margin-bottom: 50px;
}

.foodText span {
    font-size: 16px;
    display: block;
    color: #fff;
    opacity: .8;
    margin-bottom: 10px;
}

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

.foodBom {
    padding: 20px 0 0;
    border-top: 1px solid rgb(255, 255, 255, .2);
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.foodBom p {
    font-size: 16px;
    display: block;
    color: rgb(255, 255, 255, .8);
}

.foodBom a {
    font-size: 16px;
    display: block;
    color: #fff;
    color: rgb(255, 255, 255, .8);
}

@media(max-width:1680px) {
    .foodIcon {
        margin-right: 12px;
    }

    .foodLogo img {
        width: 260px;
    }
}

@media(max-width:1480px) {
    .foodBom {
        margin-top: 20px;
    }

    .foodTUl li a {
        font-size: 14px;
    }

    .foodLogo img {
        width: 200px;
    }

    .foodUl li a {
        font-size: 12px;
    }

    .foodBom p,
    .foodBom a {
        font-size: 12px;
    }

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

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

@media(max-width:1024px){
.foodUl{
    display: none;
}
    .foodTop {
        flex-wrap: wrap;
    }
.foodTUl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.foodTbox {
    width: 100%;
}
}
@media(max-width:680px){
    .foodCon {
        margin-top: 25px;
    }
.foodTUl{
    display: none;
}
.foodBom{
    flex-wrap: wrap;
}
.fooder {
    padding: 50px 0 30px;}
    .foodLogo img {
        width: 180px;
    }
}
@media(max-width:500px){
        .fooder {
        padding: 30px 0 20px;
    }

    .foodTop {
    padding-bottom: 18px;}
}