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


/* 移动端头部样式 */

.app {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(-135%, -30%);
    width: 10%;
    height: 72px;
    box-sizing: border-box;
    z-index: 980;
}

.app .c1,
.c2,
.c3 {
    width: 34px;
    height: 2px;
    background: #0059BA;
    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: #0059BA;
    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: #0059BA;
    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: #0059BA;
    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 {
    width: 30%;
}

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

.nav .r {
    width: 60%;
}

.nav {
    padding: 0 .25rem;
    height: 80px;
    border-radius: 50px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.nav_box {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 100%;
     transition: all 0.6s;
}

.navfixed {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0);
    /*border-radius: 0;*/
        border-radius: 50px;
    /*overflow: auto;*/
}

.nav_xl {
    top: 0 !important;
    background-color: #fff;
    transform: translate(-50%, 0%);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.6s;
}

.nav .r ul li .nav_act {
    color: #0059BA !important;
}

.nav .r ul li a:hover {
    color: #0059BA !important;
    transition: all 0.6s;
}

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

.nav .r ul li dl {
    position: absolute;
    top: 50%;
    left: 500%;
    transform: translate(-50%, -50%);
    width: 60px;
    background-color: #fff;
    /*display: none;*/
    opacity: 0;
}

.nav .r ul li dl a {
    display: block;
    text-align: center;
    line-height: .45rem;
}

.nav .r ul li dl a:hover {
    background-color: #0059BA;
    color: #fff !important;
}

.nav .r ul li:hover dl {
      left: 50%;
    opacity: 1;
    transition: all 0.6s;
}


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


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

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

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

.bannerhead .swiper-slide .text_box_ny {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #0059BA;
    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_ny h4 {
    -webkit-box-reflect: below 0px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, .05) 70%, rgba(250, 250, 250, 0.3));
    box-reflect: below 0px linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, .05) 70%, rgba(250, 250, 250, 0.3));
}

.bannerhead .swiper-slide .text_box_ny h5 {
    margin: .5rem 0 0 0;
    text-transform: uppercase;
    -webkit-box-reflect: below 0px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, .05) 70%, rgba(250, 250, 250, 0.3));
    box-reflect: below 0px linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, .05) 70%, rgba(250, 250, 250, 0.3));
    /* -webkit-transform: skewX(15deg); */
    /* -moz-transform: skewX(-15deg); */
    /* transform: skewX(-15deg); */
}

.bannerhead .swiper-slide .text_box img:nth-child(1) {
    display: block;
    width: 5.45rem;
}

.bannerhead .swiper-slide .text_box img:nth-child(2) {
    display: block;
    margin: .375rem 0 .75rem 0;
    width: 9.4875rem;
}

.bannerhead .swiper-slide .text_box a {
    display: block;
    padding: .1875rem .25rem;
    box-sizing: border-box;
    width: 3rem;
    text-align: center;
    color: #fff !important;
    background-color: #0059BA;
    border-radius: 20px 0 20px 0;
}

.bannerhead .swiper-slide .text_box a i {
    margin: 0 0 0 5px;
}


/* foot */

.foot .l {
    width: 80%;
}

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

.foot .l ul {
    flex-wrap: wrap;
}

.foot .l ul li {
    line-height: .45rem;
    width: 33%;
}

.foot .r .p_box {
    width: 100px;
    height: 100px;
}

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

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

.foot_box {
    background-color: #DDDDDD;
}

.foot_box .por {
    padding: 15px 0;
    box-sizing: border-box;
    text-align: center;
}

.foot_box .por a {
    display: block;
}

.zj dl dt i {
    color: #0059BA;
    font-size: 20px;
}

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

.zj dl dt,
.zj dl dd,
.zj dl dd a {
    white-space: nowrap;
}

.zj dl {
    overflow-y: scroll;
}

.zj dl dd::after {
    content: "——";
    margin: 0 5px;
}

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

.zj_box {
    padding: 15px 0;
    box-sizing: border-box;
}

.zj_act {
    font-size: 20px;
    color: #0059BA !important;
}

.zj ul li {
    margin: 0 .25rem;
}

.zj ul li:last-child {
    margin: 0;
}

.zj_box {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.skip_box a {
    display: block;
    margin: 0 .5rem;
    padding: .0625rem .25rem;
    border: 1px solid #000;
    border-radius: 10px;
}

.skip_box a:hover {
    color: #fff !important;
    background-color: #0059BA;
    transition: all 0.6s;
}

.product_center .l {
    width: 20%;
    line-height: .45rem;
}

.product_center .r {
    padding: 0 0 0 .625rem;
    width: 80%;
    border-left: 1px solid #B5B5B5;
    box-sizing: border-box;
}

.product_center_box {
    padding: .75rem 0;
    box-sizing: border-box;
}

.product_center .l dl dt {
    position: relative;
    margin: 0 0 .5rem 0;
    color: #0059BA;
    display: flex;
    flex-wrap: wrap;
}

.product_center .l dl dt h4,
.product_center .l dl dt h5 {
    width: 100%;
}

.product_center .l dl dt::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 150%;
    width: 90px;
    height: 1px;
    background-color: #B5B5B5;
}

