*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    color: #33383C;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0px;
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    src: url(../font/Montserrat-Medium.ttf);
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    src: url(../font/Montserrat-ExtraBold.ttf);
}

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

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

@media (max-width: 1680px) {
   

}

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

@media (max-width: 1200px) {
    .inner{
        width: 86%;
    }
}
@media (max-width: 1024px) {
    .inner{
        width: 90%;
    }
}

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

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

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

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

/* 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(80px);
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
}

.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% {
        transform: translateY(80px);
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        -o-transform: translateY(80px);
        opacity: .1;
    }

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

@keyframes opacity_show {
    0% {
        opacity: .1;
        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);
    }
}



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

.app_h {
    animation: opacity_left 0.8s ease-out forwards;
    -webkit-animation: opacity_left 0.8s ease-out forwards;
}

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

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

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

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

.app_right {
    transform: translate(150px);
    -webkit-transform: translate(150px);
    -moz-transform: translate(150px);
    -ms-transform: translate(150px);
    -o-transform: translate(150px);
    opacity: 0.1;
}

.app_r {
    animation: opacity_right 0.8s ease-out forwards;
    -webkit-animation: opacity_right 0.8s ease-out forwards;
}

@-webkit-keyframes opacity_right {
    0% {
        opacity: 0.1;
        transform: translateX(150px);
        -moz-transform: translateX(150px);
        -ms-transform: translateX(150px);
        -o-transform: translateX(150px);
    }

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

@keyframes opacity_right {
    0% {
        opacity: 0.1;
        transform: translate(150px);
        -webkit-transform: translate(150px);
        -moz-transform: translate(150px);
        -ms-transform: translate(150px);
        -o-transform: translate(150px);
    }

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

.appArf::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 9;
    background: #005297;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -ms-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
}

.appArf.appArter::before {
    height: 0%;
}




.inTit {
    position: relative;
}

.inTit p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #005297;
    position: relative;
    padding-left: 20px;
    opacity: .8;
    margin-bottom: 20px;
}

.inTit p::after {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: #005297;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.inTit h4 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    color: #005297;
    text-transform: capitalize;
    display: inline-block;
}

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

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

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

.inTit.white h4 {
    color: white;
}

.inTit.white p::after {
    background: #FFF;
}

.inTit.white P {
    color: white;
}




.inBtn {
    position: relative;
}

.inBtn a {
    /* width: 250px; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /*padding: 12px 40px;*/
    
   padding: 12px 20px;
    /* border: 1px solid rgb(0, 82, 151,.5); */
    background: #005297;
    position: relative;
    overflow: hidden;
    transition: all 0.48s;
    border-radius: 50px;
}

.inBtn a::after {
    width: 0%;
    height: 100%;
    position: absolute;
    content: '';
    background: #22fcff;
    transition: all 0.48s;
    left: auto;
    opacity: .6;
    right: 0;
}

.inBtn a:hover::after {
    width: 100%;
    left: 0;
    top: 0;
}

.inBtn p {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

.inBtn.white a {
    background: #FFF;
}

.inBtn.white p {
    color: #005297;
}















.SideBox {
    position: fixed;
    right: 20px;
    z-index: 9;
    opacity: 1;
    transition: all 0.48s;
    display: flex;
    flex-direction: column;
    align-items: end;
    bottom: 30px;
}

.SideBoxAct {
    right: 5px;
    opacity: 1;
}

.SideItem {
    position: relative;
    margin-bottom: 5px;
    background: #005297;
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    background: #005297;
    cursor: pointer;
    border-radius: 8px;
}

.SideIcon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}

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

.SideIcon svg path {
    fill: #fff;
}

.Sidlink img {
    width: 100px;
    opacity: 0;
    transition: all .2s;
    transform: translateX(20px);
}

.Sidlink {
    width: 0;
    height: 60px;
    overflow: hidden;
    transition: all 0.48s;
}

.Sidlink p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    width: 180px;
    opacity: 0;
    transition: all .2s;
    transform: translateX(20px);
}

.SideItemAct .Sidlink {
    width: 200px;
    height: 190px;
}

.SideItemAct .Sidlink {
    padding: 12px;
}

.SideItemAct .Sidlink p {
    opacity: 1;
    transition: all 0.48s .2s;
    transform: translateX(0);
}

.SideItemAct .Sidlink img {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.48s .4s;
}

.SideEml {
    width: 0;
    height: 60px;
    overflow: hidden;
    transition: all 0.48s;
}

