/*聚诚在线（jc128.net）安全--简单--易用*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css");
@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;
    background-repeat: repeat;
    color: #000;
    font-size: 14px;
}

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

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

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

/*返回顶部*/
.right_xf{
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 3000;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.right_xf li:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.right_xf li a{
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    color:#666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a i{
    font-size: 18px;
}
.right_xf li a p{
    color: #666;
}
.right_xf li a:hover{
    color:#fff;
}
.right_xf li a:hover i{
    color: #fff!important;
}
.right_xf li a:hover p{
    color: #fff;
}
.right_xf_whatsapp:hover{
    background: #57B37B;
}
.right_xf_e_mail:hover{
    background: #C99F72;
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 48px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: auto;
    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;
}

/*返回顶部*/
.back-top {
    position: fixed;
    right: 1.5rem;
    bottom: 30px;
    width: 48px;
    height: 48px;
    background: #C99F72;
    color:#fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 0;
    font-size: 1.2rem;
    transition: opacity 0.3s;
    z-index: 9999;
    transition: all 0.5s;
}
.back-top:hover{
    background: #b48c62;
    color:#fff;
}
@media (max-width: 768px){
    .back-top{
        display: none;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
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: #C99F72;
}

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: #CF0808!important;
}
.text-success{
    color: #57B37B!important;
}
.text-primary{
    color: #1345A3!important;
}
.text-warning{
    color: #C99F72!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: 1500px;
    position: relative;
}
.wrap_fluid{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 92%;
    position: relative;
}
.wrap_xl{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1600px;
    position: relative;
}
.wrap_lg{
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 88%;
    max-width: 1200px;
    position: relative;
}
.nav_min .container{
    padding: 0px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav_top*/
.html_nr{
    position: relative;
}
.nav_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ddd;
}
.nav_top_left .list-inline-item:not(:last-child) {
    margin-right: 16px;
}
.nav_top_right .list-inline-item:not(:last-child) {
    margin-right: 24px;
}
.nav_top_right{
    display: flex;
    align-items: center;
}
.nav_top_right_a a{
    color: #ddd;
    padding: 6px 30px 6px 12px;
    display: inline-block;
    background: rgba(201, 159, 114, 1);
    position: relative;
}
.nav_top_right_a a.collapsed{
    background: rgba(201, 159, 114, 0);
}
.nav_top_right_a a svg{
    fill: #fff;
    width: 16px;
    height: 16px;
}
.nav_top_right_a a span{
    margin-left: 12px;
    position: absolute;
    top: 8px;
    right: 12px;
    transform: rotate(180deg);
    font-size: 0.8rem;
}
.nav_top_right_a a.collapsed span{
    transform: rotate(0deg);
    transition: all 0.3s;
}
.top_yuyan{
    position: relative;
}
.top_yuyan .wrap{
    padding-top: 58px;
    padding-bottom: 58px;
}
.top_yuyan_tuichu{
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 1000;
}
.top_yuyan_icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #eee;
    background: url(../img/language-all.webp);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.top_yuyan_anniu a{
    font-size: 1rem;
}

/*nav*/
.nav_min{
    padding: 0px;
    border: none;
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s;
    display: block;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 58px;
    transition: 0.5s;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.nav_min .navbar-nav{
    align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 38px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 35px 0px 35px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 32px 15px 32px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
    margin-left: 14px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 18px;
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav_feedback{
    margin: 0px 24px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav_feedback a{
    padding: 10px 30px;
    background: #C99F72;
    border-radius: 50px;
    color: #fff;
    font-size: 1.1rem;
    display: inline-block;
}
.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.3s;
    font-size: 0.8rem;
}
.nav_min .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #C99F72;
}
.nav_min .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #C99F72;
}

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


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

.navbar-toggler,.navbar-toggler:focus{
    border: none;
    padding: 6px 15px 10px 15px;
    margin: 14px 0px 13px 0px;
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 0px;
    top: 0px;
}
.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: rgba(0, 0, 0, 0.8);
    margin: 0px;
    z-index: 2000;
    padding: 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.nav_min .container{
    position: static;
}
.top_xiala2{
    position: static;
    display: block;
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}

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

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: flex;
    }
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    transform:rotate(180deg);
    background: #B08C74;
    color: #fff;
}

