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: #f0f0f0;
    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: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}

.header{
    width: 100%;
    height: 92px;
    position: relative;
    background: url(/web_images/headerbg.jpg) repeat-x;
}

.header .left{
    font-size: 0;
}
.header .left img{
    width: 250px;
    height: 92px;
    vertical-align: top;
}
.header ul{
    float: right;
    overflow: hidden;
    margin-right: 6px;
    margin-top: 35px;
}
.header li{
    height: 29px;
    line-height: 29px;
    float: left;
    margin-right: 37px;
    border-bottom: 2px solid transparent;
}
.header li a{
    color: #000;
    font-size: 16px;
}
.header li.on{
    border-bottom: 2px solid #1c9ff6;
}
.header .search{
    width: 130px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #e7e7e7;
    background-color: #efefef;
    float: right;
    border-radius: 100px;
    margin-top: 37px;
}
.header .search input{
    width: 88px;
    height: 23px;
    line-height: 23px;
    background: transparent;
    margin-left: 14px;
    float: left;
    font-size: 12px;
    color: #8a8a8a;
}
.header .search a{
    float: right;
    margin-right: 6px;
}
.header .search a img{
    width: 22px;
    height: 15px;
}

.menu{
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #1c9ff6;
    text-align: center;
    margin-top: 40px;
}
.menu ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.menu li{
    float: left;
    padding: 0 27px 0 20px;
    background: url(/web_images/xieline.jpg) no-repeat right;
}
.menu li.first{
    padding-left: 0;
}
.menu li.last{
    padding-right: 0;
    background: 0 none;
}
.menu li a{
    color: #fff;
    font-size: 14px;
}
.footer{
    width: 100%;
    height: 144px;
    clear: both;
    background-color: #fff;
}
.footer .left{
    font-size: 0;
}
.footer .left img{
    width: 286px;
    height: 144px;
    vertical-align: top;
}
.footer .ewm{
    overflow: hidden;
    float: right;
    margin-top: 30px;
}
.footer .ewm img{
    margin-left: 24px;
    width: 84px;
    height: 83px;
    vertical-align: top;
    float: left;
}
.footer .wenzi{
    float: left;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin: 46px 0 0 41px;
}
.banquan{
    text-align: center;
    width: 100%;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    background-color: #acacac;
    color: #fff;
}
.banquan a{
    color: #fff;
}



.header .lang{ float:right; margin-top:37px; line-height:23px; height:23px; margin-left:10px;}