a{
	text-decoration: none;
}
.about{
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-top: -60px;
	z-index: 99;
	position: relative;
	justify-content: space-between;
}
.titlist{
	width: 260px;
	padding: 0 30px;
	text-align: center;
	background: #ffffff;
	box-shadow: -0.98px 2.84px 8.73px 0.09px rgba(51,51,51,0.10);
}
.titlist a{
	width: 200px;
	height: 70px;
	line-height: 70px;
	color: #333333;
	display: inline-block;
	border-bottom: 1px solid #eee;
}
.titlist .abactive{
	color: #004098;
}
.titlist a:last-child{
	border-bottom: none;
}
.abouttit{
	width: 260px;
	height: 70px;
	background: #004098;
	box-shadow: -0.98px 2.84px 8.73px 0.09px rgba(51,51,51,0.10); 
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
	font-weight: 700;
	color: #ffffff;
}
.abright{
	padding-top: 40px;
	padding-bottom: 30px;
	/* text-align: center; */
	width: 900px;
	/* height: 1030px; */
	background: #ffffff;
	box-shadow: -0.98px 2.84px 8.73px 0.09px rgba(51,51,51,0.10); 
}
.contits{
	margin-top: 30px;
	text-align: center;
}
.fg{
	width: 900px;
	height: 1px;
	background: #eeeeee;
	/* margin: 30px auto; */
	margin: 30px 0;
}
.showcon h2{
	font-size: 28px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
	font-weight: 700;
	color: #333333;
	text-align: center;
}
.contxt{
	padding: 0 30px;
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	text-align: justifyLeft;
	color: #333333;
	line-height: 30px;
}
.contxt>img{
	max-width: 100%;
}
