/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  src: url(../fonts/montserrat-regular.ttf);
}
body{
    font-family: "Arial","Microsoft YaHei","微软雅黑",Helvetica,'montserrat',"Hiragino Sans GB",sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
    color: #fff;
    background: #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;
}

/*控件*/
input:disabled + label {/*禁用的指针*/
    cursor: not-allowed
}
.Radio input,
.Checkbox input {
    display: none
}
.Radio label,
.Checkbox label {
    padding: 0 16px 0 0;
    display: inline-block;
    cursor: pointer;
    position: relative
}
.Radio label:before,
.Checkbox label:before {
    box-sizing: border-box;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #999;
    margin: 0px 8px 0px 0px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.1S;
}
.Radio label:hover:before,
.Checkbox label:hover:before {
    border-color: #57B37B;
}
.Radio input:disabled + label:before,
.Checkbox input:disabled + label:before {
    background-color: #CCC;
    border-color: #999;
    opacity: 0.5;
}
.Radio input:disabled + label,
.Checkbox input:disabled + label {  
    opacity: 0.5;
}
.Radio input:checked + label:before {
    border: 5px solid #57B37B;
}
.Checkbox label:before {
    background: url(../img/ico_tick.svg) no-repeat center;
    background-size: 0;
    border-radius: 0px;
    transition: 0.2S;
}
.Checkbox input:checked + label:before {
    background-color: #57B37B;
    background-size: 16px;
    border-color: #57B37B;
}
.HoverLabel label {
    display: block;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
}
.HoverLabel label:hover {
    background-color: #EEE;
}

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

@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: #fff;
}

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

a:hover, a:focus{
    color: #4a98da;
}

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: #fc1616!important;
}
.text-success{
    color: #57B37B!important;
}
.text-primary{
    color: #1345A3!important;
}
.text-warning{
    color: #ED7E39!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #064270!important; 
}
.bg_1982A0{
    background: #1982A0;
}
.bg_FEF5F8{
    background: #FEF5F8;
}
.bg_FBD7E3{
    background: #FBD7E3;
}

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

.no_margin{
    margin: 0px;
}

.wrap,.nav_min .container{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1400px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 92%;
    position: relative;
}
.wrap_xl{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1600px;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1200px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}

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

/*nav*/
.nav_min{
    padding: 0px 0px 0px 0px;
    border: none;
    background: rgba(47, 46, 46, 1);
    transition: all 0.5s;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 58px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 54px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 35px 0px 35px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}*/
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.3s;
}
.nav_min .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #4a98da;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #4a98da;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0px;
    background: #4a98da;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
}
.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #4a98da;
}
/*
.nav-link:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 24px;
    height: 38px;
    background: url(../img/nav_link_bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.5s;
}
.navbar-light .navbar-nav .active>.nav-link:after,.nav-link:hover:after,.top_xiala:hover .nav-link:after{
    opacity: 1;
}*/

 .navbar-light .navbar-nav .show>.nav-link{
    color: #4a98da;
 }
 .active .nav-link,.top_xiala:hover .nav-link{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #4a98da;
}

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

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

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

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

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

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

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

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 240px;
    background: #2f2e2e;
    margin: 0px;
    z-index: 2000;
    padding: 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
@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;
    }
}

.menu_a a{
    padding: 14px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    color: #fff;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #fff;
    background: #4a98da;
    padding-left: 18px;
}

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

.helist{
    position: relative;
}
.helist .fa.fa-angle-right{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
}
.three_li{
    display: none;
    position: absolute;
    right: -100%;
    top: 0;
    min-width: 100%;
    background: #D24E7F;
    z-index: 9
}
.helist:hover .three_li{
    display: block;
}

.pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 15px 15px 15px 15px;
    display: flex;
    align-items: center;
    color: #fff;
    background: #4a98da;
    border-radius: 42px;
    transition: 0.5s;
}
.nav_min .pc_yuyan .nav-link span{
    right: 16px;
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
.nav_min .pc_yuyan:hover .nav-link{
    color: #fff;
    background: #3984c3;
}
.nav_min .pc_yuyan:hover .nav-link span{
    color: #fff;
}
    
.nav_min .pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.nav_min .pc_yuyan:hover .nav-link svg{
    fill: #fff;
}

.lg_sousuo{
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    border-radius: 50px;
}
.lg_sousuo .form-control{
    width: 148px;
    height: 28px;
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
    padding: 0px 12px;
    border: none;
    background: none;
    box-shadow: none;
    font-size: 10px;
}
.lg_sousuo .btn{
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0px;
}

.md_sousuo{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    transition: all .5s;
    background: #FC9ABE;
}
.md_sousuo:hover{
    background: #E62129;
}
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -2px;
    right: 2px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}
