/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  src: url(../fonts/montserrat-regular.ttf);
}
body{
    /* font-family: Arial light,Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;*/
    font-family:'montserrat', sans-serif,Arial;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
    color: #000;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    z-index: 10000;
    /*高宽分别对应横竖滚动条的尺寸*/
    /*height: 5px;*/
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #ccc;
    /*background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);*/
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #fff;
}

.section::-webkit-scrollbar{
    display: none;
}

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 200px;
    z-index: 3000;
}
.right_xf .box_touying{
    margin-bottom: 20px;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #1e62e9;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    box-shadow: 0px 5px 15px rgba(51,51,51,0.2);
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 60px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    border-radius: 48px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 5px 15px rgba(51,51,51,0.2);
    cursor: pointer;
    color:#000;
    display: none;
    transition: all 0.5s;   
}
.totop:hover{
    background: #A61F23;
    color:#fff;
}

@media (max-width: 900px){
    .right_xf{
        display: none!important;
    }
    .totop{
        display: none!important;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #333;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #03286E;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
}

h6,.h6{
    font-size: 16px;
    line-height: 28px!important;
}

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

h5{
    line-height: 32px;
}

.pem{
    text-indent: 2em;
}

.font12{
    font-size: 12px;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font17{
    font-size: 17px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-danger{
    color: #A61F23!important;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #03286E!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #064270!important; 
}
.bg_1982A0{
    background: #1982A0;
}
.bg_41535D{
    background: #41535D;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.mb-6{
    margin-bottom: 88px;
}
.mt-6{
    margin-top: 88px;
}
.mb_30{
    margin-bottom: 30px;
}
.pb-7{
    padding-bottom: 120px;
}
.pt-7{
    padding-top: 120px;
}

.no_margin{
    margin: 0px;
}

.wrap,.nav_min .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
    max-width: 1500px;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
    max-width: 1200px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}


/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_min{
    padding: 0px 0px 0px 0px;
    border: none;
    background: rgba(0, 38, 109, 0);
    transition: all 0.5s;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 68px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 70px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 45px 0px 45px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 700;
    font-size: 17px;
    line-height: 18px;
    color: #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 .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #C5262D;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #fff;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
}
.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #fff;
}

 .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
 }

.navbar-toggler{
    border: none;
    padding: 6px 15px 10px 15px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 20px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #fff;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* ANIMATED X */
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    -ms-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
}

/* ANIMATED X COLLAPSED */
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100px;
    width: auto;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    width: 100%;
    min-width: 100%;
    background: #f9f9f9;
    margin: 0px;
    z-index: 1000;
    padding: 28px 0px 28px 0px;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    position: relative;
    background: #fff;
    color: #333;
}
.top_xiala .dropdown-menu a:last-child{
    border: none;
}
.top_xiala .dropdown-menu a:hover{
    color: #D61C66;
    background: #fff;
    padding-left: 18px;
}

.top_xiala2 .dropdown-menu a{
    background: none;
    padding: 0px;
    font-size: 13px;
    line-height: 22px;
    color: #1e62e9;
}
.top_xiala2 .dropdown-menu h6 a{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 8px;
}
.top_xiala2 .dropdown-menu a:hover{
    background: none;
    color: #00AB90;
    text-decoration: underline;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #D61C66;
    color: #fff;
}

.pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 13px 38px 13px 16px;
    display: flex;
    align-items: center;
    color: #fff;
    background: rgba(145, 11, 64, 1);
    border-radius: 42px;
    transition: 0.5s;
}
.nav_min .pc_yuyan .nav-link span{
    right: 16px;
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
.nav_min .pc_yuyan:hover .nav-link{
    color: #fff;
    background: #D61C66;
}
.nav_min .pc_yuyan:hover .nav-link span{
    color: #fff;
}
    
.nav_min .pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.nav_min .pc_yuyan:hover .nav-link svg{
    fill: #fff;
}

.lg_sousuo{
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    border-radius: 50px;
}
.lg_sousuo .form-control{
    width: 148px;
    height: 28px;
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
    padding: 0px 12px;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 10px;
}
.lg_sousuo .btn{
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0px;
}

.md_sousuo{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background: rgba(145, 11, 64, 1);
    transition: all .5s;
}
.md_sousuo:hover{
    background: rgba(214, 28, 102, 1);
}
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -2px;
    right: 2px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}
