/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  src: url(../v/Poppins-Light.ttf);
}
body{
    font-family:'Poppins', sans-serif,Arial;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
    color: #fff;
    background: #0B0724;
}

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

.uppercase{
    text-transform: uppercase;
}

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

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

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

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

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

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

a{
    color: #333;
}

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

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

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

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

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

h3{
    line-height: 32px;
}

h4{
    line-height: 30px;
}

h5{
    line-height: 28px;
}

.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: #be171e!important;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #1e62e9!important;
}

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

@media (min-width: 1400px){
    .ce_fluid{
        padding-left: 88px;
        padding-right: 88px;
    }
    .ce_xl_width{
        max-width: 1600px;
    }
    .ce_width{
        max-width: 1500px;
    }
}

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

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

/*nav*/
.nav_min{
    padding: 0px 88px 0px 88px;
    border: none;
    transition: 0.5s;
    /*margin-top: 18px;*/
}
.md_collapse{
    padding-right: 203px;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 66px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 11px;
    margin-bottom: 11px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 50px 0px 50px;
}
.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: 400;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}
.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.3s;
}
.nav_min .navbar-nav .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #1e62e9;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pc_yuyan{
    margin-right: 0px;
    margin-left: 10px;
    position: absolute;
    top: 15px;
    right: 88px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 40px;
    padding-right: 40px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 18px 40px 18px 40px;
    display: flex;
    align-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-transform: unset;
    font-size: 16px;
    border-radius: 50px;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
    position: absolute;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
.nav_min .pc_yuyan:hover .nav-link{
    background: rgba(255, 255, 255, 0.1);
}
    
.pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.pc_yuyan:hover .nav-link svg{
    fill: #fff;
}

.products_nav{
    position: relative;
}
.products_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}

.products_card{
    margin-bottom: 30px;
}

@media (min-width: 1200px){
    .is-active{
        backdrop-filter: blur(8px);
        background: rgba(11, 7, 36, 0.6);
        margin-top: 0px;
    }
}


/*banner*/
.banner{
    position: relative;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center left!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
    padding-top: 88px;
}

.banner .swiper-pagination{
    bottom: 20px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 12px;
    transition: 0.5s;
    margin: 0px 7px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #7A42BF;
}












