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

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

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

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

/*返回顶部*/
.right_xf{
    position: fixed;
    bottom: 111px;
    right: 12px;
    z-index: 3000;
}
.right_xf li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #265787;
    color:#fff;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    margin: 3px 0px 0px 0px;
}
.right_xf li a p{
    color: #000;
}
.right_xf li a:hover{
    background: #3070AE;
    color:#fff;
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 48px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: auto;
    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;
}

/*返回顶部*/
.back-top {
    position: fixed;
    right: 1.5rem;
    bottom: 30px;
    width: 48px;
    height: 48px;
    background: #fff;
    color:#666;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 0;
    font-size: 1.2rem;
    transition: opacity 0.3s;
    z-index: 9999;
    transition: all 0.5s;
}
.back-top:hover{
    background: #ea3939;
    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: #CC0500;
}
h5{
    line-height: 32px;
}

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

.pem{
    text-indent: 2em;
}

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

.opacity_5{
    opacity: 0.5;
}

.text_999{
    color: #999;
}
.text-danger{
    color: #CC0500!important;
}
.text-success{
    color: #57B37B!important;
}
.text-primary{
    color: #1345A3!important;
}
.text-warning{
    color: #B08C74!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #1D2089!important; 
}
.bg_1982A0{
    background: #1982A0;
}
.bg_FEF5F8{
    background: #FEF5F8;
}
.bg_FBD7E3{
    background: #FBD7E3;
}

.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: 1600px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
    position: relative;
}
.wrap_xl{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1600px;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1200px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}

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

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


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

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

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 240px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 15px 0px 15px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.nav_min .container{
    position: static;
}
.top_xiala2{
    position: static;
    display: block;
}
.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: 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: #CC0500;
    padding: 12px 0px 12px 12px;
}

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

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

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

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

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

.md_sousuo{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    transition: all .5s;
    background: #CC0500;
}
.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;
}
.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: #60B966;
}
.search_anniu_top2:hover:after{
    border: 1px solid #60B966;
}

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

.hidden{
    backdrop-filter: blur(8px);
}

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

.banner_nr .banner_nr_cnc{
    font-size: 200px;
    line-height: 200px;
    color: rgba(255, 255, 255, 0.25);
}
.banner_nr h1{
    margin-top: -68px;
    font-size: 48px;
    margin-bottom: 28px;
}
.banner_nr p{
    font-size: 17px;
    line-height: 30px;
}

.banner .swiper-pagination{
    bottom: 30px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0);
    opacity: 1;
    border-radius: 12px;
    transition: 0.5s;
    margin: 0px 8px;
    border: 1px solid #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(255, 255, 255, 1);
}

/*主体*/
.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: 0.8rem 2.4rem 0.8rem 2.4rem;
    background: #fff;
    color: #CC0500!important;
    font-size: 1rem;
    line-height: 1.5rem;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #fff;
}
.gengduo2{
    background: #CC0500;
    color: #fff!important;
    border: 2px solid #CC0500;
}
.gengduo:hover{
    color: #fff!important;
    background: #EF1C17;
    border: 2px solid #EF1C17;
}

.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, 37, 74, 0.1);
}

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

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

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

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

.row_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_about_card{
    background: #CC0500;
}
.ix_about_card .card-body{
    padding: 6rem;
}
.ix_about_card_right{
    background: url(../img/ix_about_card_right.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 758px;
    display: flex;
    padding: 48px;
    align-items: center;
    justify-content: center;
}
.ix_about_card_right .row{
    width: 100%;
}

.ix_shuju_card .card-body .numU strong{
    font-size: 5rem;
    font-family: "DIN";
}
.ix_shuju_card .card-body .numU span{
    font-size: 3rem;
    font-weight: 300;
}

.ix_about_card_jy{
    background: #E34642;
}
.ix_about_card_jy .ix_about_card_jy_body{
    padding: 5rem 6rem;
}
.ix_about_card_jy2{
    background: #F6F6F6;
    transition: 0.5s;
    display: flex;
}
.ix_about_card_jy2 .card-body{
    padding: 4rem 2rem;
}
.ix_about_card_jy2 .card-body svg{
    width: 58px;
    height: 58px;
    fill: #9A9A9A;
    margin-bottom: 28px;
}
.ix_about_card_jy2:hover{
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
    z-index: 100;
}

.ix_ps_bg{
    position: relative;
}
.ix_ps_bg:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 50vw;
    height: 608px;
    border-radius: 100%;
    background: #CC0500;
    transform: translate(-50%, 60%);
}

