/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
    font-family: 'montserrat';
    font-style: normal;
    src: url(../fonts/montserrat-regular.ttf);
}
body{
    /* font-family: Arial light,Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;*/
    font-family:'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}

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

.section::-webkit-scrollbar{
    display: none;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 0px;
    bottom: 80px;
    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: #0070d4;
    border-radius: 8px;
}
.right_xf li a.t_a{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #005bad;
    color:#fff;
    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: 245px;
    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;
}

.over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 0px;
    z-index: 3000;
    bottom: 109px;
    width: 58px;
    height: 58px;
    line-height: 66px;
    border-radius: 0px;
    text-align: center;
    background: #005bad; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#fff;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #028ed4;
    color:#fff;
}

@media (max-width: 1024px){
    .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: #028ed4;
}

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

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

h6,.h6{
    font-size: 16px;
    line-height: 28px!important;
}

/*h3{*/
/*    line-height: 46px;*/
/*}*/

/*h4{*/
/*    line-height: 42px;*/
/*}*/

.pem{
    text-indent: 2em;
}

.font{
    font-weight: 700!important;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
    line-height: 28px;
}
.font20{
    font-size: 20px;
}

.text_999{
    color: #999;
}
.text-primary{
    color: #005bad!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-primary{
    background: #005bad!important;
}

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

.no_margin{
    margin: 0px;
}

.ce_xl_width{
    max-width: 1600px;
}
.ce_width{
    max-width: 1400px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    padding: 0px 0px 0px 60px;
    border: none;
    background: #fff;
    transition: 0.5s;
}
.navbar-brand img{
    height: 60px;
    object-fit: contain;
}
.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{
    transition: all 0.3s;
    font-weight: 700;
    font-size: 18px;
    color: #333;
}
.pc_yuyan .top_xiala .nav-link{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    font-size: 16px;
}
.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: #028ed4;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #028ed4;
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 0px;
    position: absolute;
    right: 88px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #005bad;
    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: 240px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.pc_yuyan .top_xiala .dropdown-menu{
    right: 0;
    left: auto;
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    background: #eee;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 10px 30px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    padding: 18px 15px;
    display: block;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    transition: all .5s;
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    position: relative;
}
.top_xiala .dropdown-menu.menu_style2 a{
    border-bottom: none;
    padding: 18px 0px;
    color: #333;
}
.top_xiala .dropdown-menu.menu_style2 h4 a{
    font-size: 20px;
    padding: 18px 0px;
    line-height: 20px;
    min-height: 70px;
}
.top_xiala .dropdown-menu a:hover{
    color: #028ed4;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}

.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #005bad;
    color: #fff;
}

.pc_yuyan{
    margin-left: 48px;
}
.pc_yuyan li{
    margin-left: 30px;
    margin-right: 30px;
}
.pc_yuyan .nav-link{
    padding: 30px 0px 30px 0px;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}

.md_sousuo{
    width: 88px;
    height: 88px;
    background: #005bad;
}
.search_anniu_top{
    display: inline-block;
    width: 88px;
    height: 88px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    width: 8px;
    height: 2px;
    background: #fff;
    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 #fff;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}

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

.search_anniu_top2{
    display: inline-block;
    width: 58px;
    height: 58px;
    border: none;
    position: relative;
    margin-top: 10px;
    background: none;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 14px;
    width: 6px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top2:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #000;
    transition: all .5s;
}
.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #f9f9f9;
    display: flex;
}
.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);
}

.js-header {
    transition: 0.5s;
}
.is-active {
    background: #fff;
    box-shadow: 0px 2px 8px rgba(153, 153, 153, 0.1);
}

/*banner*/
/*.banner{
    height: 666px;
    position: relative;
    background: #fff;
}*/


.banner .swiper-wrapper .swiper-slide{
    /*background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;*/
}
.banner1{
    height: auto;
}
.banner1 .swiper-wrapper .swiper-slide{
    padding-left: 0px;
    padding-right: 0px;
}

.banner .swiper-wrapper .swiper-slide h1{
    font-size: 48px;
}
.banner .swiper-pagination{
    bottom: 38px;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px 0px 7px;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    position: relative;
    border-radius: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

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

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(255,255,255,0);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.banner .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: -25px;
}
.banner .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: -25px;
}
.banner:hover .swiper-button-prev{
    opacity: 1;
    left: 15px;
}
.banner:hover .swiper-button-next{
    opacity: 1;
    right: 15px;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
    color: #fff;
    font-size: 24px;
}
.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(235,124,35,1);
}

