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

.font-ari{
    font-family: Arial;
}

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

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

.img_ma_left{
    margin: 0 0 20px 35px;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 200px;
    z-index: 3000;
}
.right_xf .box_touying{
    margin-bottom: 20px;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #1e62e9;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    box-shadow: 0px 5px 15px rgba(51,51,51,0.2);
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

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

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 60px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    border-radius: 48px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 5px 15px rgba(51,51,51,0.2);
    cursor: pointer;
    color:#000;
    display: none;
    transition: all 0.5s;   
}
.totop:hover{
    background: #fff;
    color:#4070EF;
}

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

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #4070EF;
}

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

p{
    line-height: 24px;
}

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

h3{
    line-height: 40px;
}

h4{
    line-height: 32px;
}

h5{
    line-height: 30px;
}

.pem{
    text-indent: 2em;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font17{
    font-size: 17px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-danger{
    color: #A61F23!important;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #4070EF!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #064270!important; 
}
.bg_1982A0{
    background: #1982A0;
}
.bg_41535D{
    background: #41535D;
}

.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;
}
.pb-7{
    padding-bottom: 120px;
}
.pt-7{
    padding-top: 120px;
}

.no_margin{
    margin: 0px;
}

.wrap,.nav_min .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1500px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 100%;
    padding-left: 88px;
    padding-right: 88px;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1200px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_min{
    padding: 0px 88px 0px 88px;
    border: none;
    background: #222;
    transition: all 0.5s;
}
.nav_min2{
    background: rgba(255, 255, 255, 1);
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 26px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 35px 0px 35px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 36px 0px 36px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #959395;
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}*/
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.3s;
}
.nav_min .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #4070EF;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #4070EF;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #4070EF;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
}
.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #4070EF;
}

.navbar-light .navbar-nav .show>.nav-link{
    color: #4070EF;
}

.navbar-toggler{
    border: none;
    padding: 6px 15px 10px 15px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 20px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 1px;
    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(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

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

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) 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: 100px;
    width: auto;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.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;
    }
}

.menu_style_a{
    padding-top: 20px;
}
.menu_style_a a{
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 12px 30px;
    background: #fff;
    border-radius: 50px;
    line-height: 24px;
}
.menu_style_a a:hover,.menu_style_a .active{
    background: #4070EF;
    color: #fff;
}

.menu_a a{
    padding: 14px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    background: #222;
    color: #fff;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #fff;
    background: #4070EF;
    padding-left: 18px;
}

.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: #4070EF;
    color: #fff;
}

.pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 37px 20px 37px 0px;
    display: flex;
    align-items: center;
    color: #959395;
    transition: 0.5s;
}
.nav_min .pc_yuyan .nav-link span{
    right: 0px;
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
.nav_min .pc_yuyan:hover .nav-link{
    color: #4070EF;
}
.nav_min .pc_yuyan:hover .nav-link span{
    color: #4070EF;
}
    
.nav_min .pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.nav_min .pc_yuyan:hover .nav-link svg{
    fill: #4070EF;
}

.lg_sousuo{
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    border-radius: 50px;
}
.lg_sousuo .form-control{
    width: 148px;
    height: 28px;
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
    padding: 0px 12px;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 10px;
}
.lg_sousuo .btn{
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0px;
}

.md_sousuo{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    transition: all .5s;
}
.md_sousuo:hover{
    
}
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -2px;
    right: 2px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}
.search_anniu_top:hover:before{
    background: #4070EF;
}
.search_anniu_top:hover:after{
    border: 1px solid #4070EF;
}

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

.search_anniu_top2:hover:before{
    background: #D61C66;
}
.search_anniu_top2:hover:after{
    border: 1px solid #D61C66;
}

.sousuokuang{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #fff;
    display: flex;
    border-top: 1px solid #eee;
    z-index: 3000;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 58px;
    padding-bottom: 68px;
}
.container_style ul li{
    line-height: 24px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: 2px solid #eee;
    background: none;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px 18px;
    height: 58px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-right: 0px;
}
.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: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}
.tanchuang_tuichu{
    position: absolute;
    right: -58px;
    top: 0px;
    background: #fff;
    cursor: pointer;
    transition: all .5s;
}
.tanchuang_tuichu:hover{
    background: #eee;
}

.is-active{
    
}

/*banner*/
.banner_card{
    width: 100%;
}
.banner_card video{
    width: 100%;
    height: 100%;
}

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

