/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  src: url(../fonts/montserrat-regular.ttf);
}
body{
    font-family: "Microsoft YaHei","Arial","微软雅黑",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
}

/* 隐藏原生input */
.Radio input,
.Checkbox input {
    display: none
}

/* 标签基础样式 */
.Radio label,
.Checkbox label {
    padding: 0px 0px 0px 30px;
    display: inline-block;
    cursor: pointer;
    position: relative
}

/* 统一方形样式（单选 + 复选都用方形） */
.Radio label:before,
.Checkbox label:before {
    box-sizing: border-box;
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #CCC;
    margin: 0px 8px 0px 0px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.2S;
    position: absolute;
    left: 0px;
    top: 3px;

    /* 统一改成方形 */
    border-radius: 0px;
    /* 统一使用对勾背景 */
    background: url(../img/ico_tick.svg) #fff no-repeat center;
    background-size: 0;
}

/* 悬浮 */
.Radio label:hover:before,
.Checkbox label:hover:before {
    border-color: #CCC;
}

/* 禁用状态 */
.Radio input:disabled + label:before,
.Checkbox input:disabled + label:before {
    background-color: #fff;
    border-color: #CCC;
    opacity: 0.5;
}
.Radio input:disabled + label,
.Checkbox input:disabled + label {  
    opacity: 0.5;
}

/* ==================================
   核心修改：单选选中样式 = 复选选中样式
=================================== */
.Radio input:checked + label:before,
.Checkbox input:checked + label:before {
    background-color: #000;
    background-size: 16px;
    border-color: #000;
}

/* 整块hover */
.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: 1000;
    transition: all 0.5s;
}
.back-top:hover{
    background: #E50010;
    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: #E50010;
}
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;
}

.p_12 p,.p_12{
    font-size: 12px;
    line-height: 20px;
}
.p_14 p,.p_14{
    font-size: 14px;
    line-height: 24px;
}
.p_15 p,.p_15{
    font-size: 15px;
    line-height: 28px;
}
.p_16 p,.p_16{
    font-size: 16px;
    line-height: 30px;
}
.p_17 p,.p_17{
    font-size: 17px;
    line-height: 34px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 36px;
}
.p_em p{
    text-indent: 2em;
}
.p_mb p{
    margin-bottom: 16px;
}

.opacity_5{
    opacity: 0.5;
}

.text_999{
    color: #999;
}
.text-danger{
    color: #E50010!important;
}
.text-success{
    color: #01ac3a!important;
}
.text-primary{
    color: #1F48A1!important;
}
.text-warning{
    color: #EC9600!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;
}

.row_40{
    margin-left: -40px;
    margin-right: -40px;
}
.col_40{
    padding-left: 40px;
    padding-right: 40px;
}
.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_12{
    margin-left: -12px;
    margin-right: -12px;
}
.col_12{
    padding-left: 12px;
    padding-right: 12px;
}
.row_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.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);
}

.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(31, 72, 161, 0.1);
}

.gengduo{
    padding: 12px 48px 12px 48px;
    background: linear-gradient(to right, rgba(255, 1, 0, 1.0), rgba(255, 100, 0, 1.0));
    color: #fff!important;
    font-size: 1rem;
    line-height: 24px;  
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.gengduo:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 1, 0, 1.0), rgba(255, 100, 0, 1.0));
    opacity: 0;
    transition: 0.5s;
}
.gengduo:hover:before{
    opacity: 1;
}
.gengduo span{
    position: relative;
}
.gengduo:hover{
    color: #fff!important;
}

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

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*ix_nav_top*/
.ix_nav_top{
    background: linear-gradient(to right, rgba(255, 0, 0, 1.0), rgba(255, 102, 0, 1.0));
}
.ix_nav_top_f{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ix_nav_top_f p{
    padding-right: 24px;
}
.ix_nav_top_f_right{
    display: flex;
    align-items: center;
}
.ix_nav_top_f_right a{
    color: #fff;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 5px;
}
.ix_nav_top_f_right a svg{
    width: 14px;
    height: 14px;
    fill: #fff;
}
.pc_yuyan:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 1px;
    height: 14px;
    transform: translate(0%, -50%);
    background: rgba(255, 255, 255, 0.5);
}

.nav_sousuo{
    background: #323336;
}
.nav_sousuo .container_style{
    padding-top: 80px;
    padding-bottom: 80px;
}
.nav_sousuo .sousuo_control{
    height: 58px;
}
.nav_sousuo  .search_anniu_top2{
    height: 58px;
    width: 88px;
}
.nav_sousuo .container_style ul li a{
    color: #fff;
    font-size: 14px;
}
.nav_sousuo .container_style ul li a:hover{
    color: #E72144;
}

/*nav*/
.nav_min{
    padding: 0px 5rem 0px 5rem;
    border: none;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}
.nav_min .container{
    padding: 0px;
}
.nav_min .navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 53px;
    transition: 0.5s;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
}
.navbar-brand img{
    height: 100%;
}
.nav_min .navbar-nav .nav-item{
    margin: 0px 0px 0px 80px;
}
.nav_min .navbar-nav .nav-link{
    padding: 35px 0px 35px 0px;
    position: relative;
    transition: 0.5s;
}
.nav_min .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    /*text-transform: uppercase;*/
}
/*.nav_min .navbar-nav .nav_xiala .nav-link{
    padding-right: 24px;
}
.nav_min .nav-link span{
    font-size: 1rem;
}
*/

.nav_min .nav-item .nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background: #E50010;
    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;
}
.nav_min .nav-item .nav-link:hover:before,.nav_min .nav-item.active .nav-link:before,.nav_xiala:hover .nav-link:before,.nav_xiala2:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #E50010;
}

