.section .wrap {
  width: 1540px;
  margin: 160px auto 142px;
}
.section .wrap .title {
  font-size: 50px;
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  color: #292929;
  margin: 0 0 88px 0;
}
.section .wrap .content {
  display: flex;
  justify-content: space-between;
}
.section .wrap .content .l{
  width: 680px;
}
.section .wrap .content .l .headline {
  font-size: 32px;
  color: #292929;
  margin: 0 0 83px 0;
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;
}
.section .wrap .content .l .display {
  display: flex;
}
.section .wrap .content .l .display .left {
  margin: 0 271px 0 0;
}
.section .wrap .content .l .display .left span {
  font-size: 32px;
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  color: #292929;
  display: block;
  margin: 0 0 130px 0;
}
.section .wrap .content .l .display .left .red .num {
  font-size: 100px;
  font-family: "DINCond-Bold", sans-serif!important;
  font-weight: 400;
  color: #E41937;
  line-height: 73px;
  margin: 0 0 29px 0;
  position: relative;
  left: -10px;
  min-width: 184px;
}
.section .wrap .content .l .display .left .red .data {
  display: flex;
  align-items: center;
}
.section .wrap .content .l .display .left .red .data .border {
  width: 27px;
  height: 27px;
  background: #E41937;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.section .wrap .content .l .display .left .red .data .border .iconfont {
  font-size: 15px;
  color: #FFFFFF;
  transform: rotate(-90deg);
  animation: growUp 2s infinite ease-out;
}
.section .wrap .content .l .display .left .red .data p {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
}


.section .wrap .content .l .display .left .red.green .num{
  /*color: green;*/
}

.section .wrap .content .l .display .left .red.green .data .border{
  /*background: green;*/
  transform: rotate(180deg);
}
.section .wrap .content .l .display .right {
  margin: 31px 0 0 0;
}
.section .wrap .content .l .display .right .list {
  display: flex;
  align-items: center;
}
.section .wrap .content .l .display .right .list:not(:last-child) {
  margin: 0 0 60px 0;
}
.section .wrap .content .l .display .right .list p {
  font-size: 22px;
  color: #292929;
  margin: 0 44px 0 0;
  min-width: 110px;
  text-align: right;
}
.section .wrap .content .l .display .right .list span {
  font-size: 36px;
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  font-weight: 400;
  color: #292929;
  min-width: 67px;
  text-align: right;
  position: relative;
}
.section .wrap .content .l .display .right .list span:after {
  content: attr(data-text);
  position: absolute;
  left: 110%;
  bottom: 4px;
  font-size: 22px;
  color: #292929;
  white-space: nowrap;
  font-family: "SourceHanSansCN-Regular r", sans-serif !important;
}
.section .wrap .content .r .cut {
  display: flex;
  margin: 0 0 98px 0;
}
.section .wrap .content .r .cut a {
  width: 94px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  transition: 1s;
}
.section .wrap .content .r .cut a:not(:last-child) {
  margin: 0 20px 0 0;
}
.section .wrap .content .r .cut a.on,
.section .wrap .content .r .cut a:hover {
  background: #E41937;
  color: #fff;
}
.section .wrap .content .r .matter .img {
  display: none;
  width: 680px;
}
.section .wrap .content .r .matter .img img{
  width: 100%;
}
.section .wrap .content .r .matter .img.on {
  display: block;
}
.section .wrap .content .r .matter .img.on img {
  object-fit: contain;
}
.section2 {
  background: #F5F5F5;
}
.section2 .wrap {
  width: 1540px;
  margin: 138px auto 115px;
}
.section2 .wrap .title {
  margin: 0 0 68px 0;
  display: flex;
  justify-content: space-between;
}

