﻿@charset "utf-8";
/*************************************
*
* 文件名称：common.css
* 创建日期：2007-8-13
* 制 造 者：钢架
* 内容概要：存放通用布局、公共字体、颜色、输入框、按钮等样式
*
*************************************/

body { 
	width:1003px;
	padding:0px;
	margin:0 auto;
	color:#D0CECE;
	font-size:12px;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	background-color:#70091A;
}
* {
	margin:0px;
	padding:0px;
}
ul,li {
	list-style-type:none;
}
img {
	border:0px;
	vertical-align:middle;
}

/** 文字链接样式 **/
a:link {
	color:#D0CECE;
	text-decoration:none;
}
a:visited {
	color:#D0CECE;
	text-decoration:none;
}
a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
a:active {
	color:#D0CECE;
	text-decoration:underline;
}

/********** 页面内部公共部分样式开始 **********/

/** 头部样式开始 **/
.header {
	clear:both;
	overflow:hidden;
}
.header li {
	float:left;
}	
.header li.logo { 
	background:url("/web/20180419212829im_/http://office020.com/images/logo.gif"/*tpa=http:/www.office020.com/images/logo.gif*/) no-repeat left top;
	width:177px;
	height:63px;
}
.header li.banner { 
	background:url("/web/20180419212829im_/http://office020.com/images/banner.gif"/*tpa=http:/www.office020.com/images/banner.gif*/) no-repeat left top;
	width:318px;
	height:39px;
	margin:24px 0px 0px 32px;
}
.header li.shopping {
	width:30%;
	text-align:right;
	margin-top:12px;
	display:none;
}
.nav {
	clear:both;
	margin:0 auto;
}
/** 头部样式结束 **/	


/** 正文样式开始 **/	
.main {	
	margin:7px 0px 10px 0px;
	float:left;
	height:auto;
}
.mainLeft {
	float:left;
	width:169px;
	overflow:hidden;
}
.mainCenter {
	float:left;
	width:426px;
	margin:0px 0px 0px 7px;
	overflow:hidden;
}
.mainRight {
	float:right;
	width:169px;
	overflow:hidden;
}
.mainS {
	float:left;    
	width:697px;
	margin:0px 0px 0px 13px;
	overflow:hidden;
}
.login {
	height:182px;
	margin-bottom:7px;
}
.productTree {
	height:243px;
	margin-top:14px !important;
	margin-top:7px;
	background-color:#BBD57A;
}
.productTree1 {
	height:28px;
	margin:7px 0px !important;
	margin:0px 0px 7px 0px;
}
.introduct {
	background-color:#BBD57A;
	overflow:hidden;
	padding:7px 7px 7px 7px;
}

.adText {
	height:142px;
	margin-top:7px;
}
.investigate {
	height:200px;
	margin-top:7px;
	background-color:#BBD57A;
}
.search {
	height:34px;
}
.newList {
	height:149px;
	margin-top:0px;
	clear:both;
}
.dayPrice {
	height:243px;
	margin-top:7px;
	clear:both;
}
.nweShelf {
	height:281px;
	margin-top:7px;
}
.productCommend {
	height:182px;
	background-color:#FBFFEE;
}
.saleTaxis {
	height:243px;
	background-color:#BDD67B;
	margin-top:14px !important;
	margin-top:7px;
	overflow:hidden;
}
.saleTaxis1 {
	height:143px;
	background-color:#BBD57A;
	overflow:hidden;
	margin-top:7px;
}
.saleTaxis2 {
	background-color:#BBD57A;
	overflow:hidden;
	margin-top:7px;
}
.ad1 {
	height:122px !important;
	height:94px;
	margin-top:7px;
}


/** 正文样式结束 **/

/** 底部样式开始 **/	
.bottom {
	clear:both;
	height:90px;
}
.bottom p.top {
	background-color:#8FB126;
	line-height:4px;
}
.bottom ul.center {
	margin-top:10px;
	height:49px;
}
.bottom ul.center li{
	float:left;
}
.bottom ul.center li.visit {
	width:30%;
}
.bottom ul.center li.visit span {
	color:#7F9D00;
	font-weight:bold;
}
.bottom ul.center li.link {
	width:49%;
	color:#5A6F24;
	text-align:center;
}
.bottom ul.center li.link a {
	color:#5A6F24;
	text-decoration:none;
}
.bottom ul.center li.link a:hover {
	color:#5A6F24;
	text-decoration:underline;
}
.bottom ul.center li.pic {
	width:20%;
	text-align:right;
}
.bottom ul.center li.pic img {
	padding:0px 9px;
	vertical-align:middle;
}
.bottom p.copyright {
	text-align:center;
}		
/** 底部样式结束 **/	

