* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
	border: 0;
}
html {
	overflow-y: scroll;
}

ul,
ol {
	list-style-type: none;
}

body {
	font-family: Tahoma, Arial, Helvetica, "微软雅黑";
	/*font-size: 63%!important;*/
	text-align: center;
	color: #ff5c6c!important;
}
.top{
	background: url(../img/top.jpg) center top no-repeat;
	width: 100%;
	height: 1040px;
}
.top img{
	max-width: 100%;
}
@media screen and (max-width: 940px) {
	.top {
		background:none;
	    height: auto;
	}
}
.main{
	overflow: auto;
	width: 100%;
	padding-bottom: 100px;
}
.products-name{
	font-size: 30px;
	display: block;
	margin-bottom: 30px;
	font-family: impact;
}
.products-ms{
	font-size: 14px;
	color: #000;
	margin-bottom: 30px;
	padding: 0 10px;
}
.products-list{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 50px;
	overflow: hidden;
	border-top: 1px solid #ff5c6c;
	border-left: 1px solid #ff5c6c;
}

.products-list ul{
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.products-list ul li img{
	max-width: 100%;
	overflow: hidden;
	transition: all 0.3s ; 
}
.products-list ul li {
	border-right: 1px solid #ff5c6c;
	border-bottom: 1px solid #ff5c6c;
	position: relative;
	padding: 20px;
	width: 25%;
	float: left;
	text-align: left;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.products-list ul li {
		width: 50%!important;
	}
	.main{
		padding-bottom: 20px;
	}
}
.products-list ul li:hover {
	box-shadow: 0 0 10px #ff5c6c;
}

.products-list ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}