/**/
.homepage {
  font-size: 0.16rem;
}
.homepage .banner .swiper-slide > img {
  width: 100%;
}
.homepage .banner {
  position: relative;
}
.homepage .banner .down {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.4rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  z-index: 9;
  justify-content: center;
  background: rgba(94, 92, 93, 0.85);
}
.homepage .banner .group {
  width: 4.38rem;
  position: absolute;
  bottom: 0;
  height: 0.9rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  right: 2.4rem;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
}
.homepage .banner .group i {
  display: block;
  border-left: 1px solid #fff;
  height: 0.22rem;
  margin: 0 0.35rem;
}
.homepage .banner .swiper-pagination {
  position: static;
  margin: 0;
  width: auto;
}
.homepage .banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}
.homepage .banner .swiper-pagination-bullet-active {
  height: 0.25rem;
  border-radius: 0.05rem;
}
.homepage .banner .swiper-button-prev,
.homepage .banner .swiper-button-next {
  position: static;
  margin: 0;
}
.homepage .banner .swiper-button-prev::after,
.homepage .banner .swiper-button-next::after {
  display: none;
}
.homepage .a {
  border-bottom: 1px solid #eee;
  padding: 0.27rem 0;
  color: #666;
}
.homepage .a .flex {
  justify-content: space-between;
}
.homepage .a .flex .search {
  display: flex;
  align-items: center;
  width: 45%;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 0.05rem;
}
.homepage .a .flex .search input {
  width: 100%;
  font-size: 0.16rem;
  height: 0.55rem;
  padding-left: 0.2rem;
}
.homepage .a .flex .search button {
  height: 0.55rem;
  color: #fff;
  font-size: 0.18rem;
  border-radius: 0.05rem;
  width: 1.26rem;
  background: #009b4d;
}
.homepage .a a {
  color: #666;
}
.homepage .a a + a {
  margin-left: 0.15rem;
}
.homepage .b {
  padding: 0.45rem 0;
}
.homepage .b ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homepage .b ul li {
  width: 31%;
}
.homepage .b ul li a {
  display: flex;
  align-items: center;
  height: 1.3rem;
  color: #fff;
  padding-left: 0.5rem;
}
.homepage .b ul li dt {
  font-weight: bold;
  font-size: 0.2rem;
  margin-bottom: 0.05rem;
}
.homepage .b ul li span {
  border-radius: 50%;
  background: #fff;
  width: 0.62rem;
  height: 0.62rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.2);
  margin-right: 0.2rem;
}
.homepage .title_common h2 {
  font-weight: bold;
  font-size: 0.3rem;
}
.homepage .title_common p {
  color: #999;
  font-size: 0.14rem;
  margin-top: 0.07rem;
}
.homepage .c {
  background: url(../images/bg_14.jpg) center no-repeat;
  background-size: cover;
  padding: 0.7rem 0;
}
.homepage .c .hd {
  display: flex;
  justify-content: space-between;
}
.homepage .c .hd .tab {
  display: flex;
  font-size: 0.18rem;
}
.homepage .c .hd .tab li {
  width: 1.64rem;
  height: 0.39rem;
  margin-left: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ccc;
}
.homepage .c .hd .tab li.on {
  background: #009b4d;
  border-color: #009b4d;
  color: #fff;
}
.homepage .c .bd {
  display: flex;
  margin-top: 0.2rem;
}
.homepage .c .side {
  width: 43%;
  margin-right: 0.25rem;
}
.homepage .c .bd li + li {
  margin-top: 0.2rem;
}
.homepage .c .bd li a {
  padding: 0.22rem;
  background: #fff;
}
.homepage .c .bd li dl {
  text-align: center;
  font-family: DIN;
  font-size: 0.18rem;
  width: 0.95rem;
  border-right: 1px solid #ddd;
  margin-right: 0.2rem;
}
.homepage .c .bd li dd {
  font-size: 0.36rem;
}
.homepage .c .bd p {
  font-size: 0.15rem;
  line-height: 0.25rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.05rem;
}
.homepage .c .bd li h4 {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .c .bd .pic dl {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.2rem;
  font-size: 0.15rem;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
  color: #fff;
}
.homepage .c .bd .pic dl dd {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .c .bd .swiper-button-next,
.homepage .c .bd .swiper-button-prev {
  width: 0.42rem;
  height: 0.62rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-top: -0.5rem;
}
.homepage .c .bd .swiper-button-next::after,
.homepage .c .bd .swiper-button-prev::after {
  font-size: 0.2rem;
}
.homepage .c .ft {
  margin-top: 0.2rem;
  display: flex;
  justify-content: flex-end;
}
.homepage .more {
  display: flex;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 0.4rem;
  height: 0.4rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.homepage .more:hover {
  background: #009b4d;
  border-color: #009b4d;
}
.homepage .more:hover img {
  filter: brightness(100);
}
.homepage .d {
  padding: 0.8rem 0;
}
.homepage .d .info {
  display: flex;
}
.homepage .d .info .side {
  border-left: 1px solid #ddd;
  padding-left: 0.53rem;
  margin-left: 0.53rem;
  width: 37%;
}
.homepage .d ul,
.homepage .d .side > .pic {
  margin-top: 0.35rem;
}
.homepage .d ul li + li {
  margin-top: 0.23rem;
}
.homepage .d ul li .pic {
  width: 2.59rem;
  margin-right: 0.2rem;
}
.homepage .d ul li p {
  color: #666666;
  font-size: 0.15rem;
  line-height: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.homepage .d ul li h4 {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .d ul li span {
  display: block;
  color: #666666;
  padding: 0.15rem 0;
}
.homepage .d ol {
  margin-top: 0.1rem;
}
.homepage .d ol li {
  font-size: 0.18rem;
  position: relative;
  line-height: 0.44rem;
  padding-left: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .d ol li::after {
  content: "";
  background: #a0a0a0;
  border-radius: 50%;
  width: 0.05rem;
  height: 0.05rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .e {
  background: #edf2f9;
  padding: 0.9rem 0;
}
.homepage .e .swiper-slide {
  transition: 300ms;
  font-size: 0.12rem;
  margin: 1rem 0;
}
.homepage .e .swiper-slide-active {
  z-index: 99;
  transform: scale(1.4);
}
.homepage .e .swiper-slide-active p {
  opacity: 0;
}
.homepage .e .bd p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.18rem;
  font-weight: bold;
  padding: 0.2rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  );
}
.homepage .e .bd .swiper-slide-active .flex {
  opacity: 1;
}
.homepage .e .bd .flex {
  position: absolute;
  left: 0;
  padding: 0.2rem;
  bottom: 0;
  color: #fff;
  z-index: 10;
  opacity: 0;
  width: 100%;
  background: rgba(0, 155, 77, 0.9);
}
.homepage .e .bd .flex dt {
  font-weight: bold;
  font-size: 0.16rem;
}
.homepage .e .bd .flex dd {
  font-size: 0.12rem;
  margin-top: 0.05rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.homepage .e .bd .flex .more {
  transform: scale(0.7);
  margin-right: -0.1rem;
  margin-left: 0.2rem;
}
.homepage .e .ft {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.homepage .e .ft .btn {
  width: 3.45rem;
  height: 0.78rem;
  border-radius: 0.05rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  background: #009b4d;
}
.homepage .e .swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
  width: auto;
  left: 10%;
  right: 10%;
}
.homepage
  .e
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #009b4d;
}
.homepage .e .swiper-button-next,
.homepage .e .swiper-button-prev {
  border-radius: 0.15rem;
  height: 0.7rem;
  width: 0.36rem;
  color: #fff;
  background: #000000;
}
.homepage .e .swiper-button-next::after,
.homepage .e .swiper-button-prev::after {
  font-size: 0.22rem;
}
.homepage .f {
  padding: 0.7rem 0;
  background: url(../images/bg_20.jpg) center no-repeat;
  background-size: cover;
}
.homepage .f .bd {
  margin-top: 0.15rem;
}
.homepage .f .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.1rem;
}
.homepage .f .bd ul li {
  width: 25%;
  padding: 0.1rem;
}
.homepage .f .bd ul li .pic {
  border: 1px solid #ddd;
}
.homepage .f .info {
  display: flex;
}
.homepage .f .side {
  margin-left: 0.4rem;
  width: 2.47rem;
}
.homepage .f .joinus {
  margin-top: 0.15rem;
  height: 2.34rem;
  background: url(../images/bg_05.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .f .joinus .btn {
  font-size: 0.2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, #fdfeff, #bae9fc);
  height: 0.7rem;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.05rem;
}
.homepage .f .joinus .btn img {
  margin-right: 0.1rem;
  width: 0.21rem;
}
.homepage .g {
  background: url(../images/home_94.jpg) center no-repeat;
  background-size: cover;
  height: 3.22rem;
  text-align: center;
  color: #fff;
  padding-top: 0.6rem;
}
.homepage .g .title_common p {
  color: #fff;
  margin-bottom: 0.5rem;
}
.homepage .g input {
  width: 100%;
  border-radius: 0.05rem;
  padding-left: 0.15rem;
  font-size: 0.15rem;
  height: 0.47rem;
  background: #fff;
}
.homepage .g .flex_item {
  padding-right: 0.14rem;
}
.homepage .code.flex_item {
 position: relative;
}
.homepage .code.flex_item .codeimg {
 position: absolute;
 right: 0.2rem;top:50%;
 height: 0.3rem;
 margin-top:-0.15rem;
}
.homepage .g .btn {
  width: 100%;
  border-radius: 0.05rem;
  color: #fff;
  background: #009b4d;
  font-size: 0.18rem;
  height: 0.47rem;
  font-weight: bold;
}
.homepage .h {
  padding: 0.35rem 0;
  background: url(../images/home_95.jpg) center no-repeat;
  background-size: cover;
}
.homepage .h .bd {
  margin-top: 0.2rem;
}
.homepage .h .bd ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 0.39rem;
}
.homepage .h .bd ul li {
  width: 16.666%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.rightside {
  position: fixed;
  z-index: 99;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.18rem;
  text-align: center;
  background: #f4f5f8;
  width: 1.04rem;
  border-radius: 0.1rem;
  overflow: hidden;
  font-size: 0.17rem;
}
.rightside li + li {
  border-top: 1px solid #e4e6ee;
}
.rightside li a {
  display: block;
  padding: 0.2rem 0;
  color: #b4b7c7;
}
.rightside li a img {
  transition: all 0s;
}
.rightside li a:hover {
  color: #fff;
  background: #009b4d;
}
.rightside li a:hover img {
  filter: brightness(100);
}
