/* 播放视频 */
.video-box {
	position: relative;
	width: 100%;
}

.video-box>.video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 1;
}

.video-box>.video-text {
	position: absolute;
	width: 55%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	z-index: 3;
}

.video-box .video-poster {
	position: relative;
	z-index: 2;
}

/* .Idea */
.flex-left {
	width: 60%;
	overflow: hidden;
}

.flex-left1 {
	width: 65%;
	overflow: hidden;
}

.flex-right {
	width: 40%;
	padding: 0 5%;
	overflow: hidden;
}

.right-introduce {
	line-height: 44px;
}

.green_text {
	flex: 1;
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 80px 40px 40px;
}

.green_text>.english {
	font-size: 36px;
}

/* 时间线 */
.timeline-box {
	padding: 100px 0;
}

.timeline-box>.timeline-left {
	width: 125px;
	margin-left: 30px;
}

.timeline-box>.timeline-info {
	position: relative;
}

.timeline-box>.timeline-info::after {
	position: absolute;
	content: ' ';
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #00586D;
	opacity: .4;
	z-index: 2;
}

.timeline-box>.timeline-info::before {
	position: absolute;
	content: ' ';
	top: 0;
	left: 0;
	width: 2px;
	height: 75px;
	background-color: #FFFFFF;
	z-index: 3;
}

.timeline-box>.timeline-info>.LINSY {
	position: absolute;
	content: ' ';
	bottom: 0;
	left: -4px;
	height: 40px;
	background-color: #FFFFFF;
	z-index: 3;
	padding-top: 40px;
	box-sizing: content-box;
}

.timeline-box>.timeline-info>.info-box {
	position: relative;
	margin-bottom: 100px;
	width: 100%;
}

.timeline-box>.timeline-info>.info-box:last-child {
	margin-bottom: 0;
}

.timeline-box .info-box>.info-box-left {
	width: 60%;
}

.timeline-box .info-box>.blue-opcity {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: #E9FFF8;
	z-index: -1;
}

.timeline-box .info-box .info-box-right {
	width: 40%;
}

.timeline-box .info-box .blue-opcity {
	width: 100%;
	height: 200px;
}

.timeline-box .info-box>.info-box-left>.img-box {
	width: 90%;
	padding: 0 30px;
}

.timeline-box .info-box .img-box {
	width: 80%;
	height: 100%;
	padding: 30px;
}

.timeline-box .info-box .info-effect {
	position: relative;
	font-size: 48px;
	font-weight: 600;
}

.timeline-box .info-box .effect {
	position: absolute;
	top: -4px;
	left: -10px;
	width: 52px;
	height: 44px;
	z-index: -1;
}

.timeline-box .left-text {
	font-size: 32px;
	line-height: 1;
}

.timeline-box .right-text {
	line-height: 1;
}

.timeline-box .nav_li {
	line-height: 40px;
	margin-top: 20px;
}

.timeline-box .nav_li .nav_li_title {
	min-width: 70px;
	font-weight: bold;
	color: #377c8c;
	font-size: 18px;
	text-align: justify;
	text-align-last: justify;
}

.timeline-box .line-black-blue {
	width: 45px;
	height: 2px;
	background-color: #00586D;
	margin-top: 20px;
}

.timeline-box .img_card {
	width: 140px;
	margin-right: 10px;
	overflow: hidden;
}

.timeline-box .img_card img {
	transition: all .35s;
	-webkit-transition: all .35s;
}

.timeline-box .img_card:hover img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
}

.timeline-box .img_card:last-child {
	margin-right: 0;
}

.effect-img {
	height: 14px;
	margin-right: 15px;
}



/* 楼层标题 */
.cont-title {
	position: relative;
	padding-left: 30px;
}

.cont-title>.effect {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 14px;
	width: 20px;
}

/* 轮播图 */
.swiper3_container {
	position: relative;
	/* padding: 0 10%; */
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.swiper3_container .card-swiper {
	position: relative;
	display: block;
}

.swiper3_container .card-swiper:hover .card-mask {
	opacity: 1;
}

.swiper3_container .card-swiper .card-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(58, 239, 208, .8);
	height: 100px;
	overflow: hidden;
	opacity: 0;
	transition: all .5s;
}

.swiper3_container .card-swiper .card-mask>div {
	border: 1px solid #00586D;
	width: 186px;
	line-height: 40px;
	font-size: 13px;
	text-align: center;
	color: #00586D;
	opacity: .9;
}

.swiper3_container .swiper-button-next,
.swiper3_container .swiper-button-prev {
	outline: none;
}

