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: #2549C4;
    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: #fff;
    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: #2549C4;
    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: #2549C4;
    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: #2549C4;
    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%; */
}

.head_box .l {
    width: 60%;
}

.head_box span {
    color: #2549C4 !important;
}

.head_box .r ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    width: 23px;
    height: 23px;
    border: 1px solid #000;
    border-radius: 5px;
}

.head_box .r ul li a:hover {
    background-color: #2549C4;
    color: #fff !important;
    transition: all 0.6s;
}

.head_supbox {
    box-sizing: border-box;
    background-color: #fff;
}

.head_box .l ul li a:hover {
    color: #2549C4 !important;
    transition: all 0.6s;
}

.head_box .l ul li a {
    font-size: 14px !important;
    /* line-height: .45rem; */
}

.head_box .l ul li a img  {
    display: inline-block;
    width: 15px;
    height: 10px;
}

.head_box {
    height: 45px;
}

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

.nav .r {
    width: 80%;
}

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

.nav .r ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    color: #fff !important;
    border-radius: 0 0 10px 10px;
    text-shadow: 2px 2px #000;
    text-align: center;
}

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

.bannerhead .swiper-slide {
    position: relative;
    /* height: 700px; */
}

.nav .r ul li a:hover {
    background-color: #fff;
    color: #2549C4 !important;
    text-shadow: 0px 0px #2549C4;
    transition: all 0.6s;
}

.nav_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 998;
}

.bannerhead {
    position: relative;
}

.bannerhead .swiper-slide .text_box {
    position: absolute;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    padding: 15% 10% 0 10%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.bannerhead .swiper-slide .text_box h5 {
    margin: .5rem 0 .375rem 0;
    color: #2549C4;
}

.bannerhead .swiper-slide a {
    display: block !important;
    position: absolute;
    left: 10%;
    bottom: .75rem;
    margin: .375rem 0 0 0;
    padding: .25rem;
    width: 150px;
    text-align: center;
    box-sizing: border-box;
    background-color: #2549C4;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    /* transform: translate(0%, 400%); */
    z-index: 1;
}

.bannerhead .swiper-slide a:hover {
    box-shadow: 0 0 10px 2px #000;
    transition: all 0.6s;
}

.swiper-button-prevhead,
.swiper-button-nexthead {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 20px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.swiper-button-prevhead {
    margin: 0 10px 0 0;
}

.bannerhead_arrowbox {
    position: absolute;
    right: 10%;
    bottom: .75rem;
    z-index: 1;
    padding: 5px;
    border: 1px solid #000;
}

.swiper-button-prevhead:hover,
.swiper-button-nexthead:hover {
    background-color: #2549C4;
    transition: all 0.6s;
}

.foot .l,
.foot .m,
.foot .r {
    width: 30%;
}

.foot {
    padding: .625rem 0 .375rem 0;
    box-sizing: border-box;
    color: #fff;
    line-height: .45rem;
}


/* body {
    margin: 0 0 72px 0;
} */

.foot_box {
    /* margin: 0 0 72px 0 !important; */
    background-color: #2C2C2C;
}

.foot_box::after {
    content: " ";
    display: block;
    width: 100%;
    height: 72px;
    background-color: rgba(0, 0, 0, 0);
    display: none;
}

.foot .l ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #fff;
}

.foot .l ul li a:hover {
    background-color: #2549C4;
    color: #fff !important;
    transition: all 0.6s;
}

.foot .l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.foot .l dl dt {
    margin: 0 0 .375rem 0;
    font-weight: bold;
}

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

.foot .r .p_box {
    width: 100px;
    height: 100px;
    background-color: #fff;
}

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

.por_box {
    padding: 15px 0;
    box-sizing: border-box;
    border-top: 1px dashed #fff;
}

.por a {
    color: #fff !important;
    font-size: 16px;
}

.text_box_ny {
    text-align: center;
}

.text_box_ny h4,
.text_box_ny h5 {
    color: #fff !important;
    text-shadow: 2px 2px #000;
}

.zj_box {
    padding: 15px 0;
    background-color: #B5CCD8;
}

.zj ul li::after {
    content: ">>";
    display: inline-block;
    margin: 0 5px;
}

.zj ul li:last-child::after {
    content: " ";
}

.zj ul li a:hover {
    color: #2549C4 !important;
    transition: all 0.6s;
}

.skip a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .125rem .25rem;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 10px;
}

.skip a:hover {
    color: #fff !important;
    background-color: #2549C4;
    transition: all 0.6s;
}

.chagepage ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .125rem .25rem;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 10px;
}

.chagepage ul li {
    margin: 0 5px;
}

.chagepage ul li input {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .125rem .25rem;
    width: 90px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 10px;
}

.chagepage ul li a:hover {
    background-color: #2549C4;
    color: #fff !important;
    transition: all 0.6s;
}

.head_box .l ul li {
    position: relative;
}

.head_box .l ul li dl {
    position: absolute;
    top: 210%;
    left: 50%;
    width: 40px;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 1px solid #2549C4;
    z-index: 999;
    display: none;
}

.head_box .l ul li dl dd a {
    display: block;
    width: 100%;
}

.head_box .l ul li dl dd a:hover {
    color: #fff !important;
    background-color: #2549C4;
    transition: all 0.6s;
}

.head_box .l ul li:hover dl {
    display: block;
}

.navfixed {
    position: fixed;
    background-color: rgba(37, 73, 196, 0.3);
    transition: all 0.6s;
}

.wexin_btn:hover .qcode_box {
    display: block !important;
}

.nav .l img  {
    width: auto;
    height: 1rem;
}

/* .nav .l img {
    width: auto;
} */

@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) {
    .foot_box::after {
        content: " ";
        display: block;
        width: 100%;
        height: 72px;
        background-color: rgba(0, 0, 0, 0);
        display: block;
    }
    .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;
    }
    /* .bannerhead_arrowbox {
        display: none;
    } */
    .container {
        width: 95%;
    }
    .head_supbox {
        display: none;
    }
    .nav_box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: rgba(37, 73, 196, 0.3);
    }
    .nav .r {
        display: none;
    }
    .nav_two {
        display: block;
    }
    .nav {
        height: 60px;
    }
    .app {
        right: 0%;
    }
    .nav_two a i {
        color: #fff;
        font-size: 20px;
    }
    .nav_two>a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bannerhead .swiper-slide .text_box {
        padding: 25% 10% 0 10%;
        line-height: 1.5;
    }
    .por a {
        font-size: 12px !important;
        text-align: center;
        line-height: 1.5;
    }
    .por a:nth-child(1),
    .por a:nth-child(3) {
        display: none;
    }
    .foot .l {
        display: none;
    }
    .foot .m ul li {
        line-height: 1.5;
    }
    .foot .m,
    .foot .r {
        width: 100%;
    }
    .foot .r {
        margin: 15px 0 0 0;
    }
    .foot {
        flex-wrap: wrap;
    }
    .por_box {
        padding: 10px 0;
    }
    .bannerhead .swiper-slide .text_box h6 {
        margin: 0 0 10px 0 !important;
    }
    .bannerhead .swiper-slide .text_box a {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0%, 0%)
    }
    .bannerhead .swiper-slide .text_box {
        padding: 15% 10% 0 10%;
        line-height: 1.5;
    }
}

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

@media screen and (max-width: 640px) {
    .bannerhead .swiper-slide .text_box {
        padding: 25% 10% 0 10%;
        line-height: 1.5;
    }
}

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