* {
    margin: 0;
    padding: 0;
}

* {
    color: white;
    font-family: "方正兰亭中黑_GBK", "Microsoft YaHei",Arial;
    /*font-size: 14px;*/
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    vertical-align: central;
    vertical-align: middle;
}

.allwap {
    /*width: 100%;*/
    min-width:980px;
    background-color: #FFFFFF;
    margin: 0px auto;
}

.header {
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #E4E4E4;
}

.header2 {
    float: right;
    border-bottom: none;
    background: none;
    text-align: center;
    width: 980px;
    height: 60px;
}


.header .title {
    float: left;
    font-size: 36px;
    margin-left: 10px;
}

.header ul {
    float: left;
    height: 29px;
}

.header ul li {
    font-size: 14px;
    height: 29px;
    width: 100px;
    float: left;
    line-height: 29px;
    color: #6f6f6f;
    background: url("../images/dashed.png") no-repeat;
    background-position: right;
}

.header ul li a {
    height: 29px;
    width: 115px;
    line-height: 29px;
    text-align: center;
    display: block;
    color: #6f6f6f;
}


.imgvertical {
    vertical-align: middle;
}

.footer {
    width: 100%;
    height: 180px;
}

.footer ul {
    height: 40px;
    line-height: 40px;
    padding-left: 265px;
}

.footer ul li {
    float: left;
    font-size: 14px;
}


.footer ul img {
    margin-left: 22px;
    vertical-align: middle;
}

.footer .text {
    font-size: 14px;
    color: #565861;
    margin-left: 40px;
}

.android {
    width: 145px;
    height: 55px;
    position: absolute;
    margin-top: 453px;
    right: 94px;
}

.appstore {
    width: 145px;
    height: 55px;
    position: absolute;
    margin-top: 383px;
    right: 94px;
}

