﻿@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,
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";
}

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;
}

.ewb-mr10{
    margin-right: 10px;
}

/* top */

.ewb-top{
    height: 50px;
    line-height: 50px;
}

.ewb-time{
    float: left;
    color: #000;
}

.ewb-year{
    color: #186aab;
}

.ewb-top-a{
    float: right;
    border-right: 1px solid #eaeaea;
}

.ewb-top-a a{
    display: block;
    float: left;
    height: 50px;
    width: 64px;
    padding-left: 40px;
    background-position: 12px center;
    background-repeat: no-repeat;
    color: #999;
    border-left: 1px solid #eaeaea;
}

.ewb-top-a1{
    background-image: url('../images/top_a1.png');
}

.ewb-top-a2{
    background-image: url('../images/top_a2.png');
}

.ewb-top-a a:hover{
    color: #ff8202;
}

.ewb-top-a1:hover{
    background-image: url('../images/top_a1h.png');
}

.ewb-top-a2:hover{
    background-image: url('../images/top_a2h.png');
}

.ewb-title{
    height: 120px;
    line-height: 120px;
}

.ewb-title-tt{
    font-size: 42px;
    font-weight: bold;
    color: #186aab;
    float: left;
}

.ewb-phone{
    float: right;
    min-height: 55px;
    padding-left: 76px;
    padding-top: 5px;
    line-height: 25px;
    margin-top: 30px;
    background: url('../images/phone_bg.jpg') left center no-repeat;
}

.ewb-phone-name{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.ewb-phone-num{
    font-size: 16px;
    color: #666;
}

.ewb-title-img{
    vertical-align: top;
    margin-top: 50px;
}

.ewb-banners{
    height: 218px;
    background: url('../images/banner2.jpg') center top no-repeat;
}

/* nav */

.ewb-nav{
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    font-weight: bold;
    background: #186aab;
}

.ewb-nav-item{
    width: 130px;
    float: left;
    text-align: center;
    position: relative;
	margin-right:30px;
}

.ewb-nav-item>a{
    display: block;
    color: #fff;
}

.ewb-second-items{
    display: none;
    position: absolute;
    width: 130px;
    left: 50%;
    top: 54px;
    margin-left: -65px;
    padding-top: 9px;
    z-index: 9999;
    background: url('../images/second_bg.png') center top no-repeat;
}

.ewb-second-item{
    line-height: 42px;
    font-size: 15px;
    text-align: center;
    margin-top: 2px;
}

.ewb-second-item a{
    display: block;
    color: #fff;
    background: #80c1f4;
}

.ewb-nav-item:hover .ewb-second-items{
    display: block;
}

/* search */

.ewb-nav-items{
    float: left;
}

.ewb-search-show{
    float: right;
    width: 36px;
    height: 50px;
    cursor: pointer;
    position: relative;
    background: url('../images/search_icon.png') left center no-repeat;
}

.ewb-search{
    background: #449de4;
    height: 56px;
}

.ewb-search-mod{
    display: none; 
    width: 240px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #80c1f4;
}

.ewb-search-show:hover .ewb-search-mod{
    display: block;
}


.ewb-search-mod input{
    display: block;
    float: left;
    width: 204px;
    height: 50px;
    line-height: 50px;
    border: 0;
    padding: 0;
    outline: 0;
    background: none;
    text-indent: 17px;
    font-size: 14px;
    color: #fff;
}

input::placeholder{
    color: #fff;
}

.ewb-search-mod button{
    display: block;
    width: 36px;
    height: 50px;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: 0;
    background: url('../images/search_icon.png') left center no-repeat;
}

.ewb-search-mod button:hover{
    background-image: url('../images/search_iconh.png');
}

/* sel */

.ewb-sel{
    height: 96px;
    padding-top: 39px;
    background: #2562b3;
}

.ewb-sel-mod{
    height: 54px;
    border: 1px solid #e9eff7;
    padding-left: 10px;
}

.ewb-sel-tt{
    float: left;
    color: #fff;
    line-height: 54px;
    font-size: 14px;
}

.ewb-sel-mod select{
    display: block;
    width: 215px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 12px;
    color: #333;
    text-indent: 10px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}

/* footer */

.ewb-footer{
    height: 150px;
    padding-top: 11px;
    background: #262f36;
    text-align: center;
    color: #bfd4e7;
}

.ewb-footer-a{
    line-height: 74px;
    font-size: 14px;
}

.ewb-footer-a a{
    color: #bfd4e7;
    margin: 0 12px;
}

.ewb-footer-copy{
    line-height: 24px;
    font-size: 12px;
}


/* 0323修改 */

.ewb-title {
    height: 95px;
    line-height: 95px;
}

.ewb-nav{
    height: 50px;
    line-height: 50px;
}

.ewb-second-items{
    top: 45px;
}

.ewb-search,
.ewb-search-mod button{
    height: 50px;
}

.ewb-search-mod input{
    height: 50px;
    line-height: 50px;
}

.ewb-phone{
    margin-top: 20px;
}
/**add**/
.ewb-nav-item.current,.ewb-nav-item.cur{ 
    color: #fff;
	background: url('../images/second_bg.png') center bottom 4px no-repeat;
}
