/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  src: url(../fonts/montserrat-regular.ttf);
}
body{
    font-family: "Arial","Microsoft YaHei","微软雅黑",Helvetica,'montserrat',"Hiragino Sans GB",sans-serif;
    background-repeat: repeat;
    color: #000;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

.section::-webkit-scrollbar{
    display: none;
}

/*控件*/
input:disabled + label {/*禁用的指针*/
    cursor: not-allowed
}
.Radio input,
.Checkbox input {
    display: none
}
.Radio label,
.Checkbox label {
    padding: 0 16px 0 0;
    display: inline-block;
    cursor: pointer;
    position: relative
}
.Radio label:before,
.Checkbox label:before {
    box-sizing: border-box;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0px 8px 0px 0px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.1S;
}
.Radio label:hover:before,
.Checkbox label:hover:before {
    border-color: #57B37B;
}
.Radio input:disabled + label:before,
.Checkbox input:disabled + label:before {
    background-color: #CCC;
    border-color: #999;
    opacity: 0.5;
}
.Radio input:disabled + label,
.Checkbox input:disabled + label {  
    opacity: 0.5;
}
.Radio input:checked + label:before {
    border: 5px solid #57B37B;
}
.Checkbox label:before {
    background: url(../img/ico_tick.svg) no-repeat center;
    background-size: 0;
    border-radius: 0px;
    transition: 0.2S;
}
.Checkbox input:checked + label:before {
    background-color: #57B37B;
    background-size: 16px;
    border-color: #57B37B;
}
.HoverLabel label {
    display: block;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
}
.HoverLabel label:hover {
    background-color: #EEE;
}

/*返回顶部*/
.back-top {
    position: fixed;
    right: 1rem;
    bottom: 30px;
    width: 42px;
    height: 42px;
    background: #fff;
    color:#666;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 0;
    font-size: 1.2rem;
    transition: opacity 0.3s;
    z-index: 9999;
    transition: all 0.5s;
}
.back-top:hover{
    background: #2A74A7;
    color:#fff;
}
@media (max-width: 768px){
    .back-top{
        display: none;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #333;
}

a, a:hover, a:focus{
    text-decoration: none;
    outline: none;
}

a:hover, a:focus{
    color: #2A74A7;
}
h5{
    line-height: 32px;
}

ul,p{
    margin-bottom: 0px;
}

.pem{
    text-indent: 2em;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font17{
    font-size: 17px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.opacity_5{
    opacity: 0.5;
}

.text_999{
    color: #999;
}
.text-danger{
    color: #D22B24!important;
}
.text-success{
    color: #57B37B!important;
}
.text-primary{
    color: #2A74A7!important;
}
.text-warning{
    color: #DD7516!important;
}
.text_000{
    color: #000;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #055396!important; 
}
.bg_F2F2FF{
    background: #F2F2FF;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.mb-6{
    margin-bottom: 88px;
}
.mt-6{
    margin-top: 88px;
}
.mb_30{
    margin-bottom: 30px;
}
.pb-7{
    padding-bottom: 120px;
}
.pt-7{
    padding-top: 120px;
}

.no_margin{
    margin: 0px;
}

.wrap,.nav_min .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1630px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
}
.wrap_xl{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1600px;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1200px;
    position: relative;
}







.category-container {
            width: 100%;
        }

        /* 一级主分类导航 - 移动端适配 */
        .main-nav {
            display: flex;
            gap: 15px; /* 移动端减小间距 */
            margin-bottom: 30px; /* 移动端减小底部间距 */
            padding-bottom: 15px;
            border-bottom: 1px solid #ddd;
            overflow-x: auto; /* 横向滚动适配 */
            -webkit-overflow-scrolling: touch; /* 移动端顺滑滚动 */
            padding-bottom: 5px; /* 避免滚动条遮挡边框 */
        }
        /* 隐藏滚动条但保留滚动功能（移动端更美观） */
        .main-nav::-webkit-scrollbar {
            display: none;
        }
        .main-nav-item {
            display: inline-block;
            font-size: 16px; /* 移动端缩小字体 */
            font-weight: bold;
            color: #000;
            padding: 8px 20px; /* 移动端调整内边距，保证点击区域 */
            border-radius: 20px; /* 移动端适配圆角 */
            cursor: pointer;
            white-space: nowrap;
            transition: all 0.3s ease;
            text-decoration: none;
            flex-shrink: 0; /* 防止被挤压变形 */
        }
        .main-nav-item.active {
            background-color: #2980b9;
            color: #fff;
        }
        .main-nav-item:hover:not(.active) {
            color: #2980b9;
        }

        /* 二级子分类区域 - 移动端适配 */
        .subcategory-container {
            display: flex;
            gap: 20px; /* 移动端减小间距 */
            flex-wrap: wrap;
        }
        .subcategory-item {
            display: inline-block;
            font-size: 15px; /* 移动端缩小字体 */
            color: #555;
            cursor: pointer;
            white-space: nowrap;
            transition: color 0.3s ease;
            text-decoration: none;
            padding: 8px 10px; /* 增大移动端点击区域 */
            flex-shrink: 0;
        }
        .subcategory-item:hover {
            color: #2980b9;
        }
        .subcategory-item.active {
            background-color: #2980b9;
                color: #fff;
                border-radius: 25px;
            
        }
        /* 隐藏非当前子分类 */
        .subcategory-group {
            display: none;
        }
        .subcategory-group.active {
            display: flex;
            gap: 20px; /* 移动端子分类间距适配 */
            flex-wrap: wrap;
            row-gap: 15px; /* 移动端换行后增加行间距 */
        }

        /* 媒体查询：针对小屏手机的精细化适配 */
        @media (max-width: 375px) {
            .main-nav-item {
                font-size: 14px;
                padding: 6px 15px;
            }
            .subcategory-item {
                font-size: 13px;
                padding: 6px 8px;
            }
        }















/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    padding: 0px 3rem 0px 3rem;
    border: none;
    background: rgba(255, 255, 255, 1);
    transition: all 0.5s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}
.nav_min .container{
    padding: 0px;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 60px;
    transition: 0.5s;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 78px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 35px 0px 35px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    color: #000;
    /*text-transform: uppercase;*/
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 24px;
}*/
.nav_min .nav-link span{
    font-size: 1rem;
    position: absolute;
    right: 0px;
    transition: all 0.3s;
}
.nav_min .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #2A74A7;
}
.nav_min .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #2A74A7;
}

.nav_min .nav-item .nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background: #2A74A7;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
    transition: 0.5s;
}
.nav_min .nav-item .nav-link:hover:before,.nav_min .nav-item.active .nav-link:before,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #2A74A7;
}

 .navbar-light .navbar-nav .show>.nav-link{
    color: #2A74A7;
 }
 .active .nav-link,.top_xiala:hover .nav-link{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #2A74A7;
}

