.fund_singe {
	position: relative;
	text-align: center;
}

.fund_singe .name {
	font-size: 3vw;
	line-height: 1.2;
	position: relative;
	text-align: center;
	margin-bottom: 3vw;
}

.fund_singe .des {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 3vw;
	color: #fff;
	font-family: auto;
}

.fund_img {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

.fund_warp::before {
	width: 100%;
	height: 110%;
	position: absolute;
	left: 0px;
	bottom: 0%;
	border-radius: 50%;
	content: '';
	background: linear-gradient(to bottom, #dedcdc, #f9f8f7);
}

.fund_warp {
	position: relative;
	width: 100%;
	margin-bottom: 5vw;
}

.team-swiper {
	margin-bottom: 10vw;
	position: relative;
	margin-top: 2vw;
	overflow: hidden;
}

.team-swiper .paraImg {
	width: 49%;
	margin: 0px auto 0 5%;
	position: relative;
	/* height: 515px; */
	border-radius: 5%;
	overflow: hidden;
}

.team-swiper .paraImg .img {
	position: relative;
	width: 99%;
	margin-left: 1%;
	/* border-radius: 100%; */
	overflow: hidden;
	height: 100%;
}.team-swiper .paraImg .img img{height:100%}

.team-swiper .paraImg::before {
	width: 100%;
	height: 0px;
	padding-top: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #e3dacc;
	/* border-radius: 40%; */
	/* -webkit-animation: loopAnimate 10s linear infinite; */
}

.team-swiper .p1 {
	width: 35%;
	height: auto;
	position: absolute;
	right: 5%;
	top: 7%;
	font-size: 45px;
	text-align: left;
	/* font-family: auto; */
	color: #da3915;
	/* font-weight: bold; */
}

.team-swiper .p2 {
	width: 35%;
	height: auto;
	position: absolute;
	right: 5%;
	bottom: 1%;
	font-size: 10vw;
	color: #da3915;
	text-align: left;opacity: .36;
}

.team-swiper .p3 {
	width: 35%;
	height: auto;
	position: absolute;
	right: 5%;
	top: 27%;
	font-family: auto;
	/* color: #fff; */
	line-height: 2;
}

.team-swiper .swiper-slide {
	overflow: hidden;
}

.team-swiper .swiper-button-next,
.team-swiper .swiper-button-prev {
	width: 77px;
	height: 77px;

	top: auto;
	bottom: 0%;
}

.team-swiper .swiper-button-next::before,
.team-swiper .swiper-button-prev::before {
	/* background: url(../images/circle2.png?v=2024) no-repeat; */
	background-size: cover;
	background-position: 100% 0%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
}

.team-swiper .swiper-button-next:hover::before,
.team-swiper .swiper-button-prev:hover::before {
	-webkit-animation: loopAnimate 5s linear infinite;
}

.team-swiper .swiper-button-next {
	right: 30%;
}

.team-swiper .swiper-button-prev {
	left: 30%;
}

.team-swiper .swiper-button-next:after,
.team-swiper .swiper-button-prev:after {
	color: #da3915;
	font-size: 18px;
	z-index: 10;
}


.develop_box {
	background: url(../images/develop_bg.jpg) center center/cover no-repeat;
	padding: 0px;
}

.curl_list {
	width: 100%;
	padding: 2vw 0;
}

.curl_list ul {
	width: 100%;
	display: flex;
	margin-bottom: 1vw;
}

.curl_list ul li {
	width: 23%;
	position: relative;
	margin-right: 2%;
	/* background-color: rgb(218 57 21); */
	/* backdrop-filter: blur(10px); */
	color: #333;
	padding: 0px;
	background-image: url(../images/zhih.png);
	background-size: cover;
	background-position:center;
}
.curl_list ul li {height:300px}
.curl_list ul li .icon {
	position: absolute;
	left: 30px;
	top: 90px;
	width: 90px;
	-webkit-transform: translateY(-50%);
}
.curl_list ul li:hover .icon{animation: hover-button-arrow-right .3s ease;}

@keyframes hover-button-arrow-right {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		transform: translate(100%, -50%)
	}

	55% {
		opacity: 0;
		transform: translate(-100%, -50%)
	}

	100% {
		opacity: 1;
		transform: translate(0, -50%)
	}
}
.curl_list ul li .info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 30px;
}

