/*聚诚在线（jc128.net）安全--简单--易用*/
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: 40px;
    z-index: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #fff;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a p{
    color: #000;
}

.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: 30px;
    z-index: 3000;
    bottom: 40px;
    width: 48px;
    height: 48px;
    line-height: 56px;
    border-radius: 48px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#f7b32e;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #f7b32e;
    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: #000;
}

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

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

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;
    line-height: 30px;
}
.font17{
    font-size: 17px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font22{
    font-size: 22px;
}

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-danger{
    color: #be171e!important;
}
.text-success{
    color: #24bd51!important;
}
.text-primary{
    color: #1da6dd!important;
}
.text-warning{
    color: #F9C359!important;
}

.text_light{
    font-weight: 300;
}

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

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

.no_margin{
    margin: 0px;
}

.ce_fluid{
    padding-left: 88px;
    padding-right: 88px;
}
.ce_xl_width{
    max-width: 1600px;
}
.ce_width{
    max-width: 1500px;
}

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

/*nav*/
.nav_min{
    padding: 0px 88px;
    border: none;
    background: #fff;
    transition: 0.5s;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
    transition: 0.5s;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}
.navbar-brand img{
    /*width: 100%;*/
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 30px 0px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 37px 0px 37px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    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.5s;
}
.nav_min .navbar-nav .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #F9C359;
}

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

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

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

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

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

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

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

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

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

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 120px;
    width: auto;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 5px 15px rgba(102, 102, 102, 0.1);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.pc_yuyan .dropdown-menu{
    right: auto;
    left: 0;
}
.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;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0s;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    position: relative;
    background: #fff;
    color: #666;
}
.top_xiala .dropdown-menu.menu_style2 a{
    border-bottom: none;
    padding: 14px 15px;
    color: #333;
}
.top_xiala .dropdown-menu a:last-child{
    border: none;
}
.top_xiala .dropdown-menu.menu_style2 a:hover{
    padding: 14px 15px 14px 15px;
    color: #fff;
    background: #F9C359;
}
.top_xiala .dropdown-menu a:hover{
    color: #fff;
    background: #F9C359;
}

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

.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #F9C359;
    color: #fff;
}

.md_collapse{
    position: relative;
}
.pc_yuyan{
    margin-right: 0px;
    margin-left: 30px;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 34px 20px 34px 20px;
    display: flex;
    align-items: center;
    font-weight: 300;
}
.pc_yuyan .dropdown-menu{
    width: auto;
}
    
.pc_yuyan .nav-link svg{
    fill: #000;
    transition: 0.5s;
}
.pc_yuyan .nav-link:hover svg{
    fill: #000;
}
.pc_yuyan:hover .nav-link svg{
    fill: #F9C359;
}

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

.products_card{
    margin-bottom: 30px;
}

.is-active{
    background: #fff;
    box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.1);
}
/*.is-active .navbar-brand{*/
/*    height: 40px;*/
/*    margin-top: 5px;*/
/*    margin-bottom: 5px;*/
/*}*/

@media (min-width: 1200px){
    .ix_nav_min{
        padding: 0px 68px;
        position: absolute;
        top: 0px;
        z-index: 1000;
        width: 100%;
        background: none;
    }
    .ix_nav_min .md_collapse{
        background: #F9C359;
        position: absolute;
        right: 0px;
        top: 0px;
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .ix_nav_min .navbar-brand{
        margin-top: 68px;
    }
    .ix_nav_min .md_collapse ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-height: 100%;
    }
    .ix_nav_min .navbar-nav .pc_yuyan{
        margin-left: 0px;
    }
    .ix_nav_min .navbar-nav .nav-link{
        font-weight: 400;
    }
    .ix_nav_min .navbar-nav .nav-link:hover,.ix_nav_min .navbar-nav .active>.nav-link{
        color: #000;
    }
    .ix_nav_min .pc_yuyan:hover .nav-link svg{
        fill: #000;
    }
    .ix_nav_min .logo1{
        display: none;
    }
}
@media (max-width: 1200px){
    .ix_nav_min .logo2{
        display: none;
    }
}

/*banner*/
.banner{
    height: 100vh;
    position: relative;
    background: #000;
    padding-right: 268px;
}

.banner_tel{
    position: absolute;
    top: 68px;
    right: 338px;
    z-index: 1000;
    text-align: right;
}
.banner_tel h1{
    font-size: 32px;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.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: center;
}
.banner_nr{
    width: 100%;
    text-align: center;
}
.banner_nr h1{
    font-size: 2.5rem;
    line-height: 60px;
    text-shadow: 1px 1px rgba(0,0,0,.5);
}
.banner .swiper-slide .banner_nr1{
    width: 715px;
    margin: auto;
}
.banner .swiper-slide .banner_nr2{
    width: 550px;
    text-align: left;
}
.banner .swiper-slide .banner_nr2 .db2{
    font-size: 22px;
    line-height: 36px;
}

