/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei light","Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #333;
    font-weight: 300;
    overflow-x:hidden;
}

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

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

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #fff;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a p{
    color: #000;
}

.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: 30px;
    z-index: 3000;
    bottom: 40px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    border-radius: 8px;
    text-align: center;
    background: #24bd51; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#fff;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #22a749;
    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: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #24bd51;
}

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

.text-muted.font16 p{
    line-height: 34px;
}

.text_999{
    color: #999;
}
.text-danger{
    color: #be171e!important;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #17489d!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;
}

.no_margin{
    margin: 0px;
}

.ce_xl_width{
    max-width: 1600px;
}
.ce_width{
    max-width: 1200px;
}

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

/*nav*/
.nav_min{
    padding: 0px 78px;
    border: none;
    background: #fff;
    transition: 0.5s;
}
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 98px;
    transition: 0.5s;
}
.navbar-brand img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 30px 0px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 42px 0px 42px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 37px 0;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.5s;
    font-weight: 700;
    font-size: 17px;
    color: #666;
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}*/
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.5s;
}
.nav_min .navbar-nav .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #24bd51;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #24bd51;
    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;
}
.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: #24bd51;
}

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

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 0px;
    position: absolute;
    left: 5px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #999;
    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: 100px;
    width: auto;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 10px 30px rgba(153,153,153,0.2);
    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 #f9f9f9;
    font-size: 14px;
    position: relative;
}
.top_xiala .dropdown-menu.menu_style2 a{
    border-bottom: none;
    padding: 14px 15px;
    color: #333;
}
.top_xiala .dropdown-menu a:last-child{
    border: none;
}
.top_xiala .dropdown-menu.menu_style2 a:hover{
    padding: 14px 15px 14px 15px;
    color: #fff;
    background: #0071ad;
}
.top_xiala .dropdown-menu a:hover{
    color: #fff;
    background: #24bd51;
}

.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: #24bd51;
    color: #fff;
}

