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

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

.section::-webkit-scrollbar{
    display: none;
}
.maximg img{
    max-width: 100%;
    height: auto;
}
.fgdiv{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 85%;
    background: #fff;
}
.fnewdiv{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 68%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*返回顶部*/
.totop{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 58px;
    text-align: center; 
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    position: fixed;
    bottom: 30px; 
    right: 30px; 
    cursor: pointer;
    display: none;
    color:#999;
    z-index: 1000;
    transition: background 0.5s;
    -webkit-transition: background 0.5s; /* Safari */
}
.totop:hover{
    color: #fff;
    background-color: #32528f;
}
@media (max-width: 900px){
    .totop{
        display: none!important;
    }
}

#silentMoveTo{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 58px;
    text-align: center; 
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    position: fixed;
    bottom: 30px; 
    right: 24px; 
    cursor: pointer;
    color:#999;
    z-index: 1000;
    transition: background 0.5s;
    -webkit-transition: background 0.5s; /* Safari */
    
    animation: top_donghua 1s infinite alternate;
    -webkit-animation: top_donghua 1s infinite alternate; /* Safari and Chrome */
}
@keyframes top_donghua
{
    from {
        bottom: 30px;
    }
    to {
        bottom: 40px;
    }
}

@-webkit-keyframes top_donghua /* Safari and Chrome */
{
    from {
        bottom: 30px;
    }
    to {
        bottom: 40px;
    }
}
#silentMoveTo:hover{
    color: #fff;
    background-color: #e83427;
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus{outline:0;}

a{
    color: #333;
}

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

a:hover, a:focus{
    color: #32528f;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 28px;
    word-break: break-all;
}

h6{
    line-height: 28px;
}

h3{
    line-height: 46px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}

.text_width{
    color: #fff;
}
.text_999{
    color: #999;
}
.text-danger{
    color: #e83427!important;
}
.text-primary{
    color: #32528f!important;
}

.bg_000{
    background: #000;
}
.bg_f9f9f9{
	background: #f9f9f9;
}
.bg_f5f5f5{
    background: #f5f5f5;
}
.bg_5dc1ce{
    background: #5dc1ce;
}

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

.no_margin{
    margin: 0px;
}

