body {
    line-height: .45rem;
    font-weight: 400 !important;
}

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: #018E9F;
    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;

    display: none;
}

.conainer ul li a .fa {
    color: #018E9F;
    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: #018E9F;
    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: #018E9F;
    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: 0 20%;
    box-sizing: border-box;
    background-color: #018E9F;
    width: 100%;
    height: 70px;
}

.nav .top .l>a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #018E9F !important;
    font-size: 16px !important;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    box-sizing: border-box;
}

.nav .top .l>div {
    margin: 0 1rem 0 0;
}

.nav .top .l>div img {
    display: block;
    margin: 0 10px 0 0;
}

.nav .top .l>div p {
    color: #fff;
}

.nav .top .r input {
    width: 285px;
    padding: 10px 50px 10px 25px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 50px;
    border: none;
}

.nav .top .r form {
    position: relative;
}

.nav .top .r form button {
    position: absolute;
    top: 55%;
    left: 90%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255);
    border: none;
}

.nav .top .r a {
    display: block;
}

.nav .top .r a img {
    display: block;
    margin: 0 0 0 20px;
    width: 40px;
    height: 40px;
}

.nav .bottom {
    padding: 0 20%;
    box-sizing: border-box;
    background: rgba(49, 49, 49, 0.6);
    box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.2);
}

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

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

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

.nav .bottom .r>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    text-align: center;
    color: #fff !important;
    border-bottom: 8px solid rgba(0, 0, 0, 0);

}

.nav .bottom .r>ul>li {
    position: relative;
    width: 100%;
}

#product_list dd:hover .product_item_list {
    display: block;
}

#product_list dd:hover a i {
    transform: rotate(90deg);
    transition: all 0.6s;
}

.xlkbox {
    position: absolute;
    top: 108px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 300px;
    height: 300px;
    overflow: scroll;
}

/* 滚动框的设置 */

#ser_list::-webkit-scrollbar {
    width: 6px;
    height: 100%;
    /* background-color: hsl(230deg, 7%, 61%); */
    background-color: #fff;
    display: none;
}


/* 滚动条的设置 */

#ser_list::-webkit-scrollbar-thumb {
    border: 1px solid rgba(255, 255, 255);
    background-color: #018E9F;
    border-radius: 15px;
    box-sizing: border-box;
    display: none;
}

#product_list::-webkit-scrollbar {
    width: 6px;
    height: 100%;
    /* background-color: hsl(230deg, 7%, 61%); */
    background-color: rgba(0, 0, 0, 0);
    /* display: none; */
}

#product_list::-webkit-scrollbar-thumb {
    border: 1px solid rgba(255, 255, 255);
    background-color: #018E9F;
    border-radius: 15px;
    box-sizing: border-box;
    /* display: none; */
}

.product_item_list {
    display: none;
}

.product_item_act {
    display: block;
}

.xlkbox {
    display: none;
}

.xlkbox dl dd>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .125rem .25rem;
    box-sizing: border-box;
    text-align: center;
    color: #fff !important;
    background-color: rgba(49, 49, 49, 0.6);
}

.xlkbox a:hover {
    background-color: #018E9F;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    transition: all 0.6s;
}

#ser_list dl dd>a {
    justify-content: center;
}

.product_item_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .125rem .25rem;
    box-sizing: border-box;
    text-align: center;
    color: #fff !important;
    background-color: rgba(49, 49, 49, 0.6);
}

.nav .bottom .r>ul>li>a:hover {
    color: #018E9F !important;
    border-bottom: 8px solid #018E9F;
    transition: all 0.6s;
}


.nav .bottom .r>ul>li .nav_act {
    color: #018E9F !important;
    border-bottom: 8px solid #018E9F;
}

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

.bannerhead .p_box>img {
    display: block;
    width: 100%;
    animation: zoomInOut 60s infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    /* 最大放大到1.5倍 */
    100% {
        transform: scale(1);
    }
}

