/* 1yui3 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
}

a {
    text-decoration: none;
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 120%;
    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: 14px "microsoft yahei", Arial, Helvetica, sans-serif; */
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #333;
    
    /* background: url("../images/body-bac.jpg") center 0 no-repeat;*/
}

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%
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfixz {
    *zoom: 1;
}

.clearfixz:before,
.clearfixz:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfixz:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: reight !important;
}

.rc {
    float: right !important;
}

.rs {
    float: left !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/*! grid system 24Õ¤¸ñ 998px */

.container {
    width: 1023px;
    height: 100%;
    margin: 0 auto;
}

.containers {
    width: 998px;
    height: 100%;
    margin: 0 auto;
}


.row {
    overflow: hidden;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ellicape {
     white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

/* common */

.transition {
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
}

.city-bd {
	position: absolute;
	width: 996px;
	min-height: 82px;
	margin: -28px 0 0 -290px;
	padding-bottom: 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	line-height: 26px;
	display: none;
	z-index: 4;
}