.search_anniu_top:hover:before{
    background: #fff;
}
.search_anniu_top:hover:after{
    border: 1px solid #fff;
}

.search_anniu_top2{
    display: inline-block;
    width: 68px;
    height: 58px;
    position: relative;
    border: 2px solid #eee;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top2:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 4px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all .5s;
}

.search_anniu_top2:hover:before{
    background: #D61C66;
}
.search_anniu_top2:hover:after{
    border: 1px solid #D61C66;
}

.sousuokuang{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #fff;
    display: flex;
    border-top: 1px solid #eee;
    z-index: 3000;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 58px;
    padding-bottom: 68px;
}
.container_style ul li{
    line-height: 24px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: 2px solid #eee;
    background: none;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px 18px;
    height: 58px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-right: 0px;
}
.search_anniu2{
    display: inline-block; 
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}

.is-active,.nav_bg{
    background: rgba(0, 38, 109, 1);
}
.is-active .navbar-brand{
    margin-top: 8px;
    margin-bottom: 8px;
}
.is-active .navbar-nav .nav-link{
    padding: 35px 0px 35px 0px;
}

/*banner*/
.banner{
    background: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: flex-end;
}
.banner{
    padding-bottom: 88px;
}
.banner h4{
    margin-bottom: 14px;
}
.banner h1{
    font-size: 52px;
}

