body, html, h1, h2, h3, h4, h5, dl, dd, dt, ul, li, ol, span, p {
    margin: 0;
    padding: 0;
}
body {
    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: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.header{
    width: 100%;
    height: 128px;
    border-bottom: 7px solid #282828;
}
.header .box{
    overflow: visible;
    position: relative;
    z-index: 10;
}
.header .top{
    width: 100%;
    height: 107px;
    overflow: hidden;
}
.header .top .logo{
    float: left;
}
.header .top .logo img{
    width: 335px;
    height: 107px;
    vertical-align: top;
}
.header .top .phone{
    padding-left: 58px;
    height: 49px;
    float: right;
    background: url(/images/phone.jpg) no-repeat left;
    margin-top: 29px;
    font-size: 0;
}
.header .top .phone .welcome{
    height: 16px;
    line-height: 16px;
    background: #fff100;
    padding: 0 9px;
    color: #0253c2;
    font-size: 12px;
    border-radius: 100px;
    display: inline;
}
.header .top .phone .num{
    font-size: 34px;
    color: #0253c2;
    font-family: "Arial","Regular";
}
.header .menu{
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
    text-align: center;
}
.header .menu ul{
    padding-left: 47px;
    width: 870px;
    height: 48px;
    line-height: 48px;
    background: #282828;
    float: left;
    font-size: 0;
}
.header .menu li{
    float: left;
    margin: 0 31px;
}
.header .menu li.on a{
    font-weight: bold;
    color: #fff;
}
.header .menu li a{
    display: block;
    color: #b4b4b4;
    font-size: 14px;
}
.header .menu .right{
    width: 163px;
    height: 48px;
    line-height: 48px;
    background: #0253c2;
    float: right;
}
.header .menu .right a{
    width: 48px;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    border-radius: 21px;
    color: #0253c2;
    background: #083b66;
    font-size: 14px;
    font-weight: bold;
    font-family: "Arial","Regular";
    margin: 0 2px;
}
.header .menu .right a.first{
    background: #ffffff;
}



.footer{
    width: 100%;
    height: 159px;
    border-top: 7px solid #282828;
    background-color: #f5f5f5;
}
.footer .box{
    height: 159px;
    position: relative;
    overflow: visible;
}
.footer ul{
    position: absolute;
    left: 0;
    top: -28px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #282828;
    overflow: hidden;
    border-radius: 4px;
}
.footer ul h3{
    color: #fff;
    font-size: 12px;
    float: left;
    margin: 0 7px 0 20px;
}
.footer li{
    float: left;
    padding: 0 13px 0 11px;
    background: url(/images/line.jpg) no-repeat right;
}
.footer li.last{
    background: 0 none;
}
.footer li a{
    display: block;
    color: #b4b4b4;
    font-size: 12px;
}
.footer .banquan{
    font-size: 12px;
    float: left;
    margin-top: 20px;
}
.footer .zuo{
    margin-top: 20px;
    float: left;
}
.footer .top{
    overflow: hidden;
}
.footer .top .wenzi{
    float: left;
    color: #787878;
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-top: 24px;
}
.footer .flogo{
    float: left;
    width: 108px;
    height: 80px;
    font-size: 0;
}
.footer .banquan .left{
    color: #787878;
}
.footer .banquan .left a{
    color: #787878;
}
.footer .banquan .left span{
    margin-right: 10px;
}
.footer .right{
    /*width: 190px;*/
    margin-top: 35px;
    text-align: center;
}
.footer .right .ewm{
    float: right;
    font-size: 0;
    margin-left:10px;
}
.footer .right .ewm img{
    width: 84px;
    height: 84px;
    vertical-align: top;
    padding: 2px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}
.footer .right .txt{
    font-size: 12px;
    color: #787878;
    line-height: 20px;
}
.footer .right .last{
    float: right;
}
