body {
    line-height: 20px;
}

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


/* 移动端头部样式 */

.app {
    position: absolute;
    top: 67% !important;
    right: 15% !important;
    /* transform: translate(-135%, -30%); */
    width: 111px;
    height: 72px;
    box-sizing: border-box;
    z-index: 9;
}

.app .c1,
.c2,
.c3 {
    width: 40px;
    height: 4px;
    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: -15px;*/
/*}*/

.wap-nav dl {
   初始显示状态，透明度为1（完全不透明） 
  opacity: 1;
   过渡效果：透明度变化在0.3秒内完成，过渡曲线为 ease 
  transition: opacity 0.3s ease;
}
 定义淡出后的状态类（可选，也可通过JS直接设置style） 
.wap-nav dl.fade-out {
  opacity: 0;
}

.wap-nav dl {
    height: 0 !important;
  /* 初始状态：隐藏（透明+不可点击） */
  opacity: 0;
  pointer-events: none; /* 隐藏时不响应鼠标事件 */
  /* 过渡动画：透明度+点击状态 0.3秒完成 */
  transition: 
    opacity 0.3s ease,
    pointer-events 0.3s ease; 
}

/* 显示状态类：完全不透明+可点击 */
.wap-nav dl.show {
    height: auto !important;
  opacity: 1;
  pointer-events: auto; /* 显示时允许响应鼠标事件（如移出） */
}

.wap-nav {
    position: absolute;
    display: flex !important;
    align-items: end;
    justify-content: end;
        top: 90%;
    right: 10%;
    width: 100%;
    z-index: 8;
    padding: 1% 6% 0 0;
    box-sizing: border-box;
}

.wap-nav dl {
    /*width: 20%;*/
    background-color: #333F50;
    backdrop-filter: blur(5px) !important;
    /*padding: .5rem 20px;*/
     padding: 15px 25px;
    box-sizing: border-box;
}

.wap-nav dl dd {
    margin: 0;
    width: 100%;
}

.wap-nav dl dd a {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    padding: .1875rem 0;
    width: 100%;
    color: #fff !important;
    /*text-align: center;*/
    font-size: .35rem;
    font-weight: 400;
    /* background-color: rgba(255, 255, 255, 0.1); */
}

/*.wap-nav dl dd .nav_act {*/
    /*font-weight: bold;*/
/*    width: 80%;*/
/*    margin: 0 auto;*/
/*    background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5749) 47%, rgba(255,255,255,0) 100%);*/
/*}*/

.wap-nav dl dd .nav_act::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin: 0 1.125rem;
    /* 通过边框实现三角形效果 */
    border-top: 10px solid transparent;
    /* 上边框，高度为总高度的一半 */
    border-bottom: 10px solid transparent;
    /* 下边框，高度为总高度的一半 */
    border-left: 25px solid #FF0000;
    display: none;
}

.wap-nav dl dd .nav_act::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    margin: 0 1.125rem;
    /* 边框设置 */
    border-top: 10px solid transparent;
    /* 上边框透明，高度为总高度的一半 */
    border-bottom: 10px solid transparent;
    /* 下边框透明，高度为总高度的一半 */
    border-right: 25px solid #FF0000;
    display: none;
}

.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: #333F50;
    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: #333F50;
    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: #333F50;
    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 {
    background-color: #fff;
}

/*.nav .top,*/
/*.nav .bottom {*/
/*    height: 160px;*/
/*    over*/
/*}*/

.nav .top .l {
    width: 30%;
}
.nav .top .r {
    width: 45%;
}

.nav .top .r p {
    font-size: .3rem !important;
}

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

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

.nav .top .r p {
    margin: 5px 0 !important;
}

.nav .top {
    padding: .4375rem 0;
    box-sizing: border-box;
}

.nav .bottom {
    position: relative;
    background: #333F50;
    /*padding: .1875rem 0;*/
    box-sizing: border-box;
}

.nav .botom_box {
    position: relative;
    font-size:     .380rem;
    height: 160px;
    line-height: 1.5;
}

.nav .bottom img {
    height: 160px;
}

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

.nav .botom_box .l,
.nav .botom_box .r {
    width: 48%;
    color: #fff;
}

.poa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.nav .botom_box .l p {
    margin: 5px 0 !important;
    white-space: nowrap;
}

.nav .botom_box .r p {
    margin: 5px 0 0 0 !important;
    text-align: center;
}

.nav .botom_box .r p:nth-child(2) {
    text-indent: 1rem;
}

.foot_box {
    margin: .5rem 0 0 0;
    padding: .875rem 0;
    box-sizing: border-box;
    background: #333F50;
    color: #fff;
}

.foot .line_box img {
    margin: 0 .25rem 0 0;
    display: block;
    width: 69px;
    height: 63px;
}

.foot .tit {
    margin: 0 0 .25rem 0;
}

