*{
	margin:0;
	padding:0;
	font-family:"微软雅黑"}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;}
.header {
	width: 100%;
	height: 100px;
	background-color: #fff;}
.container {
	width: 1080px;
	margin: 0 auto;}
.logo {
	float: left;}
.logo h1 a {
	text-decoration: none;
	color: #1362a4;
	font-size: 37px;
	font-weight:bold;
	padding:20px 0 0 0;
	display: block;}
.menu {
	float: right;}
.menu ul li {
	display: inline-block;
	padding-top: 46px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 33px;}
.menu ul li a {
	float: right;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	font-weight: 600;
	transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	-webkit-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;}
.menu ul li a:hover {
	color: #1c72ba;}
.banner {
	background: url(../images/banner-bg.jpg) no-repeat center top fixed;
	padding: 160px 0 140px 0;
	cursor: default;
	background-color: #186958;}
.header-text {
	text-align: center;
	color: #fff;}
.header-text h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 60px;}
.small-text {
	width: 80%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;}
.small-text a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;}
.button-section {
	display: inline-block;
	margin: 50px 20px;}

.top-button:hover {
	background: #fff;}
.services {
	padding: 80px 0 40px 0;
	background-color: #f1f1f1;
	float: left;
	width: 100%;}
.features-section {
	text-align: center;}
.text-head {
	font-size: 35px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding-bottom: 20px;}
.box-desc {
	color: #888;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	text-align: center;}
.features-section ul {
	margin: 50px 0px;}
.features-section ul li {
	width: 360px;
	height:200px;
	overflow:hidden;
	display: block;
	text-align: center;
	float: left;
	margin-bottom: 40px;}
.feature-icon {
	width: 64px;
	height: 64px;
	display: inline-block;}
.icon1 {
	background: url(../images/icon1.png) no-repeat;}
.icon2 {
	background: url(../images/icon2.png) no-repeat;}
.icon3 {
	background: url(../images/icon3.png) no-repeat;}
.icon4 {
	background: url(../images/icon4.png) no-repeat;}
.icon5 {
	background: url(../images/icon5.png) no-repeat;}
.icon6 {
	background: url(../images/icon6.png) no-repeat;}
.features-section ul li h4 {
	font-size: 17px;
	font-weight: 600;
	color: #4E4F4F;
	font-family: 'Open Sans', sans-serif;
	line-height: 50px;
	margin-top: 10px;}
.features-section ul li p {
	color: #888;
	font-size: 15px;
	line-height: 22px;
	width: 90%;
	margin: 0 auto;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;}
.about {
	padding: 80px 0px;
	float: left;
	width: 100%;}
.about-section ul li {
	width: 318px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	border-radius: 5px;
	background-color: #fff;
	float: left;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;}
.about-section ul li a {
	text-decoration: none;}
.story-img img {
	width: 318px;
	height: 200px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;}
.story-box {
	border: 1px solid #ededed;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: none;
	text-align: center;
	padding: 10px 0px 20px;}
.story-box h4 {
	color: #4E4F4F;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 50px;}
.story-box p {
	color: #888;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;}
.stories-section ul li:hover {
	box-shadow: 0px 0px 6px 0px #ccc;}

.infooter{
	clear:both;
	width:100%;
	height:100px;
	background:#999;}
.infooter p{
	text-align:center;
	line-height:80px;
	color:#333;}
