/*聚诚在线（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: #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: #FFA600;
}
.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 #FFA600;
}
.Checkbox label:before {
    background: url(../img/ico_tick.svg) no-repeat center;
    background-size: 0;
    border-radius: 50%;
    transition: 0.2S;
}
.Checkbox input:checked + label:before {
    background-color: #FFA600;
    background-size: 16px;
    border-color: #FFA600;
}
.HoverLabel label {
    display: block;
    border-radius: 4px;
    padding: 4px;
    width: 100%;
}
.HoverLabel label:hover {
    background-color: #EEE;
}

/*返回顶部*/
.totop{
    position: fixed;
    right: 12px;
    z-index: 3000;
    bottom: 60px;
    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:#000;
    display: none;
    transition: all 0.5s;   
}
.totop:hover{
    background: #FFA600;
    color:#fff;
}

@media (max-width: 900px){
    .right_xf{
        display: none!important;
    }
    .totop{
        display: none!important;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus,input:focus{outline:0;}

a{
    color: #333;
}

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

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

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

p{
    line-height: 24px;
}

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

h3{
    line-height: 46px;
}

h4{
    line-height: 42px;
}

h5{
    line-height: 32px;
}

.pem{
    text-indent: 2em;
}

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

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-danger{
    color: #FF0000!important;
}
.text-success{
    color: #57B37B!important;
}
.text-primary{
    color: #1345A3!important;
}
.text-warning{
    color: #FFA600!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: 1600px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 96%;
    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: 1400px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.gs {padding: 13px 8px 13px 6px;
    display: flex
;
    align-items: center;
    color: #fff;
    background: #FFA600;
    border-radius: 42px;
    transition: 0.5s;
    margin-left: 8px;}

.gs a {

    align-items: center;
    color: #fff;
    background: #FFA600;
    border-radius: 42px;
    transition: 0.5s;
    margin-left: 8px;
   }
    



.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_min{
    padding: 0px 0px 0px 0px;
    border: none;
    background: rgba(255, 255, 255, 1);
    transition: all 0.5s;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 52px;
    transition: 0.5s;
    margin-right: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 0px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 38px 20px 38px 30px;
    position: relative;
}
.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{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    /*text-transform: uppercase;*/
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}*/
.nav_min .nav-link strong{
    position: relative;
    font-weight: 400;
}
.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: #fff;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #fff;
}

.nav-link:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 48px;
    margin-top: -24px;
    border-radius: 48px;
    background: #FFA600;
    opacity: 0;
    z-index: 0;
}
.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link:before{
    opacity: 1;
    color: #fff;
}


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

.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: #000;
    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: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    border-top: 1px solid #FFA600;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.nav_min .container{
    position: static;
}
.top_xiala2{
    position: static;
    display: block;
}
.top_xiala2 .dropdown-menu{
    padding-top: 58px;
    padding-bottom: 58px;
}
.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: 1198px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}

.menu_a a{
    padding: 15px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    color: #000;
    background: #fff;
    text-align: center;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #fff;
    background: #FFA600;
}

.nav_products_img{
    border-radius: 20px;
}

.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: 1198px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #FFA600;
    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: 13px 38px 13px 16px;
    display: flex;
    align-items: center;
    color: #fff;
    background: #FFA600;
    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: #DE9204;
}
.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: #FFA600;
}
.md_sousuo:hover{
    background: #DE9204;
}
.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: 88px;
    padding-bottom: 88px;
}
.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: #265787;
}
.tanchuang_tuichu:hover .search_anniu2:after{
    background: #fff;
}
.tanchuang_tuichu:hover .search_anniu2:before{
    background: #fff;
}

.hidden{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

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

.banner_card{
    height: 760px;
    border-radius: 0px;
}
.banner_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_card .card-img-overlay{
    display: flex;
    align-items: center;
}
.banner_card_nr h1{
    font-size: 42px;
    line-height: 58px;
}
.banner_card_nr h6{
    font-size: 18px;
    line-height: 30px;
}

/*主体*/
.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);
}

