/*聚诚在线（jc128.net）安全--简单--易用*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/montserrat-thin.eot);
  src: url(../fonts/montserrat-thin.eot) format('embedded-opentype'),
       url(../fonts/montserrat-thin.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/montserrat-extralight.eot);
  src: url(../fonts/montserrat-extralight.eot) format('embedded-opentype'),
       url(../fonts/montserrat-extralight.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/montserrat-light.eot);
  src: url(../fonts/montserrat-light.eot) format('embedded-opentype'),
       url(../fonts/montserrat-light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montserrat-regular.eot);
  src: url(../fonts/montserrat-regular.eot) format('embedded-opentype'),
       url(../fonts/montserrat-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/montserrat-medium.eot);
  src: url(../fonts/montserrat-medium.eot) format('embedded-opentype'),
       url(../fonts/montserrat-medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/montserrat-semibold.eot);
  src: url(../fonts/montserrat-semibold.eot) format('embedded-opentype'),
       url(../fonts/montserrat-semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/montserrat-bold.eot);
  src: url(../fonts/montserrat-bold.eot) format('embedded-opentype'),
       url(../fonts/montserrat-bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/montserrat-extrabold.eot);
  src: url(../fonts/montserrat-extrabold.eot) format('embedded-opentype'),
       url(../fonts/montserrat-extrabold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/montserrat-black.eot);
  src: url(../fonts/montserrat-black.eot) format('embedded-opentype'),
       url(../fonts/montserrat-black.ttf) format('truetype');
}
body{
    /* font-family: Arial light,Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;*/
    font-family:'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #333;
}

::-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;
}

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

/*返回顶部*/
.right_xf{
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 3000;
    padding-bottom: 68px;
}
.right_xf .box_touying{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    background: #f5f5f5;
    border-radius: 8px;
}
.right_xf li a{
    display: inline-block;
    width: 58px;
    height: 62px;
    background: #fff;
    color:#026ce4;
    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 p{
    color: #000;
}

.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: 40px;
    width: 58px;
    height: 58px;
    line-height: 66px;
    border-radius: 58px;
    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: #00a0e9;
    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: #00a0e9;
}

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: 46px;
}

h4{
    line-height: 42px;
}*/

.pem{
    text-indent: 2em;
}

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

.text_999{
    color: #999;
}
.text-danger{
    color: #be171e!important;
}
.text-success{
    color: #618638!important;
}
.text-primary{
    color: #00a0e9!important;
}

.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-success{
    background: #618638!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;
}

.no_margin{
    margin: 0px;
}

.ce_xl_width{
    max-width: 1600px;
}
.ce_width{
    max-width: 1400px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
.nav_p{
    line-height: 40px;
}
.nav_tel{
    line-height: 40px;
}

/*nav*/
.nav_min{
    padding: 0px;
    border: none;
    background: #fff;
    transition: 0.5s;
}
.navbar-brand{
    padding-top: 11px;
    padding-bottom: 11px;
    transition: 0.5s;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 30px 0px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 30px 0px;
    position: relative;
    transition: 0.5s;
}
.nav_min .navbar-nav .pc_yuyan .nav-link{
    padding-right: 0px;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 36px 0px 36px 0px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 40px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
.nav_min .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: #00a0e9;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #00a0e9;
    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;
    opacity: 0;
}
.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before,.nav-link:hover:before,.top_xiala:hover .nav-link:before,.top_xiala:hover .nav-link{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #00a0e9;
}

.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: #00a0e9;
    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: 240px;*/
    background: #fff;
    margin: 0px;
    z-index: 2000;
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 3px 10px rgba(153,153,153,0.2);
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
.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;
    }
}
.top_xiala .dropdown-menu a{
    padding: 18px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    border-bottom: 1px solid #f9f9f9;
    font-size: 14px;
    position: relative;
}
.top_xiala .dropdown-menu a:hover{
    color: #00a0e9;
}

.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: #00a0e9;
    color: #fff;
}

.pc_yuyan{
    margin-right: 20px;
}
.pc_yuyan li{
}
.pc_yuyan .nav-link{
    padding: 36px 20px 37px 20px;
    display: flex;
    align-items: center;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}

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

/*banner*/
/*.banner{*/
/*    height: 688px;*/
/*    position: relative;*/
/*    background: #fff;*/
/*}*/

