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: #E9A640;
    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: #E9A640;
    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: #E9A640;
    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: #E9A640;
    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: #E9A640;
    border-radius: 20px;
    text-align: center;
    display: none;
}

.qcode_box img {
    display: block;
    margin: 6px auto;
    width: 80%;
}

.qcode_box .fa {
    color: #fff;
}

.qcode_box .fa-times {
    position: relative;
    right: 0;
    /* top: -6%; */
}

.nav .l {
    width: 20%;
}

.nav .l img {
    display: block;
    width: 100%;
}

.nav .r {
    width: 65%;
}

.nav .r ul li a {
    display: flex;
    align-items: center;
    height: 100px;
}

.nav_act {
    color: #E9A640 !important;
}

.nav .r ul li a:hover {
    color: #E9A640 !important;
    transition: all 0.6s;
}

.nav_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.bannerhead {
    margin: 100px 0 0 0;
}

.bannerhead img {
    display: block;
    width: 100%;
}

.bannerhead .p_box {
    position: relative;
}

.bannerhead .p_box .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #214392;
    width: 100%;
}


.bannerhead .p_box .text_box h4 {
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    animation: ydtext 2s infinite;
    animation-iteration-count: 1;
    o-animation: ydtext 3s linear infinite;
}

@keyframes ydtext {
    0% {
        opacity: 0;
        transform: translate(0%, 100%);
    }

    100% {
        opacity: 1;
        transform: translate(0%, 0%);
    }
}

.bannerhead {
    position: relative;
}

.swiper-paginationhead {
    position: absolute;
    display: flex;
    left: 10%;
    bottom: 50px;
    z-index: 1;
}

.bannerhead .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: none;
    opacity: 1;
    font-size: 16px;
}

.bannerhead .swiper-paginationhead span {
    position: relative;
    margin: 0 10px;
}

.bannerhead .swiper-paginationhead span:last-child::after {
    display: none;
}

.bannerhead .swiper-paginationhead span::after {
    position: absolute;
    top: 50%;
    left: 130%;
    transform: translate(-50%, -50%);
    content: " ";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    z-index: -2;
}


.bannerhead .swiper-pagination-bullet-active::before {
    content: " ";
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    display: block;
    width: 40px;
    height: 40px;
    /* background-image: url(../image/形状\ 1\ 拷贝@2x.png); */
    background-image: url(https://file.jsyxli.com/officialWebsite/heteroideus.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: rotate 5s linear infinite;
    /* 5秒旋转一圈，线性动画，无限循环 */
    z-index: -1;
}

/* .bannerhead .swiper-pagination-bullet-active {
    background-image: url(../image/形状\ 1\ 拷贝@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: rotate 5s linear infinite; /* 5秒旋转一圈，线性动画，无限循环 */
/* } */

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.foot_box {
    padding: 1rem 0 0 0;
    background-image: url(https://file.jsyxli.com/officialWebsite/foot_background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.foot .top>img {
    display: block;
    width: 30%;
}

.foot p {
    color: #fff;
}

.foot .top {
    margin: 0 0 .75rem 0;
    padding: 0 0 .5rem 0;
    border-bottom: 1px solid #E9A640;
}

.foot .bottom .l dl dt {
    margin: 0 0 .45rem 0;
    font-size: .3rem;
    font-weight: bold;
}

.foot .bottom .l dl dd {
    line-height: .45rem;
}

.foot .bottom .l dl dd a {
    display: block;
    font-size: 16px;
    color: #fff !important;
}

.foot .bottom {
    margin: 0 0 .25rem 0;
}

.foot .bottom .l {
    width: 50%;
    color: #fff;
}

.foot .bottom .r {
    width: 40%;
}

.foot .bottom .r input,
.foot .bottom .r textarea {
    display: block;
    margin: 0 0 .125rem 0;
    width: 100%;
    font-size: 16px;
    padding: .1875rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    outline: none;
    resize: none;
    border-radius: 10px;
}

.foot .bottom .r button {
    display: block;
    margin: .375rem auto 0 auto;
    padding: .125rem 0;
    box-sizing: border-box;
    width: 50%;
    background-color: #E9A640;
    border-radius: 10px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.por {
    padding: .375rem 0;
    box-sizing: border-box;
    border-top: 1px solid #E9A640;
}

.por a {
    display: block;
    text-align: center;
    color: #fff !important;
}

.bk_tit {
    margin: 1rem 0 0 0;
    line-height: .45rem;
}

.bk_tit .tit {
    text-align: center;
}

.bk_tit h4 {
    text-transform: uppercase;
}

.bk_tit .tit h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bk_tit .tit h5::after,
.bk_tit .tit h5::before {
    content: " ";
    display: block;
    width: 45%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.9);
}

.skip_page {
    display: flex;
    justify-content: center;
    margin: 0 0 1rem 0;
}

.skip_page dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .0625rem;
    width: 45px;
    height: 45px;
    border: 1px solid #9B9B9B;
    border-radius: 15px;
}

.skip_page .cbox a {
    width: 88px;
}

.skip_page .skip_act a {
    color: #fff !important;
    background-color: #E9A640;
    border: 1px solid #E9A640;
}

.skip_page dd a:hover {
    color: #fff !important;
    background-color: #E9A640;
    border: 1px solid #E9A640;
    transition: all 0.6s;
}


.nav .r ul li {
    position: relative;
}

.nav .r ul li dl {
    position: absolute;
    padding: 20px 0;
    width: 100%;
}

.nav .r ul li dl>div {
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.nav .r ul li dl dd a {
    padding: 10px 0;
    height: auto;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.nav .r ul li dl dd a:hover {
    color: #E9A640 !important;
    transition: all 0.6s;
}

.nav .r ul li dl {
    display: none;
}

.i_act {
    transform: rotate(180deg);
    transition: all 0.3s;
}

#yd_tone {
    display: none;
}

@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_box,
    .nav {
        height: 60px;
    }

    .bannerhead {
        margin: 60px 0 0 0;
    }

    .nav_two {
        display: block;
    }

    .swiper-paginationhead {
        display: none;
    }

    .foot .bottom .l {
        display: none;
    }

    .foot .top {
        flex-wrap: wrap;
        line-height: 1.5;
    }

    .foot .top>img {
        margin: 0 auto 10px auto;
    }

    .foot .bottom .r {
        width: 100%;
    }

    .por {
        padding: 10px 0 80px 0;
    }

    .foot p {
        width: 100%;
    }

    .foot .bottom .r input,
    .foot .bottom .r textarea {
        margin: 0 0 10px 0;
    }

    .bk_tit {
        line-height: 1.5;
    }

    .bk_tit .tit h5::after,
    .bk_tit .tit h5::before {
        width: 30%;
    }

    .skip_page dd a {
        width: 30px;
        height: 30px;
    }

    .skip_page dd a {
        border-radius: 5px;
    }

    .skip_page .cbox a {
        width: 50px;
    }
}

@media screen and (max-width: 768px) {
    .nav .l {
        width: 25%;
    }

    .foot .top>img {
        width: 35%;
    }
}

@media screen and (max-width: 640px) {
    .nav .l {
        width: 30%;
    }

    .foot .top>img {
        width: 40%;
    }
}

@media screen and (max-width: 375px) {
    .nav .l {
        width: 35%;
    }

    .foot .top>img {
        width: 50%;
    }
}