.gengduo{
    padding: 14px 38px;
    background: none;
    color: #000!important;
    font-size: 17px;
    line-height: 24px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #000;
}
.gengduo svg{
    fill: #000;
    position: relative;
    width: 24px;
    height: 24px;
    top: -2px;
    transition: 0.5s;
}
.gengduo:hover{
    color: #fff!important;
    background: #FFA600;
    border: 2px solid #FFA600;
}
.gengduo:hover svg{
    fill: #fff;
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0px 10px 30px rgba(0, 37, 74, 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: 18px;
}

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

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

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

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

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

.ix_bt h1{
    font-size: 48px;
}
.ix_bt_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ix_bt_flex .media{
    width: 50%;
}
.ix_bt_flex .media h1{
    margin-right: 58px;
}

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

.ix_products{
    background: none;
    overflow: visible;
}
.ix_products .card-body{
    padding: 58px 30px 188px 30px;
    border-radius: 24px;
    box-shadow: 0px 0px 24px rgba(184, 184, 184, 0.16);
    background: #fff;
    margin-bottom: 140px;
}
.ix_products .card-body img{
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -140px;
    width: 280px;
    height: 280px;
    border-radius: 280px;
}

.ix_about_card1{
    border-radius: 200px;
    height: 578px;
    background: #FFA600;
}
.ix_about_card1 .fangda{
    height: 100%;
}
.ix_about_card1 .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ix_about_card1 .card-img-overlay{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ix_about_card1 .card-img-overlay h2{
    font-size: 38px;
}
.ix_about_card1 .card-img-overlay h1{
    font-size: 58px;
}
.ix_about_card2{
    border-radius: 38px;
    height: 578px;
}
.ix_about_card2 .fangda{
    height: 100%;
}
.ix_about_card2 .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_about{
    position: relative;
}
.ix_about .wrap{
    position: relative;
    z-index: 1000;
}
.ix_about:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 28px;
    width: 52vw;
    height: 100%;
    background: #fff;
    border-top-right-radius: 200px;
}
.ix_about:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 40vh;
    background: #fff;
}

.ix_mg_card{
    height: 656px;
    border-radius: 48px;
    border-bottom-right-radius: 0px;
}
.ix_mg_card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_mg_card .card-img-overlay{
    display: flex;
    align-items: center;
}
.ix_mg_card_nr h1{
    font-size: 42px;
}
.ix_mg_card_nr ul li{
    position: relative;
    padding-left: 20px;
}
.ix_mg_card_nr ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
}
.ix_mg_card_anniu{
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #fff;
    padding: 24px 38px 38px 38px;
    border-top-left-radius: 58px;
}
.ix_mg_card_anniu a{
    margin-left: 8px;
    margin-right: 8px;
}
.ix_rubber_bg{
    background: url(../img/ix_rubber_bg.png);
    background-position: bottom -120px center;
    background-repeat: no-repeat;
}

.ix_rubber_card{
    border-radius: 24px;
    padding: 12px;
    box-shadow: 0px 0px 24px rgba(139, 139, 139, 0.16);
}

.ix_news_swiper{
    padding: 0px 24px 48px 24px;
}
.ix_news_swiper .swiper-button-next,.ix_news_swiper .swiper-button-prev{
    width: 90px;
    height: 42px; 
    background: rgba(38,87,135,0);
    border: 1px solid #000;
    border-radius: 42px;
    z-index: 1000;
}
.ix_news_swiper .swiper-button-next svg,.ix_news_swiper .swiper-button-prev svg{
    width: 28px;
    height: 28px;
}
.ix_news_swiper .swiper-button-prev{
    left: auto;
    right: 130px;
    top: 48px;
    margin-top: 0px;
}
.ix_news_swiper .swiper-button-next{
    right: 24px;
    top: 48px;
    margin-top: 0px;
}
.ix_news_swiper .swiper-button-prev:after,.ix_news_swiper .swiper-button-next:after{
    content: none;
}
.ix_news_swiper .swiper-button-next:hover,.ix_news_swiper .swiper-button-prev:hover{
    background: rgba(0,0,0,1);
    border: 1px solid #000;
}
.ix_news_swiper .swiper-button-next:hover svg,.ix_news_swiper .swiper-button-prev:hover svg{
    fill: #fff;
}

.ix_news_bg{
    position: relative;
}
.ix_news_bg:before{
    content: "NEWS";
    position: absolute;
    right: 0px;
    top: 128px;
    font-size: 200px;
    color: rgba(0, 0, 0, 0.02);
}