.curl_list ul li .info .name {
	font-size: 30px;
	margin-bottom: 15px;
	/* font-family: auto; */
	color: #da3915;
}

.curl_list ul li .info .des {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	min-height: 60px;
	font-family: auto;
}

.develop_list {
	width: 262px;
	height: 100vh;
	position: relative;
	margin: 0px auto;
	background: url(../images/line_center.png) center center no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.develop_list ul {
	width: 100%;
	position: relative;
}

.develop_list li {
	color: #fff;
	position: relative;
	width: 50%;
	display: flex;
	align-items: center;
	padding-left: 20px;
	line-height: 50px;
	margin-bottom: 25px;
	cursor: pointer;
}



.develop_list li .dot {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-webkit-transition: all .45s;
}

.develop_list li.active .dot {
	-webkit-transform: translateY(-50%) scale(1.5);
}

.develop_list li .dot::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #fff;
	border-radius: 50%;
}

.develop_list li.active .dot::before {
	-webkit-animation: scaleAnimate2 1.5s linear infinite;
}

.develop_list li .dot::after {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-transition: all .4s;
}

.develop_list li.active .dot::after {
	border-color: #eda01f;
}

.develop_list li:nth-child(even) {
	padding-left: 0px;
	padding-right: 20px;
}

.develop_list li:nth-child(even) .dot {
	left: auto;
	right: 0px;
}

.develop_list li:nth-child(even) .year {
	text-align: right;
}

.develop_list li .year {
	font-family: BrownBlod;
	font-size: 18px;
	width: 100%;
	-webkit-transition: all .25s;
	height: 50px;
	overflow: hidden;
	line-height: 30px;
	padding: 10px 0px;
	position: relative;
}

.develop_list li .year p {
	position: relative;
	top: 0px;
	-webkit-transition: all .35s;
	left: 0px;
}

.develop_list li .year p:nth-child(2) {
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 40px;
	width: 100%;
}

.develop_list li .year p:first-child {
	top: 0px;
}

.develop_list li:hover .year p:nth-child(2),
.develop_list li.active .year p:nth-child(2) {
	top: 10px;
	opacity: 1;
}

.develop_list li:hover .year p:first-child,
.develop_list li.active .year p:first-child {
	top: -20px;
	opacity: 0;
}



.develop_list li:nth-child(1) {
	left: 97px;
}

.develop_list li:nth-child(2) {
	left: -10px;
}

.develop_list li:nth-child(3) {
	left: 111px;
}

.develop_list li:nth-child(4) {
	left: -110px;
}

.develop_list li:nth-child(5) {
	left: 15px;
}

.develop_list li:nth-child(6) {
	left: -90px;
}

.develop_list li:nth-child(7) {
	left: 10px;
}

.develop_list li:nth-child(8) {
	left: 136px;
}

.develop_list li:nth-child(9) {
	left: 140px;
}

.develop_box .left {
	width: 25%;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 10vw;
	color: #fff;
}

.develop_box .right {
	width: 25%;
	height: auto;
	position: absolute;
	color: #3e3e3e;
	opacity: 1;
	-webkit-transition: all 1s;
	background: #ffff;
	padding: 15px;
	border-radius: 5px;
	left: 50%;
	top: 50%;
	opacity: 0;
	z-index: 12;
}

.develop_box .right.active {
	opacity: 1;
}

.develop_box .right::before {
	width: 0px;
	height: 0px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #fff;
	position: absolute;
	left: -8px;
	content: '';
	top: 50%;
}

.develop_box .right .year {
	font-size: 40px;
	/* font-family: BrownBlod; */
	margin-bottom: 5px;
	position: relative;
	color: #da3915;
}

.develop_box .right .des {
	font-size: 16px;
	line-height: 1.7;
	position: relative;
	font-family: auto;
}

.hornor_box {
	background: url(../images/hornor_bg.jpg) top/cover no-repeat;
	padding-top: 0;
}

