﻿/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}
ol,
ul {
    list-style: none
}
caption,
th {
    text-align: left
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}
q:before,
q:after {
    content: ''
}
abbr,
acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
iframe {
    display: block;
}

/* yui3 fonts */
body {
    font: 12px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    min-width: 1018px;
}
select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}
table {
    font-size: inherit;
    font: 100%
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}
a {
	text-decoration: none;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.l {
    float: left !important;
}
.r {
    float: right !important;
}
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}

/*! grid system 24栅格 998px */
.container {
	width:998px;
	margin:0 auto;
}
.row {
	overflow:hidden;
}
.span24 {
	width: 998px;
	float:left;
}
.span23 {
	width: 956px;
	float:left;
}
.span22 {
	width: 914px;
	float:left;
}
.span21 {
	width: 872px;
	float:left;
}
.span20 {
	width: 830px;
	float:left;
}
.span19 {
	width: 100%;
	float:left;
}
.span18 {
	width: 100%;
	float:left;
}
.span17 {
	width: 704px;
	float:left;
}
.span16 {
	width: 662px;
	float:left;
}
.span15 {
	width: 620px;
	float:left;
}
.span14 {
	width: 578px;
	float:left;
}
.span13 {
	width: 536px;
	float:left;
}
.span12 {
	width: 494px;
	float:left;
}
.span11 {
	width: 452px;
	float:left;
}
.span10 {
	width: 410px;
	float:left;
}
.span9 {
	width: 368px;
	float:left;
}
.span8 {
	width: 326px;
	float:left;
}
.span7 {
	width: 284px;
	float:left;
}
.span6 {
	width: 242px;
	float:left;
}
.span5 {
	width: 200px;
	float:left;
}
.span4 {
	width: 158px;
	float:left;
}
.span3 {
	width: 116px;
	float:left;
}
.span2 {
	width: 74px;
	float:left;
}
.span1 {
	width: 32px;
	float:left;
}
.ml19 {
	margin-left: 19px;
}
.ml13 {
	margin-left: 13px;
}
.ml12 {
	margin-right: 12px;
}
.ml10 {
	margin-left:10px;
}
.mt10 {
	margin-top:10px;
}
.mr6 {
	margin-right: -10px;
}

/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

body {
	background: url(imagesbg.jpg);
	min-width: 1080px;
}

/* top */

.top {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #fbeed9;
	background-color: #aa373e;
}

.t-l {
	margin-left: 11px;
}

.t-sp1 {
	margin-left: 6px;
}

.t-sp2 {
	margin-left: 17px;
}

.t-sp3 {
	margin-left: 13px;
}

.t-r {
	margin-right: 11px;
	color: #fbeed9;
}

.t-r a {
	font-size: 12px;
	font-family: SimSun;
	color: #fbeed9;
}

.t-r span {
	padding: 0 8px 0 10px;
}

/* header */

.header {
	height: 153px;
	border-bottom: 2px solid #aa373e;
}

.logo {
	margin-top: 19px;
	margin-left: 15px;
}

.search {
	margin-top: 51px;
	margin-right: 12px;
}

.s-txt {
	padding-left: 10px;
	width: 239px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	border: 1px solid #aa373e;
	border-right: 0;
	color: #987064;
	background-color: #e8dac1;
}

.s-btn {
	width: 39px;
	height: 35px;
	border: 0;
	cursor: pointer;
	background: url(imagesbtn-icon.png) 6px 4px no-repeat #aa373e;
}

.nav {
	margin-top: 26px;
	height: 26px;
}

.n-item {
	margin-left: 10px;
}

.n-link {
	display: inline-block;
	padding: 0 22px;
	height: 22px;
	font-size: 16px;
	font-weight: bold;
	color: #aa373e;
}

.n-link:hover {
	border-bottom: 4px solid #aa373e;
}

/* footer */

.footer {
	height: 167px;
	background-color: #aa373e;
}

.f-con {
	position: relative;
	padding-top: 23px;
}

.f-row {
	height: 40px;
	line-height: 40px;
}

.f-row span {
	display: inline-block;
	width: 300px;
	font-size: 14px;
	color: #fbeed9;
}

.f-code {
	position: absolute;
	top: 37px;
	width: 90px;
	text-align: center;
}

.f-code img {
	display: block;
	margin: 0 auto;
}

.f-span {
	padding-top: 5px;
	display: inline-block;
	font-size: 16px;
	color: #fbeed9;
}

.f-code1 {
	right: 257px;
}

.f-code2 {
	right: 130px;
}