.ix_news_card{
    background: none;
}
.ix_news_card .fangda{
    border-radius: 24px;
    position: relative;
}
.ix_news_card_right{
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1000;
    background: #fff;
    justify-content: center;
    align-items: center;
}
.ix_news_card_right svg{
    width: 24px;
    height: 24px;
}
.ix_news_card_right:hover{
    background: #FFA600;
}
.ix_news_card_right:hover svg{
    fill: #fff;
}
.ix_news_card_rq{
    display: inline-block;
    background: #FFA600;
    padding: 12px 28px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    line-height: 24px;
}
.ix_news_card .card-body{
    padding-left: 0px;
    padding-right: 0px;
}
.ix_news_card .card-body h5{
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.ix_news_card .card-body p{
    font-size: 15px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
}

.ix_news_card{
    margin-bottom: 68px;
}

.bg_f4f4f4{
    background: #f4f4f4;
}

/*bottom*/
@media (min-width: 980px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 980px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 980px){
    .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
        transform: rotate(90deg);
        opacity: 0;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 6px;
        top: 23px;
        width: 1px;
        height: 13px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
        transform: rotate(0deg);
        opacity: 1;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 29px;
        width: 13px;
        height: 1px;
        background: #fff;
        text-align: center;
        transition: 0.5s;
    }
}

.bottom_bg{
    background: #121212;
    padding-top: 88px;
    color: #fff;
    margin-bottom: 48px;
    border-radius: 40px;
}

.bottom_ul{
    padding-bottom: 48px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 20px;
    position: relative;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card .bottom_nav_a a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #A4A4A4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #FFA600;
}

.di_beian{
    padding: 38px 0px;
    line-height: 30px;
    margin-top: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.botom_beianhao .list-inline-item:not(:last-child){
    margin-right: 48px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_contact li{
    padding-left: 28px;
    color: #A4A4A4;
    line-height: 36px;
    position: relative;
    font-size: 16px;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 8px;
    left: 0px;
}
.bottom_bg .bottom_contact li span{
    margin-left: 70px;
}

.bottom_erweima{
    display: flex;
    justify-content: flex-end;
}
.bottom_erweima_card{
    background: none;
}
.bottom_erweima_card .card-body{
    padding: 0px;
}
.bottom_erweima_card .card-body img{
    width: 260px;
    height: 260px;
    padding: 5px;
    background: #fff;
    object-fit: scale-down;
}

.bottom_bg .bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_bg .bottom_follow .list-inline-item:not(:last-child){
    margin-right: 12px;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    color: #000;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #000;
    fill: #000;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #000;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #FFA600;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_dibu{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.ix_dzlc_card .card-body{
    padding: 0px;
}
.ix_dzlc_card .card-body span{
    width: 120px;
    height: 120px;
}
.ix_dzlc_card2 .card-body span{
    background: none;
    border: 2px solid #fff;
}


.bottom_form{
    background: #fff;
    border-radius: 20px;
    padding: 5px;
}
.bottom_form .form-control{
    background: none;
    border-radius: 20px;
    height: 52px;
    outline: none;
    box-shadow: none;
    padding: 14px 18px;
    border: none;
}
.bottom_form .input-group-append a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 52px;
    border-radius: 20px;
    background: #FFA600;
    color: #fff;
}

.size_chart_table{
    background: #eee;
}
.size_chart_table td,.size_chart_table th{
    text-align: center;
    vertical-align: middle;
    color: #333;
    padding: 18px 12px;
    line-height: 30px;
}
.size_chart_table .size_chart_table_jiacu td,.size_chart_table .size_chart_table_jiacu th{
    font-weight: 700;
}

.form_wholesale .form-control{
    border-radius: 0px;
    padding: 12px 18px;
}
.form_wholesale .form_input_height{
    height: 52px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner_nr{
    padding-right: 300px;
}
.about_banner_nr_left{
    width: 95%;
}
.about_banner_nr_right{
    position: absolute;
    right: 15px;
    bottom: 0px;
    display: flex;
    align-items: flex-end;
}
.about_banner_nr_right span{
    display: flex;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #FFA600;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
}
.about_banner_nr_right span svg{
    width: 15px;
    height: 15px;
    fill: #fff;
}
.about_banner_nr_right a{
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 0px 24px rgba(151, 151, 151, 0.16);
}
.about_banner_nr_right a svg{
    width: 16px;
    height: 16px;
}

.about_banner{
    height: 568px;
    border: none;
}
.about_bt h1{
    padding-bottom: 30px;
    position: relative;
}
.about_bt h1:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 6px;
    border-radius: 6px;
    background: #FFA600;
}

.about_project_bg{
    border-radius: 48px;
    background: #fff;
}
.about_project_nr{
    padding-left: 24px;
    position: relative;
}
.about_project_nr:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 15px;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: #FFA600;
}

