/* CSS Document */

body,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

ul {
	list-style: none;
}

img {
	border-style: none;
}

body {
	/* background: #03720e; */
}

.banner {
	width: 1000px;
	height: 332px;
	margin: 0 auto;
}

.banner img{
	border-radius: 10px;
}


.main {
	width: 982px;
	margin: 0 auto;
	background: url(../img/main_t.jpg) no-repeat;
	padding: 10px;
	background: #FFFFFF;
	background-position: top;
	border-radius: 30px;
}

.timu{
	width: 90%;
	font-size: 15px;
	font-family:"微软雅黑";
	border-bottom: 1px dashed;
	margin-bottom: 10px;
}

.biaoti{
	width: 100%;
	min-height: 30px;
	font-weight: 800;
}
.biaoti span{
	font-weight: 800;
}
.daan{
	width: 100%;
	min-height: 30px;
}

.input_text{
	width: 370px;
	height: 20px;
	border-radius: 5px;
}

.input_textarea{
	border-radius: 5px;
}

.submit_{
	width: 100%;
}

.input_button{
	width: 80px;
	height: 30px;
	background: #F05900;
	color: #fff;
	border: none;
	border-radius: 5px;
}

.submit_member{
	width: 90%;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size:14px;
	font-family:"微软雅黑";
}

.submit_member .title{
	font-size:15px;
	font-family:"微软雅黑";
	color: red;
}

.submit_member_name,.submit_member_mobile,.submit_member_email{
	height: 30px;
}

.input_text1{
	width: 200px;
	height: 20px;
	border-radius: 5px;
}

.miaoshu{
	width: 90%;
	font-size:15px;
	font-family:"微软雅黑";
	margin-bottom: 20px;
	border: solid 1px #888;
	min-height: 80px;
	border-radius: 10px;
	padding: 5px;
}