/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}

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

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

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 200px;
    z-index: 3000;
}
.right_xf .box_touying{
    margin-bottom: 20px;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background: #1e62e9;
    color:#026ce4;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
    box-shadow: 0px 5px 15px rgba(51,51,51,0.2);
}
.right_xf li a p{
    
}

.right_xf li{
    position: relative;
}
.right_xf .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 58px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 220px;
    height: auto; 
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;
}
.right_xf .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    top: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.right_xf .menu ul{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.right_xf li:hover .menu{
    display: block;
    transition: all .5s;
}

.right_xf .menu ul li{
    line-height: 36px;
}

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

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

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

a{
    color: #333;
}

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

a:hover{
    color: #91cbff;
}

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

p{
    line-height: 24px;
    /*word-break: break-all;*/
}

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

h3{
    line-height: 40px;
}

h4{
    line-height: 38px;
}

h5{
    line-height: 32px;
}

.pem{
    text-indent: 2em;
}

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

.opacity_5{
    opacity: 0.5;
}


.text_999{
    color: #999;
}
.text-danger{
    color: #FF0000!important;
}
.text-success{
    color: #01427c!important;
}
.text-primary{
    color: #0F6ED8!important;
}

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

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pb-6{
    padding-bottom: 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: 100px;
}
.pt-7{
    padding-top: 100px;
}

.no_margin{
    margin: 0px;
}

@media (min-width: 1400px){
    .ce_fluid{
        padding-left: 88px;
        padding-right: 88px;
    }
    .ce_xl_width{
        max-width: 1600px;
    }
    .ce_width{
        max-width: 1500px;
    }
}
@media(min-width:900px){
    .banner{
        width:1000px;
    }
    
}
.banner .swiper-button-next,.banner .swiper-button-prev{
    color: red;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav_right*/
.nav_form{
    position: absolute;
    right: 10vw;
    top: 34px;
}

/*nav*/
.nav_min{
    padding: 0px 0px 0px 10vw;
    border: none;
    background: none;
    transition: all 0.5s;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.nav_min .md_collapse{
    background: #91cbff;
    flex-grow: initial;
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
    position: relative;
    padding-left: 108px;
    padding-right: 17vw;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 55px;
    transition: 0.5s;
    margin-right: 0px;
    margin-top: 26px;
    margin-bottom: 27px;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 80px 0px 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 36px 0px 36px 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: 17px;
    line-height: 16px;
    color: #fff;
    /*text-transform: uppercase;*/
}
/*.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}*/
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.3s;
}
.nav_min .navbar-nav .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover,.nav_min .navbar-nav .active>.nav-link{
    color: #fff;
}

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

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

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 5px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    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(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

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

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

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

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

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

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    width: 200px;
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 8px 15px 8px 15px;
    border-radius: 0px;
    /*border-bottom-left-radius: 15px;*/
    /*border-bottom-right-radius: 15px;*/
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
    box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.1);
}
.pc_yuyan .dropdown-menu{
    right: 0;
    left: auto;
    top: 37px;
}
.pc_yuyan .dropdown-menu a{
    padding: 10px 0px !important;
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    width: 100%;
    min-width: 100%;
    background: #f9f9f9;
    margin: 0px;
    z-index: 1000;
    padding: 28px 0px 28px 0px;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    padding: 18px 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0s;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    position: relative;
    background: #fff;
    color: #333;
}
.top_xiala .dropdown-menu a:last-child{
    border: none;
}
.top_xiala .dropdown-menu a:hover{
    color: #91cbff;
    background: #fff;
}

.top_xiala2 .dropdown-menu a{
    background: none;
    padding: 0px;
    font-size: 13px;
    line-height: 22px;
    color: #1e62e9;
}
.top_xiala2 .dropdown-menu h6 a{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    margin-bottom: 8px;
}
.top_xiala2 .dropdown-menu a:hover{
    background: none;
    color: #1e62e9;
    text-decoration: underline;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 2000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}

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

.pc_yuyan{
    margin-left: 6px;
    padding-left: 10px;
    border-left: 1px solid #fff;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-left: 16px;
    padding-right: 16px;
}
.nav_min .pc_yuyan .nav-link{
    padding: 10px 4px;
    display: flex;
    align-items: center;
    color: #fff;
    background: none;
    border-radius: 42px;
    transition: 0.5s;
    font-size: 16px;
}
.nav_min .pc_yuyan .nav-link span{
    right: 18px;
    font-size: 18px;
}
.nav_min .pc_yuyan .nav-link:before{
    content: none;
}
.pc_yuyan .dropdown-menu{
    width: auto;
}
    
.pc_yuyan .nav-link svg{
    fill: #fff;
    transition: 0.5s;
}
.pc_yuyan:hover .nav-link svg{
    fill: #fff;
}
.pro_de p{
    font-size: 17px;
    line-height: 27px;
}
.cp_table{
    max-width: 100%;
    border: 1px solid #e0e0e0;
}
.cp_table td{
    min-width: 200px;
    font-size: 16px;
    padding: 15px;
    border: 1px solid #e0e0e0;
}
.cp_table th {
    font-size: 16px;
    border: 1px solid #e0e0e0;
    padding: 15px;
    background: #f4f4f4;
}

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

.products_card{
    margin-bottom: 30px;
}
.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 10px 16px;
    border: 1px solid #eee;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #91cbff;
    color: #fff;
    border: 1px solid #91cbff;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}
.md_sousuo{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background: none;
}
.search_anniu_top{
    display: inline-block;
    width: 42px;
    height: 42px;
    border: none;
    position: relative;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 13px;
    right: 1px;
    bottom: 0;
    left: 15px;
    width: 6px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 4px;
    bottom: 0; 
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}
.search_anniu_top:hover:before{
    background: #fff;
}
.search_anniu_top:hover:after{
    border: 1px solid #fff;
}

.search_anniu_top2{
    display: inline-block;
    width: 68px;
    height: 58px;
    position: relative;
    border: 2px solid #eee;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: none;
}
.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: #0F6ED8;
}
.search_anniu_top2:hover:after{
    border: 2px solid #0F6ED8;
}

