body, html, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
}
body {
    min-width: 1280px!important;
    overflow-x: hidden;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #000;
}
select {
    border: 0 none;
}
input,
textarea,
select {
    outline: none;
    border: 0 none;
    padding: 0;
    margin: 0;
}
ol,
ul,
li {
    list-style: none;
}
.box {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}

.header{
    width: 100%;
    height: 148px;
}
.header .logo{
    float: left;
}
.header .logo img{
    width: 750px;
    height: 148px;
    vertical-align: top;
}

.header .search{
    width: 334px;
    height: 40px;
    line-height: 40px;
    float: right;
    margin-top: 108px;
    background: url(/web_images/search.jpg) no-repeat center;
}
.header .search input{
    margin-left: 18px;
    width: 230px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    font-size: 16px;
    color: #222222;
    float: left;
}
.header .search a{
    width: 85px;
    height: 40px;
    float: right;
}
.nav{
    text-align: center;
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: url(/web_images/navbg.jpg) repeat-y center;
}
.nav ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.nav li{
    width: 141px;
    float: left;
    margin: 0 18px;
}
.nav li.on{
    background: url(/web_images/lionbg.jpg) repeat-x;
}
.nav li.on a{
    color: #1b71b4;
}
.nav li a{
    display: block;
    color: #fff;
    font-size: 18px;
}

.footer{
    width: 100%;
    height: 147px;
    clear: both;
}
.footer .left{
    font-size: 0;
    margin: 36px 0 0 6px;
}
.footer .left ul{
    line-height: 36px;
    overflow: hidden;
}
.footer .left li{
    margin-right: 38px;
    float: left;
}
.footer .left li a{
    display: block;
    color: #3e3e3e;
    font-size: 16px;
}
.footer .left .txt{
    color: #3e3e3e;
    font-size: 16px;
    line-height: 36px;
}
.footer .left .txt span{
    padding: 0 22px 0 0;
    margin-right: 22px;
    background: url(/web_images/line.jpg) no-repeat right;
}
.footer .ewm{
    overflow: hidden;
    float: right;
    margin-top: 30px;
}
.footer .ewm li{
    width: 74px;
    height: 74px;
    text-align: center;
    margin: 0 10px;
    float: left;
    font-size: 0;
    padding: 6px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}
.footer .ewm img{
    width: 74px;
    height: 74px;
    vertical-align: top;
}

.banquan{
    text-align: center;
    width: 100%;
    font-size: 14px;
    height: 58px;
    line-height: 58px;
    background-color: #0f2a7c;
    color: #fff;
}

.banquan a{
    color: #fff;
}