.fuwu .list .item {
    background: #f7f7f7;
    margin-bottom: 40px;
    padding: 20px 40px;
}

.fuwu .list .item .txt {
    width: 80%;
}

.fuwu .list .item .title {
    font-size: 22px;
    font-weight: bold;
}

.fuwu .list .item .date {
    color: #939393;
    font-size: 14px;
    margin-top: 15px;
}

.fuwu .list .item .download {
    cursor: pointer;
}

.fuwu .list {
    margin-top: 100px;
}

.fuwu .bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 88;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.fuwu .content {
    display: none;
    width: 1100px;
    height: 700px;
    position: fixed;
    top: 50%;
    margin-top: -300px;
    background: #fff;
    z-index: 99;
    left: 50%;
    margin-left: -550px;
    padding: 70px;
}

.fuwu .content h1 {
    font-weight: normal;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 45px;
    text-align: center;
    margin: 20px 0 70px 0;
}

.fuwu .content .input {
    margin-bottom: 24px;
}

.fuwu .content .input span {
    width: 25%;
    font-weight: bold;
    font-size: 24px;
    color: #a6a6a6;
}

.fuwu .content .input input {
    width: 70%;
    background: #f7f7f7;
    border: 1px #e9e9e9 solid;
    line-height: 90px;
    text-indent: 1em;
    font-size: 20px;
}

.fuwu .content .btn {
    width: 220px;
    height: 70px;
    line-height: 70px;
    background: #dc0517;
    color: #fff;
    text-align: center;
    font-size: 24px;
    float: right;
}

.fuwu .content .btn:hover a {
    color: #fff;
}

.page-banner {
    overflow: hidden;
}

.page-banner img {
    width: 100%;
    transition: all .5s;
}