/* CSS Document */
/*Reset Style */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Reset Style */

body{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	line-height:135%;
	color:#000;
	}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
#wrapper{	
	width:970px;
	margin:0 auto;	
	}

.header{
	width:100%;
	height:490px;
	background:url(../images/home-banner.png) no-repeat left top;
	background-size:100% 100%;
	padding-top:23px;
	}
.logo{
	display:block;
	margin-left:7px;
	width:311px;
	height:64px;
	background:url(../images/logo.png) no-repeat left top;
	text-indent:-9999px;
	float:left;
	}
.menu{
	float:left;
	font-size:18px;	
	margin:30px 0 0 20px;
	}
.menu li{
	float:left;	
	width:110px;	
	text-align:center;
	}
.menu li a{
	color:#1b1464;
	text-decoration:none;	
	}	
.menu li a:hover ,.menu li a.selected{
	color:#c72026;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:2px solid #c72026;
	}
.social{
	width:48px;
	float:left;
	margin-top:25px;
	}
.social a{
	margin-left:1px;
	float:left;
	}
.home-content{
	background:#2e3744;
	min-height:500px;
	}
.home-content #wrapper{
	padding:20px 0;
	}
.home-content h1{
	font-size:25px;
	font-weight:bold;
	margin-bottom:20px;
	}
.home-content p{
	margin:15px 0;
	font-size:14px;
	}
.content-left{
	width:530px;
	float:left;
	padding:0 15px;
	color:#fff;
	
	}
.content-right{
	width:421px;
	float:left;
	}
.footer{
	background:#c72026;
	color:#fff;
	text-align:center;
	line-height:25px;	
	}
.footer a{
	color:#fff;
	text-decoration:none;
	}
.manufacture{
	background:#e9edb8;
	}
.manufacture-image{
	margin:0 auto;
	display:block;
	}
.more-red{
	display:block;
	float:right;
	color:#fff;
	background:url(../images/more-red.png) no-repeat right center;
	width:40px;
	text-decoration:none;	
	}
.about-content{
	width:100%; float: none;
	box-sizing:border-box;
	}
.why-content-left{
	width:480px;
	float:left;
	color:#fff;
	padding:0 15px;
	}
address{
	font-size:17px;
	line-height:25px;
	display:block; 
	margin:20px auto 0;
	width:400px;	
	}
.contact-us #wrapper{
	padding:0;
	}
.contact-us img{
	margin-bottom:20px;
	}
address span{
	font-weight:bold;
	}
.our-mission , .our-vision{
	width:400px;
	height:80px;
	float:left;
	padding:20px;
	background:#0a8eb6;	
	height:200px;
	background:#f6991d;
	height:170px;
	}
.our-vision{
	margin-left:20px;
	background:#3b9e8f;
	background:#d48425;	
	}
.about-img:before{
	background:#000;
	position:absolute;
	width:160px;
	height:168px;
	left:0;
	top:0;
	content:' ';
	z-index:0;
	opacity:.2;
	}
.about-img{	
	position:relative;
	width:160px;
	float:left;
	z-index:1;
	padding:9px;
	margin-bottom:5px;
	}
.about-img h2{
	font-size:16px;
	margin:10px 0;
	}
.about-img span{
	font-size:14px;
	font-style:italic;
	}
.about-img2{
	margin:0 0 0 10px;
	}
.about-left{
	width:580px;
	
	float:left;
	}
.about-right{
	width:340px;
	float:right;
	}
.alt-banner-1 {
	background-image:url(../images/banner2.jpg);
	}
.alt-banner-2{
	background-image:url(../images/banner3.jpg);
	}