/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  src: url(../fonts/montserrat-regular.ttf);
}
body{
    font-family: "Arial","Microsoft YaHei","微软雅黑",Helvetica,'montserrat',"Hiragino Sans GB",sans-serif;
    background-repeat: repeat;
    color: #000;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

.section::-webkit-scrollbar{
    display: none;
}

/*控件*/
input:disabled + label {/*禁用的指针*/
    cursor: not-allowed
}
.Radio input,
.Checkbox input {
    display: none
}
.Radio label,
.Checkbox label {
    padding: 0 16px 0 0;
    display: inline-block;
    cursor: pointer;
    position: relative
}
.Radio label:before,
.Checkbox label:before {
    box-sizing: border-box;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0px 8px 0px 0px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.1S;
}
.Radio label:hover:before,
.Checkbox label:hover:before {
    border-color: #57B37B;
}
.Radio input:disabled + label:before,
.Checkbox input:disabled + label:before {
    background-color: #CCC;
    border-color: #999;
    opacity: 0.5;
}
.Radio input:disabled + label,
.Checkbox input:disabled + label {  
    opacity: 0.5;
}
.Radio input:checked + label:before {
    border: 5px solid #57B37B;
}
.Checkbox label:before {
    background: url(../img/ico_tick.svg) no-repeat center;
    background-size: 0;
    border-radius: 0px;
    transition: 0.2S;
}
.Checkbox input:checked + label:before {
    background-color: #57B37B;
    background-size: 16px;
    border-color: #57B37B;
}
.HoverLabel label {
    display: block;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
}
.HoverLabel label:hover {
    background-color: #EEE;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    bottom: 111px;
    right: 12px;
    z-index: 3000;
}
.right_xf li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #265787;
    color:#fff;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    margin: 3px 0px 0px 0px;
}
.right_xf li a p{
    color: #000;
}
.right_xf li a:hover{
    background: #3070AE;
    color:#fff;
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 48px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: auto;
    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;
}

/*返回顶部*/
.back-top {
    position: fixed;
    right: 1.5rem;
    bottom: 30px;
    width: 48px;
    height: 48px;
    background: #fff;
    color:#666;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 0;
    font-size: 1.2rem;
    transition: opacity 0.3s;
    z-index: 9999;
    transition: all 0.5s;
}
.back-top:hover{
    background: #DD7516;
    color:#fff;
}
@media (max-width: 768px){
    .back-top{
        display: none;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #333;
}

a, a:hover, a:focus{
    text-decoration: none;
    outline: none;
}

a:hover, a:focus{
    color: #FF7A00;
}
h5{
    line-height: 32px;
}

ul,p{
    margin-bottom: 0px;
}

.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: #D8252B!important;
}
.text-success{
    color: #57B37B!important;
}
.text-primary{
    color: #0C377B!important;
}
.text-warning{
    color: #DD7516!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #1D2089!important; 
}
.bg_F2F2FF{
    background: #F2F2FF;
}

.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: 1600px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
    position: relative;
}
.wrap_xl{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1600px;
    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*/
.nav_min{
    padding: 0px 0px 0px 0px;
    border: none;
    background: rgba(255, 255, 255, 1);
    transition: all 0.5s;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.02);
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 68px;
    transition: 0.5s;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 70px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 35px 0px 35px 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: 18px;
    color: #000;
    text-transform: uppercase;
}
.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 24px;
}
.nav_min .nav-link span{
    font-size: 1rem;
    position: absolute;
    right: 0px;
    transition: all 0.3s;
}
.nav_min .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #DD7516;
}
.nav_min .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #DD7516;
}

.nav_min .nav-item .nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background: #DD7516;
    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;
}
.nav_min .nav-item .nav-link:hover:before,.nav_min .nav-item.active .nav-link:before,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #DD7516;
}

 .navbar-light .navbar-nav .show>.nav-link{
    color: #DD7516;
 }
 .active .nav-link,.top_xiala:hover .nav-link{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #DD7516;
}