.ix_bt h2{
    font-size: 36px;
    line-height: 58px;
}
.ix_bt span{
    display: inline-block;
    padding: 0px 24px 14px 24px;
    position: relative;
}
.ix_bt span:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}

.gengduo{
    padding: 15px 48px;
    background: #4070EF;
    color: #fff!important;
    font-size: 18px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #4070EF;
    box-shadow: 0px 5px 15px rgba(52, 79, 148, 0.3);
}
.gengduo svg{
    fill: #fff;
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
    transition: 0.5s;
}
.gengduo2{
    color: #000!important;
    background: none;
    border: 1px solid #565656;
    box-shadow: none;
}
.gengduo2 svg{
    fill: #000;
}
.gengduo:hover{
    color: #fff!important;
    border: 1px solid #005FE6;
    background: #005FE6;
}
.gengduo:hover svg{
    fill: #fff;
}

.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: 0px 10px 30px rgba(0, 58, 178, 0.1);
}

.p_15 p{
    font-size: 15px;
    line-height: 26px;
}
.p_16 p,.p_16{
    font-size: 16px;
    line-height: 30px;
}
.p_17 p,.p_17{
    font-size: 17px;
    line-height: 30px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 32px;
}
.p_20 p,.p_20{
    font-size: 20px;
    line-height: 38px;
}
.p_em p{
    text-indent: 2em;
}
.p_mb p{
    margin-bottom: 18px;
}

.row_30{
    margin-left: -30px;
    margin-right: -30px;
}
.col_30{
    padding-left: 30px;
    padding-right: 30px;
}

.row_24{
    margin-left: -24px;
    margin-right: -24px;
}
.col_24{
    padding-left: 24px;
    padding-right: 24px;
}

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

.row_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.row_5{
    margin-left: -5px;
    margin-right: -5px;
}
.col_5{
    padding-left: 5px;
    padding-right: 5px;
}