.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    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: 58px;
    padding-bottom: 68px;
}
.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);
}

.is-active{
    box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.1);
}

.maximg img{
    max-width: 100%;
    height: auto !important;
}

.news_de p{
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
}

.banner .swiper-pagination-bullet{
    background: #fff;
    opacity: .9;
}
.banner .swiper-pagination-bullet-active{
    background: #01427c;
}

/*banner*/
.banner_card{
    width: 100%;
    height: 100vh;
}
.banner_card video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    object-fit: cover;
}
.banner_card .card-img-overlay{
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 0px 0px 0px;
}
.banner_card .card-img-overlay a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}
.banner_card .card-img-overlay a img{
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.tanchuang_tuichu{
    position: absolute;
    right: 15px;
    top: 9px;
    z-index: 1000;
}
.tanchuang_tuichu .search_anniu2{
    display: inline-block; 
    width: 32px;
    height: 32px;
    background: #FC0000;
    line-height: 18px;
    border-left: none;
    padding: 0px;
    border-radius: 32px;
    position: relative;
    transition: all .5s;
    margin-top: 0px;
    cursor: pointer;
}
.tanchuang_tuichu .search_anniu2:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 7px;
    width: 18px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.tanchuang_tuichu .search_anniu2:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 7px;
    width: 18px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}
.tanchuang_tuichu .search_anniu2:hover{
    transform: rotate(180deg);
}

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

.bt{
    position: relative;
    padding-top: 52px;
    padding-bottom: 20px;
}
.bt h3{
    font-size: 34px;
    z-index: 1000;
    position: relative;
}
.bt span{
    z-index: 1000;
    position: relative;
}
.bt span svg{
    fill: #91cbff;
}
.bt:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 128px;
    height: 128px;
    border-radius: 128px;
    background: #FFE9EB;
    transform: translate3d(-50%, 0%, 0);
}
.bt2:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 128px;
    height: 128px;
    border-radius: 128px;
    background: #fff;
    transform: translate3d(-50%, 0%, 0);
}
.bt3:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    width: 128px;
    height: 128px;
    border-radius: 128px;
    background: #FFF7D8;
    transform: translate3d(-50%, 0%, 0);
}

.gengduo{
    padding: 16px 48px;
    background: #91cbff;
    color: #fff;
    font-size: 18px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #91cbff;
    box-shadow: 4px 4px 0px rgb(59 100 137);
}
.gengduo svg{
    position: relative;
    fill: #fff;
    transition: 0.5s;
}
.gengduo:hover{
    color: #fff;
    background: #0D94AB;
    border: 1px solid #0D94AB;
}
.gengduo:hover svg{
    fill: #fff;
}

