* {
    margin: 0;
    padding: 0
}

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}
.container{
    width: 1019px;
    margin: 0 auto;
}
.wrap{
  
    height: 585px;
    position: relative;
}

.wrap .v6-link{
    position: absolute;
    top: 430px;
    left: 300px;
    width: 360px;
    height: 50px;
}
.wrap .v6-link a{
    display: block;
    height: 50px;
    width: 100%;
}
.wrap .email-link{
    position: absolute;
    top: 410px;
    right: 0px;
    width: 320px;
    height: 40px;
}
.wrap .email-link a{
    display: block;
    height: 40px;
    width: 100%;
}
.wrap .list{
    position: absolute;
    bottom: 28px;
    right: 60px;
}
.wrap .fl{
    float: left;
    width: 530px;
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    line-height: 36px;
    font-weight: normal;
}
.wrap .fl a{
    color: #fff;
}
.wrap .fl a:hover{
    text-decoration: none;
}
.wrap .fl .btn{
    padding-top: 20px;
}
.wrap .fl .btn img{
    vertical-align: middle;
}
.wrap .fl .btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #fff;
    padding: 0 10px;
    line-height: 38px;
    font-size: 22px;
    color: #ff8229;
    text-decoration: none;
}
.wrap .fr{
    float: left;
}
.fr .info{
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 140%;
    font-weight: normal;
    margin-bottom: 10px;
}
.fr .info a{
    color: #fff;
}
.fr .info a:hover{
    text-decoration: none;
}
.fr .info span{
    text-decoration: underline;
}
.list {
    text-align: center;
}
.list li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 10px;
}
.mp {
    background: #FFFFFF;
    /* border-bottom: 5px solid #000; */
    padding: 20px;
}

.mp h2 {
    font-family: arial, helvetica, clean, "微软雅黑", sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.mp ul {
    list-style: none;
    margin: 0px;
}

.mp li {
    list-style: none;
    margin: 5px 0px 15px;
}

.mp li label {
    border: 0px solid #0F0;
    display: inline-block;
    font-weight: bold;
    text-align: right;
    width: 200px;
}

.note {
    background: #EBEFF9;
    border: 1px solid #C2CFF1;
    border-left: none;
    border-right: none;
    font-size: 14px;
    line-height: 1.5em;
    padding: 8px;
    margin-bottom: 10px;
}

.w150 {
    width: 400px;
    height: 26px
}

.button {
    padding-left: 205px;
}

.button input {
    height: 26px;
    width: 120px;
}