/*聚诚在线（jc128.net）安全--简单--易用*/
@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;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
    color: #000;
}

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

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

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

/*返回顶部*/
.right_xf{
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 3000;
    transform: translate(0%, -50%);
}
.right_xf .box_touying{
    margin-bottom: 20px;
}
.right_xf li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #fff;
    color:#167c4b;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    margin: 12px 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.right_xf li a p{
    color: #000;
}
.right_xf li a:hover{
    background: #167c4b;
    color:#fff;
}

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

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

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

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: red!important;
}
.text-success{
    color: #167c4b!important;
}
.text-primary{
    color: blue!important;
}
.text-warning{
    color: #ED7E39!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #064270!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;
}

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

/*nav_top*/
.nav_top_bg{
    background: #12663e;
}
.nav_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_top_right li{
    font-size: 16px;
    color: #fff;
    position: relative;
    line-height: 20px;
}
.nav_top_right .list-inline-item:not(:last-child){
    padding-right: 18px;
    margin-right: 18px;
}
.nav_top_right .list-inline-item:not(:last-child):before{
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #fff;
}

/*nav*/
.nav_min{
    padding: 0px 0px 0px 0px;
    border: none;
    background: rgba(22, 124, 75, 1);
    transition: all 0.5s;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 38px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-brand span{
    font-size: 14px;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 48px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 25px 0px 25px 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: 16px;
    line-height: 18px;
    color: #fff;
    /*text-transform: uppercase;*/
}
/*.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: #fff;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #fff;
}

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

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

.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: #fff;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 240px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 3px solid #167c4b;
    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;
}
@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 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    color: #666;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #fff;
    background: #167c4b;
    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: #20a967;
    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;
}

.pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 13px 38px 13px 16px;
    display: flex;
    align-items: center;
    color: #fff;
    background: #20a967;
    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;
    background: #20a967;
}
.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: #FC9ABE;
}
.md_sousuo:hover{
    background: #E62129;
}
.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: #57B37B;
}
.search_anniu_top2:hover:after{
    border: 1px solid #57B37B;
}

.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;
    z-index: 3000;
}
.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;
    right: -48px;
    top: 0px;
    background: #eee;
    cursor: pointer;
    transition: all .5s;
    width: 50px;
    height: 50px;
}
.tanchuang_tuichu:hover{
    background: #167c4b;
}
.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: 580px;
}
.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner .swiper-wrapper .swiper-slide .banner_bg{
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    padding: 68px;
    display: flex;
    align-items: flex-end;
}

.banner .swiper-pagination{
    bottom: 30px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 12px;
    transition: 0.5s;
    margin: 0px 4px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 38px;
    background: rgba(22, 124, 75, 1);
}

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

.gengduo{
    padding: 8px 28px 8px 28px;
    background: #167c4b;
    color: #fff!important;
    font-size: 16px;
    line-height: 36px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #167c4b;
}
.gengduo svg{
    width: 18px;
    height: 18px;
    fill: #fff;
    position: relative;
    top: -2px;
}
.gengduo:hover{
    color: #fff!important;
    background: #1a9259;
    border: 2px solid #1a9259;
}

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

.row_1{
    margin-left: -1px;
    margin-right: -1px;
}
.col_1{
    padding-left: 1px;
    padding-right: 1px;
}

.ix_bt h2{
    font-size: 32px;
}

.banner_bottom{
    background: #167c4b;
}
.banner_bottom_ljgd{
    display: inline-block;
    padding: 18px 24px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    white-space: nowrap;
}
.banner_bottom_swiper a{
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 60px;
    position: relative;
    padding-left: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 60px;
}
.banner_bottom_swiper a:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
    width: 24px;
    height: 14px;
    background: url(../img/banner_bottom_swiper_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_bottom_swiper a:hover{
    color: #20a967;
}

.ix_jsys_card{
    box-shadow: -2px 0 31px rgba(0,0,0,.1);
    cursor: pointer;
    transition: 0.5s;
}
.ix_jsys_card:hover{
    box-shadow: -2px 0 31px rgba(22,124,75,0.2);
}
.ix_jsys_card .card-body{
    padding: 35px 28px 48px 28px;
}
.ix_jsys_card .card-body ul li{
    line-height: 24px;
    color: #666;
}
.ix_jsys_card .card-body h4{
    font-size: 20px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 24px;
    overflow: visible;
}
.ix_jsys_card .card-body h4:before{
    content: "";
    position: absolute;
    left: 20%;
    bottom: 0px;
    width: 60%;
    height: 1px;
    background: #eee;
}
.ix_jsys_card .card-body h4:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -20px;
    width: 40px;
    height: 3px;
    background: #20a967;
}

.ix_ps_card{
    background: #f9f9f9;
}
.ix_ps_card .card-body{
    padding-bottom: 30px;
}
.ix_ps_card .card-body .ix_ps_card_nr_kuang .span1{
    display: inline-block;
    padding: 9px 10px;
    background: #167c4b;
    color: #fff;
    margin-right: 2px;
}
.ix_ps_card .card-body .ix_ps_card_nr_kuang .span2{
    display: inline-block;
    padding: 8px 10px;
    background: rgba(22, 124, 75, 0.1);
    color: #167c4b;
    border: 1px solid #167c4b;
}

.ix_jmsb_swiper .swiper-button-next,.ix_jmsb_swiper .swiper-button-prev{
    width: 48px;
    height: 88px; 
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    transition: 0.5s;
}
.ix_jmsb_swiper .swiper-button-prev{
    left: 0px;
    margin-top: -44px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.ix_jmsb_swiper .swiper-button-next{
    right: 0px;
    margin-top: -44px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.ix_jmsb_swiper .swiper-button-prev:after,.ix_jmsb_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.ix_jmsb_swiper .swiper-button-prev:hover:after,.ix_jmsb_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_jmsb_swiper .swiper-button-next:hover,.ix_jmsb_swiper .swiper-button-prev:hover{
    background: #20a967;
}
.ix_jmsb_swiper .swiper-button-next.swiper-button-disabled,.ix_jmsb_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}
.ix_jmsb_card{
    width: 100%;
    height: 450px;
}
.ix_jmsb_card video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.ix_jmsb_card .card-img-overlay{
    padding: 0px 0px 0px 0px;
}
.ix_jmsb_swiper{
    height: 100%;
}
.ix_jmsb_swiper_card{
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    overflow: visible;
}
.ix_jmsb_swiper_card:before{
    content: "";
    position: absolute;
    right: -1px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.ix_jmsb_swiper_card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.ix_jmsb_swiper_card .card-body h5{
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    transition: 0.5s;
}
.ix_jmsb_swiper_card .card-body ul{
    position: relative;
    height: 0px;
    opacity: 0;
    transition: 0.5s;
}
.ix_jmsb_swiper_card .card-body ul:before{
    content: "";
    position: absolute;
    left: 0px;
    top: -20px;
    width: 42px;
    height: 4px;
    background: #20a967;
    transition: 0.5s;
}
.ix_jmsb_swiper_card .card-body ul li{
    font-size: 14px;
    line-height: 30px;
}
.ix_jmsb_swiper_card:hover{
    background: rgba(0, 0, 0, 0.4);
}
.ix_jmsb_swiper_card:hover .card-body h5{
    margin-bottom: 38px;
}
.ix_jmsb_swiper_card:hover .card-body ul{
    height: 90px;
    opacity: 1;
}

.ix_pingzhi{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.ix_pingzhi_top .swiper-wrapper .swiper-slide{
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
    height: 58px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ix_pingzhi_top .swiper-wrapper .swiper-slide:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: rgba(22, 124, 75, 0);
}
.ix_pingzhi_top .swiper-wrapper .swiper-slide-thumb-active:before{
    background: rgba(22, 124, 75, 1);
}
.ix_pingzhi_top .swiper-wrapper .swiper-slide-thumb-active{
    color: #167c4b;
}
.ix_pingzhi_bottom_card{
    width: 100%;
    height: 500px;
}
.ix_pingzhi_bottom_card img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.ix_pingzhi_bottom .swiper-button-next,.ix_pingzhi_bottom .swiper-button-prev{
    width: 48px;
    height: 88px; 
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    transition: 0.5s;
}
.ix_pingzhi_bottom .swiper-button-prev{
    left: 0px;
    margin-top: -44px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.ix_pingzhi_bottom .swiper-button-next{
    right: 0px;
    margin-top: -44px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.ix_pingzhi_bottom .swiper-button-prev:after,.ix_pingzhi_bottom .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.ix_pingzhi_bottom .swiper-button-prev:hover:after,.ix_pingzhi_bottom .swiper-button-next:hover:after{
    color: #fff;
}
.ix_pingzhi_bottom .swiper-button-next:hover,.ix_pingzhi_bottom .swiper-button-prev:hover{
    background: #20a967;
}
.ix_pingzhi_bottom .swiper-button-next.swiper-button-disabled,.ix_pingzhi_bottom .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}
.ix_pingzhi_bottom_card .card-img-overlay{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}
.ix_pingzhi_bottom_card .card-img-overlay p{
    position: relative;
    padding-left: 16px;
}
.ix_pingzhi_bottom_card .card-img-overlay p:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
}

.ix_shuju_card{
    position: relative;
    overflow: visible;
}
.ix_shuju_card:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 0pp;
    width: 1px;
    height: 100%;
    background: #eee;
}
.ix_shuju_card_none:before{
    content: none;
}
.ix_shuju_card .card-body .numU{
    color: #167c4b;
    font-size: 48px;
}
.ix_shuju_card .card-body .numU span{
    font-size: 24px;
}

.ix_ssdd_bt{
    padding: 16px 24px;
}
.ix_ssdd_top{
    background: #20a967;
    color: #fff;
    padding: 0px 24px;
    display: flex;
}
.ix_ssdd_top span,.ix_ssdd_swiper span{
    display: inline-block;
    line-height: 18px;
    padding: 12px 8px 12px 0px;
    white-space: nowrap;
}
.ix_ssdd_top span.span1,.ix_ssdd_swiper span.span1{
    width: 22%;
}
.ix_ssdd_top span.span2,.ix_ssdd_swiper span.span2{
    width: 12%;
}
.ix_ssdd_top span.span3,.ix_ssdd_swiper span.span3{
    width: 15%;
}
.ix_ssdd_top span.span4,.ix_ssdd_swiper span.span4{
    width: 9%;
}
.ix_ssdd_top span.span5,.ix_ssdd_swiper span.span5{
    width: 15%;
}
.ix_ssdd_top span.span6,.ix_ssdd_swiper span.span6{
    width: 12%;
}
.ix_ssdd_top span.span7,.ix_ssdd_swiper span.span7{
    width: 12%;
    text-align: right;
}
.ix_ssdd_swiper{
    padding: 0px 24px;
}
.ix_ssdd_swiper{
    height: 380px;
}
.ix_ssdd_swiper .swiper-wrapper .swiper-slide{
    display: flex;
    align-items: center;
}
.ix_ssdd_swiper span.span7{
    color: #167c4b;
    font-size: 16px;
    font-weight: 700;
}

.ix_kehu_card{
    border: none;
    border-bottom: 2px solid #167c4b;
}
.ix_kehu_card img{
    width: 100%;
    height: 212px;
    background: #eee;
    border: none;
    object-fit: cover;
}
.ix_kehu_card .card-body{
    padding: 24px 0px;
}
.ix_kehu_card .card-body p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}
.ix_kehu_card_xx{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ix_kehu_card_xx div{
    display: flex;
    align-items: flex-end;
}
.ix_kehu_card_xx div span{
    line-height: 24px;
}
.ix_kehu_card_xx span svg{
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    fill: #999;
}

.ix_faq{
    display: flex;
    justify-content: space-between;
}
.ix_faq .media svg{
    width: 18px;
    height: 18px;
    margin-right: 8px;
    fill: #666;
}

.ix_tiwen .card-body{
    padding: 38px 38px 18px 38px;
}
.ix_tiwen a{
    display: block;
    margin-bottom: 38px;
}
.ix_tiwen a h6{
    padding-left: 30px;
    position: relative;
}
.ix_tiwen a h6:before{
    content: "?";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #167c4b;
    color: #fff;
    border: 1px solid #167c4b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ix_tiwen a p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.ix_news_right .media img{
    width: 146px;
    height: 106px;
    object-fit: cover;
}
.ix_news_right .media .media-body span svg{
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
    margin-right: 8px;
    fill: #999;
}
.ix_news_right li{
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.ix_news_right li:not(:last-child){
    border-bottom: 1px solid #eee;
}
.ix_news_right .media .media-body h6{
    position: relative;
    padding-left: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 30px;
}
.ix_news_right .media .media-body p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    color: #666;
}
.ix_news_right .media .media-body h6:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 6px;
    height: 16px;
    background: #167c4b;
}

.ix_news_card{
    height: 368px;
}
.ix_news_card .fangda{
    height: 100%;
}
.ix_news_card .fangda img{
    height: 100%;
    object-fit: cover;
}
.ix_news_card .card-img-overlay{
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px;
}
.ix_news_card .card-img-overlay h6{
    padding: 18px 100px 18px 24px;
    background: rgba(0, 0, 0, 0.6);
}
.ix_news_card .card-img-overlay h6 span{
    position: absolute;
    right: 24px;
}

.ix_hzhb_logo{
    width: 100%;
    height: 100px;
    padding: 15px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}
.ix_hzhb_logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/*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: #2b2b2b;
    padding-top: 60px;
    color: #fff;
}

.bottom_ul{
    padding-bottom: 48px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    position: relative;
    color: #999;
    font-weight: 400;
    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: 36px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #167c4b;
}

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

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_contact li{
    color: #fff;
    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_bg .bottom_contact li span{
    margin-left: 70px;
}

.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 .list-inline-item:not(:last-child){
    margin-right: 12px;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    color: #167c4b;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #167c4b;
    fill: #167c4b;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #167c4b;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #167c4b;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_dibu{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.ix_dzlc_card .card-body{
    padding: 0px;
}
.ix_dzlc_card .card-body span{
    width: 120px;
    height: 120px;
}
.ix_dzlc_card2 .card-body span{
    background: none;
    border: 2px solid #fff;
}

.md_erweima{
    display: flex;
    justify-content: flex-end;
}
.botom_dizhi{
    border-top: 1px solid #666;
    line-height: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.botom_dizhi .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.bottom_zzrz{
    border-top: 1px solid #666;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom_zffs_ul img{
    height: 32px;
    object-fit: scale-down;
}

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

.pcba_bg{
    background: url(../img/pcba_bg.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.paba_swiper .swiper-wrapper .swiper-slide{
    transform: scale(0.8);
    transition: 300ms;
}
.paba_swiper .swiper-wrapper .swiper-slide-active,.paba_swiper .swiper-wrapper .swiper-slide-duplicate-active{
    transform: scale(1);
}

.paba_swiper .swiper-button-next,.paba_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(0,0,0,0.5);
    border-radius: 48px;
    z-index: 1000;
    transition: 0.5s;
}
.paba_swiper .swiper-button-prev{
    left: 0px;
    margin-top: -24px;
}
.paba_swiper .swiper-button-next{
    right: 0px;
    margin-top: -24px;
}
.paba_swiper .swiper-button-prev:after,.paba_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.paba_swiper .swiper-button-prev:hover:after,.paba_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.paba_swiper .swiper-button-next:hover,.ix_jmsb_swiper .swiper-button-prev:hover{
    background: #20a967;
}
.paba_swiper .swiper-button-next.swiper-button-disabled,.paba_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.pcba_smt{
    padding: 48px;
}
.pcba_smt_nr{
    margin-bottom: 38px;
}
.pcba_smt_nr h5{
    position: relative;
    padding-left: 16px;
}
.pcba_smt_nr h5:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 6px;
    height: 24px;
    background: #167c4b;
}

.paba_anli_swiper .swiper-button-next,.paba_anli_swiper .swiper-button-prev{
    width: 48px;
    height: 88px; 
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    transition: 0.5s;
}
.paba_anli_swiper .swiper-button-prev{
    left: 15px;
    margin-top: -44px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.paba_anli_swiper .swiper-button-next{
    right: 15px;
    margin-top: -44px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.paba_anli_swiper .swiper-button-prev:after,.paba_anli_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.paba_anli_swiper .swiper-button-prev:hover:after,.paba_anli_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.paba_anli_swiper .swiper-button-next:hover,.paba_anli_swiper .swiper-button-prev:hover{
    background: #20a967;
}
.paba_anli_swiper .swiper-button-next.swiper-button-disabled,.paba_anli_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}
.paba_anli_swiper{
    padding: 15px 15px 30px 15px;
}
.paba_anli_swiper .swiper-wrapper .swiper-slide .card{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/* ----------------------------------------------------------------
    factory
----------------------------------------------------------------- */
.factory_nav li a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 14px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.factory_nav li.active a{
    background: rgba(22, 124, 75, 0.1);
}
.factory_nav li a i{
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -8px;
}
.factory_nav_bt{
    font-size: 20px;
}
.factory_nav_bt span{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 4px;
    background: #167c4b;
    margin-right: 10px;
    top: -5px;
    overflow: hidden;
}
.factory_nav_bt span::after{
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    left: 0;
    top: 0;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    -webkit-animation: factory_donghua 2s linear infinite;
    animation: factory_donghua 2s linear infinite;
}
@-webkit-keyframes factory_donghua {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px); 
    }
    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px); 
    } 
}

