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

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

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

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

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

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

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

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

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

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

h3{
    line-height: 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-success{
    color: #24bd51!important;
}
.text-primary{
    color: #03286E!important;
}
.text-warning{
    color: #FF6A00!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg_F9F4F0{
    background: #F9F4F0;
}
.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;
}

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

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.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: #FF6A00;
    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: #FF6A00;
    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: #FF6A00;
}

.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: #FF6A00;
}
.top_xiala:hover .nav-link .icon{
    fill: #FF6A00;
}
.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: #FF6A00;
}

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

.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 31px;
    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_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: 400;
    font-size: 14px;
    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: #FF6A00;
}
.nav_min .nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #FF6A00;
    height: 3px;
    -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: #FF6A00;
 }

.is-active{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10000;
}

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

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

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner .swiper-pagination{
    bottom: 28px;
}
.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(255,255,255,0.3);
    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(255,106,0,1);
}

.parallax-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.parallax_form{
    pointer-events: auto;
    background: rgba(255, 106, 0, 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: #FF6A00;
    color: #fff;
    border-color: #FF6A00;
    box-shadow: none;
}

.banner_nr h1{
    font-size: 36px;
    line-height: 48px;
}
.banner_nr h5{
    font-size: 20px;
}
.banner_nr h5 span{
    font-size: 34px;
}

/*主体*/
.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;
    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: #FF6A00;
}
.ix_bt p{
    font-size: 16px;
}
.ix_bt p a{
    color: #FF6A00;
}
.ix_bt2 h2 span:before{
    content: "";
    position: absolute;
    right: -42px;
    bottom: 0px;
    width: 28px;
    height: 7px;
    background: #fff;
}
.ix_bt3 h2 span:before{
    content: none;
}
.ix_bt4 h2{
    font-size: 24px;
}

.gengduo{
    display: inline-block;
    background: #FF6A00;
    color: #fff!important;
    border: 1px solid #FF6A00;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 18px;
}
.gengduo2{
    background: none;
    border: 1px solid #FF6A00;
    color: #FF6A00!important;
}
.banner_gengduo{
    font-size: 16px;
    padding: 12px 32px;
}
.form_gengduo{
    background: #FFA666;
    border: 1px solid #FFA666;
    padding: 13px;
}
.gengduo:hover{
    background: #EB6200;
    border: 1px solid #EB6200;
    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(255, 106, 0, 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: 34px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 38px;
}
.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_12{
    margin-left: -12px;
    margin-right: -12px;
}
.col_12{
    padding-left: 12px;
    padding-right: 12px;
}

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

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

.ix_sycj_card{
    border: 2px solid #fff;
    border-radius: 50px 5px 50px 5px;
    background: linear-gradient(to right bottom, rgba(255, 250, 240, 1), rgba(255, 255, 255, 1), rgba(255, 250, 240, 1));
}
.ix_sycj_card2{
    border-radius: 5px 50px 5px 50px;
    background: linear-gradient(to right bottom, rgba(239, 250, 254, 1), rgba(255, 255, 255, 1), rgba(239, 250, 254, 1));
}
.ix_sycj_card3{
    border-radius: 50px 5px 50px 5px;
    background: linear-gradient(to right bottom, rgba(243, 255, 247, 1), rgba(255, 255, 255, 1), rgba(243, 255, 247, 1));
}
.ix_sycj_card4{
    border-radius: 5px 50px 5px 50px;
    background: linear-gradient(to right bottom, rgba(243, 244, 255, 1), rgba(255, 255, 255, 1), rgba(243, 244, 255, 1));
}
.ix_sycj_card .card-body{
    padding: 30px 28px;
}
.ix_sycj_card .card-body img{
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #FEB81C;
    object-fit: scale-down;
    margin-bottom: 12px;
}
.ix_sycj_card2 .card-body img{
    background: #39BCFD;
}
.ix_sycj_card3 .card-body img{
    background: #40E076;
}
.ix_sycj_card4 .card-body img{
    background: #8F8EFF;
}
.ix_sycj_card .card-body h4{
    font-size: 22px;
    margin-bottom: 0px;
}
.ix_sycj_card .card-body p{
    color: #8A8A8A;
}

.ix_lays_card{
    transition: 0.5s; 
}
.ix_lays_card .card-img-overlay{
    padding: 40px 38px 0px 38px;
}
.ix_lays_card .card-img-overlay img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
    margin-bottom: 4px;
}
.ix_lays_card .card-img-overlay h4{
    font-size: 22px;
}
.ix_lays_card .card-img-overlay p{
    color: #9E826E;
}
.ix_lays_card:hover{
    box-shadow: 0px 10px 30px rgba(255, 106, 0, 0.1);
    transform:scale(1.1);
    z-index: 100;
}

