/*聚诚在线（jc128.net）安全--简单--易用*/
body{
     font-family: "Microsoft YaHei","微软雅黑",Arial light,Arial,Helvetica,"Hiragino Sans GB",Arial,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;
}

.maximg img{
    max-width: 100%;
    height: auto !important;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 200px;
    z-index: 3000;
}
.right_xf .box_touying{
    margin-bottom: 20px;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #1e62e9;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    box-shadow: 0px 5px 15px rgba(51,51,51,0.2);
}
.right_xf li a p{
    
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 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: #00AB90;
    color:#fff;
}

@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;
}

a:hover, a:focus{
    color: #00AB90;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
   /* word-break: break-all;*/
}

h6,.h6{
    font-size: 16px;
    line-height: 28px!important;
}

h3{
    line-height: 38px;
}

h4{
    line-height: 34px;
}

h5{
    line-height: 30px;
}

.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: #be171e!important;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #0F6ED8!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #064270!important; 
}

.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: 100px;
}
.pt-7{
    padding-top: 100px;
}

.no_margin{
    margin: 0px;
}

@media (min-width: 1400px){
    .ce_fluid{
        padding-left: 88px;
        padding-right: 88px;
    }
    .ce_xl_width{
        max-width: 1600px;
    }
    .ce_width{
        max-width: 1500px;
    }
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_min{
    padding: 0px 88px;
    border: none;
    backdrop-filter: blur(0px);
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 25px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 60px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 36px 0px 36px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    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 .navbar-nav .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #00AB90;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #00AB90;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #00AB90;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
}
.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #00AB90;
}

 .navbar-light .navbar-nav .show>.nav-link{
    color: #00AB90;
 }

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 5px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    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(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) 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: auto;
    width: auto;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    width: 100%;
    min-width: 100%;
    background: #f9f9f9;
    margin: 0px;
    z-index: 1000;
    padding: 28px 0px 28px 0px;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0s;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    position: relative;
    background: #fff;
    color: #333;
}
.top_xiala .dropdown-menu a:last-child{
    border: none;
}
.top_xiala .dropdown-menu a:hover{
    color: #fff;
    background: #00AB90;
}

.top_xiala2 .dropdown-menu a{
    background: none;
    padding: 0px;
    font-size: 13px;
    line-height: 22px;
    color: #1e62e9;
}
.top_xiala2 .dropdown-menu h6 a{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 8px;
}
.top_xiala2 .dropdown-menu a:hover{
    background: none;
    color: #00AB90;
    text-decoration: underline;
}

.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;
}

.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #00AB90;
    color: #fff;
}

.pc_yuyan{
    margin-right: 0px;
    margin-left: 10px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 11px 18px;
    display: flex;
    align-items: center;
    color: #fff;
    background: #00AB90;
    border-radius: 42px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.nav_min .pc_yuyan .nav-link span{
    right: 18px;
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
    
.pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.pc_yuyan:hover .nav-link svg{
    fill: #fff;
}

.products_nav{
    position: relative;
}
.products_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}

.products_card{
    margin-bottom: 30px;
}

.md_sousuo{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background: #00AB90;
}
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    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: -3px;
    right: 4px;
    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;
    background: none;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 2px;
    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: 2px solid #666;
    transition: all .5s;
}

.search_anniu_top2:hover:before{
    background: #0F6ED8;
}
.search_anniu_top2:hover:after{
    border: 2px solid #0F6ED8;
}

.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #fff;
    display: flex;
    border-top: 1px solid #eee;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 58px;
    padding-bottom: 68px;
}
.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);
}

.is-active{
    backdrop-filter: blur(8px);
}

/*banner*/
.banner{
    height: 100vh;
    background: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-top: 88px;
}
.banner_nr{
    position: relative;
}
.banner_nr h1{
    font-size: 68px;
    margin-top: revert-layer;
    margin-top:-88px
}
.banner_nr p{
    font-size: 18px;
    line-height: 34px;
}
.banner_nr span{
    font-size: 280px;
    line-height: 34px;
    color: rgba(255, 255, 2550, 0.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);
}

.bt h2{
    font-size: 38px;
}
.bt p{
    font-size: 18px;
}