.nav_min .navbar-nav .nav-link:hover{
    color: #E50010;
}
.nav_min .active .nav-link,.nav_min .nav_xiala:hover .nav-link,.nav_min .nav_xiala2:hover .nav-link{
    color: #E50010;
}

.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);
}

.nav_min .container{
    position: static;
}
.nav_xiala{
    position: static;
}
.nav_xiala .dropdown-menu{
    left: 0;
    min-width: 100%;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0px 5px 10px rgba(153, 153, 153, 0.1);
    animation: nav_xialaxg 0.5s;
    -moz-animation: nav_xialaxg 0.5s; /* Firefox */
}
.nav_xiala2{
    position: relative;
}
.nav_xiala2 .dropdown-menu{
    left: 0;
    min-width: 100%;
    width: 200px;
    background: #fff;
    border: none;
    border-radius: 0px;
    padding: 0px 15px 0px 15px;
    box-shadow: 0px 5px 10px rgba(153, 153, 153, 0.2);
    margin: 0px;
    animation: nav_xialaxg 0.5s;
    -moz-animation: nav_xialaxg 0.5s; /* Firefox */
}
@keyframes nav_xialaxg
{
    0%   {
        margin-top: 10px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .nav_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
    .nav_xiala2: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: #E50010;
    padding: 12px 0px 12px 6px;
}

.menu_g{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
    padding: 48px;
}
.menu_g ul h5 a{
    font-size: 16px;
    font-weight: 700;
    transition: 0.5s;
}
.menu_g ul li a{
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin: 5px 0px;
    transition: 0.5s;
}
.menu_g ul a:hover{
    padding-left: 6px;
}

.nav_xiala .dropdown-toggle,.nav_xiala2 .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 10px 10px;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
    line-height: 16px;
}
.nav_xiala .dropdown-toggle::after,.nav_xiala2 .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1199px){
    .nav_xiala .dropdown-toggle,.nav_xiala2 .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: #E50010;
    color: #fff;
}

.ix_sousuo{
    display: none;
}

.pc_yuyan{
    margin-right: 0rem;
    margin-left: 0rem;
    z-index: 2000;
}
.pc_yuyan .dropdown-menu{
    left: auto;
    right: 0px;
}
.pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.pc_yuyan .nav-link span{
    font-size: 1rem;
    position: absolute;
    right: 0px;
    transition: all 0.3s;
}
.pc_yuyan:hover .nav-link span{
    transform: rotate(180deg);
    color: #2F6CF2;
}
.pc_yuyan .nav-link{
    padding: 6px 28px 6px 16px;
    display: flex;
    align-items: center;
    color: #fff!important;
    transition: 0.5s;
    font-size: 12px;
    line-height: 22px;
    background: none;
    border-radius: 0px;
}
.pc_yuyan .nav-link i{
    font-size: 18px;
}
.pc_yuyan .nav-link span{
    right: 0px;
    font-size: 14px;
}
.pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: 160px;
}
.pc_yuyan svg{
    fill: #fff;
}
.pc_yuyan:hover .nav-link{
    color: #fff;
}
.pc_yuyan:hover .nav-link span{
    color: #fff;
}

.md_sousuo{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    transition: all .5s;
    background: linear-gradient(to top, rgba(170, 145, 58, 1.0),rgba(206, 183, 96, 1.0),rgba(170, 145, 58, 1.0));
}
/*.md_sousuo:hover{
    background: #2F6CF2;
}*/
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 14px;
    right: 1px;
    bottom: 0;
    left: 14px;
    width: 6px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -2px;
    right: 2px;
    bottom: 0; 
    left: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}
.search_anniu_top:hover:before{
    background: #666;
}
.search_anniu_top:hover:after{
    border: 1px solid #666;
}
.search_anniu_top2{
    display: inline-block;
    width: 58px;
    height: 42px;
    position: relative;
    background: #fff;
    border: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.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: #E50010;
}
.search_anniu_top2:hover:after{
    border: 1px solid #E50010;
}
.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 ul li{
    line-height: 24px;
}
.sousuo_group{
    position: relative;
    flex-wrap: nowrap;
}
.sousuo_control{
    box-shadow: none;
    border: none;
    background: #fff;
    border-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 8px 24px;
    height: 42px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 300px;
    min-width: 0;
    margin-bottom: 0;
    border-right: 0px;
    font-size: 14px;
}
.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: #fff;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}
.tanchuang_tuichu{
    position: absolute;
    height: 58px;
    right: -58px;
    top: 0px;
    background: #E72144;
    cursor: pointer;
    transition: all .5s;
}
.tanchuang_tuichu:hover{
    background: #E72144;
}
.tanchuang_tuichu:hover .search_anniu2:after{
    background: #fff;
}
.tanchuang_tuichu:hover .search_anniu2:before{
    background: #fff;
}

.nav_breadcrumb{
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
}
.nav_breadcrumb .breadcrumb-item+.breadcrumb-item{
    padding-left: 0px;
}
.nav_breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    content: none;
}
.nav_gouwu{
    padding: 10px;
    display: flex;
}
.nav_gouwu svg {
    width: 22px;
    height: 22px;
    fill: #666;
    transition: 0.5s;
}
.sousuo{
    padding: 12px;
}
.sousuo svg{
    width: 18px;
    height: 18px;
    fill: #666;
}
.nav_min .nav_logon .nav-link{
    padding: 10px;
    display: flex;
}
.nav_min .nav_logon .nav-link::before{
    content: none;
}
.nav_min .nav_logon .nav-link svg {
    width: 22px;
    height: 22px;
    fill: #666;
    transition: 0.5s;
}
.nav_logon_anniu a{
    padding: 8px 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    color: #fff;
    background: #E72144;
    text-align: center;
}
.nav_logon_anniu ul li a{
    text-align: left;
    background: none;
    color: #999;
    line-height: 20px;
    font-size: 13px;
}
.nav_logon_anniu a.nav_logon_anniu_register{
    background: #eee;
    color: #666;
}
.nav_logon_anniu a:hover{
    background: #fc7f82;
    color: #fff;
}
.nav_logon_anniu ul li a:hover{
    background: none;
    color: #E72144;
    padding: 8px 0px 8px 6px;
}
.nav_logon .dropdown-menu,.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
.nav_gouwu{
    position: relative;
}
.nav_gouwu_shuju{
    color: #fff;
    background: #E90029;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
}