.hvr-float{
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0px 10px 30px rgba(0, 58, 178, 0.1);
}

.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: 34px;
}
.p_18 p,.p_18{
    font-size: 18px;
    line-height: 38px;
}

.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_7{
    margin-left: -7px;
    margin-right: -7px;
}
.col_7{
    padding-left: 7px;
    padding-right: 7px;
}

.ix_find_ps_ul li a{
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 5px;
    background: #91cbff;
    display: inline-block;
    color: #fff;
    line-height: 24px;
}
.ix_find_ps_ul li a.active{
    background: #01427c;
    color: #fff;
}
.cpsx_ul .pp_li{
    padding: 10px 0;
}
.cpsx_ul .pp_li a{
    background: none;
    padding: 0;
}
.cpsx_ul .pp_li a img{
    max-width: 50%;
}
.ix_find_ps_ul .pp_li a img{
    max-width: inherit;
    max-height: 32px;
}
.ix_find_ps_ul .pp_li a{
    padding: 0 10px;
}
.ix_find_ps_ul .list-inline-item:not(:last-child){
    margin-right: 8px;
    margin-bottom: 8px;
}
.ix_find_ps_ul li a:hover{
    background: #FFA200;
    color: #fff;
}
.cpsx_ul .pp_li a:hover,.cpsx_ul .pp_li a.active{
    background: none;
}

.pt_sousuo{
    border: 1px solid #ddd;
}
.pt_sousuo_ul li a{
    font-size: 16px;
    line-height: 30px;
}

.ix_news_card{
    overflow: visible;
    border: none;
    border-bottom-right-radius: 300px;
    border-top-right-radius: 300px;
    background: #CBF1F7;
    padding-top: 88px;
    padding-bottom: 88px;
    position: relative;
}
.ix_news_card:before{
    content: "";
    position: absolute;
    top: 0px;
    right: 100%;
    width: 100%;
    height: 100%;
    background: #CBF1F7;
}

.ix_news_card .card-body{
    padding: 0px;
}
.ix_news_ul{
    padding-left: 60px;
    padding-right: 60px;
    border-left: 2px solid #fff;
}
.ix_news_ul li a{
    display: block;
    padding-left: 180px;
    position: relative;
    margin: 18px 0px;
}
.ix_news_ul li a .ix_news_ul_rq{
    position: absolute;
    left: 0px;
    line-height: 38px;
}
.ix_news_ul li a .ix_news_ul_bq{
    position: absolute;
    left: 100px;
    display: inline-block;
    padding: 12px;
    background: #FFA200;
    color: #fff;
    border-radius: 5px;
    margin-right: 14px;
}
.ix_news_ul li a .ix_news_ul_nr{
    font-size: 18px;
    color: #606060;
    line-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 40px;
}
.ix_news_ul li a:hover .ix_news_ul_nr{
    color: #91cbff;
}

.ix_products_bg{
    background: #FFF7D8;
}

.ix_products_card{
    border-radius: 15px;
    border: none;
    margin-bottom: 30px;
    position: relative;
    overflow: visible;
    z-index: 1000;
    background: none;
}
.ix_products_card .card-header{
    border-bottom: none;
    background: #fff;
    padding: 24px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.ix_products_card .card-header h4{
    font-size: 20px;
}
.ix_products_card img{
    width: 100%;
    height: 300px;
    background: #fff;
    object-fit: scale-down;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px;
}

.ix_products_card:before{
    content: "";
    position: absolute;
    bottom: 42px;
    left: 10%;
    width: 80%;
    height: 132px;
    border-radius: 100%;
    box-shadow: 0px 40px 60px rgba(104, 78, 61, 1.0);
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}
.ix_products_card:hover:before{
    opacity: 1;
}

.ix_mail{
    background: #FFE9EB;
    border-radius: 100px;
    padding: 88px 68px 100px 68px;
}

.ix_mail h4{
    color: #91cbff;
}

.ix_let_card{
    overflow: visible;
}
.ix_let_card .card-body{
    padding: 0px 0px 0px 60px;
}
.ix_let_card .card-body h1{
    font-size: 54px;
    line-height: 100px;
    color: #91cbff;
}
.ix_let_card .card-body p{
    font-size: 22px;
    line-height: 40px;
}
.ix_let_card img {
    border-radius: 20px;
    border-top-left-radius: 180px;
}

.ix_about_img img{
    border-radius: 20px;
    border-top-left-radius: 180px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.19);
}