.banner .swiper-wrapper .swiper-slide{
    width: 100%;
}
.banner .swiper-wrapper .swiper-slide a{
    width: 100%;
    display: block;
}
.banner .swiper-wrapper .swiper-slide h1{
    font-size: 36px;
    /*line-height: 58px;*/
}
.banner .swiper-pagination{
    bottom: 20px;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px 0px 7px;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    position: relative;
    border-radius: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner .swiper-pagination-bullet-active{
    opacity: 1;
    background: rgba(255, 255, 255, 1);
}

.banner .swiper-slide .pc_cr{
    transform:translateX(400px);
    opacity:0;
    transition:all 1s;
}
.banner .ani-slide .pc_cr{
    transform:translateX(0);
    opacity:1;
}

.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(255,255,255,0.2);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.banner .swiper-button-prev{
    left: 0px;
    opacity: 0;
    margin-top: -25px;
}
.banner .swiper-button-next{
    right: 0px;
    opacity: 0;
    margin-top: -25px;
}
.banner:hover .swiper-button-prev{
    opacity: 1;
    left: 15px;
}
.banner:hover .swiper-button-next{
    opacity: 1;
    right: 15px;
}
.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(0,160,233,1);
}

.banner_nr{
    background: rgba(0, 0, 0, 0.3);
    padding: 38px 48px;
}
.banner_nr h2{
    position: relative;
    padding-bottom: 24px;
}
.banner_nr h2:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 78px;
    height: 2px;
    background: #fff;
}

/*主体*/
.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-bottom: 10px;
}
.bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 68px;
    height: 3px;
    background: #00a0e9;
}
.bt2:before{
   left: 50%;
   margin-left: -34px;
}

.gengduo{
    padding: 14px 48px;
    background: #00a0e9;
    color: #fff;
    font-size: 16px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #00a0e9;
}
.gengduo span{
    display: inline-block;
    border: 1px solid #fff;
    margin-left: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
}
.gengduo2{
    border: 1px solid #0092d4;
    background: #fff;
    color: #0092d4;
}
.gengduo:hover{
    color: #fff;
    background: #0092d4;
    border: 1px solid #0092d4;
}

.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(153, 153, 153, 0.3);
}

.ketx_zhengming{
    position: relative;
}
.ketx_zhengming span{
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 160, 233, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
}
.ketx_zhengming span:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    width: 8px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.ketx_zhengming span:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all .5s;
}
.ketx_zhengming_a:hover .ketx_zhengming span{
    opacity: 1;
}

