* {
    margin: 0;
    padding: 0;
}

.box {
    width: 100%;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    margin-top: -120px !important;
    padding-top: 200px !important;
}
html{
    font-size: .5vw !important;
}
body {
    font-family: "Tahoma", "Arial", sans-serif !important;
    background: #000 !important;
    color: #333;
    font-size: 14px;
}
@font-face {
    font-family: "Tahoma";
    src: url("/font/Tahoma.ttf") format("truetype");
    font-weight: normal; /* 普通字重 */
}

@font-face {
    font-family: "Tahoma";
    src: url("/font/Tahoma-Bold.ttf") format("truetype");
    font-weight: bold; /* 加粗字重 */
}

.bold-text {
    font-family: "Tahoma", "Arial", sans-serif;
    font-weight: bold; /* 自动匹配 Tahoma-Bold.ttf */
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
    display: block
}
h4 {
    font-size: 16px !important;
    font-weight: 300 !important;
}
a:hover, a:hover, a:active, a:link, a:visited {
    text-decoration: none;
    color: #000;
}


/*<head>*/
.container.nav-wrap {
    width: 95%;
}

.nav_bg {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    height: 120px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-brand {
    height: 100% !important;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 20px 15px !important;
}
.yangshibeifen{
    width: 170px;
    height: 170px;
    position: absolute;
    top: 2rem;
    left: 2rem;
}
.yangshibeifen::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0; /* 向左偏移 */
    transform: translateY(-50%);
    width: 177px; /* 圆圈大小 */
    height: 177px;
    background-color: #FE4401; /* 红色 */
    border-radius: 50%; /* 圆形 */
    z-index: -1; /* 放在图片后面 */
}
  /* 右侧蓝色圆圈（带阴影和过渡） */
.yangshibeifen::after {
    content: "";
    position: absolute;
    top: 65%;
    right: -50px;
    transform: translateY(-50%);
    width: 177px;
    height: 177px;
    border-radius: 50%;
    z-index: -1;
    /* 完全渐变的蓝色背景 */
    background: radial-gradient(
        circle at center,
        rgba(0, 5, 255, 1) 0%,       /* 中心较实 */
        rgba(0, 5, 255, 0.9) 30%,      /* 中间过渡 */
        rgba(0, 5, 255, 0.7) 50%,      /* 中间过渡 */
        rgba(0, 5, 255, 0.4) 70%,      /* 中间过渡 */
        rgba(0, 5, 255, 0.3) 90%,      /* 中间过渡 */
        rgba(0, 5, 255, 0) 100%      /* 边缘虚化 */
    );

    /* 平滑阴影（与渐变融合） */
    box-shadow: 
        0 0 30px rgba(0, 5, 255, 0.5), /* 内层柔和光晕 */
        0 0 30px rgba(0, 5, 255, 0.5); /* 外层投影 */

    /* 初始状态（半透明） */
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); /* 平滑缓动 */
  }

.navbar-right {
    margin-bottom: 0;
    font-size: 24px;
}
@media (min-width: 1266px) {
    .navbar-right li {
        display: inline-block;
        line-height: 75px;
        padding: 0;
        min-width: 16rem;
    }
}
@media screen and (min-width:1000px) and (max-width:1266px) {
    .navbar-right li {
        display: inline-block;
        line-height: 75px;
        padding: 0 8px;
    }

}   

        .navbar-right li a {
            font-size: 24px;
            color: #fff;
            font-weight:lighter;
        }

@media (min-width: 1000px) {
    .navbar-right li a {
        height: 48px;
        line-height: 30px;
        display: inline-block;
        position: relative;
    }
    .navbar-right li a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 12px;
        height: 12px;
        background-image: url('../img/index/navHeard.png'); /* 替换为你的图标路径 */
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0; /* 默认隐藏 */
        transition: opacity 0.3s;
    }
    .navbar-right li a:hover::after,.active::after {
        opacity: 1 !important;
    }
    .navbar-right li a:hover{
        font-weight: 400 !important;
        color: #FE4401 !important;
    }
    .active {
        font-weight: bold !important;
        color: #FE4401 !important;
    }
    /* .navbar-right .hw a:hover, .active {
        border-bottom: 2px solid #fff
    } */
}

