/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'PingFang';
  font-style: normal;
  src: url(../fonts/PingFang-Regular.ttf);
}

body{
    font-family: "PingFang","Microsoft YaHei","微软雅黑",Arial light,Arial,Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
    color: #000;
}

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

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

.btn-primary{
    background: #F5F090;
    border: 1px solid #F5F090;
    color: #000;
}
.btn-primary:hover{
    color: #000;
    background: #fff647;
    border: 1px solid #fff647;
}
.btn-primary.focus,.btn-primary:focus {
    color: #000;
    background: #fff647;
    border: 1px solid #fff647;
}    
.btn-primary.disabled,.btn-primary:disabled {
    color: #000;
    background: #fff647;
    border: 1px solid #fff647;
}

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

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #000;
    background: #fff647;
    border: 1px solid #fff647;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #fff;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a p{
    color: #000;
}

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

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

/*返回顶部*/
.totop{
    position: fixed;
    right: 30px;
    z-index: 3000;
    bottom: 40px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    border-radius: 48px;
    text-align: center;
    background: #F5F090; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#000;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #fff647;
    color:#000;
}

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

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

a{
    color: #000;
}

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

a:hover, a:focus{
    color: #d19d25;
}

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

p{
    line-height: 24px;
    /*word-break: break-all;*/
}
.maximg img{
    max-width: 100%;
    height: auto !important;
}

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

h3{
    line-height: 38px;
}

h4{
    line-height: 34px;
}

h5{
    line-height: 28px;
}

.pem{
    text-indent: 2em;
}

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

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text_000{
    color: #000;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #1da6dd!important;
}
.text-warning{
    color: #F5F090!important;
}

.text_light{
    font-weight: 300;
}

.bg_000{
    background: #000;
}
.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: 120px;
}
.pt-7{
    padding-top: 120px;
}
.pb-8{
    padding-bottom: 180px;
}
.pt-8{
    padding-top: 180px;
}

.no_margin{
    margin: 0px;
}

@media (min-width: 1400px){
    .ce_fluid{
        padding-left: 110px;
        padding-right: 110px;
    }
    .ce_xl_width{
        max-width: 1646px;
    }
    .ce_width{
        max-width: 1500px;
    }
    .ce_sm_width{
        max-width: 1300px;
    }
}

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

/*nav*/
.nav_min{
    padding: 0px;
    border: none;
    transition: 0.5s;
    display: block;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 92px;
    transition: 0.5s;
    margin-right: 30px;
    margin-top: 36px;
    margin-bottom: 36px;
}
.navbar-brand img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 60px 0px 60px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 37px 0px 37px 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: 0px;
}
.navbar-expand-lg .navbar-nav .pc_sousuo{
    margin-right: 16px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}*/
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.5s;
    color: #F5F090;
}
.nav_min .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #F5F090;
}

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

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

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 5px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

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

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

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

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

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

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 120px;
    width: auto;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    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: all 0s;
    border-bottom: 1px solid #333;
    font-size: 14px;
    position: relative;
    background: #232323;
    color: #fff;
}
.top_xiala .dropdown-menu.menu_style2 a{
    border-bottom: none;
    padding: 14px 15px;
    color: #333;
}
.top_xiala .dropdown-menu a:last-child{
    border: none;
}
.top_xiala .dropdown-menu.menu_style2 a:hover{
    padding: 14px 15px 14px 15px;
    color: #000;
    background: #F5F090;
}
.top_xiala .dropdown-menu a:hover{
    color: #000;
    background: #F5F090;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 10px;
    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: #F5F090;
    color: #000;
}

.md_collapse{
    position: relative;
}
.pc_yuyan{
    margin-right: 0px;
    margin-left: 12px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    height: 54px;
    padding: 0px 29px;
    border-radius: 44px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
.nav_min .pc_yuyan .nav-link span{
    color: #fff;
    right: 18px;
}
.nav_min .pc_yuyan .nav-link:before {
    content: none;
}
.nav_min .pc_yuyan .nav-link:hover{
    color: #fff;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
    
.pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.pc_yuyan .nav-link:hover svg{
    fill: #fff;
}
.pc_yuyan:hover .nav-link svg{
    fill: #F9C359;
}

.nav_sousuo{
    margin-top: 22px;
    position: relative;
    width: 224px;
    height: 44px;
    border-radius: 44px;
    background: none;
    border: 1px solid #000;
}
.nav_sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
    padding: 8px 8px 8px 30px;
    height: 44px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.nav_search_anniu{
    display: inline-block;
    width: 44px;
    height: 44px;
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
    border: none;
    position: relative;
}
.nav_search_anniu:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 0;
    bottom: 0;
    left: 13px;
    width: 6px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    transition: all .5s;
}
.nav_search_anniu:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all .5s;
}
.nav_search_anniu:hover:before{
    background: #FEC6C7;
}
.nav_search_anniu:hover:after{
    border: 1px solid #FEC6C7;
}

