*{
	margin: 0;
	padding: 0;
}
html, body{
	width: 100%;
	height: 100%;
}
a{
	color: #000000;
	text-decoration: none;
}

.bj{
	width: 100%;
	height: 100%;
	background: url('../img/01.png') no-repeat left top;
	background-size: 100% 100%;
	position: relative;
}

.header{
	position: fixed;
	width: 100%;
	height: 90px;
	left: 0;
	top: 0;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.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);
}

/*.bj-center{*/
/*	position: absolute;*/
/*	top: 50%;*/
/*	left: 50%;*/
/*	transform: translate(-50%, -50%);*/
/*	width: 1300px;*/
/*	height: 570px;*/
/*	overflow: hidden;*/
/*}*/
.bj-center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 1300px;
	height: 570px;
	overflow: hidden;
}
.bj-cr-left{
	float: left;
	width: 700px;
}
.bj-cr-lt-top img{
	width: 106px;
	height: 36px;
	display: block;
}
.bj-cr-lt-top div{
	font-weight: bold;
	font-size: 46px;
	color: #292626;
	margin-top: 50px;
}
.bj-cr-lt-center{
	margin: 50px 0 30px;
	overflow: hidden;
}
.bj-cr-lt-cr-item{
	float: left;
	width: 306px;
	margin-right: 36px;
}
.bj-cr-lt-cr-item:last-child{
	margin-right: 0;
}
.bj-cr-lt-cr-item video{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.bj-cr-lt-cr-item div{
	font-size: 20rpx;
	text-align: center;
	margin-top: 4px;
	color: #FE2542;
}
.bj-cr-lt-bottom div:first-child{
	font-size: 32px;
	color: #FE2542;
	font-weight: 500;
}
.bj-cr-lt-bottom div:last-child{
	font-size: 24px;
	color: #292626;
	margin-top: 10px;
}

/*.bj-cr-right{*/
/*	float: right;*/
/*	width: 412px;*/
/*	height: 540px;*/
/*	background: #FFFFFF;*/
/*	box-shadow: 0px 0px 15px 0px #D4D0F4;*/
/*	border-radius: 20px;*/
/*	text-align: center;*/
/*}*/
.bj-cr-right{
	float: right;
	width: 394px;
	height: 510px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 0px #D4D0F4;
	border-radius: 20px;
	text-align: center;
}
.bj-cr-rt01{
	width: 50px;
	height: 50px;
	margin: 40px auto 20px;
}
.bj-cr-rt02{
	font-size: 26px;
	color: #333333;
	font-weight: bold;
}
.bj-cr-rt03{
	display: inline-block;
	width: 243px;
	height: 243px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #EEEEEE;
	margin: 20px auto;
}
.bj-cr-rt03 img{
	width: 237px;
	height: 237px;
	margin-top: 4px;
}
.bj-cr-rt04{
	font-size: 16px;
	color: #333333;
}
.bj-cr-rt04 span{
	font-size: 22px;
	font-weight: 500;
}