.btn-danger{
    background-color: #e83427;
    border-color: #e83427;
}
.btn-danger:hover{
    background-color: #d52f23;
    border-color: #d52f23;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
@media (min-width: 1200px){
    .container_2{
        max-width: 1400px;
    }
}
/*nav*/
.navbar{
    background: rgba(255,255,255,1);
    padding: 0px 0px 0px 30px;
    box-shadow: 0px 5px 15px rgba(153,153,153,0.1)
}
.navbar-brand{
    padding: 15px 0px;
    margin-right: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 39px 0px 39px 0px;
    margin: 0px 30px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
.navbar-light .navbar-nav2 .nav-link{
    color: #999;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link{
    color: #33538e;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #32528d;
    height: 3px;
    border-radius: 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;
}
.nav-link:hover:before,.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before{
    left: 0%;
    right: 0%;
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 13px 5px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    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(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);
}

.search_anniu_top{
    display: inline-block;
    width: 68px;
    height: 96px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 14px;
    right: 0;
    bottom: 0;
    left: 14px;
    width: 10px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #000;
    transition: all .5s;
}
.search_anniu_top2:before{
    background: #fff;
}
.search_anniu_top2:after {
    border: 2px solid #fff;
}
.search_anniu_top:hover:before{
    background: #32528f;
}
.search_anniu_top:hover:after {
    border: 2px solid #32528f;
}
.top_xiala3 .nav-link:before{
    content: none;
}

.product_card .search_anniu_top:before{
    background: #fff;
}
.product_card .search_anniu_top:after {
    border: 2px solid #fff;
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 180px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    margin-top: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
@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-item{
    padding: 18px 24px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}
.top_xiala .dropdown-item:hover{
    background: #32528d;
    color: #fff;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 13px 18px;
    z-index: 1000;
    background: #32528f;
    color: #fff;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
}

.navbar-expand-lg .nav2 .nav-link{
    padding: 0px;
    margin: 0px;
}
.nav2 .nav-link:before{
    content: none;
}
.nav2 .nav-link{
    width: 98px;
    height: 98px;
    text-align: center;
    line-height: 98px;
    border-left: 1px solid rgba(255,255,255,0.2);
    background: none;
    transition: background 0.5s;
    -webkit-transition: background 0.5s; /* Safari */
}
.nav2 .nav-link:hover{
    background: #e83427;
}
.nav2 .nav-item h6{
    height: 98px;
    line-height: 98px;
    padding-right: 38px;
}
.top_xiala2{
    position: relative;
}
.top_xiala2 .dropdown-menu{
    right: 0;
    left: auto;
    min-width: 180px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    margin-top: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala3 .dropdown-menu{
    min-width: 400px;
}
@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_xiala2:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala2 .dropdown-item{
    padding: 18px 24px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}
.top_xiala2 .dropdown-item:hover{
    background: #e83427;
    color: #fff;
}

.top_xiala3 .sousuo .search_anniu_top{
    width: 68px;
    height: 48px;
}
.top_xiala3 .sousuo button{
    padding: 0px;
    line-height: 0px;
    border: none;
}
.top_xiala3 .sousuo .form-control{
    height: 48px;
    padding: 18px;
    border: none;
    box-shadow: none;
}

.top_xiala2 .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 13px 18px;
    z-index: 1000;
    background: #e83427;
    color: #fff;
}
.top_xiala2 .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala2 .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
}

.navbar-text{
    margin-left: 30px;
}

/*banner*/
.banner{
    height: 788px;
    background: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
}
.layer{
    position: absolute;
    width: 100%;
    height: 788px;
    z-index:4;
}
.banner_shubiao{
    display: inline-block;
    position: absolute;
    bottom: 35px;
    border: 2px solid #fff;
    width: 26px;
    height: 38px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 12px;
}
.banner_shubiao span{
    display: inline-block;
    width: 2px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
    margin-top: 6px;
    animation: top_donghb 1s infinite alternate;
    -webkit-animation: top_donghb 1s infinite alternate; /* Safari and Chrome */
}
@keyframes top_donghb
{
    from {
        margin-top: 6px;
    }
    to {
        margin-top: 15px;
    }
}

@-webkit-keyframes top_donghb /* Safari and Chrome */
{
    from {
        margin-top: 6px;
    }
    to {
        margin-top: 15px;
    }
}
#section1{
    position: relative;
}


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

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

.gengduo{
    border:2px solid #e83427;
    background: none;
    color: #e83427;
    padding: 12px 48px;
}
.gengduo:hover {
    color: #fff;
    background-color: #e83427;
    border-color: #e83427;
}
.gengduo i{
    position: relative;
    left: 0px;
    transition: left 0.5s;
    -webkit-transition: left 0.5s; /* Safari */
}
.gengduo:hover i{
    left: 15px;
}

.bt_1{
    position: relative;
    padding-bottom: 30px;
}
.bt_1:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -29px;
    width: 58px;
    height: 2px;
    background: #32528f;
}
.bt_2:before{
    background: #fff;
}

.hzpp_swiper .swiper-wrapper .swiper-slide{
    padding: 15px;
}
.hzpp_swiper .swiper-wrapper .swiper-slide img{
    height: 58px;
    object-fit: contain;
}
.hzpp_swiper .swiper-button-next,.hzpp_swiper .swiper-button-prev{
    width: 36px;
    height: 36px; 
    background: rgba(50,82,143,0.8);
    border-radius: 48px;
    transition: background 0.5s,opacity 0.5s;
    -webkit-transition: background 0.5s,opacity 0.5s; /* Safari */
}
.hzpp_swiper .swiper-button-prev{
    left: 0px;
    margin-top: -18px;
}
.hzpp_swiper .swiper-button-next{
    right: 0px;
    margin-top: -18px;
}
.hzpp_swiper .swiper-button-prev:after,.hzpp_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.hzpp_swiper .swiper-button-prev:hover:after,.hzpp_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.hzpp_swiper .swiper-button-next:hover,.hzpp_swiper .swiper-button-prev:hover{
    background: rgba(50,82,143,1);
}

.index_news_style:hover .fangda img{
    transform:scale(1.1);
}
.index_news_style h6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 14px;
}
.index_news_style p{
    border-top: 1px solid #eee;
    padding-top: 14px;
    margin-top: 32px;
}

.news_list_col{
    padding-left: 68px;
}
.news_list{
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.news_list:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #999;
}
.news_list .list4{
    position: absolute;
    top: 22px;
    right: 0px;
}
.news_list .news_list_a{
    display: inline-block;
    padding: 22px 0px;
    font-size: 18px;
    margin-right: 48px;
    position: relative;
}
.news_list .news_list_a.active{
    color: #32528f;
}
.news_list .news_list_a.active:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #32528f;
}