.navbar-toggler,.navbar-toggler:focus{
    border: none;
    padding: 6px 15px 10px 15px;
    margin: 14px 0px 13px 0px;
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 0px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #000;
    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: 240px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 15px 0px 15px;
    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);
}
.nav_min .container{
    position: static;
}
.top_xiala2{
    position: static;
    display: block;
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
@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_a a{
    padding: 12px 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    color: #000;
    border-bottom: 1px solid #eee;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #DD7516;
    padding: 12px 0px 12px 12px;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 13px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle{
        display: flex;
    }
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    transform:rotate(180deg);
    background: #DD7516;
    color: #fff;
}

.helist{
    position: relative;
}
.helist .fa.fa-angle-right{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
}
.three_li{
    display: none;
    position: absolute;
    right: -100%;
    top: 0;
    min-width: 100%;
    background: #D24E7F;
    z-index: 9
}
.helist:hover .three_li{
    display: block;
}

.nav_form{
    margin-left: 30px;
    display: flex;
}

.pc_yuyan{
    margin-right: 0rem;
    margin-left: 1rem;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 9px 38px 9px 16px;
    display: flex;
    align-items: center;
    color: #fff;
    transition: 0.5s;
    font-size: 1rem;
    background: #0C377B;
    border-radius: 50px;
}
.nav_min .pc_yuyan .nav-link i{
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link span{
    right: 16px;
    font-size: 1rem;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
.nav_min .pc_yuyan:hover .nav-link{
    color: #fff;
}
.nav_min .pc_yuyan:hover .nav-link span{
    color: #fff;
}
    
.nav_min .pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.nav_min .pc_yuyan:hover .nav-link svg{
    fill: #fff;
}

.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;
    background: #0C377B;
}
.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: 2px;
    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: 2px solid #fff;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}
.search_anniu_top:hover:before{
    background: #fff;
}
.search_anniu_top:hover:after{
    border: 2px solid #fff;
}

.search_anniu_top2{
    display: inline-block;
    width: 68px;
    height: 58px;
    position: relative;
    border: 2px solid #eee;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.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: #0C377B;
}
.search_anniu_top2:hover:after{
    border: 1px solid #0C377B;
}

.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;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 120px;
    padding-bottom: 120px;
}
.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;
    height: 58px;
    right: -58px;
    top: 0px;
    background: #eee;
    cursor: pointer;
    transition: all .5s;
}
.tanchuang_tuichu:hover{
    background: #DD7516;
}
.tanchuang_tuichu:hover .search_anniu2:after{
    background: #fff;
}
.tanchuang_tuichu:hover .search_anniu2:before{
    background: #fff;
}

@media (min-width: 1200px){
    .navbar-hide {
        transform: translateY(-100%); /* 上移隐藏 */
        transition: transform 0.8s ease; /* 添加过渡动画 */
    }
}

/*banner*/
.banner{
    height: 880px;
}
.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
    padding-bottom: 120px;
}

.banner .swiper-pagination{
    bottom: 30px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0);
    opacity: 1;
    border-radius: 12px;
    transition: 0.5s;
    margin: 0px 8px;
    border: 1px solid #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    background: rgba(255, 255, 255, 1);
}

.banner_nr h1{
    font-size: 60px;
    line-height: 80px;
    padding-bottom: 24px;
    position: relative;
}
.banner_nr h1:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 1px;
    width: 95px;
    height: 5px;
    background: #DD7516;
    border-radius: 5px;
}
.banner_nr h1:after{
    content: "";
    position: absolute;
    left: 100px;
    bottom: 0px;
    width: 7px;
    height: 7px;
    background: #DD7516;
    border-radius: 7px;
}
.banner_nr h6{
    font-size: 16px;
    line-height: 30px;
}

/*主体*/
.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);
}

.gengduo{
    padding: 0.8rem 3rem 0.8rem 3rem;
    background: #DD7516;
    color: #fff!important;
    font-size: 1rem;
    line-height: 1.5rem;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #DD7516;
}
.gengduo2{
    padding: 0.8rem 2rem 0.8rem 2rem;
    background: #0C377B;
    color: #fff!important;
    border: 2px solid #0C377B;
}
.gengduo:hover{
    color: #fff!important;
    background: #FF7A00;
    border: 2px solid #FF7A00;
}

.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, 37, 74, 0.1);
}

.p_13 p{
    font-size: 13px;
    line-height: 24px;
}
.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: 38px;
}
.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_20{
    margin-left: -20px;
    margin-right: -20px;
}
.col_20{
    padding-left: 20px;
    padding-right: 20px;
}

.row_12{
    margin-left: -12px;
    margin-right: -12px;
}
.col_12{
    padding-left: 12px;
    padding-right: 12px;
}

.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;
}

