body {
  font-family: "微软雅黑","黑体",Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
}
a:hover{color:#0a7241;text-decoration: none;}
a{color:#333;}
ul{margin:0;padding:0;}
li{list-style:none;}
img{width:100%;}

@media(min-width:1600px) {
  .main>.container,.footer>.container,.sites-main>.container{
    width:1600px;
  }
}
@media(max-width:1599px) {
    .main>.container,.footer>.container,.sites-main>.container{
    width:1400px;
  }
}
@media(max-width:1365px) {
    .main>.container,.footer>.container,.sites-main>.container{
    width:100%;
  }
}
  .header-logo{
  float:left;
}
@media(min-width:992px){
.header-logo{
  width:40%;
}
  
}
.logo-img{
  width: 60%;
  float: left;
}
.yuanxun-img{
  width: 30%;
  margin-top: 3%;
  float: left;
}
@media(min-width:992px){
  .yuanxun-img{
  float:right;
}
}
@media(max-width:767px){
  .float-center-ul{
  background: #0a7241;
}
}
@media (min-width: 768px) {
  .float-center-ul {
    float: none !important;
    display: flex !important;
    flex: 1 !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    margin-top: 5px;
  }
.header-right{
  float: right;
}
}


.navbar-default {
    border: 0;
    margin: 0;
    height: 74px;
   padding-top: 12px;
   padding-bottom: 7px;
   transition: all linear 0.3s;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.navbar-nav > li:hover .dropdown-menu {
  display: block;
}
.nav-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 0 1%;
  background-image: linear-gradient(to top, rgba(0,0,0, 0.1) 0%, #0a7241 200%);
}
.navbar-nav > li:hover .dropdown-menu {
  display: block;
}

.navbar {
  background-color: rgba(220, 38, 38, 0);
  border: 0;
  margin: 0;

}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  margin-left: -30px;
  border-top: 3px #0a7241 solid;
  width:100%;
}

.dropdown-menu li a {
    font-size: 18px;
    margin: 5px auto;
    text-align: center;
    line-height:34px;
}
.dropdown-menu li a:hover {
  background-color: #0a7241;
  color: #fff !important;
}

.dropdown a {
  padding: 4px 0;
}

.navbar-brand {
  color: #fff !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #fff;
}

.navbar-nav > li > a:hover {
  color:#fff;
}
.navbar-nav li a:hover{
  color: #0a7241!important;
}
.dropdown-menu li a:hover{
  color:#fff!important;
}
.news-header a:hover h2,.news-header a:hover .team-topic{
  font-weight:bold;
}
.news-line{
  margin-top: -30px;
  max-height:20px;
}
.news-top-title{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-top-time{
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
}
.news-top-abstract{
  max-height: 48px;
  line-height: 24px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  position: relative;
}

.news-list ul{
  margin: 0;
  padding: 0;
}
.news-list2 li:nth-child(1),.news-list2 li:nth-child(2){
   display: none !important; 
}
.news-time{
  width: 67px;
  height: 65px;
  background-color: #fff;
  border: 1px solid #0a7241;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: table-cell;
}
.news-day{
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  background-color: #0087a9;
}
.news-month{
  width: 67px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #333333;
}
.news-title{
  padding-left: 20px;
  color: #333333;
  display: table-cell;
  font-size: 18px;
}
.news-list ul li{
  margin-top:15px;
}




.notice-time{
  width: 67px;
  height: 65px;
  background-color: #fff;
  border: 1px solid #0a7241;
  font-size: 20px;
  text-align: center;
  color: #fff;
  display: table-cell;
}
.notice-day{
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  background-color: #0a7241;
}
.notice-month{
  width: 67px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #333333;
}
.notice-title{
  padding-left: 20px;
  color: #333333;
  display: table-cell;
  font-size: 18px;
  position: relative;
  transform: translateY(20%);
}
.notice-list ul li{
  margin-top:15px;
}
.news-more{
  line-height: 33px;
  margin-top: 15px;
  color: #fff;
  position: relative;
  background: #0a7241;
  text-align: center;
  width:128px;
  margin-left: auto;
  margin-right: auto;
}
.news-more a{
  font-size: 18px;
  color: #fff;
}
.news-lists ul li{
  margin:8px 0;
}
.news-lists ul li img{
  max-height: 369px;
}
.team-topic,.culture-topic{
  font-size: 30px;
}
.team-more{
  float: right;
  margin-right: 16px;
  margin-top: 15px;
  font-size: 18px;
}
.team-list ul li{
  line-height: 36px;
  font-size: 18px;
}
.team-title{
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team-time{
  float: right;
}
.culture{
  text-align: center;
  font-size: 20px;
  border: 1px solid #0a7241;
  padding: 5px 0;
}
.main3-main{
  background: #fff;
  box-shadow: 0px 0px 15px #ABABAB;
}
.main3-top {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.main3-top a{
    display: block;
    width: 100%;
    height: auto;
}
.main3-top img{
    width: 100%;
    display: block;
    min-height:147px;
}
.main3-top img:hover{
  transform: scale(1.2);
}
.main3-title{
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    background: #fff;
    font-weight: bold;
    color: #0a7241;
}
.main-center{
  margin:20px 0;
}
.index-culture ul li{
  margin-bottom:20px;
}
.index-culture ul li:hover .main3-more{
  display:block;
}
.main3-more{
  background: rgba(0,0,0,0.5);
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.main3-more p{
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 40%;
    left: 35%;
    font-size: 18px;
    border-bottom: 3px #fff solid;
    padding-bottom: 20px;
}
@media (min-width: 992px) {
.by-left, .by-right {
   margin-top: 50px;
    width: 40%;
    height: 2px;
    background: #c5c5c6;
    float: left;
  }
.by-mid {
    width: 20%;
    float: left;
    text-align: center;
    padding-top: 10px;
  }
}
@media(max-width:992px) {
  .by-left,.by-right {
    width:35%;
    margin-top: 50px;
    height: 2px;
    background: #c5c5c6;
    float: left;
  }
  .by-mid {
    width:30%;
    float: left;
    text-align: center;
    padding-top: 10px;
  }
  .by-mid img{
    width:100px;
  }
}
@media(min-width:992px){
.swiper-button-prev{
  left:30px!important;
}
.swiper-button-next{
  right:30px!important;
}
}
.people-title{
  font-size: 16px;
  margin-top: 8px;
}
.swiper-button-next, .swiper-button-prev{
  color: #0a7241!important;
  width: 36px!important;
  height: 60px!important;
  background-image: none !important;
}

.swiper-container {
   width: 87%!important;
   height: 100%!important;
   overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.swiper-slide img{
  width:100%;
}


.footer{
  background: #0a7241;
  color: #fff;
}
.footer-div{
  padding: 12px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.footer-icon{
  color: #fff;
  font-size: 28px;
  margin-left: 4px;
  margin-right: 12px;
}
.footer-title{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.footer-subtitle{
  font-size: 13px;
  margin-left: 8px;
  color: #eee;
}
.links-list ul li a{
  color: #fff;
  line-height: 36px;
  font-size: 16px;
}
.links-list ul li a:hover{
  color:#fff!important;
  font-weight:bold;
}
.adress-content p{
  font-size: 16px;
  line-height: 26px;
}
.footer-image-div p{
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
.adress-content{
  margin-left: 18px;
}

.site-main{
  margin-top: 20px;
}
.site-header{
  border-bottom: 3px solid #0a7241;
}
.nav-column{
  float: left;
  font-size: 26px;
}
.current-l{
  float: right;
  font-size:18px;
}
.breadcrumb{
  margin: 0;
}
.right-list li {
  border-bottom: 1px dashed #e4e4e4;
  padding: 29px 0 22px 0;
}

.right-list a{
  display: block;
  transition: 0.3s all;
  background: #fff;
  position: relative;
}

.right-list a:hover{
  margin-left: -20px;
  margin-right: -20px;
  background: #0a7241;
  border-radius: 0 0 10px 0;
  box-shadow: 7px 0 20px rgba(0,0,0,0.15);
  z-index: 100;
  color:#fff;
  padding-left: 10px;
}
.list-title {
  font-size: 18px;
  width: 80%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-date {
  font-size: 14px;
  color: #b2b2b2;
}
.article-title {
  font-size: 26px;
  margin: 30px 0 10px 0;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.article-subtitle{
  text-align: center;
  color: #919191;
}
.article-main{
  margin-top: 20px;
}
.site-search{
  margin: 20px 0;
  text-align: right;
}