/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;

}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    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;
}

/*返回顶部*/
.totop{
	width: 50px;
	height: 50px;
    border-radius: 50px;
	line-height: 58px;
	text-align: center; 
	background: #fff; 
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	position: fixed;
	bottom: 30px; 
	right: 30px; 
	cursor: pointer;
	display: none;
	color:#999;
	z-index: 1000;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.totop:hover{
	color: #fff;
	background-color: #0b8a69;
}

.zxn_box{display: block; overflow: hidden;}
.zxn_box .list{width: 33.3%; float: left;}
.zxn_box .list .box{margin-bottom:88px;}
.zxn_box .celist img{width: 100%; float: left; margin-top: 120px;}
.zxn_box .ltlist .box{float: left; width: 95%;}
.zxn_box .rtlist .box{float: right; width: 95%;}
.zxn_box .list .box1{margin-left: 20%; width: 75%;}
.zxn_box .box h2{color:#109c78; font-size:68px; text-align:left; font-style:italic; line-height:53px; border-bottom:3px solid #109c78; font-family:fantasy;}
.zxn_box .box h2 span{font-size: 30px;} 

.marqueeleft{height:120px;width:100%;overflow:hidden;}
.marqueeleft ul{float:left; margin:0; padding:0;}
.marqueeleft li{float:left;margin:0 10px; width:210px; display:inline;height:120px;overflow:hidden;}
.marqueeleft li img{
    background: #fff;
    width: 100%;
    padding: 12px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    object-fit: contain;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.basm{position:absolute; right:100px; top:80px;text-shadow: 3px 3px 0 yellow, 6px 6px 0 #005942; color:#ee6352; font-size:2.2rem; line-height:45px; font-weight:bold; width: 70%;
    /*animation:myfirst1 10s;*/
    /*-webkit-animation:myfirst1 10s;*/
    /*animation-iteration-count: infinite;*/
    /*animation-direction: alternate;*/
}
.basm span{font-size:1.4rem;}

/*@keyframes myfirst1*/
/*{*/
/*    from {right: 1200px;}*/
/*    to {right: 100px;}*/
/*}*/

/*@-webkit-keyframes myfirst1 */
/*{*/
/*    from {right: 1200px;}*/
/*    to {right: 100px;}*/
/*} */



.about_bg{position:relative;}
.bgcontop{position:absolute; right:30px; top:50px; color:#ff0000; font-size:2rem; line-height:30px; font-family: cursive; font-weight:bold;}
.bgcontop p{font-size:1.05rem;}
.height_banner strong{font-family:cursive;}

.ljxq{
	display: inline-block;
	font-size: 16px;
    border: 1px solid #000;
    padding: 15px 20px;
    margin-top: 30px;
    transition: color 0.3s,background 0.3s,border 0.3s;
}
.ljxq:hover{
    color: #fff;
    background: #0b8a69;
    border-color: #0b8a69;
}

@media (max-width: 900px){
    .totop{
        display: none!important;
    }
}

/*底部响应下拉*/
@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: '-';
        display: inline-block;
        width: 20px;
        height: 20px;
        text-align: center; 

    }
    .collapsed .bottom_xiala:after{
        content: '+';
        display: inline-block;
    }
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
button:focus,div:focus,span:focus{outline:0;}

a{
    color: #333;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover, a:focus{
    color: #0b8a69;
}

ul,p{
    margin-bottom: 0px;
}

p{
    line-height: 24px;
    word-break: break-all;
}

h6{
    line-height: 28px;
}

h3{
    line-height: 46px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}

.text_999{
    color: #999;
}
.text-primary{
    color: #4593bc!important;
}
.text-success{
    color: #0b8a69!important;
}

.bg_000{
    background: #000;
}
.bg_f9f9f9{
	background: #f9f9f9;
}
.bg_f5f5f5{
    background: #f5f5f5;
}
.bg_5dc1ce{
    background: #5dc1ce;
}

.no_padding{
    padding: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pg88{
    padding-left: 88px;
    padding-right: 88px;
}
.pb-6{
    padding-bottom: 88px;
}
.pt-6{
    padding-top: 88px;
}
.mb-6{
    margin-bottom: 88px;
}
.mb-48{
    margin-bottom: 20px;
}
.mt-6{
    margin-top: 88px;
}

.no_margin{
    margin: 0px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #f5f5f5;
}
.navbar{
    padding: 0px 88px 0px 88px;
    transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s; /* Safari */
}
.navbar-brand{
    padding: 8px 0px;
    margin-right: 24px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 34px 0px 34px 0px;
    margin: 0px 30px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link{
    color: #0b8a69;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #0b8a69;
    height: 3px;
    border-radius: 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;
}
.nav-link:hover:before,.active .nav-link,.navbar-light .navbar-nav .active>.nav-link:before{
    left: 0%;
    right: 0%;
}

.yuyan{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 27px 0px;
    border-radius: 32px;
    line-height: 32px;
    background: #999;
    color: #fff;
    text-align: center;
    transition: background 0.5s;
    -webkit-transition: background 0.5s; /* Safari */
}
.yuyan:hover{
    background: #44abfa;
    color: #fff;
}

.top_xiala{
    position: relative;
}
.top_xiala .dropdown-menu{
    right: auto;
    left: 0;
    min-width: 180px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    margin-top: 0px;
    z-index: 1000;
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    border: none;
    animation: xianladonghua 0.5s;
    -moz-animation: xianladonghua 0.5s; /* Firefox */
}
@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-item{
    padding: 18px 24px;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}
.top_xiala .dropdown-item:hover{
    background: #0b8a69;
    color: #fff;
}

.top_xiala .dropdown-toggle{
    display: none;
    position: absolute;
    top: 8px;
    right: 0px;
    border: none;
    border-radius: 0px;
    padding: 13px 18px;
    z-index: 1000;
    background: #0b8a69;
    color: #fff;
}
.top_xiala .dropdown-toggle::after{
    content: none;
}
@media (max-width: 1200px){
    .top_xiala .dropdown-toggle{
        display: block;
    }
}
.show>.dropdown-toggle:focus{
    transform:rotate(180deg);
}

.navbar-toggler{
    border: none;
    padding: 6px 10px 10px 10px;
    margin: 13px 5px;
}
.navbar-toggler .icon-bar{
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #0b8a69;
    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);
}

.sousuo_style{
    z-index: 2000;
}
.sousuo_style .search{
    margin: 20px 0px;
}
.search_anniu2{
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
    position: relative;
}
.search .search_anniu2:before{
    content: "";
    position: absolute;
    top: 24px;
    left: 14px;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.search .search_anniu2:after{
    content: "";
    position: absolute;
    top: 24px;
    left: 14px;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}
.search_anniu_top{
    margin-left: 160px;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    border: none;
    position: relative;
    background: #f5f5f5;
    transition: background 0.5s;
    -webkit-transition: background 0.5s; /* Safari */
}
.search_anniu_top:hover{
    background: #0b8a69;
}
.search_anniu_top:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 12px;
    width: 6px;
    height: 1px;
    background: #a2a2a2;
    transform: rotate(45deg);
    transition: all .5s;
}
.search_anniu_top:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -4px;
    right: 4px;
    bottom: 0;
    left: 0px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #a2a2a2;
    transition: all .5s;
}
.search .form-control{
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    height: 48px;
    padding: 12px 20px;
    border-right: none;
    border-color: #343a40;
}
.search .search_anniu,.search .search_anniu:focus{
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border-color: #343a40;
    border-left: none;
    padding: 0px;
    border-radius: 0px;
}
.search .search_anniu:before{
    content: "";
    position: absolute;
    margin: auto;
    top: 12px;
    right: 0;
    bottom: 0;
    left: 12px;
    width: 8px;
    height: 1px;
    background: #999;
    transform: rotate(45deg);
    transition: all .5s;
}
.search .search_anniu:after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;
    transition: all .5s;
}
.search_anniu_top:hover:before{
    background: #fff;
}
.search_anniu_top:hover:after{
    border: 1px solid #fff;
}

@media (min-width: 1200px) {
    .nav_style {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .nav_style.fixTop {
        position: fixed;
        z-index: 1001;
        left: 0;
        top: -88px;
        width: 100%;
    }

    .nav_style.fixTop.fixDown {
        top: 0;
    }
}

/*banner*/
.swiper_height{
    height: 88px;
}
.banner{
    height: 350px;
}
.banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.7);
    border-radius: 5px;
    transition: background 0.5s,opacity 0.5s;
    -webkit-transition: background 0.5s,opacity 0.5s; /* Safari */
}
.banner .swiper-button-prev{
    left: 38px;
    opacity: 0;
    margin-top: -25px;
}
.banner .swiper-button-next{
    right: 38px;
    opacity: 0;
    margin-top: -25px;
}
.banner:hover .swiper-button-prev{
    opacity: 1;
}
.banner:hover .swiper-button-next{
    opacity: 1;
}
.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(11,138,105,1);
}