.banner .swiper-pagination{
    bottom: 78px;
    left: 68px;
    color: rgba(255, 255, 255, 1);
    width: auto;
    font-size: 16px;
}
.banner .swiper-pagination .swiper-pagination-current{
    font-size: 36px;
    color: rgba(255, 255, 255, 1);
}

.banner .swiper-pagination{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #fff;
    padding-top: 40px;
}

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

.bt{
    position: relative;
    padding-bottom: 24px;
}
.bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background: #1da6dd;
    z-index: 100;
}
.bt2:before{
    left: 50%;
    margin-left: -25px;
}

.gengduo{
    padding: 22px 72px;
    background: #F9C359;
    color: #000;
    font-size: 18px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #F9C359;
    border-radius: 50px;
}
.gengduo svg{
    position: relative;
    top: -2px;
}
.gengduo2{
    background: #EFEFEF;
    border: 1px solid #EFEFEF;
}
.gengduo:hover{
    color: #000;
    background: #f7b32e;
    border: 1px solid #f7b32e;
}

.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: 0 5px 15px -5px rgba(29, 166, 221, 0.3);
}

.about_p p{
    line-height: 30px;
    margin-bottom: 18px;
}

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

/*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: none;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 7px;
        top: 21px;
        width: 2px;
        height: 16px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
}

.bottom_bg{
    background: #fff;
    color: #000;
    padding-top: 128px;
}

.bottom_top{
    border-bottom: 1px solid #3f3f3f;
    display: flex;
    margin-bottom: 68px;
    justify-content: space-between;
}
.bottom_top h6 a{
    color: #fff;
    padding: 30px 0px;
    display: inline-block;
}
.bottom_top h6 a:hover{
    color: #245eac;
}

.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    position: relative;
    color: #000;
    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: 48px;
    font-size: 16px;
    color: #606060;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #fff;
}
.bottom_ul .card a:hover{
    color: #f7b32e;
}
.bottom_ul .card h6 a{
    display: contents;
    line-height: 28px;
}

.di_beian{
    padding: 38px 0px;
    line-height: 24px;
    background: #333;
    margin-top: 48px;
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_follow li{
    margin-right: 14px!important;
    margin-bottom: 14px!important;
}
.bottom_follow li a{
    font-size: 20px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #F9C359;
    color: #fff;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_follow li a .fa{
    font-size: 20px;
    color: #fff;
}
.bottom_follow li a{
    color: #fff;
}
.bottom_follow li a:hover{
    color: #fff;
    background: #f7b32e;
}

.bottom_right_p{
    padding-right: 24px;
}
.bottom_contact li{
    padding-left: 28px;
    color: #fff;
    line-height: 36px;
    position: relative;
}
.bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: contain;
    position: absolute;
    top: 10px;
    left: 0px;
}

.bottom_input .input-group-text{
    border-radius: 0px;
    background: 111px;
    border-color: #333;
    padding: 15px;
}
.bottom_input .form-control{
    background: #F8F8F8;
    border: none;
    padding: 15px 18px;
    font-size: 16px;
    height: 58px;
    border-radius: 0px;
    box-shadow: none;
}
.bottom_input .input-group-append .btn{
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    border-color: #F9C359;
    background: #F9C359;
    color: #fff;
    font-size: 14px;
}
.bottom_input .input-group-append .btn:hover{
    border-color: #f7b32e;
    background: #f7b32e;
}

.erweima{
    margin-bottom: 24px;
}
.erweima p {
    margin-left: 13px;
}

.bottom_media{
    padding-right: 120px;
}
.bottom_media img{
    width: 215px;
    height: 215px;
    margin-right: 30px;
}
.bottom_media h2 svg{
    fill: #F9C359;
    width: 38px;
    height: 38px;
    margin-right: 14px;
    line-height: 38px;
    position: relative;
    top: -3px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_banner{
    /*background: url(../img/contact_banner.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    height: 300px;
    display: flex;
    align-items: center;
}

.contact_bt{
    font-size: 34px;
    line-height: 48px;
    margin-top: 78px;
    margin-bottom: 72px;
}

.row_1{
    margin-left: -1px;
    margin-right: -1px;
}
.col_1{
    padding-left: 1px;
    padding-right: 1px;
}

.contact_card_col{
    margin-bottom: 1px;
}
.contact_card{
    padding-top: 38px;
    padding-bottom: 0px;
    transition: 0.5s;
}
.contact_card .card-body img{
    width: 124px;
    height: 124px;
    object-fit: scale-down;
    margin-bottom: 30px;
}
.contact_card .card-body h5{
    font-size: 18px;
}
.contact_card .card-body h3{
    font-size: 26px;
}
.contact_card:hover{
    box-shadow: 0px 0px 30px rgba(153, 153,153, 0.2);
    z-index: 1000;
}

.content_swiper_top,.content_swiper_bottom{
    padding-left: 15px;
    padding-right: 15px;
}
.content_swiper_bottom{
    padding-top: 72px;
}
.content_swiper_top .swiper-wrapper{
    display: flex;
    justify-content: center;
}
.content_swiper_top .swiper-wrapper .swiper-slide{
    cursor: pointer;
    font-size: 22px;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    line-height: 22px;
    padding: 20px 68px;
    border-radius: 50px;
    border: 2px solid #F9C359;
    background: #fff;
    color: #F9C359;
}

.content_swiper_top .swiper-wrapper .swiper-slide-thumb-active,.content_swiper_top .swiper-wrapper .swiper-slide:hover{
    font-weight: 300;
    color: #000;
    background: #F9C359;
}

/* ----------------------------------------------------------------
    新闻资讯
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 610px;
    display: flex;
    align-items: center;
}

.about_us_ul li{
    padding-bottom: 24px;
}
.about_us_ul li a{
    display: inline-block;
    font-size: 22px;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    line-height: 22px;
    padding: 20px 68px;
    border-radius: 50px;
    border: 2px solid #F9C359;
    background: #fff;
    color: #F9C359;
    font-weight: 300;
    margin-bottom: 24px;
}
.about_us_ul .active a,.about_us_ul li a:hover{
    color: #000;
    background: #F9C359;
}

.news_card{
    padding: 18px;
    border-radius: 10px;
    font-weight: 300;
    transition: 0.5s;
}
.news_card .card-body h5{
    font-size: 20px;
}
.news_card .card-body span{
    display: inline-block;
    color: #F9C359;
    background: rgba(249, 195, 89, 0.1);
    padding: 8px 16px;
    border-radius: 5px;
    margin-bottom: 14px;
}
.news_card .card-body p{
    /*line-height: 24px;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    /*height: 48px;*/
    /*font-size: 16px;*/
}
.news_card:hover{
    box-shadow: 0px 0px 30px rgba(102, 102, 102, 0.2);
}
.maximg img{
    max-width: 100%;
    height: auto !important;
}