.search_anniu_top:hover:before{
    background: #fff;
}
.search_anniu_top:hover:after{
    border: 1px solid #fff;
}

.search_anniu_top2{
    display: inline-block;
    width: 68px;
    height: 58px;
    position: relative;
    border: 2px solid #eee;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top2:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 4px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #666;
    transition: all .5s;
}

.search_anniu_top2:hover:before{
    background: #57B37B;
}
.search_anniu_top2:hover:after{
    border: 1px solid #57B37B;
}

.sousuokuang{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #fff;
    display: flex;
    border-top: 1px solid #eee;
    z-index: 3000;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 120px;
    padding-bottom: 120px;
}
.container_style ul li{
    line-height: 24px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: 2px solid #eee;
    background: none;
    border-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px 18px;
    height: 58px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    border-right: 0px;
}
.search_anniu2{
    display: inline-block; 
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    transition: all .5s;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 15px;
    width: 28px;
    height: 1px;
    background: #666;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}
.tanchuang_tuichu{
    position: absolute;
    right: -58px;
    top: 0px;
    background: #eee;
    cursor: pointer;
    transition: all .5s;
}
.tanchuang_tuichu:hover{
    background: #4a98da;
}
.tanchuang_tuichu:hover .search_anniu2:after{
    background: #fff;
}
.tanchuang_tuichu:hover .search_anniu2:before{
    background: #fff;
}

.hidden{
    backdrop-filter: blur(8px);
    background: rgba(47, 46, 46, 0.7);
}

/*banner*/
.banner{
    height: 688px;
    position: relative;
}

.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-wrapper .swiper-slide .banner_bg{
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    padding: 68px;
    display: flex;
    align-items: flex-end;
}

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

.banner_nr h2{
    font-size: 36px;
    line-height: 48px;
}

/*主体*/
.fangda{
    overflow: hidden; text-align: center;
}
.fangda img{
    transition:all 0.5s ease-out; text-align: center;
    width: 100%;
}
.fangda:hover img{
    transform:scale(1.1);
    
}
.card:hover .fangda img{
    transform:scale(1.1);
}

.gengduo{
    padding: 12px 38px 12px 38px;
    background: #4a98da;
    color: #fff!important;
    font-size: 16px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #4a98da;
}
.gengduo2{
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
}
.gengduo:hover{
    color: #fff!important;
    background: #3984c3;
    border: 2px solid #3984c3;
}

.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(74, 152, 218, 0.1);
}

.p_13 p{
    font-size: 13px;
    line-height: 24px;
}
.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: 38px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 38px;
}
.p_20 p,.p_20{
    font-size: 20px;
    line-height: 38px;
}
.p_em p{
    text-indent: 2em;
}
.p_mb p{
    margin-bottom: 14px;
}

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

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

.ix_services_card{
    background: #222222;
}
.ix_services_card .card-body{
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ix_services_card .card-body span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    border-radius: 68px;
    background: #666;
    margin-bottom: 24px;
}
.ix_services_card .card-body span img{
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}
.ix_services_card .card-body ul li{
    line-height: 24px;
    color: #999;
}
.ix_services_card .card-body h6{
    margin-top: 24px;
}
.ix_services_card .card-body h6 svg{
    fill: #fff;
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
}
.ix_services_card .card-body h6:hover{
    color: #4a98da;
}
.ix_services_card .card-body h6:hover svg{
    fill: #4a98da;
}