.navbar-toggler,.navbar-toggler:focus{
    border: none;
    padding: 6px 15px 10px 15px;
    margin: 14px 0px 13px 0px;
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 0px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #000;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 240px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 15px 0px 15px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 0px 10px rgba(153, 153, 153, 0.1);
}
.nav_min .container{
    position: static;
}
.top_xiala2{
    position: static;
    display: block;
}
.top_xiala2 .dropdown-menu{
    padding: 0px;
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 0px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 0px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}

.menu_a a{
    padding: 12px 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    color: #000;
    border-bottom: 1px solid #eee;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #2A74A7;
    padding: 12px 0px 12px 6px;
}

.menu_b{
    padding-top: 48px;
    padding-bottom: 48px;
}
.menu_b_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px 15px;
}
.menu_b_grid ul h5 a{
    color: #000;
    font-size: 16px;
    font-weight: 700;
    display: block;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu_b_grid ul li a{
    font-size: 14px;
    line-height: 32px;
    color: #666;
    display: block;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu_b_grid ul h5 a:hover,.menu_b_grid ul li a:hover{
    color: #2A74A7;
    padding-left: 6px;
}
.nav_ps_card .card-img-overlay{
    display: flex;
    align-items: flex-end;
    padding: 24px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.4));
}
.nav_ps_card .card-img-overlay h5{
    width: 100%;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid #fff;
    transition: 0.5s;
}
.nav_ps_card .card-img-overlay h5:hover{
    background: rgba(255, 255, 255, 1);
    color: #2A74A7;
}

.nav_ps_card .fangda{
    width: 100%;
    height: 100%;
}
.nav_ps_card .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 10px 10px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle{
        display: flex;
    }
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    transform:rotate(180deg);
    background: #D22B24;
    color: #fff;
}

.helist{
    position: relative;
}
.helist .fa.fa-angle-right{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
}
.three_li{
    display: none;
    position: absolute;
    right: -100%;
    top: 0;
    min-width: 100%;
    background: #D24E7F;
    z-index: 9
}
.helist:hover .three_li{
    display: block;
}

.nav_form{
    margin-left: 30px;
    display: flex;
}

.pc_yuyan{
    margin-right: 0rem;
    margin-left: 1rem;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 9px 38px 9px 16px;
    display: flex;
    align-items: center;
    color: #fff;
    transition: 0.5s;
    font-size: 1rem;
    background: #2A74A7;
    border-radius: 50px;
}
.nav_min .pc_yuyan .nav-link i{
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link span{
    right: 16px;
    font-size: 1rem;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
.nav_min .pc_yuyan:hover .nav-link{
    color: #fff;
    background: #348CC8;
}
.nav_min .pc_yuyan:hover .nav-link span{
    color: #fff;
}
    
.nav_min .pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.nav_min .pc_yuyan:hover .nav-link svg{
    fill: #fff;
}

.lg_sousuo{
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    border-radius: 50px;
}
.lg_sousuo .form-control{
    width: 148px;
    height: 28px;
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
    padding: 0px 12px;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 10px;
}
.lg_sousuo .btn{
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0px;
}

.md_sousuo{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    transition: all .5s;
    background: #2A74A7;
}
.md_sousuo:hover{
    background: #348CC8;
}
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -2px;
    right: 2px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}
.search_anniu_top:hover:before{
    background: #fff;
}
.search_anniu_top:hover:after{
    border: 2px solid #fff;
}

.search_anniu_top2{
    display: inline-block;
    width: 68px;
    height: 58px;
    position: relative;
    border: 2px solid #eee;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top2:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 4px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all .5s;
}

.search_anniu_top2:hover:before{
    background: #348CC8;
}
.search_anniu_top2:hover:after{
    border: 1px solid #348CC8;
}

.sousuokuang{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #fff;
    display: flex;
    border-top: 1px solid #eee;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 120px;
    padding-bottom: 120px;
}
.container_style ul li{
    line-height: 24px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: 2px solid #eee;
    background: none;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px 18px;
    height: 58px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-right: 0px;
}
.search_anniu2{
    display: inline-block; 
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}
.tanchuang_tuichu{
    position: absolute;
    height: 58px;
    right: -58px;
    top: 0px;
    background: #eee;
    cursor: pointer;
    transition: all .5s;
}
.tanchuang_tuichu:hover{
    background: #2A74A7;
}
.tanchuang_tuichu:hover .search_anniu2:after{
    background: #fff;
}
.tanchuang_tuichu:hover .search_anniu2:before{
    background: #fff;
}

@media (min-width: 1200px){
    .navbar-hide {
        transform: translateY(-100%); /* 上移隐藏 */
        transition: transform 0.8s ease; /* 添加过渡动画 */
    }
}

/*banner*/
.banner{
    height: 100vh;
}
.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}

.banner .swiper-pagination{
    bottom: 48px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 1);
    opacity: 0.4;
    border-radius: 6px;
    margin: 0px 6px;
    z-index: 100;
    position: relative;
    transition: 0.5s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 48px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}

.banner_nr{
    padding-top: 80px;

}
.banner_nr h1{
    font-size: 60px;
    margin-bottom: 0px;
}


.banner_nr_zw {
    padding-top: 550px;
        text-align: center;
}
.banner_nr_zw h1{
    font-size: 60px;
    margin-bottom: 0px;
}

.banner .swiper-slide h1{
    transform:translateY(100px);
    opacity:0;
    transition:all .8s;
}
.banner .swiper-slide-active h1{
    transform:translateY(0);
    opacity:1;
}