.banner_nr{
    background: rgba(0, 0, 0, 0.3);
    padding: 38px 48px;
}
.banner_nr h2{
    position: relative;
    padding-bottom: 24px;
}
.banner_nr h2:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 78px;
    height: 2px;
    background: #fff;
}

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

.bt{
    position: relative;
    padding-bottom: 5px;
}
.bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 88px;
    height: 3px;
    background: #005bad;
}
.bt2:before{
   left: 50%;
   margin-left: -44px;
}

.gengduo{
    display: inline-block;
    padding: 15px 38px;
    pointer-events: auto;
    font-size: 16px;
    transition: 0.5s;
    background: #005bad;
    color: #fff;
    border: 1px solid #005bad;
}
.gengduo2{
    background: #161819;
    color: #fff;
    border: 1px solid #161819;
}
.gengduo:hover{
    background: #028ed4;
    color: #fff;
    border: 1px solid #028ed4;
}

.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 5px 15px -5px rgba(153, 153, 153, 0.3);
}

.ix_product_card .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_product_card .card-img-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px 38px 38px 38px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: 0.5s;
}
.ix_product_card .card-img-overlay i{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background: #fff;
    position: absolute;
    bottom: 38px;
    right: 38px;
    color: #147ed0;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ix_product_card:hover .fangda img{
    transform:scale(1.05);
}
.ix_product_card:hover .card-img-overlay{
    opacity: 0;
    bottom: -50px;
}
.ix_product_card .txt{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #1077bd;
    opacity: 0;
    transition: 0.5s;
    padding: 24px;
}
.ix_product_card .txt i{
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background: #fff;
    color: #147ed0;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
}
.ix_product_card:hover .txt{
    opacity: 1;
}