.md_collapse{
    position: relative;
}
.pc_yuyan{
    position: relative;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.pc_yuyan .nav-link{
    padding: 36px 20px 37px 20px;
    display: flex;
    align-items: center;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}

.pc_yuyan .nav-link svg{
    fill: #999;
    margin-right: 6px;
}
.pc_yuyan .nav-link:hover svg{
    fill: #24bd51;
}
.pc_yuyan:hover .nav-link svg{
    fill: #24bd51;
}

.md_sousuo{
    width: 54px;
    height: 98px;
    transition: all .5s;
}
.search_anniu_top{
    display: inline-block;
    width: 54px;
    height: 98px;
    border: none;
    position: relative;
    transition: all .5s;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    width: 8px;
    height: 2px;
    background: #999;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 4px;
    bottom: 0; 
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #999;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}

.search_anniu_top:hover:before{
    background: #24bd51;
}
.search_anniu_top:hover:after{
    border: 2px solid #24bd51;
}

.search_anniu_top2{
    display: inline-block;
    width: 48px;
    height: 58px;
    border: none;
    position: relative;
    margin-top: 10px;
    background: none;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 14px;
    width: 6px;
    height: 2px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top2:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #666;
    transition: all .5s;
}
.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #f9f9f9;
    display: flex;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 0px;
    padding-bottom: 0px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    padding: 15px 15px;
    height: 78px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.sousuo_control:hover{
    border: none;
}
.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;
    margin-top: 10px;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}

.is-active{
    box-shadow: 0px 4px 8px rgba(23, 72, 157, 0.1);
}
.is-active .navbar-brand{
    height: 82px;
}
.is-active .navbar-nav .nav-link{
    padding: 34px 0px 34px 0px;
}
.is-active .pc_yuyan .nav-link{
    padding: 29px 15px 29px 15px;
}
.is-active .md_sousuo{
    height: 82px;
}
.is-active .search_anniu_top{
    height: 82px;
}

.input-group-prepend .search_anniu_top2{
    height: 64px;
}

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

/*banner*/
.banner{
    height: 788px;
    position: relative;
    background: #fff;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center left!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner .swiper-wrapper .swiper-slide h1{
    font-size: 36px;
    line-height: 58px;
}
.banner .swiper-pagination{
    bottom: 114px;
    left: 15px;
    width: auto;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 16px 0px 0px;
}
.banner .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    position: relative;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-pagination-bullet-active{
    width: 58px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.banner .swiper-slide .pc_cr{
    transform:translateX(400px);
    opacity:0;
    transition:all 1s;
}
.banner .ani-slide .pc_cr{
    transform:translateX(0);
    opacity: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 span{
    font-size: 48px;
    color: #24bd51;
    margin-bottom: -24px;
    opacity: 0.1;
    line-height: 1;
}
.bt h1{
    margin-top: -24px;
    font-size: 42px;
}
.bt2 span{
    color: #fff;
}

.gengduo{
    padding: 16px 38px;
    background: #fff;
    color: #000;
    font-size: 14px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #fff;
}
.gengduo2{
    border: 1px solid #eee;
    background: #eee;
    color: #000;
}
.gengduo:hover{
    color: #fff;
    background: #24bd51;
    border: 1px solid #24bd51;
}
.bottom_banner_gengduo:hover{
    color: #24bd51;
    background: #fff;
    border: 1px solid #fff;
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0 5px 15px -5px rgba(0, 111, 210, 0.3);
}

.about_row{
    margin-left: -30px;
    margin-right: -30px;
}
.about_col{
    padding-left: 30px;
    padding-right: 30px;
}

.banner_botom{
    margin-top: -84px;
    z-index: 1000;
    position: relative;
}
.banner_botom_bg{
    background: #24bd51;
}
.banner_botom_card .card-body{
    padding-top: 36px;
    padding-bottom: 30px;
}
.banner_botom_card .card-body img{
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.banner_botom_card .card-body h4{
    margin-top: 12px;
}

.row_9{
    margin-left: -9px;
    margin-right: -9px;
}
.col_9{
    padding-left: 9px;
    padding-right: 9px;
}
.solution_card{
    margin-bottom: 18px;
}
.solution_card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.solution_card2 img{
    width: 100%;
    height: 50%;
    object-fit: contain;
}
.solution_card .card-img-overlay{
    padding: 30px 24px;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0);
    transition: 0.5s;
}
.solution_card .card-img-overlay h4{
    position: relative;
    padding-bottom: 18px;
}
.solution_card .card-img-overlay h4:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 48px;
    height: 2px;
    background: #fff;
    transition: 0.5s;
}
.solution_card:hover .card-img-overlay h4:before{
    width: 100%;
}
.solution_card:hover .card-img-overlay{
    background: rgba(0, 0, 0, 0.3);
}

.ix_about_bg{
    background: url(../img/ix_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.ix_about_h5 h5{
    line-height: 30px;
}

.strength_card{
    background: #24bd51;
}
.strength_card .card-body{
    padding-top: 48px;
    padding-bottom: 48px;
}
.strength_card .card-body img{
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin-bottom: 42px;
}

.ix_about_card .card-body h1{
    font-size: 48px;
}

/*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: none;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 7px;
        top: 21px;
        width: 2px;
        height: 16px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
}

.bottom_bg{
    background: #000;
    color: #999;
    padding-top: 55px;
}

.bottom_top{
    border-bottom: 1px solid #3f3f3f;
    display: flex;
    margin-bottom: 68px;
    justify-content: space-between;
}
.bottom_top h6 a{
    color: #fff;
    padding: 30px 0px;
    display: inline-block;
}
.bottom_top h6 a:hover{
    color: #245eac;
}

.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 700;
    font-size: 18px;
}
.bottom_ul .card{
    background: none;
    padding: 18px 0px 15px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}
.bottom_ul .card a.text_999{
    color: #999;
}
.bottom_ul .card a:hover{
    color: #24bd51;
}

.di_beian{
    padding: 15px 0px;
    line-height: 24px;
    border-top: 1px solid #222;
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_follow{
    margin-top: 30px;
}
.bottom_follow li{
    margin-right: 14px!important;
    margin-bottom: 14px!important;
}
.bottom_follow li .fa{
    font-size: 24px;
}
.bottom_follow li a{
    color: #999;
}
.bottom_follow li a:hover{
    color: #fff;
}

.bottom_right_p{
    padding-right: 24px;
}
.bottom_contact li{
    color: #999;
    line-height: 24px;
    position: relative;
    padding: 6px 0 6px 28px;
}
.bottom_contact li a{
    color: #999;
    line-height: 24px;
}
.bottom_contact li i{
    position: absolute;
    left: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.erweima{
    margin-bottom: 24px;
}
.erweima p{
    margin-left: 13px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 488px;
}
.about_banner h1{
    font-size: 36px;
}
.about_banner .container{
    display: flex;
    align-items: center;
    position: relative;
}
.about_breadcrumb{
    padding: 0px;
    position: absolute;
    bottom: 24px;
    left: 15px;
    right: 15px;
}
.about_breadcrumb a{
    color: #fff;
}
.about_breadcrumb a:hover{
    color: #24bd51;
}

/* ----------------------------------------------------------------
    产品中心
----------------------------------------------------------------- */
.product_banner{
    background: url(../img/product_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 488px;
}

.product_nav li a{
    display: inline-block;
    padding: 16px 58px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 17px;
    font-weight: 700;
    color: #666;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    margin-bottom: 14px;
}
.product_nav li.active a,.product_nav li a:hover{
    color: #fff;
    background: #24bd51;
    border: 1px solid #24bd51;
}

.pt_card .card-body{
    padding-top: 25px;
    padding-bottom: 25px;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 12px 16px;
    border: 1px solid #eee;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #24bd51;
    color: #fff;
    border: 1px solid #24bd51;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}

.ml_pt_ds_ul li{
    padding-left: 16px;
    position: relative;
}
.ml_pt_ds_ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #999;
}

.bottom_banner{
    background: url(../img/bottom_banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
}

.maximg img{
    max-width: 100%;
    height: auto !important;
}
.pro_con table{
    max-width: 100%;
    width: 100%;
    border:1px solid #e2e2e2;
}
.pro_con table td{
    border:1px solid #e2e2e2;
    padding: 5px !important;
}
.pro_con table td, .pro_con table td p, .pro_con table td span{
    font-size: 16px;
    line-height: 26px;
    font-family: "Microsoft YaHei light","Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif !important;
}



/* ----------------------------------------------------------------
    实力
----------------------------------------------------------------- */
.strength_banner{
    background: url(../img/strength_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 488px;
}

.sh_card{
    padding-right: calc((100% - 1200px) / 2);
    overflow: visible;
}
.sh_card .row{
    width: 100%;
    overflow: hidden;
    padding-left: calc((100vw - 1200px) / 2);
    box-shadow: 0 0 38px 0 rgba(0, 0, 0, .08);
    transition: all .4s ease;
    align-items: stretch;
}
.sh_card .card-body{
    padding: 24px 100px 24px 15px;
}
.sh_card .card-body .num{
    position: absolute;
    font-size: 72px;
    line-height: 1;
    top: 30px;
    right: 30px;
    font-weight: 700;
    color: white; /* 文字颜色 */
    text-shadow:
        -1px -1px 0 #e3e3e3,
        1px -1px 0 #e3e3e3,
        -1px 1px 0 #e3e3e3,
        1px 1px 0 #e3e3e3; /* 边框颜色 */
}
.sh_card .card-body h3{
    line-height: 1;
    padding-left: 20px;
    position: relative;
    margin-bottom: 32px;
}
.sh_card .card-body h3:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 6px;
    height: 100%;
    background: #24bd51;
}

.sh_card2{
    padding-right: 0;
    padding-left: calc((100% - 1200px) / 2);
}
.sh_card2 .row{
    padding-left: 0;
    padding-right: calc((100vw - 1200px) / 2);
}

.sh_card2 .card-body{
    padding: 24px 70px 24px 70px;
}

/* ----------------------------------------------------------------
    知识分享
----------------------------------------------------------------- */
.knowledge_banner{
    background: url(../img/knowledge_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 488px;
}
.news_card {
    border-bottom: 1px solid #eee !important;
    padding: 18px 0px;
}
.news_card .card-body p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.news_details_nr{
    padding: 48px;
}
.about_p p{
    margin-bottom: 15px;
    line-height: 30px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.at_ul{
    border-top: 1px solid #ddd;
    margin-top: 48px;
}
.at_ul li{
    border-bottom: 1px solid #ddd;
    font-size: 32px;
    padding: 48px 0px;
}
.at_ul li span{
    display: inline-block;
    width: 240px;
}
.at_zhutu{
    position: sticky;
    top: 130px;
}
.at_zhutu img{
    border-radius: 30px;
}

.at_shiming .card-body{
    padding: 48px 48px 68px 48px;
}

.course_top .swiper-wrapper .swiper-slide{
    cursor: pointer;
}
.course_top:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.course_top .swiper-button-next,.course_top .swiper-button-prev{
    width: 40px;
    height: 40px; 
    background: rgba(204,204,204,1);
    border-radius: 50px;
    transition: background 0.5s,opacity 0.5s;
    -webkit-transition: background 0.5s,opacity 0.5s; /* Safari */
}
.course_top .swiper-button-prev{
    top: 0px;
    left: 0px;
    opacity: 1;
    margin-top: 0px;
}
.course_top .swiper-button-next{
    top: 0px;
    right: 0px;
    opacity: 1;
    margin-top: 0px;
}
.course_top:hover .swiper-button-prev{
    opacity: 1;
}
.course_top:hover .swiper-button-next{
    opacity: 1;
}
.course_top .swiper-button-prev:after,.course_top .swiper-button-next:after{
    color: #fff;
    font-size: 16px;
}
.course_top .swiper-button-prev:hover:after,.course_top .swiper-button-next:hover:after{
    color: #fff;
}
.course_top .swiper-button-next:hover,.course_top .swiper-button-prev:hover{
    background: rgba(83,148,220,1);
}
.course_center{
    background: #fff;
}
.course_center .swiper-wrapper .swiper-slide{
    height: auto;
}
.course_center>.swiper-scrollbar{
    width: 3px;
}
.course_center .swiper-scrollbar-drag{
    background: rgba(50,142,58,1);
}
.course_top_rq{
    padding: 24px 0px 24px 0px;
    margin-bottom: 0px;
    position: relative;
    color: #000;
    font-weight: 700;
}
.course_top_rq:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -23px;
    width: 46px;
    height: 3px;
}
.swiper-slide-thumb-active .course_top_rq:before{
    background: #22bb62;
}
.course_top{
    position: relative;
}
.course_top .swiper-slide-thumb-active .course_top_rq{
    font-weight: 700;
    color: #22bb62;
}

.about_swiper2{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.about_course_card .card-body{
    padding: 48px;
}

.at_course_img .card-body{
    padding: 0px 48px 48px 0px;
}

.about_swiper2 .swiper-pagination{
    top: auto;
    bottom: 0px;
    background: #fff;
}
.about_swiper2 .swiper-pagination .swiper-pagination-progressbar-fill{
    border-radius: 5px;
    background: #ddd;
}

.ct_fangshi_bottom{
    padding: 30px;
}
.ct_fangshi_bottom_ul li{
    line-height: 38px;
    margin-bottom: 18px;
    padding-left: 58px;
    position: relative;
}
.ct_fangshi_bottom_ul li i{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.trip_mfzx_form{
    background: #fff;
    padding: 48px 38px 38px 38px;
}
.trip_mfzx_form .form-control{
    font-size: 14px;
    border-color: #eee;
    background: none;
}
.trip_mfzx_form .form_input_height{
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    padding-left: 36px;
    height: 48px;
}

.contact_us_card .card-body{
    padding: 48px;
}
.trip_mfzx_form .form-control{
    font-size: 14px;
    border-color: #eee;
    box-shadow: none;
}
.trip_mfzx_form .form_input_height{
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    padding-left: 36px;
    height: 48px;
}
.form_input_textarea{
    border: none;
    border-bottom: 2px solid #fff;
    padding: 0px;
}

.trip_mfzx_form .form-group{
    position: relative;
}
.trip_mfzx_form .form-group label{
    position: absolute;
    top: 16px;
    left: 8px;
}

.contact_gengduo{
    display: block;
    font-size: 18px;
    font-weight: 700;
    background: #24bd51;
    color: #fff;
    padding: 24px 15px;
    width: 100%;
}

.faq_style .card{
    border: none;
    margin-bottom: 10px;
}
.faq_style .faq_bt{
    display: block;
    padding: 18px 48px 18px 28px;
    cursor: pointer;
    position: relative;
}
.faq_style .faq_bt h4{
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}
.faq_style .faq_bt span{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 15px;
}
.faq_style .card .card-body{
    border: none;
    border-top: none;
    padding: 24px 24px 24px 24px;
    border-top: 1px solid #eee;
}
.faq_style .card .card-body ul li a{
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #999;
}
.faq_style .card .card-body ul li a:hover{
    color: #d3375f;
}
.faq_style .faq_bt span{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: 0.5s;
    transform:rotate(270deg);
    background: #24bd51;
    color: #fff;
}
.faq_style .faq_bt.collapsed span{
    transform:rotate(90deg);
    color: #fff;
}
.faq_style .card{
    border-color: #eee;
    border-radius: 0px;
}

.faq_style .faq_bt h5{
    line-height: 38px;
}

.fangda.newsimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    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.proimg:hover .fdimg{
    transform:scale(1.1);
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1400px){
    .product_swiper_anniu .swiper-button-next{
        right: 38px;
    }
    .product_swiper_anniu .swiper-button-prev{
        left: 38px;
    }

    .banner{
        height: 330px;
    }
    .banner .swiper-wrapper .swiper-slide h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .banner_botom{
        margin-top: 15px;
    }
    .banner .swiper-pagination{
        bottom: 38px;
    }

    .yycj_swiper_button .swiper-button-prev{
        left: 24px;
    }
    .yycj_swiper_button .swiper-button-next{
        right: 24px;
    }

    .about_row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .about_col{
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav_min{
        padding: 0px 15px;
    }

    .sh_card .card-body .num{
        font-size: 48px;
    }
}
@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-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
        height: 48px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .container{
        position: relative;
        justify-content: center;
    }
    .md_nav_container{
        position: relative;
    }
    .pc_yuyan{
        position: absolute;
        right: 48px;
        top: 0;
    }
    .navbar-expand-lg .pc_yuyan .nav-link {
        padding: 34px 0;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid #ddd;
    }
    .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: 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;
    }

    .search_anniu_top,.is-active .search_anniu_top{
        height: 68px;
    }
    .search_anniu_top2{
        margin-top: 5px;
    }
    .pc_yuyan{
        margin-left: 0px;
    }

    
}
@media (max-width: 900px){
    .md_none{
        display: none;
    }
    
    .bottom_bg{
        padding-top: 24px;
    }
    .bottom_top{
        margin-bottom: 0px;
        border: none;
    }
    .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-top: 1px solid #333;
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }

    .news_ul_media img{
        width: 180px;
        object-fit: contain;
    }

    .products_nav{
        padding-right: 15px;
    }

    .md_no{
        padding-left: 0px;
        padding-right: 0px;
    }
    .about_nav{
        justify-content: space-between;
        flex-direction: column;
    }
    .products_nav_swiper{
        border-top: 1px solid #eee;
        padding-left: 15px;
    }
    .products_nav_swiper .swiper-wrapper .swiper-slide a{
        margin-left: 0px;
        margin-right: 30px;
    }
    .about_breadcrumb .ol_home{
        text-align: center;
    }
    .about_breadcrumb .ol_home svg{
        margin-right: 0px;
    }

    .sh_card .card-body{
        padding: 24px;
    }
}

@media (max-width: 768px){
    .h2, h2 {
        font-size: 1.7rem;
    }
    .nav_min .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .about_banner{
        height: 165px;
    }
    .about_banner h1{
        font-size: 30px;
    }
    .bottom_banner{
        padding: 58px 0px;
    }
    .bottom_banner h3{
        font-size: 24px;
    }

    .product_nav li a{
        padding: 12px;
    }

    .banner_botom_card .card-body img{
        width: 38px;
        height: 38px;
    }
    .banner_botom_card .card-body h4{
        font-size: 18px;
    }
    .banner_botom_card .card-body{
        padding-top: 30px;
    }

    .at_ul li span{
        width: 120px;
    }
    .at_ul li{
        font-size: 24px;
    }
    .at_shiming .card-body{
        padding: 30px;
    }

    .news_details_nr,.contact_style_nr,.about_course_card .card-body,.about_exhibition_card .card-body{
        padding: 30px;
    }

    .banner .swiper-pagination{
        bottom: 18px;
    }
    .contact_media{
        padding: 15px;
    }

    .at_course_img .card-body{
        padding: 24px 0px 24px 0px;
    }
    .bt span {
        font-size: 36px;
    }
    .bt h1 {
        margin-top: -24px;
        font-size: 30px;
    }
}