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

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


.ix_ps_jy_sipwer_top .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/*滚动条*/

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

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

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

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

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

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

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

/*留言*/
.liuyan_form .liuyan_form_anniu{
    position: fixed;
    right: 0px;
    bottom: -48px;
    opacity: 0;
    padding: 12px;
    width: 180px;
    height: 48px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    background: #27ba46;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.liuyan_form .collapsed{
    bottom: 0px;
    opacity: 1;
}
.liuyan_form .liuyan_form_anniu svg{
    width: 18px;
    height: 18px;
    fill: #fff;
    margin-right: 8px;
}
.liuyan_form .collapse{
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 300px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 2000;
}
.liuyan_form .collapse form{
    padding: 24px 15px 15px 15px;
}
.liuyan_form .collapse form .input-group span{
    width: 38px;
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
}
.liuyan_form .collapse form .form-control{
    font-size: 14px;
}
.liuyan_form_anniu2{
    color: #fff!important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    background: #27ba46;
    padding: 15px;
    position: relative;
}
.liuyan_form_anniu2:before{
    content: "";
    position: absolute;
    right: 15px;
    top: 23px;
    width: 14px;
    height: 2px;
    background: #fff;
}
.liuyan_form_anniu2 svg{
    width: 18px;
    height: 18px;
    fill: #fff;
    margin-right: 8px;
}
.liuyan_form_anniu_submit{
    text-align: center;
    border: 1px solid #eee;
    padding: 15px;
}
.liuyan_form_anniu_submit:hover{
    border: 1px solid #27ba46;
    background: #27ba46;
    color: #fff;
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
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: #27ba46;
}

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

p{
    line-height: 24px;
}

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

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

h5{
    line-height: 32px;
}

.pem{
    text-indent: 2em;
}

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

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-danger{
    color: #A61F23!important;
}
.text-success{
    color: #27ba46!important;
}
.text-primary{
    color: #03286E!important;
}

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

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

.no_margin{
    margin: 0px;
}

.wrap,.nav_min .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
    max-width: 1500px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 92%;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
    max-width: 1200px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}


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

/*nav*/
.nav_min{
    padding: 0px 48px 0px 48px;
    border: none;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(40px);
    transition: all 0.5s;
}
.nav_min2{
    background: rgba(255, 255, 255, 1);
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 67px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 9px;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
    margin-right: 30px;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 30px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 36px 0px 36px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #000;
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}*/
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.3s;
}
.nav_min .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #000;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #27ba46;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
}
.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #000;
}

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

.navbar-toggler{
    border: none;
    padding: 6px 15px 10px 15px;
    margin: 0px;
    position: absolute;
    right: 0px;
    top: 20px;
}
.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);
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 300px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    background: none;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.nav_card{
    background: rgba(255, 255, 255, 1);
}
.nav_card_right{
    display: block;
    background: #f9f9f9;
    padding: 38px 38px 38px 38px;
}
.nav_card .card-body{
    padding: 38px 48px 0px 48px;
}
.nav_card_bt{
    margin-bottom: 24px;
}
.nav_card_bt a{
    display: block;
    color: #27ba46;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #eee;
    font-size: 24px;
}
.nav_card_a a{
    display: block;
    padding: 0px 0px 0px 18px;
    font-size: 18px;
    line-height: 32px;
    color: #171717;
    margin-bottom: 8px;
    position: relative;
}
.nav_card_a a:hover{
    color: #27ba46;
}
.nav_card_a a:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #27ba46;
}

.menu_a a{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 16px;
    position: relative;
    background: #fff;
    color: #333;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #fff;
    background: #27ba46;
    padding-left: 18px;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #27ba46;
    color: #fff;
}

.pc_yuyan{
    margin-right: 14px;
    margin-left: 7px;
    
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 0px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: none;
    border-radius: 42px;
    transition: 0.5s;
}
.nav_min .pc_yuyan .nav-link span{
    right: 16px;
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
.nav_min .pc_yuyan:hover .nav-link{
    color: #fff;
}
.nav_min .pc_yuyan:hover .nav-link span{
    color: #fff;
}
    
.nav_min .pc_yuyan .nav-link svg{
    fill: #000;
    transition: 0.5s;
    width: 24px;
    height: 24px;
}
.nav_min .pc_yuyan:hover .nav-link svg{
    fill: #000;
}

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

.md_sousuo{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background: #27ba46;
    transition: all .5s;
}
.md_sousuo:hover{
    background: #1da439;
}
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -2px;
    right: 2px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}
.search_anniu_top:hover:before{
    background: #fff;
}
.search_anniu_top:hover:after{
    border: 1px solid #fff;
}

.search_anniu_top2{
    display: inline-block;
    width: 68px;
    height: 58px;
    position: relative;
    border: 2px solid #eee;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top2:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 4px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all .5s;
}

.search_anniu_top2:before{
    background: #27ba46;
}
.search_anniu_top2{
    border: 1px solid #27ba46;
}

.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: 58px;
    padding-bottom: 68px;
}
.container_style ul li{
    line-height: 24px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: 2px solid #eee;
    background: none;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px 18px;
    height: 58px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-right: 0px;
}
.search_anniu2{
    display: inline-block; 
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}
.tanchuang_tuichu{
    position: absolute;
    right: -58px;
    top: 0px;
    background: #fff;
    cursor: pointer;
    transition: all .5s;
}
.tanchuang_tuichu:hover{
    background: #27ba46;
}
.tanchuang_tuichu:hover .search_anniu2:after{
    background: #fff;
}
.tanchuang_tuichu:hover .search_anniu2:before{
    background: #fff;
}

.nav_logon{
    display: flex;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
}
.nav_logon svg{
    width: 24px;
    height: 24px;
}

.is-active{
    box-shadow: 0px 0px 10px rgba( 0, 0, 0, 0.05);
}

