/*聚诚在线（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;
}

/*返回顶部*/
.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: #0099ff;
    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: #0099ff;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
}

h6,.h6{
    font-size: 16px;
    line-height: 28px!important;
}

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

h5{
    line-height: 32px;
}

.pem{
    text-indent: 2em;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font17{
    font-size: 17px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-danger{
    color: #FF0000!important;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #0099ff!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;
}

.wrap,.nav_min .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
    max-width: 1500px;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
    max-width: 1200px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    padding: 0px 88px;
    border: none;
    background: rgba(255, 255, 255, 0);
    transition: all 0.5s;
}
.nav_min .navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 58px;
    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 40px 0px 40px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 34px 0px 34px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    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: #0F6ED8;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #0F6ED8;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #0099ff;
    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: #0099ff;
}

 .navbar-light .navbar-nav .show>.nav-link{
    color: #0099ff;
 }

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 19px 5px 18px 5px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #000;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {  
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100px;
    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: #0099ff;
}

.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: #1e62e9;
    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: #0099ff;
    color: #fff;
}

.pc_yuyan{
    margin-right: 10px;
    margin-left: 0px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 14px 14px 14px 14px;
    display: flex;
    align-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 42px;
}
.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: auto;
}
    
.pc_yuyan .nav-link svg{
    fill: #fff;
}
.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: 48px;
    height: 48px;
    border-radius: 48px;
    background: rgba(255, 255, 255, 0.2);
}
.search_anniu_top{
    display: inline-block;
    width: 48px;
    height: 48px;
    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);
}
.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;
}
.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: 1px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top2:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 4px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all .5s;
}

.search_anniu_top2:hover:before{
    background: #0099ff!important;
}
.search_anniu_top2:hover:after{
    border: 1px solid #0099ff!important;
}

.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{
    box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.1);
    background: rgba(255, 255, 255, 1);
}

@media (min-width: 900px){
    .nav_style.fixTop {
        position: fixed;
        left: 0;
        top: -88px;
    }
    .nav_style.fixTop.fixDown {
        top: 0;
    }
}

.nav_min_ny{
    width: 100%;
    background: rgba(255, 255, 255, 1);
}
.nav_min_ny .navbar-nav .nav-link{
    color: #000;
}
.nav_min_ny .pc_yuyan .nav-link{
    background: rgba(0, 0, 0, 0.05);
}
.nav_min_ny .pc_yuyan .nav-link svg{
    fill: #000;
}
.nav_min_ny .md_sousuo{
    background: rgba(0, 0, 0, 0.05);
}
.nav_min_ny .search_anniu_top:after{
    border: 1px solid #000;
}
.nav_min_ny .search_anniu_top:before{
    background: #000;
}

@media (min-width: 1200px){
    .nav_min:hover,.is-active{
        background: #fff;
    }
    .nav_min:hover .navbar-nav .nav-link,.is-active .navbar-nav .nav-link{
        color: #000;
    }
    .is-active .navbar-brand{
        height: 58px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .nav_min:hover .pc_yuyan .nav-link svg,.is-active .pc_yuyan .nav-link svg{
        fill: #000;
    }
    .nav_min:hover .pc_yuyan .nav-link,.is-active .pc_yuyan .nav-link{
        color: #000;
        background: rgba(0, 0, 0, 0.05);
    }
    .nav_min:hover .search_anniu_top:after,.is-active .search_anniu_top:after{
        border: 1px solid #000;
    }
    .nav_min:hover .search_anniu_top:before,.is-active .search_anniu_top:before{
        background: #000;
    }
    .nav_min:hover .md_sousuo, .is-active .md_sousuo{
        background: rgba(0, 0, 0, 0.05);
    }
    .nav_min .md_sousuo:hover, .is-active .md_sousuo:hover{
        background: rgba(0, 153, 255, 1);
    }

    .nav_min .navbar-nav .nav-link:hover{
        color: #0099ff; 
    }
    .nav_min .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
        color: #0099ff;
    }
    .nav_min .navbar-nav .top_xiala:hover .nav-link{
        color: #0099ff;
    }
    .nav_min .pc_yuyan .nav-link:hover svg{
        fill: #fff;
    }
    .nav_min .pc_yuyan .nav-link:hover{
        color: #fff;
        background: rgba(0, 153, 255, 1);
    }
    .nav_min .search_anniu_top:hover:after{
        border: 1px solid #fff;
    }
    .nav_min .search_anniu_top:hover:before{
        background: #fff;
    }
}