.ix_about{
    background: #222;
    border-radius: 15px;
    padding: 68px 48px 48px 48px;
}
.ix_about_video{
    width: 100%;
    height: 524px;
}
.ix_about_video .banner_card_img{
    width: 100%;
    height: 100%;   
    object-fit: cover;
}
.ix_about_video video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.ix_about_video .card-img-overlay{
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
}
.ix_about_video .card-img-overlay a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.ix_about_video .card-img-overlay a img{
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.video_aniu{
    width: 82px;
    height: 82px;
    border-radius: 82px;
    color: #fff;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: relative;
    display: flex;
}
.video_aniu .video_aniu_top{
    width: 82px;
    height: 82px;
    border-radius: 82px;
    justify-content: center;
    align-items: center;
}
.video_aniu svg{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    fill: #fff;
    width: 24px;
    height: 24px;
    transform: translate3d(-40%, -50%, 0);
}
.video_aniu .video_aniu_top .circle01,.video_aniu .video_aniu_top .circle02{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 82px;
    border-radius: 82px;
    background: rgba(255, 255, 255, 0.3);
}
.video_aniu .video_aniu_top .circle01{
    animation:scalej01 2s .4s infinite;
    -webkit-animation:scalej01 2s .4s infi
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
}
.video_aniu .video_aniu_top .circle02{
    animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;
}
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}

.ix_shuju_media .media-body h1{
    font-size: 30px;
    color: #4a98da;
}
.ix_shuju_media .media-body h1 span{
    font-size: 18px;
}
.ix_shuju_media .media-body p{
    color: rgba(74, 152, 218, 0.6);
}
.ix_shuju_media_span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #d4d9e0;
    margin-right: 16px;
}
.ix_shuju_media_span img{
    width: 24px;
    height: 24px;
    object-fit: scale-down;
}

.ix_mission_swiper_card{
    width: 100%;
    height: 420px;
}

.ix_mission_swiper .swiper-button-next,.ix_mission_swiper .swiper-button-prev{
    width: 58px;
    height: 58px; 
    background: rgba(74,152,218,1);
    z-index: 1000;
    transition: 0.5s;
    border-radius: 58px;
}
.ix_mission_swiper .swiper-button-prev{
    left: 15px;
    margin-top: -29px;
}
.ix_mission_swiper .swiper-button-next{
    right: 15px;
    margin-top: -29px;
}
.ix_mission_swiper .swiper-button-prev:after,.ix_mission_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.ix_mission_swiper .swiper-button-prev:hover:after,.ix_mission_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ix_mission_swiper .swiper-button-next:hover,.ix_mission_swiper .swiper-button-prev:hover{
    background: rgba(74,152,218,1);
}
.ix_mission_swiper .swiper-button-next.swiper-button-disabled,.ix_mission_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}
.ix_mission_swiper .swiper-wrapper .swiper-slide .card{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.ix_mission_swiper_card .card-img-overlay{
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.ix_mission_swiper_card:hover .card-img-overlay{
    opacity: 0;
}

.bottom_contact li{
    padding-left: 28px;
    color: #A1A1A1;
    line-height: 36px;
    position: relative;
    font-size: 14px;
    margin-bottom: 12px;
}
.bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 3px;
    left: 0px;
}

.bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_follow li{
    margin-top: 6px!important;
    margin-bottom: 6px!important;
    margin-right: 12px!important;
}
.bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #d4d9e0;
    color: #183460;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border: 1px solid #d4d9e0;
}
.bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #183460;
    fill: #183460;
    width: 20px;
    height: 20px;
}
.bottom_follow li a{
    color: #183460;
}
.bottom_follow li a:hover{
    color: #fff;
    background: #4a98da;
    border: 1px solid #4a98da;
}
.bottom_follow li a:hover svg{
    fill: #fff;
}

.di_beian{
    padding: 30px 0px;
    line-height: 24px;
}
.di_beian ul .list-inline-item:not(:last-child){
    margin-right: 48px;
}

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

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-item .page-link{
    background: #333;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 40px!important;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product_ul .page-item .page-link{
    background: #fff;
}
.page_ul{
    background: #333;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.product_ul .page_ul{
    background: #fff;
}
.page_ul .list-inline-item{
    margin-right: 0px;
}
.page-item .page_link_left{
    margin-right: 20px;
}
.page-item .page_link_right{
    margin-left: 20px;
}
.page-item .page-link:hover{
    color: #4a98da;
}
.page-item.active .page-link{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    color: #fff;
    background: #4a98da;
    box-shadow: 0px 0px 15px rgba(74, 152, 218, 0.5);
    border: none;
}

