/*聚诚在线（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 a p{
    
}


.kefu_style{
    position: fixed;
    bottom: 160px; 
    right: 30px; 
    background: #fff; 
    box-shadow: 0px 0px 15px rgba(153,153,153,0.1);
    border-radius: 5px; 
    z-index: 1000;
    width: 68px;
    text-align: center;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.kefu_style li{
    border-bottom: 1px solid #f8f8f8;
}
.kefu_style .kefu_style_no_border{
    border: none;
}
.kefu_style .menu{
    display: none;
    width: 180px;
    position: absolute;
    top: 0px;
    right: 78px;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
    margin-top: 0px;
    z-index: 1000;
    padding: 20px 10px 20px 10px;
    border-radius: 5px;
    line-height: 24px;
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;    /* Firefox */
}
.kefu_style .menu li{
    border: none;
}
.kefu_style .menu li img{
    padding-right: 8px;
}
@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;
    }
}
.kefu_style_a{
    display: block;
    padding: 20px 0px 8px 0px;
    color: #666;
}
.kefu_style li:hover .menu{
    display: block;
    transition: all .5s;
}
.kefu_style li p{
    margin-top: 6px;
}
.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: 100px;
    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;
    right: 40px;
    transition: all 0.5s;   
}
.totop:hover{
    background: #2E87EF;
    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: #2E87EF;
}

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

p{
    line-height: 24px;
}

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

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

h5{
    line-height: 32px;
}

.pem{
    text-indent: 2em;
}

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

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-danger{
    color: #FF0000!important;
}
.text-warning{
    color: #F7FF00!important;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #2E87EF!important;
}

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

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

.no_margin{
    margin: 0px;
}

.wrap{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
    max-width: 1450px;
    position: relative;
}
.wrap_lg,.nav_min .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 87.5%;
    max-width: 1200px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}


/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.modal-body{
    padding: 38px 15px;
    position: relative;
}
.display_swiper .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.display_swiper .swiper-button-next,.display_swiper .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.display_swiper .swiper-button-prev{
    opacity: 1;
    left: 15px;
    margin-top: -25px;
}
.display_swiper .swiper-button-next{
    opacity: 1;
    right: 15px;
    margin-top: -25px;
}
.display_swiper .swiper-button-prev:after,.display_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.display_swiper .swiper-button-prev:hover:after,.display_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.display_swiper .swiper-button-next:hover,.display_swiper .swiper-button-prev:hover{
    background: rgba(255,106,0,1);
}

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

/*nav_top*/
.nav_top{
    background: #2E87EF;
    color: #fff;
    display: flex;
}
.nav_top_fws{
    line-height: 20px;
    padding: 7px 0px;
    font-size: 12px;
}

.nav_top_yjsm a{
    color: #fff;
    line-height: 20px;
    display: inline-block;
    padding: 7px 0px;
}

.nav_top .list-inline-item{
    position: relative;
    margin: 0px 0px;
}
.nav_top .list-inline-item:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 10px;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.2);
}
.nav_top .list-inline-item:last-child:before{
    content: none;
}
.nav_top .list-inline-item .nav-link{
    color: #fff;
    padding: 10px 10px 10px 10px;
    position: relative;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
}
.nav_top .top_xiala .nav-link{
    color: #fff;
    padding: 10px 30px 10px 10px;
    position: relative;
}
.nav_top .list-inline-item .nav-link .icon{
    fill: #fff;
}
.nav_top .list-inline-item .nav-link span{
    position: absolute;
    right: 14px;
    transition: all 0.5s;
}
.nav_top .list-inline-item:hover .nav-link span{
    transform: rotate(180deg);
    fill: #2E87EF;
}

.menu_hz{
    font-size: 12px;
    border-radius: 3px;
    background: linear-gradient(to right, #ff7c4d, #f65b39);
    padding: 3px 8px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 12px;
}
.top_xiala{
    position: relative;
}
.top_xiala:hover{
    background: #fff;
}
.top_xiala:hover .nav-link{
    color: #2E87EF;
}
.top_xiala:hover .nav-link .icon{
    fill: #2E87EF;
}
.top_xiala .dropdown-menu{
    left: 0px!important;
    min-width: 100%;
    width: 240px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 10px 30px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
.top_xiala2 .nav-link span{
    transition: all 0.5s;
}
.top_xiala2:hover .nav-link span{
    transform: rotate(180deg);
}
@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 .5s;
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    position: relative;
}
.menu_style2 h6{
    padding: 12px 0px;
    border-bottom: 1px solid #eee;
}
.top_xiala .menu_style2 a{
    border-bottom: none;
    padding: 14px 0px;
    font-size: 16px;
    color: #545A6E;
}
.nav_ul_flex{
    display: flex;
    flex-wrap: wrap;
}
.nav_ul_flex li{
    width: 50%;
    padding-right: 24px;
}
.top_xiala .dropdown-menu a:hover{
    color: #2E87EF;
}

.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: #2E87EF;
    color: #fff;
}

.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 24px;
    transition: 0.5s;
    margin-right: 48px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}