/*banner*/
.ix_banner_swiper{
    width: 100%;
    height: 100%;
}
.ix_banner_swiper .swiper-wrapper .swiper-slide{
    display: flex;
    align-items: center;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.ix_banner_swiper_buttom{
    width: 100%;
    position: absolute;
    top: 50%;
    height: 58px;
    margin-top: 68px;
}
.ix_banner_swiper_buttom .swiper-button-next,.ix_banner_swiper_buttom .swiper-button-prev{
    width: 58px;
    height: 58px; 
    border-radius: 58px;
    -webkit-transition: 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255,255,255,0);
    transition: 0.5s;
    z-index: 1000;
}
.ix_banner_swiper_buttom .swiper-button-next.swiper-button-disabled,.ix_banner_swiper_buttom .swiper-button-prev.swiper-button-disabled{
    background: #27ba46;
    border: 1px solid #27ba46;
    opacity: 1;
}
.ix_banner_swiper_buttom .swiper-button-prev{
    margin-top: 0px;
    left: 15px;
}
.ix_banner_swiper_buttom .swiper-button-next{
    margin-top: 0px;
    right: auto;
    left: 100px;
}
.ix_banner_swiper_buttom .swiper-button-prev:after,.ix_banner_swiper_buttom .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.ix_banner_swiper_buttom .swiper-button-next:hover,.ix_banner_swiper_buttom .swiper-button-prev:hover{
    background: #27ba46;
    border: 1px solid #27ba46;
}
.ix_banner_swiper_buttom .swiper-button-next.swiper-button-disabled,.about_swiper_buttom .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.about_swiper_nr h1{
    font-size: 48px;
}

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

.ix_bt h2{
    font-size: 36px;
    line-height: 58px;
}
.ix_bt span{
    display: inline-block;
    padding: 0px 24px 14px 24px;
    position: relative;
}
.ix_bt span:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}

.gengduo{
    padding: 10px 38px;
    background: #27ba46;
    color: #fff!important;
    font-size: 16px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #27ba46;
}
.gengduo svg{
    fill: #333;
    position: relative;
    width: 20px;
    height: 20px;
    top: -2px;
    transition: 0.5s;
}
.gengduo:hover{
    color: #fff!important;
    background: #1ca539;
    border: 2px solid #1ca539;
}
.gengduo:hover svg{
    fill: #fff;
}

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

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

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

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

.row_10{
    margin-left: -10px;
    margin-right: -10px;
}
.col_10{
    padding-left: 10px;
    padding-right: 10px;
}

.row_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}
.row_5{
    margin-left: -5px;
    margin-right: -5px;
}
.col_5{
    padding-left: 5px;
    padding-right: 5px;
}

/*fp-nav*/
#fp-nav ul li, .fp-slidesNav ul li{
    width: 38px;
    height: 38px;
    margin: 3px;
}
#fp-nav ul li a, .fp-slidesNav ul li a{
    border-radius: 38px;
}
#fp-nav ul li a.active, .fp-slidesNav ul li a.active, #fp-nav ul li:hover a.active, .fp-slidesNav ul li:hover a.active{
    border: 1px solid #fff;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    width: 6px;
    height: 6px;
    background: #fff;
    margin: -3px 0 0 -3px;
}

.fp-viewing-2 #fp-nav ul li a span,.fp-viewing-2 .fp-slidesNav ul li a span{
    background: #27ba46;
}
.fp-viewing-2 #fp-nav ul li a.active,
.fp-viewing-2 .fp-slidesNav ul li a.active,
.fp-viewing-2 #fp-nav ul li:hover a.active,
.fp-viewing-2 .fp-slidesNav ul li:hover a.active{
    border: 1px solid #27ba46;
}

.fp-viewing-3 #fp-nav ul li a span,.fp-viewing-3 .fp-slidesNav ul li a span{
    background: #27ba46;
}
.fp-viewing-3 #fp-nav ul li a.active,
.fp-viewing-3 .fp-slidesNav ul li a.active,
.fp-viewing-3 #fp-nav ul li:hover a.active,
.fp-viewing-3 .fp-slidesNav ul li:hover a.active{
    border: 1px solid #27ba46;
}

.fp-viewing-5 #fp-nav ul li a span,.fp-viewing-5 .fp-slidesNav ul li a span{
    background: #27ba46;
}
.fp-viewing-5 #fp-nav ul li a.active,
.fp-viewing-5 .fp-slidesNav ul li a.active,
.fp-viewing-5 #fp-nav ul li:hover a.active,
.fp-viewing-5 .fp-slidesNav ul li:hover a.active{
    border: 1px solid #27ba46;
}

/**/
#moveTo{
    position: fixed;
    bottom: 90px;
    right: 15px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #fff;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 15px rgba(51,51,51,0.2);
}
#moveTo:hover{
    background: #fff;
    color:#27ba46;
}

#section1{
    background: url(../img/section1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_ps_sipwer_left{
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    height: 348px;
}
.ix_ps_sipwer_left .swiper-wrapper .swiper-slide{
    display: flex;
    align-items: center;
    color: #999;
    padding-left: 22px;
    cursor: pointer;
    position: relative;
}
.ix_ps_sipwer_left .swiper-wrapper .swiper-slide:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #fff;
}
.ix_ps_sipwer_left .swiper-wrapper .swiper-slide-thumb-active,.ix_ps_sipwer_left .swiper-wrapper .swiper-slide:hover{
    color: #27ba46;
}
.ix_ps_sipwer_left .swiper-wrapper .swiper-slide-thumb-active:before{
    width: 3px;
    background: #27ba46;
}

.ix_yycj_swiper{
    padding-top: 38px;
    padding-bottom: 78px;
    padding-left: 30px;
    padding-right: 30px;
}
.ix_yycj_swiper .swiper-pagination{
    bottom: 0px;
}
.ix_yycj_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: #ddd;
    opacity: 1;
    margin: 0px 9px;
}
.ix_yycj_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 48px;
    background: #27ba46;
}

