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

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

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

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

.img-responsive-container img {
    max-width: 100%; 
    height: auto;    
    display: block;  
    margin: 0 auto;   
}
.Checkbox input:checked + label:before {
    background-color: #000;
    background-size: 16px;
    border-color: #000;
}
.HoverLabel label {
    display: block;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
}
.HoverLabel label:hover {
    background-color: #EEE;
}

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

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

.pem{
    text-indent: 2em;
}

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

.p_15 p,.p_15{
    font-size: 15px;
    line-height: 28px;
}
.p_16 p,.p_16{
    font-size: 16px;
    line-height: 30px;
}
.p_17 p,.p_17{
    font-size: 17px;
    line-height: 34px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 36px;
}
.p_em p{
    text-indent: 2em;
}

.opacity_5{
    opacity: 0.5;
}

.text_999{
    color: #999;
}
.text-danger{
    color: #E6212A!important;
}
.text-success{
    color: #57B37B!important;
}
.text-primary{
    color: #1F48A1!important;
}
.text-warning{
    color: #DD7516!important;
}
.text_000{
    color: #000;
}

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

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

.no_margin{
    margin: 0px;
}

.row_30{
    margin-left: -30px;
    margin-right: -30px;
}
.col_30{
    padding-left: 30px;
    padding-right: 30px;
}
.row_24{
    margin-left: -24px;
    margin-right: -24px;
}
.col_24{
    padding-left: 24px;
    padding-right: 24px;
}
.row_12{
    margin-left: -12px;
    margin-right: -12px;
}
.col_12{
    padding-left: 12px;
    padding-right: 12px;
}
.row_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

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

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

.gengduo{
    padding: 6px 6px 6px 42px;
    background: #1F48A1;
    color: #fff!important;
    font-size: 1rem;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    line-height: 25px;
}
.gengduo span{
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #fff;
    border-radius: 38px;
    color: #1F48A1;
    margin-left: 24px;
    text-align: center;
}
.gengduo span i{
    font-size: 30px;
}
.gengduo span i::before{
    position: relative;
    top: 4px;
}
.gengduo:hover{
    color: #fff!important;
    background: #2F6CF2;
}

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

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    padding: 0px 0px 0px 0px;
    border: none;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
    transition: all 0.5s ease;
    animation: nav_min_dh 1s;
}
@keyframes nav_min_dh
{
    0%   {
        transform:translateY(-100px);
        opacity: 0;
    }
    100% {
        transform:translateY(0);
        opacity: 1;
    }
}
.nav_min .navbar-brand{
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.nav_min .navbar-brand .logo{
    width: 233px;
    height: 55px;
    background: url(../img/logo.png);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}
.nav_min .navbar-brand p{
    color: #fff;
    font-size: 20px;
    border-left: 1px solid #fff;
    line-height: 24px;
    padding-left: 15px;
    margin-left: 15px;
}
.nav_min .navbar-nav .nav-item{
    margin: 0px 78px 0px 0px;
}
.nav_min .navbar-nav .nav-link{
    padding: 35px 0px 35px 0px;
    position: relative;
    transition: 0.5s;
}
.nav_min .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.nav_min .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}
.nav_min .navbar-nav .nav_xiala .nav-link{
    padding-right: 24px;
}
.nav_min .nav-link span{
    font-size: 1rem;
}

.navbar-toggler,.navbar-toggler:focus{
    border: none;
    padding: 6px 15px 10px 15px;
    margin: 14px 0px 13px 0px;
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 0px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #000;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}
.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
}
/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

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

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

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

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

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

/* 隐藏导航栏的类 */
.header-hidden {
    transform: translateY(-100%);
}

.nav_min:hover,.is-active{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}
.nav_min:hover .navbar-brand .logo,.is-active .navbar-brand .logo{
    background: url(../img/logo2.png);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}
.nav_min:hover .navbar-brand p,.is-active .navbar-brand p{
    color: #000;
    border-left: 1px solid #999;
}
.nav_min:hover .navbar-nav .nav-link,.is-active .navbar-nav .nav-link{
    color: #000;
}
.nav_min .navbar-nav .nav-link:hover{
    color: #2F6CF2;
}
.nav_min .active .nav-link,.nav_min .nav_xiala2:hover .nav-link{
    color: #2F6CF2;
}
.nav_form_anniu:hover:before{
    width: 42px;
    border-radius: 42px;
}
.nav_form_anniu:hover{
    color: #000;
}
.nav_form_anniu:hover i{
    right: 0px;
    color: #fff;
    transform: rotate(0deg);
}

