.main-alltest-content{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 80px 15px;
}

/* --main All Test List -- */
.main-alltest-list{
	margin-bottom: 20px;
}
/* --main All Test List-- */
.main-alltest-newlists{
	padding-top: 15px;
}
.main-alltest-newlists li{
	padding-top: 10px;
}
.main-alltest-newlists a{
	font-size: 16px;
	color: #df3145;
	font-weight: bold;
}
.main-app-list-big{
	padding: 10px 60px; 
}
.main-app-list-big li{
	display: inline-block;
	width: 450px;
	height: 250px;
	margin:30px;
}
.main-app-list-big img{
	width: 450px;
	height: 250px;
}
.main-app-list li:hover{
	box-shadow: 5px 5px 10px #999;
}
/* --// main All Test List-- */

/* --//main All Test List -- */
/* --product -- */
.product-cate{
	margin-top: 30px;
	font-size: 20px;
	/* margin-left: 2%; */
}
.product-list{
	font-size: 16px;
}
.product-list li{
	margin-top: 12px;
	width: 350px;
	float: left;
	margin-right: 12px;
	border: 1px solid #bac1c7;
	padding: 30px 12px;
}
.product-list li:hover{
	box-shadow: 0px 0px 15px rgba(3, 3, 3, 0.3);
}
.product-list-img{
	float: left;
	width: 70px;
}
.product-list-img img{
	width: 70px;
}
.product-list-title{
	width: 250px;
	float: left;
	margin-left: 13px;
	line-height: 34px;
}
.product-list-title-1 a{
	color: #000;
	font-size: 18px;
	font-family: "Microsoft YaHei";
}
.product-list-title-1 a:hover{
	color: #36f;
	text-decoration: none;
}
.product-list-title-2{
	font-size: 14px;
	color: #888;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* --// product -- */

