.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	position: relative;
	display:block;
	width:100%;
}
.banner-con{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
}

.banner-con .container{
	align-items: center;
	height:100%;
}
.banner-text{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.banner-p1{
	font-size:48px;
	line-height: 1.6;
	font-weight:800;
	color:#fff;
	width:100%;
	font-family:'Lora';
	max-width:640px;
}
.banner-more{
	margin-top:100px;
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.index-more{
	width: 240px;
	height: 50px;
	margin-right:20px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	background: #b2874f;
	border: transparent;
	color: #fff;
	font-weight: 800;
	border-radius: 0;
	border: 1px solid #b2874f;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
}
.index-more2{
	background: none;
	border:1px solid #fff;
	color:#fff;
}
.index-more span{
	padding-right:10px;
}
.index-more:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
    border-radius: 0;
}
.index-more:hover:before {
    transform: scale(1);
}
.index-more:hover svg path{
	fill:#b2874f;
}
.index-more:hover{
	/* background: #b2874f; */
}
.banner-pagination{
	bottom:30px!important;
}
.banner .swiper-pagination-bullet{
	border:1px solid #fff!important;
	background: none!important;
	opacity: 1!important;
	width:10px!important;
	height:10px!important;
}
.banner .swiper-pagination-bullet-active{
	background: #fff!important;
}
.index-text-p1{
	font-size:16px;
	color:#b2874f;
	line-height:1;
	font-weight:400;
	margin-top:0px;
	width:100%;
	text-transform: uppercase;
}
.index-text-p2{
	font-size:40px;
	color:#333333;
	line-height:1;
	font-weight:600;
	margin-top:25px;
	width:100%;
}
@media(max-width:999px){
	.banner{
		margin-top: 65px;
	}
	.banner-p1{
		font-size:14px;
		max-width: 50%;
	}
	.banner-more{
		display: none;
	}
	.banner-pagination{
		bottom:0!important;
	}
	.index-text-p1{
		font-size: 16px;
		margin-top:0px;
	}
	.index-text-p2{
		font-size: 30px;
		margin-top:10px;
	}
	.banner-p2{
		font-size:14px;
	}
	.banner-p3{
		display: none;
	}
}
.s1{
	padding:100px 0;
}
.s1-top{
	width:100%;
}
.s1 .index-p2{
	line-height: 1.2;
}
.s1-left{
	width:37%;
	padding-right:100px;
	display: flex;
	flex-direction: column;
	align-content: stretch;
	justify-content: space-between;
}
.s1-right{
	width:63%;
}
.s1-z{
	width:calc(50% - 10px);
	height:520px;
	background-image: url(../image/index1-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position: relative;
}
.s1-y{
	width:calc(50% - 10px);
}
.s1-y1{
	height:250px;
	background-image: url(../image/index1-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	margin-bottom:20px;
}
.s1-y2{
	height:250px;
	background-image: url(../image/index1-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}

.s1-center{
	margin-top:80px;
	margin-bottom:100px;
	background: #f8f8f8;
}
.s1-center-tab{
	width:25%;
	text-align: center;
	box-sizing: border-box;
	padding:40px;
}
.s1-p1{
	font-size:28px;
	font-weight:800;
	color: #333333;
	line-height: 1;
	font-family: 'Lora';
}
.s1-p2{
	margin-top: 30px;
	font-size:16px;
	font-weight:400;
	color: #333333;
	line-height: 1.4;
}
.s1-bottom-con{
	margin-top:80px;
}

@media(max-width:999px){
	.s1{
		padding:30px 0;
	}
	.s1 .index-more{
		margin-top:20px;
	}
	.s1-left{
		width:100%;
		padding-right:0px;
	}
	.s1-right{
		width:100%;
		margin-top:20px;
	}
	.s1-z{
		width:100%;
		height:300px;
	}
	.s1-y{
		width:100%;
	}
	.s1-y1{
		width:100%;
		margin-top:20px;
		height:180px;
	}
	.s1-y2{
		width:100%;
		margin-top:20px;
		height:180px;
	}
	.s1-center{
		margin-top:20px;
		margin-bottom:20px;
	}
	.s1-center-tab{
		width:50%;
		padding:20px;
	}
	.s1-p1{
		font-size:18px;
	}
	.s1-p2{
		margin-top: 20px;
		font-size: 14px;
	}
	.s1-bottom-con{
		margin-top: 20px;
	}
	.pro-content-culture-tab{
		width:100%;
		margin-bottom: 20px;
	}
}
.s2{
	padding:100px 0;
	background:#f8f8f8;
}
.s2-con{
	margin-top:40px;
	width:100%;
}
.s2-a{
	display: block;
	width:calc((100% - 60px) / 3);
	background: #fff;
	margin-bottom:30px;
}
.s2-a-img{
	width:100%;
	overflow: hidden;
}
.s2-a img{
	display: block;
	width:100%;
	transition: 0.5s;
}
.s2-a:hover img{
	transform: scale(1.05);
}
.s2-title{
	padding:30px;
	box-sizing: border-box;
	width:100%;
	font-size:20px;
	color: #333333;
	font-weight:800;
	line-height: 1.2;
}
.s2-a:hover .s2-title{
	color:#b2874f;
}
@media(max-width:999px){
	.s2{
		padding:30px 0;
	}
	.s2-a{
		width:calc(50% - 10px);
		margin-bottom:20px;
	}
	.s2-title{
		padding:10px;
		font-size:14px;
	}
}
.s3{
	position: relative;
}
.s3-bg{
	position: relative;
	display: block;
	width:100%;
}
.s3-bg-img{
	display: none;
}
.s3-bg-active{
	display: block;
}
.s3-text{
	position: absolute;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	box-sizing: border-box;
	padding:100px 0;
}
.s3-text .index-p1{
	color:#fff;
}
.s3-text .index-p2{
	color:#fff;
}
.s3-text .container{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	height:100%;
	align-content: space-between;
	align-items: stretch;
}
.s3-text .container .index-title{
	width:100%;
}
.s3-con-p{
	width:100%;
}
.s3-con-pt{
	width:100%;
}
.s3-con-pb{
	width:100%;
	margin-top: 50px;
}
.s3-p1{
	display: none;
	color:#fff;
	font-size:30px;
	font-weight:800;
	line-height: 1;
	width:100%;
	border-bottom: 1px solid rgb(255,255,255,0.5);
	text-transform: uppercase;
	padding-bottom:20px;
}
.s3-con-tab{
	width:calc(100% / 3);
	cursor: pointer;
	opacity: 0.6;
}
.s3-con-tab-active{
	opacity: 1;
}
.s3-p2{
	color:#fff;
	font-size:48px;
	font-weight:800;
	line-height: 1;
}
.s3-p3{
	color:#fff;
	font-size:18px;
	font-weight:400;
	line-height: 1;
	margin-top:20px;
}
.s3-p1-active{
	display: block;
}

@media(max-width:999px){
	.s3-bg-img{
		max-height:400px;
	}
	.s3-text{
		padding:30px 0;
	}
	.s3-con-pt{
		display: none;
	}
	.s3-con-tab{
		padding:0 10px;
		box-sizing: border-box;
	}
}
.s4{
	padding:100px 0 0;
}
.s4-con{
	margin-top:50px;
}
.s4-tab{
	width:100%;
	overflow: hidden;
}
.s4-tab img{
	transition: 0.3s;
	width:100%;
	display: block;
}
.s4-tab:hover img{
	transform: scale(1.1);
}
@media(max-width:999px){
	.s4{
		padding:30px 0 0;
	}
	/* .s4-tab{
		width: calc((100% - 10px) / 2);
		margin-bottom:10px;
	} */
}
.s5{
	padding:100px 0 0;
}
.s5-con{
	margin-top: 50px;
	padding-left:6.25%;
}
.s5swiper .swiper-slide{
	position: relative;
}
.s5swiper .swiper-slide img{
	display: block;
	width:100%;
}
.s5swiper .swiper-slide p{
	position: absolute;
	bottom:0px;
	left: 0px;
	padding:30px 0;
	width:100%;
	color:#fff;
	font-size:20px;
	font-weight:600;
	line-height: 1;
	box-sizing: border-box;
	text-align: center;
}
.s5swiper{
	padding-bottom:60px;
}
.s5-pagination{
	top: auto !important;
	bottom: 0!important;
}

.s5-pagination .swiper-pagination-progressbar-fill{
	background:#b2874f !important;
}
@media(max-width:999px){
	.s5{
		padding:30px 0 0;
	}
}
.s6{
	padding:100px 0;
}
.s6-left{
	width:50%;
	padding-right:40px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
	align-items: stretch;
}
.s6-left .page-service-contact{
	width:100%;
}
.s6-left .page-service-contact-left{
	max-width:400px;
}
.s6-right{
	width:50%;
	box-sizing: border-box;
}
.s6-right .page-service-con{
	margin-top:0;
}
@media(max-width:999px){
	.s6{
		padding:30px 0;
	}
	.s6-left{
		width:100%;
		padding-right:0;
	}
	.s6-right{
		width:100%;
		margin-top:20px;
	}
}
.s7{
	padding:100px 0;
	background: #f8f8f8;
}
.index-p1{
	font-size:32px;
	color:#333333;
	font-weight: 800;
	font-family:'Lora';
	line-height: 1;
	text-transform: uppercase;
}
.index-p2{
	font-size:16px;
	color:#333333;
	font-weight: 400;
	line-height: 1;
	margin-top:30px;
}
.index-p3{
	margin-top:40px;
	font-size:48px;
	color:#333333;
	font-weight: 600;
	line-height: 1.2;
	font-family:'Lora';
	text-transform: uppercase;
}

.s7-con{
	padding-top:10px;
}
@media(max-width:1500px){
	.index-p3{
		font-size:24px;
	}
}
@media(max-width:999px){
	.s7{
		padding:30px 0;
	}
	.index-p1{
		font-size:24px;
	}
	.index-p2{
		font-size:14px;
	}
}

.a1{
	padding:100px 0;
}
.a1-left{
	padding-right:150px;
	width:50%;
	box-sizing: border-box;
}
.a1-right{
	width:50%;
}
.a1-right p{
	line-height: 1.4;
	margin-bottom:20px;
}
@media(max-width:999px){
	.a1{
		padding:30px 0;
	}
	.a1-left{
		width:100%;
		padding-right:0px;
	}
	.a1-right{
		width:100%;
		margin-top:30px;
	}
}
.a2-tab{
	width:calc(50% - 10px);
	margin-bottom: 20px;
	padding:80px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	min-height: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: stretch;
	flex-direction: column;
	transition: 0.3s;
}
.a2-tab:nth-child(1){
	background-image: url(../image/about-bg1.jpg);
}
.a2-tab:nth-child(2){
	background-image: url(../image/about-bg2.jpg);
}
.a2-tab:nth-child(3){
	background-image: url(../image/about-bg3.jpg);
}
.a2-tab:nth-child(4){
	background-image: url(../image/about-bg4.jpg);
}
.a2-p1{
	font-size:28px;
	color:#333333;
	font-weight:800;
	font-family: 'Lora';
}
.a2-p2{
	font-size:16px;
	color:#333333;
	font-weight:400;
	margin-top:30px;
	max-width:300px;
}
.a2-p3 img{
	transition:0.3s;
}
.a2-tab:hover{
	transform: translate(0px,-5px);
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.a2-tab:hover img{
	transform: rotate(360deg);
}
.page-about .s3{
	margin-top:100px;
}
.page-about .s4{
	margin-bottom:100px;
}
.s4swiper img{
	width:100%;
}
@media(max-width:999px){
	.a2-tab{
		width:100%;
		min-height: 300px;
		padding:30px;
	}
	.page-about .s3{
		margin-top:40px;
	}
	.page-about .s4{
		margin-bottom:40px;
	}
}
.a3{
	padding-top:100px;
}
.a3-left{
	width:calc((100% / 3) * 2);
}
.a3-right{
	width:calc(100% / 3);
}
.a3-tab1{
	width:100%;
}
.a3-tab2{
	width:100%;
}
.a3-line{
	width:40px;
	height:2px;
	background: #fff;
}
.a3-tab1{
	position: relative;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-image: url(../image/about-tu1.jpg);
	height:800px;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	padding:0px 9.25%;
}
.a3-tab2{
	position: relative;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-image: url(../image/about-tu2.jpg);
	height:400px;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	padding:0px 120px 0 75px;
}
.a3-tab3{
	position: relative;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	background-image: url(../image/about-tu3.jpg);
	height:400px;
	align-items: flex-start;
	align-content: center;
	flex-direction: column;
	justify-content: center;
	padding:0px 120px 0 75px;
}
.a3-p1{
	font-size:32px;
	color:#fff;
	font-weight: 800;
	line-height: 1;
	margin-top:30px;
	font-family: 'Lora';
	text-transform: uppercase;
}
.a3-p2{
	font-size:48px;
	color:#fff;
	font-weight: 800;
	line-height: 1.2;
	margin-top:50px;
	font-family: 'Lora';
	max-width:760px;
	text-transform: uppercase;
}
.a3-p3{
	font-size:16px;
	color:#fff;
	font-weight: 400;
	line-height: 1.2;
	margin-top:50px;
}
.a3-p4{
	font-size:24px;
	color:#fff;
	font-weight: 800;
	line-height: 1;
	margin-top:30px;
	font-family: 'Lora';
	text-transform: uppercase;
}
.a3-p5{
	font-size:36px;
	color:#fff;
	font-weight: 800;
	line-height: 1.2;
	margin-top:30px;
	font-family: 'Lora';
	max-width:760px;
	text-transform: uppercase;
}
.a3-p6{
	font-size:16px;
	color:#fff;
	font-weight: 400;
	line-height: 1.2;
	margin-top:50px;
}
.a3-p7{
	font-size:30px;
	font-weight:800;
	color:#fff;
	position: absolute;
	top:100px;
	right:120px;
}
.a3-p8{
	font-size:30px;
	font-weight:800;
	color:#fff;
	position: absolute;
	top:100px;
	right:50px;
}
@media(max-width:999px){
	.a3{
		padding-top:30px;
	}
	.a3-left{
		width:100%;
	}
	.a3-right{
		width:100%;
	}
	.a3-tab1{
		padding:0 20px;
		height:400px;
	}
	.a3-tab2{
		padding:0 20px;
	}
	.a3-tab3{
		padding:0 20px;
	}
	.a3-p1{
		font-size: 24px;
	}
	.a3-p2{
		font-size: 28px;
		margin-top:20px;
	}
	.a3-p5{
		font-size: 28px;
		margin-top:20px;
	}
	.a3-p3{
		margin-top:30px;
	}
	.a3-p6{
		margin-top:30px;
	}
	.a3-p7{
		top:30px;
		right:30px;
	}
	.a3-p8{
		top:30px;
		right:30px;
	}
}