#products .product_list{
	margin-top: 50px;
	overflow:hidden;
}
#products .product_list >div{
	width: 24%;
    margin: 0 0.5% 30px;
    float: left;
	position:relative;
}
#products .product_list .show{
	display:none;
	position: absolute;
    width: 100%;
}
#products .product_list .show a{
	display: block;
    margin: 0 20px;
    height: 363px;
    background: rgba(255,255,255,0.5);
    text-align: center;
    line-height: 363px;
}
#products .product_list >div:hover .show{
	display: block;
}
#products .product_list .main_products{
	margin: 0 20px;
}
#products .product_list .main_products .photo{
	display: block;
    height: 363px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 80%;
    background-size: auto 100%;
	transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
}
#products .product_list .main_products h3{
	margin: 15px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
#products .product_list .main_products h3 a{
	color:#3c3c3c;
	font-size:18px;
}
#products .product_list .main_products .detail{
	position: relative;
}
#products .product_list .main_products .detail article{
	font-size:12px;
	color:#3c3c3c;
	height: 69px;
	overflow:hidden;
}
#products .product_list .main_products .detail .more{
	position:absolute;
	right:0;
	bottom:0;
}
#products .product_list .main_products .detail .more a{
	font-size:12px;
	color:#3c3c3c;
}
.main-pro-img{
	text-align:center;
}
.pro-article {
	overflow: hidden;
	position: relative;
	margin: 30px 0;
}
.pro-article .tabs_container{
	margin: 15px 0;
}
.pro-article ul.tabs {
	width: 100%;
	height: 30px;
	border-bottom: 1px #ff852b solid;
	overflow: visible;;
}

.pro-article ul.tabs li {
	margin: 0 3px -1px 0;
	height: 29px;
	border: 1px #d8d0c3 solid;
	border-bottom: 1px #ff852b solid;
	float: left;
	overflow: hidden;
	position: relative;
}

.pro-article ul.tabs li a {
	padding: 0 15px;
	height: 29px;
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #969696;
}

.pro-article ul.tabs li.active {
	border: 1px #ff852b solid;
	border-bottom: 1px #fff solid;
}

.pro-article ul.tabs li.active a {
	color: #ff852b;
	font-weight: bold;
}

.pro-article .tab_container {
	clear: left;
	margin: 15px 0 0;
	width: 100%;
}

.pro-article .tab_container .tab_content {
	margin: 0 10px;
	line-height: 170%;
	font-size: 16px;
	color: #1b1717;
}
.page div{
	color: #6b6b6b;
}
.product-deta .prodetail-view .orderfunction .product-buy .price-detail p:first-child{
	text-decoration: line-through;
	color: #464646;
	font-size: 12px;	
}
.ask{
	margin:20px 0
}
.ask a{
	display: block;
    background: #e58b3e;
    width: 100px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    color: #fff;
    border: 1px solid #c75275;
    font-size: 16px;
}
.ask a:hover{
    background: #c75275;
}
.other-product{
	border-top: 1px solid #dadada;
}
.other-product >h3{
    margin: 10px 0;
    font-size: 12px;
    font-weight: normal;
    color: #6f6f6f;
    padding-left: 10px;
}
.other-product ul li{
	float: left;
    width: 32%;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 10px;
    background: rgba(0,0,0,0.05);
}
.other-product ul li a{
	display:block;
	float: left;
}
.other-product ul li a.photo{
	height: 60px;
	line-height:60px;
    width: 100px;
    text-align: center;
	margin-right: 10px;
}

.other-product ul li h3{
	float: left;
}
.other-product ul li h3 a{
	color: #4e4a4a;
    line-height: 60px;
	font-weight: normal;
}
@media screen and (max-width: 1180px) {
	#products .product_list .main_products .photo,
	#products .product_list .show a{
		height: 290px;	
	}
	#products .product_list .show a{
		line-height: 290px;	
	}
}
@media screen and (max-width: 980px) {
	#products .product_list >div{
		width: 32%;	
	}
	.other-product ul li a.photo{
	    height: 50px;
		width: 30%;	
		line-height: 50px;
	}
	.other-product ul li h3{
		width: 50%;	
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
	.other-product ul li h3 a{
		line-height: 50px;
		font-size: 14px;	
	}
}
@media screen and (max-width: 780px) {
	#products .product_list .main_products,
	#products .product_list .show a{
	    margin: 0 5px;
	}
	#products .product_list .show a img{
		width:50px;
	}
}
@media screen and (max-width: 680px) {
	#products .product_list >div{
		width: 49%;	
	}
	.other-product ul li{
		width: 49%;
		margin:0 0.5% 10px;
	}
}
@media screen and (max-width: 500px) {
	#products .product_list .main_products .photo,
	#products .product_list .show a{
		height: 230px;	
	}
	#products .product_list .show a{
		line-height: 230px;	
	}
	#products .product_list .main_products .detail .more{
	    position: initial;
		text-align: right;	
	}
	#products .product_list .main_products h3{
	    margin: 10px 0;	
	}
}
@media screen and (max-width: 370px) {
	.other-product ul li{
		width: 100%;
		margin:0 0 5px;
	}
}