﻿@charset "utf-8";

.swiper-container {
	height: 50px;
	overflow: visible;
}

/*底下四个导航*/
.home-events {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -38px;
}
.home-events-box {
	max-width: 1280px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.home-events-box-wrapper {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}
.home-events-box-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.home-events-box-item {
	position: relative;
	float: left;
	width: 25%;
	height: 120px;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: .2s;
	transition: .2s;
}
.home-events-box-item a {
	display: block;
	height: 100%;
	padding: 34px 5px 34px 120px;
}
.home-events-box-item:hover i img:last-child {
	opacity: 1;
}
.home-events-box-item:hover h2 {
	color: #fa6f66;
}
.home-events-box-item i {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 60px;
	height: 60px;
}
.home-events-box-item i img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	will-change: opacity;
}
.home-events-box-item i img:last-child {
	opacity: 0;
}
.home-events-box-item h2, .home-events-box-item p {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home-events-box-item h2 {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 22px;
	color: #5498fe;
	-webkit-transition: .2s;
	transition: .2s;
	will-change: color;
}
.home-events-box-item p {
	position: absolute;
	/* top: 60px; */
	font-size: 12px;
	line-height: 30px;
	color: #95989D;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#t2 {
	position: absolute;
	font-size: 12px;
	line-height: 80px;
	color: #95989D;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