.helist{
    position: relative;
    display: block;
    width: 100%;
}
.helist .helist_a{
    padding-right: 24px;
}
.helist span{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
}
.three_li{
    display: none;
    position: absolute;
    right: 0%;
    transform: translate3d(100%, 0%, 0);
    top: 0;
    min-width: 100%;
    width: 380px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9
}
.helist:hover .three_li{
    display: block;
}

.nav_form{
    margin-left: 30px;
    display: flex;
}

.pc_yuyan{
    margin-right: 1rem;
    margin-left: 0rem;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 32px 38px 32px 16px;
    display: flex;
    align-items: center;
    color: #666;
    transition: 0.5s;
    font-size: 1rem;
}
.nav_min .pc_yuyan .nav-link span{
    right: 16px;
    font-size: 1rem;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}
.nav_min .pc_yuyan:hover .nav-link{
    color: #ea3939;
}
.nav_min .pc_yuyan:hover .nav-link span{
    color: #ea3939;
}
    
.nav_min .pc_yuyan .nav-link svg{
    fill: #666;
    transition: 0.5s;
}
.nav_min .pc_yuyan:hover .nav-link svg{
    fill: #ea3939;
}

.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;
}
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
  position: absolute;
  
    z-index: 1;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 2px;
    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: 2px solid #fff;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}
.search_anniu_top:hover:before{
    background: #C99F72;
}
.search_anniu_top:hover:after{
    border: 2px solid #C99F72;
}

.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: 2px;
    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: 2px solid #666;
    transition: all .5s;
}

.search_anniu_top2:hover:before{
    background: #C99F72;
}
.search_anniu_top2:hover:after{
    border: 2px solid #C99F72;
}

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

.hidden{
    background: rgba(0, 0, 0, 0.8);
    top: -33px;
}

/*banner*/
.banner{
    
}
.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center left!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner .swiper-wrapper .swiper-slide .banner_bg{
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
    padding: 68px;
    display: flex;
    align-items: flex-end;
}

.banner .swiper-pagination{
    bottom: 30px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 18px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 8px;
    transition: 0.5s;
    margin: 0px 4px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #C99F72;
    width: 32px;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(0,0,0,0.8);
    border-radius: 8px;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
    opacity: 0;
}
.banner .swiper-button-prev{
    left: 0px;
    margin-top: -24px;
}
.banner .swiper-button-next{
    right: 0px;
    margin-top: -24px;
}
.banner:hover .swiper-button-prev{
    left: 30px;
    opacity: 1;
}
.banner:hover .swiper-button-next{
    right: 30px;
    opacity: 1;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.banner .swiper-button-prev:hover:after,.banner .swiper-button-next:hover:after{
    color: #fff;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: rgba(201,159,114,1);
}

/*主体*/
.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: 0.8rem 2rem 0.8rem 2rem;
    background: rgba(201, 159, 114, 0);
    color: #000!important;
    font-size: 1rem;
    line-height: 1.5rem;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid rgba(201, 159, 114, 1);
}
.gengduo2{
    color: #000!important;
    background: rgba(255, 255, 255, 1);
}
.gengduo3{
    color: #fff!important;
    background: rgba(201, 159, 114, 1);
}
.ps_list_ds_gengduo{
    color: #c99f72!important;
}
.gengduo:hover{
    color: #fff!important;
    background: rgba(201, 159, 114, 1);
    border: 1px solid rgba(201, 159, 114, 1);
}
.gengduo2:hover{
    color: #000!important;
    background: rgba(255, 255, 255, 0.8);
}

.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, 103, 242, 0.1);
}

.p_13 p{
    font-size: 13px;
    line-height: 24px;
}
.p_15 p,.p_15{
    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: 36px;
}
.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_20{
    margin-left: -20px;
    margin-right: -20px;
}
.col_20{
    padding-left: 20px;
    padding-right: 20px;
}

.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_ps_card .fangda{
    height: 240px;
}
.ix_ps_card .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ix_ps_card .fangda span{
    display: inline-block;
    background: rgba(0, 0, 0, .24);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 4px 8px;
}
.ix_ps_card .card-body{
    padding-top: 24px;
    padding-bottom: 24px;
}