.ix_ps_swiper_anniu{
    position: relative;
}
.ix_ps_swiper_anniu:before{
    content: "Products";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12rem;
    font-weight: 700;
    color: #F6F6F6;
    text-transform: uppercase;
}
.ix_ps_swiper_card img{
    width: 100%;
    height: 400px;
    object-fit: scale-down;
}
.ix_ps_swiper_card .card-body{
    opacity: 0;
}
.ix_ps_swiper_card .card-body span{
    display: inline-block;
    height: 44px;
    width: 2px;
    background: #707070;
    margin-top: 16px;
}
.ix_ps_swiper_anniu .swiper-button-next,.ix_ps_swiper_anniu .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: none;
    border-radius: 48px;
    z-index: 1000;
    border: 2px solid #C9C9C9;
}
.ix_ps_swiper_anniu .swiper-button-prev{
    margin-top: 0px;
}
.ix_ps_swiper_anniu .swiper-button-next{
    margin-top: 0px;
}
.ix_ps_swiper_anniu .swiper-button-prev:after,.ix_ps_swiper_anniu .swiper-button-next:after{
    color: #C9C9C9;
    font-size: 24px;
}
.ix_ps_swiper_anniu .swiper-button-prev:hover:after,.ix_ps_swiper_anniu .swiper-button-next:hover:after{
    color: #CC0500;
}
.ix_ps_swiper_anniu .swiper-button-next:hover,.ix_ps_swiper_anniu .swiper-button-prev:hover{
    border: 2px solid #CC0500;
}

.ix_ps_swiper .swiper-wrapper .swiper-slide-active .ix_ps_swiper_card .card-body{
    opacity: 1;
}

