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: #2684FF;
    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: #2684FF;
    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: #2684FF;
    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: #2684FF;
    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 .l img {
    display: block;
    width: 1.7625rem;
    height: .6625rem;
}

.nav .l {
    margin: 0 .7rem 0 0;
}

/*.nav .r {*/
/*    width: 100%;*/
/*}*/


.nav  {
    justify-content: space-between;
}

.nav .r ul li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .45rem;
    box-sizing: border-box;
    height: 80px;
}

.nav_act {
    border-bottom: 1px solid #2684FF;
    color: #2684FF !important;
    background: linear-gradient(#fff, rgba(0, 0, 0, 0.2));
}

.nav .r ul li>a:hover {
    border-bottom: 1px solid #2684FF;
    color: #2684FF !important;
    background: linear-gradient(#fff, rgba(0, 0, 0, 0.2));
}

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

.nav .r ul li dl {
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translate(-50%, 0%);
    padding: .125rem;
    box-sizing: border-box;
    background-color: rgba(38, 132, 255, 0.8);
    width: 100%;
    border-radius: 20px;
    /*opacity: 0;*/
    display: none;
}

.nav .r ul li #pslist  {
    left: 0%;
    transform: translate(0%, 0%);
    width: 230px;
}

/*.nav .r ul li:hover dl {*/
/*    top: 80px;*/
/*    opacity: 1;*/
/*    transition: all 0.6s;*/
/*}*/

.wap-nav dl dd ul {
    display: none;
}


.nav .r ul li dl dd {
    display: flex;
    align-items: center;
    line-height: .45rem;
}


.nav .r ul li dl dd a {
    color: #fff !important;
}

.nav .r ul li dl dd::before {
    content: " ";
    display: block;
    margin: 0 .1875rem 0 0;
    min-width: 6px !important;
    height: 6px !important;
    background-color: #fff;
    border-radius: 50px;
}

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

/* bannerhead */
.bannerhead {
    margin: 80px 0 0 0;
}

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

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

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

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}


.bannerhead .swiper-slide .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    animation: ydtext 2s infinite;
    animation-iteration-count: 1;
    o-animation: ydtext 3s linear infinite;
}

.bannerhead .swiper-slide .text_box h5 {
    margin: .5rem 0 .625rem 0;
}