/*banner*/
.banner{
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.banner .card-img-overlay{
    padding: 0px;
    display: flex;
    align-items: center;
}

.banner_nr{
    padding: 58px;
    margin-top: 88px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.3);
}
.banner_nr h1{
    font-size: 58px;
    margin-bottom: 18px;
}
.banner_nr h4{
    font-size: 22px;
}

/*主体*/
.bg_F1F1F1{
    background: #F1F1F1;
}
.ix_bt h2{
    margin-bottom: 12px;
    font-size: 36px;
}
.ix_bt h2 span{
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}
.ix_bt h2 span:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 14px;
    background: #1F48A1;
}
.ix_bt h2 span div{
    position: relative;
}
.ix_bt h6{
    font-size: 16px;
    line-height: 28px;
}

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

.ix_ps_swiper_card{
    position: relative;
    border-radius: 30px;
    transition: 0.5s;
}
.ix_ps_swiper_card:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 178px;
    height: 178px;
    border-radius: 178px;
    background: #1F48A1;
    opacity: 0;
    transition: 0.5s;
}
.ix_ps_swiper_card .card-header,.ix_ps_swiper_card img,.ix_ps_swiper_card .card-body{
    position: relative;
}
.ix_ps_swiper_card .card-header{
    background: none;
    border: none;
    padding: 30px 30px 0px 30px;
}
.ix_ps_swiper_card .card-header h4{
    font-size: 24px;
}
.ix_ps_swiper_card img{
    width: 100%;
    height: 288px;
    padding-top: 10px;
    padding-bottom: 10px;
    object-fit: scale-down;
}
.ix_ps_swiper_card .card-body{
    padding: 0px 30px 30px 30px;
}
.gengduo2{
    font-size: 14px;
    padding: 6px 6px 6px 32px;
    line-height: 25px;
}
.gengduo2 span i{
    font-size: 24px;
}
.gengduo2 span{
    width: 32px;
    height: 32px;
    margin-left: 18px;
}
.ix_ps_swiper_card .gengduo2{
    background: #EBEBEB;
    color: #000 !important;
}
.ix_ps_swiper_card:hover:before{
    opacity: 1;     
}
.ix_ps_swiper_card:hover .gengduo2{
    background: #2F6CF2;
    color: #fff !important;
}

.ix_about_card .card-body{
    padding: 0px 48px 0px 0px;
}
.ix_about_logo{
    position: absolute;
    left: 2rem;
    top: 4rem;
}

.ix_about_video{
    width: 100%;
    height: 100%;
    border-radius: 68px;
    overflow: hidden;
    position: relative;
}
.ix_about_video .ix_about_img{
    width: 100%;
    height: 100%;   
    object-fit: cover;
}
.ix_about_video video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.ix_about_video .card-img-overlay{
    background: rgba(5, 102, 145, 0.26);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
}
.ix_about_video .card-img-overlay a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.ix_about_video .card-img-overlay a img{
    width: 58px;
    height: 58px;
    object-fit: contain;
}
.video_aniu{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    color: #fff;
    z-index: 2;
    background: rgba(31, 72, 161, 1);
    cursor: pointer;
    position: relative;
    display: flex;
}
.video_aniu .video_aniu_top{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    justify-content: center;
    align-items: center;
}
.video_aniu svg{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    fill: #fff;
    width: 20px;
    height: 20px;
    transform: translate3d(-40%, -50%, 0);
}
.video_aniu .video_aniu_top .circle01,.video_aniu .video_aniu_top .circle02{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 58px;
    height: 58px;
    border-radius: 68px;
    background: rgba(31, 72, 161, 0.3);
}
.video_aniu .video_aniu_top .circle01{
    animation:scalej01 2s .4s infinite;
    -webkit-animation:scalej01 2s .4s infi
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
}
.video_aniu .video_aniu_top .circle02{
    animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;
}
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}

