*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #464646;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.1px;
}

@font-face {
    font-family: "HUzqDCFdgf";
    src: url(../font/_Xms-HUzqDCFdgfMm4S9DaRvzig.woff2);
}

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

@font-face {
    font-family: "Figtree";
    font-weight: 600;
    src: url(../font/Figtree-SemiBold.ttf);
}
@font-face {
    font-family: "Figtree";
    font-weight: 700;
    src: url(../font/Figtree-Bold.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: 98px 0;
}

.inner {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    position: relative;
}

@media (max-width: 1600px) {
    /* .inner {
        width: 1170px;
    } */
}

@media (max-width: 1200px) {
    /* .inner{
        width: 970px;
    } */
}

@media (max-width: 900px) {
    /* .inner{
        width: 90%;
    } */
}

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

@media(max-width:900px) {
    .padd {
        padding: 58px 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;
    opacity: 1 !important;
}

@-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);
    }
}

@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% {
        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 {
    -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% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
        opacity: 0;
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px);
    }

    100% {
        -webkit-transform: translateX(0);
        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% {
        -webkit-transform: translateX(0);
        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;
}

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

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

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

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

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

.appArf::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #f7f8f9;
    transition: all 0.8s ease-in;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -ms-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
}

.appArf.appArter::after {
    width: 0%;
}



.inBTit {
    font-size: 28px;
    font-weight: 700;
    color: #1A4FB9;
    /* text-transform: capitalize; */
    line-height: 1.2;
    margin-bottom: 20px;
}
.inBTit.white{
     color: white;
}
.inBText {
    font-size: 24px;
}

.inBText b {
    font-size: 24px;
    font-weight: 600;
}
.inBText p {
    font-size: 24px;
    margin-bottom: 12px;
}
.inBText.white{
    color: white;
}
.inBText.white b,.inBText.white p{
    color: white;
}
   @media(max-width:1024px) {
         .inBText,.inBText b, .inBText p {
    font-size: 20px;
}
}
   @media(max-width:500px) {
         .inBText,.inBText b, .inBText p {
    font-size: 18px;
}
}


.inBtn {
    position: relative;
    margin-top: 50px;
}

