/*聚诚在线（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;
}

/*返回顶部*/
.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: 8px;
    text-align: center;
    background: #007ad1; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
    cursor: pointer;
    color:#fff;
    display: none;
    transition: all 0.5s;
}
.totop:hover{
    background: #006fd2;
    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: #007ad1;
}

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;*/
/*}*/
.maximg img{
    max-width: 100%;
    height: auto !important;
}
.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: 0px;
    padding-bottom: 0px;
    height: 68px;
    transition: 0.5s;
}
.navbar-brand img{
    height: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0px 30px 0px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 37px 0px 37px 0px;
    position: relative;
    transition: 0.5s;
}
.navbar-expand-lg .pc_yuyan .nav-link{
    padding: 30px 15px 30px 15px;
}
.navbar-expand-lg .navbar-nav .pc_yuyan{
    margin-right: 0px;
}
.nav_min .navbar-nav .nav-link{
    transition: all 0.3s;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
.nav_min .navbar-nav .top_xiala .nav-link{
    padding-right: 20px;
}
.nav_min .nav-link span{
    position: absolute;
    right: 0px;
    transition: all 0.5s;
}
.nav_min .navbar-nav .top_xiala:hover .nav-link span{
    transform: rotate(180deg);
}
.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: #006fd2;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #006fd2;
    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,.top_xiala:hover .nav-link:before{
    left: 0%;
    right: 0%;
    opacity: 1;
    color: #006fd2;
}

.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: #006fd2;
    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: #006fd2;
}

.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: #006fd2;
    color: #fff;
}

.md_collapse{
    position: relative;
}
.pc_yuyan{
    margin-right: 0px;
    margin-left: 30px;
    /*position: absolute;
    right: 0px;*/
}
.pc_yuyan .nav-link{
    padding: 36px 20px 37px 20px;
    display: flex;
    align-items: center;
}
.pc_yuyan .dropdown-menu{
    width: 180px;
}


.pc_yuyan .nav-link svg{
    fill: #666;
}
.pc_yuyan .nav-link:hover svg{
    fill: #006fd2;
}


.md_sousuo{
    width: 54px;
    height: 88px;
}
.search_anniu_top{
    display: inline-block;
    width: 54px;
    height: 88px;
    border: none;
    position: relative;
}
.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: -3px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #666;
    transition: all .5s;
}
.md_search_anniu_top{
    margin-top: 0px;
}

.search_anniu_top:hover:before{
    background: #006fd2;
}
.search_anniu_top:hover:after{
    border: 2px solid #006fd2;
}

.search_anniu_top2{
    display: inline-block;
    width: 48px;
    height: 58px;
    border: none;
    position: relative;
    margin-top: 10px;
}
.search_anniu_top2:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 14px;
    width: 6px;
    height: 2px;
    background: #666;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top2:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #666;
    transition: all .5s;
}
.sousuokuang{
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    box-shadow: 0px 5px 5px rgba(153, 153, 153, 0.1);
    background: #f9f9f9;
    display: flex;
}
.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);
}

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

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

.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    display: flex;
    align-items: center;
}
.banner .swiper-wrapper .swiper-slide h1{
    font-size: 36px;
    line-height: 58px;
}
.banner .swiper-pagination{
    bottom: 38px;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px 0px 7px;
}
.banner .swiper-pagination-bullet{
    width: 40px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    position: relative;
    border-radius: 4px;
    -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);
    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,111,210,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);
}

.bt{
    position: relative;
    padding-bottom: 15px;
}
.bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 48px;
    height: 3px;
    background: #007ad1;
}
.bt2:before{
   left: 50%;
   margin-left: -24px;
}

.gengduo{
    padding: 16px 38px;
    background: #006fd2;
    color: #fff;
    font-size: 16px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #006fd2;
}
.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: #0069b4;
    border: 1px solid #0069b4;
}

.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(0, 111, 210, 0.3);
}

.product_swiper_media{
    padding: 24px 0px;
}
.product_swiper_media img{
    width: 68px;
    height: 68px;
    object-fit: contain;
}

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

.ix_cpyy_card{
    box-shadow: 0px 4px 16px rgba(74, 90, 117, 0.2);
}
.ix_cpyy_card .card-body{
    padding: 0px 20px 20px 20px;
}
.ix_cpyy_card .card-body img{
    width: 68px;
    height: 68px;
    object-fit: contain;
    margin: 30px 0px;
}
.ix_cpyy_card .card-body h5{
    margin-bottom: 18px;
}

.bg_ix_about{
    background: url(../img/bg_ix_about.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.ix_about_card{
    background: rgba(255, 255, 255, 0.8);
    padding-top: 38px;
    padding-bottom: 38px;
}

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

.news_card{
    background: #fff;
    box-shadow: 0px 4px 16px rgba(74, 90, 117, 0.2);
    margin-bottom: 30px;
}
.news_card .card-body{
    padding: 24px 24px 24px 24px;
}
.news_card .card-body h5{
    font-size: 1.2rem;
    /*line-height: 30px;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    /*height: 60px;*/
}

.certificate_swiper{
    padding-bottom: 68px;
}
.certificate_swiper .swiper-pagination{
    bottom: 0px;
}
.certificate_swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 7px 0px 7px;
}
.certificate_swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: rgba(238, 238, 238, 1);
    opacity: 1;
    position: relative;
    border-radius: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.certificate_swiper .swiper-pagination-bullet-active{
    opacity: 1;
    background: rgba(0, 111, 210, 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;
    margin-top: 0px;
}
.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,111,210,1);
}

.ix_product_card .txt{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 111, 210, 0.8);
    opacity: 0;
    transition: 0.5s;
}
.ix_product_card:hover .txt{
    opacity: 1;
}

