.page_banner .shares {
  margin-top: 3%;
  width: 480px;
}
.page_banner .shares .name {
  color: #fff;
  margin-bottom: 20px;
}
.page_banner .shares .num {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page_banner .shares .num::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  margin-top: 10px;
}
.page_banner .shares .num::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  margin-bottom: 10px;
}
.page_banner .shares .num .ic {
  width: 20px;
  margin-right: 10px;
}
.page_banner .shares .num .n1,
.page_banner .shares .num .n2,
.page_banner .shares .num .n3 {
  display: flex;
  align-items: center;
  color: #fff;
  width: 40%;
  padding: 5px 0;
}
.page_banner .shares .num .n1 i,
.page_banner .shares .num .n2 i,
.page_banner .shares .num .n3 i {
  display: block;
  line-height: 1.5;
}
.page_banner .shares .num .n1 span,
.page_banner .shares .num .n2 span,
.page_banner .shares .num .n3 span {
  margin-top: 0;
  line-height: 1.5;
  width: auto;
}
.page_banner .shares .shares-time {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.ctn {
  width: 100%;
  overflow: hidden;
}
.ctn .tit {
  color: #222;
  text-align: center;
}
.ctn .tit::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  margin: 0 auto;
  background: #25bc4e;
  margin-top: 15px;
}
.ctn .page1 {
  padding: 80px 0 100px;
}
.ctn .page1 .table-top {
  margin-top: 35px;
  width: 100%;
  background-image: linear-gradient(to right, #2b48d6, #01aaff);
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
}
.ctn .page1 .table-top p {
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
}
.ctn .page1 table {
  width: 100%;
}
.ctn .page1 table td {
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
  color: #777;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.5s;
}
.ctn .page1 table tr {
  transition: all 0.5s;
}
.ctn .page1 table tr:nth-child(1) td {
  color: #222;
}
.ctn .page1 table tr:nth-child(odd) {
  background: #f7f7f7;
}
.ctn .page1 table tr:nth-child(odd) td:nth-child(2) {
  background: #efefef;
}
.ctn .page1 table tr td:nth-child(2) {
  background: #f7f7f7;
}
.ctn .page1 table tr:hover {
  background: #2556dc !important;
}
.ctn .page1 table tr:hover td {
  background: #2556dc !important;
  color: #fff;
}
.ctn .page2 {
  background: #f2f6fa;
  padding: 120px 0;
}
.ctn .page2 .w1440 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ctn .page2 .w1440 .txt {
  width: 40%;
}
.ctn .page2 .w1440 .txt .tit {
  text-align: left;
}
.ctn .page2 .w1440 .txt .tit::after {
  margin: 15px 0 0 0;
}
.ctn .page2 .w1440 .txt .des {
  line-height: 2.25;
  color: #777;
  margin-top: 30px;
  text-align: justify;
}
.ctn .page2 .w1440 .img {
  width: 50%;
  overflow: hidden;
}
.ctn .page2 .w1440 .img .title {
  background: url(/upload/image/2024/04/25/536ebcb2-d300-4d2a-a137-25a04e64541d.jpg);
  background-size: cover;
  width: 100%;
  line-height: 70px;
  height: 70px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.ctn .page2 .w1440 .img:hover img {
  transform: scale(1.05);
}
.ctn .page2 .w1440 .list {
  width: 100%;
  margin-top: 120px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ctn .page2 .w1440 .list li {
  width: 32.33%;
  margin-right: 1.5%;
  margin-bottom: 2%;
  position: relative;
  padding: 35px 35px 30px;
  background: #fff;
}
.ctn .page2 .w1440 .list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(/upload/image/2024/04/25/2035d0d1-1b7d-4c75-ae42-f2e423c72263.jpg);
  background-size: cover;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
.ctn .page2 .w1440 .list li::after {
  content: '';
  display: block;
  width: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background: #2b2bd6;
}
.ctn .page2 .w1440 .list li:nth-child(3n) {
  margin-right: 0;
}
.ctn .page2 .w1440 .list li a {
  position: relative;
  z-index: 10;
}
.ctn .page2 .w1440 .list li .item-t {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.ctn .page2 .w1440 .list li .item-t svg {
  margin-right: 11px;
  margin-top: 3px;
  width: 25px;
  height: 25px;
}
.ctn .page2 .w1440 .list li .item-t span {
  width: calc(100% - 36px);
  color: #222;
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.ctn .page2 .w1440 .list li .item-b {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn .page2 .w1440 .list li .item-b p {
  display: flex;
  align-items: center;
  color: #25bc4e;
  background: #fff;
  padding: 8px 20px;
  border-radius: 100px;
  opacity: 0;
  transition: all 0.3s;
}
.ctn .page2 .w1440 .list li .item-b p svg {
  width: 25px;
  height: 25px;
  margin-right: 11px;
}
.ctn .page2 .w1440 .list li .item-b span {
  color: #999;
}
.ctn .page2 .w1440 .list li:hover::before {
  opacity: 1;
}
.ctn .page2 .w1440 .list li:hover .item-t svg path {
  fill: #fff;
}
.ctn .page2 .w1440 .list li:hover .item-t span {
  color: #fff;
}
.ctn .page2 .w1440 .list li:hover .item-b p {
  opacity: 1;
}
.ctn .page2 .w1440 .list li:hover .item-b span {
  color: #fff;
}
.ctn .page3 {
  padding-top: 90px;
  padding-bottom: 200px;
}
.ctn .page3 .item {
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden;
  background: url(/upload/image/2024/04/25/ec20a49b-8880-4d25-a36c-714a25d2f6d9.jpg);
  background-size: cover;
  padding: 60px 0;
  width: 100%;
  text-align: center;
}
.ctn .page3 .item p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
.ctn .page3 .item a {
  display: inline-block;
  padding: 13px 33px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  border-radius: 100px;
  margin-top: 35px;
  transition: all 0.3s;
}
.ctn .page3 .item a:hover {
  background: #fff;
  color: #222;
}
/* 125% */
@media screen and (max-width: 1440px) {
  .ctn .page1 {
    padding: 60px 0 80px;
  }
  .ctn .page2 {
    padding: 80px 0;
  }
  .ctn .page2 .w1440 .list li {
    padding: 25px 25px 20px;
  }
  #demo-laypage-text {
    margin-top: 40px;
  }
  .ctn .page3 {
    padding-top: 60px;
  }
  .ctn .page2 .w1440 .list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1366px) {
  .ctn .page1 table td {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
/* 150 */
@media screen and (max-width: 998px) {
  .page_banner {
    height: 300px;
  }
  .ctn .tit::after {
    width: 60px;
    height: 2px;
    margin-top: 10px;
  }
  .ctn .page2 .w1440 .list {
    justify-content: space-between;
  }
  .ctn .page2 .w1440 .list li {
    width: 49%;
    margin-right: 0!important;
  }
}
@media screen and (max-width: 768px) {
  .page_banner {
    height: 250px;
  }
  .page_banner .shares {
    margin-top: 10px;
    width: 100%;
  }
  .page_banner .shares .name {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .page_banner .shares .num::before {
    margin-bottom: 5px;
  }
  .page_banner .shares .num::after {
    margin-top: 5px;
  }
  .page_banner .w1440 .txt i,
  .shares-time {
    color: #fff !important;
    text-shadow: 0 0 4px rgba(45, 75, 214, 0.8), 0 0 4px rgba(45, 75, 214, 0.8), 0 0 4px rgba(45, 75, 214, 0.8);
  }
  .page_banner .shares .shares-time {
    margin-top: 10px;
    font-size: 12px;
  }
  .ctn .page1 {
    padding: 30px 0 40px;
  }
  .ctn .page2 {
    padding: 40px 0;
  }
  #demo-laypage-text {
    margin-top: 30px;
  }
  .ctn .page3 {
    padding-top: 30px;
    padding-bottom: 150px;
  }
  .ctn .page2 .w1440 .list {
    margin-top: 40px;
  }
  .ctn .page1 .table-top {
    margin-top: 20px;
    padding: 15px 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ctn .page1 .table-top p {
    line-height: 1.5;
    height: auto;
    font-size: 14px;
    width: 100%;
  }
  .ctn .page1 table td {
    padding: 10px;
    height: auto;
    line-height: 1.5;
    font-size: 12px;
  }
  .ctn .page1 table tr td:nth-child(2) {
    white-space: nowrap;
    text-align: center;
  }
  .ctn .page1 table tr td:nth-child(3) {
    white-space: nowrap;
    text-align: center;
  }
  .ctn .page2 .w1440 .txt {
    width: 100%;
  }
  .ctn .page2 .w1440 .txt .tit {
    text-align: center;
  }
  .ctn .page2 .w1440 .txt .tit::after {
    margin: 15px auto 0;
  }
  .ctn .page2 .w1440 .txt .des {
    margin-top: 10px;
    line-height: 1.8;
  }
  .ctn .page2 .w1440 .img {
    width: 100%;
    margin-top: 20px;
  }
  .ctn .page2 .w1440 .list li .item-t span{
      display: block;
      height: auto;
  }
  .ctn .page2 .w1440 .list li .item-b{
      margin-top: 20px;
  }
  .ctn .page2 .w1440 .list li {
    width: 100%;
  }
  .ctn .page2 .w1440 .list li .item-t svg {
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  .ctn .page2 .w1440 .list li .item-b p {
    opacity: 1;
    border: 1px solid #e9e9e9;
    color: #999;
    padding: 4px 18px;
  }
  .ctn .page3 .item {
    margin-top: 20px;
    padding: 30px 0;
  }
  .ctn .page3 .item a {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=./InvestorRelations.css.map */