.ix_about_us_bf{
    background: url(../img/ix_about_us_bf.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.turn_col{
    padding-left: 7px;
    padding-right: 7px;
}
.turn_row{
    margin-left: -7px;
    margin-right: -7px;
}
.an_card{
    margin: 0px 0px 14px 0px;
}

.product_swiper{
    background: none;
    height: auto;
    padding: 12px 15px 24px 12px;
}

.product_swiper_anniu .swiper-button-next,.product_swiper_anniu .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,160,233,1);
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.product_swiper_anniu .swiper-button-prev{
    left: -68px;
    opacity: 1;
    margin-top: -25px;
}
.product_swiper_anniu .swiper-button-next{
    right: -68px;
    opacity: 1;
    margin-top: -25px;
}
.product_swiper_anniu .swiper-button-prev:after,.product_swiper_anniu .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.product_swiper_anniu .swiper-button-prev:hover:after,.product_swiper_anniu .swiper-button-next:hover:after{
    color: #fff;
}
.product_swiper_anniu .swiper-button-next:hover,.product_swiper_anniu .swiper-button-prev:hover{
    background: rgba(190,23,30,1);
}

.ps_card{
    padding: 8px 8px 0px 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.at_card{
    border-right: 1px solid #fff!important;
}
.index_about_bg .col.p-0.pb-5:last-child .at_card{
    border-right: 0!important;
}
.at_card .card-body img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin-bottom: 14px;
}
.index_about_bg{
    background: url(../img/index_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about_in_media{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 24px 18px 24px 38px;
}
.about_in_media_border_none{
    border-bottom: none;
}
.about_in_media img{
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin-right: 38px;
}
.about_in_media .media-body p{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 30px;
}

.fangda.fwximg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.fwximg:hover .fdimg{
    transform:scale(1.1);
}


.why_row{
    margin-left: -5px;
    margin-right: -5px;
}
.why_card{
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.why_card .card .card-body{
    padding: 28px;
}
.why_card .card .card-body h5{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #27187d;
}
.why_card .card .card-body p{
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 120px;
    color: #999;
}
.why_card .card .card-body .why_card_span{
    width: 68px;
    height: 68px;
    display: inline-block;
    object-fit: contain;
    margin-top: 24px;
}
.why_card .card .card-body .why_card_span1{
    background: url(../img/why_card_icon7.png) center no-repeat;
    background-size: contain;
}
.why_card .card:hover .card-body .why_card_span1{
    background: url(../img/why_card_icon7.png) center no-repeat;
    background-size: contain;
}
.why_card .card .card-body .why_card_span2{
    background: url(../img/why_card_icon8.png) center no-repeat;
    background-size: contain;
}
.why_card .card:hover .card-body .why_card_span2{
    background: url(../img/why_card_icon8_1.png) center no-repeat;
    background-size: contain;
}
.why_card .card .card-body .why_card_span3{
    background: url(../img/why_card_icon9.png) center no-repeat;
    background-size: contain;
}
.why_card .card:hover .card-body .why_card_span3{
    background: url(../img/why_card_icon9_1.png) center no-repeat;
    background-size: contain;
}
.why_card .card:hover{
    background: #00a0e9;
    border-color: #00a0e9;
}
.why_card .card:hover .card-body h5{
    color: #fff;
}
.why_card .card:hover .card-body p{
    color: #fff;
}
.news_card{
    background: #f9f9f9;
}
.news_card .card-body{
    padding: 24px 24px 38px 24px;
}
.news_card .card-body p{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
}

/*bottom*/
.bottom_bg{
    background: #161819;
    padding-top: 50px;
}
.bottom_padding{
    padding-bottom: 38px;
}
.di_beian{
    padding: 15px 0px;
    line-height: 22px;
    border-top: 1px solid #333;
}

.bottom_follow li{
    margin-right: 16px!important;
}
.bottom_follow li .fa{
    font-size: 30px;
}
.bottom_follow li a{
    color: #fff;
    opacity: 1;
    transition: 0.5s;
}
.bottom_follow li a:hover{
    opacity: 0.5;
}

.bottom_ul{
    border-top: 1px solid #666;
}
.bottom_ul li{
    border-bottom: 1px solid #666;
    line-height: 22px;
    padding: 15px 0px;
}
.bottom_ul li i{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 8px;
    font-size: 16px;
}
.bottom_form .form-control{
    border-radius: 0px;
    background: none;
    border-color: #333;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
}

.bottom_form .form-control::-webkit-input-placeholder {
    color: #fff;
}
.bottom_form .form-control::-moz-placeholder {
    color: #fff;
}
.bottom_form .form-control:-ms-input-placeholder {
    color: #fff;
}
.bottom_form .form-control::-ms-input-placeholder {
    color: #fff;
}
.bottom_form .form-control::placeholder {
    color: #fff;
}

.bottom_form .form-group{
    margin-bottom: 10px;
}
.bottom_form .form_input_height{
    height: 38px;
}

.about_contact i{
    font-size: 48px;
    margin-right: 28px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 288px;
    display: flex;
    align-items: center;
}
.about_breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.about_breadcrumb a{
    color: #fff;
}

.about_row{
    margin-left: -30px;
    margin-right: -30px;
}
.about_col{
    padding-left: 30px;
    padding-right: 30px;
}

.pt_details_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt_details_swiper .swiper-wrapper .swiper-slide{
    background: #f5f5f5;
    cursor: pointer;
    opacity: 0.6;
    padding: 6px;
    border: 1px solid #eee;
}
.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-thumb-active {
    opacity: 1;
}
.pt_details_swiper2 .swiper-wrapper .swiper-slide img{
    width: 100%;
}
.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(0,91,173,1);
}

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

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

.ylfw_card .card-body{
    border: 1px solid #eee;
    padding: 42px 38px 48px 38px;
}
.ylfw_card .card-body h5{
    padding-top: 24px;
    margin-bottom: 28px;
    position: relative;
}
.ylfw_card .card-body h5:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -36px;
    width: 72px;
    height: 3px;
    background: #00a0e9;
}

.fwzz{
    padding-top: 49px;
    position: relative;
    background: none;
}
.fwzz_nr{
    background: #5c5c5c;
    padding-top: 68px;
    padding-bottom: 58px;
    transition: 0.5s;
}
.fwzz .card-body h5{
    margin-top: 14px;
    margin-bottom: 24px;
}
.fwzz .fwzz_nr span{
    display: inline-block;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -49px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: 0.5s;
}
.fwzz .fwzz_nr span.span1{
    background: url(../img/fwzz_span1.png) #fff center no-repeat;
}
.fwzz .fwzz_nr span.span2{
    background: url(../img/fwzz_span2.png) #fff center no-repeat;
}
.fwzz .fwzz_nr span.span3{
    background: url(../img/fwzz_span3.png) #fff center no-repeat;
}
.fwzz .fwzz_nr span.span4{
    background: url(../img/fwzz_span4.png) #fff center no-repeat;
}
.fwzz:hover .fwzz_nr{
    background: #00a0e9;
}
.fwzz:hover .fwzz_nr span.span1{
    background: url(../img/fwzz_span1_1.png) #fff center no-repeat;
}
.fwzz:hover .fwzz_nr span.span2{
    background: url(../img/fwzz_span2_1.png) #fff center no-repeat;
}
.fwzz:hover .fwzz_nr span.span3{
    background: url(../img/fwzz_span3_1.png) #fff center no-repeat;
}
.fwzz:hover .fwzz_nr span.span4{
    background: url(../img/fwzz_span4_1.png) #fff center no-repeat;
}

/* ----------------------------------------------------------------
    产品
----------------------------------------------------------------- */
.fangda.proimg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
}
.fdimg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease-out; 
}
.fangda.proimg:hover .fdimg{
    transform:scale(1.1);
}
.products_nav li a{
    display: inline-block;
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 12px 30px;
    margin-bottom: 12px;
    color: #999;
    font-size: 16px;
    transition: 0.5s;
}
.products_nav li a:hover,.products_nav .active a{
    background: #00a0e9;
    border: 1px solid #00a0e9;
    padding: 12px 30px;
    color: #fff;
}