#section3{
    background: url(../img/section3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_shuju_card img{
    width: 58px;
    height: 58px;
    object-fit: scale-down;
    margin-bottom: 24px;
}
.ix_shuju_card h1{
    font-family: "微软雅黑";
    font-size: 48px;
}
.ix_shuju_card h1 span{
    font-size: 18px;
}
.ix_about_swiper .swiper-pagination-progressbar{
    background: #fff;
    top: auto;
    bottom: 0px;
    height: 8px;
}
.ix_about_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #27ba46;
}

#section4{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_ps_jy_sipwer_bottom{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.ix_ps_jy_sipwer_top{
    width: 100%;
    height: 100%;
}
.ix_ps_jy_sipwer_top .swiper-wrapper .swiper-slide{
    display: flex;
    align-items: center;
}
.ix_ps_jy_sipwer_bottom .swiper-wrapper .swiper-slide{
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 38px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 1px;
    cursor: pointer;
}
.ix_ps_jy_sipwer_bottom .swiper-wrapper .swiper-slide h2{
    font-family: "Anton";
    font-size: 36px;
    letter-spacing: 4px;
}
.ix_ps_jy_sipwer_bottom .swiper-wrapper .swiper-slide:hover,.ix_ps_jy_sipwer_bottom .swiper-wrapper .swiper-slide-thumb-active{
    color: rgba(255, 255, 255, 1);
}

.ix_ps_sipwer_right .swiper-button-next,.ix_ps_sipwer_right .swiper-button-prev{
    display: none;
}

.ix_yycj_swiper .swiper-button-next,.ix_yycj_swiper .swiper-button-prev{
    width: 58px;
    height: 58px; 
    border-radius: 58px;
    background: rgba(39,186,70,0.5);
    z-index: 1000;
}
.ix_yycj_swiper .swiper-button-prev{
    left: 2px;
    margin-top: -29px;
}
.ix_yycj_swiper .swiper-button-next{
    right: 2px;
    margin-top: -29px;
}
.ix_yycj_swiper .swiper-button-prev:after,.ix_yycj_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.ix_yycj_swiper .swiper-button-prev:hover:after,.ix_yycj_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_yycj_swiper .swiper-button-next:hover,.ix_yycj_swiper .swiper-button-prev:hover{
    background: #27ba46;
}
.ix_yycj_swiper .swiper-button-next.swiper-button-disabled,.ix_yycj_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.ix_about_media{
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    padding: 24px;
    cursor: pointer;
    transition: 0.5s;
}
.ix_about_media:hover{
    background: #27ba46;
    transform: scale(1.1);
}
.ix_about_media h1{
    font-family: "DIN";
    color: #27ba46;
    font-size: 42px;
}
.ix_about_media h1 span{
    font-size: 24px;
}
.ix_about_media h6{
    color: #999;
}
.ix_about_media img{
    width: 58px;
    height: 58px;
    object-fit: scale-down;
}
.ix_about_media_style{
    display: flex;
    flex-wrap: wrap;
}
.ix_about_media1{
    width: 40%;
    margin-right: 6%;
    margin-bottom: 38px;
}
.ix_about_media2{
    width: 54%;
    margin-bottom: 38px;
}
.ix_about_media3{
    width: 54%;
    margin-right: 6%;
}
.ix_about_media4{
    width: 40%;
}
.ix_about_media:hover h1{
    color: #fff;
}
.ix_about_media:hover h6{
    color: #fff;
}

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

.bottom_bg{
    background: #f9f9f9;
    color: #999;
    padding-top: 88px;
}

.bottom_ul{
    padding-bottom: 48px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #000;
    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: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #27ba46;
}

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

.bottom_contact_ul{
    line-height: 36px;
}

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

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

