/* yui3 reset.css */

html {
    color: #000;
    background: #FFF
}

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 {
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    background: url(imagesbg.jpg) center top no-repeat;
}

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 {
    cursor: pointer;
    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;
}



/* placeholder */

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    /* Internet Explorer 9- */
    color: #999;
}

 


/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */


/*! grid system 24栅格 998px */

.row {
    overflow: hidden;
}


/* header */
.ewb-header{
    height: 194px;
    padding-top: 70px;
}
.ewb-header-link{
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    margin-top: 10px;
}
.ewb-link-name{
    color: #fff;
    margin-left: 14px;
}
.ewb-link-name.first{
    margin-left: 0;
}
@media (max-width: 767px){
    .ewb-title img{
        display: block;
        margin: 0 auto;
    }
    .ewb-header-link{
        margin-top: 0;
    }
    .ewb-link-name{
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1200px){
    .ewb-header-link{
        font-size: 20px;
    }
}
/* nav */
.ewb-nav{
    padding: 6px 10px;
    border-bottom: 2px solid #0573d1;
    background-color: #31a0ff;
    border-radius: 22px;
}
.ewb-search-box{
    padding: 0 37px 0 15px;
    height: 30px;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    box-shadow:0px -2px 4px rgba(0,0,0,0.19);
}
.ewb-search-input{
	font-family: "Microsoft YaHei";
    height: 30px;
    line-height: 30px;
    width: 100%;
    border: 0;
    outline: 0;
    background-color: #fff;
}
.ewb-search-btn{
    position: absolute;
    right: 10px;
    top: 5px;
    display: block;
    width: 27px;
    height: 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url(imagessearch_btn.jpg) no-repeat;
}
.ewb-nav-item{
    padding-top: 2px;
}
.ewb-nav-list{
    width: 140px;
}
.ewb-nav-list a{
    display: block;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    border-radius: 13px;
}
.ewb-nav-list a:hover,
.ewb-nav-list a.cur{
    color: #31a0ff;
    background-color: #fff;
    box-shadow:0px 2px 3px 0px rgba(0,0,0,0.2);
}
@media (max-width: 1200px){
    .ewb-search{ 
        width: 100%;
    }
    .ewb-nav-item{
        width: 100%;
    }
    .ewb-nav-list{
        width: 20%;
        margin-bottom: 10px;
    }
}
@media (max-width: 520px){
    .ewb-nav-list{
        width: 33.333%;
    }
}
/* footer */
.ewb-footer{
    min-height: 99px;
    padding-top: 21px;
    background: url(imagesfooter_bg.png) bottom repeat-x;
}
.ewb-footer>.container{
    position: relative;
}
.ewb-footer-img1{
    position: absolute;
    top: 15px;
    left: 137px;
}
.ewb-footer-img2{
    position: absolute;
    top: 19px;
    right: 100px;
}
.ewb-footer-link{
    text-align: center;
    color: #666;
}
.ewb-footer-link a{
    display: inline-block;
    color: #666;
    line-height: 24px;
}
.ewb-footer-link span{
    color: #999;
    margin: 0 20px;
    line-height: 24px;
}
.ewb-copy{
    line-height: 22px;
    color: #999;
    text-align: center;
    margin-top: 9px;
}
.ewb-copy span{
    display: inline-block;
    margin: 0 12px;
}
@media (max-width: 767px){
    .ewb-footer-link span{
        margin: 0 5px;
    }
}
.ewb-menu{
    position: fixed;
    left: 50%;
    margin-left: 629px;
    top: 50%;
    margin-top: -61px;
    width: 32px;
    height: 120px;
    border: 1px solid #e6e6e6;
    box-shadow:0px 1px 5px 0px rgba(0,0,0,0.16);
}
.ewb-menu>ul>li a{
    display: block;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}
.ewb-menu>ul>li{
    height: 40px;
    background: url(imagesmenu_line.png) center top no-repeat;
}
.ewb-menu>ul>li:first-child{
    background: none;
}
.ewb-menu-name1{
    background-image: url(imagesmenu_icon1.png);
}
.ewb-menu-name2{
    background-image: url(imagesmenu_icon2.png);
}
.ewb-menu-name3{
    background-image: url(imagesmenu_icon3.png);
}
.ewb-link-name:hover{
	    color: #ffcb31;
}