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

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

.section::-webkit-scrollbar{
    display: none;
}
.maximg img{
    max-width: 100%;
    height: auto !important;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 38px;
    bottom: 40px;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    color: #fff;
    z-index: 2;
    background-color: #215dd7;
    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: #215dd7;
}
.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(33,93,215,.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(22,98,183,.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(22,98,183,1);}
.bubble span:nth-child(4){animation:pao4 9s linear infinite;-webkit-animation:pao4 9s linear infinite; background: rgba(22,93,215,.3);}
.bubble span:nth-child(5){animation:pao5 7s linear infinite;-webkit-animation:pao5 7s linear infinite; background: rgba(22,93,215,.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;
    }
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 50%;
    z-index: 1000;
    margin-bottom: -150px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 5px;
}
.right_xf li a{
    display: inline-block;
    width: 66px;
    height: 66px;
    color:#999;
    border-radius: 5px;
    background: #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 img{
    width: 100%;
    height: 24px;
    object-fit: contain;
}
.right_xf li a:hover{
    color: #4c6aff;
}

.right_xf li,.erweima{
    position: relative;
}
.right_xf .menu,.erweima .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 66px;
    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,.erweima .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,.erweima:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
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: #215dd7;
}

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

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

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

h3{
    line-height: 46px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
    line-height: 30px;
}
.font18{
    font-size: 18px;
}

.text_999{
    color: #999;
}
.text-primary{
    color: #215bd6!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg_eee{
    background: #eee;
}
.bg-primary{
    background: #2b61a9!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;
}
.pb-7{
    padding-bottom: 120px;
}
.pt-7{
    padding-top: 120px;
}
.mb-7{
    margin-bottom: 120px;
}
.mt-7{
    margin-top: 120px;
}

.no_margin{
    margin: 0px;
}

.pc_cr{
    max-width: 1600px;
}
.fluid_pc{
    padding-left: 6.25vw;
    padding-right: 6.25vw;
}
.fluid_pc_left{
    padding-left: 6.25vw;
}
.fluid_pc_right{
    padding-right: 6.25vw;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.mebg{
    width:100%;
    height: 270px;
    position: absolute;
    top:66px;
    left:0;
    z-index: 99;
    display: none;
    background:#fff;
    opacity:0.9;
    filter:alpha(opacity=70); 
}
.pc_top_nav{
    width: 100%;
    padding: 5px 120px;
    display: flex;
    align-items: center;
}
.nav_min{
    /*padding: 0px 0px 0px 48px;*/
    /*border: none;*/
    padding: 0px 80px;
    border: none;
    background: #215dd7;
}
/*.nav_min:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    bottom: 0px;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: #f9f9f9;*/
/*}*/
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    margin-right: 0;
}
.navbar-brand img{
    height: 50px;
    max-width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 26px 0px;
    margin: 0px 40px;
    position: relative;
}
.nav_min .navbar-nav .nav-link{
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
    font-weight: 400;
}
.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: #9be7ff;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #9be7ff;
    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,.nav-link:hover:before{
    left: 0%;
    right: 0%;
}

.navbar-toggler{
    /*border: none;*/
    /*padding: 6px 10px 10px 10px;*/
    /*margin: 17px 0px;*/
    /*position: absolute;*/
    /*right: 82px;*/
    /*top: 0px;*/
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 13px 0px 13px 10px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 100%;
    /*text-align: center;*/
    background: none;
    margin: 0px;
    z-index: 1000;
    padding: 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 */
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 180px;
    background: #fff;
    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 (max-width: 1200px){
    /*.top_xiala:hover .dropdown-menu{*/
    /*    display: block;*/
    /*    transition: all .5s;*/
    /*}*/
    .pc_top_nav{
        padding: 5px 0;
    }
    .top_xiala .dropdown-menu a{
        color: #fff;
    }
}
.top_xiala .dropdown-menu a{
    padding: 14px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    font-size: 14px;
    position: relative;
    text-align:center;
}
.top_xiala .dropdown-menu ul h5 a{
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #eee;
}
.top_xiala .dropdown-menu a:hover{
    color: #215bd6;
    padding: 14px 6px;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 12px 13px;
    z-index: 1000;
    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;
    }
    .pchead{
        display: none;
    }
    .mohead{
        display: block;
    }
    .top_xiala .dropdown-menu a{
        text-align: left;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #215dd7;
    color: #fff;
}

.search_anniu_top{
    display: inline-block;
    width: 66px;
    height: 66px;
    border: none;
    position: relative;
    background: none;
}
.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_top1:before{
    background: #666;
}
.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;
}
.search_anniu_top1:after{
    border: 2px solid #666;
}