.ix_about_card_left{
    position: relative;
    padding: 20px 20px 0px 20px;
}
.ix_about_card_left:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 80%;
    width: 68px;
    border-radius: 5px;
    border: 2px solid #C99F72;
}
.ix_about_card_left .fangda{
    position: relative;
}
.ix_about_card_left_es{
    width: 180px;
    height: 180px;
    padding: 4%;
    background: #222;
    color: #FFFFFF;
    position: absolute;
    left: 0px;
    bottom: 20px;
    z-index: 1;
}
.ix_about_card_left_es svg{
    width: 32px;
    height: 32px;
    fill: #C99F72;
    margin-bottom: 12px;
}
.ix_about_card_left_es h3{
    color: #C99F72;
    font-size: 32px;
    line-height: 42px;
}
.ix_about_card_left_es h3 span{
    font-size: 18px;
}

.ix_why_choose_us{
    background: url(../img/ix_why_choose_us.webp) #222;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ix_why_choose_us_card{
    background: none;
    border: 1px solid rgba(125, 125, 125, 0.3);
    position: relative;
}
.ix_why_choose_us_card:before{
    content: "";
    position: absolute;
    bottom: -33px;
    right: -24px;
    width: 58px;
    height: 70px;
    border-left: 1px solid rgba(125, 125, 125, 0.3);
    transform: rotate(47deg);
    z-index: 1;
    background: #222;
}
.ix_why_choose_us_card .card-body{
    padding: 20px 30px;
}
.ix_why_choose_us_card .card-body .iconfont{
    font-size: 45px;
    color: #C99F72;
}
.ix_why_choose_us_card .card-body h4{
    color: #fff;
}
.ix_why_choose_us_card:hover{
    border: 1px solid #C99F72;
}
.ix_why_choose_us_card:hover:before{
    border-left: 1px solid #C99F72;
}

.ix_about_right{
    height: 100%;
    background: #000;
    border-radius: 8px;
    border-bottom-left-radius: 0px;
}
.ix_about_bottom_bt{
    padding: 0px 58px;
}
.ix_about_left{
    background: #C99F72;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.ix_about_left .card{
    background: #C99F72;
    border-radius: 0px;
}
.ix_about_left .card .card-body{
    padding: 48px 58px 48px 58px;
}
.ix_about_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.ix_about_right:hover img{
    opacity: 0.7;
}
.ix_about_right .swiper-pagination{
    bottom: 18px;
}
.ix_about_right .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    border-radius: 12px;
    transition: 0.5s;
    margin: 0px 6px;
}
.ix_about_right .swiper-pagination .swiper-pagination-bullet-active{
    background: #C99F72;
}

.ix_products_card{
    background: #F6F6F6;
    border: 1px solid #eee;
}
.ix_products_card img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.ix_products_card .card-body p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.ix_contact_us{
    background: url(../img/ix_contact_us.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.ix_contact_us_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: Roter360 10s linear infinite;
    max-height: 150%;
    z-index: 0;
    opacity: 0.5;
}
@keyframes Roter360 {
    0% {
        transform: translate(-50%,-50%) rotateZ(0deg)
    }

    100% {
        transform: translate(-50%,-50%) rotateZ(360deg)
    }
}

.ix_news_card{
    border-color: #eee;
    transition: 0.5s;
}
.ix_news_card .card-body{
    padding: 20px;
}
.ix_news_card .card-body h6{
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.ix_news_card img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.ix_news_card:hover{
    border-color: #C99F72;
}

.ix_toast{
    position: fixed;
    left: 12px;
    bottom: 12px;
    border: none;
    background: #fff;
    padding: 18px 14px;
    z-index: 1000;
}
.ix_toast .toast-body{
    padding: 0px;
}
.text-reset{
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}
.ix_toast .btn-close{
    position: absolute;
    right: 14px;
    top: 18px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #eee;
}
.ix_toast .toast-body h5{
    padding-right: 38px;
}
.ix_toast_accept p{
    font-size: 0.8rem;
}
.ix_toast_accept_anniu{
    display: inline-block;
    padding: 9px 24px;
    background: rgba(33, 137, 255, 1.0);
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
}
.ix_toast_accept_anniu:hover{
    background: rgba(33, 137, 255, 0.8);
    color: #fff;
}

/*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: #222;
    padding-top: 58px;
    color: #bbb;
}
.bottom_logo{
    display: inline-block;
}
.bottom_logo img{
    height: 58px;
}

.bottom_ul{
    padding-bottom: 28px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.4rem;
    position: relative;
    color: #ddd;
    font-weight: 400;
}
.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: 1rem;
    color: #bbb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #C99F72;
}

.di_beian{
    padding: 30px 0px;
    line-height: 24px;
    margin-top: 24px;
    border-top: 1px solid #333;
}
.botom_beianhao .list-inline-item:not(:last-child){
    margin-right: 48px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_contact li{
    color: #999;
    line-height: 36px;
    position: relative;
    font-size: 1rem;
}
.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_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: 32px;
    height: 32px;
    border-radius: 5px;
    background: #FFFFFF1F;
    color: #C99F72;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #C99F72;
    fill: #C99F72;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #C99F72;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #C99F72;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_contact_ul li{
    margin-bottom: 12px;
}
.bottom_contact_ul li i{
    font-size: 30px;
    color: #C99F72;
}

/* ----------------------------------------------------------------
    About us
----------------------------------------------------------------- */
.ny_nav_min{
    background: #000;
}

.ny_nav{
    background: #fff;
    position: relative;
    z-index: 1000;
    margin-top: 121px;
}
.ny_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.ny_nav{
    padding: 1rem 0rem;
    position: relative;
}
.ny_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.about_breadcrumb li a,.about_breadcrumb li{
    line-height: 24px;
    display: inline-block;
}
.about_breadcrumb .about_breadcrumb_home a{
    padding-left: 36px;
    position: relative;
}
.about_breadcrumb .about_breadcrumb_home a svg{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0px;
    top: 0px;
    fill: #C99F72;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "-";
    line-height: 24px;
    color: #999;
}

.about_bt{
    position: relative;
    padding-bottom: 14px;
}
.about_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background: #C99F72;
}
.about_bt2{
    position: relative;
    padding-bottom: 14px;
}
.about_bt2:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 150px;
    height: 1px;
    background: #e0e0e0;
}
.about_bt2:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 48px;
    height: 2px;
    background: #c99f72;
}

