* {
    margin: 0;
    padding: 0;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
}
.clear {
    clear: both;
}
a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
body {
    font-size: 12px;
    font-family: '微软雅黑';
    background: #fff url('../img/bg.png') no-repeat center top;
}
.header {
    padding-bottom: 45px;
}
.header .hBox {
    width: 1120px;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
}
.header h1 {
    float: left;
}
.header h1 a {
    display: block;
}
.header .hImg {
    margin-top: 18px;
    float: right;
}
#main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.section {
    width: 570px;
    float: left;
    position: relative;
}
#main .title {
    text-align: center;
    margin: 0 0 30px;
    color: #5f637b;
    font-size: 20px;
    font-weight: bold;
}
#main .title img {
    margin: 0 15px;
}
#main .title span {
    color: #a68862;
    margin: 0 10px;
}
#main .speedlist {
    margin: 0 20px 40px 0;
}
#main .speedlist li {
    height: 80px;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 15px 50px 0 220px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 17px rgba(153, 158, 185, 0.35);
}
#main .section .url {
    font-size: 18px;
    line-height: 48px;
    color: #5f637b;
    position: absolute;
    display: block;
    top: 65px;
    left: 50px;
}
#main .section .t2 {
    top: 156px;
}
#main .section .t3 {
    top: 245px;
}
#main .section .t4 {
    top: 335px;
}
#main .section .t5 {
    top: 425px;
}

#main .speedlist .ms {
    width: 70px;
    float: left;
    font-size: 16px;
    line-height: 48px;
    color: #999eb9;
    cursor: pointer;
    padding-left: 35px;
    background: url('/static/aqvnsnew/image/icon03.png') no-repeat left center;
}
#main .speedlist .url {
    width: 170px;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 48px;
    color: #5f637b;
    text-align: left;
    padding-left: 35px;
    cursor: pointer;
}
#main .speedlist .btn-open {
    width: 150px;
    float: right;
    line-height: 44px;
    height: 48px;
    text-align: center;
    display: block;
    text-align: center;
}
#main .speedlist .btn-open a {
    font-size: 18px;
    display: block;
    color: #a68862;
    border: 2px solid #a68862;
    border-radius: 25px;
}
#main .speedlist .btn-open a:hover {
    background-color: #a68862;
    color: #fff;
}
#main .ulList li {
    float: left;
    color: #5f637b;
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
#main .ulList li:first-child {
    margin-right: 55px;
}
#main .ulList li span {
    display: block;
    color: #a68862;
}
#main .ulList li img {
    margin-right: 20px;
    width: 100px;
    /* height: 100px; */
}
#main .ulList li p {
    letter-spacing: 1px;
    line-height: 1.9;
}

/*-------footer-----start--------------*/
.footer {
    background-color: #999eb9;
    clear: both;
    padding: 20px 0 20px;
    text-align: center;
}
.footer .copyright {
    color: #fff;
    font-size: 14px;
}