.bottom_bg .bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_bg .bottom_follow li{
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    margin-right: 12px!important;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: none;
    color: #999;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #fff;
    fill: #fff;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #999;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #27ba46;
    border: 1px solid #27ba46;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
.about_banner_bg{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.about_banner_bg h2{
    font-size: 42px;
}

.ny_nav{
    padding: 27px 0px;
    /*position: relative;*/
        position: sticky;
    top: 88px;
    z-index: 999;
    background: #f2fbf4;
}
.ny_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.about_breadcrumb li a,.about_breadcrumb li{
    line-height: 24px;
    display: inline-block;
}
.about_breadcrumb .about_breadcrumb_home a{
    padding-left: 36px;
    position: relative;
}
.about_breadcrumb .about_breadcrumb_home a svg{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0px;
    top: 0px;
    color: #000;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "-";
    line-height: 24px;
    color: #999;
}

.about_shuju_card img{
    width: 78px;
    height: 78px;
    margin-bottom: 32px;
}

.at_hxjzg_bg{
    background: url(../img/at_hxjzg_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.at_hxjzg_card{
    background: none;
    padding-top: 55px;
    cursor: pointer;
    transition: 0.5s;
}
.at_hxjzg_card .card-body{
    border-radius: 15px;
    background: #fff;
    padding: 78px 30px 42px 30px;
}
.at_hxjzg_card .card-body span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 110px;
    position: absolute;
    left: 50%;
    top: 0px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transform: translate3d(-50%, 0%, 0);
}
.at_hxjzg_card:hover{
    transform: scale(1.1);
}

.at_fzlc_top{
    position: relative;
}
.at_fzlc_top:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.at_fzlc_top .swiper-wrapper .swiper-slide{
    cursor: pointer;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #999;
}
.at_fzlc_top .swiper-wrapper .swiper-slide span{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 88px;
}
.at_fzlc_top .swiper-wrapper .swiper-slide span:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 5px;
    background: none;
}
.at_fzlc_top .swiper-wrapper .swiper-slide:hover{
    color: #27ba46;
}
.at_fzlc_top .swiper-wrapper .swiper-slide-thumb-active span:before{
    background: #27ba46;
}
.at_fzlc_top .swiper-wrapper .swiper-slide-thumb-active{
    font-weight: 700;
    color: #27ba46;
    font-size: 24px;
}

.at_fzlc_bottom{
    padding: 0px 30px 30px 30px;
}
.at_fzlc_bottom .card{
    padding: 48px;
}
.at_fzlc_bottom .card .card-body{
    padding: 24px 0px 24px 58px;
}
.at_fzlc_bottom .card .card-body h1{
    font-size: 60px;
    font-family: "微软雅黑";
    color: #27ba46;
}

.at_fzlc_bottom .swiper-button-next,.at_fzlc_bottom .swiper-button-prev{
    width: 58px;
    height: 58px; 
    border-radius: 58px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgba(255,255,255,0);
    z-index: 1000;
}
.at_fzlc_bottom .swiper-button-prev{
    left: 2px;
    margin-top: -29px;
}
.at_fzlc_bottom .swiper-button-next{
    right: 2px;
    margin-top: -29px;
}
.at_fzlc_bottom .swiper-button-prev:after,.at_fzlc_bottom .swiper-button-next:after{
    color: #999;
    font-size: 18px;
}
.at_fzlc_bottom .swiper-button-prev:hover:after,.at_fzlc_bottom .swiper-button-next:hover:after{
    color: #fff;
}
.at_fzlc_bottom .swiper-button-next:hover,.at_fzlc_bottom .swiper-button-prev:hover{
    background: #27ba46;
    border: 1px solid #27ba46;
}
.at_fzlc_bottom .swiper-button-next.swiper-button-disabled,.at_fzlc_bottom .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.at_fzlc_bottom .swiper-wrapper .swiper-slide{
    box-shadow: 0px 10px 20px rgba( 0, 0, 0, 0.05);
}

.at_qqrz_swiper_left{
    height: 620px;
}
.at_qqrz_swiper_left .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.at_qqrz_swiper_right{
    height: 620px;
}
.at_qqrz_swiper_right .card{
    height: 100%;
}
.at_qqrz_swiper_right .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.at_qqrz_swiper_right .card .card-img-overlay{
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.at_qqrz_swiper_right .swiper-wrapper .swiper-slide{
    cursor: pointer;
}
.at_qqrz_swiper_right .swiper-wrapper .swiper-slide-thumb-active .card .card-img-overlay{
    background: rgba(0, 0, 0, 0.6);
}

.about_zzry_swiper{
    padding-top: 78px;
}
.about_zzry_swiper .swiper-wrapper .swiper-slide{
    width: 320px;
}
.about_zzry_swiper .swiper-button-next,.about_zzry_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    border-radius: 48px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgba(255,255,255,1);
    z-index: 1000;
}
.about_zzry_swiper .swiper-button-prev{
    top: 0px;
    left: 0px;
    margin-top: 0px;
}
.about_zzry_swiper .swiper-button-next{
    top: 0px;
    left: 68px;
    right: auto;
    margin-top: 0px;
}
.about_zzry_swiper .swiper-button-prev:after,.about_zzry_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.about_zzry_swiper .swiper-button-prev:hover:after,.about_zzry_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.about_zzry_swiper .swiper-button-next:hover,.about_zzry_swiper .swiper-button-prev:hover{
    background: #27ba46;
    border: 1px solid #27ba46;
}
.about_zzry_swiper .swiper-button-next.swiper-button-disabled,.at_fzlc_bottom .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.about_zzry_swiper .swiper-wrapper .swiper-slide .card{
    border-radius: 8px;
}
.about_zzry_swiper .swiper-wrapper .swiper-slide .card .card-body{
    padding: 30px;
}

.ix_hzhb{
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.ix_hzhb img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/* ----------------------------------------------------------------
    知道产品
----------------------------------------------------------------- */
.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-item .page-link{
    background: #f9f9f9;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 40px!important;
    border: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product_ul .page-item .page-link{
    background: #fff;
}
.page_ul{
    background: #f9f9f9;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.product_ul .page_ul{
    background: #fff;
}
.page_ul .list-inline-item{
    margin-right: 0px;
}
.page-item .page_link_left{
    margin-right: 20px;
}
.page-item .page_link_right{
    margin-left: 20px;
}
.page-item .page-link:hover{
    color: #27ba46;
}
.page-item.active .page-link{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    color: #fff;
    background: #27ba46;
    box-shadow: 0px 0px 15px rgba(39, 186, 70, 0.5);
    border: none;
}

.faq_style{
    border: 1px solid #eee;
}
.products_nav{
    background: #fff;
    border-radius: 8px;
    position: sticky;
    top: 188px;
}
.ps_nav_bt{
    margin-bottom: 0px;
    padding: 18px 24px;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    background: #27ba46;
}
.faq_style .card{
    border: none;
    background: none;
    padding: 0px;
}
.faq_style .card:not(:last-of-type){
    border-bottom: 1px solid #eee;
}
.faq_style .faq_bt{
    display: block;
    padding: 15px 60px 15px 24px;
    cursor: pointer;
    position: relative;
}
.faq_style .faq_bt.collapsed{
    background: #fff;
}
.faq_style .faq_bt h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
}
..faq_style .faq_bt h4 a{
    display: block;
}
.faq_style .faq_bt span{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
}
.faq_style .card .card-body{
    border-top: none;
    padding: 0px 0px 0px 0px;
}
.faq_style .faq_bt span{
    width: 31px;
    height: 31px;
    border-radius: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: 0.5s;
    background: #27ba46;
}
.faq_style .faq_bt span:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 9px;
    width: 1px;
    height: 13px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    transform: rotate(90deg);
    opacity: 0;
}
.faq_style .faq_bt span:before{
    content: "";
    position: absolute;
    right: 9px;
    top: 15px;
    width: 13px;
    height: 1px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
}
.faq_style .faq_bt span.collapsed:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 9px;
    width: 1px;
    height: 13px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    transform: rotate(0deg);
    opacity: 1;
}
.faq_style .faq_bt span.collapsed{
    background: #ccc;
}
.faq_style .card{
    border-color: #eee;
    border-radius: 0px;
}
.faq_style_ul{
    background: #F8F8F8;
}
.faq_style_ul li{
    padding: 0px 0px;
}
.faq_style_ul li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 24px;
}
.faq_style_ul li.active a{
    color: #FE6C24;
}
.faq_style_ul li:last-child a{
    border: none;
}

