li{
  list-style: none;
}
.contact .view {
  border: 1px #e6e6e6 solid;
  margin: 30px 0 0 0;
  padding: 20px 20px;
  overflow: hidden;
  position: relative;
}
.contact .view:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 13px #fff solid;
  border-bottom: 13px #fff solid;
}
.contact .choice {
  width: 50%;
  float: left;
  padding: 15px 0 0 0;
}
.contact .choice span {
  display: inline-block;
  width: 80px;
  color: #333333;
}
.contact .choice .btn {
  display: inline-block;
  background: #00479d;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 15px;
  padding: 0 10px;
  min-width: 100px;
  text-align: center;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.contact .choice .btn:hover {
  background: #35a6d5;
}
.contact .choice li {
    position:relative;
  margin: 0 0 15px 0;
}

.contact .choice li font {
    color: #f00;
    display:none;
    font-size: 12px;
    position: absolute;
    right: 40px;
    top: 4px;
}

.contact .choice select {
  border: 1px #e6e6e6 solid;
  width: 272px;
  cursor: pointer;
  padding: 4px 10px;
  padding-right: 40px;
  padding-right: 0\9;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
  background: url(/Public/blt/images/select-bg.png) right 0 no-repeat;
  background: none\9;
}
.contact .choice select::-ms-expand {
  display: none;
}
.contact .p-03 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.contact .xianshi {
  width: 50%;
  float: right;
  padding: 0 0 0 60px;
  line-height: 26px;
}
.contact .xianshi .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
}
.contact .xianshi .man-icon {
  background: url(/Public/blt/images/all-icon.png) 0 -430px;
}
.contact .xianshi .address-icon {
  background: url(/Public/blt/images/all-icon.png) 0 -460px;
}
.contact .xianshi .zip-icon {
  background: url(/Public/blt/images/all-icon.png) 0 -490px;
}
.contact .xianshi .phone-icon {
  background: url(/Public/blt/images/all-icon.png) 0 -520px;
}
.contact .xianshi .email-icon {
  background: url(/Public/blt/images/all-icon.png) 0 -550px;
}