.screen-1 {
	height: 12000px;
	position: relative;
}
.screen-1 .go-line.hide {
	display: none;
}
.screen-1 .go-line {
    width: 2.21vw;
    height: 3.7vw;
	display: flex;
    flex-direction: column;
    border: 1px solid #A493BF;
    justify-content: space-between;
    align-items: center;
    border-radius: 1000px;
    padding: .6vw 0;
    position: fixed;
    top: calc(98vh - 3.7vw);
	left: 50%;
	transform: translateX(-50%);
    z-index: 1000;
}
.home {
	display: none;
}

.screen-1 .go-line p {
	width: .47vw;
	height: .47vw;
	border-radius: 100px;
	background-color: #E3DBF2;
	animation: go linear 1.2s infinite;
	transition: .4s color;
}

.screen-1 .go-line p:nth-child(2) {
	animation-delay: .4s;
}

.screen-1 .go-line p:nth-child(3) {
	animation-delay: .8s;
}

@keyframes go {

	0%,
	33% {
		background-color: #A493BF;
	}

	34%,
	100% {
		background-color: #E3DBF2;
	}
}

.threejs-top {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.threejs-top canvas {
	transform-origin: center;
}

.screen-1 .jsgif {
	height: 100vh;
	position: relative;
}

.screen-1 .jsgif canvas {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.screen-1 .words {
	position: sticky;
	left: 0;
	top: 0;
	height: 100vh;
	z-index: 1000;
}

.screen-1 .words p {
	color: rgba(255, 255, 255, 0.00);
	text-align: center;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #F96138;
	font-size: 10.42vw;
	font-family: "MiSansVf";
	position: absolute;
	left: 2.92vw;
	top: 12vh;
	opacity: 0;
	z-index: 100;
}

.screen-1 .words p.bottom {
	left: auto;
	top: auto;
	right: 2.92vw;
	top: 80vh;
	-webkit-text-stroke-color: #9F83B0;
	font-size: 8.33vw;
}

.screen-2 {
	height: 200vw;
	position: relative;
}

.screen-2 .content {
	color: #FFF;
	text-align: center;
	font-family: MiSansVF;
	font-size: 4.17vw;
	white-space: pre-line;
	z-index: 100;
	bottom: 15vw;
	position: absolute;
	width: 100%;
	line-height: 1.15;
}

.screen-2 .box {
	position: sticky;
	top: 0;
	height: 140vw;
	overflow: hidden;
}

.screen-2 .text {
	position: absolute;
	top: 6vw;
	left: 0;
	right: 0;
	text-align: center;
	transition: .3s;
	opacity: 0;
}

.screen-2 .text.active {
	transform: translateY(0);
	opacity: 1;
}

.screen-2 .text-2.active {
	transition-delay: 0.3s;
}

.screen-2 .text-1 {
	text-align: center;
	font-size: 11vw;
	color: transparent;
	-webkit-text-stroke: 1px #f86139;
	text-transform: uppercase;
	z-index: 100;
}

.screen-2 .text-2 {
	z-index: 10;
	text-align: center;
	font-size: 8vw;
	color: transparent;
	-webkit-text-stroke: 1px #fff;
	text-transform: uppercase;
	top: 22vw;
}

.screen-2 img {
	position: absolute;
	z-index: 10;
}

.screen-2 img:nth-child(1) {
	width: 57.5vw;
	left: 0;
	bottom: 65vw;
	z-index: 15;
}

.screen-2 img:nth-child(2) {
	width: 66.66vw;
	right: 0;
	bottom: 39vw;
	z-index: 16;
}

.screen-2 img:nth-child(3) {
	width: 64vw;
	left: 0;
	bottom: 2px;
	z-index: 17;
}

.screen-2 img:nth-child(4) {
	width: 78.74vw;
	right: 0;
	bottom: 0;
	z-index: 18;
}

.screen-2 img:nth-child(5) {
	width: 55.47vw;
	bottom: 0;
	left: 22vw;
	z-index: 10;

}

.screen-2 img:nth-child(6) {
	width: 63.42vw;
	left: 18.5vw;
	bottom: 60vw;
	z-index: 9;
}

.screen-3 {
	position: relative;
	height: 450vh;
	align-items: center;
	justify-content: center;
}

.screen-3 .box {
	display: flex;
	align-items: center;
	position: sticky;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	height: 100vh;
	background-color: #f5f4f8;
	overflow: hidden;
}

.screen-3 .box img {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: .5s;
	background-color: #f5f4f8;
}

.screen-3 .box img:nth-child(2) {
	z-index: 20;
	opacity: 0;
}

.screen-3 .box img:nth-child(3) {
	z-index: 30;
	opacity: 0;
}

.screen-3 .box img:nth-child(4) {
	z-index: 40;
	opacity: 0;
}

.screen-3 .list {
	white-space: nowrap;
	padding-left: 100px;
	position: relative;
	z-index: 100;
	transition: .5s;
}

.screen-3 .list .item {
	border-radius: 89px;
	background: rgba(255, 255, 255, 0.70);
	display: inline-flex;
	align-items: center;
	width: calc(100vw - 200px);
	padding: 2.6vw 3.38vw;
	margin-right: 100px;
	transition: .3s;
}

.screen-3 .list .active-1 {
	margin-left: calc(-100vw + 100px);
}

.screen-3 .list .active-2 {
	margin-left: calc(-200vw + 200px);
}

.screen-3 .list .active-3 {
	margin-left: calc(-300vw + 300px);
}

.screen-3 .list .item:last-child {
	margin-right: 0;
}

.screen-3 .h1 {
	color: #A493BF;
	font-size: 4vw;
	font-weight: 700;
	font-family: 'MiSansVF';
}

.screen-3 .h2 {
	color: #000;
	font-size: 2.5vw;
	font-weight: 700;
	font-family: 'MiSansVF';
}

.screen-3 .line {
	width: 2px;
	height: 10.4vw;
	background: #000;
	margin: 0 40px;
}

.screen-3 .h3 {
	color: #000;
	font-size: 1vw;
	font-weight: 330;
	flex: 1;
	white-space: normal;
	text-indent: 2em;
}

.screen-4 {
	position: relative;
}

.screen-4 .box {
	width: 100%;
}

.screen-4 .left {
	width: 23vw;
	position: absolute;
	z-index: 10;
	top: 17vw;
	left: 6vw;
}

.screen-4 .desc {
	width: 27vw;
	position: absolute;
	z-index: 10;
	top: 13vw;
	left: 66vw;
	color: #9F83B0;
	font-size: 1.04vw;
	font-weight: 330;
	line-height: 1.8;
	white-space: pre-line;
}

.screen-4 .desc2 {
	width: 27vw;
	position: absolute;
	z-index: 10;
	top: 19vw;
	left: 66vw;
	color: #9F83B0;
	font-size: 1.04vw;
	font-weight: 330;
	line-height: 1.8;
	white-space: pre-line;
}

.screen-4 .s-1 {
	width: 8.44vw;
	position: absolute;
	z-index: 10;
	top: 13.6vw;
	left: 36.8vw;
}

.screen-4 .s-2 {
	width: 10.68vw;
	top: 15.3vw;
	left: 46.4vw;
}

.screen-4 .s-3 {
	width: 7.24vw;
	top: 23.5vw;
	left: 51.7vw;
}

.screen-4 .s-4 {
	width: 6.2vw;
	top: 35.3vw;
	left: 29.4vw;
}

.screen-4 .s-5 {
	width: 7vw;
	top: 31.3vw;
	left: 37vw;
}

.screen-4 .s-6 {
	width: 6.15vw;
	top: 30.3vw;
	left: 44.4vw;
}

.screen-4 .s-7 {
	width: 11.88rem;
	top: 36.3vw;
	left: 50.5vw;

}

.screen-4 .s-8 {
	width: 14.79vw;
	top: 31.3vw;
	left: 59.4vw;
}

.screen-4 .s-9 {
	width: 8.43vw;
	top: 30.3vw;
	left: 59.8vw;
}

.screen-4 .icons img {
	opacity: 0;
}



.screen-5 {
	position: relative;
	margin-top: 2vw;
	padding: 0 10.4vw 0 11vw;
}

.screen-5 .tips {
	margin: 1.3vw 0 2vw;
	height: 2vw;
	position: relative;
	text-align: center;
}

.screen-5 .tips::after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #A493BF;
	height: 1.5px;
}

.screen-5 .tips span {
	color: #A493BF;
	padding: 0 1.8vw;
	font-size: 1.56vw;
	background-color: #f5f4f8;
	position: relative;
	z-index: 10;
}

.screen-5 .list {
	height: 48.5vw;
	overflow-y: auto;
	padding-right: 0.6vw;
}

.screen-5 .box {
	margin-bottom: 2.8vw;
	display: flex;
	flex-wrap: wrap;
}

.screen-5 .box .item {
	width: 17.6vw;
	height: 5.72vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.7vw;
	margin-bottom: 1.7vw;
}

.screen-5 .box .item img {
	width: 100%;
}

.screen-5 .box .item:nth-child(4n) {
	margin-right: 0;
}

.screen-5 .list::-webkit-scrollbar {
	width: 10px;
}

.screen-5 .list::-webkit-scrollbar-track {
	background-color: #A493BF;
	border-radius: 5px;
}

.screen-5 .list::-webkit-scrollbar-thumb {
	background-color: #F86139;
	border-radius: 5px;
}

.screen-6 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4vw;
	padding-right: 10.4vw;
	overflow: hidden;
	position: relative;
}

