.pc {
  display: block;
}
.mb {
  display: none;
}
.wr {
  width: 100%;
  position: relative;
}
.view {
  width: 100%;
  padding: 0 1.5rem;
}
.about {
  padding-top: 1.45rem;
}
.abbg {
  background-image: url(../img/yy/a1.png);
  background-repeat: no-repeat;
  background-size: 19.375rem 22.3rem;
  background-position: top right;
}
.sub-nav-list .a-list {
  display: flex;
  border-bottom: 2px solid rgba(204, 204, 204, 0.25);
}
.sub-nav-list .a-list a {
  display: block;
  width: auto;
  line-height: 1.3rem;
  padding: 0 0.5rem;
  border-radius: 2px;
  text-align: center;
  color: rgba(51, 51, 51, 0.5);
  margin-right: 0.5rem;
}
.sub-nav-list .a-list a.on {
  background: #198970;
  color: #fff;
}
.sub-nav-list .a-list a.on:hover {
  color: #fff;
}
.sub-nav-list .a-list a:hover {
  color: #198970;
}
.about-a {
  padding: 2rem 1.5rem;
  padding-right: 0;
}

.about-a .en {
  text-transform: uppercase;

  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.625rem;
  color: rgba(51, 51, 51, 0.5);
}

.about-a .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about-a .content .left {
  width: 64.5%;
  padding-top: 1.3rem;
}
.about-a .content .left .t1 {
  width: 86%;
  font-family: OPPOSans;
  font-weight: 500;
  color: #666666;
}
.about-a .content .left .img-box {
  margin-top: 1.875rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
}
.about-a .content .left .img-box img {
  width: 100%;
}
.play {
  cursor: pointer;
}

.about-a .content .right-list {
  width: 25.2%;
}

.about-a .content .right-list .li {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(25, 137, 112, 0.2);
}
.about-a .content .right-list .li:last-child {
  border-bottom: 0;
}

.about-a .content .right-list .li .tit-52 {
  font-family: OPPOSans;
  font-weight: 800;
  line-height: 1;
  color: #18896e;
  margin-top: 0.75rem;
}
.lh1 {
  line-height: 1;
}

.about-b {
  padding: 2.15rem 4rem;
}

.about-b .t1 span {
  color: #198970;
  font-weight: bold;
}

.about-b .img {
  text-align: center;
  margin-top: 1.15rem;
}
.about-b .img img {
  display: inline-block;
}

.home-c .top {
  padding: 2.875rem 4rem;
  text-align: center;
  position: relative;
}

.home-c .top span {
  color: #198970;
  font-weight: bold;
}

.about-list3 {
  padding: 3.65rem 0 3rem;
  width: 100%;
  height: 110vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-list3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-list3 .title {
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 3;
}
.about-list3 .title:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 2px;
  background: #198970;
  left: 50%;
  margin-left: -22px;
  bottom: 0;
  z-index: 2;
}
.about-list3 .titlebox {
  top: 7.5rem;
  position: absolute;
  padding: 0 6%;
  width: 100%;
  z-index: 3;
}
.about-list3 .titlebox .time {
  font-size: 2.1rem;
  color: #fff;
  line-height: 1.2;
}
.about-list3 .titlebox .tit3 {
  margin-top: 0.5rem;
}
.about-list3 .titlebox .hisbox .swiper-slide {
  opacity: 0 !important;
}
.about-list3 .titlebox .hisbox .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.about-list3 .timebox {
  position: absolute;
  bottom: 2.5rem;
  z-index: 4;
}
.about-list3 .timebox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  bottom: 11.25px;
}
.about-list3 .item {
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.about-list3 .item::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 50%;
  bottom: 0;
  margin-left: -11px;
  border-radius: 50%;
  background: #fff;
  transform: scale(0.55);
  transition: all 0.6s;
}
.about-list3 .timebox .item span {
  opacity: 0.78;
  height: 28px;
  display: block;
  transform-origin: center 20px;
  transition: all 0.6s;
}
.about-list3 .timebox .swiper-slide.cur span {
  transform: scale(1.4);
  opacity: 1;
}
.about-list3 .timebox .swiper-slide.cur .item::before {
  transform: scale(1);
}
.about-list3 .timebox .swiper-slide:hover span {
  transform: scale(1.4);
  opacity: 1;
}
.about-list3 .timebox .swiper-slide:hover .item::before {
  transform: scale(1);
}
.about-list3 .timebox .swiper-slide:hover .item::after {
  opacity: 1;
}
.button-prev {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 3;
  box-sizing: content-box;
  cursor: pointer;
  left: 0.7rem;
  top: 50%;
  margin-top: -0.625rem;
  position: absolute;
  transition: all 0.6s;
}
.button-prev .icon {
  width: 25px;
  height: 25px;
  fill: #fff;
  transform: rotate(-180deg);
  transition: all 0.4s;
}
.button-prev:hover {
  border: 2px solid #198970;
}
.button-prev:hover .icon {
  fill: #198970;
}
.button-next {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  z-index: 3;
  box-sizing: content-box;
  right: 0.7rem;
  top: 50%;
  margin-top: -0.625rem;
  position: absolute;
  cursor: pointer;
  transition: all 0.6s;
}
.button-next .icon {
  width: 0.625rem;
  height: 0.625rem;
  fill: #fff;
  transition: all 0.4s;
}
.button-next:hover {
  border: 2px solid #198970;
}
.button-next:hover .icon {
  fill: #198970;
}
.w1600 {
  max-width: 1600px;
  width: 88%;
  margin: 0 auto;
}

.c-a {
  padding: 2rem 1.5rem;
}
.c-a .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.c-a .top .r {
  display: flex;
}
.c-a .top .r a {
  display: block;
  width: auto;
  padding: 0 0.5rem;
  line-height: 1.325rem;
  border-radius: 2px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  margin-left: 0.325rem;
  text-align: center;
  color: #333;
}
.c-a .top .r a:hover {
  color: #18896e;
}
.c-a .top .r a.on {
  background-color: #18896e;
  border: 1px solid #18896e;
  color: #fff !important;
}
.c-a .list1 {
  margin-top: 1.375rem;
  height: 12.675rem;
  background: #198970;
  border-radius: 0.5rem;
  display: flex;
}

.c-a .list1 .txt {
  width: 34%;
  padding: 2.725rem 2.5rem;
}

.c-a .list1 .img-box {
  width: 66%;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.c-a .list1 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.c-a .list2 .li .bg {
  transition: all 0.5s;
}
.c-a .list2 .li:nth-child(2n):hover .bg {
  transform: scale(1.02);
}
.c-a .list1:hover .img-box img {
  transform: scale(1.02);
}

.c-a .list2 {
  margin-top: 1.375rem;

  display: flex;
}
.c-a .list2 .li {
  width: calc((100% - 1rem) / 2);
  height: 12.675rem;
  border-radius: 0.5rem;
  margin-right: 1rem;
  overflow: hidden;
}
.c-a .list2 .li:nth-child(2n) {
  margin-right: 0;
}

.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.c-a .list2 .li .bg {
  padding: 2.25rem 2.5rem;
}

.c-a .list2 .li .bg .t {
  margin-top: 0.4rem;
  color: rgba(51, 51, 51, 0.8);
}
.c-b {
  padding-bottom: 2.575rem;
}
.c-b .list {
  margin-top: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.c-b .list::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: rgba(204, 204, 204, 0.5);
  width: 100%;
  left: 0;
  top: 4.85rem;
}

.c-b .list .li {
  width: 8.5rem;
  min-height: 11.375rem;
  position: relative;
  padding-top: 1.35rem;
  cursor: pointer;
  margin: 0 0.5rem;
}
.c-b .list .li .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.c-b .list .li:hover .bg {
  opacity: 1;
}

.c-b .list .li .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-b .list .li .top .icon {
  height: 1.5rem;
}
.c-b .list .li .top .line {
  margin-top: 1rem;
  width: 2.5rem;
  height: 2px;
  background: #198970;
  border-radius: 1px;
}

.c-b .list .li .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.775rem;
}
.c-b .list .li .txt .num {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
  color: #198970;
  opacity: 0.1;
  height: 1.55rem;
}

.c-b .list .li .txt .t1 {
  color: #666666;
  opacity: 0.5;
  transition: all 0.5s;
  text-align: center;
}
.c-b .list .li:hover .txt .t1 {
  opacity: 1;
  color: #198970;
  /* font-weight: 700; */
}
.g-a .top {
  padding: 1.9rem 0 2.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 2px solid #198970;
}
.mc {
  color: #198970;
}

.g-a .top .r {
  width: 59.9%;
}
.c-a.gu {
  padding-bottom: 0.75rem;
}

.g-a .top .l .mc {
  margin-top: 0.6rem;
  line-height: 1;
  font-weight: 500;
}
.g-a .img-box {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}

.g-a .list {
  margin-top: 1rem;
  display: flex;
}
.g-a .list .li {
  width: 13.3%;
  height: 13.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-right: 0.5rem;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.g-a .list .li .box {
  height: 100%;
  width: 100%;
  display: flex;
  padding-top: 3.15rem;
  flex-direction: column;
  align-items: center;
}
.g-a .list .li .box .icon img {
  transition: all 0.5s;
}
.g-a .list .li .box:hover .icon img {
  transform: scale(1.2);
}

.g-a .list .li .box .text-center {
  margin-top: 1rem;
  line-height: 1.4;
}

.g-a .list .li.on {
  width: calc((100% - 2rem) - 13.3% * 4);
}

.g-a .list .li.on .box {
  opacity: 0;
  visibility: hidden;
}

.g-a .list .li .hid-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.95rem;
  background-image: url(../img/yy/ga4.png);
  background-repeat: no-repeat;
  background-size: 110% 110%;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.g-a .list .li.on .hid-box {
  opacity: 1;
  visibility: visible;
}

.g-a .list .li .hid-box .tit {
  display: flex;
  align-items: center;
  transform: translateX(20px);
  opacity: 0;
}

.g-a .list .li .hid-box .tit .icon {
  width: 1.6rem;
}

.g-a .list .li.on .hid-box .tit {
  transition: all 0.5s;
  transition-delay: 0.5s;
  transform: translateX(0);
  opacity: 1;
}
.g-a .list .li.on .hid-box .t2 {
  transition: all 0.5s;
  transition-delay: 0.7s;
  transform: translateX(0);
  opacity: 1;
  height: 7rem;
  overflow: auto;
}
.g-a .list .li.on .hid-box .t2::-webkit-scrollbar-thumb {
  background: #fff;
 
}


.g-a .list .li .hid-box .t2 {
  padding: 0 1.6rem;
  margin-top: 0.5rem;
  transform: translateX(20px);
  opacity: 0;
}

.g-b {
  padding: 2.25rem 0;
}

.g-b-container {
  overflow: hidden;
  margin-top: 1rem;
}

.g-b-container .swiper-slide {
  width: 25rem;
  height: 14.5rem;
  overflow: hidden;
  margin: 0 0.75rem;
  border-radius: 0.5rem;
}
.g-b-container .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.2rem;
  background-image: url(../img/yy/gb2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.07rem;
  opacity: 0;
}
.mak {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.g-b-container .swiper-slide.swiper-slide-active .mak {
  opacity: 0;
}
.g-b-container .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
}

.g-b-container .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 1.5rem;
}

