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: #e5e5e5;
    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: 183px;
    position: relative;
    background: url(/web_images/header.jpg) no-repeat center;
}
.menu{
    width: 100%;
    height: 53px;
    background-color: #0e78d2;
    text-align: center;
}
.menu ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.menu li{
    line-height: 47px;
    float: left;
    margin: 0 53px;
    border-bottom: 2px solid transparent;
}
.menu li a{
    padding: 3px 8px 0;
    display: block;
    color: #fff;
    font-size: 16px;

}
.menu li.on{
    border-bottom: 3px solid #fcbc26;
}
.contact{
    padding: 30px 0;
    width: 100%;
    height: 109px;
    background: #fff url(/web_images/contact.jpg) no-repeat center;
    color: #fff;
}
.contact .title{
    width: 121px;
    float: left;
    margin-left: 43px;
}
.contact .title h2{
    font-size: 20px;
    line-height: 36px;
    margin-top: 24px;
}
.contact .title .eng{
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.contact .txt{
    width: 954px;
    float: left;
    font-size: 16px;
    margin-left: 39px;
    line-height: 30px;
    margin-top: 24px;
}
.contact .map{
    text-align: center;
    width: 112px;
    height: 109px;
    background: url(/web_images/map.png) no-repeat center;
    float: right;
}
.contact .map h3{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 58px;
}
.footer{
    width: 100%;
    height: 48px;
    line-height: 48px;
    clear: both;
    background-color: #fff;
    text-align: center;
    border-top: 7px solid #1767aa;
}
.footer ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.footer li{
    padding: 0 19px 0 16px;
    float: left;
    background: url(/web_images/line.jpg) no-repeat right;
}
.footer li.last{
    background: 0 none;
}
.footer li a{
    font-size: 14px;
    color: #000;
}
.banquan{
    text-align: center;
    width: 100%;
    height: 130px;
    font-size: 14px;
    background-color: #e7eff6;
    color: #3b3b3b;
    overflow: hidden;
}
.banquan .txt{
    line-height: 30px;
    margin-top: 20px;
}
.banquan span{
    margin-right: 28px;
}