/*聚诚在线（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;
    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: #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;
    bottom: 111px;
    right: 12px;
    z-index: 3000;
}
.right_xf li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #265787;
    color:#fff;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    margin: 3px 0px 0px 0px;
}
.right_xf li a p{
    color: #000;
}
.right_xf li a:hover{
    background: #3070AE;
    color:#fff;
}

.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: #fff;
    color:#666;
    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: #036DB7;
    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: #036DB7;
}
h5{
    line-height: 32px;
}

ul,p{
    margin-bottom: 0px;
}

.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: #036EB6!important;
}
.text-warning{
    color: #FFB031!important;
}

.bg_f2f2f2{
    background: #F2F2F2;
}
.bg-success{
    background: #24bd51!important;
}
.bg-primary{
   background: #1D2089!important; 
}
.bg_F2F2FF{
    background: #F2F2FF;
}

.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: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
    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*/
.nav_min{
    padding: 0px 0px 0px 0px;
    border: none;
    background: rgba(255, 255, 255, 1);
    transition: all 0.5s;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.02);
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 47px;
    transition: 0.5s;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 29px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 78px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 44px 0px 44px 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: 700;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    /*text-transform: uppercase;*/
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 24px;
}*/
.nav_min .nav-link span{
    font-size: 1rem;
    position: absolute;
    right: 0px;
    transition: all 0.3s;
}
.nav_min .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #036DB7;
}
.nav_min .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #036DB7;
}

.nav_min .nav-item .nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 28px;
    background: #036DB7;
    height: 1px;
    -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;
}
.nav_min .nav-item .nav-link:hover:before,.nav_min .nav-item.active .nav-link:before,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #036DB7;
}

 .navbar-light .navbar-nav .show>.nav-link{
    color: #036DB7;
 }
 .active .nav-link,.top_xiala:hover .nav-link{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #036DB7;
}

.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(255, 255, 255, 0.85);
    margin: 0px;
    z-index: 2000;
    padding: 15px 30px 15px 30px;
    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 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    color: #000;
}
.menu_a a:last-child{
    border: none;
}
.menu_a a:hover{
    color: #036DB7;
    padding: 12px 0px 12px 12px;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 13px 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: 1199px){
    .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: #036DB7;
    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;
}

.nav_form{
    margin-left: 30px;
    display: flex;
}

.pc_yuyan{
    margin-right: 0rem;
    margin-left: 1rem;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 9px 48px 9px 30px;
    display: flex;
    align-items: center;
    color: #fff;
    transition: 0.5s;
    font-size: 1rem;
    background: #036DB7;
    border-radius: 50px;
}
.nav_min .pc_yuyan .nav-link i{
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link span{
    right: 30px;
    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: #fff;
}
.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;
}

.login{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background: #036DB7;
}
.login svg{
    width: 20px;
    height: 20px;
    fill: #fff;
}

.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: #036DB7;
}
.tanchuang_tuichu:hover .search_anniu2:after{
    background: #fff;
}
.tanchuang_tuichu:hover .search_anniu2:before{
    background: #fff;
}

@media (min-width: 1200px){
    .navbar-hide {
        transform: translateY(-100%); /* 上移隐藏 */
        transition: transform 0.8s ease; /* 添加过渡动画 */
    }
}

/*banner*/
.banner{
    height: 1000px;
}
.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-pagination{
    bottom: 120px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 6px;
    transition: 0.5s;
    margin: 0px 7px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    width: 38px;
    background: rgba(255, 255, 255, 1);
}

.banner_nr{
    padding-bottom: 68px;
}
.banner_nr h1{
    font-size: 60px;
    line-height: 80px;
    position: relative;
}
.banner_bottom{
    z-index: 1000;
    position: relative;
}

.banner .swiper-slide h1{
    transform:translateY(100px);
    opacity:0;
    transition:all .8s;
}
.banner .swiper-slide h5{
    transform:translateY(100px);
    opacity:0;
    transition:all .8s;
    transition-delay: 0.3s;
}
.banner .swiper-slide .gengduo{
    transform:translateY(100px);
    opacity:0;
    transition:all .8s;
    transition-delay: 0.6s;
}
.banner .swiper-slide-active h1{
    transform:translateY(0);
    opacity:1;
}
.banner .swiper-slide-active h5{
    transform:translateY(0);
    opacity:1;
}
.banner .swiper-slide-active .gengduo{
    transform:translateY(0);
    opacity: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 3rem 0.8rem 3rem;
    background: #036DB7;
    color: #fff!important;
    font-size: 1rem;
    line-height: 1.5rem;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 2px solid #036DB7;
}
.gengduo2{
    padding: 0.8rem 2rem 0.8rem 2rem;
    background: #0C377B;
    color: #fff!important;
    border: 2px solid #0C377B;
}
.gengduo:hover{
    color: #fff!important;
    background: #008BEC;
    border: 2px solid #008BEC;
}

.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(3, 109, 183, 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: 30px;
}
.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_12{
    margin-left: -12px;
    margin-right: -12px;
}
.col_12{
    padding-left: 12px;
    padding-right: 12px;
}

.row_10{
    margin-left: -10px;
    margin-right: -10px;
}
.col_10{
    padding-left: 10px;
    padding-right: 10px;
}

.row_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 strong{
    display: inline-block;
    position: relative;
    padding-right: 30px;
}
.ix_bt strong:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 22px;
    background: rgba(3, 109, 183, 0.26);
}

.rounded-top1{
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
}
.mt-top1{
    margin-top: -68px;
}
.z1{
    z-index: 2000;
    position: relative;
}

.ix_ps_swiper{
    padding-bottom: 120px;
}
.ix_ps_swiper .swiper-wrapper{
    height: auto;
}
.ix_ps_swiper .swiper-button-next,.ix_ps_swiper .swiper-button-prev{
    width: 64px;
    height: 64px; 
    background: rgba(255,255,255,0);
    border-radius: 64px;
    z-index: 1000;
    border: 1px solid #000;
    font-size: 24px;
    color: #000;
}
.ix_ps_swiper .swiper-button-prev{
    left: auto;
    right: 84px;
    top: auto;
    bottom: 0px;
    margin-top: 0px;
}
.ix_ps_swiper .swiper-button-next{
    right: 0px;
    top: auto;
    bottom: 0px;
    margin-top: 0px;
}
.ix_ps_swiper .swiper-button-prev:after,.ix_ps_swiper .swiper-button-next:after{
    content: none;
}
.ix_ps_swiper .swiper-button-next:hover,.ix_ps_swiper .swiper-button-prev:hover{
    background: #036DB7;
    border: 1px solid #036DB7;
    color: #fff;
}
.ix_ps_swiper .swiper-scrollbar{
    top: auto;
    bottom: 28px;
    width: 60%;
    height: 8px;
    opacity: 1!important;
    left: 0px;
    background: none;
}
.ix_ps_swiper .swiper-scrollbar:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: 4px;
    background: #D2D2D2;
    border-radius: 4px;
}
.ix_ps_swiper .swiper-scrollbar .swiper-scrollbar-drag{
    background: #036DB7;
}

