/*聚诚在线（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;
}
.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: #B59E4A;
    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: #B59E4A;
}
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;
}
.p_mb p{
    margin-bottom: 30px;
}

.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: #B59E4A!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 20px -10px rgba(31, 72, 161, 0.2);
}

.gengduo{
    padding: 14px 48px 14px 48px;
    background: #B59E4A;
    color: #fff!important;
    font-size: 1rem;
    line-height: 24px;  
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    vertical-align: middle;
    border: none;
}
.gengduo2{
    background: none;
    color: #B59E4A!important;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0);
}
.gengduo:hover{
    color: #fff!important;
    background: #9C7F14;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
}

.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, 1);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    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 .container{
    padding: 0px;
}
.nav_min .navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 60px;
    transition: 0.5s;
    margin-right: 10px;
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.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: #000;
    /*text-transform: uppercase;*/
}
/*.nav_min .navbar-nav .nav_xiala .nav-link{
    padding-right: 24px;
}
.nav_min .nav-link span{
    font-size: 1rem;
}*/

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

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

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

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

/*多级导航*/
.nav_tabs{
    display: flex;
}
.nav_min .tabs-content{
    width: 80%;
    max-height: 80vh;
    overflow: auto;
    flex-shrink: 0;
}
.nav_min .tabs-content .item{
    display: none;
    padding: 24px 24px;
}
.nav_min .tabs-content .item.show{
    display: block;
}
.nav_min .tabs{
    background: #eee;
    padding: 30px 0px 30px 18px;
    max-height: 80vh;
    overflow: auto;
    width: 20%;
    flex-shrink: 0;
}
.nav_min .tabs .item{
    display: block;
    line-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 52px;
    padding-left: 24px;
    padding-right: 30px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
}
.nav_min .tabs .item i{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.nav_min .tabs .on{
    background: #fff;
    color: #B59E4A;
}
.nav_tabs_nr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 14px;
}
.nav_tabs_nr_card img{
    width: 100%;
    height: 92px;
    object-fit: scale-down;
}
.nav_tabs_nr_card .card-body h6{
    font-size: 15px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 30px;
}
.nav_tabs_nr_card:hover{
    transform:translateY(-4px);
}

.nav_xiala .dropdown-toggle,.nav_xiala2 .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 10px 10px;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.nav_xiala .dropdown-toggle::after,.nav_xiala2 .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1199px){
    .nav_xiala .dropdown-toggle,.nav_xiala2 .dropdown-toggle{
        display: flex;
    }
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    transform:rotate(180deg);
    background: #B59E4A;
    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: linear-gradient(to left, rgba(170, 145, 58, 1.0),rgba(206, 183, 96, 1.0),rgba(170, 145, 58, 1.0));
    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: linear-gradient(to top, rgba(170, 145, 58, 1.0),rgba(206, 183, 96, 1.0),rgba(170, 145, 58, 1.0));
}
/*.md_sousuo:hover{
    background: #2F6CF2;
}*/
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 14px;
    right: 1px;
    bottom: 0;
    left: 14px;
    width: 6px;
    height: 1px;
    background: #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: #B59E4A;
}
.search_anniu_top2:hover:after{
    border: 1px solid #B59E4A;
}
.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: #B59E4A;
}
.tanchuang_tuichu:hover .search_anniu2:after{
    background: #fff;
}
.tanchuang_tuichu:hover .search_anniu2:before{
    background: #fff;
}

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

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

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

.banner_nr{
    padding-top: 15%;
}
.banner_nr h2{
    font-size: 44px;
}
.banner_nr h1{
    font-size: 64px;
}

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

/*主体*/
.ix_bt h1{
    font-size: 42px;
    margin-bottom: 6px;
}
.ix_bt h5{
    font-size: 18px;
    line-height: 36px;
}
.ix_bt{
    margin-bottom: 48px;
}
.ix_about_bt{
    margin-bottom: 18px;
}

.ix_ps_nav_swiper .swiper-wrapper{
    height: auto;
}
.ix_ps_nav_swiper .swiper-wrapper .swiper-slide{
    background: #F3F3F3;
    border-radius: 18px;
    text-align: center;
    padding: 14px;
    border: 4px solid rgba(181, 158, 74, 0);
    cursor: pointer;
}
.ix_ps_nav_swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 120px;
    object-fit: scale-down;
}
.ix_ps_nav_swiper .swiper-wrapper .swiper-slide h6{
    font-size: 16px;
    margin-top: 12px;
}
.ix_ps_nav_swiper .swiper-wrapper .swiper-slide-thumb-active{
    background: #FFFFFF;
    border: 4px solid rgba(181, 158, 74, 1);
}

.ix_ps_nav_swiper .swiper-button-next,.ix_ps_nav_swiper .swiper-button-prev{
    width: 38px;
    height: 38px; 
    background: rgba(0,0,0,0.5);
    border-radius: 8px;
    transition: 0.5s;
    display: none;
}
.ix_ps_nav_swiper .swiper-button-prev{
    left: 0px;
    margin-top: -19px;
}
.ix_ps_nav_swiper .swiper-button-next{
    right: 0px;
    margin-top: -19px;
}
.ix_ps_nav_swiper .swiper-button-prev:after,.ix_ps_nav_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 14px;
}
.ix_ps_nav_swiper .swiper-button-prev:hover:after,.ix_ps_nav_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_ps_nav_swiper .swiper-button-next:hover,.ix_ps_nav_swiper .swiper-button-prev:hover{
    background: rgba(181,158,74,1);
}

