/* 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 {
    width: 100%;
    font: 12px "微软雅黑";
    color: #000;
}

.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;
	margin-bottom: 50px;
	padding-top: 30px;
}

.toupiao_div{
	width: 95%;
}

.toupiao_item{
	width: 230px;
	height: 300px;
	display: inline-block;
}

.toupiao_item .img_div img{
	width: 200px;
	height: 200px;
	border-radius: 10px;
}

.input_text{
	width: 370px;
	height: 20px;
	border-radius: 5px;
}

.input_textarea{
	border-radius: 5px;
}

.bottom_btn{
	margin-top: 30px;
}

.submit_{
	width: 100%;
}

.input_button{
	width: 80px;
	height: 30px;
	background: #F05900;
	color: #fff;
	border: none;
	border-radius: 5px;
}

.input_detail{
	display: inline-block;
	width: 60px;
	height: 25px;
	line-height: 25px;
	background: #F05900;
	color: #fff;
	border-radius: 5px;
	text-decoration:none;
}

.item_select,.item_paiming,.item_name{
	margin-top: 2px;
}

.miaoshu{
	width: 90%;
	font-size:15px;
	font-family:"微软雅黑";
	margin-bottom: 20px;
	border: solid 1px #888;
	min-height: 80px;
	border-radius: 10px;
	padding: 5px;
}