/*主体*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}
.fangda2{
    overflow: hidden;
}
.fangda2 img{
    transition:all 0.5s ease-out; 
}
.fangda2:hover img{
    transform:scale(1.1);
}
.card:hover .fangda img{
    transform:scale(1.1);
}

.gengduo{
    padding: 0.7rem 3rem 0.7rem 3rem;
    background: #2A74A7;
    color: #fff!important;
    font-size: 1rem;
    line-height: 1.5rem;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #2A74A7;
}
.gengduo2{
    border: 1px solid #fff;
    background: none;
    color: #fff!important;
}
.gengduo:hover{
    color: #fff!important;
    background: #348CC8;
    border: 2px solid #348CC8;
}
.gengduo2:hover{
    border: 1px solid rgba(255, 255, 255, 0);
    background-image: linear-gradient(to right, #DA251C, #F66167);
}
.gengduo3,.gengduo3:hover{
    border: none;
    background-image: linear-gradient(to right, #DA251C, #F66167);
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0px 10px 30px rgba(5, 102, 145, 0.1);
}

.p_13 p{
    font-size: 13px;
    line-height: 24px;
}
.p_15 p{
    font-size: 15px;
    line-height: 26px;
}
.p_16 p,.p_16{
    font-size: 16px;
    line-height: 30px;
}
.p_17 p,.p_17{
    font-size: 17px;
    line-height: 30px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 38px;
}
.p_20 p,.p_20{
    font-size: 20px;
    line-height: 38px;
}
.p_em p{
    text-indent: 2em;
}
.p_mb p{
    margin-bottom: 18px;
}

.row_30{
    margin-left: -30px;
    margin-right: -30px;
}
.col_30{
    padding-left: 30px;
    padding-right: 30px;
}

.row_24{
    margin-left: -24px;
    margin-right: -24px;
}
.col_24{
    padding-left: 24px;
    padding-right: 24px;
}

.row_20{
    margin-left: -20px;
    margin-right: -20px;
}
.col_20{
    padding-left: 20px;
    padding-right: 20px;
}

.row_12{
    margin-left: -12px;
    margin-right: -12px;
}
.col_12{
    padding-left: 12px;
    padding-right: 12px;
}

.row_10{
    margin-left: -10px;
    margin-right: -10px;
}
.col_10{
    padding-left: 10px;
    padding-right: 10px;
}

.row_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.row_5{
    margin-left: -5px;
    margin-right: -5px;
}
.col_5{
    padding-left: 5px;
    padding-right: 5px;
}

/*bottom*/
@media (min-width: 980px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 980px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 980px){
    .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
        transform: rotate(90deg);
        opacity: 0;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
        transform: rotate(0deg);
        opacity: 1;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
    }
}

.bottom_bg{
    background: url(../img/bottom_bg.png) #2A74A7;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 88px;
    color: #fff;
}

.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card .bottom_nav_a a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #DFDFDF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #fff;
    margin-left: 6px;
}

.di_beian{
    padding: 38px 0px;
    line-height: 24px;
    margin-top: 48px;
    background: #1E5B85;
    color: #fff;
}
.botom_beianhao .list-inline-item:not(:last-child){
    margin-right: 48px;
}

.bottom_bg .bottom_contact li{
    padding-left: 28px;
    color: #DFDFDF;
    line-height: 36px;
    position: relative;
    font-size: 16px;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 8px;
    left: 0px;
}
.bottom_bg .bottom_contact li span{
    margin-left: 70px;
}

.bottom_bg .bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_bg .bottom_follow .list-inline-item:not(:last-child){
    margin-right: 12px;
    margin-bottom: 10px;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: none;
    color: #fff;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #fff;
    fill: #fff;
    width: 30px;
    height: 30px;
}
.bottom_bg .bottom_follow li a{
    color: #fff;
}
.bottom_bg .bottom_follow li a:hover{
    color: #2A74A7;
    background: #fff;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #2A74A7;
}

.bottom_form{
    background: #fff;
    border-radius: 12px;
    padding: 3px;
    border: 1px solid #D9D9D9;
}
.bottom_form .form-control{
    background: none;
    border-radius: 12px!important;
    font-size: 14px;
    height: 52px;
    outline: none;
    box-shadow: none;
    padding: 14px 14px;
    border: none;
}
.bottom_form button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 52px;
    border-radius: 8px!important;
    background: #2A74A7;
    color: #fff;
    transition: 0.5s;
    font-weight: 700;
    border: none;
}
.bottom_form a:hover{
    background: #348CC8;
}

.dingyue{
    padding-right: 48px;
}
.dingyue h6{
    color: #DFDFDF;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.ix_bt h2{
    font-weight: 900;
    font-size: 50px;
}
.ix_bt h2 span{
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}
.ix_bt h2 span:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 12px;
    background: rgba(42, 116, 167, 0.5);
}
.ix_bt2 h2 span:before{
    background: rgba(255, 255, 255, 0.5);
}
.ix_bt h2 span div{
    position: relative;
}

.mb-5{
    margin-bottom: 48px!important;
}

.ix_highlights_swiper_card{
    position: relative;
}
.ix_highlights_swiper_card .card-img-overlay:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
}
.ix_highlights_swiper_card .card-img-overlay{
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.ix_highlights_swiper_card_nr{
    position: relative;
}
.ix_highlights_swiper_card_nr h4{
    font-size: 28px;
}
.ix_highlights_swiper_card_nr p{
    font-size: 16px;
}

.ix_highlights_swiper .swiper-wrapper{
    height: auto;
}
.ix_highlights_swiper .swiper-button-next,.ix_highlights_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 48px;
    z-index: 1000;
    opacity: 0;
    transition: 0.5s;
}
.ix_highlights_swiper .swiper-button-prev{
    left: -48px;
    margin-top: -24px;
}
.ix_highlights_swiper .swiper-button-next{
    right: -48px;
    margin-top: -24px;
}
.ix_highlights_swiper:hover .swiper-button-prev{
    left: 15px;
    opacity: 1;
}
.ix_highlights_swiper:hover .swiper-button-next{
    right: 15px;
    opacity: 1;
}
.ix_highlights_swiper .swiper-button-prev:after,.ix_highlights_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.ix_highlights_swiper .swiper-button-prev:hover:after,.ix_highlights_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_highlights_swiper .swiper-button-next:hover,.ix_highlights_swiper .swiper-button-prev:hover{
    background: rgba(42,116,167,1);
}

.ix_about_bg{
    background: url(../img/ix_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_about_bt{
    font-size: 150px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.4);
}
.ix_about_video{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.video_aniu{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    color: #fff;
    z-index: 2;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    position: relative;
    display: flex;
}
.video_aniu .video_aniu_top{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
}
.video_aniu svg{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    fill: #2A74A7;
    width: 20px;
    height: 20px;
    transform: translate3d(-40%, -50%, 0);
}
.video_aniu .video_aniu_top .circle01,.video_aniu .video_aniu_top .circle02{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 58px;
    height: 58px;
    border-radius: 68px;
    background: rgba(255, 255, 255, 0.3);
}
.video_aniu .video_aniu_top .circle01{
    animation:scalej01 2s .4s infinite;
    -webkit-animation:scalej01 2s .4s infi
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
}
.video_aniu .video_aniu_top .circle02{
    animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;
}
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}

.ix_rdps_swiper_anniu{
    position: relative;
}
.ix_rdps_swiper .swiper-wrapper{
    height: auto;
}
.ix_rdps_swiper_anniu .swiper-button-next,.ix_rdps_swiper_anniu .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(229,229,229,1);
    border-radius: 12px;
    z-index: 1000;
    opacity: 1;
    transition: 0.5s;
}
.ix_rdps_swiper_anniu .swiper-button-prev{
    left: -58px;
    margin-top: -24px;
}
.ix_rdps_swiper_anniu .swiper-button-next{
    right: -58px;
    margin-top: -24px;
}
.ix_rdps_swiper_anniu .swiper-button-prev:after,.ix_rdps_swiper_anniu .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.ix_rdps_swiper_anniu .swiper-button-prev:hover:after,.ix_rdps_swiper_anniu .swiper-button-next:hover:after{
    color: #fff;
}
.ix_rdps_swiper_anniu .swiper-button-next:hover,.ix_rdps_swiper_anniu .swiper-button-prev:hover{
    background: rgba(42,116,167,1);
}

