@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;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
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: 12px; */
    font-family: "Microsoft YaHei";
    background: url(../images/bgnew.png) center 27px no-repeat #e4f1f9;
}

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;
}
/*! grid system 24դ�� 998px */

.ewb-container {
    width: 998px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span24 {
    width: 998px;
    float: left;
}

.ewb-span23 {
    width: 956px;
    float: left;
}

.ewb-span22 {
    width: 914px;
    float: left;
}

.ewb-span21 {
    width: 872px;
    float: left;
}

.ewb-span20 {
    width: 830px;
    float: left;
}

.ewb-span19 {
    width: 788px;
    float: left;
}

.ewb-span18 {
    width: 746px;
    float: left;
}

.ewb-span17 {
    width: 704px;
    float: left;
}

.ewb-span16 {
    width: 662px;
    float: left;
}

.ewb-span15 {
    width: 620px;
    float: left;
}

.ewb-span14 {
    width: 578px;
    float: left;
}

.ewb-span13 {
    width: 536px;
    float: left;
}

.ewb-span12 {
    width: 494px;
    float: left;
}

.ewb-span11 {
    width: 452px;
    float: left;
}

.ewb-span10 {
    width: 410px;
    float: left;
}

.ewb-span9 {
    width: 368px;
    float: left;
}

.ewb-span8 {
    width: 326px;
    float: left;
}

.ewb-span7 {
    width: 284px;
    float: left;
}

.ewb-span6 {
    width: 242px;
    float: left;
}

.ewb-span5 {
    width: 200px;
    float: left;
}

.ewb-span4 {
    width: 158px;
    float: left;
}

.ewb-span3 {
    width: 116px;
    float: left;
}

.ewb-span2 {
    width: 74px;
    float: left;
}

.ewb-span1 {
    width: 32px;
    float: left;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

/* header */

.ewb-header {
    height: 259px;
}

/* top */

.ewb-top {
    height: 27px;
    line-height: 27px;
    color: #666;
    background-color: #f2f2f2;
}

.ewb-t-icon {
    margin: 2px 7px 0;
    width: 22px;
    height: 20px;
    background: url(../images/top_icon.png);
}

.ewb-l-r {
    margin-right: 18px;
    color: #666;
	background-color: #f2f2f2;
}

.ewb-l-r a {
    color: #666;
}

.ewb-l-r a:hover {
    color: #fb8b06;
}

.ewb-l-r span {
    padding: 0 8px;
}

/* banner */

.ewb-banner {
    height: 191px;
}

/*02/26新增*/
.ewb-logo {
    width: 500px;
    height: 190px;
    background: url(../images/sprite.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top:0px;
    margin-left:0px;
}

.ewb-cloud {
    position: absolute;
    top: -20px;
    right: -998px;
    width: 998px;
    height: 190px;
    z-index: 99;
}

.ewb-pr {
    position: relative;
    overflow: hidden;
}

.ewb-slider {
    position: absolute;
    top: 190px;
    left: 0;
    z-index: 0;
}


.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    display: block;
    position: relative;
}

.wb-slider-ctag img {
    display: block;
    width: 100%;
    height: 100%;
}

.ewb-search {
    position: relative;
    margin-top: 82px;
    margin-right: 3px;
    font-size: 14px;
    z-index: 99;
}

.ewb-search-con {
    padding-left: 13px;
    width: 267px;
    height: 31px;
    background: url(../images/search_bg.png);
}

.ewb-search-txt {
    padding-left: 31px;
    width: 182px;
    height: 31px;
    line-height: 31px;
    border: 0;
    outline: 0;
    color: #999;
    background: url(../images/sea_txt.png) left 5px no-repeat;
}

.ewb-search-btn {
    width: 54px;
    height: 31px;
    font-size: 14px;
    border: 0;
    outline: 0;
    cursor: pointer;
    color: #fff;
    background: url(../images/search_btn.png);
}

.ewb-search-key {
    margin-top: 11px;
    line-height: 20px;
}

.ewb-search-sp {
    width: 81px;
    text-align: right;
}

.ewb-sea-link {
    margin-left: 9px;
    width: 51px;
    height: 20px;
    text-align: center;
    color: #fff;
    background: url(../images/sea_key_icon.png);
}

.ewb-sea-link:hover {
    background: url(../images/sea_key_iconh.png);
}

/* nav */

.ewb-nav {
    padding: 0 10px;
    height: 42px;
    background-color: #378ce9;
}

.ewb-n-item {
    margin: 3px 15px 0 16px;
}

.ewb-n-item a {
    display: block;
    padding-left: 60px;
    width: 108px;
    height: 39px;
    line-height: 39px;
    font-size: 20px;
    color: #fff;
}

.ewb-n-item:hover a {
    font-weight: bold;
    color: #378ce9;
}

.ewb-n-item span {
    padding: 0 18px;
}

.ewb-n-item.home {
    background: url(../images/nav_icon1.png) 26px 9px no-repeat;
}

.ewb-n-item.home:hover {
    background: url(../images/nav_icon1h.png) 26px 9px no-repeat #fff;
}

.ewb-n-item.into {
    background: url(../images/nav_icon2.png) 21px 6px no-repeat;
}

.ewb-n-item.into:hover {
    background: url(../images/nav_icon2h.png) 21px 6px no-repeat #fff;
}

.ewb-n-item.gov {
    background: url(../images/nav_icon3.png) 23px 5px no-repeat;
}

.ewb-n-item.gov:hover {
    background: url(../images/nav_icon3h.png) 23px 5px no-repeat #fff;
}

.ewb-n-item.service {
    background: url(../images/nav_icon4.png) 20px 7px no-repeat;
}

.ewb-n-item.service a {
    padding-left: 68px;
    width: 100px;
}

.ewb-n-item.service:hover {
    background: url(../images/nav_icon4h.png) 20px 7px no-repeat #fff;
}

.ewb-n-item.interact {
    background: url(../images/nav_icon5.png) 24px 8px no-repeat;
}

.ewb-n-item.interact:hover {
    background: url(../images/nav_icon5h.png) 24px 8px no-repeat #fff;
}

/* footer */

.ewb-footer {
    position: relative;
    height: 90px;
    line-height: 20px;
    text-align: center;
    color: #5c5c5c;
    background-color: #f0efef;
}

.ewb-ft-link {
    padding-top: 12px;
}

.ewb-ft-link a {
    color: #5c5c5c;
}

.ewb-ft-link span {
    padding: 0 9px;
}

.ewb-ft-p span {
    padding: 0 8px;
}

.ewb-ft-link1 {
    position: absolute;
    /* top: 17px; */
    left: 250px;
}

.ewb-ft-link2 {
    position: absolute;
    top: 15px;
    right: 206px;
}


.oldModel .ewb-ft-link1{
    left: 120px;
}
.oldModel .ewb-ft-link2{
    right: 120px;
}