.container {
	position: relative;
	width: 100%;
}

.bg {
	background: #f6f6f6;
}

.aArea {
	padding: 185px 0 25px;
	overflow: hidden;
}

.aArea .wrap {
	position: relative;
}

.aArea .pic {
	text-align: center;
}

.aArea .txt {
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1.1;
	z-index: 5;
}

.aArea .txt .p1 {
	font-size: 90px;
	color: #d13139;
	font-weight: 200;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.aArea .txt .p2 {
	font-size: 112px;
	color: #d7232b;
	font-weight: bold;
	margin-top: 25px;
}

.aArea .txt .p3 {
	font-size: 28px;
	color: #fff;
	line-height: 76px;
	margin-top: 25px;
	background: url(../image/a01.png) no-repeat center;
}


.aArea .txt span {
	display: inline-block;
}

.aArea .txt em {
	display: inline-block;
}

.aArea .txt .p1 span {
	margin-right: 340px;
}

.aArea .txt .p2 span {
	margin-right: 340px;
}

.aArea .txt .p3 span {
	margin-right: 430px;
}

.bArea {
	position: relative;
	/*background:url(bArea.jpg) no-repeat center bottom;*/
	text-align: center;
}

.bArea:before {
	position: absolute;
	top: 240px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, #d7232b 50%, #cf5d62 50%);
	display: block;
	content: "";
	z-index: 0;
}

.bArea .wrap {
	position: relative;
	width: 1520px;
}

.bArea .wrap:before {
	position: absolute;
	top: 240px;
	left: 380px;
	width: 380px;
	bottom: 0;
	background: #cf5d62;
	display: block;
	content: "";
	z-index: 0;
}

.bArea .wrap:after {
	position: absolute;
	top: 240px;
	right: 380px;
	width: 380px;
	bottom: 0;
	background: #d7232b;
	display: block;
	content: "";
	z-index: 0;
}

.bArea .swiper-slide a {
	display: block;
	min-height: 550px;
	padding-top: 25px;
}

.bArea .swiper-slide .pic {
	position: relative;
	min-height: 490px;
	transition: all 0.6s;
}

.bArea .swiper-slide .pic img {
	max-width: 100%;
}

.bArea .swiper-slide .txt {
	position: relative;
	top: 100px;
	color: #fff;
	transition: all 0.6s;
}

.bArea .swiper-slide .txt .p1 {
	font-size: 24px;
	line-height: 26px;
}

.bArea .swiper-slide .txt .p2 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}


.bArea .swiper-slide:hover .pic {
	margin-top: -25px;
}

.bArea .swiper-slide:hover .txt {
	top: 0;
}


.cArea {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
	height: 800px;
	background: url(../image/cArea.jpg) no-repeat center #000;
	padding-top: 110px;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden;
}

.cArea .particles {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 10000px;
	background: url(../image/c01.png) repeat-y center top;
	z-index: -1;
	opacity: 1;
	font-size: 0;
	animation: bgScroll 160s infinite linear;
	-webkit-animation: bgScroll 160s infinite linear;
	will-change: transform;
}

.cArea01 {
	float: left;
}

.cArea01 img {
	max-width: 100%;
}

.cArea02 {
	float: right;
	width: 545px;
	padding-top: 65px;
}

.cArea02 .p1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}

.cArea02 .p2 {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 2;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.cArea02 .p3 {
	margin-top: 80px;
	line-height: 40px;
	background: url(../image/c01.png) no-repeat center left;
	padding-left: 10px;
	margin-left: 15px;
}

.cArea02 .p3 a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding-right: 30px;
	background: url(../image/c02.png) no-repeat center right;
}

.cArea02 .p4 {
	position: relative;
	min-height: 220px;
}

.cArea02 .p4 .p41 {
	position: absolute;
	width: 115px;
	height: 115px;
	top: 105px;
	left: -95px;
	animation: animeX1 4s ease-in-out -2s infinite alternate, animeY1 4s ease-in-out infinite alternate;
}

.cArea02 .p4 .p41 a {
	position: relative;
	width: 100%;
	line-height: 115px;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.cArea02 .p4 .p41 i {
	position: absolute;
	display: block;
	width: 105px;
	height: 105px;
	border-radius: 100%;
	z-index: 0;
}

.cArea02 .p4 .p41 i.i01 {
	top: 10px;
	left: 0;
	background: rgba(255, 255, 255, 0.15);
}

.cArea02 .p4 .p41 i.i02 {
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.1);
}