.ix_zgg_bg{
    background: url(../img/ix_zgg_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 740px;
    display: flex;
    align-items: center;
}
.ix_zgg_bg h2{
    font-size: 36px;
    line-height: 60px;
}

.bg_EBF8FB{
    background: #EBF8FB;
}
.ix_information_swiper_card .fangda2{
    width: 55%;
    height: 700px;
    margin-left: 45%;
    border-radius: 30px;
}
.ix_information_swiper_card .fangda2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_information_swiper_card .card-img-overlay{
    width: 50%;
    background: #fff;
    border-radius: 30px;
    height: 460px;
    top: 50%;
    transform: translateY(-50%);
    padding: 120px 52px 52px 52px;
}
.ix_information_swiper_card_dh{
    position: absolute;
    top: -60px;
    left: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 24px;
    background: #2A74A7;
}
.ix_information_swiper_card_dh img{
    width: 72px;
    height: 72px;
    object-fit: scale-down;
}
.ix_information_swiper_card .card-img-overlay h3{
    font-size: 30px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 72px;
}
.ix_information_swiper_card .card-img-overlay p{
    font-size: 17px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
}
.ix_information_swiper_card .card-img-overlay span{
    display: inline-block;
    color: #828282;
    border-bottom: 1px solid #828282;
    margin-top: 48px;
}

.ix_information_swiper .swiper-wrapper{
    height: auto;
}
.ix_information_swiper .swiper-button-next,.ix_information_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 12px;
    z-index: 1000;
    opacity: 1;
    transition: 0.5s;
    border: 1px solid #2A74A7;
}
.ix_information_swiper .swiper-button-prev{
    top: auto;
    bottom: 0px;
    left: 0px;
    margin-top: -24px;
}
.ix_information_swiper .swiper-button-next{
    top: auto;
    bottom: 0px;
    right: auto;
    left: 88px;
    margin-top: -24px;
}
.ix_information_swiper .swiper-button-prev:after,.ix_information_swiper .swiper-button-next:after{
    color: #2A74A7;
    font-size: 18px;
}
.ix_information_swiper .swiper-button-prev:hover:after,.ix_information_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_information_swiper .swiper-button-next:hover,.ix_information_swiper .swiper-button-prev:hover{
    background: rgba(42,116,167,1);
}
.ix_information_swiper .swiper-slide .fangda2{
    transform:translateX(100%);
    opacity:0;
    transition:all 1s;
}
.ix_information_swiper .swiper-slide-active .fangda2{
    transform:translateX(0);
    opacity:1;
}
.ix_information_swiper .swiper-slide .card-img-overlay{
    left: -100%;
    opacity:0;
    transition:all 1s;
}
.ix_information_swiper .swiper-slide-active .card-img-overlay{
    left: 0px;
    opacity:1;
}

.news_card .fangda{
    border-radius: 15px;
}
.news_card .card-body{
    padding: 0px;
}
.news_card .card-body span{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 12px;
    background: #2A74A7;
    color: #fff;
    margin-bottom: 22px;
    margin-left: 16px;
    margin-top: -78px;
    z-index: 1000;
    position: relative;
}
.news_card .card-body span h6{
    font-size: 14px;
}
.news_card .card-body h4{
    font-size: 24px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 70px;
}
.news_card .card-body p{
    font-size: 17px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 60px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}
.about_banner h1{
    font-size: 36px;
}

