html,
body {
  width: 100%;
  font-size: 62.5%;
}
@media only screen and (min-width: 320px) {
  html,
  body {
    font-size: 55.556% !important;
  }
}
@media only screen and (min-width: 360px) {
  html,
  body {
    font-size: 62.5% !important;
  }
}
@media only screen and (min-width: 375px) {
  html,
  body {
    font-size: 65.10417% !important;
  }
}
@media only screen and (min-width: 414px) {
  body {
    font-size: 71.875% !important;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 133.3333% !important;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 177.77778% !important;
  }
}
.header {
  background-color: #fff;
}
.nav-pd-16 {
  padding: 1rem 1.6rem;
}
.mr-16 {
  margin: 1.6rem 0;
}
.justify-content {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.align-items {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.text-right {
  text-align: right;
}
.search-box {
  background-color: #fff;
  padding: 1.6rem;
  border: 1px solid #efefef;
}
.form-control {
  border: none !important;
  height: 100%;
  font-size: 1.2rem !important;
}
.search-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-items .input {
  width: 25.5rem;
  height: 2.4rem;
}
.search-items .close {
  color: #999999;
}
.search-items .close a {
  color: #999999;
  font-size: 1.2rem;
  text-decoration: none;
}
.hot-title {
  padding: 1.8rem 0;
}
.btn-color {
  background-color: #efefef !important;
  font-size: 1rem !important;
  color: #323232 !important;
  margin-right: 1.6rem;
}
.search-list {
  padding: 0.8rem 1.6rem;
}
.result-title {
  padding: 0.8rem 1.6rem;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
.sub-header .banner-bg {
  width: 100%;
  height: 7.8rem;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.sub-header .banner-tit {
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 1.4rem;  
  font-weight: bold;
}
.sub-header .banner-tit .items-bottom {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  top: 0.9rem;
  left: -0.5rem;
}
.sub-nav {
  margin: 0.8rem 1.6rem;
  padding: 0.8rem 2.4rem;
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
}
.sub-nav ul {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-nav ul li {
  display: inline;
  width: 13.6rem;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #007c43;
  font-size: 1.4rem;
  color: #007c43;
  margin-bottom: 0.8rem;
}
.sub-nav ul li a {
  text-decoration: none;
  color: #007c43;
}
.sub-nav .active {
  background: #F3A53C;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  border: none;
}
.sub-nav .active a{
  color: #ffffff;
}
.about-wrap {
  background: linear-gradient(
    180deg,
    rgba(0, 124, 67, 0.1) 0%,
    rgba(0, 124, 67, 0) 100%
  );
}
.about-box {
  padding: 0.8rem 1.6rem;
}
/* .about-img {
  width: 8.8rem;
  height: 6.4rem;
} */
.about-img > img {
  width: 8.8rem;
  height: 6.4rem;
  object-fit: cover;
}
.about-img .img {
  width: 8.8rem;
  height: 6.4rem;
}
.about-img .img img {
  width: 8.8rem;
  height: 100%;
  object-fit: cover;
}
.about-img .title {
  padding-left: 0.8rem;
  color: #323232;
  font-size: 1.4rem;
}
.about-img .desc {
  padding: 0 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.about-wrap .row {
  align-items: center !important;
}

.about-wrap .about-list {
  background-color: #fff;
  padding: 0.8rem;
  border-radius: 4px 4px 4px 4px;
  margin: 0.8rem 0;
}
.box {
  padding: 0.8rem 1.6rem;
}
.wenhua-box {
  padding: 1.6rem;
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 1.6rem;
}
.title-box {
  padding-bottom: 1.3rem;
  padding-left: 1.3rem;
  position: relative;
  z-index: 1;
}
.title-box .items {
  position: absolute;
  top: -0.2rem;
  left: 0rem;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #f3a53c;
  border-radius: 50%;
  z-index: -1;
}
.title-box .text {
  color: #007c43;
  font-size: 1.4rem;
}
.wenhua-con .content {
  padding: 0.8rem;
  border: 0.2rem solid #007c43;
  font-size: 1.2rem;
  color: #007c43;
  margin-bottom: 1.6rem;
}
.progress,
.progress-stacked {
  height: 0.2rem !important;
}
.wenhua-con .text {
  font-size: 1rem;
  margin-top: 0.8rem;
}
.wenhua-con .tit {
  font-weight: bold;
  margin-top: 0.8rem;
  color: #646464;
}
.item-box {
  padding-bottom: 0.8rem;
}
.item-box .card {
  padding: 0.8rem 1.6rem;
}
.item-box a {
  text-decoration: none;
  color: #323232;
  font-size: 1.2rem;
}
.item-box .card-img-top {
  width: 11.4rem;
  height: 8.5rem;
  object-fit: cover;
}
.item-box .card-body {
  padding: 0.8rem 0;
  height: 5rem;
}
.item-box .card-text {
  margin: 0.8rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pagination {
  padding-top: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-wrap {
  justify-content: left;
}
.event-content-title {
  font-weight: bold;
}
.event_year {
  width: 4rem;
  text-align: center;
  float: left;
  padding: 0;
  margin: 0;
  line-height: 3rem;
}
.event_year li {
  display: inline;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.2rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  margin-bottom: 1.8rem;
}
.event_year li label {
  cursor: pointer;
}
.event_year li.current {
  font-weight: 600;
  font-size: 1.6rem;
  color: #007c43;
  line-height: 2rem;
  text-align: center;
  font-style: normal;
}
.event_list {
  margin-left: 5rem;
}
.event-item {
  padding: 0 15px;
}
.event-wrap {
  padding-left: 2rem;
  padding-bottom: 1.6rem;
  position: relative;
  border-left: 2px solid #e4e5e5;
}
.event-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.8rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid #007c43;
}
.event-wrap::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -0.6rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #007c43;
}
.event-title {
  font-weight: 500;
  font-size: 1.2rem;
  color: #007c43;
  line-height: 1rem;
  text-align: left;
}
.event-content {
  max-width: 24.6rem;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.8rem;
  background: #ffffff;
  font-weight: 400;
  font-size: 1.2rem;
  color: #333333;
  line-height: 1.6rem;
  margin-top: 0.8rem;
  box-shadow: 0px 2px 4px 0px rgba(100, 100, 100, 0.25);
}
.event-content div p {
  margin: 1rem 0;
}
.event-content div img {
  margin-top: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desc-box {
  font-size: 1.2rem;
  color: #323232;
  padding-bottom: 1.6rem;
}
.content-img {
  width: 100%;
  height: 20rem;
  padding: 1.6rem;
  margin-top: -1.6rem;
}
.content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-text {
  font-size: 1.2rem;
  color: #646464;
  line-height: 1.8rem;
  padding: 0 0.8rem;
}
.leader-title {
  padding: 0 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.serve-title {
  padding: 0 0.8rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.expert-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #323232;
  text-align: center;
  padding-bottom: 1.6rem;
}
.base-img {
  padding: 1.6rem;
}
.base-img .img {
  width: auto;
  height: 8.8rem;
  margin-bottom: 1.6rem;
}
.base-img .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.address-msg {
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
  margin: 0.6rem;
}
.addr-items {
  border-radius: 4px 4px 4px 4px;
  width: auto;
  height: 15rem;
}
.addr-tit {
  font-size: 1.2rem;
  color: #007c43;
}
.video-wrap {
  padding: 1.6rem 0.8rem;
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
}
.video-box {
  margin-bottom: 1.6rem;
}
.video-box .card video {
  width: 100%;
  height: 22rem;
  object-fit: cover;
}
.video-box .news-video-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -2.5rem;
}
.video-box .news-video-btn > img {
  width: 5rem;
  height: 5rem;
}
.video-box a {
  text-decoration: none;
  font-size: 1.4rem;
  color: #323232;
}
.video-box .card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.open-list .list-group-item {
  padding: 1.6rem 0.8rem !important;
}
.open-items {
  width: 8.8rem;
  height: 6.4rem;
  background-color: #007c43;
  line-height: 6.4rem;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
}
.msg-detail-box .title {
  font-weight: bold;
  font-size: 1.4rem;
  color: #323232;
  text-align: center;
  padding-bottom: 0.8rem;
}
.msg-detail-box .release-msg {
  display: block;
  font-size: 1rem;
  color: #999999;
  padding-right: 0.5rem;
  padding: 1.6rem 0.8rem;
}
.msg-detail-box .release-msg .addr {
  color: #0078C3;
}
.msg-detail-box .release-title {
  color: #646464;
  font-size: 1rem;
  padding-bottom: 0.8rem;
  text-align: center;
}
.contact-detail {
  margin: 1.6rem 1.6rem 0 1.6rem;
  font-size: 1.2rem;
  color: #646464;
}
.hr-list {
  padding: 1.6rem;
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  margin: 1.6rem;
}
.hr-list .detail{
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.8rem;
  background-color: #FFEFD0;
  border: none;
  margin-bottom: 1.6rem;
}
.hr-list .detail .hr-detail{
  font-size: 1.2rem;
  color: #000000;
}
.hr-list .detail .hr-money{
  padding-top: 0.6rem;
  font-size: 1.0rem;
  color: #007C43;
}
.product-wrap {
  margin: 1.6rem;
}
.screen-box {
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 1.6rem;
}
.screen-box .title{
  font-size: 1.4rem;
  color: #323232;
}
.screen-box .screen-btn{
  font-size: 1.4rem;
  color: #323232;
}
.screen-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.screen-items a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #323232;
  padding: 0.4rem 0.8rem;
}
.screen-items .active {
  background-color: #007c43;
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 4px 4px 4px 4px;
}
.screen-items .active a {
  color: #fff;
}
.pb-10 {
  padding-bottom: 1rem;
}
.product-list {
  margin: 1.6rem 0;
}
.product-list a {
  text-decoration: none;
  color: #323232;
}
.product-list .card {
  padding: 0.8rem;
  border: none;
  margin-bottom: 0.8rem;
}
.product-list .card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-img {
  display: flex;
  justify-content: center;
}
.product-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.product-img img {  
  width: 14.7rem;
  height: 22rem;
  object-fit: cover;
}
.product-content {
  padding: 1.6rem;
  background-color: #fff;
}
.product-content .title{
  font-size: 1.4rem;
  color: #007C43;
}
.product-content .text{
  padding: 0.8rem 0;
  font-size: 1.2rem;
  color: #646464;
}

.serve-items-text .items-text-tit > span {
  font-size: 1.2rem !important;
  color: #646464 !important;
  line-height: 1.8rem !important;
}

.content-text p img {
  width: 100%;
  height: 20rem;
  padding: 1.6rem;
  object-fit: cover;
}
.content-text > p {
  padding: 0 !important;
  font-size: 1.2rem !important;
  color: #646464 !important;
  line-height: 1.8rem !important;
}
.content-text > p > span, .content-text > p > span > span {
  padding: 0 !important;
  font-size: 1.2rem !important;
  color: #646464 !important;
  line-height: 1.8rem !important;
}
.items-text-tit span img {
  width: 100% !important;
  height: 100% !important;
}
.about-content-right {
  width: 100%;
  height: auto;
}
.about-content-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.view-detail {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.8); */
  background-color: rgba(0, 0, 0, 1);
  top: 0;
  padding-top: 10%;
  z-index: 9999999;
}
.view-box {
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-box .items img{
  width: 90%;
  height: auto;
}
.close-icon {
  text-align: right;
  padding-right: 2rem;
  padding-bottom: 0.8rem
}
.close-icon img {
  width: 3rem;
  height: 3rem;
}
.serve-truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con-bg-color {
  background-color: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
}
.pr-16 {
  padding-top: 1.6rem;
}
.search-btn {
  background-color: #FFFFFF;
  border: none;
}
.about-count {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #EEFAF4;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.04);
  padding: 1rem;
  color: #333333;
  font-size: 1rem;
  margin-top: 1.6rem;
}
.about-count .ab-number {
  color: #007C43;
  font-size: 2rem;
}