/*聚诚在线（jc128.net）安全--简单--易用*/
body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 15px;
    line-height: 15px;
    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: #29b062;
}

/*bottom*/
.bottom_bg{
    background: #343a40;
    color: #fff;
    padding-top: 35px;
}
.bottom_ul{
    padding-bottom: 30px;
}
.bottom_ul .well{
    background: none;
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.bottom_ul .well span{
    margin-right: 10px;
}
.bottom_jszc{
    border-top: 1px solid #494949;
    padding: 15px 0px;
}
.bottom_ul h4{
    position: relative;
    margin: 0px 0px 18px 0px;
    padding-bottom: 14px;
}
.bottom_ul h4:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 42px;
    height: 2px;
    background: #29b062;
}
.bottom_ul a{
    display: block;
    color: #fff;
    line-height: 30px;
}
.bottom_ul a:hover{
    color: #ccc;
}
.bottom_ul1 p{
    line-height: 18px;
}
.bottom_ul1 a{
    margin-top: 12px;
}
.bottom_ul1 a i{
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #fff;
    color: #2b2b2b;
    text-align: center;
    margin-left: 10px;
}
.bottom_ul2 li a i{
    margin-right: 12px;
}
.bottom_ul3 li{
    line-height: 30px;
}
.bottom_ul3 li{
    padding-left: 28px;
    position: relative;
}
.bottom_ul3 li span{
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 5px;
    left: 0px;
}
.bottom_ul4 p{
    padding-bottom: 16px;
}
.bottom_ul4 li{
    line-height: 20px;
}

#box{width:100%; height:345px; overflow:hidden;}
#box table{width:100%;}
.tatheaddiv{width:100%; height:50px; overflow:hidden;}
.tathead{width:100%;}
.tathead thead{width:100%; background:#29b062; color:#fff; text-align:center;}
.tathead thead td{line-height:50px;}
.tathead tr{border-bottom:1px solid #29b062;}
.tathead td{text-align:center; width:30px;}
#box table tr{border-bottom:1px solid #29b062;}
#box table td{padding:15px 0; text-align:center; width:30px;}
.arrowtd span{display:inline-block; margin:0 10px;}
.arrowtd .arrow {
    display: inline-block;
    width: 100px;
    height: 14px;
    background: url(//img.seabay.cn/s/comm.png) no-repeat 0% -38px;
    margin: 0 auto;
}



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

/*二维码*/
.kefu_style{
    position: fixed;
    bottom: 98px; 
    right: 30px; 
    background: rgba(41,176,98,1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    width: 50px;
    border-radius: 50px;
}
.kefu_style .kefu_style_no_border{
    border: none;
}
.kefu_style .menu{
    display: none;
    position: absolute;
    bottom: 0px;
    right: 50px;
    margin-top: 0px;
    z-index: 1000;
    padding-right: 10px;
    min-width: 180px;
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;    /* Firefox */
}
.kefu_style .menu li{
    border: none;
    line-height: 30px;
}
@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;
    }
}
.kefu_style_a{
    display: block;
    height: 50px;
    border-radius: 50px;
    line-height: 62px;
    color:#fff;
    transition: background 0.5s;
    -webkit-transition: background 0.5s; /* Safari */
}
.kefu_style_a:hover{
    color: #fff;
    background: #2ccb6f;
}
.kefu_style li:hover .menu{
    display: block;
    transition: all .5s;
}
.kefu_style .menu:before{
    content: "";
    position: absolute;
    right: -10px;
    bottom: 12px;
    width: 0px;
    height: 0px;
    border: 10px solid;
    border-color:transparent transparent transparent #fff;
}
.kefu_style .menu ul{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
@media (max-width: 900px){
    .kefu_style{
        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;
    }
}

.partners_row{
    margin: 0px -7px;
}
.partners_col{
    padding: 0px 7px;
}
.partners_col img{
    padding: 8px;
    width: 100%;
    height: 88px;
    border: 1px solid #eee;
    object-fit: contain;
    margin-bottom: 15px;
}

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

a{
    color: #333;
}

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

a:hover, a:focus{
    color: #29b062;
}

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

p{
    line-height: 26px;
    word-break: break-all;
}

h6{
    line-height: 28px;
}
.h6{
    line-height: 30px;
}

h3{
    line-height: 46px;
}

.pem{
    text-indent: 2em;
}

.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}

.text_999{
    color: #999;
}
.text-primary{
    color: #036eb8!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: 35px;
}
.pt-6{
    padding-top: 35px;
}
.mb-6{
    margin-bottom: 35px;
}
.mt-6{
    margin-top: 35px;
}

.no_margin{
    margin: 0px;
}

/* ----------------------------------------------------------------
    首页
----------------------------------------------------------------- */
/*nav*/
.nav_min{
    border-bottom: 1px solid #f5f5f5;
}
.navbar{
    padding: 0px 88px 0px 88px;
    transition: box-shadow 0.5s;
    -webkit-transition: box-shadow 0.5s; /* Safari */
}
.navbar-brand{
    padding: 10px 0px;
    margin-right: 24px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 28px 0px 28px 0px;
    margin: 0px 30px;
    position: relative;
}
.navbar-light .navbar-nav .nav-link{
    color: #999;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .active>.nav-link{
    color: #29b062;
}
.nav-link:before{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #29b062;
    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: #29b062;
    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: #29b062;
    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: #29b062;
    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);
}

.navbar-text{
    padding: 0px;
    margin: 0px 0px 0px 60px;
}
.navbar-text .nav-link{
    padding: 28px 0px 28px 0px;
}
.navbar-light .navbar-text .nav-link{
    color: #999;
}
.navbar-light .navbar-text .nav-link:hover{
    color: #036eb8;
}
.navbar-text .top_xiala .dropdown-menu{
    right: 0;
    left: auto;
    min-width: 160px;
}
.navbar-text .top_xiala .dropdown-item:hover{
    background: #036eb8;
    color: #fff;
}

/*banner*/
.swiper_height{
    height: 86px;
}
.banner{
    height: 520px;
    position: relative;
}
.banner{
    padding-bottom: 90px;
}
.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: -75px;
}
.banner .swiper-button-next{
    right: 38px;
    opacity: 0;
    margin-top: -75px;
}
.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(41,176,98,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: 155px;
}
.banner .swiper-pagination-bullet-active{
    background: #29b062;
    opacity: 1;
    width: 48px;
}
.banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}