.ix_ps_swiper_card{
    background: none;
}
.ix_ps_swiper_card .fangda{
    width: 100%;
    height: 440px;
    border-radius: 20px;
    background: #FAEFF3;
    position: relative;
}
.ix_ps_swiper_card_bg1 .fangda{
    background: #E8EFF3;
}
.ix_ps_swiper_card_bg2 .fangda{
    background: #F6F0EE;
}
.ix_ps_swiper_card .fangda img{
    width: 100%;
    height: 100%;
    padding: 20px;
    object-fit: scale-down;
}
.ix_ps_swiper_card .fangda span{
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: inline-block;
    background: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 16px;
    color: #000;
    transition: 0.5s;
}
.ix_ps_swiper_card .fangda span:hover{
    color: #fff;
    background: #008BEC;
}
.ix_ps_swiper_card .card-body{
    padding: 30px 0px 0px 0px;
}
.ix_ps_swiper_card .card-body p span{
    font-size: 24px;
    width: 128px;
    display: inline-block;
}

.ix_ps_bottom_card{
    background: #F9F1EF;
    border-radius: 20px;
}
.ix_ps_bottom_card .card-body{
    padding: 48px 30px;
}
.ix_ps_bottom_card .card-body span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 30px;
}
.ix_ps_bottom_card .card-body span img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
}
.ix_ps_bottom_card2{
    background: #EBF3F6;
    margin-top: 88px;
}

.ix_about_bg{
    background: url(../img/ix_about_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 120px;
}

.hot_bg{
    background: linear-gradient(180deg, #fff, #F9F1EF);
    padding-bottom: 88px;
}
.ix_about_video{
    width: 100%;
    height: 580px;
    border-radius: 30px;
    overflow: hidden;
}
.ix_about_video .banner_card_img{
    width: 100%;
    height: 100%;   
    object-fit: cover;
}
.ix_about_video video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.ix_about_video .card-img-overlay{
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
}
.ix_about_video .card-img-overlay a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.ix_about_video .card-img-overlay a img{
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.video_aniu{
    width: 68px;
    height: 68px;
    border-radius: 68px;
    color: #fff;
    z-index: 2;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    position: relative;
    display: flex;
}
.video_aniu .video_aniu_top{
    width: 68px;
    height: 68px;
    border-radius: 68px;
    justify-content: center;
    align-items: center;
}
.video_aniu svg{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    fill: #000;
    width: 20px;
    height: 20px;
    transform: translate3d(-40%, -50%, 0);
}
.video_aniu .video_aniu_top .circle01,.video_aniu .video_aniu_top .circle02{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 68px;
    height: 68px;
    border-radius: 68px;
    background: rgba(255, 255, 255, 0.3);
}
.video_aniu .video_aniu_top .circle01{
    animation:scalej01 2s .4s infinite;
    -webkit-animation:scalej01 2s .4s infi
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.4);-webkit-transform:scale(1.4);opacity:0;-webkit-opacity:0;}
}
.video_aniu .video_aniu_top .circle02{
    animation:scalej02 2s infinite;-webkit-animation:scalej02 2s infinite;
}
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}

