a {
    color: #000 !important;
    text-decoration: none !important;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

p {
    margin: 0 !important;
}

span {
    display: block;
}


/* 滚动框的设置 */

::-webkit-scrollbar {
    width: 6px;
    height: 100%;
    /* background-color: hsl(230deg, 7%, 61%); */
    background-color: #fff;
}


/* 滚动条的设置 */

::-webkit-scrollbar-thumb {
    border: 1px solid rgba(255, 255, 255);
    background-color: #FFBE4A;
    border-radius: 15px;
    box-sizing: border-box;
}


/* 移动端头部样式 */

.app {
    /* position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(-135%, -30%); */
    /* width: 10%; */
    /* height: 72px; */
    box-sizing: border-box;
}

.app .c1,
.c2,
.c3 {
    width: 34px;
    height: 2px;
    background: #FFB311;
    display: block;
    margin: 10px auto;
    transition: all 277ms ease-in-out;
    position: relative;
}

.app .c2.new {
    opacity: 0;
}

.app .c1.new {
    transform: rotate(-45deg);
    top: 12px;
}

.app .c3.new {
    transform: rotate(45deg);
    top: -12px;
}

.wap-nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 999;
}

.wap-nav dl {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px) !important;
}

.wap-nav dl dd {
    margin: 0;
    width: 100%;
}

.wap-nav dl dd a {
    display: block;
    padding: 10px 0;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 16px;
    /* background-color: rgba(255, 255, 255, 0.1); */
}

.nav_two {
    display: none;
}


/* 组件 */

.conainer {
    position: fixed;
    bottom: 35%;
    right: 0%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    /* background: #1463FF; */
    /* border-top-left-radius: 20px; */
    /* border-bottom-left-radius: 20px; */
    opacity: 0.5;
    font-size: 16px !important;
}

.conainer ul li a .fa {
    color: #FFBE4A;
    font-size: 20px !important;
}

.conainer:hover {
    opacity: 1;
    transition: 0.6s;
}


/* .conainer::before { */


/* content: " "; */


/* position: absolute; */


/* bottom: 0px; */


/* width: 100%; */


/* height: 50%; */


/* z-index: 1; */


/* border-top: 1px solid rgba(255, 255, 255, 0.5); */


/* 背景模糊 */


/* backdrop-filter: blur(5px); */


/* } */

.conainer .color {
    position: absolute;
    filter: blur(200px);
}

.conainer ul {
    position: relative;
    /* display: flex; */
    z-index: 2;
}

.conainer ul li {
    position: relative;
    list-style: none;
    margin: 10px;
}

.conainer ul li a {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* 盒子阴影 */
    box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.1);
    /* 背景模糊 */
    backdrop-filter: blur(2px);
    overflow: hidden;
}

.conainer ul li a:hover {
    transition: all 0.6s;
    /* 沿y轴向上移动 */
    /* transform: translateX(-20px); */
}


/* 扫光动画 */

.conainer ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #fff;
    transform: skewX(45deg) translateX(150px);
    transition: all 0.6s;
}


/* .conainer ul li a:hover .fa {
  font-size: 40px !important;
  transition: 0.6s;
} */

.conainer ul li a:hover::before {
    transform: skewX(45deg) translateX(-150px);
}

.qcode_box,
.phone_box {
    display: none;
}

.phone_box {
    color: #fff;
}

.phone_two {
    display: none;
}

.phone_box {
    position: absolute;
    top: 55%;
    left: -255%;
    padding: 10px;
    background-color: #FFBE4A;
    border-radius: 50px;
    display: none;
}

.phone_box .fa-times {
    position: relative;
    right: 0;
    /* top: -40%; */
}

.qcode_box {
    position: absolute;
    top: 5%;
    left: -290%;
    /* padding: 0 20px 20px 20px; */
    width: 200px;
    height: 200px;
    background-color: #FFBE4A;
    border-radius: 20px;
    text-align: center;
    display: none;
}

.qcode_box img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.qcode_box .fa {
    color: #fff;
}

.qcode_box .fa-times {
    position: relative;
    right: 0;
    /* top: -6%; */
}

/* nav */
.nav {
    padding: .875rem 0 .625rem 0;
    overflow: hidden;
    transition: all 0.6s;
}

