body{
	font-family: 'Poppins', sans-serif;
	font-weight: normal;

}
/*headerBotContainer*/
.headerContainer{
	width: 100%;
	overflow: hidden;
	padding: 10px 0 22px;
}
.headerInner{
	width: 1170px;
	margin: 0 auto;
}
#logo{
	display: inline-block;
	float: left;
	height: 42px;
	width: 284px;
	background: url(images/logo.png) transparent no-repeat center;
}
.hdRight{
	float: right;
	margin-top: 9px;
}
.mainNavRight{
    float: right;
    border: 0;
    height: 33px;
}
.navbar{
    margin: 0;
    min-height: 31px;
    border: 0;
}
.navbar .nav{
    margin: 0;
    min-height: 34px;
    border: 0;
}
.mainNavRight .nav > li {
    text-align: center;
    float: left;
    list-style: none;
}
.mainNavRight .nav > li a:hover{
	color: #e0c160;
	background: none;
}
.mainNavRight .nav > li  > a{
	color: #fff;
	padding: 0px 5px;
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	color: #03353e;
	margin: 6px 10px;
}
/*bannerContainer*/
.bannerContainer{
	width: 100%;
	overflow: hidden;
	padding: 112px 0 66px;
	background: url(images/bg1.jpg) transparent no-repeat center;
	background-size: cover;
}
.bannerInner{
	width: 1170px;
	margin: 0 auto;
	text-align: center;
}
.bannerInner h3{
	display: inline-block;
	width: 100%;
	color: #3a4446;
	font-size: 72px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	margin-bottom: 7px;
}
.bannerInner p{
	display: inline-block;
	width: 100%;
	color: #3a4446;
	font-size: 30px;
	text-align: center;
	margin: 60px 0;
}
.bannerInner img{
	display: inline-block;
	text-align: center;
	margin: 0;
	margin-bottom: 2px;
	padding: 16px 45px;
	text-decoration: none;
	border-radius: 4px;
}
/*contentTopContainer*/
.contentContainer{
	width: 100%;
	padding: 57px 0;
	overflow: hidden;
}
.contentInner{
	width: 1170px;
	margin: 0 auto;
}
.contentInner h1{
	width: 100%;
	font-size: 26px;
	padding: 42px 0;
	margin: 0;
	color: #384549;
	line-height: 40px;
	text-align: center;
}
.contentInner p{
	font-size: 18px;
	color: #2d393f;
	padding: 0;
	text-align: center;
}
/*footerContainer*/
.footerContainer{
	width: 100%;
	background: url(images/bg2.jpg) transparent no-repeat center;
	padding:89px 0;
	background-size: cover;
	overflow: hidden;
}
.footerInner{
	width: 1170px;
	margin: 0 auto;
}
.ft-part1{
	width: 20%;
	float: left;
}
.ft-part1 h1{
	font-size: 18px;
	color: #fff;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 27px;
}
.ft-part1 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft-part1 ul li a{
	color: #fff;
	font-size: 12px;
}

@media (max-width: 1170px){

.headerContainer,.bannerContainer,.contentContainer,.footerContainer{
	width: 1170px !important;
}

.headerInner,.bannerInner,.contentInner,.footerInner{
		margin: 0 !important;
	} 
}