.ix_hot_swiper_card{
    background: #F9F1EF;
    border-radius: 30px;
    position: relative;
}
.ix_hot_swiper_icon:before{
    content: "";
    position: absolute;
    right: -20px;
    top: 48px;
    width: 88px;
    height: 68px;
    background: url(../img/ix_hot_swiper_card_icon_bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1000;
}
.ix_hot_swiper_icon{
    position: relative;
    margin-top: 74px;
}
.ix_hot_swiper_card .card-body{
    padding: 48px;
}
.ix_hot_swiper_card .card-body p{
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 150px;
    margin-bottom: 88px;
}
.ix_hot_swiper_card .card-body span{
    font-size: 18px;
}

.ix_hot_swiper .swiper-wrapper{
    height: auto;
}
.ix_hot_swiper .swiper-button-next,.ix_hot_swiper .swiper-button-prev{
    width: 52px;
    height: 52px; 
    background: rgba(255,255,255,1);
    border-radius: 52px;
    z-index: 1000;
    font-size: 24px;
    color: #000;
    opacity: 1;
    pointer-events: auto;
}
.ix_hot_swiper .swiper-button-prev{
    left: auto;
    right: 122px;
    top: auto;
    bottom: 48px;
    margin-top: 0px;
}
.ix_hot_swiper .swiper-button-next{
    right: 48px;
    top: auto;
    bottom: 48px;
    margin-top: 0px;
}
.ix_hot_swiper .swiper-button-prev:after,.ix_hot_swiper .swiper-button-next:after{
    content: none;
}
.ix_hot_swiper .swiper-button-next:hover,.ix_hot_swiper .swiper-button-prev:hover{
    background: #036DB7;
    border: 1px solid #036DB7;
    color: #fff;
}

.ix_clients_swiper{
    padding: 20px 24px 50px 24px;
}
.ix_clients_logo{
    background: #fff;
    border-radius: 22px;
    height: 160px;
    padding: 16px;
    transition: 0.5s;
}
.ix_clients_logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.ix_clients_logo:hover{
    box-shadow: 0px 30px 50px rgba(211, 47, 53, 0.16);
}

.ix_touxiang{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
}

/*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: #131313;
    padding-top: 120px;
    color: #fff;
}

.bottom_ul{
    padding-bottom: 28px;
}
.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: #D2D2D2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card .bottom_nav_a a:hover{
    color: #036DB7;
}

.di_beian{
    padding: 38px 0px;
    line-height: 24px;
    margin-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}
.botom_beianhao .list-inline-item:not(:last-child){
    margin-right: 48px;
}

.bottom_bg .bottom_contact li{
    padding-left: 28px;
    color: #616161;
    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_bg .bottom_follow{
    display: flex;
    flex-wrap: wrap;
}
.bottom_bg .bottom_follow .list-inline-item:not(:last-child){
    margin-right: 12px;
    margin-bottom: 10px;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    color: #323232;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #323232;
    fill: #323232;
    width: 30px;
    height: 30px;
}
.bottom_bg .bottom_follow li a{
    color: #323232;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #036DB7;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_form{
    background: #fff;
    border-radius: 20px;
    padding: 3px;
    border: 1px solid #D9D9D9;
}
.bottom_form .form-control{
    background: none;
    border-radius: 20px!important;
    font-size: 14px;
    height: 52px;
    outline: none;
    box-shadow: none;
    padding: 14px 14px;
    border: none;
}
.bottom_form a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 52px;
    border-radius: 20px!important;
    background: #036DB7;
    color: #fff;
}

.dingyue{
    padding-right: 48px;
}

/* ----------------------------------------------------------------
    About Us
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 552px;
    display: flex;
    align-items: center;
    padding-bottom: 68px;
}
.about_banner h1{
    font-size: 36px;
}

.about_breadcrumb li a,.about_breadcrumb li{
    line-height: 24px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.about_breadcrumb .about_breadcrumb_home a{
    padding-left: 30px;
    position: relative;
}
.about_breadcrumb li a:hover{
    text-decoration: underline;
}
.about_breadcrumb .about_breadcrumb_home a svg{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 2px;
    fill: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "-";
    line-height: 24px;
    color: #fff;
}

.ix_shuju_card .card-body h1 strong{
    font-size: 66px;
    font-weight: 400;
}
.ix_shuju_card .card-body h1 span{
    font-size: 20px;
}
.ix_shuju_card .card-body h6{
    line-height: 22px;
    font-size: 15px;
}

.about_shuju_card_xian{
    position: relative;
}
.about_shuju_card_xian:before{
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
    height: 82px;
    margin-top: -41px;
    background: #B4B4B4;
    transform: rotate(10deg);
}

.about_shuju_card .card-body h1 strong{
    font-weight: 700;
}
.about_shuju_card .card-body h1 span{
    font-size: 30px;
}

.at_img_swiper .swiper-button-next,.at_img_swiper .swiper-button-prev{
    width: 34px;
    height: 34px; 
    border-radius: 5px;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.37);
}
.at_img_swiper .swiper-button-prev{
    left: 0px;
    margin-top: -17px;
}
.at_img_swiper .swiper-button-next{
    right: 0px;
    margin-top: -17px;
}
.at_img_swiper .swiper-button-prev:after,.at_img_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 16px;
}
.at_img_swiper .swiper-button-prev:hover:after,.at_img_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.at_img_swiper .swiper-button-next:hover,.at_img_swiper .swiper-button-prev:hover{
    background: #036EB6;
}

.about_video{
    border-radius: 0px;
    height: auto;
}

.img_box{
    position: relative;
}
.img_box:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 60%;
    height: 160px;
    transform: translate(-50%, 0%);
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.4);
}
.img_box img{
    z-index: 1000;
    position: relative;
}

.at_our_ul li{
    font-size: 17px;
    line-height: 38px;
}
.at_our_ul2 li{
    position: relative;
    padding-left: 16px;
}
.at_our_ul2 li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #036EB6;
}

.at_qs_swiper_card{
    background: #eee;
    position: relative;
}
.at_qs_swiper_card:before{
    content: "";
    position: absolute;
    left: -10%;
    top: 40%;
    width: 120%;
    height: 100%;
    background: #fff;
    border-top-left-radius: 100% 30%;
    border-top-right-radius: 100% 30%;
}
.at_qs_swiper_card .card-body{
    position: relative;
    padding: 68px 48px;
}
.at_qs_swiper_card .card-body img{
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}
.at_qs_swiper .swiper-slide-active .at_qs_swiper_card{
    background: linear-gradient(90deg, #2579B1, #036EB6);
}
.at_qs_swiper .swiper-wrapper{
    height: auto;
}

.at_qs_swiper_anniu{
    position: relative;
}
.at_qs_swiper_anniu .swiper-button-next,.at_qs_swiper_anniu .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(219,219,219,1);
    border-radius: 48px;
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.at_qs_swiper_anniu .swiper-button-prev{
    left: -24px;
    margin-top: -24px;
}
.at_qs_swiper_anniu .swiper-button-next{
    right: -24px;
    margin-top: -24px;
}
.at_qs_swiper_anniu .swiper-button-prev:after,.at_qs_swiper_anniu .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.at_qs_swiper_anniu .swiper-button-prev:hover:after,.at_qs_swiper_anniu .swiper-button-next:hover:after{
    color: #fff;
}
.at_qs_swiper_anniu .swiper-button-next:hover,.at_qs_swiper_anniu .swiper-button-prev:hover{
    background: #036EB6;
}

/* ----------------------------------------------------------------
    Products
----------------------------------------------------------------- */
.products_banner{
    background: url(../img/products_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 552px;
    display: flex;
    align-items: center;
    padding-bottom: 68px;
}
.ps_nav li a{
    display: inline-block;
    padding: 12px 38px;
    border-radius: 50px;
    font-size: 16px;
    margin-bottom: 12px;
}
.ps_nav li.active a{
    background: #036DB7;
    color: #fff;
}

.bg_EBEBEB{
    background: #EBEBEB;
}
.ps_price{
    width: 300px;
}
.ps_price .form-control{
    border-radius: 5px!important;
}
.ps_price .input-group-text{
    border: none;
    background: none;
}

.ps_form{
    background: #fff;
    border-radius: 50px;
    padding: 3px;
}
.ps_form .form-control{
    background: none;
    border-radius: 20px!important;
    font-size: 14px;
    height: 52px;
    outline: none;
    box-shadow: none;
    padding: 14px 24px;
    border: none;
}
.ps_form a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 52px;
    border-radius: 52px!important;
    background: none;
    color: #fff;
}
.search_anniu_top{
    display: inline-block;
    width: 68px;
    height: 52px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 2px;
    background: #036DB7;
    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 #036DB7;
    transition: all .5s;
}
.search_anniu_top:hover:before{
    background: #036DB7;
}
.search_anniu_top:hover:after{
    border: 2px solid #036DB7;
}

/*详情页*/
.ps_ds_left{
    padding: 30px;
    background: #ECECEC;
}
.ps_ds_swiper{
    position: relative;
    padding-right: 140px;
}
.ps_ds_swiper_right{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 120px;
    height: 100%;
}
.ps_ds_swiper_left .swiper-wrapper,.ps_ds_swiper_right .swiper-wrapper{
    height: auto;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide{
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ps_ds_swiper_right .swiper-wrapper .swiper-slide-thumb-active{
    border: 4px solid #036DB7;
}

.pt_ds_bt{
    padding-bottom: 24px;
    position: relative;
    margin-bottom: 24px;
}
.pt_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #E9E9E9;
}

.ps_ds_xz li img{
    width: 36px;
    height: 36px;
    object-fit: scale-down;
}
.ps_ds_xz li.active img{
    border: 2px solid #036DB7;
}
.ps_ds_xz .list-inline-item:not(:last-child){
    padding-right: 28px;
}

.ps_ds_share{
    display: flex;
    align-items: center;
}
.ps_ds_share li a{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 18px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #F8F8F8;
    color: #1E1E1E;
    font-size: 16px;
}
.ps_ds_share li a:hover{
    background: #036DB7;
    color: #fff;
    font-size: 18px;
}

.ps_ds_ul .list-inline-item:not(:last-child){
    margin-right: 24px;
}
.ps_ds_ul .gengduo{
    padding: 12px 58px;
    font-size: 16px;
}
.gengduo_fhlb{
    background: #DBDBDB;
    border: 2px solid #DBDBDB;
    color: #000!important;
    box-shadow: none;
}
.gengduo_collect{
    display: flex;
    padding: 13px 12px 12px 12px;
    font-size: 18px;
}
.gengduo_collect i{
    font-size: 24px;
}

.ps_dsnr_bt h1{
    font-size: 30px;
}
.ps_dsnr_bt h1 strong{
    font-weight: 400;
}

.ps_dsnr_swiper_top .swiper-wrapper,.ps_dsnr_swiper_bottom .swiper-wrapper{
    height: auto;
}
.ps_dsnr_swiper_top{
    margin-bottom: 48px;
    position: relative;
}
.ps_dsnr_swiper_top:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #CCC;
}
.ps_dsnr_swiper_top .swiper-wrapper .swiper-slide{
    width: auto;
    font-size: 24px;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 48px;
    padding-bottom: 16px;
    border-bottom: 6px solid rgba(255, 255, 255, 0);
}
.ps_dsnr_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    color: #036DB7;
    border-bottom: 6px solid #036DB7;
}

