@media screen and (min-width:751px) {
    #product_main{
		width: 100%;
		height: auto;
	}
	
	#product_img{
		width: 100%;
		height: 400px;
		background: #f6f6f6;
	}

	.product_info{
		width: 1228px;
		margin: 0 auto;
		height: auto;
		margin-top: 80px;
	}
	#hot_title{
		font-size: 12px;
		color: #ff7a23;
	}
	.hot_head{
		width: 100%;
		margin-top: 30px;
		height: 50px;
	}
	#hot_head_title{
		display: inline-block;
		font-size: 48px;
	}
	#hot_head_page{
		float: right;
	}
	.page_left{
		cursor: pointer;
		margin-right: 13px;   
		float: left;
		width: 46px;
		height: 46px;
		background-image: url(../image/left.png);
	}
	.page_right{
	  cursor: pointer;
	  width: 46px;
	  height: 46px;
	  float: left;
	  background-image: url(../image/right.png);
  }
	
	.hot_main{
		margin-top: 60px;
		width: 100%;
		height: auto;
	}
	.hot_main_ul{
		list-style: none;
		display: none;
	}
	.hot_main_ul li{
		float: left;
		width: 280px;
		height: auto;
		margin-right: 36px;
		margin-bottom: 66px;
	}
	.hot_main_ul li:nth-child(4n){
	  margin-right: 0;
	}
	.hot_pro_img{
		width: 280px;
		height: 285px;
	}
	.hot_pro_name{
		width: 100%;
		display: inline-block;
		text-align: left;
		font-size: 16px;
		margin-top: 28px;
		text-indent: 10px;
	}
	.hot_pro_price{
		display: inline-block;
		text-align: left;
		font-size: 18px;
		width: 100%;
		margin-top: 20px;
		text-indent: 10px;
	}
	.hot_pro_market{
		color: #999999;
		text-decoration:line-through;
	}

}