.about_project_swiper{
    border-radius: 48px;
    box-shadow: -30px 30px 45px rgba(0, 0, 0, 0.1);
}
.about_project_swiper .swiper-pagination{
    bottom: 30px;
}
.about_project_swiper .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 8px;
    transition: 0.5s;
    margin: 0px 3px;
    border: 1px solid #fff;
}
.about_project_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 28px;
}

.about_history_top{
    border-radius: 38px;
}
.about_history_bottom{
    height: 446px;
}
.about_history_bottom_media .media-body .svg_span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    background: #000;
    margin-bottom: 14px;
}
.about_history_bottom_media .media-body .svg_span svg{
    width: 26px;
    height: 26px;
    fill: #fff;
}
.about_history_bottom .about_history_bottom_media{
    height: 100%;
}
.about_history_bottom  .about_history_bottom_media_left{
    width: 178px;
}
.about_history_bottom  .about_history_bottom_media_left span{
    display: flex;
    font-size: 24px;
    color: #BCBCBC;
    width: 140px;
    height: 56px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.about_history_bottom  .about_history_bottom_media_left span:before{
    content: "";
    position: absolute;
    right: -13px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent; /* 左侧边框透明 */
    border-bottom: 7px solid transparent; /* 右侧边框透明 */
    border-left: 13px solid rgba(0, 0, 0, 0); /* 底部边框为黑色，形成三角形 */
}
.about_history_bottom  .about_history_bottom_media .media-body{
    height: 100%;
    padding-left: 58px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_history_bottom  .about_history_bottom_media .media-body:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2px;
    height: 100%;
    background: #DFDFDF;
}
.about_history_bottom  .about_history_bottom_media .media-body:after{
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background: #DFDFDF;
}
.about_history_bottom .swiper-slide-thumb-active .about_history_bottom_media_left span{
    background: rgba(0, 0, 0, 1);
    justify-content: center;
    color: #fff;
}
.about_history_bottom .swiper-slide-thumb-active .about_history_bottom_media_left span:before{
    border-left: 13px solid rgba(0, 0, 0, 1);
}
.about_history_bottom .about_history_bottom_media .media-body .nr{
    opacity: 0;
}
.about_history_bottom .swiper-slide-thumb-active .about_history_bottom_media .media-body .nr{
    opacity: 1;
}
.about_history_bottom .swiper-slide-thumb-active .about_history_bottom_media .media-body:after{
    background: #fff;
    border: 5px solid #FFA600;
}
.about_history_bottom .swiper-slide-thumb-active .about_history_bottom_media .media-body:before{
    background: #FFA600;
}
.about_history_bottom .swiper-wrapper .swiper-slide{
    cursor: pointer;
}

.about_factory_swiper{
    overflow: visible;
}
.about_factory_swiper .card-img-overlay{
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    display: flex;
    align-items: flex-end;
    justify-content: center;
}


/* ----------------------------------------------------------------
    Service
----------------------------------------------------------------- */
.service_ul li{
    padding-left: 18px;
    position: relative;
}
.service_ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #000;
}

.service_gengduo{
    background: #000;
    color: #fff !important;
}
.service_gengduo svg{
    fill: #fff;
    width: 18px;
    height: 18px;
}
.service_img_box{
    border-radius: 38px;
    box-shadow: -30px 30px 45px rgba(0, 0, 0, 0.1);
}
.service_img_box2{
    border-radius: 38px;
    box-shadow: 30px 30px 45px rgba(0, 0, 0, 0.1);
}
.bg_f6f6f6{
    background: #F6F6F6;
}

/* ----------------------------------------------------------------
    Products
----------------------------------------------------------------- */
.products_card{
    border-radius: 24px;
    padding: 12px;
    box-shadow: 0px 0px 24px rgba(139, 139, 139, 0.16);
}
.products_card img{
    border-radius: 24px;
}

