/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
    font-family: 'PingFang';
    font-style: normal;
    src: url(../fonts/PingFang-Regular.ttf);
}
body{
    font-family: 'PingFang',"Microsoft YaHei","微软雅黑","Arial",Helvetica,"Hiragino Sans GB",sans-serif;
    font-size: 14px;
    line-height: 14px;
    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;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 200px;
    z-index: 3000;
}
.right_xf .box_touying{
    margin-bottom: 20px;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #1e62e9;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    box-shadow: 0px 5px 15px rgba(51,51,51,0.2);
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 60px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    border-radius: 48px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 5px 15px rgba(51,51,51,0.2);
    cursor: pointer;
    color:#000;
    display: none;
    transition: all 0.5s;   
}
.totop:hover{
    background: #fff;
    color:#2F458E;
}

@media (max-width: 900px){
    .right_xf{
        display: none!important;
    }
    .totop{
        display: none!important;
    }
}

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

a{
    color: #333;
}

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

a:hover, a:focus{
    color: #BA1A23;
}

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

p{
    line-height: 24px;
}

h6,.h6{
    font-size: 16px;
    line-height: 28px!important;
}

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

h5{
    line-height: 32px;
}

.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: #BA1A23!important;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #1345A3!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #064270!important; 
}
.bg_1982A0{
    background: #1982A0;
}
.bg_41535D{
    background: #41535D;
}

.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: 1400px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 92%;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1200px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}

.equipment_card .card{
    border: none;
    border-radius: 0px;
}
.equipment_card .card .card-body{
    padding: 32px 86px 32px 24px;
}
.equipment_card{
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}
.equipment_card img{
    width: 100%;
    object-fit: scale-down;
}
.equipment_card .equipment_card_icon{
    position: absolute;
    right: 24px;
    bottom: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 52px;
    background: #BA1A23;
}
.equipment_card .equipment_card_icon:hover{
    background: #E61B27;
}
.equipment_card .equipment_card_icon svg{
    width: 24px;
    height: 24px;
    fill: #fff;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_min{
    padding: 0px 4% 0px 4%;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 63px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 60px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 40px 0px 40px 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: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}*/
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.3s;
}
.nav_min .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #fff;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    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;
}
.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #fff;
}

 .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
 }

.navbar-toggler{
    border: none;
    padding: 6px 15px 10px 15px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 20px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #fff;
    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);
}

.fangda.newsimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background: #fff;
}
.fangda.proimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.newsimg:hover .fdimg{
    transform:scale(1.1);
}

.over3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: auto;
    width: auto;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        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: 14px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    background: #fff;
    color: #000;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #fff;
    background: #BA1A23;
    padding-left: 18px;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}

.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #1345A3;
    color: #fff;
}

.helist{
    position: relative;
}
.helist .fa.fa-angle-right{
    position: absolute;
    right: 15px;
}
.three_li{
    display: none;
    position: absolute;
    right: -100%;
    top: 0;
    min-width: 100%;
    background: #fff;
    z-index: 9
}
.helist:hover .three_li{
    display: block;
}

.pc_yuyan{
    margin-right: 0px;
    margin-left: 0px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 13px 38px 13px 16px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 42px;
    transition: 0.5s;
}
.nav_min .pc_yuyan .nav-link span{
    right: 16px;
    font-size: 18px;
}
.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: #BA1A23;
}
.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;
}
.md_sousuo:hover{
    background: #BA1A23;
}
.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: 1px;
    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: 1px 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: 1px 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;
    background: none;
}
.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: #BA1A23;
}
.search_anniu_top2:hover:after{
    border: 1px solid #BA1A23;
}

.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;
    z-index: 3000;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 58px;
    padding-bottom: 68px;
}
.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;
    right: -58px;
    top: 0px;
    background: #fff;
    cursor: pointer;
    transition: all .5s;
}
.tanchuang_tuichu:hover{
    background: #eee;
}

.is-active{
    background: rgba(0, 0, 0, 0.9);
}

/*banner*/
.banner .swiper-pagination{
    bottom: 48px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 88px;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
    border-radius: 0px;
    transition: 0.5s;
    margin: 0px 0px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 88px;
    background: rgba(255, 255, 255, 1);
}

.banner_nr h1{
    font-size: 50px;
    font-weight: 300;
}
.banner_nr h4{
    font-size: 24px;
}

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