.SideItemAct .SideEml {
    width: auto;
    height: 70px;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SideEml p a{
    font-size: 16px;
    color: #fff;
}
.SideEml p {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding-right: 10px;
    /*width: 200px;*/
    opacity: 0;
    transition: all .2s;
    transform: translateX(20px);
}

.SideItemAct .SideEml p {
    opacity: 1;
    transition: all 0.48s .2s;
    transform: translateX(0);
}











/* 头部 */
/* 头部 */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 99;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

header>.inner {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.headLogo {
    display: block;
    width: 150px;
    height: 60px;
    position: relative;
    transition: all 0.48s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.headLogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

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

.headUl ul li>a {
    padding: 0 15px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}

.headUl ul li>a svg {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}

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

.headRig {
    display: flex;
    align-items: center;
    z-index: 9;
}

.headSs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headSs>svg {
    width: 20px;
    height: 20px;
}

.headSs>svg path {
    fill: #fff;
}
.headSsTbox{
    width: 100vw;
    position: absolute;
    left: 0;
    top: 90px;
    overflow: hidden;
    height: 0;
    background: #fff;
    transition:height 0.48s;
    -webkit-transition:height 0.48s;
    -moz-transition:height 0.48s;
    -ms-transition:height 0.48s;
    -o-transition:height 0.48s;
}
.headSsAct{
     border-top: 1px solid rgb(0, 82, 151, .1);
    height: 200px;
}
.headSsTbox .inner{
    height: 100%;
    padding: 40px 0;
}

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

.headSsInp svg path {
    fill: #fff;
}
.headSsInp{
    width: 700px;
    margin: 0 auto;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    position: relative;
}

.headSsInp a{
    width: 28px;
    height: 28px;
}
.headSsInp a svg{
    width: 100%;
    height: 100%;
}
.headSsInp svg path{
    fill: #999 !important;
}
.headSsInp input{
    width: calc(100% - 30px);
    height: 60px;
    position: relative;
    font-size: 18px;
}


.headSsXl{
    width: 100px;
    position: relative;
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: space-between;
}
.headSsXl p{
    font-size: 16px;
}
.headSsXl svg{
    width: 10px;
    height: 10px;
}
.headSsXlTbox{
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background: #f7f8f9;
    padding: 10px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
}
.headSsXlTbox P{
    font-size: 14px;
    padding: 5px 0;
}
.headSsXlTbox P:hover{
    color: #005297;
}
.headSsXl:hover .headSsXlTbox{
    display: block;
}


.headSsBtn {
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #005297;
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.headYy {
    position: relative;
    display: flex;
    align-items: center;
}

.headYy svg {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
       object-fit: contain;
}

.headYy svg path {
    fill: #fff;
}

.headYy p {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin-left: 5px;
    text-transform: uppercase;
}

.headRItem {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    cursor: pointer;
}
.headYyTbox{
    z-index: 99;
    width: 70px;
    display: none;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    padding: 10px 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.headYyTbox a{
    font-size: 14px;
    display: block;
    padding: 5px;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headYyTbox a img{
    width: 16px;
    margin-right: 5px;
}
.headYyTbox a:hover{
    background: #005297;
    color: #ccc;
}
header::before {
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #fff;
}

header::after {
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, .1);
    transition: width .8s;
}

.headLogo .img1 {
    display: block;
}

.headLogo .img2 {
    display: none;
}




















header.header_bai {
    background: #fff;
}


header.header_bg .headUl ul li>a {
    color: #333;
}

header.header_bg .headUl ul li>a svg path {
    fill: #333;
}

header.header_bg .headRItem svg path {
    fill: #333;
}
header.header_bg .headMenu span{
     background: #333;
}
header.header_bg .headLogo .img1 {
    display: none;
}

header.header_bg .headLogo .img2 {
    display: block;
}
/* 1024导航 */

.headMenu {
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    display: none;
}

.headMenu span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 4px 0;
    background: #005297;
    transition: all 0.48s ease-in-out;
}

.headMenu.active span {
    background: #005297;
}

.headMenu.active span.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);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.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{
    background: #fff;
}
.moHead_Top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.moHead_Top a{
    font-size: 18px;
}
.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_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 0;
   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: 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{
    color: #005297;
}
.moHead_Top:hover svg path{
    fill: #005297;
}



.headerM::before {
    height: 100%;
    /* border-bottom: 1px solid rgb(0, 82, 151, .1); */
}

.headerM .headUl ul li>a {
    color: #005297;
}

.headerM .headRItem svg path {
    fill: #005297;
}

.headerM .headLogo {}



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

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




.header_Hover::before {
    height: 100%;
    /* border-bottom: 1px solid rgb(0, 82, 151, .1); */
}

.header_Hover .headUl ul li>a {
    color: #005297;
}

.header_Hover .headRItem svg path {
    fill: #005297;
}

.header_Hover .headLogo {}



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

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











.headXl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 90px;
    height: 0;
    background: #fff;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}

.headXl .inner {
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 40px 0;
}

.headXLeft {
    display: flex;
    width: calc(100% - 420px);
    position: relative;
    justify-content: space-between;
}

.headXTit {
    width: 200px;
    position: relative;
}

.headXTit>p {
    font-size: 28px;
    font-weight: 600;
    color: #005297;
    margin-bottom: 15px;
}

.headXCon {
    width: calc(100% - 200px);
    position: relative;
    padding-left: 50px;
    border-left: 1px solid rgb(0, 82, 151, .1);
}

.headXCon a {
    font-size: 16px;
    line-height: 1;
    display: block;
    padding: 10px 0;
    transition: all 0.48s;
}

.headXImg {
    width: 350px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

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

.headXCon a:hover {
    color: #005297;
    padding-left: 10px;
}

.headerXlBg {
    background-color: rgba(43, 54, 45, 0.4);
    ;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    opacity: 0;
    z-index: 89;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, background-color .3s;

}

.headerXlBgAct {
    opacity: 1;
    visibility: visible;
}

.headliAct .headXl {
    height: 360px;
}

.headliAct .headXl::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgb(0, 82, 151, .1);
}




.header_Inside{
    background: #fff;
    border-bottom: 1px solid rgb(0, 82, 151, .1);
}
header.header_Inside .headLogo .img2 {
    display: block;
}
header.header_Inside .headLogo .img1 {
    display: none;
}
header.header_Inside .headUl ul li>a {
    color: #333;
}
header.header_Inside .headUl ul li>a svg path {
    fill: #333;
}

header.header_Inside .headRItem svg path {
    fill: #333;
}









/* 底部 */
.fooder {
    position: relative;
    background: #005297;
    border-top: 1px solid rgba(255, 255, 255, .1);
    overflow: hidden;
    padding-bottom: 50px;
    padding: 50px 0 20px;
}

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

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

.foodLeft {
    width: 30%;
    position: relative;
}

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

.foodLogo img {
    width: 100%;
    height: 100%;
}

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

.foodLi {
    position: relative;

}

.foodLi:nth-child(1) {
    width: 28%;
}

.foodLi a {
    display: block;
    color: #ddd;
    font-size: 16px;
    opacity: .6;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: capitalize;
    transition: all 0.48s;
}

.foodLi a:hover {
    opacity: 1;
}

.foodLi a:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    opacity: 1;
}

.foodZd {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .2);
    margin-right: 30px;
}

.foodList {

    position: relative;
    margin-top: 30px;
}

.foodLTit {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.foodItem {
    position: relative;
}

.foodText {
    display: flex;
    margin-bottom: 15px;
}

.foodText p {
    font-size: 16px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .6);
}

.foodText span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.foodBom {
    margin-top: 70px;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: space-between;
}

.foodBom p {
    font-size: 16px;
    color: #fff;
    opacity: .6;
}

.foodBom a {
    font-size: 16px;
    color: #fff;
}

.foodBg {
    font-size: 16vw;
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    opacity: .031;
}

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

.foodIcon {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    /* background: rgba(255, 255, 255, .3); */
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.foodIcon img {
    width: 50%;
    height: 50%;
    -o-object-fit: contain;
       object-fit: contain;
}


/* 内页面包屑 */
.InsideBox{
    position: relative;
    height: 300px!important;
    margin-top: 100px;
}
.InsideBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.InsideTop{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 22px 0;
    background: rgb(0, 82, 151,.8);
    width: 100%;
}
.InsideTop .inner{
    display: flex;
    justify-content: space-between;
}
.InsideLeft{
    display: flex;
    align-items: center;
}
.InsideLeft span{
    font-size: 18px;
    line-height: 1;
    margin: 0 10px;
    color: #fff;
}
.InsideLeft a{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
        color: #fff;
}
.InsideLeft svg{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.InsideLeft svg path{
    fill: #fff;
}
.InsideLeft a:hover{
    color: #22fcff;
}












/* 分页器 */
.navBox{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.navItem{
    width: 55px;
    height: 55px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 5px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.navItemAct{
    background: #005297;
    color: #fff;
}
.navItem:hover{
      background: #005297;
    color: #fff;
}