.section2 .wrap .title p{
  font-size: 50px;
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;

  color: #292929;
  width: 680px;
}
.section2 .wrap .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section2 .wrap .content .item {
  width: 680px;
  border-bottom: 1px solid #cdcdcd;
  padding: 44px 0;
  display: flex;
  justify-content: space-between;
}
.section2 .wrap .content .item:nth-child(1) {
  border-top: 1px solid #cdcdcd;
}
.section2 .wrap .content .item .introduce .time {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
  margin: 0 0 20px 0;
}
.section2 .wrap .content .item .introduce span {
  font-size: 22px;
  font-weight: bold;
  color: #292929;
  transition: 0.4s;
  height: 57px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section2 .wrap .content .item .iconfont {
  color: #999999;
  font-size: 22px;
  font-weight: 200;
  animation: iconfont 2s infinite ease-out;
}
.section2 .wrap .content .item:hover .introduce span {
  color: #E41937;
}

.section2 .wrap .display_pagination{
  display: flex;
  justify-content: space-between;
}
.section2 .wrap .display_pagination .matter{
  width: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section2 .wrap .public_pagination {
  margin: 72px 0 0 0;
}
.section3 .wrap {
  width: 1540px;
  margin: 142px auto;
}
.section3 .wrap .title {
  font-size: 40px;
  font-weight: bold;
  color: #292929;
  margin: 0 0 86px 0;
}
.section3 .wrap .information .list {
  display: flex;
}
.section3 .wrap .information .list:not(:last-child) {
  margin: 0 0 24px 0;
}
.section3 .wrap .information .list p {
  font-size: 20px;
  font-weight: bold;
  color: #292929;
  min-width: 80px;
  margin: 0 25px 0 0;
}
.section3 .wrap .information .list a {
  font-size: 20px;
  color: #292929;
}
.section3 .wrap .linkurl{
  display: flex;
  align-items: center;
  margin: 50px 0 0 0;
}
.section3 .wrap .linkurl .iconfont{
  color: #999999;
  font-size: 18px;
  margin: 0 8px 0 0;
  font-weight: 100;
  transition: 0.6s;
}
.section3 .wrap .linkurl p{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  transition: 0.6s;
}
.section3 .wrap .content {
  display: flex;
  justify-content: space-between;
  display: none;
}
.section3 .wrap .content .l {
  width: 550px;
  display: block;
}
.section3 .wrap .content .l .img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.section3 .wrap .content .l .img img {
  width: 100%;
  height: 100%;
  transition: 2s;
}
.section3 .wrap .content .l .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 64px 0 0 0;
}
.section3 .wrap .content .l .text span {
  font-size: 26px;
  font-weight: bold;
  color: #292929;
  transition: 0.5s;
}
.section3 .wrap .content .l .text .iconfont {
  color: #e41937;
  font-size: 24px;
  animation: iconfont 2s infinite ease-out;
}
.section3 .wrap .content .l:hover .img img {
  transform: scale(1.1);
}
.section3 .wrap .content .l:hover .text span {
  color: #E41937;
}
.section3 .wrap .content .r {
  width: 891px;
}
.section3 .wrap .content .r .matter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  top: -14px;
}
.section3 .wrap .content .r .matter .item {
  width: 400px;
  padding: 39px 0;
  border-bottom: 1px solid #cdcdcd;
}
.section3 .wrap .content .r .matter .item span {
  font-size: 18px;
  font-weight: bold;
  color: #292929;
  display: block;
  transition: 0.5s;
  margin: 0 0 17px 0;
}
.section3 .wrap .content .r .matter .item .time {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
}
.section3 .wrap .content .r .matter .item:hover span {
  color: #E41937;
}
.section3 .wrap .content .r .public_pagination {
  margin: 66px 0 0 0;
}
@keyframes growUp {
  0% {
    transform: rotate(-90deg) translateX(-20%);
    opacity: 0;
  }
  30%,
  60% {
    transform: rotate(-90deg) translateX(0);
    opacity: 1;
  }
  90%,
  100% {
    transform: rotate(-90deg) translateX(20%);
    opacity: 0;
  }
}

.section3_last{

}

.section3_last .wrap{
  width: 1540px;
  margin: 142px auto;
}
.section3_last .wrap .title{
  font-size: 50px;
  font-family: "SourceHanSansCN-Regular b", sans-serif !important;
  color: #292929;
  margin: 0 0 86px 0;
}
.section3_last .wrap .display{
  display: flex;
  justify-content: center;
}
.section3_last .wrap .display .list:not(:last-child) {
  margin: 0 302px 0 0;
}
.section3_last .wrap .display .list .circle{
  position: relative;
  width: 122px;
  margin: 0 auto 25px;

}
.section3_last .wrap .display .list .circle img {
  transition: 2s;
}
.section3_last .wrap .display .list:hover .circle img {
  transform: rotate(360deg);
}
.section3_last .wrap .display .list .circle .iconfont{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 50px;
  color: #666;
}
.section3_last .wrap .display .list .text{
  text-align: center;
}
.section3_last .wrap .display .list .text p:first-child{
  font-size: 18px;
  color: #9f9f9f;
  margin: 0 0 8px 0;
}
.section3_last .wrap .display .list .text p:nth-child(2) {
  color: #535353;
  font-size: 24px;
  font-weight: 700!important;
}


.section2 .wrap .title.PE{
  display: none;
}

html[lang="en"] .section .wrap .content .r .cut a{
  width: auto;
  padding: 0 10px;
}

