@charset "utf-8";

#leftMenu .profile {
	background-image:url(/company/img/icon_profile.gif);
}
#leftMenu .news {
	background-image:url(/company/img/icon_news.gif);
}
#leftMenu .honor {
	background-image:url(/company/img/icon_honor.gif);
}
#leftMenu .patent {
	background-image:url(/company/img/icon_patent.gif);
}
#leftMenu .scene {
	background-image:url(/company/img/icon_scene.gif);
}

#intro {
	float:left;
	width:480px;
}
#intro p {
	line-height:180%;
	color:#666;
	margin:0;
	padding-top:15px;
}
#intro p img {
	float:left;
	margin:0 15px 5px 0;
}
#news {
	width:285px;
	float:right;	
}
#news ul {
	margin:10px 0 0;
}
#news li {
	line-height:28px;
	color:#999;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:285px;
	overflow:hidden;
	border-bottom:1px dashed #cedde8;
}

#introImg {
	margin-top:15px;
}
#introMain {
	width:570px;
	float:left;
}

#introVideo {
	width:184px;
	overflow:hidden;
	float:right;
}
#introVideo h3 {
	line-height:200%;
}
.videoList {
	width:200px !important;
}

/*小屏端样式*/
@media (max-width: 800px) {
	#intro {
		float:none;
		width:100%;
	}
	#news {
		width:100%;
		float:none;	
	}
	#news li {
		width:100%;
	}

	#introImg {
		margin-top:12px;
	}
	#introImg img {
		max-width: 100%;
	}
	#introMain {
		width:100%;
		float:none;
	}
	#introVideo {
		width:100%;
		float:none;
	}
	.videoList {
		width:100% !important;
	}
}