.sj {
    display: none;
}

.pc {
    display: block;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    background: #fff;
}

.header img {
    display: block;
}

.header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

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

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

.header_rightl li {
    padding: 0px 25px;
    position: relative;
    height:100px;
    line-height:100px;
}

.header_rightl li.active a {
    color: #164da0;
}
.header_rightl li.active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:0px;
    width: 60px;
    height: 2px;
    background: #164da0;
}

.header_rightl li a {
    color: #010101;
    font-size: 22px;
    font-family: "黑体";
}

.header_tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}

.header_tell {
    margin-right: 10px;
}

.header_telr {
    font-size: 20px;
    color: #164da0;
    font-weight: bold;
}
.header_rightl li .shownav {
    position: absolute;
    left: 0%;
    top: 85px;
    width: 100%;
    padding: 15px 0 0;
    background: url(../images/shownav.png) no-repeat center top;
    visibility: hidden;
    font-size: 14px;
    z-index: 1;
}

.header_rightl li .shownav {
    transform: scale(0);
}

.header_rightl li:hover .shownav {
    visibility: visible;
    
}
.header_rightl li:hover .shownav a:nth-child(1){
    border-top:1px solid #164da0;
}
.header_rightl li:hover .shownav {
    z-index: 10;
    transform: scale(1);
}

.header_rightl li .shownav a {
    display: block;
    margin: 0;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 1);
    color: #000;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
}

.header_rightl li:hover .shownav a {
    opacity: 1;
    transform: none;
}

.header_rightl li .shownav a {
    opacity: 0;
    transform: rotateY(90deg);
    transition: all .4s ease;
}

.header_rightl li:hover .shownav a {
    opacity: 1;
    transform: none;
}

.header_rightl li .shownav a:hover {
    background: #164da0;
    color: #fff;
}

.header_rightl li:hover .shownav a {
    opacity: 1;
    transform: none
}

.header_rightl li:hover .shownav a:nth-child(1) {
    transition-delay: 0s
}

.header_rightl li:hover .shownav a:nth-child(2) {
    transition-delay: 50ms
}

.header_rightl li:hover .shownav a:nth-child(3) {
    transition-delay: .1s
}

.header_rightl li:hover .shownav a:nth-child(4) {
    transition-delay: 150ms
}

.header_rightl li:hover .shownav a:nth-child(5) {
    transition-delay: .2s
}

.header_rightl li:hover .shownav a:nth-child(6) {
    transition-delay: 250ms
}

.header_rightl li:hover .shownav a:nth-child(7) {
    transition-delay: .3s
}

.header_rightl li:hover .shownav a:nth-child(8) {
    transition-delay: 350ms
}

.header_rightl li:hover .shownav a:nth-child(9) {
    transition-delay: .4s
}

.header_rightl li:hover .shownav a:nth-child(10) {
    transition-delay: 450ms
}

.header_rightl li:hover .shownav a:nth-child(11) {
    transition-delay: .5s
}

.header_rightl li:hover .shownav a:nth-child(12) {
    transition-delay: 550ms
}

.header_rightl li:hover .shownav a:nth-child(13) {
    transition-delay: 600ms
}

.header_rightl li:hover .shownav a:nth-child(14) {
    transition-delay: 650ms
}

.header_rightl li:hover .shownav a:nth-child(15) {
    transition-delay: 700ms
}

.header_rightl li:hover .shownav a:nth-child(16) {
    transition-delay: 750ms
}

.header_rightl li:hover .shownav a:nth-child(17) {
    transition-delay: 800ms
}

.header_rightl li:hover .shownav a:nth-child(18) {
    transition-delay: 850ms
}

.header_rightl li:hover .shownav a:nth-child(19) {
    transition-delay: 900ms
}

.header_rightl li:hover .shownav a:nth-child(20) {
    transition-delay: 950ms
}

.header_rightl {
    transition: 2s linear;
}

.header_rightl:before,
.header_rightl:after {
    display: table;
    clear: both;
    content: '';
}

/*header end*/

.banner {
    height: 100vh;
    width: 100%;
}

