#map {
	width: 100%;
	height: 500px;
	margin: 0 auto;
}
.tab-container {
	width: 100%;
	height: 60px;
	background: #f5f5f5;
	text-align: center;
	margin: 0 auto;
}
.tab-container .tab-l{
	float: left;
	width: 230px;
	height: 60px;
	color: #666666;
	font-size: 0;
}
.tab-container .tab-l .text {
	display: inline-block;
	font-size: 14px;
	width: 50%;
	text-align: center;
	line-height: 60px;
}
.tab-container .tab-r {
	width: 340px;
	height: 60px;
	font-size: 14px;
	color: #fff;
	background: #4f0000;
	float: right;
	line-height: 60px;
}
.wrapper1 {
	width: 1200px;
	height: 520px;
	margin: 0 auto;
}
.wrapper1 img{
	display: block;
	margin: 76px auto 40px;
}
.wrapper1 .container {
	width: 100%;
	font-size: 0;
}
.wrapper1 .container .box {
	float: left;
	width: 270px;
	height: 272px;
	background: #ececec;
}
.wrapper1 .container .box img {
	margin: 50px auto 41px;
}
.wrapper1 .container .box .p1 {
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	margin-left: 25px;
}
.wrapper1 .container .box .qrcode {
	margin-top: 76px;
}


.mess-container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.mess-box{
	width: 428px;
	height: 500px;
	background: rgba(0,0,0,0.85);
	position: absolute;
	z-index: 1000;
	right: 0;
}
.mess-box .mess-con {
	width: 375px;
	margin: 45px auto 0;
}
.mess-box .mess-con .form-title {
	display: block;
	margin: 0 auto 20px;
}
.mess-box .mess-con .text-box .text{
	font-size: 18px;
	color: #ffffff;
}
.mess-box .mess-con .text-box .last-text {
	display: inline-block;
	margin-top: 5px;
}
.mess-box .mess-con .text-box .name-box,.mess-box .mess-con .text-box .tel-box {
	border: 1px solid #656565;
	width: 310px;
	height: 37px;
	background: rgba(0,0,0,0);
	color: #fff;
	font-size: 18px;
}
.mess-box .mess-con .text-box .mess {
	border: 1px solid #656565;
	width: 306px;
	height: 148px;
	background: rgba(0,0,0,0);
	color: #fff;
	font-size: 18px;
	vertical-align: top;
	resize: none;
}
.mess-box .mess-con .btn {
	border: 1px solid #656565;
	width: 96px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	float: right;
	margin: 10px 18px 0 0;
}
.mess-box .mess-con .btn:hover {
	cursor: pointer;
}


#box1 {
	animation-duration: 1s;
	animation-delay: 0.8s;
	animation-iteration-count: 1;
}
#box2 {
	animation-duration: 1s;
	animation-delay: 1.0s;
	animation-iteration-count: 1;
}
#box3 {
	animation-duration: 1s;
	animation-delay: 1.2s;
	animation-iteration-count: 1;
}
#box4 {
	animation-duration: 1s;
	animation-delay: 1.4s;
	animation-iteration-count: 1;
}