.other-banner {
	background: url(../image/bg.png) no-repeat center center;
	height: 340px;
}

.other-banner .title {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 6px;
	color: #ffffff;
	padding-top: 40px;
}

.other-banner .introduce {
	width: 740px;
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 20px;
}

.other-banner-download {
	margin-top: 35px;
}

.other-banner-download div {
	display: inline-block;
	color: #FFFFFF;
	vertical-align: top;
}

.other-banner-download div p {
	font-size: 16px;
	line-height: 25px;
	margin-left: 20px;
}

.other-banner-download div .banner-download-p1 {
	margin-top: 10px;
}

.other-banner .download {
	display: inline-block;
	width: 290px;
	height: 70px;
	background-color: #30e0a8;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	line-height: 70px;
}

.other-banner .download:hover {
	background: #2BB98C;
}

/* 文章导航栏 */
.navigation {
	padding: 18px 0px;
}

.navigation span {
	font-size: 20px;
	font-weight: bold;
	line-height: 21px;
	color: #333333;
	margin-right: 25px;
}

.navigation a {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-left: 50px;
}
.navigation a:hover{
	color: #0079e2;
}
.navigation .navigation-action {
	color: #0079e2;
}

.other-top {
	font-size: 36px;
	font-weight: normal;
	color: #41495f;
	text-align: center;
}

.other-top span {
	display: block;
	width: 70px;
	height: 4px;
	background-color: #0079e2;
	border-radius: 2px;
	margin: auto;
	margin-top: 15px;
}

.other-main {
	width: 900px;
	margin: auto;
	padding-bottom: 50px;
}

.other-main p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 30px;
}
.other-main img{
	width: 790px;
	display: block;
	margin: auto;
	margin-bottom: 20px;
}