.banner_nr{
    height: 440px;
    padding-bottom: 90px;
    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;
}

.numCount{
    background: url(../img/numCount.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0px 5px 30px rgba(153,153,153,0.1);
    position: absolute;
    bottom: 0px;
    z-index: 1000;
    width: 100%;
}
.numCount .item{
    padding: 17px 0px;
    border-right: 1px solid #eee;
}
.numCount .item3{
    border: none;
}
.numCount .numU{
    font-size: 48px;
    font-family: "Impact";
    height: 50px;
    color: #29b062;
}
.numCount .numU .numCX{
    position: relative;
    top: 14px;
}
.numU .unitC{
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 28px;
    color: #000;
}
.numU .bottC{
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
    font-weight: bold;
}


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

.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);
}

.fwlx_swiper{
    padding-bottom: 60px;
}
.fwlx_swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #eee;
    opacity: 1;
    position: relative;
    border-radius: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.fwlx_swiper>.swiper-pagination-bullets{
    bottom: 0px;
}
.fwlx_swiper .swiper-pagination-bullet-active{
    background: #29b062;
    opacity: 1;
    width: 48px;
}
.fwlx_swiper>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}

.sbzs_card:hover .fangda img{
    transform:scale(1.1);
}
.card.sbzs_card{
    position: relative;
}
.sbzs_card .pullhy{
    position: absolute;
    left: 0px;
    top: 100px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s, top 0.3s;
    -webkit-transition: opacity 0.3s, top 0.3s; /* Safari */
}
.sbzs_card .pullhy h5{
    display: block;
    padding: 15px;
}
.sbzs_card:hover .pullhy{
    opacity: 1;
    top: 0px;
}

.bt{
    position: relative;
    padding-left: 24px;
    line-height: 36px;
}
.bt:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 6px;
    height: 100%;
    background: #29b062;
}

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

