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

::-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: 38px;
    bottom: 40px;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    color: #fff;
    z-index: 2;
    background-color: #e60012;
    cursor: pointer;
    display: none;
}
.totop .totop_backTop{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.totop .totop_backTop .fa{
    z-index: 1000;
}
.totop .totop_backTop .circle01,.totop .totop_backTop .circle02{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background-color: #e60012;
}
.totop .totop_backTop .circle01{
    animation:scalej01 2s .4s infinite;-webkit-animation:scalej01 2s .4s infi
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
}
.totop .totop_backTop .circle02{
    animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;
}
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  

.bubble{width:100%;height:100%;position:absolute;left:0;top:0;z-index: -1;} 
.bubble span,.back_bubble span{display:block;width:20px;height:20px;border-radius:50%;-webkit-border-radius:50%;z-index:-1; 
transition: ease 1s;-webkit-transition: ease 1s;position:absolute;left:50%;
bottom:0px;transform: translateX(-50%);-webkit-transform: translateX(-50%);opacity:0;-webkit-opacity:0;}
.bubble span:nth-child(1){animation:pao 4s linear infinite;-webkit-animation:pao 4s linear infinite;background: rgba(230,0,18,.6);}
.bubble span:nth-child(2){animation:pao3 6s linear infinite;-webkit-animation:pao3 6s linear infinite;
-webkit-transition-delay:0.3s;transition-delay:0.3s;background: rgba(230,0,18,.8);}
.bubble span:nth-child(3){animation:pao2 3s linear infinite;-webkit-animation:pao2 3s linear infinite;
-webkit-transition-delay:0.8s;transition-delay:0.8s;background: rgba(230,0,18,1);}
.bubble span:nth-child(4){animation:pao4 9s linear infinite;-webkit-animation:pao4 9s linear infinite; background: rgba(230,0,18,.3);}
.bubble span:nth-child(5){animation:pao5 7s linear infinite;-webkit-animation:pao5 7s linear infinite; background: rgba(230,0,18,.5);}
 @keyframes pao{
    0% {
        transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
        -webkit-transform: translate(200%,-30px) rotate(360deg) scale(.4,.4);
        opacity:1;-webkit-opacity:1;
    }
 
    50% {
        transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
        -webkit-transform: translate(0%,-70px) rotate(360deg) scale(.8,.8);
        opacity:.5;-webkit-opacity:.5;
    }
 
    100% {
        transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
        -webkit-transform: translate(-200%,-100px) rotate(360deg) scale(1,1);
        opacity:0;-webkit-opacity:0;
    
    }
 }
 @keyframes pao2 {
    0% {
        transform:translate(-200%,0px) rotate(360deg) scale(1,1);
        -webkit-transform:translate(-200%,0px) rotate(360deg) scale(1,1);
        opacity:1;-webkit-opacity:1;
    }
 
    50% {
        transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
        -webkit-transform: translate(250%,-50px) rotate(360deg) scale(.8,.8);
        opacity:.5;-webkit-opacity:.5;
    }
 
    100% {
        transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
        -webkit-transform: translate(100%,-100px) rotate(360deg) scale(.4,.4);
        opacity:0;-webkit-opacity:0;
    
    }
 }
 @keyframes pao3 {
    0% {
        transform: translate(0%,0px) rotate(360deg) scale(1,1);
        -webkit-transform: translate(0%,0px) rotate(360deg) scale(1,1);
        opacity:1;-webkit-opacity:1;
    }
 
    50% {
        transform: translate(-250%,-50px) rotate(360deg) scale(.8,.8);
        -webkit-transform:translate(-250%,-50px) rotate(360deg) scale(.8,.8);
        opacity:.5;-webkit-opacity:.5;
    }
 
    100% {
        transform: translate(-300%,-100px) rotate(360deg) scale(.4,.4);
        -webkit-transform:translate(-300%,-100px) rotate(360deg) scale(.4,.4);
        opacity:0;-webkit-opacity:0;
    
    }
 }
@keyframes pao4 {
    0% {
        transform: translate(400%,0px) rotate(360deg) scale(1,1);
        -webkit-transform: translate(400%,0px) rotate(360deg) scale(1,1);
        opacity:1;-webkit-opacity:1;
    }

    50% {
        transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
        -webkit-transform: translate(400%,-50px) rotate(360deg) scale(.8,.8);
        opacity:.5;-webkit-opacity:.5;
    }

    100% {
        transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
        -webkit-transform: translate(-100%,-100px) rotate(360deg) scale(.4,.4);
        opacity:0;-webkit-opacity:0;
    }
}
@keyframes pao5 {
    0% {
        transform: translate(-400%,0px) rotate(360deg) scale(.1,.1);
        -webkit-transform:translate(-400%,0px) rotate(360deg) scale(.1,.1);
        opacity:1;-webkit-opacity:1;
    }

    50% {
        transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
        -webkit-transform: translate(-400%,-50px) rotate(360deg) scale(.6,.6);
        opacity:.5;-webkit-opacity:.5;
    }

    100% {
        transform: translate(0%,-100px) rotate(360deg) scale(1,1);
        -webkit-transform: translate(0%,-100px) rotate(360deg) scale(1,1);
        opacity:0;-webkit-opacity:0;
    }
}

@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: #e60012;
}

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

