/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei regular","微软雅黑",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;
}

/*返回顶部*/
.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: 15px;
    z-index: 3000;
    bottom: 40px;
    width: 58px;
    height: 58px;
    line-height: 66px;
    border-radius: 58px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#999;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #0333ff;
    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: #0333ff;
}

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

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

h6{
    line-height: 28px;
}

h3{
    line-height: 46px;
}

.pem{
    text-indent: 2em;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
    line-height: 30px;
}
.text_333{
    color: #333;
}
.text_666{
    color: #666;
}
.text_999{
    color: #999;
}
.text-warning{
    color: #ff5a3c!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}

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

.no_margin{
    margin: 0px;
}

.ce_width{
    max-width: 1400px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.bj .modal-body{
    padding: 60px;
}
.bj .modal-body .close{
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    transition: all .5s;
}
.bj .modal-body .close:before{
    content: "";
    position: absolute;
    left: 5px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.bj .modal-body .close:after{
    content: "";
    position: absolute;
    left: 5px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
.bj .modal-body .close:hover{
    transform: rotate(180deg);
}

.nav_min{
    background: #fff;
    box-shadow: 0px 2px 8px rgba(102, 102, 102, 0.1);
    padding: 0px 15px;
}
.navbar-brand{
    margin-right: 60px;
}
.navbar-brand img{
    max-height: 50px;
    object-fit: contain;
}

/*.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 1px;
}*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 33px 24px;
    position: relative;
    font-size: 16px;
}
.nav_min .navbar-nav .nav-link{
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link{
    color: #fff;
    background: #0333ff;
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 13px 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #0333ff;
    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: 100%;
    width: 100%;
    background: none;
    margin: 0px;
    z-index: 1000;
    padding: 0;
    box-shadow: 0px 5px 5px rgba(153,153,153,0.1);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala .dropdown-menu .fa{
    color: #0333ff;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -4px;
}
@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{
    display: block;
    padding: 12px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    transition: padding 0.5s;
    font-size: 14px;
    text-align: center;
    background: rgba(3,51,255,0.9);
    color: #fff;
}
.top_xiala .dropdown-menu a:hover{
    color: #0333ff;
    background: #fff;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 1000;
    background: #eee;
    color: #999;
    border-radius: 50px;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .youshi_card .fangda img{
        height: 450px;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #0333ff;
    color: #fff;
}

/*banner*/
/*.banner{
    height: 520px;
}*/

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner .swiper-wrapper .swiper-slide p{
    line-height: 36px;
}
.banner .swiper-wrapper .swiper-slide div{
    transform:translateX(400px);
    opacity:0;
    transition:all .8s;
}
.banner .swiper-wrapper .ani-slide div{
    transform:translateX(0);
    opacity:1;
}

.banner h1{
    font-size: 48px;
    margin-bottom: 24px;
}
.banner h4{
    font-weight: normal;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: -0px;
}
.banner .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: -0px;
}
.banner:hover .swiper-button-prev{
    opacity: 1;
    left: 38px;
}
.banner:hover .swiper-button-next{
    opacity: 1;
    right: 38px;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.banner .swiper-button-prev:hover:after,.banner .swiper-button-next:hover:after{
    color: #fff;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: rgba(77,172,245,1);
}
.banner .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #0333ff;
}

.banner_card h5{
    line-height: 30px;
}

/*zhuti*/
.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);
}

.youshi_card .fangda{
    opacity: 0;
    transition: 0.5s;
}
.youshi_card .card-img-overlay{
    /*display: flex;*/
    /*align-items: flex-end;*/
    /*justify-content: center;*/
    text-align: center;
    width: 100%;
}
.youshi_card .card-img-overlay .youshi_card_nr{
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.5s;
    position: relative;
    top: 20%;
}
.youshi_card .card-img-overlay .youshi_card_png{
    margin-bottom: 48px;
    width: 132px;
    height: 132px;
    background: url(../img/zp1_1.png);
    background-repeat: no-repeat;
    transition: 0.5s;
}
.youshi_card .youshi_card_js{
    width: 100%;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    padding: 18px 24px;
}
.youshi_card .youshi_card_js h6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 80px;
}
.youshi_card:hover{
    color: #fff;
}
.youshi_card:hover .fangda{
    opacity: 1;
}
.youshi_card:hover .card-img-overlay .youshi_card_png{
    background: url(../img/zp1_2.png);
    margin-bottom: 28px;
}
.youshi_card:hover .youshi_card_js{
    opacity: 1;
}
.youshi_card:hover .card-img-overlay{
    align-items: flex-end;
}
.youshi_card:hover .card-img-overlay .youshi_card_nr{
    top: 16%;
}
.youshi_card .card-img-overlay .youshi_card_png2{
    background: url(../img/zp2_1.png);
}
.youshi_card:hover .card-img-overlay .youshi_card_png2{
    background: url(../img/zp2_2.png);
}
.youshi_card .card-img-overlay .youshi_card_png3{
    background: url(../img/zp3_1.png);
}
.youshi_card:hover .card-img-overlay .youshi_card_png3{
    background: url(../img/zp3_2.png);
}
.youshi_card .card-img-overlay .youshi_card_png4{
    background: url(../img/zp4_1.png);
}
.youshi_card:hover .card-img-overlay .youshi_card_png4{
    background: url(../img/zp4_2.png);
}