/*主体*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
}
.fangda:hover img{
    transform:scale(1.1);
}
.card:hover .fangda img{
    transform:scale(1.1);
}

.ix_bt h2{
    font-size: 36px;
}
.ix_bt span{
    display: inline-block;
    padding: 0px 24px 14px 24px;
    position: relative;
}
.ix_bt span:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}

.gengduo{
    padding: 14px 48px;
    background: linear-gradient(to right, rgba(198, 35, 45, 1), rgba(219, 72, 79, 1));
    color: #fff!important;
    font-size: 18px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #FF9196;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.gengduo:hover{
    color: #fff!important;
    background: linear-gradient(to right, rgba(198, 35, 45, 0.8), rgba(219, 72, 79, 0.8));
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0px 10px 30px rgba(0, 58, 178, 0.1);
}

.p_15 p{
    font-size: 15px;
    line-height: 26px;
}
.p_16 p,.p_16{
    font-size: 16px;
    line-height: 30px;
}
.p_17 p,.p_17{
    font-size: 17px;
    line-height: 30px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 32px;
}
.p_20 p,.p_20{
    font-size: 20px;
    line-height: 38px;
}
.p_em p{
    text-indent: 2em;
}
.p_mb p{
    margin-bottom: 18px;
}

.row_30{
    margin-left: -30px;
    margin-right: -30px;
}
.col_30{
    padding-left: 30px;
    padding-right: 30px;
}

.row_24{
    margin-left: -24px;
    margin-right: -24px;
}
.col_24{
    padding-left: 24px;
    padding-right: 24px;
}

.row_10{
    margin-left: -10px;
    margin-right: -10px;
}
.col_10{
    padding-left: 10px;
    padding-right: 10px;
}

.row_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.ix_products_bg{
    background: url(../img/ix_bg.png) #F0F0F0;
    background-size: 80%;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.ix_bt{
    position: relative;
    padding-top: 24px;
}
.ix_bt h3{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 60px;
    color: rgba(185, 185, 185, 0.12);
    font-family: "Microsoft YaHei";
}
.ix_bt_h3 h3{
    text-align: left;
}
.ix_bt h2{
    z-index: 1000;
    position: relative;
}
.ix_products_card{
    background: url(../img/ix_products_card.png) #fff;
    background-position: bottom 18px right 38px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 10px;
    margin-bottom: 30px;
}
.ix_products_card .card-body .span{
    display: inline-block;
    width: 78px;
    height: 78px;
}
.ix_products_card .card-body .span{
    background: url(../img/ix_products_icon1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card .card-body .span2{
    background: url(../img/ix_products_icon2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card .card-body .span3{
    background: url(../img/ix_products_icon3.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card .card-body .span4{
    background: url(../img/ix_products_icon4.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card .card-body .span5{
    background: url(../img/ix_products_icon5.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card .card-body .span6{
    background: url(../img/ix_products_icon6.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card .card-body{
    padding: 38px;
}
.ix_products_card .card-body h4{
    font-size: 24px;
    color: #000;
}
.ix_products_card .card-body li{
    line-height: 30px;
    font-size: 16px;
    color: #737373;
    padding-left: 16px;
    position: relative;
}
.ix_products_card .card-body li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #910B40;
}
.ix_products_card:hover{
    background: url(../img/ix_products_card_bg2.png) #00266D;
    background-position: bottom 18px right 38px;
    background-repeat: no-repeat;
}
.ix_products_card:hover .card-body .span{
    background: url(../img/ix_products_icon1_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card:hover .card-body .span2{
    background: url(../img/ix_products_icon2_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card:hover .card-body .span3{
    background: url(../img/ix_products_icon3_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card:hover .card-body .span4{
    background: url(../img/ix_products_icon4_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card:hover .card-body .span5{
    background: url(../img/ix_products_icon5_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card:hover .card-body .span6{
    background: url(../img/ix_products_icon6_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_products_card:hover .card-body h4,.ix_products_card:hover .card-body p{
    color: #fff;
}

.ix_about_bg{
    background: url(../img/ix_about_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_anniu_div{
    display: inline-block;
}
.about_anniu{
    color: #fff!important;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: auto;
}
.about_anniu i{
    width: 38px;
    height: 38px;
    font-size: 24px;
    border-radius: 38px;
    background: #BA0C2F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: 0.5s;
}
.about_anniu:hover i{
    margin-right: 15px;
}

.ix_news_swiper .swiper-button-next,.ix_news_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 18px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.ix_news_swiper .swiper-button-prev{
    left: auto;
    right: 78px;
    top: 0px;
    margin-top: 0px;
}
.ix_news_swiper .swiper-button-next{
    right: 0px;
    top: 0px;
    margin-top: 0px;
}
.ix_news_swiper .swiper-button-prev:after,.ix_news_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.ix_news_swiper .swiper-button-prev:hover:after,.ix_news_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_news_swiper .swiper-button-next:hover,.ix_news_swiper .swiper-button-prev:hover{
    background: rgba(0, 38, 109, 1);
    border: 1px solid #00266D;
}

.news_card{
    margin-bottom: 88px;
}
.news_card .fangda{
    border-radius: 12px;
}
.news_card .card-body{
    padding: 24px 12px 0px 12px;
}
.news_card .card-body h4{
    font-size: 20px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 35px;
}
.news_card .card-body p{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.news_card .card-body span{
    font-size: 16px;
    line-height: 30px;
    color: #999;
    display: inline-block;
    margin-top: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}
.news_card:hover .card-body span{
    color: #00266d;
    border-bottom: 1px solid #00266d;
}

.ix_yw_bg{
    background: url(../img/ix_yw_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 88px;
}
.shuju_card{
    padding-top: 60px;
    margin-top: 24px;
}
.shuju_card .card-body{
    padding: 70px 0px 48px 0px;
    background: linear-gradient(to bottom left, rgba(255, 232, 138, 0.5), rgba(215, 66, 119, 1));
    border-radius: 60px 10px 60px 10px;
}
.shuju_card2 .card-body{
    background: linear-gradient(to bottom left, rgba(219, 243, 176, 0.5), rgba(30, 164, 174, 1));
}
.shuju_card3 .card-body{
    background: linear-gradient(to bottom left, rgba(255, 196, 0, 0.5), rgba(190, 201, 91, 1));
}
.shuju_card4 .card-body{
    background: linear-gradient(to bottom left, rgba(115, 184, 254, 0.5), rgba(209, 140, 243, 1));
}
.shuju_card .span{
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    border: 4px solid #fff;
    display: inline-block;
    background: #fff;
}
.shuju_card .span img{
    width: 100%;
    height: 100%;
}
.shuju_card .card-body h1{
    margin-top: 18px;
}

.ix_client_bg{
    background: url(../img/ix_bg.png) #F0F3FA;
    background-size: 80%;
    background-position: bottom right;
    background-repeat: no-repeat;
}
.ix_client_card{
    margin-bottom: 30px;
}
.ix_client_card img{
    width: 100%;
    height: 200px;
    object-fit: scale-down;
}

.di_banner{
    background: url(../img/di_banner.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 108px;
    padding-bottom: 108px;
}

.ps_ds_modal .modal-content{
    border-radius: 20px;
}
.ps_ds_modal .modal-content .modal-body{
    padding: 88px 100px 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: 12px 18px 18px 18px;
}
.ps_form_attachment .form-control-file{
    height: 80px;
    background: url(../img/ps_form_xzwj.png) #FBFBFB;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    border: none;
}
.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;
}
.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: #fbfbfb;
}
.ps_form .form-group{
    margin-bottom: 10px;
}
.ps_form .gengduo{
    padding: 16px 38px;
}
.tanchuang_tuichu{
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.pt_ds_gengduo{
    font-size: 16px;
}
.pt_ds_gengduo svg{
    fill: #fff;
}

/*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: #fff;
        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: #fff;
        text-align: center;
        transition: 0.5s;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #fff;
        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: #fff;
        text-align: center;
        transition: 0.5s;
    }
}

.bottom_bg{
    background: #00266D;
    color: #fff;
    padding-top: 88px;
}

.bottom_ul{
    padding-bottom: 48px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #A1A1A1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #fff;
}
.bottom_ul .card a:hover{
    color: #D61C66;
}

.di_beian{
    padding: 30px 0px;
    line-height: 24px;
    margin-top: 48px;
    background: #002161;
}
.di_beian ul .list-inline-item:not(:last-child){
    margin-right: 48px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_contact li{
    color: #A1A1A1;
    line-height: 24px;
    position: relative;
    font-size: 16px;
    padding: 6px 0 6px 28px;
}
.bottom_bg .bottom_contact li a{
    line-height: 24px;
    display: initial;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 10px;
    left: 0px;
}

.bottom_erweima{
    display: flex;
    justify-content: flex-end;
}
.bottom_erweima_card{
    background: none;
}
.bottom_erweima_card .card-body{
    padding: 0px;
}
.bottom_erweima_card .card-body img{
    width: 260px;
    height: 260px;
    padding: 5px;
    background: #fff;
    object-fit: scale-down;
}

/* ----------------------------------------------------------------
    关于融凯
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 560px;
}

.about_shuju{
    width: 130%;
    z-index: 1000;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}
.about_shuju_card .card-body{
    padding: 48px 0px;
}
.about_shuju_card .card-body h5{
    font-size: 16px;
}
.about_shuju_card .card-body .numU{
    font-family: "Microsoft YaHei";
}
.about_shuju_card .card-body .numU .numCX{
    font-size: 52px;
    color: #A61F23;
}
.about_shuju_card .card-body .numU span{
    font-size: 24px;
    color: #666;
}

.about_jzys_bg{
    background: url(../img/about_jzys_bg.png) #00266D;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_jzys_card{
    background: rgba(255, 255, 255, 0.4);
}
.about_jzys_card .card-body{
    padding-bottom: 32px;
}
.about_jzys_card .card-body span{
    display: inline-block;
    margin-top: 48px;
    margin-bottom: 38px;
}
.about_jzys_card .card-body span svg{
    width: 52px;
    height: 52px;
    fill: #fff;
}
.about_jzys_card .card-body{
    color: #fff;
}
.about_jzys_card:hover{
    background: rgba(255, 255, 255, 1);
}
.about_jzys_card:hover .card-body span svg{
    fill: #A61F23;
}
.about_jzys_card:hover .card-body{
    color: #000;
}
.about_jzys_card:hover .card-body h6,.about_jzys_card:hover .card-body p{
    color: #5B5B5B;
}

.about_fwys_bg{
    background: url(../img/about_fwys_bg.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
.about_fwys_card .card-body{
    padding: 0px;
}
.about_fwys_card .card-body span{
    display: inline-block;
    width: 9rem;
    height: 9rem;
    border-radius: 9rem;
    background: #A61F23;
    color: #fff;
    font-size: 52px;
    line-height: 9rem;
    text-align: center;
}
.about_fwys_card .card-body h4{
    margin-top: 36px;
}
.about_fwys_card1{
    margin-top: 47%;
}
.about_fwys_card2{
    margin-top: 28%;
}
.about_fwys_card3{
    margin-top: -5%;
}

.about_fw_bg{
    background: url(../img/about_fw_bg.webp) #00266D;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_fw_swiper_top .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    font-size: 18px;
    padding: 18px 68px;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    border-radius: 50px;
}
.about_fw_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    background: #A61F23;
    color: #fff;
    border: 2px solid #FF9196;
}
.about_fw_swiper_top{
    margin-bottom: 38px;
}
.about_fw_swiper_bottom_ul li{
    width: 145px;
    height: 126px;
    background-color: rgba(255, 255, 255, 0.36);
    clip-path: polygon(50% -50%, 100% 50%, 75% 100%, 25% 100%, 0% 50%, 0% 50%);
    margin-bottom: 24px;
}
.about_fw_swiper_bottom_ul .list-inline-item:not(:last-child) {
    margin-right: 18px;
}
.about_fw_swiper_bottom_ul li div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}
.about_fw_swiper_bottom_ul li div svg{
    width: 30px;
    height: 30px;
    fill: #fff;
}
.about_fw_swiper_bottom_ul li:hover{
    background-color: rgba(255, 255, 255, 1);
}
.about_fw_swiper_bottom_ul li:hover div{
    color: #062C70;
}
.about_fw_swiper_bottom_ul li:hover div svg{
    fill: #A61F23;
}

.about_qyln_bg{
    background: url(../img/about_qyln_bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.about_qyln_card{
    padding-right: 58px;
    border-left: 1px dashed #fff;
    padding-left: 32px;
    position: relative;
    height: 376px;
}
.about_qyln_card:after{
    content: "";
    position: absolute;
    left: -13px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #fff;
}
.about_qyln_card:before{
    content: "";
    position: absolute;
    left: -4px;
    top: 0px;
    width: 7px;
    height: 48px;
    border-radius: 25px;
    background: #fff;
}
.about_qyln_card1{
    margin-top: 240px;
}
.about_qyln_card2{
    margin-top: 120px;
}
.about_qyln_card4{
    margin-top: -120px;
}

/* ----------------------------------------------------------------
    产品服务
----------------------------------------------------------------- */
.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 560px;
}

