@charset "utf-8";
.header_nav .header_navcLassification .lassification{
	display: none;
}
body{
	background-color: #f0f0f8;
}
.aboutHtml{
	padding: 50px 0;
}
.aboutHtml_title{
	text-align: center;
	font-size: 32px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	position: relative;
	width: 420px;
	margin: auto;
}
.aboutHtml_subTitle{
	width: 64px;
	height: 3px;
	margin: auto;
	position: relative;
	background-color: #205AEE;
	margin-top: 30px;
}
.aboutHtml_title .about_left{
	position: absolute;
	left: 0;
}
.aboutHtml_title .about_right{
	position: absolute;
	right: 0;
}
.aboutHtml .aboutHtml_text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 50px;
	text-indent: 20px;
}
.aboutHtml_text{
	margin-top: 90px;
}
.about_list .list{
	margin-top: 70px;
}
.about_list .list .li{
	float: left;
	margin-bottom: 20px;
	/* border: 4px solid #fae18d; */
	border-radius: 6px;
	width: 393px;
	background: #fae18d;
	padding: 5px;
	height: 256px;
}
.about_list .list .li img{
	width: 100%;
}
.about_list .list .li:nth-child(3n-1){
	margin: 0px 10px 20px;
}
.about_abt a{
	width: 315px;
	height: 50px;
	background: #205AEE;
	border-radius: 25px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	margin:50px auto 70px;
	text-align: center;
	line-height: 50px;
}
.homeAbout_con .right {
    margin-top: 200px;
}