.container .row {
  padding: 0;
}
body{
  overflow-x: hidden;
}

.carousel-caption {
  text-align: left;
  /* right: 0 !important;
  bottom: 0 !important; */
  left: 0 !important;
  top: 0 !important;
  padding: 0 !important;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: 1920px;
  width: 100%;
  height: 500px !important;
  margin: 0 auto;
}

/* .carousel-indicators li {
  width: 40px !important;
  height: 2px !important;
  background-color: #ffffff !important;
  opacity: 0.88 !important;
  border: none !important;
} */

/* .carousel-indicators .active {
  width: 60px !important;
  height: 4px !important;
  background-color: #ffc819 !important;
} */

.carousel-indicators .carousel-indicators li{
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.carousel-indicators li{
  display: inline-block;
  position: relative;
  margin:0 5px;
  width: 40px !important;
  height: 2px !important;
  background: #ffffff !important;
  opacity:0.88 !important;
  transition: width 0.4s;
  cursor: pointer;
}
.carousel-indicators li::after{
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ffc819;
  transform: translateY(-50%);
  transition: width 0.4s;
  cursor: pointer;
  content: "";
}

.carousel-indicators .active {
  width: 60px;
}

.carousel-indicators .active::after {
  width: 100%;
  animation: pagination-bullet-progress 5s linear;
}

@keyframes pagination-bullet-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.carousel-indicators .active::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  content: "";
}

.txt_box {
  /* max-width: 1400px; */
    max-width: 400px;
  width: 100%;
  margin-left: 262px;
  height: auto;
}
.txt_box .nav_box {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
  opacity: 0.6;
  padding-top: 14px;
}
.txt_box .nav_box a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
}
.txt_box .img_title {
  margin-top: 200px;
}
.txt_box .img_title .title_1 {
  font-family: MicrosoftYaHei;
  font-size: 54px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 7px;
  color: #ffffff;
  padding-bottom: 24px;
  /* width: 593px; */
  margin-left: 22px;
}

.NavigationBar_box {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  background-color: #ffffff;
  z-index: 30;
}
.NavigationBar_box ul {
  font-size: 15px;
  letter-spacing: 2px;
  color: #333;
}
.NavigationBar_box ul  a {
  color: #7a7a7a;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  /* padding: 20px 0; */
  padding-bottom:18px;

}