/* 隐藏导航栏的类 */

/*banner*/
.banner{
    height: calc(100vh - 128px);
    position: relative;
}
.banner .swiper-wrapper .swiper-slide:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 200;
}
.banner_icon{
    position: absolute;
    right: -60px;
    top: 0px;
    z-index: 200;
    height: 100%;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.banner .swiper-pagination{
    bottom: 30px;
    left: 5rem;
    width: auto;
    z-index: 400;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 27px;
    height: 3px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 0px;
    margin: 0px 12px 0px 0px;
    z-index: 100;
    position: relative;
    transition: 0.5s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 48px;
    background: #E50010;
    opacity: 1;
}

.banner .banner_nr{
    position: relative;
    z-index: 500;
    padding: 28px 28px 28px 28px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    margin-top: 15%;
}
.banner .banner_nr h1{
    font-size: 58px;
    line-height: 68px;
}
.banner .banner_nr h3{
    font-size: 24px;
    line-height: 38px;
}
.banner .swiper-slide .banner_nr{
    transform:translateX(100px);
    opacity:0;
    transition:all .8s;
}
.banner .swiper-slide-active .banner_nr{
    transform:translateX(0);
    opacity:1;
}

.banner_yxhd{
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%,0);
    /* 动画属性：名称 时长 匀速 无限循环 交替运动 */
    animation: float 1s linear infinite alternate;
      
    /* 让动画更丝滑 */
    will-change: transform;
}
.banner_yxhd img{
    width: 18px;
}
@keyframes float {
    /* 起始位置：原位置 */
    from {
        transform: translate(-50%,0);
    }
    /* 结束位置：向上移动 30px */
    to {
        transform: translate(-50%,-16px);
    }
}

.banner .swiper-button-next{
    z-index: 500;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    border: 20px solid rgba(255, 255, 255, 0.6);
    right: 0px;
    transform: translateX(50%);
    margin-top: -90px;
    transition: 0.5s;
}
.banner .swiper-button-next:after{
    content: none;
}
.banner .swiper-button-next svg{
    width: 30px;
    height: 30px;
    fill: #fff;
    margin-right: 60px;
}
.banner .swiper-button-next:hover{
    border: 20px solid rgba(255, 255, 255, 1);
}

.banner_tsgd{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 120px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 500;
    font-size: 16px;
}
.banner_tsgd:hover,.banner_tsgd:focus{
    color: #fff;
}
.banner_tsgd:before{
    content: "";
    position: absolute;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 1px;
    background: #fff;
}

/*主体*/
.ix_anniu_a{
    display: inline-block;
    color: #000;
}
.ix_anniu_a span{
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
}
.ix_anniu_a span:before{
    content: "";
    position: absolute;
    left: 58px;
    top: 50%;
    width: 16px;
    height: 1px;
    background: #000;
}
.ix_anniu_a span:hover:before{
    background: #E50010;
}
.ix_anniu_a span i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #E50010;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
}
.ix_anniu_a:hover span i{
    transform: rotate(-45deg);
}