.banner .swiper-pagination-bullet{
    width: 24px;
    height: 3px;
    background: #fff;
    opacity: 1;
    position: relative;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner>.swiper-pagination-bullets{
    bottom: 15px;
}
.banner .swiper-pagination-bullet-active{
    background: #0b8a69;
    opacity: 1;
    width: 48px;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}

.banner_nr{
    height: 688px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}
.banner .swiper-slide .banner_nr .card{
    transform:translateX(-200px);
    opacity:0;
    transition:all .4s;
}
.banner .ani-slide .banner_nr .card{
    transform:translateX(0);
    opacity:1;
}
.banner_nr .card{
    position: relative;
    background: none;
    border: none;
}
.banner_nr .card .card-text{
    margin-top: 24px;
}
.banner_nr .card h5{
    line-height: 30px;
}

/*zhuti*/
.fangda{
    overflow: hidden;
}
.fangda img{
    transition:all 0.5s ease-out; 
    max-height: 296px;
}

.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 10px 15px -5px rgba(0, 0, 0, 0.3);
}

.about_right:hover .fangda img{
    transform:scale(1.1);
}

.gengduo{
    border:2px solid #0b8a69;
    background: none;
    color: #0b8a69;
    padding: 12px 38px;
}
.gengduo:hover {
    color: #fff;
    background-color: #0b8a69;
    border-color: #0b8a69;
}
.gengduo i{
    position: relative;
    left: 0px;
    transition: left 0.5s;
    -webkit-transition: left 0.5s; /* Safari */
}
.gengduo:hover i{
    left: 15px;
}
.gengduo2{
    border:2px solid #fff;
    background: none;
    color: #fff;
    padding: 12px 38px;
}
.gengduo2:hover {
    color: #fff;
    background-color: #109c78;
    border-color: #109c78;
}
.gengduo2 i{
    position: relative;
    left: 0px;
    transition: left 0.5s;
    -webkit-transition: left 0.5s; /* Safari */
}
.gengduo2:hover i{
    left: 15px;
}