/*详情页*/
.ps_ds_zhutu_kuang{
    padding: 28px;
    background: #fff;
    border-radius: 24px;
}
.ps_ds_swiper_bottom{
    border-radius: 24px;
}
.ps_ds_zhutu{
    padding: 0px 20% 0px 0px;
    position: relative;
}
.ps_ds_swiper_top{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18%;
    height: 100%;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide{
    opacity: 0.8;
    cursor: pointer;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    opacity: 1;
    border: 5px solid #FFA600;
}

.pt_ds_bt{
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 30px;
    font-size: 36px;
    padding-top: 24px;
}
.pt_ds_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 6px;
    border-radius: 6px;
    background: #FFA600;
}
.pt_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.ps_ds_ul .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.ps_ds_ul .gengduo{
    padding: 12px 58px;
    font-size: 16px;
    line-height: 24px;
}
.pt_ds_gengduo{
    background: #000;
    border: 2px solid #000;
    color: #fff!important;
}
.pt_ds_gengduo svg{
    fill: #fff;
    width: 15px;
    height: 15px;
}
.gengduo_fhlb{
    background: #fff;
    border: 2px solid #E5E5E5;
    color: #000!important;
}

.ps_ds_text p{
    padding-left: 18px;
    position: relative;
}
.ps_ds_text p:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    /*background: #FFA600;*/
}

/* ----------------------------------------------------------------
    Solution
----------------------------------------------------------------- */
.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000;
    border-radius: 24px;
    padding: 30px 38px;
}
.ns_ds_bottom ul li a{
    color: #fff;
}
.news_gengduo,.news_gengduo:hover{
    background: #FFA600;
    color: #fff!important;
    border-color: #FFA600;
    box-shadow: none;
    font-size: 14px;
    padding: 8px 46px;
    font-weight: 400;
}
.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}

.solution_ds_vs{
    display: flex;
    justify-content: center; 
}
.solution_ds_vs span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    border-radius: 88px;
    background: #EFEFEF;
    font-size: 32px;
    color: #FFA600;
    margin-top: 58px;
    margin-bottom: 58px;
}

/* ----------------------------------------------------------------
    News
----------------------------------------------------------------- */
.news_banner_right{
    position: relative;
}
.news_banner_right:before{
    content: "";
    position: absolute;
    right: -48px;
    bottom: -88px;
    width: 60%;
    height: 60%;
    border-radius: 38px;
    background: #fff;
}
.news_banner_right img{
    position: relative;
}

.news_rq strong{
    font-size: 40px;
    margin-right: 10px;
    color: #303030;
}
.news_rq span{
    color: #6A6E71;
}

.news_ds_swiper .swiper-button-prev{
    top: 0px;
}
.news_ds_swiper .swiper-button-next{
    top: 0px;
}

.news_ds_swiper .ix_bt h2{
    padding-right: 150px;
}

/* ----------------------------------------------------------------
    Contact us
----------------------------------------------------------------- */
.contact_lxfs_media{
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    padding: 24px 24px 24px 32px;
    width: 100%;
    background: #fff;
}
.contact_lxfs_media img{
    width: 50px;
    height: 50px;
    object-fit: scale-down;
}
.contact_lxfs_media h5{
    font-size: 20px;
}
.contact_lxfs_media .media-body{
    padding-left: 32px;
}
.contact_lxfs_media .media-body .contact_lxfs_media_p{
    font-size: 14px;
    line-height: 18px;
}

.contact_form{
    background: #fff;
    border-radius: 38px;
    padding: 88px 88px;
    margin-bottom: 88px;
}
.contact_form .contact_form_bt{
    font-size: 18px;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 14px;
}
.contact_form .contact_form_bt span{
    color: #FF0000;
}
.contact_form .form_input_height{
    height: 68px;
}
.contact_form .form-control{
    border-radius: 8px;
    background: #F8F8F8;
    border: 1px solid #C9C9C9;
    font-size: 17px;
    padding: 10px 24px;
    box-shadow: none;
}

.contact_form_wenjian{
    border: 1px solid #C9C9C9;
    border-radius: 8px;
    padding: 18px 30px 30px 30px;
}
.contact_form .form-group .Checkbox{
    margin-bottom: 18px;
}

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

@media (min-width: 1198px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){

}
@media (max-width: 1600px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 35px 24px 35px 24px;
    }
    .navbar-brand{
        margin-right: 0px;
    }

    
    .ix_products .card-body img{
        width: 200px;
        height: 200px;
        margin-left: -100px;
    }
    .ix_products .card-body{
        padding: 58px 30px 138px 30px;
        margin-bottom: 100px;
    }
    .about_banner{
        height: 480px;
        border-radius: 24px;
    }
}

