



.list_con {
	

}

.list_l {
	width: 200px;
	float: left;
}

.list_l ul {
	margin: 0px;
	padding: 0rem
}

.list_l ul li {
	cursor: pointer;
	width: 100px;
	height: 70px;
	text-align: center;
	line-height: 20px;
	color: #595757;
	font-size: 14px;
	border: 1px solid #595757;
	border-radius: 50%;
	margin-bottom: 50px;
	padding-top: 30px;
}

.list_l ul li b {
	font-weight: bold;
	font-size: 18px;

}


.list_r {
	width: 955px;
	float: right;

}

.list_r .list_r_title {
	height: 51px;
	background: url(../images/list_r_title_bg.png) no-repeat left top;
	color: #fff;
	line-height: 51px;
}
.list_r .list_r_title h3{
	padding-left: 15px;
	font-weight: bold;
	font-size: 20px;
}
.list_r .list_r_title h3 span{
	font-size: 16px;
	padding-left: 15px;
}


.list_r_con{
	padding:20px 0px ;
	font-size: 16px;
	line-height: 35px;
	
}

.list_r_con img{margin-top:20px;}

/* 单页结构 */
.about_cons{
	padding: 10px 0px
}

.about_cons img{
	max-width: 100%;
}


/* 科技 */
.keji_con{
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}


.keji_con dl{
	width: 270px;
	margin-bottom:35px;
	text-align: center;
	margin-right: 50px;
	
}
.keji_con dl:nth-child(4n){
	margin-right: 0px;
}
.keji_con dl dt{
	width: 270px;
	height: 300px;
	text-align: center;
}
.keji_con dl dt img{ 
	max-width: 100%;
	max-height: 100%;
}
.keji_con dl dd{
	line-height: 30px;
	font-size:16px;
	color: #666464;
}
.keji_con dl dd b{

	padding: 5px 10px;


}
/* 证书 */
.zhengshu_con{
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}


.zhengshu_con dl{
	width: 270px;
	margin-bottom:35px;
	text-align: center;
	margin-right: 50px;
	
}
.zhengshu_con dl:nth-child(4n){
	margin-right: 0px;
}
.zhengshu_con dl dt{
	width: 270px;
	height: 300px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;

}
.zhengshu_con dl dt img{ 
	max-width: 100%;
	max-height: 300px;
	
}
.zhengshu_con dl dd{
	line-height: 30px;
	color: #514f4f;
	font-size:16px;
}
.zhengshu_con dl dd b{
	background-color: #888888;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
}
/*荣誉*/
.honor_con{
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align:center;

}


.honor_con dl{

	width: 240px;
	margin-bottom:35px;
	text-align: center;
	margin-right: 70px;
	margin-top:50px;


}
.honor_con dl:nth-child(4n){
	margin-right: 0px;
}
.honor_con dl dt{
	width: 240px;
	height: 170px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;

}
.honor_con dl dt img{
	max-width: 100%;
	max-height: 170px;


}
.honor_con dl dd{
	padding-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #514f4f;
	font-weight: bold;
}
.honor_con dl dd b{
	background-color: #888888;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
}


.zs_menu{
	width: 1100px;
	margin:0px auto;
	padding: 50px 0px;
	padding-bottom: 100px;
	font-size:16px;
	color: #595757;
	
}
.zs_menu p{
	display: flex;
	justify-content: space-between;
}
.zs_menu p span{
	cursor: pointer;
	font-weight: bold;
}
.zs_menu p span.active{
	color: #003b87;
	
}
.zs_menu p span.active a,.zs_menu p span.active a:visited{
	color: #003b87;
	font-weight: bold;
}

.zs_menu p span.active i{
	margin:0px auto;
	padding: 10px;
	display: block;
	width: 80px;
	border-bottom:2px solid #efad3e;
}
.nws_about_con strong,.about_cons strong,.nws_about_con strong a,.about_cons strong a{
    font-weight: bold!important;
    /*text-indent:2em;*/
}
.nws_about_con a,.nws_about_con a:visited{
    color: #666464;
}
.nws_about_con p img{
    display: block
}
.anws_about_con{
    	padding:20px 0px ;
	font-size: 16px;
	line-height: 35px;
}
.anws_about_con p{
    line-height: 2;
    
}
.anws_about_con  strong,.anws_about_con p strong,.anws_about_con  strong span{
    font-weight: bold!important;
    color: #000;
}