.banner-bar{
	width:100%;
	height: 550px;
	position: relative;
	overflow: hidden;
	background:url(../img/shangwu_banner_bg.jpg) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner{
    width: 1200px;
    margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_button{
	width: 100px;
	height: 40px;
	background:#fff;
	border-radius: 6px;
	text-align: center;
	line-height: 40px;
	color: #49a72f;
	font-weight: 600;
	margin-top: 30px;
}

.main-content{
	padding-top:100px;
	height: auto;
	background-color: #FFFFFF;
	width: 100%;
	padding-bottom: 100px;
}
.paper{
	width: 1200px;
	height: auto;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 10px rgba(50,157,119,.06);
	border-radius: 9px;
	overflow: hidden;
	padding-bottom: 100px;
}

.paper-left{
	width: 345px;
	height: 100%;
	background-color: #FFFFFF;
}
.paper-right{
	width: 850px;
	height: 100%;
	background-color: #ffffff;
}

.right-title-bar{
	width: 100%;
	height: 84px;
	background-color: #f1fdf8;
	line-height: 84px;
	border-left: 10px solid #07d384;
	display: flex;
	justify-content: space-between;
}

.input-box{
	width: 480px;
	height: 50px;
	border-radius: 2px;
	border:solid 1px #a074c4;
	font-size: 18px;
	text-indent: 1em;
}
.text-area{
	max-width: 480px;
	min-width: 480px;
	border-radius: 2px;
	border:solid 1px #a074c4;
	font-size: 18px;
	text-indent: 1em;
	min-height: 50px;
	height: 200px;
	max-height: 210px;
	font-family: '微软雅黑';
	padding: 15px 0;
	line-height: 1.5;
}
.text-area:focus{
	outline: #baf4df;
}
.submit-button{
	width: 170px;
	height: 60px;
	background-color:#a074c4 ;
	border-radius: 6px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 113px;
	margin-top:20px;
	
}