.inBtn a {
    width: 200px;
    height: 50px;
    background-image: linear-gradient(to right, #ff4b00, #ffad00);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px;
    padding: 0 15px;
    transition: all 0.48s;
}

.inBtn a:hover {
    padding: 0 10px;
}

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

.inBJt {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inBJt::before {
    content: '';
    background: #fff;
    border-radius: 50%;
    width: 20%;
    height: 20%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.48s;
}

.inBJt svg {
    width: 20px;
    height: 20px;
    position: relative;
    transform: translateX(-15px);
    opacity: 0;
    transition: all 0.3s;
}

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

.inBtn a:hover .inBJt svg {
    transform: translateX(0);
    opacity: 1;
}

.inBJt svg path {
    fill: #d9612f;
}

    @media(max-width:900px) {
        .inner {
    width: 90%;
}
.inBtn{
    margin-top: 30px;
}
.inBtn p {
    font-size: 16px;
}
.inBJt {
    width: 30px;
    height: 30px;
}
.inBtn a {
    width: 160px;}
    }




header {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            border-bottom: 1px solid rgba(255, 255, 255, .1);
            padding: 15px 0;
            z-index: 9;
            transition: background 0.8s;
        }

        header .inner {
            width: 90%;
             max-width: 100%;
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 10;
        }

        .headLogo {
            width: 130px;
            display: block;
        }

        .headLogo img {
            width: 100%;
        }

        .headUl {
            position: relative;
        }

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

        .headUl ul li>a {
            display: flex;
            align-items: center;
            font-size: 20px;
            /* 最小值，首选值，最大值 */
            text-transform: uppercase;
            color: #fff;
            letter-spacing: 2px;
            padding: 0 28px;
            font-weight: 600;
            position: relative;
            transition: all 0.48s;
        }

        .headUl ul li>a::after {
            width: 1px;
            height: 12px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            content: '';
            background: rgba(255, 255, 255, .3);
            transition: all 0.48s;
        }

        .headUl ul li:last-child>a::after {
            width: 0;
        }

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

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

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

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

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

        .headYy svg path {
            fill: #fff;
            transition: all 0.48s;
        }

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

        .headFl {
            margin-left: 40px;
            position: relative;
            width: 22px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .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;
        }

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

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

        .headLogo .img2 {
            display: block;
        }

        .headLogo .img1 {
            display: none;
        }

        .header_bg .headLogo .img2 {
            display: none;
        }

        .header_bg .headLogo .img1{
            display: block;
        }
        .header_bg .headUl ul li>a{
            color: #656F79;
        }
        .header_bg .headUl ul li>a::after{
            background: rgb(0,0,0, .3);
        }
.header_bg .headYy svg path{
            fill: #656F79;
        }
        .header_bg .headFl span{
            background: #656F79;
        }
        .header_bg .headYy p{
            color: #656F79;
        }

        .header_bg .headFl:hover span{
            background: #1A4FB9;
        }



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

         .header_By .headLogo .img2 {
            display: none;
        }

        .header_By .headLogo .img1{
            display: block;
        }
        .header_By .headUl ul li>a{
            color: #656F79;
        }
        .header_By .headUl ul li>a::after{
            background: rgb(0,0,0, .3);
        }
.header_By .headYy svg path{
            fill: #656F79;
        }
        .header_By .headFl span{
            background: #656F79;
        }
        .header_By .headYy p{
            color: #656F79;
        }
    .header_By .headFl:hover span{
            background: #1A4FB9;
        }
.headFl:hover span{
            background: #1A4FB9;
        }

.moHead_mlb {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 9;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    max-width: 450px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.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;
   
}
.moHead_mlb li svg{
    width: 15px;
    height: 15px;
    transition: all 0.48s;
}
.moHead_mlb li svg path{
    fill: #999;
}
.moHead_Top {
     padding: 20px 0;
}
.moHead_Top  p{
    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 p{
    color: #1A4FB9;
    font-weight: 600;
}
.moHead_Top:hover svg path{
    fill: #1A4FB9;
}
.moHead_Top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


.headUl ul li>a:hover{
    color: #1A4FB9;
}
.header_bg .headUl ul li>a:hover {
    color: #1A4FB9;
}
.header_By .headUl ul li>a:hover {
    color: #1A4FB9;
}



 @media(max-width:1368px) {
 .headUl ul li>a {
    font-size: 18px;
    padding: 0px 22px;}
 }

 @media(max-width:1200px) {
 .headUl ul li>a {
    font-size: 16px;
}
 header .inner{
        width: 100%;
        padding: 0 20px;
    }
 }
  @media(max-width:1024px){
    .headFl {
    margin-left: 20px;}
        .headUl ul li>a {
        padding: 0px 18px;
    }
    .headLogo {
    width: 100px;
}
 }  
 @media(max-width:900px){
    .headUl{
        display: none;
    }
   .moHead_mlb{
    width: 100%;
    max-width: 900px;
   }
}
@media(max-width:680px){
    .moHead_Top a {
    font-size: 18px;
}
}
@media(max-width:500px){
    .inBTit {
    font-size: 24px;}
        .inBText {
        font-size: 18px;
    }
}






 .fooder {
            position: relative;
            background: #1A4FB9;
           
            overflow: hidden;
        }

        .foodLogo {
            width: 150px;
            display: block;
        }

        .foodLogo img {
            width: 100%;
        }

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

        .foodItem {
            font-size: 22px;
            /* font-weight: 600; */
            text-transform: capitalize;
            transition: all 0.48s;
            color: #fff;
        }

        .foodLeft {
            width: 35%;
        }


        .foodBon {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            border-top: 1px solid rgba(255, 255, 255, .1);
            padding: 30px 0;
        }

        .foodBon p,
        .foodBon a {
            font-size: 18px;
            color: #ddd;
        }

        /* .foodBon a{
    font-weight: 600;
    display: block;
} */
        .foodBList {
            display: flex;
            align-items: center;
        }

        .foodBIcon {
            width: clamp(2rem, 1rem + 1.25vw, 2.5rem);
            height: clamp(2rem, 1rem + 1.25vw, 2.5rem);
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            margin: 0 5px;
            border-radius: 4px;
        }

        .foodBIcon img {
            width: 55%;
            object-fit: contain;
            height: 55%;
        }
       
        .footCon {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 60px 0 60px;
        }

        .foodBon img {
            margin-left: 10px;
            width: 50px;
        }

        /* @media(max-width:1368px) {
          
            .foodBIcon{
                width: 32px;
                height: 32px;
            }
    .foodItem {
        font-size: 18px;
    }
    .foodBon p, .foodBon a{
        font-size: 16px;
    }
    .foodUl {
    margin: 32px 0;
}
        .footCon {
        padding: 40px 0;
    }
    .foodLogo {
    width: 130px;
}
        } */
        @media(max-width:1368px) {
            .foodLogo {
                width: 130px;
            }

            .footCon {
                padding: 40px 0;
            }

            .foodUl {
                margin: 32px 0;
            }
        }
         @media(max-width:1280px){
            .fooder{
     padding: 0 50px;
}
        }
         @media(max-width:1200px){
            .foodBon p, .foodBon a {
    font-size: 16px;}
    .foodItem {
    font-size: 20px;
}
        }
          @media(max-width:1024px){
.foodBon{
    padding: 20px 0;
    flex-wrap: wrap;
}
          }
    @media(max-width:900px){
            .fooder{
     padding: 0;
}

        }

 @media(max-width:768px){
            .foodUl{
   display: none;
}

    .footCon {
        padding: 30px 0;
    }
    .foodBList{
        margin-top: 30px;
    }
        .foodLogo {
        width: 120px;
    }
        }

 @media(max-width:500px){
        .foodLogo {
        width: 100px;
    }
}


         .BuZBg,.BuYBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    display: none;
}
.BuZBox,.BuYBox {
    width: 1024px;
    position: fixed;
    left: 150%;
    top: 55%;
    transform: translate(-50%, -50%);
    z-index: 111;
    background: #fff;
    border-radius: 0px;
    padding: 50px 0;
    transition: left 0.48s, opacity 0.48s;
   display: none;
}
.BuYBoxAct,.BuZBoxAct{
 left: 50%;
  display: block;
}
.BuZTop{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: relative;
    padding: 0 50px;
}
.BuZGb,.BuYGb{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.BuZGb svg,.BuYGb svg{
    width: 100%;
    height: 100%;
}
.BuZTBox{
    margin-top: 20px;
    position: relative;
    height: 600px;
    overflow-y: auto;
    padding: 0 30px 0 50px;
}
.BuZText{
    margin-bottom: 20px;
}
.BuZText p{
    font-size: 22px;
    margin-bottom: 10px;
}
.BuZText p b{
    font-size: 22px;
    font-weight: 600;
}
       
   @media(max-width:1368px) {
    .BuZTBox {
    height: 500px;
}
   }
    @media(max-width:1280px) {
    .BuZTBox {
    height: 400px;
}
   }
   @media(max-width:1200px){
    .BuZText p,.BuZText p b {
    font-size: 20px;
}
.BuZBox, .BuYBox{
    width: 90%;
}
.BuZTBox{
    height: 60vh;
}
   }
   @media(max-width:768px){
    .BuZGb, .BuYGb {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.BuZTop{
    padding: 0 30px;
}
.BuZTBox {
    padding: 0 20px 0 30px;
}
   }
   @media(max-width:680px){
    .BuZBox, .BuYBox{
        padding: 30px 0;
        left: 50%;
    }
        .BuZText p,.BuZText p b {
        font-size: 18px;
    }
   }