.banner_bottom_swiper{
    margin-top: -120px;
    padding-bottom: 58px;
}
.banner_bottom_swiper .swiper-wrapper{
    height: auto;
}
.banner_bottom_swiper_card .card-body{
    padding: 58px 30px 60px 30px;
}
.banner_bottom_swiper_card .card-body svg{
    width: 48px;
    height: 48px;
    fill: #0C377B;
    margin-bottom: 30px;
}
.banner_bottom_swiper_card .card-body h5{
    color: #000;
}
.banner_bottom_swiper_card .card-body p{
    font-size: 15px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 96px;
    color: #000;
}
.banner_bottom_swiper_card .card-body span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 33px;
    background: #0C377B;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 32px;
}
.banner_bottom_swiper_card2{
    background: #0C377B;
}
.banner_bottom_swiper_card2 .card-body svg{
    fill: #fff;
}
.banner_bottom_swiper_card2 .card-body h5{
    color: #fff;
}
.banner_bottom_swiper_card2 .card-body p{
    color: #B7B7B7;
}
.banner_bottom_swiper_card2 .card-body span{
    background: #DD7516;
}
.banner_bottom_swiper_card:hover .card-body svg{
    fill: #DD7516;
}

.banner_bottom_swiper .swiper-pagination{
    bottom: 0px;
}
.banner_bottom_swiper .swiper-pagination:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 300px;
    margin-left: -150px;
    height: 4px;
    background: #ccc;
    border-radius: 10px;
}
.banner_bottom_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 4px;
    background: #ccc;
    opacity: 1;
    border-radius: 0px;
    transition: 0.5s;
    margin: 2px 6px;
    z-index: 1000;
    position: relative;
}
.banner_bottom_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 88px;
    height: 8px;
    margin: 0px;
    border-radius: 12px;
    opacity: 1;
    background: rgba(221, 117, 22, 1);
}

.ix_about_bg{
    background: url(../img/ix_about_bg.png);
    background-position: top; right;
    background-repeat: no-repeat;
}