.about_our_advantages_card .card-body i{
    font-size: 36px;
    color: #c99f72;
}
.ps_card .fangda{
    position: relative;
}
.ps_card .fangda .ps_card_more{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 40%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transition: 0.5s;
}
.ps_card:hover .fangda .ps_card_more{
    opacity: 1;
}
.ps_card .card-body{
    padding: 24px 18px;
}

/* ----------------------------------------------------------------
    products
----------------------------------------------------------------- */
.st_dd_sousuo{
    background: #F2F2F2;
    border-radius: 5px;
}
.st_dd_sousuo .sousuo_control{
    height: 45px;
    border: none;
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
    padding: 0px 18px;
    font-size: 14px;
}
.st_dd_sousuo .input-group-prepend{
    width: 45px;
    height: 45px;
}
.st_dd_sousuo .search_anniu_top2{
    border: none;
    width: 45px;
    height: 45px;
    background: #C99F72;
}
.st_dd_sousuo .search_anniu_top2:after{
    border: 2px solid #fff;
}
.st_dd_sousuo .search_anniu_top2:before{
    background: #fff;
}

.ps_list_right_categories{
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
}
.ps_nav_accordion .accordion-item{
    border: none;
    margin-bottom: 15px;
}
.ps_nav_accordion .accordion-item:first-of-type{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ps_nav_accordion .accordion-item:last-of-type{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.ps_nav_accordion .accordion-header button{
    padding: 0rem;
    display: block;
}
.ps_nav_accordion .accordion-header a{
    display: block;
    font-size: 0.9rem;
    line-height: 1.8rem;
    padding: 6px 40px 6px 15px;
    background: #c99f72;
    font-weight: 700;
    color: #fff;
    /*background: #f3f3f3;*/
    /*color: #333;*/
    pointer-events: auto;
}
.ps_nav_accordion .accordion-header .accordion-button.collapsed a{
    background: #f3f3f3;
    color: #333;
    
}
.ps_nav_accordion .accordion-button:not(.collapsed),.ps_nav_accordion .accordion-button:focus{
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
}
.ps_nav_accordion .accordion-button::after{
    display: none;
}
.ps_nav_accordion .accordion-button span{
    position: absolute;
    top: 0px;
    right: 0px;
    transition: all 0.3s;
    transform: rotate(180deg);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ps_nav_accordion .accordion-button.collapsed span{
    transform: rotate(0deg);
    color: #333;
}
.ps_nav_accordion .accordion-body{
    background: #f9f9f9;
    padding: 0.5rem 15px;
}
.ps_nav_accordion .accordion-body ul li a{
    display: block;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 38px;
}

.ps_list_hot .fangda{
    width: 110px;
    height: 80px;
}
.ps_list_hot .fangda img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ps_list_hot_ul li:not(:last-child){
    margin-bottom: 22px;
}
.ps_list_hot p{
    line-height: 26px;
    display: -webkit-box;
 
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 50px;
}

.ps_list_form .form-control{
    font-size: 14px;
    height: 50px;
    box-shadow: none;
}

.ps_list_bt{
    padding-bottom: 18px;
    position: relative;
}
.ps_list_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 80px;
    height: 5px;
    background: #c99f72;
    border-radius: 5px;
    opacity: 0.3;
}
.ps_list_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #c99f72;
    margin-left: 14px;
}

.ps_list_card .card-body h5{
    color: #000;
}
.ps_list_card .card-body p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
}
.ps_list_card img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.fengyei_style{
    display: flex;
    flex-wrap: wrap;
}
.fengyei_style li:not(:last-child){
    margin-right: 14px;
}
.fengyei_style li .page-link{
    border-radius: 5px;
    color: #000;
    font-size: 1.1rem;
    padding: 10px 18px;
    border: 1px solid #999;
}
.fengyei_style li.active .page-link,.fengyei_style li .page-link:hover{    
    background: #fff;
    color: #c99f72;
    border: 1px solid #c99f72;
}