.ix_ps_nav_swiper2{
    padding: 58px 15px 15px 15px;
}
.ix_ps_nav_swiper_grid,.ix_ps_nav_swiper_grid2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.ix_ps_nav_swiper_card,.ix_ps_nav_swiper_card2{
    background: #F4F4F4;
}
.ix_ps_nav_swiper_card .card-body{
    padding: 68px 24px 68px 24px;
}
.ix_ps_nav_swiper_card .card-body img{
    width: 100%;
    height: 350px;
    object-fit: scale-down;
}
.ix_ps_nav_swiper_card .card-body h4{
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
    transition: 0.3s;
}
.ix_ps_nav_swiper_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;
    padding-left: 60px;
    padding-right: 60px;
}
.ix_ps_nav_swiper_card .gengduo{
    margin-top: 30px;
}
.ix_ps_nav_swiper_card2 .card-body{
    padding: 30px 12px 38px 12px;
}
.ix_ps_nav_swiper_card2 .card-body img{
    width: 100%;
    height: 210px;
    object-fit: scale-down;
}
.ix_ps_nav_swiper_card2 .card-body h5{
    font-size: 17px;
    margin-top: 18px;
    transition: 0.3s;
}

.bg_F3F3F3{
    background: #F3F3F3;
}
.ix_ps_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 58px 38px;
}
.ix_ps_grid_card .card-body{
    padding: 38px 24px 48px 24px;
}
.ix_ps_grid_card .card-body img{
    width: 100%;
    height: 240px;
    object-fit: scale-down;
}
.ix_ps_grid_card .card-body h4{
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 12px;
    transition: 0.3s;
}
.ix_ps_grid_card .card-body p{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 30px;
    padding-left: 60px;
    padding-right: 60px;
}
.ix_ps_grid_card .gengduo{
    margin-top: 30px;
}

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

.ix_num_grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    background: #fff;
    margin-top: -120px;
}
.ix_num{
    padding: 38px 10px 38px 10px;
}
.ix_num img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
    margin-bottom: 24px;
}
.ix_num .ix_num_flex{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.ix_num .ix_num_flex .num-item{
    font-size: 60px;
    line-height: 60px;
    color: #000!important;
    font-weight: 700;
}
.ix_num .ix_num_flex span{
    font-size: 16px;
    color: #666;
    margin-left: 12px;
}
.ix_num p{
    font-size: 17px;
    margin-top: 18px;
}

.ix_industry_swiper_card .fangda img{
    width: 100%;
}
.ix_industry_swiper_card .card-img-overlay{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 48px 38px;
}
.ix_industry_swiper_card .card-img-overlay h4{
    font-size: 24px;
}
.ix_industry_swiper_card .card-img-overlay div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ix_industry_swiper_card .card-img-overlay div ul{
    flex-shrink: 0;
    flex-grow: 1!important;
    padding-right: 24px;
}
.ix_industry_swiper_card .card-img-overlay div i{
    font-size: 24px;
}
.ix_industry_swiper .swiper-wrapper{
    height: auto;
}
.ix_industry_swiper .swiper-button-next,.ix_industry_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,0.5);
    border-radius: 48px;
    z-index: 1000;
    opacity: 0;
    transition: 0.5s;
}
.ix_industry_swiper .swiper-button-prev{
    left: -24px;
    margin-top: -24px;
}
.ix_industry_swiper .swiper-button-next{
    right: -24px;
    margin-top: -24px;
}
.ix_industry_swiper:hover .swiper-button-prev{
    left: 10;
    opacity: 1;
}
.ix_industry_swiper:hover .swiper-button-next{
    right: 10;
    opacity: 1;
}
.ix_industry_swiper .swiper-button-prev:after,.ix_industry_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.ix_industry_swiper .swiper-button-prev:hover:after,.ix_industry_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_industry_swiper .swiper-button-next:hover,.ix_industry_swiper .swiper-button-prev:hover{
    background: rgba(181,158,74,1);
}

.new_bg{
    position: relative;
    background: #F3F4F6;
}
.new_bg_img{
    position: absolute;
    left: 50%;
    top: 0px;
    width: 25vw;
    height: 100%;
    object-fit: cover;
}
.new_swiper .swiper-wrapper{
    height: auto;
}
.new_swiper_card .new_swiper_card_img{
    width: 100%;
    height: 680px;
    object-fit: scale-down;
}
.new_swiper_bt{
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 68px;
}
.new_swiper_p{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed #999;
}
.new_swiper .swiper-pagination{
    width: auto;
    bottom: 0px;
}
.new_swiper .swiper-pagination .swiper-pagination-bullet{
    background: #ccc;
    opacity: 1;
    width: 9px;
    height: 9px;
    margin: 0px 16px 0px 0px;
}
.new_swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #B59E4A;
}
.new_swiper_card .card-body{
    padding: 48px 0px;
}