.cArea02 .p4 .p41 i.i03 {
	top: 5px;
	left: 10px;
	width: 95px;
	height: 95px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.cArea02 .p4 .p42 {
	position: absolute;
	width: 180px;
	height: 180px;
	top: -25px;
	right: 0;
	animation: animeX2 4s ease-in-out -2s infinite alternate, animeY2 4s ease-in-out infinite alternate;
}

.cArea02 .p4 .p42 a {
	position: relative;
	width: 100%;
	line-height: 180px;
	display: block;
	font-size: 26px;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.cArea02 .p4 .p42 i {
	position: absolute;
	display: block;
	width: 170px;
	height: 170px;
	border-radius: 100%;
	z-index: 0;
}

.cArea02 .p4 .p42 i.i01 {
	top: 10px;
	left: 0;
	background: rgba(255, 255, 255, 0.15);
}

.cArea02 .p4 .p42 i.i02 {
	top: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.1);
}

.cArea02 .p4 .p42 i.i03 {
	top: 5px;
	left: 10px;
	width: 160px;
	height: 160px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.dArea {
	padding: 90px 0 110px;
}

.dArea .hd a {
	float: right;
	transition: all 0.6s;
	display: inline-block;
}

.dArea .hd a img {
	transition: all 0.6s;
}

.dArea .hd a:hover img {
	transform: rotate(25deg);
}

.dArea .hd p {
	font-size: 40px;
	font-weight: bold;
	color: #333;
	line-height: 64px;
	display: inline-block;
}

.dArea .bd {
	margin-top: 50px;
}

.dArea .bd ul li {
	float: left;
	width: 405px;
	margin-right: 32px;
}

.dArea .bd ul li:last-child {
	margin-right: 0;
}

.dArea .bd ul li .pic {
	overflow: hidden;
}

.dArea .bd ul li .pic img {
	transition: all 0.6s;
}

.dArea .bd ul li .txt {
	margin-top: 30px;
	padding: 0 15px;
}

.dArea .bd ul li .txt .p1 {
	font-size: 20px;
	color: #202020;
	font-weight: bold;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dArea .bd ul li .txt .p2 {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.dArea .bd ul li .txt .p3 {
	margin-top: 20px;
}

.dArea .bd ul li:hover .pic img {
	transform: scale(1.1) !important;
}

.dArea .bd ul li:hover .txt .p1 {
	color: #d7232b;
}

.eArea {
	padding: 75px 0 60px;
	background: #f6f6f6;
}

.eArea01 {
	float: left;
	width: 405px;
}

.eArea02 {
	float: right;
	width: 735px;
	padding-top: 50px;
}

.eArea02 .p1 {
	font-size: 40px;
	font-weight: bold;
	color: #000;
}

.eArea02 .p2 {
	font-size: 16px;
	line-height: 25px;
	margin-top: 40px;
	color: #333;
}

.eArea02 .p3 {
	margin-top: 45px;
}

.eArea02 .p3 .text {
	display: block;
	line-height: 45px;
	border-bottom: 2px solid #e0e1e3;
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
}

.eArea02 .p3 .btn01 {
	display: block;
	width: 190px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: #d7232b;
	cursor: pointer;
}

.eArea02 .p3 .text01 {
	width: 100%;
}

.eArea02 .p3 .text02 {
	float: left;
	width: 47%;
}

.eArea02 .p3 .text03 {
	float: right;
	width: 47%;
}

.eArea02 .p3 .text04 {
	width: 100%;
	margin-bottom: 50px;
}

.eArea02 .p3 .text::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.eArea02 .p3 .text:-moz-placeholder {
	color: #000;
	opacity: 1;
}

.eArea02 .p3 .text:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.eArea02 .p3 .text.placeholder {
	color: #000;
	opacity: 1;
}



@keyframes bgScroll {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(-33.333%);
		transform: translateY(-33.333%)
	}
}

@keyframes animeX1 {
	0% {
		left: -95px;
	}

	100% {
		left: -40px;
	}
}

@keyframes animeY1 {
	0% {
		top: 50px;
	}

	100% {
		top: 105px;
	}
}

@keyframes animeX2 {
	0% {
		right: -30px;
	}

	100% {
		right: 0;
	}
}

@keyframes animeY2 {
	0% {
		top: 0;
	}

	100% {
		top: -25px;
	}
}