@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;
	max-width:1200px;
}

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;
    word-break: break-all;
}

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;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 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;
}

/* 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*24 */

.ewb-container{
    margin: 0 auto;
    width: 1200px;
}

.ewb-row{
    overflow: hidden;
}

.ewb-span1 {
    float: left;
    width: 27px;
}

.ewb-span2 {
    float: left;
    width: 78px;
}

.ewb-span3 {
    float: left;
    width: 129px;
}

.ewb-span4 {
    float: left;
    width: 180px;
}

.ewb-span5 {
    float: left;
    width: 231px;
}

.ewb-span6 {
    float: left;
    width: 282px;
}

.ewb-span7 {
    float: left;
    width: 333px;
}

.ewb-span8 {
    float: left;
    width: 384px;
}

.ewb-span9 {
    float: left;
    width: 435px;
}

.ewb-span10 {
    float: left;
    width: 486px;
}

.ewb-span11 {
    float: left;
    width: 537px;
}

.ewb-span12 {
    float: left;
    width: 588px;
}

.ewb-span13 {
    float: left;
    width: 450px;
}

.ewb-span14 {
    float: left;
    width: 690px;
}

.ewb-span15 {
    float: left;
    width: 741px;
}

.ewb-span16 {
    float: left;
    width: 792px;
}

.ewb-span17 {
    float: left;
    width: 843px;
}

.ewb-span18 {
    float: left;
    width: 894px;
}

.ewb-span19 {
    float: left;
    width: 945px;
}

.ewb-span20 {
    float: left;
    width: 996px;
}

.ewb-span21 {
    float: left;
    width: 1047px;
}

.ewb-span22 {
    float: left;
    width: 1098px;
}

.ewb-span23 {
    float: left;
    width: 1149px;
}

.ewb-span24 {
    float: left;
    width: 1200px;
}

.ewb-ml24{
    margin-left: 24px;
}

/* 信息列表 */

.wb-data-items{
    padding-top: 12px;
}

.wb-data-list{
    height: 32px;
    line-height: 32px;
    vertical-align: top;
}

.wb-data-infor{
    margin-right: 120px;
    padding-left: 10px;
    display: block;
    color: #333;
    background: url('../images/dot.png') no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-data-date{
    float: right;
    margin: -32px 3px 0 0;
    color: #999;
}

.wb-data-list:hover .wb-data-infor{
    color: #fd9713;
    background-image: url('../images/doth.png');
}

/* header */

#header{
    height: 162px;
}

/* topbar */

/* logo */

.ewb-logo{
    margin: 23px 0 22px 10px;
    display: block;
}

/* 搜索框 */

.ewb-ser{
    position: relative;
    margin: 36px -18px 0 0;
    padding: 0 33px 0 14px;
    height: 38px;
    z-index: 1;
    background: #f1f2f3;
    border-radius: 6px;
}

.ewb-ser-label {
    position: absolute;
    top: 0;
    left: 14px;
    height: 38px;
    line-height: 37px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-ser-input{
    width: 100%;
    height: 38px;
    line-height: 37px;
    border: 0;
    background: 0 0;
}

.ewb-ser-btn{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 33px;
    height: 38px;
    background: url('../images/search.png') no-repeat left center;
    cursor: pointer;
}

/* 用户登录 */

.ewb-login{
    margin: 36px 0 0 20px;
    color: #d0d0d0;
}

.ewb-login-icon{
    float: left;
    width: 37px;
    height: 40px;
    background: url('../images/login_icon.png') no-repeat center 1px;
}

.ewb-login-tt{
    margin-top: -1px;
    float: left;
}

.ewb-login-tt.first{
    width: 116px;
}

.ewb-login-tt.second{
    width: 56px;
}

.ewb-login-tt.first a{
    margin-right: 9px;
    padding: 0 10px 0 12px;
    background: url('../images/login_line.png') no-repeat right center;
}

.ewb-login-tt a{
    display: block;
    line-height: 20px;
    color: #333;
}

.ewb-login-tt a:hover{
    color: #ef8d00;
}

/* 导航栏 */

.ewb-nav{
    height: 48px;
    background: #3a86e8;
}

.ewb-nav li{
    width: 172px;
}

.ewb-nav li:first-child{
    width: 168px;
}

.ewb-nav-item{
    padding-left: 66px;
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
}

.ewb-nav-item.icon1{
    padding-left: 80px;
    background: url('../images/nav_icon1.png') no-repeat 49px 13px;
}

.ewb-nav-item.icon2{
    background: url('../images/nav_icon2.png') no-repeat 31px 13px;
}

.ewb-nav-item.icon3{
    background: url('../images/nav_icon3.png') no-repeat 34px 12px;
}

.ewb-nav-item.icon4{
    background: url('../images/nav_icon4.png') no-repeat 29px 13px;
}

.ewb-nav-item.icon5{
    background: url('../images/nav_icon5.png') no-repeat 33px 12px;
}

.ewb-nav-item.icon6{
    background: url('../images/nav_icon6.png') no-repeat 35px 12px;
}

.ewb-nav-item.icon7{
    background: url('../images/nav_icon7.png') no-repeat 33px 13px;
}

.ewb-nav li.cur a,
.ewb-nav-item:hover{
    background-color: #1564cb;
}


/* footer */

.ewb-footer{
    padding-top: 46px;
    height: 144px;
    line-height: 36px;
    color: #fff;
    background: #27343c;
}

.ewb-footer .ewb-container{
    position: relative;
}

.ewb-footer a{
    color: #fff;
}

.ewb-footer b{
    padding: 0 25px;
}

.ewb-footer-blue{
    position: absolute;
    top: 18px;
    right: 169px;
}

.ewb-footer-error{
    position: absolute;
    top: 24px;
    right: 3px;
}



/*站点切换*/
.ewb-local {
    position: relative;
    height: 22px;
    padding-bottom: 19px;
    margin: 50px 0px 0 30px;
        width: 150px;
}

.ewb-local-name {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    padding-left: 16px;
    color: #1492ff;
    background: url(../images/local_iocn.jpg) 0 center no-repeat;
}
.ewb-local-content {
    display: none;
    position: absolute;
    top: 41px;
    left: -393px;
    width: 1198px;
    border: 1px solid #e5e9ef;
    background: #fff;
    padding: 16px 0 0;
    box-shadow: 1px 2px 12px 0px rgba(4, 0, 0, 0.2);
    z-index: 999;
}
.ewb-local-group {
    margin-bottom: 10px;
}
.ewb-local-label {
    width: 154px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #1492ff;
}
.ewb-local-con {
    margin-left: 154px;
}
.ewb-local-item:hover, .ewb-local-item.cur {
    background: #1492ff;
    color: #fff;
}
.ewb-local-item {
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    color: #333;
    margin-right: 20px;
}
.ewb-local:hover .ewb-local-content{
    display: block;
}



