@charset "utf-8";
/* CSS Document */
/*body{margin: 0;padding: 0;}*/
/*ul{margin: 0;padding: 0; list-style: none;}*/
/*a{text-decoration: none;}*/
/*h3,p{margin: 0;font-weight: normal;}*/
.main_box{
	width: 100%;
	position: relative;
}
.box{
	width: 1400px;
	margin: 0px auto;
	overflow: hidden;
}
.box ul{width: 1500px;}

.box ul li{
	width: 455px;
	height: 499px;
	box-shadow: 3px 2px 30px rgba(255,255,255,.1);
	float: left;
	text-align: left;
	position: relative;
	transition: all .6s ease-out;
	margin-right: 16px;
}
.box ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.box ul .lisyon_a{
	width: 455px;
	height: 459px;
	background: url(../images/indexto_09.jpg) no-repeat;
	transition: all .6s ease-out;
}
.box ul .lisyon_a1{
	width: 455px;
	height: 459px;
	background: url(../images/indexto_07.jpg) no-repeat;
	transition: all .6s ease-out;
}
.box ul .lisyon_a2{
	width: 455px;
	height: 459px;
	background: url(../images/indexto_12.jpg) no-repeat;
	transition: all .6s ease-out;
}
/*.box ul .lisyon_a3{*/
/*	width: 256px;*/
/*	height: 375px;*/
/*	background: url(../images/home_18_1.jpg) no-repeat;*/
/*	transition: all .6s ease-out;*/
/*}*/
/*.box ul .lisyon_a4{*/
/*	width: 256px;*/
/*	height: 375px;*/
/*	background: url(../images/home_20_1.jpg) no-repeat;*/
/*	transition: all .6s ease-out;*/
/*}*/

.box ul .lisyonmore{
	width: 211px;
	height: 162px;
	overflow: hidden;
	background: url("../images/home_07.png") no-repeat;
	margin-left: 121px;
	margin-top: 150px;
	font-size: 16px;
	color: #ffffff;
	line-height: 162px;
	text-align: center;
	display: none;
	transition: all .6s ease-out;
}
.box ul a:hover .lisyonmore{display: block;}

.box ul li .ttlistmo{
	width: 100%;
	text-align: left;
	line-height: 35px;
	font-family: AlibabaM;
	font-size: 18px;
}
/*.box ul .on{*/
/*	width: 344px;*/
/*	height: 375px;*/
/*	!* background-color: #3288e6; *!*/
/*	text-align: left;*/
/*}*/

/*.box ul .on .lisyon_a{*/
/*	width: 344px;*/
/*	height: 375px;*/
/*	background: url(../images/home_11.jpg) no-repeat;*/
/*	transition: all .6s ease-out;*/
/*}*/
/*.box ul .on .lisyon_a1{*/
/*	width: 344px;*/
/*	height: 375px;*/
/*	background: url(../images/home_14.jpg) no-repeat;*/
/*	transition: all .6s ease-out;*/
/*}*/
/*.box ul .on .lisyon_a2{*/
/*	width: 344px;*/
/*	height: 375px;*/
/*	background: url(../images/home_16.jpg) no-repeat;*/
/*	transition: all .6s ease-out;*/
/*}*/
/*.box ul .on .lisyon_a3{*/
/*	width: 344px;*/
/*	height: 375px;*/
/*	background: url(../images/home_18.jpg) no-repeat;*/
/*	transition: all .6s ease-out;*/
/*}*/
/*.box ul .on .lisyon_a4{*/
/*	width: 344px;*/
/*	height: 375px;*/
/*	background: url(../images/home_20.jpg) no-repeat;*/
/*	transition: all .6s ease-out;*/
/*}*/