.news_list2 li a{
    display: block;
    padding: 16px 40px 16px 0px;
    transition: all 0.5s;
    position: relative;
}
.news_list2 li a .a_right{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0px;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
}
.news_list2 li a p{
    transition: all 0.5s;
}
.news_list2 li a:hover{
    background: #32528f;
    color: #fff;
    padding: 16px 40px 16px 15px;
}
.news_list2 li a:hover p{
    color: #fff;
}
.news_list2 li a:hover .a_right{
    right: 15px;
    opacity: 1;
}

.product_swiper{
    padding-bottom: 60px;
}
.product_swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.4;
    position: relative;
    border-radius: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.product_swiper>.swiper-pagination-bullets{
    bottom: 0px;
}
.product_swiper .swiper-pagination-bullet-active{
    opacity: 1;
}
.product_swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}

.product_card .card-img-overlay{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.product_card .product_sousuo{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background: rgba(0,0,0,0);
    transition: all 0.5s;
}
.product_card .product_sousuo .collapsed{
    margin-top: 100px;
    transition: all 0.5s;
}
.product_card .product_sousuo:hover{
    justify-content: center;
    background: rgba(0,0,0,0.5);
    opacity: 1;
}
.product_card .product_sousuo:hover .collapsed{
    margin-top: 0px;
}

.bg_product{
    background: url(../img/bg_product.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*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: '-';
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center; 

    }
    .collapsed .bottom_xiala:after{
        content: '+';
        display: inline-block;
    }
}

.bottom_bg{
    background: #212121;
    padding-top: 30px;
}

.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #666;
    font-size: 14px;
}
.bottom_ul .bottom_bt h5{
    margin: 0px;
}
.bottom_ul .card{
    background: none;
    padding: 0px;
}
.bottom_ul .card ul li a{
    display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
}
.bottom_ul .card ul li a:hover{
    color: #32528f;
}

.bottom_beian{
    padding: 12px 0px;
    color: #666;
    background: #292929;
}
.bottom_beian li{
    line-height: 32px;
}

.di_media .media{
    margin-bottom: 10px;
}
.di_media .media i{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
}