.ps_ds_table tbody tr td{
    padding: 15px;
    line-height: 24px;
}

.ps_now_bt{
    position: relative;
    padding-left: 24px;
    line-height: 36px;
}
.ps_now_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 10px;
    height: 28px;
    margin-top: -14px;
    border-radius: 10px;
    background: #036DB7;
}

/*now*/
.ps_now_right{
    padding-right: 30px;
    position: relative;
}
.ps_now_right_shuliang{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px;
}

.ps_now_card{
    position: relative;
}
.ps_now_card .card-body{
    padding: 0px 30px;
}
.ps_now_card .card-body h4{
    border-bottom: 1px solid #CECECE;
    font-size: 20px;
    padding: 18px 0px 14px 0px;
}
.ps_now_card .card-body h4 span{
    font-size: 16px;
    color: #929292;
    margin-left: 48px;
}
.ps_now_card .card-body p{
    padding: 18px 0px;
}
.ps_now_card_active{
    border: none;
    box-shadow: 0px 0px 35px rgba(86, 86, 86, 0.16);
}
.ps_now_card_active:before{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 48px;
    height: 35px;
    background: url(../img/ps_now_card_active.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ps_ps_now_confirm_left_maxlength{
    position: relative;
}
.ps_ps_now_confirm_left_maxlength p{
    position: absolute;
    right: 1px;
    bottom: 1px;
    font-size: 14px;
    line-height: 14px;
    border-bottom-right-radius: 8px;
    padding: 12px;
    background: #fff;
}
.ps_ps_now_confirm_left ul li,.ps_ps_now_confirm_right ul li{
    line-height: 30px;
}

.ps_ps_now_confirm_right{
    text-align: right;
}
.ps_ps_now_confirm_right ul li span{
    font-size: 30px;
}

/* ----------------------------------------------------------------
    Developer
----------------------------------------------------------------- */
.developer_banner{
    background: url(../img/developer_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 552px;
    display: flex;
    align-items: center;
    padding-bottom: 68px;
}

.dr_dd_card{
    border: 1px solid #DCDCDC; 
}
.dr_dd_card .card-body{
    padding: 24px;
}
.dr_dd_card .card-body img{
    width: 48px;
    height: 48px;
    object-fit: scale-down;
    margin-bottom: 18px;
}

.ix_accordion{
    padding: 0px;
    overflow: hidden;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.ix_accordion .accordion-item{
    border: none;
    margin-bottom: 38px;
    border-radius: 15px;
    padding: 0px 30px;
}
/*
.ix_accordion .accordion-item:first-of-type{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ix_accordion .accordion-item:last-of-type{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}*/
.ix_accordion .accordion-header button{
    padding: 30px 30px 30px 0px;
    display: block;
}
.ix_accordion .accordion-header{
    padding: 0px 0px 0px 0px;
    position: relative;
}
.ix_accordion .accordion-header strong{
    font-size: 1.2rem;
    line-height: 1.8rem;
    line-height: 35px;
    color: #000;
}
.ix_accordion .accordion-button:not(.collapsed),.ix_accordion .accordion-button:focus{
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
}
.ix_accordion .accordion-button::after{
    display: none;
}
.ix_accordion .accordion-button i{
    color: #000;
    background: none;
    transform: rotate(180deg);
    display: inline-block;
    transition: 0.5s;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
}
.ix_accordion .collapsed i{
    transform: rotate(0deg);
    transition: 0.5s;
}
.ix_accordion .accordion-button span{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: #036DB7;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 12px;
    position: relative;
    top: -2px;
}
.ix_accordion .accordion-item .accordion-body{
    padding: 30px 0px 38px 0px;
    border-top: 1px solid #DCDCDC;
}

.dr_cy_right_ul{
    background: #fff;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    padding: 30px 24px;
}
.dr_cy_right_ul li{
    margin-bottom: 32px;
}
.dr_cy_right_ul li:last-child{
    margin-bottom: 0px;
}
.dr_cy_right_ul li a{
    display: block;
}
.dr_cy_right_ul li a h5{
    font-size: 18px;
}
.dr_cy_right_ul li a span{
    font-size: 14px;
    color: #A7A7A7;
    margin-right: 14px;
}

.dr_cy_right_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dr_cy_right_flex_nr{
    display: flex;
    align-items: center;
}

.dr_cy_left_ul li{
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 18px;
    margin-bottom: 48px;
}
.dr_cy_left_ul li .card .card-body{
    padding: 0px 0px 30px 0px;
}
.dr_cy_left_ul li .card .card-body h5 span{
    display: inline-block;
    border: 1px solid #00A0E9;
    font-size: 14px;
    border-radius: 5px;
    padding: 4px 14px;
    margin-right: 12px;
    color: #00A0E9;
    line-height: 24px;
}
.dr_cy_left_ul_media img{
    width: 18px;
    height: 18px;
    border-radius: 18px;
    object-fit: cover;
}
.dr_cy_left_ul_media2{
    margin-right: 30px;
    color: #9B9B9B;
}
.dr_cy_left_ul_media2 svg{
    width: 20px;
    height: 20px;
    fill: #ABABAB;
}
.dr_cy_left_ul_media4:hover svg{
    fill: #036DB7;
}
.dr_cy_left_ul_media3{
    border: 1px solid #00A0E9;
    color: #00A0E9;
    padding: 4px 14px;
    border-radius: 5px;
}
.dr_cy_left_ul_media3 svg{
    width: 20px;
    height: 20px;
    fill: #00A0E9;
}
.dr_cy_left_ul_media3:hover{
    background: #00A0E9;
    color: #fff;
}
.dr_cy_left_ul_media3:hover svg{
    fill: #fff;
}

.dr_cy_post_opinions{
    display: block;
    text-align: center;
    padding: 0.9rem 0.5rem 0.9rem 0.5rem;
    font-size: 18px;
}

#editor—wrapper {
    border: 1px solid #ccc;
    z-index: 100; /* 按需定义 */
}
#toolbar-container {
    border-bottom: 1px solid #ccc;
}
#editor-container {
    height: 400px;
}

.dr_cy_ds_card{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    padding: 38px 30px 30px 30px;
}
.dr_cy_ds_fengyei{
    border-top: 1px solid #E9E9E9;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
}
.dr_cy_ds_fengyei a{
    color: #9B9B9B;
}
.dr_cy_ds_fengyei a:hover{
    color: #00A0E9;
}

.dr_cy_ds_card2{
    background: #fff;
    border-radius: 10px;
}
.dr_cy_ds_accepted_bt{
    padding: 24px 30px;
    font-size: 20px;
    border-bottom: 1px solid #E9E9E9;
}
.dr_cy_ds_accepted_nr{
    padding: 30px;
}

.dr_cy_ds_accepted_media img{
    width: 38px;
    height: 38px;
    border-radius: 38px;
}
.dr_cy_ds_accepted_text{
    padding: 14px 0px 0px 54px;
}
.gengduo_cancel{
    background: #E8E8E8;
    color: #313131!important;
    border-color: #E8E8E8;
}

/* ----------------------------------------------------------------
    News
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 552px;
    display: flex;
    align-items: center;
    padding-bottom: 68px;
}

.news_card{
    background: #ECECEC;
    border-radius: 44px;
    transition: 0.5s;
}
.news_card .card-body{
    padding: 48px 38px 48px 38px;
}
.news_card .card-body h6{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
}
.news_card .card-body h6:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #036DB7;
    transition: 0.5s;
}
.news_card .card-body h3{
    font-size: 24px;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 114px;
}
.news_card .card-body p{
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 84px;
    color: #737373;
    transition: 0.5s;
}
.news_card .card-body h5{
    font-size: 18px;
    color: #737373;
    margin-top: 40px;
    transition: 0.5s;
}
.news_card:hover{
    background: #036DB7;
    color: #fff;
}
.news_card:hover .card-body p{
    color: #B2D6FF;
}
.news_card:hover .card-body h5{
    color: #fff;
}
.news_card:hover .card-body h6:before{
    background: #fff;
}

.news_details_nr{
    background: #fff;
    border-radius: 30px;
    padding: 48px 38px 38px 38px;
    box-shadow: 0px 0px 60px rgba(12, 55, 123, 0.16);
}
.news_ds_ul .list-inline-item:not(:last-child) {
    margin-right: 48px;
}

/* ----------------------------------------------------------------
    Contact us
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 552px;
    display: flex;
    align-items: center;
    padding-bottom: 68px;
}

.contact_card{
    background: #F1F1F1;
    border: none;
    border-radius: 6px;
}
.contact_card .card-body{
    padding: 18px 24px;
    display: flex;
    align-items: center;
}
.contact_card .card-body img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
}
.contact_card .card-body h5{
    font-size: 17px;
}

/* ----------------------------------------------------------------
    Login
----------------------------------------------------------------- */
.login_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../img/login_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.login_nr{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 106px;
}

.logon_form{
    padding: 38px;
    background: #fff;
    border-radius: 16px;
}
.logon_form .form-floating .form-control{
    background: #fff;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
}
.logon_form .form-floating label{
    color: #666;
    padding: 12px 15px;
}

.logon_form_a{
    display: block;
    text-align: center;
    background: #036DB7;
    color: #fff;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 24px;
    transition: 0.5s;
}
.logon_form_a2{
    background: #f2f2f2;
    color: #00a1e9;
}
.logon_form_a2 span{
    color: #999;
    transition: 0.5s;
}
.logon_form_a:hover{
    background: #036DB7;
    color: #fff;
}
.logon_form_a:hover span{
    color: #fff;
}

.logon_form_yanzheng a{
    display: inline-block;
    color: #fff;
    background: #036DB7;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 8px;
    font-size: 12px;
}
.logon_form .form-check label{
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.logon_form .form-check label a{
    text-decoration: underline;
    pointer-events: auto;
}

.logon_form .logon_form_input{
    height: 48px;
}

/* ----------------------------------------------------------------
    个人中心
----------------------------------------------------------------- */
.pl_cr_nav{
    background: #036DB7;
}
.pl_ce_touxiang{
    margin-left: 48px;
}
.pl_ce_touxiang img{
    width: 48px;
    height: 48px;
    border-radius: 48px;
}
.pl_cr_nav .navbar-brand{
    height: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pl_cr_nav{
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex;
    justify-content: space-between;
}
.pl_cr_left_nav{
    background: #fff;
    box-shadow: 0px 0px 35px rgba(81, 81, 81, 0.16);
}
.pl_cr_left_nav li a{
    display: block;
    font-size: 18px;
    padding: 24px 24px 24px 30px;
    position: relative;
}
.pl_cr_left_nav li a.pl_cr_left_nav_shuzi{
    padding: 24px 48px 24px 24px;
}
.pl_cr_left_nav li a svg{
    width: 20px;
    height: 20px;
    fill: #999;
}
.pl_cr_left_nav li.active a{
    background: #036DB7;
    color: #fff;
}
.pl_cr_left_nav li a:hover svg{
    fill: #036DB7;
}
.pl_cr_left_nav li.active a svg{
    fill: #fff;
}
.pl_cr_left_nav li a span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background: #FF0000;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 24px;
}

.pl_cr_right_nr1{
    background: #fff;
    box-shadow: 0px 0px 35px rgba(81, 81, 81, 0.16);
    padding: 24px 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pl_cr_right_nr_touxiang img{
    width: 110px;
    height: 110px;
    border-radius: 110px;
}
.pl_cr_right_nr_touxiang h4{
    font-size: 20px;
}

.pl_cr_right_nr_touxiang{
    width: 40%;
    margin-right: 5%;
}
.pl_cr_shuju{
    width: 55%;
    display: flex;
}
.pl_cr_shuju li{
    width: 25%;
}
.pl_cr_shuju .about_shuju_card_xian:before{
    transform: rotate(0deg);
    background: #E8E8E8;
}

.pl_cr_right_nr2{
    box-shadow: 0px 0px 35px rgba(81, 81, 81, 0.16);
    padding-left: 38px;
    padding-right: 38px;
}
.pl_cr_right_bt{
    padding: 30px 0px 0px 0px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.pl_cr_right_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #E8E8E8;
}
.pl_cr_right_bt a{
    font-size: 15px;
}
.pl_cr_right_bt strong{
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 20px;
    padding-bottom: 18px;
}
.pl_cr_right_bt strong:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background: #036DB7;
}

.pl_cr_right_orders_bottom li{
    border: 1px solid #E8E8E8;
    padding: 0px 20px;
    margin-top: 20px;
    border-radius: 10px;
}
.pl_cr_right_orders{
    display: flex;
    justify-content: space-between;
    padding: 28px 0px;
    align-items: center;
    flex-wrap: wrap;
}
.pl_cr_right_orders_media{
    width: 55%;
}
.pl_cr_right_orders_td{
    width: 15%;
    text-align: center;
}
.pl_cr_right_orders_td2{
    text-align: right;
}
.pl_cr_right_orders_td2 a{
    color: #036DB7;
    text-decoration: underline;
}

.pl_er_ps_swiper .swiper-wrapper{
    height: auto;
    padding: 38px 0px 48px 0px;
}
.pl_cr_or_nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 28px;
    position: relative;
}
.pl_cr_or_nav_input{
    background: #EEE;
    width: 25%;
    margin-bottom: 10px;
}
.pl_cr_or_nav_input .form-control,.pl_cr_or_nav_input a{
    height: 38px;
}
.pl_cr_or_nav ul{
    width: 70%;
    margin-right: 5%;
}
.pl_cr_or_nav ul li:not(:last-child){
    margin-right: 48px;
}
.pl_cr_or_nav ul li a{
    display: inline-block;
    padding: 15px 0px;
    position: relative;
}
.pl_cr_or_nav ul li.active a{
    font-weight: 700;
}
.pl_cr_or_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #E8E8E8;
}
.pl_cr_or_nav ul li.active a:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background: #036DB7;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.page-item .page-link{
    background: #E9E9E9;
    color: #AAA;
    margin: 0px;
    width: 32px;
    height: 32px;
    border-radius: 32px!important;
    border: 1px solid #E9E9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.product_ul .page-item .page-link{
    background: #E9E9E9;
}
.page_ul{
    background: #E9E9E9;
    height: 32px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 32px;
    display: flex;
    align-items: center;
}
.product_ul .page_ul{
    background: #fff;
}
.page_ul .list-inline-item{
    margin-right: 0px;
}
.page-item .page_link_left{
    margin-right: 10px;
}
.page-item:not(:first-child) .page-link{
    margin-left: 10px;
}
.page-item .page-link:hover{
    color: #036DB7;
}
.page-item.active .page-link{
    /*width: 40px;
    height: 40px;*/
    /*border-radius: 8px!important;*/
    color: #fff;
    background: #036DB7;
    box-shadow: 0px 0px 13px rgba(3, 109, 183, 0.19);
    border: none;
}

