/* yui3 reset.css */

html {
    color: #000;
    background: #FFF
}

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,
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: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

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;
}


/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */


/*! grid system 24栅格 998px */

.ewb-container {
    width: 998px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}


.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}


/* header */

.ewb-header {
    height: 133px;
}

.ewb-img {
    display: block;
    width: 547px;
    height: 76px;
    margin-top: 30px;
}

.ewb-top {
    height: 44px;
    line-height: 44px;
    color: #666;
}

.ewb-code {
    height: 44px;
    margin-right: 8px;
}

.ewb-code.code1 {
    width: 21px;
    background: url(../images/code1.png) 0 center no-repeat;
}

.ewb-code.code2 {
    width: 23px;
    background: url(../images/code2.png) 0 center no-repeat;
}

.ewb-code.code3 {
    width: 10px;
    background: url(../images/code3.png) 0 center no-repeat;
}

.ewb-top-link {
    color: #666;
    line-height: 44px;
}

.ewb-top span {
    margin: 0 8px;
}

.ewb-header-icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 6px;
}


/* nav */

.ewb-nav {
    height: 48px;
    background-color: #0d66b1;
}

.ewb-nav-list {
    width: 108px;
    margin-left: 17px;
}

.ewb-nav-list:first-child {
    margin-left: 0;
}

.ewb-nav-list a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.ewb-nav-list:hover a,
.ewb-nav-list.cur a {
    background-color: #015398;
}





/* footerlink */

.ewb-link span {
    font-weight: bold;
    color: #0d66b1;
}

.ewb-link a {
    color: #666;
    margin: 0 15px 0 10px;
}

.ewb-footer {
    height: 116px;
    padding-top: 8px;
    background-color: #ededed;
}

.ewb-footer-link {
    text-align: center;
    line-height: 36px;
    color: #666;
}

.ewb-footer-link a {
    color: #666;
    margin: 0 10px 0 5px;
}

.ewb-copy {
    text-align: center;
    line-height: 24px;
    color: #999;
}
.ewb-copy a {
   
    color: #999;
}
.ewb-rights {
    position: relative;
}

.ewb-footer-img1 {
    display: block;
    position: absolute;
    left: 100px;
    top: 5px;
}

.ewb-footer-img2 {
    display: block;
    position: absolute;
    right: 71px;
    top: 15px;
}