.products_card{
    border-radius: 15px;
    box-shadow: 0px 10px 30px rgba( 0, 0, 0, 0.05);
}
.products_card img{
    height: 268px;
    padding: 24px;
    object-fit: scale-down;
}
.products_card .list-group-item{
    padding: 0px;
    line-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 48px;
    font-size: 13px;
}
.ps_bt_media{
    margin-top: 12px;
}

/*详情页*/
.ps_ds_bg{
    background: url(../img/ps_ds_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ps_ds_swiper{
    padding-bottom: 52px;
}
.ps_ds_swiper .swiper-wrapper .swiper-slide{
    background: #fff;
    border-radius: 15px;
    padding: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}
.ps_ds_swiper .swiper-pagination{
    bottom: 0px;
}
.ps_ds_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: #ddd;
    opacity: 1;
    margin: 0px 9px;
}
.ps_ds_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 48px;
    background: #27ba46;
}

.ps_ds_bt{
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 38px;
}
.ps_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 4px;
    background: #27ba46;
}

.ps_ds_ul .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.ps_ds_ul .gengduo{
    padding: 14px 48px;
    font-size: 16px;
}
.gengduo_fhlb{
    background: #F9F9F9;
    border: 2px solid #ddd;
    color: #000!important;
    box-shadow: none;
}

.px_ds_fa_card{
    border-radius: 15px;
    border: none;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.px_ds_fa_card .card-body{
    padding: 78px 32px 38px 32px;
}
.px_ds_fa_card .card-body img{
    margin-bottom: 48px;
}
.px_ds_fa_card .card-body h3{
    margin-bottom: 24px;
}
.px_ds_fa_card .card-body p{
    margin-bottom: 16px;
}

.ps_ds_syms_swiper{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 88px;
}
.ps_ds_syms_card{
    height: 640px;
}
.ps_ds_syms_card .card-body p{
    margin-bottom: 16px;
}
.ps_ds_syms_swiper .swiper-pagination-progressbar{
    background: #eee;
    top: auto;
    bottom: 0px;
    height: 6px;
}
.ps_ds_syms_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #27ba46;
}

.ps_ds_syms_swiper .swiper-button-next,.ps_ds_syms_swiper .swiper-button-prev{
    width: 58px;
    height: 58px; 
    border-radius: 58px;
    border: 1px solid #ddd;
    background: #ddd;
    z-index: 1000;
}
.ps_ds_syms_swiper .swiper-button-prev{
    left: 2px;
    margin-top: -29px;
}
.ps_ds_syms_swiper .swiper-button-next{
    right: 2px;
    margin-top: -29px;
}
.ps_ds_syms_swiper .swiper-button-prev:after,.ps_ds_syms_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.ps_ds_syms_swiper .swiper-button-prev:hover:after,.ps_ds_syms_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ps_ds_syms_swiper .swiper-button-next:hover,.ps_ds_syms_swiper .swiper-button-prev:hover{
    background: #27ba46;
    border: 1px solid #27ba46;
}
.ps_ds_syms_swiper .swiper-button-next.swiper-button-disabled,.ps_ds_syms_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.ps_ds_table{
    box-shadow: 0px 10px 30px rgba( 0, 0, 0, 0.05);
}
.ps_ds_table_bt{
    background: #eee;
}
.ps_ds_table .table th,.ps_ds_table .table td{
    font-size: 16px;
    font-weight: 400;
    padding: 24px 38px;
    line-height: 24px;
    vertical-align: middle;
    border-top: 1px solid #eee;
    white-space: nowrap;
}
.ps_ds_table .table td{
    text-align: center;
    color: #999;
}
.ps_ds_table .ps_ds_table_bt th,.ps_ds_table .ps_ds_table_bt td{
    border-top: none;
    font-size: 18px;
    font-weight: 400;
    padding: 24px 38px;
    line-height: 24px;
    vertical-align: middle;
    white-space: nowrap;
}
.ps_ds_table .ps_ds_table_bt td{
    text-align: center;
    color: #000;
}
.gengduo_table{
    background: none;
    border-color: #eee;
    color: #000!important;
    padding: 8px 28px;
}

.ps_ds_table .table th div{
    display: flex;
    align-items: center;
}

