*{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}
a{
	color: #000000;
	text-decoration: none;
}

.header{
	position: fixed;
	width: 100%;
	height: 90px;
	left: 0;
	top: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
}
.headers{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hr-left{
	width: 123px;
	height: 51px;
}
.hr-left img{
	width: 100%;
	height: 100%;
}
.hr-right{
	display: flex;
	align-items: center;
}
.hr-rt-item{
	display: inline-block;
	height: 90px;
	line-height: 90px;
	padding: 0 25px;
	font-size: 22px;
	cursor: pointer;
	position: relative;
}
.hr-rt-item div{
	width: 30px;
	height: 9px;
	background: #FF5F4C;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	margin: auto;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.hr-rt-item:last-child div{
	opacity: 1;
	transform: scale(1);
}
.hr-rt-item:hover div{
	opacity: 1;
	transform: scale(1);
}

.center{
	width: 100%;
}
.centers{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.cr01{
	margin-top: 90px;
	padding: 40px 0 80px;
}
.cr01 img{
	width: 100%;
}

.cr02{
	padding-bottom: 80px;
}
.titel{
	font-size: 36px;
	font-weight: 500;
	color: #222222;
	text-align: center;
	margin-bottom: 70px;
}
.cr02-list{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cr02-item{
	width: 800px;
	margin-bottom: 30px;
}
.cr02-item:last-child{
	margin-bottom: 0;
}
.cr02-im01{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333333;
}
.cr02-im01 div{
	width: 12px;
	height: 12px;
	background: #FF5F4C;
	border-radius: 50%;
	margin-right: 20px;
}
.cr02-im01 span{
	font-weight: bold;
}
.cr02-im02{
	font-size: 16px;
	margin-top: 20px;
}

.cr03{
	padding-bottom: 80px;
}
.cr03-list{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.cr03-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cr03-item img{
	width: 102px;
	height: 102px;
	margin-bottom: 28px;
	cursor: pointer;
	transition: transform 0.5s ease-in-out;
}
.cr03-item img:hover{
	transform: scale(1.2);
}
.cr03-item span{
	font-size: 18px;
	color: #333333;
}

.cr04{
	padding-bottom: 80px;
}
.cr04-text div{
	text-indent: 44px;
	font-size: 18px;
	color: #000000;
	line-height: 44px;
}
.cr04-text div:first-child{
	font-weight: bold;
}

.swiper-slide4-bottom{
	width: 100%;
	height: 160px;
	background: #FF5F4C;
}
.swiper-slide4-bottom .centers{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.swiper-slide4-bm-top{
	display: flex;
	align-items: center;
	height: 70px;
}
.swiper-slide4-bm-t01{
	width: 123px;
	height: 51px;
}
.swiper-slide4-bm-t01 img{
	width: 100%;
	height: 100%;
}
.swiper-slide4-bm-t02{
	width: 1px;
	height: 70px;
	background: #FFFFFF;
	margin: 0 35px;
}
.swiper-slide4-bm-t03{
	height: 54px;
	font-size: 40px;
	color: #ffffff;
}
.swiper-slide4-bm-bottom{
	width: 100%;
	height: 21px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 26px;
}
.swiper-slide4-bm-bottom div{
	width: 30%;
	height: 21px;
	font-size: 16px;
	color: #ffffff;
}