.pl_cr_or_ps .pl_cr_right_orders_media{
    width: 50%;
}
.pl_cr_or_ps .pl_cr_right_orders_td{
    width: 10%;
    text-align: center;
}
.pl_cr_or_ps .pl_cr_right_orders_td2{
    width: 17%;
}
.pl_cr_or_ps .pl_cr_right_orders_td3{
    width: 13%;
}
.pl_cr_right_orders_td_anniu{
    display: block;
    padding: 10px;
    background: #036DB7;
    color: #fff!important;
    border-radius: 5px;
    text-align: center;
    margin: 6px 0px;
}
.pl_cr_right_orders_td_anniu2{
    background: none;
    color: #036DB7!important;
    text-decoration: underline;
}

.pl_cr_or_ds_bt{
    position: relative;
    padding-left: 16px;
    line-height: 18px;
    font-size: 16px;
}
.pl_cr_or_ds_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 6px;
    height: 18px;
    border-radius: 6px;
    background: #036DB7;
}

.pl_cr_or_ds_card .card-body{
    padding: 0px 100px 0px 48px;
    position: relative;
}
.pl_cr_or_ds_card_jiage{
    position: absolute;
    right: 0px;
    top: 0px;
}

.pl_cr_or_ds_information li{
    font-size: 14px;
    line-height: 38px;
}
.pl_cr_or_ds_information li p{
    line-height: 26px;
}