.ix_shuju{
    background: url(../img/ix_shuju_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_shuju_ul li:not(:last-child){
    margin-right: 60px;
}
.ix_num{
    display: flex;
    align-items: flex-end;
}
.ix_num h6{
    /*width: 24px;*/
    /*height: 48px;*/
    word-break: break-all;
    background: #1F48A1;
    text-align: center;
    border-radius: 3px;
    padding: 4px 0px;
    font-size: 16px;
    margin-right: 12px;
    position: relative;
    bottom: 10px;
}
.ix_num span{
    font-size: 18px;
    line-height: 38px;
    margin-left: 12px;
}
.num-item{
    color: #fff!important;
    font-size: 50px;
    line-height: 80px;
    font-family: "DIN";
}
.ix_jy_swiper_card{
    padding: 16px;
}
.ix_jy_swiper_card .fangda2{
    width: 100%;
    height: 100%;
}
.ix_jy_swiper_card .fangda2 img{
    width: 100%;
    height: 447px;
}
.ix_jy_swiper_card .card-body{
    padding: 38px 60px 200px 60px;
}

.ix_jy_swiper_top .swiper-wrapper,.ix_jy_swiper_bottom .swiper-wrapper{
    height: auto;
}
.ix_jy_swiper{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.ix_jy_swiper .col-xl-7{
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 60px;
}
.ix_jy_swiper_bottom .swiper-slide{
    width: 134px;
    height: 134px;
    border-radius: 134px;
    margin-right: 32px;
    background: none;
    padding: 12px;
    cursor: pointer;
}
.ix_jy_swiper_bottom .swiper-slide div{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #B1B1B1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ix_jy_swiper_bottom .swiper-slide div svg{
    width: 30px;
    height: 30px;
    fill: #B1B1B1;
}
.ix_jy_swiper_bottom .swiper-slide div p{
    margin-top: 6px;
    color: #B1B1B1;
    font-size: 17px;
    text-align: center;
}
.ix_jy_swiper_bottom .swiper-slide-thumb-active{
    background: rgba(47, 130, 179, 0.16);
}
.ix_jy_swiper_bottom .swiper-slide-thumb-active div{
    background: #1F48A1;
    border: 1px solid #1F48A1;
}
.ix_jy_swiper_bottom .swiper-slide-thumb-active div svg{
    fill: #fff;
}
.ix_jy_swiper_bottom .swiper-slide-thumb-active div p{
    color: #fff;
}

.ix_news_bt{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.ix_news_bt .ix_bt{
    flex-grow: 1!important;
    padding-right: 24px;
}
.ix_news_bt .gengduo{
    padding: 12px 42px;
    background: none;
    border: 1px solid #1F48A1;
    color: #1F48A1 !important;
}
.ix_news_bt .gengduo:hover{
    background: #2F6CF2;
    border: 1px solid #2F6CF2;
    color: #fff !important;
}

.ix_news_card .fangda2{
    border-radius: 24px;
}
.ix_news_card .card-body h4{
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 12px;
}
.ix_news_card .card-body span{
    display: inline-block;
    font-size: 14px;
    padding: 6px 18px;
    background: #1F48A1;
    color: #fff;
    border-radius: 5px;
}

.ix_news_card_ul{
    border-top: 1px solid #CBCBCB;
    padding-top: 24px;
    margin-top: 24px;
}
.ix_news_card_ul li{
    position: relative;
    padding-left: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.ix_news_card_ul li:before{
    content: "";
    position: absolute;
    left: 17px;
    top: 0px;
    width: 1px;
    height: 50%;
    background: #D8D8D8;
}
.ix_news_card_ul li:after{
    content: "";
    position: absolute;
    left: 17px;
    bottom: 0px;
    width: 1px;
    height: 50%;
    background: #D8D8D8;
}
.ix_news_card_ul li:first-child:before{
    content: none;
}
.ix_news_card_ul li:nth-last-child(1):after{
    content: none;
}
.ix_news_card_ul li a{
    display: block;
    font-size: 20px;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 38px;
    transition: 0.5s;
}
.ix_news_card_ul li a:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform:translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #B7B7B7;
    z-index: 100;
    transition: 0.5s;
}
.ix_news_card_ul li a:hover:before{
    left: 0px;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    background: #1F48A1;
    border: 8px solid #C0CCE5;
}
.ix_news_card_ul li a:hover{
    font-size: 22px;
}

.ix_hzhb_logo_grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 48px 20px;
}
.ix_hzhb_logo{
    background: #fff;
    height: 160px;
    padding: 10px;
    border-radius: 22px;
    transition: 0.5s;
}
.ix_hzhb_logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.ix_hzhb_logo:hover{
    background: #fff;
    box-shadow: 0px 60px 60px -30px rgba(31, 72, 161, 0.28);
}

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

.bottom_bg{
    background: #1E1E22;
    padding-top: 88px;
    color: #fff;
}

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

.bottom_ul{
    padding-bottom: 28px;
}

button.text-uppercase {
   display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 52px;
    border-radius: 8px !important;
    background: #1F48A1;
    color: #fff;
    transition: 0.5s;
    font-weight: 700;
    border:none;
}

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

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

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

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

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

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.nav_min2{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    animation: none;
}
.nav_min2 .navbar-brand .logo{
    background: url(../img/logo2.png);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
}
.nav_min2 .navbar-nav .nav-link{
    color: #000;
}
.nav_min2 .navbar-nav .nav-link:hover{
    color: #2F6CF2;
}
.nav_min2 .active .nav-link,.nav_min2 .top_xiala:hover .nav-link{
    color: #2F6CF2;
}

.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    display: flex;
    align-items: center;
}
.about_banner h1{
    font-size: 40px;
}

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

.culture_card_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 48px;
}
.culture_card{
    border-radius: 20px;
    transform: perspective(1px) translateZ(0);
    transition: transform 0.5s;
}
.culture_card:hover{
    transform:translateY(-12px);
}
.culture_card .card-body{
    padding: 68px 58px 88px 58px;
}
.culture_card .card-body img{
    width: 76px;
    height: 76px;
    object-fit: scale-down;
}
.culture_card .card-body h4{
    margin: 32px 0px 18px 0px;
}
.culture_card .card-body p{
    font-size: 17px;
    line-height: 38px;
}

.at_honor_bg{
    background: url(../img/at_honor_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.at_honor_swiper .swiper-wrapper{
    height: auto;
}
.at_honor_swiper .swiper-wrapper .swiper-slide{
    transform: scale(0.8);
}
.at_honor_swiper .swiper-wrapper .swiper-slide-active{
    transform: scale(1);
}
.at_honor_swiper_anniu{
    position: relative;
}
.at_honor_swiper_anniu .swiper-button-next,.at_honor_swiper_anniu .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(0,0,0,0.5);
    border-radius: 48px;
    z-index: 1000;
    opacity: 0;
    transition: 0.5s;
}
.at_honor_swiper_anniu .swiper-button-prev{
    left: -48px;
    margin-top: -24px;
}
.at_honor_swiper_anniu .swiper-button-next{
    right: -48px;
    margin-top: -24px;
}
.at_honor_swiper_anniu:hover .swiper-button-prev{
    left: -24;
    opacity: 1;
}
.at_honor_swiper_anniu:hover .swiper-button-next{
    right: -24;
    opacity: 1;
}
.at_honor_swiper_anniu .swiper-button-prev:after,.at_honor_swiper_anniu .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.at_honor_swiper_anniu .swiper-button-prev:hover:after,.at_honor_swiper_anniu .swiper-button-next:hover:after{
    color: #fff;
}
.at_honor_swiper_anniu .swiper-button-next:hover,.at_honor_swiper_anniu .swiper-button-prev:hover{
    background: rgba(47,108,242,1);
}
.at_honor_card{
    padding: 12px 12px 0px 12px;
}
.at_honor_card .card-body h5{
    font-size: 17px;
}

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

.products_nav{
    background: #fff;
}
.ps_nav_bt{
    background: #1F48A1;
    color: #fff;
    font-size: 26px;
    padding: 24px 15px;
}
.ps_nav_accordion{
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.ps_nav_accordion .accordion-item{
    border-bottom: 1px solid #E9E9E9;
}
.ps_nav_accordion .accordion-item:first-of-type{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ps_nav_accordion .accordion-item:last-of-type{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.ps_nav_accordion .accordion-header button{
    padding: 0rem;
    display: block;
}
.ps_nav_accordion .accordion-header a{
    display: block;
    font-size: 18px;
    line-height: 1.8rem;
    padding: 18px 41px 18px 0px;
}
.ps_nav_accordion .accordion-button:not(.collapsed),.ps_nav_accordion .accordion-button:focus{
    color: #B08C74;
    background: none;
    box-shadow: none;
    outline: none;
}
.ps_nav_accordion .accordion-button::after{
    display: none;
}
.ps_nav_accordion .accordion-button span{
    position: absolute;
    top: 12px;
    right: 0px;
    color: #000;
    width: 41px;
    height: 41px;
    border-radius: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    transition: 0.5s;
}
.ps_nav_accordion .accordion-button span.collapsed{
    transform: rotate(0deg);
    transition: 0.5s;
}
.ps_nav_accordion .accordion-body{
    background: #F3F3F3;
    padding: 0.5rem 1rem;
}
.ps_nav_accordion .accordion-body ul li a{
    display: block;
    padding: 12px 0px 12px 0px;
    position: relative;
    color: #DA251C;
}
.ps_nav_accordion .accordion-body ul li:not(:last-child) a{
    border-bottom: 1px solid #E3E3E3;
}

.ps_card_nr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 28px;
}
.ps_card_nr .ix_ps_swiper_card .card-header h4{
    font-size: 20px;
}

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

/*详情页*/
.ps_ds_swiper{
    position: relative;
    padding-right: 17%;
}
.ps_ds_swiper_right{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15%;
    height: 100%;
}
.ps_ds_swiper_left .swiper-wrapper,.ps_ds_swiper_right .swiper-wrapper{
    height: auto;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide{
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide-thumb-active{
    border: 5px solid #1F48A1;
}

.pt_ds_bt{
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
    font-size: 37px;
    margin-top: 24px;
}
.pt_ds_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 8px;
    background: #1F48A1;
    border-radius: 6px;
}
.pt_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background: #E3E3E3;
}

.pt_ds_ul li{
    font-size: 18px;
    line-height: 38px;
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
}
.pt_ds_ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 14px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #1F48A1;
}

.ps_ds_ul .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.ps_ds_ul .gengduo{
    padding: 10px 58px;
    font-size: 17px;
}
.pt_ds_gengduo{
    background: #1F48A1;
    border: 1px solid #1F48A1;
    color: #fff!important;
}
.pt_ds_gengduo:hover{
    border: 1px solid #2F6CF2;
}
.gengduo_fhlb{
    background: #fff;
    border: 1px solid #ddd;
    color: #000!important;
    box-shadow: none;
}

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

.gengduo_quxiao{
    background: #C4C4C4;
    color: #fff!important;
}
.case_ds_form_gengduo{
    padding: 12px 48px;
    font-size: 17px;
}

/* ----------------------------------------------------------------
    应用案例
----------------------------------------------------------------- */
.case_banner{
    background: url(../img/case_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    display: flex;
    align-items: center;
}

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

.case_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 48px;
}
.case_grid .card{
    overflow: hidden;
}
.case_grid .card .fangda{
    height: 480px;
}
.case_grid .card .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case_grid .card .card-img-overlay{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 24px 24px 38px 24px;
}
.case_grid .card .card-img-overlay h5{
    width: 100%;
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
    z-index: 500;
}
.case_grid .card .card-img-overlay:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);
    opacity: 0.5;
    transition: 0.5s;
}

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

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

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

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

.news_gengduo{
    background: #1F48A1;
    border: 1px solid #1F48A1;
    color: #fff!important;
}

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

}
.news_gengduo,.news_gengduo:hover{
    font-size: 14px;
    padding: 10px 28px;
    border: 1px solid #2F6CF2;
    white-space: nowrap;
}
.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}

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

