﻿/* 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;
    background-color: #f0f6fc;
    min-width: 1300px;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    outline: 0;
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    cursor: pointer;
    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;
}

/* placeholder */

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    /* Internet Explorer 9- */
    color: #999;
}

/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

/*! grid system 24栅格 998px */

.ewb-container {
    width: 998px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span24 {
    float: left;
    width: 998px;
}

.ewb-span23 {
    float: left;
    width: 956px;
}

.ewb-span22 {
    float: left;
    width: 914px;
}

.ewb-span21 {
    float: left;
    width: 872px;
}

.ewb-span20 {
    float: left;
    width: 830px;
}

.ewb-span19 {
    float: left;
    width: 788px;
}

.ewb-span18 {
    float: left;
    width: 746px;
}

.ewb-span17 {
    float: left;
    width: 704px;
}

.ewb-span16 {
    float: left;
    width: 662px;
}

.ewb-span15 {
    float: left;
    width: 620px;
}

.ewb-span14 {
    float: left;
    width: 578px;
}

.ewb-span13 {
    float: left;
    width: 536px;
}

.ewb-span12 {
    float: left;
    width: 494px;
}

.ewb-span11 {
    float: left;
    width: 452px;
}

.ewb-span10 {
    float: left;
    width: 410px;
}

.ewb-span9 {
    float: left;
    width: 368px;
}

.ewb-span8 {
    float: left;
    width: 326px;
}

.ewb-span7 {
    float: left;
    width: 284px;
}

.ewb-span6 {
    float: left;
    width: 242px;
}

.ewb-span5 {
    float: left;
    width: 200px;
}

.ewb-span4 {
    float: left;
    width: 158px;
}

.ewb-span3 {
    float: left;
    width: 116px;
}

.ewb-span2 {
    float: left;
    width: 74px;
}

.ewb-span1 {
    float: left;
    width: 32px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-ml20 {
    margin-left: 20px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-mt20 {
    margin-top: 20px;
}

/* 属性值渐变 */

.trans {
    -webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
            transition: all .4s cubic-bezier(.175, .885, .32, 1);
}

/* 单行文本溢出 */

.ewb-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* header */

.ewb-header {
    height: 86px;
    background-color: #fff;
}

.ewb-logo {
    float: left;
    margin-top: 11px;
}

.ewb-search {
    float: right;
    margin-top: 26px;
    padding-right: 61px;
    width: 280px;
    height: 34px;
    border: 1px solid #c40a19;
    position: relative;
}

.ewb-search-txt {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 33px;
    border: 0;
    text-indent: 12px;
}

.ewb-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 61px;
    height: 34px;
    border: 0;
    background: url('../images/search_ico.png') center center no-repeat #c40a19;
    cursor: pointer;
}

/* nav */

.ewb-nav {
    height: 38px;
    background-color: #1a5fad;
}

.ewb-nav ul {
    padding: 0 1px;
}

.ewb-nav-node {
    float: left;
    width: 166px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    vertical-align: top;
}

.ewb-nav-name {
    display: block;
    font-size: 16px;
    color: #fff;
}

.ewb-nav-name:hover,
.ewb-nav-name.current {
    background-color: #094b96;
}

/* banner */

.ewb-banner {
    height: 170px;
    background: url('../images/banner.jpg') center top no-repeat;
}

.ewb-links {
    float: right;
    margin: 15px 228px 0 0;
    width: 344px;
    position: relative;
}

.ewb-hexagon {
    position: absolute;
    z-index: 1;
}

.ewb-hexagon.icon1 {
    top: 20px;
    left: 0;
    width: 55px;
    height: 48px;
    background: url('../images/hexagon_icon1.png') no-repeat;
}

.ewb-hexagon.icon2 {
    top: 71px;
    left: 0;
    width: 56px;
    height: 48px;
    background: url('../images/hexagon_icon2.png') no-repeat;
}

.ewb-hexagon.icon3 {
    top: 73px;
    left: 228px;
    width: 78px;
    height: 68px;
    background: url('../images/hexagon_icon3.png') no-repeat;
}

.ewb-hexagon.icon4 {
    top: 52px;
    left: 290px;
    width: 42px;
    height: 37px;
    background: url('../images/hexagon_icon4.png') no-repeat;
}

.ewb-hexagon.icon5 {
    top: 57px;
    right: 0;
    width: 13px;
    height: 12px;
    background: url('../images/hexagon_icon5.png') no-repeat;
}

.link-area {
    position: absolute;
    width: 78px;
    height: 69px;
    z-index: 100;
}

.link-area.z200 {
    z-index: 200;
}

.link-area.one {
    top: 35px;
    left: 44px;
}

.link-area.two {
    top: 0;
    left: 106px;
}

.link-area.three {
    top: 72px;
    left: 106px;
}

.link-area.four {
    top: 36px;
    left: 167px;
}

.link-area.five {
    top: 2px;
    left: 228px;
}

.link-area:hover {
    z-index: 150;
    /* 这个css 是必要的 解决当前元素被后面元素遮掉问题 */
}

area {
    outline: 0;
}

/* 投标人APP */

.ewb-app {
    position: absolute;
    top: 315px;
    left: 50%;
    margin-left: -620px;
    width: 96px;
}

.ewb-app-box {
    position: relative;
    padding: 2px 2px;
    width: 92px;
    height: 92px;
}

.ewb-horn {
    position: absolute;
    width: 7px;
    height: 8px;
    display: block;
}

.ewb-horn.ico1 {
    top: 0;
    left: 0;
    background: url('../images/horn_ico1.png') no-repeat;
}

.ewb-horn.ico2 {
    top: 0;
    right: 0;
    background: url('../images/horn_ico2.png') no-repeat;
}

.ewb-horn.ico3 {
    bottom: 0;
    left: 0;
    background: url('../images/horn_ico3.png') no-repeat;
}

.ewb-horn.ico4 {
    bottom: 0;
    right: 0;
    background: url('../images/horn_ico4.png') no-repeat;
}

.ewb-app-code {
    padding: 4px 4px;
    height: 84px;
    background-color: #fff;
}

.ewb-code-img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ewb-app-name {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

/* 侧边栏 */

.ewb-sidebar {
    position: absolute;
    top: 315px;
    left: 50%;
    margin-left: 524px;
    width: 84px;
}

.ewb-sidebar-node {
    margin-top: 5px;
    height: 71px;
    vertical-align: top;
}

.ewb-sidebar-node:first-child {
    margin-top: 0;
}

.ewb-sidebar-node.last {
    height: auto;
}

.ewb-sidebar-name {
    display: block;
    padding-top: 39px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    border: 1px solid #c1dbf9;
    color: #333;
}

.ewb-sidebar-name:hover {
    color: #1a5fad;
}

.ewb-sidebar-name.icon1 {
    background: url('../images/sidebar_icon1.png') center 12px no-repeat #fff;
}

.ewb-sidebar-name.icon2 {
    background: url('../images/sidebar_icon2.png') center 12px no-repeat #fff;
}

.ewb-sidebar-name.icon3 {
    background: url('../images/sidebar_icon3.png') center 11px no-repeat #fff;
}
.ewb-sidebar-name.icon4 {
    background: url('../images/V30.png') center 8px no-repeat #fff;
}

.ewb-back-top {
    display: block;
    height: 34px;
    background: url('../images/up_ico.png') center center no-repeat #1a5fad;
    cursor: pointer;
}

.ewb-back-top:hover {
    background-color: #287cdb;
}

/* 新增样式 */

.ewb-sidebar-node {
    position: relative;
}

.ewb-sidebar-drop {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -167px;
    padding-right: 8px;
    width: 159px;
}

.ewb-drop-content {
    padding: 0 10px;
    height: 71px;
    line-height: 71px;
    text-align: center;
    box-shadow:0px 0px 4px 0px rgba(0,0,0,0.2);
    background-color: #fff;
}

.ewb-drop-content span { 
    color: #333;
    line-height: 24px;
    display: inline-block; 
    vertical-align: middle; 
    word-break: break-all;
}

.ewb-drop-content.left span {
    text-align: left;
}

.ewb-drop-content i { 
    width: 0; 
    height: 100%; 
    vertical-align: middle; 
    display: inline-block; 
}

.ewb-sidebar-node:hover .ewb-sidebar-drop {
    display: block;
}

/* end */


/* footer */

.ewb-footer {
    margin-top: 20px;
}

.ewb-footer-hd {
    line-height: 35px;
    background-color: #175dae;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-footer-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 35px;
    line-height: 35px;
    margin: 0 30px;
    font-size: 12px;
    color: #fffefe;
}

.ewb-footer-bd {
    padding: 10px 0 28px 0;
    line-height: 30px;
    text-align: center;
}

.ewb-footer-content {
    margin: 0 20px;
}

.ewb-fwl {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 6px;
    width: 96px;
    height: 20px;
}

.ejcss{
    color:#fff;
}
.tra{
    height:38px;
    line-height:38px;
}
.trtitle{
    color:#333;
}