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;
}

body {
    background: #fff;
    font-size: 14px;
    font-family: Hiragino Sans GB,Microsoft Yahei UI,Microsoft Yahei,"\5FAE\8F6F\96C5\9ED1",Segoe UI,Tahoma,"\5B8B\4F53 b8b\4F53",SimSun,sans-serif;
}

td, th, caption {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    display: inline-block;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/*头部*/
.header {
    height: 145px;
    width: 100%;
    color: #00125D;
    position: relative;
    border-bottom: 2px solid #dedede;
}

.header_tel {
    width: 226px;
    height: 42px;
    position: absolute;
    top: 20px;
    left: 13%;
}

.header_logo {
    position: absolute;
    top: 16px;
    left: 45%;
    width: 170px;
    height: 58px;
}

.search {
    position: absolute;
    right: 195px;
    top: 33px;
}

.search_inp {
    width: 110px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #00125D;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 12px;
    outline: none;
    padding: 0 20px 0 5px;
    position: relative;
}

.search_logo {
    position: absolute;
    width: 13px;
    height: 13px;
    top: 9px;
    right: 5px;
}

.header_nav {
    margin: 0 auto;
    position: absolute;
    left: 30%;
    top: 95px;
    height: 45px;
    line-height: 45px;
    min-width: 100px;
    font-size: 18px;
}

.header_li {
    display: inline-block;
    float: left;
    margin-right: 60px;
    cursor: pointer;
}
.header_li:hover {
    border-bottom: 2px solid #00125D;
}

.header_lihover {
    border-bottom: 2px solid #00125D;
}
.xllist {
    display: none;
    position: absolute;
    bottom: -58px;
    left: 33%;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.xllist1 {
    display: none;
    position: absolute;
    bottom: -58px;
    left: 33%;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.xlli {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    background-color: #eee;
    cursor: pointer;
    border: 1px solid #888888;
}

/*底部*/
.footer{
    background-color: #E8E8E8;
    color: #999;
}
.footer_content {
    position: relative;
    height: 194px;
    width: 100%;
}
.footer_logo {
    position: absolute;
    margin-left: 38%;
    width: 164px;
    height: 63px;
    top: 60px;
}
.footer_text {
    position: absolute;
    width: 250px;
    height: 115px;
    top: 35px;
    left: 50%;
}
.footer_text p {
    font-size: 14px;
    line-height: 20px;
}
.footer_er {
    width: 111px;
    height: 111px;
    position: absolute;
    top: 35px;
    right: 20%;
}
.footer_bottom {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    border-top: 2px solid #888;
    font-size: 12px;
}
.footer_top_img{
    width: 100%;
    height: 500px;
}