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

/*::-webkit-scrollbar {*/
/*    width: 5px;*/
/*    z-index: 10000;*/
/*}*/
/*::-webkit-scrollbar-thumb {*/
/*    background-color: #ccc;*/
/*}*/
/*::-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: 50%;
    z-index: 1000;
    margin-bottom: -150px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 5px;
}
.right_xf li a{
    display: inline-block;
    width: 66px;
    height: 66px;
    color:#999;
    border-radius: 5px;
    background: #fff;
    margin: 1px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    font-size: 12px;
}
.right_xf li a img{
    width: 100%;
    height: 24px;
    object-fit: contain;
}
.right_xf li a:hover{
    color: #4c6aff;
}

.right_xf li,.erweima{
    position: relative;
}
.right_xf .menu,.erweima .menu{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 66px;
    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,.erweima .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,.erweima:hover .menu{
    display: block;
    transition: all .5s;
}

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

/*返回顶部*/
.totop{
    position: fixed;
    right: 15px;
    z-index: 3000;
    bottom: 40px;
    width: 58px;
    height: 58px;
    border-radius: 58px;
    line-height: 66px;
    text-align: center;
    background: #fff; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#999;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #2b81bc;
    color:#fff;
}

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

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

a{
    color: #000;
}

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

a:hover, a:focus{
    color: #2b81bc;
}

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

p{
    line-height: 24px;
}

h6{
    /*line-height: 28px;*/
}

h3{
    line-height: 46px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
    line-height: 30px;
}
.font18{
    font-size: 18px;
}
.text_666{
    color: #666;
}
.text_999{
    color: #999;
}
.text-primary{
    color: #5394dc!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg_eee{
    background: #eee;
}
.bg-primary{
    background: #2b61a9!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;
}

.no_margin{
    margin: 0px;
}

