/*
 *   des:    shell index
 *  author: wangmei
 *  date:   2016/7/21
*/
@import url("/style/base/base_import.css");
@import url("/style/component/cn_footer.css");

.wrap{
	width:970px;
	margin:0 auto;
}
.fix-header{
	width:970px;
	height:36px;
	font-size:14px;
	font-family:'microsoft yahei';
	background:#c91d1b;
}
.about-shell{
	float:left;
	padding:0 25px;
	line-height:35px;
}
.nav{
	float:left;
}
.nav li{
	float:left;
	padding:0 25px;
	line-height:35px;
}
.fix-header a:link,
.fix-header a:visited{
	color:#fff;
	text-decoration:none;
}
.fix-header a:hover{
	color:#ffd100;
}

.company-info{
	height:87px;
	padding:10px 40px 0 145px;
	background:url(/images/special/2016/shell/company.jpg) top center no-repeat;
}
.company-about img{
	float:right;
}