/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,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: #0069b4;
    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;*/
/*}*/

.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_666{
    color: #666;
}
.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: #000;
    transition: 0.5s;
}
.navbar-brand{
    padding-top: 5px;
    padding-bottom: 5px;
    transition: 0.5s;
}
.navbar-brand img{
    height: 65px;
}
.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: 32px 15px 32px 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: #fff;
}
.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: #07a3fb;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #07a3fb;
    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: #07a3fb;
}

.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: #007ad1;
    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: 125px;
    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: #007ad1;
}

.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: #007ad1;
    color: #fff;
}

.pc_yuyan{
    margin-right: 0px;
    margin-left: 30px;
}
.pc_yuyan a{
    color: #fff;
}
.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: #fff;
}
.pc_yuyan .nav-link:hover svg{
    fill: #007ad1;
}


.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: #fff;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after{
    content: "";
    position: absolute;
    margin: auto;
    top: -3px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all .5s;
}
.search_anniu_top1:before{
    background: #666;
}
.search_anniu_top1:after{
    border: 2px solid #666;
}
.md_search_anniu_top{
    margin-top: 0px;
}

.search_anniu_top:hover:before{
    background: #007ad1;
}
.search_anniu_top:hover:after{
    border: 2px solid #007ad1;
}

.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: 100vh;
}
.banner_nr{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding-top: 88px;
    z-index: -1;
}
.banner_nr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_nr{
    z-index: 2;
    width: 100%;
}



.banner_qqhhwzz{
	position: relative;
    padding-top: 100px;
}
.qqhhwzz{
	width: 100%;
	position: absolute;
	z-index: 9;
	top: 88px;
}
.qqhhwzz_nr{
	border-radius: 10px;
	background: rgba(255,255,255,.8);
	box-shadow: 0px 0px 30px rgba(31,69,144,0.2);
	padding: 35px 50px;
}
.qqhhwzz_nr_bt{
	position: relative;
	height: 32px;
	line-height: 32px;
	margin: 0px;
}

.qqhhwzz_nr_in{
    padding: 20px 50px;
}
.qqhhwzz_nr_in .sousuo2{
    margin-top: 0;
}
.qqhhwzz_nr_in .sousuo2 button, .sousuo2 button:focus{
    padding: 15px 58px;
}
.qqhhwzz_nr_in .sousuo2 .form-control{
    height: 59px;
}
.qqhhwzz_nr_in .sousuo2:before{
    top: 21px;
}
/*.qqhhwzz_nr_bt:before{*/
/*    content: "";*/
/*	position: absolute;*/
/*	left: 0px;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    background: url(../img/quanqiu.png) no-repeat;*/
/*}*/
.sousuo2{
	margin-top: 10px;
	position: relative;
}
.sousuo2 .form-control{
	border: none;
	border-bottom: 1px solid #07a3fb;
	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: #07a3fb;
	color: #fff;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	padding: 20px 58px;
	font-size: 19px;
}
.sousuo2 button:hover{
	background: #3478ff;
	color: #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: 48px;
    height: 3px;
    background: #007ad1;
}
.bt2:before{
   left: 50%;
   margin-left: -24px;
}

.gengduo{
    padding: 10px 14px;
    background: #007ad1;
    color: #fff;
    font-size: 14px;
    pointer-events: auto;
    transition: 0.5s;
    display: inline-block;
    border: 1px solid #007ad1;
}
.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(153, 153, 153, 0.3);
}

