.xm-swiper-indicators{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 56px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom:10%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.xm-swiper-indicator{
	display: inline-block;
	width: 24px;
	height: 100%;
	background-color: #fff;
	border-radius: 2px;
}


.xm-swiper{
	margin-bottom: 35px;
}


.xm-banner{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 10;
}

.xm-banner-title{
	font-size: 64px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	white-space: nowrap;
}

.xm-banner-desc{
	color: #fff;
	font-weight: 400;
	font-size: 36px;
	text-align: center;
	opacity: .8;
	white-space: nowrap;
}

@media only screen and (max-width:992px) {
	.xm-banner-title{
		font-size: 36px;
	}
	
	.xm-banner-desc{
		font-size: 20px;
	}
}

@media only screen and (max-width:639px) {
	.xm-banner-title{
		margin-top: 40px;
		font-size: 18px;
		margin-bottom: 6px;
	}
	
	.xm-banner-desc{
		font-size: 12px;
	}
}

.xm-culture{
	display: block;
	width: 100%;
	position: relative;
	margin-top: 120px;
}

.xm-culture>img{
	display: block;
	width: 100%;
}

.xm-culture-el{
	position: absolute;
}

.xm-culture-title{
	font-size: 28px;
	font-weight: 800;
	color: #EF4540;
	margin-bottom: 18px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
}

.xm-culture-desc{
	font-size: 16px;
	font-weight: 500;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
}

.xm-culture-el-0{
	top: -100px;
	left: 50%;
	white-space: nowrap;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: right;
}

.xm-culture-el-1{
	top: 50%;
	right:-260px;
	white-space: nowrap;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.xm-culture-el-2{
	bottom: -100px;
	left: 100%;
	white-space: nowrap;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: left;
}

.xm-culture-el-3{
	bottom: -100px;
	left: 0;
	white-space: nowrap;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
	text-align: right;
}

.xm-culture-el-4{
	top: 50%;
	left:-300px;
	white-space: nowrap;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	text-align: right;
}

.xm-about{
	/* margin-bottom: 36px; */
}

.xm-about2{
	margin-bottom: 88.5px;
}

.xm-about-image{
	display: block;
	width: 100%;
}



.xm-xc{
	margin-bottom: 36px;
}





.xm-block-title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.xm-block-desc{
	font-size: 16px;
	text-align: center;
	color: #737373;
	margin-bottom: 28.5px;
}
.xm-block-desc-hb{
	font-size: 16px;
	text-align: center;
	color: #737373;
	margin-bottom: 28.5px;
}

.xm-cpyfw{
	margin-bottom: 104px;
	position: relative;
	cursor: pointer;
	border-radius: 12px;
}

.xm-cpyfw-image{
	display: block;
	width: 100%;
	border-radius: inherit;
}

.xm-cpyfw-center{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index: 2;
}

.xm-cpyfw-icon{
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
}

.xm-cpyfw-name{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.xm-cpyfw-overlay{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	height: 100%;
	width: 100%;
}

.xm-cpyfw-overlay-title{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.xm-cpyfw-overlay-title>img{
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.xm-cpyfw-overlay-desc{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	padding: 0 20px;
	flex: 1;
	text-align: center;
}

@media only screen and (max-width:1920px) {
	.xm-cpyfw-overlay-desc{
		font-size: 15px;
	}
}

@media only screen and (max-width:992px) {
	.xm-cpyfw-overlay-desc{
		font-size: 18px;
	}
}

@media only screen and (max-width:639px) {
	.xm-xc-image{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.xm-xc-title{
		text-align: center;
		font-size: 10px;
		color: #737373;
	}
	.xm-about-content{
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 10px;
		color: #737373;
	}
	
	.xm-about-content:last-child{
		margin-bottom: 0;
	}
	.xm-block-desc{
		font-size: 16px;
		text-align: center;
		color: #737373;
		margin-bottom: 28.5px;
	}
	.xm-block-desc-hb{
		font-size: 12px;
		text-align: center;
		color: #737373;
		margin-bottom: 28.5px;
	}
	
	.xm-block-title{
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.xm-block-title-bt{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.xm-culture-title{
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.xm-culture{
		margin-top: 80px;
	}
	
	.xm-culture-desc{
		font-size: 10px;
	}
	
	.xm-culture-el-0{
		top: -60px;
		left: -48px;
	}
	
	.xm-culture-el-1{
		right:-92px;
		top: -36px;
	}
	
	.xm-culture-el-2{
		bottom: -60px;
		left: calc(100% + 40px);
	}
	
	.xm-culture-el-3{
		bottom: -60px;
		left: -40px;
	}
	
	.xm-culture-el-4{
		left:-220px;
	}
	.xm-cpyfw-overlay-desc{
		font-size: 12px;
	}
}

.xm-case-tabs{
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.xm-case-tab{
	padding-bottom: 15px;
	font-size: 20px;
	color: #666;
	text-align: center;
	cursor: pointer;
}

.xm-case-tab.active{
	color: #EF4540;
	font-weight: bold;
	border-bottom: 1px solid #EF4540;
}

.xm-case-tab-tri{
	position: absolute !important;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.xm-case{
	margin-bottom: 30px;
}

.xm-case-image{
	display: block;
	width: 100%;
}