body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #111;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #111;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button {
    border-style: none;
    background: none;
    text-indent: -999em;
}

.slick-prev,
.slick-next {
    position: absolute;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    cursor: pointer;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


  .top_ctbx{
    width:1400px;
    margin: 0 auto;

}

.ctbx,
.ctbx-lb
{

    width:1200px;
    margin: 0 auto;

}

@media (min-width: 600px) {
    .top_ctbx{
        width:95%;}
    
}


@media (min-width: 1280px) {
    
    
    .top_ctbx{
      width:95%;}
}

@media (min-width: 1440px) {
    
    
  .top_ctbx{
    width:1400px;}
}



/*   top    */


.header.lbytop{    
    position: fixed;
    width: 100%;
    top:0px;
    left: 0px;
    z-index: 101;
    background: #fff;
    box-shadow: 0px 2px 29px 0px rgb(0 0 0 / 10%);
}


.lbytop .navbar .navbar-nav>li>a{
    color: #333333;
}

.lbytop .navbar .navbar-nav>li>a:hover{
    color: #00712f;
}
.lbytop .navbar .navbar-nav>li>a.on{
    color: #00712f;
}



.header.lbytop .logo_wk{
    position: static;
    background: none;
  height: 110px;  
}

.header.lbytop .logo_wk .logo{
    margin-top:25px;
}

.header.lbytop .logo_wk .logo .img1{

    display: none;
}
.header.lbytop .logo_wk .logo .img2{
  /*  
    margin-top: 15px;
    margin-bottom: 15px;
*/
    display: block;
}

.header.lbytop .logo_wk .navbar{
    margin-top:25px;
}
.top_wk{
    background: #00712f;
    height: 35px;
    line-height: 35px;
}





/*sousuo*/

.top_wk .ss{
    float: right;
}



.ss,
.ss2 {
    float: right;
    width: 50px;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin-top: -2px;
}

.tc2 form,
.tc23 form {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    height: 60px;
    width: 100%;
}

.tc2 input[type="text"],
.tc23 input[type="text"] {
    border: none;
    width: 92%;
    display: block;
    height: 60px;
    text-align: left;
    color: #434343;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 20px;
}

.tc2 input[type="text"]:focus,
.tc23 input[type="text"]:focus{
    text-align: left;
}

.tc2 input[type="image"],
.tc23 input[type="image"] {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    z-index: 2;
    background: url(../images/yc_sea2.png) center no-repeat;
    height: 60px;
    width: 70px;
    cursor: pointer;
    border: none;
    background-size: 20px 20px;
    margin-top: -30px;
}

.tc2 .tc,
.tc23 .tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 110;
    display: none
}

.tc2 .tc,
.tc23 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
}

.tc2 .tc.act,
.tc23 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.tc2 .close:hover,
.tc23 .close:hover {
    transform: rotate(180deg);
}

.tc2 .close,
.tc23 .close {
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.tc2 .tc-box,
.tc23 .tc-box {
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    background: #fff;
    height: 60px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -40px;
}

.tc2 .tc.act,
.tc23 .tc.act {
    display: none;
}

.tc2 .close,
.tc23 .close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 30px;
    top: 30px;
}

.tc2 .tc-bg,
.tc23 .tc-bg {
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 86;
}

.search-box {
    float: left;
    width: 100%;
    height: 40px;
    padding: 0 13px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    margin-top: 5px;
    box-sizing: border-box;
}

.search-box .text {
    float: left;
    width: calc(100% - 30px);
    height: 40px;
    line-height: 40px;
    background: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    border: none;
}

.search-box .text::input-placeholder{
	color: rgba(255, 255, 255, 0.8);
}
.search-box .text::-webkit-input-placeholder{
	color: rgba(255, 255, 255, 0.8);
}
.search-box .text::-moz-placeholder{	
	color: rgba(255, 255, 255, 0.8);
}
.search-box .text::-moz-placeholder{	
	color: rgba(255, 255, 255, 0.8);
}
.search-box .text::-ms-input-placeholder{	
	color: rgba(255, 255, 255, 0.8);
}