.form-inline ul{
    display: flex;
    align-items: center;
}
.nav_tel{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.nav_tel .span1{
    font-size: 17px;
}

.nav_min{
    padding: 0px;
    border: none;
    background: #fff;
    transition: 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 38px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 32px 0px;
    position: relative;
    transition: 0.5s;
}
.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-right: 0px;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 36px 0px 36px 0px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 40px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 700;
    font-size: 15px;
    color: #333;
}
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link:hover span,.nav_min .navbar-nav .active span{
    color: #2E87EF;
}
.nav_min .nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2E87EF;
    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;
}

.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before{
    left: 0%;
    right: 0%;
}

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

.is-active{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 0px;
    position: absolute;
    right: 5px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #333;
    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);
}

.is-active .nav_top .nav_top_fws{
    display: none;
}
.ix_jgcx_swiper2{
    height: 34px;
}
.ix_jgcx_swiper2 p{
    padding: 0px 14px;
    line-height: 34px;
}

/*banner*/
.banner{
    height: 550px;
    position: relative;
    background: #fff;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    padding-top: 120px;
}
.banner .swiper-pagination{
    bottom: 78px;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px 0px 7px;
}
.banner .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    position: relative;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.banner .swiper-slide .pc_cr{
    transform:translateX(400px);
    opacity:0;
    transition:all 1s;
}
.banner .ani-slide .pc_cr{
    transform:translateX(0);
    opacity:1;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.1);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.banner .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: -25px;
}
.banner .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: -25px;
}
.banner:hover .swiper-button-prev{
    opacity: 1;
    left: 15px;
}
.banner:hover .swiper-button-next{
    opacity: 1;
    right: 15px;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.banner .swiper-button-prev:hover:after,.banner .swiper-button-next:hover:after{
    color: #fff;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: rgba(46,135,239,1);
}

.parallax-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding-top: 60px;
    pointer-events: none;
}

.parallax_form{
    pointer-events: auto;
    background: rgba(46, 135, 239, 0.84);
    padding: 28px 28px 32px 28px;
}
.parallax_form h4{
    font-size: 19px;
}
.parallax_form .form-group{
    margin-bottom: 12px;
    position: relative;
}
.parallax_form .form-group label{
    position: absolute;
    left: 14px;
    top: 12px;
    width: 18px;
    height: 18px;
}
.parallax_form .form-group label img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.parallax_form .form-control{
    border-color: #eee;
    font-size: 14px;
    box-shadow: none;
    padding-left: 40px;
}
.parallax_form .form_input_height{
    height: 42px;
}
.parallax_form .input-group-text{
    background: #2E87EF;
    color: #fff;
    border-color: #2E87EF;
    box-shadow: none;
}

.banner_nr h1{
    font-size: 40px;
}

/*主体*/
.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;
    line-height: 54px;
}

.gengduo{
    display: inline-block;
    background: none;
    color: #2E87EF;
    border: 1px solid #2E87EF;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 18px;
}
.gengduo2{
    background: #2E87EF;
    border: 1px solid #2E87EF;
    color: #fff!important;
}
.gengduo3{
    padding: 14px 18px;
}
.form_gengduo{
    background: #9FCBFF;
    border: 1px solid #9FCBFF;
    color: #fff!important;
    padding: 13px 18px;
}
.banner_gengduo1{
    background: linear-gradient(to right, rgba(121, 175, 254, 1), rgba(46, 90, 208, 1));
    border: none!important;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    padding: 14px 38px;
}
.banner_gengduo2{
    background: linear-gradient(to right, rgba(241, 209, 154, 1), rgba(231, 187, 116, 1));
    color: #393939;
}
.banner_gengduo3{
    background: #2E87EF;
}
.gengduo:hover{
    background: #2E87EF;
    border: 1px solid #2E87EF;
    color: #fff!important;
}

.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(46, 135, 239, 0.1);
}

.p_15 p{
    font-size: 15px;
    line-height: 26px;
}
.p_16 p,.p_16{
    font-size: 16px;
    line-height: 30px;
}
.p_17 p,.p_17{
    font-size: 17px;
    line-height: 30px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 32px;
}
.p_20 p,.p_20{
    font-size: 20px;
    line-height: 38px;
}

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

.row_24{
    margin-left: -24px;
    margin-right: -24px;
}
.col_24{
    padding-left: 24px;
    padding-right: 24px;
}

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

