*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}
.bodys{
    min-width: 1200px;
    font-size: 16px;
    overflow: hidden;
}
/*banner*/
.banner{
    width: 100%;
    height: 100%;
}
.banner-img{
    width: 100%;
    margin: auto;
}
/*产品中心*/
@media (max-width: 992px) {
	.Modular{
 height: 100%;
	width: 50%;
  padding:10px;
}
.Modular img{

  padding:10px;
}
.Modular:nth-child(4n){
    margin-right: 0;
}
.Modular-img img{
     width: 200px;
	height: 200px;
    display: flex;
    justify-content: center;
}
}
@media (min-width: 992px) {
	
.Modular{
 height: 100%;
	width: 25%;
  padding:10px;
}
.Modular img{

  padding:10px;
}
.Modular:nth-child(4n){
    margin-right: 0;
}
.Modular-img img{
    width: 200px;
	height: 200px;
    display: flex;
    justify-content: center;
}
}
.product{
    width: 100%;
    margin: auto;
}
.title{
    width: 100%;
    margin: 50px auto 30px;
    text-align: center;
    font-size: 25px;
}
.title>span{

	text-align: center;
	background: rgba(210,183,134,0.6);
	padding: 5px 15px;
	border-radius: 5px;

}
.product-con{
    width: 100%;
    overflow: hidden;

}
.product-con > div{
    float: left;
	
}

.Modular-con{
    width: 100%;
    height: 100%;
}
.Modular-con-title{
    font-size: 20px;
}
.Modular-con-introduce{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;
}
.new-arrival{
    width: 100%;
    font-size: 14px;
    color: #ccc;
    text-align: right;
}