.gengduo{
    padding: 6px 24px;
    background: #fff;
    color: #000!important;
    font-size: 14px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #BA1A23;
}
.gengduo svg{
    fill: #000;
    position: relative;
    width: 12px;
    height: 12px;
    top: -2px;
    transition: 0.5s;
}
.gengduo:hover,.gengduo2{
    color: #fff!important;
    border: 1px solid #BA1A23;
    background: #BA1A23;
}
.gengduo:hover svg,.gengduo2 svg{
    fill: #fff;
}
.gengduo2:hover{
    border: 1px solid #d71c26;
    background: #d71c26;
}

.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(0, 58, 178, 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: 32px;
}
.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_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;
}

.ix_bt h6{
    letter-spacing: 8px;
}
.ix_bt h1{
    font-size: 50px;
    line-height: 62px;
}
.ix_bt .ix_bt_span{
    font-size: 162px;
    color: #F7F7F7;
    display: inline-block;
    line-height: 140px;
    font-family: "DIN";
    font-weight: 700;
}
.ix_bt2 h1{
    margin-top: -50px;
}

.ix_ps_bg{
    background: url(../img/ix_ps_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.ix_ps_bg:before{
    content: "PRODUCTS";
    position: absolute;
    font-family: "DIN";
    color: #F7F7F7;
    font-weight: bolder;
    left: 50%;
    bottom: 68px;
    font-size: 10vw;
    line-height: 100%;
    transform: translate3d(-50%, 0%, 0);
    opacity: 0.5;
}
.ix_ps_card{
    background: rgba(255, 255, 255, 0);
    transition: 0.5s;
    padding: 14px;
}
.ix_ps_card img{
    height: 220px;
    width: 100%;
    object-fit: scale-down;
}
.ix_ps_card:hover{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 25px rgba(128, 128, 128, 0.16);
}
.ix_ps_card .card-body{
    padding-bottom: 30px;
}

.ix_at_bg{
    background: url(../img/ix_at_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 580px;
}
.ix_shuju_card_top{
    margin-top: -400px;
}
.ix_shuju_card{
    box-shadow: 0px 0px 25px rgba(81, 81, 81, 0.1);
}
.ix_shuju_card .card-body{
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ix_shuju_card .card-body .shuju_card_svg{
    width: 112px;
    height: 112px;
    border-radius: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FCF1F1;
    margin-bottom: 24px;
}
.ix_shuju_card .card-body .shuju_card_svg img{
    width: 52px;
    height: 52px;
    object-fit: scale-down;
}
.ix_shuju_card .card-body .numU{
    font-family: "DIN";
}
.ix_shuju_card .card-body .numU .numCX{
    font-weight: 400;
    font-size: 42px;
}
.ix_shuju_card .card-body .numU span{
    font-weight: 400;
    font-size: 26px;
}
.ix_shuju_card_pt{
    padding-top: 140px;
}

.ix_company_bg{
    background: url(../img/ix_company_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_company_card{
    border: none;
    border-radius: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.8);
    transition: 0.5s;
}
.ix_company_card img{
    border-radius: 10px;
}
.ix_company_card:hover{
    background: rgba(255, 255, 255, 1);
}
.ix_company_card .card-body{
    padding: 15px 0px;
}

.ix_wide_swiper{
    width: 61.5vw;
}
.ix_wide_swiper .swiper-wrapper .swiper-slide{
    width: 370px;
}
.ix_wide_swiper_anniu{
    height: 50px;
    position: relative;
}
.ix_wide_swiper_anniu .swiper-button-next:after,.ix_wide_swiper_anniu .swiper-button-prev:after{
    content: none;
}
.ix_wide_swiper_anniu .swiper-button-next,.ix_wide_swiper_anniu .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: #BEBEBE;
    border-radius: 50px;
}
.ix_wide_swiper_anniu .swiper-button-next{
    top: 0px;
    left: 88px;
    margin-top: 0px;
}
.ix_wide_swiper_anniu .swiper-button-prev{
    top: 0px;
    left: 0px;
    margin-top: 0px;
}
.ix_wide_swiper_anniu .swiper-button-next svg,.ix_wide_swiper_anniu .swiper-button-prev svg{
    fill: #fff;
    width: 24px;
    height: 24px;
}
.ix_wide_swiper_anniu .swiper-button-next:hover,.ix_wide_swiper_anniu .swiper-button-prev:hover{
    background: #BA1A23;
}
.ix_wide_swiper_card .card-img-overlay{
    padding-top: 40px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 100%);
}
.ix_getting_bg{
    background: url(../img/ix_getting_bg.png) #014991;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mb_20{
    margin-bottom: 20px;
}
.ix_getting_card{
    border-radius: 10px;
}
.ix_getting_card .card-body{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 52px 30px 38px 30px;
}
.ix_getting_card .card-body img{
    width: 48px;
    height: 48px;
    object-fit: scale-down;
    margin-bottom: 24px;
    margin-top: 0px;
    opacity: 1;
    transition: 0.5s;
}
.ix_getting_card:hover .card-body{
    color: #BA1A23;
}
.ix_getting_card:hover .card-body img{
    margin-top: -72px;
    opacity: 0;
}

.ix_news_swiper{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.ix_news_swiper .swiper-slide {
    transform: scale(0.8);
    transition: 600ms;
}
.ix_news_swiper  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
.ix_news_swiper_card{
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 30px rgba(155, 155, 155, 0.16);
}
.ix_news_swiper_card .card-body h5{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.ix_news_swiper_card .card-body p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.ix_news_gengduo{
    display: inline-block;
    border-radius: 8px;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #B4B4B4;
    color: #000;
    padding: 18px 78px;
}
.ix_news_gengduo:hover{
    background: #BA1A23;
    border: 1px solid #BA1A23;
    color: #fff;
}

/*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: #666;
        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: #666;
        text-align: center;
        transition: 0.5s;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #666;
        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: #666;
        text-align: center;
        transition: 0.5s;
    }
}

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

.bottom_ul{
    padding-bottom: 48px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    position: relative;
    color: #000;
    font-weight: 400;
    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: 15px;
    color: #818181;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #BA1A23;
}

.di_beian{
    padding: 30px 0px;
    line-height: 24px;
    margin-top: 48px;
    border-top: 1px solid #DEDEDE;
}
.di_beian ul .list-inline-item:not(:last-child){
    margin-right: 48px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_erweima{
    display: flex;
    justify-content: flex-end;
}
.bottom_erweima_card{
    background: none;
}
.bottom_erweima_card .card-body{
    padding: 0px;
}
.bottom_erweima_card .card-body img{
    width: 260px;
    height: 260px;
    padding: 5px;
    background: #fff;
    object-fit: scale-down;
}

.bottom_bg .bottom_contact li{
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 36px;
    position: relative;
    font-size: 14px;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 8px;
    left: 0px;
}

.bottom_form{
    border-bottom: 2px solid #BA1A23;
}
.bottom_form .form-control{
    border: none;
    box-shadow: none;
    border-radius: 0px;
    height: 48px;
    padding: 8px 0px;
    background: none;
}
.bottom_form .input-group-append a{
    display: inline-block;
    background: none;
    padding: 10px 8px;
    color: #fff;
    border-radius: 0px;
}

.bottom_tel{
    margin-bottom: 24px;
}
.bottom_form button{
    background: none;
    border: none;
}
.bottom_form button svg{
    width: 28px;
    height: 28px;
    fill: #BA1A23;
}

.bottom_dibu{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}

/* ----------------------------------------------------------------
    ABOUT US
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.about_jianjie_bg{
    background: url(../img/about_jianjie_bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
}

.about_shuju_bg{
    background: url(../img/about_shuju_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_shuju_card{
    padding: 10px 0px;
}
.about_shuju_card .numU span{
    font-size: 24px;
}
.about_shuju_card .numU .numCX{
    font-size: 58px;
    font-family: "DIN";
    font-weight: 400;
}

.at_qywh_bg{
    background: url(../img/at_qywh_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}

.about_bt h2{
    font-size: 34px;
}
.at_qywh_bg2{
    background: url(../img/at_qywh_bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 668px;
}
.at_qywh_nr{
    background: linear-gradient(to right, rgba(186, 26, 35, 0.88), rgba(223, 88, 94, 0.88));
    margin-top: -160px;
    border-radius: 15px;
}
.at_qywh_nr .card{
    padding-top: 48px;
    padding-bottom: 48px;
    overflow: visible;
}
.at_qywh_nr .card:before{
    content: "";
    position: absolute;
    right: -15px;
    top: 25%;
    width: 1px;
    height: 50%;
    background: rgba(255, 255, 255, 0.35);
}
.at_qywh_nr .card3:before{
    content: none;
}

.at_fzlc_bg{
    background: url(../img/at_fzlc_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.at_fzlc_swiper{
    padding-top: 480px;
    padding-bottom: 20px;
    overflow: visible;
}
.at_fzlc_swiper .swiper-wrapper{
    z-index: 100;
}
.at_fzlc_swiper .swiper-wrapper .swiper-slide-prev,.at_fzlc_swiper .swiper-wrapper .swiper-slide-next{
    position: relative;
    top: -50px;
}
.at_fzlc_swiper .swiper-wrapper .swiper-slide-next{
    top: -110px;
}
.at_fzlc_swiper_xiala:hover .dropdown-menu{
    display: block;
}
.at_fzlc_swiper .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
}
.at_fzlc_swiper_xiala{
    display: flex;
}
.at_fzlc_swiper_xiala .dropdown-menu{
    width: 460px;
    min-width: 460px;
    top: auto!important;
    bottom: 100%!important;
    left: 24px!important;
    transform: translate3d(-50%, 0%, 0)!important;
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    padding-bottom: 24px;
    margin-bottom: -30px;
}
.at_fzlc_swiper_xiala .dropdown-menu .card{
    box-shadow: 0px 0px 30px rgba(175, 175, 175, 0.3);
    overflow: visible;
}
.at_fzlc_swiper_xiala .dropdown-menu .card:before{
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -13px;
    display: block; /* 使伪元素表现为块级元素 */
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 26px solid #fff;
}
.at_fzlc_swiper_xiala .dropdown-menu .card .card-body{
    padding: 24px;
}
.at_fzlc_swiper_xiala_anniu{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    line-height: 24px;
    padding-bottom: 42px;
}
.at_fzlc_swiper_xiala_anniu:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    background: rgba(186, 26, 35, 0.15);
}
.at_fzlc_swiper_xiala_anniu:after{
    content: "";
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: rgba(186, 26, 35, 1);
}
.at_fzlc_swiper_xiala .at_fzlc_swiper_xiala_anniu strong,.at_fzlc_swiper_xiala .at_fzlc_swiper_xiala_anniu strong{
    opacity: 1;
    font-family: "DIN";
}
.at_fzlc_swiper_xiala.show .at_fzlc_swiper_xiala_anniu strong,.at_fzlc_swiper_xiala:hover .at_fzlc_swiper_xiala_anniu strong{
    opacity: 0;
}

.at_fzlc_swiper .swiper-button-next,.at_fzlc_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,0);
    border-radius: 48px;
    border: 1px solid #999;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.at_fzlc_swiper .swiper-button-prev{
    margin-top: -24px;
}
.at_fzlc_swiper .swiper-button-next{
    margin-left: 120px;
}
.at_fzlc_swiper .swiper-button-prev:after,.at_fzlc_swiper .swiper-button-next:after{
    color: #999;
    font-size: 18px;
}
.at_fzlc_swiper .swiper-button-prev:hover:after,.at_fzlc_swiper .swiper-button-next:hover:after{
    color: #00AB90;
}
.at_fzlc_swiper .swiper-button-next:hover,.at_fzlc_swiper .swiper-button-prev:hover{
    border: 1px solid #00AB90;
}
.at_fzlc_swiper .swiper-button-next.swiper-button-disabled,.at_fzlc_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.ix_global_bg{
    background: url(../img/ix_global_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.category_card_swiper{
    width: 100%;
    height: 300px;
}
.category_card_swiper .swiper-slide{
    opacity: 0.2;
}
.category_card_swiper .media .media-body{
    opacity: 0;
}
.category_card_swiper .swiper-slide-prev span,.category_card_swiper .swiper-slide-next span{
    opacity: 0;
}
.category_card_swiper  .swiper-slide-active,.category_card_swiper .swiper-slide-duplicate-active{
    opacity: 1;
}
.category_card_swiper  .swiper-slide-active span,.category_card_swiper .swiper-slide-duplicate-active span{
    opacity: 1;
}
.category_card_swiper .swiper-slide-active .media .media-body{
    opacity: 1;
}
.category_card_swiper h4{
    font-size: 21px;
    display: flex;
    align-items: center;
}
.category_card_swiper h4 strong{
    font-size: 58px;
    margin-right: 18px;
    font-weight: 700;
    color: #BA1A23;
    font-family: "DIN";
}
.category_card .card-img-overlay{
    display: flex;
    align-items: flex-end;
    padding-left: 0px;
    padding-right: 0px;
}

.about_gsimg_top{
    padding-bottom: 48px;
}
.about_gsimg_top .swiper-wrapper{
    display: flex;
    justify-content: center;
}
.about_gsimg_top .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    margin: 0px 15px;
    color: #000;
    background: #F9F9F9;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 68px;
    border-radius: 50px;
    border: 2px solid #E5E5E5;
}
.about_gsimg_top .swiper-wrapper .swiper-slide-thumb-active{
    box-shadow: 0px 5px 15px rgba(52, 79, 148, 0.3);
    border: 2px solid #FFACB1;
    background: #BA1A23;
    color: #fff;
}
.about_gsimg_video_kuang{
    position: relative;
}
.about_gsimg_video{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_gsimg_bottom .card{
    box-shadow: none;
}

.bottom_banner{
    background: url(../img/bottom_banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 428px;
    display: flex;
    align-items: center;
}
.bottom_banner .gengduo{
    padding: 12px 58px;
    background: #BA1A23;
    color: #fff!important;
    border: 2px solid #FFACB1;
    font-size: 16px;
}
.bottom_banner .gengduo:hover{
    background: #DE222D;
    border: 2px solid #DE222D;
}

.about_zzry_swiper{
    padding-top: 78px;
}
.about_zzry_swiper .swiper-wrapper .swiper-slide{
    width: auto;
    text-align: center;
}
.about_zzry_swiper .swiper-wrapper .swiper-slide img{
    background: #fff;
    padding: 12px;
}
.about_zzry_swiper .swiper-button-next:after,.about_zzry_swiper .swiper-button-prev:after{
    content: none;
}
.about_zzry_swiper .swiper-button-next,.about_zzry_swiper .swiper-button-prev{
    width: 32px;
    height: 32px;
}
.about_zzry_swiper .swiper-button-next{
    top: 0px;
    left: 68px;
    margin-top: 0px;
}
.about_zzry_swiper .swiper-button-prev{
    top: 0px;
    left: 0px;
    margin-top: 0px;
}
.about_zzry_swiper .swiper-button-next svg,.about_zzry_swiper .swiper-button-prev svg{
    fill: #000;
}

/* ----------------------------------------------------------------
    products
----------------------------------------------------------------- */
.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.products_bg{
    background: url(../img/products_bg.png) #FAFAFA;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.maximg img{
    max-width: 100%;
    height: auto !important;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    background: #fff;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pagination a:hover{
    color: #BA1A23;
}
.page_ul{
    background: #fff;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.page_ul a{
    margin-right: 0px;
}
.pagination a.page_link_left{
    margin-right: 20px;
    border-radius: 40px!important;
}
.pagination a.page_link_right{
    margin-left: 20px;
    border-radius: 40px!important;
}
.pagination a.page_link_left:hover,.pagination a.page_link_right:hover{
    border: 1px solid #fff;
    background: #fff;
    color: #BA1A23;
}
.pagination a.page-num-current{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    color: #fff;
    background: #BA1A23;
    box-shadow: 0px 0px 13px rgba(186, 26, 35, 0.27);
    border: none;
    position: relative;
    z-index: 1;
}

.products_nav{
    background: #fff;
    border-radius: 8px;
}
.ps_nav_bt{
    margin-bottom: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    background: linear-gradient(to right, rgba(186, 26, 35, 1), rgba(222, 74, 83, 1));
}
.faq_style .card{
    border: none;
    background: none;
    padding: 0px 14px;
}
.faq_style .faq_bt{
    display: block;
    padding: 15px 30px 15px 20px;
    cursor: pointer;
    position: relative;
}
.faq_style .faq_bt.collapsed{
    background: #fff;
}
.faq_style .faq_bt h4{
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.faq_style .faq_bt span{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -16px;
}
.faq_style .card .card-body{
    border-top: none;
    padding: 0px 0px 0px 0px;
}
.faq_style .faq_bt span{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: 0.5s;
    transform:rotate(180deg);
    color: #000;
}
.faq_style .faq_bt.collapsed span{
    transform:rotate(0deg);
    color: #000;
}
.faq_style .card{
    border-color: #eee;
    border-radius: 0px;
}
.faq_style_ul{
    background: #F8F8F8;
}
.faq_style_ul li{
    padding: 0px 20px;
}
.faq_style_ul li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 12px 0px;
    border-bottom: 1px solid #fff;
}
.faq_style_ul li.active a{
    color: #BA1A23;
}
.faq_style_ul li:last-child a{
    border: none;
}

/*产品详情*/
.ps_ds_swiper_top{
    background: #fff;
    margin-bottom: 12px;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.ps_ds_swiper_top .swiper-button-next,.ps_ds_swiper_top .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 18px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.ps_ds_swiper_top .swiper-button-prev:after,.ps_ds_swiper_top .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.ps_ds_swiper_top .swiper-button-prev:hover:after,.ps_ds_swiper_top .swiper-button-next:hover:after{
    color: #fff;
}
.ps_ds_swiper_top .swiper-button-next:hover,.ps_ds_swiper_top .swiper-button-prev:hover{
    background: #BA1A23;
    border: 1px solid #BA1A23;
}
.ps_ds_swiper_top .swiper-button-next.swiper-button-disabled,.ps_ds_swiper_top .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}
.ps_ds_swiper_bottom .swiper-wrapper .swiper-slide{
    cursor: pointer;
}
.ps_ds_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(18, 87, 155, 0.6);
}

.pt_ds_bt{
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 30px;
}
.pt_ds_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 6px;
    border-radius: 6px;
    background: #BA1A23;
}
.pt_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.ps_ds_ul .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.ps_ds_ul .gengduo{
    padding: 16px 68px;
    font-size: 16px;
}
.gengduo_fhlb{
    background: #F9F9F9;
    border: 1px solid #ddd;
    color: #000!important;
    box-shadow: none;
}

.px_ds_swiper{
    padding-top: 30px;
    padding-bottom: 30px;
}

/* ----------------------------------------------------------------
    NEWS
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.device_nav_swiper{
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
}
.device_nav_swiper .swiper-wrapper{
    display: flex;
    justify-content: center;
}
.device_nav_swiper .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    margin: 0px 15px;
    background: #F9F9F9;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 68px;
    border-radius: 50px;
    border: 2px solid #F2F2F2;
}
.device_nav_swiper .swiper-wrapper .active,.device_nav_swiper .swiper-wrapper .swiper-slide:hover{
    box-shadow: 0px 5px 15px rgba(52, 79, 148, 0.3);
    border: 2px solid #FFACB1;
    background: #BA1A23;
    color: #fff!important;
}

.news_card1 .news_card_left{
    border-radius: 25px;
}
.news_card1 .card-body{
    padding-bottom: 88px;
}
.news_card1 .card-body p{
    font-size: 16px;
    line-height: 30px;
}

.news_swiper .swiper-button-next,.news_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 18px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.news_swiper .swiper-button-prev{
    left: 50%;
    top: auto;
    bottom: 24px;
    margin-left: 36px;
    margin-top: -24px;
}
.news_swiper .swiper-button-next{
    right: auto;
    left: 50%;
    top: auto;
    bottom: 24px;
    margin-top: -24px;
    margin-left: 120px;
}
.news_swiper .swiper-button-prev:after,.news_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.news_swiper .swiper-button-prev:hover:after,.news_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.news_swiper .swiper-button-next:hover,.news_swiper .swiper-button-prev:hover{
    background: #BA1A23;
    border: 1px solid #BA1A23;
}
.news_swiper .swiper-button-next.swiper-button-disabled,.news_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.news_ds_card .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news_ds_card .card-body span{
    display: flex;
    width: 108px;
    height: 108px;
    border-radius: 108px;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.news_ds_card .card-body span svg{
    width: 38px;
    height: 38px;
    fill: #014099;
}

.news_card{
    margin-bottom: 88px;
}
.news_card .fangda{
    border-radius: 20px;
}
.news_card .card-body{
    padding: 24px 12px 0px 12px;
}
.news_card .card-body h4{
    font-size: 20px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 35px;
}
.news_card .card-body p{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.news_card .card-body span{
    font-size: 16px;
    line-height: 30px;
    color: #999;
    display: inline-block;
    margin-top: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #999;
}
.news_card:hover .card-body span{
    color: #BA1A23;
    border-bottom: 1px solid #BA1A23;
}

.news_pagination .page_ul,.news_pagination .page-item .page-link{
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}
.news_pagination .page-item.active .page-link{
    background: #BA1A23;
    border: 1px solid #BA1A23;
}

.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, rgba(186, 26, 35, 1), rgba(238, 78, 87, 1));
    border-radius: 20px;
    padding: 30px 38px;
}
.ns_ds_bottom ul li a{
    color: #fff;
}
.news_gengduo{
    background: #fff;
    color: #EA4A53!important;
    border-color: #fff;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 46px;
    font-weight: 400;
}
.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}

/* ----------------------------------------------------------------
    CONTACT US
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.row_1{
    margin-left: -1px;
    margin-right: -1px;
}
.col_1{
    padding-left: 1px;
    padding-right: 1px;
}
.contact_card_col{
    margin-bottom: 1px;
}
.contact_card{
    padding-top: 38px;
    padding-bottom: 0px;
    transition: 0.5s;
}
.contact_card .card-body img{
    width: 124px;
    height: 124px;
    object-fit: scale-down;
    margin-bottom: 30px;
}
.contact_card .card-body h5{
    font-size: 18px;
}
.contact_card .card-body h4{
    font-size: 20px;
    line-height: 32px;
}
.contact_card:hover{
    box-shadow: 0px 0px 30px rgba(153, 153,153, 0.2);
    z-index: 1000;
}

.contact_zxly{
    background: url(../img/contact_zxly.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trip_mfzx_form .form_input_height{
    height: 62px;
}
.trip_mfzx_form .form-control{
    border-radius: 8px;
    padding: 15px 18px;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #ddd;
    box-shadow: none;
}
.trip_mfzx_form .form-group{
    margin-bottom: 18px;
}

.contact_zxly_card{
    overflow: visible;
}
.contact_zxly_card .card-body{
    padding-left: 90px;
}
.contact_zxly_card .contact_zxly_card_left img{
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
}

.contact_gengduo{
    padding: 14px 38px;
    font-size: 16px;
}

/* ----------------------------------------------------------------
    CONTACT US
----------------------------------------------------------------- */
.device_banner{
    background: url(../img/device_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.device_card{
    padding: 14px 14px 0px 14px;
    box-shadow: 0px 0px 25px rgba(143, 143, 143, 0.16);
}
.device_card .card-body{
    padding: 28px 0px;
}

/* ----------------------------------------------------------------
    PARTNERS
----------------------------------------------------------------- */
.partners_banner{
    background: url(../img/partners_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.partners_bt h1{
    position: relative;
    padding-bottom: 3px;
}
.partners_bt h1:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 200px;
    margin-left: -100px;
    height: 20px;
    background: rgba(186, 26, 35, 0.5);
}
.partners_bt h1 strong{
    z-index: 200;
    position: relative;
}

.partners_card{
    width: 100%;
    height: 160px;
    background: #F8F8F8;
    padding: 12px;
    transition: 0.5s;
}
.partners_card img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.partners_card:hover{
    background: #fff;
}

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

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1600px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 40px 0px 0px;
    }
}
@media (max-width: 1500px){
    .nav_min{
        padding: 0px 15px 0px 15px;
    }

    .ix_wide_swiper{
        width: 100%;
    }
}

@media (max-width: 1400px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 24px 0px 0px;
    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .row_30,.row_24{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24{
        padding-left: 15px;
        padding-right: 15px;
    }

    .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: 48px;
    }
    .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 .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 15px;
        background: none;
    }
    .md_sousuo:hover{
        background: none;
    }
    .search_anniu_top:after{
        border: 1px solid #fff!important;
    }
    .search_anniu_top:before{
        background: #fff!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(255, 255, 255, 0.2);
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 40px 20px 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        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;
    }

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

    .banner .swiper-pagination .swiper-pagination-bullet{
        width: 48px;
        height: 4px;
    }
    .ix_shuju_card_top{
        margin-top: 0px;
    }
    .ix_shuju_card_pt{
        padding-top: 0px;
    }

    .bottom_dibu{
        flex-direction: column;
    }
    .di_beian ul .list-inline-item:not(:last-child){
        margin-right: 0px;
    }
    .botom_beianhao li{
        display: block;
        text-align: center;
    }
    .botom_beianhao{
        margin-top: 14px;
    }
    .about_banner{
        height: 480px;
    }
    .device_nav_swiper .swiper-wrapper{
        justify-content: flex-start;
    }
    .device_nav_swiper .swiper-wrapper .swiper-slide{
        margin: 0px 15px 0px 0px;
    }
    .contact_zxly_card .card-body{
        padding-left: 30px;
    }
}
@media (max-width: 980px){
    /*top*/

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

    .ix_at_bg{
        height: 380px;
    }
    .bottom_tel{
        margin-top: 48px;
    }
    .bottom_ct{
        margin-top: 24px;
    }
    .ns_ds_bottom{
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }
    .ns_ds_bottom ul{
        margin-bottom: 24px;
    }

    .ns_ds_bottom{
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 30px;
    }
    .news_gengduo{
        margin-top: 24px;
    }
    .device_nav_swiper .swiper-wrapper .swiper-slide{
        font-size: 14px;
        padding: 10px 38px;
        margin: 0px 15px 0px 0px;
    }
    .news_swiper .swiper-button-prev{
        bottom: 0px;
        margin-left: -58px;
    }
    .news_swiper .swiper-button-next{
        bottom: 0px;
        margin-left: 10px;
    }
    .contact_zxly_card .card-body{
        padding: 30px 0px 0px 0px;
    }

    .at_fzlc_swiper .swiper-wrapper .swiper-slide-prev, .at_fzlc_swiper .swiper-wrapper .swiper-slide-next{
        top: 0px;
    }
    .at_fzlc_swiper_xiala .dropdown-menu{
        display: block;
    }
    .at_fzlc_swiper_xiala_anniu strong{
        display: none;
    }
    .at_fzlc_swiper_xiala .dropdown-menu{
        width: 100%;
        min-width: 100%;
        left: 0px !important;
        transform: translate3d(0%, 0%, 0) !important;
        margin-bottom: -10px;
    }
    .at_fzlc_swiper_xiala{
        display: block;
        width: 100%;
    }
    .at_fzlc_swiper_xiala_anniu{
        width: 100%;
        display: block;
    }
    .at_fzlc_swiper{
        overflow: hidden;
    }
    .at_fzlc_swiper_xiala .dropdown-menu .card:before{
        margin-left: -18px;
    }
    
    .at_qywh_bg,.at_qywh_bg2{
        height: auto;
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .at_qywh_nr{
        margin-top: 0px;
    }
    .at_qywh_nr .card:before{
        bottom: 0px;
        left: 10%;
        top: auto;
        right: auto;
        width: 80%;
        height: 1px;
    }
    .category_card .card-img-overlay{
        position: static;
    }
    .about_gsimg_top .swiper-wrapper .swiper-slide{
        margin: 0px 7px 0px 7px;
        padding: 10px 30px;
        font-size: 14px;
    }
}

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

    .wrap,.wrap_lg,.wrap_md{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }

    .ix_bt .ix_bt_span {
        font-size: 68px;
        line-height: 48px;
    }
    .ix_bt2 h1{
        margin-top: -24px;
    }
    .ix_bt h1,.pt_ds_bt,.partners_bt h1,.about_bt h2,.news_bt{
        font-size: 24px;
        line-height: 38px;
    }
    .p_16 p, .p_16,.p_18 p, .p_18{
        font-size: 14px;
        line-height: 24px;
    }
    .ix_at_bg{
        height: 240px;
    }
    .ix_ps_bg:before{
        content: none;
    }
    .ix_shuju_card .card-body{
        padding: 24px 12px 14px 12px;
    }
    .ix_shuju_card .card-body .numU .numCX{
        font-size: 28px;
    }
    .ix_shuju_card .card-body h6{
        font-size: 14px;
    }
    .ix_shuju_card .card-body .shuju_card_svg{
        width: 68px;
        height: 68px;
    }
    .ix_shuju_card .card-body .shuju_card_svg img{
        width: 38px;
        height: 38px;
    }
    .ix_shuju_card .card-body .shuju_card_svg{
        margin-bottom: 14px;
    }
    .ix_wide_swiper .swiper-wrapper .swiper-slide{
        width: 100%;
    }

    .bottom_ul .card .bottom_nav_a a{
        font-size: 14px;
    }
    .ix_news_gengduo{
        padding: 14px 48px;
        font-size: 14px;
    }
    .about_banner{
        height: 300px;
    }
    .ps_ds_ul .gengduo{
        padding: 10px 30px;
        font-size: 14px;
    }
    .ps_ds_ul .list-inline-item:not(:last-child),.news_ds_ul .list-inline-item:not(:last-child){
        margin-right: 12px;
    }
    .partners_card{
        height: 108px;
    }

    .about_zzry_swiper .swiper-wrapper .swiper-slide{
        width: 100%;
    }
}