/* ----------------------------------------------------------------
    技术支持
----------------------------------------------------------------- */
.st_dd_banner{
    background: url(../img/st_dd_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

.st_dd_banner .about_banner_bg{
    background: none;
}
.st_dd_fl{
    background: #f9f9f9;
    padding: 24px 30px 12px 30px;
}
.st_dd_fl li a{
    display: inline-block;
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50px;
    padding: 12px 30px;
}
.list-inline-item:not(:last-child){
    margin-right: 24px;
}
.st_dd_fl li.active a{
    background: #27ba46;
    color: #fff;
    border: 1px solid #27ba46;
}

.st_dd_sousuo{
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 78px;
}
.st_dd_sousuo .sousuo_control{
    height: 78px;
    border: none;
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
    padding: 15px 30px;
}
.st_dd_sousuo .search_anniu_top2{
    border: none;
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px;
    width: 78px;
    height: 78px;
    opacity: 0;
     background: url(../img/sousuo1.png);
}

.st_rd_sousuo label{
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1000;
    transform: translate3d(0%, -50%, 0);
}
.st_rd_sousuo .form-control{
    height: 78px;
    padding: 15px 15px 15px 60px;
    border: none;
    outline: none;
}
.st_rd_sousuo .input-group-append a{
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    background: #27ba46;
    padding: 15px 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.contact_card{
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}
.contact_card .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 58px 30px 38px 30px;
}
.contact_card span{
    display: flex;
    width: 108px;
    height: 108px;
    border-radius: 108px;
    background: #27ba46;
    justify-content: center;
    align-items: center;
    margin-bottom: 38px;
}

.contact_form .form-control{
    background: #f9f9f9;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #eee;
    font-size: 14px;
    padding: 24px 24px 14px 24px;
}
.contact_form .form_input_height{
    height: 68px;
}
.contact_gengduo{
    display: inline-block;
    color: #fff;
    background: #06787a;
    line-height: 18px;
    padding: 16px 88px;
    font-size: 24px;
    border-radius: 50px;

}
.contact_gengduo:hover{
    color: #fff;
}
.contact_form .form-group{
    position: relative;
}

.inp {
    position: relative;
}
.inp .label {
    position: absolute;
    top: 28px;
    left: 24px;
    color: #666;
    font-size: 17px;
    font-weight: 700;
    transform-origin: 0 0;
    transition: all 0.2s ease;
}
.inp input:not(:placeholder-shown) + span,.inp textarea:not(:placeholder-shown) + span {
    opacity: 0.5;
    transform: translateY(-16px) scale(0.75);
}
.inp input:focus,.inp textarea:focus{
    /*background: none;*/
    outline: none;
}
.inp input:focus + span,.inp textarea:focus + span{
    opacity: 0.5;
    transform: translateY(-16px) scale(0.75);
    transition-delay: 0.1s;
}

.contact_form .form_input_xiala{
    font-size: 17px;
    font-weight: 700;
    padding: 14px 24px;
}

/* ----------------------------------------------------------------
    登录注册
----------------------------------------------------------------- */
.logon_form .form-control{
    border: none;
    font-size: 14px;
    height: 48px;
    padding: 14px 20px;
    outline: none;
    box-shadow: none;
}
.logon_form .input-group-text{
    border: none;
    padding: 8px 20px;
    background: #fff;
    position: relative;
}
.logon_form .input-group-text:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 25%;
    width: 2px;
    height: 50%;
    background: #eee;
}
.logon_form_hqyzm{
    background: #fff;
    padding: 8px 20px;
    border: none;
    color: #27ba46;
    font-size: 14px;
    border-radius: 5px;
}
.input-group-text2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 48px;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-left-radius: 8px;
}

.contact_lxfs_card .bottom_contact li{
    padding-left: 28px;
    color: #A1A1A1;
    line-height: 36px;
    position: relative;
    font-size: 14px;
}
.contact_lxfs_card .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 8px;
    left: 0px;
}
.contact_lxfs_card .card-header{
    background: #27ba46;
    background: linear-gradient(to top left, rgba(39, 186, 70, 1), rgba(84, 216, 112, 1));
    padding: 24px 30px;
    color: #fff;
    border: none;
}
.contact_lxfs_card{
    border-radius: 15px;
    border: none;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05)
}
.contact_lxfs_card .card-body{
    padding: 38px 30px 24px 30px;
}

.contact_syb{
    background: #ddd;
    border-color: #ddd;
}

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

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){
    .ix_ps_sipwer_left{
        left: 0px;
    }
}
@media (max-width: 1600px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 40px 0px 0px;
    }

    .ix_yycj_swiper{
        padding-bottom: 68px;
    }
    .about_swiper_nr h1{
        font-size: 38px;
    }
}
@media (max-width: 1500px){
    .ix_shuju_card h1{
        font-size: 38px;
    }
    .fp-viewing-1 .nav_min,.fp-viewing-2 .nav_min,.fp-viewing-3 .nav_min,.fp-viewing-3 .nav_min,.fp-viewing-4 .nav_min,.fp-viewing-5 .nav_min{
        top: -90px;
    }

    .ix_about_media{
        width: 44%;
        margin: 3%;
        display: flex;
        flex-direction: column-reverse;
    }
    .ix_about_media img{
        margin-bottom: 18px;
    }
    .ix_about_media .media-body{
        text-align: center;
    }
}

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

