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

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

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

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

/*右悬浮*/
.youxuanfu{
    position: fixed;
    top: 50%;
    right: 12px;
    z-index: 1000;
}
.youxuanfu ul li:not(:last-child){
    margin-bottom: 12px;
}
.youxuanfu .youxuanfu_a{
    width: 68px;
    height: 68px;
    background: #52A933;
    color:#fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 20px;
}
.back-top {
    width: 68px;
    height: 68px;
    background: #52A933;
    color:#fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 1;
    font-size: 1.8rem;
    transition: opacity 0.3s;
    transition: all 0.5s;
}
.back-top:hover,.youxuanfu .youxuanfu_a:hover{
    background: #1D2089;
    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: #52A933;
}

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: #CF0808!important;
}
.text-success{
    color: #57B37B!important;
}
.text-primary{
    color: #1345A3!important;
}
.text-warning{
    color: #eb8857!important;
}

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

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

.no_margin{
    margin: 0px;
}

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

/* ----------------------------------------------------------------
    Guide page
----------------------------------------------------------------- */
.guide_card{
    background: #1D2089;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guide_card_bt{
    font-size: 4rem;
}
.guide_card .card-img-overlay{
    width: 100%;
    height: 100%;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.guide_card .card-img-overlay a{
    width: 49%;
    color: #fff;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.guide_card .card-img-overlay a div{
    background: rgba(10, 11, 58, 0.8);
    padding: 24px;
}
.guide_card .card-img-overlay a h1{
    font-size: 3.5rem;
}
.guide_card .card-img-overlay a h5{
    font-size: 1.6rem;
}
.guide_card .card-img-overlay .guide_card_left div{
    text-align: right;
    padding-right: 9rem;
}
.guide_card .card-img-overlay .guide_card_right div{
    padding-left: 9rem;
}
.guide_card .card-img-overlay .guide_card_logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: zoomIn 2s ease;
}
@keyframes zoomIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.guide_card .card-img-overlay a h1:hover{
    color: #52A933;
}

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

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


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

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

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 240px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 15px 0px 15px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.nav_min .container{
    position: static;
}
.top_xiala2{
    position: static;
    display: block;
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}

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

.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: flex;
    }
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    transform:rotate(180deg);
    background: #52A933;
    color: #fff;
}

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

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

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

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

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

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

.search_anniu_top2:hover:before{
    background: #60B966;
}
.search_anniu_top2:hover:after{
    border: 1px solid #60B966;
}

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

.hidden{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

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

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

.gengduo{
    padding: 0.6rem 2rem 0.6rem 2rem;
    background: linear-gradient(to right, rgba(91, 183, 101, 1), rgba(147, 200, 103, 1));
    color: #fff!important;
    font-size: 1rem;
    line-height: 1.5rem;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid rgba(151, 217, 127, 1);
    margin-right: 80px;
    margin-right: 53%;
   
}
.gengduo:hover{
    color: #fff!important;
    background: linear-gradient(to right, rgba(91, 183, 101, 1), rgba(91, 183, 101, 1));
    border: 2px solid rgba(151, 217, 127, 1);
}

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

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

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

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

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

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

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

.ix_bt h1 span{
    display: inline-block;
    position: relative;
    padding: 0px 24px;
}
.ix_bt h1 span:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(99, 183, 7, 1), rgba(99, 183, 7, 0));
}
.ix_bt h1 span strong{
    position: relative;
    font-weight: 400;
}

.banner_bottom_text h2{
    padding: 12px 0px;
}