.ix_jgcx_swiper_style{
    background: #fff;
    border-radius: 13px;
    padding: 12px 30px 24px 30px;
}
.ix_jgcx_swiper{
    height: 320px;
}
.ix_jgcx_swiper .swiper-wrapper .swiper-slide{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F3F3F3;
}

.ix_yxjg_card{
    box-shadow: 0px 0px 13px rgba(185, 185, 185, 0.16);
}
.ix_yxjg_card .card-body{
    padding: 14px 24px 42px 24px;
}
.ix_yxjg_card .card-header{
    padding: 24px;
    border-bottom: none;
    background: linear-gradient(to left top, rgba(57, 188, 253, 1), rgba(57, 188, 253, 0.6));
}
.ix_yxjg_card .header2{
    background: linear-gradient(to left top, rgba(255, 106, 0, 1), rgba(255, 106, 0, 0.6));
}
.ix_yxjg_card .header3{
    background: linear-gradient(to left top, rgba(35, 109, 239, 1), rgba(35, 109, 239, 0.6));
}
.ix_yxjg_card .header4{
    background: linear-gradient(to left top, rgb(253 110 110), rgba(143, 142, 255, 0.6));
}
.ix_yxjg_card_bt h4{
    font-size: 26px;
}
.ix_yxjg_card .ul_1{
    height: 112px;
}
.ix_yxjg_card .ul_1 li{
    font-size: 16px;
    color: #4FAF3D;
    line-height: 28px;
}
.ix_yxjg_card .ul_2 li{
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ix_yxjg_card_jg{
    color: #FF6A00;
    margin-top: 18px;
}
.ix_yxjg_card_jg strong{
    font-size: 25px;
}

.ix_jgcx_bg{
    background: url(../img/ix_jgcx_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_jgcx_form .form-group{
    padding-left: 88px;
    position: relative;
    margin-bottom: 9px;
}
.ix_jgcx_form label{
    font-size: 16px;
    position: absolute;
    left: 5px;
    top: 50%;
    padding: 0px;
    line-height: 30px;
    margin-top: -15px;
}
#mail_types p{
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #000;
    background: #fff;
    line-height: 16px;
    border-radius: 5px;
}
#mail_types p.on,#mail_types p:hover{
    background: #FF6A00;
    color: #fff;
}














.ix_jgcx_form_ul li a{
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #000;
    background: #fff;
    line-height: 16px;
    border-radius: 5px;
}
.ix_jgcx_form_ul li.active a,.ix_jgcx_form_ul li a:hover{
    background: #FF6A00;
    color: #fff;
}
.ix_jgcx_form .ix_jgcx_form_control{
    font-size: 14px;
    height: 38px;
}

.form_yhsl{
    background: #EEF2F5;
    color: #ABABAB;
    display: flex;
}
.form_yhsl2{
    /*width: 76px;*/
    display: flex;
    position: relative;
}
.form_yhsl2 .form-control{
    border-radius: 0px;
    border: 1px solid #E6E6E6;
    border-right: none;
    box-shadow: none;
    padding: 8px;
    height: 34px;
    width: 130px;
    text-align: center;
}
.form_yhsl_anniu a{
    display: inline-block;
    width: 100%;
    border: 1px solid #E6E6E6;
    background: #fff;
    height: 17px;
    line-height: 16px;
    text-align: center;
}
.form_yhsl_anniu a:last-child{
    border-top: none;
}

.form_yhsl2 .inp-but{
    display: inline-block;
    width: 34px;
    border: 1px solid #E6E6E6;
    background: #fff;
    height: 34px;
    line-height: 16px;
    text-align: center;
    padding: 0;
}
.form_yhsl2 .inp-but.add{
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*border-bottom: none;*/
}
.form_yhsl2 .inp-but.min{
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    border-right: none;
}


.form_yhsl{
    padding: 6px 0px;
    width: 100%;
    justify-content: space-around;
}
.form_yhsl div{
    border-right: 1px solid #E1E1E1;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 22px;
    text-align: right;
}
.form_yhsl div:last-child{
    border-right: none;
}
.form_yhsl .div1{
    width: 15%;
}
.form_yhsl .div2{
    width: 20%;
}
.form_yhsl .div3{
    width: 33%;
}
.form_yhsl .div4{
    width: 55%;
}
.form_yhsl_wai{
    padding-top: 10px;
    padding-bottom: 2px;
    position: relative;
    /*padding-left: 24px;*/
}
.form_hd{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    height: 70px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.form_hd_sz{
    width: 32px;
    height: 24px;
    border-radius: 2px;
    background: #FF6A00;
    color: #fff;
    text-align: center;
    line-height: 24px;
    position: relative;
}
.form_hd_sz:before{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    width: 5px;
    height: 4px;
    margin-left: -2px;
    background: url(../img/form_hd_sz.png);
    background-position: center;
    background-repeat: no-repeat;
}
.form_hd_anniu{
    width: 19px;
    height: 39px;
    background: #FF6A00;
    border-radius: 3px;
    position: relative;
}
.form_hd_anniu:before{
    content: "";
    position: absolute;
    left: 7px;
    top: 12px;
    width: 1px;
    height: 14px;
    background: #fff;
}
.form_hd_anniu:after{
    content: "";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 1px;
    height: 14px;
    background: #fff;
}

.ix_duibi_bt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ix_duibi_bt .ix_duibi_bt_a{
    font-size: 16px;
    color: #FF6A00;
    display: inline-block;
    border: 1px solid #FF6A00;
    border-radius: 5px;
    padding: 14px 28px;
    background: none;
    transition: 0.5s;
    display: flex;
}
.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 #FF6A00;
    background: #FF6A00;
    color: #fff;
}
.duibi_nr .collapse{
    display: block;
    height: 100%;
    position: relative;
}
.duibi_nr .collapse:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 0px;
    box-shadow: 0px 0px 40px 120px rgba(249, 244, 240, 0.9);
    opacity: 0;
}
.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;
    border-radius: 15px;
    box-shadow: 0px 0px 20px rgba(183, 183, 183, 0.16);
}
.ix_duibi_thead thead th{
    border: none;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding: 18px 12px;
    font-weight: 400;
    white-space: nowrap;
}
.ix_duibi_thead th{
    font-weight: 400;
    border-top: 1px solid #EFEFEF;
    padding-left: 68px;
    width: 356px;
    white-space: nowrap;
}
.ix_duibi_thead td{
    background: #f9f9f9;
    text-align: center;
    padding: 14px 12px;
}
.ix_duibi_thead .ix_duibi_thead_bt{
    background: #FFBA8A;
    color: #fff;
    font-size: 18px;
    padding: 18px 12px 18px 68px;
}