.nav_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}


@font-face {
    font-family: 'PFUltraLight';
    src: url('./fonts/PingFang\ SC\ UltraLight.otf') format('truetype');
}

@font-face {
  font-family: 'ss';
  src: url('./fonts/ss.otf') format('truetype');
}

.nav .r ul li a {
    position: relative;
    display: flex;
    align-items: end;
    white-space: nowrap;
    font-family: 'ss';
}

.nav .r ul li a p {
    position: absolute;
    left: 250%;
    bottom: 0;
    margin: 0 0 0 5px !important;
    font-size: 14px;
    color: #FFB311;
}

.nav .r ul li a:hover p {
    position: relative;
    left: 0;
    transition: all 0.3s;
}

.nav .r ul li .nav_act p {
    position: relative;
    left: 0;
    transition: all 0.3s;
}

.nav .l {
    width: 20%;
}

.nav .l img {
    display: block;
    width: 100%;
}

.nav .r {
    width: 70%;
}

.nav .r ul {
    width: 100%;
}

.nav .r ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.nav .r ul li::after {
    position: absolute;
    top: 50%;
    left: 99%;
    transform: translate(-50%, -50%);
    content: " | ";
    display: block;
}

@font-face {
    font-family: 'PFjt';
    src: url('./fonts/PingFang\ 简体.ttf') format('truetype');
}

.nav .r div {
    margin: 0 0 0 .375rem;
    white-space: nowrap;
    font-family: 'PFjt';
    font-weight: bold;
}

.nav .r div p {
    display: block;
    margin: 0 .125rem !important;
}

/* foot */
.foot_box {
    padding: .25rem 0 0 0;
    box-sizing: border-box;
    background-color: #000000;
}

.por_box {
    padding: .375rem 0;
    box-sizing: border-box;
    text-align: center;

}

.por_box a {
    display: block;
    color: #fff !important;
    font-family: 'PFUltraLight';
}

.foot .l .tit {
    margin: 0 0 .375rem 0;
    color: #FFBE4A;
}

.foot .l .tit h5 {
    margin: 0 0 0 .1875rem;
}

.foot {
    padding: .1875rem 0;
    box-sizing: border-box;
    border-top: 1px solid #FFBE4A;
    border-bottom: 1px solid #FFBE4A;
}

.foot .l,
.foot .r {
    width: 50%;
}

.foot .l {
    padding: 0 10% 0 0;
    box-sizing: border-box;
    border-right: 1px solid #FFBE4A;
}

.foot .l form .line_box {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.foot .l form .line_box input[type="name"] {
    width: 50%;
}

.foot .l form .line_box input[type="tel"] {
    width: 45%;
}

.foot .l form .line_box input[type="text"] {
    width: 60%;
}

.foot .l form .line_box input[type="submit"] {
    width: 35%;
    background-color: #FFBE4A;
}

.foot .l form .line_box input {
    margin: .125rem 0;
    padding: .125rem;
    box-sizing: border-box;
}

.foot .r .line_box {
    display: flex;
    width: 100%;
}

@font-face {
    font-family: '044';
    src: url('./fonts/044-cai978.ttf') format('truetype');
}

.foot .r .line_box div {
    line-height: 1.5;
}

.foot .r .line_box div h4 {
    color: #FFBE4A;
    font-family: '044';
}

.foot .r .line_box div h5 {
    color: #fff;
}

.foot .r .line_box div .p_box {
    margin: 0 0 0 .125rem;
    width: 100px;
    height: 100px;
    background-color: #fff;
}

.foot .r .line_box div .p_box img {
    display: block;
    width: 100%;
}

.foot .r {
    padding: 0 0 0 10%;
    box-sizing: border-box;
}

/* banner */
.bannerhead img {
    display: block;
    width: 100%;
}

.navfixed .nav {
    padding: .25rem 0 !important;
}

.bannerhead {
    position: relative;
    z-index: 1;
}

.bannertit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    width: 55% !important;
    display: none !important;
}

.bannerxl {
    position: absolute;
    top: 80%;
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: block;
    width: 3.15rem !important;
    display: none !important;
}

.swiper-button-prevhead {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
}

.swiper-button-nexthead {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: rgba(255, 255, 255, 0.8);
}