.product_center .l dl dt h4 {
    margin: 0 5px 0 0;
    white-space: nowrap;
}

.product_center .l dl dd {
    margin: 0 0 .1875rem 0;
}

.product_center .l dl dd ul li {
    margin: 0 0 .125rem .1875rem;
}

.product_center .l dl dd a:hover {
    color: #0059BA !important;
    transition: all 0.6s;
}

.product_center .l dl {
    margin: 0 0 .75rem 0;
    font-size: 14px !important;
}

.product_center .l dl:nth-child(2) dd,
.product_center .l dl:nth-child(3) dd {
    position: relative;
}

.product_center .l dl:nth-child(1) dd a,
.product_center .l dl:nth-child(1) dd ul li a {
    position: relative;
    display: block;
}

.product_center .l dl:nth-child(1) dd a::after,
.product_center .l dl:nth-child(1) dd ul li a::after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background-color: #B5B5B5;
    border-radius: 50px;
}

.product_center .l dl:nth-child(2) dd::after,
.product_center .l dl:nth-child(3) dd::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 110%;
    width: 90px;
    height: 1px;
    background-color: #B5B5B5;
}

.product_center .l dl:nth-child(1) dd .l_act,
.product_center .l dl:nth-child(1) dd ul li .l_act {
    color: #0059BA !important;
}

.product_center .l dl:nth-child(1) dd .l_act::after,
.product_center .l dl:nth-child(1) dd ul li .l_act::after {
    left: 97.5%;
    width: 20px;
    background-color: #0059BA;
}

.product_center .l dl:nth-child(1) dd a:hover::after,
.product_center .l dl:nth-child(1) dd ul li a:hover::after {
    left: 97.5%;
    width: 20px;
    background-color: #0059BA;
    transition: all 0.6s;
}

.product_center .l dl:nth-child(1) dd>a {
    font-weight: bold !important;
}


/* .product_center .l dl:nth-child(2) dd>a,
.product_center .l dl:nth-child(3) dd>a {
    font-weight: ;
} */

.zyqh {
    display: none !important;
    font-size: 16px;
}

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

@media screen and (max-width: 1600px) {
    .product_center .l dl dt h4 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1440px) {
        .product_center .l dl dt h4 {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1366px) {
    .product_center .l dl dt {
        align-items: center;
    }
}

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

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

@media screen and (max-width: 980px) {
    
    .bannerhead {
    margin: 60px 0 0 0 !important;
}
    
    .zj .r {
    /*width: 100%;*/
    margin: 15px 0 0 0 ;
}
    
    .zj dl dd a {
        font-size: 12px;
    }
    
    .nav .l img {
        width: 125% !important;
    }
    
    
    .zyqh {
        position: relative;
        display: block !important;
        font-size: 24px !important;
        z-index: 990;
    }
    .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 .r {
        display: none;
    }
    .nav_two {
        display: block;
    }
    .nav {
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0);
        height: 60px;
    }
    .nav_box {
        background-color: #fff;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }
    .nav .l {
        width: 30%;
    }
    .foot .l,
    .foot .r {
        width: 100%;
    }
    .foot {
        flex-wrap: wrap;
    }
    .foot .r .p_box {
        margin: 0 auto;
    }
    .foot .l ul li {
        margin: 0 0 10px 0;
        line-height: 1.5;
    }
    .foot .l img {
        margin: 0 auto 15px auto;
    }
    .zj .l,
    .zj .r {
        width: 100%;
    }
    .zj {
        flex-wrap: wrap;
    }
    .zj .r ul {
        justify-content: center;
    }
    .por {
        line-height: 1.5;
    }
    .nav_box {
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    }
    .product_center .l,
    .product_center .r {
        width: 100%;
    }
    .product_center {
        flex-wrap: wrap;
    }
    .product_center .r {
        padding: 0;
        border: none;
    }
    .product_center .l {
        line-height: 1.5;
    }
    .product_center .l dl:nth-child(2) dd::after,
    .product_center .l dl:nth-child(3) dd::after {
        top: 100%;
    }
    .product_center .l dl dt::after {
        top: 100%;
    }
    
     /*.foot .l ul {*/
     /*    width: 49%;*/
     /*}*/
     
     /*   .foot .l {*/
     /*       flex-wrap: wrap !important;*/
     /*   }*/
     
     .foot .l ul li {
         width: 45%;
     }
}

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

@media screen and (max-width: 640px) {
    
    .six_content_box .content ul li a .p_box {
        height: 200px;
    }
    .app {
        right: 8%;
    }
    
    .nav .l {
        width: 50%;
    }
    .foot .l img {
        width: 60%;
    }
}

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