@charset "utf-8";
.social-share {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.social-share * {
  font-family: "socialshare" !important;
}
.social-share .icon-tencent:before {
  content: "\f07a";
}
.social-share .icon-qq:before {
  content: "\f11a";
}
.social-share .icon-weibo:before {
  content: "\f12a";
}
.social-share .icon-wechat:before {
  content: "\f09a";
}
.social-share .icon-douban:before {
  content: "\f10a";
}
.social-share .icon-heart:before {
  content: "\f20a";
}
.social-share .icon-like:before {
  content: "\f00a";
}
.social-share .icon-qzone:before {
  content: "\f08a";
}
.social-share .icon-linkedin:before {
  content: "\f01a";
}
.social-share .icon-diandian:before {
  content: "\f05a";
}
.social-share .icon-facebook:before {
  content: "\f03a";
}
.social-share .icon-google:before {
  content: "\f04a";
}
.social-share .icon-twitter:before {
  content: "\f06a";
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}
.social-share .icon-weibo:hover {
  background: #ff763b;
}
.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-tencent:hover {
  background: #56b6e7;
}
.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-qq:hover {
  background: #56b6e7;
}
.social-share .icon-qzone {
  color: #FDBE3D;
  border-color: #FDBE3D;
}
.social-share .icon-qzone:hover {
  background: #FDBE3D;
}
.social-share .icon-douban {
  color: #33b045;
  border-color: #33b045;
}
.social-share .icon-douban:hover {
  background: #33b045;
}
.social-share .icon-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}
.social-share .icon-linkedin:hover {
  background: #0077B5;
}
.social-share .icon-facebook {
  color: #44619D;
  border-color: #44619D;
}
.social-share .icon-facebook:hover {
  background: #44619D;
}
.social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}
.social-share .icon-google:hover {
  background: #db4437;
}
.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}
.social-share .icon-twitter:hover {
  background: #55acee;
}
.social-share .icon-diandian {
  color: #307DCA;
  border-color: #307DCA;
}
.social-share .icon-diandian:hover {
  background: #307DCA;
}
.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}
.social-share .icon-wechat:hover {
  background: #7bc549;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
:root {
  --color: #13FF00;
  --vh: 100vh;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.font700 {
  font-weight: 700;
}
.container1080 {
  max-width: 1080px;
}
.container750 {
  max-width: 750px;
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.textflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about-box1 {
  width: 100%;
}
.about-box1 .box {
  width: 100%;
  padding: 0.7rem 0 0;
}
.about-box1 .container {
  position: relative;
  z-index: 3;
}
.about-box1 .container .txt {
  line-height: calc(22/16);
  color: #00E013;
  text-align: center;
}
.about-box1 .container .title {
  text-align: center;
  line-height: calc(48/40);
  color: #000;
  margin-top: 0.24rem;
}
.about-box1 .container .img {
  width: 100%;
  margin-top: 0.86rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.about-box1 .container .img img {
  width: 100%;
}
.about-box1 .bd {
  width: 100%;
  height: 50vh;
}
.about-box2 {
  width: 100%;
  padding: 1.07rem 0 0;
}
.about-box2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-box2 .container .title {
  width: calc(500/1280*100%);
  max-width: 100%;
  color: #000;
  line-height: calc(48/40);
}
@media (max-width: 991px) {
  .about-box2 .container .title {
    width: 100%;
  }
}
.about-box2 .container .box {
  width: calc(640/1280*100%);
}
@media (max-width: 991px) {
  .about-box2 .container .box {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.about-box2 .container .box .txt {
  color: #777;
  line-height: calc(24/16);
}
.about-box2 .container .box .list {
  width: 100%;
  margin-top: 0.3rem;
}
.about-box2 .container .box .list ul {
  width: 100%;
}
.about-box2 .container .box .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.36rem 0 0.63rem;
  border-top: 1px solid #E2E2E2;
}
.about-box2 .container .box .list ul li .text {
  color: #888;
  line-height: calc(24/16);
}
.about-box2 .container .box .list ul li .num {
  color: #000;
  line-height: 1;
  display: flex;
  align-items: center;
}
.about-box3 {
  width: 100%;
  padding: 0.52rem 0 1.2rem;
}
.about-box3 .container .list {
  width: 100%;
}
.about-box3 .container .list ul {
  width: calc(100% + 0.22rem);
  margin: 0 -0.11rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about-box3 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.about-box3 .container .list ul li {
  width: calc(33.33% - 0.22rem);
  margin: 0 0.11rem 0.2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-box3 .container .list ul li {
    width: calc(50% - 0.22rem);
    margin: 0 0.11rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .about-box3 .container .list ul li {
    width: 100%;
    margin: 0 0 0.3rem;
  }
}
.about-box3 .container .list ul li .public-img {
  width: 100%;
  border-radius: 0.16rem;
  background: linear-gradient(180deg, #F4F4F4 0%, #E6E6E6 100%);
}
.about-box3 .container .list ul li .public-img::before {
  padding-top: calc(475/412*100%);
}
.about-box3 .container .list ul li .tbox {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 0.32rem 0.34rem;
}
.about-box3 .container .list ul li .tbox .t1 {
  line-height: calc(20/16);
  color: rgba(0, 0, 0, 0.5);
}
.about-box3 .container .list ul li .tbox .t2 {
  color: #000;
  line-height: calc(34/24);
  margin-top: 0.14rem;
}
.about-box3 .container .list ul li:hover .public-img img {
  transform: scale(1.05);
}
.about-box4 {
  width: 100%;
  background: #F9F9F9;
  padding: 1.12rem 0 0.97rem;
}
.about-box4 .container .list {
  width: 100%;
}
.about-box4 .container .list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.7rem;
}
.about-box4 .container .list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.about-box4 .container .list li:last-child {
  margin-bottom: 0;
}
.about-box4 .container .list li .public-img {
  width: calc(640/1280*100%);
  border-radius: 0.16rem;
  background: #d9d9d9;
}
@media (max-width: 767px) {
  .about-box4 .container .list li .public-img {
    width: 100%;
  }
}
.about-box4 .container .list li .public-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.about-box4 .container .list li .public-img::before {
  padding-top: calc(450/640*100%);
}
.about-box4 .container .list li .tbox {
  width: calc(570/1280*100%);
  padding-right: 0.32rem;
}
@media (max-width: 767px) {
  .about-box4 .container .list li .tbox {
    width: 100%;
    padding: 0.3rem 0;
  }
}
.about-box4 .container .list li .tbox .t1 {
  line-height: calc(48/36);
  color: #000;
}
.about-box4 .container .list li .tbox .t2 {
  margin-top: 0.24rem;
  color: #777;
  line-height: calc(22/16);
}
.about-box4 .container .list li .tbox .more {
  display: flex;
  margin-top: 0.65rem;
}
.about-box4 .container .list li .tbox .more a {
  height: 48px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  background: #13FF00;
  transition: all 0.4s;
  color: #171616;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .about-box4 .container .list li .tbox .more a {
    padding: 0 0.25rem 0 0.3rem;
  }
}
.about-box4 .container .list li .tbox .more a i {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.16rem;
}
.about-box4 .container .list li .tbox .more a i img,
.about-box4 .container .list li .tbox .more a i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-box4 .container .list li .tbox .more a:hover {
  background: #12F600;
}
@keyframes rotate99 {
  100% {
    transform: rotate(1turn);
  }
}
.about-box5 {
  width: 100%;
  padding: 1rem 0 0.6rem;
}
.about-box5 .container .list {
  width: 100%;
}
.about-box5 .container .list ul {
  margin: 0 -0.11rem;
  display: flex;
  flex-wrap: wrap;
}
.about-box5 .container .list ul li {
  padding: 0 0.11rem;
  width: calc(100% / 3);
  margin: 0 0 0.2rem;
}
@media (max-width: 991px) {
  .about-box5 .container .list ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .about-box5 .container .list ul li {
    width: 100%;
  }
}
.about-box5 .container .list ul li .yuanbox {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem;
  background: #F8F8F8;
  padding: 0.35rem 0.48rem;
}
@media (max-width: 767px) {
  .about-box5 .container .list ul li .yuanbox {
    padding: 0.3rem;
  }
}
.about-box5 .container .list ul li .yuanbox:hover .yuan1 {
  opacity: 1;
}
.about-box5 .container .list ul li .yuan1 {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  border-radius: 0.05rem;
  background-image: conic-gradient(transparent, #13ff00, transparent 30%);
  background-position: 0 0;
  background-repeat: no-repeat;
  animation: rotate99 4s linear infinite;
  z-index: 1;
  opacity: 0;
}
.about-box5 .container .list ul li .yuan2 {
  border-radius: 0.16rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #f8f8f8;
  z-index: 2;
}
.about-box5 .container .list ul li .icons {
  position: relative;
  z-index: 3;
  width: 0.76rem;
  height: 0.84rem;
  background: url(../images/about-box5-bgicon.svg) top center no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.about-box5 .container .list ul li .icons img,
.about-box5 .container .list ul li .icons svg {
  width: 0.5rem;
  height: auto;
  object-fit: contain;
}
.about-box5 .container .list ul li .t1 {
  position: relative;
  z-index: 3;
  color: #000;
  line-height: calc(32/22);
  margin-top: 0.65rem;
}
@media (max-width: 991px) {
  .about-box5 .container .list ul li .t1 {
    margin-top: 0.3rem;
  }
}
.about-box5 .container .list ul li .t2 {
  position: relative;
  z-index: 3;
  color: #777;
  line-height: calc(22/16);
  margin-top: 0.22rem;
}
.about-box6 {
  width: 100%;
  padding: 0.78rem 0 0.5rem;
}
.about-box6 > .container .txt {
  color: #00E013;
  line-height: calc(24/16);
}
.about-box6 > .container .title {
  margin-top: 0.16rem;
  line-height: calc(50/40);
  color: #000000;
}
.about-box6 .list-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 1.1rem;
}
@media (max-width: 991px) {
  .about-box6 .list-box {
    margin-top: 0.6rem;
  }
}
.about-box6 .list-box .container {
  position: relative;
  z-index: 2;
}
.about-box6 .list-box .container .line {
  width: 100%;
  height: auto;
  position: absolute;
  top: 17px;
  left: -320px;
  z-index: 1;
  display: flex;
  color: #D9D9D9;
  pointer-events: none;
}
@media (max-width: 991px) {
  .about-box6 .list-box .container .line {
    display: none;
  }
}
.about-box6 .list-box .container .line svg {
  width: auto;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.about-box6 .list-box .container .list {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about-box6 .list-box .container .list ul {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .about-box6 .list-box .container .list ul {
    flex-wrap: wrap;
  }
}
.about-box6 .list-box .container .list ul li {
  width: 425px;
  height: 285px;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 991px) {
  .about-box6 .list-box .container .list ul li {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .about-box6 .list-box .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.about-box6 .list-box .container .list ul li .dian {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media (max-width: 991px) {
  .about-box6 .list-box .container .list ul li .dian {
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .about-box6 .list-box .container .list ul li .dian {
    width: 28px;
    height: 28px;
  }
}
.about-box6 .list-box .container .list ul li .dian::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00E013;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-box6 .list-box .container .list ul li .tbox {
  width: 100%;
  opacity: 0.5;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .about-box6 .list-box .container .list ul li .tbox {
    opacity: 1;
  }
}
.about-box6 .list-box .container .list ul li .tbox .year {
  color: #000;
  line-height: calc(42/32);
}
.about-box6 .list-box .container .list ul li .tbox .txt {
  width: 260px;
  max-width: 100%;
  color: #000;
  line-height: calc(20/16);
  margin-top: 0.1rem;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .about-box6 .list-box .container .list ul li .tbox .txt {
    width: 100%;
  }
}
.about-box6 .list-box .container .list ul li .tbox .txt::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(20/16*0.5em - 4px);
  z-index: 1;
}
@media (max-width: 767px) {
  .about-box6 .list-box .container .list ul li .tbox .txt::before {
    width: 6px;
    height: 6px;
    top: calc(20/16*0.5em - 3px);
  }
}
@media (min-width: 992px) {
  .about-box6 .list-box .container .list ul li:nth-child(1) .dian {
    margin-bottom: 48px;
  }
  .about-box6 .list-box .container .list ul li:nth-child(2) {
    align-content: flex-end;
    padding-bottom: 41px;
  }
  .about-box6 .list-box .container .list ul li:nth-child(2) .dian {
    order: 2;
    margin-top: 0.38rem;
  }
  .about-box6 .list-box .container .list ul li:nth-child(3) {
    align-content: flex-end;
    padding-bottom: 29px;
  }
  .about-box6 .list-box .container .list ul li:nth-child(3) .dian {
    order: 2;
    margin-top: 0.5rem;
  }
  .about-box6 .list-box .container .list ul li:nth-child(4) {
    padding-top: 2px;
  }
  .about-box6 .list-box .container .list ul li:nth-child(4) .dian {
    margin-bottom: 0.36rem;
  }
  .about-box6 .list-box .container .list ul li:nth-child(5) {
    align-content: flex-end;
    padding-bottom: 36px;
  }
  .about-box6 .list-box .container .list ul li:nth-child(5) .dian {
    order: 2;
    margin-top: 0.5rem;
  }
  .about-box6 .list-box .container .list ul li:nth-child(6) {
    align-content: flex-end;
    transform: translateY(5px);
  }
  .about-box6 .list-box .container .list ul li:nth-child(6) .dian {
    order: 2;
    margin-top: 0.5rem;
  }
  .about-box6 .list-box .container .list ul li:nth-child(7) {
    padding-top: 20px;
  }
  .about-box6 .list-box .container .list ul li:nth-child(7) .dian {
    margin-bottom: 0.36rem;
  }
  .about-box6 .list-box .container .list ul li:nth-child(8) {
    align-content: flex-end;
    padding-bottom: 64px;
  }
  .about-box6 .list-box .container .list ul li:nth-child(8) .dian {
    order: 2;
    margin-top: 0.5rem;
  }
  .about-box6 .list-box .container .list ul li:nth-child(9) {
    align-content: flex-end;
    transform: translateY(7px);
  }
  .about-box6 .list-box .container .list ul li:nth-child(9) .dian {
    order: 2;
    margin-top: 0.5rem;
  }
  .about-box6 .list-box .container .list ul li:nth-child(10) {
    padding-top: 12px;
  }
  .about-box6 .list-box .container .list ul li:nth-child(10) .dian {
    margin-bottom: 0.36rem;
  }
  .about-box6 .list-box .container .list ul li:nth-child(11) {
    padding-top: 110px;
  }
  .about-box6 .list-box .container .list ul li:nth-child(11) .dian {
    margin-bottom: 0.36rem;
  }
}
.about-box6 .list-box .container .list ul li.on .tbox {
  opacity: 1;
}
.about-box6 .list-box .container .menu {
  width: 100%;
  height: 56px;
  background: #F8F8F8;
  border-radius: 28px;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 1.1rem;
}
@media (max-width: 991px) {
  .about-box6 .list-box .container .menu {
    display: none;
  }
}
.about-box6 .list-box .container .menu ul {
  width: 100%;
  display: flex;
  flex-shrink: 0;
}
.about-box6 .list-box .container .menu ul li {
  width: calc(100%/11);
  padding: 0 0.2rem;
  height: 100%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.about-box6 .list-box .container .menu ul li::after {
  content: '';
  width: 0.62rem;
  height: 100%;
  background: url(../images/about-box6-menu-bg.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -0.3rem;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.about-box6 .list-box .container .menu ul li:last-child {
  margin-right: 0;
}
.about-box6 .list-box .container .menu ul li:last-child::after {
  display: none;
}
.about-box6 .list-box .container .menu ul li span {
  position: relative;
  z-index: 2;
  background: #F8F8F8;
}
.about-box6 .list-box .container .menu .mouse {
  display: flex;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  padding: 10px 10px;
}
.about-box6 .list-box .container .menu .mouse span {
  width: 65px;
  height: 36px;
  border-radius: 18px;
  background: #00E013;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #fff;
  padding: 0 10px;
  box-shadow: 0 0 40px 0 #00e013;
}
.about-box6 .list-box .container .menu .mouse span svg {
  width: 12px;
}
.about-box6 .list-box .container .menu .mouse span svg:nth-child(1) {
  transform: rotateY(180deg);
}
.about-box7 {
  padding: 0.65rem 0 1.6rem;
}
.about-box7 .container .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-box7 .container .list ul {
    flex-wrap: wrap;
  }
}
.about-box7 .container .list ul li {
  position: relative;
  z-index: 1;
  width: calc(400/1280*100%);
  transition: all 0.4s;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .about-box7 .container .list ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .about-box7 .container .list ul li:last-child {
    margin-bottom: 0;
  }
}
.about-box7 .container .list ul li.on {
  width: calc(872/1280*100%);
}
@media (max-width: 767px) {
  .about-box7 .container .list ul li.on {
    width: 100%;
  }
}
.about-box7 .container .list ul li .public-img {
  width: 100%;
  border-radius: 0.16rem;
}
.about-box7 .container .list ul li .public-img::before {
  padding-top: calc(4.75rem);
}
.about-box7 .container .list ul li .public-img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(122deg, #000 12.23%, rgba(0, 0, 0, 0) 72.74%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.2;
}
.about-box7 .container .list ul li .tbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.37rem 0.4rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.16rem;
}
.about-box7 .container .list ul li .tbox .t1 {
  line-height: calc(22/16);
  color: #fff;
}
.about-box7 .container .list ul li .tbox .t2 {
  color: #fff;
  line-height: calc(36/28);
  margin-top: 0.14rem;
}
.about-box7 .container .list ul li .tbox .more {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0.4rem;
  bottom: 0.45rem;
  z-index: 2;
}
.about-box7 .container .list ul li .tbox .more a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  transition: all 0.4s;
}
.about-box7 .container .list ul li .tbox .more a svg {
  width: 10px;
  height: 10px;
  object-fit: contain;
  color: #fff;
}
.about-box7 .container .list ul li .tbox .more a:hover {
  background: #13FF00;
}