.ix_application_bg{
    background: url(../img/ix_application_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_application_g{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
}
.ix_application_g .card{
    background: rgba(0, 0, 0, 0.6);
    height: 380px;
    overflow: hidden;
    transition: 0.5s;
    padding: 48px 40px;
}
.ix_application_g .card .card-body{
    position: relative;
    padding: 0px;
    transition: 0.5s;
}
.ix_application_g .card .card-body span{
    width: 78px;
    height: 78px;
    border-radius: 78px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.ix_application_g .card .card-body span svg{
    width: 30px;
    height: 30px;
    fill: #B59E4A;
    transition: 0.3s;
}
.ix_application_g .card .ix_application_g_dw{
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: 0.5s;
}
.ix_application_g .card .ix_application_g_dw h4{
    color: #fff;
    margin-top: 14px;
    font-size: 20px;
}
.ix_application_g .card .card-body:before{
    content: "";
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #B59E4A;
    opacity: 0;
    transition: 0.5s;
}
.ix_application_g .card .card-body i{
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
    font-size: 32px;
    opacity: 0;
    transition: 0.5s;
}
.ix_application_g .card:hover .card-body span{
    background: #B59E4A;
}
.ix_application_g .card:hover .card-body span svg{
    fill: #fff;
}
.ix_application_g .card:hover{
    background: rgba(255, 255, 255, 0.86);
}
.ix_application_g .card:hover .card-body{
    align-items: flex-start;
}
.ix_application_g .card:hover .card-body:before{
    opacity: 1;
}
.ix_application_g .card:hover .card-body i{
    opacity: 1;
}
.ix_application_g .card:hover .ix_application_g_dw h4{
    color: #000;
}
.ix_application_g .card:hover .ix_application_g_dw{
    bottom: auto;
    bottom: 50%;
}

.ix_bt_f{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 58px;
}
.ix_bt_f .ix_bt{
    margin-bottom: 0px;
    flex-shrink: 0;
}
.ix_bt_f ul{
    text-align: right;
    flex-grow: 1;
    padding-left: 24px;
}
.ix_bt_f ul li a{
    display: inline-block;
    background: #eee;
    color: #000;
    border-radius: 8px;
    padding: 12px 60px;
    margin-bottom: 12px;
}
.ix_bt_f ul li.active a,.ix_bt_f ul li a:hover{
    background: #B59E4A;
    color: #fff;
}

.ix_ps_swiper{
    padding: 48px 30px 48px 30px;
}
.ix_ps_swiper .swiper-wrapper{
    height: auto;
}
.ix_ps_swiper_card{
    background: #eee;
    transition: 0.5s;
}
.ix_ps_swiper_card .gengduo{
    background: #fff;
    color: #000 !important;
}
.ix_ps_swiper_card:hover .gengduo{
    background: #B59E4A;
    color: #fff !important;
}
.ix_ps_swiper_card .card-body{
    padding: 38px 24px 48px 24px;
}
.ix_ps_swiper_card .card-body img{
    height: 258px;
    width: 100%;
    object-fit: scale-down;
    margin-bottom: 28px;
}
.ix_ps_swiper_card:hover{
    background: #fff;
    box-shadow: 0px 0px 50px -20px rgba(0, 0, 0, 0.16);
}
.ix_ps_swiper_card .card-body p{
    font-size: 15px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
}

.ix_ps_swiper .swiper-button-next,.ix_ps_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(0,0,0,0.3);
    border-radius: 48px;
    z-index: 1000;
    opacity: 0;
    transition: 0.5s;
}
.ix_ps_swiper .swiper-button-prev{
    left: 1px;
    margin-top: 1px;
}
.ix_ps_swiper .swiper-button-next{
    right: 1px;
    margin-top: 1px;
}
.ix_ps_swiper:hover .swiper-button-prev{
    left: 5;
    opacity: 1;
}
.ix_ps_swiper:hover .swiper-button-next{
    right: 5;
    opacity: 1;
}
.ix_ps_swiper .swiper-button-prev:after,.ix_ps_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.ix_ps_swiper .swiper-button-prev:hover:after,.ix_ps_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_ps_swiper .swiper-button-next:hover,.ix_ps_swiper .swiper-button-prev:hover{
    background: rgba(181,158,74,1);
}

.ix_news_right_card .fangda{
    height: 616px;
}
.ix_news_right_card .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_news_right_card .card-img-overlay{
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ix_news_right_card .card-img-overlay div{
    background: rgba(181, 158, 74, 0.87);
    padding: 38px 48px;
}
.ix_news_right_card .card-img-overlay div h4{
    font-size: 20px;
    margin-bottom: 18px;
}
.ix_news_right_card .card-img-overlay div p{
    font-size: 15px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}

.ix_news_left{
    border-top: 1px dashed #ccc;
    padding-top: 42px;
}
.ix_news_left li{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 42px;
    margin-bottom: 42px;
}
.ix_news_left_a_left{
    width: 120px;
    height: 120px;
    border-radius: 12px;
    background: #DBDBDB;
    color: #6B6B6B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.ix_news_left_a_left h4{
    font-size: 22px;
    margin-bottom: 0px;
}
.ix_news_left_a_left strong{
    font-size: 28px;
    line-height: 28px;
    margin-top: 8px;
}
.ix_news_left_a_right{
    padding-left: 18px;
}
.ix_news_left_a_right h5{
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #000;
}
.ix_news_left_a_right p{
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    color: #999;
}
.ix_news_left_a:hover .ix_news_left_a_left{
    background: #B59E4A;
    color: #fff;
}

/*bottom*/
@media (min-width: 980px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 980px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 980px){
    .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #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: #171A2B;
    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: #B59E4A;
    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: #B59E4A;
    fill: #B59E4A;
    width: 24px;
    height: 24px;
}
.bottom_bg .bottom_follow li a{
    color: #B59E4A;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #B59E4A;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card .bottom_nav_a a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #A8A8A8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #B59E4A;
    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: #B59E4A;
    color: #fff;
    transition: 0.5s;
    font-weight: 700;
}
.bottom_form a:hover{
    background: #A28C3D;
}

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

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

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

/* ----------------------------------------------------------------
    Products
----------------------------------------------------------------- */
.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;
}
.ps_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;
}

.products_nr_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 24px;
}
.products_nr_card{
    background: #F4F4F4;
    transition: 0.3s;
}
.products_nr_card img{
    width: 100%;
    height: 358px;
}
.products_nr_card:hover{
    background: #fff;
    box-shadow: 0px 10px 30px -10px rgba(31, 72, 161, 0.2);
}
.products_nr_card .card-body{
    padding: 24px 30px 48px 30px;
}
.products_nr_card .card-body h4{
    margin-bottom: 14px;
    font-size: 22px;
}
.products_nr_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;
    color: #727272;
}

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

/*详情页*/
.ps_banner3{
    background: url(../img/ps_banner3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    display: flex;
    align-items: center;
}
.ps_ds_style1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 60px;
}
.ps_ds_style1 .card-body{
    background: #F2F2F2;
    padding: 38px 48px 38px 48px;
}
.ps_ds_style1 .card-body h4{
    font-size: 27px;
    margin-bottom: 16px;
}

