.bk{
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed
}
.color{
    background-color:	#18BE9E
   
}
.border{
    border-right: 1px solid #30444c
}
.font{
    font-family: 'Ubuntu', sans-serif;
    
}
.logo{
    width: 50px
}
.ul li{
    display: block;
    line-height: 22px;
    opacity: 0.6;
    margin-left: -38px;
}
.lm{
    display: block;
    line-height: 32px;;
    color: white

}
.lead {
    margin-bottom: 5px;
    font-weight: 500;
    color: red;
    font-size: 14px;
    font-weight:bold
}
.p4{
    width: 42px;
    margin-top: 8px;
    margin-left: 2px;
}
.lbr li{
    display: inline-block;
    padding-right: 20px
}
.lbr {
    display: inline;
}
.form-cntrol {
    display: inline-block;
    width: 40%;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }