

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide{
	overflow: hidden;
}
.swiper-button-next{
    top: auto;
    bottom: 1.0rem;
    left: 50%;
    margin-left: -2.2rem;
    z-index: 999;
}
.swiper-container{
	width: 100%;
	height: 100%;
}
.swiper-button-next.swiper-button-disabled{
	opacity: 0
}

.page1Con{
	height: 100%;
}
.page1Con img{
	width: 100%;
	height: 100%;
	display: none
}
.show{
	display: block!important;
}

/*------footer------*/
.footer{
	position: absolute;
	bottom: 0;
	height: 6.0rem;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	z-index: 500;
	display: table
}
.footerChild{
	display: inline-block;
	height: 100%;
	text-decoration: none;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.footerChild p{
	margin: 0;
	font-size: 1.6rem;
}
.footerChild img{
	width: 3rem;
}
.toDownImg{
	position: absolute;
	background-image:none;
	width: 10%;
	height: auto;
	animation: toDownImg 1.3s ease-in-out 0s infinite alternate;
}
@keyframes toDownImg{
	from{transform: translateY(10px);}
	to{transform: translateY(0px);}
}
/*--------page2------*/
.title{
	font-size: 2.2rem;
	font-weight: bold;
	color: #333333;
	text-align:center;
	margin-top: 6.5rem;
	margin-bottom: 0;
}
.title2{
	font-size: 1.8rem;
	color: #333333;
	text-align:center;
	color: #999;
}
.swiper-slide:nth-of-type(2){
	background:url(../img/page2Back.png)no-repeat;
	background-size: cover;
}
.page2Con{
	width: 100%;	
	height: 100%;
	margin-top: 20%;
	padding-top: 20%;
	position: relative
}
.page2Con>img{
	width: 100%;
}
.page2List{
	position: absolute;
	width: 100%;
	padding: 0 1.5rem;
	opacity: 0;
	top:20rem;
}
.swiper-slide-active .page2List{
	opacity: 1;
	top:0;
	transition: all .5s ease-in-out .5s;
}
.page2List ul{
	padding: 0;
	display: table;
	width: 100%;
}
.page2List ul:nth-of-type(1){
	padding: 0 6%;
}
.page2List ul:nth-of-type(1) a{
	text-align:center;
	position: relative;
}
.page2List ul a{
	display: table-cell;
}
.page2List ul:nth-of-type(1) a img {
    width: 75%;
}
.page2List ul:nth-of-type(2) a img {
    width: 100%;
}

.page2List ul a p{
	position: absolute;
	width: 100%;
	text-align:center;
	bottom: 20%;
	color: #999;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
.page2List ul:nth-of-type(2) a{
	text-align:center;
	position: relative;
}
/*------page3-----*/
.swiper-slide:nth-of-type(3){
	background:url(../img/page3Back.jpg)no-repeat;
	background-size: cover;
}
.page3Con{
	padding: 0 1.5rem;
}
.page3ConItem{
	background-color:#fff;
	box-shadow: 0 0 10px 2px rgba(0, 112, 255, 0.34);
	padding: 2%;
	margin: 1.5rem 0;
	position: relative
}
div.page3ConItem:nth-of-type(odd){
	left: -70rem;
}
div.page3ConItem:nth-of-type(even){
	right:-70rem;
}
.swiper-slide-active div.page3ConItem:nth-of-type(odd){
	left: 0!important;
	transition: all .5s ease-in-out .5s
}
.swiper-slide-active div.page3ConItem:nth-of-type(even){
	right: 0!important;
	transition: all .5s ease-in-out .5s
}
.page3ConItem img,.page3ConItem>a{
	display: inline-block;
	vertical-align: middle;
}
.page3ConItem>div{
	display: inline-block;
	vertical-align: top;
}
.page3ConItem img{
	width: 25%;
}
.page3ConItem>div{
	margin-left: 2%;
	width: 45%;
}
.page3ConItem>div p{
	margin:0;
	color: #999;
	font-size:1.4rem
}
.page3ConItem>div p:nth-of-type(1){
	font-size: 1.6rem;
	color: #333
}
.page3ConItem>a{
	width: 25%;
	text-align:center;
	border-radius: 2.0rem;
	background-color:#0070ff;
	color: #fff;
	padding: 0.5rem 0;
	font-size:1.4rem
}
/*-----page4--------*/
.page4Con{
    width: 100%;
    height: 100%;
    position: relative;
}
.page4List {
    width: 100%;
    padding: 0 1.5rem;
    top: 0;
}
.page4List ul{
	padding: 0;
	display: table;
	width: 100%;
}
.page4List ul:nth-of-type(1) div{
	text-align:center;
	position: relative;
}
.page4List ul div{
	display: table-cell;
}
.page4List ul div img{
	width:8.0rem;	
}
.page4List ul p{
	font-size: 1.4rem;
	color: #666;
	margin-bottom: 0
}
.page4List ul:nth-of-type(2) div{
	text-align:center;
	position: relative;
}
.page4tips{
	padding: 0 15px;
}
.page4tips ul{
	min-height: 19rem;

}
.page4tipsSpe{
	display: block!important
}
/*---------page5---------*/
.page5Text{
	text-align: center;
	height: 100%;
}
.page5Text span{
	font-size: 1.4rem;
}
.page5Img{
	position: relative;
	height: 75%;
	padding: 20% 0
}
.page5Img img{
	position: absolute;
}
.page5Img img:nth-of-type(1){
    width: 36%;
    left: -100%;
    top: 10%;
    z-index: 1;
}
.swiper-slide-active .page5Img img:nth-of-type(1){
	left: 5%;
    top: 20%;
    transition: all 0.3s ease-in-out 0.5s 
}
.page5Img img:nth-of-type(2){
    width: 35%;
    left: -100%;
    top: 18%;
    z-index: 100;
}
.swiper-slide-active .page5Img img:nth-of-type(2){
	left: 34%;
    top: 28%;
    transition: all 0.3s ease-in-out 0.5s
}
.page5Img img:nth-of-type(3){
    width: 44%;
    left: -100%;
    top: 64%;
    z-index: 5;
}
.swiper-slide-active .page5Img img:nth-of-type(3){
	left: 1%;
    top: 44%;
    transition: all 0.3s ease-in-out 0.5s
}
.page5Img img:nth-of-type(4){
    width: 30%;
    left: -100%;
    top: 59%;
    z-index: 1;
}
.swiper-slide-active .page5Img img:nth-of-type(4){
	left: 35%;
    top: 49%;
    transition: all 0.3s ease-in-out 0.5s
}
.page5Img img:nth-of-type(5){
    width: 39%;
    left: 109%;
    top: 12%;
    z-index: 1;
}
.swiper-slide-active .page5Img img:nth-of-type(5){
	left: 60%;
    top: 22%;
    transition: all 0.3s ease-in-out 0.5s
}
.page5Img img:nth-of-type(6){
    width: 45%;
    left: 109%;
    top: 60%;
    z-index: 1;
}
.swiper-slide-active .page5Img img:nth-of-type(6){
	top: 42%;
    left: 49%;
    transition: all 0.3s ease-in-out 0.5s
}
.page5Img img:nth-of-type(7){
    width: 34%;
    left: 109%;
    top: 5%;
    z-index: 1;
}
.swiper-slide-active .page5Img img:nth-of-type(7){
    left: 49%;
    top: 15%;
    transition: all 0.5s ease-in-out 0.5s
}
/*---------page6---------*/
.page6{
	background: url(../img/page6Back.jpg) no-repeat;
	background-size: cover
}
.page6Con{
	width: 100%;
	background-color:#fff;
	padding:  10% 1.5rem;
	border-radius: 1.5rem;
	box-shadow: 0 0 1.0rem 0.2rem rgba(0, 0, 0, 0.23);
	transform: rotate3d(0,180,0,180deg);
	position: relative
}
.page6Con div{
	position: absolute;
	width: 100%;
	height:100%;
	border-radius: 1.5rem;
	left: 0;
	top: 0;
	z-index: 1;
	background-color:#fff;
}
.swiper-slide-active .page6Con{
	transform: rotate3d(0,0,0,180deg);
	transition: all 0.5s ease-in-out .5s
}
.swiper-slide-active .page6Con div{
	z-index: 0;
	transition: all 0.5s ease-in-out .5s
}
.page6Con a{
    display: block;
    color: #666;
    width: 100%;
    position: relative;
}
.page6Con a span{
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    background-color: #007AFF;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%,-50%);
}
.page6Con a li{
	width: 100%;
    padding: 1.5rem 0;
    list-style: none;
    border-bottom: 1px solid #eee;
    display: inline-block;
    margin-left: 5%;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.readMore{
	width: 100%;
	text-align: center;
	margin-top: 10%;
}
.readMore a{
	display: inline-block;
	padding: 0.5rem 2.0rem;
	background-color:#007AFF;
	color: #fff;
	text-decorationn:none;
	margin:0 auto;
	border-radius: 2.0rem;
	font-size: 1.4rem;
}
/*---------page7---------*/
.page7{
	background: url(../img/page7Back.jpg) no-repeat;
	background-size: cover;
	position: relative;
	font-size:1.4rem;
}
.page7 .title{
	color: #fff
}
.page7Con .back{
	text-align:center;
}
.page7Con .back img{
	width: 90%;
}
.page7Total{
	display: table;
	color: #fff;
}
.page7Child{
	display: table-cell;
}
.page7Child:nth-of-type(1){
	width: 62%;
	padding-right: 0.5rem;
}
.page7Child:nth-of-type(2){
	text-align: center;
}
.page7Child:nth-of-type(2)>b{
	display: inline-block;
	padding-bottom: 10%;
}
.page7Child img{
	width: 90%;
	margin-bottom: 1rem;
}
.page7Footer{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align:center;
	color: #eee;
	background-color: #031430;
	padding-top: 1rem;
	font-size:1.2rem;
}
.page7Footer>p{
	margin-bottom: 0rem;
	color: #999;
}
.page7Footer p a{
	color: #999;
	text-decoration: none
}
.page7Footer b{
	display: inline-block;
	margin-bottom: 0.5rem;
	color: #999;
}
.page7Footer div{
	padding-bottom: .8rem;
}
.page7Footer div img{
	width: 1.5rem;
	vertical-align: middle;
}
.page7Footer div p{
	color: #999;
	display: inline-block;
	margin-left: .5rem;
	margin-bottom: 0;
	vertical-align: middle;
}