.search-box .btn {
    float: right;
    height: 20px;
    margin-top: 10px;
}

.search-box.active {
    visibility: visible;
    opacity: 1;
}

.toprgxl_link {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.toprgxl_link li{
    float: left;
    line-height: 16px;
    cursor: pointer;
    padding: 0 20px;
    line-height: 30px;
    position: relative;

}

.toprgxl_link li a{
    display: block;
    font-size: 14px;
    color: #fff;
}

.toprgxl_link ul li a::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #fff;
    top:8px;
    right: 0px;

}



.top_wk .toprg_link{
   float: right;
}

.top_wk .toprg_link ul li{
    float: left;
    line-height: 35px;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}

.top_wk .toprg_link ul li a{
    font-size: 14px;
    color: #fff;
}

.top_wk .toprg_link ul li a::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #fff;
    top:10px;
    right: 0px;

}

.header{
position: fixed;
left: 0px;
top: 0px;
width: 100%;
z-index: 100;

}


.logo_wk{
/*
    position: fixed;
    top: 35px;
    left: 0;
*/
    height: 197px;
    width: 100%;
    z-index: 100;
    zoom: 1;
    background: url(../images/top_banner_mc.png) repeat-x center top;

}

.logo_wk .logo{
    float: left;
    margin-top: 25px;

}




.logo_wk .logo .img2{
    display: none;
}

.logo_wk.list_logo_wk  .img1{
    display: none;
}
.logo_wk.list_logo_wk .img2{
    display: block;
}

/* 导航 */

.navbar {
    float: right;
    margin-top: 25px;
}

.navbar .menu-bott {
    display: none;
}

.navbar {
    float: right;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
}

.navbar .navbar-nav>li>a {
    font-size: 18px;
    color: #fff;
    padding: 15px 15px 20px;
    display: block;
 /*   font-weight: bold;  */
}

.navbar .navbar-nav>li>a:hover{
   
    font-weight: bold;
}
.navbar .navbar-nav>li>a.on{

    font-weight: bold;
}

.list_logo_wk .navbar .navbar-nav>li>a:hover{
    color: #00712f;
    font-weight: bold;
}

.list_logo_wk .navbar .navbar-nav>li>a.on{
    color: #00712f;
    font-weight: bold;
}

.header.lbytop .navbar .navbar-nav>li>a {
    padding-bottom: 24px;
}


/* .navbar .navbar-nav>li>a>em {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 12px;
    height: 100%;
    background: url() center no-repeat;
} */

.navbar .navbar-nav>li:hover>a {}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .hasChild:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #00712f;
    transform: scaleY(0);
    transition: all 0.2s ease-out 0s;
}

.navbar .hasChild:hover:before {
    transform: scaleY(1);
}

.navbar .nav-child {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left: -60px;
    /* padding: 10px 0; */
    background-color: #00712f;
    width: 120px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
}


/*.navbar .nav-child li {
    padding: 12px;
  }*/

.navbar .nav-child li a {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 5px;
    display: block;
    color: #fff;
}

.navbar .nav-child li:hover{

    background-color: #429665;
}

.navbar .nav-child li:hover a {
    color: #fff;
}


/* BANNER */

.ban_box {
    /* height: 100vh; */
    position: relative;
}