@keyframes factory_donghua {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px); 
    }
    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px); 
    } 
}

/* ----------------------------------------------------------------
    客户晒单
----------------------------------------------------------------- */
.evaluate_list_card{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
.evaluate_list_card .card-body{
    padding: 15px;
}
.evaluate_list_card .card-body .media img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin-right: 14px;
}
.evaluate_list_card_p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
}

.ps_ds_zhutu{
    padding: 0px 120px 0px 0px;
    position: relative;
}
.ps_ds_swiper_top{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100%;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide{
    opacity: 0.8;
    cursor: pointer;
    height: auto;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    opacity: 1;
}

.ee_list_ds_bt{
    border-bottom: 2px solid rgba(22, 124, 75, 0.1);
    padding-bottom: 18px;
}
.ee_list_ds_pf .list-inline-item:not(:last-child){
    margin-right: 4px;
}

.py_table thead th{
    text-align: center;
    border-bottom: 1px solid #dee2e6;
    font-size: 18px;
    font-weight: normal;
    background: rgba(22, 124, 75, 0.1);
    color: #167c4b;
    padding: 24px 12px;
}
.py_table td{
    padding: 18px 12px;
    color: #666;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.at_bt{
    padding-left: 88px;
    position: relative;
}
.at_bt:before {
    content: "";
    background: #167c4b;
    height: 3px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.at_bt:after {
    content: "";
    background: #167c4b;
    height: 3px;
    width: 40px;
    position: absolute;
    left: 26px;
    top: 50%;
    margin-top: -2px;
}

.about_shuju_card_bg{
    background: #167c4b;
    padding-top: 38px;
}
.about_shuju_card .card-body svg{
    width: 40px;
    height: 40px;
    fill: #fff;
    margin-bottom: 24px;
}
.about_shuju_card{
    margin-bottom: 38px;
}
.about_shuju_card .card-body h1{
    font-size: 30px;
}
.about_shuju_card .card-body h1 span{
    font-size: 20px;
}

.at_us_bottom_card{
    background: #f9f9f9;
    border: none;
    border-radius: 8px;
}
.at_us_bottom_card .card-body{
    padding-bottom: 28px;
}
.at_us_bottom_card .card-body svg{
    fill: #167c4b;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    margin-top: 12px;
}

.at_ce_top_card{
    background: #167c4b;
    border: none;
    border-radius: 8px;
}
.at_ce_top_card .card-body{
    padding-bottom: 28px;
}
.at_ce_top_card .card-body svg{
    fill: #fff;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    margin-top: 12px;
}
 
.at_ce_ul li{
    margin-bottom: 24px;
}
.at_ce_media svg{
    width: 30px;
    height: 30px;
    fill: #167c4b;
    margin-right: 24px;
}

.at_ce_video_card{
    width: 100%;
    height: 468px;
}
.at_ce_video_card .banner_card_img{
    width: 100%;
    height: 100%;   
    object-fit: cover;
}
.at_ce_video_card video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.at_ce_video_card .card-img-overlay{
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
}
.at_ce_video_card .card-img-overlay a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.at_ce_video_card .card-img-overlay a img{
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.video_aniu{
    width: 82px;
    height: 82px;
    border-radius: 82px;
    color: #fff;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: relative;
    display: flex;
}
.video_aniu .video_aniu_top{
    width: 82px;
    height: 82px;
    border-radius: 82px;
    justify-content: center;
    align-items: center;
}
.video_aniu svg{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    fill: #fff;
    width: 24px;
    height: 24px;
    transform: translate3d(-40%, -50%, 0);
}
.video_aniu .video_aniu_top .circle01,.video_aniu .video_aniu_top .circle02{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    border-radius: 82px;
    background: rgba(255, 255, 255, 0.3);
}
.video_aniu .video_aniu_top .circle01{
    animation:scalej01 2s .4s infinite;
    -webkit-animation:scalej01 2s .4s infi
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
}
.video_aniu .video_aniu_top .circle02{
    animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;
}
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}

.at_news_card_ul li svg{
    fill: #167c4b;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.at_news_card_ul .list-inline-item:not(:last-child){
    margin-right: 14px;
}

.at_news_ds_bottom{
    background: #333;
    color: #fff;
    padding: 38px 48px 38px 68px;
    position: relative;
}
.at_news_ds_bottom:before {
    content: "“";
    position: absolute;
    top: 28px;
    left: 18px;
    font-size: 108px;
    line-height: 108px;
    color: rgba(255, 255, 255, 0.4);
}

.at_news_ds_fy{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.at_news_ds_fy div{
    width: 40%;
}
.at_news_ds_fy span{
    width: 20%;
    text-align: center;
}
.at_news_ds_fy svg{
    width: 38px;
    height: 38px;
    fill: #167c4b;
}
.at_news_ds_fy_right{
    text-align: right;
}

.pt_ps_card img{
    width: 100%;
    height: 200px;
    object-fit: scale-down;
    padding: 24px;
}

.at_ct_bg{
    background: url(../img/at_ct_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.at_ct_dizhi{
    margin-top: -60px;
}
.at_ct_dizhi_card{
    background: #333;
}
.at_ct_dizhi_card .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.at_ct_dizhi_card .card-body span{
    width: 88px;
    height: 88px;
    border-radius: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #167c4b;
    margin-bottom: 24px;
}
.at_ct_dizhi_card .card-body span svg{
    width: 48px;
    height: 48px;
    fill: #fff;
}


.at_ct_qur_swiper{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 48px;
    padding-bottom: 48px;
}
.at_ct_qur_swiper .swiper-button-next,.at_ct_qur_swiper .swiper-button-prev{
    width: 48px;
    height: 88px; 
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    transition: 0.5s;
}
.at_ct_qur_swiper .swiper-button-prev{
    left: 15px;
    margin-top: -44px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.at_ct_qur_swiper .swiper-button-next{
    right: 15px;
    margin-top: -44px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.at_ct_qur_swiper .swiper-button-prev:after,.at_ct_qur_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.at_ct_qur_swiper .swiper-button-prev:hover:after,.at_ct_qur_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.at_ct_qur_swiper .swiper-button-next:hover,.at_ct_qur_swiper .swiper-button-prev:hover{
    background: #20a967;
}
.at_ct_qur_swiper .swiper-button-next.swiper-button-disabled,.at_ct_qur_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.at_ct_qur_swiper .swiper-pagination{
    bottom: 0px;
}
.at_ct_qur_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(22, 124, 75, 0.3);
    opacity: 1;
    border-radius: 12px;
    transition: 0.5s;
    margin: 0px 4px;
}
.at_ct_qur_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 38px;
    background: rgba(22, 124, 75, 1);
}

.at_ct_qur_swiper_card{
    border: none;
    border-radius: 0px;
}
.at_ct_qur_swiper_card .card-img-overlay{
    padding: 24px;
    display: flex;
    align-items: flex-end;
}
.at_ct_qur_swiper_card .card-img-overlay div{
    background: #fff;
    padding: 24px 38px 20px 38px;
}

.at_ct_youxiang{
    background: #167c4b;
    padding: 48px;
}

.at_ct_youxiang_gengduo,.at_ct_youxiang_gengduo:hover{
    background: #fff;
    color: #167c4b!important;
    border: 2px solid #fff;
}
.at_ct_youxiang_gengduo svg{
    fill: #167c4b;
}
.at_ct_youxiang_control,.at_ct_youxiang_control:hover,.at_ct_youxiang_control:focus{
    border-radius: 0px;
    border: none;
    height: 56px;
    padding: 14px 18px;
    background: #116a3f;
    color: #fff;
    box-shadow: none;
}
.at_ct_youxiang_control::placeholder {
    color: #fff;
    opacity: 1
}

.at_ct_bottom_swiper .swiper-wrapper .swiper-slide{
    text-align: center;
}

/* ----------------------------------------------------------------
    yuejie
----------------------------------------------------------------- */
.yuejie_form .form-control{
    background: #f5f5f5;
    box-shadow: none;
    border: none;
    border-radius: 8px;
    padding: 15px;
}
.yuejie_form .form_input_height{
    height: 48px;
}

.yuejie_hqdx{
    font-size: 14px;
    padding: 4px 24px;
}
.yuejie_group_bg{
    background: #f4f4f4;
    border-radius: 8px;
    padding: 15px;
}
.faq_nav{
    border: 10px solid #167c4b;
}
.faq_nav_ul .list-group-item{
    padding: 14px 0px;
    border: none;
    border-bottom: 1px solid #eee;
}

.faq_style{
    border: 1px solid #eee;
}
.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: 16px;
    line-height: 30px;
}
..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.collapsed span: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.collapsed span{
    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;
}

.faq_style_ps .card .card-body{
    padding: 24px;
    background: #f9f9f9;
}
.faq_style_ps .card .card-body a{
    line-height: 24px;
}

/* ----------------------------------------------------------------
    产品
----------------------------------------------------------------- */
.ny_nav{
    padding: 27px 0px;
    position: relative;
}
.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;
}

.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt_details_swiper .swiper-wrapper .swiper-slide{
    background: #f5f5f5;
    cursor: pointer;
    opacity: 0.6;
    padding: 6px;
    border: 1px solid #eee;
}
.pt_details_swiper .swiper-wrapper .swiper-slide img,.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt_details_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
.pt_details_swiper2 .swiper-button-next:after,.pt_details_swiper2 .swiper-button-prev:after{
    color: #618638;
}

.pt_details_swiper2 .swiper-button-next,.pt_details_swiper2 .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pt_details_swiper2 .swiper-button-prev{
    left: 15px;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-next{
    right: 15px;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-prev:after,.pt_details_swiper2 .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.pt_details_swiper2 .swiper-button-prev:hover:after,.pt_details_swiper2 .swiper-button-next:hover:after{
    color: #fff;
}
.pt_details_swiper2 .swiper-button-next:hover,.pt_details_swiper2 .swiper-button-prev:hover{
    background: rgba(22,124,75,1);
}

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

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

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

    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 40px 0px 0px;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
    }
}

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

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

    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px;
        height: 28px;
    }
    .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: 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(255, 255, 255, 0.2);
    }
    .md_collapse .navbar-nav{
        padding: 15px 15px 15px 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_min .pc_yuyan .nav-link,.nav_min .pc_yuyan:hover .nav-link{
        background: 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){
    /*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;
    }
    .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;
    }
    .md_erweima{
        margin-top: 24px;
    }

    .md_erweima{
        justify-content: center;
    }
    .md_erweima .card .card-body{
        width: 200px;
    }

    .bottom_zzrz{
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom_zffs_ul{
        margin-top: 24px;
    }

    .ps_ds_right{
        margin-top: 38px;
    }
}

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

    .banner{
        height: 240px;
    }
    .banner .swiper-pagination{
        bottom: 15px;
    }

    .ix_bt h2,.ps_ds_bt,.pcba_banner h2{
        font-size: 24px;
        line-height: 38px;
    }

    .ix_jmsb_card,.ix_pingzhi_bottom_card{
        height: 420px;
    }
    .ix_shuju_card .card-body .numU{
        font-size: 30px;
    }

    .pcba_banner h4{
        font-size: 18px;
    }
    .pcba_banner{
        height: 300px;
    }

    .ps_ds_swiper_top{
        width: 58px;
    }
    .ps_ds_zhutu{
        padding: 0px 68px 0px 0px;
    }
}












 /* 分页样式 */
        .pagination-container {
            display: inline-block;
            background: #f8f9fa;
            border-radius: 50px;
            padding: 10px 25px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }
        
        .list-inline {
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
            align-items: center;
        }
        
        .list-inline-item {
            display: inline-block;
            margin: 0 5px;
        }
        
        .text-center {
            text-align: center;
        }
        
        .text-muted {
            color: #7f8c8d;
            font-size: 0.9rem;
        }
        
        .pagination {
            display: inline-flex;
            padding: 0;
            margin: 0;
            list-style: none;
            border-radius: 50px;
            background: white;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }
        
        .pagination li {
            margin: 0 2px;
        }
        
        .pagination li a, 
        .pagination li span {
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 36px;
            height: 36px;
            padding: 0 8px;
            border-radius: 50%;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            color: #2c3e50;
            transition: all 0.3s ease;
        }
        
        .pagination li:not(.active):not(.disabled) a:hover {
            background: #e8f5e9;
            color: #27ae60;
        }
        
        .pagination li.active a {
            background: #27ae60;
            color: white;
            box-shadow: 0 4px 8px rgba(39, 174, 96, 0.3);
        }
        
        .pagination li.disabled span {
            color: #bdc3c7;
            cursor: not-allowed;
        }
        
        /* 功能说明 */
        .features {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 25px;
            margin-top: 40px;
        }
        
        .feature {
            background: white;
            border-radius: 12px;
            padding: 25px;
            width: 280px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        
        .feature:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        
        .feature i {
            font-size: 2.5rem;
            color: #27ae60;
            margin-bottom: 15px;
        }
        
        .feature h3 {
            color: #2c3e50;
            margin-bottom: 12px;
        }
        
        .feature p {
            color: #7f8c8d;
            line-height: 1.6;
        }
        
        footer {
            margin-top: 50px;
            color: #7f8c8d;
            font-size: 0.9rem;
            text-align: center;
        }
        
        @media (max-width: 768px) {
            .pagination-container {
                padding: 8px 15px;
            }
            
            .list-inline-item:first-child {
                display: none;
            }
            
            .list-inline-item:last-child {
                display: none;
            }
            
            .card {
                padding: 20px;
            }
            
            h1 {
                font-size: 2rem;
            }
        }