.about_bt_center:before{
    left: 50%;
    transform: translateX(-50%);
}

.ps_list_why_choose_us{
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
}
.ps_list_why_choose_us .iconfont{
    font-size: 38px;
}

.bg-warning{
    background: #c99f72!important;
}
.ps_list_mosst_card .card-body{
    padding: 0px;
}

/*详情页*/
.ps_list_ds_ul li i{
    font-size: 20px;
}
.ps_list_ds_swiper_left{
    width: 85px;
    height: 320px;
    margin-right: 30px;
}
.ps_list_ds_swiper_left .swiper-wrapper .swiper-slide{
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}
.ps_list_ds_swiper_left .swiper-wrapper .swiper-slide img,.ps_list_ds_swiper_right .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps_list_ds_swiper_left .swiper-wrapper .swiper-slide-thumb-active{
    border: 1px solid #c99f72;
}
.ps_list_ds_swiper_right{
    height: 400px;
}
.ps_list_ds_swiper{
    display: flex;
}
.ps_list_ds_anniu{
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.ps_list_ds_anniu .swiper-button-next,.ps_list_ds_anniu .swiper-button-prev{
    width: 85px;
    height: 28px; 
    border-radius: 5px;
    background: rgba(201,159,114,0);
    border: 1px solid #c99f72;
    z-index: 1000;
}
.ps_list_ds_anniu .swiper-button-prev{
    top: 0px;
    left: 0px;
    margin-top: 0px;
}
.ps_list_ds_anniu .swiper-button-next{
    top: auto;
    bottom: 0px;
    right: auto;
    left: 0px;
    margin-top: 0px;
}
.ps_list_ds_anniu .swiper-button-next.swiper-button-disabled,.ps_list_ds_anniu .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.ps_list_ds_anniu .swiper-button-prev:after,.ps_list_ds_anniu .swiper-button-next:after{
    color: #c99f72;
    font-size: 14px;
    transform: rotate(90deg);
}
.ps_list_ds_anniu .swiper-button-prev:hover:after,.ps_list_ds_anniu .swiper-button-next:hover:after{
    color: #fff;
}
.ps_list_ds_anniu .swiper-button-next:hover,.ps_list_ds_anniu .swiper-button-prev:hover{
    background: #c99f72;
}
.ps_list_ds_anniu .swiper-button-next.swiper-button-disabled,.ps_list_ds_anniu .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.ps_ds_description span{
    display: inline-block;
    padding: 8px 24px;
    background: #c99f72;
    margin-bottom: 2px;
    font-size: 17px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.news_ds_border_top{
    border-top: 1px solid #eee;
}
.news_fenye{
    display: flex;
    justify-content: space-between;
    padding: 28px 0px;
}
.news_fenye a{
    font-size: 16px;
    line-height: 30px;
}

.news_card{
    margin-bottom: 38px;
}

/* ----------------------------------------------------------------
    Knowledge
----------------------------------------------------------------- */
.knowledge_industry_news p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}

.contact_card{
    border-color: rgba(201, 159, 114, 0.3);
}
.contact_card .card-body{
    padding: 60px 38px 38px 38px;
}
.contact_card .card-body i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    border-radius: 5px;
    background: #c99f72;
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 24px;
}

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

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

}