.ps_ds_swiper_top{
    padding-left: 15px;
    padding-right: 15px;
}
.ps_ds_swiper_bottom{
    padding-left: 15px;
    padding-right: 15px;
}
.ps_ds_swiper_top .swiper-wrapper,.ps_ds_swiper_bottom .swiper-wrapper{
    height: auto;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide{
    background: #fff;
    text-align: center;
}
.ps_ds_swiper_bottom{
    margin-top: 38px;
}
.ps_ds_swiper_bottom .swiper-wrapper{
    justify-content: center;
}
.ps_ds_swiper_bottom .swiper-wrapper .swiper-slide{
    border: 1px solid #B2B2B2;
    cursor: pointer;
}
.ps_ds_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active{
    border: 5px solid #B59E4A;
}

.ps_ds_shuju_g{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 24px;
    background: #F2F2F2;
    padding: 58px 24px;
}
.ps_ds_shuju_g h1{
    font-size: 48px;
}
.ps_ds_shuju_g p{
    font-size: 14px;
}

/* ----------------------------------------------------------------
    Cases
----------------------------------------------------------------- */
.cases_banner{
    background: url(../img/cases_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    display: flex;
    align-items: center;
}
.cases_g{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}
.cases_g_card .card-img-overlay{
    padding: 38px 38px 48px 38px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.cases_g_card .card-img-overlay h4{
    font-size: 20px;
    margin-bottom: 18px;
}

.cases_ds_banner{
    background: url(../img/cases_ds_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    display: flex;
    align-items: center;
}
.cases_ds_g{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
}

.bg_F3F3F3{
    background: #F3F3F3;
}
.cases_ds_g_card .card-body{
    padding: 32px 20px 48px 20px;
}
.cases_ds_g_card img{
    width: 100%;
    height: 268px;
    object-fit: scale-down;
    margin-bottom: 32px;
}
.cases_ds_g_card_nr{
    padding-left: 30px;
    padding-right: 30px;
}
.cases_ds_g_card_nr p{
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 150px;
}

/* ----------------------------------------------------------------
    Support
----------------------------------------------------------------- */
.download_banner{
    background: url(../img/download_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    display: flex;
    align-items: center;
}

.st_dd_nav{
    background: #fff;
}
.st_dd_nav_bt{
    background: #B59E4A;
    color: #fff;
    font-size: 24px;
    padding: 24px 15px;
}
.st_dd_nav_accordion{
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.st_dd_nav_accordion .accordion-item{
    border: none;
}
.st_dd_nav_accordion .accordion-item:first-of-type{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.st_dd_nav_accordion .accordion-item:last-of-type{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.st_dd_nav_accordion .accordion-header button{
    padding: 0rem;
    display: block;
}
.st_dd_nav_accordion .accordion-header a{
    display: block;
    font-size: 17px;
    line-height: 1.8rem;
    padding: 18px 41px 18px 0px;
    font-weight: 700;
}
.st_dd_nav_accordion .accordion-button:not(.collapsed),.st_dd_nav_accordion .accordion-button:focus{
    color: #B59E4A;
    background: none;
    box-shadow: none;
    outline: none;
}
.st_dd_nav_accordion .accordion-button::after{
    display: none;
}
.st_dd_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;
}
.st_dd_nav_accordion .accordion-button.collapsed span{
    transform: rotate(0deg);
    transition: 0.5s;
}
.st_dd_nav_accordion .accordion-body{
    background: #F3F3F3;
    padding: 0.5rem 1rem;
}
.st_dd_nav_accordion .accordion-body ul li a{
    display: block;
    padding: 12px 0px 12px 0px;
    position: relative;
    color: #787878;
    font-size: 14px;
}
.st_dd_nav_accordion .accordion-body ul li a:hover{
    color: #B59E4A;
}
.st_dd_nav_accordion .accordion-body ul li:not(:last-child) a{
    border-bottom: 1px solid #E3E3E3;
}

.st_tech_catd{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.st_dd_catd{
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 28px;
    display: flex;
    gap: 24px 24px;
    align-items: center;
    justify-content: space-between;
}
.st_dd_catd h5{
    width: 30%;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 0px;
}
.st_dd_catd h6{
    width: 15%;
    font-size: 14px;
    flex-shrink: 0;
    margin-bottom: 0px;
    text-align: center;
}
.st_dd_catd a{
    flex-shrink: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 12px 38px;
}

.st_cn_nav_accordion{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.st_cn_nav_accordion .accordion-item{
    border: 1px solid #D9D9D9!important;
    border-radius: 12px!important;
    overflow: hidden;
}
.st_cn_nav_accordion .accordion-item:first-of-type{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.st_cn_nav_accordion .accordion-item:last-of-type{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.st_cn_nav_accordion .accordion-header button{
    padding: 0rem;
    display: block;
}
.st_cn_nav_accordion .accordion-header a{
    display: block;
    font-size: 16px;
    line-height: 1.8rem;
    padding: 24px 50px 24px 68px;
    font-weight: 700;
}
.st_cn_nav_accordion .accordion-button:not(.collapsed),.st_cn_nav_accordion .accordion-button:focus{
    color: #B59E4A;
    background: none;
    box-shadow: none;
    outline: none;
}
.st_cn_nav_accordion .accordion-button::after{
    display: none;
}
.st_cn_nav_accordion .accordion-button span.span1{
    position: absolute;
    top: 18px;
    right: 10px;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    transition: 0.5s;
}
.st_cn_nav_accordion .accordion-button.collapsed span.span1{
    transform: rotate(0deg);
    transition: 0.5s;
}
.st_cn_nav_accordion .accordion-button span.span2{
    position: absolute;
    top: 26px;
    left: 32px;
    color: #B59E4A;
    font-size: 24px;

}
.st_cn_nav_accordion .accordion-body{
    background: #fff;
    padding: 0px 24px 24px 68px;
}
.st_cn_nav_accordion .accordion-body ul li a{
    display: block;
    padding: 12px 0px 12px 0px;
    position: relative;
    color: #787878;
    font-size: 14px;
}
.st_cn_nav_accordion .accordion-body ul li a:hover{
    color: #B59E4A;
}
.st_cn_nav_accordion .accordion-body ul li:not(:last-child) a{
    border-bottom: 1px solid #E3E3E3;
}

.news_g{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 58px;
}
.news_g_card .card-body{
    padding: 42px 38px;
    background: #fff;
    transition: 0.5s;
}
.news_g_card .card-body h4{
    font-size: 22px;
    line-height: 36px;
    color: #000;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 72px;
}
.news_g_card .card-body p{
    font-size: 16;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-top: 24px;
}
.news_g_card .card-body h6{
    margin-top: 24px;
}
.news_g_card .card-body:hover{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

/*详情页*/
.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 48px;
    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;
}

/* ----------------------------------------------------------------
    About us
----------------------------------------------------------------- */
.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_bt{
    margin-bottom: 58px;
}
.about_bt h1{
    font-size: 42px;
    margin-bottom: 14px;
}
.about_bt h6{
    font-size: 18px;
}

.about_left{
    padding-top: 48px;
    padding-right: 58px;
}
.about_left h4{
    font-size: 26px;
    margin-bottom: 24px;
}

.about_num_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 88px;
}
.about_num_grid .ix_num{
    background: #EFEFEF;
    border-radius: 15px;
    transition: 0.5s;
}
.about_num_grid .ix_num p{
    font-size: 15px;
}
.ix_num .ix_num_flex .num-item,.ix_num .ix_num_flex span{
    color: #B59E4A!important;
}
.about_num_grid .ix_num:hover{
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.14);
}
.about_left_img{
    width: 100%;
    border-radius: 38px;
}

.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: 16px;
    line-height: 32px;
}

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

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

.at_obm_ul li:last-child{
    padding-top: 78px;
    margin-top: 78px;
    border-top: 1px solid #707070;
}
.at_obm_card .at_obm_card_left{
    padding: 0px 60px 0px 0px;
}
.at_obm_card .at_obm_card_right{
    padding: 0px 0px 0px 60px;
}
.at_obm_card .fangda2{
    border-radius: 30px;
}
.at_our_nr_swiper2 .card-body{
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.at_our_nr_swiper2 .card-body h3{
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 12px;
}

.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 30px 60px -30px rgba(31, 72, 161, 0.58);
}

.at_professional_anniu{
    position: relative;
}
.at_professional_swiper .swiper-wrapper{
    height: auto;
}
.at_professional_anniu .swiper-button-next,.at_professional_anniu .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(235,235,235,1);
    border-radius: 12px;
    opacity: 1;
    transition: 0.5s;
}
.at_professional_anniu .swiper-button-prev{
    left: -58px;
    margin-top: -24px;
}
.at_professional_anniu .swiper-button-next{
    right: -58px;
    margin-top: -24px;
}
.at_professional_anniu .swiper-button-prev:after,.at_professional_anniu .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.at_professional_anniu .swiper-button-prev:hover:after,.at_professional_anniu .swiper-button-next:hover:after{
    color: #fff;
}
.at_professional_anniu .swiper-button-next:hover,.at_professional_anniu .swiper-button-prev:hover{
    background: rgba(181,158,74,1);
}

.at_professional_card{
    background: #E6E6E6;
    padding: 8px;
}

/* ----------------------------------------------------------------
    Contact us
----------------------------------------------------------------- */
.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: #F1F1F1;
    border: 1px solid #DCDCDC;
}
.contact_card .card-body{
    padding: 18px 24px;
    display: flex;
    align-items: center;
}
.contact_card .card-body img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
}
.contact_card .card-body h5{
    font-size: 17px;
}

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

.nav_min_ny{
    animation: none;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){
    
}
@media (max-width: 1600px){
    .nav_min .navbar-nav .nav-item {
        margin: 0px 60px 0px 0px;
    }

    .new_swiper_bt{
        font-size: 38px;
    }
    .ix_bt_f ul li a{
        padding: 12px 48px;
    }

    .ps_banner{
        height: 480px;
    }
    .at_professional_anniu .swiper-button-prev{
        left: 10px;
    }
    .at_professional_anniu .swiper-button-next{
        right: 10px;
    }
    .about_left{
        padding-right: 0px;
    }
}

@media (max-width: 1500px){
    .ix_ps_nav_swiper .swiper-button-next, .ix_ps_nav_swiper .swiper-button-prev{
        display: flex;
    }
}

@media (max-width: 1400px){
    .new_swiper_card .new_swiper_card_img{
        height: 480px;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
    }
    .ix_bt h1{
        font-size: 38px;
    }

    .ix_num .ix_num_flex .num-item{
        font-size: 48px;
        line-height: 48px;
    }
    .dingyue{
        padding-right: 0px;
    }
    .bottom_ul .card .bottom_nav_a a{
        font-size: 14px;
    }
    .bottom_bg .bottom_contact li{
        font-size: 14px;
    }
    .di_beian{
        font-size: 14px;
    }
    .ix_bt_f ul li a{
        padding: 12px 38px;
    }
    .ix_application_g .card{
        height: 320px;
    }

    .ps_banner{
        height: 400px;
    }
}

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

    .ix_ps_grid{
        gap: 24px 24px;
    }
    .ix_num .ix_num_flex .num-item{
        font-size: 48px;
        line-height: 48px;
    }
    .ix_ps_swiper{
        padding: 38px 15px 38px 15px;
    }

    .cases_g_card .card-img-overlay{
        padding: 24px 24px 32px 24px;
    }
}

@media (max-width: 1199px){
    .md_none{
        display: none;
    }
    .nav_min .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-nav .nav-link{
        color: #000!important;
    }
    .nav_min .navbar-nav .nav-item{
        position: relative;
    }
    .nav_xiala .nav-product-wrap .wrap {
        width: 100%;
    }
    .nav_min .tabs{
        width: 100%;
        padding: 0px 15px;
        background: #fff;
    }
    .nav_min .tabs-content{
        display: none;
    }
    .nav_min .tabs .item{
        line-height: 48px;
        height: 48px;
        padding: 0px 24px 0px 0px;
        border-bottom: 1px solid #eee;
    }
    .nav_min .tabs a:last-child{
        border-bottom: none;
    }
    .nav_min .tabs .item i{
        right: 0px;
    }

    .nav_min .nav-item .nav-link:before{
        content: none;
    }

    .banner_nr h1{
        font-size: 48px;
    }
    .banner_nr h2{
        font-size: 24px;
    }
    .ix_ps_nav_swiper_card .card-body{
        padding: 38px 15px;
    }
    .ix_ps_nav_swiper_card .card-body p{
        padding-left: 0px;
        padding-right: 0px;
    }
    .ix_ps_nav_swiper_card .card-body img{
        height: 280px;
    }
    .ix_ps_nav_swiper_card2 .card-body{
        padding: 24px 12px 24px 12px;
    }
    .ix_ps_nav_swiper_card2 .card-body img{
        height: 168px;
    }
    .ix_ps_nav_swiper_card2 .card-body h5,.ix_ps_nav_swiper_card .card-body h4{
        margin-top: 10px;
    }
    .ix_ps_grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .ix_num_grid{
        grid-template-columns: repeat(2, 1fr);
    }

    .bottom_dibu{
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .botom_beianhao{
        width: 100%;
        margin-top: 24px;
        padding-right: 0px;
    }
    .bottom_logo_text h2{
        font-size: 32px;
    }
    .bottom_logo_text h5{
        font-size: 18px;
    }

    .ix_ps_grid_card .card-body p{
        padding: 0px;
    }

    .ix_bt_f{
        flex-direction: column;
        align-items: center;
    }
    .ix_bt_f .ix_bt{
        margin-bottom: 38px;
        text-align: center;
    }
    .new_swiper_bt{
        margin-bottom: 24px;
    }
    .ix_bt_f ul{
        text-align: center;
    }
    .ix_application_bg{
        padding-bottom: 58px;
    }

    .ps_banner{
        height: 380px;
    }
    .st_dd_catd{
        flex-wrap: wrap;
        gap: 12px 0px;
    }
    .st_dd_catd h5{
        width: 100%;
    }
    .st_dd_catd h6{
        width: 33.33%;
        text-align: left;
    }
    .st_dd_catd a{
        margin-top: 24px;
    }
    .st_dd_nav_accordion .accordion-header a{
        font-size: 14px;
    }
    .st_dd_nav_bt{
        font-size: 20px;
    }
    .st_cn_nav_accordion .accordion-header a{
        font-size: 14px;
    }
    .products_nr_grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .ps_banner h1{
        font-size: 32px;
    }
    .ps_ds_style1{
        gap: 30px 30px;
    }

    .about_bt h1{
        font-size: 32px;
    }
    .cases_ds_g{
        grid-template-columns: repeat(2, 1fr);
    }
    .cases_g{
        grid-template-columns: repeat(2, 1fr);
    }
    .culture_card_grid{
        gap: 24px 24px;
    }
    .ix_hzhb_logo_grid{
        grid-template-columns: repeat(4, 1fr);
        gap: 15px 15px;
    }
    .culture_card .card-body{
        padding: 48px 24px 58px 24px;
    }
}
@media (max-width: 980px){
    /*bottom*/
    .bottom_bg{
        padding-top: 0px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .di_beian{
        margin-top: 0px;
    }
    .bottom_logo{
        margin-bottom: 38px;
    }
    .dingyue{
        margin-top: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .md_erweima{
        margin-top: 24px;
    }

    .banner{
        height: 580px;
    }
    .banner .swiper-pagination{
        bottom: 15px;
    }
    .banner_follow .bottom_follow{
        justify-content: center;
    }
    .ix_ps_nav_swiper_grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .ix_ps_nav_swiper2{
        padding: 38px 15px 15px 15px;
    }
    .ix_industry_swiper_card .card-img-overlay{
        padding: 24px;
    }
    .bottom_logo{
        flex-direction: column;
    }
    .bottom_logo_text{
        padding-top: 24px;
        text-align: center;
    }
    .bottom_card_grid{
        padding-right: 0px;
    }
    .bottom_logo_text{
        padding-left: 0px;
    }

    .new_swiper_card .new_swiper_card_img{
        height: 380px;
    }
    .ix_bt_f ul li a{
        padding: 12px 24px;
    }

    .ix_news_right_card .fangda{
        height: 480px;
    }
    .ps_banner{
        height: 320px;
    }
    .products_nr_card img{
        height: 300px;
    }
    .ps_ds_style1 .card-body{
        padding: 24px;
    }

    .ps_ds_shuju_g{
        grid-template-columns: repeat(2, 1fr);
    }
    .ps_ds_shuju_g h1{
        font-size: 32px;
    }

    .cases_ds_g_card_nr{
        padding-left: 0px;
        padding-right: 0px;
    }
    .ix_hzhb_logo_grid{
        grid-template-columns: repeat(3, 1fr);
    }

    .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 h1,.new_swiper_bt,.ps_list_bt,.about_bt h1{
        font-size: 24px;
        line-height: 38px;
    }
    .banner_nr h2,.ix_ps_nav_swiper_card .card-body h4,.bottom_logo_text h2{
        font-size: 18px;
        line-height: 30px;
    }
    .ix_bt h5,.ix_ps_nav_swiper_card2 .card-body h5,.p_16 p, .p_16,.ix_num p,.bottom_logo_text h5,.bottom_card .card-body h6,.botom_beianhao li,.p_15 p, .p_15,.dingyue h6,.p_17 p, .p_17,.about_bt h6,.p_18 p, .p_18,
    .culture_card .card-body p{
        font-size: 14px;
        line-height: 24px;
    }

    .banner{
        height: 480px;
    }
    .banner_nr{
        padding-top: 108px;
    }
    .bottom_follow li a{
        width: 32px;
        height: 32px;
    }
    .bottom_follow li a{
        font-size: 14px;
    }
    .banner .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .ix_ps_nav_swiper .swiper-wrapper .swiper-slide{
        padding: 6px;
    }
    .ix_ps_nav_swiper .swiper-wrapper .swiper-slide img{
        height: 88px;
    }
    .ix_ps_nav_swiper .swiper-wrapper .swiper-slide h6{
        font-size: 13px;
        margin-top: 5px;
    }
    .ix_ps_nav_swiper .swiper-wrapper .swiper-slide{
        border: 3px solid rgba(181, 158, 74, 0);
    }
    .ix_ps_nav_swiper .swiper-wrapper .swiper-slide-thumb-active{
        border: 3px solid rgba(181, 158, 74, 1);
    }
    .ix_bt{
        margin-bottom: 30px;
    }
    .ix_ps_nav_swiper_card .card-body{
        padding: 24px 15px;
    }
    .ix_ps_nav_swiper_card .card-body p{
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .gengduo,.st_dd_catd a{
        padding: 8px 28px;
        font-size: 14px;
    }
    .gengduo i{
        font-size: 14px;
    }
    .ix_ps_nav_swiper_card2 .card-body{
        padding: 18px 12px 18px 12px;
    }
    .ix_ps_grid{
        gap: 15px 8px;
    }
    .ix_ps_grid_card .card-body{
        padding: 24px 12px 24px 12px;
    }
    .ix_ps_grid_card .card-body img{
        height: 120px;
    }
    .ix_ps_grid_card .card-body h4{
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 3px;
    }
    .ix_ps_grid_card .card-body p{
        font-size: 14px;
        height: 24px;
        height: 24px;
    }
    .ix_ps_grid_card .gengduo{
        margin-top: 14px;
        padding: 6px 24px;
        font-size: 13px;
    }
    .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: 16px;
        height: 16px;
    }
    .ix_about_bg{
        padding-bottom: 120px;
    }
    .ix_num_grid{
        gap: 10px;
    }
    .ix_num .ix_num_flex .num-item{
        font-size: 30px;
        line-height: 30px;
    }
    .ix_num .ix_num_flex span{
        font-size: 14px;
        margin-left: 6px;
    }
    .ix_num img{
        margin-bottom: 14px;
    }
    .ix_num p{
        margin-top: 10px;
    }
    .ix_industry_swiper .swiper-button-next, .ix_industry_swiper .swiper-button-prev{
        width: 38px;
        height: 38px;
    }
    .ix_industry_swiper .swiper-button-prev{
        left: 10px;
        opacity: 1;
    }
    .ix_industry_swiper .swiper-button-next{
        right: 10px;
        opacity: 1;
    }
    .ix_industry_swiper .swiper-button-prev:after, .ix_industry_swiper .swiper-button-next:after{
        font-size: 14px;
    }
    .bottom_logo img{
        width: 68px;
    }
    .bottom_card_grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .bottom_bg .bottom_contact li{
        font-size: 14px;
    }
    .dingyue h6{
        margin-bottom: 24px;
    }
    .ix_industry_swiper_card .card-img-overlay h4{
        font-size: 18px;
    }
    .nav_min .tabs{
        padding: 0px;
    }
    .new_swiper_card .new_swiper_card_img{
        height: 240px;
    }
    .new_bg_img{
        left: 0px;
        width: 100%;
    }
    .new_swiper .swiper-pagination{
        width: 100%;
    }
    .new_swiper .swiper-pagination .swiper-pagination-bullet{
        margin: 0px 4px;
    }
    .new_swiper .swiper-pagination .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .new_swiper_card .card-body{
        padding: 24px 0px 24px 0px;
        text-align: center;
    }
    .new_swiper_p{
        padding-top: 24px;
        margin-top: 24px;
    }
    .ix_application_g{
        grid-template-columns: repeat(2, 1fr);
    }
    .ix_application_g .card{
        padding: 24px;
    }
    .ix_application_g .card .ix_application_g_dw h4{
        font-size: 14px;
    }
    .ix_application_g .card .card-body span{
        width: 48px;
        height: 48px;
    }
    .ix_application_g .card .card-body span svg{
        width: 24px;
        height: 24px;
    }
    .ix_application_g .card{
        height: 240px;
    }
    .ix_application_g .card .card-body:before{
        right: -130px;
        bottom: -130px;
    }
    .ix_application_g .card .card-body i{
        font-size: 24px;
        right: 0px;
        bottom: 0px;
    }
    .ix_bt_f .ix_bt{
        margin-bottom: 24px;
    }
    .ix_bt_f ul li a{
        padding: 8px 20px;
        font-size: 13px;
        margin-bottom: 5px;
    }
    .ix_bt_f ul li:not(:last-child){
        margin-right: 3px;
    }
    .ix_ps_swiper .swiper-button-next, .ix_ps_swiper .swiper-button-prev{
        width: 38px;
        height: 38px;
        opacity: 1;
    }
    .ix_ps_swiper .swiper-button-prev{
        left: 15px;
    }
    .ix_ps_swiper .swiper-button-next{
        right: 15px;
    }
    .ix_ps_swiper .swiper-button-prev:after, .ix_ps_swiper .swiper-button-next:after{
        font-size: 14px;
    }
    .ix_ps_swiper_card .card-body p{
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .ix_ps_swiper_card .card-body h5{
        font-size: 16px;
    }
    .ix_num .ix_num_flex .num-item{
        font-size: 24px;
        line-height: 24px;
    }
    .ix_news_left_a_right{
        padding-left: 0px;
    }
    .ix_news_left_a_left{
        width: 88px;
        height: 88px;
    }
    .ix_news_left_a_right h5{
        font-size: 16px;
        line-height: 28px;
        -webkit-line-clamp: 1;
        height: 30px;
        margin-bottom: 4;
    }
    .ix_bt_f{
        margin-bottom: 38px;
    }
    .ix_ps_swiper{
        padding: 14px 15px 15px 15px;
    }
    .ix_news_left_a_left h4{
        font-size: 16px;
    }
    .ix_news_left_a_left strong{
        font-size: 18px;
        line-height: 18px;
    }
    .ix_news_left{
        padding-top: 30px;
    }
    .ix_news_left li{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .ix_news_right_card .fangda{
        height: 380px;
    }
    .ix_news_right_card .card-img-overlay div{
        padding: 24px;
    }
    .ix_news_right_card .card-img-overlay div p{
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .ix_news_right_card .card-img-overlay div h4{
        font-size: 18px;
        margin-bottom: 12px;
    }

    .ps_banner{
        height: 200px;
    }
    .ps_banner h1{
        font-size: 24px;
    }
    .st_dd_catd{
        padding: 18px;
    }
    .st_dd_catd h6{
        font-size: 13px;
    }

    .st_cn_nav_accordion .accordion-button span.span2{
        top: 20px;
        left: 15px;
    }
    .st_cn_nav_accordion .accordion-header a{
        padding: 18px 50px 18px 48px;
    }
    .st_cn_nav_accordion .accordion-button span.span1{
        top: 12px;
    }
    
    .products_nr_card img{
        height: 200px;
    }
    .products_nr_grid{
        gap: 24px 8px;
    }
    .products_nr_card .card-body{
        padding: 12px;
    }
    .products_nr_card .card-body h4{
        margin-bottom: 8px;
        font-size: 14px;
    }
    .products_nr_card .card-body p{
        font-size: 12px;
        line-height: 24px;
        height: 48px;
    }
    .ps_ds_style1{
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }
    .ps_ds_style1 .card-body h4{
        font-size: 18px;
    }
    .ps_ds_shuju_g p{
        font-size: 13px;
    }
    .ps_ds_shuju_g{
        padding: 38px 18px;
    }
    .ps_ds_shuju_g h1{
        font-size: 24px;
    }
    .news_bt{
        font-size: 18px;
        line-height: 32px;
    }
    .news_ds_ul .list-inline-item:not(:last-child){
        margin-right: 12px;
    }
    .ns_ds_bottom ul{
        padding-right: 0px;
        padding-bottom: 18px;
    }
    .ns_ds_bottom{
        flex-direction: column;
    }
    .news_g_card .card-body{
        padding: 24px;
    }
    .news_g_card .card-body h4{
        font-size: 16px;
        line-height: 30px;
        height: 60px;
    }
    .news_g_card .card-body p{
        font-size: 13px;
        line-height: 24px;
        height: 48px;
    }
    .news_g_card .card-body h6{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .case_ds_form .form-label{
        font-size: 14px;
        font-weight: 400;
    }
    .case_ds_form .form_input_h{
        height: 48px;
    }
    .case_ds_form .form-control{
        padding: 12px 15px;
        font-size: 13px;
    }

    .cases_ds_g{
        grid-template-columns: repeat(1, 1fr);
    }
    .cases_ds_g_card .card-body{
        padding: 18px 15px 24px 15px;
    }
    .cases_ds_g_card img{
        height: 200px;
        margin-bottom: 16px;
    }
    .cases_ds_g_card_nr h5{
        font-size: 16px;
    }
    .cases_ds_g_card_nr .gengduo{
        margin-top: 24!important;
    }
    .cases_g{
        grid-template-columns: repeat(1, 1fr);
    }
    .cases_g_card .card-img-overlay h4{
        font-size: 17px;
    }
    .about_left_img{
        border-radius: 12px;
    }
    .about_left h4{
        font-size: 18px;
        line-height: 30px;
    }
    .about_num_grid .ix_num p{
        font-size: 12px;
        line-height: 20px;
    }
    .about_num_grid{
        gap: 8px;
    }
    .ix_num{
        padding: 24px 10px 24px 10px;
    }
    .about_bt h1{
        margin-bottom: 8px;
    }
    .about_bt{
        margin-bottom: 38px;
    }

    .at_our_nr{
        padding: 38px 15px 38px 15px;
    }
    .at_our_nr_swiper_anniu{
        padding: 0px 50px;
    }
    .at_our_nr_swiper_anniu .swiper-button-next, .at_our_nr_swiper_anniu .swiper-button-prev{
        width: 38px;
        height: 38px;
        margin-top: 5px;
    }
    .at_our_nr_swiper_anniu .swiper-button-prev:after, .at_our_nr_swiper_anniu .swiper-button-next:after{
        font-size: 14px;
    }
    .at_our_nr_swiper2 .card-body{
        padding: 0px;
    }
    .at_our_nr_swiper .swiper-wrapper .swiper-slide h5{
        font-size: 15px;
    }
    .at_our_nr_swiper2 .card-body h3{
        font-size: 16px;
        line-height: 30px;
    }
    .at_our_nr_swiper2 img{
        margin-bottom: 0px;
    }
    .at_our_nr_swiper2{
        margin-top: 24px;
    }
    .ix_hzhb_logo_grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .ix_hzhb_logo{
        height: 120px;
        border-radius: 12px;
        padding: 24px;
    }
    .at_professional_anniu .swiper-button-next, .at_professional_anniu .swiper-button-prev{
        width: 38px;
        height: 38px;
        margin-top: -19px;
    }
}









/* 通用分页容器 */
.pagination {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

/* 分页每一项 */
.pagination li {
  list-style: none;
}

/* 分页按钮通用样式 */
.pagination li a {
  display: inline-block;
  min-width: 38px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background: #f8f9fa;
  border: 1px solid #eee;
  text-decoration: none;
  transition: all 0.3s;
}

/* 鼠标悬浮 */
.pagination li a:hover {
  color: #fff !important;
  background: linear-gradient(to left, rgba(170, 145, 58, 1.0), rgba(206, 183, 96, 1.0), rgba(170, 145, 58, 1.0));
  border-color: #b99d3d;
}

/* 当前选中页码 */
.pagination li.active a {
  color: #fff !important;
  font-weight: bold;
  background: linear-gradient(to left, rgba(170, 145, 58, 1.0), rgba(206, 183, 96, 1.0), rgba(170, 145, 58, 1.0));
  border-color: #b99d3d;
  cursor: default;
}

/* Total 文字样式 */
.pagination li:first-child a {
  background: transparent;
  border: 0;
  color: #666;
  padding: 0 12px;
}

/* 手机端适配 */
@media (max-width: 768px) {
  .pagination {
    gap: 4px;
  }
  .pagination li a {
    min-width: 34px;
    height: 34px;
    line-height: 32px;
    font-size: 13px;
    padding: 0 6px;
    border-radius: 4px;
  }
}