/* nav导航 */
.topnav {
	position: relative;
}

.navbar-right li a {
	color: #020202;
}

.navbar-right li.active a {
	color: #FFFFFF;
}
.nav>li>a:focus,
.nav>li>a:hover{
	color: #FFFFFF;
}


/* banner部分 */
.banner {
	margin-top: 59px;
}

.banner img {
	width: 100%;
}

/* 应用领域标题 */
.linebox .line {
	display: inline-block;
	width: 122px;
	height: 2px;
	background-color: #2d2d2d;
	border-radius: 1px;
	position: relative;
	top: -10px;
	left: -3px;

}

.linebox .text {
	font-family: PingFang-SC-Regular;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 6px;
	color: #24ad62;
}

.applicationArea {
	text-align: center;
	margin-top: 64px;
}

.applicationArea h3 {
	font-family: PingFang-SC-Regular;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 6px;
	color: #2d2d2d;
}
.applicationArea .content{
	margin-top: 70px;
}
.applicationArea .content div img {
	width: 100%;
}

.applicationArea .content ul li p {
	text-align: left;
	font-family: '微软雅黑';
	font-size: 16px;
	font-weight: none;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #615542;
	margin: 70px 0 30px 0;
	padding: 21px 0;
	border-right: 6px solid #263947;
}
.applicationArea .content ul li img{
	width: 90%;
}
