html,body {
	position: relative;
	height: 100%;
}
.index-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
}
.swiper-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}
.index-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.index-box {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(255,255,255,0.3);
	box-shadow: 0px 0px 60px #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -210px 0 0 -300px;
	opacity: 0;
	animation: box1 8s 2s linear infinite;
}
@-moz-keyframes box1{
	0%{transform:scale(1);left:50%;opacity:1;}
	100%{transform:scale(0.02);left:80%;opacity:0;}
}
@-ms-keyframes box1{
	0%{transform:scale(1);left:50%;opacity:1;}
	100%{transform:scale(0.02);left:80%;opacity:0;}
}
@-webkit-keyframes box1{
	0%{transform:scale(1);left:50%;opacity:1;}
	100%{transform:scale(0.02);left:80%;opacity:0;}
}
@keyframes box1{
	0%{transform:scale(1);left:50%;opacity:1;}
	100%{transform:scale(0.02);left:80%;opacity:0;}
}
.index-txt h2 {
	font-size: 51px;
	font-family: CenturyGothicStd;
	font-weight: lighter;
	line-height: 55px;
	color: #FFFFFF;
}
.index-txt h2 strong {
	font-weight: bold;
}
.index-txt h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.index-txt h4 {
	font-size: 18px;
	font-family: CenturyGothicStd;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
}
.index-txt h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.index-img1 {
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}
	.index-img img:nth-of-type(1),.index-img1 img {
		display: none;
	}
	.index-img img {
		width: 100%;
	}
	.index-txt h2 {
		font-size: 64px;
		line-height: 72px;
	}
	.index-txt h3 {
		font-size: 30px;
		line-height: 40px;
		font-weight: lighter;
		letter-spacing: 3px;
	}
	.index-txt h4 {
		font-size: 24px;
		line-height: 31px;
	}
	.index-txt h5 {
		font-size: 26px;
		line-height: 30px;
	}
	.index-txt1 {
		width: 100%;
		overflow: hidden;
		position: absolute;
		left: 0px;
		top: 50%;
		margin: 220px 0 0;
		z-index: 1;
	}
	.index-txt2 {
		width: 520px;
		padding: 40px 0 0;
		overflow: hidden;
		text-align: right;
		position: absolute;
		left: 50%;
		top: 200px;
		margin-left: -192.5px;
		z-index: 1;
	}
	.index-txt2:before {
		content: '';
		display: block;
		width: 125px;
		height: 5px;
		overflow: hidden;
		background-color: #FFFFFF;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.index-txt2 h2 {
		margin: 20px 0;
	}
	.index-txt3 {
		width: 655px;
		padding: 35px 0 0;
		overflow: hidden;
		text-align: left;
		position: absolute;
		left: 50%;
		top: 1125px;
		margin-left: -327.5px;
		z-index: 1;
	}
	.index-txt3:before {
		content: '';
		display: block;
		width: 60px;
		height: 3px;
		overflow: hidden;
		background-color: #FFFFFF;
		position: absolute;
		top: 0px;
		left: 3px;
	}
	.index-txt3 h2 {
		font-size: 76px;
		line-height: 85px;
		margin: 0 0 20px;
	}
	.index-txt3 h4 {
		font-size: 38px;
		line-height: 44px;
	}
	footer {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.index-box {
		margin: -120px 0 0 -50px;
	}
	.index-txt h2 {
		font-size: 32px;
		line-height: 36px;
	}
	.index-txt h3 {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 1px;
	}
	.index-txt h4 {
		font-size: 12px;
		line-height: 16px;
	}
	.index-txt h5 {
		font-size: 13px;
		line-height: 18px;
	}
	.index-txt1 {
		margin: 125px 0 0;
	}
	.index-txt2 {
		width: 270px;
		padding: 25px 0 0;
		top: 90px;
		margin-left: -105px;
	}
	.index-txt2:before {
		width: 65px;
		height: 3px;
	}
	.index-txt2 h2 {
		margin: 10px 0;
	}
	.index-txt3 {
		width: 330px;
		padding: 20px 0 0;
		top: 50%;
		margin: 135px 0 0 -165px;
	}
	.index-txt3:before {
		width: 40px;
		height: 2px;
		left: 3px;
	}
	.index-txt3 h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 10px;
	}
	.index-txt3 h4 {
		font-size: 18px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 385px) {
	.index-txt1 {
		margin: 110px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.index-img img:nth-of-type(2) {
		display: none;
	}
	.index-img img {
		width: 1400px;
		position: absolute;
		left: 50%;
		margin-left: -700px;
	}
	.index-img.index-img1 img {
		top: 50%;
		margin: -394px 0 0 -700px;
	}
	.index-txt h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.index-txt h3 {
		font-size: 16px;
		line-height: 25px;
	}
	.index-txt h4 {
		font-size: 14px;
		line-height: 18px;
	}
	.index-txt h5 {
		font-size: 13px;
		line-height: 18px;
	}
	.index-txt1 {
		width: 100%;
		overflow: hidden;
		position: absolute;
		left: 0px;
		top: 50%;
		margin: 240px 0 0;
		z-index: 1;
		transition: all 0.5s;
	}
	.index-txt2 {
		width: 340px;
		padding: 25px 0 0;
		overflow: hidden;
		text-align: left;
		position: absolute;
		left: 50%;
		top: 115px;
		margin-left: 135px;
		z-index: 1;
		opacity: 0;
		transform: translateX(800px);
		transition: all 0.8s;
	}
	.index-swiper .swiper-slide-active .index-txt2 {
		opacity: 1;
		transform: translateX(0px);
	}
	.index-txt2:before {
		content: '';
		display: block;
		width: 60px;
		height: 2px;
		overflow: hidden;
		background-color: #FFFFFF;
		position: absolute;
		top: 0px;
		left: 3px;
	}
	.index-txt2 h2 {
		margin: 5px 0 15px;
	}
	.index-txt3 {
		width: 425px;
		padding: 55px 0 0;
		overflow: hidden;
		text-align: left;
		position: absolute;
		left: 50%;
		top: 140px;
		margin-left: -430px;
		z-index: 1;
		opacity: 0;
		transform: translateX(1000px);
		transition: all 0.6s;
	}
	.index-swiper .swiper-slide-active .index-txt3 {
		opacity: 1;
		transform: translateX(0px);
	}
	.index-txt3:before {
		content: '';
		display: block;
		width: 60px;
		height: 2px;
		overflow: hidden;
		background-color: #FFFFFF;
		position: absolute;
		top: 0px;
		left: 3px;
	}
	.index-txt3 h2 {
		margin: 0 0 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.index-img img {
		width: 1600px;
		margin-left: -800px;
	}
	.index-img.index-img1 img {
		margin: -450px 0 0 -800px;
	}
	.index-txt h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.index-txt h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.index-txt h4 {
		font-size: 16px;
	}
	.index-txt h5 {
		font-size: 14px;
		line-height: 20px;
	}
	.index-txt1 {
		margin: 280px 0 0;
	}
	.index-txt2 {
		width: 400px;
		padding: 30px 0 0;
		top: 130px;
		margin-left: 155px;
	}
	.index-txt2:before {
		width: 75px;
		height: 3px;
		left: 4px;
	}
	.index-txt2 h2 {
		margin: 7px 0 17px;
	}
	.index-txt3 {
		width: 400px;
		padding: 40px 0 0;
		top: 170px;
		margin-left: -510px;
	}
	.index-txt3:before {
		width: 75px;
		height: 3px;
		left: 4px;
	}
	.index-txt3 h2 {
		margin: 0 0 12px;
	}
}
@media only screen and (min-width: 1600px) {
	.index-img img {
		width: 1920px;
		margin-left: -960px;
	}
	.index-img.index-img1 img {
		margin: -540px 0 0 -960px;
	}
	.index-txt h2 {
		font-size: 42px;
	}
	.index-txt h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.index-txt h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.index-txt h5 {
		font-size: 16px;
	}
	.index-txt1 {
		margin: 320px 0 0;
	}
	.index-txt2 {
		width: 410px;
		padding: 36px 0 0;
		top: 162px;
		margin-left: 185px;
	}
	.index-txt2:before {
		width: 90px;
		height: 4px;
		left: 5px;
	}
	.index-txt2 h2 {
		margin: 10px 0 20px;
	}
	.index-txt3 {
		width: 425px;
		padding: 55px 0 0;
		top: 197px;
		margin-left: -705px;
	}
	.index-txt3:before {
		width: 90px;
		height: 4px;
		left: 5px;
	}
	.index-txt3 h2 {
		margin: 0 0 15px;
	}
}
@media only screen and (min-width: 1921px) {
	.index-img img {
		width: 100%;
		left: 0px;
		margin-left: 0px;
	}
	.index-img.index-img1 img {
		margin: 0;
		top: 0px;
	}
}