/*banner*/
.banner{
    height: 100vh;
    position: relative;
}

.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 .banner_bg{
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    padding: 68px;
    display: flex;
    align-items: flex-end;
}

.banner .swiper-pagination{
    bottom: 48px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 60px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    border-radius: 0px;
    transition: 0.5s;
    margin: 0px 7px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 60px;
    background: rgba(255, 255, 255, 1);
}

.banner_nr{
    padding-top: 88px;
}
.banner_nr h1{
    font-size: 48px;
    line-height: 68px;
    margin-bottom: 10px;
}
.banner_nr p{
    font-size: 18px;
    line-height: 38px;
}

.banner_card{
    width: 100%;
    height: 100vh;
}
.banner_card video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.banner_card .card-img-overlay{
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
}
.banner_card .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: #0099ff;
    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);
}

/*主体*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}
.card:hover .fangda img{
    transform:scale(1.1);
}

.ix_bt{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ix_bt h1{
    font-size: 36px;
}

.gengduo{
    padding: 14px 24px;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #fff;
}
.gengduo span{
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #0099ff;
    display: inline-block;
    position: relative;
    margin-left: 18px;
    text-align: center;
}
.gengduo svg{
    fill: #fff;
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
}
.gengduo2{
    background: #eee;
    border: 1px solid #eee;
}
.gengduo:hover{
    color: #fff;
    background: rgba(0, 153, 255, 1);
    border: 1px solid #0099ff;
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0px 10px 30px rgba(0, 58, 178, 0.1);
}

.p_15 p{
    font-size: 15px;
    line-height: 26px;
}
.p_16 p,.p_16{
    font-size: 16px;
    line-height: 30px;
}
.p_17 p,.p_17{
    font-size: 17px;
    line-height: 30px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 32px;
}
.p_20 p,.p_20{
    font-size: 20px;
    line-height: 38px;
}

.row_30{
    margin-left: -30px;
    margin-right: -30px;
}
.col_30{
    padding-left: 30px;
    padding-right: 30px;
}

.row_24{
    margin-left: -24px;
    margin-right: -24px;
}
.col_24{
    padding-left: 24px;
    padding-right: 24px;
}

.row_10{
    margin-left: -10px;
    margin-right: -10px;
}
.col_10{
    padding-left: 10px;
    padding-right: 10px;
}

.row_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.row_4{
    margin-left: -4px;
    margin-right: -4px;
}
.col_4{
    padding-left: 4px;
    padding-right: 4px;
}

.ix_about_bg{
    background: url(../img/ix_about_bg.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.about_shuju{
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}
.about_shuju{
    background: rgba(255, 255, 255, 0.1);
}
.about_shuju .card-body{
    padding: 20px 24px;
}
.about_shuju .card-body .numU .numCX{
    font-size: 40px;
}
.about_shuju .card-body .numU span{
    font-size: 18px;
}

.ix_about_img{
    position: relative;
}
.ix_about_img:before{
    content: "";
    position: absolute;
    left: -24px;
    top: -24px;
    width: 94px;
    height: 76px;
    border-radius: 15px;
    background: rgba(0, 153, 255, 0.7);
}
.ix_about_img:after{
    content: "";
    position: absolute;
    bottom: -24px;
    right: -24px;
    width: 214px;
    height: 168px;
    border-radius: 15px;
    background: rgba(0, 153, 255, 0.4);
}
.ix_about_img img{
    border-radius: 15px;
    position: relative;
    z-index: 100;
}

.ix_pt_swiper_row{
    margin-left: -24px;
    margin-right: -24px;
}
.ix_pt_swiper{
    padding: 24px 24px;
}
.ix_pt_swiper .swiper-button-next,.ix_pt_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 48px;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.ix_pt_swiper .swiper-button-prev{
    left: 0px;
    margin-top: -24px;
}
.ix_pt_swiper .swiper-button-next{
    right: 0px;
    margin-top: -24px;
}
.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(0,153,255,1);
}

.product_card{
    border: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 15px;
}
.product_card img{
    height: 400px;
    object-fit: scale-down;
    position: relative;
    z-index: 1000;
    padding: 30px;
}
.product_card:hover{
    border: 1px solid #fff;
    background: #fff;
}

.ix_cpyy_swiper_top{
    height: 780px;
}
.ix_cpyy_bg{
    position: relative;
}
.ix_cpyy_bt{
    position: absolute;
    top: 0px;
    z-index: 2000;
    width: 100%;
}
.ix_cpyy_swiper .swiper-button-next,.ix_cpyy_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 48px;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 3000;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.ix_cpyy_swiper .swiper-button-prev{
    left: 30px;
    margin-top: -24px;
}
.ix_cpyy_swiper .swiper-button-next{
    right: 30px;
    margin-top: -24px;
}
.ix_cpyy_swiper .swiper-button-prev:after,.ix_cpyy_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.ix_cpyy_swiper .swiper-button-prev:hover:after,.ix_cpyy_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_cpyy_swiper .swiper-button-next:hover,.ix_cpyy_swiper .swiper-button-prev:hover{
    background: rgba(0,153,255,1);
}
.ix_cpyy_swiper .swiper-wrapper .swiper-slide{
    background-size: cover!important;
}
.ix_cpyy_swiper_bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.ix_cpyy_swiper_bottom .swiper-wrapper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    flex-direction: column;
    padding: 24px 24px 40px 24px;
    cursor: pointer;
}
.ix_cpyy_swiper_bottom .swiper-wrapper .swiper-slide img{
    width: 48px;
    height: 48px;
    object-fit: scale-down;
    margin-bottom: 12px;
}
.ix_cpyy_swiper_bottom .swiper-wrapper .swiper-slide h4{
    font-size: 24px;
}
.ix_cpyy_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active{
    background: linear-gradient(to top, rgba(0, 145, 220, 0.8), rgba(255, 255, 255, 0));
}
.ix_cpyy_swiper_bottom .swiper-wrapper .swiper-slide .ix_cpyy_swiper_nr{
    position: relative;
    padding-top: 20px;
    margin-bottom: -286px;
    opacity: 0;
    transition: 0.5s;
}
.ix_cpyy_swiper_bottom .swiper-wrapper .swiper-slide .ix_cpyy_swiper_nr:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 48px;
    margin-left: -24px;
    height: 3px;
    background: #fff;
}
.ix_cpyy_swiper_bottom .swiper-wrapper .swiper-slide .ix_cpyy_swiper_nr p{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    height: 180px;
    margin-bottom: 30px;
}
.ix_cpyy_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_cpyy_swiper_nr{
    margin-bottom: 0px;
    opacity: 1;
}

.ix_news_bg{
    background: url(../img/ix_news_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_news_card{
    border-radius: 15px;
}
.ix_news_card .card-body{
    padding: 24px;
}
.ix_news_card .card-body h5{
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.ix_news_card .gengduo{
    background: none;
    border: none;
    padding: 0px;
    color: #666;
}
.ix_news_card .gengduo span{
    background: #666;
}

/*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: #1e1e1e;
    color: #fff;
    padding-top: 78px;
}

.bottom_ul{
    padding-bottom: 38px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 17px;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #fff;
}
.bottom_ul .card a:hover{
    color: #0099ff;
}

.di_beian{
    padding: 30px 0px;
    line-height: 24px;
    margin-top: 38px;
    border-top: 1px solid rgba(221, 221, 221, 0.2);
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_contact li{
    color: #fff;
    line-height: 24px;
    position: relative;
    font-size: 14px;
    padding: 6px 0 6px 28px;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 10px;
    left: 0px;
}

.bottom_erweima_card{
    background: none;
}
.bottom_erweima_card .card-body{
    padding: 0px;
}
.bottom_erweima_card .card-body img{
    width: 260px;
    height: 260px;
    padding: 5px;
    background: #fff;
    object-fit: scale-down;
}

.bottom_bg .bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_bg .bottom_follow li{
    margin-top: 7px!important;
    margin-right: 20px!important;
}
.bottom_bg .bottom_follow li a{
    font-size: 30px;
    /*width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;*/
    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: #102D68;
    fill: #102D68;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: rgba(255, 255, 255, 0.5);
}
.bottom_bg .bottom_follow li a:hover{
    color: rgba(255, 255, 255, 1.0);
    /*background: #1D4494;*/
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_erweima_f{
    text-align: right;
}
.bottom_erweima_f ul .list-inline-item:not(:last-child){
    margin-right: 68px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 598px;
    display: flex;
    align-items: center;
    margin-top: 88px;
}
.about_img img{
    border-radius: 15px;
}
.about_p_pb p{
    margin-bottom: 14px;
}

.about_video_bg{
    background: url(../img/about_video_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 48px;
}
.about_video{
    padding-top: 240px;
    padding-bottom: 140px;
}
.about_video_bg .about_shuju .card-body{
    padding: 48px 24px 28px 24px;
}
.about_video_bg .about_shuju .card-body .about_shuju_icon img{
    width: 58px;
    height: 58px;
    object-fit: scale-down;
    margin-bottom: 30px;
}

.about_img_card{
    background: #000;
}
.about_img_card .card-img-overlay{
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about_img_card .card-img-overlay h6 span{
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
}
.about_img_card:hvoer .card-img-overlay{
    background: rgba(0, 0, 0, 0.4);
}

.about_fzlc_bg{
    background: url(../img/about_fzlc_bg.jpg) #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.about_fzlc_bg:before{
    content: "";
    position: absolute;
    bottom: 125px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}
.fzlc_swiper_top_img img{
    border-radius: 15px;
}
.fzlc_swiper_card .card-body{
    padding: 24px 0px 24px 60px;
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 50px;
    cursor: pointer;
    position: relative;
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 16px;
    width: 17px;
    height: 17px;
    border-radius: 17px;
    background: #0099ff;
    border: 4px solid #fff;
    transform: translate3d(-50%, 0%, 0);
    transition: 0.5s;
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 9px;
    width: 31px;
    height: 31px;
    border-radius: 31px;
    background: rgba(255, 255, 255, 0.2);
    transform: translate3d(-50%, 0%, 0);
    opacity: 0;
    transition: 0.5s;
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active:before{
    width: 17px;
    height: 17px;
    border-radius: 17px;
    background: #0099ff;
    border: 5px solid #fff;
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active:after{
    opacity: 1;
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active span{
    opacity: 1;
    transition: 0.5s;
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active span{
    opacity: 0.4;
}
.fzlc_swiper_bottom{
    margin-top: 120px;
}
.fzlc_swiper_bottom .swiper-button-next,.fzlc_swiper_bottom .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 48px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.fzlc_swiper_bottom .swiper-button-prev{
    top: auto;
    bottom: 0px;
    left: 0px;
}
.fzlc_swiper_bottom .swiper-button-next{
    top: auto;
    bottom: 0px;
    right: 0px;
}
.fzlc_swiper_bottom .swiper-button-prev:after,.fzlc_swiper_bottom .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.fzlc_swiper_bottom .swiper-button-prev:hover:after,.fzlc_swiper_bottom .swiper-button-next:hover:after{
    color: #fff;
}
.fzlc_swiper_bottom .swiper-button-next:hover,.fzlc_swiper_bottom .swiper-button-prev:hover{
    background: rgba(0,153,255,1);
    border: 1px solid #00AB90;
}

.qyzz_card img{
    border-radius: 8px;
    background: #f9f9f9;
    border: 1px solid #eee;
    width: 100%;
    height: 400px;
    padding: 15px;
    object-fit: scale-down;
}
.qyzz_card .card-body{
    padding: 18px 0px 0px 0px;
}

.qyzj_swiper .swiper-button-next,.qyzj_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 48px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.qyzj_swiper .swiper-button-prev{
    left: auto;
    right: 88px;
    top: 0px;
    margin-top: 0px;
}
.qyzj_swiper .swiper-button-next{
    right: 0px;
    top: 0px;
    margin-top: 0px;
}
.qyzj_swiper .swiper-button-prev:after,.qyzj_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.qyzj_swiper .swiper-button-prev:hover:after,.qyzj_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.qyzj_swiper .swiper-button-next:hover,.qyzj_swiper .swiper-button-prev:hover{
    background: rgba(0,153,255,1);
    border: 1px solid #00AB90;
}

/* ----------------------------------------------------------------
    产品中心
----------------------------------------------------------------- */
.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.products_nav_swiper .swiper-wrapper{
    justify-content: center;
}
.products_nav_swiper .swiper-wrapper .swiper-slide{
    width: auto;
}
.products_nav_swiper .swiper-wrapper .swiper-slide a{
    display: inline-block;
    font-size: 16px;
    padding: 24px 0px;
    line-height: 30px;
    margin: 0px 30px;
    position: relative;
}
.products_nav_swiper .swiper-wrapper .active a:before{
    content: "";
    position: absolute;
    left: 0p;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #0099ff;
}

.products_nav_swiper .swiper-button-next{
    width: 48px;
    height: 78px; 
    background: rgba(255,255,255,1);
    border-radius: 0px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.products_nav_swiper .swiper-button-next{
    right: 0px;
    top: 0px;
    margin-top: 0px;
}
.products_nav_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.products_nav_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.products_nav_swiper .swiper-button-next:hover{
    background: rgba(0,153,255,1);
    border: 1px solid #00AB90;
}

.ps_ds_media{
    padding: 88px 0px;
}
.ps_ds_media .media-body{
    padding: 24px 60px 24px 0px;
}
.ps_ds_media .media-body span{
    display: inline-block;
    padding: 14px 24px;
    border-radius: 50px;
    color: #fff;
    background: #0099ff;
    margin-bottom: 24px;
}
.ps_ds_media img{
    width: 350px;
    height: 350px;
    object-fit: scale-down;
}
.pro_con table{
    border: 1px solid #eee !important;
    width: 100%;
    max-width: 100%;
}
.pro_con th{
    border: none;
    border-top: 1px solid #000;
    background: #eff2f7;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 6px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.pro_con td{
    border: 1px solid #eee !important;
    font-size: 12px;
    font-weight: 400;
    padding: 12px 6px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.ps_ds_banner{
    margin-top: 88px;
}

/* ----------------------------------------------------------------
    人才招聘
----------------------------------------------------------------- */
.hire_banner{
    background: url(../img/hire_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hire_swiper_bottom{
    padding-top: 88px;
    padding-bottom: 88px;
}
.hire_swiper_card_sl{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #999;
    margin-top: 12px;
}
.hire_swiper_card_sl span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #ccc;
    margin-left: 8px;
}
.hire_swiper_card_sl span svg{
    width: 14px;
    height: 14px;
    fill: #fff;
}

.hire_swiper_top .swiper-wrapper .swiper-slide{
    font-size: 24px;
    line-height: 30px;
    width: auto;
    margin-right: 60px;
    padding-bottom: 28px;
    position: relative;
    cursor: pointer;
}
.hire_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    font-weight: 700;
}
.hire_swiper_top .swiper-wrapper .swiper-slide-thumb-active:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #000;
}

.hire_ljwm_card .card-img-overlay{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 30px 60px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}
.hire_ljwm_nr{
    padding-right: 60px;
}

.hire_bghj_swiper{
    overflow: visible;
}
.hire_bghj_swiper .swiper-wrapper .swiper-slide img{
    border-radius: 15px;
}
.hire_bghj_swiper .swiper-button-next,.hire_bghj_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 48px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.hire_bghj_swiper .swiper-button-prev{
    left: auto;
    right: 88px;
    top: 0px;
    margin-top: 0px;
}
.hire_bghj_swiper .swiper-button-next{
    right: 0px;
    top: 0px;
    margin-top: 0px;
}
.hire_bghj_swiper .swiper-button-prev:after,.hire_bghj_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.hire_bghj_swiper .swiper-button-prev:hover:after,.hire_bghj_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.hire_bghj_swiper .swiper-button-next:hover,.hire_bghj_swiper .swiper-button-prev:hover{
    background: rgba(0,153,255,1);
    border: 1px solid #00AB90;
}

.hire_yghd_swiper .swiper-button-next,.hire_yghd_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 48px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.hire_yghd_swiper .swiper-button-prev{
    left: auto;
    right: 88px;
    top: 0px;
    margin-top: 0px;
}
.hire_yghd_swiper .swiper-button-next{
    right: 0px;
    top: 0px;
    margin-top: 0px;
}
.hire_yghd_swiper .swiper-button-prev:after,.hire_yghd_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.hire_yghd_swiper .swiper-button-prev:hover:after,.hire_yghd_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.hire_yghd_swiper .swiper-button-next:hover,.hire_yghd_swiper .swiper-button-prev:hover{
    background: rgba(0,153,255,1);
    border: 1px solid #00AB90;
}

.hire_yghd_card .fangda{
    border-radius: 15px;
    overflow: hidden;
}
.hire_yghd_card .card-body{
    padding: 24px 0px 0px 0px;
}
.hire_yghd_card .card-body h4{
    font-size: 18px;
    line-height: 30px;
}

.job_p p{
    margin-bottom: 5px;
    line-height: 26px;
}

/*list*/
.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;
}
.pagination a:hover{
    color: #0F6ED8;
}
.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;
}
.pagination a.page_link_right{
    margin-left: 20px;
    border-radius: 40px;
}
.page_ul a.page-num-current{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    background: #0099ff;
    box-shadow: 0px 0px 13px rgba(15, 110, 216, 0.45);
    border: 1px solid #0099ff;
    color: #fff;
}

.hire_sousuo .sousuo_control{
    background: #fff;
    border: 1px solid #eee;
    border-right: none;
    border-radius: 0px;
}
.hire_sousuo .search_anniu_top2{
    border: 1px solid #eee;
    border-left: none;
    background: #fff;
    border-radius: 0px;
}

.hire_ul{
    background: #fff;
    border: 1px solid #eee;
    border-top: 5px solid #00a2e9;
    padding-bottom: 24px;
}
.hire_ul h4{
    font-size: 22px;
    padding: 14px 24px;
}
.hire_ul li a{
    display: block;
    font-size: 16px;
    line-height: 48px;
    padding: 0px 24px;
    position: relative;
}
.hire_ul li.active a{
    color: #00a2e9;
}
.hire_ul li.active a:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 3px;
    background: #00a2e9;
}

.hire_ul2 li a{
    display: block;
    background: #fff;
    border-radius: 8px;
    padding: 20px 30px 24px 30px;
    transition: 0.5s;
    margin-bottom: 24px;
}
.hire_ul2 li a ul{
    color: #999;
}
.hire_ul2 li a img{
    position: relative;
    top: -2px;
}
.hire_ul2 li a ul li:last-child{
    float: right;
}
.hire_ul2 li a:hover{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.hire_ds_bb{
    background: none;
    padding: 0px 0px 14px 0px;
    margin-top: 24px;
    margin-bottom: 10px;
}
.hire_ds_bb li{
    margin-bottom: 14px;
}
.hire_ds_bb .breadcrumb-item+.breadcrumb-item{
    padding-left: 18px;
}
.hire_ds_bb .breadcrumb-item+.breadcrumb-item::before{
    padding-right: 18px;
    content: "|";
    color: #ddd;
}

.hire_ds_bt{
    font-size: 30px;
    display: flex;
    align-items: center;
}
.hire_ds_bt span{
    display: inline-block;
    padding: 4px 18px;
    border-radius: 5px;
    background: #ddd;
    font-size: 14px;
    line-height: 24px;
    margin-left: 12px;
}

.hire_ds_toubu{
    padding-right: 140px;
}
.hire_ds_gengduo{
    position: absolute;
    right: 15px;
    top: 0px;
    padding: 12px 32px;
    background: #0099ff;
    color: #fff;
    border: 1px solid #0099ff;
}

/* ----------------------------------------------------------------
    新闻
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news_card1 img{
    border-radius: 25px;
}
.news_card1 .card-body{
    padding-bottom: 88px;
}
.news_card1 .card-body p{
    font-size: 16px;
    line-height: 30px;
}

.maximg img{
    max-width: 100%;
    height: auto !important;
}

.fangda.newsimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    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);
}

.news_swiper .swiper-button-next,.news_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 48px;
    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(0,162,233,1);
    border: 1px solid #00a2e9;
}
.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: 20px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 70px;
}
.news_card .card-body p{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.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 #ccc;
}
.news_card:hover .card-body span{
    color: #00a2e9;
    border-bottom: 1px solid #00a2e9;
}

.news_card_left{
    border-radius: 25px;
    overflow: hidden;
}

/*详情页*/
.news_fenye{
    display: flex;
    justify-content: space-between;
    padding: 28px 0px;
}
.news_fenye a{
    font-size: 16px;
    line-height: 30px;
}
.news_fenye a span{
    color: #999;
    margin-left: 12px;
}
.news_fenye a:hover span{
    color: #0099ff;
}

.ns_ds_bg{
    background: linear-gradient(to right, rgba(0, 119, 194, 1), rgba(83, 190, 238, 1));
    position: relative;
    margin-top: 88px;
}
.ns_ds_qbxw{
    position: absolute;
    top: 10px;
    left: 0px;
    display: inline-block;
    font-size: 16px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact_card{
    border-top: 4px solid #17a2ff;
    box-shadow: 0px 5px 20px rgba( 0, 0, 0, 0.1);
}
.contact_card_nr{
    border-right: 1px solid #eee;
    padding: 48px 30px 30px 30px;
    position: relative;
    background: #fff;
}
.contact_card_nr h3{
    padding-right: 78px;
    line-height: 58px;
}
.contact_card_nr ul li{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    padding: 4px 0;
}
.contact_card_nr span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #0099ff;
    position: absolute;
    right: 30px;
    top: 48px;
}
.contact_card_nr span img{
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}

.contact_ditu{
    margin-top: -58px;
}

.trip_mfzx_form .form-control{
    font-size: 14px;
    border-color: #eee;
    padding: 16px 18px;
}
.trip_mfzx_form .form_input_height{
    border: 1px solid #eee;
    padding-left: 52px;
    height: 66px;
}

.trip_mfzx_form .form-group{
    position: relative;
    margin-bottom: 20px;
}
.trip_mfzx_form .form-group label{
    position: absolute;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
    left: 32px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
}

.contact_gengduo{
    background: #0099ff;
    border-color: #0099ff;
    color: #fff;
    padding: 12px 38px;
}

.hire_list_ds_banner{
    margin-top: 88px;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.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 20px 0px 20px;
    }
}
@media (max-width: 1500px){
    .row_30,.row_24{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24{
        padding-left: 15px;
        padding-right: 15px;
    }

    .about_shuju .card-body{
        padding: 15px;
    }
    .about_shuju .card-body .numU .numCX{
        font-size: 30px;
    }
    .about_shuju .card-body h6{
        font-size: 14px;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
    }

    .product_card img{
        height: 320px;
    }
    .about_banner{
        height: 400px;
    }
    .ns_ds_qbxw{
        position: static;
        margin-bottom: 24px;
    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .md_none{
        display: none;
    }
    .nav_min .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
        height: 48px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
        background: rgba(255, 255, 255, 1);
    }
    .nav_min .nav_container{
        position: relative;
        justify-content: center;
        padding: 0px;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 12px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid #eee;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px 15px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 40px 20px 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }
    .nav_min .navbar-nav .pc_yuyan .nav-link{
        padding-left: 0px;
        padding-right: 40px;
    }

    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .pt-7{
        padding-top: 68px;
    }
    .pb-7{
        padding-bottom: 68px;
    }

    .search_anniu_top:after{
        border: 1px solid #000!important;
    }
    .search_anniu_top:before{
        background: #000!important;
    }
    .nav_min .navbar-nav .nav-link{
        color: #000;
    }
    .pc_yuyan .nav-link svg,.pc_yuyan:hover .nav-link svg{
        fill: #000;
    }
    .about_shuju .card-body .numU .numCX{
        font-size: 22px;
    }
    .ix_cpyy_swiper_bottom .swiper-wrapper .swiper-slide img{
        width: 30px;
        height: 30px;
    }
    .ix_cpyy_swiper_bottom .swiper-wrapper .swiper-slide h4{
        font-size: 20px;
    }
    .ix_cpyy_swiper_bottom .swiper-wrapper .swiper-slide .ix_cpyy_swiper_nr p{
        font-size: 14px;
    }
    .nav_min_ny .md_sousuo{
        background: none;
    }
    .nav_min_ny .pc_yuyan .nav-link{
        background: none;
    }
    .banner_nr{
        padding-top: 68px;
    }

    .ps_ds_banner,.about_banner,.hire_list_ds_banner{
        margin-top: 68px;
    }
    .ps_ds_media{
        padding: 68px 0px;
    }

    .products_nav_swiper .swiper-wrapper{
        display: flex;
        justify-content: flex-start;
    }
    .products_nav_swiper .swiper-wrapper .swiper-slide a{
        margin: 0px 48px 0px 0px;
    }
    .ns_ds_bg{
        margin-top: 68px;
    }

    .news_card1 .card-body h3{
        font-size: 24px;
        line-height: 34px;
    }
    .hire_swiper_bottom{
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .contact_card_nr{
        padding: 48px 24px 24px 24px;
    }
    .contact_card_nr h3{
        font-size: 24px;
    }
    .contact_card_nr ul li{
        font-size: 14px;
    }
    .about_fzlc_bg:before{
        bottom: 91px;
    }
}
@media (max-width: 900px){
    .bottom_bg{
        padding-top: 48px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }

    .ix_about_img{
        margin-top: 48px;
    }
    .ix_about_img:before{
        content: none;
    }
    .ix_about_img:after{
        content: none;
    }
    .ix_pt_swiper_row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .ix_pt_swiper{
        padding: 0px 15px;
    }
    .product_card img{
        height: 300px;
        padding: 15px;
    }

    .ps_ds_media img{
        width: 300px;
        height: 300px;
    }
    .products_nav_swiper .swiper-wrapper .swiper-slide a{
        margin: 0px 30px 0px 0px;
    }
    .news_fenye{
        flex-direction: column;
    }
    .news_card1 .card-body{
        padding: 24px 0px 88px 0px;
    }

    .news_swiper .swiper-button-prev{
        bottom: 0px;
        margin-left: -58px;
    }
    .news_swiper .swiper-button-next{
        bottom: 0px;
        margin-left: 10px;
    }
    
    .hire_ds_gengduo{
        position: static;
        margin-bottom: 24px;
    }
    .hire_ds_toubu{
        padding-right: 0px;
    }
    .hire_ul2 li a ul li:last-child{
        float: none;
        display: block;
        margin-top: 12px;
    }
    .hire_ljwm_nr{
        padding-right: 0px;
        margin-bottom: 24px;
    }
    .contact_card_nr{
        border: none;
        border-bottom: 1px solid #eee;
    }
    .fzlc_swiper_card .card-body{
        padding: 24px 0px 0px 0px;
    }
    .about_video{
        padding-top: 120px;
        padding-bottom: 100px;
    }
}

@media (max-width: 768px){
    .wrap,.wrap_lg{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container{
        width: 100%;
    }
    
    .banner{
        height: 380px;
        margin-top: 68px;
    }
    .banner_nr{
        padding-top: 0px;
    }
    .banner_card .card-img-overlay a img{
        width: 48px;
        height: 48px;
    }
    .banner_nr h1{
        font-size: 24px;
        line-height: 38px;
    }
    .ix_bt h1,.ns_ds_banner_bt,.hire_ds_bt,.ix_pt_swiper_text h3{
        font-size: 24px;
    }
    .p_16 p, .p_16{
        font-size: 14px;
        line-height: 24px;
    }
    .ix_cpyy_swiper_top{
        height: 600px;
    }
    .ix_cpyy_swiper .swiper-button-prev{
        left: 15px;
    }
    .ix_cpyy_swiper .swiper-button-next{
        right: 15px;
    }

    .ps_ds_media{
        display: flex;
        flex-wrap: wrap;
        padding: 48px 0px;
    }
    .ps_ds_media .media-body{
        padding: 24px 0px 0px 0px;
    }
    .ps_ds_media img{
        width: 100%;
        height: 240px;
    }
    .ps_ds_media h1{
        font-size: 24px;
    }

    .about_banner{
        height: 200px;
    }
    .about_banner h1{
        font-size: 24px;
    }
    .products_nav .col-lg-12{
        padding-right: 0px;
    }

    .news_card1 .card-body h3{
        font-size: 18px;
    }
    .hire_swiper_top .swiper-wrapper .swiper-slide{
        margin-right: 30px;
    }
    .hire_swiper_card .card-body h4{
        font-size: 18px;
    }
    .contact_card_nr{
        padding: 24px 24px 24px 24px;
    }
    .contact_card_nr span{
        top: 24px;
    }
    .about_bt h3{
        font-size: 24px;
    }
    .about_video img{
        width: 58px;
        height: 58px;
    }
}