/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'AlibabaPuHuiTi';
  font-style: normal;
  src: url(../fonts/AlibabaPuHuiTi-3-55-Regular.ttf);
}
body{
    /* font-family: Arial light,Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;*/
    font-family:'AlibabaPuHuiTi', sans-serif,Arial;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
    color: #000;
}
.over2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

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

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 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 a p{
    
}

.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: #03286E;
    color:#fff;
}

@media (max-width: 900px){
    .right_xf{
        display: none!important;
    }
    .totop{
        display: none!important;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #333;
}

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

a:hover, a:focus{
    color: #03286E;
}

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

p{
    line-height: 24px;
}

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

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

h5{
    line-height: 32px;
}

.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: #FF0000!important;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #03286E!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #064270!important; 
}

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

.no_margin{
    margin: 0px;
}

.wrap,.nav_min .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
    max-width: 1680px;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
    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 0px 0px 0px;
    border: none;
    background: rgba(3, 40, 110, 0);
    transition: all 0.5s;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 31px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 60px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 45px 0px 27px 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: 700;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    /*text-transform: uppercase;*/
}
/*.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 .navbar-nav .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #C5262D;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #fff;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    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: #fff;
}

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

.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: 100%;
    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 */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    width: 100%;
    min-width: 100%;
    background: #f9f9f9;
    margin: 0px;
    z-index: 1000;
    padding: 28px 0px 28px 0px;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    position: relative;
    background: #fff;
    color: #333;
}
.top_xiala .dropdown-menu a:last-child{
    border: none;
}
.top_xiala .dropdown-menu a:hover{
    color: #03286E;
    background: #fff;
    padding-left: 18px;
}

.top_xiala2 .dropdown-menu a{
    background: none;
    padding: 0px;
    font-size: 13px;
    line-height: 22px;
    color: #1e62e9;
}
.top_xiala2 .dropdown-menu h6 a{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 8px;
}
.top_xiala2 .dropdown-menu a:hover{
    background: none;
    color: #00AB90;
    text-decoration: underline;
}

.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: #03286E;
    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: 11px 32px 11px 12px;
    display: flex;
    align-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 42px;
}
.nav_min .pc_yuyan .nav-link span{
    right: 12px;
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: auto;
}
    
.pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.pc_yuyan:hover .nav-link svg{
    fill: #fff;
}

.nav_form{
    /*margin-top: 15px;*/
}

.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: 38px;
    height: 38px;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.4);
}
.search_anniu_top{
    display: inline-block;
    width: 38px;
    height: 38px;
    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: #fff;
}
.search_anniu_top:hover:after{
    border: 1px solid #fff;
}

.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: 2px;
    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: 2px solid #666;
    transition: all .5s;
}

.search_anniu_top2:hover:before{
    background: #0F6ED8;
}
.search_anniu_top2:hover:after{
    border: 2px solid #0F6ED8;
}

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

.is-active{
    background: rgba(3, 40, 110, 1);
}

