.map{
    height:400px;
    border:1px solid #e5e5e5;
}
.mes{
    margin-top:76px;    
}
.mes li {
    margin-top:30px;    
    width:25%;
    float:left;
    text-align: center;
}
.mes li p{
    color:#333333;
}
/* .mes li .sub-icon-title{
    color:
} */
.message{
    margin-bottom:40px;
    margin-top:100px;
}
.message-left{
    float:left;
    width:330px;
    text-align: center;
    margin-right:100px;
}
.message-left h1{
    font-weight: normal;
    font-size: 24px;
    color: rgb( 51, 51, 51 );
    margin-bottom:20px;
}
.message-left div{
    width:270px;
    height:270px;
    padding:15px;
    box-sizing: border-box;
    background-color:#f4f4f4;
    margin:0 auto;
}
.message-right{
    float:right;
    width:calc(100% - 430px);
}
.message-right h4{
    font-weight: normal;
    font-size: 24px;
    color: rgb( 51, 51, 51 );
    margin-bottom:20px;
}
.message-right #mesform{
    height:303px;
    background-color:#f4f4f4;
    padding:15px;
    box-sizing: border-box;
}
.sub-mes-user span{
    display: block;
    width:calc((100% - 12px) / 2);
    float:left;
    border-radius:3px;
}
.sub-mes-user span:first-child{
    margin-right:12px;
}
#mesform label{
    display: block;
    font-size:14px;
    margin-bottom:8px;
    color:#5a5a5a;
}
#mesform label samp{
    color:red;
}
.sub-mes-user span input{
    width:100%;
    height:30px;
    line-height:40px;
    text-indent:10px;
    border:1px solid #dedede;
    box-sizing: border-box;
}
.sub-mes-content{
    margin-top:20px;
}
.sub-mes-content textarea{
    width:100%;
    height:105px;
    border-radius:3px;
    border:1px solid #dedede;
    box-sizing: border-box;
    resize: none;
}
.sub-btn{
    margin-top: 20px;
}
.sub-btn button{
    float:right;
    height:40px;
    line-height:40px;
    width:150px;
    border-radius:5px;
    font-size:15px;
    box-sizing: border-box;
    color:#fff;
    background-color: #14a83b;
}
p.sub-icon-title{
    font-weight: bold;
    margin:5px 0;
}

@media screen and (max-width:1279px) and (min-width:960px){
    .mes li p{
        font-size:14px;
    }
    .map{
        height:350px;
    }
}
@media screen and (max-width:959px) and (min-width:768px){
    .map{
        height:300px;
    }
    .mes li p{
        font-size:12px;
    }
    .mes li img{
        width:80px;
        height:80px;
        
    }
    .message-left {
        margin-right: 20px;
    }
    .message-right {
        width: calc(100% - 350px);
    }
}
@media screen and (max-width:767px) and (min-width:479px){
    .map{
        height:250px;
    }
    .mes li{
        width:33%;
        height:112px;
    }
    .mes li p{
        font-size:12px;
    }
    .mes li img{
        width:60px;
        height:60px;
        
    }
    .message-left {
        float:none;
        width:100%;
        margin-right:0;
    }
    .message-right {
        float:none;
        margin-top:30px;
        width: 100%;
    }
    .message-right h4{
        text-align: center;
    }
}
@media screen and (max-width:478px){
    .map{
        height:200px;
    }
    .mes li{
        width:50%;
        height:112px;
    }
    .mes li p{
        font-size:12px;
    }
    .mes li img{
        width:60px;
        height:60px;
        
    }
    .message-left {
        float:none;
        width:100%;
        margin-right:0;
    }
    .message-right {
        float:none;
        margin-top:30px;
        width: 100%;
    }
    .message-right h4{
        text-align: center;
    }
    .message {
        margin-top: 40px;
    }
    .mes{
        margin-top:10px;    
    }
}