html,body{
	position: relative;
	width: 100%;
	height: 100%;
}
.swiper-container{
	width: 100%;
	height: 100%;
}
.swiper-slide{
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
}
.page1{
	background:url(page1.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.page1 .pg_logo{
	width: 15.0rem;
	position: absolute;
	top:0.35rem;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.page1 .pg1_head{
	height: 5.0rem;
	position: relative;
	margin:0 auto;
	top:4.0rem;
}
.page1 .pg_house{
	width: 100%;
	position: relative;
	top:5.5rem;
}
.page1 p{
	font-size: 0.65rem;
	color:#666;
	text-align: center;
	line-height: 1;
	position: relative;
	top:6.75rem;
}
.page1 p span{
	color:#e8635a;
}
.page1 h2{
	text-align: center;
	font-size: 0.75rem;
	color:#333;
	position: relative;
	top:7.0rem;
}
.btn_slide{
	width: 0.9rem;
	z-index: 999;
	position: absolute;
	left:50%;
	margin-left: -0.45rem;
	bottom: 1.0rem;
	-webkit-animation:goSlide 1.5s infinite ease-in-out;
	animation: goSlide 1.5s infinite ease-in-out;
}

@-webkit-keyframes goSlide{
	0%,25%{opacity: 0;-webkit-transform: translate(0 -0.25rem);}
	50%{opacity: 1;-webkit-transform: translate(0,0)}
	100%{opacity: 0;-webkit-transform: translate(0,0.25rem)}
}
@keyframes goSlide{
	0%,25%{opacity: 0;transform: translate(0 -0.25rem);}
	50%{opacity: 1;transform: translate(0,0)}
	100%{opacity: 0;transform: translate(0,0.25rem)}
}

.swiper-wrapper > section:not(:first-child){
	background: url(page2.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.center_box{
	text-align: center;
}
 .pg_head{
 	display: inline-block;
 	position: relative;
 	top:4.0rem;
}
.pg_head h2{
	float: left;
	font-size: 0.9rem;
	font-weight: bold;
	color:#e8645a;
	line-height:1;
	padding:0 0.3rem;
	border-right: 0.05rem solid #101f4b;

}
.pg_head h2:first-line{
	color: #333;
}
.pg_head p{
	float: left;
	padding: 0 0.3rem;
	font-size: 0.7rem;
	line-height: 0.95rem;
}
.pg_head span{
	color:#e8645a;
}
.page2 .person{
	position: absolute;
	top: 6.85rem;
	left:2.85rem;
	width: 7.75rem;
}
.page2 .slide{
	width:1.9rem;
	position: absolute;
	top:7.5rem;
	right:3.85rem;
}
.page2 .slide > div{
	width: 0.95rem;
	font-size: 0.65rem;
	color: #333;
	text-align: center; 
	line-height: 1;
}
.page2 .slide > div span{
	display: block;
	width:1.2rem;
	height: 3.1rem;
	background:url(pg2_red_bg.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	color:#fff;
	padding-top: 0.4rem;
	position: relative;
	right:0.125rem;
	top:0.1rem;
}
.page2 .pg2_foot{
	width: 100%;
	position: absolute;
	top: 16.0rem;
}
.page2 .pg2_foot h3{
	font-size: 0.75rem;
	color:#666;
	text-align: center;
	margin-bottom: 0.75rem;
}
.page2 .pg2_foot p{
	font-size: 0.6rem;
	color:#333;
	text-align: center;
}
.page3 .company_aptitude,
.page6 .server{
	width: 15rem;
	margin:0 auto;
	position: relative;
	top: 4.6rem;
}
.page3 .company_aptitude li,
.page6 .server li{
	float: left;
	width: 7.25rem;
	height: 6.5rem;
	box-sizing: border-box;
	border: 1px solid #d9a4a9;
	background: rgba(255,255,255,.5);
	margin-bottom: 0.5rem;
}
.page3 .company_aptitude li:nth-child(odd),
.page6 .server li:nth-child(odd){
	margin-right: 0.5rem;
}
.page3 .company_aptitude li > img{
	height: 4.25rem;
	margin:0.3rem auto;
}
.page3 .company_aptitude li > p{
	font-size: 0.5rem;
	color:#333;
	text-align: center;
	line-height: 1.4;
}

 .pg_banner{
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	height: 10.4rem;
	box-sizing: border-box;
	border: 1px solid #eeaca7;
	background:rgba(255,255,255,.5);
	top:4.5rem;
}
 .pg_banner .swiper-slide{
	background:transparent;
}
 .pg_banner .swiper-slide >div{
	width: 10.6rem;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
 .pg_banner .swiper-slide >div img{
 	width: 100%;
 }
.pg_banner .swiper-slide >div p{
	text-align: center;
	font-size: 0.6rem;
	line-height: 0.8rem;
	color: #333;
	margin-top: 0.5rem;
}
 .pg_banner .swiper-button-prev{
 	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	left:0.5rem;
}
 .pg_banner .swiper-button-next,
 .pg_banner .swiper-button-prev{
	width: 1.4rem;
	height: 1.4rem;
	background: url(next.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
 .pg_banner .swiper-button-next{
	right:0.5rem;
}
.page4 > p{
	font-size: 0.6rem;
	padding:0 0.5rem;
	color:#666;
	line-height: 1rem;
	position: relative;
	top:5.25rem;
	text-align: justify;
}
.page4 > p span,
.pg5_foot p span{
	color:#e8645a;
}
.pg5_foot p{
	text-align: center;
	font-size: 0.75rem;
	color:#333;
	position: relative;
	top:5.4rem;
	line-height: 1.25rem;
} 
.pg5_foot p:first-line{
	font-size: 0.65rem;
}

.page6 .server ul{
	overflow: hidden;
}
.page6 .server p{
	text-align: center;
	font-size: 0.6rem;
	color:#333;
	line-height: 1.0rem;
	margin-top: 50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page6 .server p:first-line{
	font-weight: bold;
	font-size: 0.75rem;
}
.page6 .server_image{
	height: 4.25rem;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	margin:auto;
}
.pg7_banner{
	width: 100%;
	position: absolute;
	top:6.45rem;
}
.page7 .circle{
	width:100%;
	height: 4.0rem;
	box-sizing: border-box;
	padding: 0 1.0rem;
	position: absolute;
	top:13.25rem;
	z-index: 10;
}
.page7 .circle ul{
	width: 100%;
	height: 100%;
	position: relative;
}
.page7 .circle ul:after{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
/* .page7 .circle ul li{
	width: 3.0rem;
	height: 3.0rem;
	box-sizing: border-box;
	border: 0.05rem solid #57a8a7;
	border-radius: 50%;
	background: transparent;
	position: absolute;
} */
.page7 .circle ul li{
	display: block;
	width: 2.7rem;
	height: 2.7rem;
	background:rgba(70,160,158,.9);
	border-radius: 50%;
	position:absolute;

}
.page7 .circle ul li:after{
	content: "";
	display: block;
	width: 3.0rem;
	height: 3.0rem;
	box-sizing: border-box;
	border: 0.05rem solid #57a8a7;
	border-color:rgba(70,160,158,.9);
	border-radius: 50%;
	background: transparent;
	position: absolute;
	top:-0.15rem;
	left:-0.15rem;
}
.page7 .circle ul li:first-child{
	top:0;
	left:0.15rem;
}
.page7 .circle ul li:nth-child(2){
	bottom: 0;
	left:3.8rem;
}
.page7 .circle ul li:nth-child(3){
	bottom: 0;
	right:3.8rem;
}
.page7 .circle ul li:last-child{
	top:0;
	right:0.15rem;
}
.page7 .circle ul li > span{
	display: block;
	font-size: 0.6rem;
	color:#fff;
	text-align: center;
	margin-top: 50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.page7 .pg7_foot{
	font-size: 0.6rem;
	color:#666;
	position: absolute;
	top:18.15rem;
	line-height: 1rem;
	padding:0 0.5rem;
	text-align: justify;
}
.page7 .pg7_foot span{
	color: #e8645a;
}
