@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 {
	min-width:1100px;
    color: #333;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    background: url("../images/bg.jpg") center top no-repeat #fafafa;
}

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: 1100px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span1 {
    float: left;
    width: 36px;
}

.ewb-span2 {
    float: left;
    width: 92px;
}

.ewb-span3 {
    float: left;
    width: 148px;
}

.ewb-span4 {
    float: left;
    width: 204px;
}

.ewb-span5 {
    float: left;
    width: 260px;
}

.ewb-span6 {
    float: left;
    width: 316px;
}

.ewb-span7 {
    float: left;
    width: 372px;
}

.ewb-span8 {
    float: left;
    width: 428px;
}

.ewb-span9 {
    float: left;
    width: 484px;
}

.ewb-span10 {
    float: left;
    width: 540px;
}

.ewb-span11 {
    float: left;
    width: 596px;
}

.ewb-span12 {
    float: left;
    width: 652px;
}

.ewb-span13 {
    float: left;
    width: 708px;
}

.ewb-span14 {
    float: left;
    width: 764px;
}

.ewb-span15 {
    float: left;
    width: 820px;
}

.ewb-span16 {
    float: left;
    width: 876px;
}

.ewb-span17 {
    float: left;
    width: 932px;
}

.ewb-span18 {
    float: left;
    width: 988px;
}

.ewb-span19 {
    float: left;
    width: 1044px;
}

.ewb-span20 {
    float: left;
    width: 1100px;
}

.ewb-ml20 {
    margin-left: 20px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt20 {
    margin-top: 20px;
}

.ewb-mt10 {
    margin-top: 10px;
}

/* header */

.ewb-header {
    height: 309px;
}

.ewb-logo {
    padding-top: 30px;
    text-align: center;
}

/* nav */

.ewb-nav {
    height: 60px;
    background: url("../images/nav_bg.png") left top repeat-x;
}

.ewb-nav-warp {
    position: relative;
    height: 60px;
    background: url("../images/nav_warp_bg.jpg") left top repeat-x;
}

.ewb-nav-fold {
    position: absolute;
    top: 0;
    width: 16px;
    height: 60px;
}

.ewb-nav-fold.left {
    left: -16px;
    background: url("../images/flod_lt.jpg") no-repeat;
}

.ewb-nav-fold.right {
    right: -16px;
    background: url("../images/flod_rt.jpg") no-repeat;
}

.ewb-nav-warp>.ewb-row {
    padding-top: 8px;
    padding-left: 3px;
}

.ewb-nav-item {
    padding: 0 8px;
    height: 34px;
    background: url("../images/nav_split.jpg") right 6px no-repeat;
}

.ewb-nav-item.last {
    background: none;
}

.ewb-nav-link {
    display: block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
    color: #fefefe;
}

.cur>.ewb-nav-link,
.ewb-nav-link:hover {
    font-weight: bold;
    color: #005fa2;
    background: url("../images/nav_link_bg.png") no-repeat;
}

/* footer */

.ewb-footer {
    position: relative;
    padding-top: 15px;
    height: 134px;
}

.ewb-footer-p {
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #666;
}

.ewb-footer-icon {
    display: inline-block;
    margin-top: 1px;
    margin-right: 12px;
    width: 18px;
    height: 20px;
    vertical-align: top;
    background: url("../images/footer_icon.png") no-repeat;
}

.ewb-footer a {
    position: absolute;
}

.ewb-footer-link1 {
    top: 33px;
    left: 152px;
}

.ewb-footer-link2 {
    top: 40px;
    right: 253px;
}

.ewb-search {
    margin: 25px auto 0;
    /* padding: 1px 0; */
    width: 570px;
    height: 56px;
    border-radius: 4px;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.08);
    /* background: url(../images/search_bg.png) no-repeat; */
}

.placeholder {
    color: #666;
}

.ewb-search-txt {
    padding: 0 15px;
    width: 460px;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    font-size: 18px;
    border: 0;
    outline: 0;
    color: #333;
    background-color: transparent;
}

.ewb-search-txt::placeholder{
	color:#999;
}

.ewb-search-btn {
    /* margin-top: 5px; */
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 56px;
    line-height: 56px;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 20px;
    text-align: left;
    padding-left: 51px;
    font-weight: 500;
    box-sizing: border-box;
    color: #fff;
    background: url(../images/btn_icon.png) 19px center no-repeat #FF8F1F;
    border-radius: 0px 4px 4px 0px;
}

.ewb-wrapnew{
	padding-right: 339px;
    padding-left: 397px;
}

.ewb-wrap {
	width: 1280px;
    margin: 0 auto;
}

.weixin{
	position: absolute;
	top:26px;
	right: 140px;
	width: 50px;
	height: 50px;
}
.weixin img{
	width: 100px;
	height: 100px;
}