.ix_about_bt h1{
    margin-top: 30px;
    margin-bottom: 30px;
}
.ix_about_left{
    display: flex;
    justify-content: space-between;
}
.ix_about_left img{
    border-radius: 60px;
}
.ix_about_left1{
    width: 37%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ix_about_left2{
    width: 63%;
}
.mb_24{
    margin-bottom: 24px;
}
.ix_about_left_rq{
    position: relative;
}
.ix_about_left_rq div{
    position: absolute;
    left: 100%;
    top: 100%;
    background: #DD7516;
    width: 188px;
    height: 188px;
    border-radius: 28px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: -82px;
    margin-top: -82px;
}
.ix_about_left_rq div h2{
    font-size: 54px;
}
.ix_about_left_rq div h2 span{
    font-size: 42px;
}

.ix_video_bg{
    background: url(../img/ix_video_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 720px;
    display: flex;
    align-items: center;
}
.video_anniu{
    width: 68px;
    height: 68px;
    display: inline-block;
}
.video_anniu img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.ix_ditu_bg{
    background: url(../img/ix_ditu_bg.png) #F6F7F9;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.ix_ditu_card img{
    width: 100%;
    object-fit: scale-down;
}
.ix_ditu_card .card-img-overlay{
    display: flex;
    align-items: flex-end;
}
.ix_ditu_card .card-img-overlay h1{
    font-size: 70px;
    color: #0B367A;
}
.ix_cooperative_card_img{
    width: 100vw;
    height: 360px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: right;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
}
.ix_cooperative_card_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_cooperative_card{
    position: relative;
    width: 100%;
    height: 100%;
}
.ix_cooperative_card_text{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ix_kehulogo{
    margin-top: -100px;
}
.ix_kehulogo_swiper{
    overflow: visible;
    padding: 30px 0px;
}
.ix_kehulogo_swiper .swiper-wrapper{
    height: auto;
}
.ix_kehulogo_swiper_card{
    background: #fff;
    height: 140px;
    transform: skewX(-15deg);
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0px 0px 35px rgba(58, 58, 58, 0.16);
}
.ix_kehulogo_swiper_card img{
    transform: skewX(15deg);
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.ix_strengths_card{
    padding: 18px;
    border-radius: 20px;
    background: #F2F2F2;
    border-color: #F2F2F2;
}
.ix_strengths_card img{
    border-radius: 14px;
}
.ix_strengths_card .card-body{
    padding: 24px 0px 24px 0px;
}
.ix_strengths_card .card-body h4{
    font-size: 20px;
}
.ix_strengths_card:hover{
    background: #fff;
    border-color: #F2F2F2;
}

.ix_form_bg{
    background: url(../img/ix_form_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 520px;
    display: flex;
    align-items: center;
}
.ix_form .form-control{
    border: none;
    height: 53px;
    padding: 0.5rem 1rem;
}
.ix_form label{
    padding: 0.9rem 1rem;
}
.ix_form .gengduo{
    background: #DD7516;
    border: 2px solid #DD7516;
    color: #fff!important;
}

/*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: #000;
        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: #000;
        text-align: center;
        transition: 0.5s;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #000;
        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: #000;
        text-align: center;
        transition: 0.5s;
    }
}

.bottom_bg{
    background: #F2F2F2;
    padding-top: 88px;
    color: #000;
}

.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #000;
    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: #393939;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #DD7516;
}

.di_beian{
    padding: 38px 0px;
    line-height: 24px;
    margin-top: 48px;
    background: #E6E6E6;
}
.botom_beianhao .list-inline-item:not(:last-child){
    margin-right: 48px;
}

.bottom_bg .bottom_contact li{
    padding-left: 28px;
    color: #393939;
    line-height: 36px;
    position: relative;
    font-size: 16px;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 8px;
    left: 0px;
}
.bottom_bg .bottom_contact li span{
    margin-left: 70px;
}

.bottom_bg .bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_bg .bottom_follow .list-inline-item:not(:last-child){
    margin-right: 12px;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #0C377B;
    color: #fff;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #fff;
    fill: #fff;
    width: 30px;
    height: 30px;
}
.bottom_bg .bottom_follow li a{
    color: #fff;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #DD7516;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_form{
    background: #fff;
    border-radius: 5px;
    padding: 3px;
}
.bottom_form .form-control{
    background: none;
    border-radius: 5px!important;
    font-size: 14px;
    height: 52px;
    outline: none;
    box-shadow: none;
    padding: 14px 14px;
    border: none;
}
.bottom_form a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 52px;
    border-radius: 5px!important;
    background: #D8252B;
    color: #fff;
}

.bottom_dibu{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.md_erweima{
    display: flex;
    justify-content: flex-end;
}
.bottom_erweima .card-body{
    display: flex;
    justify-content: flex-end;
}
.bottom_erweima img{
    width: 160px;
    height: 160px;
}

/* ----------------------------------------------------------------
    About Us
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}
.about_banner h1{
    font-size: 36px;
}

.about_breadcrumb li a,.about_breadcrumb li{
    line-height: 24px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}
.about_breadcrumb .about_breadcrumb_home a{
    position: relative;
}
.about_breadcrumb li a:hover{
    text-decoration: underline;
}
.about_breadcrumb .about_breadcrumb_home a svg{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 2px;
    fill: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "-";
    line-height: 24px;
    color: #fff;
}

.about_cy_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_bt h1{
    font-size: 40px;
    color: #38393B;
    position: relative;
    padding-left: 48px;
}
.about_bt h1:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 31px;
    height: 31px;
    border-radius: 31px;
    background: #0C377B;
}
.about_bt h1:after{
    content: "";
    position: absolute;
    left: 15px;
    top: 0px;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    background: #5D9CFF;
}

.about_cy_right{
    padding-bottom: 162px;
}
.service_style{
    background: linear-gradient(90deg, #154FAC, #0C377B);
    height: 152px;
    color: #fff;
    margin-top: -151px;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 90% 100%, 0% 100%, 5% 0%);
}
.at_shuju_card .card-body .numU{
    font-size: 40px;
}
.at_shuju_card .card-body .numU span{
    font-size: 28px;
    font-weight: 400;
}
.at_shuju_card{
    position: relative;
}
.at_shuju_card_border:before{
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -27px;
    width: 1px;
    height: 55px;
    background: rgba(255, 255, 255, 0.24);
}

.about_ce_card{
    border: none;
    padding-bottom: 88px;
    margin-bottom: 88px;
    border-bottom: 1px solid #D6D6D6;
}
.about_ce_card .card-body{
    padding: 0px;
}
.about_bt2{
    padding-left: 30px;
    position: relative;
}
.about_bt2:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #0C377B;
}

.about_ce_py_bg{
    background: url(../img/about_ce_py_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 650px;
    display: flex;
    align-items: center;
}
.about_bt_white h1{
    color: #fff;
}
.about_bt_white h1:before{
    background: #5D9CFF;
}
.about_bt_white h1:after{
    background: #fff;
}

.at_ce_pr_logo{
    margin-bottom: 24px;
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    height: 140px;
}
.at_ce_pr_logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.at_qs_swiper_card{
    background: #eee;
    position: relative;
}
.at_qs_swiper_card:before{
    content: "";
    position: absolute;
    left: -10%;
    top: 40%;
    width: 120%;
    height: 100%;
    background: #fff;
    border-top-left-radius: 100% 30%;
    border-top-right-radius: 100% 30%;
}
.at_qs_swiper_card .card-body{
    position: relative;
    padding: 68px 48px;
}
.at_qs_swiper_card .card-body img{
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}
.at_qs_swiper .swiper-slide-active .at_qs_swiper_card{
    background: linear-gradient(90deg, #154FAC, #0C377B);
}
.at_qs_swiper .swiper-wrapper{
    height: auto;
}

.at_qs_swiper_anniu{
    position: relative;
}
.at_qs_swiper_anniu .swiper-button-next,.at_qs_swiper_anniu .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(219,219,219,1);
    border-radius: 48px;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.at_qs_swiper_anniu .swiper-button-prev{
    left: -24px;
    margin-top: -24px;
}
.at_qs_swiper_anniu .swiper-button-next{
    right: -24px;
    margin-top: -24px;
}
.at_qs_swiper_anniu .swiper-button-prev:after,.at_qs_swiper_anniu .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.at_qs_swiper_anniu .swiper-button-prev:hover:after,.at_qs_swiper_anniu .swiper-button-next:hover:after{
    color: #fff;
}
.at_qs_swiper_anniu .swiper-button-next:hover,.at_qs_swiper_anniu .swiper-button-prev:hover{
    background: #0B367A;
}

/* ----------------------------------------------------------------
    Services
----------------------------------------------------------------- */
.services_banner{
    background: url(../img/services_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}
.services_bt{
    line-height: 38px;
}

.services_list_bt{
    padding-bottom: 20px;
    background: url(../img/services_list_bt.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.services_card .card-body{
    padding: 0px;
}

.services_bottom_bg{
    z-index: 1000;
    position: relative;
}
.services_bottom_bg img{
    position: absolute;
    top: 48px;
    right: 0px;
    width: 50vw;
}

/*详情页*/
.services_details_banner{
    background: url(../img/services_details_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 675px;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 58px;
}
.services_details_banner .about_breadcrumb{
    position: absolute;
    bottom: 38px;
}
.services_details_banner .wrap{
    position: static;
}

.ss_list_ds_bt h1{
    font-size: 28px;
}
.ss_list_ds_bt h1:before{
    width: 25px;
    height: 25px;
    top: 2px;
}
.ss_list_ds_bt h1:after{
    width: 15px;
    height: 15px;
    top: -2px;
}
.ss_list_ds_bt h1{
    padding-left: 38px;
}

.ss_list_ds_card1 .card-body{
    padding: 58px 38px 88px 38px;
}

.ix_accordion{
    padding: 0px;
    overflow: hidden;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #ddd;
}
.ix_accordion .accordion-item{
    border: none;
    border-bottom: 1px solid #ddd;
}
.ix_accordion .accordion-item:first-of-type{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ix_accordion .accordion-item:last-of-type{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.ix_accordion .accordion-header button{
    padding: 0rem;
}
.ix_accordion .accordion-header{
    padding: 24px 0px 24px 0px;
    position: relative;
}
.ix_accordion .accordion-header strong{
    font-size: 1.2rem;
    line-height: 1.8rem;
    line-height: 35px;
    color: #000;
}
.ix_accordion .accordion-button:not(.collapsed),.ix_accordion .accordion-button:focus{
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
}
.ix_accordion .accordion-button::after{
    display: none;
}
.ix_accordion .accordion-button i{
    color: #000;
    background: none;
    transform: rotate(180deg);
    display: inline-block;
}
.ix_accordion .accordion-button i{
    transform: rotate(180deg);
    transition: 0.5s;
}
.ix_accordion .collapsed i{
    transform: rotate(0deg);
    transition: 0.5s;
}
.ix_accordion .accordion-item .accordion-body{
    padding: 0px 0px 24px 0px;
}

.ss_list_ds_dianhua span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 53px;
    height: 53px;
    border-radius: 53px;
    background: #0C377B;
}
.ss_list_ds_dianhua span img{
    width: 24px;
    height: 24px;
}
.ss_list_ds_ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ss_list_ds_ul li{
    margin-top: 14px;
}
.ss_list_ds_ul .list-inline-item:not(:last-child){
    margin-right: 18px;
}

.ss_list_ds_weihao{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ss_list_ds_weihao_left{
    width: 30%;
}
.ss_list_ds_weihao_img{
    width: 40%;
    padding-left: 3vw;
    padding-right: 3vw;
}
.ss_list_ds_weihao_right{
    width: 30%;
    text-align: right;
}

.ss_list_ds_weihao_flex{
    margin: 60px 0px;
}
.ss_list_ds_weihao_flex span{
    display: flex;
    width: 88px;
    height: 88px;
    border-radius: 88px;
    border: 1px solid #DFDFDF;
    background: #fff;
    justify-content: center;
    align-items: center;
}
.ss_list_ds_weihao_flex span img{
    width: 36px;
    height: 36px;
    object-fit: scale-down;
}
.ss_list_ds_weihao_flex h6{
    line-height: 32px;
}

.services_details_banner2{
    background: url(../img/services_details_banner2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 675px;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 58px;
}

/* ----------------------------------------------------------------
    Online
----------------------------------------------------------------- */
.online_banner{
    background: url(../img/online_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}
.online_form .form-control{
    padding: 10px 20px;
}
.online_form .form-control::placeholder{
    color: #C2C2C2;
}
.online_form .online_form_h{
    height: 58px;
}
.online_form_gengduo{
    padding: 0.8rem 4rem 0.8rem 4rem;
}

/* ----------------------------------------------------------------
    Tools
----------------------------------------------------------------- */
.tools_banner{
    background: url(../img/tools_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}
.tools_card .card-body{
    padding: 30px 30px 38px 30px;
}

.contact_me_form .form-select{
    height: 58px;
    padding: 10px 20px;
}
.contact_me_form .form-control{
    padding: 10px 20px;
}
.contact_me_form label{
    padding-left: 20px;
}

/* ----------------------------------------------------------------
    News
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}

.device_nav_swiper{
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}
.device_nav_swiper .swiper-wrapper{
    display: flex;
    justify-content: center;
    height: auto;
}
.device_nav_swiper .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    margin: 0px 24px 0px 0px;
    background: #D8D8D8;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 58px;
    border-radius: 50px;
}
.device_nav_swiper .swiper-wrapper .active,.device_nav_swiper .swiper-wrapper .swiper-slide:hover{
    background: #0B367A;
    color: #fff!important;
}

.news_swiper_img .swiper-wrapper{
    height: auto;
}
.news_swiper_img .swiper-pagination{
    bottom: 24px;
}
.news_swiper_img .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 12px;
    transition: 0.5s;
    margin: 0px 4px;
}
.news_swiper_img .swiper-pagination .swiper-pagination-bullet-active{
    width: 38px;
}

.news_banner_card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 38px 0px;
}
.news_card{
    background: #F6F6F6;
    padding: 14px;
    position: relative;
    border-radius: 8px;
    transition: 0.5s;
}
.news_card .news_card_rq{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #0B367A;
    width: 103px;
    height: 103px;
    border-bottom-left-radius: 8px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}
.news_card .news_card_rq h2{
    font-size: 35px;
    margin-bottom: 4px;
}
.news_card .card-body{
    padding: 24px 0px;
}
.news_card .card-body h4{
    font-size: 22px;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 72px;
    margin-bottom: 14px;
}
.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:hover{
    background: #fff;
    box-shadow: 0px 0px 35px rgba(222, 222, 222, 0.4);
}
.news_card:hover .news_card_rq{
    opacity: 1;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-item .page-link{
    background: #E9E9E9;
    color: #AAA;
    margin: 0px;
    width: 32px;
    height: 32px;
    border-radius: 32px!important;
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product_ul .page-item .page-link{
    background: #E9E9E9;
}
.page_ul{
    background: #E9E9E9;
    height: 32px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 32px;
    display: flex;
    align-items: center;
}
.product_ul .page_ul{
    background: #fff;
}
.page_ul .list-inline-item{
    margin-right: 0px;
}
.page-item .page_link_left{
    margin-right: 20px;
}
.page-item:not(:first-child) .page-link{
    margin-left: 10px;
}
.page-item .page-link:hover{
    color: #0B367A;
}
.page-item.active .page-link{
    width: 40px;
    height: 40px;
    border-radius: 8px!important;
    color: #fff;
    background: #0B367A;
    box-shadow: 0px 0px 13px rgba(11, 54, 122, 0.19);
    border: none;
}

.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px;
    padding: 30px 0px;
}
.ns_ds_bottom ul{
    padding-right: 30px;
}
.news_gengduo,.news_gengduo:hover{
    font-size: 14px;
    padding: 8px 38px;
}
.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}

.ps_ds_share{
    display: flex;
    align-items: center;
}
.ps_ds_share li a{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #F8F8F8;
    color: #1E1E1E;
    font-size: 16px;
}
.ps_ds_share li a:hover{
    background: #E45E2E;
    color: #fff;
    font-size: 18px;
}

/* ----------------------------------------------------------------
    Contact Us
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    align-items: center;
}

.contact_card{
    border: 1px solid #DCDCDC;
}
.contact_card .card-body{
    padding: 18px 24px;
    display: flex;
    align-items: center;
}
.contact_card .card-body img{
    width: 48px;
    height: 48px;
    object-fit: scale-down;
}
.contact_card .card-body h5{
    font-size: 17px;
}

.contact_form_bg{
    background: url(../img/contact_form_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.h_v{
    overflow: hidden;
}

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){
    
}
@media (max-width: 1600px){
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 50px 0px 0px;
    }
}

@media (max-width: 1400px){
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 40px 0px 0px;
    }

    .about_banner{
        height: 380px;
    }
    .services_details_banner{
        height: 500px;
    }
    .about_bt h1{
        font-size: 30px;
        line-height: 48px;
    }
    .ss_list_ds_bt h1{
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 1300px){
    .row_30,.row_24,.row_20{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24,.col_20{
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 30px 0px 0px;
    }
}

@media (max-width: 1199px){
    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
        height: 38px;
    }
    .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 .container{
        position: relative;
        width: 100%;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 58px;
        top: 8px;
        background: none;
    }
    .md_sousuo:hover{
        background: none;
    }
    .search_anniu_top:after{
        border: 1px solid #000!important;
    }
    .search_anniu_top:before{
        height: 1px;
        background: #000!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(0, 0, 0, 0.1);
    }
    .md_collapse .navbar-nav{
        padding: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .nav_min .navbar-nav .nav-link{
        padding: 20px 40px 20px 0px;
    }
    .nav_min .navbar-nav .top_xiala .nav-link {
        padding-right: 40px;
    }
    .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;
    }
    .nav_min .nav-link span{
        display: none;
    }
    .container_style{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .md_collapse{
        max-height: 80vh;
        overflow: auto;
    }
    .md_collapse::-webkit-scrollbar {
        width: 0px;
    }

    .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 .pc_yuyan .nav-link svg,.nav_min .pc_yuyan:hover .nav-link svg{
        fill: #000;
    }
    .nav_min .pc_yuyan .nav-link,.navbar-light .navbar-nav .show>.nav-link,.nav_min .pc_yuyan:hover .nav-link{
        color: #000;
        background: none;
    }
    .nav-link:before{
        content: none;
    }

    .bottom_dibu{
        flex-direction: column;
    }
    .botom_beianhao li{
        display: block;
    }
    .botom_beianhao .list-inline-item:not(:last-child){
        margin-right: 0px;
    }
    .botom_beianhao{
        margin-top: 12px;
        text-align: center;
    }

    .banner_nr h1{
        font-size: 48px;
        line-height: 60px;
    }
    .about_ce_card{
        padding-bottom: 68px;
        margin-bottom: 68px;
    }
    .device_nav_swiper .swiper-wrapper{
        justify-content: flex-start;
    }
}
@media (max-width: 980px){
    /*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-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .di_beian,.di_about{
        margin-top: 24px;
    }
    .md_erweima{
        justify-content: center;
    }
    .md_erweima .card{
        padding-top: 24px;
    }

    .ss_list_ds_weihao{
        flex-direction: column;
        align-items: flex-start;
    }
    .ss_list_ds_weihao_left{
        width: 100%;
    }
    .ss_list_ds_weihao_img{
        width: 100%;
    }
    .ss_list_ds_weihao_right{
        width: 100%;
        text-align: left;
    }
    .ss_list_ds_weihao_flex{
        flex-direction: row!important;
    }
    .ss_list_ds_weihao_right .ss_list_ds_weihao_flex span{
        margin-right: 24px;
    }
    .about_ce_card .card-body{
        padding-top: 24px;
    }

    .services_card .card-body{
        padding-top: 24px;
    }
    .device_nav_swiper .swiper-wrapper .swiper-slide{
        padding: 12px 24px;
        font-size: 16px;
    }

    .contact_form_card .card-body{
        padding: 38px 0px 0px 0px;
    }

    .about_ce_py_bg{
        height: auto;
    }
}

@media (max-width: 768px){
    .tanchuang_tuichu{
        right: 0px;
        background: none;
        margin-top: 0px;
    }

    .page-item .page-link{
        width: 32px;
        height: 32px;
    }
    .page_ul{
        height: 32px;
    }
    .page-item.active .page-link{
        width: 42px;
        height: 42px;
    }
    .page-item:not(:first-child) .page-link{
        margin-left: 10px;
    }

    .wrap,.wrap_lg,.wrap_md{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }
    .wrap_fluid{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .banner_nr h1,.about_banner h1{
        font-size: 30px;
        line-height: 48px;
    }
    .about_bt2{
        font-size: 20px;
        line-height: 32px;
    }
    .services_bt{
        font-size: 18px;
        line-height: 30px;
    }
    .banner_nr h6,.p_16 p, .p_16,.p_18 p, .p_18,.p_17 p, .p_17{
        font-size: 14px;
        line-height: 24px;
    }

    .gengduo,.ps_ds_ul .gengduo,.device_nav_swiper .swiper-wrapper .swiper-slide{
        padding: 0.6rem 1.6rem 0.6rem 1.6rem;
        font-size: 0.9rem;
    }

    .banner{
        height: 600px;
    }
    .banner_bottom_swiper_card .card-body{
        padding: 38px 15px;
    }
    .banner_bottom_swiper_card .card-body svg{
        width: 30px;
        height: 30px;
    }
    .banner_bottom_swiper_card .card-body h5{
        font-size: 16px;
    }
    .banner_bottom_swiper_card .card-body p{
        font-size: 12px;
        line-height: 20px;
        height: 60px;
    }
    .ix_about_left img{
        border-radius: 24px;
    }
    .ix_about_left_rq div{
        width: 120px;
        height: 120px;
        left: 100%;
        top: 100%;
        margin-top: -48px;
        margin-left: -48px;
    }
    .ix_about_left_rq div h2{
        font-size: 30px;
    }
    .ix_about_left_rq div h2 span{
        font-size: 20px;
    }
    .ix_about_left_rq div h5{
        font-size: 14px;
        line-height: 24px;
    }
    .ix_video_bg,.ix_form_bg{
        height: auto;
    }
    .video_anniu{
        width: 50px;
        height: 50px;
    }
    .ix_ditu_card .card-img-overlay{
        position: relative;
    }
    .ix_ditu_card .card-img-overlay h1{
        font-size: 48px;
    }

    .about_banner{
        height: 240px;
    }
    .about_bt h1{
        font-size: 24px;
    }
    .tools_card .card-body h4{
        font-size: 18px;
    }
    .tools_card .card-body{
        padding: 18px 18px 28px 18px;
    }
    .services_details_banner {
        height: 500px;
    }

    .online_form .online_form_h{
        height: 48px;
    }
    .online_form .form-control{
        padding: 10px 15px;
    }
    .ns_ds_bottom{
        align-items: flex-start;
        flex-direction: column;
    }
    .ns_ds_bottom ul{
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .device_nav_swiper .swiper-wrapper .swiper-slide{
        margin: 0px 15px 0px 0px;
        font-size: 14px;
    }
    .ix_kehulogo_swiper_card{
        height: 100px;
    }

    .at_qs_swiper_anniu .swiper-button-prev{
        left: 0px;
    }
    .at_qs_swiper_anniu .swiper-button-next{
        right: 0px;
    }
    .at_shuju_card .card-body .numU{
        font-size: 30px;
    }
    .at_shuju_card .card-body .numU span{
        font-size: 20px;
    }
    .at_shuju_card .card-body h6{
        font-size: 12px;
    }

    .service_style{
        clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 90% 100%, 0% 100%, 0% 0%);
    }
}