@charset "utf-8";

/*普通显示器*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 18px;
		color: #FFFFFF;
		padding: 18px 12px;
	}
	.other-technology-name h3 {
		font-size: 26px;
		font-weight: 700;
		color: #1f466f;
		line-height: 35px;
		margin-top: 10px;
	}
	.other-technology-msg {
		font-size: 18px;
		color: #1f466f;
		margin-bottom: 10px;
	}
	.other-technology-content{
		line-height: 22px;
	}
	.phonebtn{display:none;}
	.pcwhatsapp{right:130px;bottom:0px;}
	.quotation{position: fixed; right: 1px; bottom: 36px; z-index: 9000;}
	.other-video-list .col-md-4:nth-child(3n+1){clear: both;}
	.other-product-list .col-md-6:nth-child(2n+1) {clear: both;}
	.other-product-list .product-class-review .col-md-6:nth-child(2n+1) {
		clear: none;
	}
	.home-case-list .col-md-3:nth-child(4n+1) { clear:left;}
}
/*大显示器*/
@media (min-width: 1200px) and (max-width: 1599px) {
	body > section > div.container{
		padding-left: 0;
		padding-right: 0;
		width: 1200px;
	}
	.phonebtn{display:none;}
	.pcwhatsapp{right:184px;bottom:64px;}
	.quotation{position: fixed; right: 1px; bottom: 36px; z-index: 9000;}

	.list-product-img{
		width: 50%;
		float: left;
	}
	.list-product-text{
		width: 50%;
		float: left;
	}
	.other-video-list .col-lg-3:nth-child(4n+1){clear: both;}
	.other-product-list .col-md-6:nth-child(2n+1) {clear: both;}


	.other-product-list .product-class-review .col-md-6:nth-child(2n+1) {
		clear: none;
	}
	.home-case-list .col-md-3:nth-child(4n+1) { clear:left;}
}

/*大显示器*/
@media (min-width: 1600px) {
	.container{
		padding-left: 0;
		padding-right: 0;
		width: 80%;
	}
	.list-product-img{
		width: 50%;
		float: left;
	}
	.list-product-text{
		width: 50%;
		float: left;
	}
	.other-video-list .col-lg-3:nth-child(4n+1){clear: both;}
	.other-product-list .col-md-6:nth-child(2n+1) {clear: both;}


	.other-product-list .product-class-review .col-md-6:nth-child(2n+1) {
		clear: none;
	}
	.home-case-list .col-md-3:nth-child(4n+1) { clear:left;}
	
}