.ps_hw_card{
    background: #F6F6F6;
    height: 318px;
}
.ps_hw_card .card-body{
    padding: 24px;
}
.ps_hw_card .card-body svg{
    width: 38px;
    height: 38px;
    fill: #BBBBBB;
    margin-top: 20px;
    margin-bottom: 28px;
}
.ps_hw_card .card-body p{
    color: #818181;
}
.ps_hw_card:hover{
    background: #00266D;
    color: #fff;
}
.ps_hw_card:hover .card-body svg{
    fill: #A61F23;
}
.ps_hw_card:hover .card-body p{
    color: #fff;
}
.ps_rmgjzc_card{
    background: #F6F6F6;
    padding: 24px 24px 12px 24px;
}
.ps_rmgjzc_card img{
    width: 64px;
    height: 64px;
}
.ps_rmgjzc_bt{
    padding-left: 18px;
    position: relative;
}
.ps_rmgjzc_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 8px;
    height: 22px;
    border-radius: 8px;
    background: #A61F23;
}

.ps_hwjxgym .card-body{
    padding: 38px;
}
.ps_hwjxgym .card-body svg{
    width: 60px;
    height: 60px;
    fill: #BBBBBB;
}
.ps_hwjxgym .card-body h4{
    font-size: 22px;
    margin-top: 24px;
}
.ps_hwjxgym .card-body p{
    color: #A4A4A4;
}
.ps_hwjxgym:hover{
    background: #00266D;
}
.ps_hwjxgym:hover .card-body svg{
    fill: #fff;
}
.ps_hwjxgym:hover .card-body h4{
    color: #fff;
}
.ps_hwjxgym:hover .card-body p{
    color: rgba(255, 255, 255, 0.66);
}