.sousuo{
    width: 82px;
    height: 52px;
    border-radius: 60px;
    display: inline-block;
    transition: all .5s;
}
.search_anniu_top{
    display: inline-block;
    width: 82px;
    height: 52px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    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: -3px;
    right: 4px;
    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_top2{
    display: inline-block;
    width: 48px;
    height: 58px;
    border: none;
    position: relative;
    margin-top: 10px;
    background: none;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 2px;
    background: #000;
    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 #000;
    transition: all .5s;
}
.search_anniu_top2:hover:before{
    background: #358BD2;
}
.search_anniu_top2:hover:after{
    border: 2px solid #358BD2;
}
.sousuokuang{
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #fff;
    display: flex;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 0px;
    padding-bottom: 0px;
}
.sousuo_group{
    position: relative;
    margin-top: 78px;
    margin-bottom: 78px;
    border-bottom: 1px solid #eee;
}
.sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    padding: 15px 15px;
    height: 78px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.sousuo_control:hover{
    border: none;
}
.search_anniu2{
    display: inline-block; 
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
    margin-top: 10px;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}

.nav_form{
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    margin-left: 60px;
    position: relative;
}
.nav_form:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 18px;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
}

.is-active{
    box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.1);
    backdrop-filter: blur(8px);
    background: hsla(0, 0%, 0%, 0.8);
}
.is-active .navbar-brand{
    height: 68px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*banner*/
.banner{
    height: 100vh;
    position: relative;
    background: #000;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    padding-top: 0px;
    padding-left: 110px;
    padding-right: 110px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.banner_nr h1{
    font-size: 60px;
}

.banner .swiper-scrollbar{
    opacity: 1!important;
    width: 240px;
    bottom: 68px;
    left: 50%;
    margin-left: -120px;
    background: rgba(255, 255, 255, 0.5);
    overflow: visible;
}
.banner .swiper-scrollbar .swiper-scrollbar-drag{
    background: #F5F090;
    height: 8px;
    top: -2px;

}

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

.bt{
    font-size: 36px;
    line-height: 58px;
}
.bt2{
    font-size: 60px;
    line-height: 68px;
}

.gengduo{
    padding: 12px 38px;
    background: #F5F090;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #F5F090;
}
.gengduo2{
    background: #fff;
    border: 1px solid #fff;
}
.gengduo svg{
    position: relative;
    top: -2px;
    fill: #000;
    transition: 0.5s;
}
.gengduo3 svg{
    fill: #F5F090;
}
.gengduo:hover{
    color: #000;
    background: #fff647;
    border: 1px solid #fff647;
}
.gengduo:hover svg{
    fill: #000!important;
    transform: rotate(-45deg);
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.1);
}

.about_p p{
    
}

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

.row_40{
    margin-left: -40px;
    margin-right: -40px;
}
.col_40{
    padding-left: 40px;
    padding-right: 40px;
}

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

.ix_aobut_bg{
    background: url(../img/ix_aobut_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_aobut_card .card-body{
    padding: 48px 100px 48px 0px;
}
.gengduo3{
    background: none;
    color: #F5F090;
    border: 1px solid #F5F090;
    padding: 16px 38px;
}
.ix_discover_card{
    border-radius: 15px;
    padding-top: 20px;
}
.ix_discover_card .card-body{
    padding-top: 30px;
    padding-bottom: 30px;
}

.ix_our_card{
    background: rgba(255, 255, 255, 0.2);
}
.ix_our_card_icon{
    width: 62px;
    height: 62px;
    margin: 30px auto 38px auto;
}
.ix_our_card_icon1{
    background: url(../img/ix_our_card_icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_our_card_icon2{
    background: url(../img/ix_our_card_icon2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_our_card_icon3{
    background: url(../img/ix_our_card_icon3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_our_card_icon4{
    background: url(../img/ix_our_card_icon4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_our_card .card-body{
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 48px;
}
.ix_our_card .card-body h4{
    color: #fff;
    font-size: 23px;
}
.ix_our_card .card-body p{
    font-size: 15px;
    color: #BFBFBF;
}
.ix_our_card:hover{
    background: #E7EBEE;
}
.ix_our_card:hover .ix_our_card_icon{
    background: url(../img/ix_our_card_icon_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_our_card:hover .ix_our_card_icon2{
    background: url(../img/ix_our_card_icon2_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_our_card:hover .ix_our_card_icon3{
    background: url(../img/ix_our_card_icon3_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_our_card:hover .ix_our_card_icon4{
    background: url(../img/ix_our_card_icon4_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_our_card:hover .card-body h4{
    color: #000;
}
.ix_our_card:hover .card-body p{
    color: #616161;
}

.ix_faq_bg{
    background: url(../img/ix_faq_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 368px;
}
@media (min-width: 1400px){
    .ix_faq_nr{
        padding-right: 110px;
        padding-left: 288px;
    }
}

.ix_faq_card{
    background: rgba(231, 235, 238, 0.2);
    border-radius: 20px;
}
.ix_faq_card .card-body{
    padding: 32px 42px;
}
.ix_faq_card .card-body h4{
    color: #fff;
}
.ix_faq_card .card-body p{
    color: #BFBFBF;
    font-size: 18px;
    line-height: 30px;
}
.ix_faq_card:hover{
    background: #fff;
}
.ix_faq_card:hover .card-body h4{
    color: #000;
}
.ix_faq_card:hover .card-body p{
    color: #616161;
}

.ix_news_bg{
    background: url(../img/ix_news_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}
@media (min-width: 1400px){
    .ix_news_nr{
        padding-left: 288px;
    }
}
.ix_news_nr{
    padding-right: 0px;
}

.ix_news_nr_card{
    background: #E7EBEE;
    padding: 72px 110px 108px 110px;
    margin-top: -200px;
}

.gengduo4{
    background: none;
    color: #000;
    border: 1px solid #000;
    padding: 16px 68px;
}
.badge{
    font-size: 12px;
    background: #FF0000;
    font-weight: 300;
    padding: 6px 10px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    margin-left: 12px;
}

.ix_news_bt{
    display: flex;
    justify-content: space-between;
}
.ix_news_bt_ul li a{
    font-size: 18px;
    line-height: 18px;
    padding: 20px 48px;
    border-radius: 50px;
    display: inline-block;
}
.ix_news_bt_ul li a:hover,.ix_news_bt_ul li.active a{
    background: #000;
    color: #fff;
}

.ix_news_card{
    margin-top: 48px;
    padding-top: 20px;
    border: none;
    border-top: 1px solid #D6D6D6;
}
.ix_news_card .card-body{
    padding: 0px;
}

.ix_news_card_ul li a{
    display: block;
    padding: 38px 68px 38px 26px;
    color: #717171;
    position: relative;
}
.ix_news_card_ul li:not(:last-child){
    border-bottom: 1px solid #D9D9D9;
}
.ix_news_card_ul li a span{
    display: inline-block;
    color: #AFAFAF;
}
.ix_news_card_ul li a i{
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
}
.ix_news_card_ul li:hover{
    border-bottom: 1px solid #E7EBEE;
}
.ix_news_card_ul li a:hover{
    box-shadow: 0px 0px 20px rgba(156, 156, 156, 0.13);
    background: #fff;
    z-index: 1000;
}
.ix_news_card_ul li a:hover h5,.ix_news_card_ul li a:hover span,.ix_news_card_ul li a:hover i{
    color: #000;
}
.ix_news_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.bottom_bg{
    background: url(../img/bottom_bg.webp) #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 60px;
}

.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 300;
    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;
    font-weight: 300;
    color: #BFBFBF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #fff;
}
.bottom_ul .card a:hover{
    color: #F5F090;
}

.di_beian{
    padding: 20px 0px;
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    margin-top: 10px;
    font-size: 16px;
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_ul .bottom_follow li{
    margin-top: 7px!important;
    margin-left: 0px!important;
    margin-right: 14px!important;
    margin-bottom: 7px!important;
}
.bottom_ul .bottom_follow li a{
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    background: #F5F090;
    color: #000;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border: 2px solid #F5F090;
}
.bottom_ul .bottom_follow li a img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.bottom_ul .bottom_follow li a svg{
    color: #000;
    fill: #B9B9B9;
    width: 24px;
    height: 24px;
}
.bottom_ul .bottom_follow li a{
    color: #000;
}
.bottom_ul .bottom_follow li a:hover{
    color: #000;
    background: #fff647;
    border: 2px solid #fff647;
}
.bottom_ul .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_right_p{
    padding-right: 24px;
}
.bottom_contact li{
    padding-left: 28px;
    color: #999;
    line-height: 36px;
    position: relative;
    font-weight: 300;
}
.bottom_contact li img{
    object-fit: contain;
    position: absolute;
    top: 10px;
    left: 0px;
}

.bottom_input .input-group-text{
    border-radius: 0px;
    background: 111px;
    border-color: #333;
    padding: 15px;
}
.bottom_input .form-control{
    background: #fff;
    border: none;
    padding: 15px 18px;
    font-size: 16px;
    height: 58px;
    border-radius: 0px;
}
.bottom_input .input-group-append .btn{
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    border-color: #F5F090;
    background: #F5F090;
    color: #fff;
    font-size: 14px;
}
.bottom_input .input-group-append .btn:hover{
    border-color: #fff647;
    background: #fff647;
}

.bottom_ul #subscribe h6 a{
    display: contents;
    line-height: 28px;
    color: #fff;
}

.bottom_right{
    padding-right: 88px;
    margin-bottom: 24px;
}
.bottom_right .media{
    margin-bottom: 68px;
}
.bottom_right .media .media-body{
    padding-left: 48px;
}
.bottom_right .media .media-body p{
    font-size: 18px;
    line-height: 30px;
    color: #BFBFBF;
}

.bottom_right h2{
    padding-left: 60px;
    position: relative;
    line-height: 44px;
    font-size: 1.8rem;
}
.bottom_right h2 a{
    color: #fff;
}
.bottom_right h2 img{
    position: absolute;
    left: 0px;
    top: 0px;
}

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

.row_1{
    margin-left: -1px;
    margin-right: -1px;
}
.col_1{
    padding-left: 1px;
    padding-right: 1px;
}

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

.ct_ss_card_ul li{
    color: #313131;
    font-weight: 400;
}
.ct_ss_card_ul li img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    top: 50%;
    margin-top: -9px;
}

.abput_us_insights .qy_py_left_img,.abput_us_core .qy_py_left_img{
    margin-top: 88px;
    margin-bottom: 88px;
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.16);
}
.abput_us_core_bg{
    background-image: linear-gradient(to bottom left, rgba(55, 165, 230, 1), rgba(39, 106, 173, 1));
    background-size: 70vw;
    background-position: center right 30vw;
    background-repeat: no-repeat;
}
.abput_us_core .qy_py_left_img{
    left: 70px;
    right: 0px;
}
.abput_us_core .card-body{
    padding: 68px 70px 68px 0px;
}

.contact_ditu_bg{
    background: url(../img/contact_ditu_bg.webp) #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.about_us_ul li{
    padding-bottom: 24px;
}
.about_us_ul li a{
    display: inline-block;
    font-size: 20px;
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 22px;
    padding: 18px 58px;
    border-radius: 50px;
    border: 1px solid #DFDFDF;
    background: #fff;
    color: #000;
    font-weight: 400;
    margin-bottom: 24px;
}
.about_us_ul .active a,.about_us_ul li a:hover{
    background: #F5F090;
    border: 1px solid #F5F090;
    color: #000;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    background: #fff;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page_ul{
    background: #fff;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.page_ul a{
    margin-right: 0px;
}
.pagination a.page_link_left{
    margin-right: 20px;
    border-radius: 40px!important;
}
.pagination a.page_link_right{
    margin-left: 20px;
    border-radius: 40px!important;
}
.pagination a.page_link_left:hover,.pagination a.page_link_right:hover{
    border: 1px solid #fff;
    background: #fff;
    color: #AAA;
}
.pagination a.page-num-current{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    color: #000;
    background: #F5F090;
    box-shadow: 0px 0px 13px rgba(245, 240, 144, 1.0);
    border: 1px solid #F5F090;
}

.news_card{
    margin-bottom: 78px;
    padding: 24px;
}
.news_card .card-body{
    padding: 18px 0px 0px 0px;
}
.news_card .card-body h6{
    display: inline-block;
    color: #000;
    padding: 4px 24px;
    border-radius: 5px;
    background: #F5F090;
}
.news_card .card-body h4{
    font-size: 22px;
    line-height: 30px;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;*/
}
.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;
}

.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p_style p,.p_style{
    font-size: 16px;
    line-height: 34px;
}
.p_style2 p,.p_style2{
    font-size: 18px;
    line-height: 40px;
}
.news_ds_ul .list-inline-item:not(:last-child){
    margin-right: 38px;
}

.pro_con p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}

/* ----------------------------------------------------------------
    case
----------------------------------------------------------------- */
.case_banner{
    background: url(../img/case_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 770px;
    display: flex;
    align-items: center;
}

.case_card{
    margin-bottom: 108px;
}

.case_card .card-body{
    padding-right: 78px;
    padding-left: 0px;
}
.case_card_xian{
    width: 100%;
    padding-right: 148px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 32px;
}
.case_card .card-body h3{
    font-size: 28px;
    line-height: 34px;
    padding: 0px 0px 24px 0px;
}
.case_card .card-body h5{
    font-size: 22px;
    padding: 18px 0px 24px 0px;
}

.case_card2 .card-body{
    text-align: right;
    padding-right: 0px;
    padding-left: 78px;
}
.case_card2 .case_card_xian{
    padding-left: 148px;
    padding-right: 0px;
    margin-left: -148px;
    right: 0px;
}
.case_card2 .card-body a img{
    transform:rotate(180deg);
}

.case_ds_card .card-body{
    padding-right: 88px;
}
.case_ds_card .card-body h3{
    position: relative;
    padding-bottom: 24px;
}
.case_ds_card .card-body h3:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 2px;
    background: #000;
    border-radius: 2px;
}

/* ----------------------------------------------------------------
    products
----------------------------------------------------------------- */
/*.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 770px;
    display: flex;
    align-items: center;
}*/

.products_card{
    /*margin-bottom: 48px;*/
}
.products_card .card-body{
    padding: 24px;
}
.products_card .card-body h5{
    line-height: 28px;
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;*/
}
.products_card .card-body p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.fangda.proimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
}
.fangda.newsimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}

.faq_style .card{
    border: none;
    background: none;
    border-top: 1px solid #F8F8F8!important;
}
.faq_style .faq_bt{
    display: block;
    padding: 24px 50px 24px 20px;
    cursor: pointer;
    position: relative;
    background: #F3F3F3;
}
.faq_style .faq_bt.collapsed{
    background: #fff;
}
.faq_style .faq_bt h4{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.faq_style .faq_bt span{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -16px;
}
.faq_style .card .card-body{
    border-top: none;
    padding: 0px 0px 14px 0px;
}
.faq_style .faq_bt span{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: 0.5s;
    transform:rotate(180deg);
    color: #000;
}
.faq_style .faq_bt.collapsed span{
    transform:rotate(0deg);
    color: #000;
}
.faq_style .card{
    border-color: #eee;
    border-radius: 0px;
}
.faq_style_ul li a{
    display: block;
    font-size: 17px;
    line-height: 35px;
    padding: 12px 20px;
}

.products_nav{
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 30px rgba(198, 198, 198, 0.16);
    padding-left: 10px;
    padding-right: 10px;
}
.products_form{
    border-radius: 8px;
    box-shadow: 0px 0px 30px rgba(198, 198, 198, 0.16);
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 40px;
    background: #fff;
}
.ps_nav_bt{
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.ps_form .form_input_height{
    height: 62px;
}
.ps_form .form-control{
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    border: none;
    box-shadow: none;
    background: #F3F3F3;
}
.ps_form .form-group{
    margin-bottom: 10px;
}
.ps_form .gengduo{
    padding: 16px 38px;
}

.rd_ps_swiper .swiper-wrapper .swiper-slide{
    width: 20%;
    transition: 0.5s;
}
.rd_ps_swiper .swiper-wrapper .swiper-slide:hover{
    width: 30%;
}
.rd_ps_swiper{
    padding: 30px 15px;
}
.rd_ps_swiper_card{
    overflow: visible;
}
.rd_ps_swiper_card .rd_ps_swiper_card_img{
    height: 400px;
    object-fit: contain;
    box-shadow: 0px 0px 15px rgba(153, 153, 153, 0.1);
}
.rd_ps_swiper_card_img{
    position: relative;
}
.rd_ps_swiper_card_text{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background: url(../img/rd_ps_swiper_card_text.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    opacity: 0;
    transition: 0.5s;
}
.rd_ps_swiper_card_text_bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #F5F090;
}
.rd_ps_swiper_card_text_bg img{
    width: auto;
    height: auto;
}
.rd_ps_swiper_card:hover .rd_ps_swiper_card_text{
    opacity: 1;
}

.pt_details_swiper .swiper-wrapper .swiper-slide{
    background: #f5f5f5;
    cursor: pointer;
    opacity: 0.6;
    padding: 0px;
    border: 1px solid #eee;
}
.pt_details_swiper .swiper-wrapper .swiper-slide img,.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt_details_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}

.pt_details_swiper2 .swiper-button-next,.pt_details_swiper2 .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(0,0,0,0.2);
    border-radius: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pt_details_swiper2 .swiper-button-prev{
    left: 15px;
    margin-top: -24px;
}
.pt_details_swiper2 .swiper-button-next{
    right: 15px;
    margin-top: -24px;
}
.pt_details_swiper2 .swiper-button-prev:after,.pt_details_swiper2 .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.pt_details_swiper2 .swiper-button-prev:hover:after,.pt_details_swiper2 .swiper-button-next:hover:after{
    color: #000;
}
.pt_details_swiper2 .swiper-button-next:hover,.pt_details_swiper2 .swiper-button-prev:hover{
    background: rgba(245,240,144,1);
}

.pt_ds_bt{
    padding-bottom: 38px;
    position: relative;
    margin-bottom: 30px;
}
.pt_ds_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 58px;
    height: 5px;
    background: #F9C359;
}
.pt_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.ps_ds_ul .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.ps_ds_ul .gengduo{
    padding: 18px 40px;
}

.ps_ds_how{
    border-radius: 8px;
    padding: 24px 50px;
    margin-bottom: 20px;
}
.ps_ds_how h3{
    font-size: 24px;
    padding-left: 42px;
    position: relative;
}
.ps_ds_how h3 span{
    color: #C20000;
    position: absolute;
    left: 0px;
    top: 0px;
}
.ps_ds_hd{
    position: relative;
}
.ps_ds_how p{
    font-size: 16px;
    padding: 5px 0 5px 42px;
    position: relative;
    line-height: 28px;
}
.ps_ds_how span{
    position: absolute;
    left: 0px;
    top: 9px;
    font-size: 30px;
    color: #C20000;
}

.ps_ds_swiper{
    margin-bottom: 38px;
}
.ps_ds_swiper .swiper-wrapper .swiper-slide{
    width: auto;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 36px;
    border-radius: 8px;
    background: #fff;
    padding: 28px 46px;
}
.ps_ds_swiper .swiper-wrapper .swiper-slide-thumb-active{
    background: #F5F090;
}

.tanchuang_tuichu{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}
.tanchuang_tuichu .search_anniu2{
    display: inline-block; 
    width: 24px;
    height: 24px;
    background: #F5F090;
    line-height: 18px;
    border-left: none;
    padding: 0px;
    border-radius: 24px;
    position: relative;
    transition: all .5s;
    margin-top: 0px;
    cursor: pointer;
}
.tanchuang_tuichu .search_anniu2:before{
    content: "";
    position: absolute;
    top: 11px;
    left: 3px;
    width: 18px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.tanchuang_tuichu .search_anniu2:after{
    content: "";
    position: absolute;
    top: 11px;
    left: 3px;
    width: 18px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
.tanchuang_tuichu .search_anniu2:hover{
    transform: rotate(180deg);
}

.ps_ds_modal .modal-content{
    border-radius: 20px;
}
.ps_ds_modal .modal-content .modal-body{
    padding: 68px 100px;
}

.ps_ds_modal .ps_form .form-control{
    border: 1px solid #E3E3E3;
}
.ps_ds_modal .ps_form .form-group{
    margin-bottom: 16px;
}
.ps_form_attachment{
    background: #FBFBFB;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 18px;
}
.ps_form_attachment .form-control-file{
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/ps_form_xzwj.png) #FBFBFB;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}
.ps_form_attachment [type="file"]{
    color: rgba(0, 0, 0, 1);
    padding-left: 20px;
}
.ps_form_attachment ::file-selector-button{
    color: rgba(0, 0, 0, 0);
    border: none;
    background: none;
}

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

.about_right_img{
    width: 42vw;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 1000;
}
.about_shuju .numCX{
    font-size: 60px;
}
.about_shuju .card-body{
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.about_shuju .numU span{
    font-size: 26px;
}

.about_right{
    padding-right: 78px;
}
.at_professional_bg{
    background: url(../img/at_professional_bg.webp) #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about_honor{
    background: url(../img/about_honor.webp) #000;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 58px 110px;
    display: flex;
    align-items: center;
}
.about_honor_bt{
    position: absolute;
    right: 68px;
    top: 78px;
    z-index: 1000;
}
.about_honor_bt h1{
    font-size: 70px;
}
.honor_swiper_bg{
    padding: 288px 110px 88px 110px;
    background: #000;
}
.honor_swiper{
    width: 100%;
    height: 458px;
}
.honor_swiper .swiper-wrapper .swiper-slide{
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
    opacity: 0.5;
        line-height: 35px;
}
.honor_swiper .swiper-wrapper .swiper-slide-thumb-active{
    font-size: 24px;
    opacity: 1;
}
.honor_swiper .swiper-wrapper .swiper-slide-thumb-active:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}
.honor_swiper .swiper-wrapper .swiper-slide-thumb-active:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}
.honor_swiper2{
    margin-top: 48px;
    z-index: 1000;
}
.honor_swiper2 .media img{
    width: 278px;
    margin-left: 78px;
}
.honor_swiper2 .media .media-body h1{
    font-size: 46px;
    padding-bottom: 24px;
    margin-bottom: 32px;
    position: relative;
}
.honor_swiper2 .media .media-body h1:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 48px;
    height: 5px;
    background: #F5F090;
}
.honor_swiper2 .media .media-body h1 span{
    font-size: 20px;
}

.honor_swiper2 .swiper-button-next,.honor_swiper2 .swiper-button-prev{
    width: 32px;
    height: 32px;
}
.honor_swiper2 .swiper-button-prev{
    top: auto;
    left: 0px;
    bottom: 0px;
}
.honor_swiper2 .swiper-button-next{
    top: auto;
    right: auto;
    left: 68px;
    bottom: 0px;
}
.honor_swiper2 .swiper-button-next:after, .honor_swiper2 .swiper-button-prev:after{
    content: none;
}

.at_corporate_bg{
    background: url(../img/at_corporate_bg.webp) #363940;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bj_wl_div{
    display: block;
    background: #24272e;
}





.flexing {
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
}
.flexing .section{
    flex: 1;
    transition: 0.5s ease;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.flexing .section:hover {
    flex: 2;
}
.flexing .card{
    height: 630px;
    transition: 0.5s;
    background: #E7EBEE;
}
.flexing .card .card-body{
    padding: 30px;
    text-align: center;
}
.flexing .card .card-body .at_corporate_icon{
    margin-top: 150px;
    margin-bottom: 180px;
    margin-right: auto;
    margin-left: auto;
    width: 97px;
    height: 97px;
    background: url(../img/at_corporate_icon1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card .card-body .at_corporate_icon2{
    background: url(../img/at_corporate_icon2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card .card-body .at_corporate_icon3{
    background: url(../img/at_corporate_icon3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card .card-body .at_corporate_icon4{
    background: url(../img/at_corporate_icon4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card:hover .card-body .at_corporate_icon{
    margin: 0px 0px 32px 0px;
}
.flexing .card:hover .card-body .at_corporate_icon{
    background: url(../img/at_corporate_icon1_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card:hover .card-body .at_corporate_icon2{
    background: url(../img/at_corporate_icon2_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card:hover .card-body .at_corporate_icon3{
    background: url(../img/at_corporate_icon3_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card:hover .card-body .at_corporate_icon4{
    background: url(../img/at_corporate_icon4_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card .card-body h5{
    font-size: 22px;
    height: 78px;
    color: #000;
}
.flexing .card .card-body p{
    display: none;
}
.flexing .card .card-body span{
    display: inline-block;
    padding: 12px 48px;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
}
.flexing .card .card-body span svg{
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.flexing .card:hover{
    background: url(../img/flexing_bg.webp) #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .card:hover .card-body{
    text-align: left;
    padding: 58px;
}
.flexing .card:hover .card-body span{
    display: none;
}
.flexing .card:hover .card-body h5{
    color: #fff;
    height: auto;
    padding-bottom: 24px;
}
.flexing .card:hover .card-body p{
    display: block;
    color: #BFBFBF;
}

.about_dhy_bg{
    background: url(../img/about_dhy_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_card{
    padding-right: 78px;
    border-left: 1px dashed #fff;
    padding-left: 32px;
    position: relative;
    height: 376px;
}
.about_card:after{
    content: "";
    position: absolute;
    left: -13px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #fff;
}
.about_card:before{
    content: "";
    position: absolute;
    left: -4px;
    top: 0px;
    width: 7px;
    height: 48px;
    border-radius: 25px;
    background: #fff;
}
.about_dhy_bt{
    position: absolute;
    left: 15px;
    top: 0px;
}
/*.about_card1{
    margin-top: 430px;
}
.about_card2{
    margin-top: 268px;
}
.about_card3{
    margin-top: 110px;
}*/


.history_swiper .swiper-slide-prev{
    margin-top: 430px;
}
.history_swiper .swiper-slide-active{
    margin-top: 268px;
}
.history_swiper .swiper-slide-next{
    margin-top: 110px;
}



.about_pr_icon{
    margin-bottom: 48px;
}




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

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1675px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 40px;
    }
    .nav_form{
        margin-left: 0;
    }
}
@media (max-width: 1400px){
    .row_30{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30{
        padding-left: 15px;
        padding-right: 15px;
    }
    .row_40{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_40{
        padding-left: 15px;
        padding-right: 15px;
    }

    .pt-8{
        padding-top: 100px;
    }
    .pb-8{
        padding-bottom: 100px;
    }

    .contact_banner{
        height: 580px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 30px 0px 30px;
    }
    .bottom_right{
        padding-right: 30px;
    }

    .about_honor{
        padding: 58px 15px 58px 15px;
    }
    .honor_swiper_bg{
        padding: 288px 0px 88px 0px;
    }
    .flexing{
        margin-left: -15px;
        margin-right: -15px;
    }
    .ix_news_nr_card{
        padding: 48px 30px 68px 30px;
    }
    .ix_news_bt_ul li a{
        padding: 16px 30px;
    }
    .ix_news_bg{
        padding-bottom: 68px;
    }

    .rd_ps_swiper .swiper-wrapper .swiper-slide{
        width: 25%;
    }
}

@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .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: 48px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .container{
        position: relative;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 54px;
        top: 10px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid #333;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 22px 40px 22px 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;
    }
    .pt-8{
        padding-top: 68px;
    }
    .pb-8{
        padding-bottom: 68px;
    }

    .nav_min{
        background: #000;
    }
    .nav_form{
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .nav_min .pc_yuyan .nav-link{
        justify-content: flex-start;
    }
    .nav_min .navbar-nav{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sousuo,.search_anniu_top{
        width: 52px;
    }
    .nav_min .pc_yuyan .nav-link{
        height: auto;
        padding: 19px 0px;
    }

    .bottom_right .media .media-body{
        padding-left: 15px;
    }
    .bottom_right{
        padding-right: 0px;
    }
    .bottom_right .media .media-body p{
        font-size: 14px;
    }
    .bottom_right .media img{
        width: 120px;
    }
    .bottom_right h2{
        font-size: 24px;
    }

    .bt{
        font-size: 30px;
        line-height: 48px;
    }

    .contact_banner{
        height: 400px;
    }
    .about_shuju .numCX{
        font-size: 32px;
    }
    .honor_swiper2{
        padding-bottom: 32px;
    }
    .about_honor_bt h1{
        font-size: 48px;
    }
    .flexing .card .card-body h5{
        font-size: 16px;
        height: 110px;
    }
    .flexing .card .card-body{
        padding: 15px;
    }
    .flexing .card .card-body span{
        padding: 12px 32px;
    }
    .about_card{
        padding-left: 24px;
        padding-right: 24px;
        height: auto;
        min-height: 250px;
    }
    .flexing .card:hover .card-body{
        padding: 30px;
    }
    .flexing .card .card-body .at_corporate_icon{
        margin-top: 120px;
        margin-bottom: 150px;
    }
    .flexing .card{
        height: 588px;
    }
    .about_right{
        padding-right: 15px;
    }
    .about_us_ul li a{
        font-size: 16px;
        padding: 12px 38px;
    }
    .about_us_ul li{
        padding-bottom: 0px;
    }
    .bt2{
        font-size: 48px;
    }
    .ns_ds_bottom{
        flex-direction: column
    }
    .ns_ds_bottom ul{
        margin-bottom: 20px;
    }
    .banner_nr h1{
        font-size: 48px;
    }
    .banner .swiper-wrapper .swiper-slide{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 68px;
    }
    .banner .swiper-scrollbar{
        bottom: 38px;
    }
    .ix_aobut_card .card-body{
        padding: 48px 30px 48px 0px;
    }
    .ix_news_bt_ul li a{
        font-size: 16px;
    }

    .news_card{
        padding: 12px;
        margin-bottom: 48px;
    }
    .ps_nav_bt{
        font-size: 18px;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .faq_style .faq_bt{
        padding: 16px 40px 16px 10px;
    }
    .products_form{
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 24px;
    }
    .products_card .card-body{
        padding: 18px;
    }
    .rd_ps_swiper .swiper-wrapper .swiper-slide{
        width: 30%;
    }
    .ps_ds_how{
        padding: 18px 24px;
    }
    .ps_ds_swiper .swiper-wrapper .swiper-slide{
        font-size: 24px;
        padding: 18px 32px;
    }
    .pt_ds_bt{
        font-size: 24px;
    }
    .case_card .card-body{
        padding-right: 38px;
    }
    .case_card .card-body h3{
        font-size: 24px;
    }
    .case_card .card-body{
        padding-left: 38px;
    }
    .banner{
        height: 680px;
    }
    .pl_zy{
        padding-right: 7px;
        padding-left: 7px;
    }
    .pl_zy .col{
        padding-right: 8px;
        padding-left: 8px;
    }
    .pl_zy .col h5.mb-0{
        font-size: 1.15rem;
    }
}
@media (max-width: 900px){
    .nav_min .container-fluid{
        padding-left: 0px;
        padding-right: 0px;
        position: relative;
    }
    
    .bottom_bg{
        padding-top: 32px;
        background-attachment: fixed;
    }
    .bottom_right .media{
        margin-bottom: 24px;
    }
    .bottom_top{
        margin-bottom: 0px;
        border: none;
    }
    .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: 16px;
        border-top: 1px solid #333;
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }
    .erweima_card{
        margin-top: 24px;
    }
    .erweima_card .card-body{
        padding: 0px 0px 30px 0px;
    }
    .di_beian{
        padding: 24px;
    }

    .contact_banner{
        height: 380px;
        margin-top: 68px;
    }

    .about_right_img{
        width: 100%;
        margin-bottom: 15px;
    }
    .about_honor_bt{
        left: 15px;
        top: 68px;
    }
    .about_honor{
        padding: 120px 15px 58px 15px;
    }
    .honor_swiper_bg{
        padding: 68px 0px 68px 0px;
    }
    .flexing .section{
        flex: auto;
    }
    .about_dhy_bt{
        position: sticky;
    }
    .about_dhy_bg{
        padding-bottom: 95px;
    }
    .about_card1,.about_card2,.about_card3,.about_card4{
        margin-top: 24px;
    }
    .case_card .card-body{
        padding-left: 0px;
        padding-right: 0px;
    }
    .case_card2 .card-body{
        text-align: left;
    }
    .about_us_ul li a{
        margin: 0px 0px 10px 0px;
        padding: 10px 24px;
    }
    .case_card{
        margin-bottom: 68px;
    }
    .case_ds_card .card-body{
        padding-left: 0px;
        padding-right: 0px;
    }
    .ix_aobut_card .card-body{
        padding: 0px 0px 48px 0px;
    }
    .ix_news_bt{
        flex-direction: column;
    }
    .ix_news_nr_card{
        padding: 28px 15px 48px 15px;
    }
    .ix_news_bt_ul{
        margin-top: 14px;
    }
    .ix_news_nr{
        padding-right: 15px;
    }
    .banner{
        margin-top: 68px;
    }
    .banner .swiper-wrapper .swiper-slide{
        padding-top: 0px;
    }
    .rd_ps_swiper .swiper-wrapper .swiper-slide{
        width: 42%;
    }
    .ps_ds_modal .modal-content .modal-body{
        padding: 30px;
    }
}

@media (max-width: 768px){
    .bottom_right .media img{
        width: 88px;
    }

    .bottom_right h2 img{
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .bottom_right h2{
        font-size: 16px;
        line-height: 30px;
        padding-left: 40px;
    }

    .bt{
        font-size: 20px;
        line-height: 32px;
    }
    .contact_banner{
        height: 140px;
    }
    .p_style p, .p_style{
        font-size: 14px;
        line-height: 30px;
    }
    .about_shuju .numCX{
        font-size: 24px;
    }
    .about_shuju .numU span{
        font-size: 18px;
    }
    .about_shuju .card-body h6{
        font-size: 14px;
    }
    .about_honor_bt h1{
        font-size: 30px;
    }
    .honor_swiper2 .swiper-wrapper .swiper-slide .media{
        display: block;
    }
    .honor_swiper2 .media img{
        margin: 24px 0px 24px 0px;
    }

    .case_card .card-body h3,.case_ds_card .card-body h3{
        font-size: 18px;
    }
    .bt2{
        font-size: 32px;
        line-height: 48px;
    }
    .banner{
        height: 480px;
    }
    .banner_nr h1{
        font-size: 30px;
    }
    .banner_nr h3{
        font-size: 16px;
    }
    .banner .swiper-scrollbar{
        bottom: 24px;
    }
    .ix_news_card_ul li a{
        padding: 24px 68px 24px 14px;
    }
    .ix_news_card_ul li a h5{
        font-size: 16px;
    }
    .ix_news_bt_ul li a{
        font-size: 12px;
        padding: 10px 18px;
        margin-bottom: 10px;
    }
    .ix_news_card{
        margin-top: 12px;
    }
    .ix_discover_card{
        padding-top: 8px;
        border-radius: 8px;
    }
    .ix_discover_card .card-body{
        padding: 14px 6px;
    }
    .ix_discover_card .card-body h5{
        font-size: 14px;
        line-height: 20px;
    }
    .ix_our_card_icon{
        width: 48px;
        height: 48px;
    }
    .ix_our_card .card-body h4{
        font-size: 18px;
        line-height: 30px;
    }
    .ix_our_card .card-body{
        padding: 14px 6px;
    }
    .ix_our_card .card-body p{
        font-size: 12px;
        line-height: 24px;
    }
    .ix_faq_card .card-body h4{
        font-size: 18px;
    }
    .ix_faq_card .card-body p{
        font-size: 16px;
        line-height: 24px;
    }
    .ix_faq_card .card-body{
        padding: 24px 30px;
    }
    .ix_faq_bg{
        padding-bottom: 250px;
    }
    .news_card .card-body h4{
        font-size: 18px;
    }
    .news_card .card-body p{
        font-size: 14px;
    }
    .news_bt{
        font-size: 20px;
        line-height: 32px;
    }
    .rd_ps_swiper .swiper-wrapper .swiper-slide{
        width: 100%;
    }
    .ps_ds_swiper .swiper-wrapper .swiper-slide {
        font-size: 14px;
        padding: 8px 14px;
    }
    .ps_ds_how h3{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .ps_ds_how span{
        font-size: 18px;
    }

    .ps_ds_modal .modal-content .modal-body{
        padding: 30px 15px;
    }

    .history_swiper .swiper-slide-prev{
        margin-top: 0;
    }
    .history_swiper .swiper-slide-active{
        margin-top: 0;
    }
    .history_swiper .swiper-slide-next{
        margin-top: 0;
    }
    .pl_zy{
        padding-right: 7px;
        padding-left: 7px;
    }
    .pl_zy .col{
        padding-right: 3px;
        padding-left: 3px;
    }
    .pl_zy1 .col{
        padding-right: 8px;
        padding-left: 8px;
    }
}