.screen-6 .map {
	width: 57vw;
	position: relative;
	left: 6vw;
	opacity: 0;
	transition: .3s;
}

.screen-6 .fs {
	width: 33.13vw;
	position: absolute;
	right: -4vw;
	top: 16vw;
}

.screen-6 .words {
	opacity: 0;
	transition: .3s;
}

.screen-6 .title {
	color: #000;
	font-size: 3.125vw;
	font-weight: 700;
	font-family: 'MiSansVF';
	text-align: right;
	margin-top: 3.38vw;
}

.screen-6 .words {
	width: 31.25vw;
}

.screen-6 .text {
	margin-top: 2.18vw;
	color: #9D91B7;
	text-align: right;
	font-size: 1.25vw;
	white-space: pre-line;
	font-style: normal;
	font-weight: 330;
	line-height: normal;
}

.screen-6 .flex {
	align-items: center;
	justify-content: right;
	margin-top: 2vw;
}

.screen-6 .flex img:first-child {
	width: 10.4vw;
	margin-right: 10px;
}

.screen-6 .flex span {
	font-size: 1.56vw;
	width: 3vw;
	height: 3vw;
	border: 3px solid #EB603A;
	border-radius: 100px;
	color: #EB603A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-family: 'MiSansVF';
}

.screen-7 {
	padding-top: 5.5vw;
	background-image: url(http://statics.topsrx.com/static/img/web/f.png);
	background-position: center;
	background-size: cover;
	height: 56.25vw;
}

.screen-7 .list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 9.5vw;
}