.search_anniu_top:hover:before{
    background: #9be7ff;
}
.search_anniu_top:hover:after{
    border: 2px solid #9be7ff;
}
.md_search_anniu_top{
    margin-left: 0px;
    border: none;
}
.md_sousuo{
    position: relative;
    margin-left: 30px;
}
/*.md_sousuo:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 30px;
    width: 4px;
    height: 28px;
    background: #eee;
}*/

.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #f9f9f9;
    z-index: 2000;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 0px;
    padding-bottom: 0px;
}
.container_style form{
    margin: 0;
    padding: 0;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    padding: 15px 15px;
    height: 66px;
    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: 66px;
    height: 66px;
    line-height: 58px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 33px;
    left: 30px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 33px;
    left: 30px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
/*.search_anniu2:hover{*/
/*    transform: rotate(180deg);*/
/*}*/

/*banner*/
.banner{
    height: 600px;
    position: relative;
}

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

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

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

.banner .swiper-pagination{
    color: #fff;
    width: auto;
    left: 15px;
    bottom: 88px;
    font-size: 18px;
}
.banner .swiper-pagination .swiper-pagination-current{
    font-size: 36px;
    font-weight: bold;
}

/*主体*/
.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);
}
.fangda2{
    overflow: hidden;
    transition:all 0.5s ease-out; 
}
.card:hover .fangda2{
    transform:scale(1.1);
}

.gengduo{
    width: 200px;
    height: 58px;
    border:2px solid #fff;
    background: #fff;
    color: #215dd7;
    position: relative;
    font-size: 18px;
    text-align: left;
    display: inline-block;
    padding: 14px 24px;
    pointer-events: auto;
}
.gengduo:hover {
    border:2px solid #fff;
    background: #fff;
    color: #215dd7;
}
.gengduo2{
    border:2px solid #215dd7;
    background: #215dd7;
    color: #fff;
}
.gengduo2:hover{
    color: #fff;
    background-color: #1f56c5;
    border-color: #1f56c5;
}
.gengduo i{
    position: absolute;
    top: 19px;
    right: 24px;
    transition: right 0.5s;
    -webkit-transition: right 0.5s; /* Safari */
}
.gengduo:hover i{
    right: 21px;
}

.ix_about_media{
    height: 33.33333%;
    border: none;
    border-bottom: 1px solid #fff;
}
.ix_about_media .fangda2{
    width: 100%;
    height: 100%;
}
.ix_about_media .fangda2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_about_media .card-img-overlay{
    padding: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ix_about_media .media{
    width: 100%;
    position: relative;
    padding-bottom: 48px;
}
.ix_about_media .media:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}
.ix_about_media .media:after{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 5px;
    width: 12px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(45deg);
    transition: 0.5s;
}
.ix_about_media:hover .media:before,.ix_about_media:hover .media:after{
    background: rgba(255, 255, 255, 1);
}

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

/*ix_about_card 效果*/
.ix_about_card{
    position: relative;
    background: none;
    overflow: visible;
}
.ix_about_card .card-body{
    padding-left: 65px;
    padding-top: 8px;
}

.ix_about_card:before{
    content: "";
    position: absolute;
    left: 22px;
    top: 0px;
    height: 100%;
    width: 1px;
    border-left: 1px dashed #215dd7;
}

