/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:900px) {
	.container {
			max-width: 120rem;
			padding: 0;
			margin: 0 auto;
		}
		.header {
			width: 100%;
			background-color: #ffffff;
		}
		
		.top {
			max-width: 120rem;
			display: flex;
			padding: 2.4rem 0;
			justify-content: space-between;
			align-items: center;
		}
		.menu ul li{
			padding: 0 1.3rem;
		}
		.menu-icon{
			display: none;
		}
		a {
			display: block;
		}
		
		.logo {
			width: 55.8rem;
			height: 6.8rem;
		}
		.logo-phone{
			display: none;
		}
		.search{
			position: relative;
			width: 23.2rem;
			height: 3.8rem;
			background: #FFFFFF;
			border: 1px solid #B4B4B4;
			border-radius: 0.6rem;
			box-sizing: border-box;
			overflow: hidden;
		}
		.search .form-control{
			border-radius: 0.6rem;
			height: 3.6rem;
			border: 0;
			padding-right: 4rem;
			padding-left: 2rem;
			font-size: 1.6rem;
			color: #B4B4B4;
		}
		.search input::-webkit-input-placeholder {  /* WebKit browsers*/ 	   
		   font-size: 1.6rem;
		   color:  #B4B4B4;
		}
		.search input:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/ 
			font-size: 1.6rem;
			color: #B4B4B4;
		}
		.search input::-moz-input-placeholder {  /* Mozilla Firefox 19+*/ 
			font-size: 1.6rem;
			color: #B4B4B4;
		}
		
		.search input:-ms-input-placeholder { /* Internet Explorer 10+*/ 
			font-size: 1.6rem;
			color: #B4B4B4;
		}
		.search .icon{
			position: absolute;
			right: 1.2rem;
			top: 1.1rem;
			width: 1.6rem;
			height: 1.6rem;
		}
		
		.language span{
			padding: 0 0.8rem;
		}
		.language-phone{
			display: none;
		}
		.search-phone{
			display: none;
		}
		.close{
			display: none;
		}
		
		.product-phone{
			display: none;
		}
	.down{
		display: none;
	}
	}
	.news .row .col-sm-12,.news .row .col-md-6,.news .row .col-lg-4{
		width: 50%;
	}
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: @screen-lg-min) {}

@media (min-width: 1100px) {
	.container {
		max-width: 120rem;
		padding: 0;
		margin: 0 auto;
	}
	.header {
		width: 100%;
		background-color: #ffffff;
	}
	
	.top {
		max-width: 120rem;
		display: flex;
		padding: 2.4rem 0;
		justify-content: space-between;
		align-items: center;
	}
	.menu ul li{
		padding: 0 2.3rem;
	}
	a {
		display: block;
	}
	
	.logo {
		width: 55.8rem;
		height: 6.8rem;
	}
	.logo-phone{
		display: none;
	}
	.menu-icon{
		display: none;
	}
	.search{
		position: relative;
		width: 23.2rem;
		height: 3.8rem;
		background: #FFFFFF;
		border: 1px solid #B4B4B4;
		border-radius: 0.6rem;
		box-sizing: border-box;
	}
	.search .form-control{
		border-radius: 0.6rem;
		height: 3.6rem;
		border: 0;
		padding-right: 4rem;
		font-size: 1.6rem;
		color: #B4B4B4;
	}
	.search input::-webkit-input-placeholder {  /* WebKit browsers*/ 	   
	   font-size: 1.6rem;
	   color:  #B4B4B4;
	}
	.search input:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/ 
		font-size: 1.6rem;
		color: #B4B4B4;
	}
	.search input::-moz-input-placeholder {  /* Mozilla Firefox 19+*/ 
		font-size: 1.6rem;
		color: #B4B4B4;
	}
	
	.search input:-ms-input-placeholder { /* Internet Explorer 10+*/ 
		font-size: 1.6rem;
		color: #B4B4B4;
	}
	.search .icon{
		position: absolute;
		right: 1.2rem;
		top: 1.1rem;
		width: 1.6rem;
		height: 1.6rem;
	}
	
	.search-phone{
		display: none;
	}
	.close{
		display: none;
	}
	.product-phone{
		display: none;
	}
	.down{
		display: none;
	}
	/* 内容 */
	/* .article{
		margin-top: -4.9rem;
		background-color: #FFFFFF;
		padding-right: 0 !important;
	}
	.article .item:last-child {
		padding-right: 4rem ;
		background-color: #FFFFFF;
	
	}
	.news-list div:nth-child(3n+3) .item{
		margin-right: 0;
	} */
	.news .row .col-sm-12,.news .row .col-md-6,.news .row .col-lg-4{
		width: 33.3%;
	}
	
}