.tejia_swiper_dz{
    background: #29b062;
    padding-top: 38px;
    padding-bottom: 38px;
    position: relative;
}
.tejia_swiper_dz img{
    position: absolute;
    top: 0px;
    right: 0px;
}
.tejia_swiper_dz:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 3px;
    margin-left: -24px;
    margin-top: 3px;
    border-radius: 3px;
    background: rgba(148,216,177,0.5);
}
.tejia_swiper_dz:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 3px;
    margin-left: 8px;
    margin-top: -3px;
    border-radius: 3px;
    background: rgba(148,216,177,0.5);
    transform:rotate(45deg);
}
.rq{
    border-top: 1px solid #f5f5f5;
    padding: 24px 15px;
}

.tejia_dingcang{
    position: absolute;
    right: 15px;
    bottom: 13px;
    padding: 10px 58px;
    border-radius: 50px;
}
.btn-success{
    background: #29b062;
}
.index_about_ckgd{
    background: #fff;
    border-color: #fff;
    color: #29b062;
    padding: 12px 42px;
    border-radius: 50px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    transition: background 0.5s,border-color 0.5s,color 0.5s;
    -webkit-transition: background 0.5s,border-color 0.5s,color 0.5s; /* Safari */
}

.index_about_bottom{
    position: relative;
}
.index_about_bottom h4{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #29b062;
    background: rgba(41,176,98,0);
    transition: background 0.5s;
}
.index_about_bottom:hover h4{
    background: rgba(41,176,98,0.8);
}

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

.gsys_icon{
    padding: 62px 0px 38px 0px;
}
.gsys_icon img{
    width: 68px;
    height: 68px;
    object-fit: contain;
}

.index_news_media .index_news_media_left{
    background: #ededed;
    padding: 16px 24px 14px 24px;
    margin-right: 28px
}
.index_news_media .media-body{
    height: 132px;
}
.index_news_media .media-body h5{
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    word-break: break-all;
}
.index_news_media .media-body p{
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    word-break: break-all; 
}
.index_news_media{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 22px;
}

.index_news_ul li a{
    border-bottom: 1px solid #f5f5f5;
    line-height: 38px;
    padding: 10px 18px 10px 130px;
    display: block;
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1; 
    word-break: break-all;
    color: #999;
    position: relative;
}
.index_news_ul li a:hover{
    color: #29b062;
}
.index_news_ul li a strong{
    top: 10px;
    left: 0px;
}
.index_news_ul li a i{
    top: 22px;
    right: 0px;
}

/* ----------------------------------------------------------------
    关于我们
----------------------------------------------------------------- */
.bg_about{
    background: url(../img/bg_about.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}
.bg_about h2{
    line-height: 300px;
}

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

.course_swiper{
    padding-bottom: 88px;
}
.course_swiper .swiper-pagination{
    top: auto;
    bottom: 0px;
    height: 2px;
}
.course_swiper .swiper-pagination-progressbar{
    background: rgba(255,255,255,1);
}
.course_swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #29b062;
}
.course_swiper .swiper-button-next,.course_swiper .swiper-button-prev{
    width: 50px;
    height: 50px; 
    background: rgba(0,0,0,0.1);
    border-radius: 50px;
    transition: background 0.5s,opacity 0.5s;
    -webkit-transition: background 0.5s,opacity 0.5s; /* Safari */
}
.course_swiper .swiper-button-prev{
    left: 18px;
    opacity: 1;
    margin-top: -69px;
}
.course_swiper .swiper-button-next{
    right: 18px;
    opacity: 1;
    margin-top: -69px;
}
.course_swiper:hover .swiper-button-prev{
    opacity: 1;
}
.course_swiper:hover .swiper-button-next{
    opacity: 1;
}
.course_swiper .swiper-button-prev:after,.course_swiper .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.course_swiper .swiper-button-prev:hover:after,.course_swiper .swiper-button-next:hover:after{
    color: #fff;
}
.course_swiper .swiper-button-next:hover,.course_swiper .swiper-button-prev:hover{
    background: rgba(41,176,98,1);
}
.course_swiper .swiper-wrapper .swiper-slide .card .card-body{
    padding: 38px;
}
.course_swiper .swiper-wrapper .swiper-slide .card .card-body p{
    margin-bottom: 14px;
}