.products_nav{
    background: #222;
}
.ps_nav_bt{
    margin-bottom: 0px;
    padding: 18px 24px;
    color: #fff;
    font-size: 24px;
    line-height: 38px;
    background: #4a98da;
}
.faq_style .card{
    border: none;
    background: none;
    padding: 0px;
}
.faq_style .faq_bt{
    display: block;
    padding: 15px 60px 15px 24px;
    cursor: pointer;
    position: relative;
}
.faq_style .faq_bt.collapsed{
    background: #fff;
}
.faq_style .faq_bt h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 38px;
}
..faq_style .faq_bt h4 a{
    display: block;
}
.faq_style .faq_bt span{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
}
.faq_style .card .card-body{
    border-top: none;
    padding: 0px 0px 0px 0px;
}
.faq_style .faq_bt span{
    width: 31px;
    height: 31px;
    border-radius: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: 0.5s;
    background: #4a98da;
}
.faq_style .faq_bt span:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 9px;
    width: 1px;
    height: 13px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    transform: rotate(90deg);
    opacity: 0;
}
.faq_style .faq_bt span:before{
    content: "";
    position: absolute;
    right: 9px;
    top: 15px;
    width: 13px;
    height: 1px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
}
.faq_style .faq_bt span.collapsed:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 9px;
    width: 1px;
    height: 13px;
    background: #fff;
    text-align: center;
    transition: 0.5s;
    transform: rotate(0deg);
    opacity: 1;
}
.faq_style .faq_bt span.collapsed{
    background: #ccc;
}
.faq_style .card{
    border-color: #eee;
    border-radius: 0px;
}
.faq_style_ul{
    background: #333;
    padding: 18px 0px;
}
.faq_style_ul li{
    padding: 0px 0px;
}
.faq_style_ul li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 8px 24px;
    color: #999;
}
.faq_style_ul li a:hover{
    color: #4a98da;
}
.faq_style_ul li.active a{
    color: #FE6C24;
}
.faq_style_ul li:last-child a{
    border: none;
}

.ps_bt_media{
    margin-top: 12px;
}

.products_card{
    background: #222;
}
.products_card .card-body{
    position: relative;
    padding: 24px 24px 24px 24px;
}
.products_card .card-body span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #4a98da;
    position: absolute;
    top: -24px;
    right: 24px;
    opacity: 0;
    transition: 0.5s;
}
.products_card .card-body span svg{
    width: 24px;
    height: 24px;
    fill: #fff;
}
.products_card:hover .card-body span{
    opacity: 1;
}

.ps_swiper .swiper-pagination{
    bottom: 15px;
}
.ps_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 12px;
    transition: 0.5s;
    margin: 0px 6px;
}
.ps_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 38px;
    background: rgba(255, 255, 255, 1);
}

/*详情页*/
.ps_ds_bg{
    background: url(../img/ps_ds_bg.jpg) #222;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ps_ds_bt{
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 38px;
    font-size: 48px;
}
.ps_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 4px;
    background: #4a98da;
}

.px_ds_fa_card{
    border-radius: 15px;
    border: none;
    background: #222;
}
.px_ds_fa_card .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 78px 32px 38px 32px;
}
.px_ds_fa_card .card-body h5{
    margin-bottom: 24px;
}
.px_ds_fa_card .card-body p{
    margin-bottom: 16px;
}
.px_ds_fa_card span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    border-radius: 15px;
    background: #4a98da;
    margin-bottom: 32px;
}
.px_ds_fa_card span img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
}

.ps_ds_border_top{
    border-top: 1px solid #222;
}

.ps_ds_syms_swiper{
    padding-bottom: 88px;
}
.ps_ds_syms_card{
    height: 540px;
}
.ps_ds_syms_card .card-body p{
    margin-bottom: 16px;
}
.ps_ds_syms_swiper .swiper-pagination-progressbar{
    background: #222;
    top: auto;
    bottom: 0px;
    height: 6px;
}
.ps_ds_syms_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #4a98da;
}