.ix_ktlc_bg{
    background: url(../img/ix_ktlc_bg.png) #FF6A00;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_ktlc_card{
    position: relative;
}
.ix_ktlc_card .card-body{
    padding: 30px;
}
.ix_ktlc_card .card-body img{
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background: #FF6A00;
    object-fit: scale-down;
    margin-bottom: 12px;
}
.ix_ktlc_card .card-body h5{
    font-size: 18px;
}
.ix_ktlc_card .card-body h1{
    position: absolute;
    bottom: -40px;
    right: 5px;
    font-size: 80px;
    line-height: 80px;
    color: rgba(255, 106, 0, 0.14);
}

.ix_faq_bg{
    background: url(../img/ix_faq_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.faq_style .card{
    border: none;
    background: #fff;
    border-radius: 12px!important;
    border-top: 1px solid #F8F8F8!important;
    padding: 0px 0px;
    margin-bottom: 20px;
}
.faq_style .faq_bt{
    display: block;
    padding: 30px 30px 30px 20px;
    cursor: pointer;
    position: relative;
}
.faq_style .faq_bt.collapsed{
    background: #fff;
}
.faq_style .faq_bt h4{
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding-left: 36px;
}
.faq_style .faq_bt h4:before{
    content: "?";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    margin-top: -12px;
    background: #FF6A00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq_style .faq_bt span{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -16px;
}
.faq_style .card .card-body{
    border-top: none;
    padding: 0px 0px 0px 0px;
}
.faq_style .faq_bt span{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: 0.5s;
    transform:rotate(180deg);
    color: #A5A5A5;
}
.faq_style .faq_bt.collapsed span{
    transform:rotate(0deg);
    color: #A5A5A5;
}
.faq_style_nr{
    padding: 0px 30px 30px 56px;
}

.ix_cpgn_bg{
    background: url(../img/ix_cpgn_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.ix_cpgn_swiper_top{
    padding-left: 15px;
    padding-right: 15px;
}
.ix_cpgn_swiper_top .swiper-wrapper{
    justify-content: center;
    padding-bottom: 30px;
}
.ix_cpgn_swiper_top .swiper-wrapper .swiper-slide{
    width: auto;
    margin: 0px 14px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #fff;
    padding: 8px 28px;
    cursor: pointer;
}
.ix_cpgn_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    background: #FF6A00;
    border: 1px solid #FF6A00;
    color: #fff;
}

.ix_cpgn_card{
    background: none;
}
.ix_cpgn_card .card-body{
    background: #FAFAFF;
    padding: 28px 20px;
}
.ix_cpgn_card_nr{
    background: #fff;
    padding: 13px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.ix_cpgn_card_nr h5{
    font-size: 18px;
}
.ix_cpgn_card_nr h5 span{
    display: inline-block;
    font-size: 12px;
    background: #D8F5F1;
    color: #28BAA5;
    padding: 5px 8px;
    line-height: 12px;
    border-radius: 5px;
    margin-left: 8px;
}
.ix_cpgn_card_nr2 h5 span{
    background: #D6E1FF;
    color: #376AE0;
}
.ix_cpgn_card_nr3 h5 span{
    background: #FFE6D5;
    color: #FF6A00;
}
.ix_cpgn_card .ix_cpgn_card_nr:last-child{
    margin-bottom: 0px;
}
.ix_cpgn_card_style{
    position: relative;
    margin-bottom: 12px;
}
.ix_cpgn_card_top{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ix_cpgn_card_top h4{
    font-size: 22px;
}

.ix_cpgn_swiper_top2{
    padding-left: 15px;
    padding-right: 15px;
}
.ix_cpgn_swiper_top2 .swiper-wrapper{
    justify-content: center;
    padding-bottom: 30px;
}
.ix_cpgn_swiper_top2 .swiper-wrapper .swiper-slide{
    width: auto;
    margin: 0px 14px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #fff;
    padding: 8px 28px;
    cursor: pointer;
}
.ix_cpgn_swiper_top2 .swiper-wrapper .swiper-slide-thumb-active{
    background: #FF6A00;
    border: 1px solid #FF6A00;
    color: #fff;
}

.ix_cpgn_card_top2{
    font-size: 24px;
}
.ix_ts_nr{
    margin-bottom: 24px;
}
.ix_ts_nr_bt{
    padding-left: 46px;
    position: relative;
}
.ix_ts_nr_bt:before{
    content: "1";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(211, 222, 252, 1.0);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.ix_ts_nr_bt:after{
    content: "";
    position: absolute;

}
.ix_ts_nr_nr{
    padding-left: 46px;
    position: relative;
}
.ix_ts_nr_nr:before{
    content: "";
    position: absolute;
    left: 20px;
    top: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #D5E1FF;
}
.ix_ts_nr_nr:after{
    content: "";
    position: absolute;
    left: 24px;
    top: 0px;
    width: 2px;
    height: 100%;
    background: #D5E1FF;
}
.ix_ts_nr_nr .ix_ts_card_icon{
    position: absolute;
    left: 18px;
    bottom: -7px;
}

.ix_ts_card_nr{
    border: none;
    background: #F1F2F9;
    border-radius: 8px;
}
.ix_ts_card_nr .card-body{
    background: none;
    padding: 16px 20px;
}
.ix_ts_card_nr2{
    background: #fff;
}

.ix_fwys_card .card-body img{
    width: 139px;
    height: 139px;
    object-fit: scale-down;
    margin-bottom: 18px;
}
.ix_fwys_card .card-body h4{
    font-size: 24px;
}
.ix_fwys_card .card-body p{
    font-size: 17px;
}

.ix_hgrz_bg{
    background: url(../img/ix_hgrz_bg.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.colsection{
    position: relative;
    height: 480px;
    background: #fff;
    z-index: 500;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.colsection:nth-child(2n) {
    background: #181818;
}
.colsection .outer {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding-top: 160px;
    padding-left: 40px;
    padding-right: 40px;
    opacity: 1;
    transition: all .5s;
    background-repeat: no-repeat;
}
.colsection .number {
    margin: 0px 0px 24px 0px;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 56px;
    color: #181818;
    letter-spacing: 0;
}
.colsection .title {
    margin-bottom: 10px;
    font-size: 28px;
    color: #181818;
    letter-spacing: 0;
    line-height: 52px;
    font-weight: 700;
}
.colsection .title span{
    position: relative;
}
.colsection .title span:before {
    content: "";
    position: absolute;
    right: -42px;
    bottom: 0px;
    width: 28px;
    height: 7px;
    background: #FF6A00;
}
.colsection .inner .title{
    margin-bottom: 160px;
}
.colsection .pic {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    width: 100%;
    height: 535px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0 535px;
    transition: all 1s;
    overflow: hidden;
}
.colsection .inner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -480px;
    padding-left: 40px;
    padding-right: 40px;
    transition: all .5s;
    z-index: 20;
}
.colsection .link {
    font-size: 16px;
    line-height: 28px;
    opacity: 0;
    transition: all .5s;
    margin: 0px 0px 50px 0px;
    display: inline-block;
}
.colsection .desc{
    margin-bottom: 30px;
    font-size: 16px;
    color: #171b1d;
    line-height: 26px;
}
.colsection .source{
    margin-bottom: 3px;
    opacity: .7;
    color: #181818;
    font-size: 14px;
    line-height: 20px;
}
.colsection .line {
    display: inline-block;
    margin-left: 18px;
    width: 28px;
    height: 6px;
    background: #ff6a00;
}
.colsection:nth-child(2n) .title,.colsection:nth-child(2n) .number,.colsection:nth-child(2n) .desc,.colsection:nth-child(2n) .source{
    color: #fff;
}
.colsection:hover .outer {
    opacity: 0;
}
.colsection:hover .pic {
    background-position: 0px;
}
.colsection:hover .inner {
    bottom: 0px;
}
.colsection .link:hover{
    opacity: 1;
}

.thumbnail{
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.thumbnail img{
    width: 100%;
}
.thumbnail .caption{
    padding: 30px;
}
.thumbnail .caption h4{
    margin: 8px 0px 20px 0px;
}
.thumbnail .caption p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
}
.thumbnail .caption_bottom{
    border-top: 1px solid #f5f5f5;
    padding: 20px 30px;
}

.ix_anli_card{
    border-radius: 0px;
    border: none;
}
.ix_anli_card .card-body{
    padding: 20px;
}
.ix_anli_card .card-body .ix_anli_card_gm{
    border-top: 1px solid #E9E9E9;
    padding-top: 10px;
    line-height: 18px;
    margin-top: 18px;
}
.ix_anli_card .card-body h6{
    font-size: 14px;
    color: #FF6A00;
}
.ix_anli_card .card-body p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 96px;
    line-height: 24px;
}

.ix_anli_swiper_button .swiper-button-next,.ix_anli_swiper_button .swiper-button-prev{
    width: 38px;
    height: 38px; 
    background: rgba(255,106,0,1);
    border-radius: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.ix_anli_swiper_button .swiper-button-next:after,.ix_anli_swiper_button .swiper-button-prev:after{
    color: #fff;
    font-size: 18px;
}
.ix_anli_swiper_button .swiper-button-prev{
    left: -50px;
}
.ix_anli_swiper_button .swiper-button-next{
    right: -50px;
}
.ix_anli_swiper_button .swiper-button-next:hover,.ix_anli_swiper_button .swiper-button-prev:hover{
    background: rgba(255,106,0,1);
}

.ix_tmdzy_logo{
    background: #fff;
    border-radius: 8px;
    border: 2px solid #fff;
    box-shadow: inset 0px 0px 10px rgba(213, 213, 213, 0.27);
    margin-bottom: 20px;
    height: 88px;
    padding: 10px;
}
.ix_tmdzy_logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.ix_gdfw_card{
    padding-top: 18px;
    padding-bottom: 18px;
    background: url(https://img.alicdn.com/imgextra/i3/O1CN013ESsBL2A6aBs0YaWE_!!6000000008154-1-tps-3840-740.gif) #f9f9f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_gdfw_card2{
    background: url(https://img.alicdn.com/imgextra/i2/O1CN01JQRHsm1Ty923yre1E_!!6000000002450-1-tps-3840-740.gif) #f9f9f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_gdfw_card3{
    background: url(https://img.alicdn.com/imgextra/i1/O1CN01zAgt031nF4OWePoj6_!!6000000005059-1-tps-3840-740.gif) #f9f9f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_gdfw_card4{
    background: url(https://img.alicdn.com/imgextra/i3/O1CN01hYUJ171zC7Dwkdqtq_!!6000000006677-1-tps-3840-740.gif) #f9f9f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_gdfw_card .card-body h4{
    font-size: 22px;
}

.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: #FF6A00;
}
.ix_news_ul li a span{
    position: absolute;
    right: 0px;
    top: 0px;
}

.ix_sjgd_bg{
    background: linear-gradient(to right, rgba(248, 140, 63, 1), rgba(175, 42, 185, 1));
}

.about_shuju{
    border: 1px solid #fff;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.22);
}
.about_shuju .card-body{
    padding-top: 32px;
    padding-bottom: 32px;
}
.about_shuju h6{
    font-size: 16px;
}
.about_shuju .card-body .numU{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_shuju .card-body .numU .numCX{
    font-size: 46px;
}
.about_shuju .card-body .numU span{
    font-size: 26px;
}

.ix_gxbg_bg{
    background: url(../img/ix_gxbg_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ix_gxbg_form{
    background: none;
    padding: 0px;
}
.ix_gxbg_form .form-control{
    border: none;
}
.parallax_form .form-group label{
    left: 18px;
}
.parallax_form .gengduo{
    font-size: 16px;
    padding: 12px 38px; 
}

/*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: #181818;
    color: #fff;
    padding-top: 88px;
}

.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: #989898;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #989898;
}
.bottom_ul .card a:hover{
    color: #FF6A00;
}

.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: #ff6a00;
}

.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: #ff6a00;
}

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

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

    .navbar-brand{
        margin-right: 24px;
    }
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 30px 0px 0px;
    }
    .ix_anli_swiper_button .swiper-button-prev{
        left: 0px;
    }
    .ix_anli_swiper_button .swiper-button-next{
        right: 0px;
    }
}

@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 .container{
        position: relative;
        padding: 0px;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 8px;
    }
    .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 15px 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: 14px;
        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;
    }

    .form-inline{
        padding: 15px;
    }
    .ix_yxjg_card .ul_1 li{
        font-size: 14px;
    }
    .ix_jgcx_form_ul li{
        margin-bottom: 8px;
    }
    .colsection .outer{
        padding-top: 120px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .about_shuju .card-body .numU .numCX{
        font-size: 30px;
    }
    .about_shuju .card-body .numU span{
        font-size: 18px;
        line-height: 18px;
    }
}
@media (max-width: 900px){
    .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 #333;
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }

    .banner_nr{
        display: none;
    }
    .colsection .number{
        font-size: 42px;
    }
    .colsection .title{
        font-size: 20px;
    }
    .ix_news_right:before {
        content: none;
    }

    .ix_bt h2 span:before{
        left: 0px;
        right: auto;
        bottom: 0px;
    }
    .ix_bt h2 span{
        padding-bottom: 24px;
    }
    .ix_cpgn_swiper_top .swiper-wrapper,.ix_cpgn_swiper_top2 .swiper-wrapper {
        justify-content: flex-start;
    }
    .ix_cpgn_swiper_top,.ix_cpgn_swiper_top2{
        padding: 0px;
    }
    .ix_cpgn_swiper_top .swiper-wrapper .swiper-slide,.ix_cpgn_swiper_top2 .swiper-wrapper .swiper-slide{
        margin: 0px 15px 0px 0px;
        font-size: 14px;
        padding: 6px 20px;
    }
}

@media (max-width: 768px){
    .ix_bt h2{
        font-size: 30px;
    }
    .ix_lays_card .card-img-overlay{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
    }

    .ix_duibi_bt .ix_duibi_bt_a{
        margin-top: 24px;
    }
    .ix_duibi_bt {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .ix_duibi_thead th,.ix_duibi_thead .ix_duibi_thead_bt{
        padding-left: 30px;
    }
    
    .ix_bt h2{
        font-size: 24px;
    }
    .bottom_nav2 li{
        width: auto;
    }
}