.ix_md_news_bg{
    margin-bottom: 100px;
}

.gssj .col:last-child .about_shuju_right_border:before{
    display: none;
}

/*bottom*/
@media (min-width: 900px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 900px){
    .bottom_xiala:after{
        content: "";
        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: #91cbff;
    color: #fff;
    padding-top: 70px;
}

.bottom_ul{
    padding-bottom: 40px;
}
.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_bt{
    font-weight: 400;
    font-size: 14px;
}
.bottom_ul .card{
    background: none;
    padding: 12px 0px 12px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #666;
}
.bottom_ul .card a:hover{
    color: #FFA200;
}

.di_beian{
    padding: 20px 0px;
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}

.bottom_contact_ul{
    line-height: 36px;
}

.bottom_bg .bottom_follow li{
    margin-top: 7px!important;
    margin-right: 7px!important;
    margin-bottom: 7px!important;
}
.bottom_bg .bottom_follow li a{
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #fff;
    color: #1E1E1E;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.bottom_bg .bottom_follow li a svg,.bottom_bg .bottom_follow li a img{
    color: #1E1E1E;
    fill: #1E1E1E;
    width: 20px;
    height: 20px;
}
.bottom_bg .bottom_follow li a{
    color: #1E1E1E;
}
.bottom_bg .bottom_follow li a:hover{
    color: #fff;
    background: #FFA200;
}
.bottom_bg .bottom_follow li a:hover svg{
    fill: #fff;
}

.bottom_bg .bottom_contact li{
    padding-left: 28px;
    color: #C2C2C2;
    line-height: 40px;
    position: relative;
    font-size: 16px;
}
.bottom_bg .bottom_contact li img{
    width: 18px;
    height: 18px;
    object-fit: scale-down;
    position: absolute;
    top: 10px;
    left: 0px;
}

.bottom_top{
    padding-top: 88px;
    display: flex;
    justify-content: center;
}

.bottom_erweima_card{
    background: none;
}
.bottom_erweima_card .card-body{
    padding: 0px;
}

.bottom_dibu{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.ix_bottom_dw{
    padding-right: 60px;
}

.bottom_input{
    border-radius: 0px;
    background: #fff;
    overflow: hidden;
}
.bottom_input .input-group-text{
    border-radius: 20px;
    background: #fff;
    border-color: #333;
    padding: 15px;
}
.bottom_input .form-control{
    background: #fff;
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    height: 58px;
    border-radius: 0px;
    box-shadow: none;
}
.bottom_input .input-group-append .btn{
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0px;
    border-color: #91cbff;
    background: #91cbff;
    color: #fff;
    font-size: 14px;
}
.bottom_input .input-group-append .btn svg{
    fill: #fff;
    position: relative;
    top: -2px;
}
.bottom_input .input-group-append .btn:hover{
    border-color: #0E8EA4;
    background: #0E8EA4;
}

.bottom_media{
    margin-bottom: 48px;
}
.bottom_media_img img{
    width: 180px;
    height: 180px;
}
.bottom_media .media-body{
    padding-left: 24px;
    padding-right: 24px;
}
.bottom_media .media-body h1{
    font-size: 32px;
    line-height: 38px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.bottom_media .media-body h1 img{
    width: 38px;
    height: 38px;
    object-fit: scale-down;
}
.bottom_input2 .input-group-append .btn{
    background: #FFA200;
    border-color: #FFA200;
}

/* ----------------------------------------------------------------
    contact
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

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

.contact_bt{
    font-size: 38px;
    line-height: 58px;
}

/* ----------------------------------------------------------------
    news
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}

.about_us_ul li{
    padding-bottom: 24px;
}
.about_us_ul li a{
    display: inline-block;
    font-size: 18px;
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
    line-height: 22px;
    padding: 20px 58px;
    border-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #ECECEC;
    color: #717171;
    font-weight: 700;
    margin-bottom: 24px;
    transition: 0.5s;
}
.about_us_ul .active a,.about_us_ul li a:hover{
    color: #fff;
    background: #91cbff;
}

.news_card{
    background: #F9F9F9;
    padding: 10px;
    transition: 0.5s;
}
.news_card .card-body{
    padding: 0 0px 0 15px;;
}
.news_card img{
    /*border-radius: 100%;*/
}
.news_card .card-body h3{
    font-size: 32px;
    line-height: 40px;
}
.news_card .card-body p{
    font-size: 16px;
    line-height: 30px;
}
.news_card:hover{
    background: #fff;
}

.news_card_dox{
    position: relative;
}
.news_card_dox:before{
    content: "";
    position: absolute;
    bottom: 42px;
    left: 10%;
    width: 80%;
    height: 132px;
    border-radius: 100%;
    box-shadow: 0px 40px 60px rgba(104, 78, 61, 1.0);
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}
.news_card_dox:hover:before{
    opacity: 1;
}

.ns_ds_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ns_ds_bottom .gengduo{
    box-shadow: none;
}

/* ----------------------------------------------------------------
    products
----------------------------------------------------------------- */
.ps_swiper .swiper-button-next,.ps_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(255,255,255    ,1);
    border-radius: 48px;
    border: 1px solid rgba(217,217,217,1);
    -webkit-transition: 0.5s;   
    transition: 0.5s;
    z-index: 1000;
}
.ps_swiper .swiper-button-prev{
    left: 15px;
    margin-top: -24px;
}
.ps_swiper .swiper-button-next{
    right: 15px;
    margin-top: -24px;
}
.ps_swiper .swiper-button-prev:after,.ps_swiper .swiper-button-next:after{
    color: #333;
    font-size: 18px;
}
.ps_swiper .swiper-button-prev:hover:after,.ps_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.ps_swiper .swiper-button-next:hover,.ps_swiper .swiper-button-prev:hover{
    background: rgba(15,163,188,1);
    border: 1px solid #91cbff;
}
.ps_swiper .swiper-button-next.swiper-button-disabled,.ps_swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto;
}

