@charset "utf-8";
/*公共部分*/

.mt0{margin-top: 0 !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mt40{margin-top: 40px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.w1300 {
  clear: both;
  margin: 0 auto;
  width: 1300px;
}
.h164{
  height: 164px !important;
}
.red{
  color: red;
}
.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
  border-bottom: 1px solid #e7e7e4;
  background:#f5f5f6;
}
.title h2 {
  float: left;
  margin-left: 20px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #286c55;
  width: auto;
  height: 49px;
  line-height: 49px;
  border-bottom: 3px solid #286c55;
}
.title h2 a{
  color: #286c55;
}
.title a {
  width: auto;
  float: right;
  height: 50px;
  color: #999;
}
.listbox {
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.listbox li {
  float: left;
  width: 100%;
  background: url(../images/list_bg.png) left center no-repeat;
  padding-left: 12px;
}
.listbox li a {
  float: left;
  height: 30px;
  line-height: 30px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listbox li span {
  margin-right: 5px;
  float: right;
  width:50px;
  line-height: 30px;
  color: #999;
}
.listbox .date{
  width: 100px ;
  line-height: 40px;
}

/*头部*/
.header {
  height: 166px;
  width: 100%;
  background: url(../images/header_bg.jpg) no-repeat top center;
  overflow: hidden;
}

.header .main {
  overflow: hidden;
}

.header .main .logo{
  margin-top: 30px;
}
.header .main .info{
  width: 100%;
}
.main_r{
  margin-top: 10px;
  width: 360px;
}
.main_r .suoxun{
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.main_r .suoxun span{
  margin: 12px;
}
.header .search {
  margin-top: 40px;
  width:286px;
  height: 40px;
  background: url(../images/search_bg.png) no-repeat;
  overflow: hidden;
}
.search .search_txt {
  display: inline-block;
  float: left;
  width: 220px;
  height: 40px;
  line-height: 40px;
  background: none;
  margin: 0px 0 0 15px;
  color: #999;
  border: 0;
}
.search .search_btn {
  display: inline-block;
  float: left;
  width: 50px;
  height: 40px;
  line-height: 40px;
  background:none;
  cursor: pointer;
  border: 0;
  border-radius: 0 50px 50px 0;

}
/*导航*/
.nav {
  height: 44px;
  background: #286c55;
}

.nav>ul>li {
    position: relative;
    float: left;
  display: block;
  line-height: 44px;
  font-size: 16px;
  width: 90px;
  text-align: center;
  margin-right: 20px;
}

.nav>ul>.current{
  background-color: #f3a60c;
}

.nav>ul>li>a {
  color: #fff;
  display: block;
  font-size: 16px;
}

.nav>ul>li>a:hover {
  background-color: #f3a60c;
}

.nav>ul>li:hover ul {
  display: block
}

.nav>ul>li ul {
  position: absolute;
  top: 44px;
  z-index: 1000;
  background:#286c55;
  background: rgba(40,108,85,0.9);
  width: 90px;
  display: none;
}

.nav>ul>li ul li a {
  display: block;
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  line-height: 34px;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nav>ul>li:hover{
    color: #ffffff;
    background-color: #f3a60c;
}

.nav>ul>li ul li a:hover {
  color: #ffffff;
    background-color: #f3a60c;
}

/*幻灯片*/
.focus {
  margin: 0 auto;
  width:1300px;
  position: relative;
  height: 400px;
  background-color: #fff;
}
.focus img{
  width: 1300px;
  height: 400px;
}
#kinMaxShow .kinMaxShow_button{
  width: 100%;
  right: 0 !important;
  text-align: center;
}
#kinMaxShow .kinMaxShow_button li{
  float: none !important;
  display: inline-block;
  
}

/*indexMain*/
.indexMain .left {
  position: relative;
  width: 410px;
  height:330px;
  overflow: hidden;
  background-color: #fff;
}
.indexMain .left .left_content{
  width: 370px;
  margin: 0 auto;
}
.indexMain .left .listbox li a {
  max-width:280px;
}
.indexMain .left .special li{
  float: left;
  margin-bottom: 8px;
}
.indexMain .left .special li a{
  display: block;
  width: 260px;
  height: 38px;
}
.indexMain .left .special li img{
  width: 260px;
  height: 38px;
}

.indexMain .middle{
  position: relative;
  margin-left:20px;
  width: 440px;
  height: 330px;
  overflow: hidden;
  background-color: #fff;
}
.indexMain .middle .middle_content{
  width: 440px;
  margin: 0 auto;
}

.indexMain .middle .listbox li a {
  max-width: 330px;
}
.indexMain .right {
  position: relative;
  width: 410px;
  height: 330px;
  overflow: hidden;
  background-color: #fff;
}
.indexMain .right .right_content{
  width: 370px;
  margin: 0 auto;
}
.indexMain .right .special li{
  float: left;
  margin-bottom: 6px;
  padding-bottom: 20px;
}
.indexMain .right .special li a{
  width: 372px;
  height: 56px;
  display: block;
}
.indexMain .right .special li img{
 width: 372px; 
  height: 75px;
  /* padding-top: 20px; */
  padding-bottom: 20px;
}
.indexMain .right .video {
  width: 100%;
}
.indexMain .right .video .item{
  float: left;
  position: relative;
  margin-right: 20px;
  display: block;
  width: 175px;
  height: 110px;
  margin-bottom: 15px;
}
.indexMain .right .video .item .icon{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -19px;
  margin-left: -19px;
  width: 38px;
  height: 38px;
  display: block;
  background: url(../images/video.png)  no-repeat center center;
}
.indexMain .right .video .item .tit{
  position: absolute;
  text-align: center;
  width: 163px;
  height: 26px;
  padding: 0 6px;
  line-height: 26px;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2;
}
.indexMain .right .video .item img{
  width: 175px;
  height: 110px;
}
.indexMain .right .video .item:nth-child(2n){
  margin-right: 0;
}
.indexMain .right .listbox li a {
  max-width:200px;
}
.indexMain .first-news{
  width: 100%;
  display: inline-block;
}
.indexMain .first-news .img{
  float: left;
  display: block;
  width: 150px;
  height: 110px;
}
.indexMain .first-news .info{
  width: 205px;
  float: right;
  display: block;
  line-height: 1.5;
}
.indexMain .first-news .info .tit{
  height: 50px;
  overflow: hidden;
}
.indexMain .first-news .info .desc{
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  color: #999;
  height: 56px;
  overflow: hidden;
}
.indexMain .middle_content .first-news .info {
    width: 234px;
}

.tag {
    height: 52px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d5d4;
  background:#f5f5f6;
}
.tag li {
  float: left;
  margin-left: 15px;
}
.tag li a {
  padding: 0 10px;
  width: auto;
  display: block;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #666;
}
.tag .onTag {
  color: #286c55;
  font-weight: bold;
}
.tag .onTag a {
  color: #286c55;
  border-bottom: 3px solid #286c55;
}
.tagMore {
  position: absolute;
  top: 15px;
  right:0;
  color: #999;
}
/*indexMain2*/
.indexMain2 .left {
  position: relative;
  width: 870px;
  height: 340px;
  overflow: hidden;
  background-color: #fff;
}
.indexMain2 .indexMain2_l {
  width: 306px;
  height: auto;
  overflow: hidden;
  margin: 0 20px;
}
.indexMain2 .indexMain2_l img {
  width: 312px;
  height: 213px;
}
.indexMain2 .indexMain2_l p {
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 312px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexMain2 .indexMain2_r {
  width: 504px;
  margin-right: 15px;
  height: auto;
  overflow: hidden;
}

.indexMain2 .indexMain2_r h2 a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #333;
  width: 425px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.indexMain2 .left .listbox li a {
  max-width: 390px;
}
.indexMain2 .right {
  position: relative;
  width: 410px;
  height: 340px;
  background-color: #fff;
  overflow: hidden;
}
.indexMain2 .right .left_content{
  width:410px;
  margin: 0 auto;
}
.indexMain2 .right .informBox {
  width:370px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.indexMain2 .right .informBox li {
  float: left;
  margin: 0 0 14px 0;
  width: 370px;
}
.indexMain2 .right .informBox li a {
  float: left;
  display: block;
  height: 50px;
  line-height: 1.5;
  overflow: hidden;
  width: 308px;
  margin-left: 10px;
}
.indexMain2 .right .informBox .date {
  display: block;
  padding: 4px;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  color: #fff;
  overflow: hidden;
  background-color: #286c55;
}
.indexMain2 .right .informBox .min {
  width: 100%;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
}
.indexMain2 .right .informBox p {
  width: 100%;
  font-size: 12px;
  text-align: right;
  line-height: 30px;
}
.indexMain2 .right .informBox p em{
  font-size: 24px;
  font-weight: bold;
}
.indexMain2 .right .zhuanti {
  width: 280px;
  overflow: hidden;
  height: 300px;
}
.indexMain2 .right .zhuanti li {
  float: left;
  margin-bottom: 10px;
}
.indexMain2 .right .zhuanti img {
  width: 280px;
  height: 50px;
}
.photoBox{
  position: relative;
  background-color: #fff;
  height: 235px;
  overflow: hidden;
}
.photoBox .content{
  width: 1060px;
  margin: 0 auto;
}
.photoBox .photoList {
  margin: 10px auto;
  height: auto;
  overflow: hidden;
}
.photoBox .photoList ul{
  margin-left: 20px;
}
.photoBox .photoList ul li {
  float: left;
  margin-right:20px;
  margin-bottom: 10px;
  position: relative;
}

.photoBox .photoList ul li a {
  position: relative;
  width: 193px;
  height: auto;
  display: block;
}
.photoBox .photoList ul li img {
  width: 193px;
  height: 122px;
  border-radius: 6px;
}
.photoBox .photoList ul li span {
  width: 193px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.links{
  font-size: 0;
  background-color: #fff;
}
.links .item{
  position: relative;
  font-size: 16px;
  display: inline-block;
  width: 260px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  vertical-align:text-bottom;
}
.links .item::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #d0d1d1;
}
.links .item:last-child::after{
  width: 0;
}
.links .item span{
  margin-left: 40px;
}
.links .icon-01{
  background: url(../images/icon_1.png) no-repeat 130px center;
}
.links .icon-02{
  background: url(../images/icon_2.png) no-repeat 110px center;
}
.links .icon-03{
  background: url(../images/icon_3.png) no-repeat 90px center;
}

.links .icon-04{
  background: url(../images/icon_4.png) no-repeat 35px center;
}



/*网站底部*/
.footer {
  padding: 40px 0;
  border-top: 4px solid #f3a60c;
  position: relative;
  width: 100%;
  background:#286c55;
}
.footer .middle {
  padding-left: 50px;
  width: 480px;
  height: 115px;
  border-right: 1px solid #4b8470;
  box-sizing: border-box;
}
.footer .middle span{
  width: 100%;
  line-height:1.6;
  height: auto;
  float: left;
  color: #ffffff;
  font-size: 14px;
}
.footer .left{
  height: 115px;
  width: 410px;
  border-right: 1px solid #4b8470;
  box-sizing: border-box;
}
.footer .left img{
  margin-top: 20px;
}
.footer .right{
  height: 115px;
  width: 360px;
  margin-left: 50px;
}
.footer .right .code img{
  width: 114px;
  height: 114px;
}
.footer .right .link{
  margin-top: 40px;
  margin-left: 30px;
}


/*-------------网站内页---------*/

.site {
  position: relative;
  margin: 0 auto;
  width: 970px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.site .site_tit{
  font-size: 16px;
  color: #286c55;
  font-weight: bold;
}
.site .site_con{
  color: #999;
}
.site .site_con span{
  display: inline-block;
  color: #999;
}
.site .site_con a{
  color: #666;
}
.content .left {
  width: 270px;
  min-height: 664px;
  background-color: #fff;
  overflow: hidden;
}
.content .left .leftBox {
  margin: 0 auto;
  width: 240px;
}
.content .left .tit {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.content .left .tit h2 {
  margin: 0 auto;
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #286c55;
  font-weight: bold;
}
.content .left .sideNav{
  margin: 0 auto;
  width: 240px;
  padding: 10px 0;
  overflow: hidden;
}
.content .left .sideNav li {
  float: left;
  margin: 6px auto;
}
.content .left .sideNav li a {
  padding:0 24px;
  width: 192px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  display: block;
  background: url(../images/listNav2.png) no-repeat center center #f0f0f0;
  border-radius: 6px;
}
.content .left .sideNav li .current {
  color: #fff;
  background: url(../images/listNav.png) no-repeat center center #286c55;
}
.content .left .sideNav li a:hover {
  color: #fff;
  background: url(../images/listNav.png) no-repeat center center #286c55;
}
.content .left .leftNews .listbox li a {
    max-width: 215px;
}
.content .left .leftNews2 li{
  float: left;
  margin-bottom: 15px;
}
.content .left .leftNews2 img{
   float: left;
   width: 110px;
   height: 78px;
}
.content .left .leftNews2 p {
    display: block;
    float: left;
    width: 120px;
    margin-left: 10px;
    height: 78px;
    overflow: hidden;
    line-height: 20px;
}
.content .left .leftSpecial li{
  float: left;
  margin-bottom: 10px;
}
.content .left .leftSpecial li a{
  display: block;
  width: 240px;
  height: 35px;
}
.content .left .leftSpecial li img{
  width: 240px;
  height: 35px;
}
.content .right {
  width:1010px;
  height: auto;
  padding-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
}
.content .right .rightBox {
  margin: 0 auto;
  width: 970px;
}
.content .right .list {
  margin: 0 auto;
  padding: 10px 0;
  width: 970px;
  height: auto;
}
.content .right .listbox li {
  border-bottom: 1px dashed #eee;
}
.content .right .listbox li a {
  max-width: 780px;
  line-height: 44px;
  height: 44px;
}
.content .right .con {
  margin: 0 auto;
  width: 950px;
  height: auto;
}
.content .right .con .tit {
  margin: 20px auto 0;
  padding-bottom: 10px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  width: 100%;
}
.content .right .con .post_time {
  width: 100%;
  height: auto;
  padding: 6px 0;
  text-align: center;
  position: relative;
}
.content .right .con .post_time span {
  line-height: 30px;
  margin: 0 6px;
  color: #999;
  font-size: 14px;
}
.content .article_txt {
  width: 100%;
  padding: 20px 0 10px;
  line-height: 30px;
  font-size: 16px;
  height: auto;
  overflow: hidden;
}
.content .article_txt img {
  margin: 10px 0;
  width: auto;
  height: auto;
  max-width:760px;
}
.content .print {
    width: 950px;
    text-align: right;
    height: 36px;
    line-height: 36px;
    color: #999;
}
.content .print .print_bt {
    width: 60px;
    padding: 0 0 0 15px;
    display: block;
    background: url(../images/print.png) no-repeat left center;
}
.content .print a {
    float: right;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #999;
}

.content .right .photoList {
  margin: 10px auto;
  height: auto;
  overflow: hidden;
}

.content .right .photoList ul li {
  float: left;
  margin: 5px 10px;
  position: relative;
}
.content .right .photoList ul li a {
  position: relative;
  width: 222px;
  height: auto;
  display: block;
}
.content .right .photoList ul li img {
  width: 222px;
  height: 150px;
  border-radius: 6px;
}
.content .right .photoList ul li span {
  width: 222px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.tcdPageCode {
  text-align: left;
  color: #666;
}
.tcdPageCode a {
  display: inline-block;
  color: #666;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  border: 1px solid #ddd;
  margin: 0 2px;
  vertical-align: middle;
}
.tcdPageCode a:hover {
  text-decoration: none;
  border: 1px solid #ccc;
}
.tcdPageCode span.current {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  margin: 0 2px;
  color: #fff;
  background-color: #286c55;
  border: 1px solid #286c55;
  vertical-align: middle;
}
.tcdPageCode span.disabled {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  margin: 0 2px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  vertical-align: middle;
}


/* 分页 */
.page{
  margin: 30px auto 0;
  width: 810px;
  height: 60px;
}
.page .pagination {
  list-style: none;
  margin-top:20px;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}
.page .pagination li {
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  line-height: 18px;
  float: left;
  margin-left: 10px;
}
.page .pagination a {
  color: #333;
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.page .pagination input {
  height: 12px;
}
.page .pagination .disabled a:link, .page .pagination .disabled a:visited, .page .pagination .disabled a:hover {
  cursor: not-allowed;
  pointer-events: none;
  color: #ddd;
}
.page .pagination .active {
  pointer-events: none;
}
.page .pagination .active, .page .pagination a:hover {
  background: #f5f5f5;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}


.picScroll{ overflow:hidden; position:relative; width:100%;}
.picScroll .hd{ overflow:hidden;  height:30px; text-align: center;}
.picScroll .hd .prev,.picScroll .hd .next{ display:inline-block;  width:5px; height:9px; margin-right:5px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat;}
.picScroll .hd .next{ background-position:0 -50px;  }
.picScroll .hd .prevStop{ background-position:-60px 0; }
.picScroll .hd .nextStop{ background-position:-60px -50px; }
.picScroll .hd ul{ display: inline-block; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:#bcbcbc;border-radius:100%; }
.picScroll .hd ul li.on{ background:#286c55; }
.picScroll .bd{ padding:20px 0 0;   }
.picScroll .bd ul{ overflow:hidden; zoom:1; }
.picScroll .bd ul img{width:104px;height:134px;float:left;margin:4px 0px 0px 8px}
.picScroll .picList{width:100%;height:226px;overflow:hidden;}
.picScroll dt{width:123px;float:left;background:url(../images/renb.png) no-repeat;height:147px}
.picScroll dd{width:260px;float:right}
.picScroll .name{width: 100%;display: inline-block;margin-bottom: 10px;font-weight: bold;}
.picScroll .info{width: 100%;display: inline-block;}
.picScroll .info span{display: inline-block;width: 100%;line-height:26px;color: #666;font-size: 15px;}

.picScroll .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll .bd ul li .pic{ text-align:center; }
.picScroll .bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
.picScroll .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll .bd ul li .title{ line-height:24px; }


/*新增2022-07-20*/
.mien_box{
  width: 440px;
  margin: 0 auto;
}
.mien_box a{
  float: left;
  width: 104px;
  margin:0 18px;
}
.mien_box a .img{
  width: 134px;
  background: url(../images/renb.png) no-repeat;
  height: 147px;
}
.mien_box a .img img {
    width: 104px;
    height: 134px;
    margin: 4px 0px 0px 8px;
}
.mien_box a span{
  margin-top: 10px;
  width: 134px;
  display: inline-block;
  text-align: center;
  
}

.photo0,.photo1,.photo2{
  margin-left: 20px;
}

.photoBox .photoList>div{
  position: absolute;
  
}
.photoBox .photoList>div>.tagMore{
  top: -50px;
}