.index_bt{
    padding-top: 16px;
    padding-bottom: 14px;
    position: relative;
}
.index_bt span{
    display: inline-block;
    width: 128px;
    height: 20px;
    background: linear-gradient(to right, rgb(0,99,201) 0%, rgb(97 190 154 / 80%) 50%, rgb(0,123,255) 80%);
}
.index_bt strong{
    position: absolute;
    left: 0px;
    top: 0px;
}
.about_p{
    line-height: 34px;
}

.about_yjss{
    position: relative;
}
.about_yjss h4{
    background: rgba(77, 172, 245, 0.6);
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    padding: 15px;
}

.hzhb_bg{
    background: #f1f8fe;
}
.index_bt2{
    display: flex;
    justify-content: center;
}
.index_bt2 strong{
    left: auto;
}
.hzhb_logo img{
    width: 100%;
    height: 200px;
    background: #fff;
    object-fit: contain;
}
.maximg img{
    max-width: 100%;
    height: auto !important;
}
.fangda.newsimg {
    position: relative;
    overflow: hidden;
    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.newsimg:hover .fdimg{
    transform:scale(1.1);
}
.gengduo{
    border:2px solid #cccc;
    color: #000;
    display: inline-block;
    padding: 16px 38px;
    pointer-events: auto;
    font-size: 16px;
    transition: 0.5s;
}
.gengduo:hover{
    border:2px solid #0e30df;
    background: #0e30df;
    color: #fff;
}
.news_card{
    border-bottom: 1px solid #eee!important;
    padding: 18px 0px;
}
.news_card p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}
.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 8px 14px;
    border: none;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #0333ff;
    color: #fff;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}

