﻿.pages{
	padding-left: 19rem;
}
.section .section-title-part{
	text-align: center;
}
.section .section-title-part .section-title{
	display: inline-block;
	font-weight: 400;
	color: #333333;
	font-size: 1.9rem;
	padding: 0.8rem 3rem;
	margin-top: 1.5rem;
	position: relative;
	letter-spacing: 3px;
}
.line1{
	width: 3.65rem;
	height: 3px;
	background: #00C08B;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translate(-50%, 0); 
}
/* 内容0 */
.section-0{
	height: 32.5rem;
    background: url(../../images/example/section-0-bg.png) no-repeat center;
    background-size: cover;
	text-align: center;
}
.section-0 .section-banner{
	padding-top: 9.75rem;
}
.section-0 .section-banner p{
	font-size: 3.2rem;
	margin-bottom: 0.8rem;
	letter-spacing: 3px;
}
.section-0 .section-banner p .section-banner-text1{
	color: #00c08b;
}
.section-0 .section-banner p .section-banner-text2{
	color: #fff;
}
.section-0 .section-banner .section-banner-text{
	color: rgba(255,255,255,0.71);
	font-size: 1.45rem;
	margin-bottom: 3.2rem;
	display: block;
}
.section-0 .section-banner .section-down-btn{
	padding: 0.3rem 1.4rem;
	color: #fff;
	font-size: 1.3rem;
	background: #00c08b;
	border-radius: 4px;
	cursor: pointer;
}
/* 内容1 */
.section-1{
	padding-bottom: 3rem;
}
.section-1 .section-select-buttons-o{
	margin-top: 2rem;
}
.section-1 .section-select-buttons-o .section-select-buttons{
	margin-top: 1rem;
	display: flex;
	justify-content: center;
}
.section-1 .section-select-buttons-o .section-select-buttons .section-select-button{
	padding: 0.35rem 0;
	width: 6.5rem;
	text-align: center;
	background: rgba(0,192,139,0.19);
	border-radius: 1rem;
	color: #00c08b;
	letter-spacing: 2px;
	font-size: 1rem;
	margin-right: 1rem;
	cursor: pointer;
}
.section-1 .section-select-buttons-o .section-select-buttons .section-select-button.active{
	background: #00c08b;
	color: #FFFFFF;
}
.section-1 .section-images-group #anli{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	margin: 0 auto;
	margin-top: 3rem;
	width: 46rem;
}
.section-1 .section-images-group .section-image{
	margin-bottom: 3rem;
	margin-right: 2rem;
}
.section-1 .section-images-group .section-image:nth-child(4n+0){
	margin-right: 0;
}
.section-1 .section-images-group .section-image .section-image-border{
	width: 10rem;
	height: 10rem;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	text-align: center;
	position: relative;
	cursor: pointer;
	border: 2px solid #FFFFFF;
	box-sizing: border-box;
	transform: perspective(800px) rotateY(0deg);
	transition: all 1s ease 0s;
	-moz-transform: perspective(800px) rotateY(0deg);
	-moz-transition: all 1s ease 0s;
	-webkit-transform: perspective(800px) rotateY(0deg);
	-webkit-transition: all 1s ease 0s;
	-o-transform: perspective(800px) rotateY(0deg);
	-o-transition: all 1s ease 0s;
	-ms-transform: perspective(800px) rotateY(0deg);
	-ms-transition: all 1s ease 0s;
	zoom:1;
}
.section-1 .section-images-group .section-image .section-image-border:hover{
	border: 2px solid #00C08B;
	
	transform: perspective(800px) rotateY(-179.9deg);
	-moz-transform: perspective(800px) rotateY(-179.9deg);
	-webkit-transform: perspective(800px) rotateY(-179.9deg);
	-o-transform: perspective(800px) rotateY(-179.9deg);
	-ms-transform: perspective(800px) rotateY(-179.9deg);
}
.section-1 .section-images-group .section-image .section-image-border img{
	width: 6.5rem;
	height: auto;
	max-height: 6.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.section-1 .section-images-group .section-image p{
	font-size: 1.1rem;
	color: #333333;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 400;
	margin: 0 auto;
	margin-top: 0.75rem;
	width: 8rem;
}
