* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  min-width: 1200px
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.sub-category {
  background-color: #00712f;
  position: absolute;
  z-index: 999;
  min-width: 150px;
  margin-left: -30px;
  line-height: 50px;
}

.logo {
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%
}

.container {
  width: 1200px;
  margin: 0 auto
}

.banner {
  width: 100%;
  height: 320px;
}

.banner img {
  width: 100%;
  height: 100%
}

.swiper {
  width: 100%;
  height: 440px;
  /* position:relative;
  top:0 */
}

.header-contont {
  position: relative;
  top: -60px;
  z-index: 1;
  margin-top: -180px;
}

.search {
  float: right
}

.flex {
  display: flex;
}

.search-box {
  height: 52px;
  line-height: 52px;
}

.search-box input {
  width: 240px;
  border: 3px solid #00712f;
  font-size: 16px;
  text-indent: 14px;
  color: #333333
}

.search-btn {
  background-color: #00712f;
}

.search-btn img {
  margin-top: 10px;
  padding: 0px 8px;
}

#nav {
  background-color: #00712f;
  font-size: 18px;
  line-height: 40px;
  margin-top: 70px;
  position: relative;
  z-index: 999;
}

.navbar {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.navbar>li {
  position: relative;
}

.navbar>li>a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  flex: 1;
}

.navbar>li:hover .sub-menu {
  display: block;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: green;
}

.sub-menu li a {
  padding: 10px;
  background: green;
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
}

.sub-menu li a:hover {
  background: #2c991a;
}

.active {
  background: #2c991a;
}

.nav-box {
  width: 1200px;
  margin: 0 auto;
}

/* #nav {
  background: #00712f;
  box-sizing: border-box;
  line-height: 60px;
  height: 60px;
  font-size: 18px;
  margin-top:70px
}

#nav ul li {
  float: left;
  color: #FFFFFF;
  padding:0px 30px;
  text-align: center;
}

#nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff
}

#nav ul li.active {
  background-color: #2c991a;
} */

/* .active {
  background-color: #2c991a;
} */



.main {
  width: 1200px;
  margin: 0 auto;
}


.flex-r {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.xwtp {
  height: 410px;
}

.xwtp .swiper,
.xwtp .swiper a img {
  width: 100%;
  height: 100%;
}


.xw-img {
  position: relative;
  display: block;
  width: 100%
}

.xw-img img {
  width: 100%
}

.xw-title {
  position: absolute;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-right: 122px;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 14px;
  line-height: 60px;
  font-size: 20px;
  color: #ffffff;
}

/* .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ffffff;
    margin: 0 5px;
    cursor: pointer;
    } */
.xwtp,
.xwkd,
.tzgg,
.kjfw {
  /* width: 48%; */
  width: 584px;
  margin-top: 18px
}

.title-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2c991a;
  padding-bottom: 10px
}

.title {
  background-color: #00712f;
  color: #fff;
  font-weight: bold;
  padding: 6px 10px 10px 12px;
  font-size: 18px;
}

.more a {
  font-size: 14px;
  display: block;
  background-color: #2c991a;
  border-radius: 20px;
  height: 30px;
  line-height: 30px;
  width: 64px;
  text-align: center;
  position: relative;
  top: 6px;
  color: #fff
}

.news-lists {
  width: 900px;
  border: 1px solid #ccc;
  padding: 0px 10px;
}

.news-list li {
  line-height: 46px;
  font-size: 16px;
  height: 46px;
}

.news-list li a {
  display: inline-block;
  max-width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 6px;
}

.news-list li a:hover {
  color: #00712f;
}

.point img {
  width: 8px;
  height: 10px;
  margin-top: -20px;
  position: relative;
  top: -18px;
}

.time {
  float: right;
  color: #2c991a;
  display: inline-block;
}


#footer {
  background-color: #00712f;
  color: #fff;
  text-align: center;
  padding: 40px 0px;
  line-height: 30px;
  margin-top: 20px;
  font-size: 14px;
}

.aside {
  width: 255px;
  background: #00712f;
  color: #ffffff;
  text-align: center;
  height: 48%;
  overflow: hidden;
}


.aside h2 {
  font-weight: bold;
  display: inline-block;
  padding: 20px 10px;
  line-height: 38px;
  font-size: 20px;
  margin-left: 16px;
}

.aside ul li a {
  line-height: 38px;
  display: block;
  height: 38px;
  padding: 25px 0px;
  font-size: 18px
}

.aside ul li:hover {
  background-color: #2ea11b;
}

.aside ul li:first-child a {
  border-top: 1px dashed #fff;
  width: 90%;
  margin: 0 auto;
}

.news-title {
  border-bottom: 1px solid #00712f;
  padding-bottom: 10px
}

.pages a {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 10px;
  margin: 0 5px;
  font-size: 16px;
  text-align: center;
  background-color: #dedede;
  cursor: pointer;
}

.pages {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0px;
}

.pages a.current,
.pages a:hover {
  color: #fff;
  background-color: #00712f;
}

.list-main {
  margin: 30px 0px
}

.article-title {
  font-size: 24px;
  text-align: center;
  padding: 40px;
}

.article-content {
  line-height: 30px;
  padding: 0 5px;
}