.pagination{
    margin: 0px 0px 0px 0px;
}
.pagination a{
    background: #f5f5f5;
    color: #000;
    margin: 0px 8px;
    padding: 18px 22px;
    border: none;
}
.pagination a:hover,.pagination a.page-num-current{
    background: #29b062;
    color: #fff;
}
.page-item:first-child .page-link{
    border-radius: 0px;
}
.page-item:last-child .page-link{
    border-radius: 0px;
}

/* ----------------------------------------------------------------
    服务类型
----------------------------------------------------------------- */
.bg_service{
    background: url(../img/bg_service.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}

.service_nav{
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    padding: 20px 0px;
    position: sticky;
    top: 8rem;
    overflow-y: auto;
}
.service_nav a{
    display: block;
    padding: 15px 15px 15px 30px;
}
.service_nav a img{
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.service_nav a p{
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1; 
    word-break: break-all; 
}

.service_style_p{
    padding: 0px 30px 0px 30px;
}
.service_style{
    padding: 48px 0px 48px 0px;
    border-bottom: 2px solid #f5f5f5!important;
}
.service_style h4{
    padding-bottom: 28px; 
    position: relative;
    margin-bottom: 28px;
}
.service_style h4:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 48px;
    height: 4px;
    background: #29b062;
    box-shadow: 0px 5px 10px rgba(41,176,98,0.5)
}
.service_style p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    word-break: break-all; 
}

.se_ds{
    border-bottom: none;
}
.se_ds h4:before{
    left: 50%;
    margin-left: -29px;
}

.gengduo{
    border:2px solid #ccc;
    background: none;
    color: #666;
    padding: 10px 32px;
}
.gengduo:hover {
    color: #fff;
    background-color: #29b062;
    border-color: #29b062;
}
.gengduo i{
    position: relative;
    left: 0px;
    transition: left 0.5s;
    -webkit-transition: left 0.5s; /* Safari */
}
.gengduo:hover i{
    left: 15px;
}

.se_ds_bt{
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 28px;
    margin-bottom: 38px;
}
.se_ds_ul li{
    line-height: 30px;
}

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

.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: #29b062;
}
.nav-scroller .nav a:hover{
    color: #29b062;
}

.news_card .card-body .media{
    padding-top: 38px;
    padding-bottom: 38px;
}
.news_card .card-body .media .index_news_media_left{
    border-right: 2px solid #ededed;
    padding: 18px 32px;
    margin-right: 36px;
}
.ns_dc_body h5{
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1; 
    word-break: break-all; 
}
.ns_dc_body p{
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    word-break: break-all;
}

/* ----------------------------------------------------------------
    新闻详情页
----------------------------------------------------------------- */
.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: 10px 24px;
}

.news_right .badge{
    width: 24px;
    height: 24px;
    line-height: 18px;
    border-radius: 24px;
    color: #212529 !important;
}
.news_right .badge-1{
    background-color: #28a745;
    
}
.news_right .badge-2{
    background-color: #ffc107;
     
}
.news_right .badge-3{
    background-color: #6c757d;
     
}

.news_right .badge-l1{
    background-color: #dc3545;
    color: #fff !important;
}
.news_right .badge-l2{
    background-color: #28a745;
    color: #fff !important;
}
.news_right .badge-l3{
    background-color: #ffc107;
    color: #fff !important;
}



/* ----------------------------------------------------------------
    物流百科
----------------------------------------------------------------- */
.wlbk_left{
    border: 1px solid #f5f5f5;
    padding: 8px 24px 24px 24px;
}
.wlbk_left_a a{
    color: #666;
    display: block;
    line-height: 32px;
}
.wlbk_left_a a:hover{
    color: #29b062;
}
.wlbk_left_a .col-3{
    padding-right: 5px;
}

.news_right2{
    box-shadow: none;
}
.news_right2 h5{
    margin-bottom: 0px;
}