.ix_about_bg{
    background: url(../img/ix_about_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 640px;
    display: flex;
    align-items: center;
    margin-top: -2px;
    z-index: 100;
    position: relative;
}
.ix_about_bt h1{
    font-size: 130px;
    color: rgba(255, 255, 255, 0.17);
    line-height: 130px;
}
.ix_about_bt h2{
    font-size: 36px;
    margin-top: -48px;
    z-index: 100;
    position: relative;
}

.ix_pt_card{
    background: #f9f9f9;
}
.ix_pt_card1{
    padding-bottom: 100px;
}
.ix_pt_card1 .card-body{
    height: 400px;
    padding: 48px 88px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.ix_pt_card1 img{
    width: 100%;
    height: 500px;
    object-fit: scale-down;
}
.ix_pt_card2 .card-body{
    height: 490px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.ix_pt_card2 img{
    width: 100%;
    height: 490px;
    object-fit: scale-down;
}
.ix_pt_card3{
    margin-top: 10px;
    height: 500px;
}
.ix_pt_card3 .card-body{
    padding: 48px 48px 0px 48px;
}
.ix_pt_card3 img{
    width: 100%;
    height: 350px;
    object-fit: scale-down;
}
.ix_pt_card img{
    transition: 0.5s;
}
.ix_pt_card:hover img{
    transform:scale(1.05);
}

.banner_swiper .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner_swiper{
    height: 930px;
}
.banner_swiper .swiper-pagination{
    bottom: 48px;
}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 13px;
    transition: 0.5s;
    margin: 0px 4px;
}
.banner_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 28px;
    background: rgba(255, 255, 255, 1);
}
.banner_nr{
    color: #000;
}
.banner_nr h1{
    font-size: 58px;
}
.banner_nr h1 span{
    font-size: 18px;
    display: inline-block;
    background: #4070EF;
    color: #fff;
    padding: 14px 30px;
    border-radius: 5px;
    margin-left: 24px;
    position: relative;
    top: -10px;
}
.banner_nr h2{
    font-size: 40px;
}
.banner_nr p{
    font-size: 24px;
    line-height: 38px;
}

/*di_form*/
.di_form_bg{
    background: url(../img/di_form_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}
.bottom_sending_form .form-control{
    border: none;
    font-size: 14px;
    box-shadow: none;
    padding-left: 48px;
}
.bottom_sending_form .form_input_height{
    height: 60px;
}
.bottom_sending_form .form-group label{
    position: absolute;
    left: 28px;
    top: 20px;
    width: 18px;
    height: 18px;
}
.bottom_sending_form .form-group label img{
    width: 20px;
    height: 20px;
    object-fit: scale-down;
}
.bottom_sending_form .gengduo{
    padding: 17px 12px;
}

/*bottom*/
@media (min-width: 980px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 980px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 980px){
    .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #666;
        text-align: center;
        transition: 0.5s;
        transform: rotate(90deg);
        opacity: 0;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #666;
        text-align: center;
        transition: 0.5s;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #666;
        text-align: center;
        transition: 0.5s;
        transform: rotate(0deg);
        opacity: 1;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #666;
        text-align: center;
        transition: 0.5s;
    }
}

.bottom_bg{
    background: #323232;
    color: #fff;
    padding-top: 88px;
}

.bottom_ul{
    padding-bottom: 48px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card .bottom_nav_a a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #9A9797;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #4070EF;
}

.di_beian{
    padding: 30px 0px;
    line-height: 24px;
    margin-top: 48px;
    border-top: 1px solid #707070;
}
.di_beian ul .list-inline-item:not(:last-child){
    margin-right: 48px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_erweima{
    display: flex;
    justify-content: flex-end;
}
.bottom_erweima_card{
    background: none;
}
.bottom_erweima_card .card-body{
    padding: 0px;
}
.bottom_erweima_card .card-body img{
    width: 260px;
    height: 260px;
    padding: 5px;
    background: #fff;
    object-fit: scale-down;
}

.bottom_bg .bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_bg .bottom_follow li{
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    margin-right: 12px!important;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #9A9797;
    color: #323232;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #323232;
    fill: #323232;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #323232;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #4070EF;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_form{
    background: #fff;
    padding: 4px;
    border-radius: 5px;
}
.bottom_form .form-control{
    border: none;
    box-shadow: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 52px;
}
.bottom_form .input-group-append button{
    display: inline-block;
    background: #4070EF;
    padding: 10px 38px;
    color: #fff;
    border-radius: 5px;
    line-height: 30px;
    border: none;
}

.bottom_dibu{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.bottom_left_padding{
    padding-left: 68px;
}
.bottom_lxfs li{
    font-size: 16px;
    color: #9A9797;
    line-height: 24px;
    padding: 6px 0 6px 0;
}

.bottom_contact p,.bottom_contact li span{
    font-size: 16px;
    line-height: 40px;
    color: #9A9797;
}
.bottom_contact li{
    padding-left: 78px;
    position: relative;
}
.bottom_contact li span{
    position: absolute;
    left: 0px;
    top: 0px;

}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_nr{
    padding: 68px;
}

.device_nav_swiper{
    padding: 24px 15px;
}
.device_nav_swiper .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    margin: 0px 15px 0px 0px;
    font-size: #000;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 38px;
    border-radius: 50px;
}
.device_nav_swiper .swiper-wrapper .active,.device_nav_swiper .swiper-wrapper .swiper-slide:hover{
    background: #4070EF;
    color: #fff!important;
}

.about_bt h2{
    padding-bottom: 18px;
    position: relative;
}
.about_bt h2:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 74px;
    height: 4px;
    background: #4070EF;
    border-radius: 4px;
}

.about_xbt{
    font-size: 22px;
    padding-left: 16px;
    position: relative;
}
.about_xbt:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 6px;
    height: 22px;
    border-radius: 6px;
    background: #4070EF;
}
.about_group_right_img img{
    border-radius: 80px 20px 80px 20px;
}

