/*
	你的代码写在这里
	style.css是style.less生成的，不要直接改动style.css的内容，不然会被style.less覆盖
*/

@media only screen and (max-width: 1440px){
.column-menu .menu{
	    margin-right: 50px;
}
}

@media only screen and (max-width: 1200px){
.column-menu .menu{
	    margin-right: 0px;
}
}


/* 产品详情页图片自适应 */
.product-page .details .tabbox img{
	max-width:100%;
}


/* 首页新闻图片 */
.main .newsbox .news li .pic{
	height:unset;
}
.main .newsbox .news li .pic img{
	margin-top:0px;
}

/* 侧边栏隐藏 */
@media only screen and (min-width: 1200px){
	.fixed-sidebar li:first-child{
		
	}
	.fixed-sidebar li:nth-child(2){
		
	}
		.fixed-sidebar li:nth-child(3){
		
	}
}

/*  产品详情文字默认大小  */
.product-page .details .tabbox{
	font-size:15px;
}


/* 产品详情页特定文字大小 */
.wrap .details .article p a span{
	font-size:15px;
}

.product-list li .tit {
	height: 34px;
	line-height: 34px;
	margin: 14px 0;
}