﻿body {
	color: #666666;
	font-size: 12px;
	background-color: #F5F5F5;
	font-family: "宋体",Helvetica,Arial,sans-serif;
}

body,h4,h6,p,div,ul,li,img,a {
	margin: 0;
	padding: 0;
}

h4 {
	color: #3168B8;
	font-size: 14px;
	font-weight: bold;
}

ul {
	list-style: none;
}

img {
	border: none;
}

a:link {
	color: #666666;
	text-align: center;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.header input.btn {
	height:30px;
}

/*页面中间显示区域*/
.container {
	margin: auto;
	width: 952px;
}

.header {
	background: url('../images/header-bg.gif');
	height: 150px;
	width: auto;
    position:relative;
    z-index:2000;
}

.logo {
	background-image: url('../images/logo-full.png');
	float: left;
	height: 68px;
	margin-left: 4px;
	margin-top: 16px;
	width: 420px;
}

.search {
	float: right;
	margin-top: 30px;
    margin-right: 10px;
}

div.login {
    margin-top: 35px;
    float: right;
}

.header ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 49px;
	margin-top: 101px;
}

.header ul.menu li {
	height: 49px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 49px;
	text-align: center;
    width: 118px;
}

.header ul.menu li.over {
	background: url('../images/menu-bg.gif') no-repeat;
	color: #3168b8;
	cursor: pointer;
}

.header ul.menu li .sub-menu {
	background: url('../images/submenu-bg-content.png') repeat-y;
	display: none;
	float: left;
	height: 151px;
	padding-top: 30px;
    width: 426px;
}

.header ul.menu .sub-menu ul.block {
	float: left;
	height: 149px;
    width: 185px;
    padding-left: 20px;
}

.header ul.menu .sub-menu ul.block li {
	background: url('../images/icon-list.gif') no-repeat left 10px;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	text-align: left;
	width: 185px;
}

.header ul.menu .sub-menu .separator {
	background: url('../images/separator.png') no-repeat;
	float: left;
	height: 149px;
	padding-top: 2px;
	width: 1px;
}

.header ul.menu .sub-menu a:hover {
	text-decoration: underline;
}

.header ul.menu .sub-menu .bottom {
	background: url('../images/subnenu-bg-bottom.png');
	clear: both;
	height: 15px;
	width: 426px;
}

.header ul.menu .sub-menu .img-block {
	float: left;
	margin-left: -20px;
	width: 185px;
}

.banner {
    background:url(../images/index-banner.jpg) no-repeat left top;
	height:335px;
    width:952px;
}
.product-infor{
	float: left;
	width: 287px;
	height: 130px;;
	margin-top: 18px;
	padding-left:18px;
    padding-top:20px;
	background: url('../images/product-bg.gif') repeat-x;
}

.product-infor p {
	width: 276px;
	height: 38px;
    margin-top: 10px;
	overflow: hidden;
}

.product-infor a {
	margin-left: 208px;
}

.cut-off {
    background:url(../images/cut-off-shadow.png) no-repeat left top;
	height:13px;
	margin-top:20px;
	margin-bottom:20px;
    width:952px;
}


.footer-wrapper {
	height: 242px;
	background:url('../images/index-footer-bg.gif') repeat-x;
}

.footer-top {
	color: #FFFFFF;
	width: 952px;
	margin: auto;
}

.footer-top .column {
	float: left;
	margin-top: 48px;
	margin-left: 18px;
	width: 260px;
}

.footer-separator {
	background: url("../images/footer-cut-off.png") no-repeat left center;
	float: left;
	height: 193px;
	margin: 0 28px;
	width: 2px;
}

.footer {
	background: url('../images/footer-bg.gif');
	color: #ffffff;
    height: 50px;
    line-height: 50px;
}
.footer a {
	color: #ffffff;
}

.footer .left-side {
	float: left;
	margin-left: 18px;
}

.footer .left-side a:hover {
	text-decoration: underline;
}

.footer .right-side {
	float: right;
	margin-right: 18px;
}

.footer .right-side img:hover {
	cursor: pointer;
}

.sub-footer .row a {
	color:#ffffff;
	text-decoration:underline;
}

.sub-footer .row a:hover {
	text-decoration:none;
}

.sub-footer li {
	float:left;
	margin-left:5px;
}

.sub-footer img {
	margin-top:-12px;
}