.flexing {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
}
.flexing .section{
    flex: 1;
    transition: 0.5s ease;
    padding-left: 0px;
    padding-right: 0px;
}
.flexing .section:hover {
    flex: 2;
}
.flexing .card{
    height: 550px;
    transition: 0.5s;
}
.flexing .card1{
    background: url(../img/at_ce_bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card2{
    background: url(../img/at_ce_bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card3{
    background: url(../img/at_ce_bg3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.at_ps_swiper .swiper-wrapper .swiper-slide{
    width: 220px;
    margin-right: 88px;
}

.at_ps_swiper{
    padding: 60px 0px;
    position: relative;
}
.at_ps_swiper_p{
    position: relative;
    height: 28px;
    width: 100%;
}
.at_ps_swiper_p div{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 95px;
    overflow-y:auto;
}
.at_ps_swiper_p2 div{
    top: auto;
    bottom: 0px;
}
.at_ps_swiper_card{
    align-items: center;
    padding-top: 25px;
}
.at_ps_swiper_card span{
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background: #4070EF;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.16);
    margin: 28px 0px 16px 0px;
}
.at_ps_swiper_card h4{
    display: inline-block;
    background: #4070EF;
    color: #fff;
    font-size: 21px;
    padding: 4px 48px;
    border-radius: 30px 5px 30px 5px;
}
.at_ps_swiper:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #EBEBEB;
}
.at_ps_swiper_card2{
    padding-top: 0px;
    padding-bottom: 35px;
}

/* ----------------------------------------------------------------
    产品中心
----------------------------------------------------------------- */
.pro_previous{
    position: fixed;
    left: 20px;
    top: 426px;
    width: 48px;
    height: 80px; 
    line-height: 80px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
    text-align: center;
}
.pro_next{
    position: fixed;
    right: 20px;
    top: 426px;
    width: 48px;
    height: 80px; 
    line-height: 80px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
    text-align: center;
}
.pro_previous a,.pro_next a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pro_previous:after{
    content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #000;
    font-size: 18px;
}
.pro_next:after{
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #000;
    font-size: 18px;
}
.product_card{
    background: #fff;
    border-radius: 15px;
    transition: 0.5s;
    overflow: visible;
}
.product_card img{
    height: 280px;
    padding: 24px;
    object-fit: scale-down;
    position: relative;
    z-index: 1000;
}
.product_card .product_card_img{
    position: relative;
}
.product_card .product_card_img:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 224px;
    height: 224px;
    border-radius: 224px;
    background: #4070EF;
    opacity: 0;
    transition: 0.5s;
}
.product_card:hover .product_card_img:before{
    opacity: 1;
}
.product_card .card-header{
    padding: 18px 24px 0px 24px;
    background: none;
    border: none;
    position: relative;
    z-index: 100;
}
.product_card .card-body{
    padding: 0px 24px 24px 24px;
}
.product_card .card-body span{
    display: inline-block;
    font-size: 14px;
    padding: 14px 40px;
    border-radius: 50px;
    background: #F4F4F4;
    color: #666;
    position: relative;
    z-index: 100;
}
.product_card .card-body span:hover{
    background: #4070EF;
    color: #fff;
}
.product_card h4{
    font-size: 22px;
}

.ps_ds_banner{
    background: url(../img/ps_ds_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 880px;
    display: flex;
    align-items: center;
}
.ps_ds_banner h1{
    font-size: 42px;
}
.ps_ds_banner span{
    font-size: 20px;
    line-height: 26px;
    padding: 14px 48px;
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    border-radius: 5px;
}

/*产品详情*/
.ps_ds_swiper_top{
    background: #fff;
    margin-bottom: 12px;
}
.ps_ds_swiper_top .swiper-button-next,.ps_ds_swiper_top .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 0px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.ps_ds_swiper_top .swiper-button-prev:after,.ps_ds_swiper_top .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.ps_ds_swiper_top .swiper-button-prev:hover:after,.ps_ds_swiper_top .swiper-button-next:hover:after{
    color: #fff;
}
.ps_ds_swiper_top .swiper-button-next{
    right: 0px;
}
.ps_ds_swiper_top .swiper-button-prev{
    left: 0px;
}
.ps_ds_swiper_top .swiper-button-next:hover,.ps_ds_swiper_top .swiper-button-prev:hover{
    background: rgba(64,112,239,1);
    border: 1px solid #4070EF;
}
.ps_ds_swiper_top .swiper-button-next.swiper-button-disabled,.ps_ds_swiper_top .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}
.ps_ds_swiper_bottom .swiper-wrapper .swiper-slide{
    cursor: pointer;
    background: #e2e2e2;
}
.ps_ds_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active img{
    opacity: 0.6;
}

.pt_ds_bt{
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 30px;
}
.pt_ds_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 5px;
    border-radius: 5px;
    background: #4070EF;
}
.pt_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.pro_ms td,.pro_ms span,.pro_ms p{
    font-size: 15px;
    line-height: 27px;
}
.pro_ms table{
    width: 100%;
    border:1px solid #e2e2e2;
}
.pro_ms td{
    border:1px solid #e2e2e2;
    padding:8px 5px;
}
.pro_ms td:nth-child(odd) {
  background-color: #f2f2f2;
}



.ps_ds_ul li{
    font-size: 17px;
    line-height: 38px;
}
.ps_ds_ul2 .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.ps_ds_ul2 .gengduo{
    padding: 16px 68px;
}
.gengduo_fhlb{
    background: #F1F1F1;
    border: 1px solid #F1F1F1;
    color: #000!important;
    box-shadow: none;
}

/* ----------------------------------------------------------------
    新闻中心
----------------------------------------------------------------- */
.news_card1 .news_card_left{
    border-radius: 0px;
}
.news_card1 .card-body{
    padding-bottom: 88px;
}
.news_card1 .card-body p{
    font-size: 16px;
    line-height: 30px;
}

.news_swiper .swiper-button-next,.news_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 0px;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.news_swiper .swiper-button-prev{
    left: 50%;
    top: auto;
    bottom: 24px;
    margin-left: 36px;
    margin-top: -24px;
}
.news_swiper .swiper-button-next{
    right: auto;
    left: 50%;
    top: auto;
    bottom: 24px;
    margin-top: -24px;
    margin-left: 120px;
}
.news_swiper .swiper-button-prev:after,.news_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.news_swiper .swiper-button-prev:hover:after,.news_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.news_swiper .swiper-button-next:hover,.news_swiper .swiper-button-prev:hover{
    background: rgba(64,112,239,1);
}
.news_swiper .swiper-button-next.swiper-button-disabled,.news_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.news_ds_card .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news_ds_card .card-body span{
    display: flex;
    width: 108px;
    height: 108px;
    border-radius: 108px;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.news_ds_card .card-body span svg{
    width: 38px;
    height: 38px;
    fill: #014099;
}

.news_card{
    margin-bottom: 88px;
}
.news_card .fangda{
    border-radius: 0px;
}
.news_card .card-body{
    padding: 24px 12px 0px 12px;
}
.news_card .card-body h4{
    font-size: 20px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 35px;
}
.news_card .card-body p{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.news_card .card-body span{
    font-size: 16px;
    line-height: 30px;
    color: #999;
    display: inline-block;
    margin-top: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #999;
}
.news_card:hover .card-body span{
    color: #4070EF;
    border-bottom: 1px solid #4070EF;
}
.over3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #4070EF;
    border-radius: 5px;
    padding: 30px 38px;
}
.ns_ds_bottom ul li a{
    color: #fff;
}
.news_gengduo{
    background: #fff;
    color: #4070EF!important;
    border-color: #fff;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 46px;
    font-weight: 400;
}
.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    background: #fff;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pagination a:hover{
    color: #4070EF;
}
.page_ul{
    background: #fff;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.page_ul a{
    margin-right: 0px;
}
.pagination a.page_link_left{
    margin-right: 20px;
    border-radius: 40px;
}
.pagination a.page_link_right{
    margin-left: 20px;
    border-radius: 40px;
}
.page_ul a.page-num-current{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    background: #4070EF;
    box-shadow: 0px 0px 13px rgba(64, 112, 239, 0.33);
    border: 1px solid #4070EF;
    color: #fff;
    position: relative;
    z-index: 1;
}

/* ----------------------------------------------------------------
    人才招聘
----------------------------------------------------------------- */
.join_banner{
    background: url(../img/join_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 480px;
}

.talent_jianjie_right img{
    border-radius: 5px;
}

.talent_card .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.talent_card .card-body span{
    display: flex;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    background: #FAFAFA;
    align-items: center;
    justify-content: center;
}
.talent_card .card-body span svg{
    width: 68px;
    height: 68px;
    fill: #272636;
}
.talent_card:hover .card-body span{
    background: #4070EF;
}
.talent_card:hover .card-body svg{
    fill: #fff;
}

.join_style .card{
    border: none;
    background: none;
    margin-top: 15px;
}
.join_style .join_bt{
    display: block;
    padding: 22px 38px;
    cursor: pointer;
    position: relative;
    background: #fff;
}
.join_style .join_bt span{
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background: #4070EF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.join_style .join_bt span:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 16px;
    margin-top: -8px;
    margin-left: -1px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    transform: rotate(90deg);
    opacity: 0;
}
.join_style .join_bt span:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    margin-left: -8px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
}
.join_style .collapsed span:after{
    transform: rotate(0deg);
    opacity: 1;
}
.join_style .card .card-body{
    background: #fff;
    border-top: 1px solid #eee;
    padding: 35px;
}
.join_style .card .card-body ul li{
    font-size: 13px;
    line-height: 24px;
}

.talent_zpgw_bt{
    background: #4070EF;
    color: #fff;
    padding: 20px 38px;
}

/* ----------------------------------------------------------------
    人才招聘
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 480px;
}

.ix_contact_swiper{
    width: 38vw;
    height: 100%;
    position: absolute;
    right: 0px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 1000;
}
.ix_contact_swiper .swiper-pagination{
    bottom: 30px;
}
.ix_contact_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 13px;
    transition: 0.5s;
    margin: 0px 4px;
}
.ix_contact_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 28px;
    background: rgba(255, 255, 255, 1);
}
.ix_contact_swiper .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_contact_nr{
    padding-left: 88px;
    padding-top: 120px;
    padding-bottom: 120px;
}
.ix_contact_nr_bt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row_1{
    margin-left: -1px;
    margin-right: -1px;
}
.col_1{
    padding-left: 1px;
    padding-right: 1px;
}
.contact_card_col{
    margin-bottom: 1px;
}
.contact_card{
    padding-top: 38px;
    padding-bottom: 0px;
    transition: 0.5s;
}
.contact_card .card-body img{
    width: 124px;
    height: 124px;
    object-fit: scale-down;
    margin-bottom: 30px;
}
.contact_card .card-body h5{
    font-size: 18px;
}
.contact_card .card-body h4{
    font-size: 20px;
}
.contact_card:hover{
    box-shadow: 0px 0px 30px rgba(153, 153,153, 0.2);
    z-index: 1000;
}

.ix_contact_nr_bt ul li a{
    width: 30px;
    height: 30px;
    background: #4070EF;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.ix_contact_nr_bt ul li a:hover{
    background: #005FE6;
}

.ix_contact_form .form-control{
    border: 1px solid #ddd;
    background: #F3F3F3;
    font-size: 14px;
    box-shadow: none;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 48px;
}
.ix_contact_form .form_input_height{
    height: 60px;
}
.ix_contact_form .form-group label{
    position: absolute;
    left: 28px;
    top: 20px;
    width: 18px;
    height: 18px;
}
.ix_contact_form .form-group label img{
    width: 20px;
    height: 20px;
    object-fit: scale-down;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.h_v{
    overflow: hidden;
}

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1600px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 40px 0px 0px;
    }
}
@media (max-width: 1500px){
    .container_style{
        padding-top: 38px;
        padding-bottom: 48px;
    }
    
    .banner_nr h1{
        font-size: 48px;
    }
    .ps_ds_banner{
        height: 600px;
    }
}

@media (max-width: 1400px){
    .product_card img{
        height: 200px;
    }
}
@media (max-width: 1245px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 30px 0px 0px;
    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .row_30,.row_24{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24{
        padding-left: 15px;
        padding-right: 15px;
    }

    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 25px;
        margin-bottom: 25px;
        padding: 0px;
        height: 18px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .nav_container{
        position: relative;
        justify-content: center;
        padding: 0px;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 15px;
        background: none;
    }
    .md_sousuo:hover{
        background: none;
    }
    .search_anniu_top:after{
        border: 1px solid #fff!important;
    }
    .search_anniu_top:before{
        background: #fff!important;
    }
    .search_anniu_top2{
        width: 68px;
        height: 58px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 40px 20px 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }
    .nav_min .navbar-nav .pc_yuyan .nav-link{
        padding-left: 0px;
        padding-right: 40px;
    }

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

    .menu_a a{
        background: #666;
    }
    .ix_about_bt h1{
        font-size: 88px;
    }
    .ix_pt_card2{
        margin-top: 10px;
    }
    .banner_swiper{
        height: 600px;
    }
    .bottom_left_padding{
        padding-left: 15px;
        padding-top: 30px;
    }

    .bottom_dibu{
        flex-direction: column;
    }
    .di_beian ul .list-inline-item:not(:last-child){
        margin-right: 0px;
    }
    .botom_beianhao li{
        display: block;
        text-align: center;
    }

    .di_form_bg{
        padding-top: 68px;
        padding-bottom: 68px;
    }
    .ps_ds_banner{
        height: 480px;
    }
    .ps_ds_ul2 .gengduo{
        padding: 12px 38px;
    }
    .device_nav_swiper{
        padding: 18px 15px;
    }
    .device_nav_swiper .swiper-wrapper .swiper-slide{
        padding: 10px 24px;
        font-size: 14px;
    }

    .news_card{
        margin-bottom: 68px;
    }
    .ix_contact_nr_bt{
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 24px;
    }
    .ix_contact_nr{
        padding-left: 24px;
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .img_ma_left {
        max-width: 300px !important;
    }
}
@media (max-width: 980px){
    .wrap_fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    /*top*/

    /*bottom*/
    .bottom_bg{
        padding-top: 48px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .di_beian,.di_about{
        margin-top: 24px;
    }
    .md_erweima{
        margin-top: 24px;
    }

    .ix_pt_card1 .card-body{
        padding: 48px;
    }

    .talent_card .card-body span{
        width: 120px;
        height: 120px;
    }
    .talent_card .card-body span svg{
        width: 48px;
        height: 48px;
    }
    .talent_jianjie_left{
        margin-bottom: 24px;
    }
    
    .talent_zpgw_bt{
        padding: 14px 24px;
    }
    .talent_zpgw_bt h5{
        font-size: 14px;
        line-height: 24px;
        text-align: left!important;
    }
    .join_style .join_bt{
        padding: 22px 58px 22px 24px;
    }
    .join_style .join_bt h6{
        text-align: left!important;
    }
    .join_style .join_bt div{
        position: static;
    }
    .join_style .join_bt span{
        left: auto;
        right: 0px;
    }
    .join_style .card .card-body{
        padding: 24px;
    }

    .news_swiper .swiper-button-prev{
        bottom: 0px;
        margin-left: -58px;
    }
    .news_swiper .swiper-button-next{
        bottom: 0px;
        margin-left: 10px;
    }
    .ix_contact_nr{
        padding-left: 0px;
    }
    .ix_contact_swiper{
        position: static;
        width: 100%;
        margin-top: 15px;
    }

    .flexing{
        flex-direction: column;
    }

    .ns_ds_bottom{
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 30px;
    }
    .news_gengduo{
        margin-top: 24px;
    }
}

@media (max-width: 768px){
    .tanchuang_tuichu{
        right: 0px;
        background: none;
        margin-top: -5px;
    }

    .wrap,.wrap_lg,.wrap_md{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }

    .ix_about_bt h1{
        font-size: 48px;
        line-height: 58px;
    }
    .ix_about_bt h2{
        font-size: 24px;
        margin-top: -24px;
    }
    .ix_about_bg{
        height: auto;
    }
    .p_18 p, .p_18,.ix_pt_card .card-body h5,.banner_nr p,.p_16 p, .p_16,.ps_ds_ul li,.pro_ms td,.pro_ms span,.pro_ms p{
        font-size: 14px;
        line-height: 24px;
    }
    .gengduo{
        padding: 12px 30px;
        font-size: 14px;
    }
    .ix_pt_card1 .card-body,.ix_pt_card2 .card-body,.ix_pt_card3 .card-body{
        height: auto;
        padding: 30px;
    }
    .ix_pt_card .card-body h2,.banner_nr h1,.di_form_bg h2,.talent_jianjie_left h3,.ix_bt h2,.ps_ds_banner h1,.ix_contact_nr_bt h3,.about_bt h2{
        font-size: 24px;
        line-height: 38px;
    }
    .ix_pt_card1 img,.ix_pt_card2 img{
        height: auto;
    }
    .ix_pt_card1{
        padding-bottom: 0px;
    }
    .ix_pt_card3{
        height: auto;
    }
    .banner_nr h1 span{
        font-size: 12px;
        line-height: 14px;
        padding: 8px;
        top: -6px;
        margin-left: 12px;
    }
    .banner_nr h2{
        font-size: 18px;
    }
    .banner_swiper{
        height: 380px;
    }
    .banner_swiper .swiper-pagination{
        bottom: 30px;
    }

    .join_banner,.contact_banner{
        height: 240px;
    }
    .ps_ds_banner{
        height: 380px;
    }
    .ps_ds_banner span{
        font-size: 14px;
        padding: 6px 24px;
    }
    .ps_ds_ul2 .list-inline-item:not(:last-child){
        margin-right: 12px;
    }

    .about_nr{
        padding: 30px;
    }
    .at_ps_swiper .swiper-wrapper .swiper-slide{
        width: 100%;
        margin-right: 0px;
    }
    .flexing .card{
        height: 380px;
    }
    .pro_ms td{
        display: block;
        width: 100%;
    }
}