@media (max-width: 1400px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 28px 18px 28px 18px;
    }
    .navbar-brand{
        height: 30px;
    }

    .nav_min .navbar-nav .nav-link{
        font-size: 14px;
    }
}

@media (max-width: 1198px){
    .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: 19px;
        margin-bottom: 19px;
        padding: 0px;
        height: 30px;
    }
    .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(0, 0, 0, 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: #000;
    }
    .nav_min .pc_yuyan .nav-link,.navbar-light .navbar-nav .show>.nav-link,.nav_min .pc_yuyan:hover .nav-link{
        color: #000;
        background: none;
    }
    .nav-link:before{
        content: none;
    }

    .top_xiala2 .dropdown-menu{
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
        color: #000;
    }
    .navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link:before{
        color: #000;
    }
    .navbar-light .navbar-nav .show>.nav-link{
        color: #000;
    }
    .active .nav-link,.top_xiala:hover .nav-link{
        color: #000;
    }

    .bottom_dibu{
        flex-direction: column;
    }
    .botom_beianhao li{
        display: block;
    }
    .botom_beianhao .list-inline-item:not(:last-child){
        margin-right: 0px;
    }

    .banner h1{
        font-size: 32px;
        line-height: 48px;
    }
    .banner{
        border-radius: 24px;
    }
    .banner_card{
        height: 680px;
    }
    .ix_bt_flex .media{
        width: 70%;
    }
    .ix_bt h1{
        font-size: 38px;
    }
    .ix_about:before{
        top: 0px;
        border-radius: 0px;
        width: 100%;
    }

    .about_banner{
        height: 480px;
        border-radius: 24px;
    }
    .contact_form{
        padding: 68px 48px;
    }
}
@media (max-width: 980px){
    /*top*/

    /*bottom*/
    .bottom_bg{
        padding-top: 0px;
    }
    .bottom_flex{
        display: block;
        text-align: center;
    }
    .di_media{
        margin-top: 24px;
    }
    .bottom_flex2{
        display: block;
        text-align: center;
    }
    .di_media .media{
        margin-bottom: 8px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .di_beian,.di_about{
        margin-top: 0px;
        border-top: none;
        padding: 24px 0px;
    }

    .ix_bt_flex{
        display: block;
        text-align: center;
    }
    .ix_bt_flex .media{
        display: block;
        width: 100%;
        margin-bottom: 28px;
    }
    .ix_bt_flex .media h1{
        margin-right: 0px;
    }
    .ix_about_card1{
        margin-bottom: 38px;
    }
    .ix_mg_card{
        border-bottom-left-radius: 0px;
    }
    .ix_mg_card .card-img-overlay{
        padding-bottom: 205px;
    }
    .bottom_bg{
        border-radius: 24px;
    }
    .ix_about_card2{
        border-radius: 24px;
    }
    .ix_mg_card_anniu{
        border-top-left-radius: 24px;
    }
    .ix_mg_card{
        border-radius: 24px 24px 0px 0px;
    }
    .ix_mg_card_anniu a{
        margin-left: 0px;
    }
    .ix_news_swiper .swiper-button-prev,.ix_news_swiper .swiper-button-next{
        top: 0px;
    }

    .news_ds_ul .list-inline-item:not(:last-child){
        margin-right: 15px;
    }
    .ns_ds_bottom{
        display: block;
        padding: 30px 24px;
    }
    .news_gengduo{
        margin-top: 24px;
    }

    .about_banner_nr_right{
        position: static;
        margin-top: 38px;
    }
    .about_banner_nr_left{
        width: 100%;
    }
    .about_banner_nr{
        padding-right: 0px;
    }
    .service_img_box,.service_img_box2{
        margin-bottom: 38px;
        border-radius: 24px;
    }
    .about_project_bg{
        border-radius: 24px;
        background: none;
        margin-left: -15px;
        margin-right: -15px;
    }

    .news_banner_left{
        margin-bottom: 38px;
    }
    .news_banner_right:before{
        display: none;
    }
    .about_project_swiper{
        margin-top: 38px;
        border-radius: 24px;
    }
}

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

.gs {
    padding: 13px 8px 13px 6px;
    display: flex
;
    align-items: center;
    color: #fff;
    background: #FFA600;
    border-radius: 42px;
    transition: 0.5s;
    margin-left: 8px;
    display: none;
}
    .wrap,.wrap_lg,.wrap_md,.wrap_fluid{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav_min .nav_container,.business_img_right{
        width: 100%;
    }

    .banner h1,.banner_card_nr h1,.ix_bt h1,.ix_mg_card_nr h1,.news_bt,.about_banner_nr_left h1,.pt_ds_bt,.ix_bt h2,.news_banner_left h3,.about_bt h1{
        font-size: 24px;
        line-height: 38px;
    }
    .banner_card_nr h6,.ix_bt h6,.p_16 p, .p_16{
        font-size: 14px;
        line-height: 24px;
    }
    .banner_card{
        height: 480px;
    }
    .gengduo{
        font-size: 14px;
        padding: 10px 28px;
    }

    .ix_about_card1,.ix_about_card2{
        height: 480px;
    }
    .container_style{
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .banner,.ix_products .card-body,.ix_about_card2,.ix_rubber_card,.bottom_bg{
        border-radius: 15px;
    }
    .ix_mg_card_anniu{
        border-top-left-radius: 0px;
        padding: 24px 0px 38px 0px;
        text-align: center;
    }
    .ix_news_swiper .swiper-button-next, .ix_news_swiper .swiper-button-prev{
        width: 68px;
    }
    .ix_news_swiper .swiper-button-prev{
        right: 108px;
    }
    .ix_news_card{
        margin-bottom: 48px;
    }
    .ix_mg_card {
        border-radius: 15px 15px 0px 0px;
    }

    .ix_news_bg:before{
        font-size: 100px;
    }
    .about_banner_nr_right span{
        width: 48px;
        height: 48px;
    }
    .about_banner{
        height: 240px;
        border-radius: 15px;
    }
    .service_img_box, .service_img_box2{
        border-radius: 15px;
    }

    .ps_ds_zhutu_kuang{
        border-radius: 15px;
        padding: 15px;
    }
    .ps_ds_ul .gengduo{
        padding: 10px 38px;
        font-size: 14px;
    }
    .ps_ds_ul .list-inline-item:not(:last-child){
        margin-right: 15px;
    }

    .ix_news_swiper{
        padding-bottom: 0px;
    }
    .contact_form{
        padding: 68px 24px;
    }

    .about_history_bottom .about_history_bottom_media .media-body{
        padding-left: 30px;
    }
}








.input-group-append button {    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 52px;
    border-radius: 20px;
    background: #FFA600;
    color: #fff;
     border: none;
}








/* 分页导航容器样式 */
nav[aria-label="Page navigation example"] {
    text-align: center;
    margin: 20px 0;
}

/* 基础分页容器样式 */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 auto; /* 水平居中 */
    border-radius: 4px;
}

/* 分页列表项基本样式 */
.pagination li {
    display: inline;
}

/* 分页链接基本样式 */
.pagination a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    transition: all 0.3s ease;
}

