html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: rgba(0,0,0,0);
}
ul,li{
    list-style: none;
    padding: 0;
}
a {
    text-decoration: none;
    outline: thin none;
}
img {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: top;
}
* {
    outline: 0;
}


form {
    overflow: hidden;
    width: 950px;
    position: absolute;
    margin-left: 5px;
}
form li {
    float: left;
    width: 168px;
    height: 50px;
    margin-left: 12px;
    background: url(../images/zp_bg1.png) no-repeat;
    background-size: 100% 100%;
}
form li:nth-child(1) {
    margin: 0px;
    background: url(../images/zp_bg2.png) no-repeat;
    background-size: 100% 100%;
    width: 398px;
}
form input {
    background: no-repeat;
    color: #43b8d1;
    border: 0px;
    height: 50px;
    line-height: 50px;
    float: left;
    padding-left: 10px;
}
form input::-webkit-input-placeholder {
    color: #43b8d1;
}

form input::-moz-placeholder {
    color: #43b8d1;
}

form input:-ms-input-placeholder {
    color: #43b8d1;
} 
form li a {
    width: 16%;
    font-size: 14px;
    color: #43b8d1;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
form li img {
    margin-top: 10px;
    margin-left: 10px;
}
form select {
    background: no-repeat;
    color: #43b8d1;
    border: 0px;
    height: 50px;
    line-height: 50px;
    float: right;
    margin-right: 10px;
    appearance: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
form select option {
    display: block;
    width: 160px;
    direction: ltr;
    background: #1b498e;
    padding: 2px 5px;
}

.zp{
    width: 880px;
    height: 370px;
    background: url(../images/zp_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 20px 35px;
    position: absolute;
    top: 80px;
}
.zp ul {
    padding-left: 0;
    overflow-y: auto;
    height: 338px;
    margin-top: 15px;
}
.zp ul li{
    color: #fff;
    padding: 15px 0px;
    background: url(../images/zp_xian.png) no-repeat bottom;
    background-size: 100% auto;
}
.zp ul li:first-child{
    margin-top: 0px;
}
.zp ul li:last-child{
    margin-bottom: 0px;
    background: transparent;
}
.zp ul::-webkit-scrollbar {
  width: 5px;
}
.zp ul::-webkit-scrollbar-track {
  background-color: #102451;
  -webkit-border-radius: 1em;
  -moz-border-radius:1em;
  border-radius: 1em;
}

.zp ul::-webkit-scrollbar-thumb {
  background-color: #3eeff9;
  -webkit-border-radius: 1.1em;
  -moz-border-radius: 1.1em;
  border-radius: 1.1em;
  height: 50px;
}

.zp ul li a img{
    width: 100%;
}
.zp ul li span{
    display: inline-block;
    width: 24%;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 50px;
    padding-right: 1%;
}
.zp ul li span:nth-child(2){
    width: 20%;
}
.zp ul li span:nth-child(3){
    width: 25%;
}
.zp ul li span:nth-child(4){
    width: 10%;
    text-align: center;
}
.zp ul li span:last-child{
    width: 15%;
    padding-right: 0;
}
.zp p {
    font-size: 17px;
    color: #fff;
    text-align: center;
}

















