/*common*/
body {
  background-color: #fff;
}
.container {
  width: 100%;
  min-width: 16rem;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  margin-right: auto;
  margin-left: auto;
}
img {
  vertical-align: middle;
}
/*nav*/
.nav {
  height: 2.2rem;
}
.nav .nav-wrap {
  position: fixed;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 16rem;
  height: 2.2rem;
  padding: 0 0.25rem;
  background-color: #225f09;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.75);
}
.nav .nav-wrap .logo {
  display: inline-block;
  width: 1.7rem;
  overflow: hidden;
}
.nav .nav-wrap .logo img {
  width: 100%;
}
.nav .nav-wrap .title {
  flex: 1;
  padding: 0 0.375rem;
  color: #fff;
  font-size: 0.95rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav .nav-wrap .menu {
  display: inline-block;
  width: 1.5rem;
  overflow: hidden;
}
.nav .nav-wrap .menu img {
  width: 100%;
}
/*index*/
.banner {
  width: 100%;
  padding: 0.35rem 0;
}
.banner #banner {
  border-radius: 10px;
}
.banner #banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner a {
  display: block;
  width: 100%;
  height: 9.375rem;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.banner a img {
  width: 100%;
  height: 100%;
}
.news-center {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-bottom: 0.35rem;
  padding: 0.375rem 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}