.flexing {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.flexing .section{
    flex: 1;
    transition: 0.5s ease;
    padding-left: 0px;
    padding-right: 0px;
}
.flexing .section:hover {
    flex: 2;
}
.ix_wmdys_card{
    height: 900px;
}
.ix_wmdys_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_wmdys_card .card-img-overlay{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ix_wmdys_card_nr{
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.ix_wmdys_card_nr h1{
    font-size: 58px;
    font-family: "DIN";
    color: #CC0500;
}
.ix_wmdys_card_nr h4{
    font-size: 22px;
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 24px;
    line-height: 32px;
}
.ix_wmdys_card_nr h4:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background: #fff;
}
.ix_wmdys_card_nr p{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.ix_wmdys_card:hover .card-img-overlay{
    padding: 0px 0px 0px 68px;
}
.ix_wmdys_card:hover .card-img-overlay .ix_wmdys_card_nr{
    background: #CC0500;
    height: auto;
    padding: 48px 58px 58px 58px;
}
.ix_wmdys_card:hover .card-img-overlay .ix_wmdys_card_nr h1{
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 68px;
    font-size: 180px;
    bottom: -70px;
    font-weight: 700;
}

.ix_swiper_xg_right{
    height: 100%;
    background: #000;
}
.ix_swiper_xg_right .swiper-wrapper .swiper-slide{
    padding: 12rem 6rem 6rem 6rem;
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}
.ix_swiper_xg_right .swiper-pagination{
    left: 6rem;
    top: 6rem;
    width: auto;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.5);
    height: 98px;
}
.ix_swiper_xg_right .swiper-pagination .swiper-pagination-current{
    font-size: 68px;
    color: rgba(255, 255, 255, 1);
}
.ix_swiper_xg_right .swiper-wrapper .swiper-slide img{
    width: 85px;
    height: 85px;
    object-fit: scale-down;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.ix_swiper_xg_right .swiper-wrapper .swiper-slide span{
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #fff;
}

.ix_swiper_xg{
    padding: 6rem;
    height: 100%;
    position: relative;
    background: url(../img/ix_swiper_xg.png) #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_swiper_xg_left_card{
    display: flex;
    align-items: center;
}
.ix_swiper_xg_left_card .card-body{
    opacity: 0;
}
.ix_swiper_xg_left_card .img{
    width: 450px;
    height: 450px;
    border-radius: 450px;
    border: 3px solid #eee;
    padding: 10px;
    position: relative;
}
.ix_swiper_xg_left_card_icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    object-fit: scale-down;
}
.ix_swiper_xg_left_card .card-body span{
    display: inline-block;
    width: 2px;
    height: 36px;
    background: #707070;
}
.ix_swiper_xg_left .swiper-wrapper{
    height: auto;
}
.ix_swiper_xg_left_anniu{
    position: relative;
}
.ix_swiper_xg_left_card{
    border: none;
    border-radius: 0px;
    background: none;
}
.ix_swiper_xg_left_anniu .swiper-button-next,.ix_swiper_xg_left_anniu .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: #DEDEDE;
    border-radius: 48px;
    z-index: 1000;
}
.ix_swiper_xg_left_anniu .swiper-button-prev{
    margin-top: -82px;
}
.ix_swiper_xg_left_anniu .swiper-button-next{
    margin-top: -82px;
}
.ix_swiper_xg_left_anniu .swiper-button-prev:after,.ix_swiper_xg_left_anniu .swiper-button-next:after{
    color: #fff;
    font-size: 24px;
}
.ix_swiper_xg_left_anniu .swiper-button-prev:hover:after,.ix_swiper_xg_left_anniu .swiper-button-next:hover:after{
    color: #fff;
}
.ix_swiper_xg_left_anniu .swiper-button-next:hover,.ix_swiper_xg_left_anniu .swiper-button-prev:hover{
    background: #CC0500;
}
.ix_swiper_xg_left .swiper-slide-active .ix_swiper_xg_left_card .card-body{
    opacity: 1;
}
.ix_swiper_xg_left .autoplay-progress{
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}
.ix_swiper_xg_left .autoplay-progress svg{
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.ix_news_swiper .swiper-button-next,.ix_news_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 18px;
    z-index: 1000;
    border: 1px solid #E2E2E2;
}
.ix_news_swiper .swiper-button-prev{
    left: auto;
    right: 78px;
    top: 0px;
    margin-top: 0px;
}
.ix_news_swiper .swiper-button-next{
    right: 0px;
    top: 0px;
    margin-top: 0px;
}
.ix_news_swiper .swiper-button-prev:after,.ix_news_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.ix_news_swiper .swiper-button-prev:hover:after,.ix_news_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_news_swiper .swiper-button-next:hover,.ix_news_swiper .swiper-button-prev:hover{
    background: rgba(204, 5, 0, 1);
    border: 1px solid #CC0500;
}
.ix_news_swiper .swiper-wrapper{
    height: auto;
}

.news_card{
    margin-bottom: 88px;
}
.news_card .fangda{
    border-radius: 15px;
}
.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: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #999;
}
.news_card:hover .card-body span{
    color: #CC0500;
    border-bottom: 1px solid #CC0500;
}

