.page_item-sapn {
  height: 0 !important;
  margin: 0;
  padding-bottom: 0;
}
/* more */
.more {
  position: relative;
  padding: 0 24px;
  line-height: 36px;
  color: #fe3c07;
  font-family: hr;
  font-weight: 200;
}

.more:after {
  content: "";
  width: 36px;
  height: 36px;
  border: 1px solid #fe3c07;
  border-radius: 18px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.36, 0, 0.7, 1);
}

.more span {
  display: block;
  padding-left: 35px;
  background: url(../images/more2.png) no-repeat left center;
  background-size: 23px auto;
  position: relative;
  z-index: 3;
}
.btn1 span {
  background-image: url(../images/more2.png);
}
.btn1:hover span {
  background-image: url(../images/more1.png);
  color: #fff;
}
.more:hover:after {
  background-color: #fe3c07;
  border-color: transparent;
  width: 100%;
}
/* more end*/
/* banner */
.banner {
  width: 100%;
  height: 1080px;
}
/* part1 */
.part1 {
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  margin-top: -2px;
  padding: 120px 0;
  box-sizing: border-box;
}
.part1_type {
  width: 100%;
  height: auto;
  justify-content: space-between;
}
.part1_info {
  width: 695px;
}
.part1_info .part1_entitle {
  font-size: 60px;
  color: #fe3c07;
}
.part1_info .part1_title {
  font-weight: bold;
  font-size: 60px;
  color: #ffffff;
  padding-top: 20px;
}
.part1_info .part1_desc {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-top: 60px;
  margin-bottom: 60px;
}
.part1_info .part1_desc p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
}
.part1_img {
  width: 960px;
  height: 695px;
}