.about_breadcrumb{
    margin-top: 12px;
}
.about_breadcrumb li a,.about_breadcrumb li{
    line-height: 24px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.about_breadcrumb .about_breadcrumb_home a{
    padding-left: 30px;
    position: relative;
}
.about_breadcrumb li a:hover{
    text-decoration: underline;
}
.about_breadcrumb .about_breadcrumb_home a svg{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 2px;
    fill: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "-";
    line-height: 24px;
    color: #fff;
}

.about_bt h1{
    font-weight: 900;
    color: #000;
    opacity: 0.07;
    font-size: 46px;
    line-height: 46px;
}
.about_bt h2{
    font-weight: 700;
    font-size: 30px;
    margin-top: -14px;
}

.about_video{
    padding-right: 60px;
    position: relative;
}
.about_video .ix_about_video{
    border-radius: 15px 100px 15px 100px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.about_video .ix_about_video .card-img-overlay{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_video:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: -32px;
    width: 188px;
    height: 70%;
    background: #056592;
}
.about_video .ix_about_video .ix_about_img{
    width: 100%;
    height: 100%;   
    object-fit: cover;
}

.about_jianjie_left{
    padding: 0px 30px 0px 0px;
}

.bg_EFEFEF{
    background: #EFEFEF;
}
.culture_card{
    border-radius: 24px;
    background: url(../img/culture_card1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    transform: perspective(1px) translateZ(0);
    transition: transform 0.5s;
}
.culture_card:hover{
    transform:translateY(-18px);
}
.culture_card .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 68px 24px 120px 24px;
}
.culture_card .card-body span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    border-radius: 88px;
    background: #fff;
}
.culture_card .card-body span svg{
    fill: #369FD4;
    width: 40px;
    height: 40px;
    transition: 0.5s;
}
.culture_card .card-body h4{
    font-size: 24px;
    margin-bottom: 24px;
    transition: 0.5s;
    margin-top: 28px;
    font-weight: 700;
}
.culture_card2{
    background: url(../img/culture_card2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.culture_card3{
    background: url(../img/culture_card3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.culture_card4{
    background: url(../img/culture_card4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.at_our_bg{
    background: url(../img/at_our_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.at_our_nr{
    background: #fff;
    border-radius: 18px;
    padding: 68px 42px 68px 42px;
}

.at_our_nr_swiper .swiper-wrapper,.at_our_nr_swiper2 .swiper-wrapper{
    height: auto;
}
.at_our_nr_swiper_anniu{
    position: relative;
    padding: 0px 80px;
}
.at_our_nr_swiper .swiper-wrapper .swiper-slide{
    text-align: center;
    cursor: pointer;
}
.at_our_nr_swiper .swiper-wrapper .swiper-slide h5{
    font-size: 20px;
    margin-top: 4px;
}
.at_our_nr_swiper .swiper-wrapper .swiper-slide span{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    border: 1px solid #0093DB;
    position: relative;
    margin-top: 15px;
    background: #fff;
}
.at_our_nr_swiper .swiper-wrapper .swiper-slide span:before{
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #0093DB;
}
.at_our_nr_swiper .swiper-wrapper .swiper-slide-thumb-active h5{
    font-size: 26px;
    font-weight: 700;
    color: #0093DB;
}
.at_our_nr_swiper .swiper-wrapper .swiper-slide-thumb-active span{
    width: 26px;
    height: 33px;
    background: url(../img/at_our_nr_swiper_svg.svg);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    border: none;
    margin-top: 10px;
}
.at_our_nr_swiper .swiper-wrapper .swiper-slide-thumb-active span:before{
    content: none;
}
.at_our_nr_swiper .swiper-wrapper .swiper-slide img{
    display: none;
}
.at_our_nr_swiper2{
    margin-top: 48px;
}
.at_our_nr_swiper_anniu .swiper-button-next,.at_our_nr_swiper_anniu .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(229,229,229,1);
    border-radius: 48px;
    z-index: 1000;
    transition: 0.5s;
}
.at_our_nr_swiper_anniu .swiper-button-prev{
    top: 0px;
    left: 0px;
    margin-top: 0px;
}
.at_our_nr_swiper_anniu .swiper-button-next{
    top: 0px;
    right: 0px;
    margin-top: 0px;
}
.at_our_nr_swiper_anniu .swiper-button-prev:after,.at_our_nr_swiper_anniu .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.at_our_nr_swiper_anniu .swiper-button-prev:hover:after,.at_our_nr_swiper_anniu .swiper-button-next:hover:after{
    color: #fff;
}
.at_our_nr_swiper_anniu .swiper-button-next:hover,.at_our_nr_swiper_anniu .swiper-button-prev:hover{
    background: rgba(42,116,167,1);
}
.at_our_nr_swiper:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 21px;
    width: 100%;
    height: 6px;
    background: #A1D3F3;
    border-radius: 6px;
}
.at_our_nr_swiper2 img{
    border-radius: 12px;
    margin-bottom: 32px;
}

.at_obm_ul li:last-child{
    padding-top: 78px;
    margin-top: 78px;
    border-top: 1px solid #707070;
}
.at_obm_card .at_obm_card_left{
    padding: 0px 60px 0px 0px;
}
.at_obm_card .at_obm_card_right{
    padding: 0px 0px 0px 60px;
}
.at_obm_card .fangda2{
    border-radius: 30px;
}

.about_company_swiper{
    padding: 58px 24px 0px 24px;
} 
.about_company_swiper .swiper-button-next,.about_company_swiper .swiper-button-prev{
    width: auto;
    height: auto; 
    font-size: 38px;
    color: #B2B2B2;
}
.about_company_swiper .swiper-button-prev{
    left: 30;
    top: 0px;
    margin-top: 0px;
}
.about_company_swiper .swiper-button-next{
    right: auto;
    left: 88px;
    top: 0px;
    margin-top: 0px;
}
.about_company_swiper .swiper-button-prev:after,.about_company_swiper .swiper-button-next:after{
    content: none;
}
.about_company_swiper .swiper-button-next:hover,.about_company_swiper .swiper-button-prev:hover{
    color: #2A74A7;
}
.about_company_swiper .swiper-wrapper{
    height: auto;
}
.about_company_swiper_card img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    padding: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
    transition: 0.5s;
    background: #fff;
}
.about_company_swiper .swiper-wrapper .swiper-slide{
    width: auto;
}

.about_hzhb{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.ix_swiper_honor_logo{
    background: #fff;
    height: 128px;
    padding: 10px;
    border-radius: 10px;
    transition: 0.5s;
}
.ix_swiper_honor_logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.ix_swiper_honor_logo:hover{
    background: #fff;
    transform:translateY(-8px);
    box-shadow: 0px 20px 40px -20px rgba(42, 116, 231, 0.34);
}

/* ----------------------------------------------------------------
    产品
----------------------------------------------------------------- */
.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}

.bg_F3F3F3{
    background: #F3F3F3;
}
.ps_nav_swiper_top .swiper-wrapper,.ps_nav_swiper_bottom .swiper-wrapper{
    height: auto;
}
.ps_nav_swiper_bottom{
    border-top: 1px solid #C5C5C5;
    padding-top: 24px;
}
.ps_nav_swiper_top{
    padding-bottom: 28px;
}
.ps_nav_swiper_top .swiper-wrapper .swiper-slide{
    width: auto;
    font-size: 18px;
    font-weight: 700;
    margin-right: 12px;
    padding: 12px 38px;
    background: none;
    color: #000;
    border-radius: 50px;
    transition: 0.5s;
    cursor: pointer;
}
.ps_nav_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    background: #2A74A7;
    color: #fff;
}
.ps_nav_swiper_bottom ul li a{
    margin-left: 38px;
    margin-bottom: 10px;
}

.ps_nr{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 24px;
}
/* 单个产品卡片 */
.product-card .card-body{
    padding: 18px 38px 10px 0px;
    flex: none;
}
/* 颜色色块容器 */
.color-dots {
    display: flex;
    gap: 8px;
    align-items: center;
        margin-bottom: 5px;
}
.product-card .card-body p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    color: #000;
}
/* 颜色色块样式 */
.color-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease;
}
/* 鼠标悬浮色块时放大，增强反馈 */
.color-dot:hover {
    transform: scale(1.2);
}
/* 自定义颜色值（匹配你图片中的色块） */
.color-dots .color-dots1{
    background-image: linear-gradient(to left, #F33979, #DEDD50);
}
.color-dots .color-dots2{
    background: #B3736D;
}
.color-dots .color-dots3{
    background: #000000;
}
.color-dots .color-dots4{
    background: #0046C6;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-item .page-link{
    background: #fff;
    color: #AAA;
    margin: 0px;
    width: 32px;
    height: 32px;
    border-radius: 32px!important;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product_ul .page-item .page-link{
    background: #fff;
}
.page_ul{
    background: #fff;
    height: 32px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 32px;
    display: flex;
    align-items: center;
}
.product_ul .page_ul{
    background: #E9E9E9;
}
.page_ul .list-inline-item{
    margin-right: 0px;
}
.page-item .page_link_left{
    margin-right: 20px;
}
.page-item:not(:first-child) .page-link{
    margin-left: 10px;
}
.page-item .page-link:hover{
    color: #2A74A7;
}
.page-item.active .page-link{
    width: 40px;
    height: 40px;
    border-radius: 8px!important;
    color: #fff;
    background: #2A74A7;
    box-shadow: 0px 0px 13px rgba(42, 116, 167, 0.19);
    border: none;
}

/*详情页*/
.ps_ds_bg{
    position: relative;
}
.ps_ds_bg:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #F1F1F1;
}
.ps_ds_swiper_bg{
    padding-right: 80px;
}
.ps_ds_banner .card-body{
    padding: 0px 0px 0px 80px;
}

.ps_ds_swiper{
    position: relative;
    padding-right: 130px;
}
.ps_ds_swiper_right{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 120px;
    height: 100%;
}
.ps_ds_swiper_left .swiper-wrapper,.ps_ds_swiper_right .swiper-wrapper{
    height: auto;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide{
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide-thumb-active{
    border: 4px solid #2A74A7;
}

.pt_ds_bt{
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
    font-size: 32px;
}
.pt_ds_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 8px;
    background: #2A74A7;
    border-radius: 6px;
}
.pt_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background: #E3E3E3;
}
.ps_ds_ul .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.ps_ds_ul .gengduo{
    padding: 10px 58px;
    font-size: 16px;
}
.pt_ds_gengduo{
    background: #2AA4E7;
    border: 2px solid #2AA4E7;
}
.gengduo_fhlb{
    background: #fff;
    border: 2px solid #ddd;
    color: #000!important;
    box-shadow: none;
}

.ps_ds_color li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #eee;
}
.ps_ds_color li a.ps_ds_color_1{
    background: #3E4466;
}
.ps_ds_color li a.ps_ds_color_2{
    background: #B3736D;
}
.ps_ds_color li a.ps_ds_color_3{
    background: #00389B;
}
.ps_ds_color li a.ps_ds_color_4{
    background: #98E2F8;
}

/* ----------------------------------------------------------------
    新闻
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}

.device_nav_swiper2{
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.device_nav_swiper2 .swiper-wrapper{
    display: flex;
    justify-content: center;
    height: auto;
}
.device_nav_swiper2 .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    margin: 0px 12px 0px 12px;
    background: #DFDFDF;
    color: #212121;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 58px;
    border-radius: 50px;
}
.device_nav_swiper2 .swiper-wrapper .active,.device_nav_swiper2 .swiper-wrapper .swiper-slide:hover{
    background: #2A74A7;
    color: #fff!important;
}

.news_nr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 78px 30px;
}

.news_pagination .page_ul{
    background: #E9E9E9;
}
.news_pagination .page-item .page-link{
    background: #E9E9E9;
    border: 1px solid #E9E9E9;
}
.news_pagination .page-item.active .page-link{
    background: #2A74A7;
}

/*详情页*/
.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 0px;
    padding: 30px 0px;
}
.ns_ds_bottom ul{
    padding-right: 24px;

}
.news_gengduo,.news_gengduo:hover{
    font-size: 14px;
    padding: 8px 38px;
    white-space: nowrap;
}
.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}

.news_ds_follow a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #4BC1FB;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
}
.news_ds_follow .list-inline-item:not(:last-child){
    margin-right: 5px;
}
.news_ds_follow .news_ds_follow_li1 a{
    background: #4BC1FB;
}
.news_ds_follow .news_ds_follow_li2 a{
    background: #F55643;
}
.news_ds_follow .news_ds_follow_li3 a{
    background: #419EEB;
}
.news_ds_follow .news_ds_follow_li4 a{
    background: #3A4E8D;
}
.news_ds_follow .news_ds_follow_li5 a{
    background: #FF00A2;
}