.news-center .list {
  flex: 1;
  width: 50%;
  padding-right: 0.5rem;
}
.news-center .list .item {
  width: 100%;
}
.news-center .list .item:last-child {
  margin-bottom: 0;
}
.news-center .list .item a {
  display: block;
  color: #000;
  font-size: 0.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-center .list .item a:before {
  content: '';
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 0.45rem 0 0.65rem;
  background-color: #fd565d;
  border-radius: 50%;
}
.link-entry {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.link-entry .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 3rem;
  margin-right: 0.35rem;
  margin-bottom: 0.35rem;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.link-entry .item:last-child {
  margin-right: 0;
}
.link-entry .item:first-child .img {
  width: 1.5rem;
}
.link-entry .item.bg1 {
  background-color: #098b06;
}
.link-entry .item.bg2 {
  background-color: #4d50de;
}
.link-entry .item.bg3 {
  background-color: #322f32;
}
.link-entry .item.bg4 {
  background-color: #4a1d3f;
}
.link-entry .item .img {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0.25rem;
}
.link-entry .item .img img {
  width: 100%;
}
.link-entry .item .title {
  color: #fff;
  font-size: 0.7rem;
}
/*pro*/
.pro-introduce {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin: 0 0 0.35rem;
  padding: 0.625rem 0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}
.pro-introduce .round-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro-introduce .round-wrap span {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.5rem;
  background-color: #fd565d;
  border-radius: 50%;
}
.pro-introduce .round-wrap span:nth-child(2) {
  margin: 0.5rem 0;
}
.pro-introduce .text {
  padding-right: 0.35rem;
  color: #000;
  font-size: 0.6rem;
}
.pro-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro-list.pro .item {
  width: 50%;
}
.pro-list.pro .item:nth-child(2) ~ .item {
  margin-bottom: 0.35rem;
}
.pro-list .item {
  display: block;
  width: 50%;
  margin-bottom: 0.35rem;
}
.pro-list .item:nth-child(odd) {
  padding-right: 0.175rem;
}
.pro-list .item:nth-child(even) {
  padding-left: 0.175rem;
}
.pro-list .item:nth-child(2) ~ .item {
  margin-bottom: 0;
}
.pro-list .item .link {
  display: block;
  width: 100%;
  padding: 0.3rem 0.2rem 0.2rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.pro-list .item .link .img {
  width: 100%;
  height: 4.9rem;
  border-radius: 4px;
  overflow: hidden;
}
.pro-list .item .link .img img {
  width: 100%;
  height: 100%;
}
.pro-list .item .link .title {
  padding: 0.25rem 0.25rem 0;
  color: #333;
  font-size: 0.65rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*about-content*/
.about-icon-wrap {
  display: flex;
  padding-top: 0.25rem;
}
.about-icon-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3%;
  color: #2e8040;
  text-align: center;
}
.about-icon-wrap .item img {
  height: 26%;
}
.about-icon-wrap .item .num {
  font-size: 0.95rem;
  font-family: Impact;
}
.about-icon-wrap .item .line {
  display: inline-block;
  width: 60%;
  height: 2px;
  background-color: #2e8040;
}
.about-icon-wrap .item .text {
  font-size: 0.625rem;
}
.about-content {
  padding: 0 0.45rem 1rem;
  color: #000;
  font-size: 0.6rem;
}
/*page-nav*/
.page-nav-list {
  padding: 0.5rem 0.625rem 0;
}
.page-nav-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.page-nav-list .item:last-child {
  margin-bottom: 0;
}
.page-nav-list .item img {
  width: 3.125rem;
  margin-right: 0.6rem;
}
.page-nav-list .item .info-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  padding: 0 18px;
  background-color: #fff;
  border-radius: 4px;
}
.page-nav-list .item .info-wrap .title {
  color: #000;
  font-size: 18px;
}
.page-nav-list .item .info-wrap .link-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-nav-list .item .info-wrap .link-wrap .link {
  color: #686868;
  font-size: 12px;
}
.page-nav-list .item .info-wrap .link-wrap .link:hover {
  color: #225f09;
}
.page-nav-list .item .info-wrap .link-wrap .link:last-child:after {
  display: none;
}
.page-nav-list .item .info-wrap .link-wrap .link:after {
  content: '|';
  margin: 0 2px;
  color: #686868;
  font-size: 12px;
}
.page-nav-list .item .title-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 3.125rem;
  padding: 0 0.45rem;
  background-color: #fff;
  border-radius: 4px;
}
.page-nav-list .item .title-wrap .title {
  color: #000;
  font-size: 0.9rem;
}
.page-nav-list .item .title-wrap .tips {
  color: #686868;
  font-size: 0.6rem;
}
.page-nav-list .item .title-wrap .tips:hover {
  color: #225f09;
}
/*case*/
.tab-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0.375rem 0.35rem;
  border-bottom: 1px solid #f0f0f0;
}
.tab-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-right: 0.35rem;
  padding: 0.25rem 0;
  color: #fff;
  font-size: 0.6rem;
  font-family: "Microsoft YaHei UI";
  text-align: center;
  background-color: #9b9b9a;
}
.tab-wrap .item:last-child {
  margin-right: 0;
}
.tab-wrap .item.active {
  background-color: #439a30;
  box-shadow: 0.075rem 0.075rem 0.075rem rgba(0, 0, 0, 0.75);
}
.tab-wrap .item img {
  height: 1.35rem;
  margin-bottom: 0.25rem;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.35rem 0.125rem 0;
}
.case-list .item {
  display: block;
  width: 50%;
  margin-bottom: 0.35rem;
}
.case-list .item:nth-child(odd) {
  padding-right: 0.175rem;
}
.case-list .item:nth-child(even) {
  padding-left: 0.175rem;
}
.case-list .item .link {
  display: block;
  width: 100%;
  padding: 0.2rem;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.case-list .item .link .img {
  width: 100%;
  height: 4.7rem;
  border-radius: 4px;
  overflow: hidden;
}
.case-list .item .link .img img {
  width: 100%;
  height: 100%;
}
.case-list .item .link .title-wrap {
  display: flex;
  justify-content: center;
  padding: 0.3rem 0.2rem 0;
  color: #333;
  font-size: 0.6rem;
}
/*news*/
.news-list {
  padding: 0 0.5rem 0.5rem;
  background-color: #fff;
}
.news-list .item {
  display: flex;
  justify-content: space-between;
  padding: 0.375rem 0;
  border-bottom: 1px solid #f4f4f4;
}
.news-list .item .img {
  width: 7.25rem;
  overflow: hidden;
}
.news-list .item .img img {
  width: 100%;
}
.news-list .item .info-wrap {
  flex: 1;
  width: 50%;
  padding-left: 0.35rem;
}
.news-list .item .info-wrap .title {
  padding-bottom: 0.3rem;
  color: #000;
  font-size: 0.7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .item .info-wrap .content {
  color: #878686;
  font-size: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-list .item .info-wrap .tool {
  display: flex;
  justify-content: space-between;
  padding-top: 0.3rem;
}
.news-list .item .info-wrap .tool .detail {
  color: #f00;
  font-size: 0.7rem;
}
.news-list .item .info-wrap .tool .date {
  display: flex;
  align-items: center;
  color: #bbb;
  font-size: 0.6rem;
}
.news-list .item .info-wrap .tool .date img {
  width: 12%;
  margin-right: 4px;
}
.news-title {
  padding: 1.25rem 0 0.8rem;
  color: #000;
  font-size: 0.9rem;
  text-align: center;
}
.news-tool-bar {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}
.news-tool-bar .item {
  line-height: 2rem;
  margin: 0 1%;
  padding: 0 0.5rem;
  font-size: 0.6rem;
  text-align: center;
  background-color: #fff;
}
.news-tool-bar .item img {
  width: 14px;
}
.news-content {
  padding: 0 0.5rem;
  color: #000;
  font-size: 0.7rem;
}
/*tab-bar*/
.tab-bar {
  position: relative;
  height: 2.75rem;
}
.tab-bar .tab-bar-wrap {
  position: fixed;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 16rem;
  height: 2.75rem;
  background-color: #50a13b;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.75);
}
.tab-bar .tab-bar-wrap .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 2.75rem;
  border-right: 2px solid #fff;
}
.tab-bar .tab-bar-wrap .item:last-child {
  border: none;
}
.tab-bar .tab-bar-wrap .item img {
  width: 18%;
  margin-bottom: 0.15rem;
}
.tab-bar .tab-bar-wrap .item span {
  color: #fff;
  font-size: 0.6rem;
}
/*pager*/
.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.pager a {
  display: inline-block;
  min-width: 30px;
  line-height: 28px;
  margin: 0 4px;
  padding: 0 8px;
  color: #222;
  font-size: 14px;
  text-align: center;
  border: 1px solid #dcdcdc;
}
.pager a.page-num-current {
  color: #fff;
  border-color: #225f09;
  background-color: #225f09;
}
