body{
    background: #
}
.urp{
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.leftnav_curr{
    background: #288b21;
}

.box_news_listR li img{
   width:120px;
   height:120px;
   overflow:hidden; 
}

/*轮播图1*/
 #banner .slideBox{ 
    width:100%; 
    height:auto; 
    overflow:hidden; 
    position:relative; 
}
 #banner .slideBox .hd{ 
    width: 100%;
    height:35px; 
    overflow:hidden; 
    position:absolute; 
    right:0px; 
    bottom:30px; 
    z-index:1; 
}
 #banner .slideBox .hd ul{ 
    overflow:hidden; 
    zoom:1; 
    display: table;
    margin: 0 auto; 
    padding: 10px;
}
 #banner .slideBox .hd ul li{
    float:left;
    margin-right:10px;
    width:13px;
    height:13px;
    line-height:13px;
    text-align:center;
    background:#7f7e7c;
    cursor:pointer;
    opacity:0.5;
    border-radius: 50%;
}
 #banner .slideBox .hd ul li.on{
    background: #fff;
    box-shadow: 0 0 7px #ccc;
 }
 #banner .slideBox .bd{
     position:relative; 
     height:100%; 
     z-index:0;   
 }
#banner .slideBox .bd li{ 
    zoom:1; 
    vertical-align:middle; 
}
 #banner .slideBox .bd img{ 
    width:100%; 
    height:auto; 
    display:block;  
}
/* 下面是轮播图1前/后按钮代码 */
 #banner .slideBox .prev,
 #banner .slideBox .next{ 
    position:absolute; 
    left:3%; 
    top:50%; 
    margin-top:-25px; 
    display:block; 
    width:32px; 
    height:40px; 
    filter:alpha(opacity=50);
    opacity:0.5;   
}
 #banner .slideBox .next{ 
    left:auto; 
    right:3%; 
    background-position:8px 5px; 
}
 #banner .slideBox .prev:hover,
 #banner .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  
 }
 #banner .slideBox .prevStop{ display:none;  
 }
 #banner .slideBox .nextStop{ display:none;  
 }
  /*轮播2*/
  .focusBox{
    width: 100%;
    position:relative;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 30px;
  }