.fangda.newsimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    background: #fff;
    color: #AAA;
    margin: 0px;
    width: 40px;
    height: 40px;
    /*border-radius: 40px!important;*/
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.pagination a:hover{
    color: #F9C359;
}
.page_ul{
    background: #fff;
    height: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.page_ul a{
    margin-right: 0px;
}
.pagination a.page_link_left{
    margin-right: 20px;
    border-radius: 40px;
}
.pagination a.page_link_right{
    margin-left: 20px;
    border-radius: 40px;
}
.page_ul a.page-num-current{
    width: 52px;
    height: 52px;
    border-radius: 8px!important;
    background: #F9C359;
    box-shadow: 0px 0px 13px rgba(249, 195, 89, 1.0);
    border: 1px solid #F9C359;
    color: #fff;
}

/* ----------------------------------------------------------------
    设备展示
----------------------------------------------------------------- */
.device_banner{
    background: url(../img/device_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 610px;
    display: flex;
    align-items: center;
}
.device_card{
    margin-bottom: 108px;
    display: flex;
}
.device_card_img{
    display: flex;
    flex-direction: row-reverse;
}
.device_card .card-img-overlay{
    display: flex;
    align-items: center;
    font-weight: 300;
}
.device_card .card-img-overlay .row{
    width: 100%;
}
.device_card .card-img-overlay h3{
    padding-bottom: 24px;
    border-bottom: 2px solid #000;
    margin-bottom: 36px;
}
.device_card .card-img-overlay p{
    font-size: 16px;
    line-height: 30px;
    padding-right: 30%;
}
.device_card2 .device_card_img{
    text-align: right;
}
.device_card2 .card-img-overlay p{
    padding-left: 30%;
    padding-right: 0px;
}
.device_card_icon{
    transform:rotate(180deg);
}

/* ----------------------------------------------------------------
    产品中心
----------------------------------------------------------------- */
.product_banner{
    background: url(../img/product_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 610px;
    display: flex;
    align-items: center;
}

.fangda.proimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.proimg:hover .fdimg{
    transform:scale(1.1);
}

.product_nav_ul{
    /*border-bottom: 1px solid #eee;*/
    margin-bottom: 24px;
}
.product_nav_ul .product_nav_ul_bt a{
    border: 2px solid #F9C359;
    color: #F9C359;
    background: #fff;
}
.product_nav_ul li a{
    display: inline-block;
    font-size: 20px;
    width: auto;
    margin-right: 12px;
    line-height: 22px;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 300;
    margin-bottom: 24px;
}
.product_nav_ul .active a,.product_nav_ul li a:hover{
    color: #000;
    background: #F9C359;
}
.product_nav_ul a.product_nav_ul_bt{
    display: inline-block;
    font-size: 20px;
    width: auto;
    margin-right: 12px;
    line-height: 22px;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 300;
    margin-bottom: 24px;
    border: 2px solid #F9C359;
    color: #F9C359;
    background: #fff;
}
.product_nav_ul a.active,.product_nav_ul a:hover{
    color: #000;
    background: #F9C359;
}

.sousuo_group2{
    position: relative;
    height: 82px;
    border-radius: 82px;
    background: #fff;
    padding: 6px;
    border: 1px solid #E9E9E9;
}
.sousuo_control2{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px 8px 8px 8px;
    height: 70px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    font-size: 18px;
}

.sousuo_submit{
    display: inline-block;
    font-size: 20px;
    background: #F9C359;
    padding: 24px 62px;
    color: #fff;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 20px;
    border: none;
}
.sousuo_submit:hover{
    color: #fff;
    background: #f7b32e;
}

.sousuo_group2 .pt_sousuo_icon{
    width: 70px;
    height: 70px;
}
.sousuo_group2 .pt_sousuo_icon img{
    width: 70px;
    height: 70px;
    object-fit: scale-down;
}

.product_card{
    position: relative;
    overflow: visible;
    transition: 0.5s;
    margin-bottom: 78px;
}
.product_card:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 116px;
    border-radius: 50%;
    background: #000;
    box-shadow: 0px 30px 50px rgba(153, 153, 153, 0.5);
}
.product_card img{
    z-index: 100;
}
.product_card .card-img-overlay{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding:24px 30px 42px 30px;
    z-index: 100;
    color: #000;
}
.product_card:hover{
    box-shadow: 0px 15px 30px rgba(153, 153, 153, 0.3);
}

.product_bt{
    font-size: 70px;
}

/**/
.flexing {
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
}
@media (max-width: 900px) {
    .flexing {
        flex-flow: column;
    }
}
.flexing .section{
    flex: 1;
    transition: 0.5s ease;
    padding-left: 7px;
    padding-right: 7px;
}
.flexing .section .card{
    position: relative;
    color: #000;
}
.flexing .section .card:before{
    content: "";
    position: absolute;
    bottom: 130px;
    left: 0px;
    width: 100%;
    height: 302px;
    border-radius: 500px;
    background: #000;
    box-shadow: 0px 30px 80px rgba(156, 104, 0, 0.6);
    opacity: 0;
    transition: 0.5s ease;
}
.flexing .section .card:hover:before{
    opacity: 1;
}
.flexing .section .card .pt_zhanshi_img{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.flexing .section .card .pt_zhanshi_img .pt_zhanshi_img_gd{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.5s ease;
}
.flexing .section .card:hover .pt_zhanshi_img .pt_zhanshi_img_gd{
    opacity: 1;
}
.flexing .section .card .img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.flexing .section .card .card-body h5{
    margin-top: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 30px;
}
.flexing .section:hover {
    flex: 2;
}

.pt_details_swiper .swiper-wrapper .swiper-slide{
    background: #f5f5f5;
    cursor: pointer;
    opacity: 0.6;
    padding: 6px;
    border: 1px solid #eee;
}
.pt_details_swiper .swiper-wrapper .swiper-slide img,.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt_details_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}

.pt_details_swiper2 .swiper-button-next,.pt_details_swiper2 .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.pt_details_swiper2 .swiper-button-prev{
    left: 15px;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-next{
    right: 15px;
    margin-top: -25px;
}
.pt_details_swiper2 .swiper-button-prev:after,.pt_details_swiper2 .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.pt_details_swiper2 .swiper-button-prev:hover:after,.pt_details_swiper2 .swiper-button-next:hover:after{
    color: #fff;
}
.pt_details_swiper2 .swiper-button-next:hover,.pt_details_swiper2 .swiper-button-prev:hover{
    background: rgba(249,195,89,1);
}

.pt_ds_bt{
    margin-top: 48px;
    padding-bottom: 38px;
    position: relative;
    margin-bottom: 24px;
}
.pt_ds_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 58px;
    height: 5px;
    border-radius: 5px;
    background: #F9C359;
}
.pt_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.pt_ds_ul p{
    font-size: 20px;
    line-height: 52px;
}

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

.about_media{
    margin-top: 78px;
}
.about_media img{
    width: 300px;
    height: 322px;
    margin-right: 68px;
}
.about_media{
    padding-right: 24px;
}

.aobut_yw{
    background: url(../img/aobut_yw.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.aobut_yw_media{
    flex-direction: row-reverse;
}
.aobut_yw_media h1{
    margin-left: 68px;
    padding-left: 68px;
    border-left: 1px solid rgba(112, 112, 112, 0.3);
    padding-top: 38px;
    padding-bottom: 78px;
}
.aobut_yw_media .media-body{
    padding-top: 24px;
}

.about_shuju{
    margin-top: 24px;
}
.about_shuju .card-body h1 strong{
    font-size: 60px;
    color: #F9C359;
}
.about_shuju .card-body h1 span{
    font-size: 16px;
    color: #BFBFBF;
}

.about_honor{
    background: url(../img/about_honor.png) #000;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding-left: 100%;
    margin-left: -100%;
    position: relative;
    overflow: hidden;
}
.about_honor1{
    background: url(../img/about_honor1.jpg) #000;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.about_honor_bt{
    position: absolute;
    right: 68px;
    top: 78px;
    z-index: 1000;
}
.honor_swiper_bg{
    padding: 288px 62px 88px 62px;
    background: #F9C359;
}
.honor_swiper{
    width: 100%;
    height: 458px;
}
.honor_swiper .swiper-wrapper .swiper-slide{
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
    opacity: 0.5;
}
.honor_swiper .swiper-wrapper .swiper-slide-thumb-active{
    font-size: 24px;
    opacity: 1;
}
.honor_swiper .swiper-wrapper .swiper-slide-thumb-active:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}
.honor_swiper .swiper-wrapper .swiper-slide-thumb-active:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
}
.honor_swiper2{
    margin-top: 48px;
    z-index: 1000;
}
.honor_swiper2 .media img{
    width: 278px;
    margin-left: 78px;
}
.honor_swiper2 .media .media-body h1{
    font-size: 46px;
    padding-bottom: 24px;
    margin-bottom: 32px;
    position: relative;
}
.honor_swiper2 .media .media-body h1:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 48px;
    height: 5px;
    background: #fff;
}
.honor_swiper2 .media .media-body h1 span{
    font-size: 20px;
}

.honor_swiper2 .swiper-button-next,.honor_swiper2 .swiper-button-prev{
    width: 32px;
    height: 32px;
}
.honor_swiper2 .swiper-button-prev{
    top: auto;
    left: 0px;
    bottom: 0px;
}
.honor_swiper2 .swiper-button-next{
    top: auto;
    right: auto;
    left: 68px;
    bottom: 0px;
}
.honor_swiper2 .swiper-button-next:after, .honor_swiper2 .swiper-button-prev:after{
    content: none;
}

.policy_right{
    position: absolute;
    right: 15px;
    bottom: 0px;
    background: rgba(249, 195, 89, 0.9);
    padding: 68px 68px 68px 68px;
    width: 720px;
    height: 100%;
    z-index: 1000;
    clip-path: polygon( 120px 0, calc(100% - 0px) 0, 100% 0px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0px 100%, 0 calc(100% - 0px), 0 120px);
}

.policy_swiper_left{
    width: 56%;
    margin-bottom: 88px;
}
.policy_swiper2 .swiper-wrapper .swiper-slide{
    position: static;
}
.policy_swiper .swiper-wrapper .swiper-slide{
    background: #F9C359;
    cursor: pointer;
    opacity: 1;
    border: 1px solid #eee;
}
.policy_swiper .swiper-wrapper .swiper-slide img,.policy_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.policy_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
.policy_swiper .swiper-wrapper .swiper-slide-thumb-active img{
    opacity: 0.6;
}
.policy_p p{
    line-height: 32px;
}

.policy_swiper{
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}

.policy_swiper_left{
    clip-path: polygon( 0px 0, calc(100% - 160px) 0, 100% 160px, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0px 100%, 0 calc(100% - 0px), 0 0px);
}

.about_partners{
    background: #F8F8F8;
    border-radius: 24px;
    padding: 30px;
    height: 190px;
    margin-bottom: 30px;
    transition: 0.5s;
}
.about_partners img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.about_partners:hover{
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.about_dhy_bg{
    background: url(../img/about_dhy_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_card{
    padding-right: 78px;
    border-left: 1px dashed #fff;
    padding-left: 32px;
    position: relative;
    height: 376px;
}
.about_card:after{
    content: "";
    position: absolute;
    left: -13px;
    bottom: 0px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #fff;
}
.about_card:before{
    content: "";
    position: absolute;
    left: -4px;
    top: 0px;
    width: 7px;
    height: 48px;
    border-radius: 25px;
    background: #fff;
}

.about_dhy_bt{
    position: absolute;
    left: 15px;
    top: 0px;
}
.about_card1{
    margin-top: 430px;
}
.about_card2{
    margin-top: 268px;
}
.about_card3{
    margin-top: 110px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.ix_hzkh_swiper{
    padding: 24px 15px 30px 15px;
}

.ix_news_bg{
    background: url(../img/ix_news_bg.png) #f9f9f9;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.ix_news{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
    width: 115%;
}

.row_1{
    margin-left: -1px;
    margin-right: -1px;
}
.col_1{
    padding-left: 1px;
    padding-right: 1px;
}

.dq_pro_img{
    height: 300px;
    display: flex;
    justify-content: center;
}
.dq_pro_img img{
    /*max-width: 100%;*/
    max-height: 300px;
}

.ix_news_swiper{
    height: 300px;
    margin-top: 48px;
}
.news_gengduo{
    padding: 22px 68px;
    margin-top: 120px;
}
.ix_news_swiper .swiper-wrapper .swiper-slide{
    font-size: 24px;
    display: flex;
    align-items: center;
    line-height: 30px;
    color: #9A9A9A;
    padding: 12px 12px 12px 72px;
    cursor: pointer;
    position: relative;
}
.ix_news_swiper .swiper-wrapper .swiper-slide:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 42px;
    height: 5px;
    margin-top: -3px;
    border-radius: 50px;
}
.ix_news_swiper .swiper-wrapper .swiper-slide-thumb-active{
    color: #F9C359;
}
.ix_news_swiper .swiper-wrapper .swiper-slide-thumb-active:before{
    background: #F9C359;
}

.ix_news_card{
    margin-bottom: 2px;
}
.ix_news_card .card-body{
    padding: 42px 42px 62px 42px;
}
.ix_news_card .card-body h1{
    font-size: 40px;
}
.ix_news_card .card-body h5{
    color: #BEBEBE;
    margin-bottom: 24px;
}
.ix_news_card .card-body h4{
    font-size: 22px;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 80px;
    margin-bottom: 18px;
}
.ix_news_card .card-body p{
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
    margin-top: 20px;
    margin-bottom: 32px;
}
.ix_news_card .card-body span{
    color: #CCC;
    font-size: 18px;
}
.ix_news_card:hover{
    background: #F9C359;
    color: #fff;
}
.ix_news_card:hover .card-body h1,.ix_news_card:hover .card-body h5,.ix_news_card:hover .card-body span{
    color: #fff!important;
}

.ix_sousuo{
    background: #fff;
    padding: 8px;
}
.ix_sousuo_input{
    position: relative;
    height: 88px;
    border-radius: 88px;
    background: #fff;
    padding: 12px;
}
.ix_sousuo_input{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px 8px 8px 30px;
    height: 64px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.ix_sousuo_submit{
    display: inline-block;
    font-size: 22px;
    background: #F9C359;
    padding: 24px 58px;
    color: #fff;
    border-radius: 50px;
    transition: 0.5s;
    border: none;
}
.ix_sousuo_submit:hover{
    color: #fff;
    background: #f7b32e;
}

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

.ix_about_card{
    margin-bottom: 220px;
    overflow: visible;
}
.ix_about_card .card-body{
    height: 100%;
    background: #F9C359;
    padding: 68px 78px 68px 25%;
    box-shadow: 0px 88px 100px rgba(249, 195, 89, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ix_about_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ix_about_nanniu{
    display: flex;
    justify-content: space-evenly;
}
.ix_about_nanniu div{
    width: 50%;
}
.ix_about_nanniu1{
    background: #fff;
    border-color: #fff;
    width: 100%;
    text-align: center;
    padding: 24px 24px;
}
.ix_about_nanniu2{
    background: #000;
    border-color: #000;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 22px 24px;
}
.ix_about_nanniu2 svg{
    fill: #fff;
    transition: 0.5s;
}
.ix_about_nanniu2:hover svg{
    fill: #000;
}

.ix_product_bt{
    padding-top: 110px;
}

/*补充*/
.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
}
.ns_ds_bottom .gengduo{
    padding: 14px 48px;
    line-height: 18px;
}

.ix_product_swiper{
    padding-left: 15px;
    padding-right: 15px;
}

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

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

    .ce_fluid{
        padding-left: 15px;
        padding-right: 15px;
    }

    .bottom_bg{
        padding-top: 68px;
    }

    .bottom_media{
        padding-right: 0px;
    }

    .about_media,.contact_bt{
        margin-top: 120px;
    }
    .policy_right{
        width: 50%;
    }
    .policy_swiper_style{
        width: 55%;
    }

    .ix_about_card .card-body{
        padding: 68px 30px 68px 30px;
    }

    .news_gengduo{
        width: 100%;
        padding: 22px 24px;
        text-align: center;
    }

    .ix_news{
        width: 100%;
    }

    .pt_ds_bt{
        margin-top: 0px;
    }
}
@media (max-width: 1360px){
    .navbar-brand{
        margin-right: 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0 20px;
    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 5px;
        margin-top: 14px;
        margin-bottom: 14px;
        padding: 0px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: flex-start;
         min-height: 68px;
    }
    .nav_min .container{
        position: relative;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 54px;
        top: 0px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

    .md_collapse{
        border-top: 1px solid #eee;
        margin-top: 68px;
    }
    .md_collapse .navbar-nav{
        padding: 0px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 22px 40px 22px 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }
    .nav_min .navbar-nav .pc_yuyan .nav-link{
        padding-left: 0px;
        padding-right: 40px;
    }

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

    .bottom_media img{
        width: 100px;
        height: 100px;
        margin-right: 15px;
    }
    .bottom_media{
        padding-right: 24px;
    }

    .contact_banner{
        height: 420px;
    }
    .about_media{
        margin-top: 68px;
    }
    .about_shuju .card-body h1 strong{
        font-size: 48px;
    }
    .product_bt{
        font-size: 48px;
    }
    .honor_swiper_bg{
        padding: 288px 30px 88px 30px;
    }
    .policy_right{
        position: static;
        width: 100%;
        margin-top: 32px;
        clip-path: none;
    }
    .policy_swiper_style{
        width: 100%;
    }
    .policy_swiper_left{
        clip-path: none;
    }
    .about_card{
        padding-right: 0px;
    }

    .banner{
        height: 600px;
        padding-right: 0px;
    }
    .banner_tel{
        top: 48px;
        right: 30px;
    }
    .banner .swiper-wrapper .swiper-slide .banner_bg{
        padding: 30px;
    }
    .banner .swiper-pagination{
        left: 30px;
        bottom: 30px;
    }
    .banner_nr h1{
        font-size: 38px;
        line-height: 58px;
    }

    .ix_product_bt{
        padding-top: 80px;
    }
    .ix_about_card .card-body{
        padding: 68px 30px;
    }

    .ix_about_card{
        margin-bottom: 120px;
    }

    .ix_news_card .card-body{
        padding: 30px;
    }
    .ix_news_swiper .swiper-wrapper .swiper-slide{
        font-size: 18px;
        padding-left: 38px;
    }
    .ix_news_swiper .swiper-wrapper .swiper-slide:before{
        width: 24px;
        height: 3px;
        margin-top: -2px;
    }
    .gengduo{
        font-size: 16px;
    }

    .flexing .section .card .pt_zhanshi_img{
        height: 200px;
    }
    .flexing .section .card .img{
        height: 200px;
    }
    .policy_swiper_left{
        width: 100%;
        margin-bottom: 0px;
    }
    .policy_swiper{
        position: static;
    }
}
@media (max-width: 900px){
    .nav_min .container{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .bottom_bg{
        padding-top: 24px;
    }
    .bottom_top{
        margin-bottom: 0px;
        border: none;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 16px;
        border-top: 1px solid #ddd;
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }
    
    .contact_banner{
        height: 380px;
    }
    .content_swiper_top .swiper-wrapper .swiper-slide{
        font-size: 18px;
        padding: 16px 48px;
        margin-left: 14px;
        margin-right: 14px;
    }

    .aobut_yw_media{
        flex-direction: column;
    }
    .aobut_yw_media h1{
        border: none;
        margin-left: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .about_honor{
        padding-left: 0%;
        margin-left: 0%;
    }
    .about_honor_p{
        padding: 0px;
    }
    .about_honor_bt{
        position: static;
        padding: 68px 15px 15px 15px;
    }
    .honor_swiper2{
        padding: 15px 15px 48px 15px;
    }
    .honor_swiper2 .swiper-button-next{
        bottom: 48px;
    }
    .honor_swiper2 .swiper-button-prev{
        bottom: 48px;
        left: 15px;
    }
    .honor_swiper_bg{
        padding: 48px 30px 48px 30px;
    }
    .policy_right{
        padding: 48px 30px;
    }
    .about_dhy_bt{
        position: static;
    }
    .about_card{
        margin-top: 30px;
    }
    .about_dhy_bg{
        position: relative;
    }
    .about_dhy_bg:before{
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        background: rgba(15, 93, 180, 0.5);
    }

    .about_us_ul li a{
        font-size: 14px;
        margin: 0px 0px 12px 0px;
        padding: 12px 32px;
    }
    .device_card .card-img-overlay{
        position: absolute;
        position: static;
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }
    .device_card .card-img-overlay .col-lg-6{
        padding-left: 0px;
        padding-right: 0px;
    }
    .device_card .card-img-overlay p{
        padding-right: 0px;
        padding-left: 0px;
    }
    .device_card{
        margin-bottom: 68px;
    }
    .about_us_ul li{
        padding-bottom: 0px;
    }
    .device_card2 .device_card_img{
        text-align: left;
    }

    .news_gengduo{
        margin-top: 68px;
        margin-bottom: 48px;
    }

    .ns_ds_bottom{
        flex-direction: column;
        align-items: flex-start;
    }
    .ns_ds_bottom .gengduo{
        margin-top: 30px;
    }

    .flexing .section .card .pt_zhanshi_img{
        height: auto;
    }
    .flexing .section .card .img{
        height: auto;
        max-height: 200px;
    }
}

@media (max-width: 768px){
    .contact_banner{
        height: 120px;
    }
    .contact_bt{
        font-size: 22px;
        line-height: 32px;
        margin-top: 58px;
        margin-bottom: 38px;
    }
    .content_swiper_top .swiper-wrapper{
        justify-content: flex-start;
    }
    .content_swiper_top .swiper-wrapper .swiper-slide{
        margin-left: 0px;
        font-size: 14px;
        padding: 12px 38px;
    }
    .content_swiper_top .swiper-wrapper .swiper-slide:last-child{
        margin-right: 0px;
    }
    .bottom_media{
        padding-right: 0px;
    }
    .bottom_media h2{
        font-size: 22px;
    }

    .about_media{
        flex-direction: column;
        padding-right: 0px;
    }
    .about_media img{
        width: 180px;
        height: 190px;
        margin: 0px auto;
    }
    .product_bt{
        font-size: 30px;
    }
    .honor_swiper2 .swiper-wrapper .swiper-slide .media{
        flex-direction: column;
    }
    .honor_swiper2 .media img{
        margin: 48px auto 0px auto;
    }
    .honor_swiper2{
        padding-bottom: 88px;
    }
    .honor_swiper2 .swiper-button-next{
        left: 50%;
        bottom: 38px;
        margin-left: 10px;
    }
    .honor_swiper2 .swiper-button-prev{
        left: 50%;
        bottom: 38px;
        margin-left: -42px;
    }

    .about_partners{
        height: 108px;
    }
    .banner{
        height: 480px;
    }
    .banner_tel{
        top: 30px;
    }
    .banner_nr h1{
        font-size: 24px;
        line-height: 32px;
    }
    .banner .swiper-slide .banner_nr2{
        width: 100%;
    }
    .banner .swiper-slide .banner_nr .dbh1 {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .banner .swiper-pagination {
        width: 82px;
        height: 82px;
        border-radius: 82px;
        padding-top: 32px;
    }
    
    
    .ix_about_card{
        margin-bottom: 68px;
    }
    .ix_news_swiper{
        margin-top: 0px;
    }
    .news_gengduo{
        margin-top: 24px;
    }

    .product_nav_ul li a{
        font-size: 14px;
        padding: 10px 24px;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .sousuo_group2,.ix_sousuo{
        height: 68px;
        padding: 4px;
    }
    .ix_sousuo_input,.sousuo_group2 .pt_sousuo_icon img,.sousuo_control2,.sousuo_group2 .pt_sousuo_icon{
        height: 60px;
    }
    .sousuo_submit,.ix_sousuo_submit{
        font-size: 16px;
        padding: 12px 24px;
        height: 60px;
        display: flex;
        align-items: center;
    }
    .navbar-brand, .is-active .navbar-brand{
        height: 32px;
        margin-top: 18px;
        margin-bottom: 18px;
    }
}