/*聚诚在线（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;
}

/*返回顶部*/
.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: #004a9e;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    word-break: break-all;
}

h6,.h6{
    line-height: 28px;
}

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.mt-88{
    margin-top: 88px;
}
.mt-150{
    margin-top: 150px;
}
.text_666{
    color: #666;
}
.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;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    padding: 0px 88px;
    border: none;
    background: rgba(255, 255, 255, 0.7);
}
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    margin-right: 22px;
}
.navbar-brand img{
    height: 33px;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 37px 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-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;
}
.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: 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: 50%;
    min-width: 100%;
    /*width: 100px;*/
    background: #fff;
    margin: 0px;
    margin-left: -50px;
    text-align: center;
    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;
    }
    .top_xiala .dropdown-menu{
        width: 240px;
        text-align: left;
        left: 0;
        margin: 0;
    }
}
.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*/

/*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{
    border:2px solid #ffffff;
    background: #ffffff;
    color: #999;
    position: relative;
    font-size: 16px;
    display: inline-block;
    padding: 14px 48px;
}
.gengduo:hover {
    color: #fff;
    background-color: #004a9e;
    border-color: #004a9e;
}

.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);
}

.banner{
    height: 100vh;
}

.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 .swiper-pagination-bullet{
    width: 30px;
    height: 4px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner>.swiper-pagination-bullets{
    bottom: 25px;
}
.banner .swiper-pagination-bullet-active{
    width: 60px;
    opacity: 1;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}


/*#section0{*/
/*    background: url(../img/banner1.jpg);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*}*/
#section1{
    background: url(../img/banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#section2{
    background: url(../img/banner3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#section3{
    background: url(../img/banner4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#section4{
    background: url(../img/banner5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#section5{
    background: url(../img/banner6.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#fp-nav{
    margin-top: 44px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    margin: 0px;
    height: 24px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    border-radius: 0px;
    background: #999;
    height: 24px;
    width: 2px; 
    top: 0px;
    margin: 0px 0px 0px -1px;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    border-radius: 0px;
    height: 24px;
    margin: 0px 0px 0px -6px;
}

.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;
    font-size: 16px;
}
.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*/
.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;
}

.about_p p{
    margin-bottom: 15px;
    line-height: 2;
}
.abimgdiv{
    position: relative;
}
.abimgdiv .ljab{
    position: absolute;
}
.abimgdiv .ljab1{
    left: 0;
    width: 40%;
    height: 33%;
    top: 17%;
}
.abimgdiv .ljab2{
    right: 0;
    width: 40%;
    height: 33%;
    top: 17%;
}
.abimgdiv .ljab3{
    width: 40%;
    height: 33%;
    bottom: 0;
    left: 30%;
}

.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);
}

/*section2*/
.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,74,158,1);
}

/*section4*/
.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 a{
    position: absolute;
    right: 12px;
    top: 18px;
    padding: 12px;
}

/*section5*/
.contact_left .media i{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #004a9e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.contact_left .media{
    margin-bottom: 24px;
}

.coimg{
    width: 52px;
    margin-right: 15px;
}

/*bottom*/
.bottom_bg{
    background: #363636;
}

.bottom_beian{
    position: relative;
    padding: 15px 0px;
    line-height: 24px;
}

/* ----------------------------------------------------------------
    关于公司
----------------------------------------------------------------- */
.bann_top{
    display: block;
}
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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: 25px 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: #004a9e;
}
.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);
}

.about_zhaopian .swiper-button-next,.about_zhaopian .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.3);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.about_zhaopian .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: -25px;
}
.about_zhaopian .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: -25px;
}
.about_zhaopian:hover .swiper-button-prev{
    opacity: 1;
    left: 38px;
}
.about_zhaopian:hover .swiper-button-next{
    opacity: 1;
    right: 38px;
}
.about_zhaopian .swiper-button-prev:after,.about_zhaopian .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.about_zhaopian .swiper-button-prev:hover:after,.about_zhaopian .swiper-button-next:hover:after{
    color: #fff;
}
.about_zhaopian .swiper-button-next:hover,.about_zhaopian .swiper-button-prev:hover{
    background: rgba(0,74,158,1);
}

.about_zhaopian .card .card-img-overlay{
    background: rgba(0, 0, 0, 0.6);
    transition: all .5s;
}
.about_zhaopian .swiper-slide-active .card .card-img-overlay{
    background: rgba(0, 0, 0, 0);
}