.product_swiper_top{
    margin-bottom: 18px;
}
.product_swiper_top .swiper-wrapper .swiper-slide{
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    padding: 14px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.product_swiper_top .swiper-wrapper .swiper-slide-thumb-active{
    color: #0b8a69;
}
.product_swiper_top .swiper-wrapper .swiper-slide-thumb-active:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -18px;
    width: 36px;
    height: 4px;
    border-radius: 4px;
    background: #0b8a69;
}

.product_swiper_bottom .swiper-wrapper .swiper-slide{
    padding: 10px;
}
.product_swiper_bottom .card{
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    background: #f9f9f9;
}
.product_swiper_bottom .card .card-body{
    padding: 45px;
}
.product_swiper_bottom .card .card-body h4{
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
}
.product_swiper_bottom .card .card-body ul li{
    border-radius: 5px;
    padding: 6px 10px;
    background: #c7d9d4;
    color: #0b8a69;
    margin-bottom: 8px;
}
.product_swiper_bottom .card .card-body p{
    margin-bottom: 24px;
}

.index_about_bg{
    background: url(../img/index_about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index_about{
    background: #109c78;
}
.index_about .card-body{
    padding: 30px 30px 40px 30px;
}
.index_about .card-body img{
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.sbzs_swiper{
    padding: 15px 15px 60px 15px;
}
.sbzs_swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #eee;
    opacity: 1;
    position: relative;
    border-radius: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sbzs_swiper>.swiper-pagination-bullets{
    bottom: 0px;
}
.sbzs_swiper .swiper-pagination-bullet-active{
    background: #0b8a69;
    opacity: 1;
    width: 58px;
}
.sbzs_swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}
.sbzs_card .card-body{
    padding: 32px 32px 42px 32px;
    position: relative;
}
.sbzs_card .card-body h5{
    color: #0b8a69;
    /*padding-bottom: 18px;*/
    /*margin-bottom: 18px;*/
}
.sbzs_card .card-body h5:before{
    content: "";
    position: absolute;
    left: 32px;
    top: 68px;
    width: 36px;
    height: 3px;
    background: #0b8a69;
    box-shadow: 0px 3px 6px rgba(11,138,105,0.4);
}
.sbzs_card .card-body p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
.sbzs_card:hover .fangda img{
    transform:scale(1.1);
}

.index_news_style{
    background: #f9f9f9;
}
.index_news_style:hover .fangda img{
    transform:scale(1.1);
}
.index_news_style .card-body{
    padding: 24px 30px 0px 30px;
}
.index_news_style h6{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 14px;
    height: 72px;
}
.index_news_style p{
    border-top: 1px solid #eee;
    padding: 18px 0px;
    margin-top: 32px;
}

.index_news{
    padding: 30px 30px 36px 30px;
}
.index_news li{
    padding: 10px 0px;
}
.index_news li h5{
    margin-top: 0px;
    margin-bottom: 24px;
}

/*bottom*/
.di_banner{
    background: url(../img/di_banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bottom_bg{
    background: #ffffff;
    padding-top: 58px;
    border-top: 1px solid #f5f5f5;
}

.bottom_ul .bottom_bt a{
    margin: 0px;
    padding: 0px 0px 10px 0px;
    color: #000;
}
.bottom_ul .bottom_bt h5{
    margin: 0px;
}
.bottom_ul .card{
    background: none;
    padding: 0px;
}
.bottom_ul .card ul li a{
    display: block;
    height: 32px;
    line-height: 32px;
    color: #595757;
}
.bottom_ul .card ul li a:hover{
    color: #0b8a69;
}

.bottom_media .media{
    color: #fff;
    margin-bottom: 18px;
}
.bottom_media i{
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    background: #0b8a69;
    margin-right: 14px;
    text-align: center;
}
.bottom_media .media p{
    color: #595757;
}

.follow_icon .list-inline-item a{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border-radius: 32px;
    text-align: center;
}
.follow_icon .list-inline-item a:hover{
    background: #36b2c2;
    color: #fff;
}
.bottom_beian{
    padding: 24px 0px;
    color: #000;
    border-top: 1px solid #eee;
}
.bottom_beian li{
    line-height: 32px;
}
.bottom_top{
    margin-top: 58px;
}

/* ----------------------------------------------------------------
    关于正兴
----------------------------------------------------------------- */
.about_bg{
    background: url(../img/about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
}
.height_banner{
    line-height: 350px;
    margin-bottom: 0px;
    
    
    text-shadow: 3px 3px 0 yellow, 6px 6px 0 #005942;
    font-family: var(--ff-title);
    font-weight: var(--fw-title);
    text-transform: uppercase;
    font-size: calc(1rem + 3vw);
    text-align: center;
    margin: 0;
    color: #ee6352;
}

.about_nav{
    position: relative;
}
.about_nav:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.nav-scroller{
    position: relative;
    z-index: 2;
    height: 68px;
    overflow-y: hidden;
}
.nav-scroller .nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroller .nav a{
    display: block;
    padding: 28px 0px;
    margin-right: 48px;
    font-size: 16px;
    position: relative;
    color: #999;
}
.nav-scroller .nav .active{
    color: #0b8a69;
}
.nav-scroller .nav .active:before{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #0b8a69;
}
.nav-scroller .nav a:hover{
    color: #0b8a69;
}

.about_p p{
    line-height: 36px;
    margin-bottom: 16px;
}

.about_bt{
    position: relative;
    padding-left: 28px;
    line-height: 36px;
}
.about_bt:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 36px;
    border-radius: 5px;
    background: #0b8a69;
}

.about_jg1{
    padding-bottom: 50px;
    position: relative;
}
.about_jg1:before{
    content: "";
    position: absolute;
    height: 50px;
    width: 2px;
    left: 50%;
    bottom: 0px;
    margin-left: -1px;
    background: #ddd;
}
.about_jg2{
    padding-top: 150px;
    position: relative;
}
.about_jg2:before{
    content: "";
    position: absolute;
    height: 150px;
    width: 2px;
    left: 50%;
    top: 0px;
    background: #ddd;
}
.about_jg3{
    padding-top: 36px;
    position: relative;
}
.about_jg3:before{
    content: "";
    position: absolute;
    height: 36px;
    width: 2px;
    left: 50%;
    top: 0px;
    background: #ddd;
}

.about_jg4:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 2px;
    background: #ddd;
}
.about_jg4:after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 2px;
    background: #ddd;
}
.about_jg5:before{
    content: none;
}
.about_jg6:after{
    content: none;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    background: #f5f5f5;
    color: #000;
    margin: 0px 8px;
    padding: 18px 22px;
    border: none;
}
.pagination a:hover,.pagination .page-num-current{
    background: #0b8a69;
    color: #fff;
}
.page-item:first-child .page-link{
    border-radius: 0px;
}
.page-item:last-child .page-link{
    border-radius: 0px;
}

.zhengshu_card{
    box-shadow: 0px 5px 15px rgba(153,153,153,0.1)
}
.about_customer_style{
    position: relative;
}
.about_customer_style h4{
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(11,138,105,0.9);
    opacity: 0;
    transition: opacity 0.5s,top 0.5s;
    -webkit-transition: opacity 0.5s,top 0.5s; /* Safari */
}
.about_customer_style:hover h4{
    opacity: 1;
    top: 0px;
}
.about_customer_style{
    height: 148px;
}

/* ----------------------------------------------------------------
    产品中心
----------------------------------------------------------------- */
.product_bg{
    background: url(../img/product_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
}

.product_nav h4{
    padding: 30px;
}
.product_nav li a{
    display: block;
    padding: 24px 30px;
    border-top: 1px solid #f9f9f9;
    color: #999;
    position: relative;
}
.product_nav li a:hover,.product_nav .active a{
    background: #0b8a69;
    color: #fff;
}
.product_nav li a i{
    position: absolute;
    top: 30px;
    right: 30px;
    transition: right 0.5s;
    -webkit-transition: right 0.5s; /* Safari */
}
.product_nav li a:hover i{
    right: 24px;
}

/* ----------------------------------------------------------------
    产品详情页
----------------------------------------------------------------- */
.pt_ds_swiper2 .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide{
    background: #f5f5f5;
    cursor: pointer;
    opacity: 0.6;
    padding: 8px;
    border: 1px solid #eee;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide img,.pt_ds_swiper2 .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pt_ds_swiper .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}
.pt_ds_swiper2 .swiper-button-next:after,.pt_ds_swiper2 .swiper-button-prev:after{
    color: #1c1f89;
}

.pt_cr_ds_right{
    padding: 38px 30px;
}

.pt_xq_bt{
    padding: 68px 0px 38px 0px;
    position: relative;
}
.pt_xq{
    padding-bottom: 100px;
}
.pt_xq_bt:after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 90px;
    height: 3px;
    background: #0b8a69;
}
.pt_xq_bt:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #eee;
}
.pt_xq ul li{
    line-height: 28px;
}

.pt_ds_right .card{
    box-shadow: none;
}

/* ----------------------------------------------------------------
    技术能力
----------------------------------------------------------------- */
.ability_bg{
    background: url(../img/ability_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
}
.ability_bt{
    padding-bottom: 28px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 48px;
}

.biaoge .table thead th{
    background: #0b8a69;
    color: #fff;
    padding: 32px;
    font-size: 24px;
    border: none;
    text-align: center;
}
.biaoge .table th,.biaoge .table td{
    padding: 20px;
    vertical-align: middle;
}

/* ----------------------------------------------------------------
    新闻
----------------------------------------------------------------- */
.news_bg{
    background: url(../img/news_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
}

/* ----------------------------------------------------------------
    新闻详情页
----------------------------------------------------------------- */
.news_right{
    box-shadow: 0px 5px 15px rgba(153,153,153,0.2);
    padding-bottom: 20px;
}
.news_right h5{
    padding: 24px 24px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.news_right li a{
    display: block;
    padding: 14px 24px;
}

.news_right .badge{
    width: 24px;
    height: 24px;
    line-height: 18px;
    border-radius: 24px;
}
.news_right .badge.bgothdy1{
    background: #17a2b8;
    color:#fff;
}
.news_right .badge.bgothdy2{
    background: #ffc107;
    color:#fff;
}
.news_right .badge.bgothdy3{
    background: #6c757d;
    color:#fff;
}

/* ----------------------------------------------------------------
    人力资源
----------------------------------------------------------------- */
.recruit_bg{
    background: url(../img/recruit_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
}

.idea_style h2{
    position: relative;
    padding-bottom: 26px;
}
.idea_style h2:before{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 42px;
    height: 3px;
    background: #288034;
    box-shadow: 0px 2px 6px rgba(40,128,52,6.8);
}
.idea_style ul li{
    line-height: 48px;
}

.recruit_media .media{
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.recruit_media .media h5{
    margin-bottom: 18px;
}
.recruit_media .media i{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 28px;
    background: #288034;
    color: #fff;
}

.rt_ds ul li{
    line-height: 32px;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.contact_bg{
    background: url(../img/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 350px;
}

.contact_form .form-control{
    border-color: #eee;
    padding: 12px 18px;
}
.form_input_height{
    height: 58px;
}
.contact_form .form-group .input-group .form-control{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.contact_form .form-group .input-group .input-group-text{
    background: none;
    border-color: #eee;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
}

.gengduo_contact{
    border:2px solid #000;
    background: #fff;
    color: #000;
    padding: 14px 60px;
}
.gengduo_contact:hover{
    color: #fff;
    background-color: #036eb8;
    border-color: #036eb8;
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){
    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0px 18px;
    }
    .navbar{
        padding: 0px 15px 0px 15px;
    }
}

@media (max-width: 1200px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 24px 0px;
        margin: 0px;
    }

    .navbar .navbar-nav{
        margin-right: 0px;
    }
}

@media (max-width: 900px){
    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }

    .about_jg2{
        padding-top: 0px;
    }
    .about_jg2:before,.about_jg4:after,.about_jg4:before,.about_jg7:before{
        content: none;
    }
    .about_jg7{
        padding-top: 0px;
    }

    .bottom_top{
        margin-top: 0px;
    }
}

@media (max-width: 768px){
    /*.banner{*/
    /*    height: 488px;*/
    /*}*/
    .banner_nr{
        height: 488px;
    }
    .banner_nr h1{
        font-size: 30px;
    }
    .banner_nr .card h5{
        font-size: 16px;
    }
    .banner .swiper-button-prev{
        left: 15px;
    }
    .banner .swiper-button-next{
        right: 15px;
    }

    .bottom_bg{
        padding-top: 38px;
    }
    .bottom_ul{
        padding-bottom: 0px!important;
    }

    .product_swiper_bottom .card .card-body{
        padding: 30px;
    }
    .about_bg{
        height: 300px;
    }
    .height_banner{
        line-height: 300px;
    }

    .at_ce_style{
        flex-wrap: wrap;
    }
    .at_ce_style .ml-4{
        margin-left: 0rem!important;
    }
}
@media (max-width: 1200px){
    .zxn_box .box h2{font-size: 50px;}
    .zxn_box .celist img{margin-top: 200px;}
}
@media (max-width: 990px){
    .zxn_box .list{width: 50%; float: left;}
    .zxn_box .celist{display: none;}
}
@media (max-width: 750px){
    .zxn_box .list{width: 100%; float: left;}
    .zxn_box .list .box{margin-bottom:30px;}
    .zxn_box .ltlist .box{float: left; width: 100%;}
    .zxn_box .rtlist .box{float: right; width: 100%;}
    .zxn_box .list .box1{margin-left: 0%; width: 100%;}
    .zxn_box .box h2 span{font-size: 26px;} 
    .fangda img{
        max-height: inherit;
    }
    
    .basm{right:100px; top:50px; font-size:1.5rem; line-height:45px; font-weight:bold; animation:myfirst1 3s;
        -webkit-animation:myfirst1 3s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
    }
    .basm span{font-size:1rem;}
    
    @keyframes myfirst1
    {
        from {right: -100px;}
        to {right: 100px;}
    }
    
    @-webkit-keyframes myfirst1 
    {
        from {right: -100px;}
        to {right: 100px;}
    }
    
    .height_banner strong{
        left: -100px;
        animation:myfirst 3s;
        -webkit-animation:myfirst 3s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        font-family:cursive;
    }
    @keyframes myfirst
    {
        from {left: -100px;}
        to {left: 100px;}
    }
    
    @-webkit-keyframes myfirst 
    {
        from {left: -100px;}
        to {left: 100px;}
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}