
.fullpage_wrap>.section_wrap{
	width: 100%;
	height: 100vh;
	padding: 0;
}
#fp-nav{
	right: 60px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span, #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	background-color: #FFF;
	margin: 0;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
	width: 14px;
	height: 14px;
	margin: 0;
	background-color: #E60012;
}
#fp-nav .fp-sr-only{
	display: none;
}

#swiper2 {
	width: 100%;
	height: 100vh;
	position: relative;
}
.pc_show .swiper2_pagination {
	bottom: 55px;
}
.app_show .swiper2_pagination {
	bottom: 140px;
}

.swiper2_pagination .swiper-pagination-bullet {
	width: 20px;
	height: 10px;
	box-sizing: border-box;
	background-color: #FFF;
	opacity: 1;
	border-radius: 5px;
}

.swiper2_pagination .swiper-pagination-bullet-active {
	background-color: #E60012;
}

.index1_list_wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.index1_list {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.index1_list.w50 {
	width: 50%;
	height: 100%;
	position: relative;
}

.index1_list>.opacity {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 0;
}

.index1_list>.img,
.index1_list>video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.index1_list>.cont {
	width: 100%;
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.index1_list>.cont_w50 {
	width: 100%;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 99;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}

.index1_list>.cont>.t1,
.index1_list>.cont_w50>.t1 {
	font-size: 36px;
	line-height: 46px;
	color: #FEFEFE;
	text-transform: uppercase;
	cursor: default;
}

.index1_list>.cont>.t2,
.index1_list>.cont_w50>.t2 {
	display: flex;
	align-items: center;
	cursor: default;
	margin-top: 36px;
}

.index1_list>.cont>.t2>.i,
.index1_list>.cont_w50>.t2>.i {
	width: 60px;
	height: 60px;
	margin-right: 14px;
}

.index1_list>.cont>.t2>.t,
.index1_list>.cont_w50>.t2>.t {
	color: #FEFEFE;
	font-size: 48px;
	line-height: 68px;
}

.index1_list>.cont>.t3,
.index1_list>.cont_w50>.t3 {
	width: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
	border-radius: 30px;
	border: 2px solid #D2D2D2;
	transition: 0.25s;
}

.index1_list>.cont>.t3>.t,
.index1_list>.cont_w50>.t3>.t {
	font-size: 28px;
	color: #FEFEFE;
	line-height: 60px;
	margin-right: 14px;
	transition: 0.25s;
}

.index1_list>.cont>.t3>.i,
.index1_list>.cont_w50>.t3>.i {
	width: 32px;
	height: 25px;
	background: url(../images/240507_07.png) 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

.index1_list>.cont_w50.add>.t3 {
	margin-right: 112px;
	float: right;
}
.index1_list .t3:hover{
	border-color: #E60012;
}
.index1_list .t3:hover >.t{
	color: #E60012;
}
.index1_list .t3:hover >.i{
	background: url(../images/240507_07_act.png) 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

/* 手机端需要 */
.pc_show{
	display: block;
}
.app_show{
	display: none;
}