.NavigationBar_box ul li {
  padding: 20px 0;
  margin: 0 calc(60rem / 14);
  cursor: pointer;
  display: inline-block;
  /* width: 134px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.NavigationBar_box ul li:first-child {
  margin-left: 0;
}
.NavigationBar_box ul .on {
  color: #005bbb;
  border-bottom: 3px solid #005bbb;
}
/* .NavigationBar_box ul .on a {
  color: #005bbb;
} */

.forerunner {
  background-color: #f8fafd;
  padding-top: calc(100rem / 14);
}
@media screen and (max-width: 1360px) {
  .forerunner {
    background-color: #f8fafd;
    padding-top: calc(80rem / 14);
  }
}
.forerunner .forerunner_background {
  background: url("../assets/images/responsible_investment_img/beijing_bottom.png") no-repeat center bottom;
  padding-bottom: calc(200rem / 14);
}
.forerunner .forerunner_box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.forerunner .forerunner_box .forerunner_txts {
  margin-bottom: calc(80rem / 14);
}
.forerunner .forerunner_box .forerunner_txts .txt_title {
  font-family: MicrosoftYaHeiLight;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: calc(22rem / 14);
}
.forerunner .forerunner_box .forerunner_txts span {
  color: #000000;
}
.forerunner .forerunner_box .forerunner_txts .e-gradient-title > span {
  padding: 0 0 calc(30rem / 14) 0 !important;
}
.forerunner .forerunner_box .forerunner_txts .e-gradient-title {
  border-bottom: 2px solid #1eb9e1 !important;
}
.forerunner .forerunner_box .forerunner_txts .e-gradient-title > span::after {
  bottom: -2px !important;
  height: 2px !important;
}
.forerunner .forerunner_box .forerunner_txts .txt {
  font-family: MicrosoftYaHeiLight;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: calc(32rem / 14);
  letter-spacing: 0px;
  color: #000000;
  /* text-align: center; */
}
.forerunner .forerunner_box .forerunner_imgs {
  margin-bottom: calc(70rem / 14);
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 316px;
  white-space: nowrap;
}
.forerunner .forerunner_box .forerunner_imgs .forerunner_icon_right{
  float: right;
  margin-top: 170px;
  margin-right: -36px;
}
.forerunner .forerunner_box .forerunner_imgs .forerunner_imgs_box{
  /* max-width: 1400px;
  width: 100%;
  margin: 0 auto; */
  /* margin-left: 52px; */
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1480px) {
  .forerunner .forerunner_box .forerunner_imgs .forerunner_imgs_box{
    transform: scale(0.86);
    transform-origin: left;
  }
}
.forerunner .forerunner_box .forerunner_imgs .imgs_box{
  display: inline-block;
  vertical-align: middle;
  max-width: 220px;
  width: 100%;
  height: 278px;
}
.forerunner .forerunner_box .forerunner_imgs .imgs_box:nth-child(n + 7){
  display: none;
}
.forerunner .forerunner_box .forerunner_imgs .imgs_box .imgs_title{
  font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
  text-align: center;
  margin-left: 68px;
}
.forerunner .forerunner_box .forerunner_imgs .imgs_box .imgs_s{
  margin-top: 18px;
}
.forerunner .forerunner_box .forerunner_imgs .imgs_box:nth-child(even) .imgs_s{
margin-top: 20px;
}
.forerunner .forerunner_box .forerunner_imgs .imgs_box:nth-child(even) .img-responsive{
  /* margin-top: 78px; */
}
.forerunner .forerunner_box .forerunner_imgs .imgs_box .img-responsive{
  width: 180px;
	height: 180px;
  border-radius: 50%;
}
/* .forerunner .forerunner_box .forerunner_imgs .imgs_box:nth-child(odd) {
  background: url("../assets/images/responsible_investment_img/icon_two.png") no-repeat;
  background-position: bottom;

}
.forerunner .forerunner_box .forerunner_imgs .imgs_box:nth-child(even) {
  background: url("../assets/images/responsible_investment_img/icon_one.png") no-repeat;
  background-position: top;
  position: relative;
    top: 88px;
} */

.forerunner .forerunner_box .forerunner_trees {
  width: 100%;
  margin-top: 74px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_title {
  text-align: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #505050;
  margin-bottom: 62px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s {
  margin: 0 auto;
}

.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(odd):not(:first-child) {
  top: -148px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(odd) {
  margin-top: 32px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(odd) .sckxy {
  position: absolute;
  right: -6px;
  margin-top: -20px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(odd) .line {
  border-right: dashed 2px #cecece;
  border-bottom: dashed 2px #cecece;
  border-bottom-right-radius: 24px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(odd) .line .year {
  right: 70px;
  top: 84px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(even) {
  /* right: -48%; */
  right: -50%;
  margin-top: -320px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(even) .line {
  border-left: dashed 2px #cecece;
  border-bottom: dashed 2px #cecece;
  border-bottom-left-radius: 24px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(even) .line .year {
  margin-left: 70px;
  /* bottom: 188px; */
  top: 0;
    margin-top: 110px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(even) .txt {
  margin-left: 70px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text {
  /* margin-bottom: 12px; */
  margin-bottom: -34px;
  max-width: 50%;
  width: 100%;
  position: relative;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text .sckxy {
  margin-left: -6px;
  margin-bottom: 6px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  position: relative;
  border-radius: 50%;
  background-color: #175590;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text .sckxy:after {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: transparent;
  left: -6px;
  top: -6px;
  content: "";
  border-radius: 50%;
  border: 2px solid #175590;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text .line {
  max-width: 676px;
  width: 100%;
  height: 150px;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text .line .year {
  font-family: MicrosoftYaHei-Bold;
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333333;
  position: absolute;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text .txt {
  max-width: 80%;
  margin: 0 auto;
  height: 166px;
  overflow: hidden;
  font-family: MicrosoftYaHeiLight;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 24px;
}

.understand {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-top: calc(100rem / 14);
}
.understand .understand_top {
  background: url("../assets/images/responsible_investment_img/beijing_4.png") no-repeat center;
  min-height: 460px;
  background-color: #005096;
  /* margin-bottom: 134px; */
}
.understand .understand_top .understand_top_box {
  padding: calc(60rem / 14) 0 calc(12rem / 14);
  position: relative;
}
.understand .understand_top .understand_top_box .understand_top_left {
  vertical-align: middle;
}
.understand .understand_top .understand_top_box .understand_top_left .txt_title {
  font-family: MicrosoftYaHeiLight;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: calc(24rem / 14);
}
.understand .understand_top .understand_top_box .understand_top_left span {
  color: #ffffff !important;
}
.understand .understand_top .understand_top_box .understand_top_left .e-gradient-title > span {
  padding: 0 0 30px 0 !important;
}
.understand .understand_top .understand_top_box .understand_top_left .e-gradient-title {
  border-bottom: 2px solid #1eb9e1 !important;
}
.understand .understand_top .understand_top_box .understand_top_left .e-gradient-title > span::after {
  bottom: -2px !important;
  height: 2px !important;
}
.understand .understand_top .understand_top_box .understand_top_left .text {
  font-family: MicrosoftYaHeiLight;
  font-size: 1.2rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #ffffff;
  max-height: 224px;
    height: 100%;
    overflow: hidden;
}

.understand .understand_top .understand_top_box .understand_top_left p{
  display: -webkit-box;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.understand .understand_top .understand_top_box .understand_top_left .text_right {
  float: right;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 30px;
}
.understand .understand_top .understand_top_box img {
  position: absolute;
  top: calc(-120rem / 14);
  left: 0;
  width: 100%;
  background-color: #999999;
}
.understand .understand_bottom {
  background-color: #f8fafd;
}
.understand .understand_bottom .understand_bottom_box {
  padding: 8px 132px 10px 132px;
}
.understand .understand_bottom .understand_bottom_box .understand_bottom_txt {
  border-bottom: 1px solid #cecece;
  padding: 70px 0 54px 0;
}
.understand .understand_bottom .understand_bottom_box .understand_bottom_txt img {
  width: 162px;
  height: 166px;
  margin-right: 106px;
  display: inline-block;
  vertical-align: initial;
}
.understand .understand_bottom .understand_bottom_box .understand_bottom_txt .txt_right {
  width: 654px;
  display: inline-block;
}
.understand .understand_bottom .understand_bottom_box .understand_bottom_txt .txt_right .txt_title {
  font-family: MicrosoftYaHei;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 24px;
}
.understand .understand_bottom .understand_bottom_box .understand_bottom_txt .txt_right span {
  color: #333333 !important;
}
.understand .understand_bottom .understand_bottom_box .understand_bottom_txt .txt_right .e-gradient-title > span {
  padding: 0 0 24px 0 !important;
}
.understand .understand_bottom .understand_bottom_box .understand_bottom_txt .txt_right .e-gradient-title {
  border-bottom: 2px solid #1eb9e1 !important;
}
.understand .understand_bottom .understand_bottom_box .understand_bottom_txt .txt_right .e-gradient-title > span::after {
  bottom: -2px !important;
  height: 2px !important;
}
.understand .understand_bottom .understand_bottom_box .understand_bottom_txt .txt_right .txt {
  font-family: MicrosoftYaHeiLight;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
}
.understand .understand_bottom .understand_bottom_box .understand_bottom_txt .txt_right .txt p::before{
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  /* border-radius: 50%; */
  background: #005096;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 30px;
}
.understand .understand_bottom .understand_bottom_box .understand_bottom_txt:last-child {
  border-bottom: none !important;
}
/* 责任投资声明 */
.statement {
  padding-top: calc(100rem / 14);
}
.statement .method_top {
  margin-bottom: calc(40rem / 14);
}
.statement .method_top .txt_title {
  font-family: MicrosoftYaHeiLight;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: calc(28rem / 14);
}
.statement .method_top span {
  color: #000000;
}
.statement .method_top span {
  color: #333333 !important;
}
.statement .method_top .e-gradient-title > span {
  padding: 0 0 28px 0 !important;
}
.statement .method_top .e-gradient-title {
  border-bottom: 2px solid #1eb9e1 !important;
}
.statement .method_top .e-gradient-title > span::after {
  bottom: -2px !important;
  height: 2px !important;
}
.statement .method_top .text {
  font-family: MicrosoftYaHeiLight;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: calc(32rem / 14);
  letter-spacing: 1px;
  color: #333333;
}
.statement .method_bottom {
  background-color: #f8fafd;
  overflow: hidden;
}
.statement .method_bottom .method_bottom_txts {
  padding: calc(90rem / 14) calc(100rem / 14);
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_top {
  margin-bottom: 40px;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .txt_title {
  font-family: MicrosoftYaHei;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 16px;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .e-color--primary {
  color: #333333 !important;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_top em {
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 4px 10px;
  background-color: #005096;
  margin-left: 10px;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .e-gradient-title > span {
  padding: 0 0 26px 0 !important;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .e-gradient-title {
  border-bottom: 2px solid #1eb9e1 !important;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .e-gradient-title > span::after {
  bottom: -2px !important;
  height: 2px !important;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .text {
  font-family: MicrosoftYaHeiLight;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .method_bottom_txt1 .txt_care_box .txt_care {
  width: 390px;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .method_bottom_txt2 .txt_care_box .txt_care {
  width: 100%;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care {
  border: solid 1px #005096;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care .txt_care_text {
  padding: calc(40rem / 14) calc(30rem / 14);
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care .txt_care_text .txt_care_title {
  margin-bottom: 18px;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care .txt_care_text .txt_care_title img {
  width: 24px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care .txt_care_text .txt_care_title span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #005096;
  display: inline-block;
  vertical-align: middle;
}
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care .txt_care_text .txt_care_p {
  font-family: MicrosoftYaHeiLight;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666666;
  height: 100px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;

}
@media screen and (max-width: 1360px) {
  .statement .method_bottom .method_bottom_txts {
    padding: calc(60rem / 14) calc(80rem / 14);
  }
  .statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care .txt_care_text {
    padding: calc(30rem / 14) calc(50rem / 14);
  }
}

/* 责任投资方法 */

.method {
  padding-top: calc(100rem / 14);
}
.method .method_top {
  margin-bottom: calc(40rem / 14);
}
.method .method_top .txt_title {
  font-family: MicrosoftYaHeiLight;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 28px;
}
.method .method_top span {
  color: #000000;
}
.method .method_top span {
  color: #333333 !important;
}
.method .method_top .e-gradient-title > span {
  padding: 0 0 28px 0 !important;
}
.method .method_top .e-gradient-title {
  border-bottom: 2px solid #1eb9e1 !important;
}
.method .method_top .e-gradient-title > span::after {
  bottom: -2px !important;
  height: 2px !important;
}
.method .method_top .text {
  font-family: MicrosoftYaHeiLight;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
}
.method .method_bottom {
  background-color: #f8fafd;
}
.method .method_bottom .method_bottom_txts {
  padding: 8px calc(80rem / 14);
}
.method .method_bottom .method_bottom_txts .method_bottom_txt:last-child {
  border-bottom: none !important;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt {
  border-bottom: solid 1px #cecece;
  padding-bottom: calc(70rem / 14);
  padding-top: calc(60rem / 14);
}
@media screen and (max-width: 1360px) {
  .method .method_bottom .method_bottom_txts .method_bottom_txt {
    padding-bottom: calc(60rem / 14);
    padding-top: calc(50rem / 14);
  }
  .method .method_bottom .method_bottom_txts {
    padding: 8px calc(75rem / 14);
  }
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_top {
  margin-bottom: 40px;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .txt_title {
  font-family: MicrosoftYaHei;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 16px;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .e-color--primary {
  color: #333333 !important;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_top em {
  font-family: MicrosoftYaHei-Bold;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 4px 10px;
  background-color: #005096;
  margin-left: 10px;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .e-gradient-title > span {
  padding: 0 0 26px 0 !important;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .e-gradient-title {
  border-bottom: 2px solid #1eb9e1 !important;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .e-gradient-title > span::after {
  bottom: -2px !important;
  height: 2px !important;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_top .text {
  font-family: MicrosoftYaHeiLight;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .method_bottom_txt1 .txt_care_box .txt_care {
  width: 390px;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .method_bottom_txt2 .txt_care_box .txt_care {
  width: 100%;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care {
  border: solid 1px #005096;
  margin-bottom: 20px;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care .txt_care_text {
  padding: calc(40rem / 14) calc(34rem / 14);
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care .txt_care_text .txt_care_title {
  margin-bottom: 18px;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care .txt_care_text .txt_care_title img {
  width: 24px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care .txt_care_text .txt_care_title span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #005096;
  display: inline-block;
  vertical-align: middle;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .txt_care .txt_care_text .txt_care_p {
  font-family: MicrosoftYaHeiLight;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666666;
  height: 104px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;

}

.framework .framework_box {
  width: 100%;
  margin: 0 auto;
  padding-top: calc(100rem / 14);
}
.framework .framework_box .txt_title {
  font-family: MicrosoftYaHeiLight;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 26px;
}
.framework .framework_box span {
  color: #000000 !important;
}
.framework .framework_box .e-color--primary {
  color: #333333 !important;
}
.framework .framework_box .e-gradient-title > span {
  padding: 0 0 30px 0 !important;
}
.framework .framework_box .e-gradient-title {
  border-bottom: 2px solid #1eb9e1 !important;
}
.framework .framework_box .e-gradient-title > span::after {
  bottom: -2px !important;
  height: 2px !important;
}
.framework .framework_box .text {
  font-family: MicrosoftYaHeiLight;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 72px;
}
.framework .framework_box .framework_img img {
  width: 100%;
  height: auto;
}

.platform {
  width: 100%;
  margin: 0 auto;
  padding: calc(100rem / 14) 0 calc(100rem / 14) 0;
}
.platform .platform_top {
  margin-bottom: calc(90rem / 14);
}
.platform .platform_top .txt_title {
  font-family: MicrosoftYaHeiLight;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 26px;
}
.platform .platform_top span {
  color: #000000 !important;
}
.platform .platform_top .e-color--primary {
  color: #333333 !important;
}
.platform .platform_top .e-gradient-title > span {
  padding: 0 0 26px 0 !important;
}
.platform .platform_top .e-gradient-title {
  border-bottom: 2px solid #1eb9e1 !important;
}
.platform .platform_top .e-gradient-title > span::after {
  bottom: -2px !important;
  height: 2px !important;
}
.platform .platform_top .text {
  font-family: MicrosoftYaHeiLight;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 72px;
}
.platform .platform_top .platform_img {
  text-align: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.platform .platform_top .platform_img img {
  width: 100%;
  /* height: 404px; */
  height: auto;
}
.platform .platform_bottom {
  background-color: #f8fafd;
}
.platform .platform_bottom .platform_bottom_txt_s {
  padding: 0 134px 0 134px;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt{
  padding: calc(80rem / 14) 0 calc(45rem / 14) 0;
}
@media screen and (max-width: 1360px) {
  .platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt{
    padding: calc(60rem / 14) 0 calc(25rem / 14) 0;
  }
}

.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt:not(:last-child) {
  border-bottom: solid 1px #cecece;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt img {
  max-width: 146px;
	max-height: 146px;
  min-width: 135px;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 104px 0 130px;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right {
  max-width: 654px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right .txt_title {
  font-family: MicrosoftYaHei;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 20px;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right span {
  color: #000000 !important;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right .e-color--primary {
  color: #333333 !important;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right .e-gradient-title > span {
  padding: 0 0 calc(24rem / 14) 0 !important;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right .e-gradient-title {
  border-bottom: 2px solid #1eb9e1 !important;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right .e-gradient-title > span::after {
  bottom: -2px !important;
  height: 2px !important;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right .txt_right_p {
  font-family: MicrosoftYaHeiLight;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333333;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right .txt_right_p > div >div{
  display: initial;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right .txt_right_p > div:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  /* border-radius: 50%; */
  background: #005096;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 30px;
}

.viewpoint {
  /* background: url("../assets/images/responsible_investment_img/beijing_5.png") no-repeat center;
  background-size: 100% 100%; */
  height: 733px;
}
.viewpoint .viewpoint_box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: calc(100rem / 14) 0;
  position: relative;

}
.viewpoint .viewpoint_box .icon_click{
    width: 2.5rem;
    height: 2.5rem;
    border: solid 2px #005bbb;
    border-radius: 50%;
    font-size: 20px;
    line-height: 2rem;
    color: #005bbb;
    text-align: center;
    display: inline-block;
    /* margin-right: 30px; */
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 99;
}
.viewpoint .viewpoint_box .icon_click.on{
  background-color: #cecece;
  border: solid 2px #ecebf2;
  color: #fff;

}

.viewpoint .viewpoint_box .viewpoint_box_title {
  text-align: center;
  font-family: MicrosoftYaHeiLight;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 68px;
}
.viewpoint_boxs{
  max-width: 1400px !important;
  width: 100%;
  position: relative;
}
.viewpoint .viewpoint_box .viewpoint_box_txt_s {
  width: calc(100% - 6rem) !important;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.viewpoint .viewpoint_box .viewpoint_box_txt_s .txt_care {
   max-width: 32.4%;
  width: 100%;
  height: 24rem;
  background-color: #ffffff;
  display: inline-block;
  /* margin-right: 70px; */
  margin-right: 14px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
  border: 3px solid rgb(0 0 0 / 7%);
}
.viewpoint .viewpoint_box .viewpoint_box_txt_s .txt_care .txt_care_img img {
  width: 100%;
  height: 180px;
  background-color: #ebebeb;
}
.viewpoint .viewpoint_box .viewpoint_box_txt_s .txt_care .viewpoint_a {
  text-align: center;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.viewpoint .viewpoint_box .viewpoint_box_txt_s .txt_care .viewpoint_a .txt_care_p {
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 1px;
  color: #333333;
  /* margin-top: 68px; */
  display: inline-block;
  height: 54px;
  overflow: hidden;
  margin: 68px 10px 0 10px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.download_zone {
  max-width: 1102px;
  width: 100%;
  margin: 0 auto;
  padding: calc(138rem / 14) 0 calc(162rem / 14) 0;
}
.download_zone .txt_title {
  font-family: MicrosoftYaHeiLight;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #000000;
}
.download_zone span {
  color: #000000 !important;
}
.download_zone .e-color--primary {
  color: #333333 !important;
}
.download_zone .e-gradient-title > span {
  padding: 0 0 20px 0 !important;
}
.download_zone .e-gradient-title {
  border-bottom: 2px solid #1eb9e1 !important;
}
.download_zone .e-gradient-title > span::after {
  bottom: -2px !important;
  height: 2px !important;
}
.download_zone .download_zone_txt_s .download_zone_txt {
  border-bottom: #005096 solid 1px;
  padding: 42px 0 16px 0;
}
.download_zone .download_zone_txt_s .download_zone_txt a span:hover
.download_zone .download_zone_txt_s .download_zone_txt a:hover{
  color: #005096 !important;
}
.download_zone .download_zone_txt_s .download_zone_txt a span {
  width: 500px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.download_zone .download_zone_txt_s .download_zone_txt a {
  font-family: MicrosoftYaHeiLight;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333333;

}
.download_zone .download_zone_txt_s .download_zone_txt img {
  float: right;
  width: 10px;
  height: 5px;
  margin-top: 16px;
}

.e-gradient-title {
  border-bottom: 4px solid #1eb9e1;
}

.e-gradient-title > .e-color--primary {
  display: inline-block;
  position: relative;
  padding: 28px 0;
  font-weight: 300;
}

.e-gradient-title > .e-color--primary::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffc819;
  content: "";
}

.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .col-md-6:nth-child(odd),
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box  .col-md-6:nth-child(odd){
  padding-left:0;
}

.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .col-md-6:nth-child(even),
.statement .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box  .col-md-6:nth-child(even){
  padding-right:0;
  float: right;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box  .col-md-4{
  padding-left:0;
  padding-right:0;
  width: 100%;
  max-width: 402px;
}
.method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box  .col-md-4:nth-child(2){
  margin-left:29px;
  margin-right:29px;
}
.download_zone_box{
  background: url(../assets/images/responsible_investment_img/beijing_5.png) no-repeat center;
  background-size: 100% 100%;
}

.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text .txt div,
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text .txt p,
.understand .understand_top .understand_top_box .understand_top_left .text div,
.understand .understand_top .understand_top_box .understand_top_left .text p,
.statement .method_top .text div,
.statement .method_top .text p,
.method .method_top .text div,
.method .method_top .text p,
.framework .framework_box .text div,
.framework .framework_box .text p,
.platform .platform_top .text div,
.platform .platform_top .text p,
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right .txt_right_p div,
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt .platform_bottom_txt_right .txt_right_p p{
  text-indent: 0 !important;
}
@media screen and (max-width:1399px){
  .txt_box,
  .framework_box,
  .platform .platform_top,
  .viewpoint .viewpoint_box{
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
  .txt_box {
    margin-left: 0;
}
  .NavigationBar_box ul li {
    margin-right: 1.675rem;
  }

  .method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .col-md-4{
    max-width: 22rem;
  }
  .method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .col-md-4:nth-child(2) {
    margin-left:1.1rem;
    margin-right:1.1rem;
}
.framework .framework_box .framework_img img{
  width: 100%;
}
.platform .platform_bottom .platform_bottom_txt_s{
  padding: 0 6.375rem;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt img{
  margin: 0 6.5rem 0 8.125rem;
}
.viewpoint .viewpoint_box .viewpoint_box_txt_s .txt_care{
  max-width: 32.4% !important;
}


}
.viewpoint .viewpoint_box #right_next{
  right:0;
}
@media screen and (max-width:1360px){
  .txt_box,
  .framework_box,
  .platform .platform_top,
  .viewpoint .viewpoint_box{
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }
  .forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(even){
    margin-left: 0rem !important;
  }
  .method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .col-md-4{
    max-width: 26.875rem;
  }
  .method .method_bottom .method_bottom_txts .method_bottom_txt .txt_care_box .col-md-4:nth-child(2) {
    margin-left:1.8125rem;
    margin-right:1.8125rem;
}
.framework .framework_box .framework_img img{
  width: 100%;
}
.platform .platform_bottom .platform_bottom_txt_s{
  padding: 0 6.375rem;
}
.platform .platform_bottom .platform_bottom_txt_s .platform_bottom_txt img{
  margin: 0 6.5rem 0 8.125rem;
}
.viewpoint .viewpoint_box .viewpoint_box_txt_s .txt_care{
  max-width: 22.6rem;
}
.viewpoint .viewpoint_box .viewpoint_box_txt_s{
  /* max-width:70.125rem !important; */
}
.viewpoint .viewpoint_box #right_next{
  right: 0;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text{
  max-width: 50%;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text .txt {
  max-width: 32.5rem;
}
.forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(odd) .txt {
  margin-left:4.25rem;
}
}

.e-home-banner {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.in-big-scale .e-home-banner {
  height: 400px;
}
@media screen and (max-width: 1440px) {
  .e-home-banner {
    height: 400px;
  }
}

.e-home-banner .e-home-banner__wrapper {
  height: 100%;
  width: 100%;
  min-width: 1260px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.e-home-banner .e-home-banner__swiper {
  width: 100%;
  height: 100%;
}
.e-home-banner .e-home-banner__swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-slide {
  position: relative;
  height: 500px;
  background: #ffffff;
  overflow: hidden;
}
.in-big-scale .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-slide {
  height: 400px;
}
@media screen and (max-width: 1440px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-slide {
    height: 400px;
  }
}

.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 37px 0 100px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transition: padding 0.2s, max-width 0.3s;
}
@media screen and (min-width: 576px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 684px;
  }
}
@media screen and (min-width: 992px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1360px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 1270px;
  }
}
@media screen and (min-width: 1480px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    max-width: 1420px;
  }
}
@media screen and (min-width: 768px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}
.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content::before,
.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content::after {
  display: table;
  content: "";
}

.e-home-banner .e-home-banner__swiper .e-home-banner__swiper-content::after {
  clear: both;
}

.e-home-banner .e-home-banner__pagination {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch {
  display: inline-block;
  position: relative;
  margin: 5px;
  width: 40px;
  height: 2px;
  background: #ffffff;
  transition: width 0.4s;
  cursor: pointer;
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet::after,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ffc819;
  transform: translateY(-50%);
  transition: width 0.4s;
  cursor: pointer;
  content: "";
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-active-switch, .e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-active-switch,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-pagination-bullet-active {
  width: 50px;
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-active-switch::after, .e-home-banner .e-home-banner__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-active-switch::after,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch.swiper-pagination-bullet-active::after {
  width: 100%;
  animation: pagination-bullet-progress 10s linear;
  animation-duration: inherit;
}
@keyframes pagination-bullet-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.e-home-banner .e-home-banner__pagination .swiper-pagination-bullet::before,
.e-home-banner .e-home-banner__pagination .swiper-pagination-switch::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  transform: translateY(-50%);
  cursor: pointer;
  content: "";
}

.e-breadcrumbs {
  pointer-events: all;
}
.e-home-banner__title {
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 2px;
  transform: translateY(-50%);
}

.e-home-banner .e-home-banner__container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  pointer-events: none;
  z-index: 10;
  width: 100%;
  min-width: 1260px;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  transform: translateX(-50%);
  transition: padding 0.2s, max-width 0.3s;
}
@media screen and (min-width: 576px) {
  .e-home-banner .e-home-banner__container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .e-home-banner .e-home-banner__container {
    max-width: 684px;
  }
}
@media screen and (min-width: 992px) {
  .e-home-banner .e-home-banner__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .e-home-banner .e-home-banner__container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1360px) {
  .e-home-banner .e-home-banner__container {
    max-width: 1260px;
  }
}
@media screen and (min-width: 1480px) {
  .e-home-banner .e-home-banner__container {
    max-width: 1420px;
  }
}
@media screen and (min-width: 768px) {
  .e-home-banner .e-home-banner__container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .e-home-banner .e-home-banner__container {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}
.e-home-banner .e-home-banner__container::before,
.e-home-banner .e-home-banner__container::after {
  display: table;
  content: "";
}

.e-home-banner .e-home-banner__container::after {
  clear: both;
}

.e-home-banner .e-home-banner__right {
  float: right;
}
.e-home-banner .e-home-banner__right > * {
  pointer-events: all;
}
.e-understand-bottomBox{
  padding-left: 0 !important;
  box-sizing: border-box;
  padding-right: 4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1360px) {
  .forerunner .forerunner_box .forerunner_trees .forerunner_trees_text_s .forerunner_trees_text:nth-child(even) .line .year {
      margin-top: 80px;
  }
  .statement {
    padding-top: calc(80rem / 14);
  }
  .method {
    padding-top: calc(80rem / 14);
  }
  .platform {
    padding: calc(80rem / 14) 0 calc(80rem / 14) 0;
  }
  .platform .platform_top {
    margin-bottom: calc(70rem / 14);
  }
}
.investment_undextand_bottom{
  width:100%;
  height:3.5rem;
  font-size: 1.2rem;
  line-height:3.5rem;
  text-align: center;
  color:#ffffff;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
  cursor: pointer;
}
.investment_undextand_bottom-right{
  width:100%;
  height:3.5rem;
  background-color: #ffffff;
  margin-bottom: 20px;
  line-height:3.5rem;
  font-size: 1.2rem;
  text-align: center;
  color:#005096;
  cursor: pointer;
}
.investment_undextand_bottom:hover{
  color:#005096;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.investment_undextand_bottom-right:hover{
  color:#ffffff;
  background-color: #005096;
  border: 1px solid #ffffff;
}
.section_box{
  padding-left: 0 !important;
  padding-right: 0 !important;

}
.e-method-logo {
    width: 100%;
    height: 100%;
    object-fit: none;
    /* min-height: 30rem; */
}
.e-method-title{
  font-weight: bold;
  font-size: 2rem;
  color:#005096 ;
}
.e-method-content{
  margin-top: 0.5rem;
  color: #7a7a7a;
  font-size: 1.2rem;
  overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.e-method-layout_right {
    /* padding: 10rem 6rem; */
    padding-right: 4em;
    padding-left: 0px;
    margin-top: 6em;
}
.e-method-bottom_item {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.e-method-bottom_item img{
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  object-fit: cover;

}
.e-method-bottom_item span{
  font-size: 1.5rem;
  color: #005096;
  vertical-align: middle;
  margin-left: 1rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.method_bottom-imgbox{
  padding: 5rem;
  box-sizing: border-box;
}
.e-method_itemText{
  margin-top: 0.5rem;
  color: #7a7a7a;

}
@media screen and (max-width:1399px){
  .statement {
    padding-left: 4.2rem !important;
    padding-right: 4.2rem !important;
  }
  .txt_box, .framework_box, .platform .platform_top, .viewpoint .viewpoint_box{
    padding-left:0 !important;
    padding-right:0 !important;

  }
  .viewpoint .viewpoint_box .viewpoint_box_txt_s{
    width: calc(100% - 8rem) !important;
  }
}
@media screen and (min-width:1536px){
  .lagerbox{width:39%;}
}
.e-banner-box{
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-box{
  position: absolute;
  width: 506px;
  height: 64px;
  background: rgba(255,255,255,0.1);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  bottom: 88px;
}
.banner-box .e-detail-banner-swiper__title{
  width: 180px;
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  color: #FFC819;
  line-height: 56px;
}
.banner-box .e-detail-banner-swiper__button{
  width: 256px;
  height: 44px;
  background: #FFC819;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#005096;
  font-size:18px
}
.banner-box .e-detail-banner-swiper__button img{
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