.ps_ds_syms_swiper .swiper-button-next,.ps_ds_syms_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    border-radius: 48px;
    border: 1px solid #eee;
    background: #eee;
    z-index: 1000;
}
.ps_ds_syms_swiper .swiper-button-prev{
    left: 0px;
    margin-top: -48px;
}
.ps_ds_syms_swiper .swiper-button-next{
    right: 0px;
    margin-top: -48px;
}
.ps_ds_syms_swiper .swiper-button-prev:after,.ps_ds_syms_swiper .swiper-button-next:after{
    color: #666;
    font-size: 18px;
}
.ps_ds_syms_swiper .swiper-button-prev:hover:after,.ps_ds_syms_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ps_ds_syms_swiper .swiper-button-next:hover,.ps_ds_syms_swiper .swiper-button-prev:hover{
    background: #4a98da;
    border: 1px solid #4a98da;
}
.ps_ds_syms_swiper .swiper-button-next.swiper-button-disabled,.ps_ds_syms_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

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

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

.about_shuju_span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 88px;
    background: #d4d9e0;
    margin-bottom: 38px;
}
.about_shuju_span img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
}

.about_shuju_card{
    background: #222;
}
.about_shuju_card .card-body{
    padding: 48px 24px 38px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_shuju_card .card-body .numU{
    font-size: 48px;
}
.about_shuju_card .card-body .numU span{
    font-size: 24px;
}

.at_hxjzg_bg{
    background: url(../img/at_hxjzg_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.at_hxjzg_card{
    background: none;
    padding-top: 55px;
    cursor: pointer;
    transition: 0.5s;
}
.at_hxjzg_card .card-body{
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.8);
    padding: 78px 30px 42px 30px;
}
.at_hxjzg_card .card-body span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 110px;
    position: absolute;
    left: 50%;
    top: 0px;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transform: translate3d(-50%, 0%, 0);
}
.at_hxjzg_card:hover{
    transform: scale(1.1);
}

.at_fzlc_top{
    position: relative;
}
.at_fzlc_top:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background: #222;
}
.at_fzlc_top .swiper-wrapper .swiper-slide{
    cursor: pointer;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
}
.at_fzlc_top .swiper-wrapper .swiper-slide span{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 88px;
}
.at_fzlc_top .swiper-wrapper .swiper-slide span:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 5px;
    background: none;
}
.at_fzlc_top .swiper-wrapper .swiper-slide:hover{
    color: #4a98da;
}
.at_fzlc_top .swiper-wrapper .swiper-slide-thumb-active span:before{
    background: #4a98da;
}
.at_fzlc_top .swiper-wrapper .swiper-slide-thumb-active{
    font-weight: 700;
    color: #4a98da;
    font-size: 24px;
}

.at_fzlc_bottom{
    padding: 0px 30px 30px 30px;
}
.at_fzlc_bottom .card{
    padding: 48px;
    background: #222;
}
.at_fzlc_bottom .card .card-body{
    padding: 24px 0px 24px 58px;
}
.at_fzlc_bottom .card .card-body h1{
    font-size: 60px;
    font-family: "微软雅黑";
    color: #4a98da;
}

.at_fzlc_bottom .swiper-button-next,.at_fzlc_bottom .swiper-button-prev{
    width: 58px;
    height: 58px; 
    border-radius: 58px;
    border: 1px solid #eee;
    background: #eee;
    z-index: 1000;
}
.at_fzlc_bottom .swiper-button-prev{
    left: 2px;
    margin-top: -29px;
}
.at_fzlc_bottom .swiper-button-next{
    right: 2px;
    margin-top: -29px;
}
.at_fzlc_bottom .swiper-button-prev:after,.at_fzlc_bottom .swiper-button-next:after{
    color: #666;
    font-size: 18px;
}
.at_fzlc_bottom .swiper-button-prev:hover:after,.at_fzlc_bottom .swiper-button-next:hover:after{
    color: #fff;
}
.at_fzlc_bottom .swiper-button-next:hover,.at_fzlc_bottom .swiper-button-prev:hover{
    background: #4a98da;
    border: 1px solid #4a98da;
}
.at_fzlc_bottom .swiper-button-next.swiper-button-disabled,.at_fzlc_bottom .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.at_fzlc_bottom .swiper-wrapper .swiper-slide{
    box-shadow: 0px 10px 20px rgba( 0, 0, 0, 0.05);
}