.about_ce_card{
    box-shadow: 0px 5px 15px rgba(102, 102, 102, 0.1);
}
.about_ce_card .card-body{
    padding: 30px 30px 38px 30px;
}
.about_ce_card .card-body h4{
    padding-bottom: 28px;
    margin-bottom: 30px;
    position: relative;
}
.about_ce_card .card-body h4:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background: #004a9e;
    box-shadow: 0px 5px 8px rgba(51, 153, 204, 0.5);
}

.about_zzzs_swiper .swiper-pagination-progressbar{
    height: 3px;
}
.about_zzzs_swiper .swiper-slide{
    transform: scale(0.8);
}
.about_zzzs_swiper .swiper-slide-active,.about_zzzs_swiper .swiper-slide-duplicate-active{
    transform: scale(1);
}
.about_zzzs_swiper{
    padding-bottom: 24px;
}
.about_zzzs_swiper .swiper-pagination{
    top: auto;
    bottom: 0px;
}
.about_zzzs_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #004a9d;
}

.about_zzzs_swiper .swiper-button-next,.about_zzzs_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;
}
.about_zzzs_swiper .swiper-button-prev{
    left: 15px;
    opacity: 1;
    margin-top: -25px;
}
.about_zzzs_swiper .swiper-button-next{
    right: 15px;
    opacity: 1;
    margin-top: -25px;
}
.about_zzzs_swiper .swiper-button-prev:after,.about_zzzs_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.about_zzzs_swiper .swiper-button-prev:hover:after,.about_zzzs_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.about_zzzs_swiper .swiper-button-next:hover,.about_zzzs_swiper .swiper-button-prev:hover{
    background: rgba(0,74,157,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);
}

/* ----------------------------------------------------------------
    产品展示
----------------------------------------------------------------- */
.ny_nav_ul ul li a.ny_nav_a{
    display: block;
    padding: 8px 0px;
    line-height: 32px;
}
.ny_nav_ul ul li.active a.ny_nav_a{
    background: #004a9e;
    color: #fff;
    font-weight: bold;
}
.ny_nav_ul ul li{
    position: relative;
}
.ny_nav_a_xiala{
    position: absolute;
    top: 6px;
    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: #fff;
    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: #fff;
}
.ny_nav_a_xiala.collapsed:before{
    transform:rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ny_xiala_ul li a{
    display: block;
    padding: 13px 24px;
    line-height: 18px;
    background: #f9f9f9;
}
.ny_xiala_ul .active a{
    background: #004a9e;
    color: #fff;
}
.ny_nav_ul2{
    background: #fff;
    position: relative;
}
.ny_nav_ul2 ul li a.ny_nav_a{
    font-size: 16px;
    padding: 6px 0 6px 10px;
}

.ny_nav_ul2 ul li a.ny_nav_a i {
    margin-right: 8px;
    position: relative;
    display: inline-block;
    width: 12px;
    height: 14px;
    background: #323232;
    border-radius: 3px;
}
.ny_nav_ul2 ul li a.ny_nav_a i:before {
    position: absolute;
    left: 5px;
    top: 4px;
    display: inline-block;
    content: "";
    border-left: 5px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}


.biul .ny_nav_a_xiala2{
    right: 5px;
    background: #004a9e;
}
.ny_nav_a_xiala2:before{
    background: #fff;
}
.ny_nav_a_xiala2:after{
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ny_nav_a_xiala2.collapsed:after{
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ny_nav_ul2 ul li.active a.ny_nav_a{
    position: relative;
}
.ny_xiala_ul2{
    border-top: none;
}

.threeli{
    display: block;
}
.ny_xiala_ul li .threeli a{
    padding: 5px 0 5px 40px;
    background: #e9e9e9;
    color: #000;
}
.ny_xiala_ul li .threeli a:before{
    background: #999;
}
.ny_xiala_ul li .threeli a.active{
    color: #004a9e;
    font-weight: bold;
}
.ny_xiala_ul li .threeli a.active:before{
    background: #004a9e;
}




.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: #004a9e;
    color: #fff;
    border: 1px solid #004a9e;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}
.prtcon{
    line-height: 2;
}
.maximg img{
    max-width: 100%;
    height: auto !important;
}

.pro-item .info {
    width: 100%;
    height: 120px;
    position: absolute;
    padding: 20px 0 0 0;
    background: rgba(0,0,0, 0.2);
    bottom: -120px;
    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: 180px;
    height: 42px;
    margin: 10px auto 0 auto;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 1px solid #999;
    transition-duration: 0.2s;
}
.pro-item .info .ckp:hover{
    background: #004a9e;
    border: 1px solid #004a9e;
}

 .pro-item:hover .info{
	background: rgba(0,0,0, 0.6);
	bottom:0;
}



.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: 40px;
    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;
}
.fangda.proimg{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.proimg:hover .fdimg{
    transform:scale(1.1);
}

.ny_fnav.fixTop {
    position: fixed;
    z-index: 1001;
    left: 0px;
    top: 0px;
    width: 100%;
}

.banner_swiper{
    position: relative;
}

.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;
}

.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);
}
.pt_details_swiper2 img{
    width: 100%;
}
.pt_details_swiper img{
    width: 100%;
}
.pt_details_swiper2 .gbimg img{
    max-height: 600px;
    width: auto;
}
.pt_details_swiper .gbimg img{
    max-height: 90px;
    width: auto;
}

