/*聚诚在线（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;
}

/*返回顶部*/
.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: #ff5a3c;
    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: #0062cf;
}

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

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

h6,.h6{
    line-height: 24px;
}

h3{
    line-height: 36px;
}

h4{
    line-height: 42px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.text_333{
    color: #333;
}
.text_999{
    color: #999;
}
.text-primary{
    color: #064296!important;
}
.text-warning{
    color: #ff5a3c!important;
}
.text-primary{
    color: #00a1e9!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*/
.nav_min{
    padding: 0px 88px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
}
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    margin-right: 22px;
}
.navbar-brand img{
    height: 60px;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 35px 0px;
    position: relative;
}
.nav_min .navbar-nav .nav-link{
    color: #666;
    font-size: 16px;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
}
.nav_min .navbar-nav .nav-link span{
    position: absolute;
    right: 0px;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link:hover span,.nav_min .navbar-nav .active span{
    color: #004a9e;
}
.nav_min .nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #004a9d;
    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;
}
.nav_min .active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before,.nav_min .nav-link:hover:before{
    left: 0%;
    right: 0%;
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 0px;
    position: absolute;
    left: 5px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #666;
    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: 145px;
    /*width: 240px;*/
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px rgba(153,153,153,0.1);
    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-menu a{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    position: relative;
}
.top_xiala .dropdown-menu a:hover{
    color: #004a9e;
}

.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;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #004a9e;
    color: #fff;
}

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

.search_anniu_top:hover:before{
    background: #004a9e;
}
.search_anniu_top:hover:after{
    border: 2px solid #004a9e;
}

.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #f9f9f9;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 0px;
    padding-bottom: 0px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    padding: 15px 15px;
    height: 78px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.sousuo_control:hover{
    border: none;
}
.search_anniu2{
    display: inline-block; 
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
    margin-top: 10px;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}

.pc_yuyan{
    padding: 15px;
    display: block;
}

/*banner*/
.mobann{
    display: none;
}
.banner{
    height: 100%;
    position: relative;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.banner .swiper-slide .pc_cr{
    transform:translateX(400px);
    opacity:0;
    transition:all 1s;
}
.banner .ani-slide .pc_cr{
    transform:translateX(0);
    opacity:1;
}

.parallax-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
    display: flex;
    align-items: center;
    padding-top: 88px;
}
.parallax-bg h1{
    font-size: 36px;
}

.banner .swiper-pagination{
    width: auto;
    left: 15px;
    bottom: 45px;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 15px 0px 0px;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    border-radius: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-pagination-bullet-active{
    opacity: 1;
}

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

.gengduo{
    width: 200px;
    height: 58px;
    border:2px solid #fff;
    background: #fff;
    color: #215dd7;
    position: relative;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    padding: 14px 24px;
    pointer-events: auto;
}

.gengduo:hover {
    border:2px solid #fff;
    background: #fff;
    color: #215dd7;
}
.gengduo2{
    border:2px solid #215dd7;
    background: #215dd7;
    color: #fff;
}
.gengduo2:hover{
    color: #fff;
    background-color: #1f56c5;
    border-color: #1f56c5;
}
.gengduo i{
    position: absolute;
    top: 19px;
    right: 24px;
    transition: right 0.5s;
    -webkit-transition: right 0.5s; /* Safari */
}
.gengduo:hover i{
    right: 21px;
}
.gengduodp{
    border:2px solid #147ed0;
    background: #147ed0;
    color: #fff;
    display: inline-block;
    padding: 16px 28px;
    pointer-events: auto;
    font-size: 16px;
    transition: 0.5s;
}
.gengduodp:hover{
    border:2px solid #147ed0;
    background: #147ed0;
    color: #fff;
}
.gengduodp i{
    position: relative;
    left: 0px;
    transition: 0.5s;
}
.gengduodp:hover i{
    position: relative;
    left: 5px;
}

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

#section0{
    
}
#section1{
    background: #f9f9f9;
}
#section2{
    background: url(../img/banner3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#section3{
    background: #eee;
}
#section4{
    background: #f9f9f9;
}
#section5{
    background: #f9f9f9;
}