/*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: 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{
    background: #333;
    color: #ccc;
    padding-top: 68px;
}

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

.di_beian{
    background: #000;
    padding: 15px 0px;
    line-height: 20px;
}
.bottom_cpyy_icon img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-bottom: 18px;
}
.bottom_contact li{
    padding: 7px 0 7px 28px;
    color: #fff;
    line-height: 22px;
    position: relative;
}
.bottom_contact li i{
    position: absolute;
    left: 0px;
    top: 10px;
    width: 20px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ----------------------------------------------------------------
    about us
----------------------------------------------------------------- */
/*.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 424px;
}*/
.f_nav{
    position: relative;
}
.f_nav:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background: #eee;
}

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

/* ----------------------------------------------------------------
    产品中心
----------------------------------------------------------------- */
/*.product_banner{
    background: url(../img/product_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 424px;
}*/
.product_card{
    overflow: hidden;
}

.product_nav h5{
    padding: 24px 22px;
    border-bottom: 1px solid #eee;
}
.product_nav ul{
    padding: 14px 0px;
}
.product_nav ul li a{
    line-height: 38px;
    color: #999;
    padding: 0px 22px;
    position: relative;
    display: block;
}
.product_nav ul li a:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 2px;
    background: #fff;
}
.product_nav ul li a:hover:before,.product_nav ul li.active a:before{
    background: #006fd2; 
}
.product_nav ul li.active a,.product_nav ul li a:hover{
    color: #006fd2;
}

.product_table thead th{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 24px 10px;
    background: #eee;
    vertical-align: middle;
    border-bottom: none;
    white-space: nowrap;
}
.product_table td{
    text-align: center;
    font-size: 16px;
    padding: 10px;
    background: #fff;
    vertical-align: middle;
    white-space: nowrap;
}
.product_table td img{
    height: 60px;
    object-fit: contain;
}
.product_table td a svg{
    fill: #006fd2;
}
.product_table td a:hover svg{
    fill: #0061b8;
}

/* ----------------------------------------------------------------
    应用
----------------------------------------------------------------- */
/*.application_banner{
    background: url(../img/application_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 424px;
}*/
.application_border{
    position: relative;
    padding-bottom: 16px;
}
.application_border:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}

.application_style ul li{
    line-height: 24px;
}
.yycj{
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 24px 48px;
}
.yycj p{
    padding-left: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
}
.yycj p:before{
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #006fd2;
}

.application_swiper{
    padding: 0px 15px 30px 15px;
}
.application_swiper .swiper-wrapper .swiper-slide{
    height: 460px;
}

.application_swiper .swiper-button-next,.application_swiper .swiper-button-prev{
    width: 48px;
    height: 48px; 
    background: rgba(238,238,238,1);
    border-radius: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1000;
}
.application_swiper .swiper-button-prev{
    top: 0px;
    right: 78px;
    left: auto;
    opacity: 1;
    margin-top: 0px;
}
.application_swiper .swiper-button-next{
    top: 0px;
    right: 15px;
    opacity: 1;
    margin-top: 0px;
}
.application_swiper .swiper-button-prev:after,.application_swiper .swiper-button-next:after{
    color: #999;
    font-size: 18px;
}
.application_swiper .swiper-button-prev:hover:after,.application_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.application_swiper .swiper-button-next:hover,.application_swiper .swiper-button-prev:hover{
    background: rgba(0,111,210,1);
}

.fangda.yyimg{
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 60%;
    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.yyimg:hover .fdimg{
    transform:scale(1.1);
}

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

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

.news_details_nr{
    padding: 48px;
}

.contact_us{
    padding: 48px;
}
.contact_us label{
    margin: 18px 0px 12px 0px;
}
.contact_us .form_input_height{
    height: 48px;
}
.contact_us .form-control{
    border: none;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@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;
    }
    .navbar-brand{
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
        height: 48px;
    }
    .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{
        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;
    }

    .search_anniu_top{
        height: 68px;
    }
    .search_anniu_top2{
        margin-top: 5px;
    }
    .pc_yuyan{
        margin-left: 0px;
        position: fixed;
        right: 15px;
        top: 20px;
    }

    .banner_nr{
        padding-top: 68px;
    }   
    .banner .swiper-pagination {
        bottom: 10px;
    }

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

    .bottom_bg{
        padding-top: 38px;
    }
    .banner .swiper-wrapper .swiper-slide h1{
        font-size: 24px;
        line-height: 38px;
    }
    
    .bottom_bg{
        padding-top: 0px;
    }
    .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: 16px;
        border-bottom: 1px solid #666;
    }
    .di_beian,.di_about{
        margin-top: 24px;
    }
}

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

    /*.banner{
        height: 380px;
    }*/
    .banner_nr{
        height: 380px;
    }

    .ywms_card{
        border: none;
    }
    .ix_about_card .card-body{
        padding: 20px;
    }
    .ix_hzkh_logo{
        height: 108px;
    }
    .bottom_media{
        display: flex;
        flex-direction: column;
    }
    .bottom_media .media-body{
        padding-left: 0px;
    }
    .bottom_media .media-body .breadcrumb{
        display: flex;
    }
    .bottom_media .media-body .breadcrumb li a{
        padding: 0px 14px;
    }

    .about_banner{
        height: 188px;
    }
    .about_banner h1{
        font-size: 30px;
    }
    .about_us_ul li a{
        padding: 18px 24px;
    }

    .contact_us_card .card-body{
        padding: 30px;
    }
    .trip_mfzx_form .form_input_height{
        margin-bottom: 0px;
    }

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

    .news_details_nr{
        padding: 20px;
    }
    .contact_us{
        padding: 30px 20px;
    }
    .yycj{
        padding: 24px;
    }
}