._xiaoguo{
    position: absolute;
    left: 0px;
    top: 0px;
}
._xiaoguo_zm{
    width: 44px;
    height: 44px;
    border-radius: 44px;
    background: #215dd7;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

._xiaoguo ._ani{
    position: absolute;left:0;top: 0;z-index: -1;width: 100%;height: 100%;animation:rotateZ 30s infinite linear;
}
@keyframes rotateZ{
    from {transform:rotateZ(0deg);}
    to {transform: rotateZ(360deg);}
}
._xiaoguo ._ani span{display: inline-block; width:12px;height: 12px;position: absolute;}
._xiaoguo ._ani span:before{content: '';width: 100%;height: 100%;display: block;border-radius: 50%;
animation: aniCrl 3s infinite linear; background: #215dd7; opacity: 0}
._xiaoguo ._ani span:nth-child(1){left: 0;top: 50%; transform: translate(-100%,100%);}
._xiaoguo ._ani span:nth-child(2){left: 0;top: 0; transform: translate(-50%,-100%);}
._xiaoguo ._ani span:nth-child(3){right: 0;top: 0; transform: translate(0,-100%);}
._xiaoguo ._ani span:nth-child(4){right: 0;top: 50%; transform: translate(120%,-100%);}
._xiaoguo ._ani span:nth-child(5){right: 0;top: 50%; transform: translate(100%,100%);}
._xiaoguo ._ani span:nth-child(1):before{animation-delay: 0s;}
._xiaoguo ._ani span:nth-child(2):before{animation-delay: 0.8s;}
._xiaoguo ._ani span:nth-child(3):before{animation-delay: 0.6s;}
._xiaoguo ._ani span:nth-child(4):before{animation-delay: 0.2s;}
._xiaoguo ._ani span:nth-child(5):before{animation-delay: 0.4s;}
@keyframes aniCrl{
    0% {
        transform: scale(.1);opacity: 1;
    }
    50% {
        transform: scale(1);opacity: 0;
    }
    100% {
       transform: scale(.1);opacity: 1;
    
    }
}

.ix_product{
    background: url(../img/ix_product_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper_product_top_ul{
    background: rgba(255, 255, 255, 0.2);
}
.swiper_product_top_ul .card-body{
    padding: 24px 42px;
}
.swiper_product_top_ul ul{
    display: flex;
    flex-wrap: wrap;
}
.swiper_product_top_ul ul li{
    width: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 48px;
    font-size: 16px;
    padding-left: 22px;
    position: relative;
    padding-right: 18px;
}
.swiper_product_top_ul ul li a{
    color: #fff;
}
.swiper_product_top_ul ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: 1px solid #fff;
}

.swiper_product_bottom .swiper-wrapper,.swiper_product_top .swiper-wrapper{
    height: auto;
}
.swiper_product_bottom .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    opacity: 0.8;
    text-align: center;
}
.swiper_product_bottom .swiper-wrapper .swiper-slide img{
    width: 78px;
    height: 78px;
    border-radius: 78px;
    border: 1px solid #fff;
    object-fit: cover;
}
.swiper_product_bottom .swiper-wrapper .swiper-slide-thumb-active{
    opacity: 1;
}
.swiper_product_top .swiper-wrapper .swiper-slide{
    opacity: 0!important;
}
.swiper_product_top .swiper-wrapper .swiper-slide-active{
    opacity: 1!important;
}

.news_bt{
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}
.index_news_card .card-body h6{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 58px;
}

.fangda.newsimg {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 65%;
    background: #fff;
}
.fangda.xczimg {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 70%;
    background: #fff;
}

.fdimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
}

.fangda.xczimg:hover .fdimg{
    transform:scale(1.1);
}

.fangda.newsimg:hover .fdimg{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fangda.newsimg:before,
.fangda.newsimg:after {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.fdimg{
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.fangda.newsimg:before,
.fangda.newsimg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(.35);
    -ms-transform: scale(.35);
    -o-transform: scale(.35);
    transform: scale(.35);
    opacity: 0;
    filter: alpha(opacity=0);
}

.fangda.newsimg:before {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85);
    border: 1px solid rgba(255, 255, 255, .7);
}
.fangda.newsimg:hover:before {
    left: .1rem;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    z-index: 9;
}

.fangda.newsimg:hover:before,
.fangda.newsimg:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.fangda.newsimg:hover:after {
    z-index: 6;
    background-color: rgba(0, 0, 0, .2);
}

.fangda.newsimg:hover .fdimg{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.ix_news_col{
    padding-left: 30px;
    padding-right: 30px;
}
.ix_news_row{
    margin-left: -30px;
    margin-right: -30px;
}

/*bottom*/
@media (min-width: 900px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 900px){
    .bottom_xiala:after{
        content: none;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 7px;
        top: 21px;
        width: 2px;
        height: 16px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
}

.bottom_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom_flex2{
    padding: 28px 0px 28px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.di_ul i.fa.mr-3{
    width: 20px;
    text-align: center;
}

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

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

.bottom_nav{
    padding-top: 40px;
}
.di_ul li{
    line-height: 28px;
    margin-bottom: 18px;
}
.di_beian{
    padding: 5px 0px;
    line-height: 24px;
}

/* ----------------------------------------------------------------
    产品 & 服务
----------------------------------------------------------------- */
.pageBanner{width: 100%;overflow: hidden;background-color: #ddd;}
.pageBanner ._box{width: 100%;height: 100%;}
.pageBanner ._box>div{width: 100%;height: 100%;position: relative;}
.pageBanner ._bg{width: 100%;height: 100%;transform: scale(1.15);transform-origin: 50% 100%; transition:transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);}
.pageBanner ._bg>img{width: 100%;height: 100%;object-fit: cover;}
.pageBanner ._info{position: absolute;top: 50%;transform: translateY(-50%);
z-index: 5;padding:0 15.625vw;width: 100%;color: #fff;padding-top: .9rem;}
.pageBanner ._info ._title{line-height: 1;}
.pageBanner ._info ._mouse{width: 88px;position: relative;margin-top: 3vw;height: 88px;}
.pageBanner ._info ._mouse .mouseCir{position:absolute;width: 100%;height: 100%;}
.pageBanner ._info ._mouse .mouseCir:before,
.pageBanner ._info ._mouse .mouseCir:after{content: '';position: absolute;width: 100%;height: 100%;border-radius: 50%;}
.pageBanner ._info ._mouse .mouseCir:before{border:1px dashed #fff;animation: rotateZ 20s linear infinite;}
.pageBanner ._info ._mouse .mouseCir:after{transform: scale(.7);background-color: #fff;}
.pageBanner ._info ._mouse .mouseOf{height:36px;width:24px;border-radius:24px;border:2px solid #215dd7;position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.pageBanner ._info ._mouse .mouseOf:after{content: '';width:3px;height:11px;background-color: #215dd7;border-radius:2px;
animation: scroll-down 1.5s infinite ease-in-out;position:absolute;left:50%;transform:translateX(-50%);}
@keyframes scroll-down {
    0% {
        top:2px;
        opacity: 0;
    }
    30%,
    70% {
        opacity: 1;
    }
    100% {
        top:calc(100% - (2px + 11px));
        opacity: 0;
    }
}
.pageBanner.on ._bg{transform: none;}
.pageBanner ._info ._cir{text-align: center;margin-top: .8rem;}
.pageBanner ._info ._cir span{width:8px;height: 8px;border-radius: 50%;
background-color: #fff;margin: 0 5px;display: inline-block;}

.pageBanner.style1{height: 24vw;}
.pageBanner.style1 ._info ._title .en{font-size: 40px;text-transform: uppercase;margin-bottom: 20px;}
.pageBanner.style1 ._info ._title .cn{font-size: 30px;}

.pageBanner.style2{height: 24vw;}
.pageBanner.style2 ._info ._title{text-align: center;}
.pageBanner.style2 ._info ._title .cn{font-size: 40px;margin-bottom: 20px;}
.pageBanner.style2 ._info ._title .en{font-size: 30px; text-transform: uppercase;}


.product_banner{
    background: url(../img/product_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 788px;
    display: flex;
    align-items: center;
    position: relative;
}
.banner_shubiao{
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: 35px;
    border: 2px solid #fff;
    width: 26px;
    height: 38px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 12px;
}
.banner_shubiao span{
    display: inline-block;
    width: 2px;
    height: 10px;
    border-radius: 2px;
    background: #fff;
    margin-top: 6px;
    margin-left: 10px;
    animation: top_donghb 1s infinite alternate;
    -webkit-animation: top_donghb 1s infinite alternate; /* Safari and Chrome */
}
@keyframes top_donghb
{
    from {
        margin-top: 6px;
    }
    to {
        margin-top: 15px;
    }
}

.product_card{
    box-shadow: 0px 10px 30px rgba(33, 93, 215, 0.2);
}
.product_card .card-header{
    color: #215dd7;
    font-size: 30px;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 30px;
    line-height: 30px;
}
.product_card ul{
    padding: 30px;
}
.product_card ul li{
    border: none;
    padding: 18px 0px;
}
.product_card ul li a{
    display: block;
    font-size: 16px;
    color: #666;
}
.product_card ul li a:hover{
    color: #215dd7;
}

.ps_col_right:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 1px;
    height: 100%;
    background: #dddddd;
}
.ps_nav li{
    position: relative;
    overflow-x: hidden;
    list-style: none;
    white-space: nowrap;
}


::-webkit-scrollbar {
  height: 5px;
 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #e2e2e2;
}

.ps_nav li:hover{
    overflow-x: auto;
}

.ps_nav li a{
    display: block;
    font-size: 16px;
    padding: 13px 12px;
    color: #333;
    line-height: 22px;
}
.ps_nav li a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #333;
}
.ps_nav li.active a{
    color: #97D5CF;
    font-weight: bold;
}
.ps_nav li.active a:before{
    background: #97D5CF;
}
.prdimg{
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}

.topimg{
    display: block;
    overflow: hidden;
    text-align: center;
}
.topimg a,.bottimg a{
    display: block;
    transition:all 0.5s ease-out; 
}
.topimg img{
    height: 150px;
    border: 1px solid #e2e2e2;
}
.topimg a:hover{
    position: absolute;
    left: -50%;
    right: 0;
    
}
.topimg a:hover img{
    width: 500px;
    height: auto;
}

.bottimg{
    display: block;
    overflow: hidden;
    text-align: center;
}
.bottimg a{
    display: inline-block;
    margin: 0 5px;
}
.bottimg a img{
    height: 30px;
    border: 1px solid #e2e2e2;
}

.product_banner_details{
    background: url(../img/product_banner_details.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 788px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.nav_bottom{
    position: relative;
    background: #f9f9f9;
}
.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: 32px 0px;
    position: relative;
    color: #999;
}
.products_nav_swiper .swiper-wrapper .active a,.products_nav_swiper .swiper-wrapper .swiper-slide a:hover{
    color: #215dd7;
}
.products_nav_swiper .swiper-wrapper .active a:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #215dd7;
}
.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(204,204,204,1);
    -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(33,93,215,1);
}

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

.pt_ds_card{
    position: relative;
}
/*.pt_ds_card:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: 29px;*/
/*    width: 3px;*/
/*    height: 30px;*/
/*    background: #215dd7;*/
/*}*/
.pcon p{
    margin-bottom: 10px;
    line-height: 2;
}

.products_card2 .card-img-overlay{
    padding: 30px;
}
.products_card .card-img-overlay{
    padding: 48px;
    display: flex;
    align-items: flex-end;
    transition:all 1s;
}
.products_card .card-img-overlay .index_bt{
    width: 100%;
}
.products_card:hover .card-img-overlay .index_bt:before{
    width: 100%;
}
.products_card .card-img-overlay:hover{
    background: rgba(0, 0, 0, 0.5);
}
.index_bt{
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}
.index_bt:before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -29px;
    bottom: 0px;
    width: 58px;
    height: 2px;
    background: #0071bc;
    transition:all 1s;
}
.index_bt2:before{
    background: #fff;
}
.index_bt3:before{
    left: 0px;
    margin-left: 0px;
}

.prolist a{
    display: inline-block;
    background: #f1f1f1;
    padding: 10px;
    margin: 0 12px 24px 12px;
}
.prolist a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #ccc;
    margin-right: 6px;
    position: relative;
    top: -3px;
}
.prolist a:hover:before{
    background: #215dd7;
}
/* ----------------------------------------------------------------
    了解我们
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 788px;
    display: flex;
    align-items: center;
    position: relative;
}
.about_p p{
    color: #666;
    line-height: 2;
}

.about_fzlc_bg{
    background: url(../img/about_fzlc_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper_honor{
    height: 500px;
}
.swiper_honor{
    position: relative;
}
.swiper_honor:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #eee;
}
.swiper_honor .swiper-slide{
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper_honor .swiper-slide-active:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 100%;
    background: #fff;
}

/* ----------------------------------------------------------------
    新闻资讯
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 788px;
    display: flex;
    align-items: center;
    position: relative;
}

.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: #0093d1;
    color: #fff;
    border: 1px solid #0093d1;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}
.page-link i{
    padding: 2px;
}

.news_ds_p p{
    /*margin-bottom: 18px;*/
    line-height: 2;
}
.news_ds_p p,.news_ds_p span{
    text-wrap: inherit !important;
}

/* ----------------------------------------------------------------
    新闻资讯
----------------------------------------------------------------- */
.recruit_banner{
    background: url(../img/recruit_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 788px;
    display: flex;
    align-items: center;
    position: relative;
}

.st_faqs_list .li{
    background: #fff;
    margin-bottom: 15px;
}
.st_faqs_list .ny_nav_a{
    padding: 16px 40px 16px 24px;
    line-height: 38px;
    display: block;
    font-size: 18px;
    position: relative;
    background: #fff;
}

.st_faqs_list_nr{
    padding: 30px 30px 30px 30px;
    border-top: 1px solid #eee;
    background: #fff;
}
.st_faqs_list_nr p{
    line-height: 2
}

.st_faqs_list .ny_nav_a .jiahao{
    position: absolute;
    top: 20px;
    right: 15px;
    width: 29px;
    height: 29px;
}
.st_faqs_list .ny_nav_a .jiahao:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 0px;
    margin-top: -8px;
    width: 1px;
    height: 17px;
    background: #ccc;
    transform: rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.st_faqs_list .ny_nav_a .jiahao:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: 0px;
    width: 17px;
    height: 1px;
    background: #ccc;
}
.st_faqs_list .collapsed .jiahao:before{
    transform:rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 788px;
    display: flex;
    align-items: center;
    position: relative;
}

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

.contact_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_right_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bott_tx li{
    position: relative;
}
.bott_tx .t_fuer{
    position: absolute;
    width: 100px;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 99;
}
.bott_tx li:hover .t_fuer{
    display: block;
}

/* //在线咨询 */
.main-im{position:fixed;right:10px;top:300px;z-index:100;width:110px;height:272px;}
.main-im .qq-a{display:block;width:106px;height:116px;font-size:14px;color:#0484cd;text-align:center;position:relative;}
.main-im .qq-a span{bottom:5px;position:absolute;width:90px;left:10px;color: #215dd7;}
.main-im .qq-hover-c{width:70px;height:70px;border-radius:35px;position:absolute;left:18px;top:10px;overflow:hidden;z-index:9;}
.main-im .qq-container{z-index:99;position:absolute;width:109px;height:118px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:1px solid #dddddd;background:url(../img/qq-icon-bg.png) no-repeat center 8px;}
.main-im .img-qq{max-width:60px;display:block;position:absolute;left:6px;top:3px;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
.main-im .im-qq:hover .img-qq{max-width:70px;left:1px;top:8px;position:absolute;}
.main-im .im_main{background:#F9FAFB;border:1px solid #dddddd;border-radius:10px;background:#F9FAFB;display:none;}
.main-im .im_main .im-tel{color:#000000;text-align:center;width:109px;height:105px;border-bottom:1px solid #dddddd;}
.main-im .im_main .im-tel div{font-weight:bold;font-size:14px;margin-top:6px;color: #215dd7;}
.main-im .im_main .im-tel .tel-num{font-family:Arial;font-weight:bold;color:#215dd7;}
.main-im .im_main .im-tel:hover{background:#fafafa;}
.main-im .im_main .weixing-container{width:100%;height:47px;background:#f5f5f5;border-bottom-left-radius:10px;background:url(../img/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show{width:112px;height:172px;background:#ffffff;border-radius:10px;border:1px solid #dddddd;position:absolute;left:-125px;top:-126px;}
.main-im .im_main .weixing-show .weixing-sanjiao{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #ffffff;border-width:6px;left:112px;top:134px;position:absolute;z-index:2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big{width:0;height:0;border-style:solid;border-color:transparent transparent transparent #dddddd;border-width:8px;left:112px;top:132px;position:absolute;}
.main-im .im_main .weixing-show .weixing-ma{width:104px;height:103px;padding-left:5px;padding-top:5px;}
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto;text-align:center;}
/*.main-im .im_main .go-top{width:50px;height:47px;background:#f5f5f5;border-bottom-right-radius:10px;background:url(/cn/images/top.png) no-repeat center center;float:right;}*/
/*.main-im .im_main .go-top a{display:block;width:52px;height:47px;}*/
.main-im .close-im{position:absolute;right:10px;top:-12px;z-index:100;width:24px;height:24px;}
.main-im .close-im a{display:block;width:24px;height:24px;background:url(../img/close_im.png) no-repeat left top;}
.main-im .close-im a:hover{text-decoration:none;}
.main-im .open-im{cursor:pointer;margin-left:68px;width:40px;height:133px;background:url(../img/open_im.png) no-repeat left top;}


/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1600px){
    .ps_col_right:before{
        right: 0;
    }
}
@media (max-width: 1500px){
    .pb-7{
        padding-bottom: 68px;
    }
    .pt-7{
        padding-top: 68px;
    }
    .mb-7{
        margin-bottom: 68px;
    }
    .mt-7{
        margin-top: 68px;
    }

    .ix_about_card .card-body h4{
        font-size: 16px;
    }
    .ix_about_card .card-body{
        padding-left: 60px;
        padding-bottom: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0px 24px;
    }

    .contact_banner,.recruit_banner,.product_banner_details,.product_banner,.news_banner,.about_banner{
        height: 488px;
    }
    .ix_news_col{
        padding-left: 15px;
        padding-right: 15px;
    }
    .ix_news_row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 1200px){
    .nav_min{
        padding: 0px;
    }
    .nav_min {
        padding: 0px;
        display: flex;
        justify-content: flex-start;
    }
    .top_xiala2{
        position: relative;
    }
    .navbar-brand{
        padding: 5px 15px;
    }
    .nav_min .container{
        max-width: 100%;
        margin: 0px;
    }
    .banner{
        padding-top: 0px;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .search_anniu_top{
        width: 60px;
        height: 60px;
    }
    .navbar-brand img{
        max-width: 100%;
        height: auto;
    }
    .md_sousuo:before{
        top: 20px;
    }
    .sousuo_control{
        height: 60px;
    }
    .search_anniu2{
        width: 60px;
        height: 60px;
    }
    .search_anniu2:after{
        top: 30px;
        left: 20px;
    }
    .search_anniu2:before{
        top: 30px;
        left: 20px;
    }

    /*.md_collapse{*/
    /*    border-top: 1px solid #eee;*/
    /*}*/
    .md_collapse .navbar-nav{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 22px 0px;
        margin: 0px;
    }

    .ix_about_media{
        height: 300px;
    }
    .parallax-bg h1{
        font-size: 38px;
    }

    .banner .swiper-pagination{
        bottom: 38px;
    }
    
}
@media (max-width: 992px){
    .ps_col_right:before{
        display: none;
    }
    .prdimg{
        position: relative;
        width: 100%;
    }
    .topimg img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 900px){
    .pageBanner ._info ._mouse{
        display: none;
    }
    .pageBanner ._info{
        padding: 0 5%;
    }
    .pageBanner.style1{
        height: 50vw;
    }
    .pageBanner.style2{
        height: 44vw;
    }
    .pageBanner.style1 ._info ._title .en{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .pageBanner.style1 ._info ._title .cn{
        font-size: 24px;
    }
    .pageBanner.style2 ._info ._title .cn{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .pageBanner.style2 ._info ._title .en{
        font-size: 15px;
    }

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

    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }

    .bottom_bg{
        padding-top: 24px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
    }
    .di_socialize{
        margin-top: 24px;
    }
    .bottom_beian{
        border-top: none;
        padding: 24px 0px 24px 0px;
        margin-top: 0px;
    }
    .bottom_ul .card{
        padding: 15px 0px;
    }
    .di_beian{
        margin-top: 0px;
    }
    .bottom_flex{
        padding-top: 38px;
        padding-bottom: 28px;
    }
    .bottom_nav{
        padding-top: 0px;
    }
}

@media (max-width: 768px){
    .contact_banner,.recruit_banner,.product_banner_details,.product_banner,.news_banner,.about_banner{
        height: 388px;
        align-items: center;
        position: relative;
        justify-content: center;
        text-align: center;
    }
    .contact_left .media i{
        width: 50px;
        height: 50px;
    }
    .condiv.p-5{
        padding: 1rem !important;
    }
    /*.swiper_honor .swiper-slide{*/
    /*    height: auto !important;*/
    /*}*/
}