.ix_form_bg{
    background: url(../img/ix_form_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 520px;
    display: flex;
    align-items: center;
}
.ix_form .form-control{
    border: none;
    height: 53px;
    padding: 0.5rem 1rem;
}
.ix_form label{
    padding: 0.9rem 1rem;
}
.ix_form .gengduo{
    background: #CC0500;
    border: 2px solid #CC0500;
    color: #fff!important;
}

/*bottom*/
.bottom_bg{
    background: #1A1A1A;
    color: #fff;
    padding-top: 78px;
}

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

.bottom_contact_ul{
    line-height: 36px;
}

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

/* ----------------------------------------------------------------
    Contact Us
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 580px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 38px;
    position: relative;
}

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

.contact_card{
    border: 1px solid #DCDCDC;
}
.contact_card .card-body{
    padding: 18px 24px;
    display: flex;
    align-items: center;
}
.contact_card .card-body img{
    width: 48px;
    height: 48px;
    object-fit: scale-down;
}
.contact_card .card-body h5{
    font-size: 17px;
}
.contact_card .card-body h4{
    font-size: 20px;
}
.contact_me_form_gengduo{
    padding: 0.8rem 3.8rem 0.8rem 3.8rem;
}

.contact_me_form label,.contact_me_form .form-control{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

/*nav*/
.nav_nr{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
}
.nav_nr .navbar-nav .nav-link{
    color: #000;
}

/* ----------------------------------------------------------------
    News
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 580px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 38px;
    position: relative;
}

.device_nav_swiper{
    padding-bottom: 48px;
    padding-left: 15px;
    padding-right: 15px;
}
.device_nav_swiper .swiper-wrapper{
    display: flex;
    justify-content: center;
    height: auto;
}
.device_nav_swiper .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    margin: 0px 15px;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 58px;
    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(204, 5, 0, 0.3);
    border: 2px solid #CC0500;
    background: #CC0500;
    color: #fff!important;
}

.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: #055396;
    border: 1px solid #055396;
}
.news_swiper .swiper-button-next.swiper-button-disabled,.news_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

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

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

.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}
.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #CC0500;
    border-radius: 20px;
    padding: 30px 38px;
}
.ns_ds_bottom ul li a{
    color: #fff;
}
.news_gengduo,.news_gengduo:hover{
    background: #fff;
    color: #CC0500!important;
    border-color: #fff;
    box-shadow: none;
    font-size: 14px;
    padding: 8px 46px;
    font-weight: 400;
}
.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}

/* ----------------------------------------------------------------
    Video
----------------------------------------------------------------- */
.video_banner{
    background: url(../img/video_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 580px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 38px;
    position: relative;
}

.video_card .fangda{
    position: relative;
}
.video_card .fangda .video_card_icon{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}
.video_card .fangda .video_card_icon img{
    width: 66px;
    height: 66px;
    transform:scale(1);
}

/* ----------------------------------------------------------------
    Service
----------------------------------------------------------------- */
.service_banner{
    background: url(../img/service_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 580px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 38px;
    position: relative;
}
.service_card .card-body{
    padding-left: 0px;
    padding-right: 0px;
}

/* ----------------------------------------------------------------
    Products
----------------------------------------------------------------- */
.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 580px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 38px;
    position: relative;
}

.products_nav{
    background: #fff;
}
.ps_nav_bt{
    margin-bottom: 0px;
    padding: 20px 24px;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    background: #CC0500;
}
.products_nav_ul{
    padding: 15px 30px;
}
.products_nav_ul li a{
    display: block;
    font-size: 18px;
    line-height: 38px;
    padding: 12px 18px 12px 0px;
    position: relative;
}
.products_nav_ul li a i{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -9px;
}

.app_page .page-item .page-link,.app_page .page_ul{
    background: #fff;
    border-color: #fff;
}
.app_page .page-item.active .page-link{
    background: #CC0500;
    box-shadow: 0px 0px 13px rgba(82, 169, 51, 0.19);
}

/*详情页*/
.ps_ds_left{
    padding: 6rem 5rem 6rem 6rem;
    background: #F5F5F7;
    height: 100%;
}
.ps_ds_swiper{
    position: relative;
    padding-right: 152px;
}
.ps_ds_swiper_left{
    border-radius: 8px;
}
.ps_ds_swiper_right{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 140px;
    height: 100%;
}
.ps_ds_swiper_left .swiper-wrapper,.ps_ds_swiper_right .swiper-wrapper{
    height: auto;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide{
    background: #fff;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide-thumb-active{
    border: 4px solid #CC0500;
}

.ps_ds_right{
    padding: 6rem 6rem 6rem 5rem;
    height: 100%;
}

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

/* ----------------------------------------------------------------
    About Us
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 580px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 38px;
    position: relative;
}

.about_js_x_top,.about_js_x_bottom{
    display: inline-block;
    width: 1px;
    height: 120px;
    background: #9F9F9F;
}
.about_js_x_bottom{
    height: 90px;
}
.about_js_bt{
    position: relative;
    padding-top: 68px;
}
.about_js_bt:before{
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    width: 39px;
    height: 39px;
    border-radius: 39px;
    background: rgba(204, 5, 0, 0.11);
    transform: translate3d(-50%, 0%, 0);
}
.about_js_bt:after{
    content: "";
    position: absolute;
    top: 17px;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 39px;
    background: rgba(204, 5, 0, 1);
    transform: translate3d(-50%, 0%, 0);
}
.about_js_nr{
    margin-top: 140px;
}
.about_shuju_right_border:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
    width: 1px;
    height: 50%;
    background: #DCDCDC;
}

.about_advantage_card{
    background: #F1F1F1;
    border-radius: 30px;
    position: relative;
    transition: 0.5s;
}
.about_advantage_card:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translate3d(-50%, 0%, 0);
    width: 180px;
    height: 180px;
    background: url(../img/about_advantage_card_icon.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_advantage_card .card-body{
    padding: 48px 30px 100px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_advantage_card .card-body span{
    display: flex;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background: #fff;
    margin-bottom: 28px;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.about_advantage_card .card-body span svg{
    fill: #CC0500;
    width: 40px;
    height: 40px;
    transition: 0.5s;
}
.about_advantage_card .card-body p{
    color: #7B7B7B;
    transition: 0.5s;
}
.about_advantage_card:hover{
    background: #CC0500;
}
.about_advantage_card:hover:before{
    background: url(../img/about_advantage_card_icon2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_advantage_card:hover .card-body p{
    color: #fff;
}
.about_advantage_card:hover .card-body span{
    background: rgba(255, 255, 255, 0.58);
}
.about_advantage_card:hover .card-body span svg{
    fill: #fff;
}

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

.ix_global_bg{
    background: url(../img/ix_global_bg.png) #f9f9f9;
    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;
    font-weight: 700;
    color: #CC0500;
    font-family: "DIN";
}
.category_card .card-img-overlay{
    display: flex;
    align-items: flex-end;
    padding-left: 0px;
    padding-right: 0px;
}

.about_company_swiper{
    padding: 58px 30px 0px 30px;
} 
.about_company_swiper .swiper-button-next,.about_company_swiper .swiper-button-prev{
    width: auto;
    height: auto; 
    font-size: 38px;
    color: #B2B2B2;
}
.about_company_swiper .swiper-button-prev{
    left: 30;
    top: 0px;
    margin-top: 0px;
}
.about_company_swiper .swiper-button-next{
    right: auto;
    left: 88px;
    top: 0px;
    margin-top: 0px;
}
.about_company_swiper .swiper-button-prev:after,.about_company_swiper .swiper-button-next:after{
    content: none;
}
.about_company_swiper .swiper-button-next:hover,.about_company_swiper .swiper-button-prev:hover{
    color: #000;
}
.about_company_swiper .swiper-wrapper{
    height: auto;
}
.about_company_swiper_card img{
    padding: 12px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.14);
}

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

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){
    
}
@media (max-width: 1600px){
    .row_30,.row_24,.row_20{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24,.col_20{
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0rem 2rem 0rem 0rem;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
    }
    .banner{
        height: 680px;
    }
    .nav_min{
        padding: 0rem 4rem 0rem 4rem;
    }
    .ix_about_card .card-body{
        padding: 4rem;
    }
    .ix_about_card_jy .ix_about_card_jy_body{
        padding: 3rem 4rem;
    }
    .wrap_fluid{
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .ix_swiper_xg{
        padding: 4rem;
    }
    .ix_swiper_xg_right .swiper-wrapper .swiper-slide{
        padding: 12rem 4rem 4rem 4rem;
    }
    .ix_swiper_xg_right .swiper-pagination{
        left: 4rem;
    }

    .contact_banner{
        height: 480px;
    }
    .ps_ds_left{
        padding: 5rem 3rem 5rem 4rem;
    }
    .ps_ds_right{
        padding: 5rem 4rem 5rem 3rem;
    }

    .about_company_swiper{
        padding: 58px 15px 0px 15px;
    }
    .about_company_swiper .swiper-button-prev{
        left: 15px;
    }
    .about_company_swiper .swiper-button-next{
        left: 78px;
    }
}

@media (max-width: 1400px){
    .ix_form_bg{
        height: auto;
    }
    .nav_min .navbar-nav .nav-link{
        font-weight: 400;
        font-size: 1rem;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0rem 1.5rem 0rem 0rem;
    }
    .banner_nr .banner_nr_cnc{
        font-size: 120px;
        line-height: 120px;
    }
    .banner_nr h1{
        margin-top: -48px;
    }
    .ix_ps_swiper_anniu:before{
        font-size: 8rem;
    }
}

@media (max-width: 1300px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0rem 1rem 0rem 0rem;
    }
}

@media (max-width: 1199px){
    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
        height: 38px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        /*justify-content: center;*/
    }
    .nav_min .nav_container{
        position: relative;
        /*justify-content: center;*/
        padding: 0px;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 58px;
        top: 8px;
        background: none;
    }
    .md_sousuo:hover{
        background: none;
    }
    .search_anniu_top:after{
        border: 1px solid #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.1);
    }
    .md_collapse .navbar-nav{
        padding: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .nav_min .navbar-nav .nav-link{
        padding: 20px 40px 20px 0px;
    }
    .nav_min .navbar-nav .top_xiala .nav-link {
        padding-right: 40px;
    }
    .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;
    }
    .nav_min .nav-link span{
        display: none;
    }
    .container_style{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .md_collapse{
        max-height: 80vh;
        overflow: auto;
    }

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

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

    .bottom_dibu{
        flex-direction: column;
    }
    .botom_beianhao li{
        display: block;
    }
    .botom_beianhao .list-inline-item:not(:last-child){
        margin-right: 0px;
    }
    .botom_beianhao{
        margin-top: 12px;
        text-align: center;
    }
    
    .banner{
        height: 580px;
    }
    .ix_about_card_right{
        height: 580px;
    }
    .ix_ps_bg:before{
        height: 400px;
    }
    .ix_wmdys_card_nr h4{
        font-size: 16px;
        line-height: 28px;
    }
    .ix_wmdys_card .card-img-overlay{
        padding: 24px;
    }
    .ix_wmdys_card{
        height: 680px;
    }

    .nav_nr .search_anniu_top:after{
        border: 1px solid #000 !important;
    }
    .nav_nr .search_anniu_top:before{
        background: #000 !important;
    }
    .nav_nr .md_collapse{
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .nav_nr .pc_yuyan .nav-link,.nav_nr .navbar-light .navbar-nav .show>.nav-link, .nav_nr .pc_yuyan:hover .nav-link{
        color: #000;
    }
    .nav_nr .pc_yuyan .nav-link svg, .nav_nr .pc_yuyan:hover .nav-link svg{
        fill: #000;
    }

    .contact_banner{
        height: 380px;
    }
    .news_card{
        margin-bottom: 58px;
    }
    .device_nav_swiper .swiper-wrapper{
        justify-content: flex-start;
    }
    .device_nav_swiper .swiper-wrapper .swiper-slide{
        margin: 0px 15px 0px 0px;
    }
}
@media (max-width: 980px){
    /*bottom*/
    .bottom_bg{
        padding-top: 24px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .di_beian,.di_about{
        margin-top: 24px;
    }
    
    .flexing{
        display: flex;
        flex-wrap: wrap;
    }
    .flexing .section{
        width: 50%;
        flex: none;
    }

    .contact_banner{
        height: 380px;
    }
    .service_card .card-body{
        padding: 28px 0px 0px 0px;
    }
    .news_ds_ul .list-inline-item:not(:last-child){
        margin-right: 12px;
    }
    .ns_ds_bottom{
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem;
        border-radius: 8px;
    }
    .news_gengduo{
        margin-top: 1.5rem;
    }

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

    .about_js_nr{
        margin-top: 38px;
    }
    .category_card .card-img-overlay{
        position: relative;
    }
}

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

    .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{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }
    .wrap_fluid{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .banner_nr h1{
        font-size: 1.8rem;
    }
    .ix_bt h1,.ix_form_bt h1,.news_bt,.ix_bt h3{
        font-size: 1.2rem;
        line-height: 30px;
    }
    .ix_form_bt h3,.contact_card .card-body h4{
        font-size: 1rem;
        line-height: 24px;
    }
    .banner_nr p,.ix_shuju_card .card-body h5,.p_16 p, .p_16,.contact_card .card-body h5,.p_18 p, .p_18{
        font-size: 0.9rem;
        line-height: 24px;
    }

    .banner{
        height: 480px;
    }
    .banner_nr .banner_nr_cnc{
        font-size: 88px;
    }

    .gengduo,.ps_ds_ul .gengduo,.device_nav_swiper .swiper-wrapper .swiper-slide{
        padding: 0.6rem 1.6rem 0.6rem 1.6rem;
        font-size: 0.9rem;
    }
    .ix_about_card .card-body,.ix_about_card_right,.ix_about_card_jy .ix_about_card_jy_body,.ix_swiper_xg{
        padding: 3rem 1rem;
    }
    .ix_about_card_right{
        height: 480px;
    }
    .ix_shuju_card .card-body .numU strong{
        font-size: 3rem;
    }
    .ix_shuju_card .card-body .numU span{
        font-size: 1.5rem;
    }

    .ix_ps_bg:before{
        width: 100vw;
        transform: translate(-50%, 50%);
    }
    .flexing .section{
        width: 100%;
    }
    .ix_wmdys_card{
        height: 480px;
    }
    .ix_swiper_xg_left_card .img{
        width: 300px;
        height: 300px;
    }
    .ix_swiper_xg_right .swiper-wrapper .swiper-slide{
        padding: 6rem 1rem 3rem 1rem;
    }
    .ix_swiper_xg_right .swiper-pagination{
        font-size: 2rem;
        left: 1rem;
        top: 3rem;
    }
    .ix_swiper_xg_right .swiper-pagination .swiper-pagination-current{
        font-size: 48px;
    }
    .ix_news_swiper .swiper-button-next, .ix_news_swiper .swiper-button-prev{
        width: 38px;
        height: 38px;
        border-radius: 8px;
    }
    .ix_news_swiper .swiper-button-prev{
        right: 58px;
    }
    .ix_news_swiper .ix_bt h1{
        padding-right: 108px;
    }

    .contact_banner{
        height: 240px;
        padding-bottom: 24px;
    }
    .ps_ds_left{
        padding: 3rem 1rem 3rem 1rem;
    }
    .ps_ds_swiper_right{
        width: 68px;
    }
    .ps_ds_swiper{
        padding-right: 78px;
    }
    .ps_ds_right{
        padding: 3rem 1rem 3rem 1rem;
    }
    .ps_ds_ul .list-inline-item:not(:last-child){
        margin-right: 10px;
    }

    .about_js_x_top, .about_js_x_bottom{
        height: 68px;
    }
    .about_advantage_card .card-body{
        padding: 24px 24px 68px 24px;;
    }
}

.nav_nr .navbar-toggler .icon-bar{
    background: #000;
}














/* 分页导航容器样式 */
nav[aria-label="Page navigation example"] {
    text-align: center;
    margin: 20px 0;
}

/* 基础分页容器样式 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 auto; /* 水平居中 */
    border-radius: 4px;
}

/* 分页列表项基本样式 */
.pagination li {
    display: inline;
}

/* 分页链接基本样式 */
.pagination a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 19px;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    transition: all 0.3s ease;
}

/* 第一个和最后一个分页项的边界圆角 */
.pagination li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
        height: 33.5px;
}

.pagination li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
            height: 33.5px;
}

/* 鼠标悬停时的样式 */
.pagination a:hover {
    background-color: #eee;
    color: #23527c;
    z-index: 2;
}

/* 选中页（当前页）的样式 - 蓝色背景 */
.pagination .active a {
    z-index: 3;
    color: white;
        background-color: #000000;
    border-color: #000000;
    cursor: default;
}

/* 禁用状态的样式 */
.pagination .disabled a {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination .disabled a:hover {
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}
#translate { display: none;}

/* 省略号等特殊符号的样式调整 */
.pagination a span {
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

/* 响应式调整 - 小屏幕下的样式 */
@media (max-width: 768px) {
    .pagination a {
        padding: 4px 8px;
        font-size: 12px;
    }
}





















#translate {    display: none;}