.bannerbox {
  position: relative;
  width: 100%;
}
.bannerbox img {
  width: 100%;
}
.bannerbox .bannermain {
  position: absolute;
  bottom: -21%;
  right: 9%;
  background-color: #043859;
  padding: 3% 4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bannerbox .bannermain h2 {
  font-family: 'SourceHanSerifCN-Bold';
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  overflow: hidden;
  line-height: 1;
  margin: 0;
}
.bannerbox .bannermain p {
  margin-top: 5%;
  width: 60%;
  font-size: 19px;
  color: #ffffff;
  line-height: 1.8;
}
.tadaytit {
  margin-top: 15%;
}
.tadaytit h2 {
  font-size: 42px;
}
.investorinfo {
  max-width: 1920px;
  padding: 0 6%;
  margin: 5% auto 8%;
}
.investorinfo .todaybox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.investorinfo .todaybox .todayitem {
  position: relative;
  width: 50%;
  height: 767px;
  cursor: default;
}
.investorinfo .todaybox .todayitem .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  transition: all 0.5s;
}
.investorinfo .todaybox .todayitem .item .gb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-image: -webkit-linear-gradient(top, transparent, transparent, transparent, #000);
}
.investorinfo .todaybox .todayitem .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investorinfo .todaybox .todayitem .item h3 {
  position: absolute;
  left: 6%;
  bottom: 4%;
  font-family: 'SourceHanSerifCN-Bold';
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.5;
  width: 80%;
  margin: 0;
  transition: all 0.5s;
}
.investorinfo .todaybox .todayitem .item .item-info {
  opacity: 0;
  position: absolute;
  left: 6%;
  top: 32%;
  transition: all 0.5s;
}
.investorinfo .todaybox .todayitem .item .item-info ul {
  width: 100%;
  padding-right: 12%;
  margin-bottom: 10%;
}
.investorinfo .todaybox .todayitem .item .item-info ul li {
  list-style: disc;
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 5%;
}
.investorinfo .todaybox .todayitem:hover .item {
  width: 100%;
  height: 100%;
}
.investorinfo .todaybox .todayitem:hover .item .gb {
  background-image: none;
  background-color: rgba(4, 56, 89, 0.7);
}
.investorinfo .todaybox .todayitem:hover .item h3 {
  position: absolute;
  left: 6%;
  top: 11%;
}
.investorinfo .todaybox .todayitem:hover .item .item-info {
  opacity: 1;
}
.understandbtn {
  margin: 6% auto 0;
  width: 20%;
  padding: 0 0.8%;
  background-color: #d19e5f;
  box-shadow: 4px 10px 9px 1px rgba(209, 158, 95, 0.33);
  border-radius: 28px;
  text-align: center;
}
.understandbtn a {
  width: 100%;
  height: 100%;
  font-family: 'SourceHanSerifCN-Bold';
  font-weight: bold;
  font-size: 19px;
  line-height: 2.5;
  color: #ffffff;
}
.development .superiority h2 {
  font-size: 42px;
}
.development .teambox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1920px;
  padding: 0 8%;
  margin: 7% auto 0;
}
.development .teambox .teamleft {
  position: relative;
}
.development .teambox .teamleft .info {
  margin-top: 15%;
  padding-right: 8%;
}
.development .teambox .teamleft .info h3 {
  font-family: 'SourceHanSerifCN-Bold';
  font-weight: bold;
  font-size: 31px;
  line-height: 1.2;
  color: #3d3d3d;
  margin-bottom: 3%;
}
.development .teambox .teamleft .info p {
  font-family: 'SourceHanSerifCN-Bold';
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  color: #666666;
}
.development .teambox .teamleft .infobom {
  margin-top: 12%;
  width: 80%;
  background-color: #fff;
  box-shadow: 2px 3px 10px #eee;
}
.development .teambox .teamleft .infobom ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4% 6%;
}
.development .teambox .teamleft .infobom ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  border-right: 1px solid #eee;
}
.development .teambox .teamleft .infobom ul li p {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 72px;
  line-height: 1;
  color: #d19e5f;
}
.development .teambox .teamleft .infobom ul li p span {
  white-space: nowrap;
  margin-left: 2%;
  font-size: 18px;
  line-height: 1;
  color: #2c2c2c;
}
.development .teambox .teamleft .infobom ul li .tit {
  font-size: 18px;
  line-height: 2;
  color: #2c2c2c;
}
.development .teambox .teamleft .infobom ul li:last-child {
  border: none;
}
.development .teambox .teamright {
  max-width: 850px;
  width: 50%;
  height: auto;
}
.development .teambox .teamright img {
  width: 100%;
  object-fit: cover;
}
.mleft {
  margin-left: -16%;
}
.viewbox .superiority h2 {
  font-size: 42px;
}
.viewbox .viewinfo {
  max-width: 1920px;
  padding: 0 8%;
  margin: 5% auto 10%;
}
.viewbox .viewinfo .infobox {
  width: 100%;
  margin-bottom: 8%;
}
.viewbox .viewinfo .infobox .brief {
  width: 45%;
  font-size: 18px;
  color: #3c3c3c;
  line-height: 1.8;
}
.viewbox .viewinfo .stakebox {
  position: relative;
  width: 100%;
}
.viewbox .viewinfo .stakebox .stake {
  width: 100%;
  max-height: 719px;
}
.viewbox .viewinfo .stakebox .stake img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.viewbox .viewinfo .stakebox .stakemain {
  position: absolute;
  right: 3%;
  top: -18%;
  width: 50%;
  background-color: #043859;
  padding: 3% 4% 4%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.viewbox .viewinfo .stakebox .stakemain h3 {
  font-family: 'SourceHanSerifCN-Bold';
  font-weight: bold;
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 6%;
  color: #ffffff;
  cursor: default;
}
.viewbox .viewinfo .stakebox .stakemain p {
  font-size: 18px;
  line-height: 2;
  color: #ffffff;
}
.cooperation h2 {
  font-family: 'SourceHanSerifCN-Bold';
  font-weight: bold;
  font-size: 42px;
  color: #d19e5f;
  line-height: 1;
  margin: 5% 0 3%;
}
.cooperation p {
  font-size: 22px;
  line-height: 2;
  color: #313131;
}
.course {
  margin-top: 8%;
}
.course .superiority h2 {
  font-size: 42px !important;
}
.course .courseswiper {
  margin-top: 5%;
  position: relative;
  width: 100%;
  max-height: 516px;
  overflow: hidden;
}
.course .courseswiper .blackbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.course .courseswiper .mySwiper {
  width: 100%;
  max-height: 516px;
}
.course .courseswiper .mySwiper .swiper-wrapper {
  width: 100%;
  max-height: 516px;
}
.course .courseswiper .mySwiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-height: 516px;
}
.course .courseswiper .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-height: 516px;
  object-fit: cover;
}
.course .courseswiper .mySwiper .swiper-wrapper .swiper-slide h2 {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  font-family: 'SourceHanSerifCN-Bold';
  font-weight: bold;
  font-size: 36px;
  line-height: 2;
  color: #ffffff;
  margin: 0;
  z-index: 3;
  width: 80%;
}
.course .courseswiper .lineul {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  bottom: 9.5%;
  width: 80%;
  margin: auto;
  height: 1px;
  background-color: #d5d5d5;
  opacity: 0.5;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  width: 75% !important;
  display: flex;
  align-items: center;
  justify-content: space-around;
  bottom: 8% !important;
}
.swiper-pagination-bullet {
  position: relative;
  width: 12px !important;
  height: 12px !important;
  text-align: center;
  line-height: 1.8;
  font-size: 12px;
  opacity: 0.9 !important;
  background: #d5d5d5 !important;
  transition: all 0.5s;
}
.swiper-pagination-bullet .num {
  display: inline-block;
  width: 80px;
  position: absolute;
  white-space: nowrap;
  top: -25px;
  left: -30px;
  font-size: 18px;
  color: #d5d5d5 !important;
}
.swiper-pagination-bullet-active {
  width: 15px !important;
  height: 15px !important;
  color: #fff !important;
  background: #fff !important;
  border: 3px solid #fff;
}
.swiper-pagination-bullet-active .num {
  display: inline-block;
  width: 80px;
  position: absolute;
  white-space: nowrap;
  top: -28px;
  left: -33px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
}
@media (max-width: 1700px) {
  .development .teambox .teamleft .info h3 {
    font-size: 30px;
  }
  .development .teambox .teamleft .info p {
    font-size: 18px;
  }
  .development .teambox .teamleft .infobom {
    margin-top: 10%;
  }
  .development .teambox .teamleft .infobom ul li p {
    font-size: 64px;
  }
  .development .teambox .teamleft .infobom ul li p span {
    font-size: 18px;
  }
  .development .teambox .teamleft .infobom ul li .tit {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .development .teambox .teamleft .info h3 {
    font-size: 28px;
  }
  .development .teambox .teamleft .info p {
    font-size: 16px;
  }
  .development .teambox .teamleft .infobom {
    margin-top: 10%;
  }
  .development .teambox .teamleft .infobom ul li p {
    font-size: 60px;
  }
  .development .teambox .teamleft .infobom ul li p span {
    font-size: 16px;
  }
  .development .teambox .teamleft .infobom ul li .tit {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .superiority .htitle h2 {
    font-size: 36px !important;
  }
  .bannermain h2 {
    font-size: 36px !important;
  }
  .bannermain p {
    font-size: 18px !important;
  }
  .investorinfo {
    padding: 0 4%;
  }
  .investorinfo .todaybox .todayitem {
    height: 447px;
  }
  .investorinfo .todaybox .todayitem .item h3 {
    font-size: 22px;
    margin-bottom: 1%;
  }
  .investorinfo .todaybox .todayitem .item .item-info ul li {
    font-size: 14px;
    margin-bottom: 10%;
  }
  .viewinfo .infobox .brief {
    font-size: 16px !important;
  }
  .stakebox .stakemain h3 {
    font-size: 32px !important;
  }
  .stakebox .stakemain p {
    font-size: 14px !important;
  }
  .cooperation h2 {
    font-size: 32px;
  }
  .cooperation p {
    font-size: 14px;
  }
  .development .teambox .teamleft .info h3 {
    font-size: 24px;
  }
  .development .teambox .teamleft .info p {
    font-size: 14px;
  }
  .development .teambox .teamleft .infobom {
    margin-top: 10%;
  }
  .development .teambox .teamleft .infobom ul li p {
    font-size: 48px;
  }
  .development .teambox .teamleft .infobom ul li p span {
    font-size: 12px;
  }
  .development .teambox .teamleft .infobom ul li .tit {
    font-size: 12px;
  }
  .course .courseswiper .mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 26px;
  }
  .lineul {
    bottom: 9% !important;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .swiper-pagination-bullet .num {
    font-size: 12px;
    left: -34px;
  }
}
@media (max-width: 1200px) {
  .bannermain h2 {
    font-size: 30px !important;
  }
  .bannermain p {
    font-size: 16px !important;
  }
  .investorinfo {
    padding: 0 4%;
  }
  .investorinfo .todaybox .todayitem {
    height: 447px;
  }
  .investorinfo .todaybox .todayitem .item h3 {
    font-size: 22px;
    margin-bottom: 1%;
  }
  .investorinfo .todaybox .todayitem .item .item-info ul li {
    font-size: 14px;
    margin-bottom: 10%;
  }
  .viewinfo .infobox .brief {
    font-size: 16px !important;
  }
  .stakebox .stakemain h3 {
    font-size: 32px !important;
  }
  .stakebox .stakemain p {
    font-size: 14px !important;
  }
  .cooperation h2 {
    font-size: 32px;
  }
  .cooperation p {
    font-size: 14px;
  }
  .development .teambox .teamleft .info h3 {
    font-size: 24px;
  }
  .development .teambox .teamleft .info p {
    font-size: 14px;
  }
  .development .teambox .teamleft .infobom {
    margin-top: 6%;
  }
  .development .teambox .teamleft .infobom ul li p {
    font-size: 40px;
  }
  .development .teambox .teamleft .infobom ul li p span {
    font-size: 12px;
  }
  .development .teambox .teamleft .infobom ul li .tit {
    font-size: 12px;
  }
  .course .courseswiper .mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 26px;
  }
  .lineul {
    bottom: 9% !important;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .swiper-pagination-bullet .num {
    font-size: 12px;
    left: -34px;
  }
}
@media (max-width: 1100px) {
  .bannermain {
    position: static !important;
    width: 100%;
    margin: auto;
  }
  .bannermain h2 {
    font-size: 28px !important;
  }
  .bannermain p {
    font-size: 16px !important;
  }
  .investorinfo {
    padding: 0 4%;
  }
  .investorinfo .todaybox .todayitem {
    height: 427px;
  }
  .investorinfo .todaybox .todayitem .item h3 {
    font-size: 22px;
    margin-bottom: 1%;
  }
  .investorinfo .todaybox .todayitem .item .item-info ul li {
    font-size: 14px;
    margin-bottom: 10%;
  }
  .viewinfo .infobox .brief {
    font-size: 16px !important;
  }
  .stakebox .stakemain h3 {
    font-size: 30px !important;
  }
  .stakebox .stakemain p {
    font-size: 14px !important;
  }
  .cooperation h2 {
    font-size: 30px;
  }
  .cooperation p {
    font-size: 14px;
  }
  .development .teambox .teamleft .info h3 {
    font-size: 24px;
  }
  .development .teambox .teamleft .info p {
    font-size: 14px;
  }
  .development .teambox .teamleft .infobom ul li p {
    font-size: 34px;
  }
  .development .teambox .teamleft .infobom ul li p span {
    font-size: 12px;
  }
  .development .teambox .teamleft .infobom ul li .tit {
    font-size: 12px;
  }
  .course {
    margin-top: 17%;
  }
  .course .courseswiper .mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 24px;
  }
  .lineul {
    bottom: 9% !important;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .swiper-pagination-bullet .num {
    font-size: 12px;
    left: -34px;
  }
  .understandbtn {
    width: 33%;
  }
  .tadaytit {
    margin-top: 7%;
  }
}
@media (max-width: 560px) {
  .superiority .htitle {
    width: 100% !important;
  }
  .superiority .htitle h2 {
    font-size: 22px !important;
  }
  .bannermain {
    position: static !important;
    width: 100%;
    margin: auto;
  }
  .bannermain h2 {
    font-size: 22px !important;
  }
  .bannermain p {
    width: 100% !important;
    font-size: 16px !important;
  }
  .understandbtn {
    width: 55%;
  }
  .understandbtn a {
    font-size: 16px;
  }
  .investorinfo {
    padding: 0;
  }
  .investorinfo .todaybox {
    flex-direction: column;
  }
  .investorinfo .todaybox .todayitem {
    width: 100%;
    height: 427px;
  }
  .investorinfo .todaybox .todayitem .item h3 {
    font-size: 18px;
    margin-bottom: 1%;
  }
  .investorinfo .todaybox .todayitem .item .item-info ul li {
    font-size: 14px;
    margin-bottom: 10%;
  }
  .viewinfo .infobox .brief {
    font-size: 16px !important;
  }
  .stakebox .stakemain h3 {
    font-size: 30px !important;
  }
  .stakebox .stakemain p {
    font-size: 14px !important;
  }
  .cooperation h2 {
    font-size: 30px;
  }
  .cooperation p {
    font-size: 14px;
  }
  .development .teambox {
    padding: 0;
    flex-direction: column;
  }
  .development .teambox .teamleft {
    width: 100%;
    padding: 4%;
  }
  .development .teambox .teamleft .info {
    margin-top: 0;
    padding: 0;
  }
  .development .teambox .teamleft .info h3 {
    font-size: 20px;
  }
  .development .teambox .teamleft .info p {
    font-size: 14px;
  }
  .development .teambox .teamleft .infobom {
    margin-top: 3%;
    position: static;
    width: 100%;
  }
  .development .teambox .teamleft .infobom ul li p {
    font-size: 32px;
  }
  .development .teambox .teamleft .infobom ul li p span {
    font-size: 12px;
  }
  .development .teambox .teamleft .infobom ul li .tit {
    font-size: 12px;
  }
  .development .teambox .teamright {
    width: 100%;
  }
  .course .courseswiper {
    height: 200px;
  }
  .course .courseswiper .mySwiper {
    height: 200px;
  }
  .course .courseswiper .mySwiper .swiper-wrapper {
    height: 200px;
  }
  .course .courseswiper .mySwiper .swiper-wrapper .swiper-slide {
    height: 200px;
  }
  .course .courseswiper .mySwiper .swiper-wrapper .swiper-slide h2 {
    font-size: 12px;
    width: 80%;
  }
  .swiper-pagination {
    width: 100% !important;
  }
  .swiper-pagination-bullet-active {
    width: 9px !important;
    height: 9px !important;
  }
  .swiper-pagination-bullet-active .num {
    font-size: 14px;
  }
  .lineul {
    bottom: 9% !important;
    width: 95% !important;
  }
  .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
  }
  .swiper-pagination-bullet .num {
    font-size: 12px;
    left: -34px;
  }
  .viewbox .viewinfo {
    padding: 0 4%;
  }
  .viewbox .viewinfo .infobox .brief {
    width: 100%;
    font-size: 14px !important;
  }
  .viewbox .viewinfo .stakebox .stakemain {
    position: static;
    width: 100%;
  }
  .viewbox .viewinfo .stakebox .stakemain h3 {
    font-size: 20px !important;
  }
  .viewbox .viewinfo .stakebox .stakemain p {
    font-size: 14px !important;
  }
  .cooperation h2 {
    font-size: 20px !important;
  }
  .cooperation p {
    font-size: 14px !important;
  }
}
@media (max-width: 460px) {
  .superiority .htitle {
    width: 100% !important;
  }
  .superiority .htitle h2 {
    font-size: 20px !important;
  }
  .bannermain {
    position: static !important;
    width: 100%;
    margin: auto;
  }
  .bannermain h2 {
    font-size: 20px !important;
  }
  .bannermain p {
    width: 100% !important;
    font-size: 14px !important;
  }
}
@media (max-width: 400px) {
  .development .teambox .teamleft .infobom ul li .tit {
    zoom: 0.9;
  }
}