.focusBox .pic img {
    height:310px; 
    width: 100%;
    display:block;
    object-fit: cover;
}
/* .focusBox .pic{
    width: 100%;
} */
.focusBox .txt-bg {
    position:absolute;
    bottom:0;
    z-index:1;
    height:40px;
    width:100%;
    background:#000;
    filter: alpha(opacity=50);
    opacity:0.5;
    overflow:hidden;
}
.focusBox .txt {
    position:absolute;
    bottom:0;
    z-index:2;
    height:40px;
    width:68%;
    overflow:hidden;
}
.focusBox .txt li {
    height:40px;
    line-height:40px;
    position:absolute;
    bottom:-36px;
    width: 100%;
}
.focusBox .txt li a {
    display:block;
    color:white;
    padding:0 0 0 10px;
    font-size:15px;
    text-decoration:none;
}
.focusBox .num {
    position:absolute;
    z-index:3;
    bottom:12px;
    right:8px;
}
.focusBox .num li {
    float:left;
    position:relative;
    width:17px;
    height:17px;
    line-height:17px;
    overflow:hidden;
    text-align:center;
    margin-right:10px;
    cursor:pointer;
    font-size: 16px;
}
.focusBox .num li a,.focusBox .num li span {
    position:absolute;
    z-index:2;
    display:block;
    color:#444444;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none;
}
.focusBox .num li span {
    z-index:1;
    background:#fff;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.focusBox .num li.on a,.focusBox .num a:hover {
    background:#ff7800;
    color: #fff;
}
.box_news_list{
    height: 310px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 7px #e0dfdf;
    margin-top: 30px;
}
.current_title{
    border-bottom: 2px solid #7cb30e;
    overflow: hidden;
}
.current_title h2{
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 17px;
    float: left;
    border-radius: 10px 10px 0 0;
    padding: 0 15px;
}
.current_title .more{
    float: right;
    font-size: 12px;
    color: #999999;
    line-height: 34px;
}
.box_news_ul_list{
    height: 245px;
    overflow: hidden;
    padding-top: 6px;
}
.box_news_ul_list li{
  overflow: hidden;
  line-height: 35px;
}
.box_news_ul_list .a_l{
    float: left;
    font-size: 16px;
    color: #666666;
    width: 85%;
    display: block;
}
.box_news_ul_list .a_l:hover,.txtScroll-top .infoList li a:hover{
    color: #7cb30e;
}
.box_news_ul_list span{
    float: right;
    font-size: 16px;
    color: #999;
    display: block;
}
.txtScroll-top{
    overflow:hidden;
     position:relative; 
     height: 240px;  
}
.txtScroll-top .bd{ 
    padding: 6px 0;
}
.txtScroll-top .infoList li{ 
    height:35px; 
    line-height: 35px; 
    font-size: 16px;
}
.txtScroll-top .infoList li a{
    color: #666666; 
    overflow: hidden;
}
.txtScroll-top .infoList li a .s_l{
    float: left;
    width: 85%;
}
.txtScroll-top .infoList li a .s_r{
    float: right;
}
.box_video{
    overflow: hidden;
    /*margin-left: -17px;*/
}
.box_video .video_li{
    position: relative;
    width: 100%;
    height: 106px;
    margin-top: 17px;
    display: block;
    padding: 0;
}
.box_video .cover{
    width: 100%;
    height: 100%;
}
.box_video .cover img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_video .bag{
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 25px;
    background: #000;
    filter: alpha(opacity=30);
    opacity: 0.3;
   z-index: 2;
}
.box_video .title{
    padding: 0 5px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 19px;
    line-height: 19px;
    box-sizing: border-box;
}
.box_video .title i{
    display: inline-block;
    width: 19px;
    height: 20px;
    vertical-align: middle;
    background: url(../image/video_ico.png) no-repeat;
    margin-right: 3px;
}
.sal_backg {
    background: #7cb30e;
}
.box_imgList li{
    height: 365px;
    margin-bottom: 24px;
    margin-top: 24px;
}
.box_imgList_m li{
    height:500px;
    padding: 0 8px;
    margin-bottom: 10px;
    margin-top: 0;
}
.box_imgList li a{
    display: block;
    background: #ffffff;
    box-shadow: 0 0 7px #e0dfdf;
    padding: 25px 30px 35px;
    box-sizing: border-box;
    border-radius: 10px;
}
.box_imgList .b_img{
    border: 3px solid #fff;
    max-width:200px;
    /*width: 150px; */
    height: 260px;
    display: block;
    margin: 0 auto;
    border-radius: 10%;
    overflow: hidden;
}
.box_imgList .index-b_img{
    border: 3px solid #fff;
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.box_imgList .b_span{
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 14px 0;
    font-weight: bold;
}
.box_imgList .b_p{
    font-size: 16px;
    color: #666;
    line-height: 26px;
    height: 128px;
    overflow: hidden;
}
.box_imgList li a:hover{
    background: #f7f7f7;
}
.box_imgList li a:hover .b_img{
    border: 3px solid #d5eca7;
}
.box_imgList li a:hover .b_span,.box_imgList li a:hover .b_p{
    color: #7cb30e;
}
.videos{ 
    display:none; 
    border: 1px solid #080808;
    position:fixed; 
    left:50%; 
    top:50%; 
    margin-left:-320px; 
    margin-top:-210px; 
    z-index:100; 
    width:640px; 
    height:360px; 
}
.vclose { 
    position:absolute;
    right:1%; 
    top:1%; 
    border-radius:100%; 
    cursor: pointer; 
}
.box_bag{
    z-index:99; 
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    display: none;
    height: 100%;
}
.box_news_list_maT{
    margin: 30px 0 0;
}
.box_leftList{
    box-shadow: 0 0 7px #e0dfdf;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.box_leftList li{
   margin-bottom: 20px;
   border-radius: 10px;
   height: 53px;
   line-height: 53px;
   text-align: center;
   font-size: 18px;
}
.box_leftList li:last-child{
    margin-bottom:0;
}
.box_leftList li a{
    color: #fff;
}
.box_leftList li:hover{
    background: #628d0d;
}
.pages {
    padding: 30px 0;
    width: 100%;
    clear: both;
}
.pagination2 {
    text-align: center;
    color: #808080;
    font-size: 14px;
}
.pagination2 li.disabled {
    border-radius: 2px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    margin: 0 2px;
    color: #808080;
    background: #fff;
    border: 1px solid #e6e3e3;
    vertical-align: middle;
    background: #f2f2f2;
}
.pagination2 li {
    border-radius: 2px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    margin: 0 2px;
    color: #808080;
    background: #fff;
    border: 1px solid #e6e3e3;
    vertical-align: middle;
    background: #f2f2f2;
}
.pagination2 li.active {
    border-radius: 2px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    margin: 0 2px;
    color: #fff;
    background-color: #7cb30f;
    border: 1px solid #7cb30f;
    vertical-align: middle;
}
.newsNav{
    font-size: 14px;
    color: #999999;
    padding: 20px 0;
}
.newsNav span{
    color: #333333;
}
.newsNav a{
    color: #333333;
}
.newsNav a:hover,.pagination li:hover a,.box_detailsR .TurnPage a:hover{
    color: #7cb30f;
}
.box_detailsR{
    padding: 35px;
    background: #fff;
    box-shadow: 0 0 7px #e0dfdf;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 30px;
}
.box_detailsR h1{
    font-size: 30px;
    text-align: center;
    padding-bottom: 30px;
}
.box_detailsR .prompt{
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    padding-bottom: 30px;
}
.box_detailsR .prompt .d_l{
    float: left;
}
.box_detailsR .prompt .d_r{
    float: right;
}
.box_detailsR .d_p{
    border-top: 1px solid #c3c3c3;
    padding: 30px 0;
    font-size: 20px;
    line-height: 35px;
}
.box_detailsR .d_p p{
    text-indent: 2em;
}
.box_detailsR .d_p .imgpic{
    display: block;
    max-width: 60%;
    margin: 10px auto;
}
.box_detailsR .TurnPage{
    border-top: 1px solid #c3c3c3;
    line-height: 25px;
    padding-top: 30px;
}
.box_detailsR .TurnPage .d_t{
   font-size: 14px;
}
.box_detailsR .TurnPage a{
  color: #666666;
}
.box_detailsR .TurnPage a:hover{
    text-decoration:underline;
}
.box_news_listR{
    padding-bottom: 30px;
}
.box_news_listR li{
   overflow: hidden;
   font-size: 16px;
   line-height: 42px;
}
.box_news_listR .a_l{
    float: left;
    width: 80%;
}
.box_news_listR .a_l .ico{
    display: inline-block;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    background: #bcc1b3;
    margin-right: 10px;
}
.box_news_listR .time{
    float: right;
    color: #999999;
}
.box_news_listR .a_l a:hover{
    color: #7cb30f;
}
.box_news_listR .a_l a:hover .ico{
    background: #7cb30f;
}
@media (max-width: 768px){
    .head_logo .i_r{
        display: none;
    }
    .head_logo .i_l{
        width: 100%;
        height: auto;
    }
    .head .ul_list{
       display: none;
    }
    .box_search{
       margin-right: 0;
    }
    .head_nav .o_ul{
        display: flex;
    }
    .head_nav .o_ul li{
       flex:1;
    }
    .box_news_ul_list .a_l,.txtScroll-top .infoList li a .s_l {
        width: 70%;
    }
    .box_video .video_li{
    height: 229px;
   }
   .box_news_list{
    height: auto;
   }
}
@media (min-width: 767px) and (max-width: 1074px){
    .head_logo .i_l{
        width: 100%;
        height: auto;
    }
     .head_logo .i_r{
        display: none;
    }
    .head .ul_list{
       display: none;
    }
    .head_nav .o_ul{
        display: flex;
    }
    .head_nav .o_ul li{
       flex:1;
    }
    
    .box_news_ul_list .a_l,.txtScroll-top .infoList li a .s_l{
      width: 66%;
   }
   .focusBox .txt{
       width: 59%;
   }
   .newsNav{
    display: none;
   }
   .box_conta{
    margin-top: 30px;
   }

}
@media (min-width: 1073px) and (max-width: 1200px){
   .box_news_ul_list .a_l,.txtScroll-top .infoList li a .s_l{
      width: 70%;
   }
   .head_nav .o_ul li{
      width: 96px;
   }
   .focusBox .txt{
       width: 62%;
   }
}
.container-fluid{
    padding-right: 80px;
    padding-left: 80px;
}
@media (min-width: 1920px){
    .container-fluid{
        padding-right: 140px;
        padding-left: 140px;
    }
    .head_nav .o_ul li{
            width: 140px;
    }
}