*{font-family:arial}
.product-title{display:inline-block;font-size: 36px;margin-top:120px;margin-bottom:20px;position: relative;}
.product-title:before,.product-title:after{position:absolute;width: 200px;height: 1px;background-color: #000000;top:50%;transform:translate(0,-50%);content:"";}
.product-title:before{left:-220px;}
.product-title:after{right:-220px;}
.product-subtitle{font-size: 14px;}

/**/
.product-list{padding:0 173px;}
.product-list>li{margin-top:75px;}
.product-list>li:nth-child(odd){width:64.162%;}
.product-list>li a{width:100%;cursor: pointer;}
.product-list>li:nth-child(odd) img,.product-list>li:nth-child(even) img{width:100%;height:330px;}
.product-list>li:nth-child(even){width:35.325%;}
.product-list>li>p{font-size: 26px;margin-top:15px;text-align: left;overflow: hidden;  text-overflow: ellipsis;white-space:nowrap; }
/*.product-list a{display:block;font-size: 26px;margin-top:28px;text-align: left;}*/
section{margin-bottom: 120px;}


@media screen and (min-width:1400px) and (max-width:1600px) {
	.product-list{padding:0 100px;}
}
@media screen and (min-width:767px) and (max-width:1400px) {
	.product-list{padding:0 50px;}
}
@media screen and (max-width:767px)  {
	.product-title{
		margin-top: 30px;
   		margin-bottom: 10px;
   		font-size: 20px;
	}
	.product-title:before,.product-title:after{width: 100px;}
	.product-title:before{left:-110px;}
	.product-title:after{right:-110px;}
	.product-list{padding:0 10px;}
	.product-list>li{margin-top:25px;}
	.product-list>li:nth-child(odd){width:48%;}
	.product-list>li:nth-child(even){width:48%;}
	.product-list>li:nth-child(odd) img,.product-list>li:nth-child(even) img{width:100%;height:130px;}
	.product-list>li>p{font-size:14px;margin-top:10px;}
	section{margin-bottom: 30px;}
	.magnify-banner{width:90%;height:400px;}
	.close-box{right:5%;top:5%;}
	
}