.screen-7 .box {
	white-space: nowrap;
	position: relative;
	width: 89vw;
	overflow: hidden;
	margin: 0 0.5vw;
	font-size: 0;
	padding: 1vw 0;
}

.screen-7 .left,
.screen-7 .right {
	width: 1.56vw;
	color: #9D91B7;
	font-weight: bold;
	font-family: 'MiSansVF';
	font-size: 2.5vw;
	font-family: MiSansVF;
	cursor: pointer;
	user-select: none;
}


.screen-7 .list .item {
	display: inline-flex;
	background: rgba(157, 145, 183, 0.30);
	width: 8.69vw;
	height: 8.69vw;
	border-radius: 1000px;
	align-items: center;
	justify-content: center;
	margin: 0 1.25vw;
	color: #FFF;
	font-size: 2.3vw;
	font-family: MiSansVF;
	cursor: pointer;
	transition: 1s;
}

.screen-7 .list .item:hover {
	color: #EB603A;
	background: rgba(157, 145, 183, 0.5);
	transition: .1s;
}

.screen-7 .list .item.page-1 {
	margin-left: -88.25vw;
}

.screen-7 .list .item.page-2 {
	margin-left: -166.5vw;
}



.screen-8 {
	background-image: url(http://statics.topsrx.com/static/img/web/g2.png);
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	padding-left: 6vw;
	overflow: hidden;
}

.screen-8 img {
	width: 48.8vw;
}

.screen-8 .content {
	flex: 1;
	opacity: 0;
	padding-bottom: 3vw;
}

.screen-8 .person {
	opacity: 0;
}

.screen-8 .content .title {
	color: #000;
	font-size: 3.1vw;
	font-weight: 700;
	font-family: 'MiSansVF';
	margin-bottom: 2.135vw;
}

.screen-8 .content .name {
	color: #9D91B7;
	font-size: 2.08vw;
	font-weight: 700;
	font-family: 'MiSansVF';
}

.desc {
	color: #000;
	font-size: 1.04vw;
	font-weight: 330;
	white-space: pre-line;
	line-height: 1.2;
}

.screen-9 {
	position: relative;
	padding: 0 6vw;
	margin: 2vw 0;
}

.column_name {
	padding-top: 10px;
	padding-bottom: 2.6vw;
}

.column_name_zn {
	font-family: MiSansVF;
	font-size: 2rem;
	color: #f2420c;
	color: #000;
	font-size: 3.1vw;
	font-weight: 700;
	font-family: 'MiSansVF';
}

.Leadership_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Leadership_item {
	width: 19vw;
	margin-bottom: 1.3vw;
	text-align: center;
}

.Leadership_item_img_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.Leadership_item_img {
	position: relative;
	width: 19vw;
	height: 16vw;
	overflow: hidden;
	background-color: #3a3e42;
	border-radius: 3.9vw;
	text-align: center;
	font-size: 0;
	cursor: pointer;
}

.Leadership_item_img img {
	width: 100%;
	transition: all 0.5s linear;
}

.Leadership_item_img:hover img {
	transform: scale(1.1);
}

.Leadership_item_img:hover .Leadership_item_img_bg {
	background-color: rgba(0, 0, 0, 0);
}

.Leadership_item_name {
	font-family: font_zn_bold;
	padding-top: 0.5rem;
	padding-bottom: 0.2rem;
	text-align: center;
	font-size: 1.56vw;
}

.Leadership_item_txt {
	font-family: font_zn;
	text-align: center;
	font-size: 1vw;
}


.Leadership_pop {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.6);
}

.Leadership_user {
	position: absolute;
	width: 80%;
	top: 10%;
	left: 10%;
	font-size: 0;
	z-index: 5;
}

.Leadership_user img {
	width: 100%;
}