.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font24{
    font-size: 24px;
}
.text_333{
    color: #333;
}
.text_666{
    color: #666;
}
.text_999{
    color: #999;
}
.text_000{
    color: #000;
}
.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_xl_width{
    max-width: 1600px;
}
.ce_width{
    max-width: 1400px;
}


/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.pc_nav{
    background: #fff;
}

.nav_min{
    padding: 0px;
    border: none;
}
.navbar-brand{
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.5s;
    margin-right: 22px;
}
.navbar-brand img{
    height: 50px;
}

.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 15px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 33px 0px;
    position: relative;;
}
.navbar-expand-lg .navbar-nav .top_xiala_yuyan .nav-link{
    padding: 30px 0px;
}
.nav_min .navbar-nav .nav-link{
    color: #333;
    font-size: 16px;
    transition: all 0.3s;
}
.nav_min .navbar-nav .nav-link span{
    color: #70737b;
    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: #e60012;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #e60012;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.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;
}

.nav_container{
    position: relative;
}

.nav_collapse{
    width: 100%;
    left: 0px;
}

/*.navbar-toggler{*/
/*    border: none;*/
/*    padding: 6px 10px 10px 10px;*/
/*    margin: 17px 0px;*/
/*    position: relative;*/
/*}*/
.navbar-toggler strong{
    position: absolute;
    left: 42px;
    top: 6px;
    min-width: 45px;
}
.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);
}

.sousuo span{
    line-height: 24px;
    display: inline-block;
    color: #999;
}
.search_anniu_top{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: none;
    position: relative;
    background: none;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 19px;
    right: 0;
    bottom: 0;
    left: 19px;
    width: 6px;
    height: 2px;
    background: #999;
    transform: rotate(45deg);
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0;
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #999;
}
.md_search_anniu_top{
    margin-top: 0px;
}

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

.nav_ul .nav-link{
    color: #fff;
    background: #666;
    padding: 15px;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 100%;
}
.nav_ul .dropdown{
    display: flex;
    position: static;
}
.nav_ul .nav-link .dropright{
    width: 85%;
}
.nav_ul .dropdown .dropdown-toggle{
    width: 15%;
    height: 44px;
    border-radius: 0px;
}
.nav_ul .dropdown .dropdown-toggle:after{
    vertical-align: 0;
    border: 0.6em solid transparent;
    border-left-color: #fff;
    margin-top: 5px;
    margin-left: 8px;
}

.nav_ul .dropdown{
    position: static;
}
.nav_ul .dropdown .dropdown-menu{
    left: 100%!important;
    top: 0px!important;
    transform: none!important;
    background: none;
    border: none;
    min-width: 100%;
    width: 100%;
    padding: 0px 15px 0px 0px;
}

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

/*banner*/

