body {
  background-color: #F5F5F5;
}
.main {
  display: flex;
  justify-content: space-between;
}
.sanv {
  width: 200px;
}
.rightcon {
  flex: 1;
  background-color: white;
  padding: 0 25px;
  box-sizing: border-box;
  margin: 20px 0 20px 30px;
  min-height: 500px;
}
.sanv h2 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin: 35px 0;
}
.min-nav a {
  display: block;
  line-height: 63px;
  font-size: 18px;
  color: #333;
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  font-weight: 500;
}
.min-nav a::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #333;
}
.min-nav a:hover {
  background: linear-gradient(to right, #00743f, #409e0f);
  color: white;
}
.min-nav a:hover:before {
  display: none;
}
.min-nav a:hover::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../image/vector_2.png) no-repeat;
  width: 16px;
  height: 31px;
}
.min-nav a.cur {
  background: linear-gradient(to right, #00743f, #409e0f);
  color: white;
}
.min-nav a.cur:before {
  display: none;
}
.min-nav a.cur::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: url(../image/vector_2.png) no-repeat;
  width: 16px;
  height: 31px;
}
.left-nav li {
  display: block;
  margin-top: 10px;
  width: 200px;
  height: 120px;
  text-align: center;
}
.left-nav li a {
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.left-nav li a span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}
.left-nav li:last-child a span {
  color: white;
}
.right-local {
  border-bottom: 1px solid #F5F5F5;
  display: flex;
  justify-content: space-between;
  line-height: 34px;
  padding: 30px 0;
}
.right-local h3 {
  font-size: 24px;
  font-weight: 500;
}
.right-local span {
  font-size: 18px;
}
.right-con {
  padding-top: 30px;
  font-size: 14px;
  color: #333;
  line-height: 150%;
}
.news-list a {
  display: block;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}
.newslist-con {
  display: flex;
}
.newslist-img {
  width: 28%;
}
.newslist-img img {
  width: 100%;
}
.newslist-a {
  padding: 0 30px 0 20px;
  width: 60%;
  box-sizing: border-box;
}
.newslist-a h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.newslist-a p {
  font-size: 14px;
  color: #8B8B8B;
  line-height: 200%;
}
.newslist-b {
  width: 15%;
}
.newslist-b .time {
  font-size: 20px;
  display: block;
  color: #999;
}
.newslist-b .more {
  display: block;
  margin-top: 50px;
}
.news-list a:hover {
  background-color: #F4F4F4;
}
.news-list a:hover .newslist-a h3 {
  color: #409e0f;
}
.news .newstit {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.news .newsdesc {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #F5F5F5;
}
.news .aboutus {
  line-height: 200%;
  margin-bottom: 20px;
}
.main {
  padding: 50px 0;
}
.pageright {
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.contact-box1 ul {
  display: flex;
  justify-content: space-around;
}
.contact-box1 ul li {
  flex: 1;
  width: 25%;
  text-align: center;
}
.contact-box1 ul li h3 {
  font-size: 18px;
  color: #000;
  margin: 20px 0;
}
.contact-box1 ul li span {
  display: block;
  font-size: 14px;
  color: #999999;
}
.contact-map {
  margin-top: 50px;
  margin-bottom: 100px;
}
.ernav {
  display: flex;
  margin: 50px 0;
}
.ernav a {
  display: block;
  background-color: #EBEBEB;
  margin: 0 10px;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 34px;
  color: #A5A5A5;
  font-size: 14px;
}
.ernav a:hover {
  background-color: #409e0f;
  color: white;
}
.ernav a.cur {
  background-color: #409e0f;
  color: white;
}
.h50 {
  height: 50px;
}
.owl-list2 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.owl-list2 .item {
  width: calc(25% - 20px);
  text-align: center;
  display: block;
  margin: 10px;
  box-sizing: border-box;
}
.owl-list2 .item img {
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.owl-list2 .item:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.owl-list2 .item span {
  background-color: #409e0f;
  display: block;
  font-size: 14px;
  color: white;
  text-align: center;
  line-height: 40px;
}
.owl-list3 {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.owl-list3 .item {
  width: calc(33.333333% - 20px);
  text-align: center;
  display: block;
  margin: 0 10px 10px 10px;
}
.owl-list3 .item img {
  width: 100%;
}
.owl-list3 .item .content-con {
  background-color: #eaeaea;
  padding: 20px;
  box-sizing: border-box;
}
.owl-list3 .item .content-con h3 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.owl-list3 .item .content-con p {
  display: block;
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.owl-list3 .item:hover .content-con {
  background-color: #409e0f;
}
.owl-list3 .item:hover .content-con h3 {
  color: white;
}
.owl-list3 .item:hover .content-con p {
  color: white;
}
.job-list {
  display: flex;
  flex-wrap: wrap;
}
.job-list a {
  display: block;
  width: calc(33.333333% - 20px);
  padding: 10px;
}
.job-list a .job-pic {
  display: flex;
  color: white;
  padding: 15px;
  box-sizing: border-box;
  background: linear-gradient(to right, #00743f, #409e0f);
}
.job-list a .job-pic-con {
  margin-left: 10px;
  width: 200px;
}
.job-list a .job-pic-con h3 {
  font-size: 16px;
}
.job-list a .job-pic-con p {
  font-size: 12px;
}
.job-list a .job-content span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #999;
}
.job-list a .job-content h4 {
  display: block;
  margin-top: 10px;
  color: #333;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .main {
    flex-direction: column;
  }
  .sanv {
    width: 100%;
    padding: 20px 0;
    text-align: left;
  }
  .sanv h2 {
    margin: 0px 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .min-nav {
    border-bottom: 1px solid #409e0f;
  }
  .min-nav a {
    display: block;
    line-height: 45px;
    font-size: 16px;
  }
  .left-nav {
    display: none;
  }
  .rightcon {
    margin: 0px 0 20px 0px;
    min-height: 500px;
  }
  .right-local {
    padding: 10px 0;
    flex-direction: column;
  }
  .right-con {
    padding-top: 0px;
  }
  .main {
    padding: 0px;
  }
  .h50 {
    height: 20px;
  }
  .ernav {
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .ernav a {
    margin: 5px;
    padding: 0 5px;
  }
  .owl-list2 {
    padding: 10px 0;
  }
  .owl-list2 .item {
    width: calc(33% - 10px);
    text-align: center;
    display: block;
    margin: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
  .owl-list2 .item img {
    width: 100%;
  }
  .owl-list2 .item:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .owl-list2 .item span {
    display: block;
    font-size: 12px;
    color: #999999;
    text-align: center;
    height: 40px;
  }
  .owl-list3 {
    margin: 10px 0 0 0;
  }
  .owl-list3 .item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .news-list a {
    padding: 20px 0;
  }
  .newslist-con {
    flex-wrap: wrap;
  }
  .newslist-img {
    width: 100%;
  }
  .newslist-img img {
    width: 100%;
  }
  .newslist-a {
    padding: 10px 0px 0 0px;
    width: 100%;
  }
  .newslist-b {
    width: 100%;
  }
  .newslist-b .more {
    display: block;
    margin-top: 10px;
  }
  .news .newstit {
    line-height: 150%;
    margin-top: 30px;
  }
  .contact-box1 ul {
    display: block;
    overflow: hidden;
  }
  .contact-box1 ul li {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
  .pageright {
    flex-direction: column;
  }
  .job-list a {
    width: 100%;
    padding: 10px 0;
  }
}