@media (max-width: 1200px){
    .row_30,.row_24{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24{
        padding-left: 15px;
        padding-right: 15px;
                margin-top: 50px;
    }

    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
        height: 48px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: flex-start;
    }
    .nav_min .nav_container{
        position: relative;
        justify-content: center;
        padding: 0px;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 50px;
        top: 15px;
        background: none;
    }
    .md_sousuo:hover{
        background: none;
    }
    .search_anniu_top:after{
        border: 1px solid #000!important;
    }
    .search_anniu_top:before{
        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: 0px 15px 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 40px 20px 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }
    .nav_min .navbar-nav .pc_yuyan .nav-link{
        padding-left: 0px;
        padding-right: 40px;
    }

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

    .nav_logon{
        position: absolute;
        right: 100px;
        top: 13px;
    }

    .nav_min .pc_yuyan .nav-link svg{
        fill: #000!important;
    }
    .nav_min .pc_yuyan .nav-link,.nav_min .pc_yuyan:hover .nav-link{
        color: #000!important;
        background: none;
        border: none;
    }
    .nav_min .navbar-nav .pc_yuyan .nav-link{
        width: auto;
        height: auto;
        justify-content: flex-start;
    }
    .menu_style2 .wrap{
        width: 100%;
    }
    .nav_card .card-body{
        padding: 38px 48px 0px 0px;
    }

    .menu_style2 .wrap_lg{
        width: 100%;
    }

    .about_banner{
        height: 380px;
    }
    .container_style{
        padding-top: 38px;
        padding-bottom: 48px;
    }
    .at_fzlc_bottom .card .card-body{
        padding: 24px 0px 0px 0px;
    }

    .fp-viewing-1 .nav_min,.fp-viewing-2 .nav_min,.fp-viewing-3 .nav_min,.fp-viewing-3 .nav_min,.fp-viewing-4 .nav_min,.fp-viewing-5 .nav_min{
        top: 0px;
    }
    #section1,#section2,#section3{
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .ix_about_left{
        margin-bottom: 48px;
    }
    #section2{
        height: auto;
    }
}
@media (max-width: 980px){
    /*top*/

    /*bottom*/
    .bottom_bg{
        padding-top: 0px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px!important;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }
    .md_erweima{
        margin-top: 24px;
    }
    
    #section0, #section4{
        height: 580px;
    }
    #section1, #section2, #section3{
        height: auto;
    }
    .ix_ps_jy_sipwer_top .swiper-wrapper .swiper-slide{
        align-items: flex-start;
        padding-top: 88px;
    }

    .ix_ps_card .card-body{
        padding: 0px 0px 48px 0px;
    }
    .di_beian ul .list-inline-item:not(:last-child) {
        margin-right: 0px;
    }

    .ix_ps_sipwer_left{
        display: none;
    }
    .ix_ps_sipwer_right .swiper-button-next,.ix_ps_sipwer_right .swiper-button-prev{
        display: flex;
        width: 48px;
        height: 48px; 
        background: rgba(255,255,255,1);
        border-radius: 48px;
        z-index: 1000;
    }
    .ix_ps_sipwer_right .swiper-button-prev{
        left: auto;
        right: 68px;
        top: 0px;
        margin-top: 0px;
    }
    .ix_ps_sipwer_right .swiper-button-next{
        right: 0px;
        top: 0px;
        margin-top: 0px;
    }
    .ix_ps_sipwer_right .swiper-button-prev:after,.ix_ps_sipwer_right .swiper-button-next:after{
        color: #27ba46;
        font-size: 18px;
    }
    .ix_ps_sipwer_right .swiper-button-prev:hover:after,.ix_ps_sipwer_right .swiper-button-next:hover:after{
        color: #fff;
    }
    .ix_ps_sipwer_right .swiper-button-next:hover,.ix_ps_sipwer_right .swiper-button-prev:hover{
        background: rgba(39,186,70,1);
    }

    .nav_card .card-body{
        padding: 38px 0px 0px 0px;
    }
}

@media (max-width: 768px){
    .tanchuang_tuichu{
        right: 0px;
        background: none;
        margin-top: -5px;
    }
    .wrap,.wrap_lg,.wrap_md{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }
    .ny_nav {
    padding: 20px 0px;
    /* position: relative; */
    position: sticky;
    top: 68px;
    z-index: 999;
    background: #f2fbf4;
}

    #section0, #section4 {
        height: 380px;
    }
    .ix_banner_swiper h1,.ix_ps_card h2,.ix_bt h2,.ix_ps_jy_sipwer_top h2,.about_banner_bg h2,.ps_ds_bt,.ps_fbt{
        font-size: 24px;
        line-height: 38px;
    }
    .ix_ps_card h3{
        font-size: 18px;
        line-height: 30px;
    }
    .p_16 p, .p_16,.ix_ps_jy_sipwer_top h5,.about_banner_bg h5,.p_18 p, .p_18{
        font-size: 14px;
        line-height: 24px;
    }
    .ix_banner_swiper_buttom{
        margin-top: 48px;
    }
    .ix_banner_swiper_buttom .swiper-button-next, .ix_banner_swiper_buttom .swiper-button-prev{
        width: 48px;
        height: 48px;
        border-radius: 48px;
    }
    .ix_ps_sipwer_left{
        position: static;
        transform: translateY(0%);
        height: auto;
    }

    .ix_yycj_swiper{
        padding-top: 38px;
    }
    .ix_shuju_card h1{
        font-size: 30px;
    }
    .gengduo{
        font-size: 14px;
        padding: 8px 38px;
    }
    .ix_ps_jy_sipwer_top .swiper-wrapper .swiper-slide{
        padding-top: 48px;
    }
    .ix_ps_jy_sipwer_bottom .swiper-wrapper .swiper-slide{
        padding: 18px 15px;
    }
    .ix_ps_jy_sipwer_bottom .swiper-wrapper .swiper-slide h2{
        font-size: 24px;
    }
    .ix_ps_jy_sipwer_bottom .swiper-wrapper .swiper-slide h4{
        font-size: 18px;
    }

    .navbar-brand h4{
        display: none;
    }
    .navbar-brand img{
        margin-right: 0px;
    }

    .about_banner{
        height: 240px;
    }
    .st_rd_sousuo .form-control{
        height: 58px;
    }
    .st_rd_sousuo .input-group-append a{
        font-size: 14px;
        padding: 10px 24px;
    }
    .st_dd_sousuo .sousuo_control{
        height: 58px;
    }
    .st_dd_sousuo .search_anniu_top2{
        width: 58px;
        height: 58px;
    }
    .st_dd_fl{
        padding: 18px 24px 9px 24px;
    }
    .list-inline-item:not(:last-child){
        margin-right: 8px;
    }
    .st_dd_fl li a{
        padding: 8px 24px;
    }

    .at_fzlc_bottom .card{
        padding: 24px;
    }
    .at_fzlc_bottom .card .card-body h1{
        font-size: 48px;
    }
    .about_zzry_swiper .swiper-wrapper .swiper-slide{
        width: 100%;
    }
    .ix_hzhb{
        height: 120px;
    }

    .nav_card_right{
        padding: 0px 0px 16px 0px;
    }
}

























/* 左侧飞入动画 */
#section1 .ix_ps_sipwer_left .swiper-wrapper {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* 右侧飞入动画 */
#section1 .ix_ps_sipwer_right .swiper-wrapper {
    opacity: 0;
    transform: translateX(100%);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* 激活状态 */
#section1 .swiper-wrapper.active {
    opacity: 1;
    transform: translateX(0);
}
/* 专为section2定制的渐变动画 */
/* 增强版渐变动画 */
#section2 {
    perspective: 1000px; /* 添加3D空间感 */
}