.foot_box {
    padding: .625rem 0 .75rem 0;
    box-sizing: border-box;
    background-image: url(../image/首页/沉底/组\ 458@1x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* min-height: 490px; */
}

.foot .l ul li {
    display: flex;
    color: #fff;
}

.foot .l,
.foot .r {
    width: 50%;
}


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

.foot .l img {
    display: block;
    margin: 0 0 .5rem 0;
    width: 2.875rem;
}

.foot .l ul {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: 100%;
}

.foot .l ul li {
    margin: 0 0 10px 0;
}

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

.foot .r dl {
    position: relative;
    z-index: 3;
}

.foot .r ul li a,
.foot .r ul li a img {
    display: block;
}

.foot .r ul li a img {
    margin: 0 10px;
}

.foot .r dl dt {
    margin: 0 0 .3125rem 0;
    font-weight: bold;
}

.foot .r dl dd {
    margin: 0 0 .1875rem 0;
}

.foot .r dl dd:last-child {
    margin: 0;
}

.por_box {
    /* padding: .375rem 0;
    box-sizing: border-box; */
    background-color: #018E9F;
}

.por {
    height: 80px;
}

.por>a {
    font-family: Source Han Sans, Source Han Sans !important;
}

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

.por ul {
    width: 50%;
}

.bannerhead .p_box {
    position: relative;
}

.bannerhead .text_box {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 1.5;
}

.ny h4 {
    margin: 2.5rem 0 0 0;
}

.bannerhead .text_box h6 {
    font-weight: 400;
}

.bannerhead .text_box h4 p {
    display: inline;
}

.bannerhead .text_box a {
    position: relative;
    margin: .5rem 0 0 0;
    padding: .25rem 0;
    box-sizing: border-box;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
    overflow: hidden;
}

.bannerhead .text_box a::after {
    content: " ";
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    z-index: 1;
}

.bannerhead .text_box a::before {
    content: " ";
    position: absolute;
    top: 96%;
    left: -100%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 3px;
    background: #018E9F;
    border-radius: 0px 0px 0px 0px;
    z-index: 2;
}

.bannerhead .text_box a:hover::before {
    left: 50%;
    transition: all 1s;
}

.skip_page a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    min-height: 35px;
    background-color: #79c0c9;
    color: #fff !important;
    border-radius: 4px 4px 4px 4px;
}

.skip_page dt {
    margin: 0 .1875rem 0 0;
}

.skip_page dt a {
    padding: 0 .125rem;
    box-sizing: border-box;
}

.skip_page dd {
    margin: 0 1.5px;
}

.skip_page dd:last-child a {
    padding: 0 .125rem;
    box-sizing: border-box;
}

.skip_page a:hover {
    background-color: #018E9F;
    transition: all 0.6s;
}

.skip_page .skip_act {
    background-color: #018E9F !important;
}

.totop_a {
    position: fixed;
    right: 0;
    bottom: 2.5rem;
    width: 80px;
    height: 80px;
    z-index: 998;
}

.yd_nbox {
    display: none;
}

.caidan_box {
    display: none;
}

.yd_fnybox {
    display: none;
}

.nav .top .r {
    position: relative;
}

.nav .top .r ul {
    position: absolute;
    top: -15px;
    right: -9%;
    width: 100px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    opacity: 0;
    height: 175px;
    /* background-color: #fff !important; */
    z-index: 999;
}

.nav .top .r ul:hover {
    opacity: 1;
    transition: all 0.6s;
}

.nav .top .r ul a {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    text-align: center;
    width: 100%;
    height: 35px;
    background-color: #fff !important;
}

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

.nav .top .r ul a:hover {
    color: #fff !important;
    background-color: #018E9F !important;
    border: 2px solid #fff;
    box-sizing: border-box;
    transition: all 0.6s;
}

/* .yyqh {
    display: none;
} */

.cdlxfsbox li {
    position: relative;
}

.xfpbox {
    position: absolute;
    top: -150%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    /* display: none; */
    opacity: 0;
}


.cdlxfsbox li:hover .xfpbox {
    /*position: relative;*/
    z-index: 5;
    /* display: block; */
    opacity: 1;
    transition: all 0.6s;
}

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

#nav_ssk {
    position: static;
}

#nav_ssk_two {
    padding: .1875rem 10%;
    width: 100%;
    background-color: rgba(1, 142, 159, 0.5);
    box-sizing: border-box;
    display: none;
}

