*{
	margin:0;
	padding:0;
}
ul li{
	list-style-type: none;
}
.img img{
	width:100%;
}
.message{
	overflow: hidden;
    width: 1200px;
    margin: auto;
    position: relative;
    bottom: 89px;
}
.message_left_back{
	background-image:url(../images/top_img.jpg);
	background-repeat: no-repeat;
    height: 85px;
    display: inline-block;
    width: 210px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.message_left_back p{
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}
.message_content_right{
    background: #fff;
    padding: 0 40px;
}
.message_right_title{
    overflow: hidden;
    margin-top: 28px;
    border-bottom: 1px dashed #cccccc;
    padding: 0 25px 15px 15px;
}
.message_right_title p{
	display: inline-block;
    margin-left: 20px;
    font-weight: 700;
}
.message_right_child{
	float:right;
}
.message_right_child img{
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
}
.message_right_child a{
	color:#666666;
	font-size:12px;
}
.message_container_two{
    margin-top: 90px;
}


.form{
	width: 700px;
    margin: auto;
}
#form_one{
    font-size: 0px;
    display: inline-block;
    width: 71%;
    padding: 0 2%;
    float: right;
    overflow: hidden;
    padding-bottom: 80px;
}
.form_one_input{
    border: 1px solid #dedede;
    line-height: 30px;
    padding: 0 1%;
    width: 330px;
    margin: 12.5px 0;
}
#name{

}
#phone{

}
#postbox{

}
#ta1{
    display: block;
    width: 97%;
    height: 150px;
    margin: 12.5px 0px;
    overflow: hidden;
    resize: none;
    border: 1px solid #dedede;
    padding: 1%;
    font-family: 微软雅黑;
}
#bu{
    width: 160px;
    margin: auto;
    text-align: center;
    border: 1px solid #0f84c5;
    line-height: 35px;
    margin-top: 35px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    background-color: #0f84c5;
    display: block;
}