#fp-nav{
    margin-top: 44px;
}

.inabbg{
    background: url(../img/banner3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.nav_menu{
    position: fixed;
    left: 0px;
    top: 50%;
    margin-top: -62px;
    z-index: 1000;
    list-style: none;
}
.nav_menu li a{
    display: inline-block;
    padding: 4px 0px 12px 38px;
    margin: 8px 0px;
    color: #fff;
    position: relative;
}
.nav_menu li a:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 24px;
    height: 1px;
    background: #fff;
    transition: all .5s;
}
.nav_menu li a:hover{
    color: #00a1e9;
}
.nav_menu li a:hover:before{
    width: 32px;
}

.index_section1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 88px;
}

.ix_sn_znjj h1{
    font-size: 52px;
}

.ix_sn_zhsl{
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 24px 15px;
}

/*section1*/
.product_list .list-group-item{
    background: none;
    border: none;
    font-size: 16px;
    padding: 20px 24px;
    color: #999;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_list .list-group-item.active{
    background: #fff;
    color: #0062cf;
}
.product_list .list-group-item.active:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 100%;
    background: #0062cf;
}

/*section2*/
.anniu_right{
    width: 78px;
    height: 78px;
    border-radius: 78px;
    display: inline-block;
    background-image: linear-gradient(to bottom right, #2385f1, #0655ac);
    margin-top: 58px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anniu_right:hover{
    color: #fff;
}


.ix_about_right .card-img-overlay{
    background: rgba(0, 74, 157, 0.7);
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all .5s;
}
.ix_about_right:hover .card-img-overlay{
    background: rgba(0, 74, 157, 0.9);
}

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

.case_card{
    box-shadow: 0px 5px 30px rgba(153, 153, 153, 0.1);
}

.brands_img{
    background: #fff;
    padding: 18px 24px;
    margin-bottom: 30px;
    display: block;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 5px 15px rgba(51, 51, 51, 0.1);
}
.brands_img2{
    background: #002742;
}
/*bottom*/
@media (min-width: 900px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 900px){
    .bottom_xiala:after{
        content: none;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 7px;
        top: 21px;
        width: 2px;
        height: 16px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
}

.bottom_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.bottom_flex2{
    padding: 28px 0px 28px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.bott_tx li{
    position: relative;
}
.bott_tx .t_fuer{
    position: absolute;
    width: 115px;
    bottom: calc(-320% + 5px);
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 999;
}
.bott_tx li:hover .t_fuer{
    display: block;
}

.di_media .media{
    margin-bottom: 0px;
}
.di_media .media i{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    background: #eee;
    border: 1px solid #eee;
}
.di_media .media:hover i{
    background: #0062cf;
    color: #fff;
    border: 1px solid #0062cf;
    transition: all 0.3s;
}

.bottom_border{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #000;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_ul .card{
    background: none;
    padding: 24px 0px 15px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #999;
}
.bottom_ul .card a:hover{
    color: #0062cf;
}

.bottom_nav{
    padding-top: 50px;
}
.di_ul li{
    line-height: 28px;
    margin-bottom: 18px;
}
.di_ul li i{
    width: 24px;
    height: 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    background: none;
}
.di_beian{
    padding: 12px 0px;
    line-height: 24px;
}

/* ----------------------------------------------------------------
    产品展示
----------------------------------------------------------------- */
.product_banner{
    background: url(../img/product_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ny_nav_ul ul li a.ny_nav_a{
    display: block;
    padding: 8px 0px;
    line-height: 32px;
    border-bottom: 1px dashed #dfdfdf;
}
.ny_nav_ul ul li.active a.ny_nav_a{
    color: #000;
}
.ny_nav_ul ul li{
    position: relative;
}
.ny_nav_a_xiala{
    position: absolute;
    top: 14px;
    right: 0px;
    background: #d8d8d8;
    width: 29px;
    height: 29px;
}
.ny_nav_a_xiala:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 0px;
    margin-top: -8px;
    width: 1px;
    height: 17px;
    background: #ccc;
    transform:rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ny_nav_a_xiala:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: 0px;
    width: 17px;
    height: 1px;
    background: #ccc;
}
.ny_nav_a_xiala.collapsed:before{
    transform:rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ny_xiala_ul{
    padding-bottom: 13px;
}
.ny_xiala_ul li a{
    display: block;
    padding: 5px 0px;
    line-height: 32px;
    color: #999;
}
.ny_xiala_ul li a:hover,.ny_xiala_ul .active a{
    color: #004a9e;
}

.ny_nav_bt2{
    background: #a43033;
    color: #fff;
    padding: 16px 20px;
    margin-bottom: 0px;
}
.ny_nav_bt2:before{
    content: none;
}
.ny_nav_ul2{
    background: #fff;
    position: relative;
}
.ny_nav_ul2 ul li a.ny_nav_a{
    border-top: 1px solid #eee;
    border-bottom: none;
    font-size: 16px;
    padding: 13px 0px;
}

.ny_nav_a_xiala2{
    right: 0px;
    background: #fff;
}
.ny_nav_a_xiala2:before{
    background: #ccc;
}

.ny_nav_ul ul li.active .ny_nav_a_xiala:after{
    background: #004a9e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ny_nav_ul ul li.active .ny_nav_a_xiala2:before{
    background: #004a9e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ny_nav_a_xiala2.collapsed:after{
    background: #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ny_nav_ul2 ul li.active a.ny_nav_a{
    position: relative;
    color: #004a9e;
}

.pt_col_right{
    padding-right: 30px;
}

.nav_bottom{
    position: relative;
    background: #fff;
}
.nav_bottom:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.products_nav_swiper .swiper-wrapper .swiper-slide{
    width: auto;
}
.products_nav_swiper .swiper-wrapper .swiper-slide a{
    font-size: 16px;
    display: block;
    padding: 26px 0px;
    position: relative;
    color: #666;
}
.products_nav_swiper .swiper-wrapper .active a,.products_nav_swiper .swiper-wrapper .swiper-slide a:hover{
    color: #000;
}
.products_nav_swiper .swiper-wrapper .active a:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #0062cf;
}
.products_nav_bottom:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}

.products_nav_swiper .swiper-button-next{
    width: 38px;
    height: 78px; 
    background: rgba(0,0,0,0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.products_nav_swiper .swiper-button-next{
    right: 0px;
    margin-top: -39px;
}
.products_nav_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.products_nav_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.products_nav_swiper .swiper-button-next:hover{ 
    background: rgba(25,103,172,1);
}

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

.contact_left .media i{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #0062cf;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.contact_left .media{
    margin-bottom: 24px;
}

.contact_form .form-control{
    border-color: #f9f9f9;
    padding: 12px 18px;
    border-radius: 0px;
    font-size: 16px;
    background: #f9f9f9;
}
.form_input_height{
    height: 52px;
}
.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 #0062cf;
    background: #0062cf;
    color: #fff;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #0059bb;
    border-color: #0059bb;
}

.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt_details_swiper .swiper-wrapper .swiper-slide{
    background: #f5f5f5;
    cursor: pointer;
    opacity: 0.6;
    padding: 6px;
    border: 1px solid #eee;
}
.pt_details_swiper .swiper-wrapper .swiper-slide img,.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt_details_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
.pt_details_swiper2 .swiper-button-next:after,.pt_details_swiper2 .swiper-button-prev:after{
    color: #1c1f89;
}

.pt_details_swiper2 .swiper-button-next,.pt_details_swiper2 .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pt_details_swiper2 .swiper-button-prev{
    left: 15px;
    opacity: 1;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-next{
    right: 15px;
    opacity: 1;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-prev:after,.pt_details_swiper2 .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.pt_details_swiper2 .swiper-button-prev:hover:after,.pt_details_swiper2 .swiper-button-next:hover:after{
    color: #fff;
}
.pt_details_swiper2 .swiper-button-next:hover,.pt_details_swiper2 .swiper-button-prev:hover{
    background: rgba(0,0,0,1);
}

.details_bt strong{
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}
.details_bt strong:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #004a9d;
}

.table thead th{
    border-color: #000;
    background: #000;
    padding: 20px 24px;
    font-size: 16px;
    color: #fff;
}
.table td,.table th{
    padding: 20px 24px;
    font-size: 16px;
    font-weight: normal;
}
.table th{
    background: #f9f9f9;
}

.ps_ds_ul{
    padding: 0 38px;
}
.ps_ds_ul ul li{
    line-height: 24px;
}

.compatible_ul{
    display: flex;
    flex-wrap: wrap;
}
.compatible_ul li a{
    display: inline-block;
    padding: 12px 24px;
    color: #666;
    border: 1px solid #eee;
    margin: 0px 12px 12px 0px;
}
.compatible_ul li a:hover,.compatible_ul .active a{
    color: #004a9e;
    border: 1px solid #004a9e;
}

.details_tabs{
    border: none;
    margin-bottom: 24px;
    position: relative;
}
.details_tabs .nav-link{
    font-size: 24px;
    background: none;
    padding: 28px 0px 28px 0px;
    display: inline-block;
    color: #999;
    margin-right: 28px;
    border: none;
    position: relative;
}
.details_tabs .nav-link.active{
    border: none;
    font-weight: 700;
}
.details_tabs:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.details_tabs .nav-link.active:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #0062cf;
}

.information_ul li{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    border: 1px solid #eee;
    padding: 24px 130px 24px 24px;
    position: relative;
    line-height: 24px;
    background: #fff;
}
.information_ul li .ll_a{
    display: flex;
    line-height: 28px;
}
.information_ul li .xz_a{
    position: absolute;
    right: 12px;
    top: 14px;
    padding: 12px;
}
.tab-content table{
    max-width: 100%;
    width: 100%;
    border: 1px solid #231916 !important;
}
.tab-content table td{
    padding: 10px !important;
    border: 1px solid #231916 !important;
}
.tab-content table td p,.tab-content table td span{
    font-size: 16px !important;
    line-height: 1.4 !important;
}
.conri table{
    max-width: 100%;
    width: 100%;
    border: 1px solid #333 !important;
}
.conri table td{
    padding: 5px !important;
    border: 1px solid #333 !important;
}
.conri p{
    line-height: 2;
}
/* ----------------------------------------------------------------
    下载
----------------------------------------------------------------- */
.download_banner{
    background: url(../img/download_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.serve_zxzx{
    background: #0062cf;
    color: #fff;
    padding: 12px 28px;
}
.serve_zxzx:hover{
    background: #0059bb;
    color: #fff;
}

/* ----------------------------------------------------------------
    应用案例
----------------------------------------------------------------- */
.fangda.yyalimg{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.yyalimg:hover .fdimg{
    transform:scale(1.1);
}
.case_banner{
    background: url(../img/case_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.news_ds_p p{
    margin-bottom: 18px;
    line-height: 28px;
}*/

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_p p{
    color: #666;
    line-height: 2;
}

.mission_img .card-img-overlay{
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 28px;
    transition: 0.5s;
}
.mission_img:hover .card-img-overlay{
    background: rgba(0, 0, 0, 0.4);
}

.contact_us_left{
    padding: 48px;
}
.contact_form{
    padding: 48px;
}

.headgj{
    margin: 23px 0;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1400px){
    .nav_menu{
        display: none;
    }
    .nav_min{
        padding: 0px 15px;
    }
    .bott_tx .t_fuer{
        left: 170%;
    }
}

@media (max-width: 1230px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 25px;
    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle {
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle {
        display: block;
    }
    .fixed-top{
        position: sticky;
    }
    .nav_min {
        background: rgba(255, 255, 255, 255);
    }
    .navbar-brand{
        margin-right: 0px;
        padding: 18px 15px;
        margin-left: 35px;
    }
    .navbar-brand img{
        height: 32px;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .search_anniu_top{
        width: 58px;
        height: 68px;
        margin-top: 0px;
    }
    .md_search_anniu_top{
        margin-top: 5px;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid #eee;
        background: #fff;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 22px 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
    }

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

    .banner_swiper .swiper-button-next{
        right: 15px;
    }
    .banner_swiper .swiper-button-prev{
        left: 15px;
    }
    .banner .swiper-pagination{
        bottom: 15px;
    }
}



@media (max-width: 1024px){
    .pcbann{
        display: none;
    }
    .mobann{
        display: block;
    }
}



@media (max-width: 900px){
    .index_section1{
        padding-top: 68px;
    }

    .ps_ds_ul{
        padding: 24px 15px;
    }
    
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
    }
    .di_socialize{
        margin-top: 24px;
    }
    .bottom_beian{
        border-top: none;
        padding: 24px 0px 24px 0px;
        margin-top: 0px;
    }
    .bottom_ul .card{
        padding: 15px 0px;
    }
    .di_beian{
        margin-top: 0px;
    }
    .bottom_flex{
        padding-top: 38px;
        padding-bottom: 28px;
    }
    .bottom_nav{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .parallax-bg h1{
        font-size: 24px;
    }

    .serve_banner,.product_banner,.download_banner,.case_banner,.about_banner{
        height: 358px;
    }
    .details_tabs .nav-link{
        font-size: 16px;
        margin-right: 14px;
    }
    .contact_us_left{
        padding: 30px 30px 0px 30px;
    }
    .contact_form{
        padding: 30px;
    }
    .bott_tx .t_fuer{
        bottom: calc(-247% + 5px);
    }
}

@media (max-width: 768px){
    .index_section1{
        height: auto;
    }
    #section0,#section1,#section2,#section3,#section4,#section5{
        height: auto;
    }
    /*#section0{*/
    /*    height: 500px;*/
    /*}*/
    /*#section0 .index_section1{*/
    /*    height: 500px;*/
    /*}*/

    .ix_sn_znjj h1{
        margin-top: 68px;
        font-size: 28px;
    }
    .ix_sn_znjj h4{
        font-size: 18px;
        line-height: 28px;
    }
    .ix_about_right .card-img-overlay img{
        width: 28px;
        height: 28px;
        object-fit: contain;
    }

    .brands_img{
        height: 120px;
        padding: 15px;
    }

    .serve_banner,.product_banner,.download_banner,.case_banner,.about_banner{
        height: 165px;
    }
    .serve_banner h1,.product_banner h1,.download_banner h1,.case_banner h1,.about_banner h1{
        font-size: 22px;
    }
    .serve_banner h6,.product_banner h6,.download_banner h6,.case_banner h6,.about_banner h6{
        font-size: 14px;
    }
    .index_section1 {
        padding-top: 40px;
    }
    .pb-6 {
        padding-bottom: 40px;
    }
    .pt-6 {
        padding-top: 40px;
    }
    .anniu_right {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        margin-top: 20px;
    }
    #list-tab{
        display: block;
    }
    .product_list .list-group-item{
        width: 49%;
        display: inline-block;
    }
    .mb-5, .my-5 {
        margin-bottom: 2rem!important;
    }
    .ps_ds_ul {
        padding: 0px 15px;
    }
    .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0px 10px 0px 0px;
    }
}

@media (min-width: 992px){
    /*.bottom_bg .col-lg-2 {*/
    /*    -ms-flex: 0 0 15%;*/
    /*    flex: 0 0 15%;*/
    /*    max-width: 15%;*/
    /*}*/
}