.g-b-container .swiper-pagination span {
  background: #ccc;
  opacity: 1;
  margin: 0 9px;
  transition: all 0.6s;
  width: 10px;
  height: 10px;
}
.g-b-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #007154;
}
.g-b-container .button-prev,
.g-b-container .button-next {
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: 45%;
}
.g-c {
  background: #fafafb;
  padding: 2.325rem 0;
}

.g-c .list {
}

.g-c .list .li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.925rem;
}
.g-c .list .li:nth-child(2n) {
  flex-direction: row-reverse;
}
.g-c .list .li .txt {
  width: calc((100% - 1rem) / 2);
  background-color: #fff;
  height: 14.5rem;
  border-radius: 0.5rem;
  padding: 1.75rem 2.5rem;
}
.g-c .list .li .img-list {
  width: calc((100% - 1rem) / 2);
  height: 14.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.g-c .list .li .txt .t2 {
  color: #333333;
  margin-bottom: 0.925rem;
  height: 4.6rem ;
  overflow: auto;
  padding-right: 0.5rem;
}

.g-c .list .li .txt .img-box {
  font-size: 0;
}
.g-c .list .li .txt .img-box img {
  display: inline-block;
}

.g-c .list .li .img-list .swiper-slide {
  width: 100%;
  position: relative;
  height: 100%;
}
.g-c-container {
  width: 100%;
  height: 100%;
}

.g-c .list .li .img-list .swiper-slide .itxt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.2rem;
  background-image: url(../img/yy/gb2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: start;
  padding: 0 1.425rem;
  padding-bottom: 0.75rem;
}

.g-c-pagination {
  position: absolute;
  z-index: 33;
  text-align: right;
  bottom: 0.75rem !important;
  padding-right: 1.425rem;
}
.g-c .g-c-pagination span {
  background: #fff;
  opacity: 1;
  margin: 0 10px !important;
  transition: all 0.6s;
  width: 13px;
  height: 13px;
  opacity: 0.5;
}
.g-c .g-c-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.honor .t2 {
  display: flex;
  align-items: center;
}
.honor {
  padding-bottom: 1.5rem;
}

.honor .t2 .tit-16 {
  line-height: 1.5;
  margin-left: 1.875rem;
  color: #333333;
  font-family: OPPOSans;
}

.h-a .list {
  border-radius: 0.5rem 0.5rem 0px 0px;
  padding: 1.375rem;
  background-image: url(../img/yy/h1.png);
  background-repeat: no-repeat;
  background-position: center;
}

.h-a-container {
  overflow: hidden;
}
.h-a-container .swiper-slide {
  width: calc((100% - 1.65rem) / 3);
  margin-right: 0.825rem;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
}
.h-a-container .swiper-slide:last-child {
  margin-right: 0;
}
.h-a-container .swiper-slide .img {
  width: 100%;
  height: 8.325rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-a-container .swiper-slide .img img {
  width: 80%;
}
.h-a-container .swiper-slide .txt {
  padding: 0.875rem 1.425rem;
  background-color: #fff;
  transition: all 0.5s;
}
.h-a-container .swiper-slide:hover .txt {
  background-color: #198970;
  color: #fff;
}

.h-a-container .swiper-slide .t1 {
  font-weight: 700;
}
.h-a-container .swiper-slide .t2 {
  color: #666666;
  transition: all 0.5s;
}

.h-a-container .swiper-slide:hover .t2 {
  color: #fff;
}

.h-a-container .swiper-pagination {
  position: relative;
  bottom: auto !important;
  margin-top: 0.75rem;
}

.h-a-container .swiper-pagination span {
  background: #ccc;
  opacity: 1;
  margin: 0 8px !important;
  transition: all 0.6s;
  width: 10px;
  height: 10px;
}
.h-a-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #007154;
}

.h-b .table-list {
  margin-top: 1.275rem;
}
.table-list {
  display: flex;
}
.table-list .li {
  width: 7.5rem;
  line-height: 1.8rem;
  background: #fafafb;
  border-radius: 0.1rem;
  text-align: center;
  margin-right: 0.5rem;
  color: #198970;
  font-weight: bold;
  cursor: pointer;
}
.table-list .li.on {
  background-color: #198970;
  color: #fff;
}
.h-b .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

.h-b .list .li {
  width: calc((100% - 2.025rem) / 4);
  margin-right: 0.675rem;
  overflow: hidden;
  margin-bottom: 1rem;
  cursor: pointer;
}
.h-b .list .li:nth-child(4n) {
  margin-right: 0;
}

.h-b .list .li .img {
  width: 100%;
  height: 8rem;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-b .list .li .img img {
  max-height: 80%;
}
.h-b .list .li .txt {
  padding: 0.85rem 1rem;
  text-align: center;
}

.h-b .list .li .txt .t1 {
  color: #999;
}
.h-b .list .li .txt .t2 {
  color: #000;
}
.h-b {
  padding-bottom: 2.675rem;
}
.contact {
  padding-bottom: 0;
}
.con-a {
  display: flex;
  padding-top: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2.5rem;
}

.con-a .txt {
  width: 40%;
  padding: 0 1.975rem;
  padding-top: 2.125rem;
  padding-right: 2.25rem;

  border-top: 1px solid rgba(51, 51, 51, 0.21);
}
.con-a .txt .plist {
  margin-top: 0.5rem;
}
.con-a .txt .plist .li {
  display: flex;
  align-items: flex-start;
  height: auto;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.lh3 {
  line-height: 1.3;
}

.con-a .txt .plist .li .lab {
  display: flex;
  align-items: center;
  color: #666666;
  color: #666666;
  white-space: nowrap;
  margin-right: 0.25rem;
}
.con-a .txt .plist .li .lab img {
  margin-right: 0.2rem;
}
.con-a .txt .ewmlist {
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.con-a .txt .ewmlist .t {
  margin-left: 0.25rem;
}

.con-a .img {
  width: 57.2%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.con-b {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}
.con-b .lis {
  width: calc(100% / 3);
  margin-bottom: 2.375rem;
}

.con-b .lis .tit {
  font-weight: 500;
  color: #333333;
  line-height: 1;
}
.con-b .lis .line {
  width: 100%;
  height: 1px;
  margin-top: 0.4rem;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.con-b .lis .line .acl {
  width: 7.5rem;
  height: 2px;
  background: #198970;
}
.con-b .lis .plist {
  margin-top: 0.5rem;
  padding-right: 1rem;
}
.con-b .lis .plist .li {
  display: flex;

  height: auto;
  padding: 0.05rem 0;
  color: #666666;
  align-items: flex-start;
}

.con-b .lis .plist .li .lab {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.con-b .lis .plist .li .lab img {
  margin-right: 0.2rem;
}

.img-doin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 333;
  display: none;
}
.img-doin .box {
  width: 25rem;
  height: auto;
  background: #ffffff;
  border-radius: 4px;
  z-index: 4;
  overflow: hidden;
  padding: 1.625rem 1.75rem;
  display: flex;
  flex-direction: column;
}

.img-doin .box .close {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 42px;
  height: 42px;
  background: #198970;
  border-radius: 0px 4px 0px 10px;
  cursor: pointer;
}
.img-doin .box .img {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  height: 13.5rem;
  margin-bottom: 1rem;
}
.img-doin .box .img img {
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: contain;
}

.img-doin .box .txt {
  text-align: center;
}

.img-doin .box .txt .t2 {
  font-weight: 700;
}
.img-doin .box .txt .t1 {
  color: #999;
  transition: all 0.5s;
}
.indus {
  padding: 1.875rem 0 2.65rem;
}
.indus .list {
}
.indus .list .li {
  display: flex;
  height: 15.5rem;
  background: #fbfbfd;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.475rem;
}
.indus .list .li .txt {
  width: 50%;
  height: 100%;
  padding: 1.9rem 2.5rem;
}

.indus .list .li .img-list {
  width: 50%;
  height: 100%;
}
.indus .list .li .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.indus .list .li .img:nth-child(1) {
  display: block;
}

.indus .list .li .txt .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.indus .list .li .txt .title img {
  margin-left: 0.4rem;
}

.indus .list .li .txt .tip-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.575rem;
}
.indus .list .li .txt .tip-list.one .ts {
  width: 100%;
  margin-right: 0;
}
.indus .list .li .txt .tip-list .ts {
  width: calc((100% - 0.15rem) / 2);
  margin-right: 0.075rem;
  height: 1.15rem;
  display: flex;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 137, 110, 0.2);
  margin-bottom: 0.075rem;
  cursor: pointer;
  font-weight: bold;
  color: #666;
  transition: all 0.5s;
}
.indus .list .li .txt .tip-list .ts:nth-child(2n) {
  margin-right: 0;
}
.indus .list .li .txt .tip-list .ts:hover {
  background-color: #18896e;
  color: #fff;
}
.indus .list .li .txt .tip-list .ts.on {
  background-color: #18896e;
  color: #fff;
}
.indus .list .li .txt .t2 {
  margin-top: 0.875rem;
  color: #333333;
}
.indus .list .li .txt .t2 .txts {
  display: none;
}
.indus .list .li .txt .t2 .txts:first-child {
  display: block;
}

.ymore {
  width: 4rem;
  height: 1.2rem;
  border-radius: 0.6rem;
  border: 2px solid rgba(51, 51, 51, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: all 0.5s;
  font-weight: 500;
}

.ymore .icon {
  fill: rgba(51, 51, 51, 1);
  width: 20px;
  margin-left: 0.375rem;
}
.ymore:hover {
  color: #fff;
  background-color: #18896e;
  border: 2px solid #18896e;
  transition: all 0.5s;
}
.ymore:hover .icon {
  fill: #fff;
}

.indus .list .li .txt .ymore {
  margin-top: 2.25rem;
}

.indus .list .li .img {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}

.indus .list .li .img .ixtx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.2rem;
  background-image: url(../img/yy/gb2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 1.425rem;
  padding-bottom: 0.75rem;
}

.indus .list .li:nth-child(2n) {
  flex-direction: row-reverse;
}

.indus-info {
  padding-top: 2.25rem;
}

.indus-info .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 1.25rem;
}
.indus-info .title img {
  margin-left: 0.4rem;
}
.indus-info-content {
  display: flex;
  justify-content: flex-end;
}

.indus-info-content .left-nav {
  width: 410px;
  position: absolute;
  top: 0;
  left: 1.5rem;
}

.indus-info-content .left-nav .li {
  width: 100%;
  height: 1.65rem;
  background: #ffffff;
  display: flex;
  box-shadow: 3px 8px 9px 0px rgba(0, 113, 84, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(0, 113, 84, 0.15);
  padding: 0 0.75rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.1rem;
  cursor: pointer;
}
.indus-info-content .left-nav .li .icon {
  width: 24px;
  height: 24px;
  background: rgba(51, 51, 51, 0.1);
  border-radius: 50%;
  fill: #198970;
}

.indus-info-content .left-nav .li.on {
  background: #18896e;
  color: #fff;
}

.indus-info-content .left-nav .li.on .icon {
  background-color: #fff;
}

.indus-info-content .content {
  width: calc(100% - 410px);
  padding-left: 0.925rem;
  padding-bottom: 2rem;
}

.indus-info-content .content .telte {
  font-weight: bold;
  color: #198970;
  line-height: 1;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  position: relative;
}
.indus-info-content .content .telte::after {
  content: "";
  width: 5rem;
  height: 2px;
  background: #18896e;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.indus-info-content .content .top {
  display: flex;
  padding: 0.425rem 0;
  align-items: center;
  justify-content: space-between;
}
.indus-info-content .content .top .logo {
  display: flex;
  align-items: center;
}

.indus-info-content .content .top .logo .t2 {
  color: #666;
  margin-left: 0.7rem;
}
.indus-info-content .content .top .logo img {
  max-width: 10.775rem;
  max-height: 2.5rem;
}

.indus-info-content .content .top a {
  display: flex;
  width: 8.225rem;
  height: 2rem;
  background: #fbfbfd;
  border-radius: 8px;
  border: 1px solid #198970;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.85rem;
}

.indus-info-content .content .top a img {
  width: 0.75rem;
}

.indus-info-content .content .img-box {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.indus-info-content .content .pcont {
  margin-top: 1rem;
}
.indus-info-content .content .pcont p {
  margin-top: 0.25rem;
}

.conten-a {
  margin-top: 1.25rem;
}
.conten-a .t1 {
  padding-left: 0.5rem;
  line-height: 1;
  padding-bottom: 0.575rem;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.indus-info-content .content .pcont img,
.conten-a .t1 img {
  display: inline-block;
}
.conten-a .t1::after {
  content: "";
  width: 4px;
  height: 0.5rem;
  background: #198970;
  position: absolute;
  top: 0;
  left: 0;
}
.conten-a .img-box {
  margin-top: 0.725rem;
}
.conten-a .table-list {
  margin-top: 1.5rem;
}

.conten-a .list {
  display: flex;
  margin-top: 0.725rem;
  flex-wrap: wrap;
}
.conten-a .list .li {
  width: calc((100% - 0.8rem) / 2);
  margin-right: 0.8rem;
  margin-bottom: 1.175rem;
  cursor: pointer;
}
.conten-a .list .li:nth-child(2n) {
  margin-right: 0;
}

.conten-a .list .li .img {
  width: 100%;
  border-radius: 0.2rem;
  height: 10.5rem;
  overflow: hidden;
  position: relative;
}
.conten-a .list .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conten-a .list .li .t {
  margin-top: 0.6rem;
  line-height: 1;
  color: #333333;
  font-weight: bold;
  font-family: OPPOSans;
  padding-left: 0.35rem;
  position: relative;
}
.conten-a .list .li .t::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.conten-a .list .li .img .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/yy/gb2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;

  align-items: flex-end;
  align-content: flex-end;
  padding: 0 1.25rem;
  padding-bottom: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.conten-a .list .li:hover .img .txt {
  opacity: 1;
  visibility: visible;
}
.conten-a .list .li .img .txt .ulsi {
  width: 50%;
  padding-right: 1rem;
}
.conten-a .list .li .img .txt .lst {
  display: flex;
  width: 100%;
}
.conten-a .list .li .img .txt .ulsi .lis {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1.2;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.conten-a .list .li .img .txt .ulsi .lis:last-child {
  border-bottom: 0;
}
.showmore {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showmore .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.showmore .box img {
  animation: spin 2s linear infinite; /* 无限循环旋转 */
}
.showmore .box .mc {
  margin-top: 0.5rem;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.ind-diog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 333;
  display: none;
}
.ind-diog .box {
  width: 20.05rem;

  background: #ffffff;
  border-radius: 4px;
  z-index: 4;
  overflow: hidden;
  padding: 1.625rem 1.75rem;
  padding-top: 0.95rem;
  display: flex;
  flex-direction: column;
}

.ind-diog .box .close {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 42px;
  height: 42px;
  background: #198970;
  border-radius: 0px 4px 0px 10px;
  cursor: pointer;
}
.ind-diog .box .img-box {
  margin-top: 0.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.ind-diog .box .img-box .img-box-container {
  overflow: hidden;
}
.ind-diog .box .img-box .img-box-container .swiper-slide {
  height: 10.5rem;
  width: 100%;
}
.ind-diog .box .img-box .img-box-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ind-diog .box .img-list {
  width: 100%;
  margin-top: 0.4rem;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ind-diog .box .img-list .swiper-slide {
  width: 2.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
  cursor: pointer;
}
.ind-diog .box .img-list .swiper-slide .mak {
  background-color: rgba(25, 137, 112, 0.5);
  opacity: 0;
}

.ind-diog .box .img-list .swiper-slide.on .mak {
  opacity: 1;
}

.ind-diog .box .img-list .lis {
  display: flex;
  padding-right: 2.2rem;
}

.ind-diog .box .img-list .right {
  display: flex;
}

.ind-diog .box .img-list .right .button-prev,
.ind-diog .box .img-list .right .button-next {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 19px;
  border: 1px solid rgba(51, 51, 51, 0.21);

  position: relative;
  transform: translate(0);
  left: auto;
  right: auto;
  margin-top: 0;
  left: auto;
}
.ind-diog .box .img-list .right .button-next {
  margin-left: 0.2rem;
}
.ind-diog .box .img-list .right .button-prev svg,
.ind-diog .box .img-list .right .button-next svg {
  fill: #999;
  width: 0.5rem;
}
.ind-diog .box .img-list .right .button-prev:hover svg,
.ind-diog .box .img-list .right .button-next:hover svg {
  fill: #18896e;
}
.ind-diog .box .txt {
  display: flex;
  margin-top: 0.775rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ind-diog .box .txt .ulsi {
  width: 50%;
  padding-right: 1rem;
}
.ind-diog .box .txt .lst {
  display: flex;
  width: 100%;
}
.ind-diog .box .txt .ulsi .lis {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.4;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
.ind-diog .box .txt .ulsi .lis:last-child {
  border-bottom: 0;
}
.news {
  padding-bottom: 3.2rem;
}

.news-list {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}

.news-list .li {
  display: block;
  width: calc((100% - 2.2rem) / 3);
  margin-right: 1.1rem;
  position: relative;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.news-list .li:nth-child(3n) {
  margin-right: 0;
}

.news-list .li .img {
  width: 100%;
  height: 9rem;
  overflow: hidden;
  border-radius: 0.2rem;
}
.news-list .li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.news-list .li2 {
  height: 9rem;
  border-top: 4px solid rgba(153, 153, 153, 0.1);
}

.news-list .li .mc {
  margin-top: 0.575rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.news-list .li .t1 {
  color: #333333;
  height: 1.76rem;
  margin-top: 0.575rem;
}
.news-list .li .t2 {
  font-family: OPPOSans;
  font-weight: 500;
  color: #999999;
}

.news-list .li .t3 {
  font-weight: 500;
  margin-top: 1rem;
  color: #999999;
}
.news-list .li .icon {
  margin-top: 1.25rem;
  transition: all 0.5s;
  width: 100%;
  position: relative;
}
.news-list .li .icon img {
  transform: translateX(-90%);
  transition: all 0.5s;
}
.news-list .li2 .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 0;
}
.news-list .li:hover .t1 {
  color: #18896e;
}

.news-list .li:hover .img img {
  transform: scale(1.02);
}
.news-list .li:hover .icon img {
  /* transform: translateX(100%); */
  /* opacity: 0; */
  transform: translateX(0);
}

.w1440 {
  width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .w1440 {
    width: 88%;
  }
}

.stipbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.stipbox .icon {
  width: 16px;
  height: 16px;
  fill: #000;
  margin-right: 0.15rem;
}
.stipbox a {
  color: #000;
  transition: all 0.6s;
}
.stipbox a:hover {
  color: #198970;
}
.stipbox span {
  color: #198970;
  font-weight: bold;
}

.news-info1 {
  padding: 1.4rem 0 3.5rem;
  position: relative;
  /*background: #FAFAFA;*/

  border-top: 1px solid rgba(38, 47, 63, 0.1);
  z-index: 1;
  background: #f5f5f5;
  margin-top: 2.5rem;
}
.news-info1 .news-top {
  margin-top: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(38, 47, 63, 0.1);
}
.news-info1 .news-top .news-tit {
  width: 100%;
}
.news-info1 .news-top .box {
  margin-top: 0.4rem;
}
.news-info1 .news-top .box div {
  margin: 0 0.35rem;
}
.news-info1 .news-top .time {
  opacity: 0.5;
}
.news-info1 .news-top .seebtn {
  opacity: 0.5;
}
.news-info1 .news-top .source {
  opacity: 0.5;
}
.news-info1 .news-text {
  padding: 0.9rem 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.news-info1 .news-text img {
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}
.news-info1 .news-nav {
  padding-top: 2.1rem;
}
.news-info1 .news-nav .nav-l {
  width: 55%;
  position: relative;
}
.news-info1 .news-nav .nav-l span {
  line-height: 1.2;
  margin-right: 0.25rem;
  color: #999;
}
.news-info1 .news-nav .nav-l p {
  width: calc(100% - 80px);
  line-height: 1.6;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-info1 .news-nav .nav-l a {
  max-width: 100%;
  margin-bottom: 0.2rem;
}
.news-info1 .news-nav .nav-l a:hover {
  color: #198970;
}
.news-info1 .news-nav .nav-l a:nth-child(2) {
  padding-right: 3rem;
}
.news-info1 .news-nav .nav-l a:nth-child(3) {
  padding-left: 1.75rem;
}
.news-info1 .news-nav .retbtn {
  width: 43px;
  height: 43px;
  background: #198970;
  border-radius: 4px;
  transition: all 0.6s;
}
.news-info1 .news-nav .retbtn .icon {
  width: 0.45rem;
  height: 0.45rem;
  fill: #fff;
}
.news-info1 .news-nav .retbtn:hover {
  background: #007154;
}

.w1250 {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .w1250 {
    width: 88%;
  }
}

.infor-list {
  display: flex;
  margin-top: 1.475rem;
  flex-wrap: wrap;
}
.wpage {
  margin-top: 1.5rem;
}
.infor-list .li {
  display: block;
  width: calc((100% - 1rem) / 2);
  margin-right: 1rem;
  height: 7rem;
  border-radius: 4px;
  background-color: rgba(51, 51, 51, 0.1);
  overflow: hidden;
  padding: 1.175rem 1.25rem;
  color: #333;
  margin-bottom: 0.75rem;
  position: relative;
  transition: all 0.5s;
}
.infor-list .li:nth-child(2n) {
  margin-right: 0;
}

.infor-list .li .t1 {
  color: #999999;
  line-height: 1;
}
.infor-list .li .t2 {
  font-weight: 500;
  margin-top: 0.25rem;
  height: 1.525rem;
}

.infor-list .li .t3 {
  color: #999999;
  overflow: hidden; /* 隐藏溢出内容 */
  white-space: nowrap; /* 禁止换行 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.infor-list .li .icon {
  margin-top: 1.4rem;
  width: 3.325rem;
  overflow: hidden;
}

.infor-list .li .icon img {
  width: 15.5rem;
  max-width: none;
  transform: translateX(-95%);
  transition: transform 0.5s;
}
.infor-list .li:hover .icon img {
  filter: brightness(1000);
  max-width: none;
  transform: translateX(-85%);
}
.infor-list .li .bgi {
  position: absolute;
  bottom: 0;
  right: 1.65rem;
}
.infor-list .li:hover {
  background-color: #198970;
  color: #fff;
}

.infor-list .li:hover .t1 {
  color: #fff;
  opacity: 0.5;
}
.infor-list .li:hover .t3 {
  color: #fff;
  opacity: 0.5;
}
.inte-a {
  padding: 1.5rem 1.5rem;
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
}

.inte-a .text {
  padding: 1.75rem 2.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(25, 137, 112, 0.2);
  height: 15.525rem;
  margin-top: 1.475rem;
  background: rgba(25, 137, 112, 0.05);
  backdrop-filter: blur(20px);
}
.inte-a .text .lh1 {
  margin-bottom: 0.95rem;
}
.inte-a .text p {
  margin-bottom: 0.2rem;
  color: #333333;
}

.inte-b {
  padding: 1rem 3.975rem;
  padding-bottom: 3rem;
  display: flex;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.inte-b .txt {
  width: 13rem;
}

.inte-b .txt .tit-16 {
  margin-top: 0.75rem;
  color: #555;
}
.inte-b .imgs {
  width: calc(100% - 13rem);
  padding-left: 1.125rem;
  padding-top: 1.5rem;
}
.inte-b .ngomg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20rem;
  z-index: -1;
}

.inte-c {
  padding: 1.325rem 0;
}

.inte-c .list {
  margin-top: 1.625rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}
.inte-c .list .li {
  width: 23.45%;
  padding: 1.575rem 0 0.975rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid rgba(25, 137, 112, 0.1);
}

.inte-c .list .li .icon {
  height: 1.025rem;
}

.inte-c .list .li .t1 {
  line-height: 1;
  color: #333333;
  opacity: 0.8;
  font-weight: 500;
}
.inte-c .list .li .t2 {
  margin-top: 0.75rem;
  font-weight: bold;
}
.inte-c .list .li:last-child {
  border-right: 0;
}
.djtb {
  width: 5.975rem;
  height: 1.25rem;
  background: #198970;
  border-radius: 0.625rem;
  padding-left: 0.875rem;
  padding-right: 0.2rem;
  display: flex;
  color: #fff;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.775rem;
}
.djtb .tit-18 {
  width: 50%;
  color: #fff;
  white-space: nowrap;
}
.djtb .icons {
  background-color: #fff;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  position: relative;
}
.djtb .icons svg {
  width: 0.5rem;
  fill: #198970;
}
.rep {
  padding: 0 4rem;
  padding-top: 2.625rem;
}
.rep .line {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 1.2rem;
}
.rep .title {
  padding-left: 0.5rem;
  margin-top: 0.725rem;
  margin-bottom: 0.45rem;
  position: relative;
}
.rep .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 20px;
  background: #198970;
}
.rep .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.9rem 1rem;
  display: flex;
  flex-wrap: wrap;
}
.rep .box .li {
  width: calc((100% - 0.9rem) / 3);
  margin-right: 0.45rem;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  height: 1.3rem;
  padding: 0 0.5rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.45rem;
}
.rep .box .li.mr0 {
  margin-right: 0;
}
.rep .box .li .lab {
  font-size: 0.4rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
.rep .box .li input {
  width: 50%;
  padding-left: 0.1rem;
  font-size: 0.4rem;
  background-color: transparent;
}
.rep .box .li.li2 {
  width: calc((100% - 0.45rem) / 2);
}

.rep .box .check-box {
  display: flex;
  width: 100%;
  align-items: center;
  white-space: nowrap;
}

.rep .box .check-box .lab {
  font-size: 0.4rem;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
}

.rep .box .check-box .lb-nox {
  display: flex;
  color: rgba(0, 0, 0, 0.51);
  align-items: center;
  margin-left: 0.975rem;
  cursor: pointer;
}
.rep .box .check-box .lb-nox .r {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #000000;
  opacity: 0.25;
  margin-right: 0.2rem;
  position: relative;
}

.rep .box .check-box input {
  width: 100%;
  margin-left: 0.5rem;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  height: 1.3rem;
  padding: 0 0.5rem;
  align-items: center;
  justify-content: flex-start;
}

.rep .box .check-box .lb-nox.on .r {
  opacity: 1;
  border: 2px solid rgba(25, 137, 112, 1);
}
.rep .box .check-box .lb-nox.on {
  color: #333;
}
.rep .box .check-box .lb-nox.on .r::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #198970;
  border-radius: 50%;
  border: 0px solid #198970;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.textbox {
  padding: 0.5rem 1rem;
}

.textbox textarea {
  width: 100%;
  height: 5rem;
}
.rep .box .uplod {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.5rem;
}
.rep .box .uplod .btn {
  width: 132px;
  line-height: 43px;
  background: #198970;
  border-radius: 4px;
  text-align: center;
  font-size: 0.45rem;
  cursor: pointer;
  color: #fff;
  margin-right: 0.5rem;
}

.yzm-box {
  width: 20rem;
  height: 54px;
  background: #ffffff;
  border: 1px solid rgba(158, 157, 159, 0.51);
  margin-top: 0.475rem;
  display: flex;
  padding: 0 0.35rem;
  align-items: center;
  position: relative;
}
.yzm-box .lines {
  width: 1px;
  height: 30px;
  background: #333333;
  opacity: 0.2;
  margin: 0 0.3rem;
}
.yzm-box input {
  width: 50%;

  font-size: 0.45rem;
  height: 1.3rem;
}
.yzm-box img {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
}

.subnit {
  display: inline-block;
  width: 160px;
  line-height: 52px;
  background: #198970;
  box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.2);
  border-radius: 26px;
  font-size: 16px;
  margin-top: 1.75rem;
  color: #f5f5f5;
}
.join .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.join {
  padding-right: 1.5rem;
}
.join .top .jt1 {
  width: 24rem;
  font-weight: 500;
  color: #666666;
  padding-top: 0.725rem;
}
.join .list {
  height: 18rem;
  margin-top: 2.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
  display: flex;
}
.join .list .li {
  width: 25%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.join .list .li .text-box {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.join .list .li .hid-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/yy/j3.png);
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 0 2rem;
  padding-bottom: 3.225rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.join .list .li .hid-box .t1 {
  line-height: 1;
  opacity: 0;
  transform: translateY(-10px);
}

.join .list .li .hid-box .t2 {
  line-height: 1;
  margin-top: 0.2rem;
  opacity: 0;
  transform: translateY(-10px);
  opacity: 0;
  transform: translateY(-10px);
}

.join .list .li .hid-box .t3 {
  line-height: 1.8;
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(-10px);
  opacity: 0;
  transform: translateY(-10px);
}

.join .list .li:hover .text-box {
  opacity: 0;
  transition: all 0.2s;
}
.join .list .li:hover .hid-box {
  opacity: 1;
  visibility: visible;
}

.join .list .li:hover .hid-box .t1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.join .list .li:hover .hid-box .t2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.join .list .li:hover .hid-box .t3 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s;
  transition-delay: 0.3s;
}

.join-b {
  background: #fafafb;
  border-radius: 0.5rem;
  display: flex;
  overflow: hidden;
  margin-top: 1.5rem;
}
.join-b .txt {
  width: 58%;
  padding: 2.425rem;
}
.join-b .img {
  width: 42%;
  border-radius: 0.5rem;
  overflow: hidden;
}

.join-b .txt .t3 {
  margin-top: 0.875rem;
}
.join-c {
  padding: 2.375rem 0 1.5rem;
}

.join-c .jb-table {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.join-c .jb-table .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 1.275rem;
  cursor: pointer;
}

.join-c .jb-table .li .icon {
  height: 1rem;
  filter: grayscale(100);
  margin-bottom: 0.5rem;
}
.join-c .jb-table .li .icon img {
  height: 1rem;
}

.join-c .jb-table .li.on .icon {
  filter: grayscale(0);
}
.join-c .jb-table .li.on {
  color: #18896e;
}
.join-c .jb-table .li:hover .icon {
  filter: grayscale(0);
}
.join-c .jb-table .li:hover {
  color: #18896e;
}

.join-c .g-b-container {
  margin-top: 1.525rem;
}
.join-c .g-b-container .mak {
  background-color: rgba(223, 223, 223, 0.9);
}
.join-c .g-b-container .button-prev,
.join-c .g-b-container .button-next {
  top: 50%;
  overflow: visible;
  left: 2.5rem;
}
.join-c .g-b-container .button-next {
  right: 2.5rem;
  left: auto;
}
.button-next .circle {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.02);
}

.button-next .circle circle {
  width: 100%;
  height: 100%;
  cx: 0.675rem;
  cy: 0.675rem;
  r: 0.625rem;
  stroke-width: 2.5px;
  stroke: #18896e;
  stroke-linecap: round;
  stroke-dasharray: 3.925rem;
  stroke-dashoffset: 3.925rem;
}
.button-next .circle.on circle {
  animation: draw-circle 5s linear;
}
@keyframes draw-circle {
  to {
    stroke-dashoffset: 0;
  }
}

.join-c .ajax-list {
  padding-bottom: 1.95rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.join-d {
  padding-bottom: 1.5rem;
}
.join-d-container {
  margin-top: 0.8rem;
  overflow: hidden;
}

.join-d-container .swiper-slide {
  width: 26.6%;
  margin-right: 1.7%;
  height: 14.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.join-d-container .swiper-slide:last-child {
  margin-right: 0;
}
.join-d-container .swiper-slide:nth-child(2n) {
  width: 43.4%;
}

.join-d-container .g-c-pagination {
  position: relative;
  z-index: 33;
  text-align: center;
  bottom: 0rem !important;
  padding-right: 0;
  padding: 1.5rem 0;
}
.join-d-container .g-c-pagination span {
  background: #333333;
  opacity: 1;
  margin: 0 7px !important;
  transition: all 0.6s;
  width: 10px;
  height: 10px;
  opacity: 0.25;
}
.join-d-container .g-c-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007154;
}
.sch-a {
  margin-top: 0.75rem;
  margin-bottom: 1.475rem;
}
.join {
  padding-bottom: 0;
}

.sch-a .txt {
  padding: 2rem;
  width: 50%;
}
.sch-a .img {
  width: 50%;
  height: 14.5rem;
}

.join-b .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sch-b {
  padding-bottom: 3.025rem;
}

.sch-b-container {
  width: 100%;
  overflow: hidden;
}

.sch-b-container {
  width: 55.5%;
  overflow: visible;
}

.sch-b-container .swiper-slide {
  width: 45%;
  margin-right: 2.2%;
  height: 14.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.sch-b-container .swiper-slide:last-child {
  margin-right: 0;
}

.sch-b-container .swiper-slide.swiper-slide-active {
  width: 100%;
}

.sch-b-container .swiper-slide .mak {
  background-color: rgba(223, 223, 223, 0.9);
}

.sch-b-container .swiper-slide.swiper-slide-active .mak {
  display: none;
}

.sch-b-container .button-next {
  right: 1.5rem;
}
.sch-b-container .swiper-slide.swiper-slide-next .mak {
  background-color: rgba(25, 137, 112, 0.51);
}
.sch-b-container .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.2rem;
  background-image: url(../img/yy/gb2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 1.07rem;
  opacity: 0;
}

.sch-b-container .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
}

.pos-a {
  background-image: url(../img/yy/bg3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 2.075rem 2rem;
  padding-bottom: 2rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
.pos-a p {
  margin-bottom: 0.2rem;
}
.pos-a img {
  display: inline-block;
}

.hre {
  width: 290px;
  height: 52px;
  background: #198970;
  box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  margin-top: 1rem;
  display: flex;
  color: #fff;
  padding: 0 26px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.5s;
}
.hre .icon {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
}
.hre .icon svg {
  fill: rgba(25, 137, 112, 1);
  width: 11px;
}
.hre:hover {
  background-color: #007154;
}

.jb-list {
  display: flex;
  margin-top: 0.75rem;
  flex-wrap: wrap;
  padding-bottom: 5rem;
}
.jb-list .li {
  width: calc((100% - 0.45rem) / 2);
  margin-right: 0.45rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid #cccccc;
  margin-bottom: 0.45rem;
}
.jb-list .li:nth-child(2n) {
  margin-right: 0;
}

.jb-list .li .t3 {
  margin-top: 0.5rem;
  line-height: 1.6;
  color: #666;
}

.jb-list .li .bt-l {
  display: flex;
  margin-top: 0.6rem;
}

.jb-list .li .bt-l .bt {
  padding: 0 0.725rem;
  line-height: 1.125rem;
  text-align: center;
  box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.12);
  border-radius: 0.1rem;
  border: 1px solid #d2d2d2;
  font-size: 0.4rem;
  color: #666;
  margin-right: 0.35rem;
  cursor: pointer;
  transition: all 0.5s;
}
.jb-list .li .bt-l .bt:nth-child(2n) {
  border: 1px solid #198970;
  color: #198970;
}

.jb-list .li .bt-l .bt:hover {
  border: 1px solid #198970;
  color: #fff !important;
  background-color: #198970;
}
.more-doli {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 333;
  width: 100%;
  height: 100%;
  display: none;
}
.more-doli .box {
  padding: 1.5rem 1.7rem;
  background-color: #fff;
  background: #ffffff;
  z-index: 9;
  width: 52.3%;
  border-radius: 0.2rem;
}

.more-doli .box .content {
  margin-top: 0.7rem;
  height: 12.875rem;
  overflow: auto;
  padding-right: 1rem;
}

.more-doli .box .content .tit-14 {
  color: #666;
  margin-top: 0.2rem;
}

.more-doli .box .bt {
  display: inline-block;
  padding: 0 0.725rem;
  line-height: 1.125rem;
  text-align: center;
  background: #198970;
  box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.12);
  border-radius: 0.1rem;

  font-size: 0.4rem;
  color: #fff;

  cursor: pointer;
  transition: all 0.5s;
  margin-top: 1.05rem;
}
.more-doli .box .bt:hover {
  background-color: #007154;
}

.more-doli .box .close {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  width: 1.45rem;
  height: 1.45rem;
  background: #f7f7f7;
  border-radius: 50%;

  cursor: pointer;
  transition: all 0.5s;
}
.more-doli .box .close svg {
  fill: #198970;
  transition: all 0.5s;
}
.more-doli .box .close:hover {
  background-color: #18896e;
}
.more-doli .box .close:hover svg {
  fill: #fff;
}

.popUp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  display: none;
}

.popUp form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 1.5rem 1.7rem;
  background-color: #fff;
  background: #ffffff;
  z-index: 9;
  width: 52.3%;
  border-radius: 0.2rem;
}

.popUp form .closeform {
  cursor: pointer;
}

.popUp form .closeform img {
  transition: all 0.3s;
}

.popUp form .closeform:hover img {
  transform: rotate(90deg);
}

.popUp .pop_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.popUp .pop_ul .pop_li {
  width: 46.5%;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
  position: relative;
}

.popUp .pop_ul .pop_li label {
  margin-right: 0.4rem;
  font-weight: 500;
  white-space: nowrap;
}

.popUp .pop_ul .pop_li input {
  height: 36px;
  border: 1px solid rgba(158, 157, 159, 0.5);
  padding: 0.25rem 0.5rem;
  width: 100%;
}

.popUp .pop_ul .pop_li .pop_input {
  position: relative;
  flex: 1;
}

.popUp .pop_ul .pop_li .pop_input span {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-38%);
  opacity: 0.5;
  color: #ff0000;
}

.popUp .pop_ul .pop_textarea {
  width: 100%;
}

.popUp .pop_ul .pop_textarea textarea {
  padding: 0.5rem 0.6rem;
  width: 100%;
  height: 5rem;
  border: 1px solid rgba(158, 157, 159, 0.5);
  line-height: 1.2;
  resize: none;
}

.popUp .pop_ul .pop_textarea textarea::placeholder {
  color: #999;
}

.popUp .pop_ul .upload {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0.7rem;
}

.popUp .pop_ul .upload label {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  margin-right: 0.275rem;
}

.popUp .pop_ul .upload .file #file-btn1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.popUp .pop_ul .upload label span {
  transform: translateY(10%);
  opacity: 0.5;
  color: #ff0000;
  margin-left: 4px;
}

.popUp .pop_ul .upload .file input {
  cursor: pointer;
}

.popUp .pop_ul .upload .select_fiile {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.popUp .pop_ul .upload .select_fiile > span {
  padding-left: 1.4rem;
  line-height: 1.2;
}

.popUp .pop_ul .upload .select_fiile .uploadClick {
  display: flex;
  align-items: center;
  margin-bottom: 0.3rem;
}

.popUp .pop_ul .upload .select_fiile .t2 {
  width: 3.3rem;
  height: 1.075rem;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.6rem;
}

.popUp .pop_ul .upload .pop_file {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.popUp .pop_ul .pop_captch input {
  width: 10.75rem;
  height: 1.35rem;
  background: #ffffff;
  border: 1px solid rgba(158, 157, 159, 0.5);
  padding-left: 1.9rem;
  padding-right: 3.75rem;
}

.popUp .pop_ul .pop_captch {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.popUp .pop_ul .pop_captch input {
  height: 1.35rem;
}

.popUp .pop_ul .pop_captch .icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.popUp .pop_ul .pop_captch .icon::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: rgba(51, 51, 51, 0.2);
}

.popUp .pop_ul .pop_captch .captch {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.popUp .pop_ul .pop_captch input::placeholder {
  color: #999;
}

.popUp .pop_ul .pop_captch .apply {
  height: 1.35rem;
  width: 4.05rem;
  background: #18896e;
  border-radius: 2px;
  padding: 0;
  border: none;
}

.popUp .pop_ul .pop_captch img.captcha {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.popUp .pop_ul .pop_captch span.captcha_no {
  position: absolute;
  right: -1rem;
  top: 58%;
  transform: translateY(-50%);
}
.popUp .pop_ul .pop_captch span.captcha_ok {
  position: absolute;
  right: 0.4rem;
  top: 58%;
  transform: translateY(-50%);
}

.popUp .close {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 42px;
  height: 42px;
  background: #198970;
  border-radius: 0px 4px 0px 10px;

  cursor: pointer;
  transition: all 0.5s;
}
.popUp .close svg {
  fill: #fff;
  transition: all 0.5s;
}
.popUp .close:hover {
  background-color: #18896e;
}
.popUp .close:hover svg {
  fill: #fff;
}
.esg-tit {
  padding: 0.75rem 0;
  line-height: 1;
  border-bottom: 2px solid #198970;
}

.esg-tbale {
  display: flex;
  margin-top: 1.075rem;
  padding-bottom: 1.125rem;
  justify-content: space-between;
}
.esg-tbale .li {
  width: calc((100% - 1.4rem) / 3);
  height: 5.5rem;
  border-radius: 0.5rem;
  background: #fafafb;
  display: flex;
  padding: 0 1.1rem;
  align-items: center;
  transition: all 0.5s;
}
.esg-tbale .li .num {
  font-size: 3rem;
  line-height: 1;
  background: linear-gradient(
    to bottom,
    rgba(25, 137, 112, 1),
    rgba(25, 137, 112, 0.3),
    rgba(25, 137, 112, 0.05)
  ); /* 从上到下的渐变 */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; /* 让文字本身透明，显示背景渐变 */
  transition: all 0.5s;
}

.esg-tbale .li .txt {
  margin-left: 0.825rem;
  width: 54%;
}

.esg-tbale .li .txt .t1 {
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
}

.esg-tbale .li .txt .t2 {
  color: #666666;
  font-weight: 500;
  margin-top: 0.4rem;
  line-height: 1.6;
  transition: all 0.5s;
}

.esg-tbale .li .icon {
  width: 1.075rem;
  height: 1.075rem;
  background: #198970;
  border-radius: 50%;
  margin-left: 1.5rem;
  position: relative;
  transition: all 0.5s;
}
.esg-tbale .li .icon svg {
  width: 25px;
  fill: #fff;
  transition: all 0.5s;
}

.esg-tbale .li.on {
  background: #198970;
}

.esg-tbale .li.on .num {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.05)
  ); /* 从上到下的渐变 */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; /* 让文字本身透明，显示背景渐变 */
}

.esg-tbale .li.on .t1 {
  color: #fff;
}
.esg-tbale .li.on .t2 {
  color: #fff;
}
.esg-tbale .li.on .icon {
  background-color: #fff;
}
.esg-tbale .li.on .icon svg {
  fill: #198970;
}

.esg-tbale .li:hover {
  background: #198970;
}

.esg-tbale .li:hover .num {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.05)
  ); /* 从上到下的渐变 */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent; /* 让文字本身透明，显示背景渐变 */
}

.esg-tbale .li:hover .t1 {
  color: #fff;
}
.esg-tbale .li:hover .t2 {
  color: #fff;
}
.esg-tbale .li:hover .icon {
  background-color: #fff;
}
.esg-tbale .li:hover .icon svg {
  fill: #198970;
}

.env-a .list {
}
.env-a .list .li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.725rem;
}
.env-a .list .li .txt {
  width: calc((100% - 1rem) / 2);
  height: 11.25rem;
  background: #fafafb;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 2.175rem 2.5rem;
}
.env-a .list .li .txt .tit-14 {
  margin-top: 0.5rem;
  height: 4.5rem;
  overflow: auto;
  padding-right: 0.5rem;
}
.env-a .list .li .img {
  width: calc((100% - 1rem) / 2);
  height: 11.25rem;
  background: #fafafb;
  border-radius: 0.5rem;
  overflow: hidden;
}
.env-a .list .li:nth-child(2n) {
  flex-direction: row-reverse;
}

.env-b {
  padding-bottom: 4.4rem;
  padding-top: 1rem;
}

.env-b .year-list {
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.env-b .year-list .li {
  margin-right: 2.15rem;
  padding-bottom: 0.75rem;
  line-height: 1;
  color: #333333;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
}
.env-b .year-list .li.on {
  color: #198970;
  opacity: 1;
}
.env-b .year-list .li.on::after {
  content: "";
  width: 2.5rem;
  height: 2px;
  background: #198970;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.env-b .ajax-list {
  display: flex;
  padding-top: 1.2rem;
  align-items: flex-end;
  justify-content: space-between;
}
.big-container {
  width: 68.5%;
  overflow: hidden;
  position: relative;
}

.big-container .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  margin-right: 1px;
}
.big-container .swiper-slide:last-child {
  margin-right: 0;
}

.big-container .swiper-slide .txt {
  margin-left: 1.55rem;
  padding: 1.975rem 0;
  width: calc(100% - 10.5rem);
}

.big-container .swiper-slide .txt .t1 {
  line-height: 1;
  font-weight: 700;
}
.big-container .swiper-slide .txt .t2 {
  color: #333333;
  opacity: 0.5;
  margin-top: 0.5rem;
  font-family: OPPOSans;
  height: auto;
  font-size: 0.45rem;
  line-height: 1.3;

}
.big-container .swiper-slide .txt .t1{
  line-height: 1.2;
}
.big-container .swiper-slide .txt .line {
  width: 18.75rem;
  height: 1px;
  background: #333333;
  margin-top: 0.5rem;
  opacity: 0.2;
}

.big-container .swiper-slide .img {
  width: 10.5rem;
}
.big-container .swiper-slide .img img {
  width: 100%;
}

.sma-container {
  width: 29.5%;
  overflow: hidden;
}
.sma-container .swiper-slide {
  width: calc((100% - 0.4rem) / 2);
  margin-right: 0.4rem;
}
.sma-container .swiper-slide:last-child {
  margin-right: 0;
}
.sma-container .swiper-slide img {
  width: 100%;
}

.env-page {
  position: absolute;
  left: 11.5rem;
  bottom: 1.05rem;
  z-index: 99;
  display: flex;
  align-items: center;
}

.env-page .prev,
.env-page .next {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}

.env-page .prev .icon,
.env-page .next .icon {
  width: 25px;
  height: 25px;
  fill: #333;

  transition: all 0.4s;
}
.env-page .prev .icon {
  transform: rotate(-180deg);
}
.l-page {
  display: flex;
  margin: 0 0.5rem;
  align-items: flex-end;
  line-height: 1;
}
.l-page .ac {
  font-size: 0.55rem;
  font-weight: 800;
  color: #198970;
}
.l-page .sum {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-left: 0.1rem;
}
.env-page .prev:hover,
.env-page .next:hover {
  border: 1px solid #198970;
}
.env-page .prev:hover svg,
.env-page .next:hover svg {
  fill: #198970;
}
.soc-a {
  padding-top: 2.3rem;
  margin-top: 2rem;
  border-top: 2px solid #198970;
}

.soc-a-container {
  margin-top: 1rem;
  overflow: hidden;
}
.soc-a-container .swiper-slide {
  width: calc((100% - 2.25rem) / 3);
  margin-right: 1.125rem;
  border-radius: 0.2rem;
  background-color: rgba(51, 51, 51, 0.1);
  padding: 1.25rem 1.95rem;
  /* min-height: 8rem; */
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.soc-a-container .swiper-slide:last-child {
  margin-right: 0;
}
.soc-a-container .swiper-slide .img {
  width: 8.5rem;
  height: 5.8rem;
  text-align: center;
  margin-bottom: 0.5rem;
  /* transform: translateX(16%); */
}
.soc-a-container .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.soc-a-container .swiper-slide .t1 {
  margin-top: 0.2rem;
  line-height: 1.6;
}
.soc-a-container {
  margin-bottom: 1.5rem;
}
.soc-a-container .g-c-pagination {
  position: relative;
  z-index: 33;
  text-align: center;
  bottom: 0rem !important;
  padding-right: 0;
  padding: 1.5rem 0 0;
}
.soc-a-container .g-c-pagination span {
  background: #333333;
  opacity: 1;
  margin: 0 7px !important;
  transition: all 0.6s;
  width: 10px;
  height: 10px;
  opacity: 0.25;
}
.soc-a-container .g-c-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007154;
}

.soc-b {
  padding-top: 0;
  padding-bottom: 3.85rem;
}
.soc-b.join-c .g-b-container {
  margin-top: 0;
}
.soc-b.join-c .g-b-container .mak {
  background-color: rgba(0, 0, 0, 0.41);
}

.soc-b.join-c .g-b-container .txts {
  width: 11rem;
  height: 100%;
  background: rgba(25, 137, 112, 0.8);
  padding: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
.soc-b.join-c .g-b-container .txts .t2 {
  margin-top: 1rem;
  line-height: 1.6;
  height: 8rem;
  overflow: auto;
  padding-right: 0.2rem;
}
.soc-b.join-c .g-b-container .txts .t2::-webkit-scrollbar-thumb{
    background: #fff;
}
.soc-b.join-c .g-b-container .swiper-slide-active:hover .txts {
  opacity: 1;
}

.gov-a {
  min-height: 14.6rem;
  background: #fafafb;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 2.2rem 2.5rem;
  margin-bottom: 3.325rem;
}
.gov-a .t2 {
  position: relative;
  text-align: center;
  margin-top: 0.675rem;
}
.gov-a .num {
  line-height: 1;
  font-size: 5rem;
  font-weight: 700;
  color: #198970;

  opacity: 0.1;
}
.gov-a .mc {
  line-height: 1.7;
}
.w100 {
  width: 100%;
}

.over-list {
  display: flex;
  position: absolute;
  z-index: 3;
  top: 8.42%;
  left: 50%;
  transform: translateX(-50%);
}

.over-list .li {
  width: 4rem;
  line-height: 1.15rem;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid rgba(24, 137, 110, 0.2);
  text-align: center;
  margin: 0 0.15rem;
  color: #666;
  font-weight: bold;
  transition: all 0.5s;
  cursor: pointer;
}
.over-list .li.on {
  background-color: #198970;
  color: #fff;
  border: 1px solid 198970;
}
.over-list .li:hover {
  background-color: #198970;
  color: #fff;
  border: 1px solid 198970;
}
.over-a .txt {
  top: 21.8%;
  left: 12.66%;
  position: absolute;
  z-index: 33;
}
.over-a .txt .li {
  display: flex;
  margin-top: 0.95rem;
}
.over-a .txt .li .icon {
  width: 1.55rem;
}
.over-a .txt .li .t {
  padding-left: 0.45rem;
  width: 16rem;
}

.ripple-container {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}

.ripple {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: ripple 2s linear infinite;
  opacity: 0;
  top: 50%;
  left: 50%;
}

.ripple:nth-child(1) {
  width: 1.25rem;
  height: 1.25rem;
  animation-delay: 0s;
}

.ripple:nth-child(2) {
  width: 1.25rem;
  height: 1.25rem;
  animation-delay: 0.66s;
}

.ripple:nth-child(3) {
  width: 1.25rem;
  height: 1.25rem;
  animation-delay: 1.33s;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.ripple1 {
  position: absolute;
  top: 18.9%;
  right: 26.5%;
}
.center-dot {
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ripple2 {
  position: absolute;
  top: 38.9%;
  right: 32.5%;
}
.ripple3 {
  position: absolute;
  top: 48.9%;
  right: 27.5%;
}
.ripple4 {
  position: absolute;
  top: 85.9%;
  right: 28.5%;
}

.ripple4 .ripple {
  border: 2px solid #18896e;
}
.ripple4 .center-dot {
  background-color: #18896e;
}

.ripple5 {
  position: absolute;
  top: 59.9%;
  right: 24.1%;
  display: block !important;
}

.ripple5 .ripple {
  border: 2px solid #18896e;
}
.ripple5 .center-dot {
  background-color: #18896e;
}
.ripple5 .mc{
    white-space: nowrap;
    top: 76%;
    left: -20%;
    position: absolute;

}

.dom-a {
  padding-top: 2.225rem;
  padding-bottom: 3.625rem;
}
.dom-a .over-list {
  position: relative;
  top: auto;
  left: auto;
  transform: translateY(0);
  width: 100%;
  justify-content: center;
}
.txt-box {
  position: absolute;
  top: 9.9rem;
  left: 8.33%;
  z-index: 3;
  width: 14.1rem;
}

.txt-box .top {
  width: 100%;
  display: flex;
  background-color: #198970;
  padding: 0.825rem 1.05rem;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
}

.txt-box .top .le {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.txt-box .top .le .lh1 {
  margin-left: 0.25rem;
}

.txt-box .top .rig {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.txt-box .top .rig .icon {
  margin-left: 0.2rem;
}
.txt-box .content {
  width: 100%;

  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(51, 51, 51, 0.05);
  border-radius: 0px 0px 4px 4px;
  padding: 1rem 1.2rem;
}

.txt-box .content .list {
  height: 10.575rem;
  overflow: auto;
}
.txt-box .content .list .li {
  width: 100%;
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: 0.35rem;
  font-weight: 500;
}
.txt-box .content .list .li img {
  width: 0.5rem;
  margin-right: 0.3rem;
}

.txt-box .tip-list {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-top: 1rem;
}
.txt-box .tip-list .li {
  flex: 0 0 calc(50% - 5px);
  width: 100%;
  display: flex;
  align-items: center;
  color: #999;
  font-weight: 500;
}
.txt-box .tip-list .li img {
  width: 0.4rem;
  margin-right: 0.3rem;
}
.mapbox {
  width: 57.4%;
  margin-left: 29.2%;
  position: relative;
}
.mapbox .por {
  cursor: pointer;
}
.mapbox .por.on {
  fill: #198970;
}
.st24 {
  cursor: pointer;
  position: relative;
}
.mapbox .ripple-container {
  width: 7%;
  position: absolute;
  display: none;

  height: 6%;
}
.mapbox .dzj {
  top: 45%;
  left: 81%;
}

.mapbox .ripple-container .center-dot {
  width: 0.75vw;
  height: 0.75vw;
}

.mapbox .yn {
  top: 55%;
  left: 44%;
}
.mapbox .sc {
  top: 44%;
  left: 46%;
}
.mapbox .gz {
  top: 51%;
  left: 55%;
}
.mapbox .gx {
  top: 57%;
  left: 60%;
}
.mapbox .hn {
  top: 49%;
  left: 65%;
}
.mapbox .gd {
  top: 57%;
  left: 69%;
}
.mapbox .jx {
  top: 49%;
  left: 73%;
}
.mapbox .fj {
  top: 51%;
  left: 78%;
}
.mapbox .hub {
  top: 43%;
  left: 65%;
}

.mapbox .ah {
  top: 41%;
  left: 75%;
}
.mapbox .js {
  top: 38%;
  left: 79%;
}
.mapbox .hen {
  top: 37%;
  left: 67%;
}
.mapbox .sd {
  top: 32%;
  left: 75%;
}
.mapbox .sx {
  top: 30%;
  left: 64%;
}
.mapbox .ln {
  top: 21%;
  left: 82%;
}
.mapbox .hb {
  top: 28%;
  left: 69%;
}
.mapbox .hlj {
  top: 9%;
  left: 86%;
}
.mapbox .gs {
  top: 36%;
  left: 50%;
}
.dsj-box {
  /* padding-bottom: 9.175rem; */
}
.dsj-box .title {
  position: absolute;
  top: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

.dsj-box .title .en {
  color: #333333;
  opacity: 0.5;
  font-weight: 500;
  text-transform: uppercase;
}
.dsj-box .title .mc {
  margin-top: 0.5rem;
}

.dsj-box .ine2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.dsj-box .ine3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.dsj-box .ine4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;

  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.cont-top .li {
  z-index: 10;
}
.cont-top .li .t1 {
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  height: 1.6rem;
  width: 90%;
}

.cont-top .li .line {
  width: 15.875rem;
  height: 1px;
  background: rgba(51, 51, 51, 0.15);
  border-radius: 1px;
  position: relative;
  margin: 0.75rem 0;
}
.cont-top .li .line .box {
  width: 0.675rem;
  height: 0.675rem;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #198970;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cont-top .li .line .dw {
  position: absolute;
  right: -0.4rem;
  top: -1.4rem;
  width: 0.625rem;
}

.cont-top .li .t2 {
  color: #666666;
  line-height: 1.6;
  width: 9.7rem;
}
.cont-top .li .img {
  width: 9.55rem;
  margin-top: 1rem;
}

.cont-top .li1 {
  position: absolute;
  top: 18.925rem;
  left: 6rem;
}

.cont-top .li2 {
  position: absolute;
  top: 23.5rem;
  left: 28.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cont-top .li2 .line {
  width: 16.275rem;
}
.cont-top .li4 .line {
  width: 22.275rem;
}
.cont-top .li2 .line .box {
  left: 0;
  right: auto;
}

.cont-top .li2 .line .dw {
  top: -0.5rem;
  left: -1rem;
  right: auto;
}
.cont-top .li .line .time {
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
}
.cont-top .li2 .line .time {
  right: auto;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
}

.cont-top .li3 {
  position: absolute;
  top: 32.925rem;
  left: 5.6rem;
}
.cont-top .li3 .line {
  width: 17.7rem;
}

.cont-top .li4 {
  position: absolute;
  top: 38.925rem;
  left: 20rem;
}
.cont-top .li4 .line .time {
  left: -3rem;
}

.cont-top .li4 .line .dw {
  top: -1.2rem;
  left: 1rem;
  right: auto;
}
.cont-top .li5 {
  position: absolute;
  top: 50.925rem;
  left: 5.8rem;
}
.cont-top .li5 .line {
  width: 24.275rem;
}
.cont-top .li5 .line .dw {
  position: absolute;
  right: -1.4rem;
  top: -1.4rem;
  width: 0.625rem;
}

.li-for {
}

.li-for img {
  width: 100%;
  max-width: none;
}
.li-for .li {
  z-index: 10;
}
.li-for .li .t1 {
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  height: 1.6rem;
}
.cont-top .li .img img,
.li-for .li .img img {
  max-width: 100%;
  width: auto;
  max-height: 7rem;
}

.li-for .li .line {
  width: 24.275rem;
  height: 1px;
  background: rgba(51, 51, 51, 0.15);
  border-radius: 1px;
  position: relative;
  margin: 0.75rem 0;
}
.li-for .li .line .box {
  width: 0.675rem;
  height: 0.675rem;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #198970;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.li-for .li .line .dw {
  position: absolute;
  right: -0.4rem;
  top: -1.4rem;
  width: 0.625rem;
}

.li-for .li .t2 {
  color: #666666;
  line-height: 1.6;
  width: 9.7rem;
}
.li-for .li .img {
  width: 9.55rem;
  margin-top: 1rem;
}

.li-for .li1 {
  position: absolute;
  top: 2.925rem;
  left: 19.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.li-for .li2 {
  position: absolute;
  top: 14.5rem;
  left: 6.45rem;
}

.li-for .li1 .line {
  width: 23.275rem;
}
.li-for .li1 .line .box {
  left: 0;
  right: auto;
}

.li-for .li1 .line .dw {
  top: -1.5rem;
  left: 1rem;
  right: auto;
}
.li-for .li .line .time {
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
}

.li-for .li1 .line .time {
  right: auto;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
}

.nav-listp {
  position: absolute;
  z-index: 33;
  left: 0;
  top: 20rem;
}
.nav-listp .lisd {
  display: block;
  padding-left: 2.425rem;
  font-size: 0.45rem;
  line-height: 1;
  color: #999999;
  margin-bottom: 0.8rem;
  cursor: pointer;
  position: relative;
}
.nav-listp .lisd:hover {
  color: #18896e;
}
.nav-listp .lisd::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.95rem;
  height: 2px;
  background: #198970;
  opacity: 0;
}
.nav-listp .lisd::before {
  content: "";
  position: absolute;
  right: -0.4rem;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
  width: 10px;
  height: 2px;
  background: #198970;
  opacity: 0;
}
.nav-listp .lisd.on {
  font-size: 0.8rem;
  color: #198970;
}
.nav-listp .lisd.on::after {
  opacity: 1;
}
.nav-listp .lisd.on::before {
  opacity: 1;
}

.nav-listp .fonen {
  top: 20%;
  left: 0;
}

.nav-listp.on .fonen {
  position: fixed;

  left: 0;
}
.dsj-box .yun {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
}
.dsj-box .yun img {
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  transition: all 0.5s;
}

.dsj-box .yun.on img {
  position: fixed;
  left: 0;
  top: -50%;
  width: 100%;
}
.w400 {
  width: 10rem;
  opacity: 0;
  z-index: -3;
}
.warpheader .header .nav .li {
  position: relative;
}
.warpheader .header .nav .li::after {
  content: "";
  width: 0;
  height: 0.1rem;
  background: #248f75;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border: 0px solid #ffffff;
  transition: all 0.5s;
}
.warpheader .header .nav .li:hover::after {
  width: 1.1rem;
}
.warpheader .header .nav .li .sub-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  min-width: 5.5rem;
    white-space: nowrap;
  background: #ffffff;
  box-shadow: 0px 0.125rem 0.25rem 0px rgba(36, 143, 117, 0.1);
  border-radius: 0px 0px 0.2rem 0.2rem;
  display: none;
}
.warpheader .header .nav .li .sub-nav a {
  display: block;
  line-height: 1.4rem;
  text-align: center;
  padding: 0 0.5rem;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(204, 204, 204, 0.25);
}
.warpheader .header .nav .li .sub-nav a:hover {
  background-color: #248f75;
  color: #fff;
}
.warpheader .header .nav .li .sub-nav a:last-child {
  border-bottom: 0;
}

.search-list1 {
  background: #f6f6f6;
  padding: 1.4rem 0;
  margin-top: 2.5rem;
}

.search-list1 .searchbox {
  width: 100%;
  height: 1.05rem;
  background: transparent;
  border: none;
  position: relative;
}

.search-list1 .input1 {
  width: 100%;
  height: 1.05rem;
  background: transparent;
  border: none;
}

.search-list1 .input2 {
  width: 3.1rem;
  height: 1.05rem;
  background: #18896e url(../img/searchbtn2.png) no-repeat 75px center;
  border-radius: 2px;
  background-size: 0.525rem auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.525rem;
  padding-left: 0.875rem;
  text-align: left;
  transition: all 0.6s;
}
.search-list1 .input2:hover {
  background: #007154 url(../img/searchbtn2.png) no-repeat 75px center;
  background-size: 0.525rem auto;
}

.search-list1 form {
  width: 100%;
}

@media (max-width: 767px) {
  .search-list1 .input2 {
    width: 2.5rem;
    padding-left: 0.625rem;
    background: #18896e url(../img/searchbtn2.png) no-repeat 60px center;
    background-size: 0.4rem auto;
  }

  .search-list1 .input1,
  .search-list1 .searchbox {
    height: 45px;
  }
}
.search-list2 {
  padding: 1.15rem 0 6rem;
  background: #fff;
}

.search-list2 span {
  color: #ff0000;
}

.search-list2 .tip {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f3f2f0;
}

.search-list2 .tab-ul {
  padding: 0 0.35rem;
  border-bottom: 2px solid #f3f2f0;
}

.search-list2 .tab-ul .li {
  margin: 0 0.5rem;
  position: relative;
  height: 1.3rem;
  line-height: 1.3rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.search-list2 .tab-ul .li:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 4px;
  background: #18896e;
  bottom: 0;
  left: 50%;
  margin-left: -0.5rem;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.search-list2 .tab-ul .li:hover,
.search-list2 .tab-ul .li.cur {
  color: #18896e;
}

.search-list2 .tab-ul .li:hover:before,
.search-list2 .tab-ul .li.cur:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-list2 .ulbox {
  margin-top: 1.25rem;
}

.search-list2 .ulbox span {
  color: #ff0000;
}

.search-list2 .ulbox .li {
  width: 48%;
  padding-bottom: 0.3rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(214, 214, 214, 0.8);
  padding-left: 0.55rem;
  position: relative;
  transition: all 0.6s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-list2 .ulbox .li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  background: #ccc;
  margin-top: -10px;
}

.search-list2 .ulbox .li:hover {
  color: #18896e;
}

.search-list2 .page {
  padding-top: 2.25rem;
}

@media (max-width: 767px) {
  .search-list2 {
    padding-bottom: 2.5rem;
  }

  .search-list2 .tab-ul {
    /*-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
  }

  .search-list2 .ulbox .li {
    width: 100%;
    padding-left: 18px;
  }

  .search-list2 .tab-ul .li {
    margin: 0 0.25rem;
  }

  .search-list2 .tab-ul {
    padding: 0;
  }

  .search-list2 .page {
    padding-top: 1rem;
  }

  .search-list2 .ulbox .li:before {
    width: 6px;
    height: 6px;
    margin-top: -7px;
  }

  .search-list2 .tab-ul .li {
    height: 1.1rem;
    width: 27%;
    line-height: 1.2;
    padding-top: 0.35rem;
    margin-bottom: 0.3rem;
  }

  .search-list4 .tab-ul .li {
    line-height: 1.1rem;
    padding-top: 0;
  }
}

.vidcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  cursor: pointer;
  z-index: 999;
}

.vidcontainer .video-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
}

.vidcontainer .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}

.vidcontainer .closevid {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/close-vid2.png");
  background-size: 0.35rem;
  border: 1px solid #fff;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: -2.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.vidcontainer video {
  width: 100%;
  outline: none;
}

@media (max-width: 767px) {
  .vidcontainer .closevid {
    width: 0.6rem;
    height: 0.6rem;
    top: -1rem;
    right: 0;
  }

  .vidcontainer .video-dialog {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  .vidcontainer .closevid:hover {
    transform: rotate(90deg);
  }
}
.play-btn {
  width: 2rem;
  cursor: pointer;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #18896e !important;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  background-color: #18896e !important;
}

.footeright .sharebox .li {
  position: relative;
}
.footeright .sharebox .li .ewm-box {
  position: absolute;
  width: 5.5rem;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.3rem;
}

.footeright .sharebox .li .ewm-box {
  position: absolute;
  width: 3rem;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0.3rem;
  display: none;
}

.footeright .sharebox .li .ewm-box .bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(5px);
  border-radius: 5px 5px 5px 5px;
  padding: 0.35rem 0.5rem;
  position: relative;
  text-align: center;
}

.footeright .sharebox .li .ewm-box .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 0.2rem solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.35) transparent;
  transform: translate(-50%, -100%);
}

.footeright .sharebox .li .ewm-box .bg img {
  display: inline-block;
}
.inpout-sub {
  position: absolute;
  z-index: 3;
  top: 100%;
  background-color: #eee;
  width: 100%;
  left: 0;
  padding: 0.5rem 0;
  line-height: 2;
  cursor: pointer;
  font-size: 0.4rem;
  display: none;
}
.inpout-sub .s {
  transition: all 0.5s;
  padding: 0 0.5rem;
}
.inpout-sub .s:hover {
  color: #fff;
  background-color: #198970;
}
.rep .box .li {
  position: relative;
}
.triangle {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #198970;
  height: 0;
  width: 0;
}
.cheack-box {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  right: 0.5rem;
}
.cheack-box .triangle {
  margin-left: 0.5rem;
}
.g-a .list .li .box .icon {
  height: 1rem;
}
.jhicon {
  margin-top: 4rem;
}
.jhicon svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: #eee;
  transition: all 0.5s;
}
.g-a .list .li:hover .jhicon svg {
  fill: #18896e;
}

.hoem3-bot {
  width: 5.75rem;
  height: 2.2rem;
  background: #18896e;
  box-shadow: 3px 8px 9px 0px rgba(0, 113, 84, 0.15);
  border-radius: 1.1rem;
  margin-bottom: 0.55rem;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.5rem;
}
.hoem2-bot {
  margin-top: 2.5rem;
}

.hoem3-bot .icon {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 0.75rem;
}

.lan-box {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: .3rem;
  /* display: none; */
  opacity: 0;
  visibility: hidden;

}
.langbtn:hover .lan-box{
  visibility: inherit;
  opacity: 1;
}

.lan-box .bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);

  border-radius: 5px 5px 5px 5px;
  padding: .35rem .5rem;
  position: relative;
}

.lan-box .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: .2rem solid;
  border-color: transparent transparent rgba(255, 255, 255) transparent;
  transform: translate(-50%, -100%);
}

.lan-box .lan-li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  font-weight: 300;
}

.warpheader .header .rightbox .langbtn{
  position: relative;
}