@media only screen and (min-width: 768px){
body{
	min-width:738px;
	margin:0 auto;
}
img{
	max-width:100%; 
	height:auto;
}
.main_wrapper{
	width:738px;
	margin:0 auto;
}
.header h1{
	float:none;
	text-align:center;
}
.banner_slide{
	width:100%;
	margin:0 auto;
}
.home_contant li{
	float:left;
	width:22%;
	text-align:left;
	color:#000000;
	margin:10px 0px 10px 20px;
}
.home_contant li span{
	display:inline;
	float:left;
	padding:0 15px 0px 0;
}

.home_products li{
	float:left;
	width:33.3%;
	padding:10px 0 10px 0;
}
.home_news li{
	float:none;
	width:100%;
}
.home_news_colm{
	width:100%;
	float:left;
	border-right:1px solid #e0e0e0;
}
.innercontant_left{
	width:50%;
	float:left;
}
.innercontant_right{
	width:50%;
	float:right;
}
.main_windoor_left{
	width:40%;
	float:left;
}
.main_windoor_right{
	width:58%;
	float:right;
}
.core_left{
	width:30%;
	float:left;
}
.core_right{
	width:68%;
	float:right;
}


.brochure li{
	width:33.3%;
	float:left;
}

.brochure_left{
	width:70%;
	margin:0 auto;
	
}
.brochure_left p label{
	color:#333333;
	width:22%;
	float:left;
}
.brochure_left p input[type="text"]{
	color:#333333;
	width:50%;
}


.brochure_left p:last-child label{
	display:block;
}


.clients li{
	width:31.9%;
	float:left;
	margin:10px 10px 0px 0;
}
.contactus_left{
	width:100%;
	float:none;
}
.contactus_right{
	width:100%;
	float:none;
}
.contactus li{
	float:left;
	width:30.5%;
	margin:15px 15px 0px 0;	
}

.footer_left{
	width:100%;
	float:none;
}
.footer_mid{
	width:49%;
	border-right:none;
	float:left;
}
.footer_right{
	width:100%;
	float:none;
}
.footer_left h3{
	padding:20px 0 10px 0px;
}
.footer_mid h3{
	padding:10px 0 0px 0px;
}
.footer_mid p{
	padding:10px 0 10px 0px;
}
.footer_right h3{
	padding:10px 0 0px 0px;
}
.footer_right p{
	padding:10px 0 10px 0px;
}

.copy_left{
	width:30%;
	float:left;
}
.copy_mid{
	width:60%;
	float:left;
}
.copy_right{
	width:10%;
	float:right;
}
.copy_left span{
	display:block;
	padding:15px 0 15px 0;
}
.copy_left span img{
	vertical-align:middle;
	margin:0px 10px 0 0
}
.copy_mid p{
	color:#ababab;
	text-align:center;
	padding:40px 0 0 0px;
}
.copy_right span{
	display:block;
	padding:40px 0 30px 0
}
.copy_right span img{
	vertical-align:middle;
	margin:0px 10px 0 0
}





}