body{
	background: #f5f5f5;
	overflow:scroll;
	overflow-x:auto;
}
.swiper-container {
	width: 100%;
	/*  height: 100%; */
	margin: 0 auto;
}
.swiper-container img{
	width: 100%;
	cursor: pointer;
	margin: 0 auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	background-color:#F5F5F5;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.main{
	width: 100%;
	margin-top: 30px;
}
.main .mainc{
	width: 1500px;
	margin: auto;
}
.main .mainc ul{
	width: 100%;
	/* height: 13.125rem; */
}
.main .mainc ul li{
	width: 386px;
	height: 210px;
	float: left;
	display: block;
	margin:10px 8px;
}
.main .mainc ul li a img:hover{
	box-shadow: 0px 0px 15px 1px darkgrey;
}
.main .mainc ul .lifirst{
	width: 282px;
	height: 210px;
	margin-left: 0;
}
.main .mainc ul .lifirst img{
	height: 13rem;
}
.main .mainc ul li img{
	width: 100%;
}
.main .mainc ul li .g2{
	width: 100%;
	height: 210px;
}
.slider {
	width: 100%;
	height: 580px;
	margin: 0 auto;
	position: relative;
}

.slider>ul>li {
	display: none;
	position: absolute;
}

.slider li:first-child {
	display: block;
}

.arrow {
	display: none;
}

.slider:hover .arrow,
.slider:hover .box {
	display: block;
}

.left,
.right {
	width: 30px;
	height: 60px;
	font-size: 30px;
	background-color: rgba(0, 0, 0, 0.1);
	color: white;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.left:hover,
.right:hover {
	background-color: rgba(0, 0, 0, .5);
}

.left {
	left: 0;
}

.right {
	right: 0;
}

.box {
	width: 150px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 20px;
	display: none;
}

.box li {
	width: 12px;
	height: 12px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	margin-left: 12px;
}

.show{
	background-color: orangered !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image : url(../images/icon/next.png)
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image : url(../images/icon/prev.png)
}
/* @media screen and (max-width: 500px){
	header .top .topli ul li p{
		font-size: 12px;
		color: red;
		font-family: "microsoft yahei";
	}
} */