.pl_cr_or_ds_bottom_anniu li a{
    display: inline-block;
    color: #000;
    background: #EBEBEB;
    border-radius: 3px;
    padding: 10px 30px;
    margin-bottom: 10px;
}
.pl_cr_or_ds_bottom_anniu li.active a,.pl_cr_or_ds_bottom_anniu li a:hover{
    color: #fff;
    background: #036DB7;
}

.panel_zhedei{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
.header_anniu{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    padding-top: 48px;
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}
.content_nr{
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #fff;
}

.content_nr ul{
    position: relative;
}
.content_nr ul:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #F2F2F2;
}
.content_nr ul li{
    padding-left: 38px;
    padding-bottom: 32px;
    position: relative;
}
.content_nr ul li h6{
    font-size: 15px;
    color: #3B3B3B;
}
.content_nr ul li p{
    font-size: 12px;
    color: #ABABAB;
}
.content_nr ul li:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 21px;
    height: 21px;
    background: rgba(52, 74, 156, 0);
    border-radius: 21px;
}
.content_nr ul li:after{
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 13px;
    height: 13px;
    background: #DCDCDC;
    border-radius: 13px;
}
.content_nr ul .active:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 21px;
    height: 21px;
    background: rgba(52, 74, 156, 0.13);
    border-radius: 21px;
}
.content_nr ul .active:after{
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 13px;
    height: 13px;
    background: #036DB7;
    border-radius: 13px;
}

.pl_my_ps_ul li:not(:last-child) {
    margin-bottom: 30px;
}
.pl_my_ps_card{
    border: 1px solid #C5C5C5;
    transition: 0.5s;
}
.pl_my_ps_card .card-body{
    padding: 0px 24px;
}
.pl_my_ps_card .card-body .pl_my_ps_card_nr{
    border-bottom: 1px solid #E8E8E8;
    padding: 18px 0px;
}
.pl_my_ps_card_nr h5{
    font-size: 15px;
}
.pl_my_ps_card_nr h5 span{
    display: inline-block;
    background: #036DB7;
    border-radius: 3px;
    padding: 10px 12px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-left: 12px;
}
.pl_my_ps_card_nr p{
    font-size: 13px;
}
.pl_my_ps_card:hover{
    border: 1px solid #fff;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.12);
}