.row_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.ix_wsmxztxqyyx_bg{
    background: linear-gradient(to bottom, rgba(248, 252, 254, 1), rgba(233, 247, 255, 1));
}
.wsmxztxqyyx_top_row{
    margin-top: -60px;
    z-index: 200;
    position: relative;
}
.wsmxztxqyyx_top_card{
    border: none;
    border-radius: 15px;
    background: linear-gradient(to left, rgba(42, 173, 102, 1), rgba(45, 194, 61, 1));
}
.wsmxztxqyyx_top_card2{
    background: linear-gradient(to left, rgba(57, 97, 197, 1), rgba(60, 124, 221, 1));
}
.wsmxztxqyyx_top_card3{
    background: linear-gradient(to left, rgba(63, 89, 129, 1), rgba(99, 124, 161, 1));
}
.wsmxztxqyyx_top_card4{
    background: linear-gradient(to left, rgba(187, 129, 13, 1), rgba(223, 167, 53, 1));
}
.wsmxztxqyyx_top_card .card-body{
    padding: 38px 24px;
}
.wsmxztxqyyx_top_card .card-body h4{
    font-size: 22px;
}
.wsmxztxqyyx_bottom_card{
    margin-bottom: 1px;
}
.wsmxztxqyyx_bottom_card .card{
    background: rgba(255, 255, 255, 0.5);
    transition: 0.5s;
}
.wsmxztxqyyx_bottom_card .card .card-body{
    padding: 28px 48px 38px 48px;
}
.wsmxztxqyyx_bottom_card .card .card-body img{
    width: 120px;
    height: 120px;
    object-fit: scale-down;
    margin-bottom: 12px;
}
.wsmxztxqyyx_bottom_card .card .card-body p{
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 84px;
    margin-bottom: 24px;
}
.wsmxztxqyyx_bottom_card .card .card-body h5{
    font-size: 20px;
}
.wsmxztxqyyx_bottom_card .card:hover{
    background: rgba(255, 255, 255, 1);
    z-index: 1000;
    box-shadow: 0px 0px 30px rgba(187, 187, 187, 0.16);
}