.products_bt{
    font-size: 22px;
}
.ps_input .form-control{
    background: #f9f9f9;
    padding: 12px 18px;
}

.ps_ul li a{
    padding: 14px 38px;
    background: none;
    border: 1px solid #C9C9C9;
}
.products_bt2{
    display: inline-block;
    min-width: 200px;
    color: #fff;
    background: #01427c;
    font-size: 18px;
    line-height: 28px;
    padding: 14px 0;
    border-radius: 100px;
}

.ix_find_ps_ul{
    /*display: block;*/
    /*margin-left: 115px;*/
    text-align: center;
}
.ps_list_card{
    border-radius: 30px;
}
.ps_list_card img{
    width: 100%;
    height: 300px;
    background: #fff;
    object-fit: scale-down;
    padding: 15px;
}
.ps_list_card .card-body{
    padding-top: 0px;
}
.ps_list_card .card-body span{
    display: inline-block;
    background: #FCD5C7;
    color: #DE724B;
    padding: 6px 24px;
    border-radius: 5px;
    margin-bottom: 6px;
}
.ps_list_card .card-body h5{
    font-size: 18px;
    line-height: 28px;
}
.ps_list_card_a{
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 1000;
}

.ps_ds_ul .gengduo{
    box-shadow: none;
}
.gengduo_return{
    background: #DCDCDC;
    border-color: #DCDCDC;
}

.ps_ds_fbt{
    display: inline-block;
    background: #FCD5C7;
    color: #DE724B;
    padding: 6px 24px;
    line-height: 24px;
    border-radius: 5px;
    margin-bottom: 6px;
    font-size: 20px;
}
.ps_ds_bt{
    font-size: 32px;
}
.ps_ds_jg span{
    font-size: 32px;
}
.ps_ds_nr_ul li span{
    color: #999;
    margin-left: 6px;
}

.ps_ds_swiper{
    position: relative;
    padding-left: 130px;
}
.ps_ds_swiper_top{
    height: 100%;
    width: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide{
    border: 1px solid #eee;
    cursor: pointer;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    border: 1px solid #91cbff;
}
.ps_ds_swiper_top .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.ps_ds_swiper_bottom{
    border: 1px solid #eee;
}
.ps_ds_swiper_bottom .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 100%;
    padding: 48px;
    object-fit: scale-down;
}

.ps_ds_modal .modal-content{
    border-radius: 20px;
}
.ps_ds_modal .modal-content .modal-body{
    padding: 68px 68px 68px 68px;
}

.ps_ds_modal .ps_form .form-control{
    border: 1px solid #E3E3E3;
}
.ps_ds_modal .ps_form .form-group{
    margin-bottom: 24px;
}
.ps_form_attachment{
    background: #F5F8FA;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 18px;
}