.pl_cr_as_tianjia_card{
    background: #F2F2F2;
    border-color: #F2F2F2;
    border: none;
}
.pl_cr_as_tianjia_card .card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: #B4B4B4;
}
.pl_cr_as_tianjia_card .card-body img{
    width: 38px;
    height: 38px;
    margin-bottom: 14px;
}

.pl_address_form label{
    text-align: right;
}
.pl_address_form .form-control,.pl_address_form .form-select{
    font-size: 14px;
    padding: 10px 16px;
}
.pl_cr_collection_card .fangda{
    height: 324px;
}
.pl_cr_collection_card .fangda span{
    font-size: 11px;
}
.pl_cr_collection_card .card-body{
    padding: 18px 0px 0px 0px;
}
.pl_cr_collection_card h5{
    font-size: 16px;
}
.pl_cr_collection_card p{
    font-size: 12px;
}
.pl_cr_collection_card .card-body p span{
    font-size: 18px;
    width: 100px;
}

.pl_address_form_gengduo{
    font-size: 0.8rem;
}
.pl_cn_form_gengduo{
    font-size: 0.8rem;
    padding: 0.6rem 1.5rem 0.6rem 1.5rem;
}

.form_duoxuan .form_duoxuan[type=checkbox]{
    border-radius: 50px!important;
}

.counter-container {
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    width: 160px;
    height: 32px;
}
.counter-button {
    width: 40px;
    height: 32px;
    border: 1px solid #E6E6E6;
    float: left;
    background: none;
}
.counter-button:hover {
    border: 1px solid #036DB7;
    background-color: #036DB7;
    color: #fff;
}
.counter-display {
    font-size: 14px;
    float: left;
    width: 80px;
    height: 32px;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 6px 12px;
    text-align: center;
}

.pl_cr_shopping_check{
    padding-left: 2.5rem;
    position: relative;
    border-bottom: 1px solid #F2F2F2;
    padding-top: 30px;
    padding-bottom: 30px;
}
.pl_cr_shopping_check .form-check-input{
    margin-left: 0px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -0.5em;
}
.pl_cr_shopping_check .form-check-label .card .card-body{
    padding: 10px 138px 0px 30px;
    position: relative;
}
.pl_cr_shopping_check .form-check-label .card .pl_cr_or_ds_card_jiage{
    font-weight: 700;
    font-size: 30px;
}

.pl_cr_pl_pe_flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pl_cr_pl_pe_card{
    width: 130px;
    height: 130px;
    margin-bottom: 16px;
}
.pl_cr_pl_pe_card .card-img-overlay{
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.26);
}

/* ----------------------------------------------------------------
    中文落地页
----------------------------------------------------------------- */
.ix_zwldy_shuju_h2{
    font-size: 48px;
}

.ix_zwldy_bt{
    position: relative;
}
.ix_zwldy_bt a{
    position: absolute;
    right: 0px;
    top: 0px;
}

.index_zwldy_bottom{
    padding-top: 0px!important;
}
.index_zwldy_bottom .di_beian{
    border-top: none;
    margin-top: 0px;
}
.index_zwldy_bottom .bottom_dibu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.bottom_bg .bottom_follow{
    margin-top: 10px;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
.h_v{
    overflow: hidden;
}

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1800px){
    
}
@media (max-width: 1600px){
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 60px 0px 0px;
    }
    .banner{
        height: 800px;
    }
    .banner_nr h1{
        font-size: 48px;
    }
    .bottom_bg{
        padding-top: 88px;
    }

    .about_banner{
        height: 480px;
    }
    .pl_cr_left_nav li a{
        padding: 20px 15px 20px 15px;
        font-size: 16px;
    }
    .pl_cr_left_nav li a.pl_cr_left_nav_shuzi{
        padding: 20px 30px 20px 15px;
    }
    .pl_cr_left_nav li a span{
        right: 8px;
    }
}

@media (max-width: 1400px){
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0px 48px 0px 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 35px 0px 35px 0px;
    }
    .navbar-brand{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .nav_min .nav-item .nav-link:before{
        bottom: 20px;
    }
}

@media (max-width: 1300px){
    .row_30,.row_24,.row_20{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24,.col_20{
        padding-left: 15px;
        padding-right: 15px;
    }

    .ix_clients_swiper{
        padding: 20px 15px 20px 15px;
    }
    .ix_clients_logo:hover{
        box-shadow: 0px 5px 15px rgba(211, 47, 53, 0.16);
    }

    .pl_cr_right_orders_media{
        width: 100%;
        margin-bottom: 24px;
    }
    .pl_cr_right_orders_td{
        width: 33%;
        text-align: left;
    }

    .pl_cr_or_ps .pl_cr_right_orders_media{
        width: 100%;
        margin-bottom: 24px;
    }
    .pl_cr_or_ps .pl_cr_right_orders_td3,.pl_cr_or_ps .pl_cr_right_orders_td{
        width: 25%;
        text-align: left;
    }

    .ps_now_card .card-body h4 span{
        display: block;
        margin-left: 0px;
        margin-top: 12px;
    }

    .pl_cr_right_nr1{
        flex-direction: column;
    }
    .pl_cr_right_nr_touxiang{
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0px;
    }
    .pl_cr_shuju{
        width: 100%;
    }
}

@media (max-width: 1199px){
    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 16px;
        margin-bottom: 15px;
        padding: 0px;
        height: 27px;
    }
    .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 .container{
        position: relative;
        width: 100%;
    }
    .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: 20px 40px 20px 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;
    }
    .md_collapse{
        max-height: 80vh;
        overflow: auto;
    }
    .md_collapse::-webkit-scrollbar {
        width: 0px;
    }

    .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;
    }

    .bottom_dibu{
        flex-direction: column;
    }
    .botom_beianhao li{
        display: block;
        font-size: 12px;
    }
    .botom_beianhao .list-inline-item:not(:last-child){
        margin-right: 0px;
    }
    .botom_beianhao{
        margin-top: 12px;
        text-align: center;
    }

    .login{
        position: absolute;
        top: 8px;
        right: 52px;
        background: none;
    }
    .login svg{
        fill: #000;
    }

    .banner{
        height: 680px;
    }
    .banner_nr h1{
        font-size: 38px;
        line-height: 58px;
    }
    .banner_nr h5{
        font-size: 16px;
    }
    .nav_min .nav-item .nav-link:before{
        bottom: 0px;
    }
    .di_beian{
        padding: 18px 0px;
    }

    .about_banner{
        height: 380px;
    }
    .ix_ps_swiper_card .fangda{
        height: 320px;
    }

    .wrap_fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pl_ce_touxiang{
        margin-right: 15px;
    }
    .pl_cr_or_nav{
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }
    .pl_cr_or_nav_input{
        width: 100%;
    }

    .pl_cr_or_nav ul li:not(:last-child){
        margin-right: 12px;
    }
    .pl_cr_or_nav ul{
        width: 100%;
        margin-right: 0px;
    }

    .index_zwldy_bottom .bottom_dibu{
        flex-direction: column;
    }
    .ix_shuju_card .card-body h1 strong{
        font-size: 48px;
    }
}
@media (max-width: 980px){
    /*bottom*/
    .bottom_bg{
        padding-top: 48px;
    }
    .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: 24px;
    }
    .md_erweima{
        justify-content: center;
    }
    .md_erweima .card{
        padding-top: 24px;
    }

    .ix_hot_swiper_icon{
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .dingyue{
        padding-right: 0px;
    }
    .rounded-top1{
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }

    .ps_ps_now_confirm_right{
        text-align: left;
        margin-top: 30px;
    }
    .ps_price{
        width: 200px;
    }
    .pl_cr_shopping_check .form-check-label .card .card-body{
        padding: 0px 138px 0px 0px;
        margin-top: 24px;
    }
    .ix_accordion .accordion-header button{
        font-size: 14px;
    }
}