.index_about_bg{
    background: url(../img/index_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about_in_media{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 18px 18px 18px 38px;
}
.about_in_media_border_none{
    border-bottom: none;
}
.about_in_media img{
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-right: 38px;
}
.about_in_media .media-body p{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 30px;
}

.discover_card{
    background: #005bad;
    height: 340px;
    position: relative;
}
.discover_card .fangda{
    width: 100%;
    height: 100%;
}
.discover_card .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.discover_card .card-body,.discover_card .card-img-overlay{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.discover_card .card-body img{
    width: 68px;
    height: 68px;
    object-fit: contain;
    margin-bottom: 14px;
}
.discover_card .card-img-overlay{
    background: rgba(0, 102, 153, 0.5);
    transition: 0.5s;
}
.discover_card:hover .card-img-overlay{
    background: rgba(0, 102, 153, 0.3);
}




.turn_row{
    margin-left: -7px;
    margin-right: -7px;
}
.turn_col{
    padding-left: 7px;
    padding-right: 7px;
}

.turn_card{
    margin-bottom: 14px;
    height: 310px;
}
.turn_card .md_sousuo{
    width: 68px;
    height: 68px;
    border-radius: 68px;
    border: 2px solid #005bad;
    transition: 0.5s;
}
.turn_card .md_sousuo .search_anniu_top{
    width: 68px;
    height: 68px;
}
.turn_card .md_sousuo:hover{
    background: none;
    border: 2px solid #fff;
}
.turn_card .card-img-overlay{
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.5s;
}
.turn_card:hover .card-img-overlay{
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
}
.turn_card2{
    height: 774px;
}

.ps_card{
    padding: 8px 8px 0px 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.from_swiper{
    padding: 8px 15px 30px 15px;
}
.from_swiper .swiper-button-next,.from_swiper .swiper-button-prev{
    width: 58px;
    height: 58px; 
    background: rgba(0,91,173,1);
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.from_swiper .swiper-button-prev{
    left: 50%;
    margin-left: -73px;
    top: auto;
    bottom: 0px;
    opacity: 1;
}
.from_swiper .swiper-button-next{
    right: 50%;
    margin-right: -73px;
    top: auto;
    bottom: 0px;
    opacity: 1;
}
.from_swiper .swiper-button-prev:after,.from_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 24px;
}
.from_swiper .swiper-button-prev:hover:after,.from_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.from_swiper .swiper-button-next:hover,.from_swiper .swiper-button-prev:hover{
    background: rgba(235,124,35,1);
}

.what_card{
    background: #282e33;
}
.what_card .card-body{
    padding: 42px;
    /*justify-content: flex-start;*/
}
.what_card .card-body p{
    font-size: 16px;
    line-height: 30px;
}

.js_bg,.js_bg2,.js_bg0{
    background: #028ed4;
}
.js_bg2 .text-primary.mb-3{
    color: #fff !important;
}
.js_bg0 .text-primary.mb-3{
    color: #fff !important;
}

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

.send_inquiry{
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 300px;
    display: flex;
    z-index: 10000;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
.send_inquiry .send_inquiry_anniu{
    padding: 12px;
    width: 100%;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.send_inquiry .send_inquiry_anniu img{
    margin-right: 8px;
}
.send_inquiry .send_inquiry_anniu:before{
    content: "";
    position: absolute;
    right: 12px;
    top: 18px;
    width: 14px;
    height: 2px;
    background: #fff;
    transition: 0.5s;
}
.send_inquiry .collapsed{
    padding: 0px;
    width: 158px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.send_inquiry .collapsed:before{
    background: none;
}
.collapse_box{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}


.videoItem .title {
    left: 10%;
    top: 50%;
    position: absolute;
    display: block;
    transition: all ease-out .4s;
    z-index:999;
}
.videoItem:hover .title {
    top: 78%;
    position: absolute;
    display: block;
    transition: all ease-out .4s;
}
.videoItem .title h1{
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 28px;
}
.videoItem video {
    position: relative;
    z-index: 0;
}
.videoItem .folio-overlay{
    background-color: #028ed4;
    opacity: .5;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.videoItem .folio-overlay1{
    background-color: #028ed4;
}
.videoItem .folio-overlay2{
    background-color: #000;
}
.videoItem .folio-overlay3{
    background-color: #005bad;
}
.videoItem .folio-overlay4{
    background-color: #fff;
}

.videoItem:hover .folio-overlay{opacity: 0; visibility:hidden;}
.videoItem:hover .title h1{
    color: #028ed4;
}

/*bottom*/
.bottom_bg{
    background: #161819;
    padding-top: 35px;
}
.bottom_padding{
    padding-bottom: 38px;
}
.di_beian{
    padding: 15px 0px;
    line-height: 20px;
    /*margin-top: 38px;*/
    border-top: 1px solid #333;
}

.bottom_follow li{
    margin-right: 16px!important;
}
.bottom_follow li .fa{
    font-size: 30px;
}
.bottom_follow li a{
    color: #fff;
    opacity: 1;
    transition: 0.5s;
}
.bottom_follow li a:hover{
    opacity: 0.5;
}

.bottom_ul{
    border-top: 1px solid #666;
}
.bottom_ul li{
    border-bottom: 1px solid #666;
    line-height: 22px;
    padding: 15px 0px;
}
.bottom_ul li i{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 8px;
    font-size: 16px;
}
.bottom_ul li:last-child i{
    float: left;
    min-height: 46px;
}
.bottom_form .form-control{
    border-radius: 0px;
    background: none;
    border-color: #333;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
}

.bottom_form .form-control::-webkit-input-placeholder {
    color: #fff;
}
.bottom_form .form-control::-moz-placeholder {
    color: #fff;
}
.bottom_form .form-control:-ms-input-placeholder {
    color: #fff;
}
.bottom_form .form-control::-ms-input-placeholder {
    color: #fff;
}
.bottom_form .form-control::placeholder {
    color: #fff;
}

.bottom_form .form-group{
    margin-bottom: 10px;
}
.bottom_form .form_input_height{
    height: 38px;
}

.about_contact i{
    font-size: 48px;
    margin-right: 28px;
}

/* ----------------------------------------------------------------
    about us
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 288px;
    display: flex;
    align-items: center;
}
.about_breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.about_breadcrumb a{
    color: #fff;
}

.about_gsimg_top{
    padding-bottom: 48px;
}
.about_gsimg_top .swiper-wrapper{
    display: flex;
    justify-content: center;
}
.about_gsimg_top .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    margin: 0px 15px;
    color: #000;
    background: #F9F9F9;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 68px;
    border-radius: 50px;
    border: 2px solid #E5E5E5;
}
.about_gsimg_top .swiper-wrapper .swiper-slide-thumb-active{
    box-shadow: 0px 5px 15px rgba(52, 79, 148, 0.3);
    border: 2px solid #7dccf3;
    background: #028ed4;
    color: #fff;
}

.fangda.zpimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    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.zpimg:hover .fdimg{
    transform:scale(1.1);
}

.fangda.proimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
}
.fangda.proimg:hover .fdimg{
    transform:scale(1.1);
}

.fangda.yyimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 73%;
    background: #fff;
}
.fangda.yyimg:hover .fdimg{
    transform:scale(1.1);
}

.col_10 {
    padding-left: 10px;
    padding-right: 10px;
}

/*.about_p p{
    margin-bottom: 24px;
}*/

.zs_img{
    height: 400px;
    width: 100%;
    margin: 0 auto;
    line-height: 400px;
    text-align: center;
}
.zs_img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 380px;
}

.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-wrapper .swiper-slide img{
    width: 100%;
}
.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,91,173,1);
}

.about_row{
    margin-left: -30px;
    margin-right: -30px;
}
.about_col{
    padding-left: 30px;
    padding-right: 30px;
}

.about_bg{
    background: url(../img/about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.at_card{
    border-right: 1px solid #fff!important;
}
.at_card .card-body{
    padding-top: 0px;
    padding-bottom: 0px;
}
.at_card .card-body img{
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin-bottom: 14px;
}
.at_card2{
    border-right: none!important;
}

.at_lianjie .card-body{
    padding: 58px 15px 58px 15px;
}
.at_lianjie .card-body img{
    width: 78px;
    height: 78px;
    object-fit: contain;
    margin-bottom: 14px;
}
.at_lianjie .card-body span{
    display: inline-block;
    border: 1px solid #eee;
    padding: 12px 28px;
    margin-top: 14px;
    transition: 0.5s;
}
.at_lianjie .card-body span:hover{
    background: #ec7c22;
    border: 1px solid #ec7c22;
    color: #fff;
}

.more_a{
    display: inline-block;
    border: 1px solid #eee;
    padding: 12px 28px;
    margin-top: 14px;
    transition: 0.5s;
}
.more_a:hover{
    background: #005bad;
    border: 1px solid #005bad;
    color: #fff;
}


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

.photo_card{
    margin-bottom: 30px;
}
.why_img{
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.why_style{
    border-top: 6px solid #005bad;
    padding-top: 38px;
}
.why_style1{
    border-bottom: 1px solid #eee;
}
.why_style1 .card .card-body img{
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 30px;
}
.why_style1 .card .card-body .h5.btn-block{
    margin-bottom: 18px;
    position: relative;
    padding-right: 38px;
}
.why_style1 .card .card-body .h5.btn-block i{
    position: absolute;
    right: 0px;
    top: 3px;
}

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

.products_nav li a{
    display: inline-block;
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 12px 30px;
    margin-bottom: 12px;
    color: #999;
    font-size: 16px;
    transition: 0.5s;
}
.products_nav li a:hover,.products_nav .active a{
    background: #005bad;
    border: 1px solid #005bad;
    padding: 12px 30px;
    color: #fff;
}

.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: #005bad;
    color: #fff;
    border: 1px solid #005bad;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}

.banner_button .swiper-button-prev,.banner_button .swiper-button-next{
    background: rgba(255,255,255,1);
}
.banner_button .swiper-button-prev{
    opacity: 1;
    left: 15px;
}
.banner_button .swiper-button-next{
    opacity: 1;
    right: 15px;
}
.banner_button .swiper-button-prev:after,.banner_button .swiper-button-next:after{
    color: #000;
    font-size: 24px;
}

.content_de p,.content_de span{
    font-family:'Montserrat', sans-serif !important;
}
.content_de table,.content_de table td{
    border:1px solid #dee2e6 !important;
}

.details_tabs{
    border: none;
    margin-bottom: 48px;
    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;
    text-transform: uppercase;
}
.details_tabs .nav-link.active{
    border: none;
    font-weight: 700;
    color: #000;
    background: none;
}
.details_tabs .nav-link.active:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #000;
}
.details_tabs:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.details_tabs .nav-link:before{
    content: none;
}

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

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

.aplication_scenario_bg{
    background: url(../img/aplication_scenario_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.an_card{
    margin-bottom: 14px;
}
.fangda.app_img{
    position: relative;
    overflow: hidden;
    width: 100%;
    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.app_img:hover .fdimg{
    transform:scale(1.1);
}

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

/* ----------------------------------------------------------------
    Contact us
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 288px;
    display: flex;
    align-items: center;
}
.contact_form .form-control{
    border-radius: 0px;
}
.contact_form .form_input_height{
    height: 40px;
}


/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1715px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 20px;
    }
    .pc_yuyan {
        margin-left: 0; 
    }
}
@media (max-width: 1450px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 15px;
    }
}

@media (max-width: 1400px){
    .banner .swiper-wrapper .swiper-slide h1{
        font-size: 30px;
    }
    /*.navbar-expand-lg .navbar-nav .nav-item{*/
    /*    margin: 0px 10px;*/
    /*}*/
    /*.nav_min .navbar-nav .nav-link{*/
    /*    font-size: 16px;*/
    /*}*/
    .pc_yuyan{
        margin-left: 0px;
    }
    .nav_min .navbar-nav .nav-link{
        font-weight: 400;
    }
}
@media (max-width: 1350px){
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 10px;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
    }
}
/*@media (max-width: 1250px){*/
/*    .navbar-expand-lg .navbar-nav .nav-item {*/
/*        margin: 0px 8px;*/
/*    }*/
/*    .nav_min .navbar-nav .nav-link {*/
/*        font-size: 15px;*/
/*    }*/
/*}*/
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .navbar-brand{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 15px;
    }
    .navbar-brand img{
        height: 48px;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
    }
    .md_nav_container{
        position: relative;
    }

    .md_collapse{
        border-top: 1px solid rgba(46, 135, 187, 0.3);
    }
    .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;
        font-size: 16px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        color: #000;
    }
    .nav_min .navbar-nav .nav-link span{
        display: none;
    }
    .navbar-light .navbar-nav .show>.nav-link{
        color: #000;
    }
    .top_xiala .dropdown-menu{
        padding: 0px;
    }
    .top_xiala .menu_style2{
        padding: 0px!important;
    }
    .nav_min .nav-link span{
        display: none;
    }
    .pc_yuyan li{
        margin: 0px 15px;
    }
    .pc_yuyan .top_xiala .nav-link{
        padding: 15px 0px;
    }

    .search_anniu_top{
        width: 68px;
        height: 68px;
        margin-top: 0px;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 0px;
        width: 68px;
        height: 68px;
    }
    .search_anniu_top2{
        margin-top: 5px;
    }

    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    
    .factory_row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .factory_col{
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner .swiper-wrapper .swiper-slide{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 980px){
    .about_gsimg_top .swiper-wrapper .swiper-slide{
        margin: 0px 7px 0px 7px;
        padding: 10px 30px;
        font-size: 14px;
    }
}
@media (max-width: 900px){
    .md_none{
        display: none;
    }

    .about_in_media{
        border-top: 1px solid #fff;
    }
    .turn_card2{
        height: 380px;
    }

    .about_contact{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
    .about_contact .media-body{
        margin-bottom: 18px;
    }
}

@media (max-width: 768px){
    /*.banner{
        height: 480px;
    }*/
    .banner1{
        height: auto;
    }
    .banner .swiper-slide .card-body{
        text-align: center;
    }
    .banner .swiper-slide h2{
        font-size: 24px;
        line-height: 30px;
    }

    .discover_card{
        height: 320px;
    }
    .send_inquiry{
        width: 100%;
    }

    .about_banner h1{
        font-size: 30px;
    }
    .products_nav li a:hover, .products_nav .active a{
        padding: 12px 15px;
    }

    .banner_button{
        height: 288px;
    }
    .products_banner{
        height: 480px;
    }
    
    .about_row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .about_col{
        padding-left: 15px;
        padding-right: 15px;
    }
    .why_img {
        border-top-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .about_banner{
        height: 180px;
    }
}