#section2 .ix_yycj_swiper {
    opacity: 0;
    transform: translateY(100px) scale(0.9) rotateX(-15deg);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
}

#section2 .ix_bt {
    opacity: 0;
    transform: translateY(50px) scale(1.2);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#section2.active .ix_yycj_swiper {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0);
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.05));
}

#section2.active .ix_bt {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition-delay: 0.4s; /* 增加标题延迟 */
}

/* 添加卡片入场动画 */
#section2 .swiper-slide {
    opacity: 0;
    transform: translateY(30px) rotateZ(-5deg);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#section2.active .swiper-slide {
    opacity: 1;
    transform: translateY(0) rotateZ(0);
}

/* 卡片入场延迟 */
#section2.active .swiper-slide:nth-child(1) { transition-delay: 0.6s; }
#section2.active .swiper-slide:nth-child(2) { transition-delay: 0.8s; }
#section2.active .swiper-slide:nth-child(3) { transition-delay: 1.0s; }
/* 根据实际卡片数量继续添加... */

/* 左侧动画 */
.ix_about_left {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
    backface-visibility: hidden;
}

/* 右侧动画 */
.ix_about_media {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform, opacity;
    backface-visibility: hidden;
}

/* 激活状态 */
.animated.active {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.ix_about_left {
    opacity: 1;
    transform: translateX(1%);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.ix_about_media {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ix_about_media {
    opacity: 1;
    transform: translateY(-100px);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animated.active {
    opacity: 1;
    transform: none;
}

#section1 .ix_ps_sipwer_left .swiper-wrapper {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}




/* 卡片入场动画 */
#hexin .col {
    opacity: 0;
    transform: translateY(-100px) rotateZ(-10deg);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* 分列延迟设置 */
#hexin .col:nth-child(1) { transition-delay: 0.2s; }
#hexin .col:nth-child(2) { transition-delay: 0.4s; }
#hexin .col:nth-child(3) { transition-delay: 0.6s; }
#hexin .col:nth-child(4) { transition-delay: 0.8s; }

/* 激活状态 */
#hexin.active .col {
    opacity: 1;
    transform: translateY(0) rotateZ(0);
}

/* 标题动画 */
#hexin .ix_bt {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

#hexin.active .ix_bt {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}


.table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto; /* 备用横向滚动 */
}

@media screen and (max-width: 767px) {
    /* 手机端样式 */
    .table, 
    .table tbody, 
    .table tr, 
    .table td, 
    .table th {
        display: block;
        width: 100%!important;
    }
    
    /* 隐藏表头 */
    .table tr.ps_ds_table_bt {
        display: none;
    }
    
    /* 表格行样式 */
    .table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 10px;
    }
    
    /* 单元格样式 */
    .table td {
        position: relative;
        padding-left: 40%!important; /* 留出标签位置 */
        min-height: 32px;
        border: none!important;
    }
    
    /* 添加数据标签 */
    .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
        color: #666;
        width: 35%;
    }
    
    /* 特殊处理第一个th */
    .table > tbody > tr > th {
        font-size: 16px;
        padding: 10px 15px!important;
        background: none;
        border-bottom: 1px solid #eee;
    }
    
    /* 下载按钮适配 */
    .gengduo_table {
        padding: 6px 12px!important;
    }
    .gengduo_table svg {
        width: 16px;
        height: 16px;
        margin-right: 4px!important;
    }
}

/* 通用样式 */
.table th,
.table td {
    padding: 12px 15px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

/* 图片适配 */
.table img {
    max-width: 30px;
    height: auto;
}

}






/* 添加针对小屏幕的修复 */
@media (max-width: 400px) {
    #section3 {
        display: block !important;
        padding: 30px 0 !important;
    }
    
    #section3 .row_30 {
        display: block !important;
    }
    
    #section3 .col-xl-6,
    #section3 .col-xl-5 {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    
    #section3 .ix_about_left,
    #section3 .ix_about_media {
        opacity: 1 !important;
        transform: none !important;
        width: 100% !important;
        margin: 15px 0 !important;
    }
    
    #section3 .ix_about_left {
        text-align: center;
    }
    
    #section3 .ix_about_media_style {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    #section3 .media.ix_about_media {
        width: 100% !important;
        margin: 0 !important;
        padding: 15px;
        background: rgba(255,255,255,0.1);
        border-radius: 8px;
    }
}

/* 特别针对375px设备的优化 */
@media (max-width: 375px) {
  .ix_about_media {
    opacity: 1;
    transform: translateY(-100px);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
    
    #section3 .p_16 {
        font-size: 13px !important;
    }
    
    #section3 .ix_about_media h1 {
        font-size: 24px !important;
    }
    
    #section3 .gengduo {
        padding: 6px 24px !important;
        font-size: 13px !important;
    }
}













.wenzi {display: block;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
   }
   
   
   
   
   
   
   
   
   
   
   
           
  
  
  
  
  
  
   /* 核心样式 - 纯CSS实现，无JavaScript依赖 */
        .ig-qr-wrapper {
            position: relative;
            display: inline-block;
            z-index: 100; /* 确保容器在正常层级 */
        }

        /* 二维码容器 - 初始隐藏 */
        .ig-qr-popup {
            position: absolute;
            bottom: 100%; /* 定位到触发元素上方 */
            left: 50%;
            transform: translateX(-50%) translateY(10px); /* 初始偏移，用于动画效果 */
            width: 200px;
            height: 200px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 99999; /* 极高的z-index确保在最顶层 */
            padding: 10px;
            margin-bottom: 10px; /* 与触发元素的间距 */
        }

        /* 箭头指示器 */
        .ig-qr-popup::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border-width: 8px;
            border-style: solid;
            border-color: white transparent transparent transparent;
        }

        /* 悬停显示逻辑 */
        .ig-qr-wrapper:hover .ig-qr-popup {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(0);
        }

        /* 二维码图片样式 */
        .ig-qr-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }