html,
body {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}

.home{
  position: absolute;
  top: 20px;
  right: 20px;
}

.section {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
}

.section .content-wrap {
	position: absolute;
	width: 1000px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -500px;
}

.sec0 {
	height: 984px;
	background: url('https://static.web.sdo.com/gmys/20200426_mayday/sec1.jpg') no-repeat center top;
}

.sec1 {
	height: 833px;
	background: url('https://static.web.sdo.com/gmys/20200426_mayday/sec2.jpg') no-repeat center top;
}
.section .title {
	margin-top: 30px;
	text-align: center;
}
.sec3 .img-wrap,
.sec1 .img-wrap {
	position: absolute;
	top: 270px;
	left: 35px;
	border-radius: 10px;
}
.sec3 .img-wrap img,
.sec2 .img-wrap img,
.sec1 .img-wrap img {
	position: absolute;
	border-radius: 10px;
	top: 0;
	left: 0;
	transition: opacity 0.3s;
	opacity: 0;
}
.sec3 .img-wrap img.show,
.sec2 .img-wrap img.show,
.sec1 .img-wrap img.show {
	opacity: 1;
	z-index: 2;
}
.sec3 .pos-wrap
{
	position: absolute;
	height: 290px;
	top: 280px;
	right: 30px;
}
.sec1 .pos-wrap {
	position: absolute;
	height: 290px;
	top: 280px;
	right: 0px;
}
.sec3 .pos-wrap .line,
.sec1 .pos-wrap .line {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 0px;
	height: 281px;
	border-left: 1px dashed #fff;
}
.sec3 .pos-wrap ul,
.sec2 .pos-wrap ul,
.sec1 .pos-wrap ul {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
}

.sec3 .pos-wrap li,
.sec1 .pos-wrap li {
	text-align: right;
	margin-top: 65px;
	transition: all 0.3s;
}
.sec3 .pos-wrap li:nth-of-type(1),
.sec2 .pos-wrap li:nth-of-type(1),
.sec1 .pos-wrap li:nth-of-type(1) {
	margin-top: 0;
}
.sec3 .pos-wrap li span,
.sec2 .pos-wrap li span,
.sec1 .pos-wrap li span {
	font-size: 18px;
	color: #fff;
	padding: 8px 25px;
	border-radius: 15px;
	cursor: pointer;
	vertical-align: middle;
}

.sec3 .pos-wrap li em,
.sec2 .pos-wrap li em,
.sec1 .pos-wrap li em {
	display: inline-block;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #65c1fb;
	border: 2px solid #fff;
	vertical-align: middle;
}

.sec3 .pos-wrap li.show i,
.sec2 .pos-wrap li.show i,
.sec1 .pos-wrap li.show i {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	vertical-align: middle;
}

.sec3 .pos-wrap li.show span,
.sec2 .pos-wrap li.show span,
.sec1 .pos-wrap li.show span {
	color: #65c1fb;
	background: #fff;
}
.sec3 .info-wrap,
.sec2 .info-wrap,
.sec1 .info-wrap {
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 700px;
	width: 920px;
	left: 40px;
}
.sec3 .info-wrap {
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 700px;
	width: 920px;
	left: 40px;
}
.sec3 .info-wrap p,
.sec2 .info-wrap p,
.sec1 .info-wrap p {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	opacity: 0;
	transition: opacity 0.3s;
}
.sec3 .info-wrap p span,
.sec2 .info-wrap p span,
.sec1 .info-wrap p span {
	font-weight: bold;
}

.sec3 .info-wrap p.show,
.sec2 .info-wrap p.show,
.sec1 .info-wrap p.show {
	opacity: 1;
	z-index: 2;
}

.sec2 {
	height: 845px;
	background: url('https://static.web.sdo.com/gmys/20200426_mayday/sec3.jpg') no-repeat center top;
}

.sec2 .img-wrap {
	position: absolute;
	top: 280px;
	left: 250px;
}

.sec2 .img-wrap img {
	border-radius: 15px;
}

.sec2 .info-wrap {
	color: #ff8400;
	font-size: 18px;
	position: absolute;
	top: 710px;
	width: 920px;
	left: 40px;
}
.sec2 .pos-wrap {
	position: absolute;
	height: 290px;
	top: 290px;
	left: 25px;
}
.sec2 .pos-wrap .line {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 0px;
	height: 93px;
	border-left: 1px dashed #ff8400;
}

.sec2 .pos-wrap li {
	text-align: left;
	margin-top: 65px;
	transition: all 0.3s;
}

.sec2 .pos-wrap li em {
	background: #ff8400;
	border: 2px solid #fff;
}

.sec2 .pos-wrap li span {
	color: #ff8400;
	padding: 8px 16px;
}
.sec2 .pos-wrap li.show span {
	color: #fff;
	background: #ff8400;
}
.sec2 .pos-wrap li.show i {
	background: #ff8400;
}

.sec3 {
	height: 838px;
	background: url('https://static.web.sdo.com/gmys/20200426_mayday/sec4.jpg') no-repeat center top;
}

.sec3 .pos-wrap{
  top: 300px;
  height: 95px;
}
.sec3 .pos-wrap .line{
  height: 95px;
}

.sec3 .content-wrap .img-wrap img{
	display: none;
}
.sec3 .content-wrap .img-wrap img.show {
	display: block;
}

/* 鎮诞 */
.fs {
	position: absolute;
	left: 50%;
	top: 1470px;
	margin-left: -935px;
	z-index: 2;
	animation: mymove1 3.1s infinite alternate ease;
}
@keyframes mymove1 {
	0% {
		transform: translate(10px, 10px);
	}

	100% {
		transform: translate(-10px, -15px);
	}
}
.ss-float-box {
	position: absolute;
	left: 50%;
	top: 2300px;
	width: 50%;
	height: 562px;
	margin-left: 0;
	z-index: 2;
	overflow: hidden;
}
.ss {
	margin-top: 50px;
	margin-left: 250px;
	animation: mymove2 3.6s infinite alternate ease;
}
@keyframes mymove2 {
	0% {
		transform: translate(-10px, 10px);
	}

	100% {
		transform: translate(10px, -10px);
	}
}