.ps_form .form_input_height{
    height: 62px;
}
.ps_form .form-control{
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    border: none;
    box-shadow: none;
    background: #F5F8FA;
}
.ps_form .form-group{
    margin-bottom: 24px;
}
.ps_form .gengduo{
    padding: 16px 38px;
}
.ps_form .form-group label{
    font-size: 18px;
    color: #000;
}

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

.about_shuju_right_border:before{
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate3d(0%, -50%, 0);
    width: 1px;
    height: 56px;
    background: #DCDCDC;
}
.ix_about_shuju .card-body{

}
.ix_about_shuju .numU{
    color: #01427c;
    font-size: 48px;
}
.ix_about_shuju .numU span{
    color: #01427c;
    font-size: 20px;
}   
.ix_about_shuju h6{
    color: #333;
}
.about_bt{
    font-size: 40px;
}

.about_card{
    overflow: visible;
}

/**/
.flexing {
    display: flex;
    margin-left: 0px;
    margin-right: 0px;
}
@media (max-width: 900px) {
    .flexing {
        flex-flow: column;
    }
}
.flexing .section{
    flex: 1;
    transition: 0.5s ease;
    padding-left: 0px;
    padding-right: 0px;
}
.flexing .section .card .img{
    width: 100%;
    height: 580px;
    object-fit: cover;
}
.flexing .section .card img{
    transition: 0.5s;
}
.flexing .section .card .card-img-overlay{
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    transition: 0.5s;
}
.flexing .section .card .card-img-overlay p{
    display: none;
}
.flexing .section .card .card-img-overlay span{
    display: inline-block;
    width: 58px;
    height: 58px;
    background: url(../img/flexing_icon1.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 14px;
}
.flexing .section .card .card-img-overlay span.flexing_icon2{
    background: url(../img/flexing_icon2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .section .card .card-img-overlay span.flexing_icon3{
    background: url(../img/flexing_icon3.png);
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .section .card .card-img-overlay span.flexing_icon4{
    background: url(../img/flexing_icon4.png);
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .section .card .card-img-overlay h4{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    transition: 0.5s;
}
.flexing .section:hover {
    flex: 2;
}
.flexing .section .card:hover .card-img-overlay{
    background: rgba(0, 0, 0, 0);
    padding: 68px;
}
.flexing .section .card:hover .card-img-overlay h4{
    color: #000;
}
.flexing .section .card:hover .card-img-overlay span{
    background: url(../img/flexing_icon1_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .section .card:hover .card-img-overlay span.flexing_icon2{
    background: url(../img/flexing_icon2_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .section .card:hover .card-img-overlay span.flexing_icon3{
    background: url(../img/flexing_icon3_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .section .card:hover .card-img-overlay span.flexing_icon4{
    background: url(../img/flexing_icon4_1.png);
    background-position: center;
    background-repeat: no-repeat;
}
.flexing .section .card:hover img{
    opacity: 0.1;
}
.flexing .section .card:hover .card-img-overlay p{
    display: block;
}

.about_nr_card{
    margin-bottom: 100px;
}
.about_nr_card .card-body{
    padding-left: 0px;
    padding-right: 80px;
}
.about_nr_card2 .card-body{
    padding-left: 80px;
    padding-right: 0px;
}

.lb_right{
    max-height: 600px;
    overflow-y: auto;
}

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

@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1600px){
    .navbar-expand-lg .navbar-nav .nav-item {
        margin: 0px 24px 0px 24px;
    }
}
@media (max-width: 1400px){
    .row_30,.row_24{
        margin-left: -15px;
        margin-right: -15px;
    }
    .col_30,.col_24{
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav_min{
        padding: 0px 0px 0px 30px;
    }
    .nav_min .md_collapse{
        padding-left: 30px;
        padding-right: 130px;
    }

    .ix_products_card img{
        height: 240px;
    }
    .ix_let_card .card-body h1{
        font-size: 48px;
        line-height: 68px
    }

    .nav_form{
        right: 30px;
    }

    .contact_banner{
        height: 400px;
    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle{
        display: block;
        opacity: 0;
    }
    .pc_yuyan .nav-link svg{
        fill: #333 !important;
    }
    .md_none{
        display: none;
    }
    .navbar-brand,.is-active .navbar-brand{
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px;
        height: 28px;
    }
    .nav_min .navbar-brand img{
        height: 100%;
        object-fit: contain;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .container{
        position: relative;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .md_sousuo{
        position: absolute;
        right: 30px;
        top: 13px;
    }
    .md_yuyan{
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .yuyan_top_xiala{
        position: absolute;
        right: 48px;
    }

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

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

    .nav_min .md_collapse{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        position: static;
    }
    .pc_yuyan{
        position: absolute;
        right: 5px;
        top: 5px;
        border-left: none;
        margin-left: 0;
        padding-left: 0px;
        /*border: none;
        padding-left: 0px;*/
    }
    .nav_min .pc_yuyan .nav-link{

        color: #000;
    }
    .md_sousuo{
        display: block;
    }
    .search_anniu_top:after{
        border: 1px solid #000;
    }
    .search_anniu_top:before{
        background: #000;
    }

    .nav_form{
        top: 0px;
        right: 0px;
    }
    .bottom_bg{
        padding-top: 88px;
    }
    .ix_let_card .card-body h1{
        font-size: 38px;
    }
    .ix_let_card .card-body p{
        font-size: 18px;
    }
    .nav_min .md_collapse{
        padding-left: 0px;
        padding-right: 0px;
    }
    .ix_news_card{
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .ix_md_news_bg{
        margin-bottom: 68px;
    }
    .contact_banner{
        height: 240px;
    }
    .ix_about_shuju .numU{
        font-size: 30px;
    }

    .about_nr_card{
        margin-bottom: 68px;
    }

    .about_us_ul li a{
        font-size: 14px;
        padding: 14px 38px;
    }
    .news_card .card-body h3{
        font-size: 24px;
        line-height: 38px;
    }
    .news_card .card-body p{
        font-size: 14px;
    }
    .news_card{
        padding: 30px;
    }
}
@media (max-width: 900px){
    .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-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    .bottom_erweima_card{
        margin-top: 24px;
    }

    .ix_find_ps_ul li a{
        font-size: 14px;
        padding: 12px 24px;
    }
    .ix_news_ul{
        padding: 0px;
        border: none;
        margin-top: 48px;
    }
    .ix_let_card .card-body{
        padding: 48px 0px 0px 0px;
    }

    .about_nr_card .card-body,.news_card .card-body,.about_card_body{
        padding: 48px 0px 0px 0px;
    }
    .about_us_ul li a{
        margin: 0px;
    }
    .about_us_ul li{
        padding-bottom: 18px;
    }

    .ns_ds_bottom {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .ns_ds_bottom .gengduo{
        margin-top: 24px;
    }

    .ps_ds_swiper_bottom{
        margin-bottom: 48px;
    }
}

@media (max-width: 768px){
    .bottom_media_img img{
        width: 100px;
        height: 100px;
    }
    .bottom_media h5{
        font-size: 14px;
        line-height: 30px;
    }
    .bottom_media .media-body h1 img{
        width: 24px;
        height: 24px;
    }
    .bottom_media .media-body h1{
        font-size: 24px;
        margin-top: 14px;
    }
    .ix_about_img img{
        border-top-left-radius: 20px;
    }

    .bt h3{
        font-size: 24px;
    }
    .gengduo{
        font-size: 16px;
    }
    .ix_news_card{
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }
    .ix_md_news_bg{
        background: #CBF1F7;
    }

    .ix_mail{
        border-radius: 30px;
        padding: 48px 30px;
    }
    .ix_let_card .card-body h1{
        font-size: 24px;
        line-height: 38px;
    }
    .ix_let_card .card-body p{
        font-size: 14px;
        line-height: 30px;
    }

    .contact_banner{
        height: 120px;
    }

    .p_18 p, .p_18,.p_16 p, .p_16{
        font-size: 14px;
        line-height: 30px;
    }
    .about_bt,.contact_bt,.news_bt,.ps_ds_bt{
        font-size: 24px;
        line-height: 38px;
    }

    .ix_about_shuju .card-body{
        padding: 8px;
    }
    .flexing .section .card .img{
        height: 460px;
    }
    .flexing .section .card:hover .card-img-overlay{
        padding: 30px;
    }
    .about_us_ul li a{
        padding: 14px 18px;
    }

    .news_card{
        padding: 24px;
    }
    .ps_ds_swiper{
        padding-left: 100px;
    }
    .ps_ds_swiper_top{
        width: 80px;
    }
    .ps_ds_ul .gengduo{
        padding: 14px 24px;
        font-size: 14px;
    }
}