/*=====================单位地址图片=====================*/
.address{
	margin:0 auto;
	height:300px;
}
.address img{
	width: 100%;
	height:100%;
}
/*========================联系我们===========================*/
.succ div{
	width: 100%;
	text-align: center;
}
.succ div strong{
	font-family: 'STHeitiSC-Light';
	font-size: 34px;
	color: #000000;
	letter-spacing: 0px;
	display:block;
}
.succ div span{
	font-size:18px;
	font-family:'ArialMT';
	color:#999;
}
.contact{
	height:460px;
	width: 1140px;
	padding:30px 0px 0px 0px;
	margin:0 auto;
}
.contact ul{
	width: 486px;
	height: 284px;
	border-right:1px solid #ccc;
	margin: 50px 0 0 68px;
	float:left;
}
.contact ul li{
	margin-bottom:30px;
	display:block;
	height: 28px;
}
.contact ul .last{
	margin-bottom:0;
}
.contact ul li:nth-child(2){
	height:72px;
}
.contact ul li span{
	float: left;
	width: 30px;
	height: 28px;
}
.contact ul li:nth-child(1) span{
	background:url(../img/company1.png) no-repeat;
}
.contact ul li:nth-child(2) span{
	background:url(../img/location.png) no-repeat;
}
.contact ul li:nth-child(3) span{
	background:url(../img/phone.png) no-repeat;
}
.contact ul li:nth-child(4) span{
	background:url(../img/email.png) no-repeat;
}

.contact ul li p{
	float: left;
	line-height: 28px;
	margin-left:35px;
	font-family: 'STHeitiSC-Light';
	font-size: 18px;
	color: #363636;
	letter-spacing: 0px;
}
.contact ul li:nth-child(2) p{
	width: 362px;
	line-height:36px;
	
}
.contact ul .last span{
	height:21px;
}
.contact .sub{
	height: 344px;
	width: 340px;
	float: left;
	margin: 50px 0 0 96px;
}
.contact .sub input{
	width:326px;
	height: 38px;
	font-family: 'STHeitiSC-Light';
	font-size: 14px;
	color: #CCCCCC;
	padding-left: 12px;
	margin-bottom:18px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
}
.contact .sub textarea{
	width: 338px;
	height: 94px;
	margin-bottom:17px;
	resize:none;
	font-family: 'STHeitiSC-Light';
	font-size: 14px;
	color: #CCCCCC;
	line-height: 26px;
	text-indent:12px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
}
.contact .sub .btn{
	width: 140px;
	height: 40px;
	background: #ffffff;
	font-size: 16px;
	color: #5388FF;
	margin:0;
	cursor:pointer;
	float: left;
	border:none;
	border:1px solid #5388FF;
    border-radius: 30px;
}
.contact .sub .btn:hover{
	background: #5388FF;
	font-size: 16px;
	color: #FFFFFF;
	box-shadow: 0 2px 20px 0 rgba(113,141,255,0.35);
	
}