.swiper-button-prevhead:hover,
.swiper-button-nexthead:hover {
    color: #FFBE4A;
    transition: all 0.6s;
    cursor: pointer;
}

.swiper-paginationhead {
    position: absolute;
    display: flex;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 14px;

}

@font-face {
    font-family: 'AlimamaShuHeiTi';
    src: url('./fonts/Alibaba-PuHuiTi-Bold.otf') format('truetype');
}

.swiper-paginationhead span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    width: 15px !important;
    height: 15px !important;
    color: #fff;
    font-weight: bold;
    font-family: 'AlimamaShuHeiTi';
}

.swiper-paginationhead .swiper-pagination-bullet {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important;
}

.swiper-paginationhead .swiper-pagination-bullet-active {
    background-color: #FFBE4A !important;
}

.nav .r {
    position: relative;
}


.nav_qcode_box {
    position: absolute;
    top: 1000%;
    left: 85%;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
}

.nav_qcode_box img {
    display: block;
    width: 2.125rem;
    height: 2.125rem;
}

.hz_box:hover .nav_qcode_box {
    top: 50%;
}

.popwindows_box {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    width: 100%;
    height: 100%;
}

.popwindows_box i {
    position: absolute;
    top: 10%;
    right: 10%;
    color: #fff;
    font-size: 30px;
}

.popwindows_box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    line-height: .45rem;
    display: none;
}


.popwindows_box div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: .375rem;
    /* width: 40%; */
    box-sizing: border-box;
}


.popwindows_box p {
    color: #B2B2B2;
}

.popwindows_box img {
    margin: .25rem 0;
}

.popwindows_box dl dd {
    margin: 5px 0;
}

.svg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 999;
}

.svg .p_box {
    margin: 0 auto;
    width: 80%;
}

.svg .p_box img {
    display: block;
    width: 100%;
}

.svg span {
    display: block;
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.loader {
    --color: white;
    --size-mid: 6vmin;
    --size-dot: 1.5vmin;
    --size-bar: 0.4vmin;
    --size-square: 3vmin;

    display: block;
    position: relative;
    width: 50%;
    display: grid;
    place-items: center;
}

.loader::before,
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
}

/**
      loader --1
  **/
.loader.--1::before {
    width: var(--size-mid);
    height: var(--size-mid);
    border: 4px solid var(--color);
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: loader-1 1s linear infinite;
    animation: loader-1 1s linear infinite;
}

.loader.--1::after {
    width: calc(var(--size-mid) - 2px);
    height: calc(var(--size-mid) - 2px);
    border: 2px solid transparent;
    border-top-color: var(--color);
    border-radius: 50%;
    animation: loader-1 0.6s linear reverse infinite;
}

@-webkit-keyframes loader-1 {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes loader-1 {
    100% {
        transform: rotate(1turn);
    }
}


@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .conainer ul {
        display: flex;
    }

    .qcode_box {
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, -100%);
    }

    .conainer {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        width: 100%;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .phone {
        display: none;
    }

    .phone_two {
        display: block;
    }

    .nav .r {
        display: none;
    }

    .nav_two {
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: end;
    }

    @font-face {
        font-family: 'pf';
        src: url('./fonts/pf.ttf') format('truetype');
    }

    body {
        font-family: 'pf';
    }

    .foot .l,
    .foot .r {
        margin: 5px 0;
        padding: 0 !important; 
        width: 100%;
        border: none;
    }

    .foot {
        flex-wrap: wrap;
    }

    .foot_box img {
        display: block;
        margin: 10px auto !important;
        width: 50% !important;
        height: auto !important;
    }

    .foot .l form .line_box input {
        width: 49% !important;
    }

    .foot .l .tit {
        justify-content: center;
    }

    .foot .r .line_box div {
        width: 100%;
    }

    .foot .r .line_box {
        flex-wrap: wrap;
    }

    .foot .r .line_box div {
        justify-content: center;
    }

    .foot .r .line_box div .p_box {
        margin: 0 5px;
    }
}

@media screen and (max-width: 768px) {
    .nav .l {
        width: 25%;
    }
}

@media screen and (max-width: 640px) {
    .nav .l {
        width: 30%;
    }
}

@media screen and (max-width: 375px) {
    .nav .l {
        width: 35%;
    }
}