.news_bt{
    font-size: 24px;
}

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

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


/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){
    
}
@media (max-width: 1600px){
    .nav_min .navbar-nav .nav-item{
        margin: 0px 48px 0px 0px;
    }
    .ix_about_logo{
        width: 50%;
    }
    .dingyue{
        padding-right: 0px;
    }

    .ix_jy_swiper .col-xl-7{
        padding-bottom: 24px;
    }
    .ix_jy_swiper_bottom .swiper-slide{
        margin-right: 18px;
    }

    .about_banner{
        height: 480px;
    }
}

@media (max-width: 1400px){
    .ix_ps_swiper_card img{
        height: 228px;
    }
    .nav_min .navbar-nav .nav-item{
        margin: 0px 30px 0px 0px;
    }

    .ix_hzhb_logo_grid{
        grid-template-columns: repeat(4, 1fr);
        gap: 20px 20px;
    }
    .ix_jy_swiper_card .card-body{
        padding: 24px 24px 180px 24px;
    }
    .ix_jy_swiper .col-xl-7{
        padding-left: 24px;
        padding-right: 24px;
    }
}

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

    .nav_min .navbar-nav .nav-item{
        margin: 0px 16px 0px 0px;
    }
    .ps_card_nr{
        gap: 38px 20px;
    }

    .case_grid{
        gap: 48px 30px;
    }
}

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

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

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

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

    .header-hidden {
        transform: translateY(0);
    }
    .nav_min{
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    }
    .nav_min .navbar-brand .logo{
        background: url(../img/logo2.png);
        background-size: contain;
        background-position: center left;
        background-repeat: no-repeat;
        height: 38px;
        width: 140px;
    }

    .banner_nr h1{
        font-size: 48px;
    }
    .banner_nr h4{
        font-size: 18px;
    }
    .ix_about_logo{
        top: 2rem;
    }
    .ix_about_card .card-body{
        padding: 0px 0px 38px 0px;
    }
    .ix_shuju_ul li:not(:last-child){
        margin-right: 30px;
    }
    .num-item{
        font-size: 60px;
    }
    .ix_jy_swiper_card .card-body{
        padding: 38px 0px 180px 0px;
    }
    .ix_jy_swiper{
        bottom: 38px;
    }
    .ix_jy_swiper_bottom .swiper-wrapper{
        justify-content: center;
    }
    .ix_jy_swiper_bottom .swiper-slide{
        width: 108px;
        height: 108px;
        padding: 6px;
        margin: 0px 24px;
    }
    .ix_jy_swiper_bottom .swiper-slide div p{
        font-size: 14px;
    }
    .ix_jy_swiper_bottom .swiper-slide div svg{
        width: 24px;
        height: 24px;
    }

    .ix_news_card .card-body{
        padding: 30px 0px 0px 0px;
    }
    .ix_hzhb_logo{
        height: 140px;
    }
    .ix_ps_swiper_anniu .swiper-button-next, .ix_ps_swiper_anniu .swiper-button-prev{
        opacity: 1;
    }
    .ix_ps_swiper_anniu .swiper-button-prev,.ix_ps_swiper_anniu:hover .swiper-button-prev{
        left: 10px;
    }
    .ix_ps_swiper_anniu .swiper-button-next,.ix_ps_swiper_anniu:hover .swiper-button-next{
        right: 10px;
    }

    .banner_nr{
        margin-top: 58px;
        padding: 48px;
    }
    .ix_jy_swiper .col-xl-7{
        padding: 0px 15px;
    }

    .ps_card_nr {
        grid-template-columns: repeat(2, 1fr);
        gap: 38px 20px;
    }
    .news_nr{
        grid-template-columns: repeat(2, 1fr);
    }
    .case_grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .at_honor_swiper_anniu .swiper-button-next, .at_honor_swiper_anniu .swiper-button-prev{
        opacity: 1;
    }
    .at_honor_swiper_anniu .swiper-button-next,.at_honor_swiper_anniu:hover .swiper-button-next{
        right: 10px;
    }
    .at_honor_swiper_anniu .swiper-button-prev,.at_honor_swiper_anniu:hover .swiper-button-prev{
        left: 10px;
    }
    .culture_card_grid{
        gap: 24px 24px;
    }
    .culture_card .card-body{
        padding: 48px 30px 68px 30px;
    }
}
@media (max-width: 980px){
    /*bottom*/
    .bottom_bg{
        padding-top: 24px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .dingyue{
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .md_erweima{
        margin-top: 24px;
    }
    .banner{
        height: 680px;
    }
    .ix_jy_swiper_bottom .swiper-slide{
        margin: 0px 16px;
    }
    .ix_hzhb_logo_grid{
        grid-template-columns: repeat(3, 1fr);
    }

    .about_banner{
        height: 380px;
    }
    .news_nr{
        gap: 58px 24px;
    }

    .case_grid .card .fangda{
        height: 380px;
    }
    .culture_card_grid{
        grid-template-columns: repeat(1, 1fr);
    }
}

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

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

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

    .banner_nr h1,.ix_bt h2,.ix_shuju_bt h1{
        font-size: 24px;
        line-height: 38px;
    }
    .ix_news_card .card-body h4{
        font-size: 18px;
        line-height: 32px;
    }
    .ix_shuju_bt h4{
        font-size: 16px;
        line-height: 28px;
    }
    .banner_nr h4,.ix_bt h6,.p_16 p, .p_16,.p_17 p, .p_17,.p_18 p, .p_18,.case_ds_form .form-label,.culture_card .card-body p{
        font-size: 14px;
        line-height: 24px;
    }
    .p_em p {
    text-indent: 2em;
    display: none;
    }

    .banner{
        height: 480px;
    }
    .banner_nr{
        padding: 24px;
    }
    .banner_nr .gengduo{
        margin-top: 24px!important;
    }
    .banner_nr h1{
        margin-bottom: 6px;
    }
    .gengduo{
        font-size: 13px;
        line-height: 24px;
        padding: 6px 6px 6px 32px;
    }
    .gengduo span{
        width: 32px;
        height: 32px;
        margin-left: 18px;
    }
    .gengduo span i{
        font-size: 24px;
    }
    .ix_bt h2 span:before{
        height: 7px;
    }
    .ix_ps_swiper_anniu .swiper-button-next, .ix_ps_swiper_anniu .swiper-button-prev{
        width: 38px;
        height: 38px;
    }
    .ix_ps_swiper_anniu .swiper-button-prev:after, .ix_ps_swiper_anniu .swiper-button-next:after{
        font-size: 14px;
    }
    .ix_ps_swiper_anniu .swiper-button-prev{
        margin-top: -19px;
    }
    .ix_ps_swiper_anniu .swiper-button-next{
        margin-top: -19px;
    }
    .ix_ps_swiper_card .card-header{
        padding: 24px 24px 0px 24px;
    }
    .ix_ps_swiper_card .card-body{
        padding: 0px 24px 24px 24px;
    }
    .ix_ps_swiper_card .card-header h4{
        font-size: 20px;
    }
    .ix_ps_swiper{
        padding-top: 16px 0px 24px 0px;
    }
    .ix_about_logo{
        width: 70%;
        top: 2rem;
        left: 15px;
    }
    .ix_about_video,.ix_ps_swiper_card{
        border-radius: 18px;
    }
    .video_aniu .video_aniu_top,.video_aniu .video_aniu_top .circle01, .video_aniu .video_aniu_top .circle02,.video_aniu{
        width: 48px;
        height: 48px;
    }
    .video_aniu svg{
        width: 14px;
        height: 14px;
    }
    .ix_shuju_ul{
        display: flex;
        flex-direction: column;
    }
    .ix_shuju_ul li:not(:last-child){
        margin-right: 0px;
    }
    .ix_num{
        align-items: center;
    }
    .ix_num h6{
        font-size: 14px;
        height: 42px;
        top: 0px;
    }
    .ix_num span{
        font-size: 14px;
        line-height: 28px;
    }
    .ix_jy_swiper_bottom .swiper-slide{
        width: 21%;
        margin: 0px 1%;
        border-radius: 0px;
        height: auto;
        padding: 18px 0px;
    }
    .ix_jy_swiper{
        bottom: 0px;
    }
    .ix_jy_swiper_bottom .swiper-slide div{
        border-radius: 0px;
        border: none;
    }
    .ix_jy_swiper_bottom .swiper-slide-thumb-active{
        background: none;
        border-bottom: 3px solid #2F6CF2;
    }
    .ix_jy_swiper_bottom .swiper-slide-thumb-active div{
        background: none;
    }
    .ix_jy_swiper_bottom .swiper-slide-thumb-active div svg{
        fill: #2F6CF2;
    }
    .ix_jy_swiper_bottom .swiper-slide-thumb-active div p{
        color: #2F6CF2;
    }
    .ix_jy_swiper_card .card-body{
        padding: 38px 0px 120px 0px;
    }
    .ix_news_bt{
        align-items: flex-start;
        flex-direction: column;
    }
    .ix_news_bt .gengduo{
        margin-top: 18px;
        padding: 6px 24px;
    }
    .ix_news_card .fangda2{
        border-radius: 18px;
    }
    .ix_news_card_ul li{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .ix_news_card_ul li a{
        font-size: 16px;
    }
    .ix_hzhb_logo_grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
    }
    .ix_hzhb_logo{
        height: 100px;
        border-radius: 12px;
        padding: 24px;
    }
    .bottom_form .form-control,.bottom_form a{
        height: 42px;
    }
    .bottom_form a{
        width: 100px;
    }

    .about_banner{
        height: 240px;
    }
    .about_banner h1,.pt_ds_bt{
        font-size: 24px;
    }
    .pt_ds_ul li{
        font-size: 14px;
        line-height: 24px;
    }
    .pt_ds_ul li:before{
        top: 9px;
    }
    .ps_ds_ul .list-inline-item:not(:last-child){
        margin-right: 10px;
    }
    .ps_ds_ul .gengduo,.case_ds_form_gengduo{
        font-size: 14px;
        padding: 5px 24px;
        font-weight: 300;
    }
    .case_ds_form .form-label{
        font-weight: 400;
    }
    .case_ds_form .form_input_h{
        height: 48px;
    }
    .case_ds_form .form-control{
        padding: 10px 15px;
        font-size: 14px;
    }

    .ps_card_nr{
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 8px;
    }
    .ps_card_nr .ix_ps_swiper_card .card-header{
        padding: 15px 15px 0px 15px;
    }
    .ps_card_nr .ix_ps_swiper_card .card-header h4{
        font-size: 16px;
    }
    .p_15 p, .p_15{
        font-size: 12px;
        line-height: 24px;
    }
    .ps_card_nr .ix_ps_swiper_card img{
        height: 180px;
    }
    .ps_card_nr .ix_ps_swiper_card .card-body{
        display: none;
    }
    .ps_card_nr .ix_ps_swiper_card{
        border-radius: 12px;
    }
    .ps_nav_accordion .accordion-header a{
        font-size: 14px;
    }
    .ps_nav_bt{
        font-size: 20px;
    }
    .ns_ds_bottom{
        flex-direction: column;
    }
    .ns_ds_bottom ul{
        padding-right: 0px;
    }
    .news_gengduo{
        padding: 6px 24px;
        margin-top: 24px;
    }
    .news_ds_ul .list-inline-item:not(:last-child){
        margin-right: 12px;
    }

    .device_nav_swiper2 .swiper-wrapper .swiper-slide{
        font-size: 14px;
        padding: 8px 30px;
        margin: 0px 8px 0px 8px;
    }
    .news_nr{
        grid-template-columns: repeat(1, 1fr);
        gap: 38px 0px;
    }
    .news_card .card-body h4{
        font-size: 18px;
        line-height: 30px;
        height: 30px;
        -webkit-line-clamp: 1;
    }
    .news_card .card-body p{
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .news_card .card-body span{
        width: 78px;
        height: 78px;
        margin-top: -58px;
        margin-bottom: 12px;
    }
    .news_card .card-body span h1{
        font-size: 24px;
        margin-bottom: 4px;
    }
    .news_card .card-body span h6{
        font-size: 13px;
    }

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













 .pagination {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            gap: 2px; 
        }

        .pagination li {
            margin: 0;
        }
        .pagination li a {
            display: inline-block;
            padding: 8px 16px;
            text-decoration: none;
            color: #333; 
            background-color: #fff; 
            border: 1px solid #ddd; 
            border-radius: 4px; 
            cursor: pointer;
            transition: all 0.2s ease; 
        }
        .pagination li.active a {
          background-color: #046bc3;
    color: #fff;
    border-color: #055396;
    pointer-events: none;
        }
        .pagination li.disabled a {
            color: #999; 
            background-color: #f5f5f5; 
            border-color: #ddd;
            cursor: not-allowed;
        }
        .pagination li:not(.active):not(.disabled) a:hover {
            background-color: #e9f1fc;
            border-color: #007bff; 
            color: #007bff; 
        }
        .justify-content-center {
            justify-content: center;
        }