/*banner*/
.banner_bg{
    background: url(../v/banner_bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner_nr{
    padding-top: 180px;
}

.banner_img img{
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.banner_nr h1{
    font-size: 40px;
}
.banner_nr p{
    font-size: 18px;
    line-height: 30px;
}

.banner_tubiao img{
    height: 45px;
    object-fit: scale-down;
}

/*主体*/
.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 h2{
    font-size: 40px;
}
.bt p{
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
}
.bt2 p{
    color: rgba(255, 255, 255, 0.3);
}

.gengduo{
    padding: 18px 46px;
    font-size: 16px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border:1px solid rgba(255, 255, 255, 0.14);
}
.gengduo svg{
    position: relative;
    top: -2px;
    fill: #fff;
    transition: 0.5s;
}
.gengduo2{
    background: #eee;
    border: 1px solid #eee;
    color: #666;
    box-shadow: none;
}
.gengduo:hover{
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    border:1px solid rgba(255, 255, 255, 0.05);
}
.gengduo:hover svg{
    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: 0px 10px 30px rgba(0, 58, 178, 0.1);
}

.about_p p{
    line-height: 30px;
    margin-bottom: 18px;
}
.abimg{
    border: 3px solid #A6A6A9;
    border-radius: 10px;
}
.zp_100{
    height: 100vh;
}
.p_16 p{
    font-size: 16px;
    line-height: 30px;
}
.p_18 p{
    font-size: 18px;
    line-height: 28px;
}
.in_ab p{
    margin-bottom: 15px;
}

.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_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.ix_product_bt{
    /*background: url(../v/ix_product_bt.webp);*/
    background: url(../static/upload/other/20241226/1735184737249326.webp);
    /*background-position: top -88px center;*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
}
@media (min-width: 1400px){
    .ix_product_bt{
        /*height: 100vh;*/
        display: flex;
        align-items: center;
    }
}

.ix_pt_card{
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border:2px solid rgba(255, 255, 255, 0.14);
    transition: 0.5s;
}
.ix_pt_card .card-body{
    padding: 20px;
}
.ix_pt_card .card-body img{
    width: 50px;
    height: 50px;
    object-fit: scale-down;
    margin-bottom: 20px;
}
.ix_pt_card .card-body h3{
    font-size: 18px;
    line-height: 28px;
}
.ix_pt_card .card-body p{
    font-size: 14px;
    opacity: 0.4;
    line-height: 24px;
}
.ix_pt_card:hover{
    background: rgba(255, 255, 255, 0.05);
    border:2px solid rgba(255, 255, 255, 0.05);
}









.ix_pt_card_pro{
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border:2px solid rgba(255, 255, 255, 0.14);
    transition: 0.5s;
}
.ix_pt_card_pro .card-body{
    padding: 88px 38px 88px 38px;
}
.ix_pt_card_pro .card-body img{
    width: 88px;
    height: 88px;
    object-fit: scale-down;
    margin-bottom: 48px;
}
.ix_pt_card_pro .card-body p{
    font-size: 16px;
    opacity: 0.4;
    line-height: 30px;
}
.ix_pt_card_pro:hover{
    background: rgba(255, 255, 255, 0.05);
    border:2px solid rgba(255, 255, 255, 0.05);
}






.ix_about_bg{
    background: url(../v/ix_about_bg.webp);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 100px 0px;
}

.ix_yyys_bg{
    background: url(../v/ix_yyys_bg.webp);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 100px 0px;
}
.ix_yyys_card .card-body{
    padding-top: 58px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.ix_yyys_card .card-body img{
    width: 68px;
    height: 68px;
    object-fit: scale-down;
    margin-bottom: 8px;
}

.news_swiper .swiper-wrapper .swiper-slide{
    background: linear-gradient(to left, rgba(23, 13, 71, 1), rgba(160, 66, 255, 1));
    border-radius: 15px;
    padding: 78px 58px;
}
.news_swiper .card{
    background: none;
}
.news_swiper .swiper-button-next,.news_swiper .swiper-button-prev{
    width: 28px;
    height: 28px; 
    background: rgba(255,255,255,0);
    border-radius: 0px;
    border: none;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.news_swiper .swiper-button-prev{
    left: 50%;
    top: auto;
    bottom: 100px;
    margin-left: 36px;
    margin-top: -14px;
}
.news_swiper .swiper-button-next{
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100px;
    margin-top: -14px;
    margin-left: 120px;
}
.news_swiper .swiper-button-prev:after,.news_swiper .swiper-button-next:after{
    content: none;
}
.news_swiper .swiper-button-prev:hover:after,.news_swiper .swiper-button-next:hover:after{
    content: none;
}
.news_swiper .swiper-button-next:hover,.news_swiper .swiper-button-prev:hover{
    background: none;
    border: none;
}
.news_swiper .swiper-button-next.swiper-button-disabled,.news_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}
.news_card1{
    overflow: visible;
    color: #fff;
}
.news_card_left img{
    border-radius: 15px;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.news_card1 .card-body{
    padding-bottom: 100px;
}

.ix_zxly_bg{
    background: url(../v/ix_zxly_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -78px;
    padding-top: 178px;
    padding-bottom: 100px;
}

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

.bottom_bg{
    background: url(../v/bottom_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 120px;
}

.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    position: relative;
    color: #fff;
    font-weight: 700;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 48px;
    font-size: 17px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.5;
}
.bottom_ul .card a.text_999{
    color: #666;
}
.bottom_ul .card a:hover{
    opacity: 1;
}

.bottom_ul .card h6 a{
    opacity: 1;
    display: inline;
}

.di_beian{
    padding: 32px 0px;
    line-height: 24px;
    margin-top: 38px;
    border-top: 1px solid #736e2e;
}
.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: 0px!important;
    margin-right: 7px!important;
    margin-bottom: 7px!important;
}
.bottom_ul .bottom_follow li a{
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #D9BA61;
    color: #fff;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_ul .bottom_follow li a svg,.bottom_ul .bottom_follow li a img{
    color: #D9BA61;
    fill: #fff;
    width: 20px;
    height: 20px;
}
.bottom_ul .bottom_follow li a{
    color: #fff;
    opacity: 1;
}
.bottom_ul .bottom_follow li a:hover{
    color: #fff;
    background: #f7b32e;
}
.bottom_ul .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_ul .bottom_contact li{
    padding-left: 28px;
    color: #666;
    line-height: 36px;
    position: relative;
}
.bottom_ul .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 10px;
    left: 0px;
}

.bottom_top_bottom{
    border-bottom: 1px solid #ddd;
    margin-bottom: 62px;
}

.bottom_top{
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
}

.erweima_icon .list-inline-item:not(:last-child){
    margin-right: 30px;
}
.erweima_icon li{
    margin-bottom: 10px;
}
.erweima_icon{
    margin-bottom: 18px;
}

.bottom_erweima_card{
    background: none;
}
.bottom_erweima_card .card-body{
    padding: 0px;
}
.bottom_erweima_card .card-body img{
    width: 98px;
    height: 98px;
    border: 1px solid #eee;
    padding: 5px;
    background: #fff;
    object-fit: scale-down;
}
.bottom_erweima_f{
    display: flex;
    justify-content: flex-end;
}

.bottom_input .input-group-text{
    border-radius: 0px;
    background: 111px;
    border-color: #333;
    padding: 15px;
}
.bottom_input .form-control{
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 15px 18px;
    font-size: 16px;
    height: 58px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-text-fill-color: #fff;
    color: #fff;
}
.bottom_input .input-group-append .btn{
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    border-color: #D9BA61;
    background: #D9BA61;
    color: #fff;
    font-size: 14px;
}
.bottom_input .input-group-append .btn:hover{
    border-color: #f7b32e;
    background: #f7b32e;
}

.bottom_left a{
    display: inline-block;
}
.bottom_left a img{
    height: 100px;
}
.bottom_left p{
    font-size: 17px;
}
.bottom_left .media .media-body p{
    font-size: 30px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_bg{
    background: url(../v/contact_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 180px;
}

.contact_form{
    background: url(../v/contact_form_bg.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0px 88px 38px 88px;
}
.trip_mfzx_form{
    background: linear-gradient(to top right, rgba(23, 18, 43, 1), rgba(137, 91, 196, 0.4));
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 48px 48px 38px 48px;
}

.trip_mfzx_form .form-group{
    margin-bottom: 24px;
}
.trip_mfzx_form .form-group label{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px;
}
.trip_mfzx_form .form-group .form-control{
    background: #231A35;
    border: 2px solid #3A3151;
    padding: 15px 24px;
    font-size: 14px;
    box-shadow: none;
    line-height: 24px;
    color: #fff;
}
.trip_mfzx_form .form-group .form_input_height{
    height: 68px;
}
.contact_gengduo{
    background: linear-gradient(to top, rgba(117, 73, 255, 1), rgba(170, 147, 255, 1))!important;
    font-size: 18px;
    padding: 24px 18px;
}

.contact_card{
    background: right, rgba(23, 18, 43, 1);
    border: 2px solid rgba(255, 255, 255, 0.1);
    padding: 48px;
    border-radius: 15px;
}
.cr_lxfs_card{
    background: linear-gradient(to top right, rgba(23, 18, 43, 1), rgba(137, 91, 196, 0.4));
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.cr_lxfs_card .card-body{
    padding: 48px 30px 24px 30px;
}
.cr_lxfs_card .card-body img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
    margin-bottom: 38px;
}
.cr_lxfs_card .card-body h3{
    font-size: 16px;
    line-height: 30px;
}
.cr_lxfs_card .card-body h6{
    font-size: 20px;
}

/* ----------------------------------------------------------------
    产品中心
----------------------------------------------------------------- */
.product_banner{
    height: 100vh;
    padding-top: 106px;
    display: flex;
    align-items: center;
}
.product_banner h1 strong{
    display: inline-block;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pt_znsb_card{
    border-radius: 60px;
    padding: 24px;
    background: #2A2740;
}
.pt_znsb_card .card-body{
    padding: 0px 0px 0px 24px;
}
.pt_znsb_card .card-body p{
    font-size: 16px;
    line-height: 30px;
}

.pt_znj_ul{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 48px;
    border: 1px solid #8D6CC4;
}
.pt_znj_ul li{
    font-size: 16px;
    line-height: 38px;
    position: relative;
    padding-left: 38px;
}
.pt_znj_ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    transform: translate3d(0%, -50%, 0);
}
.pt_znj_ul li:after{
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    width: 16px;
    height: 1px;
    border-radius: 15px;
    background: #fff;
    transform: translate3d(0%, -50%, 0);
}

.pt_znj_ul2{
    background: linear-gradient(to top left, rgba(23, 18, 43, 1), rgba(137, 91, 196, 0.4));
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.pt_znj_jhwlw_card img{
    height: 400px;
    object-fit: contain;
}
.pt_znj_jhwlw_card .card-img-overlay{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.pt_ds_znj_yzsjrgl{
    padding-left: 66px;
    margin-bottom: 58px;
    position: relative;
}
.pt_ds_znj_yzsjrgl h5{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: linear-gradient(to top, rgba(99, 30, 168, 1), rgba(138, 104, 166, 1));
    display: flex;
    align-items: center;
    justify-content: center;
}
.pt_ds_znj_yzsjrgl h3{
    line-height: 50px;
    font-size: 24px;
}
.pt_ds_znj_yzsjrgl .yz_p p{
    line-height: 24px;
    font-size: 16px;
    opacity: 0.7;
    position: relative;
    padding: 7px 0 7px 20px;
}
.pt_ds_znj_yzsjrgl li p{
    padding-left: 0;
    line-height: 38px;
    font-size: 16px;
    opacity: 0.7;
    position: relative;
}
.pt_ds_znj_yzsjrgl .yz_p p:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #C69DEB;
    transform: translate3d(0%, -50%, 0);
}

.pt_ds_znj_rlsb{
    background: linear-gradient(to bottom, rgba(22, 26, 36, 1), rgba(8, 13, 27, 1));
}

.pt_ds_znj_djyx{
    background: linear-gradient(to top, rgba(0, 0, 31, 1), rgba(71, 42, 108, 1));
}

.pt_znj_djyx_swiper{
    overflow: visible;
}
.pt_gnj_yoo_ul li{
    padding-left: 0px;
}
.pt_gnj_yoo_ul li:before{
    content: none;
}
.pt_gnj_yoo_ul .pt_ds_znj_yzsjrgl{
    margin-bottom: 38px;
}
.pt_gnj_yoo_card .card-body{
    padding: 48px 15px 48px 15px;
}
.pt_gnj_yoo_card .card-body img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
    margin-bottom: 24px;
}
.pt_gnj_yoo_card .card-body h3{
    font-size: 18px;
    line-height: 38px;
}
.pt_gnj_yoo_card .card-body p{
    font-size: 14px;
}

.pt_gnj_yyw_bg{
    background: #00001f;
}
.pt_gnj_yyw_ul .pt_ds_znj_yzsjrgl{
    margin-bottom: 0px;
    padding-bottom: 18px;
    overflow: hidden;
}
.pt_gnj_yyw_ul .pt_ds_znj_yzsjrgl:before{
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}
.pt_gnj_yyw_ul .pt_ds_znj_yzsjrgl:last-child:before{
    content: none;
}

.pt_gnj_yxmnq_bg{
    background: url(../v/pt_gnj_yxmnq_bg.webp) #161523;
    background-size: ;
    background-position: center left 88px;
    background-repeat: no-repeat;
}
.pt_ds_yooliaotian_card .card-body{
    padding-top: 0px;
    padding-bottom: 58px;
    padding-left: 0px;
    padding-right: 0px;
}

.pt_ds_llq_bg{
    background: url(../v/pt_ds_llq_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px 100px 0px;
}
.pt_ds_llq_jdt .progress{
    height: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.23);
}
.pt_ds_llq_jdt .progress-bar{
    background: #7B4BA6;
    height: 8px;
    border-radius: 8px;
}

.pt_gnj_app_card{
    background: linear-gradient(to top right, rgba(23, 18, 43, 1), rgba(137, 91, 196, 0.4));
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.pt_gnj_app_card .card-body{
    padding: 38px;
}
.pt_gnj_app_card .card-body img{
    width: 90px;
    height: 90px;
    object-fit: scale-down;
    margin-bottom: 24px;
}

.pt_gnj_yx{
    background: linear-gradient(to bottom, rgba(71, 42, 108, 1), rgba(137, 91, 196, 0));
}
.plzy .col_24{
    padding-left: 8px;
    padding-right: 8px;
}
.pt_gnj_yx_card{
    border-radius: 36px;
    padding: 8px;
    background: #2A2740;
}
.pt_gnj_yx_card .card-body{
    padding-left: 5px;
    padding-right: 5px;
}
.pt_gnj_yx_card .card-body h3{
    font-size: 16px;
    line-height: 26px;
}
.pt_gnj_yx_card .card-body h3 span{
    font-size: 14px;
    line-height: 24px;
    margin-left: 8px;
}
.pt_gnj_yx_card .card-body .ul p{
    line-height: 24px;
    padding-left: 12px;
    position: relative;
    font-size: 14px;
}
.pt_gnj_yx_card .card-body .ul p:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #7B4BA6;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    background: url(../v/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 0;
    display: flex;
    align-items: center;
}

.about_qyjy_card1,.about_qyjy_card3{
    background: linear-gradient(to top right, rgba(23, 18, 43, 1), rgba(137, 91, 196, 0.4))!important;
}
.about_qyjy_card2,.about_qyjy_card4{
    background: linear-gradient(to top left, rgba(23, 18, 43, 1), rgba(137, 91, 196, 0.4))!important;
}

.about_qqchfb_bg{
    height: 1160px;
    background: url(../v/about_qqchfb_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_tgqd_img{
    text-align: right;
}
.about_tgqd_img img{
    object-fit: scale-down;
}

.about_tgqd_card1{
    display: inline-block;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    padding: 60px;
}
.about_tgqd_card_bg{
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    padding: 30px;
}
.about_tgqd_card1 .pt_znj_jhwlw_card .card-img-overlay{
    padding: 0px;
}
.about_tgqd_card1 .pt_znj_jhwlw_card img{
    height: 256px;
    object-fit: scale-down;
}
.about_tgqd_card2{
    display: inline-block;
    margin-left: 20vw;
}
.about_tgqd_card2 .pt_znj_jhwlw_card img{
    height: 220px;
    object-fit: scale-down;
}
.about_tgqd_card3{
    display: inline-block;
    margin-top: -5vw;
}
.about_tgqd_card3 .pt_znj_jhwlw_card img{
    height: 220px;
    object-fit: scale-down;
}

.about_us_js{
    padding: 50px 0px 0px 0px;
}

/*新增*/
.product_banner h1{
    font-size: 50px;
}
.product_banner h5{
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
}

.product_bg{
    /*background: url(../v/product_bg.webp);*/
    background: url(../static/upload/other/20241226/1735184737249326.webp);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 180px;
}
.product_bg_p180{
    padding-top: 180px;
}

/* ----------------------------------------------------------------
    新加
----------------------------------------------------------------- */
.x_banner{
    height: 100vh;
    /*position: relative;*/
    /*background: #0B0724;*/
}

.x_banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.x_banner .swiper-wrapper .swiper-slide .banner_bg{
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    padding: 68px;
    display: flex;
    align-items: flex-end;
}

.x_banner .swiper-pagination{
    bottom: 30px;
}
.x_banner .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.45);
    opacity: 1;
    border-radius: 12px;
    transition: 0.5s;
    margin: 0px 3px;
}
.x_banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 28px;
    background: rgba(255, 255, 255, 1);
}

.x_banner_nr{
    padding-top: 88px;
}
.x_banner_nr h1{
    font-size: 58px;
    background: linear-gradient(to right, #C45AEA, #138FF2);
    -webkit-background-clip: text;
    color: transparent;
}
.x_banner_nr h5{
    line-height: 38px;
}
.x_hykj_bg{
    background: url(../v/x_hykj_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 850px;
    display: flex;
    align-items: center;
}

.x_index_bt h1{
    font-size: 40px;
}
.x_hykj_ul p{
    font-size: 18px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.5);
}
.x_hykj_ul p a{
    color: rgba(255, 255, 255, 0.5);
}
.x_index_bt p{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}

.x_pt_dard{
    border-radius: 15px;
    border: 2px solid #384051;
    transition: 0.5s;
}
.x_pt_dard .card-img-overlay{
    background: rgba(27, 25, 41, 0.67);
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.x_pt_dard .card-img-overlay img{
    width: 105px;
    height: 105px;
    object-fit: scale-down;
    margin-bottom: 48px;
}
.x_pt_dard:hover{
    border: 2px solid #fff;
}
.x_pt_dard:hover .card-img-overlay{
    background: rgba(52, 23, 97, 0.84);
}

.x_ix_yyys_card .card-body img {
    width: 44px;
    height: 44px;
    object-fit: scale-down;
    margin-bottom: 8px;
}

.x_yyys_bg{
    background: url(../v/x_yyys_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1052px;
    display: flex;
    align-items: center;
}
.x_jjfa_card{
    background: none;
    margin-bottom: 24px;
}
.x_jjfa_card .card-body img{
    width: 198px;
    height: 198px;
    object-fit: scale-down;
    margin-bottom: 24px;
}
.x_jjfa_card .card-body h3{
    font-size: 24px;
}
.x_jjfa_card .card-body p{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 30px;
}

.logo_ce{
    background: #302F39;
    border-radius: 15px;
    margin-bottom: 16px;
    width: 100%;
    height: 115px;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.logo_ce:hover{
    background: #341761;
}

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

.x_zxly_bg{
    background: url(../v/x_zxly_bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 748px;
    display: flex;
    align-items: center;
}
.logo_ce img{
    opacity: 0.3;
}
.logo_ce:hover img{
    opacity: 1;
}

.xj_znj_card{
    border-radius: 20px;
    border: 2px solid #615C65;
    margin-bottom: 24px;
}
.xj_znj_card .card-body{
    padding: 88px 48px;
}
.xj_znj_card .card-body h1{
    font-size: 32px;
}
.xj_znj_card .card-body h3{
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}

.about_bg{
    background: url(../v/about_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 300px;
}
.about_bg h2{
    font-size: 52px;
}
.about_bg p{
    font-size: 26px;
    line-height: 46px;
    color: rgba(255, 255, 255, 0.5);
}

.flexing {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
}
.flexing .section{
    flex: 1;
    transition: 0.5s ease;
    padding-left: 0px;
    padding-right: 0px;
}
.flexing .section:hover {
    flex: 2;
}
.flexing .about_tgqd{
    height: 500px;
    transition: 0.5s;
}
.flexing .card .card-body{
    padding: 30px;
    background: rgba(52, 23, 97, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flexing .card .card-body h3{
    font-size: 32px;
}
.flexing .card .card-body h5{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

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

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1400px){
    .row_30,.row_24,.ix_yyly_swiper_row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24,.ix_yyly_swiper{
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav_min{
        margin-top: 0px;
        padding: 0px 15px;
    }
    .pc_yuyan{
        right: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 18px 0px 18px;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
    }

    .product_banner{
        height: 600px;
        padding-top: 88px;
    }
    .about_banner{
        padding-top: 0; 
    }
    .pt_znj_ul{
        padding: 30px;
    }
    .pt_ds_llq_bg{
        padding: 0px;
    }

    .cr_lxfs_card .card-body{
        padding: 28px 15px 24px 15px;
    }
    .cr_lxfs_card .card-body img{
        margin-bottom: 18px;
    }
    .cr_lxfs_card .card-body h6{
        font-size: 16px;
    }

    .about_qqchfb_bg{
        height: 900px;
    }
    /*新加*/
    .xj_znj_card .card-body{
        padding: 38px 30px;
    }
    .xj_znj_card{
        background-size: 120px;
    }
    .xj_znj_card .card-body h1{
        font-size: 38px;
    }
    .xj_znj_card .card-body h3{
        font-size: 18px;
        line-height: 30px;
    }
}

@media (max-width: 1200px){
    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0px;
        height: 38px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: flex-start;
    }
    .nav_min .container{
        position: relative;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 54px;
        top: 0px;
    }
    .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;
    }

    .nav_min{
        backdrop-filter: blur(8px);
        background: rgba(11, 7, 36, 0.6);
    }
    .md_collapse{
        padding-right: 0px;
        background: rgba(11, 7, 36, 0.6);
    }
    .nav_min .pc_yuyan{
        position: fixed;
        top: 5px;
        right: 60px;
        background: none;
        border: none;
        padding-bottom: 0;
    }
    .nav_min .pc_yuyan .nav-link{
        background: none;
        border: none;
        padding: 0;
    }
    .nav_min .pc_yuyan:hover .nav-link{
        background: none;
    }

    .bt h2{
        font-size: 30px;
    }

    .banner_nr{
        padding-top: 120px;
    }
    .ix_about_bg{
        background-size: cover;
        background-position: center left;
        padding: 48px 0px;
    }
    .ix_yyys_bg{
        padding: 48px 0px;
    }
    .news_swiper .swiper-wrapper .swiper-slide{
        padding: 48px;
    }
    .ix_zxly_bg{
        padding-top: 120px;
        padding-bottom: 48px;
    }
    .bottom_ul .card a{
        font-size: 14px;
        line-height: 36px;
    }
    .bottom_left a img{
        height: 68px;
    }
    .bottom_left .media .media-body p{
        font-size: 24px;
    }

    .product_banner{
        padding-top: 68px;
    }
    .about_banner{
        padding-top: 0; 
    }
    .contact_form{
        padding: 0px 58px 38px 58px;
    }
    .trip_mfzx_form{
        padding: 28px 28px 18px 28px
    }
    .bt h2{
        font-size: 24px;
    }

    .about_qqchfb_bg{
        height: 600px;
    }
    .about_tgqdcard .about_tgqdcard_overlay{
        position: static;
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 58px;
    }
    .about_tgqd_card1{
        padding: 0px;
        background: none;
    }
    .about_tgqd_card_bg{
        padding: 0px;
        background: none;
    }
    .about_tgqd_card2{
        margin-left: 0px;
    }
    .about_tgqd_card3{
        margin-top: 0px;
    }
    .about_tgqd_card2 .pt_znj_jhwlw_card img{
        height: 256px;
    }
    .about_tgqd_card3 .pt_znj_jhwlw_card img{
        height: 256px;
    }
    /*新加*/
    .x_banner{
        height: auto;
    }
    .x_banner .swiper-wrapper .swiper-slide{
        padding-top: 48px;
        /*padding-bottom: 88px;*/
    }
    .x_banner .swiper-pagination {
        bottom: 15px;
    }
    .x_banner_nr h1{
        font-size: 38px;
    }
    .x_ix_yyys_card .card-body h4,.x_jjfa_card .card-body h3{
        font-size: 18px;
        line-height: 36px;
    }
    .x_hykj_bg{
        height: auto;
    }
    .about_bg{
        padding-top: 240px;
    }
    .about_bg h2{
        font-size: 42px;
    }
    .about_bg p{
        font-size: 18px;
        line-height: 38px;
    }

    .x_pt_dard .card-img-overlay img{
        margin-bottom: 24px;
    }
}
@media (max-width: 900px){
    .nav_min .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .bottom_bg{
        padding-top: 48px;
        background-size: cover;
        background-attachment: fixed;
    }
    .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: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }

    .banner{
        height: 680px;
    }
    .banner .swiper-pagination{
        bottom: 30px;
    }
    .banner_nr{
        padding-bottom: 60px;
    }
    .banner_nr h2{
        font-size: 28px;
    }
    .banner_nr h4{
        font-size: 18px;
    }

    .banner_nr h1{
        font-size: 30px;
        line-height: 48px;
    }
    .banner_tubiao img{
        height: 30px;
    }
    .ix_pt_card .card-body{
        /*padding: 58px 24px 38px 24px;*/
    }
    .ix_pt_card .card-body img{
        /*height: 58px;
        height: 58px;
        margin-bottom: 24px;*/
    }
    .ix_pt_card .card-body h3{
        font-size: 24px;
    }
    .ix_pt_card .card-body p{
        font-size: 14px;
    }


    .ix_pt_card_pro .card-body{
        padding: 58px 24px 38px 24px;
    }
    .ix_pt_card_pro .card-body img{
        height: 58px;
        height: 58px;
        margin-bottom: 24px;
    }
    .ix_pt_card_pro .card-body h3{
        font-size: 24px;
    }
    .ix_pt_card_pro .card-body p{
        font-size: 14px;
    }

    .news_swiper .swiper-wrapper .swiper-slide{
        padding: 24px;
    }
    .news_swiper .swiper-button-prev{
        margin-left: -48px;
        bottom: 30px;
    }
    .news_swiper .swiper-button-next{
        margin-left: 20px;
        bottom: 30px;
    }
    .banner_nr{
        padding-bottom: 0px;
    }
    .bottom_left .media img{
        width: 28px;
        height: 28px;
        object-fit: scale-down;
    }

    .pt_znsb_card .card-body p{
        font-size: 14px;
        line-height: 24px;
    }
    .pt_znsb_card .card-body h3{
        font-size: 18px;
        line-height: 24px;
    }
    .pt_znsb_card .card-body h6{
        font-size: 14px;
    }

    .pt_znsb_card{
        border-radius: 40px;
    }
    /*新加*/
    .x_pt_dard .card-img-overlay img{
        width: 68px;
        height: 68px;
        margin-bottom: 24px;
    }
    .flexing .section{
        flex: 100%;
    }
}

@media (max-width: 768px){
    .banner_nr h1{
        font-size: 24px;
        line-height: 38px;
    }
    .banner_nr p{
        font-size: 14px;
    }
    .bt h2{
        font-size: 24px;
    }
    .bt p,.p_16 p,.p_18 p{
        font-size: 14px;
        line-height: 24px;
    }
    .h5, h5 {
        font-size: 16px;
        line-height: 24px;
    }
    .h4, h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .h3, h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .pt_gnj_yx_card .card-body h3 span {
        font-size: 14px;
        margin-left: 10px;
    }

    .ix_about_bg,.ix_yyys_bg{
        padding: 0px;
    }
    .ix_yyys_card .card-body img{
        width: 48px;
        height: 48px;
    }
    .ix_yyys_card .card-body h4{
        font-size: 18px;
    }
    .news_swiper .swiper-wrapper .swiper-slide{
        padding: 15px;
    }

    .banner_tubiao img{
        height: 24px;
    }
    .ix_pt_card .card-body h3{
        font-size: 20px;
    }
    .ix_pt_card_pro .card-body h3{
        font-size: 20px;
    }
    .news_card1 .card-body{
        padding-bottom: 70px;
    }
    .news_card1 .card-body h4{
        font-size: 18px;
        line-height: 26px;
    }
    .gengduo{
        font-size: 14px;
        padding: 14px 36px;
    }
    .ix_zxly_bg{
        padding-top: 100px;
        padding-bottom: 0px;
    }

    .product_banner{
        height: 340px;
    }
    .product_banner h1{
        font-size: 24px;
    }
    .product_banner h5{
        font-size: 16px;
    }
    .pt_znsb_card{
        padding: 15px;
    }
    .pt_znj_ul li{
        font-size: 14px;
    }
    .pt_ds_znj_yzsjrgl h3{
        font-size: 18px;
    }
    .pt_ds_znj_yzsjrgl .yz_p p,.pt_ds_znj_yzsjrgl li p{
        font-size: 14px;
        line-height: 24px;
    }
    .pt_gnj_yxmnq_left h4{
        font-size: 18px;
    }
    .contact_form{
        padding: 0px 15px 15px 15px;
    }
    .trip_mfzx_form{
        padding: 28px 15px 18px 15px;
    }
    .trip_mfzx_form .form-group .form_input_height{
        height: 58px;
    }
    .trip_mfzx_form .form-group label{
        font-size: 14px;
    }
    .contact_card{
        padding: 24px 15px;
    }

    .contact_bg,.ix_product_bt,.product_bg,.product_bg_p180{
        padding-top: 120px;
    }
    .about_qqchfb_bg{
        height: 380px;
    }
    .about_tgqdcard_overlay h4{
        font-size: 17px;
    }
    .about_tgqdcard .about_tgqdcard_overlay{
        padding: 0;
    }
    .about_tgqdcard_overlay h6 p{
        font-size: 10px;
        line-height: 12px!important;
        margin-top: 5px;
    }
    .about_tgqd_card2 .pt_znj_jhwlw_card img,.about_tgqd_card1 .pt_znj_jhwlw_card img,.about_tgqd_card3 .pt_znj_jhwlw_card img{
        height: auto;
    }
    /*新加*/
    .x_banner_nr h1{
        font-size: 30px;
    }
    .x_banner_nr h5{
        font-size: 14px;
        line-height: 24px;
    }

    .x_index_bt h1{
        font-size: 24px;
    }
    .x_hykj_ul p{
        font-size: 14px;
        line-height: 30px;
    }
    .x_index_bt p{
        font-size: 14px;
    }
    .x_pt_dard .card-img-overlay h3{
        font-size: 24px;
    }
    .x_yyys_bg{
        height: auto;
    }
    .x_jjfa_card .card-body p{
        font-size: 14px;
        line-height: 24px;
    }
    .x_jjfa_card .card-body{
        padding: 0px;
    }
    .x_jjfa_card .card-body img{
        width: 120px;
        height: 120px;
    }
    .x_zxly_bg{
        height: auto;
    }
    .xj_znj_card .card-body h1{
        font-size: 24px;
    }
    .xj_znj_card .card-body h3{
        font-size: 14px;
    }

    .about_bg{
        padding-top: 120px;
    }
    .about_bg h2{
        font-size: 30px;
    }
    .about_bg p{
        font-size: 16px;
        line-height: 32px;
    }
}