@media (max-width: 1400px){
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 30px 0px 0px;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 1rem;
    }
}

@media (max-width: 1200px){
    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
        height: 38px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        background: #fff;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
        /*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: 8px;
        background: none;
    }
    .md_sousuo:hover{
        background: none;
    }
    .search_anniu_top:after{
        border: 1px solid #000!important;
    }
    .search_anniu_top:before{
        height: 1px;
        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;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px;
    }
    .nav_min .navbar-nav .nav-link{
        padding: 16px 40px 16px 0px;
    }
    .nav_min .navbar-nav .top_xiala .nav-link {
        padding-right: 40px;
    }
    .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;
    }
    .nav_min .nav-link span{
        display: none;
    }
    .container_style{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .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;
    }
    .nav_min .navbar-nav{
        align-items: stretch;
    }
    .nav_min .navbar-nav .nav-link{
        color: #000;
    }
    .three_li{
        display: block;
        position: static;
        transform: translate3d(0%, 0%, 0);
        background: rgba(102, 102, 102, 1);
    }
    .md_collapse{
        max-height: 80vh;
        overflow: auto;
    }

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

    .top_yuyan_anniu{
        max-height: 50vh;
        overflow: auto;
    }

    .banner{
        margin-top: 91px;
    }
    .hidden{
        top: 0px;
    }

    .ix_about_left,.ix_about_right{
        border-radius: 0px;
    }
    .ny_nav{
        margin-top: 91px;
    }

    .st_dd_sousuo .search_anniu_top2:after{
        border: 2px solid #fff!important;;
    }
    .st_dd_sousuo .search_anniu_top2:before{
        height: 2px;
        background: #fff!important;;
    }
}
@media (max-width: 980px){
    /*top*/
    .sm_none{
        display: none;
    }

    /*bottom*/
    .bottom_bg{
        padding-top: 24px;
    }
    .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-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .di_beian,.di_about{
        margin-top: 0px;
    }
    
    .nav_top{
        justify-content: flex-end;
    }
    .nav_top_left{
        display: none;
    }

    .ix_about_card_left{
        padding: 0px;
    }
    .ix_about_card_left:before{
        display: none;
    }
    .ix_about_card_left_es{
        bottom: 0px;
    }
    .banner .swiper-pagination{
        bottom: 12px;
    }

    .news_fenye{
        display: flex;
        flex-direction: column;
    }
    .ps_list_mosst_card .card-body{
        padding-top: 24px;
    }

    .fengyei_style li .page-link{
        margin-top: 12px;
    }
}

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

    .page-item .page-link{
        width: 32px; 
        height: 32px;
    }
    .page_ul{
        height: 32px;
    }
    .page-item.active .page-link{
        width: 42px;
        height: 42px;
    }
    .page-item:not(:first-child) .page-link{
        margin-left: 10px;
    }

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

    .ix_toast,.right_xf{
        display: none;
    }
    .ix_about_bottom_bt {
        padding: 0px 24px;
    }
    .ix_about_left .card .card-body{
        padding: 24px;
    }

    .p_16 p, .p_16,.p_17 p, .p_17,.p_15 p, .p_15{
        font-size: 14px;
        line-height: 24px;
    }
    .top_yuyan .wrap{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .navbar-expand-lg .navbar-nav .nav_feedback a{
        font-size: 1rem;
        padding: 12px 30px;
    }

    .ps_list_ds_swiper_right{
        height: 320px;
    }
    .ps_list_ds_swiper_left{
        width: 60px;
        height: 240px;
        margin-right: 12px;
    }
    .ps_list_ds_anniu .swiper-button-next, .ps_list_ds_anniu .swiper-button-prev{
        width: 60px;
    }
    .gengduo{
        font-size: 0.8rem;
        padding: 0.5rem 1.4rem 0.5rem 1.4rem;
    }

    .fengyei_style li .page-link,.fengyei_style li.active .page-link{
        width: auto;
        height: auto;
        font-size: 0.8rem;
        padding: 8px 14px;
    }
    .fengyei_style li:not(:last-child){
        margin-right: 6px;
    }
}
























/* 分页导航容器样式 */
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;
}
#translate { display: none;}

/* 省略号等特殊符号的样式调整 */
.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;
    }
}



