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: #ED653F;
    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: #ED653F;
    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;
    display: none;
}

.conainer ul li a .fa {
    color: #ED653F;
    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: #ED653F;
    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: #ED653F;
    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 .r {
    width: 50%;
}

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

.nav .r ul li a {
    position: relative;
    padding: .5rem 0;
    box-sizing: border-box;
}

.nav .r ul li a::after {
    content: " ";
    display: block;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 6px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
}

.nav .r ul li a:hover {
    color: #ED653F !important;
    transition: all 0.6s;
}

.nav .r ul li a:hover::after {
    background-color: #ED653F;
    transition: all 0.6s;
}

.nav_act a {
    color: #ED653F !important;
}

.nav .r ul .nav_act a::after {
    background-color: #ED653F;
}

.voice {
    text-align: center;
    width: 20%;
    font-size: 16px;
}

.voice a {
    padding: .5rem 0;
    box-sizing: border-box;
}

.voice a:hover {
    color: #ED653F !important;
    transition: all 0.6s;
}

.nav .l {
    padding: .075rem 0;
    width: 50%;
    box-sizing: border-box;
}

.nav .l .logo_box {
    width: 25%;
}

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

.nav .l .logo_box img:first-child {
    width: .975rem;
    height: .975rem;
    border-radius: 10px;
}

.nav .l .logo_box img:last-child {
    margin: 0 0 0 15px;
    width: 1.1625rem;
    height: .7625rem;
}

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


/* banner */

.bannerhead video {
    display: block;
    width: 100%;
}

.bannerhead .swiper-slide {
    position: relative;
}

.bannerhead .swiper-slide .text_box {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.bannerhead .swiper-slide .text_box .tit {
    display: block;
    margin: 15% 0 0 0;
    width: 80%;
}

.bannerhead .swiper-slide .text_box ul {
    justify-content: center !important;
    width: 50%;
}

.bannerhead .swiper-slide .text_box ul li p {
    margin: 10px 0 0 0 !important;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.bannerhead .swiper-slide .text_box ul li {
    width: 30%;
}

.bannerhead .swiper-slide .text_box ul li .p_box {
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.bannerhead .swiper-slide .text_box ul li .p_box img {
    display: block;
    width: 100%;
}

#button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

#button:hover {
    color: #ED653F;
    transition: all 0.6s;
}

.por {
    padding: .625rem 0;
    box-sizing: border-box;
    text-align: center;
}

@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) {
    
    .nav .l .logo_box img:first-child {
        width: 40px;
        height: 40px;
    }
    
    .nav .l .logo_box img:last-child {
        width: 47px;
        height: 31px;
    }
    
    
    .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: block;
    }
    .nav {
        height: 60px;
    }
    .por a {
        line-height: 1.5;
    }
}

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

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

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