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: #009DDD;
    border-radius: 15px;
    box-sizing: border-box;
}

.nav .top .r p,
.nav .top .r em {
    display: block;
}

.nav .top .r p {
    margin: 0 0 .25rem 0 !important;
}

.nav .top .l {
    width: 20%;
}


/* 移动端头部样式 */

.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: #009DDD;
    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 ul {
    display: none;
}

.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: 30%;
    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;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px 0 0 10px;
}

.conainer ul li a .fa {
    color: #009DDD;
    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: #2775B6;
    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: #2775B6;
    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 .top {
    padding: .375rem 10%;
    box-sizing: border-box;
    background-color: #fff;
    transition: all 0.6s;
}

.nav .nav_xl {
    padding: 15px 10% !important;
    transition: all 0.6s;
}

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

.nav .top .r {
    text-align: right;
}

.nav .top .r em {
    font-weight: bold;
}

.nav .bottom ul {
    padding: 0 10% !important;
    box-sizing: border-box;
    background: #009DDD;
    transition: all 0.6s;
}

.nav .bottom ul li {
    position: relative;
}

.nav .bottom ul li dl {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: .375rem 0 0 0;
    box-sizing: border-box;
    width: 150%;
    text-align: center;
    display: none;
}

.nav .bottom ul li dl div {
    padding: .375rem 0;
    box-sizing: border-box;
    background: #009DDD;
    border-radius: 10px;
}

.nav .bottom ul li dl dd {
    margin: 0 0 .25rem 0;
}

.nav .bottom ul li dl dd:last-child {
    margin: 0;
}

.nav .bottom ul li dl dd a {
    padding: 0 !important;
}

.nav .bottom ul li a {
    display: block;
    padding: .375rem 0;
}

.nav .bottom .navfixed li a {
    display: block;
    padding: .1875rem 0;
    transition: all 0.6s;
}

.nav .bottom .navfixed {
    padding: 0 10% !important;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.nav .bottom ul li a {
    color: #fff !important;
}

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


/* banner */

.bannerhead {
    margin: 1.5rem 0 0 0;
}

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

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

.bannerhead .swiper-slide .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #fff;
    animation: ydtext 2s infinite;
    animation-iteration-count: 1;
    o-animation: ydtext 3s linear infinite;
}

.bannerhead .swiper-slide .nytext_box {
    align-items: start !important;
}

@keyframes ydtext {
    0% {
        opacity: 0;
        transform: translate(-50%, 0%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.bannerhead .swiper-slide .text_box a {
    padding: .25rem .875rem;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #fff !important;
    border-radius: 30px;
}

.bannerhead .swiper-slide .text_box p {
    margin: .625rem 0 1.25rem 0 !important;
}

.swiper-paginationhead {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.swiper-pagination-bullet {
    margin: 0 10px;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}


/* foot */

.foot .l ul {
    width: 50%;
    justify-content: space-between;
}

.foot .l ul li {
    /*margin: 0 .3125rem 0 0;*/
    font-size: 30px;
}

.foot .l ul li a:hover {
    color: #009DDD !important;
    transition: all 0.6s;
}

.foot_box {
    padding: 1rem 0 .75rem 0;
    box-sizing: border-box;
    background: #36414D;
}

.foot {
    color: #fff;
}

.foot a {
    color: #fff !important;
}

.foot .news_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .625rem 0 0 0;
    padding: .25rem 0;
    width: 50%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px;
    color: #000000 !important;
}

.foot .news_btn:hover {
    color: #fff !important;
    background-color: #009DDD;
    transition: all 0.6s;
}

.foot .news_btn i {
    margin: 0 0 0 .75rem;
}

.foot .l {
    flex-direction: column;
    width: 40%;
}

.foot .r {
    padding: 0 0 0 1.5rem;
    width: 60%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.foot .r dl dt {
    margin: 0 0 .5rem 0;
}

.foot .r dl dd {
    line-height: .5rem;
}

.foot .r dl dd a:hover {
    color: #009DDD !important;
    transition: all 0.6s;
}

.foot .r dl dd div .p_box {
    margin: .5rem 0 0 0;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
}

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

.foot .r dl dd div p {
    margin: .25rem 0 0 0 !important;
    text-align: center;
}

.por_box {
    background-color: #36414D;
}

.por {
    padding: .625rem 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.por_box a {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff !important;
    line-height: .375rem;
}


/* zj */

.zjbox {
    padding: .5rem 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.zjbox dl dd::after {
    content: "——";
    display: inline-block;
    margin: 0 3px;
}

.zjbox dl dd:last-child::after {
    content: " ";
    display: none;
}

.zjbox dl dt {
    margin: 0 5px 0 0;
}

.zjbox dl dd a:hover {
    color: #009DDD !important;
    transition: all 0.6s;
}


/* skip */

.skip_box {
    margin: .75rem 0 0 0;
    padding: .75rem 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.skip_box a:hover {
    color: #009DDD !important;
    transition: all 0.6s;
}

.lrbox .l {
    padding: 1rem 1.5rem 1.5rem 0;
    box-sizing: border-box;
    width: 20%;
}

.lrbox .l dl dt {
    margin: 0 0 .75rem 0;
    font-weight: bold;
}

.lrbox .l dl dd {
    margin: 0 0 .5rem 0;
}

.lrbox .r {
    width: 80%;
    padding: 1rem 0 1.5rem 1.5rem;
    box-sizing: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.l_menuact {
    color: #009DDD !important;
}

.cpage_box dd a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .25rem;
    width: 40px;
    height: 40px;
    background: rgba(0, 157, 221, 0);
    border: 1px solid #000000;
    color: #000000;
    opacity: 0.2;
    border-radius: 50%;
}

.cpage_act {
    color: #fff !important;
    background: #009DDD !important;
    border: #009DDD !important;
    opacity: 1 !important;
}

.cpage_box dd a:hover {
    color: #fff !important;
    background: #009DDD !important;
    border: #009DDD !important;
    opacity: 1 !important;
}

.cpage_box {
    margin: 1rem 0 0 0;
}

.i_act {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.nav_phone {
    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) {
    .nav .top {
        height: 60px;
        align-items: center;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    }
    .nav .bottom {
        display: none;
    }
    .nav .r {
        display: none;
    }
    .nav_two {
        display: block;
    }
    .bannerhead .swiper-slide .text_box h4 {
        font-size: 18px;
    }
    .bannerhead .swiper-slide .text_box p {
        font-size: 16px;
    }
    .bannerhead .swiper-slide .text_box a {
        font-size: 14px;
    }
    .bannerhead .swiper-slide .text_box p {
        margin: 15px 0 20px 0 !important;
    }
    .bannerhead {
        margin: 60px 0 0 0;
    }
    .swiper-paginationhead {
        display: none !important;
    }
    .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;
    }
    .foot {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }
    .foot ul {
        margin: 15px 0 0 0 !important;
        justify-content: space-around;
    }
    .foot .news_btn {
        margin: 15px auto;
        display: none;
    }
    .foot .l {
        width: 100%;
    }
    .foot .r {
        padding: 0;
        width: 100%;
        border: none;
    }
    .foot .r dl:nth-child(1) {
        display: none;
    }
    .foot .r dl {
        width: 100%;
    }
    .foot .r dl dd {
        line-height: 1.5;
        justify-content: space-around;
    }
    .foot .r dl dd:last-child {
        display: none;
    }
    .foot_box {
        padding: 20px 0;
    }
    .por {
        padding: 20px 0;
    }
    .por_box a {
        line-height: 1.5;
        font-size: 12px;
    }
    .conainer::before {
        display: none;
    }
    .zjbox dl dt,
    .zjbox dl dd a {
        font-size: 12px !important;
    }
    .cpage_box dd a {
        width: 30px;
        height: 30px;
    }
    .lrbox .l,
    .lrbox .r {
        width: 100%;
    }
    .lr {
        flex-wrap: wrap;
    }
    .lrbox .r {
        padding: 0 0 1.5rem 0;
        border: none;
    }
    .lrbox .l dl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .lrbox .l dl dt {
        width: 100%;
    }
    .lrbox .l {
        padding: 1rem 0;
    }
    .foot .l h4 {
        display: none;
    }
    .foot .r dl {
        margin: 20px 0 0 0;
    }
    .foot {
        text-align: left;
    }
    .por_box a {
        justify-content: start;
        text-align: left;
    }
    .foot .l ul li a {
        font-size: 20px !important;
    }
    .nav_phone {
        position: absolute;
        top: 50%;
        left: 12%;
        transform: translate(-50%, -50%);
        display: block;
        font-size: 30px !important;
        color: #009DDD !important;
    }
    .nav .top {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

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

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

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