.encyclopedias_banner{
    height: 368px;
    position: relative;
}
.encyclopedias_banner .swiper-wrapper .swiper-slide{
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.encyclopedias_banner .swiper-button-next,.encyclopedias_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 */
}
.encyclopedias_banner .swiper-button-prev{
    left: 30px;
    opacity: 0;
}
.encyclopedias_banner .swiper-button-next{
    right: 30px;
    opacity: 0;
}
.encyclopedias_banner:hover .swiper-button-prev{
    opacity: 1;
}
.encyclopedias_banner:hover .swiper-button-next{
    opacity: 1;
}
.encyclopedias_banner .swiper-button-prev:after,.encyclopedias_banner .swiper-button-next:after{
    color: #fff;
    font-size: 18px;
}
.encyclopedias_banner .swiper-button-prev:hover:after,.encyclopedias_banner .swiper-button-next:hover:after{
    color: #fff;
}
.encyclopedias_banner .swiper-button-next:hover,.encyclopedias_banner .swiper-button-prev:hover{
    background: rgba(41,176,98,1);
}

.encyclopedias_banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.5;
    position: relative;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.encyclopedias_banner>.swiper-pagination-bullets{
    bottom: 24px;
}
.encyclopedias_banner .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}
.encyclopedias_banner>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 6px;
}

.encyclopedias_style{
    padding: 30px 0px; 
    border-bottom: 1px solid #eee!important;
}
.encyclopedias_style .card-body h5{
    overflow: hidden;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    word-break: break-all;
}

/* ----------------------------------------------------------------
    联系我们
----------------------------------------------------------------- */
.bg_contact{
    background: url(../img/bg_contact.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}

.contact_style{
    background: #f9f9f9;
    padding-bottom: 18px;
}
.contact_style h4{
    border-bottom: 1px solid #eee;
    padding: 24px 30px;
    margin-bottom: 18px;
}
.contact_style li{
    padding: 8px 30px;
}

/* ----------------------------------------------------------------
    招贤纳士
----------------------------------------------------------------- */
.bg_contact_join{
    background: url(../img/bg_contact_join.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}

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

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1455px){
    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0px 25px;
    }
}
@media (max-width: 1373px){
    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0px 20px;
    }
}
@media (max-width: 1293px){
    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0px 14px;
    }
}

@media (max-width: 1200px){
    .top_xiala .dropdown-toggle {
        display: none;
    }
}
@media (max-width: 1199px){
    .navbar-expand-lg .navbar-nav .nav-link{
        margin: 0px 0px;
        padding: 18px 0px 18px 0px;
    }
    .nav_min{
        position: static;
    }
    .swiper_height{
        display: none;
    }
    .navbar-text{
        margin: 0px;
        width: 100%;
    }
    .navbar-text .nav-link{
        padding: 18px 0px 18px 0px;
    }

    .navbar{
        padding: 0px 15px;
    }

    .tejia_dingcang{
        padding: 10px 38px;
    }

    .news_card .card-body .media {
        padding-top: 26px;
        padding-bottom: 26px;
    }
}

@media (max-width: 900px){
    .pb-6{
        padding-bottom: 68px;
    }
    .pt-6{
        padding-top: 68px;
    }
    .mb-6{
        margin-bottom: 68px;
    }
    .mt-6{
        margin-top: 68px;
    }
    .service_nav{
        position: static;
    }
}

@media (max-width: 750px){
    .numCount{
        position: static;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-top: 15px;
    }
    .numCount .item{
        border: none;
    }
    .banner_nr{
        padding-bottom: 0px;
        height: 388px;
    }
    .banner{
        height: 388px;
        padding-bottom: 0px;
    }
    .banner>.swiper-pagination-bullets {
        bottom: 30px;
    }
    .banner_nr h1{
        font-size: 30px;
    }
    
    .bg_about{
        height: 288px;
    }
    .bg_about h2{
        line-height: 288px;
    }

    .service_style_p{
        padding: 0px;
    }
}
@media (max-width: 530px){
    .tathead td{
        width: 50px;
        font-size: 12px;
    }
    #box table td{
        width: 50px;
        font-size: 12px;
    }
}