.ix_about_bg{
    background: url(../img/ix_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bt{
    margin-bottom: 48px;
}
.bt h1{
    font-size: 60px;
    line-height: 78px;
}
.bt h2{
    font-size: 42px;
    line-height: 58px;
}
.ix_about_left_h3{
    margin-top: 38px;
    font-size: 30px;
    line-height: 48px;
}
.ix_about_left_p{
    width: 120%;
}

.ix_about_right_g{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 88px;
}
.ix_num{
    margin-top: 42px;
}
.ix_num .ix_num_flex{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    color: #fff;
}
.ix_num .ix_num_flex span{
    font-size: 16px;
    text-align: left;
}
.ix_num .ix_num_flex .num-item{
    font-size: 62px;
    line-height: 62px;
    color: #fff!important;
    font-weight: 700;
    transition: 0.5s;
}
.ix_num_grid .ix_num{
    border-radius: 15px;
    transition: 0.5s;
}
.ix_num_grid .ix_num p{
    margin-top: 20px;
}
.ix_about_right_card{
    border: none;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
}
.ix_about_right_card .card-body{
    padding: 30px 38px 38px 38px;
}
.ix_about_right_card .card-body img{
    width: 46px;
    height: 46px;
    object-fit: scale-down;
}
.ix_about_right_card:hover{
    background: rgba(229, 0, 16, 0.75);
}

.ix_ps_bg{
    background: url(../img/ix_ps_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_ps_a{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
    padding-left: 700px;
}
.ix_ps_swiper1{
    z-index: 500;
}
.ix_ps_swiper1 .swiper-wrapper,.ix_ps_swiper2 .swiper-wrapper{
    height: auto;
}
.ix_ps_swiper1 .swiper-wrapper .swiper-slide{
    cursor: pointer;
    color: #fff;
    padding: 8px 12px;
    background: none;
    border-radius: 50px;
    font-size: 18px;
    text-align: center;
}
.ix_ps_swiper1{
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 30px;
}
.ix_ps_swiper1 .swiper-wrapper .swiper-slide-thumb-active{
    background: #E50010;
}
.ix_ps_swiper2{
    color: #fff;
}
.ix_ps_swiper2 .swiper-wrapper .swiper-slide{
    opacity: 0!important;
}
.ix_ps_swiper2 .swiper-wrapper .swiper-slide-active{
    opacity: 1!important;
}
.ix_anniu_a_w{
    color: #fff;
}
.ix_anniu_a_w span:before{
    background: #fff;
}
.ix_ps_swiper3 ul{
    padding: 12px;
}
.ix_ps_f{
    display: flex;
}
.ix_ps_left{
    width: 700px;
    height: 700px;
    border-radius: 700px;
    flex-shrink: 0;
    padding: 100px;
}
.ix_ps_left img{
    width: 500px;
    height: 500px;
    border-radius: 500px;
    border: 6px solid #fff;
    object-fit: cover;
}
.ix_ps_right{
    padding-top: 330px;
}
.ix_ps_b{
    position: relative;
}
.ix_ps_b_yuan1{
    position: absolute;
    left: -50px;
    top: -50px;
    width: 800px;
    height: 800px;
    border-radius: 800px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.ix_ps_b_yuan2{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 700px;
    height: 700px;
    border-radius: 700px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.ix_ps_b_yuan3{
    position: absolute;
    left: 50px;
    top: 50px;
    width: 600px;
    height: 600px;
    border-radius: 600px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.ix_case_bg{
    background: url(../img/ix_case_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bt_f{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ix_video_swiper .swiper-wrapper{
    height: auto;
}
.ix_video_swiper .swiper-button-next,.ix_video_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 16px;
    z-index: 1000;
    opacity: 1;
}
.ix_video_swiper .swiper-button-prev{
    top: 50%;
    margin-top: -24px;
    left: calc((100vw - 1048px) / 2);
}
.ix_video_swiper .swiper-button-next{
    top: 50%;
    margin-top: -24px;
    right: calc((100vw - 1048px) / 2);
}
.ix_video_swiper .swiper-button-prev:after,.ix_video_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.ix_video_swiper .swiper-button-prev:hover:after,.ix_video_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_video_swiper .swiper-button-next:hover,.ix_video_swiper .swiper-button-prev:hover{
    background: rgba(223, 0, 16, 1);
    opacity: 1;
}
.ix_video_swiper .swiper-wrapper .swiper-slide{
    width: 1000px;
    opacity: 1;
}
.ix_video_swiper .swiper-wrapper .swiper-slide-active{
    opacity: 1;
}
.ix_video_swiper_card{
    width: 100%;
    height: 578px;
    overflow: hidden;
    position: relative;
}
.ix_video_swiper_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 100;
}
.ix_video_swiper .swiper-wrapper .swiper-slide-active .ix_video_swiper_card .ix_video_swiper_card_img{
    opacity: 1;
}
.ix_video_swiper_card video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.ix_video_swiper_card .card-img-overlay{
    padding: 60px 60px 60px 60px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ix_video_swiper_card .card-img-overlay:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.ix_video_swiper .swiper-slide h5{
    transform:translateY(100px);
    opacity:0;
    transition:all .8s;
    transition-delay: 0.6s;
}
.ix_video_swiper .swiper-slide h1{
    transform:translateY(100px);
    opacity:0;
    transition:all .8s;
    font-size: 24px;
    line-height: 38px;
}
.ix_video_swiper .swiper-slide-active h5{
    transform:translateY(0);
    opacity:1;
}
.ix_video_swiper .swiper-slide-active h1{
    transform:translateY(0);
    opacity:1;
}

.ix_service_bg{
    background: url(../img/ix_service_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_service_g{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 24px;
    margin-top: 48px;
}
.ix_service_card{
    border-radius: 20px;
    transition: 0.3s;
}
.ix_service_card .card-body{
    padding: 38px 38px 48px 38px;
}
.ix_service_card .card-body h4{
    font-size: 24px;
    border-bottom: 1px solid rgba(132, 132, 132, 0.4);
    line-height: 38px;
    padding-bottom: 18px;
    margin-bottom: 24px;
}
.ix_service_card:hover{
    background: #E50010;
    color: #fff;
}
.ix_service_card:hover h4{
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ix_news_bg{
    background: url(../img/ix_news_bg.png) #EFEFEF;
    background-position: bottom -60px left -260px;
    background-repeat: no-repeat;
}
.ix_news_card .fangda2{
    border-radius: 24px;
}
.ix_news_card .card-body h4{
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 12px;
}
.ix_news_card .card-body span{
    display: inline-block;
    font-size: 14px;
    padding: 6px 18px;
    background: #E50010;
    color: #fff;
    border-radius: 5px;
}
.ix_news_card_ul{
    border-top: 1px solid #CBCBCB;
    padding-top: 24px;
    margin-top: 24px;
}
.ix_news_card_ul li{
    position: relative;
    padding-left: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.ix_news_card_ul li:before{
    content: "";
    position: absolute;
    left: 17px;
    top: 0px;
    width: 1px;
    height: 50%;
    background: #D8D8D8;
}
.ix_news_card_ul li:after{
    content: "";
    position: absolute;
    left: 17px;
    bottom: 0px;
    width: 1px;
    height: 50%;
    background: #D8D8D8;
}
.ix_news_card_ul li:first-child:before{
    content: none;
}
.ix_news_card_ul li:nth-last-child(1):after{
    content: none;
}
.ix_news_card_ul li a{
    display: block;
    font-size: 20px;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 38px;
    transition: 0.5s;
}
.ix_news_card_ul li a:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform:translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #B7B7B7;
    z-index: 100;
    transition: 0.5s;
}
.ix_news_card_ul li a:hover:before{
    left: 0px;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background: #E50010;
    border: 8px solid #ffc6c6;
}

/*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: #1E1E22;
    padding-top: 88px;
    color: #fff;
}

.bottom_bg .bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_bg .bottom_follow .list-inline-item:not(:last-child){
    margin-right: 12px;
}
.bottom_bg .bottom_follow .list-inline-item{
    margin-top: 5px;
    margin-bottom: 5px;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background: #FFFFFF;
    color: #E50010;
    display: flex!important;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #E50010;
    fill: #E50010;
    width: 24px;
    height: 24px;
}
.bottom_bg .bottom_follow li a{
    color: #E50010;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #E50010;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    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: #A8A8A8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #fff;
    margin-left: 6px;
}

.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 a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 52px;
    border-radius: 8px!important;
    background: #E50010;
    color: #fff;
    transition: 0.5s;
    font-weight: 700;
}
.bottom_form a:hover{
    background: #DF2734;
}

.bottom_bg .bottom_contact li{
    padding-left: 28px;
    color: #A8A8A8;
    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;
}

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

.dingyue{
    padding-right: 48px;
}
.dingyue h6{
    color: #A8A8A8;
    line-height: 30px;
}

/* ----------------------------------------------------------------
    核心业务
----------------------------------------------------------------- */
.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 480px;
    display: flex;
    align-items: center;
}
.products_banner h1{
    font-size: 46px;
}

.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;
}

.ps_bt{
    margin-bottom: 48px;
}
.ps_bt h2{
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 18px;
}

.ps_nav_swiper{
    padding-bottom: 0px;
}
.ps_nav_swiper .swiper-wrapper{
    height: auto;
}
.ps_nav_swiper .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    background: none;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    padding: 12px 38px;
    border-radius: 50px;
}
.ps_nav_swiper .swiper-wrapper .active{
    background: linear-gradient(to right, rgba(255, 0, 0, 1.0), rgba(255, 102, 0, 1.0));
    color: #fff!important;
}
.ps_nav_swiper .swiper-wrapper .swiper-slide:hover{
    color: #DF0010;
}

.ps_swiper .swiper-wrapper .swiper-slide{
    opacity: 0.5;
}
.ix_video_swiper .swiper-wrapper .swiper-slide-active{
    opacity: 1;
}

.pagination{
    margin: 14px 0px 0px 0px;
}
.page-item .page-link{
    background: #FFFFFF;
    color: #AAA;
    margin: 0px;
    width: 32px;
    height: 32px;
    border-radius: 32px!important;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product_ul .page-item .page-link{
    background: #FFFFFF;
}
.page_ul{
    background: #FFFFFF;
    height: 32px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 32px;
    display: flex;
    align-items: center;
}
.product_ul .page_ul{
    background: #FFFFFF;
}
.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: #DF0010;
}
.page-item.active .page-link{
    width: 40px;
    height: 40px;
    border-radius: 8px!important;
    color: #fff;
    background: #DF0010;
    box-shadow: 0px 0px 13px rgba(223, 0, 16, 0.19);
    border: none;
}

.ps_g{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
}

.ps_g_card{
    width: 100%;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.ps_g_card .fangda{
    height: 450px;
}
.ps_g_card .ps_g_card_img{
    width: 100%;
    height: 100%;   
    object-fit: cover;
}
.ps_g_card video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.ps_g_card .card-img-overlay{
    padding: 30px 30px 38px 30px;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ps_g_card .card-img-overlay:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.ps_g_card_nr{
    position: relative;
}
.ps_g_card .card-img-overlay a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.ps_g_card .card-img-overlay a img{
    width: 58px;
    height: 58px;
    object-fit: contain;
}
.video_aniu{
    width: 48px;
    height: 48px;
    border-radius: 48px;
    color: #fff;
    z-index: 2;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    position: relative;
    display: flex;
}
.video_aniu .video_aniu_top{
    width: 48px;
    height: 48px;
    border-radius: 48px;
    justify-content: center;
    align-items: center;
}
.video_aniu svg{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    fill: #E50010;
    width: 16px;
    height: 16px;
    transform: translate3d(-40%, -50%, 0);
}
.video_aniu .video_aniu_top .circle01,.video_aniu .video_aniu_top .circle02{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    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;}
}
.ps_g_card_nr h4{
    font-size: 22px;
    line-height: 32px;
}

.case_ds_form .form-control,.case_ds_form .form-select{
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    box-shadow: none;
    padding: 12px 15px;
}
.case_ds_form .form_input_h{
    height: 48px;
}
.case_ds_form .form-control::placeholder{
    color: #999;
}
.case_ds_form_ul li button {
    display: inline-block;
    background: #E50010;
    border-radius: 8px;
    padding: 10px 58px;
    color: #fff;
    transition: 0.5s;
    border: none;
}
.case_ds_form_ul li .case_ds_form_ul_a2{
    background: #C4C4C4;
    color: #fff;
    border-radius: 8px;
    padding: 12px 58px;
}
.case_ds_form_ul li button:hover{
    background: #F63543;
}

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

.about_bt h3{
    position: relative;
    padding-left: 30px;
    line-height: 38px;
    font-size: 30px;
}
.about_bt h3:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 10px;
    height: 30px;
    background: #FC0000;
}
.about_bt h3:after{
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
    width: 10px;
    height: 30px;
    background: #FF5500;
}
.about_jj_right{
    margin-top: 24px;
}

.about_shuju_g{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 20px;
    margin-top: 68px;
}
.about_shuju_g .ix_num{
    background: #EEEEEE;
    border-radius: 15px;
    padding: 58px 12px;
    margin-top: 0px;
}
.about_shuju_g .ix_num .ix_num_flex{
    color: #000;
    justify-content: center;
}
.about_shuju_g .ix_num .ix_num_flex .num-item{
    font-size: 56px;
    line-height: 56px;
    color: #000 !important;
}
.about_shuju_g .ix_num p{
    margin-top: 16px;
}

.about_video_img2{
    width: 50%;
}
.about_video{
    width: 100%;
    height: 720px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.about_video .about_video_img{
    width: 100%;
    height: 100%;   
    object-fit: cover;
}
.about_video video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.about_video .card-img-overlay{
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
}
.about_video .card-img-overlay a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.about_video .card-img-overlay a img{
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.about_honor_g{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px 24px;
}
.about_honor_g .card .card-body{
    padding-bottom: 0px;
}

/* ----------------------------------------------------------------
    新闻中心
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 480px;
    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: #E6E6E6;
    color: #000;
    font-size: 17px;
    line-height: 24px;
    padding: 12px 58px;
    border-radius: 50px;
}
.device_nav_swiper2 .swiper-wrapper .active{
    background: linear-gradient(to right, rgba(255, 0, 0, 1.0), rgba(255, 102, 0, 1.0));
    color: #fff!important;
}

.news_g{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 68px 38px;
}
.news_card{
    background: none;
}
.news_card .fangda{
    position: relative;
    border-radius: 20px;
}
.news_card .fangda span{
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: inline-block;
    padding: 8px 18px;
    background: #EE0000;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
}
.news_card .card-body{
    padding: 24px 6px 0px 6px;
}
.news_card .card-body h4{
    font-size: 20px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 68px;
    margin-bottom: 12px;
    color: #000;
}
.news_card .card-body p{
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #666;
}

.news_pagination .page-item .page-link,.page_ul{
    background: #F1F1F1;
    border-color: #F1F1F1;
}
.news_pagination .page-item.active .page-link{
    background: #EE0000;
}

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

}
.news_gengduo,.news_gengduo:hover{
    font-size: 14px;
    padding: 10px 28px;
    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: 480px;
    display: flex;
    align-items: center;
}

.contact_card{
    border-radius: 8px;
    background: #F2F2F2;
    border: none;
}
.contact_card .card-body{
    padding: 30px 24px 30px 108px;
    position: relative;
}
.contact_card .card-body img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
}
.contact_card .card-body h5{
    font-size: 17px;
}
.contact_card .card-body span{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 108px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
}

.case_ds_form .form-control,.case_ds_form .form-select{
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #D2D2D2;
    box-shadow: none;
    padding: 12px 15px;
}
.case_ds_form .form_input_h{
    height: 48px;
}
.case_ds_form .form-control::placeholder{
    color: #999;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){
}

@media (max-width: 1600px){
    .ix_about_left_p{
        width: 100%;
    }
    .ix_ps_swiper1 .swiper-wrapper .swiper-slide{
        font-size: 14px;
        padding: 12px 12px;
    }

    .ix_ps_left img{
        width: 400px;
        height: 400px;
        border-radius: 400px;
    }
    .ix_ps_left,.ix_ps_b_yuan2{
        width: 600px;
        height: 600px;
        border-radius: 600px;
    }
    .ix_ps_a{
        padding-left: 600px;
        top: 0px;
    }
    .ix_ps_b_yuan3{
        width: 500px;
        height: 500px;
        border-radius: 500px;
    }
    .ix_ps_b_yuan1{
        width: 700px;
        height: 700px;
        border-radius: 700px;
    }
    .ix_ps_right{
        padding-top: 280px;
    }
}

@media (max-width: 1400px){
    .ix_about_right_card .card-body{
        padding: 24px 20px 24px 20px;
    }
    .ix_about_right_g{
        gap: 8px;
    }
    .nav_min .navbar-nav .nav-item{
        margin: 0px 0px 0px 60px;
    }

    .about_video{
        height: 620px;
    }
}

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

    .ix_ps_a{
        position: static;
        padding-left: 0px;
    }
    .ix_ps_left{
        padding: 0px;
    }
    .ix_ps_f{
        flex-direction: column;
        align-items: center;
    }
    .ix_ps_b_yuan1,.ix_ps_b_yuan2,.ix_ps_b_yuan3{
        display: none;
    }
    .ix_ps_left{
        width: auto;
        height: auto;
    }
    .ix_ps_right{
        padding-top: 24px;
    }
    .ix_news_card .card-body{
        padding: 24px 0px 0px 0px;
    }
    .ix_news_bg{
        background: #EFEFEF;
    }
    .products_banner{
        height: 380px;
    }
}

@media (max-width: 1199px){
    .md_none{
        display: none;
    }
    .nav_min .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 14px;
        margin-bottom: 14px;
        padding: 0px;
        height: 30px;
    }
    .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_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 46px 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;
    }
    .md_collapse{
        max-height: 80vh;
        overflow: auto;
    }
    .md_collapse::-webkit-scrollbar {
        width: 0px;
    }
    .nav_xiala{
        position: relative;
    }
    .nav_min .nav_xiala2:hover .nav-link svg{
        fill: #E50010;
    }

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

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

    .nav_breadcrumb{
        position: absolute;
        right: 52px;
        top: 8px;
        padding-left: 0px;
    }
    .ix_sousuo{
        display: inline-block;
    }
    .sousuo{
        display: flex;
    }

    .banner{
        height: calc(100vh - 58px);
    }
    .wrap_fluid{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .banner .swiper-pagination{
        left: 2rem;
    }
    .banner .banner_nr h1{
        font-size: 38px;
        line-height: 48px;
    }
    .banner .banner_nr h3{
        font-size: 18px;
        line-height: 32px;
    }
    .banner .swiper-button-next{
        width: 120px;
        height: 120px;
        border-radius: 120px;
        border: 10px solid rgba(255, 255, 255, 0.6);
        margin-top: -60px;
    }
    .banner .swiper-button-next svg{
        width: 24px;
        height: 24px;
        margin-right: 50px;
    }
    .banner_tsgd{
        font-size: 14px;
        right: 80px;
    }
    .bt h1{
        font-size: 40px;
        line-height: 58px;
    }
    .bt h2{
        font-size: 22px;
        line-height: 38px;
    }
    .ix_about_left_h3{
        font-size: 20px;
        line-height: 38px;
    }
    .ix_video_swiper .swiper-wrapper .swiper-slide{
        width: 90%;
    }
    .ix_video_swiper .swiper-button-next{
        right: calc((100vw - 96%) / 2);
    }
    .ix_video_swiper .swiper-button-prev{
        left: calc((100vw - 96%) / 2);
    }
    .ix_service_card .card-body{
        padding: 28px 24px 38px 24px;
    }
    .bottom_bg{
        padding-top: 68px;
    }
    .di_beian{
        margin-top: 48px;
    }
    .ix_about_right_g{
        margin-top: 68px;
    }
    .products_banner h1{
        font-size: 38px;
    }
    .ps_nav_swiper .swiper-wrapper .swiper-slide{
        font-size: 14px;
        padding: 8px 24px;
    }
    .ps_g{
        gap: 24px;
    }
    .ps_bt h2{
        font-size: 24px;
        line-height: 38px;
    }
    .news_g{
        gap: 48px 18px;
    }
    .contact_grid{
        margin-bottom: 38px;
    }
    .about_shuju_g .ix_num .ix_num_flex .num-item{
        font-size: 38px;
        line-height: 38px;
    }
}
@media (max-width: 980px){
    .pt-7{
        padding-top: 68px;
    }
    .pb-7{
        padding-bottom: 68px;
    }

    /*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);
    }
    .md_erweima{
        margin-top: 24px;
    }
    .dingyue{
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-right: 0px;
    }
    .di_beian{
        margin-top: 24px;
    }

    .banner_icon,.banner .swiper-button-next,.banner_tsgd,.banner .swiper-pagination{
        display: none;
    }
    .banner{
        height: 480px;
    }
    .ix_num{
        margin-top: 30px;
    }
    .ix_num .ix_num_flex .num-item{
        font-size: 42px;
        line-height: 42px;
    }
    .ix_ps_left img{
        width: 300px;
        height: 300px;
    }
    .ix_video_swiper_card .card-img-overlay{
        padding: 48px;
    }
    .ix_service_g{
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0px;
    }
    .nav_sousuo .sousuo_control {
        height: 48px;
    }
    .nav_sousuo .search_anniu_top2{
        width: 58px;
        height: 48px;
    }
    .search_anniu2 {
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .search_anniu2:after, .search_anniu2:before {
        top: 24px;
        left: 11px;
    }

    .products_banner{
        height: 300px;
    }
    .ps_g{
        grid-template-columns: repeat(1, 1fr);
    }
    .news_g{
        grid-template-columns: repeat(2, 1fr);
    }

    .about_shuju_g{
        grid-template-columns: repeat(2, 1fr);
    }
    .about_video{
        height: 420px;
    }
    .about_honor_g{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px){
    .tanchuang_tuichu{
        right: 0px;
        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;
    }

    .banner .banner_nr h1,.bt h1,.products_banner h1{
        font-size: 1.6rem;
        line-height: 38px;
    }
    .bt h2,.ps_bt h2{
        font-size: 1.4rem;
        line-height: 32px;
    }
    .ix_service_card .card-body h4,.ix_video_swiper .swiper-slide h1,.bt h2,.ix_news_card .card-body h4,.ps_g_card_nr h4,.news_bt,.about_bt h3{
        font-size: 1.2rem;
        line-height: 30px;
    }
    .banner .banner_nr h3,.p_18 p, .p_18{
        font-size: 1rem;
        line-height: 28px;
    }
    .p_16 p, .p_16,.ix_anniu_a span,.ix_num_grid .ix_num p,.p_17 p, .p_17,.bottom_form a,.dingyue h6,.p_14 p, .p_14,.about_breadcrumb li a, .about_breadcrumb li,.ps_bt h6
    ,.case_ds_form .form-control, .case_ds_form .form-select,.about_shuju_g .ix_num p{
        font-size: 0.9rem;
        line-height: 24px;
    }

    .pt-7{
        padding-top: 58px;
    }
    .pb-7{
        padding-bottom: 58px;
    }

    .banner{
        height: 300px;
    }
    .banner_yxhd{
        bottom: 6px;
    }
    .banner .banner_nr{
        padding: 18px 18px 18px 18px;
    }
    .ix_anniu_a span i{
        width: 38px;
        height: 38px;
    }
    .ix_anniu_a span:before{
        left: 48px;
    }
    .ix_about_right_g{
        margin-top: 38px;
        grid-template-columns: repeat(2, 1fr);
    }
    .ix_about_right_card .card-body img{
        width: 24px;
        height: 24px;
    }
    .ix_num .ix_num_flex .num-item{
        font-size: 38px;
        line-height: 38px;
    }
    .ix_about_right_card .card-body{
        padding: 18px 15px 18px 15px;
    }
    .ix_num,.ix_num_grid .ix_num p{
        margin-top: 14px;
    }
    .ix_about_right_card,.ix_service_card,.ix_news_card .fangda2{
        border-radius: 12px;
    }
    .ix_ps_left img{
        width: 240px;
        height: 240px;
        border: 3px solid #fff;
    }
    .ix_service_card .card-body{
        padding: 18px 15px 18px 15px;
    }
    .ix_service_card .card-body h4{
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
    .bt_f{
        margin-bottom: 0px;
    }
    .ix_video_swiper_card{
        height: 300px;
    }
    .ix_video_swiper_card .card-img-overlay{
        padding: 24px;
    }
    .ix_video_swiper .swiper-wrapper .swiper-slide{
        width: 94%;
    }
    .ix_video_swiper .swiper-button-next, .ix_video_swiper .swiper-button-prev{
        width: 38px;
        height: 38px;
        border-radius: 8px;
        margin-top: -19px;
    }
    .ix_video_swiper .swiper-button-prev:after, .ix_video_swiper .swiper-button-next:after{
        font-size: 14px;
    }
    .ix_news_card_ul li a{
        font-size: 0.9rem;
        line-height: 28px;
        height: 28px;
    }
    .ix_news_card_ul li{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .bottom_form .form-control,.bottom_form a{
        height: 42px;
    }
    .bottom_form a{
        width: 80px;
    }
    .bottom_bg .bottom_contact li,.bottom_ul .card .bottom_nav_a a{
        font-size: 0.9rem;
    }
    .bottom_bg .bottom_follow li a{
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    .nav_sousuo .container_style{
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .banner_yxhd img{
        width: 14px;
    }

    .products_banner{
        height: 200px;
    }
    .ps_bt h2{
        margin-bottom: 8px;
    }
    .gengduo,.ps_nav_swiper .swiper-wrapper .swiper-slide,.case_ds_form_ul li a,.device_nav_swiper2 .swiper-wrapper .swiper-slide{
        font-size: 0.9rem;
        padding: 8px 30px 8px 30px;
    }
    .ps_g_card .fangda{
        height: 350px;
    }
    .ps_g_card .card-img-overlay{
        padding: 18px 18px 24px 18px;
    }
    .case_ds_form .form_input_h{
        height: 42px;
    }
    .case_ds_form .form-control, .case_ds_form .form-select{
        padding: 8px 12px;
    }
    .news_ds_ul .list-inline-item:not(:last-child){
        margin-right: 12px;
    }
    .ns_ds_bottom ul{
        padding-bottom: 24px;
    }
    .ns_ds_bottom{
        flex-direction: column;
    }
    .device_nav_swiper2 .swiper-wrapper .swiper-slide{
        margin: 0px 6px 0px 6px;
    }
    .news_g{
        gap: 24px 8px;
    }
    .news_card .fangda{
        border-radius: 12px;
    }
    .news_card .fangda span{
        font-size: 0.8rem;
        padding: 6px 12px;
        bottom: 12px;
        right: 12px;
    }
    .news_card .card-body{
        padding: 14px 0px 0px 0px;
    }
    .news_card .card-body h4{
        font-size: 1rem;
        line-height: 24px;
        height: 48px;
        margin-bottom: 8px;
    }
    .news_card .card-body p{
        font-size: 0.8rem;
        line-height: 20px;
        height: 40px;
    }
    .about_bt h3:after,.about_bt h3:before{
        top: 0px;
    }
    .contact_card .card-body {
        padding: 20px 24px 20px 108px;
    }

    .about_shuju_g{
        gap: 8px;
        margin-top: 48px;
    }
    .about_shuju_g .ix_num{
        padding: 38px 12px;
    }
    .about_shuju_g .ix_num p{
        margin-top: 8px;
    }
    .about_shuju_g .ix_num .ix_num_flex .num-item{
        font-size: 24px;
        line-height: 24px;
    }
    .about_video{
        height: 320px;
    }
    .about_honor_g{
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 8px;
    }
}











/* 荣誉资质 翻页样式 */
/* 荣誉资质 翻页样式 - 适配你的真实结构 */
.news_pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* 普通页码 */
.news_pagination ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    background: #fff;
    transition: all 0.2s ease;
}

/* 当前页 */
.news_pagination ul li.active a {
    background-color: #EE0000;
    border-color: #EE0000;
    color: #fff;
}

/* 鼠标悬浮 */
.news_pagination ul li a:hover {
    background-color: #EE0000;
    border-color: #EE0000;
    color: #fff;
}

/* 手机适配 */
@media (max-width: 768px) {
    .news_pagination ul li a {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
    }
}
















#carousel-container .carousel {
    position: relative;
}
/* 底部固定标题栏 */
.carousel-caption-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    padding: 12px 20px;
    font-size: 1.2rem;
    font-weight: 500;
    z-index: 10;
    pointer-events: none; /* 让标题不干扰点击按钮 */
}
/* 确保轮播控件可点击 */
.carousel-control-prev, .carousel-control-next {
    z-index: 20;
}
#projectGalleryModal .btn-close {
    pointer-events: auto !important;
    z-index: 1060 !important;
}
#carousel-container {
    position: relative;
    z-index: 1;
}
/* 轮播控件也不能覆盖关闭按钮区域 */
.carousel-control-prev, .carousel-control-next {
    z-index: 1050;
    
}

.btn-close-custom:hover {
    background-color: rgba(0,0,0,0.8) !important;
    transform: scale(1.05);
}















.at_professional_card .card-body{
    padding: 18px 0px 0px 0px;
}
.at_professional_card_wk{
    position: relative;
      padding: 22px 24px 27px 24px;
}
.at_professional_card_wk .at_professional_card_wk_img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 255px;
    background: none;
    padding: 0px;
}
.at_professional_card_tu{
    position: relative;
    z-index: 500;
   background: #fff;
    /*height: 370px;*/
    object-fit: scale-down;
}

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










