@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 {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #333;
}

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;
}

a:focus {
    outline: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: 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;
}

/* 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);
}


/* 通用样式 */

.ewb-mt20 {
    margin-top: 20px;
}

/* 信息列表 */
.wb-data-item {
    padding-top: 11px;
}

.wb-data-list {
    line-height: 38px;
    padding-left: 19px;
    border-top: 1px dashed #cacaca;
    background: url(../skin/listimg.png) 0 50% no-repeat;
}

.wb-data-list:first-child {
    border-top: none;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    margin-top: -38px;
}

.wb-data-list:hover,
.wb-data-list:hover a {
    cursor: pointer;
    color: #005293;
}

/* phone */

@media (max-width: 979px) {
    .ewb-mt20 {
        margin-top: 10px;
    }

}

/* phone */
@media (max-width: 767px) {
    .wb-data-item {
        padding-top: 5px;
    }

    .wb-data-list {
        line-height: 30px;
    }

    .wb-data-date {
        margin-top: -30px;
    }
}


/* headeer */

/* top */
.ewb-top {
    line-height: 28px;
    padding: 6px 0;
    background-color: #fbfbfb;
}

.ewb-iteml {
    float: left;
}

.ewb-itemr {
    float: right;
}

.ewb-top-item>li {
    float: left;
    margin-right: 20px;
}

.ewb-top-item .ewb-top-last {
    margin-right: 0;
}

.ewb-top-link {
    display: block;
    color: #333;
    padding-left: 23px;
    background-repeat: no-repeat;
    background-position: left center;
}

.ewb-top-link.link1 {
    background-image: url('../skin/top_icon1.png');
}

.ewb-top-link.link2 {
    background-image: url('../skin/top_icon2.png');
}

.ewb-top-link.link3 {
    background-image: url('../skin/top_icon3.png');
}

.ewb-top-link.link4 {
    background-image: url('../skin/top_icon4.png');
}

/* phone */
@media (max-width: 480px) {
    .ewb-top {
        line-height: 20px;
    }

    .ewb-iteml,
    .ewb-itemr {
        float: none;
    }
}

/* banner */
.ewb-banner {
    position: relative;
}

.ewb-rslides {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.ewb-rslides li {
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    position: absolute;
    -webkit-backface-visibility: hidden;
}

.ewb-rslides img {
    border: 0;
    width: 100%;
    height: 250px;
    float: left;
    display: block;
}


.ewb-logo {
    float: left;
    padding: 72px 0 74px;
    margin-left: -8px;
}

.ewb-logo2{
	position: absolute;
	left: 50%;
	top: 25%;
}

.ewb-search {
    float: right;
    width: 280px;
    margin-top: 186px;
}

.input-tips {
    position: relative;
    float: left;
    z-index: 1;
    padding-left: 10px;
    width: 68%;
    background-color: #fff;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 39px;
    line-height: 39px;
    color: #333;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 39px;
    line-height: 39px;
    border: 0;
    background: 0 0;
}

.ewb-search-btn {
    float: left;
    width: 32%;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #005293;
}

.ewb-search-btn>span {
    display: inline-block;
    padding-left: 20px;
    background: url('../skin/ser_btn.png') no-repeat left center;
}

/* phone */

@media (max-width: 767px) {
    .ewb-logo {
        float: none;
        padding: 4% 0 2% 0;
    }

    .ewb-logo>img {
        display: block;
        margin: 0 auto;
        width: 60%;
    }

    .ewb-rslides img {
          height: 220px;
    }

    .ewb-search {
        width: 100%;
        margin: 0 0 4% 0;
    }
    .ewb-logo2 {
      position: relative;
      left: 20%;
    }
    .ewb-logo2>a>img{
     width: 300px;
      margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .input-placeholder,
    .input-box,
    .ewb-search-btn {
        height: 32px;
        line-height: 32px;
    }
}

/* nav */
.ewb-nav {
    background-color: #005293;
}

.ewb-nav-item {
    float: left;
    width: 14.2857%;
    line-height: 50px;
}

.ewb-nav-item>a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -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);
}

.ewb-nav-item.cur>a,
.ewb-nav-item>a:hover {
    font-size: 18px;
    font-weight: bold;
    background-color: #0174d1;
}


/* phone */
@media (max-width: 767px) {
    .ewb-nav-item {
        width: 25%;
        line-height: 30px;
    }

    .ewb-nav-item>a {
        font-size: 14px;
    }

    .ewb-nav-item.cur>a {
        font-size: 14px;
    }
}


/* footer */
.ewb-footer {
    background-color: #dee0e2;
}

.ewb-foot {
    position: relative;
    text-align: center;
}

/* select */
.ewb-select {
    padding: 20px 0;
    border-bottom: 1px solid #005293;
}

.ewb-select>div {
    float: left;
    margin-left: 20px;
}

.ewb-select>div:first-child {
    margin-left: 0;
}

.ewb-select-item {
    width: 242px;
    height: 33px;
    border: none;
    outline: 0;
    background-color:#fff;
}

/* phone */
@media(max-width: 767px) {
    .ewb-select {
        padding: 10px 0;
    }

    .ewb-select>div {
        float: none;
        margin: 5px 0 0 0;
    }

    .ewb-select>div:first-child {
        margin-top: 0;
    }

    .ewb-select-item {
        width: 100%;
    }
}

/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-select-item {
        width: 172px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .ewb-select-item {
        width: 230px;
    }
}

/* 信息 */
.ewb-foot-info {
    text-align: center;
    padding: 14px 0;
}

.ewb-foot-info>p {
    line-height: 26px;
}

.ewb-foot-ga {
    display: inline-block;
    padding-left: 23px;
    margin-left: 25px;
    color: #333;
    background: url('../skin/ga.png') no-repeat left center;
}

.ewb-foot-icon {
    position: absolute;
    display: inline-block;
}

.ewb-icon1 {
    top: 102px;
    left: 0;
}

.ewb-icon2 {
    top: 102px;
    right: 60px;
}

.ewb-icon3 {
    top: 99px;
    right: 0;
}

/* phone */
@media(max-width: 767px) {
    .ewb-foot-info {
        padding: 8px 0;
    }

    .ewb-foot-info>p {
        font-size: 13px;
        line-height: 20px;
    }

    .ewb-foot-icon {
        position: static;
        padding-bottom: 10px;
        margin: 0 2px;
    }

}

/* ipad */
@media (min-width: 768px) and (max-width: 1199px) {
    .ewb-foot-icon {
        position: static;
        padding-bottom: 10px;
        margin: 0 2px;
    }
}


