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: #4EAEEA;
    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: #4EAEEA;
    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: #4EAEEA;
    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: #4EAEEA;
    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: #4EAEEA;
    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 .r {
    width: 20%;
}

.nav .top .r a {
    margin: 0 0 0 .1875rem;
    color: #4EAEEA !important;
}

.nav .top {
    padding: 0 10%;
    box-sizing: border-box;
    height: 60px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.nav .bottom {

    padding: 0 10%;
    box-sizing: border-box;

    height: 40px;
}

.nav .bottom .r {
    width: 20%;
}

.nav .bottom .r input {
    margin: 0 0 0 .1875rem;
    border: 1px solid #000;
    border-radius: 2px;
}

.nav .bottom .l {
    width: 55%;
}

.nav .bottom .l ul {
    font-size: 16px;
}

.nav .bottom .l ul li {
    width: 100%;
}

.nav .bottom .l ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-right: 1px solid #F0F0F0;
    color: #4EAEEA !important;
}

.nav .bottom .l ul li a:hover {
    background-color: #E5E5E5;
    transition: all 0.6s;
}

.nav .bottom .l ul li .nav_act {
    background-color: #E5E5E5;
}

.nav .bottom .l ul li:first-child a {
    border-left: 1px solid #F0F0F0;
}

.nav .bottom .r input {
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
}


.nav .bottom .r button {
    margin: 0 0 0 5px;
    width: .8125rem;
    height: .375rem;
    color: #fff;
    background-color: #4EAEEA;
    border-radius: 5px;
    border: none;
    outline: none;
}

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

.bannerhead .swiper-slide {
    position: relative;
    z-index: 1;

}

.bannerhead .swiper-slide-active {
    position: relative;
    z-index: 990;
}

.bannerhead .swiper-slide .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    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;
}

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

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

.bannerhead .swiper-slide .text_box h5 {
    margin: .375rem 0 0 0;
    font-size: .25rem;
}

.bannerhead .swiper-slide .text_box a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff !important;
    background-color: #4EAEEA;
    margin: .5rem 0 0 0;
    width: 1.9375rem;
    height: .375rem;
    border-radius: 50px;
}

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

.foot .l {
    width: 70%;
    line-height: .45rem;
}

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

.foot_box {
    background-color: #EEEEEE;
}

.foot .r {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.por_box {
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #1B1B1B;
}

.por a {
    display: block;
    color: #fff !important;
    text-align: center;
}

.pub_box .l {
    width: 20%;
}

.pub_box .l dl dt {
    margin: 0 0 10px 0;
    padding: 5px;
    box-sizing: border-box;
    background-color: #4EAEEA;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.pub_box .l dl dt>div {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.pub_box .l dl dt div .p_box {
    position: relative;
}

.pub_box .l dl dt div .p_box .jt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pub_box .l dl dd>a {
    display: flex;
    padding: .1875rem;
    box-sizing: border-box;
    border-top: 1px dashed #E5E5E5;
}

.pub_box .l dl dd>a {
    line-height: 1.3;
}

.pub_box .l dl dd:last-child>a {
    font-size: 14px;
    border-bottom: 1px dashed #E5E5E5;
}

.pub_box .r {
    width: 75%;
}

.pub_box {
    padding: .5rem 0 1rem 0;
}

.zj_box {
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #F2F2F2;
}

.zj_box dl dd::after {
    content: ">";
    margin: 0 3px;
}

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

.zj_box dl dd a:hover {
    color: #4EAEEA !important;
    transition: all 0.6s;
}

.zj_box dl dt {
    white-space: nowrap;
}

.zj_box dl a {
    white-space: nowrap;
}

.zj_box dl {
    max-width: 100%;
    overflow: scroll;
}


.pub_box .l dl dd:last-child>a img {
    margin: 0 15px 0 0 !important;
}

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

.bannerhead {
    margin: 100px 0 0 0 !important;
}

.nav .bottom .r button {
    white-space: nowrap;
}

@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) {

    .bannerhead .swiper-slide .text_box h5 {
        margin: 0 !important;
    }

    .container {
        width: 90%;
    }

    .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 .bottom {
        display: none;
    }

    .nav .top .r {
        display: none;
    }

    .nav_two {
        display: block;
    }

    .nav .top .l img:nth-child(1) {
        margin: 0 5px 0 0 !important;
        width: 69px !important;
        height: 17px !important;
    }

    .nav .top .l img:nth-child(2) {
        width: 71px !important;
        height: 17px !important;
    }

    .foot .l {
        line-height: 1.5;
    }

    .foot .l,
    .foot .r {
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .foot .l dl:nth-child(1),
    .foot .l dl:nth-child(2) {
        display: none;
    }

    .foot {
        flex-wrap: wrap;
    }

    .foot .r img:nth-child(1) {
        margin: 10px 0 !important;
        width: 94px !important;
        height: 22px !important;
    }

    .foot .r img:nth-child(2) {
        width: 100px !important;
        height: 100px !important;
    }

    .pub_box .l,
    .pub_box .r {
        width: 100%;
    }

    .pub_box {
        flex-wrap: wrap;
    }

    .contlist dd:nth-child(2) a .p_box img {
        width: 12px !important;
        height: 14px !important;
    }

    .contlist dd:nth-child(3) a .p_box img {
        width: 15px !important;
        height: 11px !important;
    }

    .contlist dd:nth-child(4) a .p_box img {
        width: 15px !important;
        height: 17px !important;
    }

    .pub_box .l,
    .pub_box .r {
        line-height: 1.5;
    }

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

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

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

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

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