
body{width:100%; height:100%;  background:url(../img/indexBg-5.png) no-repeat;
      background-size:100% 100% ;}

.swiper-slide {
		width: 100%;
	height: 100%;
	display: table;
}
.content{
display: table-cell;
vertical-align: middle;
/*	padding: 88px 206px 0;*/
}

 .content ul li{
	float: left;
}

.content ul li a:active img{
	-webkit-transform: scale(1.1); /*1.1放大值*/
    -moz-transform: scale(1.1); 
     -o-transform: scale(1.1);
     -ms-transform: scale(1.1); 
	transition: all 0.01s ease-in-out; 
}


/*=====================首屏样式===========================*/


.index1 .List1{
margin-left: 315px;
}
.index1 .List1 li{
	width: 326px;
	height: 300px;
	display: table; 

	
}
.index1 .List1 li a{
	display: table-cell;
	vertical-align: middle;
	width: 252px;
	height: 252px;
	vertical-align: middle;
}
.index1 .List2{	margin-left: 220px;}
.index1 .List2 li{
	width: 368px;
	height: 320px;
	display: table; 

	
}
.index1 .List2 li a{
	display: table-cell;
	vertical-align: middle;
	width: 269px;
	height: 269px;
}


/*=========第二页============*/

.index2 .List1{
margin-left:280px;
}
.index2 .List1 li{
	width: 326px;
	height: 300px;
	display: table; 

	
}
.index2 .List1 li a{
	display: table-cell;
	vertical-align: middle;
	width: 252px;
	height: 252px;
	vertical-align: middle;
}
.index2 .List2{	margin-left: 372px;}
.index2 .List2 li{
	width: 394px;
	height: 320px;
	display: table; 

	
}
.index2 .List2 li a{
	display: table-cell;
	vertical-align: middle;
	width: 269px;
	height: 269px;
}