.honor_page {
	width: 100%;
	height: 60px;

	display: flex;
	align-items: flex-start;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.honor_page .swiper-button-next,
.honor_page .swiper-button-prev {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-transition: all .65s;
	border: 1px solid #da3915;
	color: #da3915;
}

.honor_page .swiper-button-next:after,
.honor_page .swiper-button-prev:after {
	font-size: 18px;
}

.honor_page .swiper-button-next {
	right: 0px;
	margin-left: 25px;
}

.honor_page .swiper-button-prev {
	left: 0px;
}

.honorSwiper .pic {
	background-size: contain;
}

.honorSwiper {
	overflow: initial;
}

.hornor_box {
	/* overflow: hidden; */
}

.honorSwiper {
	padding-bottom: 200px;
}

.honorSwiper::after {}

.honor_line {
	width: 4000px;
	height: 64px;
	position: absolute;
	left: 0%;
	bottom: calc(7vw + 100px);
	display: flex;
	pointer-events: none;
}

.honor_line img {
	width: 50%;
}

.honor_line.hl1 {
	-webkit-animation: moves 5s linear infinite;
}

.honor_line.hl2 {
	-webkit-animation: moves 5s linear infinite 2s;
	opacity: 0.5;
}

@-webkit-keyframes moves {
	0% {
		left: 0px;
	}

	100% {
		left: -2000px;
	}
}

.honorSwiper .swiper-slide {
	width: 385px;
	margin-top: 0px;
	-webkit-transition: all .65s;
}

.honorSwiper .swiper-slide:nth-child(odd) {
	top: 38px;
}

.honorSwiper .name {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	font-family: auto;
	font-weight: bold;
}


.about .f2 {
  width: 100%;
  height: auto;
  background: url('../images/img7.jpg') center no-repeat;
  background-size: cover !important;
  padding: 5vw 8vw;
  overflow: hidden;
  position: relative;
}
.about .f2 .text {
  width: 37vw;
}
.about .f2 .text .titBox .en {
  color: white;
}
.about .f2 .text .titBox .cn {
  color: white;
}
.about .f2 .text .des {
  color: white;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
  padding: 2vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.about .f2 .text .ryBox {
  color: white;
  margin-top: 2vw;
}
.about .f2 .text .ryBox .t {
  font-size: 1.2vw;
  font-weight: bold;
}
.about .f2 .text .ryBox .item {
  font-size: 0.9vw;
  line-height: 2;
  margin-top: 1vw;
  padding-left: 1vw;
}
.about .f2 .text .ryBox .item p::before {
  content: '';
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  background: white;
  margin-left: -1vw;
  margin-top: 0.6vw;
}
.about .f2 .img {
  width: 50vw;
  position: absolute;
  right: 8vw;
  margin-top: 5vw;
}
.about .f3 .infoImg {
  width: 100%;
  z-index: -1;
  position: absolute;
}
.about .f3 .titBox {
  padding-left: 8vw;
  padding-top: 7vw;
}
.about .f3 .yearBox {
  width: 100%;
  display: flex;
  padding: 0 8vw;
}
.about .f3 .yearBox .yearSwiper2 {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
}
.about .f3 .yearBox .yearSwiper2 .swiper-slide{
  display: flex;
  justify-content: space-between;
}
.about .f3 .yearBox .yearSwiper2 .swiper-slide .year {
  color: #454545;
  opacity: 0.11;
  font-size: 10vw;
  font-weight: bold;
}
.about .f3 .yearBox .yearSwiper2 .swiper-slide .text {
  color: #232323;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
}
.about .f3 .yearBox .img {
  width: 50vw;
  height: 20vw;
  background-size: contain !important;
}
.about .f3 .infoImg2 {
  width: 100%;
  position: absolute;
  margin-top: -2vw;
}
.about .f3 .yearSwiper {
  width: 84%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 15vw;
}
.about .f3 .yearSwiper .swiper-slide {
  width: 5.8vw;
  cursor: pointer;
  color: #454545;
  font-size: 1vw;
}
.about .f3 .yearSwiper .swiper-slide::before {
  content: '';
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  border: 2px solid #808080;
  background: white;
  border-radius: 50%;
  margin-left: 0.7vw;
  margin-top: -1vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(1) {
  top: 14.1vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(2) {
  top: 14.1vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(3) {
  top: 14vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(4) {
  top: 13.8vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(5) {
  top: 13.6vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(6) {
  top: 13.1vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(7) {
  top: 12.5vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(8) {
  top: 11.8vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(9) {
  top: 11vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(10) {
  top: 10.1vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(11) {
  top: 9vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(12) {
  top: 7.8vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(13) {
  top: 6.3vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(14) {
  top: 4.7vw;
}
.about .f3 .yearSwiper .swiper-slide:nth-child(15) {
  top: 2.8vw;
}
.about .f3 .yearSwiper .swiper-slide-thumb-active {
  color: #e40012;
}
.about .f3 .yearSwiper .swiper-slide-thumb-active::before {
  content: '';
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  border: 2px solid #e40012;
  background: #e40012;
  border-radius: 50%;
  margin-left: 0.7vw;
  margin-top: -1vw;
}
.about .f4 {
  width: 92%;
  height: auto;
  background: url('../images/img11.jpg?v3.0.0') center no-repeat;
  background-size: cover !important;
  padding: 6vw 4vw;
  margin: 4vw;
  transition: .5s ease-in-out;
}
.about .f4 .titBox .en {
  color: white;
}
.about .f4 .titBox .cn {
  color: white;
}
.about .f4 .text {
  width: 100%;
  margin-top: 7vw;
}
.about .f4 .text .des {
  font-size: 1vw;
  line-height: 2;
  color: white;
  height: 5vw;
}
.about .f4 .text .tabBoxs {
  width: 100%;
  display: inline-block;
  margin-top: 2vw;
  border-top: 1px solid white;
}
.about .f4 .text .tabBoxs .tabs {
  border-top: 3px solid transparent;
  display: inline-block;
  font-size: 3vw;
  margin-right: 3vw;
  position: relative;
  top: -0.1vw;
  cursor: pointer;
  -webkit-text-stroke: 1px white;
  font-weight: normal;
  color: transparent;
  transition: 0.3s all;
}
.about .f4 .text .tabBoxs .active {
  border-top: 3px solid white;
  color: white;
}

.dclose {
	width: 40px;
	height: 40px;
	color: #da3915;
	line-height: 38px;
	text-align: center;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #fff;
	border-radius: 50px 50px 0px 0px;
	cursor: pointer;
	display: none;
}


@media screen and (max-width: 900px) {
	.dclose {
			display: block;
		}
	.fund_singe .name{
			font-size: 5vw;
			margin-bottom: 10vw;
			line-height: 1.4;
		}
		.fund_box{
			padding: 0px 5%;
		}
		.fund_warp{
			margin-bottom: 10vw;
		}
		.team-swiper .paraImg{
			width: 48%;
			margin: 0px auto 0 0;
			z-index: 5;
			height: auto;
			border-radius: 11%;
			overflow: hidden;
		}
		.team-swiper .p1{
			font-size: 16px;
			right: 2%;
			top: 5%;
			margin-bottom: 0vw;
			z-index: 2;
			font-family: auto;
			font-weight: bold;
			width: 44%;
		}
		.team-swiper .p3{
			width: 100%;
			left: auto;
			font-size: 14px;
			top: auto;
			position: relative;
			line-height: 1.7;
			text-align: justify;
			margin-top: 5vw;
			right: 0%;
		}
		
		.team-swiper .swiper-slide{
			display: flex;
			align-items: center;
			justify-content: space-between;
			flex-wrap: wrap;
		}
		.team-swiper .swiper-button-next, .team-swiper .swiper-button-prev{
			width: 40px;
			height: 40px;
			display: none;
		}
		.team-swiper .p2{
			left: auto;
			bottom: auto;
			top: 0%;
			right: 0%;
			color: rgba(0,0,0,.2);
			font-size: 25vw;
			width: auto;
		}
		.about .f1 .left .img1{
		    height: 45vw;
		  }
		  .about .f1 .left .img2 {
		    margin-top: 5vw;
		    height: 45vw;
		  }
		  .about .f1 .right {
		    width: 100%;
		    margin-left: 0;
		  }
		  .about .f1 .right .des p {
		    font-size: 16px;
		    margin: 5vw 0;
		  }
		  .about .f2 {
		    padding: 10vw 5vw 0 5vw;
		  }
		  .about .f2 .text {
		    width: 100%;
		  }
		  .about .f2 .text .des {
		    font-size: 16px;
		    padding: 5vw 0;
		  }
		  .about .f2 .text .ryBox {
		    margin-top: 5vw;
		  }
		  .about .f2 .text .ryBox .t {
		    font-size: 18px;
		  }
		  .about .f2 .text .ryBox .item {
		    font-size: 16px;
		    padding-left: 3vw;
		  }
		  .about .f2 .text .ryBox .item p::before {
		    width: 1.5vw;
		    height: 1.5vw;
		    margin-left: -3vw;
		    margin-top: 3.6vw;
		  }
		  .about .f2 .img {
		    width: 100%;
		    position: relative;
		  }
	
		  .about .f3 .yearBox {
		    display: block;
		    padding: 5vw;
		  }
		  .about .f3 .yearBox .img {
		    width: 100%;
		    height: 35vw;
		  }
		  .about .f3 .yearBox .yearSwiper2 {
		    width: 100%;
		  }
		  .about .f3 .yearBox .yearSwiper2 .swiper-slide .year {
		    font-size: 82px;
		    text-align: center;
		  }
		  .about .f3 .yearBox .yearSwiper2 .swiper-slide .text {
		    font-size: 16px;
		    text-align: center;
		    margin-top: 3vw;
		  }
		  .about .f3 .infoImg {
		    margin-top: 104vw;
		  }
		  .about .f3 .yearSwiper::before {
		    content: '';
		    position: absolute;
		    width: 100%;
		    height: 0;
		    border: 1px dashed #808080;
		    margin-top: -2.3vw;
		  }
		  .about .f3 .yearSwiper .swiper-slide {
		    width: auto;
		    font-size: 16px;
		    margin-right: 5vw;
		    top: inherit !important;
		  }
		  .about .f3 .infoImg2 {
		    display: none;
		  }
		  .about .f3 .yearSwiper {
		    width: 100%;
		    padding: 5vw 0;
		  }
		  .about .f3 .yearSwiper .swiper-slide::before {
		    width: 1.5vw;
		    height: 1.5vw;
		    border: 1px solid #808080;
		    margin-left: 3.7vw;
		    margin-top: -3vw;
		  }
		  .about .f3 .yearSwiper .swiper-slide-thumb-active::before {
		    margin-left: 3.7vw;
		    margin-top: -3vw;
		  }
		  .about .f4 {
		    width: 100%;
		    padding: 10vw 5vw;
		    margin: 5vw 0;
		  }
		  .about .f4 .text .des {
		    font-size: 16px;
		    height: 24vw;
		  }
		  .about .f4 .text .tabBoxs {
		    margin-top: 5vw;
		  }
		  .about .f4 .text .tabBox .tabs {
		    font-size: 24px;
		    top: -0.5vw;
		  }
		.about .f3 .yearBox .yearSwiper2 .swiper-slide{
		    display: block;
		  }
		  
		.curl_list {
				width: 100%;
			}
		
			.curl_list ul li .icon {
				left: 10px;
				top: 40px;
				width: 40px;
			}
		
			.curl_list ul li {
				min-height: 55vw;
				width: 48%;
				height: auto;
			}
		
			.curl_list ul li .info .name {
				font-size: 16px;
				margin-bottom: 5px;
			}
		
			.curl_list ul li .info .des {
				line-height: 25px;
				font-size: 14px;
				min-height: 50px;
			}
		
			.curl_list ul li .info {
				padding: 15px 15px 20px;
			}
		
			.curl_list ul {
				margin-bottom: 2vw;
				display: flex;
				flex-wrap: wrap;
			}
		
			.develop_box .left {
				width: 90%;
				height: auto;
				position: relative;
				left: 5%;
				top: 0vw;
			}
		
			.develop_box .right {
				position: fixed;
				width: 90%;
				right: 5%;
				bottom: 5vw;
				-webkit-transition: all 1s;
				-webkit-transform: translateY(200%);
				top: auto;
				left: auto;
			}
		
			.develop_box .right.active {
				-webkit-transform: translateY(0%);
			}
		.develop_box .right::before{display:none;}
			.develop_box .right::after {
				width: 0px;
				height: 0px;
				border-left: 8px solid transparent;
				border-right: 8px solid transparent;
				border-bottom: 8px solid #fff;
				position: absolute;
				left: 7%;
				content: '';
				top: -8px;
			}
		
			.develop_box .right .year {
				font-size: 5vw;
			}
		
			.honorSwiper .swiper-slide {
				width: 70%;
			}
		
			.honorSwiper .swiper-slide:nth-child(odd) {
				top: 0px;
			}
		
			.honorSwiper {
				padding-bottom: 100px;
			}
	}