/* 第一个和最后一个分页项的边界圆角 */
.pagination li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
        height: 33.5px;
}

.pagination li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
            height: 33.5px;
}

/* 鼠标悬停时的样式 */
.pagination a:hover {
    background-color: #eee;
    color: #23527c;
    z-index: 2;
}

/* 选中页（当前页）的样式 - 蓝色背景 */
.pagination .active a {
    z-index: 3;
    color: white;
        background-color: #000000;
    border-color: #000000;
    cursor: default;
}

/* 禁用状态的样式 */
.pagination .disabled a {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination .disabled a:hover {
    background-color: #fff;
    color: #777;
    cursor: not-allowed;
}

/* 省略号等特殊符号的样式调整 */
.pagination a span {
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

/* 响应式调整 - 小屏幕下的样式 */
@media (max-width: 768px) {
    .pagination a {
        padding: 4px 8px;
        font-size: 12px;
    }
}





.mt-radio-list {       display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    margin: 20px;}
    
    
    

    
    
    
    
    
    
    
    




.contact_card .contact_card_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_card .card-body{
    padding: 48px;
}
.contact_media{
    margin-bottom: 28px;
}
.contact_media span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    /*background: #ea3939;*/
}
.contact_media span svg{
    fill: #fff;
    width: 28px;
    height: 28px;
}
.contact_media span i{
    color: #fff;
    font-size: 18px;
}