.bg_222{
    background: #222;
}
.ix_hzhb{
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.ix_hzhb img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

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

.contact_follow{
    justify-content: center;
}
.contact_message_bg{
    background: url(../img/contact_message_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact_form .form-control{
    background: none;
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    padding: 15px 0px 15px 0px;
    color: #fff;
    pointer-events: auto;
}
.contact_form .form_input_height{
    height: 68px;
}
.contact_gengduo{
    display: inline-block;
    color: #fff;
    background: #06787a;
    line-height: 18px;
    padding: 16px 88px;
    font-size: 24px;
    border-radius: 50px;

}
.contact_gengduo:hover{
    color: #fff;
}
.contact_form .form-group{
    position: relative;
}
.contact_form .form_textarea{
    padding-top: 24px;
}

.inp {
    position: relative;
}
.inp .label {
    position: absolute;
    top: 28px;
    left: 0px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    pointer-events: none;
}
.inp input:not(:placeholder-shown) + span,.inp textarea:not(:placeholder-shown) + span {
    opacity: 0.5;
    transform: translateY(-24px) scale(0.75);
}
.inp input:focus,.inp textarea:focus{
    /*background: none;*/
    outline: none;
}
.inp input:focus + span,.inp textarea:focus + span{
    opacity: 0.5;
    transform: translateY(-24px) scale(0.75);
    transition-delay: 0.1s;
}

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

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

@media (max-width: 1400px){
    .banner{
        height: 488px;
    }
    .ix_shuju_media_span{
        width: 48px;
        height: 48px;
    }
    .ix_shuju_media .media-body h1{
        font-size: 24px;
    }
}

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

    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 0px;
        height: 38px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        /*justify-content: center;*/
    }
    .nav_min .nav_container{
        position: relative;
        /*justify-content: center;*/
        padding: 0px;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 58px;
        top: 15px;
        background: none;
    }
    .md_sousuo:hover{
        background: none;
    }
    .search_anniu_top:after{
        border: 1px solid #000!important;
    }
    .search_anniu_top:before{
        background: #000!important;
    }
    .search_anniu_top2{
        width: 68px;
        height: 58px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .md_collapse .navbar-nav{
        padding: 15px 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: 16px;
        font-weight: normal;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }
    .nav_min .navbar-nav .pc_yuyan .nav-link{
        padding-left: 0px;
        padding-right: 40px;
    }

    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .pt-7{
        padding-top: 68px;
    }
    .pb-7{
        padding-bottom: 68px;
    }

    .nav_min .pc_yuyan .nav-link svg,.nav_min .pc_yuyan:hover .nav-link svg{
        fill: #fff;
    }
    .nav_min .pc_yuyan .nav-link,.navbar-light .navbar-nav .show>.nav-link,.nav_min .pc_yuyan:hover .nav-link{
        color: #fff;
        background: none;
    }

    .ps_ds_bt{
        font-size: 32px;
    }
    .ix_about_video{
        height: 380px;
    }
    .about_shuju_card .card-body .numU{
        font-size: 32px;
    }
    .at_fzlc_bottom .card .card-body{
        padding: 24px 0px 24px 0px;
    }
}

@media (max-width: 980px){
    
}

@media (max-width: 768px){
    .tanchuang_tuichu{
        right: 0px;
        background: none;
        margin-top: -5px;
    }

    .wrap,.wrap_lg,.wrap_md{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }

    .banner{
        height: 380px;
    }
    .products_banner h1{
        font-size: 30px;
        line-height: 42px;
    }
    .banner_nr h2,.ix_bt h2,.ps_ds_bt{
        font-size: 24px;
        line-height: 38px;
    }
    .ps_ds_fbt{
        font-size: 18px;
    }
    .p_16 p, .p_16{
        font-size: 14px;
        line-height: 24px;
    }
    .banner .swiper-pagination{
        bottom: 24px;
    }
    .gengduo{
        padding: 10px 24px;
        font-size: 14px;
    }
    .banner_nr{
        text-align: center;
    }
    .ix_about{
        padding: 24px;
    }

    .products_banner{
        height: 240px;
    }
    .ix_shuju_media{
        margin-top: 24px;
    }

    .at_fzlc_bottom .card{
        padding: 24px;
    }
    .at_fzlc_bottom .card .card-body h1{
        font-size: 38px;
    }
    .at_fzlc_bottom .card .card-body h4{
        font-size: 18px;
    }
    .ix_hzhb{
        height: 100px;
    }
    .at_fzlc_bottom{
        padding: 0px 15px 30px 15px;
    }
}