/* ----------------------------------------------------------------
    案例
----------------------------------------------------------------- */
.case_banner{
    background: url(../img/case_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 560px;
}

.about_us_ul li{
    padding-bottom: 24px;
}
.about_us_ul li a{
    display: inline-block;
    font-size: 18px;
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 22px;
    padding: 16px 78px;
    border-radius: 50px;
    border: 2px solid #F2F2F2;
    background: #f9f9f9;
    color: #000;
    font-weight: 400;
    margin-bottom: 24px;
    transition: 0.5s;
}
.about_us_ul .active a,.about_us_ul li a:hover{
    background: #A61F23;
    border: 2px solid #FF9196;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    background: #f9f9f9;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    border: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pagination a:hover{
    color: #DB484F;
}
.page_ul{
    background: #f9f9f9;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.page_ul a{
    margin-right: 0px;
}
.pagination a.page_link_left{
    margin-right: 20px;
    border-radius: 40px;
}
.pagination a.page_link_right{
    margin-left: 20px;
    border-radius: 40px;
}
.page_ul a.page-num-current{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    background: #DB484F;
    box-shadow: 0px 0px 13px rgba(219, 72, 79, 1);
    border: 1px solid #DB484F;
    color: #fff;
    position: relative;
    z-index: 1;
}

.fangda.alimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.newsimg:hover .fdimg{
    transform:scale(1.1);
}

.over3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.over5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.maximg img{
    max-width: 100%;
    height: auto !important;
}

.case_card{
    overflow: visible;
    margin-bottom: 78px;
}
.case_card .card-body{
    padding: 0px 0px 0px 0px;
}
.case_card .card-body h4{
    background: #fff;
    padding: 10px 18px;
    width: 70%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
    margin-top: -31px;
    z-index: 1000;
    margin-bottom: 28px;
    font-size: 24px;
    transition: 0.5s;
    position: relative;
}
.case_card .card-body p{
    color: #333;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.case_card:hover .card-body h4{
    background: #A61F23;
    color: #fff;
}

.news_ds_ul li{
    line-height: 24px;
}
.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}
.ce_ds_nr{
    border-radius: 24px;
    padding: 58px 38px 38px 38px;
}
.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to left, rgba(198, 35, 45, 1), rgba(219, 72, 79, 1));
    border-radius: 20px;
    padding: 30px 38px;
}
.ns_ds_bottom ul li a{
    color: #fff;
}
.news_gengduo,.news_gengduo:hover{
    background: #fff;
    color: #C7252F!important;
    border-color: #C6232D;
    box-shadow: none;
    font-size: 16px;
    padding: 12px 46px;
}

