@charset "UTF-8";

/* 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;
    vertical-align: top;
}

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 {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background-color: #f2f2f2;
    min-width: 1200px;
}

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;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

input,
textarea {
    font-family: "Microsoft YaHei";
}

/* 栅格 */
.ewb-row {
    overflow: hidden;
}

.ewb-container {
    width: 1200px;
    margin: 0 auto;
}

.ewb-span1 {
    float: left;
    width: 89px;
}

.ewb-span2 {
    float: left;
    width: 190px;
}

.ewb-span3 {
    float: left;
    width: 291px;
}

.ewb-span4 {
    float: left;
    width: 392px;
}

.ewb-span5 {
    float: left;
    width: 493px;
}

.ewb-span6 {
    float: left;
    width: 594px;
}

.ewb-span7 {
    float: left;
    width: 695px;
}

.ewb-span8 {
    float: left;
    width: 796px;
}

.ewb-span9 {
    float: left;
    width: 897px;
}

.ewb-span10 {
    float: left;
    width: 998px;
}

.ewb-span11 {
    float: left;
    width: 1099px;
}

.ewb-span12 {
    float: left;
    width: 1200px;
}

.ewb-ml12 {
    margin-left: 12px;
}

.ewb-mt12 {
    margin-top: 12px;
}

.ewb-mt10 {
    margin-top: 10px;
}

/* 头部 */
.ewb-header {
    height: 348px;
    background: url("../images/top_banner.png") center top no-repeat;
}

.ewb-logo {
    padding-top: 37px;
}

.ewb-search-area {
    padding-top: 26px;
}

.ewb-cur-time {
    text-align: right;
    color: #202020;
    line-height: 35px;
    height: 35px;
}

.ewb-search-info {
    padding-top: 25px;
}

.ewb-input-wrap {
    width: 225px;
    height: 36px;
    background: url("../images/input_bg.png") left center no-repeat;
}

.ewb-search-input {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    outline: none;
    background: none;
    color: #999;
    text-indent: 11px;
}

.ewb-search-btn {
    display: block;
    width: 74px;
    height: 36px;
    outline: none;
    border: 0;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: url("../images/btn_bg.png") center no-repeat;
}

.ewb-nav {
    height: 58px;
    overflow: hidden;
    background: url("../images/nav_bg.jpg") top left repeat-x #0350ab;
}

.ewb-nav-items>li {
    float: left;
}

.ewb-nav-items>li>a {
    display: block;
    padding: 0 23px;
    color: #fff;
    line-height: 58px;
    font-size: 16px;
}

.ewb-nav-items>li:first-child>a {
    padding: 0 25px;
}

.ewb-nav-items>li>a.cur,
.ewb-nav-items>li>a:hover {
    background-color: #3f89e1;
}



/* 底部 */
.ewb-footer {
    background-color: #606060;
}

.ewb-footer-info {
    padding-top: 35px;
    position: relative;
    min-height: 131px;
}

.ewb-footer-txt {
    color: #909290;
    line-height: 33px;
    text-align: center;
}

.ewb-footer-txt a {
    color: #909290;
}

.ewb-report-link {
    position: absolute;
    display: block;
    right: 0;
    top: 29px;
}

.ewb-supervise-txt {
    color: #ff1212;
}

/* 2018-09-26 */

.ewb-nav {
    overflow: visible;
}
.ewb-nav-items>li {
    position: relative;
}

.ewb-nav-items>li:hover>a.cur,
.ewb-nav-items>li:hover>a {
    background-color: #3f89e1;
}

.hover {
	background-color: #3f89e1;
}

.ewb-drop-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 57px;
    z-index: 999;
    display: none;
}

.ewb-drop-items {
    padding-top: 1px;
}

.ewb-drop-items>li {
    vertical-align: top;
    height: 29px;
    line-height: 29px;
}

.ewb-drop-items>li>a {
    display: block;
    text-align: center;
    color: #055bc1;
    background-color: #fff;
}

.ewb-drop-items>li>a:hover {
    color: #fff;
    background-color: #055cc2;
}
.ewb-nav-items>li:hover .ewb-drop-menu {
    display: block;
}

/* 2018-10-22 */
.ewb-ewm-wrap {
    position: fixed;
    width: 36px;
    height: 33px;
    top:50%;
    margin-top: -16px;
    right: 5px;
    z-index: 999;
    cursor: pointer;
    border:1px solid #ddd;
    background: url("../images/sprite.png") -36px 0  no-repeat;
  }
  .ewb-ewm-info {
      margin-left: -180px;
      padding-right: 36px;
      display: none;
      width: 179px;
      height: 179px;
  }

  .ewb-ewm-wrap:hover {
      background-position: 0 0;
  }

  .ewb-ewm-wrap:hover .ewb-ewm-info {
      display: block;
}