html[lang="en"] .section .wrap .content .l .display .left {
  margin: 0 180px 0 0;
}
html[lang="en"] .section .wrap .content .l .display .right .list p {
  font-size: 18px;
}
html[lang="en"] .section .wrap .content .l .display .right .list span {
  font-size: 32px;
}
html[lang="en"] .section .wrap .content .l .display .right .list span:after {
  font-size: 18px;
}
/*# sourceMappingURL=investment.css.map */
@media screen and (max-width: 1856px) {
  .section .wrap .title {
    margin-bottom: 70px;
  }
  .section .wrap {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .section .wrap .content .l .display .left span,
  .section .wrap .content .l .headline {
    font-size: 28px;
  }
  .section .wrap .content .l .display .left .red .num {
    font-size: 80px;
  }
  .section .wrap .content .l .display .right .list span {
    font-size: 32px;
  }
  .section .wrap .content .l .display .right .list span:after,
  .section .wrap .content .l .display .right .list p {
    font-size: 20px;
  }
  .section2 .wrap .content .item .introduce span {
    height: 60px;
  }
  .section .wrap .title,
  .section3_last .wrap .title,
  .section2 .wrap .title p {
    font-size: 48px;
  }
  .section2 .wrap {
    margin-top: 120px;
  }
  .section3_last .wrap {
    margin: 120px auto;
  }
}
@media screen and (max-width: 1792px) {
  .section3_last .wrap,
  .section .wrap,
  .section2 .wrap{
    width: 90%;
  }
  .section .wrap {
    margin-top: 100px;
  }
  .section2 .wrap {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1680px) {
  .section .wrap .title, .section3_last .wrap .title, .section2 .wrap .title p {
    font-size: 42px;
  }
  .section .wrap .title {
    margin-bottom: 50px;
  }
  .section .wrap .content .l .display .left span {
    margin-bottom: 100px;
  }
  .section .wrap .content .l .display .left .red .num{
    margin-bottom: 20px;
  }
  .section .wrap .content .r .cut {
    margin-bottom: 80px;
  }
  .section .wrap .content .l .headline {
    margin-bottom: 60px;
  }
  .section2 .wrap .title {
    margin: 0 0 50px 0;
  }
  .section2 .wrap {
    margin-top: 80px;
    margin-bottom: 90px;
  }
  .section2 .wrap .public_pagination {
    margin: 50px 0 0 0;
  }
  .section2 .wrap .content .item .introduce span {
    font-size: 20px;
  }
  .section3_last .wrap {
    margin: 100px auto;
  }
  .section3_last .wrap .title {
    margin-bottom: 50px;
  }
  .section .wrap .content .l .display .left{
    margin-right: 0;
  }
  .section .wrap .content .l .display{
    justify-content: space-between;
  }
  .section .wrap .content .l{
    margin-right: 100px;
  }
  .section2 .wrap .content .item{
    padding: 35px 0;
  }
  
  html[lang="en"] .section .wrap .content .l {
    margin-right: 180px;
  }
  html[lang="en"] .section .wrap .content .l .display .left{
    margin-right: 0;
  }
}
@media screen and (max-width: 1600px) {
  .section .wrap .title, .section3_last .wrap .title, .section2 .wrap .title p {
    font-size: 36px;
  }
  .section .wrap .content .l .display .left span, .section .wrap .content .l .headline {
    font-size: 24px;
  }
  .section2 .wrap .content .item {
    padding: 30px 0;
  }
  .section2 .wrap .content .item .introduce .time {
    margin-bottom: 15px;
  }
  .section3_last .wrap {
    margin: 80px auto;
  }
  .section2 .wrap .content .item{
    width: 100%;
  }
  .section2 .wrap .content .cxk_2,
  .section2 .wrap .content .cxk_1,
  .section2 .wrap .title p{
    width: 48%;
  }
}
@media screen and (max-width: 1440px) {
  .section2 .wrap .content .item .introduce span {
    font-size: 18px;
    height: 50px;
  }
  .section .wrap .content .l .display .left .red .num {
    font-size: 70px;
  }
  .section .wrap .content .l .display .right .list span {
    font-size: 28px;
  }
  .section .wrap .content .r{
    width: 50%;
  }
  .section .wrap .content .r .matter .img{
    width: 100%;
  }
  .section .wrap .content .l .display .right .list:not(:last-child) {
    margin: 0 0 50px 0;
  }
  .section3_last .wrap .display .list .text p:nth-child(2) {
    font-size: 20px;
  }
  .section3_last .wrap .display .list .circle {
    width: 110px;
  }
  .section3_last .wrap .display .list .circle .iconfont {
    font-size: 42px;
  }
  .section .wrap .title, .section3_last .wrap .title, .section2 .wrap .title p {
    font-size: 32px;
  }


  html[lang="en"] .section .wrap .content .r{
    width: auto;
  }
  html[lang="en"] .section .wrap .content .l {
    width: 480px;
  }
  html[lang="en"] .section .wrap .content .l .display .right .list p {
    margin-right: 20px;
  }
  html[lang="en"] .section .wrap .content .l .display .right .list span {
    font-size: 28px;
  }
  html[lang="en"] .section .wrap .content .l .display .right .list span:after {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .section .wrap .content .r .cut a{
    font-size: 14px;
  }
  .section .wrap .content .r .cut a:not(:last-child) {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 1366px) {
  .section .wrap .content .l .display .right .list:not(:last-child) {
    margin: 0 0 40px 0;
  }
  .section .wrap .content .l .display .left .red .num {
    font-size: 60px;
  }
  .section .wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .section2 .wrap .content .item {
    padding: 25px 0;
  }
  .section2 .wrap{
    margin-bottom: 80px;
  }
  .section2 .wrap .title {
    margin: 0px 0 40px 0;
  }
  .section .wrap .content .l .display .left span {
    margin-bottom: 70px;
  }
  .section .wrap .content .l {
    width: 540px;
  }
}
@media screen and (max-width: 1280px) {
  .section .wrap .content .l .display .right .list:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .section .wrap .content .l .display .right .list span {
    font-size: 24px;
  }
  .section .wrap .content .l .display .right .list span:after, .section .wrap .content .l .display .right .list p {
    font-size: 16px;
  }
  .section .wrap .content .l .display .left .red .num {
    font-size: 50px;
  }
  .section2 .wrap .content .item {
    padding: 20px 0;
  }
  .section3_last .wrap .display .list:not(:last-child) {
    margin: 0px 180px 0 0;
  }

  html[lang="en"] .section .wrap .content .l {
    width: 420px;
  }
  html[lang="en"] .section .wrap .content .l .display .right .list p {
    font-size: 16px;
  }
  html[lang="en"] .section .wrap .content .l .display .right .list span:after {
    font-size: 14px;
  }
  html[lang="en"] .section .wrap .content .l {
    margin-right: 160px;
  }
}
@media screen and (max-width: 1024px) {
  #anchor1{
    background-color: #fff;
    border-radius: 20px;
    transform: translateY(-20px);
    position: relative;
    z-index: 99;
  }
  .section .wrap{
    margin-top: 60px;
  }
  .section .wrap .content .l .display .right .list p {
    margin-right: 30px;
  }
  .section .wrap .content{
    flex-direction: column;
  }
  .section .wrap .content .l{
    width: 100%;
  }
  .section .wrap .content .l .display .right {
    margin-right: 30px;
  }
  .section .wrap .content .r{
    margin-top: 30px;
    width: 100%;
  }
  .section3_last .wrap, .section .wrap, .section2 .wrap{
    width: 100%;
    padding: 0 30px;
  }
  .section2 .wrap .title.PC{
    display: none;
  }
  .section2 .wrap .title.PE{
    display: block;
  }
  .section2 .wrap .content{
    flex-direction: column;
  }
  .section2 .wrap .content .cxk_2, .section2 .wrap .content .cxk_1, .section2 .wrap .title p{
    width: 100%;
  }
  .section2 .wrap .content .cxk_2{
    margin-bottom: 40px;
  }
  .section3_last .wrap .display .list:not(:last-child) {
    margin: 0px 90px 0 0;
  }
  .section2 .wrap .content .item .introduce span {
    height: auto;
    font-size: 16px;
  }
  .section3_last .wrap .display .list .circle .iconfont {
    font-size: 36px;
  }
  .section3_last .wrap .display .list .circle {
    width: 100px;
  }
  .section3_last .wrap {
    margin: 60px auto;
  }
  .section2 .wrap{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  html[lang="en"] .section .wrap .content .l {
    width: 100%;
  }
  html[lang="en"] .section .wrap .content .l .display .right {
    margin-right: 150px;
  }
  html[lang="en"] .section .wrap .content .l .display .left .red .num{
    min-width: 150px;
  }

}

@media screen and (max-width: 540px) {
  .section .wrap .title, .section3_last .wrap .title, .section2 .wrap .title p {
    font-size: 28px;
  }
  .section3_last .wrap, .section .wrap, .section2 .wrap{
    padding: 0 20px;
  }
  .section .wrap .title {
    margin-bottom: 30px;
  }
  .section .wrap .content .l .display .left span, .section .wrap .content .l .headline {
    font-size: 20px;
  }
  .section .wrap .content .l .headline {
    margin-bottom: 40px;
  }
  .section .wrap .content .l .display .right {
    margin-right: 50px;
  }
  .section .wrap .content .l .display .left .red .num {
    font-size: 42px;
    line-height: 52px;
  }
  .section .wrap .content .l .display .right .list span:after, .section .wrap .content .l .display .right .list p {
    font-size: 14px;
  }
  .section .wrap .content .l .display .right .list:not(:last-child) {
    margin: 0 0 10px 0;
  }
  .section .wrap .content .l .display .right .list span {
    font-size: 20px;
  }
  .section .wrap .content .r .cut a {
    font-size: 14px;
  }
  .section .wrap .content .l .display .left span {
    margin-bottom: 40px;
  }
  .section .wrap .content .r .cut a {
    width: 80px;
    height: 32px;
  }
  .section .wrap .content .r .cut {
    margin-bottom: 40px;
  }
  .section .wrap {
    margin-bottom: 60px;
  }
  .section2 .wrap{
    margin-top: 13.6vw;
    margin-bottom: 13.6vw;
  }
  .section2 .wrap .content .item .introduce span {
    font-size: 14px;
  }
  .section2 .wrap .content .item .introduce .time {
    margin-bottom: 10px;
  }
  .section3_last .wrap .display{
    flex-wrap: wrap;
    justify-content: start;
  }
  .section3_last .wrap .display .list:not(:last-child){
    margin-right: 0;
  }
  .section3_last .wrap .display .list{
    width: 50%;
    margin-bottom: 40px !important;
  }
  .section2 .wrap .title{
    margin-bottom: 20px;
  }
  .section3_last .wrap .display .list .text p:nth-child(2) {
    font-size: 16px;
  }
  .section3_last .wrap .display .list .circle .iconfont {
    font-size: 32px;
  }
  .section .wrap .content .l .display .left .red .num{
    left: 0;
  }
  .section2 .wrap .public_pagination {
    margin: 30px 0 0 0;
  }

  html[lang="en"] .section .wrap .content .l .display .right .list p {
    font-size: 14px;
  }
  html[lang="en"] .section .wrap .content .l .display .right .list span {
    font-size: 24px;
  }
  html[lang="en"] .section .wrap .content .l .display .right .list span:after {
    font-size: 12px;
  }
  html[lang="en"] .section .wrap .content .l .display .right {
    margin-right: 120px;
  }
  html[lang="en"] .section .wrap .content .l .display,
  html[lang="en"] .section .wrap .content .l .display .right .list{
    flex-direction: column;
  }
  html[lang="en"] .section .wrap .content .l .display .right .list{
    align-items: start;
  }
  html[lang="en"] .section .wrap .content .l .display .right .list p{
    text-align: left;
  }
  html[lang="en"] .section .wrap .content .l .display .right{
    margin-right: 0;
  }
  html[lang="en"] .section .wrap .content .r .cut{
    width: 540px;
    margin-top: 30px;
  }
  html[lang="en"] .section .wrap .content .r .scrollbar-track-x{
    display: none;
  }
  html[lang="en"] .section .wrap .content .r{
    margin-top: 0;
  }
  html[lang="en"] .section .wrap .content .r .scroll-content{
    overflow: unset;
  }
  
}
@media screen and (max-width: 480px) {
  .section3_last .wrap .display .list .circle {
    width: 80px;
  }
  .section .wrap .content .l .display .right .list p {
    margin-right: 20px;
  }
  .section .wrap .content .l .display .left .red .num {
    min-width: 140px;
  }
  .section .wrap .content .l .display .right .list span:after, .section .wrap .content .l .display .right .list p {
    font-size: 12px;
  }
  .section .wrap .content .l .display .right .list span {
    font-size: 16px;
  }
  .section .wrap .content .l .display .right {
    margin-right: 29px;
  }
  .section .wrap .content .r .cut a:not(:last-child) {
    margin: 0 10px 0 0;
  }
  .section .wrap .title, .section3_last .wrap .title, .section2 .wrap .title p {
    font-size: 24px;
  }
  .section .wrap .content .l .display .left .red .data p {
    font-size: 14px;
  }
  .section .wrap .content .l .display .left .red .num {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 414px) {
  .section .wrap .content .l .display .right .list p {
    margin-right: 10px;
  }
  .section .wrap .content .l .display .left .red .num {
    min-width: 100px;
  }
  .section .wrap .content .l .display .right .list p {
    min-width: 90px;
  }
}