.banner .slide-inner {
    width: 100%;
    height: 100%;
}

 /* 分页器容器 */
    .swiper-pagination {
      position: absolute !important;
      bottom: 30px !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      z-index: 10 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
    }
    /* 清除默认样式 */
    .banner .swiper-pagination-bullet {
      width: auto !important;
      height: auto !important;
      padding: 0 !important;
      margin: 0 10px !important;
      background: transparent !important;
      opacity: 1 !important;
      border: none !important;
      outline: none !important;
    }
    .swiper-pagination svg{
        width:20px;
        height:20px;
    }
    /* 自定义分页器容器 */
    .custom-bullet {
      display: inline-block;
      width: 18px;
      height: 18px;
      cursor: pointer;
      transition: transform 0.2s;
    }
    .custom-bullet:hover {
      transform: scale(1.1);
    }

    /* 外层描边圈（核心修改：未激活时隐藏） */
    .bullet-circle {
      fill: transparent;
      stroke: #fff; /* 仅激活时显示，直接用主题色 */
      stroke-width: 1;
      stroke-linecap: round;
      opacity: 0; /* 未激活时完全隐藏 */
      transition: opacity 0.3s; /* 显示/隐藏过渡 */
    }

    /* 中心实心圆 */
    .center-circle {
      fill: #999; /* 未激活中心圆颜色（浅灰色） */
      transition: fill 0.3s;
    }

    /* 激活状态样式（核心：仅激活时显示外层圆环） */
    .custom-bullet.active .bullet-circle {
      opacity: 1 !important; /* 激活时显示外层圆环 */
    }
    .custom-bullet.active .center-circle {
      fill: #fff; /* 激活中心圆颜色（与圆环一致） */
    }

    footer{
        display:flex !important;
        align-items: center;
        justify-content: center;
        text-align:center;
        height:100px;
        color:#666666;
        line-height:1.5;
        background:#e6e7e8;
    }
    .ty_banner{
        margin-top:100px;
    }
    .ty_banner img{
        width:100%;
        display:block;
    }
    .ty_navs{
        display:flex;
        align-items: center;
        justify-content: space-between;
        padding:25px 0px;
    }
    .ty_navsl{
        display:flex;
        align-items: center;
        color:#666666;
        font-size:16px;
    }
    .ty_navsl img{
        margin-right:4px;
    }
    .ty_navsl a{
        color:#666666;
        font-size:16px;
    }
    .ty_navsr{
        position:relative;
        width:380px;
        height:40px;
        line-height:40px;
        background:#e8e8e8;
        border-radius: 20px;
    }
    .ty_navsr input{
        width:100%;
        height:40px;
        padding:0px 20px;
        border:unset;
        background:none;
    }
    .ty_navsr button{
        position:absolute;
        right:0px;
        top:0px;
        background:#496691;
        width:100px;
        height:40px;
        font-size:14px;
        color:#fff;
        border-radius: 20px;
        border:unset;
        text-align:center;
        cursor: pointer;
    }
    .zzry_list{
        display:grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
    .zzry_list1{
        position:relative;
        overflow: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        width:100%;
    }
    .zzry_list li{
        cursor: pointer;
    }
    .zzry_list1 img{
        display:block;
        width:100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        transition: .5s;
    }
    .zzry_list li:hover img{
        transform: scale(1.04);
    }
    .zzry_list2{
        background:#496691;
        padding:20px;
        text-align:center;
        color:#fff;
        line-height:1.5;
        min-height:88px;
        display:flex;
        align-items: center;
        justify-content: center;
    }
.lxwm_con{
    position:relative;
}
    .lxwm_cona{
        width:100%;
        background:#496691;
        border-radius: 60px;
        padding:80px;
        margin-bottom:120px;
    }
    .lxwm_cona4 {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lxwm_cona2{
    width:100%;
}
.lxwm_cona2 li{
    display:flex;
    margin-bottom:20px;
    margin-top:20px;
}
.lxwm_cona22{
    font-size:18px;
    color:#fff;
}
.lxwm_con22r{
    line-height:2;
    width:300px;
    white-space: normal; /* 允许自动换行（默认，但明确设置避免覆盖） */
      overflow-wrap: break-word; /* 强制长单词/无空格文本换行（关键） */
      word-wrap: break-word; /* 兼容旧浏览器 */
}
.lxwm_cona21{
    margin-right:24px;
}
.lxwm_conb{
    width:606px;
    background:#d7ecf1;
    height:110%;
    position:absolute;
    right:0px;
    top:0px;
        border-radius: 60px;
        padding:71px;
}
.lxwm_conb1{
    color:#134b9f;
    font-size:32px;
}
.lxwm_conb2{
    font-size:16px;
    color:#000;
    margin:10px 0px 30px;
}
.lxwm_conb .layui-form-item{
    display:flex;
    align-items: center;
    justify-content: center;
    padding:10px 0px;
}
.layuil{
    width:35%;
    text-align:right;
    color:#134b9f;
    font-size:18px;
    padding-right:4%;
}
.layuil::after{
    content:"*";
    color:red;
}
.lxwm_conb .layui-form-item input{
    width:100%;
    height:45px;
    line-height:45px;
    border-radius: 22.5px;
}
.lxwm_conb .layui-form-item textarea{
    width:100%;
    line-height:45px;
    border-radius: 22.5px;
}
.layuiyzm .layuil{
    display:flex;
    width:60%;
}
.layuiyzm .layuil::after{
    display:none;
}
.layuiyzm{
    display:flex;
    align-items: center;
    justify-content: right;
}
.layuir{
    width:120px;
}
.layuir button{
    width:100%;
    height:36px;
    line-height:36px;
    background:#496691;
    color:#fff;
    border-radius: 22.5px;
}
.magnify-modal{
    left:50% !important;
    top:50% !important;
    transform: translate(-50%,-50%) !important;
}
@media screen and (max-width: 1200px) {
    .pc {
        display: none !important;
    }

    .header {
        display: none;
    }

    .sj {
        display: block !important;
    }

    /*header*/
    .sjheaderd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sjheaderd_left {
        height: 70px;
        display: flex;
        align-items: center;
    }

    .sjheaderd_left img {
        height: 50px;
    }

    .sjheader {
        position: fixed !important;
        top: 0;
        left: 0;
        z-index: 111;
        inset-inline-end: 0;
        inset-inline-start: 0;
        width: 100%;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        background: #fff;
        border-top: 0;
    }

    .sidebar__toggle {
        cursor: pointer;
    }

    .bar-icon {
        width: 26px;
        height: 18px;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .bar-icon span {
        width: 100%;
        height: 2px;
        background: #000;
        display: inline-block;
        -webkit-transition: color 0.2s ease-out;
        transition: color 0.2s ease-out;
    }

    .bar-icon span:nth-child(2) {
        margin-left: 0px;
    }

    .offcanvas__overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: var(--rs-common-black);
        z-index: 900;
        top: 0;
        opacity: 0;
        visibility: hidden;
        right: 0;
    }

    .sjposition {
        transition: all 0.7s;
        position: fixed;
        z-index: 9999;
        width: 100%;
        background: #fafafa;
        top: 0px;
        left: 100%;
        height: 100%;
        overflow-y: auto;
        background: #fff;
        background-size: 100% auto;
        padding-bottom:15vh;
    }

    .sjposition_ar {
        color: #000;
    }

    .sjposition.cur {
        transition: all 0.7s;
        left: 0%;
    }

    .sjposition_a {
        display: flex;
        padding: 16px 0px;
        justify-content: space-between;
        align-items: center;
    }

    .sjposition_al {
        height: 50px;
    }

    .sjposition_al img {
        height: 100%;
    }

    .sjposition_ar i {
        font-size: 30px;
    }

    .sjposition_b>ul>li {
        border-bottom: rgba(204, 204, 204, 0.6) 1px solid;
    }

    .sjposition_b li .sjposition_b1>a {
        line-height: 60px;
        display: block;
        color: #000;
        font-size: 16px;
    }

    .sjposition_b1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sjposition_b1 .more {
        position: relative;
        transform: rotate(0deg);
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .sjposition_b1 .more::before {
        transition: all 0.5s;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -7px;
        width: 14px;
        height: 16px;
        background: url(../images/icon/icon_93.png?v=1) center right no-repeat;
        background-size: 100% auto;
        content: " ";
    }

    .sjposition_b1 .more.cur::before {
        transition: all 0.5s;
        transform: rotate(90deg);
        width: 14px;
    }

    .sjposition_b2 {
        display: none;
    }

    .sjposition_b2 li:first-child {
        border-top: #000 1px solid;
    }

    .sjposition_b2 li {
        border-bottom: 1px solid #000;
    }

    .sjposition_b2 li a {
        padding: 0 15px 0 25px;
        line-height: 50px;
        font-size: 16px;
        color: #000;
        display: block;
        font-size: 14px;
    }
    .w1200{
        width:94%;
    }
    .ty_banner{
        margin-top:70px;
    }
    .zzry_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
footer{
    height:auto;
    padding:20px 4%;
    font-size:14px;
}    .ty_navs {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 25px 0px;
        flex-direction: column;
    }.ty_navsl {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 12px;
}.ty_navsl a {
    color: #666666;
    font-size: 12px;
}.ty_navsr {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #e8e8e8;
    border-radius: 20px;
    font-size: 12px;
}.ty_navsl.sj{
    display:flex !important;
    margin-bottom:15px;
}.magnify-modal {
        width: 100% !important;
        height: 100% !important;
        left: 0% !important;
        top: 0px !important;
        transform: translate(-0%, -0%) !important;
    }.banner {
    height: 40vh;
    width: 100%;
    margin-top:70px;
}
.swiper-pagination{
    bottom:15px !important;
}.lxwm_cona {
    width: 100%;
    background: #496691;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 20px;
}.lxwm_cona4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}.lxwm_cona21 {
    margin-right: 10px;
}.lxwm_cona22 {
    font-size: 14px;
    color: #fff;
}.lxwm_conb {
    width: 100%;
    background: #d7ecf1;
    height: 110%;
    position: relative;
    right: 0px;
    top: 0px;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 40px;
}.layuil {
    width: 35%;
    text-align: right;
    color: #134b9f;
    font-size: 12px;
    padding-right: 5%;
}.lxwm_con22r{
    overflow-wrap: break-word;
  word-break: break-all; /* 极端情况强制换行，可能影响英文单词可读性 */
  width:100%;
}.lxwm_cona21 img{
    height:20px;
}
.zzry_list2{
    min-height:unset;
}
}