.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: #00a0e9;
    color: #fff;
    border: 1px solid #00a0e9;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}

.details_tabs{
    border: none;
    margin-bottom: 24px;
    position: relative;
}
.details_tabs .nav-link{
    font-size: 18px;
    background: none;
    padding: 28px 0px 28px 0px;
    display: inline-block;
    color: #999;
    margin-right: 28px;
    border: none;
    position: relative;
    text-transform: uppercase;
}
.details_tabs .nav-link.active{
    border: none;
    font-weight: 700;
}
.details_tabs:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.details_tabs .nav-link.active:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #333;
    opacity: 1;
}

.table thead th{
    border-color: #000;
    background: #000;
    padding: 20px 24px;
    font-size: 16px;
    color: #fff;
}
.table td,.table th{
    padding: 20px 24px;
    font-size: 14px;
    font-weight: normal;
}
.table th{
    background: #f9f9f9;
}

.news_details_nr{
    padding: 38px;
}
.about_p p{
    line-height: 28px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.contact_form .form-control{
    border-radius: 0px;
}
.contact_form .form_input_height{
    height: 40px;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (min-width: 1200px){
    .lg_none{
        display: none;
    }
}
@media (max-width: 1400px){
    .product_swiper_anniu .swiper-button-next{
        right: 38px;
    }
    .product_swiper_anniu .swiper-button-prev{
        left: 38px;
    }
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: none;
    }
}
@media (max-width: 1199px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
    .yuyan{
        position: fixed;
        right: 0;
        top: 0;
    }
    .navbar-brand{
        margin-right: 0px;
        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;
        justify-content: center;
    }
    .md_nav_container{
        position: relative;
    }
    .nav_min .md_sousuo_container{
        display: block;
    }
    .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;
        background: #fff;
    }
    .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;
    }
    .pc_yuyan{
        padding: 15px;
        background: #fff;
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }

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

    .banner .swiper-wrapper .swiper-slide h1{
        font-size: 38px;
    }
    .sousuo_group{
        position: relative;
        width: 100%!important;
    }
    .sousuo_group{
        padding: 15px;
    }
    .pc_yuyan {
        margin-right: 0px;
    }

    .form-inline{
        padding: 15px;
    }
}
@media (max-width: 900px){
    .md_none{
        display: none;
    }

    .bottom_bg{
        padding-top: 38px;
    }

    .dt_hy_card{
        padding: 30px;
    }
    .dt_hy_card .card-body{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .about_in_media{
        border-top: 1px solid #fff;
    }
}

@media (max-width: 768px){
    .nav_min .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    /*.banner{*/
    /*    height: 380px;*/
    /*}*/
    .banner .swiper-wrapper .swiper-slide h2{
        font-size: 20px;
    }
    .banner .swiper-pagination{
        bottom: 15px;
    }
    .contact_us{
        padding: 38px 15px 38px 15px;
    }

    .ps_ds_ul{
        padding-left: 15px;
    }
    .about_banner{
        height: 200px;
    }
    
    .about_row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .about_col{
        padding-left: 15px;
        padding-right: 15px;
    }
    .h1, h1 {
        font-size: 2rem;
    }
}