.di_container{
    padding-bottom: 30px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.neiye_bg{
    background: url(../img/neiye_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_nav{
    position: relative;
}
.about_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}
.nav-scroller{
    position: relative;
    z-index: 2;
    height: 68px;
    overflow-y: hidden;
}
.nav-scroller .nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav a{
    display: block;
    padding: 28px 0px;
    margin-right: 48px;
    font-size: 18px;
    position: relative;
    color: #999;
}
.nav-scroller .nav .active{
    color: #32528f;
}
.nav-scroller .nav .active:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #32528f;
}
.nav-scroller .nav a:hover{
    color: #32528f;
}

.about_p p{
    line-height: 24px;
   /* margin-bottom: 24px;*/
}
.p_line{
    line-height: 30px;
}

.join_style .card{
    border: none;
    margin-bottom: 32px;
}
.join_style .card-header{
    background: #fff;
    padding: 0px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}
.join_style .card-header a{
    display: block;
    padding: 30px 60px 30px 30px;
}
.join_style .card-header h5{
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.join_style .card-header ul li{
    font-size: 14px;
    color: #999;
}
.bottom_xiala2:after{
    content: '-';
    display: inline-block;
    text-align: center; 
    color: #fff;
    font-size: 20px;
}
.collapsed .bottom_xiala2:after{
    content: '+';
    display: inline-block;
}
.bottom_xiala2{
    position: absolute;
    right: 30px;
    top: 44px;
    width: 28px;
    height: 28px;
    line-height: 16px;
    border-radius: 28px;
    background: #32528f;
    text-align: center; 
}
.join_style .card-body{
    padding: 0px 30px 48px 30px;
}
.join_style .card-body h5{
    margin: 48px 0px 24px 0px;
}
.join_style .card-body ul li{
    line-height: 24px;
    color: #999;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #f5f5f5;
    color: #000;
    margin: 0px 8px;
    padding: 18px 22px;
    border: none;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #32528f;
    color: #fff;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}

/* ----------------------------------------------------------------
    合作品牌
----------------------------------------------------------------- */
.brands_card{
    height: 358px;
}
.brands_card{
    margin-bottom: 30px;
}
.brands_card .card-body{
    height: 100%;
}
.bg_bt{
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
    margin-bottom: 14px;
}

/* ----------------------------------------------------------------
    产品详情页
----------------------------------------------------------------- */
.pt_ds_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide{
    background: #f5f5f5;
    cursor: pointer;
    opacity: 0.6;
    padding: 8px;
    border: 1px solid #eee;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide img,.pt_ds_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
.pt_ds_swiper2 .swiper-button-next:after,.pt_ds_swiper2 .swiper-button-prev:after{
    color: #1c1f89;
}

.pt_right h4{
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.pt_bt_cpxq{
    padding-left: 30px;
    position: relative;
}
.pt_bt_cpxq:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 22px;
    height: 30px;
    background: url(../img/pt_bt_cpxq.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* ----------------------------------------------------------------
    公司新闻
----------------------------------------------------------------- */
.news_card{
    border-bottom: 1px solid #eee!important;
    padding: 24px 0px;
}
.news_card_top{
    border-top: 1px solid #eee!important;
}
.news_card .card-body{
    padding-left: 58px;
}
.news_card_p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 78px;
}

/* ----------------------------------------------------------------
    新闻详情页
----------------------------------------------------------------- */
.ny_nav{
    margin-top: 98px;
}
.news_right{
    box-shadow: 0px 5px 15px rgba(153,153,153,0.2);
    padding-bottom: 20px;
}
.news_right h5{
    padding: 24px 24px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.news_right li a{
    display: block;
    padding: 6px 24px;
}

.news_right .badge{
    width: 24px;
    height: 24px;
    line-height: 18px;
    border-radius: 24px;
    color: #212529;
    background-color: #f8f9fa;
}
.news_right .badge1{
    color: #fff;
    background-color: #dc3545;
}
.news_right .badge2{
    color: #fff;
    background-color: #ffc107;
}
.news_right .badge3{
    color: #fff;
    background-color: #6c757d;
}


/* ----------------------------------------------------------------
    联系方式
----------------------------------------------------------------- */
.contact_bg{
    background: url(../img/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact_form .form-control{
    border-color: #eee;
    padding: 12px 18px;
}
.form_input_height{
    height: 58px;
}
.contact_form .form-group .input-group .form-control{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.contact_form .form-group .input-group .input-group-text{
    background: none;
    border-color: #eee;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
}

.gengduo_contact{
    border:2px solid #000;
    background: #fff;
    color: #000;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #32528f;
    border-color: #32528f;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */

@media (max-width: 1500px){
    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0px 24px;
    }
    .navbar-expand-lg .nav2 .nav-link {
        padding: 0px;
        margin: 0px;
    }
}

@media (max-width: 1200px){
    .top_xiala .dropdown-toggle {
        display: none;
    }
}
@media (max-width: 1199px){
    .navbar{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0px;
        padding: 24px 0px;
    }
    .sousuo_widht{
        display: none;
    }
    #section0 .intro,#section1 .intro{
        top: 0%;
        opacity: 1;
        position:relative;
        transition: all 1000ms ease;
    }
    .navbar-expand-lg .nav2 .nav-link {
        padding: 0px;
        margin: 0px;
    }

    .search_anniu_top{
        width: 68px;
        height: 68px;
    }
    .top_xiala2{
        display: none;
    }
    .service_ul li a{
        padding: 24px 28px;
    }
    .navbar-text{
        margin: 0px;
        width: 100%;
        padding: 24px 0px;
    }

    .news_list_col{
        padding-left: 15px;
    }

    .layer,.banner{
        height: 600px;
    }
}

@media (max-width: 900px){
    #section3{
        padding-bottom: 68px;
    }
    .banner_nr .text h1{
        font-size: 38px;
    }

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

    .bottom_bg{
        padding-top: 28px;
    }
    .di_container{
        padding-bottom: 28px;
    }

    .layer,.banner{
        height: 500px;
    }
}

@media (max-width: 768px){
    .hzkh .swiper-wrapper .swiper-slide .hzkh_logo{
        padding: 15px;
        height: 100px;
    }
    .yzxm_card .card-img-overlay{
        padding: 30px;
    }
    .yzxm_card .card-img-overlay h3{
        font-size: 24px;
    }
    .banner h1{
        font-size: 24px;
    }
    .banner h5{
        font-size: 16px;
        padding: 0px 15px;
    }
    .nav2 .nav-link{
        width: 68px;
        height: 68px;
        line-height: 68px;
        border: none;
    }

    .navbar-brand img{
        width: 108px;
    }

    .about_us_bg h2 {
        padding-top: 78px;
        line-height: 302px;
    }
    .about_us_bg{
        height: 380px;
    }

    .ny_nav {
        margin-top: 78px;
    }

    .neiye_bg{
        height: 300px;
    }
    .layer,.banner{
        height: 400px;
    }
    .news_card .card-body{
        padding-left: 15px;
    }
}