.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: 24px 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;
}

/* ----------------------------------------------------------------
    应用案例
----------------------------------------------------------------- */
.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;
}*/

/* ----------------------------------------------------------------
    服务支持
----------------------------------------------------------------- */
.index_service_png{
    margin: 28px 0px 38px 0px;
}
.index_service_png i{
    width:100px; 
    height:100px; 
    line-height:100px; 
    font-size:38px; 
    color:#015297; 
    border:2px solid #015297; 
    border-radius:80px; 
    clear:both; 
    transition:.2s ease-in-out; 
    -webkit-transition:.2s ease-in-out; 
    -moz-transition:.2s ease-in-out; 
    -o-transition:.2s ease-in-out;
}
.selist:hover .index_service_png i { 
    background:#015297; 
    color:#fff; 
    transition:.2s ease-in-out; 
    -webkit-transition:.2s ease-in-out; 
    -moz-transition:.2s ease-in-out; 
    -o-transition:.2s ease-in-out; 
}
.support_banner{
    background: url(../img/support_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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 #004a9d;
    background: #004a9d;
    color: #fff;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #0056b6;
    border-color: #0056b6;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
/*@media (max-width: 1700px){*/
/*    .nav_menu li a{*/
/*        padding: 4px 0px 12px 15px;*/
/*        font-size: 12px;*/
/*    }*/
/*    .nav_menu li a:before{*/
/*        width: 10px;*/
/*    }*/
/*}*/
@media (max-width: 1505px){
    .nav_menu{
        display: none;
    }
}
@media (max-width: 1400px){
    
    .nav_min{
        padding: 0px 15px;
    }
}

@media (max-width: 1200px){
    .mt-88, .bann_top{
        margin-top: 68px;
    }
    .mt-150{
        margin-top: 120px;
    }
    .navbar-brand{
        margin-right: 0px;
        padding: 18px 15px;
    }
    .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;
    }
    .pt_details_swiper2 .gbimg img {
        max-height: 350px;
        width: auto;
        max-width: 100%;
    }
}
@media (max-width: 900px){
    .index_section1{
        padding-top: 0px;
    }

    .ps_ds_ul{
        padding: 24px 15px;
    }
}

@media (max-width: 768px){
    .index_section1{
        height: auto;
    }
    #section0,#section1,#section2,#section3,#section4,#section5{
        height: auto;
    }
    .banner{
        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;
    }

    .support_banner,.product_banner,.support_banner,.case_banner,.about_banner{
        height: 258px;
    }
    .support_banner h1,.product_banner h1,.support_banner h1,.case_banner h1,.about_banner h1{
        font-size: 28px;
    }
    .p-5.condi{
        padding: 1.5rem !important;
    }
    .contact_left .media i{
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }
    .h2, h2{
        font-size: 1.5rem;
    }
    .h3, h3{
        font-size: 1.5rem;
    }
    .font20{
        font-size: 16px;
    }
    .pb-6 {
        padding-bottom: 35px;
    }
    .pt-6 {
        padding-top: 35px;
    }
    .mb-5, .my-5 {
        margin-bottom: 2rem!important;
    }
    .anniu_right{
        width: 65px;
        height: 65px;
        border-radius: 65px;
        margin-top: 30px;
    }
    .navbar-brand {
        padding: 14px 15px;
    }
    .navbar-toggler {
        margin: 13px 0px;
    }
    #allmap{
        height: 350px !important;
    }
    .pagination a{
        padding: 7px 12px;
        margin: 0px 4px;
    }
    .pt_details_swiper2 .gbimg img {
        max-height: 350px;
        width: auto;
        max-width: 100%;
    }
    
    
    .fangda.proimg{
        padding-bottom:65%;
    }
    .index_service_png {
        margin: 5px 0px 10px 0;
    }
    .index_service_png i{
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .selist h4{
        font-size: 1.2rem;
    }
}