.bannerhead .swiper-slide .text_box a {
    display: block;
    margin: 0 auto;
    padding: .1875rem 0;
    box-sizing: border-box;
    width: 50%;
    color: #fff !important;
    background: linear-gradient(#3D96F4, #25C9FE);
    border-radius: 50px;
}

.bannerhead .swiper-slide .text_box a:hover {
    background: linear-gradient(#25C9FE, #3D96F4);
    transition: all 0.6s;
}

.bannerhead {
    position: relative;
}

.swiper-paginationhead {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.bannerhead .swiper-pagination-bullet {
    margin: 0 5px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}

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

/* foot */
.foot .l,
.foot .r {
    width: 15%;
}

.foot .r {
    display: flex;
    flex-direction: column;
    align-content: center;
    /*justify-content: center;*/
}


.foot .m dl dt {
    font-size: .3rem;
}

.foot .m dl dd {
    font-size: .225rem;
}

.foot_box {
    padding: 1rem 0 0 0;
    box-sizing: border-box;
    background-image: url(../image/图层\ 3@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.foot .l img {
    display: block;
    margin: 0 0 1rem 0;
    width: 2.625rem;
    height: .9875rem;
}

.foot .l dl dd {
    margin: 0 0 .375rem 0;
}

.foot dl dt {
    margin: 0 0 .4rem 0;
    font-weight: bold;
    color: #FAC140;
}

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

.foot .r dd .p_box {
    display: block;
    width: 1.975rem;
    height: 1.975rem;
    background-color: #fff;
}

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

.foot .r dd {
    margin: 0 0 .375rem 0;
}

.foot {
    line-height: .45rem;
}

.foot .m {
    width: 65%;
}

.foot .m img {
    display: block;
    width: 5px;
    /* height: 80%; */
}

.por_box {
    margin: .75rem 0 0 0;
    border-top: 2px solid #fff;
    padding: .625rem 0;
    box-sizing: border-box;
    text-align: center;
}

.por_box a {
    display: block;
    color: #fff !important;
}

.appNameSelect {
    font-size: 16px;
}

select {
    font-size: .2rem;
    border-radius: 50px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    /*background: linear-gradient(#3D96F4, #25C9FE);*/
}

select option {
    color: #000;
}

.unit_box {
    position: relative;
    margin: 0 auto;
    padding: .375rem 0;
    box-sizing: border-box;
    width: 50%;
    background-color: #fff;
    transform: translate(0%, -50%);
    z-index: 1;
    border-radius: 10px;
}

.unit_box ul li a:hover {
    color: #2684FF !important;
    transition: all 0.6s;
}

.unit_box ul li .unit_act {
    color: #2684FF !important;
}

.zj_box {
    padding: .1875rem 0;
    box-sizing: border-box;
}

.zj dl dt {
    margin: 0 10px 0 0;
}

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

.zj dl dd:last-child::after {
    content: " ";
}

.zj dl dd a:hover {
    color: #2684FF !important;
    transition: all 0.6s;
}

.chagepage_box {
    margin: 1rem 0 1.5rem 0;
}

.changepage ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .1875rem;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 10px;
}

.changepage ul li:first-child a,
.changepage ul li:last-child a {
    width: 90px;
}

.changepage ul li a:hover {
    color: #fff !important;
    background-color: #2684FF;
    transition: all 0.6s;
}

.changepage ul li .a_act {
    color: #fff !important;
    background-color: #2684FF;
}

.bk_content .l dl dd img {
    display: block;

    width: 18px;
    height: 18px;
}

.bk_content .l dl dd a {
    display: flex;
    align-items: center;
}

.bk_content .l {
    width: 22%;
    line-height: .45rem;
}

.bk_content .r {
    margin: 1rem 0 0 0;
    width: 73%;
    line-height: .45rem;
}

.bk_content .l dl {
    padding: 0 0 .5rem 0;
    background-color: #2684FF;
    border-radius: 30px;
}

.bk_content .l dl dd a {
    display: flex;
    align-items: center;
    padding: .3125rem .5rem;
    background-color: #fff;
}

.bk_content .l dl dt {
    padding: .3125rem .5rem;
    box-sizing: border-box;
    color: #fff;
}

.bk_content .l dl dd a:hover {
    color: #fff !important;
    background-color: #2684FF;
    transition: all 0.6s;
}

.bk_content .l dl dd .xfimg {
    display: none;
}

.bk_content .l dl dd a:hover .ylimg {
    display: none;
}


.bk_content .l dl dd a:hover .xfimg {
    display: block;
}

.bk_content .l dl {
    margin: 0 0 1rem 0;
}

.bk_content .l dl dd a .p_box i {
    color: #2684FF;
    border-radius: 50px;
    font-size: 16px;
}

.bk_content .l dl dd a .p_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .25rem 0 0;
}

.bk_content .l dl dd a:hover .p_box i {
    color: #fff;
    transition: all 0.6s;
}

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

.bk_content .r p {
    line-height: .45rem;
    margin: .5rem 0 !important;
}


p img {
    display: block;
    width: 100%;
}

.nav .l .yd_nav_logo {
    display: none;
}

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

.wap-nav dl dd a i {
    transition: all 0.6s;
}

p img {
    display: block !important;
    width: 100% !important;
    }


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

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

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

@media screen and (max-width: 1366px) {
    .foot .m img {
        height: 80%;
    }

    .por_box {
        margin: 0;
    }
}

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

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

@media screen and (max-width: 980px) {
    
    .foot .l dl {
        /*display: none;*/
        text-align: center;
    }
    
    .foot .l {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
    }
    
    .foot .r dd {
        line-height: 1.5;
    }
    
    .foot .l, .foot .r {
        width: 100%;
    }
    
       .foot  {
           flex-wrap: wrap;
       }
       

    
    .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 .l img {
        width: 72px;
        height: 27px;
    }

    .nav .r {
        display: none;
    }

    .nav_two {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
    }

    .app {
        /* display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; */
        width: 100px;
        height: 60px;
    }

    .app .c1,
    .c2,
    .c3 {
        color: #2684FF;
    }

    .nav {
        height: 60px;
    }

    .bannerhead {
        margin: 60px 0 0 0;
    }

    .bannerhead .swiper-slide .text_box {
        line-height: 1.5;
    }

    .bannerhead .swiper-slide .text_box h4 {
        font-size: 14px;
    }

    .bannerhead .swiper-slide .text_box a {
        font-size: 12px !important;
    }

    .bannerhead .swiper-slide .text_box h5 {
        font-size: 12px !important;
    }

    .swiper-paginationhead {
        display: none;
    }

    .nav_box {
        background-color: #12242E;
    }

    .nav .l .yd_nav_logo {
        display: block;
    }

    .nav .l .nav_logo {
        display: none;
    }
    .nav {
        justify-content: space-between;
    }

    .nav_box .container {
        width: 100%;
        margin: 0;
        padding: 0 0 0 10%;
        box-sizing: border-box;
    }

    .nav_two {
        background-color: #2684FF;
    }

    .app {
           transform: translate(0%, 15%); 
    }

    .foot .m {
        display: none;
    }

    .foot .r dd .p_box {
        margin: 10px 0;
        width: 60px;
        height: 60px;
    }

    .foot .l img {
        width: 72px;
        height: 27px;
    }

    .foot .l {
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 1.5;
        width: 71%;
    }

    .foot .l dl {
        width: 50%;
    }

    .por_box {
        line-height: 1.5;
    }

    .text_box_ny .p_box {
        display: none;
    }

    .bk_content .l {
        display: none;
    }

    .bk_content .r {
        width: 100%;
    }

    .bk_content .r p {
        line-height: 1.5;
    }

    .unit_box {
        display: none;
    }

    .foot .l dl,
    .foot .l dl dt,
    .foot .l dl dd h4,
    .foot .l dl dd h5    {
        font-size: 14px !important;
    }

  

    .foot dl dt {
        font-size: 14px !important;
    }

    .foot .m {
        line-height: 1.5;
    }
    
           .foot .l {
               width: 100%;
           justify-content: space-between;
       }
       
       .foot .r dl {
           text-align: center;
       }
       
       .foot .r dd .p_box {
           margin: 10px auto;
       }
}

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

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

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