*{padding: 0; margin: 0;}

li{
    list-style: none;
}

.w73{
    width: 73%;
    margin: 0 auto;
}

html, body{
    width: 100%;
    height: 100%;
    background: url("../../../statics/img/bg.png") no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}

.container{
    position: relative;
    width: 100%;
    padding-bottom: 100px;
}

.header{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
}

.header .logo{
    float: left;
    width: 279px;
    padding-top: 12px;
}

.header .phone{
    float: right;
    font-size: 16px;
    color: #244079;
}

.main .title{
    display: block;
    margin: 0 auto;
    width: 208px;
    margin-top: 66px;
    margin-bottom: 24px;
}

.main .note{
    display: block;
    width: 600px;
    margin: 0 auto;
    font-size: 24px;
    margin-bottom: 47px;
    color: #FFFFFF;
    text-align: center;
}

.main .list{
    position: relative;
}

.radius{
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
}

.list .icon{
    position: absolute;
    right: 10px;
    top: 0;
    width: 26.57%;
    /* transform: translateY(-85%); */
    margin-top: -16%;
    z-index: 1;
}

.list .list-head{
    font-size: 0;
    height: 69px;
    line-height: 69px;
    background: #FFFFFF;
}

.list .list-head>div{
    font-size: 24px;
    color: #313131;
}

.list .list-main>span{
    color: #313131;
    font-size: 18px;
}

.list .list-head>div{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.list .list-main li>span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
}

.list .list-main li.item-0{
    background: #ddeefa;
}

.list .list-main li.item-1{
    background: #d2eaf9;
}

.list .list-main li{
    display: table;
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
}

.list .name{
    width: 25%;
}

.list .phone{
    width: 30%;
}

.list .address{
    width: 45%;
}

.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}