.ix_yxjg_bg{
    background: url(../img/ix_yxjg_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_yxjg_row{
    border-radius: 15px;
    overflow: hidden;
}
.ix_yxjg_row .card{
    position: relative;
}
.ix_yxjg_row .card .card-header{
    border: none;
    border-radius: 0px;
    background: url(../img/yxjg_header_bg1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 24px 24px 24px;
}
.ix_yxjg_row .card .card-header h4{
    margin-bottom: 0px;
    color: #336EE1;
}
.ix_yxjg_row .card .card-header p{
    color: #6787BC;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 44px;
}
.ix_yxjg_row .card .card-body{
    padding: 30px 24px 52px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ix_yxjg_row .card .card-body h6{
    color: #818181;
}
.ix_yxjg_row .card .card-body .iyxjg_ul{
    height: 240px;
}
.ix_yxjg_row .card .card-body .iyxjg_ul li{
    line-height: 28px;
    position: relative;
    padding-left: 24px;
}
.ix_yxjg_row .card .card-body .iyxjg_ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 15px;
    height: 15px;
    background: url(../img/iyxjg_ul_icon1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_yxjg_row .card .card-body .iyxjg_sz{
    color: #3563C4;
    margin-top: 24px;
}
.ix_yxjg_row .card .card-body .iyxjg_sz p strong{
    font-size: 25px;
}
.ix_yxjg_row .card .card-body{
    position: relative;
}
.ix_yxjg_row .card .card-body:before{
    content: "";
    position: absolute;
    right: -1px;
    top: 0px;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(248, 230, 204, 0.8), rgba(255, 255, 255, 0));
}
.iyxjg_ul button{
    color: #999;
    padding: 0px;
    margin-left: 8px;
}
.iyxjg_ul .span1{
    display: inline-block;
    font-size: 8px;
    text-transform: uppercase;
    color: #FF0000;
    background: #FFF0ED;
    width: 25px;
    height: 13px;
    border-radius: 3px;
    text-align: center;
    line-height: 13px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}
.iyxjg_ul .span2{
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #FE7D50;
    height: 16px;
    padding: 0px 6px;
    border-radius: 3px;
    text-align: center;
    line-height: 16px;
    margin-left: 8px;
    position: relative;
    top: -2px;
}
.ix_yxjg_row .card2 .card-header{
    background: url(../img/yxjg_header_bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_yxjg_row .card2 .card-header h4{
    color: #B20101;
}
.ix_yxjg_row .card2 .card-header p{
    color: #B52828;
}
.ix_yxjg_row .card2 .card-body h6{
    color: #DB3333;
}
.ix_yxjg_row .card2 .card-body .iyxjg_ul li:before{
    background: url(../img/iyxjg_ul_icon2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_yxjg_row .card2 .card-body .iyxjg_sz{
    color: #DB3333;
}
.ix_yxjg_row .card3 .card-header{
    background: url(../img/yxjg_header_bg3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_yxjg_row .card3 .card-header h4{
    color: #965328;
}
.ix_yxjg_row .card3 .card-header p{
    color: #965328;
}
.ix_yxjg_row .card3 .card-body h6{
    color: #965328;
}
.ix_yxjg_row .card3 .card-body .iyxjg_ul li:before{
    background: url(../img/iyxjg_ul_icon3.png);
    background-position: center;
    background-repeat: no-repeat;
}
.ix_yxjg_row .card3 .card-body .iyxjg_sz{
    color: #C25512;
}

.ix_yxjg_row .card .card-header .dianzhan{
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline-block;
    background: linear-gradient(to right, rgba(239, 172, 113, 1), rgba(223, 97, 78, 1));
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-bottom-left-radius: 15px;
}
.ix_yxjg_row .card .card-header .dianzhan img{
    margin-right: 8px;
}

.ix_bzdj_table{
    background: #fff;
    border-radius: 15px;
    border: none;
    box-shadow: 0px 0px 30px rgba(46, 135, 239, 0.1);
    overflow: hidden;
}
.ix_bzdj_table thead th{
    font-size: 18px;
    line-height: 30px;
    border: none;
    white-space: nowrap;
    text-align: center;
    padding: 24px 12px;
    border-right: 1px solid #F5F5F5;
    vertical-align: middle;
}
.ix_bzdj_table thead th:last-child{
    border: none;
}
.ix_bzdj_table tbody td{
    font-size: 16px;
    border: none;
    border-top: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}
.ix_bzdj_table tbody td:last-child{
    border-right: none;
}
.ix_bzdj_table tbody td .gengduo{
    padding: 8px 38px;
}
.ix_bzdj_table tbody tr:hover{
    background: #E9F2FD;
}

.ix_sycj_bg{
    background: url(../img/ix_sycj_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_sycj_card{
    border-radius: 15px;
}
.ix_sycj_card .card-body{
    padding: 20px 20px 0px 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.yjgjgn_card{
    border-radius: 15px;
}
.yjgjgn_card .card-body{
    background: linear-gradient(to bottom, rgba(59, 84, 123, 1), rgba(78, 107, 148, 1));
    padding: 38px 38px;
}
.yjgjgn_card video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.yjgjgn_card .parallax_form{
    background: none;
    padding: 18px 0px 0px 0px;
}

.yjgjgn_card_gengduo{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.yjgjgn_card_gengduo .gengduo{
    width: 47%;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    padding: 12px;
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
}
.yjgjgn_card_gengduo .yjgjgn_card_gengduo1{
    background: linear-gradient(to bottom, rgba(254, 220, 162, 1), rgba(242, 197, 123, 1));
    color: #665231;
    border: none;
    padding: 13px 12px;
}
.yjgjgn_card_gengduo .gengduo:hover{
    background: #2E87EF;
    border-color: #2E87EF;
}

.ix_duibiwenti_bg{
    background: url(../img/ix_duibiwenti_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.ix_duibi_bt{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ix_duibi_bt .ix_duibi_bt_a{
    font-size: 16px;
    line-height: 16px;
    color: #000;
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    padding: 14px 28px;
    background: none;
    transition: 0.5s;
    display: flex;
    cursor: pointer;
}
.ix_duibi_bt .ix_duibi_bt_a .span1{
    display: none;
}
.ix_duibi_bt .ix_duibi_bt_a .span2{
    display: block;
}
.ix_duibi_bt .collapsed .span1{
    display: block;
}
.ix_duibi_bt .collapsed .span2{
    display: none;
}
.ix_duibi_bt .ix_duibi_bt_a i{
    transform:rotate(0deg);
    transition: 0.5s;
}
.ix_duibi_bt .collapsed i{
    transform:rotate(180deg);
}
.ix_duibi_bt .collapsed{
    border: 1px solid #2E87EF;
    background: #2E87EF;
    color: #fff;
}
.duibi_nr .collapse{
    display: block;
    height: 100%;
    position: relative;
    border-radius: 15px;
    background: #fff;
    padding-bottom: 15px;
}
.duibi_nr .collapse:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 0px;
    box-shadow: 0px 0px 100px 120px rgba(219, 235, 255, 0.9);
    opacity: 0;
    z-index: 1000;
}
.duibi_nr .collapse:not(.show){
    display: block;
    height: 240px;
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 50px rgba(249,255, 255, 1.0);
}
.duibi_nr .collapse:not(.show):before{
    opacity: 1;
}
.duibi_nr .collapse.yc:not(.show):before{
    opacity: 0;
}
.is-active .nav_top .nav_top_fws{
    display: none;
}
.ix_jgcx_swiper2{
    height: 34px;
}
.ix_jgcx_swiper2 p{
    padding: 0px 14px;
    line-height: 34px;
}

.ix_duibi_thead{
    background: #fff;
    margin-bottom: 0px;
}
.ix_duibi_thead thead th{
    border: none;
    border-bottom: 1px solid #F3F3F3;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding: 18px 12px;
    font-weight: 400;
    white-space: nowrap;
}
.ix_duibi_thead .ix_duibi_thead_bt{
    padding: 18px 12px 18px 50px;
    text-align: left;
}
.ix_duibi_thead tbody th{
    font-weight: 400;
    padding-left: 64px;
    width: 356px;
    white-space: nowrap;
    border: none;
    font-size: 16px;
    line-height: 18px;
    vertical-align: middle;
    color: #646464;
}
.ix_duibi_thead tbody th:nth-child(2),.ix_duibi_thead tbody td:nth-child(2){
    color: #2E87EF;
}
.ix_duibi_thead tbody td{
    text-align: center;
    padding: 14px 12px;
    border: none;
    font-size: 16px;
    line-height: 18px;
    vertical-align: middle;
}
.ix_duibi_thead tbody tr:hover{
    background: #E9F2FD;
}
.ix_duibi_thead .ix_duibi_tbody_bt{
    padding-top: 30px;
    color: #000;
}
.ix_duibi_thead .ix_duibi_tbody_bt span{
    display: inline-block;
    position: relative;
}
.ix_duibi_thead .ix_duibi_tbody_bt span:before{
    content: "";
    position: absolute;
    left: -14px;
    top: 0px;
    width: 6px;
    height: 17px;
    border-radius: 6px;
    background: #2E87EF;
}

.ix_duibi_rd{
    position: relative;
    display: inline-block;
}
.ix_duibi_rd span{
    cursor: pointer;
}
.ix_duibi_rd .ix_duibi_con{
    width: 320px;
    position: absolute;
    left: 100%;
    top: -145px;
    background: #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    display: none;
    z-index: 9;
}
.ix_duibi_con{
    white-space: normal;
}
.ix_duibi_con ul li{
    margin-bottom: 8px;
    line-height: 24px;
    padding-left: 16px;
    position: relative;
    font-size: 13px;
    color: #333;
}
.ix_duibi_con ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #999;
}

.table.ix_duibi_thead tr:nth-last-child(n+1):nth-last-child(-n+8) .ix_duibi_con{
    top: -365px;
}

.ix_cjwt_ul{
    border-radius: 15px;
    background: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
}
.ix_cjwt_ul li a{
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    line-height: 30px;
}
.ix_cjwt_ul li a:hover{
    background: #F2F3F3;
}
.ix_cjwt_ul li a div{
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 20px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}
.ix_cjwt_ul li a div i{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -9px;
}
.ix_cjwt_ul li.active a{
    display: inline-block;
    color: #2E87EF;
    background: none;
}
.ix_cjwt_ul li.active a div{
    border: none;
}

.gengduo_ljgm{
    background: linear-gradient(to bottom, rgba(254, 220, 162, 1), rgba(242, 197, 123, 1));
    color: #665231;
    border: none;
    padding: 15px 68px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    border: none!important;
}
.gengduo_zxkf{
    background: #fff;
    color: #000;
    border: none;
    padding: 15px 68px;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    border: none!important;
}

.ix_yxgn_swiper_top{
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 38px;
}
.ix_yxgn_swiper_top .swiper-wrapper{
    display: flex;
    justify-content: center;
}
.ix_yxgn_swiper_top .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 40px;
    border: 1px solid #E3E3E3;
    background: #F9F9F9;
    border-radius: 5px;
    margin: 0px 12px;
}
.ix_yxgn_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    border: 1px solid #2E87EF;
    background: #2E87EF;
    color: #fff;
}

.yxgn_yhgn_card_p{
    height: 88px;
    color: #666;
}
.yxgn_yhgn_card .media span{
    width: 30px;
    height: 30px;
}
.yxgn_yhgn_card .media span.span1{
    background: url(../img/te_tu.png);
    background-position: -800px -1012px;
}
.yxgn_yhgn_card .media span.span2{
    background: url(../img/te_tu.png);
    background-position: -960px -972px;
}
.yxgn_yhgn_card .media span.span3{
    background: url(../img/te_tu.png);
    background-position: -1000px -972px;
}
.yxgn_yhgn_card .media span.span4{
    background: url(../img/te_tu.png);
    background-position: -800px -972px;
}
.yxgn_yhgn_card .media span.span5{
    background: url(../img/te_tu.png);
    background-position: -640px -1012px;
}
.yxgn_yhgn_card .media span.span6{
    background: url(../img/te_tu.png);
    background-position: -240px -1012px;
}
.yxgn_yhgn_card .media span.span7{
    background: url(../img/te_tu.png);
    background-position: -720px -1012px;
}
.yxgn_yhgn_card .media span.span8{
    background: url(../img/te_tu.png);
    background-position: -320px -1012px;
}
.yxgn_yhgn_card .media span.span9{
    background: url(../img/te_tu.png);
    background-position: -760px -972px;
}
.yxgn_yhgn_card .media span.span10{
    background: url(../img/te_tu.png);
    background-position: -840px -972px;
}
.yxgn_yhgn_card .media span.span11{
    background: url(../img/te_tu.png);
    background-position: -160px -1012px;
}
.yxgn_yhgn_card .media span.span12{
    background: url(../img/te_tu.png);
    background-position: -640px -972px;
}
.yxgn_yhgn_card .media span.span13{
    background: url(../img/te_tu.png);
    background-position: -560px -1012px;
}
.yxgn_yhgn_card .media span.span14{
    background: url(../img/te_tu.png);
    background-position: -360px -1012px;
}
.yxgn_yhgn_card .media span.span15{
    background: url(../img/te_tu.png);
    background-position: -520px -972px;
}
.yxgn_yhgn_card .media span.span16{
    background: url(../img/te_tu.png);
    background-position: -40px -1012px;
}
.yxgn_yhgn_card .media span.span17{
    background: url(../img/te_tu.png);
    background-position: -120px -1012px;
}
.yxgn_yhgn_card .media span.span18{
    background: url(../img/te_tu.png);
    background-position: -80px -1012px;
}

.yxgn_glgn_card .media span.span1{
    background: url(../img/te_tu.png);
    background-position: -950px -251px;
}
.yxgn_glgn_card .media span.span2{
    background: url(../img/te_tu.png);
    background-position: -440px -1012px;
}
.yxgn_glgn_card .media span.span3{
    background: url(../img/te_tu.png);
    background-position: -400px -972px;
}
.yxgn_glgn_card .media span.span4{
    background: url(../img/te_tu.png);
    background-position: -950px -441px;
}
.yxgn_glgn_card .media span.span5{
    background: url(../img/te_tu.png);
    background-position: -958px -661px;
}
.yxgn_glgn_card .media span.span6{
    background: url(../img/te_tu.png);
    background-position: -320px -972px;
}
.yxgn_glgn_card .media span.span7{
    background: url(../img/te_tu.png);
    background-position: -950px -551px;
}
.yxgn_glgn_card .media span.span8{
    background: url(../img/te_tu.png);
    background-position: -950px -361px;
}
.yxgn_glgn_card .media span.span9{
    background: url(../img/te_tu.png);
    background-position: -160px -972px;
}
.yxgn_glgn_card .media span.span10{
    background: url(../img/te_tu.png);
    background-position: -1010px -741px;
}
.yxgn_glgn_card .media span.span11{
    background: url(../img/te_tu.png);
    background-position: -1010px -821px;
}
.yxgn_glgn_card .media span.span12{
    background: url(../img/te_tu.png);
    background-position: -958px -741px;
}
.yxgn_glgn_card .media span.span13{
    background: url(../img/te_tu.png);
    background-position: -240px -972px;
}
.yxgn_glgn_card .media span.span14{
    background: url(../img/te_tu.png);
    background-position: -80px -972px;
}
.yxgn_glgn_card .media span.span15{
    background: url(../img/te_tu.png);
    background-position: -1010px -901px;
}
.yxgn_glgn_card .media span.span16{
    background: url(../img/te_tu.png);
    background-position: -480px -972px;
}
.yxgn_glgn_card .media span.span17{
    background: url(../img/te_tu.png);
    background-position: 0 -972px;
}

.ix_gjgn_bg{
    background: url(../img/ix_gjgn_bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 220px;
}
.ix_gjgn_swiper_top .swiper-wrapper{
    display: flex;
    justify-content: center;
}
.ix_gjgn_swiper_top .swiper-wrapper .swiper-slide{
    width: auto;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 30px;
    background: rgba(249, 249, 249, 0.5);
    border-radius: 5px;
    margin: 0px 12px;
    color: #fff;
}
.ix_gjgn_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    background: #2E87EF;
    color: #fff;
}

.ix_gjgn_swiper_bottom{
    padding-top: 28px;
}

.ix_sjaqhg{
    margin-top: -148px;
}
.ix_sjaqhg_bg{
    position: relative;
    z-index: 5;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    border-radius: 4px;
    padding: 0 12px;
}
.ix_sjaqhg_ul .list-inline-item:not(:last-child){
    margin-right: 30px;
}
.ix_sjaqhg_ul a{
    color: #3d485d;
    display: block;
    text-align: center;
    padding: 24px 0px;
}
.ix_sjaqhg_ul a span{
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #e5e8ed;
    border-radius: 50%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 6px;
    overflow: hidden;
    transition: box-shadow .3s ease-in-out,background .3s ease-in-out;
    padding: 15px;
}
.ix_sjaqhg_ul a span img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.ix_sjaqhg_ul a:hover{
    color: #2E87EF;
}
.ix_sjaqhg_ul a:hover span{
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 1px solid #fff;
}

.ix_jjfa_swiper_top .swiper-wrapper .swiper-slide{
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    padding: 11px 12px;
    border: 1px solid #E3E3E3;
    background: #F9F9F9;
    border-radius: 5px;
    text-align: center;
}
.ix_jjfa_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    border: 1px solid #2E87EF;
    background: #2E87EF;
    color: #fff;
}

.ix_jjfa_swiper_bottom{
    padding-top: 32px;
}
.ix_jjfa_swiper_left{
    position: relative;
}
.ix_jjfa_swiper_left h4{
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    padding: 30px;
    margin-bottom: 0px;
}
.ix_jjfa_swiper_left h4 span{
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.ix_jjfa_swiper_card .card-body{
    padding: 0px;
}
.ix_jjfa_swiper_card .card-body .jjfa_swiper_card_nr1{
    background: #F5F7FB;
    padding: 24px 30px 24px 60px;
}
.jjfa_swiper_card_nr1{
    position: relative;
}
.jjfa_swiper_card_nr1:before{
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    width: 38px;
    height: 38px;
    background: url(../img/jjfa_swiper_card_nr_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}
.jjfa_swiper_card_nr1 span{
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #858585;
    margin-right: 12px;
    position: relative;
    top: -10px;
}
.ix_jjfa_swiper_card .card-body h4{
    font-size: 20px;
    margin: 28px 0px 0px 0px;
}
.ix_jjfa_swiper_logo{
    height: 80px;
    padding: 8px;
    border: 1px solid #F1F1F1;
}
.ix_jjfa_swiper_logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.ix_hzhb_logo{
    height: 80px;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 14px;
    transition: 0.3s;
}
.ix_hzhb_logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.ix_hzhb_logo:hover{
    background: #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}

.ix_ktlc_bg{
    background: url(../img/ix_ktlc_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_ktlc_card{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ix_ktlc_card h6{
    font-size: 17px;
}
.ix_ktlc_card span{
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 140px;
    border: 5px solid #fff;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}
.ix_ktlc_card span img{
    width: 68px;
    height: 68px;
    object-fit: scale-down;
}

.ix_xgcptj_media{
    padding: 0px 0px 0px 38px;
    box-shadow: 0 10px 15px rgba(150, 182, 218, .3);
    position: relative;
    border: 2px solid #fff;
    transition: .3s;
    margin-bottom: 30px;
}
.ix_xgcptj_media h4{
    font-size: 18px;
}
.ix_di_sousuo{
    background: url(../img/ix_di_sousuo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_xgcptj_media:hover{
    transform:scale(1.05);
}

.di_sousuo_gengduo{
    padding: 18px 14px;
    font-size: 20px;
    line-height: 24px;
}

.di_sousuo_form .form-control{
    border: none;
    font-size: 14px;
    box-shadow: none;
    padding-left: 48px;
}
.di_sousuo_form .form_input_height{
    height: 60px;
}
.di_sousuo_form .form-group label {
    position: absolute;
    left: 24px;
    top: 20px;
    width: 18px;
    height: 18px;
}

.yjgjgn_bt{
    font-size: 30px;
}
.yjgjgn_bt p{
    font-size: 14px;
    display: inline-block;
    margin-left: 12px;
}
.yjgjgn_bt p span{
    font-size: 18px;
}

.ix_yjgjgn_swiper{
    padding: 0px 20px;
    height: 34px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 34px;
}
.ix_yjgjgn_swiper span{
    display: inline-block;
    line-height: 34px;
    margin: 0px 5px;
}

.ix_remen_icon img{
    width: 16px;
    height: 16px;
    object-fit: scale-down;
    margin-right: 6px;
    position: relative;
    top: -2px;
    animation:donghua1 1s infinite alternate;
}
@keyframes donghua1
{
    from {opacity: 0.5}
    to {opacity: 1}
}

@-webkit-keyframes donghua1 
{
    from {opacity: 0.5}
    to {opacity: 1}
}

.td_xsyh{
    position: relative;
}
.td_xsyh span{
    position: absolute;
    right: 0px;
    top: 0px;
    background: #f00;
    color: #fff;
    display: inline-block;
    padding: 2px 4px;
    animation:donghua2 1s infinite alternate;
    font-size: 10px;
}
@keyframes donghua2
{
    from {opacity: 0.3}
    to {opacity: 1}
}

@-webkit-keyframes donghua2 
{
    from {opacity: 0.3}
    to {opacity: 1}
}

/*400电话*/
.scale {
  display: inline-block;
  /* color: #fff; */
  /* vertical-align: bottom;
  margin-bottom: 13px; */
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: bold;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  /*opacity: 0;*/
  opacity: 1;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* --------------------------------
xscale
-------------------------------- */
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  font-style: normal;
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}

@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }

  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}

@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}


/*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: #0D0F13;
    color: #fff;
}

.bottom_ul{
    padding-bottom: 58px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    position: relative;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 32px;
    font-size: 14px;
    color: #8B8B8B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #8B8B8B;
}
.bottom_ul .card a:hover{
    color: #2E87EF;
}

.di_beian{
    padding: 24px 0px;
    line-height: 24px;
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}

.bottom_nav2{
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
    padding: 15px 15px 15px 0px;
}
.bottom_nav2 li a{
    color: #babbbc;
    font-size: 12px;
    line-height: 36px;
}
.bottom_nav2 li{
    width: 116px;
}
.bottom_nav2 ul li a:hover{
    color: #2E87EF;
}

.bottom_ul_xy li a{
    color: #fff;
}
.bottom_ul_xy .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.bottom_ul_xy li a:hover{
    color: #2E87EF;
}

.tc_parallax_form{
    background: none;
    padding: 38px 28px 32px 28px;
}
.tc_parallax_form .form-control{
    padding-left: 15px;
}

.bottom_top_icon{
    border-bottom: 1px solid #4B4B4B;
    margin-bottom: 58px;
}
.bottom_top_icon .media{
    padding-top: 30px;
    padding-bottom: 30px;
}
.bottom_top_icon .media .media-body{
    padding-left: 12px;
}

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

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

    .ix_yxjg_row .card .card-body .iyxjg_ul{
        height: auto;
    }
}

@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: 22px;
        margin-bottom: 22px;
        padding: 0px;
        height: 24px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .nav_container{
        position: relative;
        padding: 0px;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 15px;
        background: none;
    }
    .search_anniu_top2{
        width: 68px;
        height: 58px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid #eee;
    }
    .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;
    }
    .nav_top{
        display: none;
    }
    .ix_gjgn_swiper_top .swiper-wrapper{
        justify-content: flex-start;
    }
    .ix_gjgn_swiper_top .swiper-wrapper .swiper-slide{
        margin: 0px 18px 0px 0px;
    }
    .form-inline ul{
        padding: 0px 15px;
    }
}
@media (max-width: 900px){
    /*bottom*/
    .bottom_bg{
        padding-top: 0px;
    }
    .di_media{
        margin-top: 24px;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }

    .banner_nr{
        display: none;
    }
    .bottom_top_icon{
        display: none;
    }
    .bottom_nav2 li{
        width: auto;
    }
}

@media (max-width: 768px){
    .wrap,.wrap_lg{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container{
        width: 100%;
    }

    .ix_bt h2{
        font-size: 24px;
        line-height: 38px;
    }
    .ix_sjaqhg_ul .list-inline-item:not(:last-child){
        margin-right: 5px;
    }
    .ix_xgcptj_media{
        padding: 0px 0px 0px 24px;
    }

    .ix_ktlc_card span{
        display: inline-block;
        width: 98px;
        height: 98px;
        border-radius: 140px;
        border: 5px solid #fff;
        background: rgba(255, 255, 255, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 18px;
    }
    .ix_ktlc_card span img{
        width: 48px;
        height: 48px;
        object-fit: scale-down;
    }
    .ix_jjfa_swiper_logo{
        margin-bottom: 14px;
    }

    .gengduo_ljgm,.gengduo_zxkf{
        padding: 15px 30px;
    }
    .ix_duibi_thead .ix_duibi_thead_bt{
        padding: 18px 12px 18px 50px;
    }
}








.list-unstyled{padding-left:0;list-style:none;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width:576px){
.container{max-width:540px;}
}
@media (min-width:768px){
.container{max-width:720px;}
}
@media (min-width:992px){
.container{max-width:960px;}
}
@media (min-width:1200px){
.container{max-width:1200px;}
}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.col-lg-4{position:relative;width:100%;padding-right:15px;padding-left:15px;}
@media (min-width:992px){
.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
}
.mr-1{margin-right:.25rem!important;}
.mb-4{margin-bottom:1.5rem!important;}
.mb-5{margin-bottom:3rem!important;}
@media print{
*,::after,::before{text-shadow:none!important;box-shadow:none!important;}
a:not(.btn){text-decoration:underline;}
h2{orphans:3;widows:3;}
h2{page-break-after:avoid;}
.container{min-width:992px!important;}
}
/*! CSS 选择辅助工具插件定制联系2315551020 from: https://www.exmail.js.cn/css/font-awesome.min.css */
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-eye:before{content:"\f06e";}
/*! CSS 选择辅助工具插件定制联系2315551020 from: https://www.exmail.js.cn/css/swiper-bundle.min.css */
/*! CSS 选择辅助工具插件定制联系2315551020 from: https://www.exmail.js.cn/css/animate.min.css */
/*! CSS 选择辅助工具插件定制联系2315551020 from: https://www.exmail.js.cn/css/reset.css */
::-webkit-scrollbar{width:8px;z-index:10000;}
::-webkit-scrollbar-thumb{background-color:#ccc;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:#fff;}
div:focus,span:focus{outline:0;}
a{color:#333;}
a,a:hover,a:focus{text-decoration:none;}
a:hover,a:focus{color:#2e87ef;}
ul{margin-bottom:0px;}
.text_999{color:#999;}
.pb-6{padding-bottom:88px;}
.pt-6{padding-top:88px;}
.ix_bt h2{font-size:36px;margin-bottom:14px;}
.ix_bt h2 span{position:relative;display:inline-block;}
.ix_bt h2 span:before{content:"";position:absolute;right:-42px;bottom:0px;width:28px;height:7px;background:#2e87ef;}
.ix_bt4 h2{font-size:24px;}
.row_30{margin-left:-30px;margin-right:-30px;}
.col_30{padding-left:30px;padding-right:30px;}
.ix_news_right{position:relative;}
.ix_news_right:before{content:"";position:absolute;right:0px;top:10%;width:1px;height:80%;background:#EEEEEE;}
.ix_news_ul li a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;height:50px;line-height:50px;padding-left:14px;padding-right:78px;position:relative;border-bottom:1px dashed #eee;}
.ix_news_ul li a:before{content:"";position:absolute;left:0px;top:50%;width:7px;height:7px;margin-top:-3px;border-radius:7px;background:#2e87ef;}
.ix_news_ul li a span{position:absolute;right:0px;top:0px;}
@media (max-width: 1500px){
.row_30{margin-left:-15px;margin-right:-15px;}
.col_30{padding-left:15px;padding-right:15px;}
}
@media (max-width: 1200px){
.pb-6{padding-bottom:68px;}
.pt-6{padding-top:68px;}
}
@media (max-width: 900px){
.ix_news_right:before{content:none;}
.ix_bt h2 span:before{left:0px;right:auto;bottom:0px;}
.ix_bt h2 span{padding-bottom:24px;}
}
@media (max-width: 768px){
.ix_bt h2{font-size:30px;}
.ix_bt h2{font-size:24px;}
}
/*! CSS Used fontfaces */
@font-face{font-family:'FontAwesome';src:url('https://www.exmail.js.cn/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.exmail.js.cn/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.exmail.js.cn/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.exmail.js.cn/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.exmail.js.cn/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.exmail.js.cn/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}