@charset "utf-8";
.tit h1{
    font-size: 24px;
    text-align: center;
	line-height:50px;
	border-bottom:1px #efefef solid;
	margin-bottom:20px;
}
.tit p{
    text-align: center;
    font-size: 14px;
    color: #999;
	line-height:30px;
    margin-bottom: 15px;
}
.contact h1{
    font-size: 22px;
}
.contact p{
    margin: 10px 0;
}
.contact p span{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.contact iframe{
    border: 1px solid #ddd;
}
.menu{
    font-size: 16px;
    line-height: 40px;
    box-shadow: 2px 0 5px #bbb;
}
.contain{
    padding: 30px 0;
}

/*message start*/
.message form{
    width: 500px;
    margin: 30px auto;
    font-size: 14px;
}
.message form div{
    overflow: hidden;
}
.message form label{
    display: block;
    float: left;
    line-height: 26px;
    width: 100px;
    text-align: right;
    margin-bottom: 10px;
}
.message form div input{
    display: block;
    float: left;
    outline: none;
    height: 24px;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 0;
    width: 380px;
    text-indent: 5px;
    margin-bottom: 10px;
}
.message form i{
    display: block;
    float: left;
    line-height: 26px;
    color: #f00;
    margin-bottom: 10px;
}
.message form textarea{
    display: block;
    float: left;
    outline: none;
    height: 72px;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 0;
    width: 380px;
    text-indent: 5px;
    margin-bottom: 10px;
}
.message form p{
    color: #f00;
    text-align: right;
}
.message form .sumb{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #fff;
    background: #30af53;
    outline: none;
}
.message form .sumb:hover{
    background: #1d9c40;
}
/*message end*/