.gengduo{
    padding: 16px 46px;
    background: none;
    color: #fff;
    font-size: 16px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #fff;
}
.gengduo svg{
    position: relative;
    top: -2px;
    fill: #fff;
}
.gengduo2{
    background: #00947C;
    border: 1px solid #00947C;
}
.gengduo:hover{
    color: #fff;
    background: #008771;
    border: 1px solid #008771;
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0px 10px 30px rgba(0, 58, 178, 0.1);
}

.p_15 p{
    font-size: 15px;
    line-height: 26px;
}
.p_16 p,.p_16{
    font-size: 16px;
    line-height: 30px;
}
.p_17 p{
    font-size: 17px;
    line-height: 29px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 30px;
}

.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_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.ix_video_bg{
    background: url(../img/ix_video_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ix_video{
    width: 100%;
    height: 520px;
    border-radius: 20px;
    box-shadow: 30px 30px 40px rgba(0, 0, 0, 0.16);
}
.ix_video .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.ix_video .card-img-overlay{
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
}
.ix_video .card-img-overlay a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.ix_video .card-img-overlay a img{
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.tanchuang_tuichu{
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: 1000;
}
.tanchuang_tuichu .search_anniu2{
    display: inline-block; 
    width: 32px;
    height: 32px;
    background: #00AB90;
    line-height: 18px;
    border-left: none;
    padding: 0px;
    border-radius: 32px;
    position: relative;
    transition: all .5s;
    margin-top: 0px;
    cursor: pointer;
}
.tanchuang_tuichu .search_anniu2:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 7px;
    width: 18px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.tanchuang_tuichu .search_anniu2:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 7px;
    width: 18px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}
.tanchuang_tuichu .search_anniu2:hover{
    transform: rotate(180deg);
}

.ix_about_bg{
    background: url(../img/ix_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 680px;
    display: flex;
    align-items: center;
}

.ix_yy_card{
    overflow: visible;
}
.ix_yy_img{
    width: 50vw;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 1000;
}
.ix_yy_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_yy_card .card-body{
    padding-right: 30%;
    padding-left: 0px;
}
.ix_yy_card_left .card-body{
    padding-left: 30%;
    padding-right: 0px;
}

.ix_news_swiper{
    overflow: visible;
}
.ix_news_card{
    border-radius: 5px;
    background: none;
    transition: 0.5s;
}
.ix_news_card .card-body img{
    margin-bottom: 18px;
}
.ix_news_card .card-body h6{
    color: #00AB90;
}
.ix_news_card .card-body p{
    font-size: 18px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
}
.ix_news_card:hover{
    background: #fff;
    box-shadow: 0px 0px 30px rgba(145, 145, 145, 0.16);
}

.ix_form .form-control{
    font-size: 16px;
    border: none;
    border-radius: 5px;
}
.ix_form .form_input_height{
    padding-left: 48px;
    height: 68px;
}

.ix_form .form-group{
    position: relative;
}
.ix_form .form-group label{
    position: absolute;
    top: 25px;
    left: 26px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ix_form .form-group label img{
    width: 20px;
    height: 20px;
    object-fit: scale-down;
}

.bottom_banner{
    background: url(../img/bottom_banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}
.bottom_banner_gengduo{
    padding: 26px 46px;
}

/*bottom*/
@media (min-width: 900px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 900px){
    .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #999;
        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: #999;
        text-align: center;
        transition: 0.5s;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #999;
        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: #999;
        text-align: center;
        transition: 0.5s;
    }
}

.bottom_bg{
    background: #01081A;
    color: #fff;
}

.bottom_ul{
    padding-bottom: 58px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    position: relative;
    color: #fff;
    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 a{
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: #AFAFAF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #AFAFAF;
}
.bottom_ul .card a:hover{
    color: #00AB90;
}

.di_beian{
    padding: 24px 0px;
    line-height: 24px;
    margin-top: 38px;
    border-top: 1px solid #4B4B4B;
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_follow li{
    margin-top: 7px!important;
    margin-right: 7px!important;
    margin-bottom: 7px!important;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #00AB90;
    color: #fff;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #fff;
    fill: #fff;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #fff;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #008771;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_bg .bottom_contact li{
    color: #AFAFAF;
    line-height: 24px; 
    position: relative;
    padding: 6px 0 6px 28px;
}


.bottom_ul .card .bottom_contact li a{
    line-height: 24px;
    display: contents;
}

.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 10px;
    left: 0px;
}

.bottom_top{
    padding-top: 88px;
    display: flex;
    justify-content: center;
}

.bottom_erweima_card{
    background: none;
}
.bottom_erweima_card .card-body{
    padding: 0px;
}
.bottom_erweima_card .card-body img{
    width: 186px;
    height: 186px;
    padding: 5px;
    background: #fff;
    object-fit: scale-down;
}

.bottom_erweima_f ul .list-inline-item:not(:last-child){
    margin-right: 30px;
}

.bottom_dibu{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

/* ----------------------------------------------------------------
    application
----------------------------------------------------------------- */
.an_banner{
    background: url(../img/an_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 688px;
}

/* ----------------------------------------------------------------
    Contact us
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 688px;
}

.contact_lxfs_media{
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    padding: 18px 24px 18px 32px;
    width: 100%;
    background: #fff;
}
.contact_lxfs_media img{
    width: 50px;
    height: 50px;
    object-fit: scale-down;
}
.contact_lxfs_media h5{
    font-size: 20px;
}
.contact_lxfs_media .media-body{
    padding-left: 32px;
}
.contact_lxfs_media .media-body p{
    font-size: 18px;
    line-height: 30px;
}
.contact_lxfs_media .media-body .contact_lxfs_media_p{
    font-size: 14px;
    line-height: 18px;
}

.contact_zxly{
    background: url(../img/contact_zxly.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trip_mfzx_form .form_input_height{
    height: 62px;
}
.trip_mfzx_form .form-control{
    border-radius: 8px;
    padding: 15px 24px;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #E1E1E1;
    box-shadow: none;
}
.trip_mfzx_form .form-group{
    margin-bottom: 18px;
}

.contact_zxly_card{
    overflow: visible;
}
.contact_zxly_card .card-body{
    padding-left: 90px;
}
.contact_zxly_card .contact_zxly_card_left img{
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
}

.contact_gengduo{
    font-size: 18px;
    background: linear-gradient(to left, rgba(75, 183, 166, 1), rgba(0, 171, 144, 1))!important;
    padding: 18px 58px;
    border-color: #00AB90;
}

/* ----------------------------------------------------------------
    News
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 688px;
}

.about_us_ul li{
    padding-bottom: 24px;
}
.about_us_ul li a{
    display: inline-block;
    font-size: 18px;
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 22px;
    padding: 16px 58px;
    border-radius: 50px;
    border: 2px solid #F2F2F2;
    background: #f9f9f9;
    color: #000;
    font-weight: 400;
    margin-bottom: 24px;
    transition: 0.5s;
}
.about_us_ul .active a,.about_us_ul li a:hover{
    background: linear-gradient(to left, rgba(75, 183, 166, 1), rgba(0, 171, 144, 1));
    border: 2px solid #00AB90;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.news_card1 img{
    border-radius: 25px;
}
.news_card1 .card-body{
    padding-bottom: 88px;
}
.news_card1 .card-body p{
    font-size: 16px;
    line-height: 30px;
}

.news_swiper .swiper-button-next,.news_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 18px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.news_swiper .swiper-button-prev{
    left: 50%;
    top: auto;
    bottom: 24px;
    margin-left: 36px;
    margin-top: -24px;
}
.news_swiper .swiper-button-next{
    right: auto;
    left: 50%;
    top: auto;
    bottom: 24px;
    margin-top: -24px;
    margin-left: 120px;
}
.news_swiper .swiper-button-prev:after,.news_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.news_swiper .swiper-button-prev:hover:after,.news_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.news_swiper .swiper-button-next:hover,.news_swiper .swiper-button-prev:hover{
    background: rgba(67,182,164,1);
    border: 1px solid #43B6A4;
}
.news_swiper .swiper-button-next.swiper-button-disabled,.news_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.news_card{
    /*margin-bottom: 88px;*/
}
.news_card .fangda{
    border-radius: 20px;
}
.news_card .card-body{
    padding: 24px 12px 0px 12px;
}
.news_card .card-body h4{
    font-size: 19px;
    line-height: 29px;
}
.news_card .card-body p{
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
}
.news_card .card-body span{
    font-size: 16px;
    line-height: 30px;
    color: #999;
    display: inline-block;
    margin-top: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #666;
}
.news_card:hover .card-body span{
    color: #43B6A4;
    border-bottom: 1px solid #43B6A4;
}

.fangda.proimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    background: #fff;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page_ul{
    background: #fff;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.page_ul a{
    margin-right: 0px;
}
.pagination a.page_link_left{
    margin-right: 20px;
    border-radius: 40px!important;
}
.pagination a.page_link_right{
    margin-left: 20px;
    border-radius: 40px!important;
}
.pagination a.page_link_left:hover,.pagination a.page_link_right:hover{
    border: 1px solid #fff;
    background: #fff;
    color: #AAA;
}
.pagination a.page-num-current{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    color: #fff;
    background: #00AB90;
    box-shadow: 0px 0px 13px rgba(0, 171, 144, 1);
    border: 1px solid #00AB90;
}

.pro_de table{
    border: 1px solid #e2e2e2;
    width: 100%;
    max-width: 100%;
}
.pro_de table td{
    border: 1px solid #e2e2e2;
    padding: 15px 10px !important;
}
.pro_de table td,.pro_de table td p,.pro_de table td span{
    font-size: 16px;
}

.news_card_left{
    border-radius: 25px;
    overflow: hidden;
}

.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #00AB90;
    border-radius: 20px;
    padding: 24px 38px;
}
.ns_ds_bottom ul li a{
    color: #fff;
}

.news_gengduo,.news_gengduo:hover{
    background: #fff;
    color: #00AB90;
    box-shadow: none;
}

.fangda.newsimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    background: #fff;
}
.fangda.gcimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.newsimg:hover .fdimg{
    transform:scale(1.1);
}
.fangda.gcimg:hover .fdimg{
    transform:scale(1.1);
}

/* ----------------------------------------------------------------
    products
----------------------------------------------------------------- */
.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 688px;
}

.products_card{
    padding-top: 0;
    padding-bottom: 0px;
}
.products_card .card-body{
    padding-bottom: 30px;
}
.products_card .card-body h5{
    margin-bottom: 14px;

}
.products_card .card-body h5 span{
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.products_card .card-body h5 span:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #00AB90;
    border-radius: 3px;
}
.products_card .card-body p{
    font-size: 15px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.products_card .product_card_img{
    height: 240px;
    margin-bottom: 14px;
}
.products_card .product_card_img img{
    height: 100%;
    object-fit: scale-down;
}
.products_card{
    margin-bottom: 48px;
}

.products_nav{
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 30px rgba(198, 198, 198, 0.16);
}
.products_form{
    border-radius: 8px;
    box-shadow: 0px 0px 30px rgba(198, 198, 198, 0.16);
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 40px;
    background: #fff;
}
.ps_nav_bt{
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #00AB90;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}

.faq_style .card{
    border: none;
    background: none;
    border-top: 1px solid #F8F8F8!important;
    padding: 0px 14px;
}
.faq_style .faq_bt{
    display: block;
    padding: 17px 30px 17px 17px;
    cursor: pointer;
    position: relative;
}
.faq_style .faq_bt.collapsed{
    background: #fff;
}
.faq_style .faq_bt h4{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.faq_style .faq_bt span{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -16px;
}
.faq_style .card .card-body{
    border-top: none;
    padding: 0px 0px 0px 0px;
}
.faq_style .faq_bt span{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: 0.5s;
    transform:rotate(180deg);
    color: #000;
}
.faq_style .faq_bt.collapsed span{
    transform:rotate(0deg);
    color: #000;
}
.faq_style .card{
    border-color: #eee;
    border-radius: 0px;
}
.faq_style_ul{
    background: #F8F8F8;
}
.faq_style_ul li{
    padding: 0px 20px;
}
.faq_style_ul li a{
    display: block;
    font-size: 17px;
    line-height: 24px;
    padding: 16px 0px;
    border-bottom: 1px solid #fff;
}
.faq_style_ul li.active a{
    color: #00AB90;
}
.faq_style_ul li:last-child a{
    border: none;
}

.fangda.proimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}

.pt_ds_swiper .swiper-button-prev{
    left: 0px;
    margin-left: 0px;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
    margin-top: 0px;
}
.pt_ds_swiper .swiper-button-next{
    left: auto;
    right: 0px;
    margin-left: 0px;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
    margin-top: 0px;
}
.pt_ds_swiper{
    background: #fff;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide{
    text-align: center;
    padding: 48px;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.pt_ds_bt{
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 30px;
}
.pt_ds_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 48px;
    height: 5px;
    border-radius: 5px;
    background: #00AB90;
}
.pt_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.pt_ds_gengduo{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    color: #fff!important;
}
.ps_ds_ul .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.ps_ds_ul .gengduo{
    padding: 18px 68px;
}
.gengduo_fhlb{
    background: #F9F9F9;
    border: 1px solid #ddd;
    color: #000;
}

.ix_pt_swiper{
    overflow: visible;
}

.ix_pt_swiper_text{
    padding-right: 160px;
}
.ix_pt_swiper .swiper-button-next,.ix_pt_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 18px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.ix_pt_swiper .swiper-button-prev{
    left: auto;
    right: 88px;
    top: 0px;
    margin-top: 0px;
}
.ix_pt_swiper .swiper-button-next{
    right: 0px;
    top: 0px;
    margin-top: 0px;
}
.ix_pt_swiper .swiper-button-prev:after,.ix_pt_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.ix_pt_swiper .swiper-button-prev:hover:after,.ix_pt_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_pt_swiper .swiper-button-next:hover,.ix_pt_swiper .swiper-button-prev:hover{
    background: rgba(67,182,164,1);
    border: 1px solid #00AB90;
}

.pt_ds_swiper .swiper-button-next,.pt_ds_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 18px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.pt_ds_swiper .swiper-button-prev:after,.pt_ds_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.pt_ds_swiper .swiper-button-prev:hover:after,.pt_ds_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.pt_ds_swiper .swiper-button-next:hover,.pt_ds_swiper .swiper-button-prev:hover{
    background: rgba(67,182,164,1);
    border: 1px solid #43B6A4;
}
.pt_ds_swiper .swiper-button-next.swiper-button-disabled,.pt_ds_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

/* ----------------------------------------------------------------
    About us
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 688px;
}
.about_jianjie_img{
    border-radius: 25px;
    overflow: hidden;
}

.index_shuju_col{
    padding: 0px 5px;
    position: relative;
}
.index_shuju_col:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    width: 1px;
    height: 56px;
    background: #DCDCDC;
    transform: translate3d(0%, -50%, 0);
}
.about_shuju .card-body{
    padding: 0px;
}
.about_shuju .card-body .numU strong{
    color: #00AB90;
    font-size: 46px;
}
.about_shuju .card-body .numU span{
    font-size: 20px;
}
.index_shuju_col:last-child:before{
    content: none;
}

.at_corporate_bg{
    background: url(../img/at_corporate_bg.jpg);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.at_corporate_card{
    width: 30%;
    margin-top: 108px;
}
.at_corporate_card2{
    width: 36%;
    margin-top: 0px;
}
.corporate_card .card-img-overlay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 68px;
}
.corporate_card .card-img-overlay span img{
    object-fit: scale-down;
    margin-bottom: 14px;
}
.at_corporate{
    display: flex;
    justify-content: space-between;
}

.ix_global_bg{
    background: url(../img/ix_global_bg.png) #F6F7F9;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.category_card_swiper{
    width: 100%;
    height: 300px;
}
.category_card_swiper .swiper-slide{
    opacity: 0.2;
}
.category_card_swiper .media .media-body{
    opacity: 0;
}
.category_card_swiper .swiper-slide-prev span,.category_card_swiper .swiper-slide-next span{
    opacity: 0;
}
.category_card_swiper  .swiper-slide-active,.category_card_swiper .swiper-slide-duplicate-active{
    opacity: 1;
}
.category_card_swiper  .swiper-slide-active span,.category_card_swiper .swiper-slide-duplicate-active span{
    opacity: 1;
}
.category_card_swiper .swiper-slide-active .media .media-body{
    opacity: 1;
}

.category_card_swiper h4{
    font-size: 21px;
    display: flex;
    align-items: center;
}
.category_card_swiper h4 strong{
    font-size: 58px;
    margin-right: 18px;
    font-weight: 700;
    color: #00AB90;
}

.category_card .card-img-overlay{
    display: flex;
    align-items: flex-end;
    padding-left: 0px;
    padding-right: 0px;
}

.about_fzlc_bg{
    background: url(../img/about_fzlc_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.about_fzlc_swiper{
    padding: 0px 15px;
    margin-top: -100px;
}
.about_fzlc_swiper .swiper-slide{
    transition: 0.5s;
}
.about_fzlc_swiper .swiper-slide-prev{
    margin-top: 320px;
}
.about_fzlc_swiper .swiper-slide-active{
    margin-top: 320px;
}
.about_fzlc_swiper .swiper-slide-next{
    margin-top: 210px;
}

.about_card{
    padding-right: 58px;
    border-left: 1px dashed #fff;
    padding-left: 32px;
    position: relative;
    height: 376px;
}
.about_card:after{
    content: "";
    position: absolute;
    left: -13px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #fff;
}
.about_card:before{
    content: "";
    position: absolute;
    left: -4px;
    top: 0px;
    width: 7px;
    height: 48px;
    border-radius: 25px;
    background: #fff;
}

.course_top{
    margin-bottom: 38px;
}
.course_top .swiper-wrapper{
    justify-content: center;
}
.course_top .swiper-wrapper .swiper-slide{
    width: auto;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    padding: 18px 38px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #E3E3E3;
    margin: 0px 15px;
    line-height: 20px;
}
.course_top .swiper-wrapper .swiper-slide-thumb-active{
    border: 1px solid #00AB90;
    background: #00AB90;
    color: #fff;
}

.company_card{
    padding: 10px;
}
.company_card .card-body{
    padding-top: 28px;
    padding-left: 0px;
    padding-right: 0px;
}
.company_card .card-body h5{
    font-size: 18px;
}

.about_major_card2{
    margin-top: 24px;
}
.about_major_card{
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.about_major_card .card-body{
    padding: 36px 24px 24px 24px;
}
.about_major_card .card-body p{
    color: #999;
}
.about_major_card .card-body span{
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../img/corporate_icon1.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}
.about_major_card .card-body h4{
    font-size: 22px;
}
.about_major_card .card-body span.about_major_card_span2{
    background: url(../img/corporate_icon2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.about_major_card .card-body span.about_major_card_span3{
    background: url(../img/corporate_icon3.png);
    background-position: center;
    background-repeat: no-repeat;
}

.about_major_card:hover{
    background: rgba(0, 171, 144, 1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0);
    color: #fff;
}
.about_major_card:hover .card-body p{
    color: #fff;
}
.about_major_card:hover .card-body span{
    background: url(../img/corporate_icon1_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.about_major_card:hover .card-body span.about_major_card_span2{
    background: url(../img/corporate_icon2_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.about_major_card:hover .card-body span.about_major_card_span3{
    background: url(../img/corporate_icon3_1.png);
    background-position: center;
    background-repeat: no-repeat;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.h_v{
    overflow: hidden;
}

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1600px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 25px;
    }
}
@media (max-width: 1550px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 20px;
    }
}
@media (max-width: 1455px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 15px;
    }
}
@media (max-width: 1400px){
    .row_30,.row_24{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24{
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 24px 0px 0px;
    }

    .nav_min{
        padding: 0px 15px;
    }
    .bottom_erweima_card .card-body img{
        width: 108px;
        height: 108px;
    }
    .banner{
        height: 780px;
    }
    .banner_nr span{
        font-size: 200px;
    }
    .ix_yy_card .card-body{
        padding-left: 0px;
        padding-right: 20%;
    }
    .ix_yy_card_left .card-body{
        padding-left: 20%;
        padding-right: 0px;
    }

    .corporate_card .card-img-overlay{
        justify-content: flex-start;
    }
    .about_shuju .card-body .numU strong{
        font-size: 30px;
    }
}

@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 24px;
        margin-bottom: 24px;
        padding: 0px;
        height: 20px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .container{
        position: relative;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 7px;
        top: 13px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid #333;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 22px 40px 22px 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: 40px;
        line-height: 40px;
        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;
    }

    .md_sousuo{
        background: none;
    }
    .search_anniu_top:after{
        border: 1px solid #fff;
    }
    .search_anniu_top:before{
        background: #fff;
    }
    .bottom_erweima_card .card-body img{
        width: 88px;
        height: 88px;
    }
    .nav_min .pc_yuyan .nav-link{
        padding: 11px;
    }
    .pc_yuyan{
        position: absolute;
        right: 50px;
        top: 14px;
    }

    .pc_yuyan .nav-link svg{
        fill: #fff;
    }
    /*.pc_yuyan:hover .nav-link svg{
        fill: #0F6ED8;
    }*/
    .banner .swiper-wrapper .swiper-slide{
        padding-top: 68px;
    }

    .search_anniu_top:hover:after{
        border: 1px solid #0F6ED8;
    }
    .search_anniu_top:hover:before{
        background: #0F6ED8;
    }

    .banner_nr h1{
        font-size: 48px;
    }
    .banner_nr span{
        font-size: 160px;
    }
    .ix_video{
        height: 420px;
    }

    .ix_yy_card h2{
        font-size: 24px;
    }
    .banner{
        padding-top: 68px;
    }

    .products_banner{
        height: 480px;
    }
    .contact_zxly_card .card-body{
        padding-left: 48px;
    }
    .ps_nav_bt{
        font-size: 24px;
    }
}
@media (max-width: 900px){
    .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: 16px;
        border-bottom: 1px solid #333;
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }
    .bottom_top{
        padding-top: 68px;
        margin-bottom: 0px;
        padding-bottom: 24px;
        border-bottom: 1px solid #333;
    }
    .bottom_erweima_f{
        justify-content: center;
        margin-top: 24px;
    }
    .bottom_dibu {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .ix_yy_img{
        width: 100%;
    }
    .ix_yy_card{
        margin-top: 48px;
    }
    .ix_yy_card .card-body{
        padding-left: 0px;
        padding-right: 0px;
    }

    .bottom_banner{
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .about_us_ul li a{
        font-size: 16px;
        padding: 14px 38px;
    }

    .ns_ds_bottom{
        padding: 24px;
        align-items: flex-start;
        flex-direction: column;
    }
    .news_gengduo{
        margin-top: 24px;
    }
    .news_swiper .swiper-button-prev{
        bottom: 0px;
        margin-left: -58px;
    }
    .news_swiper .swiper-button-next{
        bottom: 0px;
        margin-left: 10px;
    }

    .contact_zxly_card .card-body{
        padding-left: 15px;
    }

    .about_shuju .card-body{
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .course_top .swiper-wrapper{
        justify-content: flex-start;
    }
    .course_top .swiper-wrapper .swiper-slide{
        margin: 0px 15px 0px 0px;
    }
    .about_major_card2{
        margin-top: 0px;
    }
}

@media (max-width: 768px){
    .navbar-brand, .is-active .navbar-brand{
        margin-left: -90px;
        margin-top: 26px;
        margin-bottom: 26px;
        height: 16px;
    }
    .banner_nr h1{
        font-size: 30px;
    }
    .banner{
        height: 680px;
    }
    .banner_nr span{
        font-size: 88px;
    }
    .banner_nr h1{
        margin-top: -32px;
    }

    .bt h2,.news_bt{
        font-size: 24px;
        line-height: 38px;
    }
    .p_16 p,.p_18 p, .p_18,.bt p,.products_card .card-body p,.news_ds_ul,.p_17 p{
        font-size: 14px;
        line-height: 30px;
    }

    .ix_about_bg{
        height: auto;
    }
    .bottom_banner_gengduo{
        display: block;
        text-align: center;
    }
    .ix_video{
        height: 300px;
    }
    .about_us_ul li:not(:last-child) {
        margin-right: .2rem;
    }
    .about_us_ul li a{
        font-size: 14px;
        padding: 8px 15px;
        margin: 0px;
    }
    .about_us_ul li{
        padding-bottom: 12px;
    }

    .products_banner{
        height: 268px;
    }
    .ps_ds_ul .gengduo{
        padding: 16px 38px;
    }
    
    .at_corporate{
        flex-direction: column;
    }
    .at_corporate_card{
        width: 100%;
        margin-bottom: 24px;
    }
    .corporate_card .card-img-overlay{
        justify-content: center;
    }
    
    .category_card_swiper h4 strong{
        font-size: 24px;
    }
    .category_card_swiper p{
        font-size: 12px;
    }
    .category_card_swiper{
        height: 100%;
    }
    .category_card .card-img-overlay{
        height: 240px;
        position: static;
        padding: 0px;
        margin-top: 24px;
    }

    .about_fzlc_swiper{
        margin-top: 0px;
    }
    .about_fzlc_swiper .swiper-slide-active,.about_fzlc_swiper .swiper-slide-prev,.about_fzlc_swiper .swiper-slide-next{
        margin-top: 0px;
    }
    .contact_lxfs_media{
        padding: 18px;
    }
    .contact_lxfs_media .media-body{
        padding-left: 15px;
    }
}