.ix_ps_card{
    height: 286px;
}
.ix_ps_card .ix_ps_card_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_ps_card .card-img-overlay{
    background: #fff;
    transition: 0.3s;
}
.ix_ps_card .card-img-overlay .ix_ps_card_img2{
    width: 100%;
    /*height: 100%;*/
    padding: 1rem;
    object-fit: scale-down;
    border: 2px solid #7c7c7c;
}
.ix_ps_card .card-img-overlay .ix_ps_card_nr{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px;
    transition: 0.3s;
    
    margin-top: -20px;
}
.ix_ps_card:hover .card-img-overlay{
    background: none;
}
.ix_ps_card:hover .card-img-overlay .ix_ps_card_nr{
    opacity: 0;
}
.ix_ps_card:hover .card-img-overlay .row{
    flex-direction: row-reverse;
}
.ix_ps_card:hover .card-img-overlay .ix_ps_card_img2{
    border: none;
}




/*.ix_ps_card{*/
/*    height: 316px;*/
/*}*/
/*.ix_ps_card .ix_ps_card_img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
/*.ix_ps_card .card-img-overlay{*/
/*    background: #fff;*/
/*    transition: 0.3s;*/
/*}*/
/*.ix_ps_card .card-img-overlay .ix_ps_card_img2{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding: 1rem;*/
/*    object-fit: scale-down;*/
    
/*}*/
/*.ix_ps_card .card-img-overlay .ix_ps_card_nr{*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    align-items: flex-end;*/
/*    padding: 30px;*/
/*    transition: 0.3s;*/
/*}*/
/*.ix_ps_card:hover .card-img-overlay{*/
/*    background: none;*/
/*}*/
/*.ix_ps_card:hover .card-img-overlay .ix_ps_card_nr{*/
/*    opacity: 0;*/
/*}*/
/*.ix_ps_card:hover .card-img-overlay .row{*/
/*    flex-direction: row-reverse;*/
/*}*/