/* part2 */
.part2 {
  width: 100%;
  height: auto;
  background-image: url("../images/part2_bj.jpg");
  background-size: cover;
  margin-top: -2px;
}
#investment #main .r2 {
  /* background: #f1fbf8; */
  z-index: 5;
}
#investment #main .r2 .wrap {
  position: relative;
  overflow: hidden;
}
/**/
#investment #main .r2 .wrap > .bgs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#investment #main .r2 .wrap > .bgs .cirBg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 86vw;
  height: 86vw;
  border-radius: 50%;
  line-height: 86vw;
  text-align: center;
  /*border: 1px solid rgba(242, 187, 89, 0.1);*/
}
#investment #main .r2 .wrap > .bgs > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 86vw;
}
#investment #main .r2 .wrap > .bgs > div > img {
  width: 100%;
  -webkit-animation: roll 10s linear infinite;
  animation: roll 10s linear infinite;
}
/**/
#investment #main .r2 .wrap > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#investment #main .r2 .wrap > .bg .cirBg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 86vw;
  height: 86vw;
  border-radius: 50%;
  line-height: 86vw;
  text-align: center;
  /*border: 1px solid rgba(242, 187, 89, 0.1);*/
}
#investment #main .r2 .wrap > .bg > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 73vw;
}
#investment #main .r2 .wrap > .bg > div > img {
  width: 100%;
  -webkit-animation: roll 12s linear infinite;
  animation: roll 12s linear infinite;
}
#investment #main .r2 .wrap > .inner {
  padding-top: 1.2rem;
  position: relative;
  z-index: 10;
  padding-bottom: 2.2rem;
}
#investment #main .r2 .wrap > .inner h2 {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.6rem;
}
#investment #main .r2 .wrap > .inner .group {
  height: 6.4rem;
  position: relative;
}
#investment #main .r2 .wrap > .inner .group .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 13;
}
#investment #main .r2 .wrap > .inner .group .con #clock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  width: 5.5rem;
  height: 5.5rem;
  transition: all 1s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 1s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 1s cubic-bezier(0, 0, 0, 1);
}
#investment #main .r2 .wrap > .inner .group .con #clock .cir {
  position: absolute;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  line-height: 5.5rem;
  text-align: center;

  border: 1px solid rgba(242, 187, 89, 0.2);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box {
  pointer-events: none;
  z-index: 5;
  position: absolute;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  top: -22px;
  left: -22px;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul {
  width: 0;
  position: absolute;
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-num {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  bottom: 55%;
  left: 50%;
  height: 50%;
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-num
  > li
  > i {
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-num
  > li.on
  > i {
  opacity: 1;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li {
  height: calc(100% + 7.5px);
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul > li i {
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(1) {
  -webkit-transform: rotate(36deg);
  transform: rotate(36deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(1)
  i {
  -webkit-transform: translateX(-50%) rotate(-36deg);
  transform: translateX(-50%) rotate(-36deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(2) {
  -webkit-transform: rotate(108deg);
  transform: rotate(108deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(2)
  i {
  -webkit-transform: translateX(-50%) rotate(-108deg);
  transform: translateX(-50%) rotate(-108deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(3) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(3)
  i {
  -webkit-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(4) {
  -webkit-transform: rotate(252deg);
  transform: rotate(252deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(4)
  i {
  -webkit-transform: translateX(-50%) rotate(-252deg);
  transform: translateX(-50%) rotate(-252deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(5) {
  -webkit-transform: rotate(324deg);
  transform: rotate(324deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(5)
  i {
  -webkit-transform: translateX(-50%) rotate(-324deg);
  transform: translateX(-50%) rotate(-324deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(6) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul
  > li:nth-of-type(6)
  i {
  -webkit-transform: translateX(-50%) rotate(-360deg);
  transform: translateX(-50%) rotate(-360deg);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  bottom: 50%;
  left: 50%;
  height: 50%;
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li
  > i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  border: 2px solid;
  opacity: 0.8;
  cursor: pointer;
  pointer-events: auto;
  border-color: transparent;
}
@media screen and (max-width: 600px) {
  #investment
    #main
    .r2
    .wrap
    > .inner
    .group
    .con
    #clock
    .time-box
    > ul.time-cir
    > li
    > i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
  }
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li
  > i
  > span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #f2bb59;
  transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0, 1);
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
}
@media screen and (max-width: 600px) {
  #investment
    #main
    .r2
    .wrap
    > .inner
    .group
    .con
    #clock
    .time-box
    > ul.time-cir
    > li
    > i
    > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
  }
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li
  > i
  > a {
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li
  > i
  > a
  em {
  white-space: nowrap;
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 30px;
  color: #dfdfdf;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  font-style: normal;
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li.on {
  pointer-events: none;
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li.on
  > i {
  opacity: 1;
  pointer-events: none;
  border-color: #f2bb59;
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li.on
  > i
  > a
  > em {
  font-weight: bold;
  font-size: 48px;
  color: #f2bb59;
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li:nth-child(1)
  > i
  > a {
  left: calc(100% + 0.6rem);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li:nth-child(2)
  > i
  > a {
  left: calc(100% + 0.6rem);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li:nth-child(3)
  > i
  > a {
  width: calc(100% + 2rem);
  top: 125%;
  left: -1rem;
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li:nth-child(4)
  > i
  > a {
  right: calc(100% + 0.6rem);
}
#investment
  #main
  .r2
  .wrap
  > .inner
  .group
  .con
  #clock
  .time-box
  > ul.time-cir
  > li:nth-child(5)
  > i
  > a {
  right: calc(100% + 0.6rem);
}
#investment #main .r2 .wrap > .inner .group .con #clock .time-move {
  z-index: 4;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  left: -3px;
  top: -3px;
}
@media screen and (min-width: 600px) {
  #investment #main .r2 .wrap > .inner .group .con #clock .time-move canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  #investment #main .r2 .wrap > .inner .group .con #clock .time-move canvas {
    width: 100%;
  }
}
#investment #main .r2 .wrap > .inner .group .con #clock .msg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#investment #main .r2 .wrap > .inner .group .con #clock .msg-box > img {
  width: 1.8rem;
}
#investment #main .r2 .wrap > .inner .group .con.on {
  opacity: 1;
  pointer-events: auto;
}
#investment #main .r2 .other {
  position: relative;
  margin-top: -2vw;
}
#investment #main .r2 .other > .bg .rect {
  width: 88%;
  height: 100%;
  position: relative;
  -webkit-mask-image: url(../img/mask3.png);
  mask-image: url(../img/mask3.png);
  -webkit-mask-position: center left;
  mask-position: center left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  z-index: 1;
}
#investment #main .r2 .other > .bg .rect .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0.2)),
    to(rgba(0, 0, 0, 0.7))
  );
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.7) 100%
  );
}
#investment #main .r2 .other > .bg .mask {
  position: absolute;
  bottom: -5px;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
#investment #main .r2 .other > .bg:after {
  content: "";
  position: absolute;
  top: -2px;
  z-index: 2;
  left: 0;
  width: 88%;
  height: 4px;
  background-color: #f1fbf8;
}
#investment #main .r2 .other > .bg:before {
  content: "";
  position: absolute;
  bottom: -4px;
  z-index: 4;
  left: 0;
  width: 88%;
  height: 8px;
  background-color: #fff;
}
#investment #main .r2 .other > .inner {
  position: relative;
  z-index: 10;
  padding-left: 30%;
  width: 100%;
}
#investment #main .r2 .other > .inner .til {
  max-width: 6.5rem;
  position: absolute;
  left: 8vw;
  bottom: 12%;
}
#investment #main .r2 .other > .inner .til h3 {
  margin-bottom: 0.4rem;
  font-weight: 600;
}
#investment #main .r2 .other > .inner > img {
  width: 100%;
}
#investment #main .r2 .other > .inner .group {
  position: absolute;
  width: 80%;
  left: 20%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 48%;
  padding-bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 8vw;
}
#investment #main .r2 .other > .inner .group h3 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.1rem;
}
#investment #main .r2 .other > .inner .group p {
  line-height: 1;
}
#investment #main .r2 .other > .inner .group .box {
  margin-top: 0.5rem;
}
#investment #main .r2 .other > .inner .group .box .topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox {
  width: 4.5rem;
  height: 0.8rem;
  padding: 0 0.3rem;
  margin-right: 0.4rem;
  background-color: #fff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .select {
  text-align: center;
  width: 100%;
  text-indent: -0.2rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #f2bb59;
  font-size: 20px;
  font-weight: 600;
}
#investment
  #main
  .r2
  .other
  > .inner
  .group
  .box
  .topic
  .inBox
  input[type="submit"] {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  line-height: 0.8rem;
  text-align: center;
  position: absolute;
  right: -0.4rem;
  top: 0;
  background-color: #26d07c;
  color: #fff;
  font-size: 24px;
  border: none;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .line {
  position: absolute;
  width: calc(100% - 0.3rem);
  z-index: 10;
  height: 0.12rem;
  top: 100%;
  left: 0;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items {
  background-color: #fff;
  pointer-events: none;
  width: calc(100% - 0.6rem);
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0.3rem;
  border-radius: 0.1rem;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  max-height: 3rem;
  overflow: auto;
}
#investment
  #main
  .r2
  .other
  > .inner
  .group
  .box
  .topic
  .inBox
  .items::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
#investment
  #main
  .r2
  .other
  > .inner
  .group
  .box
  .topic
  .inBox
  .items::-webkit-scrollbar-thumb {
  border: solid 1px #26d07c;
  width: 3px;
  border-radius: 4px;
  background-color: #26d07c;
}
#investment
  #main
  .r2
  .other
  > .inner
  .group
  .box
  .topic
  .inBox
  .items::-webkit-scrollbar:horizontal {
  height: 3px;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items li {
  height: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.3rem;
  width: 100%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#investment
  #main
  .r2
  .other
  > .inner
  .group
  .box
  .topic
  .inBox
  .items
  li
  > span {
  font-size: 18px;
  width: calc(100% - 0.6rem);
  display: block;
  cursor: pointer;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items li > a {
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 20px;
  margin-right: -0.15rem;
  visibility: hidden;
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
#investment
  #main
  .r2
  .other
  > .inner
  .group
  .box
  .topic
  .inBox
  .items
  li
  > a:hover {
  color: #f2bb59;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#investment
  #main
  .r2
  .other
  > .inner
  .group
  .box
  .topic
  .inBox
  .items
  li:hover {
  background-color: rgba(0, 135, 85, 0.1);
}
#investment #main .r2 .other > .inner .group .box .topic .inBox .items li.on {
  background-color: rgba(0, 135, 85, 0.2);
}
#investment
  #main
  .r2
  .other
  > .inner
  .group
  .box
  .topic
  .inBox
  .items
  li.on
  > a {
  visibility: visible;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox:hover {
  will-change: transform;
}
#investment #main .r2 .other > .inner .group .box .topic .inBox.on .items {
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 1;
}
#investment #main .r2 .other > .inner .group .box .mid {
  overflow: auto;
  max-height: 3.8rem;
  padding-right: 0.4rem;
  margin-right: -0.4rem;
  margin-top: 0.3rem;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#investment #main .r2 .other > .inner .group .box .mid::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
#investment
  #main
  .r2
  .other
  > .inner
  .group
  .box
  .mid::-webkit-scrollbar-thumb {
  border: solid 1px #26d07c;
  width: 3px;
  border-radius: 4px;
  background-color: #26d07c;
}
#investment
  #main
  .r2
  .other
  > .inner
  .group
  .box
  .mid::-webkit-scrollbar:horizontal {
  height: 3px;
}
#investment #main .r2 .other > .inner .group .box .mid .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.2rem 0;
}
#investment #main .r2 .other > .inner .group .box .mid .list:last-of-type {
  border-bottom: none;
}
#investment #main .r2 .other > .inner .group .box .mid .list h4 {
  width: calc(100% - 1.5rem);
  font-weight: 600;
}
#investment #main .r2 .other > .inner .group .box .mid .list p {
  text-align: right;
  line-height: 1.6;
}
#investment #main .r2 .other > .mid {
  overflow: auto;
  max-height: 3.8rem;
  padding-right: 0.4rem;
  margin-right: -0.4rem;
  margin-top: 0.3rem;
  -webkit-mask: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(60%, #000)
  );
  -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 60%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
#investment #main .r2 .other > .mid::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
#investment #main .r2 .other > .mid::-webkit-scrollbar-thumb {
  border: solid 1px #26d07c;
  width: 3px;
  border-radius: 4px;
  background-color: #26d07c;
}
#investment #main .r2 .other > .mid::-webkit-scrollbar:horizontal {
  height: 3px;
}
#investment #main .r2 .other > .mid .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.2rem 0;
}
#investment #main .r2 .other > .mid .list:last-of-type {
  border-bottom: none;
}
#investment #main .r2 .other > .mid .list h4 {
  width: calc(100% - 1.5rem);
  font-weight: 600;
}
#investment #main .r2 .other > .mid .list p {
  text-align: right;
  line-height: 1.6;
}
@keyframes roll {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    opacity: 1;
  }

  25% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    opacity: 0;
  }

  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    opacity: 1;
  }

  75% {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    opacity: 0;
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    opacity: 1;
  }
}
/* part3 */
.part3 {
  margin-top: -2px;
  width: 100%;
  height: auto;
  background-image: url("../images/part3_bj.jpg");
  background-size: cover;
  padding: 100px 0;
  box-sizing: border-box;
}
.part3_top {
  justify-content: space-between;
  align-items: center;
}
.part3_top_main {
  width: 50%;
  height: auto;
}
.part3_top_main .part3_entitle {
  font-size: 60px;
  color: #fe3c07;
}
.part3_top_main .part3_title {
  font-weight: bold;
  font-size: 60px;
  color: #ffffff;
  padding-top: 20px;
}
.part3_top_more {
  width: auto;
}

.part3_type {
  margin-top: 80px;
  width: 100%;
  justify-content: space-between;
}
.part3_list {
  width: 400px;
  height: auto;
  margin-bottom: 40px;
}
.part3_list_img {
  width: 400px;
  height: 220px;
  overflow: hidden;
}
.part3_list_img img {
  transition: all 0.5s;
  transform: scale(1);
}
.part3_info {
  height: 88px;
  background-color: #2c2c2c;
  justify-content: center;
  align-items: center;
}
.part3_info_img {
  width: auto;
  height: 52px;
}
.part3_info_img .subimg {
  display: block;
}
.part3_info_img .subimg_hover {
  display: none;
}
.part3_info_title {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  padding-left: 25px;
}
.part3_list:hover .part3_info {
  background-color: #fe3c07;
}
.part3_list:hover .part3_info_img .subimg {
  display: none;
}
.part3_list:hover .part3_info_img .subimg_hover {
  display: block;
}
.part3_list:hover .part3_list_img img {
  transition: all 0.5s;
  transform: scale(1.1);
}

/* part4 */
.part4 {
  width: 100%;
  height: auto;
  padding: 140px 0 100px;
  box-sizing: border-box;
  background-image: url("../images/part4_bj.jpg");
  background-size: cover;
  margin-top: -2px;
}
.part4_entitle {
  font-size: 60px;
  color: #fe3c07;
  text-align: center;
}
.part4_title {
  font-weight: bold;
  font-size: 60px;
  color: #ffffff;
  padding-top: 20px;
  text-align: center;
}
.part4_more {
  display: flex;
  justify-content: center;
}
.part4_type {
  margin: 80px 0 20px;
  align-items: center;
  justify-content: space-between;
  height: auto;
}
.part4_list {
  width: 280px;
  height: 450px;
  position: relative;
  cursor: pointer;
}
.part4_list_img {
  height: 240px;
  width: 240px;
  margin-left: 0px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.8s ease; /* 只过渡 transform，性能更好 */
  transform: translate(0, 0) scale(1); /* 初始状态：无位移、原比例 */
  transform-origin: left center; /* 缩放原点（根据需求调整，比如左侧居中） */
}
.part4_list_img img {
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}

.part4_list_icon {
  width: 50px;
  height: 50px;
  z-index: 3;
  border-radius: 50%;
  transition: transform 0.6s cubic-bezier(0.75, 0, 0.25, 1),
    opacity 0.6s cubic-bezier(0.75, 0, 0.25, 1);
  position: absolute;
  top: 150px;
  right: 30px;
}
.part4_info {
  margin-top: 15px;
}
.part4_info_entitle {
  font-weight: normal;
  font-size: 24px;
  color: #ffffff;
}
.part4_info_title {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  padding-top: 15px;
}

.part4_list:hover .part4_list_img img {
  transform: scale(1.1);
}
.part4_list:hover .part4_list_img {
  width: 280px;
  height: 380px;
  border-radius: 15px;
  transform: translate(-20px, 0) scale(1.07);
}
.part4_list:hover .part4_list_icon {
  opacity: 0;
  transform: translate(100%, 300%) rotate(359deg);
}
/*  */

/*  */
/* part5 */
.part5 {
  width: 100%;
  height: auto;
  padding: 100px 0 100px;
  box-sizing: border-box;
  background-image: url("../images/part5_bj.jpg");
  background-size: cover;
  margin-top: -2px;
}
.part5_entitle {
  font-size: 60px;
  color: #fe3c07;
  text-align: center;
}
.part5_title {
  font-weight: bold;
  font-size: 60px;
  color: #ffffff;
  padding-top: 20px;
  text-align: center;
}
.part5_more {
  display: flex;
  justify-content: center;
}
.part5_type {
  margin: 60px 0;
  justify-content: space-between;
}
.part5_list {
  width: 550px;
  height: auto;
}
.part5_list_img {
  width: 550px;
  height: 315px;
  overflow: hidden;
}
.part5_list_img img {
  transition: all 0.5s;
  transform: scale(1);
}
.part5_info {
  width: 100%;
  height: auto;
  background-color: #2c2c2c;
  padding: 24px;
  box-sizing: border-box;
}
.part5_info_title {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
  height: 72px;
}
.part5_info_main {
  margin-top: 50px;
  justify-content: space-between;
  align-items: center;
}
.part5_info_time {
  font-size: 16px;
  color: #ffffff;
  line-height: 60px;
}
.part5_info_icon {
  width: 28px;
  height: 22px;
}
.part5_list:hover .part5_list_img img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.part5_list:hover .part5_info_title {
  color: #fe3c07;
}

/* part6 */
.part6 {
  width: 100%;
  height: 260px;
  background-color: #2c2c2c;
  display: flex;
  align-items: center;
}
.part6 .swiper {
  height: 90%;
}
.part6 .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.part6 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.part6 .swiper-slide img {
  max-height: 130px;
}


/* 手机端 */
@media (max-width: 992px) {
     .banner{
        height: auto;
    }
    .more span{
        font-size: 15px;
    }
    .part1{
        padding: 50px 0;
    }
    .part1_info{
        width: 100%;
    }
    .part1_info .part1_entitle{
        font-size: 32px;
    }
    .part1_info .part1_title{
        font-size: 32px;
    }
    .part1_info .part1_desc{
        margin-top: 30px;
    }
    .part1_img {
        width: 100%;
        height: auto;
        margin-top: 15px;
    }
    #investment #main .r2 .wrap > .inner{
        width: 90%;
        margin: 0 auto;
    }
    #investment #main .r2 .wrap > .inner h2{
        font-size: 20px;
    }
    #investment #main .r2 .wrap > .inner .group{
        height: 15rem;
    }
    #investment #main .r2 .wrap > .inner .group .con #clock .time-box > ul.time-cir > li > i > a em{
        font-size: 16px;
    }
    #investment
      #main
      .r2
      .wrap
      > .inner
      .group
      .con
      #clock
      .time-box
      > ul.time-cir
      > li.on
      > i
      > a
      > em {
      font-weight: bold;
      font-size: 18px;
      color: #f2bb59;
    }
    .part3{
        padding: 20px 0;
    }
    .part3_top_main .part3_entitle {
        font-size: 24px;
        color: #fe3c07;
    }
    .part3_top_main .part3_title {
        font-size: 24px;
    }
    .part3_list{
        width: 100%;
    }
    .part3_list_img{
        width: 100%;
    }
    
    .part4_entitle{
        font-size: 32px;
    }
    .part4_title{
        font-size: 32px;
    }
    .part4_type {
        margin: 70px 0 20px;
        justify-content: center;
    }
    .part4_list{
        height: 380px;
    }
    
    .part5_entitle{
        font-size: 32px;
    }
    .part5_title{
        font-size: 32px;
    }
    
    .part5_list {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .part5_list_img {
        width: 100%;
    }
}