.dishangmian_bg{
    background: url(../img/dishangmian_bg.png.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.di_bangjia{
    font-size: 16px;
    padding: ;
}
.di_bangjia:hover{
    background: #fff;
    border-color: #fff;
    color: #0333ff;
}

.inlk_bg{
    background: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.banner_swiper .swiper-button-next,.banner_swiper .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.3);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner_swiper .swiper-button-prev{
    left: -50px;
    opacity: 1;
    margin-top: -25px;
}
.banner_swiper .swiper-button-next{
    right: -50px;
    opacity: 1;
    margin-top: -25px;
}
.banner_swiper .swiper-button-prev:after,.banner_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.banner_swiper .swiper-button-prev:hover:after,.banner_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.banner_swiper .swiper-button-next:hover,.banner_swiper .swiper-button-prev:hover{
    background: rgba(0,98,207,1);
}
.fangda.yyalimg{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 75%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.yyalimg:hover .fdimg{
    transform:scale(1.1);
}
.dhbox{
    color: #0333ff;
}


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

.bottom_bg{
    background: url(../img/bottom_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 48px;
    position: relative;
    
}

.ix_bottom_media img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #ddd;
    object-fit: none;
}
.ix_bottom_media .media-body p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.bottom_top_border{
    border-bottom: 1px solid #eee;
}

.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: bold;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_ul .card{
    background: none;
    padding: 15px 0px 28px 0px;
}
.bottom_ul .card ul li a{
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card ul li a.text_999{
    color: #999;
}
.bottom_ul .card ul li a:hover{
    color: #0333ff;
}
.foo_ul li{
    line-height: 20px;
    float: left;
    margin: 8px 0;
}

.di_media .media{
    margin-bottom: 8px;
}
.di_media .media i{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00478b;
    background: #fff;
}
.di_media .media:hover i{
    background: #00478b;
    color: #fff;
    transition: all 0.3s;
}

.bottom_media{
    border-radius: 8px;
    padding: 12px;
    background: #0056a7;
}
.bottom_media i{
    background: #fff;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #ddd;
    color: #999;
    text-align: center;
    line-height: 48px;
}

.bottom_beian{
    line-height: 20px;
    padding: 15px 0px;
}

.about_yjlist .img{
    position: relative;
    overflow: hidden;
}
.about_yjlist img {
    display: block;
    transition:all 0.5s ease-out; 
}
.about_yjlist .img p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    line-height: 42px;
    background: #fff;
    text-align: center;
    height: 42px;
}
.about_yjlist .img p span {
    display: block;
    height: 20px;
    border-bottom: 1px solid #000;
    margin: 0 14px;
}
.about_yjlist .img p label {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    margin-bottom: 0;
}
.about_yjlist .img:hover {
    background: #000
}
.about_yjlist .img:hover img {
    opacity: .5;
    transform: scale(1.1) rotate(3deg);
    -o-transform: scale(1.1) rotate(3deg);
    -webkit-transform: scale(1.1) rotate(3deg);
    -moz-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
}

/* ----------------------------------------------------------------
    聯絡我們
--------------------------------------------------------------- */
.contact_form .form-control{
    border-color: #eee;
    padding: 12px 18px;
    font-size: 14px;
}
.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 #00478b;
    background: #00478b;
    color: #fff;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #005db6;
    border-color: #005db6;
}

/* ----------------------------------------------------------------
    product_ll
----------------------------------------------------------------- */
.product_ll_bg{
    background: url(../img/product_ll_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
}
.product_ll_nr_bg{
    /*background: url(../img/product_ll_nr_bg.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}

.product_ll_card .about_yjss h4{
    background: rgba(255, 255, 255, 0.6);
    color: #082949;
}
.product_ll_card .card-body{
    background: #082949;
}

/* ----------------------------------------------------------------
    product_gyl
----------------------------------------------------------------- */
.product_gyl_bg{
    background: url(../img/product_gyl_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
}
.product_gyl_card img{
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.product_gyl_card .card-body p{
    font-size: 16px;
    line-height: 32px;
}

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

.pt_zy_yuan{
    width: 449px;
    height: 449px;
    padding: 15px;
    position: relative;
}
.pt_zy_yuan img{
    width: 419px;
    height: 419px;
    border-radius: 419px;
    object-fit: contain;
}

.pt_zy_xiaoyuan{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    background: #44bbc3;
    position: absolute;
}
.pt_zy_yuan1{
    background: #3ed982;
    left: 0px;
    top: 50%;
    margin-top: -15px;
}
.pt_zy_yuan2{
    background: #44bbc3;
    left: 100px;
    top: 25px;
}
.pt_zy_yuan3{
    background: #ffcc48;
    right: 100px;
    top: 25px;
}
.pt_zy_yuan4{
    background: #fbb28d;
    right: 0px;
    top: 50%;
    margin-top: -15px;
}
.pt_zy_yuan5{
    background: #f3787b;
    right: 100px;
    bottom: 25px;
}
.pt_zy_yuan6{
    background: #afda3e;
    left: 100px;
    bottom: 25px;
}

.pt_zy_card1{
    width: 30%;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 70%;
}
.pt_zy_card2{
    width: 30%;
    height: 200px;
    position: absolute;
    top: 300px;
    left: 70%;
}
.pt_zy_card3{
    width: 30%;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0%;
}
.pt_zy_card4{
    width: 30%;
    height: 200px;
    position: absolute;
    top: 300px;
    left: 0%;
}

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

.pt_cj_p{
    font-size: 16px;
    color: #5A5A5A;
    line-height: 30px;
}

.pt_cj_bt{
    padding-left: 24px;
    position: relative;
}
.pt_cj_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #97C4FF;
}

.fangda.proimg{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 70%;
    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);
}

.pro-item .info {
    width: 100%;
    height: 100px;
    position: absolute;
    padding: 10px 0 0 0;
    background: rgba(0,0,0, 0.2);
    bottom: -100px;
    left: 0;
    z-index: 2;
    transition-duration: 0.2s;
}
.pro-item .info h3 {
    display: block;
    width: 90%;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    /*text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;*/
}
.pro-item .info .ckp{
    display: block;
    font-weight: normal;
    width: 120px;
    height: 35px;
    margin: 10px auto 0 auto;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #4dacf5;
    border: 1px solid #4dacf5;
    transition-duration: 0.2s;
}
.pro-item .info .ckp:hover{
    background: #0333ff;
    border: 1px solid #0333ff;
}

 .pro-item:hover .info{
    background: rgba(0,0,0, 0.6);
    bottom:0;
}

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

/* ----------------------------------------------------------------
    cd_cn_kh_bg
----------------------------------------------------------------- */
.cd_cn_kh_bg{
    background: url(../img/cd_cn_kh_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cold_cn_card .about_yjss img{
    height: 160px;
    object-fit: contain;
}

.cd_cn_card2{
    background: #139ea6;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cd_cn_card2 .card-img-overlay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #10797f;
    opacity: 0;
    transition: 0.5s;
}
.cd_cn_card2 .card-img-overlay h5{
    position: relative;
    bottom: 0px;
    transition: 0.5s;
}
.cd_cn_card2:hover .card-img-overlay{
    opacity: 1;
}
.cd_cn_card2:hover .card-img-overlay h5{
    bottom: 18px;
}

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

.news_bt h5{
    color: #022de2;
    padding: 15px;
    position: relative;
}
.news_bt h5:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.news_bt h5:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 110px;
    height: 3px;
    background: #0333ff;
}
.news_card_2{
    border: none!important;
}

.news_details_bt h5:after{
    content: "";
    position: absolute;
    top: 18px;
    left: 0px;
    width: 4px;
    height: 20px;
    background: #0333ff;
}

.ns_ds_bottom{
    border-top: 1px dashed #eee;
    margin-top: 38px;
    padding-top: 24px;
}
.news_fxd{
    width: 33px;
    height: 33px;
    border-radius: 33px;
    display: inline-block;
    margin-left: 12px;
}
.news_fxd_1{
    display: flex;
    align-items: center;
}
.news_fxd1{
    background: url(../img/vbg01.png) -1302px -100px no-repeat;
}
.news_fxd2{
    background: url(../img/vbg01.png) -1302px -190px no-repeat;
}
.news_fxd3{
    background: url(../img/vbg01.png) -1302px -235px no-repeat;
}
.news_fxd4{
    background: url(../img/vbg01.png) -1302px -730px no-repeat;
}
.news_fxd5{
    background: url(../img/vbg01.png) -1302px -595px no-repeat;
}
.ns_ds_ul li{
    line-height: 36px;
}

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

.at_hr_left{
    background: #022de2;
    padding: 15px;
}
.at_hr_left h5{
    opacity: 0.3;
}
.at_hr_ul li{
    font-size: 16px;
}
.at_hr_ul li a{
    color: #333;
    padding: 14px 8px;
    display: block;
}
.at_hr_ul .active a,.at_hr_ul li a:hover{
    color: #022de2;
}

.about_culture_sm{
    background: #E1F8F9;
}
.ps_contact_ul li {
    margin-bottom: 12px;
    line-height: 20px;
    font-size: 14px;
}
.abcon p{
    line-height: 2;
}
.ny_bt {
    color: #022de2;
    padding: 0px 16px;
    line-height: 58px;
    position: relative;
    font-weight: bold;
}
h5.ny_bt:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.ny_bt span{
    position: relative;
    display: inline-block;
}
h5.ny_bt span:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 120%;
    height: 3px;
    background: #022de2;
}
h5.ny_bt:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 110px;
    height: 3px;
    background: #022de2;
}
.newscon p{
    line-height: 2;
}
.newscon,.newscon p,.newscon span{
    font-family: "Microsoft YaHei regular","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif !important;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){
    
}

@media (max-width: 1200px){
    .top_xiala .dropdown-toggle {
        display: none;
    }
}
@media (max-width: 1199px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 14px;
    }
    .top_xiala .dropdown-menu{
        position: relative;
    }

    .md_baojia{
        margin-bottom: 24px;
    }
}
@media (max-width: 900px){
    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    
    .bottom_bg{
        padding-top: 48px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 16px;
        border-bottom: 1px solid #424a63;
    }
    
    .md_lxwm{
        margin-top: 24px;
    }
    .bottom_media{
        margin-top: 38px;
    }
    .bottom_ul .card{
        padding: 15px 0px 18px 0px
    }
    
    .youshi_card{
        color: #fff;
    }
    .youshi_card .fangda{
        opacity: 1;
    }
    .youshi_card .youshi_card_js{
        padding: 24px;
    }
    .youshi_card .card-img-overlay .youshi_card_nr{
        top: 5%;
    }
    .youshi_card_js .card-title{
        margin-bottom: 0;
    }
    .youshi_card .youshi_card_js{
        opacity: 1;
    }
    .youshi_card .card-img-overlay .youshi_card_png{
        background: url(../img/zp1_2.png);
    }
    .youshi_card .card-img-overlay .youshi_card_png2{
        background: url(../img/zp2_2.png);
    }
    .youshi_card .card-img-overlay .youshi_card_png3{
        background: url(../img/zp3_2.png);
    }
    .youshi_card .card-img-overlay .youshi_card_png4{
        background: url(../img/zp4_2.png);
    }
    .youshi_card .fangda img{
        height: auto;
    }

    .pt_zy_card1,.pt_zy_card2,.pt_zy_card3,.pt_zy_card4{
        position: static;
        width: 100%;
        margin-top: 24px;
        height: auto;
    }
    .pt_zy_card1 .card-body,.pt_zy_card2 .card-body,.pt_zy_card3 .card-body,.pt_zy_card4 .card-body{
        text-align: left!important;
    }

    .ns_ds_bottom{
        flex-direction: column;
    }
    .news_fxd_1{
        margin-bottom: 24px;
    }
}

@media (max-width: 768px){
    .banner h1{
        font-size: 28px;
    }
    .pt_zy_yuan{
        width: 250px;
        height: 250px;
    }
    .pt_zy_yuan img{
        width: 220px;
        height: 220px;
    }
    .pt_zy_yuan2{
        left: 50px;
        top: 15px;
    }
    .pt_zy_yuan3{
        right: 50px;
        top: 15px;
    }
    .pt_zy_yuan5{
        right: 50px;
        bottom: 15px;
    }
    .pt_zy_yuan6{
        left: 50px;
        bottom: 15px;
    }
    .youshi_card .fangda img{
        height: 418px;
    }
}
@media (min-width: 992px){
   .db_div .col-lg-3{
        flex: 0 0 22.2%;
        max-width: 22.2%;
    }
}