.banlb {
    width: 100%;
    display: block !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.banlb img {
    width: 100%;
    display: block !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.banlb img:hover {
    transform: scale(1.05);
}

.ban_box .ban-dot {
    position: absolute;
    right: 50px;
    bottom: 40px;
    color: #fff;
    text-align: right;
    z-index: 2;
    width: calc(100% - 215px);
}

.ban_box .ban-dot span {
    padding-right: 15px;
    font-family: Arial;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    line-height: 40px;
    color: #ffffff96;
    font-size: 18px;
    position: relative;
    background: none;
    outline: none;
    opacity: 1;
}



.ban_box .ban-dot span.swiper-pagination-bullet-active {
    font-size: 22px;
    font-weight: bold;
    padding-right: 100px;
    color: #fff;
}

.ban_box .ban-dot span.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    right: 50px;
    top: 20px;
    width: 40px;
    height: 1px;
    background: #fff;
   
}
.ban_box .ban-dot span.swiper-pagination-bullet:nth-last-of-type(1).swiper-pagination-bullet-active::after{
    display: none;
}

.ban_box .btnbg {
   
   background: url(../images/banner_bottom_mc.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 115px;
    background-size: cover;
}



/*  conner1   */

.cont_bg1{
    background-color: #f5f5f5;
    overflow: hidden;
}
.cont_box1{
    padding: 65px 0 60px;
    
}
.sywlgk_bj{
    background: url(../images/about_bj.png) no-repeat left;
    background-size: 100% 100%;
    border-left: 1px solid #00712f;
    position: relative;
    overflow: hidden;
}

.sywlgk_bj::before{
    content: "";
    right: 0;
    top:42px;
    position: absolute;
    width: 89px;
    height: 89px;
    /* z-index: 0; */
    background: url(../images/icon_sjx.png) no-repeat right;
}

.sywlgk_bj::after{
    content: "";
    left: 15px;
    bottom:0;
    position: absolute;
    width: 69px;
    height: 100%;
    background: url(../images/icon_about.png) no-repeat left;
}

.sywlgk_bj .sydh1{
    float: left;
    margin: 20px 0 25px 110px;
}
.sywlgk_bj .sydh1 h1{
    /* position: relative; */
    font-size: 28px;
    color: #333333;
    line-height: 80px;
    font-weight: bold;
    padding-left: 80px;
    background: url(../images/icon_01.png) no-repeat left center;
}



.sywlgk_bj .list_nr{
    float: left;
    padding-left: 104px;
}

.sywlgk_bj .list_nr .list_zy{
    float: left;
    width: calc(100% - 500px);
}
.sywlgk_bj .list_nr p{
    line-height: 30px;
    font-size: 15px;
    color: #444444;
    text-indent:2em;
}

.sywlgk_bj .list_nr .list_tp{
    float: right;
    width: 476px;
    height: auto;
    position: relative;
    z-index: 2;
}

.sywlgk_bj .list_nr .list_tp img{
    width: 100%;
    height: auto;
    padding: 0px 20px 0 0;
    box-sizing: border-box;
    margin-top: -62px;
}

.sywlgk_bj .more a{
    background: #00712f;
    width: 100px;
    line-height: 30px;
    font-size: 14px;
    color: #fedc96;
    border-radius:25px;
    float: left;
    height: 30px;
    text-align: center;
    margin: 40px 0;
    display: block;
    overflow: hidden;


}
/*  conner2   */

.sydh{
    width: 100%;
    overflow: hidden;
}

.sydh h1{
    float: left;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    width: calc(100% - 160px);
    margin-left: 80px;
}

.sydh h1::after{
    content: "";
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #00712f;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.sydh .more a{
    float: right;
    color: #00712f;
    font-size: 14px;
    line-height: 50px;
    padding-right: 16px;
    background: url(../images/icon_jt.png) no-repeat right;

}

.cont_bg2{
    overflow: hidden;
    padding-bottom: 55px;
}

.cont_box2{
    padding: 60px 0 90px;
}

.cont_bg2 .list_nr{
    margin-top: 45px;
   
}
.xwdt_lf{
   width: 650px;
    float: left;
}
.xwlb {
    width: 100%;
    display: block !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.xwlb .xwlb_tp{
   
    width: 650px;
}
.xwlb .xwlb_tp span{
    overflow: hidden;
    padding-bottom: 56.5%;
    position: relative;
    display: block;
}

.xwlb .xwlb_tp span img {

    display: block !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xwlb .xwlb_tp span img:hover {
    transform: scale(1.05);
}

.xwlb a{
    overflow: hidden;
    display: block;
}
.xwlb h2{
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    color:#00712f;
    margin: 20px 10px;
    width: calc(100% - 105px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwlb .time{
    background: url(../images/icon_sj.png) no-repeat 10px center #00712f;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fbda95;
    display: inline-block;
    float: left;
    margin-top: 20px;
    padding-left: 14px;
}

.cont_bg2 .xwdt_rg{

    float: left;
    margin-left: 50px;
    width: calc(100% - 700px);
}

.xwdt_rg .xwdt_rg_zl{
    background: url(../images/xwgg_icon_lh.png) no-repeat right bottom #fff;
    margin-bottom: 25px;
    box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
    width: 100%;


      
}

.xwdt_rg .xwdt_rg_zl a{
    

}

.xwdt_rg .xwdt_rg_zl .pic{

    float: left;
    width: 220px;
}

.xwdt_rg .xwdt_rg_zl .pic span{
    overflow: hidden;
    padding-bottom: 56.5%;
    position: relative;
    display: block;
}

.xwdt_rg .xwdt_rg_zl .pic img{
    
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xwdt_rg .xwdt_rg_zl .pic img:hover{
    transform: scale(1.05);
}

.xwdt_rg .xwdt_rg_zl .xwdt_rg_box{
    float: right;
    width: calc(100% - 220px);
    
}

.xwdt_rg .xwdt_rg_zl .xwdt_rg_box .xwdt_rg_bt{

    padding: 20px 25px;
    overflow: hidden;
}


.xwdt_rg .xwdt_rg_zl .xwdt_rg_box h2{
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xwdt_rg .xwdt_rg_zl .xwdt_rg_box h2:hover{
    color: #00712f;
    font-weight: bold;
}
.xwdt_rg .xwdt_rg_zl .xwdt_rg_box .time{
    background: url(../images/icon_sj.png) no-repeat 0px center;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #c09b4f;
    display: inline-block;
    float: left;
    margin-top: 15px;
    padding-left: 20px;

}



/*  conner3   */

.cont_bg3{
    background-color: #f5f5f5;
    overflow: hidden;
}

.cont_box3{
    padding: 70px 0 50px;
}

.cont_bg3 .kydt_lb{
    margin-top: 45px;
}

.kydt_lb .swiper-container{
    margin-bottom: 30px;
}

.kydt_lb .kydt_box{
    width: calc(100% / 3);
    float: left;
}

.kydt_lb .kydt_nr{
    background: #fff;
    box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.kydt_lb .kydt_nr .pic{
    width: 365px;
    height: auto;
    
}
.kydt_lb .kydt_nr .pic span{
    overflow: hidden;
    padding-bottom: 56.5%;
    position: relative;
    display: block;
}

.kydt_lb .kydt_nr .pic span img{
    
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;

}

.kydt_lb .kydt_nr .pic span img:hover{
    transform: scale(1.05);
}

.kydt_lb .kydt_nr .kydt_text{
    padding: 50px 32px 32px;
    border: 1px solid #e5e5e5;
    border-top-style: none;
    position: relative;
}

.kydt_lb .kydt_nr .kydt_text .time{
    position: absolute;
    background: #00712f;
    text-align: center;
    width: 60px;
    height: 60px;
    top:-30px;
    left: 32px;
}

.kydt_lb .kydt_nr .kydt_text .time span{
    height: 60px;
    font-size: 12px;
    font-weight: bold;
    color: #fedc96;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    line-height: 12px;
}

.kydt_lb .kydt_nr .kydt_text .time span b{  
    font-size: 22px;
    display: inline-block;
    margin-top: 14px;

}

.kydt_lb .kydt_nr .kydt_text .kydt_bt h2{
    font-size:16px;
    color:#333333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: -7px 0 6px;
}
.kydt_lb .kydt_nr .kydt_text .kydt_bt p{
    height: 60px;
    overflow: hidden;
    text-indent: 2em;
    font-size:14px;
    color:#999999;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-line-clamp:3; 
    -webkit-box-orient:vertical;
}



.kydt_lb .kydt_nr .kydt_text:hover{
    border: 1px solid #00712f;
    border-top-style: none;
    background: url(../images/icon_ky_dqgj.png) no-repeat right bottom;
}
.kydt_lb .kydt_nr .kydt_text:hover .kydt_bt h2{
    color: #00712f;
    
}

.kydt_lb .swiper-xyd {
	bottom: 0;
	left:0;
	text-align: center;
}

.kydt_lb .swiper-xyd .swiper-pagination-bullet {
	background: #b9b9b9;
	width: 10px;
	height: 10px;
	text-align: center;
	border-radius: 100%;
	opacity: 1;
    margin-left: 10px;
}

.kydt_lb .swiper-xyd .swiper-pagination-bullet-active {
	background: #00712f;
}


/*  conner4   */
.cont_bg4{
  
    overflow: hidden;
    margin-bottom: 62px;
}

.cont_box4{
    padding: 70px 0 80px;
}

.cont_bg4 .jlhz_lb{
    margin: 45px -25px 0px;
    
}

.jlhz_lb .jlhz_nr{
    width: 50%;
    float: left; 
    
}

.jlhz_lb .jlhz_nr a{
    display: block;
    margin: 5px 25px 35px ;
    background: #fff;
    box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.jlhz_lb .jlhz_nr .pic{
    width: 220px;
    float: left;
    position: relative;
}
.jlhz_lb .jlhz_nr .pic .pic_box{
    overflow: hidden;
    padding-bottom: 56.5%;
    position: relative;
    display: block;
}

.jlhz_lb .jlhz_nr .pic .pic_box img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.jlhz_lb .jlhz_nr .pic .pic_box img:hover{
    transform: scale(1.05);
}

.jlhz_lb .jlhz_nr .pic .time{
    background: url(../images/icon_jl_sjbj.png) no-repeat center ;
    width: 105px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fbda95;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;

}
.jlhz_lb .jlhz_nr .jlhz_bt{
    width: calc(100% - 222px);
    float: right;
    
}

.jlhz_lb .jlhz_nr .jlhz_bt .jlhz_box{

    padding: 18px 30px 0px;
}

.jlhz_lb .jlhz_nr .jlhz_bt .jlhz_box h2{

    font-size: 16px;
    color: #333333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jlhz_lb .jlhz_nr .jlhz_bt .jlhz_box h2:hover{
    color: #00712f;
    font-weight: bold;
}
.jlhz_lb .jlhz_nr .jlhz_bt .jlhz_box span{
    font-size: 12px;
    color: #00712f;
    line-height: 20px;
    text-align: right;
    display: inherit;
    position: relative;
    margin-top: 15px;
}

.jlhz_lb .jlhz_nr .jlhz_bt .jlhz_box span::before{
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: 1px;
    background: #00712f;
    top: 10px;
    left: 5px;
}






/*  font  */
.cont_bg5{
    background: url(../images/icon_bqbj.jpg) no-repeat center;
    background-size: 100% 100%;
    
}

.cont_bg5 .link{
    overflow: hidden;
    padding: 35px 0 20px;
    border: 1px solid #307f50;
}

.cont_bg5 .link h3{
    width: 78px;
    color: #fff;
    font-size: 14px;
    display: initial;
    float: left;
}

.cont_bg5 .list_nr{
    width: calc(100% - 78px);
    float: right;
}

.cont_bg5 .list_nr a{
    color:rgba(255, 255, 255, 0.8);
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.cont_bg5 .list_nr a:hover{
    color: #fff;
    font-weight: bold;

}

.cont_bg5 .list_nr a::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #fff;
    top:3px;
    right: -30px;
    margin: 0 14px;
}

.cont_bg5 .bq_zj{
    padding: 40px 0px;
    overflow: hidden;
}

.cont_bg5 .bq_zj .bqlg{
    float: left;
    margin: 25px 0;
}

.cont_bg5 .bq_zj .bq_zj_dz{
    float: left;
    padding-left: 190px;
}

.cont_bg5 .bq_zj .bq_zj_dz p{
   
font-size: 14px;
   
color: rgb(255, 255, 255);
   
line-height: 35px;
}

.cont_bg5 .bq_zj .ewm{
    float: right;
    width: 110px;
    height: 110px;
}


.cont_bg5 .ba_dz{
    background: #00712f;
    text-align: center;
    
}

.cont_bg5 .ba_dz p{
    padding: 25px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.761);
   
      
}