/*banner*/
.banner{
    height: 100vh;
    position: relative;
}
.banner video{
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center left!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner .swiper-wrapper .swiper-slide .banner_bg{
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    padding: 68px;
    display: flex;
    align-items: flex-end;
}

.banner .swiper-pagination{
    bottom: 30px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 14px;
    transition: 0.5s;
    margin: 0px 4px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
    background: rgba(255, 255, 255, 1);
}

.banner_nr{
    padding-top: 105px;
}
.banner_nr h1{
    font-size: 72px;
    line-height: 84px;
    margin-bottom: 24px;
}
.banner_nr p{
    font-size: 18px;
    line-height: 38px;
}

/*主体*/
.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 h1{
    font-size: 40px;
}
.ix_bt2 h1{
    font-size: 54px;
}

.gengduo{
    padding: 18px 46px;
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #fff;
    font-weight: 700;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.gengduo svg{
    position: relative;
    top: -2px;
    fill: #fff;
}
.gengduo2{
    background: rgba(14, 49, 116, 1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #0E3174;
}
.gengduo:hover{
    color: #fff;
    background: rgba(14, 49, 116, 1);
    border: 2px solid #0E3174;
}

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

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

.ix_company_bg{
    background: url(../img/ix_company_bg.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.ix_company_p p{
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
}
.ix_company_nr{
    margin-bottom: 320px;
}

.ix_company_border{
    position: relative;
}
.ix_company_border:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 65px;
    width: 100%;
    height: 1px;
    background: #CBCBCB;
}

.ix_cy_sr_top{
    margin-bottom: 280px;
}
.ix_cy_sr_bottom .card{
    position: relative;
}
.ix_cy_sr_bottom .card:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 58px;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-radius: 16px;
    background: #000;
}
.ix_cy_sr_bottom .card:hover:before{
    background: #03286E;
}
.ix_cy_sr_bottom .card .card-body{
    padding: 0px;
}
.ix_cy_sr_bottom .card .card-body svg{
    width: 35px;
    height: 44px;
    margin-bottom: 52px;
    opacity: 0;
}
.ix_cy_sr_bottom .card:hover .card-body svg{
    fill: #03286E;
}
.ix_cy_sr_bottom .card .card-body p{
    font-size: 23px;
    line-height: 32px;
    color: #000;
}
.ix_cy_sr_bottom .card:hover .card-body p{
    color: #03286E;
}
.ix_cy_sr_bottom .swiper-slide-thumb-active .card .card-body svg{
    opacity: 1;
}
.ix_cy_sr_bottom .swiper-slide-thumb-active .card .card-body p{
    font-weight: 700;
}

.ix_reliability_bg{
    background: url(../img/ix_reliability_bg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 88px 0px;
}
.ix_ry_sr_bottom .swiper-wrapper .swiper-slide .ix_reliability_card{
    border-radius: 100%;
    background: rgba(224, 219, 216, 0.8);
    height: 225px;
}
.ix_reliability_card .card-body{
    padding: 55px 15px;
}
.ix_reliability_card .card-body span{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../img/ix_reliability_card_icon1.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 14px;
}
.ix_reliability_card .card-body .span1{
    background: url(../img/ix_reliability_card_icon1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_reliability_card .card-body .span2{
    background: url(../img/ix_reliability_card_icon2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_reliability_card .card-body .span3{
    background: url(../img/ix_reliability_card_icon3.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_reliability_card .card-body .span4{
    background: url(../img/ix_reliability_card_icon4.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_ry_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_reliability_card .card-body .span1{
    background: url(../img/ix_reliability_card_icon1_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_ry_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_reliability_card .card-body .span2{
    background: url(../img/ix_reliability_card_icon2_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_ry_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_reliability_card .card-body .span3{
    background: url(../img/ix_reliability_card_icon3_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_ry_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_reliability_card .card-body .span4{
    background: url(../img/ix_reliability_card_icon4_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_ry_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_reliability_card{
    background: rgba(3, 40, 110, 1);
    color: #fff;
}

.ix_mission_bg{
    padding: 88px 0;
}
.ix_mi_sr_bottom .swiper-wrapper{
    justify-content: right;
}

.ix_mi_sr_bottom .swiper-wrapper .swiper-slide .ix_mi_card{
    border-radius: 100%;
    background: rgba(224, 219, 216, 0.8);
    height: 225px;
}

.ix_mi_card .card-body span{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../img/ix_mi_card_icon1.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 14px;
}
.ix_mi_card .card-body .span1{
    background: url(../img/ix_mi_card_icon1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_mi_card .card-body .span2{
    background: url(../img/ix_mi_card_icon2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_mi_card .card-body .span3{
    background: url(../img/ix_mi_card_icon3.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_mi_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_mi_card .card-body .span1{
    background: url(../img/ix_mi_card_icon1_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_mi_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_mi_card .card-body .span2{
    background: url(../img/ix_mi_card_icon2_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_mi_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_mi_card .card-body .span3{
    background: url(../img/ix_mi_card_icon3_1.png);
    background-position: center;
    background-repeat: no-repeat;
}


.ix_mi_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_mi_card{
    background: rgba(3, 40, 110, 1);
    color: #fff;
}

.ix_efficiency_bg{
    background: url(../img/ix_efficiency_bg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 88px 0px;
}
.ix_efficiency_card{
    border-radius: 10px;
    height: 200px;
    background: rgba(224, 219, 216, 0.3);
}
.ix_efficiency_card .card-body{
    padding: 15px;
    display: flex;
    align-items: center;
}
.ix_efficiency_card .card-body span{
    margin-bottom: 0px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
}
.ix_efficiency_card .card-body div{
    padding-left: 58px;
}
.ix_efficiency_card .card-body .span1{
    background: url(../img/ix_efficiency_card_icon1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_efficiency_card .card-body .span2{
    background: url(../img/ix_efficiency_card_icon2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_efficiency_card .card-body .span3{
    background: url(../img/ix_efficiency_card_icon3.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_high_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_efficiency_card .card-body .span1{
    background: url(../img/ix_efficiency_card_icon1_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_high_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_efficiency_card .card-body .span2{
    background: url(../img/ix_efficiency_card_icon2_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_high_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_efficiency_card .card-body .span3{
    background: url(../img/ix_efficiency_card_icon3_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_high_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_efficiency_card{
    background: rgba(3, 40, 110, 1);
    color: #fff;
}




.ix_flex_card .card-body .span1{
    background: url(../img/ix_flex_icon1_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_flex_card .card-body .span2{
    background: url(../img/ix_flex_icon2_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_flex_card .card-body .span3{
    background: url(../img/ix_flex_icon3_1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ix_flexibility_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_flex_card .card-body .span1{
    background: url(../img/ix_flex_icon1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ix_flexibility_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_flex_card .card-body .span2{
    background: url(../img/ix_flex_icon2.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ix_flexibility_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_flex_card .card-body .span3{
    background: url(../img/ix_flex_icon3.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ix_flexibility_sr_bottom .swiper-wrapper .swiper-slide-thumb-active .ix_efficiency_card{
    background: rgba(3, 40, 110, 1);
    color: #fff;
}











.ix_flexibility_bg{
    background: url(../img/ix_flexibility_bg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 88px 0px;
}

.ix_main_card{
    border-radius: 15px;
    padding: 28px;
    background: #fff;
    margin-bottom: 48px;
}
.ix_main_card .card{
    border-radius: 15px;
}
.ix_main_card .card-img-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    transition: 0.5s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 60px;
}

.ix_careers_bg{
    background: url(../img/ix_careers_bg.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.ix_get_bg{
    background: url(../img/ix_get_bg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 88px 0px;
}


.ca_con pre {
    font-family:'montserrat', sans-serif,Arial;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    white-space: pre-wrap;
}

.gdt_div{
    width: 100%;
    height: 450px;
    overflow: hidden;
    text-align: center;
    overflow-x: auto;
    /*display: flex;*/
    /*justify-content: center;*/
    flex-wrap: nowrap;
}
.gdt_div1{
    display: flex;
    justify-content: center;
}

/* 水平滚动条 */
.gdt_div::-webkit-scrollbar {
    height: 4px;
}
/* 滚动条轨道 */
.gdt_div::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}





/*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: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #999;
        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: #999;
        text-align: center;
        transition: 0.5s;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #999;
        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: #999;
        text-align: center;
        transition: 0.5s;
    }
}

.bottom_bg{
    background: linear-gradient(to right, rgba(14, 49, 116, 1), rgba(21, 35, 70, 1));
    color: #fff;
    padding-top: 88px;
}

.bottom_ul{
    padding-bottom: 48px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 21px;
    position: relative;
    color: #fff;
    font-weight: 700;
    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 a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #CECECE;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #CECECE;
}
.bottom_ul .card a:hover{
    color: #fff;
}

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

.di_beian{
    padding: 30px 0px;
    line-height: 24px;
    margin-top: 38px;
    border-top: 1px solid rgba(214, 214, 214, 0.25);
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_contact li{
    color: #CECECE;
    line-height: 26px;
    position: relative;
    font-size: 16px;
    padding: 5px 0 5px 28px;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 10px;
    left: 0px;
}

.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: 7px!important;
    margin-right: 12px!important;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    color: #fff;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #102D68;
    fill: #102D68;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #102D68;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #1D4494;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_erweima_f{
    text-align: right;
}
.bottom_erweima_f ul .list-inline-item:not(:last-child){
    margin-right: 68px;
}

/* ----------------------------------------------------------------
    Company
----------------------------------------------------------------- */
.nav_min_ny{
    background: rgba(3, 40, 110, 1);
}
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 825px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 108px;
}
.about_banner h1{
    font-size: 54px;
    line-height: 70px;
}

.about_jianjie{
    background: url(../img/about_jianjie.webp);
    background-size: 50%;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 0px 0px 88px 0px;
}

.mision_swiper_bottom .col-lg-6.offset-xl-2 img{
    height: 480px;
}

.about_bt h1{
    font-size: 32px;
    line-height: 40px;
}
.about_shuju .card-body{
    padding: 28px 0px;
}
.about_shuju .card-body .numU{
    color: #03286E;
}
.about_shuju .card-body .numU .numCX{
    font-size: 48px;
    line-height: 55px;
}
.about_shuju .card-body .numU span{
    font-size: 22px;
}

.about_mission_bg{
    background: url(../img/about_mission_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 88px 0px;
}

.mision_swiper_top{
    position: relative;
    margin-top: 80px;
}
.mision_swiper_top:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 66px;
    width: 100%;
    height: 1px;
    background: #333;
}
.mision_swiper_top .card{
    position: relative;
}
.mision_swiper_top .card:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 58px;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-radius: 16px;
    background: #333;
}
.mision_swiper_top .card .card-body{
    padding: 0px;
}
.mision_swiper_top .card .card-body svg{
    width: 35px;
    height: 44px;
    margin-bottom: 52px;
    opacity: 0;
    fill: #333;
}
.mision_swiper_top .card .card-body p{
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
.mision_swiper_top .swiper-slide-thumb-active .card .card-body svg{
    opacity: 1;
}
.mision_swiper_top .swiper-slide-thumb-active .card .card-body p{
    font-weight: 700;
}

.mision_swiper_card img{
    border-radius: 30px;
}
.marketing_card{
    border-radius: 15px;
}
.strengths_swiper_top .swiper-wrapper .swiper-slide .marketing_card{
    height: 200px;
}
.marketing_card .card-body{
    padding: 46px 30px;
}
.marketing_card .card-body span{
    width: 88px;
    height: 88px;
    border-radius: 88px;
    background: #ECECEC;
    display: inline-block;
    margin-bottom: 16px;
    border: 2px solid #ECECEC;
}
.marketing_card .card-body h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 14px;
}
.marketing_card .card-body .span1{
    background: url(../img/marketing_card_icon1.png) #ECECEC;
    background-position: center;
    background-repeat: no-repeat;
}
.marketing_card .card-body .span2{
    background: url(../img/marketing_card_icon2.png) #ECECEC;
    background-position: center;
    background-repeat: no-repeat;
}
.marketing_card .card-body .span3{
    background: url(../img/marketing_card_icon3.png) #ECECEC;
    background-position: center;
    background-repeat: no-repeat;
}
.marketing_card .card-body .span4{
    background: url(../img/marketing_card_icon4.png) #ECECEC;
    background-position: center;
    background-repeat: no-repeat;
}
.marketing_card:hover,.marketing_card.active,.strengths_swiper_top .swiper-wrapper .swiper-slide-thumb-active .marketing_card{
    background:#03286F;
    /*background-position: bottom 28px center;*/
    /*background-repeat: no-repeat;*/
}
.marketing_card:hover .card-body h4,.marketing_card.active .card-body h4,.strengths_swiper_top .swiper-wrapper .swiper-slide-thumb-active .marketing_card .card-body h4{
    color: #fff;
}
.marketing_card:hover .card-body p,.marketing_card.active .card-body p,.strengths_swiper_top .swiper-wrapper .swiper-slide-thumb-active .marketing_card .card-body p{
    color: #fff;
}
.marketing_card:hover .card-body span{
    background: #03286F;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.marketing_card:hover .card-body .span1{
    background: url(../img/marketing_card_icon1_1.png) #03286F;
    background-position: center;
    background-repeat: no-repeat;
}
.marketing_card:hover .card-body .span2{
    background: url(../img/marketing_card_icon2_1.png) #03286F;
    background-position: center;
    background-repeat: no-repeat;
}
.marketing_card:hover .card-body .span3{
    background: url(../img/marketing_card_icon3_1.png) #03286F;
    background-position: center;
    background-repeat: no-repeat;
}
.marketing_card:hover .card-body .span4{
    background: url(../img/marketing_card_icon4_1.png) #03286F;
    background-position: center;
    background-repeat: no-repeat;
}

.fzlc_swiper{
    position: relative;
    background: url(../img/fzlc_swiper_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.fzlc_swiper:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 23px;
    width: 100%;
    height: 2px;
    background: #0E59D1;
    border-radius: 4px;
    opacity: 0.4;
}
.fzlc_swiper_top_img img{
    border-radius: 15px;
}
.fzlc_swiper_card .card-body{
    padding: 24px 0px 24px 60px;
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide{
    font-size: 24px;
    color: #000;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    padding-bottom: 50px;
    cursor: pointer;
    position: relative;
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 9px;
    width: 30px;
    height: 30px;
    border-radius: 17px;
    background: #0E59D1;
    border: 10px solid #fff;
    transform: translate3d(-50%, 0%, 0);
    transition: 0.5s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active:before{
    background: #fff;
    border: 10px solid #0E59D1;
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active span{
    opacity: 1;
    transition: 0.5s;
    color: #0E59D1;
}
.fzlc_swiper_bottom .swiper-wrapper .swiper-slide-thumb-active span{
    opacity: 1;
}
.fzlc_swiper_bottom{
    margin-top: 120px;
}
.fzlc_swiper_bottom .swiper-button-next,.fzlc_swiper_bottom .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 48px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
    opacity: 1;
}
.fzlc_swiper_bottom .swiper-button-prev{
    top: auto;
    bottom: 0px;
    left: 0px;
}
.fzlc_swiper_bottom .swiper-button-next{
    top: auto;
    bottom: 0px;
    right: 0px;
}
.fzlc_swiper_bottom .swiper-button-prev:after,.fzlc_swiper_bottom .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.fzlc_swiper_bottom .swiper-button-prev:hover:after,.fzlc_swiper_bottom .swiper-button-next:hover:after{
    color: #fff;
}
.fzlc_swiper_bottom .swiper-button-next:hover,.fzlc_swiper_bottom .swiper-button-prev:hover{
    background: #0E59D1;
    border: 1px solid #0E59D1;
}

.about_global{
    background: url(../img/about_global.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 788px;
    display: flex;
    align-items: center;
}
.about_global_swiper{
    padding-bottom: 88px;
}
.about_global_swiper .swiper-button-next:after,.about_global_swiper .swiper-button-prev:after{
    content: none;
}
.about_global_swiper .swiper-button-next,.about_global_swiper .swiper-button-prev{
    width: 37px;
    height: 30px;
}
.about_global_swiper .swiper-button-next{
    top: auto;
    bottom: 0px;
    right: auto;
    left: 78px;
}
.about_global_swiper .swiper-button-prev{
    top: auto;
    bottom: 0px;
    left: 0px;
}

.about_padding{
    padding: 88px 0px;
}

/* ----------------------------------------------------------------
    MAIN BUSINESS
----------------------------------------------------------------- */
.busi_topba{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}

.busi_topba_1 {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
} 
.busi_topba .video_mb{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,.4);
    z-index: 9;
}

.busi_topba .top_wz{
    position: relative;
    z-index: 9;
}
.busi_topba .top_wz h1 {
    font-size: 32px;
    line-height: 52px;
}
.busi_topba .top_wz_st{
    position: relative;
    z-index: 9;
}
.busi_topba .top_wz_st h1 {
    font-size: 54px;
    line-height: 70px;
}

.busi_topba video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}


.banner .video_mb{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,.4);
    z-index: 9;
}
.banner .banner_nr{
    position: relative;
    z-index: 9;
}

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

.fangda.zyimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #DBDBDB;
    border-radius: 100%;
    border: 10px solid #DBDBDB;
}
.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;
    border-radius: 100%;
}

.products_nav_swiper .swiper-wrapper{
    justify-content: center;
}
.products_nav_swiper .swiper-wrapper .swiper-slide{
    width: auto;
}
.products_nav_swiper .swiper-wrapper .swiper-slide a{
    display: inline-block;
    font-size: 18px;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 22px;
    padding: 16px 58px;
    border-radius: 50px;
    border: 2px solid #DBDBDB;
    background: #DBDBDB;
    color: #000;
    font-weight: 700;
    transition: 0.5s;
}

.products_nav_swiper .swiper-button-next{
    width: 48px;
    height: 58px; 
    background: rgba(255,255,255,1);
    border-radius: 0px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.products_nav_swiper .swiper-button-next{
    right: 0px;
    top: 0px;
    margin-top: 0px;
}
.products_nav_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.products_nav_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.products_nav_swiper .swiper-button-next:hover{
    background: rgba(0,153,255,1);
    border: 1px solid #00AB90;
}

.products_nav_swiper .swiper-wrapper .swiper-slide a.active, .products_nav_swiper .swiper-wrapper .swiper-slide a:hover{
    background: #03286E;
    border: 2px solid #03286E;
    color: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}


.about_us_ul li{
    padding-bottom: 24px;
}
.about_us_ul li a{
    display: inline-block;
    font-size: 18px;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 22px;
    padding: 16px 58px;
    border-radius: 50px;
    border: 2px solid #DBDBDB;
    background: #DBDBDB;
    color: #000;
    font-weight: 700;
    transition: 0.5s;
}
.about_us_ul .active a,.about_us_ul li a:hover{
    background: #03286E;
    border: 2px solid #03286E;
    color: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.busines_style{
    background: url(../img/busines_style_img1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    height: 460px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.busines_style2{
    background: url(../img/busines_style2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.busines_style3{
    background: url(../img/busines_style3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bs_ds_swiper{
    padding-bottom: 68px;
}
.bs_ds_swiper .swiper-pagination{
    bottom: 0px;
}
.bs_ds_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 108px;
    height: 5px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 0px;
    transition: 0.5s;
    margin: 0px 0px;
}
.bs_ds_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 108px;
    background: rgba(3, 40, 110, 1);
}
.bs_ds_swiper_card{
    padding: 18px 18px 0px 18px;
    border-radius: 15px;
}
.bs_ds_swiper_card img{
    border-radius: 15px;
}
.bs_ds_swiper_card .card-body{
    padding: 30px 0px;
}
.bs_ds_swiper_card:hover{
    background: #03286F;
    color: #fff;
}

/* ----------------------------------------------------------------
    Strengths
----------------------------------------------------------------- */
.strengths_banner{
    background: url(../img/strengths_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
}
.about_right_img{
    /*
    width: 50vw;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 1000;
    */
}
.strengths_card{
    overflow: visible;
}
.strengths_card .about_right_img{
    overflow: hidden;
    border-radius: 85px 0px 85px 10px;
    box-shadow: 0px 20px 40px rgba(16, 52, 87, 0.34);
}
.strengths_card .card-body{
    padding: 0px;
}

.strengths_card2 .card{
    transition: 0.5s;
    background: none;
    border-radius: 10px;
}
.strengths_card2 .card:hover{
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
}
.strengths_card2 .card .card-body{
    padding: 24px;
}

.bs_ds_ul li{
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative;
}
.bs_ds_ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #03286D;
}
.bs_ds_ul p{
    margin-bottom: 12px;
}

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

.st_qt_sw{
    padding-bottom: 50px;
}
.st_qt_sw .swiper-pagination-bullet-active{
    background: #03286E;
}

/* ----------------------------------------------------------------
    careers
----------------------------------------------------------------- */
.careers_banner{
    background: url(../img/careers_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 825px;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}

.careers_card{
    overflow: visible;
}
.careers_card img{
    box-shadow: 30px 20px 45px rgba(3, 3, 3, 0.16);
}
.careers_value_left .media,.careers_value_right .media{
    padding: 15px 0px;
}
.careers_value_left .media .media-body{
    text-align: right;
    padding-right: 24px;
}
.careers_value_right .media .media-body{
    padding-left: 24px;
}
.careers_value_left{
    padding-right: 24px;
}
.careers_value_right{
    padding-left: 24px;
}
.careers_value_center img{
    box-shadow: -30px 20px 45px rgba(3, 3, 3, 0.16);
}

.careers_swiper_top{
    padding-bottom: 78px;
}
.careers_swiper_top .swiper-wrapper{
    /*justify-content: center;*/
}
.careers_swiper_top .swiper-wrapper .swiper-slide{
    width: 190px;
    height: 190px;
    border-radius: 190px;
    background: #fff;
    box-shadow: 20px 30px 45px rgba(151, 151, 151, 0.16);
    margin: 0px 30px 0 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.careers_swiper_top .swiper-wrapper .swiper-slide span{
    width: 90px;
    height: 90px;
    display: inline-block;
}
.careers_swiper_top .swiper-wrapper .swiper-slide .span1{
    background: url(../img/careers_swiper_top_icon1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.careers_swiper_top .swiper-wrapper .swiper-slide .span2{
    background: url(../img/careers_swiper_top_icon2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.careers_swiper_top .swiper-wrapper .swiper-slide .span3{
    background: url(../img/careers_swiper_top_icon3.png);
    background-position: center;
    background-repeat: no-repeat;
}
.careers_swiper_top .swiper-wrapper .swiper-slide .span4{
    background: url(../img/careers_swiper_top_icon4.png);
    background-position: center;
    background-repeat: no-repeat;
}
.careers_swiper_top .swiper-wrapper .swiper-slide-thumb-active .span1{
    background: url(../img/careers_swiper_top_icon1_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.careers_swiper_top .swiper-wrapper .swiper-slide-thumb-active .span2{
    background: url(../img/careers_swiper_top_icon2_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.careers_swiper_top .swiper-wrapper .swiper-slide-thumb-active .span3{
    background: url(../img/careers_swiper_top_icon3_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.careers_swiper_top .swiper-wrapper .swiper-slide-thumb-active .span4{
    background: url(../img/careers_swiper_top_icon4_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.careers_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    background: #0F2F6C;
}
.careers_swiper_top .swiper-wrapper .swiper-slide-thumb-active:before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -55px;
    bottom: -30px;
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 50px solid #0F2F6C;
}

.careers_bt h1{
    font-size: 36px;
}
.careers_plans_card{
    overflow: visible;
}
.careers_plans_card img{
    box-shadow: -30px 20px 45px rgba(3, 3, 3, 0.16);
}

/* ----------------------------------------------------------------
    News
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
}
.news_nav_swiper{
    padding-bottom: 48px;
}
.news_nav_swiper .swiper-wrapper{
    justify-content: center;
}
.news_nav_swiper .swiper-wrapper .swiper-slide{
    width: 280px;
    margin: 0px 60px;
}
.news_nav_swiper .swiper-wrapper .swiper-slide .card{
    box-shadow: 0px 20px 30px rgba(77, 77, 77, 0.07);
    border-radius: 20px;
}
.news_nav_swiper .swiper-wrapper .swiper-slide .card img{
    width: 60px;
    height: 60px;
    object-fit: scale-down;
    margin-bottom: 24px;
}
.news_nav_swiper .swiper-wrapper .swiper-slide .card .card-body{
    padding: 58px 24px;
}

.news_card1{
    height: 100%;
}
.news_card1 .fangda{
    height: 100%;
}
.news_card1 .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_card1 .card-img-overlay{
    background: rgba(0, 0, 0, 0.56);
    border-radius: 0px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news_card1 .card-img-overlay p{
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 30px;
}
.news_card1 .card-img-overlay p:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 11px;
    height: 2px;
    background: #fff;
}
.news_card1 .card-img-overlay .list-inline-item:not(:last-child),.news_card2 .card-body .list-inline-item:not(:last-child) {
    margin-right: 32px
}

.news_card2{
    padding-bottom: 19px;
}
.news_card2 .card-body{
    padding: 28px;
}
.news_card2 .card-body .gengduo{
    padding: 13px 46px;
}
.news_card2 .card-body p{
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 90px;
}
.news_card2 .card-body h4{
    font-size: 24px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 72px;
}
.news_card2 .card-body p:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 11px;
    height: 2px;
    background: #000;
}

.news_bt h1{
    font-size: 40px;
}
.ns_ds_ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ns_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}
.ns_ds_ul .active{
    display: flex;
    align-items: center;
}
.ns_ds_ul .bottom_follow{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.ns_ds_ul .bottom_follow{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.ns_ds_ul .bottom_follow:before{
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 4px solid transparent;
}
.ns_ds_ul .bottom_follow li{
    margin-left: 3px!important;
    margin-right: 3px!important;
}
.ns_ds_ul .bottom_follow li a{
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #F3F3F0;
    color: #fff;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.ns_ds_ul .bottom_follow li a svg,.ns_ds_ul .bottom_follow li a img{
    color: #102D68;
    fill: #102D68;
    width: 12px;
    height: 12px;
}
.ns_ds_ul .bottom_follow li a{
    color: #102D68;
}
.ns_ds_ul .bottom_follow li a:hover{
    color: #fff;
    background: #1D4494;
}
.ns_ds_ul .bottom_follow li a:hover svg{
    fill: #fff;
}

/*新加*/
.news_ul li{
    border-bottom: 1px solid #eee;
    padding-top: 38px;
    padding-bottom: 38px;
}
.news_ul li:last-child{
    padding-bottom: 0px;
    border: none;
}
.news_ul li .card .card-body{
    padding-left: 48px;
}
.news_ul li .card .card-body p{
    font-size: 15px;
    line-height: 28px;
}

/* ----------------------------------------------------------------
    contact
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 550px;
}

.contact_card{
    border-radius: 30px;
}
.contact_card .card-body{
    padding: 58px 24px;
}
.contact_card .card-body h4{
    font-size: 24px;
}
.contact_card .card-body h1{
    font-size: 74px;
}
.ct_card img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ct_card{
    border-radius: 30px;
}
.ct_card .card-body{
    padding: 78px;
}
.ct_card .bottom_contact li{
    color: #000;
    line-height: 28px;
    position: relative;
    font-size: 18px;
    padding: 6px 0 6px 28px;
}
.ct_card .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 10px;
    left: 0px;
}

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

.trip_mfzx_form .form_input_height{
    height: 62px;
}
.trip_mfzx_form .form-control{
    border-radius: 8px;
    padding: 15px 24px;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #E1E1E1;
    box-shadow: none;
}
.trip_mfzx_form .form-group{
    margin-bottom: 18px;
}

.contact_zxly_card{
    overflow: visible;
}
.contact_zxly_card .card-body{
    padding-left: 90px;
}
.contact_zxly_card .contact_zxly_card_left img{
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
}
.contact_gengduo{
    padding: 12px 48px;
}

.ns_ds_card{
    padding-bottom: 0px;
}

.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: #03286e;
    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: #03286e;
    color: #fff;
    padding: 20px 38px;
}

.hire_ul{
    background: #fff;
    border: 1px solid #eee;
    border-top: 5px solid #03286e;
    padding-bottom: 24px;
}
.hire_ul h4{
    font-size: 22px;
    padding: 14px 24px;
}
.hire_ul li a{
    display: block;
    font-size: 16px;
    line-height: 48px;
    padding: 0px 24px;
    position: relative;
}
.hire_ul li.active a{
    color: #03286e;
}
.hire_ul li.active a:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 3px;
    background: #03286e;
}

/* ----------------------------------------------------------------
    新曾
----------------------------------------------------------------- */
.about_milestones{
    
}

.about_milestones .about_milestones_icon{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate3d(0%, -50%, 0);
}

.about_milestones{
    overflow: visible;
}
.about_milestones .card-img-overlay{
    display: flex;
    align-items: center;
    padding: 0px;
}
.about_milestones_overlay{
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 1000;
}
.about_milestones_overlay .col div{
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto!important;
}
.about_milestones_overlay .col div h4{
    font-size: 28px;
}
.about_milestones_overlay .col div h5{
    font-size: 16px;
    line-height: 24px;
    width: 278px;
}
.about_milestones_overlay .col div span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #0F5AD2;
    border: 8px solid #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin: 16px 0px;
    opacity: 0;
}
.about_milestones_overlay .col .div2,.about_milestones_overlay .col .div4,.about_milestones_overlay .col .div6{
    flex-direction: column-reverse;
}
.about_milestones_overlay .col .div1{
    position: relative;
    margin-top: 83%;
}
.about_milestones_overlay .col .div2{
    position: relative;
    margin-top: 58%;
}
.about_milestones_overlay .col .div3{
    position: relative;
    margin-top: 73%;
}
.about_milestones_overlay .col .div4{
    position: relative;
    margin-top: -62%;
}
.about_milestones_overlay .col .div5{
    position: relative;
    margin-top: 22%;
}
.about_milestones_overlay .col .div6{
    position: relative;
    margin-top: -78%;
}

@media (max-width: 1700px){
    
}
@media (max-width: 1500px){
    .about_milestones_overlay .col div h5{
        font-size: 14px;
    }

}
@media (max-width: 980px){
    .about_milestones img{
        display: none;
    }
    .about_milestones .card-img-overlay{
        position: static;
    }

    .about_milestones_overlay .col .div1,
    .about_milestones_overlay .col .div2,
    .about_milestones_overlay .col .div3,
    .about_milestones_overlay .col .div4,
    .about_milestones_overlay .col .div5,
    .about_milestones_overlay .col .div6{
        margin-top: 0px;
    }

    .about_milestones_overlay .col .div2, .about_milestones_overlay .col .div4, .about_milestones_overlay .col .div6{
        flex-direction: column;
    }
    .about_milestones_overlay .col div{
        padding: 24px 20px 20px 10px;
        width: 50%;
        text-align: right!important;
        align-items: flex-end;
    }
    .about_milestones_overlay{
        position: relative;
    }
    .about_milestones_overlay:before{
        content: "";
        position: absolute;
        left: 50%;
        top: 0px;
        margin-left: -1px;
        width: 2px;
        height: 100%;
        background: #0E59D1;
    }
    .about_milestones_overlay .col div span{
        position: absolute;
        top: -8px;
        right: -15px;
        margin: 0px;
        opacity: 1;
    }

    .about_milestones_overlay .col .div2,.about_milestones_overlay .col .div4,.about_milestones_overlay .col .div6{
        padding: 24px 10px 20px 20px;
        margin-left: 50%;
        text-align: left!important;
        align-items: flex-start;
    }
    .about_milestones_overlay .col .div2 span,.about_milestones_overlay .col .div4 span,.about_milestones_overlay .col .div6 span{
        right: auto;
        left: -15px;
    }
    .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;
    }
}

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

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1585px) {
    .about_shuju .card-body .numU .numCX{
        font-size: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1720px) {
    .mision_swiper_bottom .col-lg-6.offset-xl-2 img{
        height: 450px;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 15px;
    }
}
@media (max-width: 1790px){
    .about_us_ul li a{
        padding: 12px 16px;
    }
}
@media (max-width: 1735px){
    .careers_swiper_top .swiper-wrapper .swiper-slide{
        width: 160px;
        height: 160px;
        border-radius: 160px;
        margin: 0px 15px 0 0;
    }
    .careers_swiper_top .swiper-wrapper .swiper-slide-thumb-active:before{
        bottom: -25px;
    }
}
@media (max-width: 1410px){
    .about_us_ul li a{
        font-size: 16px;
        margin: 0;
    }
}
@media (max-width: 1230px){
    .about_us_ul li a{
        padding: 10px 5px;
        font-size: 14px;
        margin: 0;
    }
    .about_us_ul li{
        margin-right: 0 !important;
    }
}
@media (max-width: 1000px){
    .yy_dh{
        display: none;
    }
}


@media (max-width: 1600px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 40px 0px 0px;
    }
}
@media (max-width: 1500px){
    .row_30,.row_24{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 30px 0px 0px;
    }

    .banner_nr h1{
        font-size: 48px;
        line-height: 68px;
    }

    .about_bt h1{
        font-size: 38px;
        line-height: 58px;
    }
    .about_padding,.ix_reliability_bg,.ix_efficiency_bg,.ix_flexibility_bg,.ix_get_bg,.ix_mission_bg{
        padding: 0px;
    }
    .news_card1 .card-img-overlay .list-inline-item:not(:last-child), .news_card2 .card-body .list-inline-item:not(:last-child) {
        margin-right: 10px;
    }
    .news_card2 .card-body{
        padding: 24px;
    }

    .news_nav_swiper .swiper-wrapper .swiper-slide{
        margin: 0px 30px;
    }
    .contact_card .card-body{
        padding: 38px 24px;
    }
    .contact_card .card-body h1,.about_banner h1,.busi_topba .top_wz_st h1{
        font-size: 48px;
    }
    .contact_card .card-body h4{
        font-size: 18px;
    }

    .about_banner{
        height: 480px;
    }
    
    .busi_topba .top_wz h1{
        font-size: 26px;
    }
}

@media (max-width: 1300px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 20px 0px 0px;
    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .ix_mi_sr_bottom .swiper-wrapper{
        justify-content: flex-start;
    }
    .ix_mi_sr_bottom .swiper-wrapper .swiper-slide .ix_mi_card{
        border-radius: 10px;
    }
    .ix_ry_sr_bottom .swiper-wrapper .swiper-slide .ix_reliability_card{
        border-radius: 10px;
    }
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .md_none{
        display: none;
    }
    .products_nav_swiper .swiper-wrapper{
        display: flex;
        justify-content: flex-start;
    }
    .products_nav_swiper .swiper-wrapper .swiper-slide a{
        margin: 0px 10px 0px 0px;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 22px;
        margin-bottom: 22px;
        padding: 0px;
        height: 24px;
    }
    .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;
    }
    .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 #003394;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px 15px 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;
    }

    .nav_min{
        background: rgba(3, 40, 110, 1);
    }
    .nav_min .pc_yuyan .nav-link{
        background: none;
    }
    .banner_nr{
        padding-top: 68px;
    }

    .business_banner{
        height: 480px;
    }

    .strengths_card .card-body{
        padding: 0px 48px 0px 0px;
    }
    .marketing_card .card-body h4{
        font-size: 18px;
    }
    .news_nav_swiper .swiper-wrapper .swiper-slide{
        margin: 0px 15px;
    }
    .news_nav_swiper .swiper-wrapper .swiper-slide .card .card-body h4{
        font-size: 18px;
    }
    .news_nav_swiper .swiper-wrapper .swiper-slide{
        width: 240px;
    }
    .news_nav_swiper .swiper-wrapper .swiper-slide .card .card-body{
        padding: 28px 24px;
    }
    .ct_card .card-body{
        padding: 48px;
    }
    .about_banner h1,.careers_bt h1,.busi_topba .top_wz_st h1{
        font-size: 36px;
        line-height: 48px;
    }
    .busi_topba .top_wz h1{
        font-size: 20px;
        line-height: 36px;
    }
    .careers_swiper_top .swiper-wrapper .swiper-slide{
        width: 180px;
        height: 180px;
        margin: 0px 10px 0 0;
    }
    .careers_swiper_top .swiper-wrapper .swiper-slide-thumb-active:before{
        bottom: -25px;
    }

    .busines_style{
        padding: 38px 48px;
    }
    .fzlc_swiper_bottom{
        margin-top: 48px;
    }
    .mision_swiper_top{
        margin-top: 48px;
    }
    .strengths_card .about_right_img{
        border-radius: 30px 30px 30px 30px;
    }
    .strengths_card2 .card .card-body{
        padding: 15px;
    }
    .about_shuju .card-body .numU .numCX{
        font-size: 36px;
    }
    .about_banner{
        padding-bottom: 68px;
    }
}
@media (max-width: 900px){
    /*top*/
    .products_nav_swiper .swiper-wrapper .swiper-slide a{
        margin: 0px 10px 0px 0px;
        font-size: 16px;
        padding: 14px;
    }
    .products_nav_swiper .swiper-button-next{
        height: 54px;
    }
    /*bottom*/
    .bottom_bg{
        padding-top: 0px;
    }
    .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: 0px;
    }

    .banner,.busi_topba{
        height: 680px;
    }
    .contact_zxly_card .card-body,.careers_card .card-body,.careers_plans_card .card-body{
        padding: 24px 0px 0px 0px;
    }
    .careers_value_left .media .media-body{
        text-align: left;
        padding-right: 0px;
        padding-left: 24px;
    }
    .careers_value_left .media{
        display: flex;
        flex-direction: row-reverse;
    }
    .careers_value_center{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .careers_value_right{
        padding-left: 0px;
    }
    .careers_value_left{
        padding-right: 0px;
    }
    .careers_swiper_top .swiper-wrapper{
        justify-content: flex-start;
    }

    .about_us_ul li a{
        font-size: 14px;
        line-height: 18px;
        padding: 12px 38px;
    }
    .mision_swiper_top{
        margin-top: 48px;
    }
    .fzlc_swiper_card .card-body{
        padding: 24px 0px 0px 0px;
    }

    
    .about_global{
        height: auto;
    }
    .marketing_card .card-body{
        padding: 46px 24px 68px 24px;
    }

    .news_ul li .card .card-body{
        padding: 0px 0px 0px 24px;
    }
    .news_ul li .card .card-body h3{
        font-size: 24px;
        line-height: 36px;
    }
    .news_ul li .card .card-body p{
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 768px){
    .wrap,.wrap_lg{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .products_ul.col-lg-12 {
        padding-right: 0px;
    }
    .nav_min .nav_container{
        width: 100%;
    }
    .business_banner{
        height: 240px;
    }
    .news_bt h1{
        font-size: 24px;
    }

    .p_18 p, .p_18,.news_card2 .card-body p,.news_card1 .card-img-overlay p,.banner_nr p,.p_20 p, .p_20,.p_17 p, .p_17,.contact_card .card-body h4{
        font-size: 14px;
        line-height: 26px;
    }
    .gengduo,.news_card2 .card-body .gengduo{
        font-size: 14px;
        font-weight: 400;
        padding: 10px 30px;
    }
    .about_bt h1,.contact_card .card-body h1{
        font-size: 30px;
    }
    .banner_nr h1,.ix_bt h1,.ix_bt2 h1,.ct_card h3,.about_banner h1,.careers_bt h1,.about_bt h1,.busi_topba .top_wz_st h1{
        font-size: 24px;
        line-height: 38px;
    }

    .news_card2 .card-body h4,.news_card1 .card-img-overlay h4,.ix_company_p p,.ix_main_card .card-img-overlay h4{
        font-size: 18px;
        line-height: 30px;
    }
    .news_card1 .card-img-overlay,.ct_card .card-body{
        padding: 24px;
    }
    .news_card1{
        height: 380px;
    }

    .news_nav_swiper .swiper-wrapper{
        justify-content: flex-start;
    }
    .news_nav_swiper .swiper-wrapper .swiper-slide{
        width: 180px;
    }
    .news_nav_swiper .swiper-wrapper .swiper-slide .card .card-body h4{
        font-size: 16px;
    }
    .news_nav_swiper .swiper-wrapper .swiper-slide .card img{
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
    }

    .banner,.busi_topba{
        height: 480px;
    }
    
        .banner,.busi_topba_1{
        height: auto;
    }
    .ix_company_nr{
        margin-bottom: 120px;
    }

    .ix_main_card{
        padding: 15px;
    }
    .ix_main_card .card-img-overlay{
        padding-bottom: 30px;
    }
    .contact_card,.ct_card{
        border-radius: 8px;
    }

    .about_banner{
        height: 380px;
    }
    .careers_swiper_top .swiper-wrapper .swiper-slide{
        width: 140px;
        height: 140px;
        margin: 0px 10px 0px 0px;
    }
    .careers_swiper_top .swiper-wrapper .swiper-slide-thumb-active:before{
        bottom: -16px;
    }
    .busines_style{
        height: auto;
        padding: 38px 24px;
        margin-bottom:0;
    }

    .about_banner{
        padding-bottom: 48px;
    }
    .about_shuju .card-body .numU .numCX{
        font-size: 30px;
    }
    .about_shuju .card-body .numU span{
        font-size: 14px;
    }

    .news_ul li .card .card-body{
        padding: 24px 0px 0px 0px;
    }
    .ix_reliability_card .card-body{
        padding: 45px 15px;
    }
    .p_16 p, .p_16 {
        font-size: 16px;
        line-height: 26px;
    }
    .ix_efficiency_card .card-body span{
        left: 8px;
    }
    .ix_efficiency_card .card-body div {
        padding-left: 40px;
    }
    .ix_reliability_card .card-body span{
        width: 40px;
        height: 48px;
        background-size: 100% !important;
    }
}