@charset "utf-8";
/* CSS Document */
.fla{
	width: 100%;
	height: 700px;
	
	background-position: center top;
	background-size: auto 100%;
}
.con{
	width: 1075px;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
}
.left{
	float: left;
	width: 405px;
	height: auto;
	overflow: hidden;
	padding-right: 65px;
	border-right: dashed 2px #d9d9d9;
	padding-top: 10px;
	box-sizing: border-box;
}
.left h1{
	margin-bottom: 20px;
	font-size: 26px;
	color: #333333;
}
.left img{
	margin-bottom: 25px;
	margin-left: 13px;
}
.left input[type=text]{
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	border-radius: 4px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.left textarea{
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	border-radius: 4px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.left input[type=submit]{
	width: 70px;
	height: 40px;
	box-sizing: border-box;
	border: solid 0px #d7d7d7;
	border-radius: 4px;
	float: right;
	color: #fff;
	background-color: #929292;
}
.right{
	float: right;
	width: 605px;
	height: auto;
	overflow: hidden;
	line-height: 32px;
	color: #4e4d4d;
	font-size: 14px;
}
.right p{
	padding-left: 20px;
}
.ditu{
	width: 605px;
	height: 325px;
	overflow: hidden;
	margin-bottom: 20px;
}
.alliance{
	float: right;
	overflow: hidden;
	padding-left: 65px;
	border-left: dashed 2px #d9d9d9;
	padding-right: 0;
	border-right: 0;
}
.alliance h1 span{
	font-size:18px;
	font-weight: normal;
	display: block;
}
.alliance2{
	float: left;
}