.por_box {
    padding: 5px 0;
    box-sizing: border-box;
}

.nav_two {
    display: block !important;
}

.foot .line_box .l,
.foot .line_box .r {
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
}

.foot .line_box {
    padding: 0 !important;
}

.foot_two .l,
.foot_two .m,
.foot_two .r {
    width: 30%;
}

.foot_two .m dl dt {
    text-align: left;
}

/*.foot_two {*/
/*    align-items: end;*/
/*}*/

.foot_two .r img {
    width: 40px;
}

.foot_two_box {
    padding: .575rem 0;
    box-sizing: border-box;
    background: #333F50;
    color: #fff;
}

.foot_two .m dl dt h5 {
    font-weight: 290;
}

.foot_two .l, .foot_two .m, .foot_two .r {
    text-align: center;
}

.foot_two .r .line_box {
    display: flex;
    justify-content: end;
    align-items: end;
}

.foot_two .r .line_box>div {
    justify-content: end;
    /*margin: 0 0 10px 0;*/
}

.foot_two .r .line_box>div p {
    text-align: right;
}

.foot_two .r .line_box>div {
    align-items: center !important;
}

.otext h4,
.otext h5 {
    font-weight: bolder;
}

.foot_two .r .line_box {
    margin: 0;
}

.toptit {
    display: flex;
    align-items: center;
    justify-content: end;
}

.foot_two .r {
    display: flex;
    text-align: end ;
}

.toptit i {
    
    font-size: .35rem;
}

    .foot_two .m dl dd {
        margin: 10px 0 0 0 !important;
    }
    
       .foot_two .r img {
           margin: 10px;
       }
       
       .por_box .container {
           width: 900px;
       }

.por a {
    
        font-size: 12px !important;
    }
    

@media screen and (max-width: 1680px) {
    .app {
        right: 18% !important;
    }
}

@media screen and (max-width: 1600px) {
    .app {
        right: 15% !important;
    }
}

@media screen and (max-width: 1440px) {
  .app {
    position: absolute;
    top: 67% !important;
    right: 185px !important;
    /* transform: translate(-135%, -30%); */
    width: 111px;
    height: 72px;
    box-sizing: border-box;
    z-index: 9;
}
}

@media screen and (max-width: 1366px) {
  .app {
    position: absolute;
    top: 67% !important;
    right: 149px !important;
    /* transform: translate(-135%, -30%); */
    width: 111px;
    height: 72px;
    box-sizing: border-box;
    z-index: 9;
}
}

@media screen and (max-width: 1280px) {
    .app {
        right: -16%;
    }
}

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

@media screen and (max-width: 980px) {
    .wap-nav {
        right: 0% !important;
    }
    .wap-nav dl {
        width: 100%;
    }
    
    .wap-nav {
        padding: 0;
    }
    
    .nav .top .r p {
        font-size: 16px !important;
    }
    
    .nav .bottom img {
        height: 80px;
    }
    
    .nav .botom_box {
        height: 80px;
    }

    .foot_two .l, .foot_two .m, .foot_two .r {
        margin: .25rem 0;
        width: 100%;
    }
    

     .foot_two .r .line_box {
        display: flex;
        justify-content: center;
     }

     .foot_two .r .line_box>div img {
        display: block;
        width: 40px;
        margin: 0 5px 0 0;
     }

    .foot_two {
        flex-wrap: wrap;
    }

    .toptit i {
        font-size: 18px;
    }

    body {
        line-height: 1.5;
    }

    .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 .top .l {
        width: 50%;
    }

    .nav .top .r {
        margin: 10px 0 0 0 !important;
        width: 100%;
        text-align: left;
    }

    .nav .top {
        flex-wrap: wrap;
    }

    .nav .botom_box .l p,
    .nav .botom_box .r p {
        font-size: 12px !important;
    }

    .app {
        top: -90% !important;
        right: -6% !important;
    }

    .app .c1, .c2, .c3 {
        background-color: #000;
    }

    .wap-nav dl dd a {
        padding: 15px 0 !important;
    }

    .nav .bottom {
        padding: 15px 0 !important;
    }

    .nav .botom_box .l, .nav .botom_box .r {
        width: 49%;
    }

    .foot .line_box .l,
    .foot .line_box .m,
    .foot .line_box .r {
        width: 100% !important;
        margin: 10px 0;
    }

    .foot .line_box {
        flex-wrap: wrap;
    }

    .foot .line_box img {
        width: 51px;
        height: 46px;
    }

    .por a {
        width: 100%;
        text-align: center;
        font-size: 12px !important;
    }
    

    .por {
        flex-wrap: wrap;
    }

    .line_boxs .l h4 {
        line-height: 1.5 !important;
    }
    
    .por_box .container {
        width: 95%;
    }
}

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

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

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