.ix_contact_bg{
    background: url(../img/ix_contact_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_contact_card{
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
}
.ix_contact_card .card-body{
    padding: 1rem 1rem;
}

.ix_news_card .card-body{
    padding: 24px 0px 0px 0px;
}
.ix_news_card .card-body span{
    display: inline-block;
    color: #fff;
    padding: 6px 24px;
    margin-bottom: 12px;
}
.ix_news_card .card-body h5{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
}

/*bottom_banner*/
.ix_contact_bg{
    background: url(../img/ix_contact_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

/*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: url(../img/bottom_bg.png) #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 24px;
    color: #fff;
    font-size: 0.8rem;
}

.bottom_ul{
    padding-bottom: 0px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1rem;
    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: 6px 0px 6px 0px;
}
.bottom_ul .card .bottom_nav_a a{
    display: block;
    line-height: 28px;
    font-size: 0.8rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #52A933;
}

.di_beian{
    padding: 18px 0px;
    line-height: 24px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.botom_beianhao .list-inline-item:not(:last-child){
    margin-right: 48px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_contact li{
    color: #fff;
    line-height: 28px;
    position: relative;
    font-size: 0.8rem;
    padding-left: 30px;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 4px;
    left: 0px;
}
.bottom_bg .bottom_contact li span{
    margin-left: 70px;
}

.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 li a{
    font-size: 20px;
    line-height: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    color: #64BB68;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #64BB68;
    fill: #64BB68;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #64BB68;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #64BB68;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_input .form-control{
    border-radius: 0px;
    border: none;
    box-shadow: none;
    height: 52px;
    font-size: 1rem;
    padding: 8px 18px;
}
.bottom_input .bottom_input_button{
    border-radius: 0px;
    font-size: 1.5rem;
    width: 52px;
    background: #ea3939;
    border: none;
}
.bottom_input .bottom_input_button:hover{
    background: #C40E25;
}

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

.bottom_erweima .card-body{
    display: flex;
    justify-content: flex-end;
}
.bottom_erweima img{
    width: 160px;
    height: 160px;
}

/* ----------------------------------------------------------------
    Products
----------------------------------------------------------------- */
.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 38px;
    position: relative;
}
.products_banner h1{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

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

.products_nav{
    background: #fff;
    box-shadow: 0px 0px 20px rgba(204, 204, 204, 0.16);
    border-radius: 8px;
    overflow: hidden;
}
.ps_nav_bt{
    margin-bottom: 0px;
    padding: 20px 24px;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    background: linear-gradient(to right, rgba(91, 183, 101, 1), rgba(147, 200, 103, 1));
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.ps_nav_accordion{
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    background: linear-gradient(to right, rgba(91, 183, 101, 1), rgba(147, 200, 103, 1));
}
.ps_nav_accordion .accordion-item{
    border: none;
    border-bottom: 1px solid #eee;
}
.ps_nav_accordion .accordion-item:first-of-type{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ps_nav_accordion .accordion-item:last-of-type{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.ps_nav_accordion .accordion-header button{
    padding: 0rem;
    display: block;
}
.ps_nav_accordion .accordion-header a{
    display: block;
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 18px 41px 18px 0px;
    background: linear-gradient(to right, rgba(91, 183, 101, 1), rgba(147, 200, 103, 1));
    color: #fff;
}
.ps_nav_accordion .accordion-button:not(.collapsed),.ps_nav_accordion .accordion-button:focus{
    color: #B08C74;
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
}
.ps_nav_accordion .accordion-button::after{
    display: none;
}
.ps_nav_accordion .accordion-button span{
    position: absolute;
    top: 13px;
    right: 0px;
    color: #fff;
    width: 41px;
    height: 41px;
    border-radius: 41px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ps_nav_accordion .accordion-button span:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 14px;
    width: 1px;
    height: 13px;
    background: #000;
    text-align: center;
    transition: 0.5s;
    transform: rotate(90deg);
    opacity: 0;
}
.ps_nav_accordion .accordion-button span.collapsed:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 14px;
    width: 1px;
    height: 13px;
    background: #000;
    text-align: center;
    transition: 0.5s;
    transform: rotate(0deg);
    opacity: 1;
}
.ps_nav_accordion .accordion-button span:before{
    content: "";
    position: absolute;
    right: 14px;
    top: 20px;
    width: 13px;
    height: 1px;
    background: #000;
    text-align: center;
    transition: 0.5s;
}
.ps_nav_accordion .accordion-body{
    background: #f9f9f9;
    padding: 0.5rem 1rem;
}
.ps_nav_accordion .accordion-body ul li a{
    display: block;
    padding: 12px 0px 12px 18px;
    position: relative;
}
.ps_nav_accordion .accordion-body ul li a:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #535353;
}

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

.ps_card{
    margin-bottom: 38px;
}
.ps_card img{
    width: 100%;
    height: 325px;
    object-fit: scale-down;
    
}

.col-xl-3 img.bs{    width: 100%;
    height: 325px;
    object-fit: scale-down;
    background: #fff;
    
}

.ps_card2 img{
   width: 100%;
    height: 305px;
    object-fit: scale-down;
    background: #dfdfdf;
   
    
}



.ps_card .card-body{
    padding: 38px 24px;
}
.ps_card .card-body dl dt{
    font-weight: 400;
    color: #000;
}

/*详情页*/
.ps_ds_swiper_style{
    padding: 24px;
 
}
.ps_ds_swiper{
    position: relative;
    padding-right: 152px;
}
.ps_ds_swiper_right{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 140px;
    height: 100%;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide{
    background: #fff;
    cursor: pointer;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
        background: #dfdfdf;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide-thumb-active{
    border: 4px solid #52a933;
}

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

.ps_ds_share{
    display: flex;
    align-items: center;
}
.ps_ds_share li a{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background: #F8F8F8;
    color: #1E1E1E;
    font-size: 18px;
}
.ps_ds_share li a:hover{
    background: #63B707;
    color: #fff;
    font-size: 18px;
}

.pt_ds_dl dt{
    font-weight: 400;
}
.ps_ds_rd_card img{
    width: 100%;
    height: 280px;
    padding: 24px;
    object-fit: scale-down;
}
.ps_ds_rd_card .card-body h5{
    font-size: 18px;
}
.ps_ds_rd_card_img{
    position: relative;
    background: #dfdfdf;
}
.ps_ds_rd_card_text{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 2rem;
    opacity: 0;
    transition: 0.5s;
}
.ps_ds_rd_card:hover .ps_ds_rd_card_text{
    opacity: 1;
}

/* ----------------------------------------------------------------
    Application
----------------------------------------------------------------- */
.app_breadcrumb .about_breadcrumb_home a svg{
    fill: #000;
}
.app_breadcrumb li a, .app_breadcrumb li{
    color: #000;
}
.app_breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    color: #000;
}

.app_swiper{
    overflow: visible;
}
.app_swiper_card .fangda{
    width: 100%;
    /*height: 300px;*/
    padding: 24px;
    background: #dfdfdf;
}
.app_swiper_card .fangda img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.app_swiper_card .card-body{
    height: 100%;
    /*padding: 30px;*/
    margin-top: -15px;
}
.app_swiper_card .card-body .ix_ps_card_nr{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.app_swiper .swiper-button-next,.app_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(238,238,238,1);
    border-radius: 48px;
    z-index: 1000;
    opacity: 0;
    transition: 0.5s;
}
.app_swiper .swiper-button-prev{
    margin-top: -24px;
}
.app_swiper .swiper-button-next{
    margin-top: -24px;
}
.app_swiper .swiper-button-prev:after,.app_swiper .swiper-button-next:after{
    color: #666;
    font-size: 18px;
}
.app_swiper .swiper-button-prev:hover:after,.app_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.app_swiper .swiper-button-next:hover,.app_swiper .swiper-button-prev:hover{
    background: rgba(29,32,137, 1);
}
.app_swiper:hover .swiper-button-next,.app_swiper:hover .swiper-button-prev{
    opacity: 1;
}

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

.app_card .card-img-overlay{
    display: flex;
    align-items: flex-end;
    padding: 0px;
}
.app_card .card-img-overlay h5{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 18px 24px;
    text-align: center;
}

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

.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}
.news_ps_ds_share{
    justify-content: center;
}

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

/* ----------------------------------------------------------------
    About us
----------------------------------------------------------------- */
.about_bt h1 span:before{
    background: linear-gradient(to right, rgba(99, 183, 7, 1), rgba(99, 183, 7, 0));
}
.about_bt h1 span{
    padding: 0px;
}
.about_bt h1 span strong{
    font-weight: 700;
}

.about_main{
    background: url(../img/about_main.png) #F8F8F8;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.about_certification_bg{
    background: url(../img/about_certification_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.ix_hzhb{
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
}
.ix_hzhb img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.about_customer_card .fangda{
    background: #F8F8F8;
    padding: 16px;
}

/* ----------------------------------------------------------------
    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: flex-end;
    padding-bottom: 38px;
    position: relative;
}

.contact_card{
    border: 1px solid #DCDCDC;
}
.contact_card .card-body{
    padding: 12px;
}
.contact_card .card-body img{
    width: 48px;
    height: 48px;
    object-fit: scale-down;
}
.contact_card .card-body h5{
    font-size: 17px;
}
.contact_card .card-body h4{
    font-size: 14px;
}
.contact_me_form_gengduo{
    padding: 0.8rem 3.8rem 0.8rem 3.8rem;
}

/* ----------------------------------------------------------------
    index_b
----------------------------------------------------------------- */
.ix_contact_bg_b{
    background: url(../img/ix_contact_bg_b.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_bg_zhong_b{
    background: url(../img/ix_bg_zhong_b.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 580px;
    background-attachment: fixed;
}

.ix_b_partner_swiper_card{
    background: #F8F8F8;
    border-radius: 15px;
}
.ix_b_partner_swiper_card .card-body{
    padding: 68px 10% 120px 10%;
}
.ix_b_partner_swiper_card .card-body img{
    width: 200px;
    height: 200px;
    border-radius: 200px;
    object-fit: scale-down;
    margin-bottom: 48px;
}
.ix_b_partner_swiper .swiper-pagination{
    bottom: 48px;
}
.ix_b_partner_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #E8E8E8;
    opacity: 1;
    border-radius: 14px;
    transition: 0.5s;
    margin: 0px 4px;
}
.ix_b_partner_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 40px;
    background: #63B707;
}

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

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

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

    .banner{
        height: 500px;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0rem 3rem 0rem 0rem;
    }
    .products_banner{
        height: 400px;
    }
    .guide_card .card-img-overlay .guide_card_logo img{
        width: 120px;
        height: 120px;
    }
    .guide_card .card-img-overlay a h1{
        font-size: 2.5rem;
    }
    .guide_card .card-img-overlay .guide_card_left div{
        padding-right: 5rem;
    }
    .guide_card .card-img-overlay .guide_card_right div{
        padding-left: 5rem;
    }
}

@media (max-width: 1400px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0rem 2rem 0rem 0rem;
    }
    .banner{
        height: 380px;
    }
}

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

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

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

    .bottom_dibu{
        flex-direction: column;
    }
    .botom_beianhao li{
        display: block;
    }
    .botom_beianhao .list-inline-item:not(:last-child){
        margin-right: 0px;
    }
    .botom_beianhao{
        margin-top: 12px;
        text-align: center;
    }
}
@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;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .di_beian,.di_about{
        margin-top: 24px;
    }
    .bottom_erweima .card-body{
        justify-content: center;
        margin-top: 24px;
    }
    .ns_ds_bottom{
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }
    .news_gengduo{
        margin-top: 24px;
    }

    .guide_card .card-img-overlay{
        flex-direction: column;
    }
    .guide_card .card-img-overlay a{
        width: 100%;
        height: 49%;
        text-align: center;
    }
    .guide_card_bt{
        display: none;
    }
    .guide_card .card-img-overlay a h1{
        font-size: 1.6rem;
    }
    .guide_card .card-img-overlay .guide_card_left div,.guide_card .card-img-overlay .guide_card_right div{
        text-align: center;
        padding: 1rem;
    }
}

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

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

    .wrap,.wrap_lg,.wrap_md{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }
    
    .ix_bt h1{
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
    .banner_bottom_text h2,.news_bt{
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .ix_ps_card_nr h4,.ix_news_card .card-body h5,.guide_card .card-img-overlay a h5{
        font-size: 14px;
        line-height: 1.5rem;
    }
    .p_16 p, .p_16,.ix_ps_card_nr h6{
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    .banner{
        height: 240px;
    }
    .banner_bottom_text h2{
        padding: 0px;
    }
    .ix_ps_card .card-img-overlay .ix_ps_card_nr{
        padding: 1rem;
        margin-top: 1px;
    }
    
    .gengduo {
           padding: 0.2rem 0.5rem 0.2rem 0.5rem;
        background: linear-gradient(to right, rgba(91, 183, 101, 1), rgba(147, 200, 103, 1));
        color: #fff !important;
        font-size: 1rem;
        line-height: 20px;
        pointer-events: auto;
        transition: 0.5s;
        display: inline-block;
        border: 2px solid rgba(151, 217, 127, 1);
        margin-top: -10px !important;
        margin-right: 13%;
}
    
    .ix_ps_card .card-img-overlay .ix_ps_card_img2 {
    width: 100%;
    /* height: 100%; */
    padding: 1rem;
    object-fit: scale-down;
    border: 2px solid #7c7c7c;
    margin-top: 40px;
    margin-left: 5px;
}
    
    
    .ix_ps_card{
        height: 240px;
    }
    .ix_contact_card .card-body{
        padding: 2rem 2rem;
    }

    .products_banner{
        height: 240px;
        padding-bottom: 15px;
    }
    .ps_ds_swiper_style{
        padding: 15px;
    }
    .ps_ds_swiper_right{
        width: 68px;
    }
    .ps_ds_swiper{
        padding-right: 78px;
    }

    .ps_ds_ul .gengduo{
        padding: 8px 38px;
        font-size: 14px;
       width: 100%;
    }
    .ps_ds_ul .list-inline-item:not(:last-child){
        margin-right: 12px;
    }
    .ix_hzhb{
        height: 120px;
    }

}








@media (max-width: 568px){
    .text-end {
    text-align: right !important;
    width: 100%;
}

    .ix_ps_card_nr h4, .ix_news_card .card-body h5, .guide_card .card-img-overlay a h5 {
        font-size: 24px;
        line-height: 1.5rem;
    }

    .ix_ps_card {
        height: 650px;
    }
    .col-5 {
    flex: 0 0 auto;
    width: 100%;
}
    
    .col-7 {
    flex: 0 0 auto;
    width: 100%;
}

    .ix_ps_card .card-img-overlay .ix_ps_card_img2 {
        width: 100%;
        /* height: 100%; */
        padding: 1rem;
        object-fit: scale-down;
        border: 2px solid #7c7c7c;
        margin-top: 0px;
        margin-left: 0px;
    }
    
        .ix_ps_card .card-img-overlay .ix_ps_card_nr {
        padding: 1rem;
        margin-top: -30px;
    }


}



















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

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

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

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

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

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

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

/* 选中页（当前页）的样式 - 蓝色背景 */
.pagination .active a {
    z-index: 3;
    color: white;
       border-color: #83c367;
    cursor: default;
    background: linear-gradient(to right, rgba(91, 183, 101, 1), rgba(147, 200, 103, 1));
    cursor: default;
}

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

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

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

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
























.ix_customer_swiper_anniu{
    position: relative;
}
.ix_customer_swiper_anniu .swiper-button-next,.ix_customer_swiper_anniu .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(0,0,0,0.1);
    border-radius: 48px;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.ix_customer_swiper_anniu .swiper-button-prev{
    left: -58px;
    margin-top: -24px;
}
.ix_customer_swiper_anniu .swiper-button-next{
    right: -58px;
    margin-top: -24px;
}
.ix_customer_swiper_anniu .swiper-button-prev:after,.ix_customer_swiper_anniu .swiper-button-next:after{
    color: #666;
    font-size: 18px;
}
.ix_customer_swiper_anniu .swiper-button-prev:hover:after,.ix_customer_swiper_anniu .swiper-button-next:hover:after{
    color: #fff;
}
.ix_customer_swiper_anniu .swiper-button-next:hover,.ix_customer_swiper_anniu .swiper-button-prev:hover{
    background: #1D2089;
}



@media (max-width: 1200px){
    .ix_customer_swiper_anniu .swiper-button-prev{
        left: 0px;
    }
    .ix_customer_swiper_anniu .swiper-button-next{
        right: 0px;
    }
}





















/* 翻译链接容器样式 */
.translation-container {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10; /* 确保在卡片内容上方显示 */
}

/* 语言切换器样式 */
.language-switcher {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 3px 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* 国旗链接样式 */
.flag-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 15px;
    transition: background-color 0.3s ease;
}

.flag-link:hover {
    background-color: rgba(220, 220, 220, 0.5);
}

/* 国旗图标样式 */
.flag-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 1px solid #ddd;
}

/* 中国国旗 */
.cn-flag {
    background-image: url('https://picsum.photos/id/237/24/24?china-flag');
}

/* 英国国旗 */
.en-flag {
    background-image: url('https://picsum.photos/id/238/24/24?uk-flag');
}

/* 国旗文字样式 */
.flag-text {
    margin-left: 5px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* 分隔符样式 */
.flag-divider {
    color: #999;
    margin: 0 2px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .translation-container {
        top: 10px;
        right: 10px;
    }
    
    .flag-icon {
        width: 20px;
        height: 20px;
    }
    
    .flag-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .flag-text {
        display: none; /* 在极小屏幕上只显示国旗图标 */
    }
}