/* 时间轴 */
#swiper1 .swiper-slide>img {
	/* margin-left: 10%; */
}

.timeline-right {
	width: 40%;
	padding-left: 10%;
}

.timeline-time {
	position: relative;
	font-size: 60px;
	font-family: "Montserrat SemiBold";
}

.timeline-time>.effect {
	position: absolute;
	bottom: 10px;
	left: -25px;
	height: 41px;
	width: 60px;
	z-index: -1;
}

.timeline-introduction {
	color: #666666;
	line-height: 30px;
}

.timeline-slide {
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #DDDDDD;
	color: #999999;
	transition: all .3s;
	font-weight: 600;
	cursor: pointer;
}

.timeline-slide div {
	position: absolute;
	top: 90px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}

.timeline-slide.swiper-slide-thumb-active {
	color: #00586D;
}

.timeline-slide::before {
	position: absolute;
	content: ' ';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 15px;
	background-color: #DDDDDD;
	transition: all .3s;
}

.timeline-slide::after {
	position: absolute;
	content: ' ';
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #00586D;
	transition: all .3s;
}

.timeline-slide.swiper-slide-thumb-active::before {
	background-color: #00586D;
}

.timeline-slide.swiper-slide-thumb-active::after {
	width: 56px;
}

#swiper2 {
	padding-bottom: 120px;
}

.time_axis_fix {
	position: absolute;
	/* left: 30px; */
	left: 50%;
	width: 92px;
	z-index: 5;
	top: -24px;
	margin-left: -648px;
}

.active.time_axis_fix {
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -648px;
}

.anchor_point_sty {
	display: block;
}

.banner_bg_1 {
	height: 655px;
	background: url(../img/product_stylist/banner_1.jpg) no-repeat top center;
}

.banner_bg_2 {
	height: 688px;
	background: url(../img/product_stylist/banner_2.jpg) no-repeat top center;
}

.banner_sty_1 {
	height: 715px;
	background: url(../img/product_stylist/banner/banner_01.jpg) no-repeat top center;
}

.banner_sty_2 {
	height: 714px;
	background: url(../img/product_stylist/banner/banner_02.jpg) no-repeat top center;
}

.banner_sty_3 {
	height: 751px;
	background: url(../img/product_stylist/banner/banner_03.jpg) no-repeat top center;
}

.banner_sty_4 {
	height: 759px;
	background: url(../img/product_stylist/banner/banner_04.jpg) no-repeat top center;
}

.banner_sty_5 {
	height: 716px;
	background: url(../img/product_stylist/banner/banner_05.jpg) no-repeat top center;
}

.banner_sty_6 {
	height: 750px;
	background: url(../img/product_stylist/banner/banner_06.jpg) no-repeat top center;
}

.swiper-button-prev {
	left: -55px;
}

.swiper-button-next {
	right: -55px;
}

/* 2020/11/5 */
.re { position: relative; }

.mt60 { margin-top: 60px; }

.mr45 { margin-right: 45px; }

.fz20 { font-size: 20px; }

.brief_introduction_fz {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

.content_box_pos {
	position: absolute;
	top: 66px;
	left: 0;
	z-index: 2;
}

.anchor_point_1 {
	display: block;
	width: 92px;
	height: 57px;
	background: url(../img/product_stylist/2020-2.png) no-repeat;
}

.current.anchor_point_1 { background: url(../img/product_stylist/2020.png) no-repeat; }

.anchor_point_4 {
	display: block;
	width: 92px;
	height: 57px;
	background: url(../img/product_stylist/2022-2.png) no-repeat;
}
.current.anchor_point_4 { background: url(../img/product_stylist/2022.png) no-repeat; }

.anchor_point_3 {
	display: block;
	width: 92px;
	height: 57px;
	background: url(../img/product_stylist/2021-2.png) no-repeat;
}
.current.anchor_point_3 { background: url(../img/product_stylist/2021.png) no-repeat; }
.anchor_point_5 {
	display: block;
	width: 92px;
	height: 57px;
	background: url(../img/product_stylist/2023-2.png) no-repeat;
}
.current.anchor_point_5 { background: url(../img/product_stylist/2023.png) no-repeat; }

.anchor_point_2 {
	display: block;
	width: 92px;
	height: 57px;
	background: url(../img/product_stylist/2019-2.png) no-repeat;
}

.current.anchor_point_2 { 
	background: url(../img/product_stylist/2019.png) no-repeat;
}

.swiper1-container{
	position: relative;
}
.swiper1-container .swiper-button-prev {
	transform: translateY(-64%) rotate(180deg);
}
.swiper1-container .swiper-button-next {
	transform: translateY(-64%);
}