.ywms_card{
    border: none;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 70px;
    transition: 0.5s;
}
.ywms_card .card-body .ywms_card_img{
    width: 58px;
    height: 58px;
    display: inline-block;
}
.ywms_card .card-body .ywms_card_img1{
    background: url(../img/ywms_card_img1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ywms_card .card-body .ywms_card_img2{
    background: url(../img/ywms_card_img2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ywms_card .card-body .ywms_card_img3{
    background: url(../img/ywms_card_img3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ywms_card .card-body .ywms_card_img4{
    background: url(../img/ywms_card_img4.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ywms_card .card-body .ywms_card_img5{
    background: url(../img/ywms_card_img5.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ywms_card .card-body h4{
    margin-top: 38px;
    font-size: 22px;
    padding-bottom: 18px;
    margin-bottom: 24px;
    position: relative;
}
.ywms_card .card-body h4:before{
    content: "";
    position: absolute;
    margin-left: -19px;
    left: 50%;
    bottom: 0px;
    width: 38px;
    height: 3px;
    background: #007ad1;
}
.ywms_card .card-body p{
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 96px;
    margin-bottom: 68px;
}
.ywms_card .card-body i{
    width: 48px;
    height: 48px;
    color: #666;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    transform:rotate(45deg);
}
.ywms_card .card-body i:before{
    transform:rotate(-45deg);
}

.ywms_card:hover{
    background: #007ad1;
    padding: 35px 0px 35px 0px;
}
.ywms_card:hover .card-body h4{
    color: #fff;
}
.ywms_card:hover .card-body h4:before{
    background: #fff;
}
.ywms_card:hover .card-body p{
    color: #fff;
}
.ywms_card:hover .card-body i{
    border: 1px solid #fff;
    color: #fff;
}
.ywms_card:hover .card-body .ywms_card_img1{
    background: url(../img/ywms_card_img1_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ywms_card:hover .card-body .ywms_card_img2{
    background: url(../img/ywms_card_img2_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ywms_card:hover .card-body .ywms_card_img3{
    background: url(../img/ywms_card_img3_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ywms_card:hover .card-body .ywms_card_img4{
    background: url(../img/ywms_card_img4_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ywms_card:hover .card-body .ywms_card_img5{
    background: url(../img/ywms_card_img5_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.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 .card-body{
    padding: 58px;
}
.about_p p{
    line-height: 28px;
}

.ix_yyhy_card{
    margin-bottom: 30px;
}
.ix_yyhy_card .card-img-overlay{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 122, 209, 0);
    transition: 0.5s;
}
.ix_yyhy_card:hover .card-img-overlay{
    background: rgba(0, 122, 209, 0.7);
}

.ix_hzkh_logo{
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 160px;
    margin-bottom: 30px;
}
.ix_hzkh_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain ;
}

.row_m{
    margin-left: -5px;
    margin-right: -5px;
}
.col_p{
    padding-left: 5px;
    padding-right: 5px;
}

/*bottom*/
.bottom_bg{
    background: #293e49;
    color: #657a85;
    padding-top: 68px;
}
.bottom_bg .di_beian{
    background: #21323b;
    padding: 15px 0px;
    line-height: 22px;
    margin-top: 30px;
    border-top: 1px solid #333;
}

.bottom_media{
    border-bottom: 1px solid #365260;
}
.bottom_media a{
    padding-bottom: 24px;
}
.bottom_media .media-body{
    padding-left: 48px;
}
.bottom_media .media-body .breadcrumb{
    padding: 0px;
    margin: 0px;
    justify-content: flex-end;
    font-size: 16px;
}
.bottom_media .media-body .breadcrumb li a{
    color: #fff;
    padding: 0px 24px 0px 24px;
}
.bottom_media .media-body .breadcrumb li a:hover{
    color: #007ad1;
}
.bottom_media .media-body .breadcrumb .breadcrumb-item{
    padding-bottom: 24px;
}
.bottom_media .breadcrumb-item+.breadcrumb-item::before{
    content: "|";
}

.bottom_ul li{
    line-height: 32px;
    font-size: 16px;
    padding-left: 38px;
    position: relative;
}
.bottom_ul li i{
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 10px;
}


/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.about_banner{
    background: url(../img/about_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 310px;
    display: flex;
    align-items: center;
}
.about_breadcrumb .breadcrumb-item+.breadcrumb-item::before{
    color: #fff;
}
.about_breadcrumb a{
    color: #fff;
}

.about_us_ul li{
    padding-bottom: 24px;
}
.about_us_ul li a{
    display: inline-block;
    padding: 18px 48px;
    background: #fff;
    border: 1px solid #eee;
    font-size: 16px;
    margin-bottom: 18px;
    margin: 0px 8px 24px 8px;
}
.about_us_ul .active a,.about_us_ul li a:hover{
    background: #007ad1;
    border: 1px solid #007ad1;
    color: #fff;
}

.about_row{
    margin-left: -30px;
    margin-right: -30px;
}
.about_col{
    padding-left: 30px;
    padding-right: 30px;
}

.at_ce_card .card-body h5{
    margin-bottom: 24px;
}
.at_ce_card .card-body h5 strong{
    position: relative;
    padding-top: 24px;
    display: inline-block;
}
.at_ce_card .card-body h5 strong:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 3px;
    width: 100%;
    background: #007ad1;
}
.at_ce_card .card-body{
    padding: 24px;
}

.cxbg{
    height: 600px;
}

/* ----------------------------------------------------------------
    产品中心
----------------------------------------------------------------- */
.product_banner{
    background: url(../img/product_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 488px;
    display: flex;
    align-items: center;
}

.product_card{
    height: 320px;
    margin-bottom: 30px;
}
.product_card_logo{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.product_card .card-img-overlay{
    background: rgba(0, 122, 209, 1.0);
    color: #fff;
    padding: 24px;
}

.product_card .card-img-overlay{
    opacity: 0;
    transition: 0.5s;
}
.product_card:hover .card-img-overlay{
    opacity: 1;
}

/* ----------------------------------------------------------------
    品质管理
----------------------------------------------------------------- */
.quality_banner{
    background: url(../img/quality_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 488px;
    display: flex;
    align-items: center;
}

.zlmb_card .card-body .shuzi span{
    width: 78px;
    height: 78px;
    border-radius: 78px;
    display: flex;
    background: #007ad1;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
}
.zlmb_card .card-body p{
    font-size: 16px;
    line-height: 30px;
}
.zlmb_card .card-body{
    padding: 48px;
}

/* ----------------------------------------------------------------
    品质管理
----------------------------------------------------------------- */
.inventery_banner{
    background: url(../img/inventery_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 488px;
    display: flex;
    align-items: center;
}

.inventory_sousuo{
    border: 1px solid #ddd;
}
.inventory_sousuo .sousuo_control{
    height: 58px;
}
.inventory_sousuo .search_anniu_top{
    height: 58px;
    background: none;
}

.inventory_media{
    border-top: 1px solid #eee;
    padding: 30px 0px;
}
.inventory_media_img{
    width: 98px;
    height: 98px;
    object-fit: cover;
}

.se_table{
    width: 100%;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
}
.se_table thead{
    background: #07a3fb;
    color: #fff;
}
.se_table thead td{
    height: 50px;
    font-size: 16px;
    font-weight: bold;
}
.se_table td{
    border: 1px solid #dee2e6;
    height: 35px;
    text-align: center;
    padding: 10px 0;
}
.xh_title{
    cursor: pointer;
    color: #07a3fb;
    font-weight: bold;
}

.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: #07a3fb;
    color: #fff;
    border: 1px solid #07a3fb;
}
.pagination a:first-child{
    border-radius: 0px;
}
.pagination a:last-child{
    border-radius: 0px;
}

/* ----------------------------------------------------------------
    弹窗
-----------------------------------------------------------------*/
.modal{
    z-index: 20000;
}
.modal-content{
    border-radius: 0px;
    box-shadow: none;
    border: none;
}
.modal-body{
    padding: 35px;
}
.close{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
}
.tanchuang1 h2{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 24px;
}
.tanchuang_bd .input-group{
    margin-bottom: 24px;
}
.tanchuang_bd .input-group .input-group-addon{
    border-radius: 0px;
    background: #fff;
    border-color: #eee;
    padding: 12px 18px;
    border: 1px solid #eee;
    border-right: none;
}
.tanchuang_bd .input-group .form-control{
    border-radius: 0px;
    border-color: #eee;
    box-shadow: none;
    height: 40px;
    padding: 12px 18px;
}
.tanchuang_bd .form-group{
    margin-bottom: 38px;
}
.tanchuang_bd .form-group .form-control{
    border-radius: 0px;
    border-color: #eee;
    box-shadow: none;
}
.tanchuang_liangzi{
    letter-spacing: 8px;
}
.tanchuang_tjsq,.tanchuang_tjsq:hover,.tanchuang_tjsq:focus,.tanchuang_tjsq:active{
    border-radius: 0px;
    border-color: #07a3fb;
    background: #07a3fb;
    padding: 12px 24px;
}
.tanchuang_quxiao,.tanchuang_quxiao:hover,.tanchuang_quxiao:focus,.tanchuang_quxiao:active{
    border-radius: 0px;
    border-color: #ccc;
    background: #ccc;
    padding: 12px 24px;
    color: #fff;
}


/* ----------------------------------------------------------------
    新闻动态
----------------------------------------------------------------- */
.news_banner{
    background: url(../img/news_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 488px;
    display: flex;
    align-items: center;
}

.news_card .card-body{
    border-top: 1px solid #eee;
    padding-top: 28px;
    padding-bottom: 28px;
}
.news_card .product_card_logo{
    height: 338px;
}

/* ----------------------------------------------------------------
    新闻动态
----------------------------------------------------------------- */
.contact_banner{
    background: url(../img/contact_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 488px;
    display: flex;
    align-items: center;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_us_card{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.ct_fangshi{
    background: #007ad1;
}
.ct_fangshi_top{
    padding: 30px;
    border-bottom: 1px solid #fff;
}

.ct_fangshi_bottom{
    padding: 30px;
}
.ct_fangshi_bottom_ul li{
    line-height: 20px;
    margin-bottom: 18px;
    padding: 8px 0 8px 45px;
    position: relative;
}
.ct_fangshi_bottom_ul li i{
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: 2px solid #fff;
    line-height: 35px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.contact_us_card .card-body{
    padding: 48px;
}
.trip_mfzx_form .form-control{
    font-size: 14px;
    border-color: #eee;
}
.trip_mfzx_form .form_input_height{
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
    padding-left: 36px;
    height: 48px;
}

.trip_mfzx_form .form-group{
    position: relative;
}
.trip_mfzx_form .form-group label{
    position: absolute;
    top: 16px;
    left: 8px;
}


/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@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: 1235px){
    .banner{
        height: 535px;
    }
    .banner_nr{
        height: 535px;
    }
}

@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;
        color: #666;
    }
    .pc_yuyan{
        /*background: #fff;*/
    }
    .pc_yuyan .dropdown-menu{
        position: static;
        float: none;
    }
    .pc_yuyan .nav-link{
        height: 58px;
        line-height: 58px;
        padding: 0px;
    }
    
    .qqhhwzz_nr{
		padding: 20px 30px;
	}
	h4.qqhhwzz_nr_bt{
	    font-size: 18px;
	}
	.sousuo2:before{
	    top: 17px;
	}
	.sousuo2 .form-control{
	    height: 50px;
	}
	
	.sousuo2 button, .sousuo2 button:focus {
        padding: 13px 17px;
        font-size: 16px;
    }

    .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;
    }   
}
@media (max-width: 990px){
    .banner{
        height: 425px;
    }
    .banner_nr{
        height: 425px;
    }
}

@media (max-width: 900px){
    .md_none{
        display: none;
    }

    .bottom_bg{
        padding-top: 38px;
    }

}

@media (max-width: 768px){
    .nav_min .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner{
        height: 180px;
    }
    .banner_nr{
        height: 180px;
    }

    .ywms_card{
        border: none;
    }
    .ix_about_card .card-body{
        padding: 38px;
    }
    .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 2px;
        font-size: 15px;
    }
    .bottom_media .media-body .breadcrumb .breadcrumb-item {
        padding-bottom: 18px;
    }
    .bottom_bg .col-lg-3.mb-4{
        display: none;
    }
    .bottom_bg .col-lg-7.mb-4.offset-lg-2 .media{
        display: block;
    }
    .bottom_ul li{
        line-height: 22px;
        padding: 5px 0 5px 38px;
    }
    .bottom_bg .media-body.mr-3{
        margin-bottom: 10px;
    }
    .bottom_bg .di_beian{
        margin-top: 0;
    }

    .about_banner{
        height: 180px;
    }
    .cxbg {
        height: 435px;
    }
    .about_banner h1{
        font-size: 26px;
    }
    .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;
    }
    .ct_fangshi_top h3{
        font-size: 1.4rem;
    }
    .zylist{
        padding-right: 7px;
        padding-left: 7px;
    }
    .zylist .col{
        padding-right: 8px;
        padding-left: 8px;
    }
}