.pc_cr{
    max-width: 1400px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    padding: 0px 48px;
    border: none;
}
.nav_min:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #f9f9f9;
}
.navbar-brand{
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    margin-right: 22px;
}
.navbar-brand img{
    height: 58px;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 37px 20px;
    margin: 0px 16px;
    position: relative;
}
.nav_min .navbar-nav .nav-link{
    color: #000;
    font-size: 16px;
    transition: all 0.3s;
    font-weight: 400;
}
.nav_min .navbar-nav .nav-link span{
    position: absolute;
    right: 0px;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link:hover span,.nav_min .navbar-nav .active span{
    color: #2b81bc;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2b81bc;
    height: 3px;
    -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;
}
.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before{
    left: 0%;
    right: 0%;
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 17px 0px;
    position: absolute;
    left: 5px;
    top: 0px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #666;
    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: 140px;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px rgba(153,153,153,0.1);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2{
    position: static;
}
.top_xiala2 .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 100%;
    background: #fff;
    margin: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 10px 30px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.top_xiala2 .dropdown-menu .container{
    display: block;
}
@keyframes xianladonghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@-moz-keyframes xianladonghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
@media (min-width: 1200px){
    .top_xiala:hover .dropdown-menu{
        display: block;
        transition: all .5s;
    }
}
.top_xiala .dropdown-menu a{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    font-size: 14px;
    position: relative;
}
.top_xiala .dropdown-menu ul h5 a{
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #eee;
}
.top_xiala .dropdown-menu a:hover{
    color: #2b81bc;
    padding: 18px 15px;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 8px 13px;
    z-index: 1000;
    background: #eee;
    color: #999;
    border-radius: 50px;
    transform:rotate(0deg);
    transition: 0.5s;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
    background: #e60012;
    color: #fff;
}

.search_anniu_top{
    display: inline-block;
    width: 58px;
    height: 78px;
    border: none;
    position: relative;
    margin-top: 5px;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    width: 8px;
    height: 2px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #666;
    transition: all .5s;
}

.search_anniu_top:hover:before{
    background: #5394dc;
}
.search_anniu_top:hover:after{
    border: 2px solid #5394dc;
}
.maximg img{
    max-width: 100%;
    height: auto !important;
}
.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #f9f9f9;
    z-index: 2000;
}
.sousuokuang .container{
    display: block;
}
.container_style{
    padding-top: 0px;
    padding-bottom: 0px;
}
.sousuo_group{
    position: relative;
}
.sousuo_control{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0px;
    padding: 15px 15px;
    height: 78px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.sousuo_control:hover{
    border: none;
}
.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;
    margin-top: 10px;
}
.search_anniu2:before{
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.search_anniu2:after{
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 28px;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}
.search_anniu2:hover{
    transform: rotate(180deg);
}

/*banner*/
/*.banner{*/
/*    height: 788px;*/
/*}*/

.banner .swiper-wrapper .swiper-slide h1{
    font-size: 60px;
}

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .swiper-pagination-bullet{
    width: 38px;
    height: 4px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner>.swiper-pagination-bullets{
    bottom: 25px;
}
.banner .swiper-pagination-bullet-active{
    width: 68px;
    opacity: 1;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-button-prev{
    left: 60px;
    opacity: 0;
    margin-top: -25px;
}
.banner .swiper-button-next{
    right: 60px;
    opacity: 0;
    margin-top: -25px;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.banner .swiper-button-prev:hover:after,.banner .swiper-button-next:hover:after{
    color: #fff;
}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{
    background: rgba(242,101,47,1);
}
.banner:hover .swiper-button-prev{
    opacity: 1;
}
.banner:hover .swiper-button-next{
    opacity: 1;
}

.banner .swiper-slide .pc_cr{
    transform:translateX(400px);
    opacity:0;
    transition:all 1s;
}
.banner .ani-slide .pc_cr{
    transform:translateX(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{
    background: #000;
    color: #fff;
    position: relative;
    font-size: 16px;
    padding: 14px 48px;
}
.gengduo2{
    background: #fff;
    color: #000;
}
.gengduo:hover {
    color: #fff;
    background: #f2720d;
}

.index_bt{
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
}
.index_bt:before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: 0px;
    width: 56px;
    height: 3px;
    background: #2b81bc;
}
.index_bt2:before{
    background: #fff;
}
.index_bt3:before{
    left: 0px;
    margin-left: 0px;
}

.hvr-float {
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: box-shadow 0.5s,transform 0.5s;
    -webkit-transition: box-shadow 0.5s,transform 0.5s; /* Safari */
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
    box-shadow: 0 5px 15px -5px rgba(11, 45, 115, 0.3);
}

.brand_img{
    background: #fff;
    padding: 18px 24px;
    margin-bottom: 30px;
    display: block;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*banner*/
@media (min-width: 900px) {
    .collapse_block{
        display: block!important;
    }
}
.wap1200{display: block;}
.wap900{display: none;}
@media (max-width: 900px){
    .collapse1{
            display: none;
    }
    .collapse1.in{
            display: block;
    }
    .wap1200{display: none;}
    .wap900{display: block;}
}
@media (max-width: 900px){
    .bottom_xiala:after{
        content: none;
    }
    .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:after{
        content: "";
        position: absolute;
        right: 7px;
        top: 21px;
        width: 2px;
        height: 16px;
        background: #999;
        text-align: center;
    }
    .collapsed .bottom_xiala:before{
        content: "";
        position: absolute;
        right: 0px;
        top: 28px;
        width: 16px;
        height: 2px;
        background: #999;
        text-align: center;
    }
}

.bottom_bg{
    padding-top: 30px;
    color: #666;
    border-top: 1px solid #eee;
}

.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    position: relative;
    color: #000;
}
.bottom_ul .bottom_bt{
    margin-bottom: 0px;
}
.bottom_ul .card{
    background: none;
    padding: 24px 0px 15px 0px;
}
.bottom_ul .card a{
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottom_ul .card a.text_999{
    color: #999;
}
.bottom_ul .card a:hover{
    color: #2b81bc;
}

.di_beian{
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #eee;
}

.di_input{
    border: none;
    height: 48px;
    border-radius: 0px;
    background: #f9f9f9;
}
.di_button{
    background: #1b9ce5;
    border: 2px solid #1b9ce5;
    padding: 10px 24px;
    color: #fff;
    border-radius: 0px;
}

.di_media .media{
    margin-bottom: 8px;
}
.di_media .media i{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 10px;
}
/*.di_media .media:hover i{*/
/*    background: #2b81bc;*/
/*    color: #fff;*/
/*    border: 1px solid #2b81bc;*/
/*    transition: all 0.3s;*/
/*}*/
.text_666{
    color: #666;
}
.di_ul li{
    line-height: 20px;
    margin-bottom: 8px;
    color: #000;
}

.di_input{
    border: none;
    height: 48px;
    border-radius: 0px;
    background: #f9f9f9;
}
.di_button{
    background: #2b61a9;
    border: 2px solid #2b61a9;
    padding: 10px 24px;
    color: #fff;
    border-radius: 0px;
}

/* ----------------------------------------------------------------
    品牌
----------------------------------------------------------------- */
.ny_fnav{
    background: #d91a25;
}
.ny_fnav ol li a{
    color: #fff;
}
.ny_fnav ol .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}

.ny_nav_ul ul li a.ny_nav_a{
    display: block;
    padding: 8px 0px;
    line-height: 32px;
    border-bottom: 1px dashed #dfdfdf;
}
.ny_nav_ul ul li.active{
    background: #2b81bc;
    padding-left: 25px;
}
.ny_nav_ul ul li.active a.ny_nav_a{
    color: #fff;
    border-bottom: 1px solid #2b81bc;
}
.ny_nav_ul ul li{
    position: relative;
}
.ny_nav_a_xiala{
    position: absolute;
    top: 14px;
    right: 0px;
    background: #d8d8d8;
    width: 29px;
    height: 29px;
}
.ny_nav_a_xiala:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 0px;
    margin-top: -8px;
    width: 1px;
    height: 17px;
    background: #fff;
    transform:rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ny_nav_a_xiala:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: 0px;
    width: 17px;
    height: 1px;
    background: #fff;
}
.ny_nav_a_xiala.collapsed:before{
    transform:rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ny_xiala_ul li a{
    display: block;
    padding: 13px 0px;
    line-height: 32px;
    color: #999;
}
.ny_xiala_ul li a:hover{
    color: #999;
}

.ny_nav_bt2{
    background: #a43033;
    color: #fff;
    padding: 16px 20px;
    margin-bottom: 0px;
}
.ny_nav_bt2:before{
    content: none;
}
.ny_nav_ul2{
    background: #fff;
    position: relative;
    padding-right: 38px;
}
/*
.ny_nav_ul2:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 100%;
    background: #dddddd;
}
*/
.ny_nav_ul2 ul li a.ny_nav_a{
    border-top: none;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    padding: 13px 0px;
}

.ny_nav_a_xiala2{
    right: 0px;
    background: #fff;
}
.ny_nav_a_xiala2:before{
    background: #ccc;
}
.ny_nav_a_xiala2:after{
    background: #2b81bc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ny_nav_a_xiala2.collapsed:after{
    background: #ccc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.ny_nav_ul2 ul li.active a.ny_nav_a{
    position: relative;
}

.at_ce_style{
    position: relative;
}
.at_ce_style:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 4px;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.at_ce_style .media{
    padding-left: 38px;
    position: relative;
    margin-bottom: 38px;
}
.at_ce_style .media:before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0px;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    border: 1px solid #ddd;
    background: #fff;
}
.at_ce_style .media .at_ce_rq{
    margin-right: 24px;
    padding-left: 15px;
    margin-bottom: 18px;
    position: relative;
}
.at_ce_style .media .at_ce_rq:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0%;
    width:0;
    height:0;
    border-width:15px 15px 15px 0;
    border-style:solid;
    border-color:transparent #a43033 transparent transparent;/*透明 灰 透明 透明 */
}
.at_ce_style .media .at_ce_rq span{
    display: inline-block;
    color: #fff;
    padding: 8px 14px 8px 10px;
    background: #a43033;
}
.at_ce_style .media .media-body ul li{
    line-height: 30px;
}
/*
.ny_xiala_ul2{
    border: 1px solid #ddd;
    border-top: none;
}
*/
.ny_xiala_ul2 .active a{
    color: #2b81bc;
}

.brand_table_wb{
    padding: 0px 58px;
}
.brand_table .table thead th{
    text-align: center;
    font-weight: 400;
    border: none;
    background: #f9f9f9;
    color: #999;
    padding: 20px 15px;
     white-space: nowrap;
}
.brand_table .table td{
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    background: #f9f9f9;
    border: none;
    padding: 20px 15px;

}
.brand_table .table tr{
    border: 1px solid #dee2e6;
    margin-top: 2em;
}

.brand_card img{
    width: 88px;
    height: 88px;
    object-fit: contain;
}
.brand_card{
    box-shadow: rgba(74, 90, 117, 0.08) 0px 4px 16px 0px, rgba(74, 90, 117, 0.16) 0px 2px 4px 0px;
}
.brand_card p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 120px;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    display: inline-block;
    background: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 12px 16px;
    border: 1px solid #eee;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #2b81bc;
    color: #fff;
    border: 1px solid #2b81bc;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}

/* ----------------------------------------------------------------
    产品中心
----------------------------------------------------------------- */
.about_nav{
    position: relative;
}
.about_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eeeeee;
}
.nav-scroller{
    position: relative;
    z-index: 2;
    height: 68px;
    overflow-y: hidden;
}
.nav-scroller .nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav a{
    display: block;
    padding: 28px 0px;
    margin: 0px 30px;
    font-size: 16px;
    position: relative;
    color: #666;
}
.nav-scroller .nav .active{
    color: #2b81bc;
}
.nav-scroller .nav .active:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #2b81bc;
}
.nav-scroller .nav a:hover{
    color: #2b81bc;
}

.product_card{
    box-shadow: rgba(74, 90, 117, 0.08) 0px 4px 16px 0px, rgba(74, 90, 117, 0.16) 0px 2px 4px 0px;
}
.product_card .product_card_img{
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 380px!important;*/
}
.pt_details_swiper{
    padding: 0px 0px 0px 1px;
}
.pt_details_swiper .swiper-wrapper .swiper-slide{
    cursor: pointer;
    opacity: 0.8;
}
.pt_details_swiper .swiper-wrapper .swiper-slide img,.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt_details_swiper .swiper-wrapper .swiper-slide img{
    padding: 6px;
    border: 1px solid #eee;
    background: #fff;
}
.pt_details_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
.pt_details_swiper2 .swiper-button-next:after,.pt_details_swiper2 .swiper-button-prev:after{
    color: #1c1f89;
}

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

.pt_list_row{
    margin: 0px -24px;
}
.pt_list_col{
    padding: 0px 24px;
}
.pt_list_col ul li{
    line-height: 28px;
}

.details_bt strong{
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}
.details_bt strong:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #2b81bc;
}

.table thead th{
    background: #fa0f0c;
    padding: 15px 15px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    vertical-align: middle;
    text-align: center;
}
.table td{
    padding: 16px 15px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    color: #666;
}

.ps_ds_ul{
    padding: 0px 38px;
}
.ps_ul li{
    margin-bottom: 14px;
}
.prode table{
    border: 1px solid #ddd;
}
.prode table td{
    border: 1px solid #ddd;
    padding: 10px;
    border-bottom-color: #ddd !important;
}
.fangda.cpsimg {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 80%;
    background: #fff;
}
.fdimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.prbh{
    width: 100%;
    overflow-x:auto;
}
.prbh table{
    max-width: 100%;
    width: 100%;
    border: 1px solid #e2e2e2;
}
.prbh table .firstRow{
    background: #f1f1f1;
}
.prbh table td{
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 10px;
}

.pt-qtd{
    padding-top: 210px;
}
.qqhhwzz{
	width: 100%;
	position: absolute;
	z-index: 2000;
	top: 150px;
}
.qqhhwzz_nr{
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(31,69,144,0.2);
	padding: 35px 100px;
}
.qqhhwzz_nr_bt{
	position: relative;
	padding-left: 45px;
	height: 32px;
	line-height: 32px;
	margin: 0px;
}
.qqhhwzz_nr_bt:before{
    content: "";
	position: absolute;
	left: 0px;
    width: 32px;
    height: 32px;
    background: url(../img/quanqiu.png) no-repeat;
}
.sousuo2{
	position: relative;
}
.sousuo2 .form-control{
	border: none;
	border-bottom: 1px solid #1f4590;
	border-radius: 0px;
	height: 68px;
	padding: 15px 15px 15px 38px;
	box-shadow: none;
	background: none;
}
.sousuo2:before{
    content: "";
	position: absolute;
	top: 25px;
	left: 0px;
    width: 32px;
    height: 32px;
    background: url(../img/icon_cousuo.png) no-repeat;
}
.sousuo2 button,.sousuo2 button:focus{
	background: #1f4590;
	color: #fff;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	padding: 23px 72px 22px 72px;
	font-size: 16px;
}
.sousuo2 button:hover{
	background: #3478ff;
	color: #fff;
}
/* ----------------------------------------------------------------
    技术服务
----------------------------------------------------------------- */
.service_banner{
    background: url(../img/service_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about_p p{
    line-height: 26px;
}
.about_p table{
    max-width: 100%;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.abfib{
    height:80vh; 
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contact_style{
    background: #fff;
    padding-bottom: 18px;
    min-height: 202px;
}
.contact_style h4{
    border-bottom: 1px solid #eee;
    padding: 24px 30px;
    margin-bottom: 18px;
}
.contact_style li{
    padding: 8px 30px;
}

.service_png{
    box-shadow: 0px 5px 15px rgba(51, 51, 51, 0.1);
    padding-bottom: 24px;
}
.service_png .index_service_png{
    padding: 38px 0px 42px 0px;
}
.service_png .index_service_png img{
    width: 68px;
    height: 68px;
    border-radius: 68px;
    object-fit: contain;
}

.contact_form .form-control{
    border-color: #eee;
    padding: 12px 18px;
}
.form_input_height{
    height: 47px;
}
.contact_form .form-group .input-group .form-control{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.contact_form .form-group .input-group .input-group-text{
    background: none;
    border-color: #eee;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
}

.gengduo_contact{
    border:2px solid #2b81bc;
    background: #2b81bc;
    color: #fff;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #245fa5;
    border-color: #245fa5;
}
.zylbul{
    display: block;
    
}
.zylbul li{
    display: inline-block;
    width: 49%;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 37px 15px;
    }
    .nav_min{
        padding: 0px 15px;
    }
}
@media (max-width: 1500px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 37px 11px;
        margin: 0 12px;
    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle {
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle {
        display: block;
    }
     .nav_min .container{
        padding: 0px;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .navbar-brand{
        margin-right: 0px;
        padding: 15px 15px;
    }
    .navbar-brand img{
        height: 38px;
        object-fit: contain;
    }
    .yuyan_top_xiala .nav-link{
        padding: 20px 0px 20px 0px;
    }
    .nav_min{
        padding: 0px;
        display: flex;
        justify-content: center;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .search_anniu_top{
        width: 58px;
        height: 68px;
    }
    .md_search_anniu_top{
        margin-top: 5px;
    }
    .yuyan_top_xiala{
        margin-right: 0px;
    }
    .md_sousuo{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .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 0px;
    }
    .top_xiala{
        position: relative;
    }
    .nav_min .navbar-nav .nav-link{
        font-size: 16px;
        font-weight: normal;
        margin: 0px;
    }

    .products_right_top .form-control{
        width: 150px;
    }

    .index_products{
        padding-left: 15px;
        padding-right: 15px;
    }
    .search_anniu_top{
        margin-top: 0px;
    }
    .md_search_anniu_top{
        margin-top: 5px;
    }

    /*.banner{*/
    /*    height: 480px;*/
    /*}*/
    .ny_nav_ul2{
        padding-right: 0px;
    }
    .qqhhwzz_nr{
        padding: 10px 20px;
    }
    .sousuo2 button, .sousuo2 button:focus {
        padding: 22px 23px;
    }
    .pt-qtd {
        padding-top: 150px;
    }
}
@media (max-width: 900px){
    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }

    .bottom_bg{
        padding-top: 24px;
    }
    .bottom_beian{
        margin-top: 24px;
    }
    .bottom_ul{
        padding-bottom: 0px;
    }
    .bottom_ul .bottom_bt{
        margin-bottom: 0px;
    }
    .bottom_ul .bottom_bt a,.md_bottom_bt a{
        height: 58px;
        line-height: 58px;
        padding: 0px;
        font-size: 16px;
        border-top: 1px solid #eee;
    }
    .di_socialize{
        margin-top: 24px;
        font-size: 16px;
    }
    .bottom_beian{
        border-top: none;
        padding: 24px 0px 24px 0px;
        margin-top: 0px;
    }
    .bottom_ul .card{
        padding: 15px 0px;
    }
    .di_beian{
        margin-top: 0px;
    }

    .banner .swiper-button-prev{
        left: 15px;
    }
    .banner .swiper-button-next{
        right: 15px;
    }

    .ps_ds_ul{
        padding: 0px 15px;
    }
}

@media (max-width: 768px){
    /*.banner{*/
    /*    height: 380px;*/
    /*}*/
    .banner .swiper-wrapper .swiper-slide h1{
        font-size: 38px;
    }

    .service_banner,.contact_banner,.about_banner{
        height: 170px;
    }
    .brand_img{
        background: #fff;
        padding: 8px;
        margin-bottom: 15px;
        display: block;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .img-fluid{
        max-height: 80px;
    }
    .contact_style{
        min-height: auto;
    }
    .abfib{
        height: auto;
    }
    .przy{
        padding-right: 8px;
        padding-left: 8px;
    }
    .przy .col{
        padding-right: 7px;
        padding-left: 7px;
    }
}