.liuyan-box{
    border: 1px solid #ccc;
    padding:20px 30px;
}

.liu-input1{
    border:1px solid #ddd;
    border-radius: 4px;
    background-color:transparent;
    width:400px;
    margin:0 auto;
}
.liu-input1 li{
    overflow:hidden;
}
.liu-input1 li label{
    float:left;
    display:block;
    line-height:80px;
    width:100px;
    text-align:right;
    color:rgb(247, 130, 88);
}
.liu-input1 li span{
    float:left;
    display:block;
    line-height:80px;
    color:#fff;
}
.liu-input1 .message-btn {
background: #fff;
    color: #333;
    outline: none;
    border:1px solid #666;
    padding: 5px 25px;
    margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom:20px;
    border-radius: 3px;
}
.liu-input1 .message-btn:hover{
    border:1px solid #0c3a76;
    color:#0c3a76;
}
.liu-input1 input{
    width:236px;
    height: 36px;
    outline: none;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    border:1px solid #666;
    border-radius: 3px;
    float:left
}
.liu-ter textarea{
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border:1px solid #ccc;
    border-left:0;
    border-right:0;
    padding:10px;
    color:#333;
    resize:none;
}
.liu-st {
    text-align: right;
    padding: 20px 0;
    padding-right: 20px;
}
.liu-st  input{
    padding: 8px 25px;
    background: #2ca501;
    outline: none;
    border: none;
    border-radius: 3px;
}


.liu-contact p{
    line-height: 50px;
    color:#333;
    font-size:14px;
    border-bottom:1px solid #ccc;
}
.liu-p{
    line-height: 70px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color:#fff;
    text-shadow:2px 0px 5px #333,
    -2px 0px 5px #333,
    0px 2px 5px #333,
    0px -2px 5px #333;
}
.pt20{
    padding-bottom:20px;
}