.news_bt{
    font-size: 24px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}

.contact_card{
    border-radius: 6px;
    background: #F1F1F1;
}
.contact_card .card-body{
    padding: 18px 24px;
    display: flex;
    align-items: center;
}
.contact_card .card-body img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
}
.contact_card .card-body h5{
    font-size: 17px;
}

.case_ds_form .form_input_h{
    height: 52px;
}
.case_ds_form .form-label{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
.case_ds_form .form-control{
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    padding: 18px 20px;
    font-size: 15px;
}
.case_ds_form .form-control::placeholder {
    color: #AFAFAF;
}
.gengduo_quxiao{
    background: #C4C4C4;
    border: 2px solid #C4C4C4;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.h_v{
    overflow: hidden;
}

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){
    
}
@media (max-width: 1600px){
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 60px 0px 0px;
    }
}

@media (max-width: 1400px){
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 50px 0px 0px;
    }
    .banner_nr h1{
        font-size: 48px;
    }
    .ix_about_bt{
        font-size: 100px;
    }
    .dingyue{
        padding-right: 0px;
    }

    .ps_ds_banner .card-body{
        padding: 0px 0px 0px 60px;
    }
    .ps_ds_swiper_bg{
        padding-right: 60px;
    }
    .about_banner{
        height: 400px;
    }
    .ps_ds_swiper_right{
        width: 100px;
    }
    .ps_ds_swiper{
        padding-right: 110px;
    }

    .news_nr{
        gap: 68px 20px;
    }
    .about_video:before{
        width: 140px;
    }
    .about_video{
        padding-right: 40px;
    }
    .culture_card .card-body{
        padding: 68px 24px 68px 24px;
    }
    .at_obm_card .at_obm_card_left,.at_obm_card .at_obm_card_right{
        padding: 0px;
    }
    .ix_bt h2{
        font-size: 40px;
    }
    .about_hzhb{
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1300px){
    .row_30,.row_24,.row_20{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24,.col_20{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px){
    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
        height: 38px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        /*justify-content: center;*/
    }
    .nav_min .nav_container{
        position: relative;
        /*justify-content: center;*/
        padding: 0px;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .container{
        position: relative;
        width: 100%;
        padding: 0px;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 58px;
        top: 8px;
        background: none;
    }
    .md_sousuo:hover{
        background: none;
    }
    .search_anniu_top:after{
        border: 1px solid #000!important;
    }
    .search_anniu_top:before{
        height: 1px;
        background: #000!important;
    }
    .search_anniu_top2{
        width: 68px;
        height: 58px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .md_collapse .navbar-nav{
        padding: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .nav_min .navbar-nav .top_xiala .nav-link{
        padding: 16px 40px 16px 0px;
    }
    .nav_min .navbar-nav .nav-link{
        padding: 16px 0px 16px 0px;
    }
    .nav_min .navbar-nav .top_xiala .nav-link {
        padding-right: 40px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 14px;
        font-weight: normal;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }
    .nav_min .navbar-nav .pc_yuyan .nav-link{
        padding-left: 0px;
        padding-right: 40px;
    }
    .nav_min .nav-link span{
        display: none;
    }
    .container_style{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .md_collapse{
        max-height: 80vh;
        overflow: auto;
    }
    .md_collapse::-webkit-scrollbar {
        width: 0px;
    }

    .pb-6{
        padding-bottom: 58px;
    }
    .pt-6{
        padding-top: 58px;
    }
    .mb-6{
        margin-bottom: 58px;
    }
    .mt-6{
        margin-top: 58px;
    }
    .pt-7{
        padding-top: 58px;
    }
    .pb-7{
        padding-bottom: 58px;
    }

    .nav_min .pc_yuyan .nav-link svg,.nav_min .pc_yuyan:hover .nav-link svg{
        fill: #000;
    }
    .nav_min .pc_yuyan .nav-link,.navbar-light .navbar-nav .show>.nav-link,.nav_min .pc_yuyan:hover .nav-link{
        color: #000;
        background: none;
    }
    .nav-link:before{
        content: none;
    }

    .bottom_dibu{
        flex-direction: column;
    }
    .botom_beianhao li{
        display: block;
    }
    .botom_beianhao .list-inline-item:not(:last-child){
        margin-right: 0px;
    }
    .di_beian{
        padding: 24px 0px;
    }

    .ix_highlights_swiper_card .card-img-overlay{
        padding: 24px;
    }
    .ix_bt h2{
        font-size: 38px;
    }

    .ps_ds_bg:before{
        width: 100%;
    }
    .ps_ds_swiper_bg{
        padding-right: 0px;
    }
    .ps_ds_banner .card-body{
        padding: 30px 0px 0px 0px;
    }

    .ps_nr{
        grid-template-columns: repeat(3, 1fr);
    }
    .ps_nav_swiper_top .swiper-wrapper .swiper-slide{
        font-size: 16px;
        padding: 10px 24px;
    }
    .ps_nav_swiper_bottom ul li a{
        margin-left: 24px;
    }
    .news_nr{
        grid-template-columns: repeat(2, 1fr);
    }

    .about_jianjie_left{
        padding: 0px 0px 30px 0px;
    }
    .about_hzhb{
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
}
@media (max-width: 980px){
    /*bottom*/
    .bottom_bg{
        padding-top: 24px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .erweima{
        padding-top: 24px;
    }
    .di_beian,.di_about{
        margin-top: 24px;
    }
    .md_erweima{
        margin-top: 24px;
    }
    .dingyue{
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .banner{
        height: 500px;
    }
    .banner_nr{
        padding-top: 58px;
    }
    .ix_rdps_swiper_anniu .swiper-button-prev{
        left: -24px;
    }
    .ix_rdps_swiper_anniu .swiper-button-next{
        right: -24px;
    }
    .ix_about_bt{
        font-size: 88px;
    }
    .ix_information_swiper_card .fangda2{
        width: 100%;
        margin-left: 0px;
        height: 500px;
    }
    .ix_information_swiper_card .card-img-overlay{
        position: sticky;
        width: 100%;
        transform: translateY(0%);
        height: auto;
        margin-top: 12px;
        padding: 100px 38px 48px 38px;
    }
    .ix_information_swiper_card_dh{
        left: 38px;
    }
    .ix_information_swiper{
        padding-bottom: 68px;
    }
    .ix_information_swiper_card_dh{
        width: 100px;
        height: 100px;
        border-radius: 16px;
    }
    .ix_information_swiper_card_dh img{
        width: 58px;
        height: 58px;
    }
    .ix_information_swiper .swiper-button-prev{
        left: 50%;
        margin-left: -58px;
    }
    .ix_information_swiper .swiper-button-next{
        left: 50%;
        margin-left: 10px;
    }

    .ps_nr{
        grid-template-columns: repeat(2, 1fr);
    }
    .at_obm_card .card-body{
        padding: 30px 0px 0px 0px;
    }
    .about_hzhb{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px){
    .tanchuang_tuichu{
        right: 0px;
        background: none;
        margin-top: 0px;
    }

    .page-item .page-link{
        width: 32px;
        height: 32px;
    }
    .page_ul{
        height: 32px;
    }
    .page-item.active .page-link{
        width: 42px;
        height: 42px;
    }
    .page-item:not(:first-child) .page-link{
        margin-left: 10px;
    }

    .wrap,.wrap_lg,.wrap_md,.wrap_xl{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }
    .wrap_fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .ix_about_bt{
        font-size: 48px;
    }
    .banner_nr h1,.ix_bt h2,.ix_zgg_bg h2,.about_banner h1,.pt_ds_bt{
        font-size: 24px;
        line-height: 38px;
    }
    .ix_highlights_swiper_card_nr h4{
        font-size: 18px;
    }
    .ix_highlights_swiper_card_nr p,.p_17 p, .p_17,.ix_information_swiper_card .card-img-overlay p,.ix_information_swiper_card .card-img-overlay span,.news_card .card-body p,.p_18 p, .p_18,.p_16 p, .p_16{
        font-size: 14px;
        line-height: 24px;
    }
    
    .sjyc {display: none;}
        .botom_beianhao .list-inline-item:not(:last-child) {
        margin-right: 0px;
        font-size: 14px;
    }
    
    .ix_rdps_swiper_anniu .swiper-button-next, .ix_rdps_swiper_anniu .swiper-button-prev{
        width: 38px;
        height: 38px;
    }
    .ix_rdps_swiper_anniu .swiper-button-prev{
        left: 0px;
        margin-top: -19;
    }
    .ix_rdps_swiper_anniu .swiper-button-next{
        right: 0px;
        margin-top: -19;
    }
    .banner .swiper-pagination{
        bottom: 24px;
    }
    .banner{
        height: 380px;
    }
    .ix_bt h2 span:before{
        height: 6px;
    }
    .mb-5 {
        margin-bottom: 38px !important;
    }
    .gengduo,.ps_ds_ul .gengduo,.ps_nav_swiper_top .swiper-wrapper .swiper-slide,
    .device_nav_swiper2 .swiper-wrapper .swiper-slide{
        padding: 6px 24px;
        font-size: 14px;
    }
    .ix_highlights_swiper .swiper-button-next, .ix_highlights_swiper .swiper-button-prev{
        opacity: 0.5;
        width: 38px;
        height: 38px;
        border: 1px solid #ddd;
    }
    .ix_highlights_swiper .swiper-button-next,.ix_highlights_swiper:hover .swiper-button-next{
        right: auto;
        top: auto;
        bottom: 0px;
        left: 50%;
        margin-left: 10px;
    }
    .ix_highlights_swiper .swiper-button-prev,.ix_highlights_swiper:hover .swiper-button-prev{
        top: auto;
        bottom: 0px;
        left: 50%;
        margin-left: -48px;
    }
    .ix_highlights_swiper{
        padding-bottom: 58px;
    }
    .ix_highlights_swiper .swiper-button-prev:after,.ix_highlights_swiper .swiper-button-next:after
    ,.ix_rdps_swiper_anniu .swiper-button-prev:after,.ix_rdps_swiper_anniu .swiper-button-next:after
    ,.ix_information_swiper .swiper-button-prev:after,.ix_information_swiper .swiper-button-next:after
    ,.at_our_nr_swiper_anniu .swiper-button-next:after, .at_our_nr_swiper_anniu .swiper-button-prev:after{
        font-size: 15px;
    }
    .ix_highlights_swiper .swiper-button-next:hover, .ix_highlights_swiper .swiper-button-prev:hover{
        border: 1px solid #2A74A7;
    }
    .tabs-nav .tab-item{
        width: 12px;
        height: 12px;
    }
    .ix_zgg_bg{
        height: 380px;
    }
    .ix_information_swiper_card .fangda2{
        height: 280px;
    }
    .ix_information_swiper_card .card-img-overlay{
        padding: 60px 24px 32px 24px;
    }
    .ix_information_swiper_card_dh{
        width: 80px;
        height: 80px;
    }
    .ix_information_swiper_card_dh img{
        width: 38px;
        height: 38px;
    }
    .ix_information_swiper_card_dh{
        left: 24px;
        top: -50px;
    }
    .ix_information_swiper_card .card-img-overlay p{
        height: 72px;
    }
    .ix_information_swiper_card .card-img-overlay h3{
        font-size: 24px;
    }
    .ix_information_swiper .swiper-button-next, .ix_information_swiper .swiper-button-prev,.at_our_nr_swiper_anniu .swiper-button-next, .at_our_nr_swiper_anniu .swiper-button-prev{
        width: 38px;
        height: 38px;
    }
    .ix_information_swiper .swiper-button-prev{
        margin-left: -48px;
    }
    .news_card .card-body p{
        height: 48px;
    }
    .news_card .card-body h4{
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }
    .news_card .card-body span{
        width: 90px;
        height: 90px;
        margin-top: -68px;
        margin-bottom: 14px;
    }

    .about_banner{
        height: 240px;
    }
    .about_breadcrumb{
        margin-top: 8px;
    }
    .ps_ds_swiper_right{
        width: 80px;
    }
    .ps_ds_swiper{
        padding-right: 90px;
    }
    .ps_ds_color li a{
        width: 20px;
        height: 20px;
    }
    .ps_ds_ul .list-inline-item:not(:last-child){
        margin-right: 10px;
    }
    .ps_nav_swiper_top .swiper-wrapper .swiper-slide{
        margin-right: 8px;
        padding: 7px 18px;
    }
    .ps_nav_swiper_bottom ul li a{
        font-size: 13px;
        margin-left: 18px;
    }
    .ps_nav_swiper_bottom ul li.list-inline-item:not(:last-child){
        margin-right: 0px;
    }
    .ps_nr{
        gap: 28px 8px;
    }
    .product-card .card-body{
        padding: 18px 8px 10px 0px;
    }
    .product-card .card-body h4{
        font-size: 16px;
    }
    .product-card .card-body p{
        font-size: 13px;
        line-height: 20px;
        height: 40px;
        margin-top: 8px;
    }
    .color-dot{
        width: 14px;
        height: 14px;
    }
    .news_ds_ul .list-inline-item:not(:last-child){
        margin-right: 12px;
    }
    .ns_ds_bottom{
        display: flex;
        flex-direction: column;
    }
    .news_gengduo{
        margin-top: 24px;
    }
    .ns_ds_bottom{
        padding: 24px 0px 0px 0px;
    }
    .news_nr{
        grid-template-columns: repeat(1, 1fr);
        gap: 48px 20px;
    }
    .device_nav_swiper2 .swiper-wrapper .swiper-slide{
        margin: 0px 4px;
    }
    .about_video:before{
        content: none;
    }
    .about_video{
        padding-right: 0px;
    }
    .about_video .ix_about_video{
        border-radius: 12px;
    }
    .video_aniu,.video_aniu .video_aniu_top,.video_aniu .video_aniu_top .circle01, .video_aniu .video_aniu_top .circle02{
        width: 48px;
        height: 48px;
        border-radius: 48px;
    }
    .video_aniu svg{
        width: 16px;
        height: 16px;
    }
    .culture_card .card-body span{
        width: 68px;
        height: 68px;
    }
    .culture_card .card-body span svg{
        width: 24px;
    }
    .culture_card .card-body h4{
        margin-top: 20px;
        margin-bottom: 16px;
        font-size: 20px;
    }
    .at_our_nr{
        padding: 48px 24px;
    }
    .about_bt h2{
        font-size: 24px;
    }
    .about_bt h1{
        font-size: 32px;
    }
    .at_our_nr_swiper_anniu{
        padding: 0px 50px;
    }
    .at_our_nr_swiper .swiper-wrapper .swiper-slide h5{
        font-size: 16px;
    }
    .at_our_nr_swiper .swiper-wrapper .swiper-slide-thumb-active h5{
        font-size: 18px;
    }
    .at_our_nr_swiper:before{
        top: 17px;
    }
    .at_our_nr_swiper .swiper-wrapper .swiper-slide span{
        margin-top: 11px;
    }
    .at_our_nr_swiper .swiper-wrapper .swiper-slide-thumb-active span{
        width: 20px;
        height: 25px;
        margin-top: 10px;
    }
    .at_our_nr_swiper2{
        margin-top: 28px;
    }
    .at_our_nr_swiper2 .card .card-body h3{
        font-size: 18px;
    }
    .p_mb p{
        margin-bottom: 10px;
    }
    .at_obm_card .card-body h3{
        font-size: 22px;
    }
    .about_hzhb{
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .ix_swiper_honor_logo{
        height: 110px;
    }
}







.ps_ds_color .list-inline-item a {
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid transparent;
    margin: 0 5px;
}
.ps_ds_color .list-inline-item a.active {
    border-color: #000;
    transform: scale(1.1);
}
.ps_ds_color .list-inline-item a:hover {
    opacity: 0.9;
}
.ps_ds_swiper_left {
    min-height: 200px;
}
    
    
    
    
    
    
    
    /* .ps_nav_swiper_top .swiper-slide.active a {*/
        color: #f00; /* 选中颜色，可自定义 */
    /*    font-weight: bold;*/
    /*    border-bottom: 2px solid #f00;*/
    /*}*/
    /* 底部导航选中高亮（可选） */
    /*.ps_nav_swiper_bottom .swiper-slide.active {*/
        background-color: #f5f5f5; /* 选中背景色，可自定义 */
    /*}*/
    /* 移除 Swiper 自带的激活样式干扰 */
    /*.swiper-slide-thumb-active {*/
    /*    opacity: 1 !important;*/
    /*}*/
    
    
    
    
    
    
    
    

.pagination {
  display: flex;
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  border-radius: 4px;
}
.pagination li {
  margin: 0 2px;
}
.pagination li a {
  position: relative;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.pagination li a:hover {
  color: #fff;
  background-color: #2A74A7;
  border-color: #007bff;
}
.pagination li.active a {
  z-index: 3;
  color: #fff;
      background-color: #2A74A7;
    border-color: #005997;
    pointer-events: none;
}
.pagination li.disabled a {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}
@media (max-width: 576px) {
  .pagination li a {
    padding: 6px 12px;
    font-size: 14px;
  }
}




