@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

ol, ul {
    list-style: none;
}

:link, :visited, ins {
    text-decoration: none;
}

.header {
    width: 100%;
    height: 135px;
    background: url(bannerbg.jpg) no-repeat;
}
.headermain {
    width: 1009px;
    height: 70px;
    margin: 0 auto;
    padding-top: 40px;
}
.sousuo {
    width: 230px;
    height: 39px;
    float: right;
    margin-top: 10px;
    display: inline;
}


.nav {
    z-index: 9999;
    background: #00659d;
    position: relative;
	margin-top:10px;
	height:20px;
}
.center {
    margin: 0 auto;
}