@media (max-width: 768px){
    .sm_none{
        display: none;
    }
    .tanchuang_tuichu{
        right: 0px;
        background: none;
        margin-top: 0px;
    }

    .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%;
    }
    .wrap_fluid{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .banner_nr h1,.ix_bt h1,.about_banner h1,.news_bt{
        font-size: 24px;
        line-height: 38px;
    }
    .ps_now_card .card-body h4,.news_card .card-body h3{
        font-size: 18px;
        line-height: 30px;
    }
    .banner_nr h5,.p_18 p, .p_18,.p_16 p, .p_16,.ix_accordion .accordion-header strong{
        font-size: 14px;
        line-height: 24px;
    }

    .gengduo,.ps_ds_ul .gengduo,.device_nav_swiper .swiper-wrapper .swiper-slide{
        padding: 0.6rem 1.6rem 0.6rem 1.6rem;
        font-size: 0.9rem;
    }

    .banner{
        height: 480px;
    }
    .banner_nr h1{
        margin-bottom: 12px!important;
    }
    .banner_nr .gengduo{
        margin-top: 38px;
    }
    .ix_bt strong:before{
        height: 12px;
        bottom: 6px;
    }
    .ix_bt strong{
        padding-right: 10px;
    }

    .ix_ps_swiper .swiper-button-next, .ix_ps_swiper .swiper-button-prev{
        width: 48px;
        height: 48px;
        border-radius: 48px;
    }
    .ix_ps_swiper .swiper-button-prev{
        right: 68px;
    }
    .ix_ps_swiper .swiper-scrollbar{
        bottom: 20px;
    }
    .ix_ps_bottom_card2{
        margin-top: 0px;
    }
    .ix_hot_swiper_card .card-body{
        padding: 24px;
    }
    .ix_hot_swiper_card .card-body p{
        font-size: 14px;
        line-height: 24px;
        height: 120px;
    }
    .ix_hot_swiper .swiper-button-next{
        right: 24px;
        bottom: 24px;
    }
    .ix_hot_swiper .swiper-button-prev{
        bottom: 24px;
        right: 88px;
    }
    .ix_hot_swiper .swiper-button-next, .ix_hot_swiper .swiper-button-prev{
        width: 48px;
        height: 48px;
    }
    .ix_hot_swiper_icon:before{
        width: 68px;
        height: 48px;
    }
    .ix_touxiang{
        width: 58px;
        height: 58px;
    }
    .ix_about_video{
        height: auto;
    }
    .ix_clients_logo{
        height: 120px;
    }

    .ps_now_right{
        margin-top: 24px;
    }
    .about_banner{
        height: 240px;
    }

    .ps_ds_left{
        padding: 15px;
    }
    .ps_ds_swiper_right{
        width: 78px;
    }
    .ps_ds_swiper{
        padding-right: 88px;
    }
    .ps_nav li a{
        font-size: 12px;
        padding: 10px  24px;
    }

    .pl_cr_right_nr2{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pl_cr_shopping_check .form-check-label .card .pl_cr_or_ds_card_jiage{
        font-size: 18px;
    }
    .pl_cr_shopping_check .form-check-label .card .card-body{
        padding: 0px 80px 0px 0px;
    }
    .dr_cy_right_flex{
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .sm_mt_24{
        margin-top: 15px;
    }
    .pl_cr_or_nav ul li a{
        font-size: 14px;
    }
    .pl_address_form label{
        text-align: left;
    }

    .ps_dsnr_swiper_top .swiper-wrapper .swiper-slide{
        font-size: 16px;
        margin-right: 15px;
    }
    .pl_cr_or_ds_card .card-body{
        margin-top: 24px;
        padding: 0px 80px 0px 0px;
    }
    .pl_cr_or_ds_card_jiage{
        font-size: 16px;
    }

    .pl_cr_or_ps .pl_cr_right_orders_td3,.pl_cr_or_ps .pl_cr_right_orders_td{
        width: 50%;
        text-align: left;
        margin-top: 12px;
    }
    .pl_cr_right_nr1{
        padding: 24px 15px;
    }
    .pl_cr_shuju p{
        font-size: 10px;
    }
    .pl_cr_shuju h2{
        font-size: 24px;
    }
    .pl_cr_right_nr_touxiang img{
        width: 88px;
        height: 88px;
    }
    .news_details_nr{
        padding: 28px 24px 38px 24px;
    }
    .news_ds_ul .list-inline-item:not(:last-child){
        margin-right: 12px;
    }

    .news_card{
        border-radius: 24px;
    }
    .news_card .card-body{
        padding: 24px;
    }
    .news_card .card-body p{
        font-size: 14px;
    }

    .logon_form{
        padding: 24px;
    }

    .at_qs_swiper_anniu .swiper-button-prev{
        left: 0px;
    }
    .at_qs_swiper_anniu .swiper-button-next{
        right: 0px;
    }

    .dr_cy_ds_card,.dr_cy_ds_accepted_bt,.dr_cy_ds_accepted_nr{
        padding: 24px;
    }
    .ix_shuju_card .card-body h1 strong{
        font-size: 38px;
    }
    .video_aniu .video_aniu_top .circle01, .video_aniu .video_aniu_top .circle02,.video_aniu .video_aniu_top,.video_aniu{
        width: 48px;
        height: 48px;
    }
    .video_aniu svg{
        width: 14px;
        height: 14px;
    }

    .banner .swiper-pagination{
        bottom: 78px;
    }
}