@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 {
    min-width: 1200px;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background: #fff;
}

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,
button {
    font-family: "Microsoft YaHei";
    border: none;
    outline: 0;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.placeholder {
    color: #999;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

/* 1200*20栅格 */

.ewb-container {
    margin: 0 auto;
    width: 1200px;
}

.ewb-row{
    overflow: hidden;
}

.ewb-span1 {
    float: left;
    width: 41px;
}

.ewb-span2 {
    float: left;
    width: 102px;
}

.ewb-span3 {
    float: left;
    width: 163px;
}

.ewb-span4 {
    float: left;
    width: 224px;
}

.ewb-span5 {
    float: left;
    width: 285px;
}

.ewb-span6 {
    float: left;
    width: 346px;
}

.ewb-span7 {
    float: left;
    width: 407px;
}

.ewb-span8 {
    float: left;
    width: 468px;
}

.ewb-span9 {
    float: left;
    width: 529px;
}

.ewb-span10 {
    float: left;
    width: 590px;
}

.ewb-span11 {
    float: left;
    width: 651px;
}

.ewb-span12 {
    float: left;
    width: 712px;
}

.ewb-span13 {
    float: left;
    width: 773px;
}

.ewb-span14 {
    float: left;
    width: 834px;
}

.ewb-span15 {
    float: left;
    width: 895px;
}

.ewb-span16 {
    float: left;
    width: 956px;
}

.ewb-span17 {
    float: left;
    width: 1017px;
}

.ewb-span18 {
    float: left;
    width: 1078px;
}

.ewb-span19 {
    float: left;
    width: 1139px;
}

.ewb-span20 {
    float: left;
    width: 1200px;
}

.ewb-mt10{
    margin-top: 10px;
}

.ewb-mt20{
    margin-top: 20px;
}

.ewb-ml20{
    margin-left: 20px;
}

.ewb-ml30{
    margin-left: 30px;
}

/* header */

.ewb-header{
    height: 284px;
    background: url('../images/header_bg.jpg') no-repeat center 38px;
}

/* toolbar */

.ewb-toolbar{
    height: 38px;
    line-height: 38px;
    color: #666;
}

.ewb-toolbar-wea{
    margin-left: 50px;
    padding-left: 29px;
    background: url('../images/sun.png') no-repeat left center;
}

.ewb-logo{
    padding: 51px 0 49px;
}

.ewb-ser{
    margin-top: 83px;
    width: 340px;
    height: 40px;
    background: #fff;
}

.ewb-ser-input{
    width: 299px;
    height: 40px;
    text-indent: 14px;
    line-height: 40px;
    background: #fff;
}

.ewb-ser-btn{
    margin: 0;
    padding: 0;
    width: 41px;
    height: 40px;
    background: url('../images/search.png') no-repeat left 7px;
    cursor: pointer;
}

/* 导航栏 */

.ewb-nav{
    height: 50px;
    background: #036DB3;
}

.ewb-nav-items>li{
    position: relative;
    z-index: 999;
    width: 111px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.ewb-nav-items>li:first-child{
    width: 90px;
}

.ewb-nav-item{
    display: block;
    font-size: 16px;
    color: #fff;
}

.ewb-nav-block{
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 999;
    margin-left: -57px;
    *margin-left: -58px;
    padding-bottom: 5px;
    width: 114px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 5px 0px rgba(99,99,99,0.27);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(99,99,99,0.27);
    -moz-box-shadow: 0px 0px 5px 0px rgba(99,99,99,0.27);
    -o-box-shadow: 0px 0px 5px 0px rgba(99,99,99,0.27);
    display: none;
}

.ewb-nav-block li{
    margin-top: 4px;
    height: 28px;
    line-height: 28px;
}

.ewb-nav-block a{
    display: block;
    height: 28px;
    line-height: 28px;
    color: #333;
    border-radius: 5px;
}

.ewb-nav-items>li:hover .ewb-nav-item,
.ewb-nav-items>li.cur .ewb-nav-item{
    background: #12426A;
    font-weight: bold;
}

.ewb-nav-items>li:hover .ewb-nav-block{
    display: block;
}

.ewb-nav-block a:hover{
    color: #fff;
    background: #3782C3;
}

/* footer */

.ewb-footer{
    margin-top: 20px;
    text-align: center;
    /*background: #333;*/
	background: url(../images/footerng.jpg) no-repeat top center;
}

.ewb-footer p{
    padding: 26px 0;
    line-height: 26px;
    color: #c0c0c0;
}

.ewb-footer b{
    padding: 0 6px;
}

.ewb-footer-tt{
    padding: 13px 0;
    line-height: 28px;
    color: #888;
    background: #12426A;
}

/* 信息列表 */

.wb-data-items{
    padding-top: 11px;
}

.wb-data-list{
    padding-left: 14px;
    line-height: 35px;
    background: url('../images/dot2.png') no-repeat left 13px;
}

.wb-data-infor{
    margin-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-data-infor a{
    color: #333;
}

.wb-data-date{
    float: right;
    margin-top: -30px;
    color: #999;
}

.wb-data-list:hover,
.wb-data-list:hover a,
.wb-data-list:hover span{
    color: #d99d34;
}

.ewb-grap{
    margin-left: -1px;
}