#nav_ssk_two input {
    padding: .25rem;
    width: 70% !important;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    font-size: 14px !important;
}

#nav_ssk_two div p {
    color: #fff;
    font-size: .375rem;
}

#nav_ssk_two button {
    padding: .1875rem;
    /* width: 10%; */
    height: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    white-space: nowrap;
    background-color: #fff;
}

#nav_ssk_two i {
    font-size: 30px;
}

.phone_box span {
    display: inline-block;
}

#nav_ssk_two {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

#nav_ssk_two button {
    font-size: 16px;
    border-radius: 5px;
}

.foot .r ul li a,
.foot .r ul li a img {
    font-size: 40px;
    color: #fff !important;
}

#yyqh a img {
    display: block;
    margin: 0 10px !important;
    width: 20px !important;
    height: auto;
}

.flag-icon {
    display: none !important;
}

.px-3,
.py-2 {
    padding: 0 !important;
}

#selectorArrow {
    font-size: 20px !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) {}

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

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

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

    .yyqh_btn {
        position: relative;
    }

    .yyqh {
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        background-color: #fff;
        display: none;
    }

    .yyqh li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
        box-sizing: border-box;
    }

    .skip_page dt a {
        white-space: nowrap;
    }

    .yd_fny>.container {
        /* width: 100% !important; */
        background-color: #fff;
        /* margin: 0; */
    }

    .yd_fnybox {
        display: block;
    }

    .yd_fny .ass {
        display: block;
        width: 100%;
        text-align: center;
        text-decoration: underline !important;
    }

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

    .nfnybox {
        text-align: center;
        color: #018E9F;
    }

    .nfnybox h4 {
        font-size: 18px !important;
    }

    .nfnybox a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nfnybox a .p_box {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(1, 142, 159, 0.5);
        width: 35px;
        height: 35px;
    }

    .nfnybox a p {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #018E9F;
        color: #fff;
        padding: 0 .5rem;
        box-sizing: border-box;
        height: 35px;
    }

    .foot_box {
        display: none;
    }

    .por_box {
        display: none;
    }

    .totop_a {
        display: none !important;
    }

    .bannerhead .ny h6 {
        display: none;
    }

    .ny h4 {
        margin: 0;
        text-align: center;
    }

    .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;
    }

    body {
        line-height: 1.5;
    }

    .nav {
        display: none;
    }

    /* .bannerhead .text_box {
        padding: 10% 10% 0 10%;
    } */

    .bannerhead .text_box h4 {
        font-size: 20px !important;
    }

    .bannerhead .text_box h4 p {
        color: #fff !important;
        font-size: 20px !important;
    }

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

    .yd_n {
        width: 100%;
        height: 60px;
    }

    .yd_n .l {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .yd_n .l img {
        display: block;
        margin: 0 .1875rem 0 0;
        width: 25px;
        height: 25px;
    }

    .yd_n .l a:last-child img {
        width: 30px;
        height: 30px;
    }

    .yd_n .r img {
        display: block;
        width: 90px;
        height: auto;
    }

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

    .bannerhead .text_box a {
        width: 45%;
    }

    .caidan_box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* display: block; */
        background-color: #fff;
        z-index: 999;
    }

    .caidan {
        width: 100%;
        height: 100%;
    }

    .caidan .l {
        padding: 10px 35px 30px 35px;
        box-sizing: border-box;
        background-color: #018E9F;
        width: 65%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .caidan .r {
        padding: 10px 20px 20px 20px;
        box-sizing: border-box;
        width: 35%;
    }

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

    .caidan .l ul li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff !important;
        padding: 10px 0;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
    }

    .caidan .l ul li a p {
        font-size: 16px !important;
    }

    .caidan .l ul li:last-child a {
        border: none;
    }

    .caidan .l ul li dl {
        padding: 0 15px;
        box-sizing: border-box;
        display: none;
    }

    .lxfsbtmbox p {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 10px 0 0 0 !important;
        color: #fff;
    }

    .lxfsbtmbox p img {
        margin: 0 10px 0 0;
    }

    .i_act {
        transform: rotate(90deg);
        transition: all 0.6s;
    }
}

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

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

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