/*zhuti*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}
.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 */
}
@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: #545b62;
}
.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: 1199px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #545b62;
    color: #fff;
}
.pc_yuyan .nav-link{
    height: 80px;
    padding: 30px 15px;
}
.pc_yuyan .top_xiala .dropdown-menu{
    width: 180px;
}

.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 .card-body span{
    display: inline-block;
    color: #fff;
    background: #e60012;
    padding: 12px 15px;
    border-radius: 50px;
    margin-top: 24px;
}
.ix_product_card:hover .fangda img{
    transform:scale(1.1);
}


.zhuti_bg{
    background: url(../img/zhuti_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 488px;
}

.zhuti_bg2{
    background-image: linear-gradient(to bottom right, #2f2f2f, #040404);
}
.zhuti_bg3{
    background: url(../img/zhuti_bg3.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.solutions_png img{
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin: 38px 0px;
}

.ix_contact{
    background: rgba(51, 51, 51, 0.8);
    border-radius: 20px;
}
.ix_contact .solutions_png{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 38px 0px;
}
.ix_contact .solutions_png i{
    width: 58px;
    height: 58px;
    border-radius: 58px;
    border: 1px solid #fff;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brands_img{
    background: #fff;
    padding: 18px 24px;
    margin-bottom: 30px;
    display: block;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*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_bg{
    background: #586672;
    padding-top: 45px;
}

/*.bottom_ul{
    padding-bottom: 28px;
}*/
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    position: relative;
    color: #fff;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
    text-transform: uppercase;
}
.bottom_ul .card{
    background: none;
    padding: 18px 0px 15px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #fff;
}
.bottom_ul .card a:hover{
    color: #999;
}

.di_beian{
    padding: 12px 0px;
    line-height: 24px;
}

.bottom_ul_nav{
    border-bottom: 1px solid #fff;
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
}
.bottom_ul_nav ul li a{
    color: #fff;
}
.bottom_ul_nav ul li a:hover{
    color: #999;
}
.di_ul li{
    line-height: 36px;
}

/* ----------------------------------------------------------------
    products
----------------------------------------------------------------- */
.bg-primary-gradient{
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-color: #e84fbc;
    background: linear-gradient(240deg,#e6bebe,#d8b5b5 20%,#aaa5a5 70%,#a69e9e);
    background-size: cover;
}
.products_banner{
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb{
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}
.breadcrumb i, .breadcrumb a{
    color: #fff;
}
.ix_product_card2 .card-body p{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.ix_product_card{
    background: none;
}
.bg-other{
    background-color: hsla(0,0%,100%,.5);
    transition: background-color .3s;
}
.card-img-top--sloped-v1 {
    background: hsla(0,0%,100%,.5);
    background: linear-gradient(13deg,hsla(0,0%,100%,.5),hsla(0,0%,100%,.5) 58%,hsla(0,0%,100%,0) calc(58% + 1px),hsla(0,0%,100%,0));
}
.card-img-top--sloped-v1 img {
    -webkit-filter: drop-shadow(.35rem .35rem .4rem rgba(0,0,0,.25));
    filter: drop-shadow(.35rem .35rem .4rem rgba(0,0,0,.25))
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-link{
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 12px 16px;
    border: 1px solid #eee;
}
.page-item:first-child .page-link{
    margin-left: 8px;
}
.page-link:hover,.page-item.active .page-link{
    background: #e60012;
    color: #fff;
    border: 1px solid #e60012;
}
.page-item:first-child .page-link{
    border-radius: 0px;
}
.page-item:last-child .page-link{
    border-radius: 0px;
}

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

.ps_list_ds_a{
    display: block;
    background: #e60012;
    color: #fff;
    font-size: 16px;
    padding: 24px 32px;
}
.ps_list_ds_a:hover{
    background: #d30011;
    color: #fff;
}

.pr_detail table{
    max-width: 100%;
    width: 100%;
    border:1px solid #fff;
}
.pr_detail table td{
    border:1px solid #fff !important;
    padding: 5px !important;
}
.pr_detail table,.pr_detail table td,.pr_detail table p,.pr_detail table span{
    font-family:'Montserrat', "sans-serif" !important;
    font-size: 16px !important;
}
.ps_list_ds_col{
    padding-left: 45px;
}

.index_service_png {
    margin: 28px 0px 38px 0px;
}

.maximg img{
    max-width: 100%;
    height: auto !important;
}

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

.support_tg_card p{
    padding-left: 15px;
    position: relative;
}
.support_tg_card p:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #fff;
}

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

/* ----------------------------------------------------------------
    about us
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 488px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_png img{
    width: 178px;
    height: 178px;
    object-fit: contain;
    border-radius: 178px;
    margin: 18px 0px;
}
.about_png2 img{
    width: 138px;
    height: 138px;
    object-fit: contain;
    border-radius: 138px;
    margin: 38px 0px;
}
.ab_de p{
    line-height: 2;
}
.about_zzzs_swiper .swiper-slide img{
    /*height: 100%;*/
}
/*.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: 48px;
}
.about_zzzs_swiper .swiper-pagination{
    top: auto;
    bottom: 0px;
}
.about_zzzs_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #e60012;
}

.about_zzzs_swiper .swiper-button-next,.about_zzzs_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;
}
.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(230,0,18,1);
}

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

.news_ds_p p{
    margin-bottom: 18px;
    line-height: 28px;
}
.news_card1{
    padding: 18px 0px;
    border-bottom: 1px solid #eee!important;
}
.news_card1 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

/* ----------------------------------------------------------------
    contact
----------------------------------------------------------------- */
.contact_form .form-control{
    border-color: #f9f9f9;
    padding: 12px 18px;
    border-radius: 0px;
    font-size: 16px;
    background: #f9f9f9;
}
.form_input_height{
    height: 47px;
}
.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 #e60012;
    background: #e60012;
    color: #fff;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #d70011;
    border-color: #d70011;
}

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

@media (max-width: 1199px){
    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .navbar-brand{
        margin-right: 0px;
        padding: 15px 15px;
    }
    .navbar-brand img{
        height: 38px;
        object-fit: contain;
    }
    .yuyan_top_xiala .nav-link{
        padding: 20px 0px 20px 0px;
    }
    .nav_min .container{
        padding: 0px;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .pc_yuyan{
        position: absolute;
        right: 15px;
        top: 0;
    }
    .top_xiala .yy-drop{
        top: 25px;
        opacity: 0;
    }
    .top_xiala {
    }
    .pc_yuyan .nav-link {
        height: auto;
        padding: 19px 0;
    }
    .pc_yuyan .top_xiala .dropdown-menu{
        width: 95px;
        left: -60px;
    }
    .navbar-brand img{
        height: 28px;
        object-fit: contain; 
    }
    .navbar-brand{
        margin-left: 15px;
    }
    
    .nav_ul .dropdown{
        position: relative;
        display: block;
    }
    .nav_ul .dropdown .dropdown-menu{
        left: 0%!important;
        top: 0px!important;
        padding: 0px;
        position: relative!important;
    }
    .nav_ul .dropdown .dropdown-toggle{
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .nav_ul .dropdown .dropdown-menu .nav-link{
        background: #999;
    }
    .nav_ul .dropdown .dropdown-menu h6{
        padding-top: 15px;
    }
}
@media (max-width: 900px){
    .zhuti_bg{
        height: 388px;
    }
    
    .bottom_bg{
        padding-top: 24px;
    }
    .bottom_ul_nav{
        margin-bottom: 24px;
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom_ul_nav ul{
        margin-bottom: 16px;
    }
    .bottom_ul_nav ul li{
        line-height: 24px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 16px;
        border-bottom: none;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .card{
        padding-top: 10px;
    }

    .ps_list_ds_col{
        padding-left: 15px;
    }
}

@media (max-width: 768px){
    .md_none{
        display: none!important;
    }
    .search_anniu_top{
        width: 48px;
        height: 48px;
    }

    .zhuti_bg{
        height: 288px;
    }

    .news_banner,.about_banner,.innovation_banner,.support_banner,.products_banner{
        height: 288px;
    }
    .news_banner p,.about_banner p,.innovation_banner p,.support_banner p,.products_banner p{
        display: none;
    }
}