.navbar-nav {
    margin-left: 8%;
    width: 70%;
}

    .navbar-nav li {
        margin-left: 3%;
        text-align: center;
    }

.nav li a {
    font-size: 16px;
    font-weight: 300;
}

.navbar-inverse .navbar-collapse {
    border: #ffffff;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.logon, .sign {
    font-size: 12px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
    background-color: transparent
}
/*footer*/
.footer-top {
    overflow: hidden;
    padding-bottom: 20px;
    /*margin-top: 40px;*/
}

footer {
    background: url("../img/footer-bg.jpg") no-repeat center;
    margin-top: 30px;
    background-size: 100% 100%;
}

    footer li {
        line-height: 30px;
        font-weight: 200;
    }

    footer ul li a {
        font-size: 14px !important;
    }

    footer ul li:nth-of-type(1) a {
        font-weight: 400;
        margin: 20px auto 12px auto;
        display: inline-block;
        font-size: 18px !important;
    }

    .police, footer p {
        display: inline-block;
        margin-left: 15px;
        font-weight: 400;
        font-size: 12px;
    }

    footer .container {
        text-align: center
    }

.footer-top ul {
    width: 85%;
    margin: 0 auto;
}

.code img {
    overflow: hidden;
    width: 80px;
    height: 81px;
    float: left
}

.code img, .code p {
    display: inline-block;
    font-size: 14px;
}

.code1 {
    float: left;
}

.code span {
    line-height: 20px;
    display: block;
    margin-bottom: 7px;
    font-weight: 400;
}
/*.code p{font-weight: lighter;line-height:15px}*/
.code {
    margin-top: 8px
}


/*媒体查询自定义宽度折叠*/
@media (max-width: 1070px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 20px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }


}

@media (min-width: 1070px) {
    .logon {
        margin-left: 50px;
    }

    .sign {
        padding-left: 0px !important;
    }

    .code1 {
        float: left;
        margin-left: 10px
    }

    .sll-code1 {
        display: none
    }

    .sll-dibu {
        display: none
    }
}

@media (max-width: 455px) {
    .footer-top ul {
        width: 80%;
        margin: 0 auto 0 5%;
        min-height: 126px;
    }

    .sll-code2 {
        display: block
    }
}

@media (max-width: 760px) {
    .code1 {
        float: left;
    }

    .sll-code2 {
        display: none
    }

    .sll-dibu {
        display: block
    }

    .sll-dibu1 {
        display: none
    }
}

.list-unstyled {
    font-weight: lighter;
}

.job .job-box .head {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 5rem;
}

.border_left {
    border-left: 4px solid #e14150;
    padding-left: 15px;
}
.bg-shadow{
    position: absolute;
    z-index: -1;
    width: 95rem;
    height: 95rem;
    opacity: 0.63;
    background-image: radial-gradient(circle at 50% 50%, rgba(0,63,255,0.71) 0%, rgba(0,0,0,0.00) 50%);
}
.flex{
    display: flex;
}
.flex-justify-center{
    justify-content: center;
}
.flex-items-center{
    display: flex;
    align-items: center;
}
.box-index{
    position: relative;
    z-index: 1;
}



/* safari兼容 */
/* 添加 Safari 前缀和特定修复 */
@supports (-webkit-touch-callout: none) {
    .marquee-track {
      -webkit-transform: translateZ(0); /* 强制硬件加速 */
      will-change: transform; /* 提示浏览器优化 */
    }
    
    .marquee-item {
      -webkit-backface-visibility: hidden; /* 修复闪烁问题 */
    }
  }