/* ----------------------------------------------------------------
    新闻中心
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 560px;
}

.news_card1 .news_card_left{
    border-radius: 25px;
}
.news_card1 .card-body{
    padding-bottom: 88px;
}
.news_card1 .card-body p{
    font-size: 16px;
    line-height: 30px;
}

.news_swiper .swiper-button-next,.news_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255,1);
    border-radius: 18px;
    border: 1px solid #E2E2E2;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.news_swiper .swiper-button-prev{
    left: 50%;
    top: auto;
    bottom: 24px;
    margin-left: 36px;
    margin-top: -24px;
}
.news_swiper .swiper-button-next{
    right: auto;
    left: 50%;
    top: auto;
    bottom: 24px;
    margin-top: -24px;
    margin-left: 120px;
}
.news_swiper .swiper-button-prev:after,.news_swiper .swiper-button-next:after{
    color: #000;
    font-size: 18px;
}
.news_swiper .swiper-button-prev:hover:after,.news_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.news_swiper .swiper-button-next:hover,.news_swiper .swiper-button-prev:hover{
    background: rgba(166,31,35,1);
    border: 1px solid #A61F23;
}
.news_swiper .swiper-button-next.swiper-button-disabled,.news_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 560px;
}

.contact_lxfs_media{
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    padding: 24px 24px 24px 32px;
    width: 100%;
    background: #fff;
    display: flex;
}
.contact_lxfs_media img{
    width: 50px;
    height: 50px;
    object-fit: scale-down;
}
.contact_lxfs_media h5{
    font-size: 20px;
}
.contact_lxfs_media .media-body{
    padding-left: 32px;
}
.contact_lxfs_media .media-body p{
    font-size: 18px;
    line-height: 30px;
    word-break: break-all;
}
.contact_lxfs_media2 .media-body p{
    font-size: 14px;
    line-height: 24px;
}
.contact_lxfs_media .media-body .contact_lxfs_media_p{
    font-size: 14px;
    line-height: 18px;
}

.contact_zxly{
    background: url(../img/contact_zxly.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trip_mfzx_form .form_input_height{
    height: 62px;
}
.trip_mfzx_form .form-control{
    border-radius: 8px;
    padding: 15px 18px;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #E1E1E1;
    box-shadow: none;
}
.trip_mfzx_form .form-group{
    margin-bottom: 18px;
}

.contact_zxly_card{
    overflow: visible;
}
.contact_zxly_card .card-body{
    padding-left: 90px;
}
.contact_zxly_card .contact_zxly_card_left img{
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
}

.ps_zyyw li{
    border-bottom: 1px solid #eee;
    padding: 12px 0px;
    padding-left: 14px;
    position: relative;
}
.ps_zyyw li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #00266D;
    opacity: 0.5;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.h_v{
    overflow: hidden;
}

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1600px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 40px 0px 0px;
    }
}
@media (max-width: 1500px){
    .row_30,.row_24{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24{
        padding-left: 15px;
        padding-right: 15px;
    }

    .bottom_erweima_card .card-body img{
        width: 200px;
        height: 200px;
    }

    .ps_hwjxgym .card-body{
        padding: 30px;
    }
    .about_shuju_card .card-body .numU .numCX{
        font-size: 38px;
    }
    .about_qyln_card{
        padding-right: 15px;
    }
    .about_shuju{
        width: 100%;
    }
    .about_shuju_card .card-body{
        padding: 0px 0px 24px 0px;
    }

    .about_fwys_card .card-body span{
        width: 6rem;
        height: 6rem;
        line-height: 6rem;
        font-size: 38px;
    }

    .banner{
        padding-bottom: 68px;
    }
}

@media (max-width: 1300px){
}

@media (max-width: 1200px){
    .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;
        background: rgba(0, 38, 109, 1);
    }
    .nav_min .nav_container{
        position: relative;
        justify-content: center;
        padding: 0px;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 15px;
        background: none;
    }
    .md_sousuo:hover{
        background: none;
    }
    .search_anniu_top:after{
        border: 1px solid #fff;
    }
    .search_anniu_top:before{
        background: #fff;
    }
    .search_anniu_top2{
        width: 68px;
        height: 58px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 20px 40px 20px 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }
    .nav_min .navbar-nav .pc_yuyan .nav-link{
        padding-left: 0px;
        padding-right: 40px;
    }

    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .pt-7{
        padding-top: 68px;
    }
    .pb-7{
        padding-bottom: 68px;
    }

    .banner h1{
        font-size: 38px;
    }
    .banner{
        padding-bottom: 68px;
    }
    .ix_products_card .card-body{
        padding: 24px;
    }

    .nav_min .pc_yuyan .nav-link,.nav_min .pc_yuyan:hover .nav-link{
        background: none;
    }
    .di_banner{
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .about_banner{
        height: 480px;
    }
    .contact_zxly_card .card-body{
        padding-left: 30px;
    }
}
@media (max-width: 980px){
    /*top*/

    /*bottom*/
    .bottom_bg{
        padding-top: 0px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .di_beian,.di_about{
        margin-top: 24px;
    }
    .bottom_erweima{
        justify-content: center;
        margin-top: 38px;
    }
    .bottom_ul .card a,.bottom_bg .bottom_contact li{
        font-size: 14px;
    }

    .banner{
        height: 480px;
        padding-bottom: 48px;
    }
    .banner h4{
        font-size: 18px;
    }
    .banner h1{
        font-size: 30px;
    }

    .shuju_card .card-body{
        border-radius: 10px;
    }
    .di_beian ul .list-inline-item:not(:last-child){
        margin-right: .5rem;
    }

    .about_banner{
        height: 380px;
    }

    .about_us_ul li a{
        margin: 0px;
        font-size: 14px;
        padding: 10px 30px;
    }
    .news_swiper .swiper-button-prev{
        bottom: 0px;
        margin-left: -58px;
    }
    .news_swiper .swiper-button-next{
        bottom: 0px;
        margin-left: 10px;
    }
    .news_card{
        margin-bottom: 68px;
    }

    .contact_zxly_card .card-body{
        padding-left: 0px;
        padding-right: 0px;
    }
    .ns_ds_bottom{
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
    }
    .news_gengduo{
        margin-top: 24px;
    }
    .news_ds_ul .list-inline-item:not(:last-child){
        margin-right: 15px;
    }
    .ce_ds_nr{
        padding: 38px 24px 24px 24px;
    }

    .case_card .card-body h4{
        font-size: 18px;
        line-height: 30px;
        margin-top: -25px;
    }
    .about_fwys_bg{
        background: none;
    }
    .about_fwys_card{
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .about_qyln_card{
        margin-top: 0px;
        background: rgba(0, 0, 0, 0.3);
        padding: 24px;
    }
}

@media (max-width: 768px){
    .wrap,.wrap_lg{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container{
        width: 100%;
    }
    
    .banner{
        height: 320px;
        padding-bottom: 30px;
    }
    .banner h4{
        margin-bottom: 0px;
    }
    .banner h1{
        font-size: 24px;
    }
    .ix_bt h3{
        font-size: 38px;
    }
    .ix_bt h2{
        font-size: 24px;
    }
    .p_16 p, .p_16,.p_18 p, .p_18,.font16{
        font-size: 14px;
        line-height: 24px;
    }

    .di_banner h2{
        font-size: 24px;
    }
    .gengduo{
        font-size: 14px;
        padding: 10px 24px;
    }

    .at_bt h2{
        font-size: 24px;
    }

    .about_banner{
        height: 200px;
    }

    .news_card1 .card-body{
        padding-left: 0px;
        padding-right: 0px;
    }
    .news_card .card-body{
        padding: 24px 0px 0px 0px;
    }
    .about_fw_swiper_top .swiper-wrapper .swiper-slide{
        font-size: 14px;
        padding: 14px 38px;
    }
    .about_fw_swiper_bottom_ul{
        text-align: center;
    }
    .about_fw_swiper_bottom_ul .list-inline-item:not(:last-child){
        margin-left: 5px;
        margin-right: 5px;
    }
}