.tabmain {
	margin-top: -15%;
}

.tab {
	position: relative;
	height: auto;
	padding: 5%;
	background: none;
	margin: 5% auto;
}
.tab:hover{
	background-color: #FFD200;
}
.contactleft {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 50%;
}
.tab:nth-child(even) .contactleft{
	margin-left: 50%;
}
.tab:nth-child(even) .contactright{
	margin-top: -25%;
	margin-left: 2%;
	background: url(../img/tabbg1.png) no-repeat center;
	background-size: 100%;
}
.contactright {
	position: relative;
	background: url(../img/tabbg.png) no-repeat center;
	background-size:100%;
	background-position-x: 0;
	z-index: 2;
	width: 42%;
	margin: 0;
	margin-top: 5%;
	margin-left: -2%;
	padding: 5%;
	box-shadow: 1px 1px 5px gray;
}
.contactleft img {
	height: 100%;
	width: 100%;
}

.mititle {
	margin: 0;
	font-size: 16px;
	padding-bottom: 5%;
	border-bottom: 1px solid #FFD200;
}

.addr {
	height: 100px;
	overflow: hidden;
}

.more {
	float: right;
	font-size: 14px;
	color: #FFD200;
}


.time {
	position: absolute;
	font-size: 16px;
	height: 25%;
	width: 50%;
	top: 5%;
	left: 5%;
	z-index: 1000;
}

.day {
	color: #FFD200;
	font-size: 28px;
}

.controlpad{
	display: block;
	height: 30px;
	text-align: center;
}
.control{
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	font-size: 16px;
	line-height: 30px;
	color: white;
	margin:0 10px;
	background-color: #FFD200;
	vertical-align: middle;
}
.page{
	display: inline-block;
	height: 10px;
	width: 10px;
	margin:0 10px;
	border-radius: 20px;
	background-color: #808080;
	vertical-align: middle;
}
.actpage{
	height: 16px;
	width: 16px;
	margin: 0 7px;
}
.page:hover{
	transition: all 300ms; 
	height: 16px;
	width: 16px;
	margin: 0 7px;
}
@media only screen and (max-width: 880px) {
	.mititle {
		font-size: 14px;
	}
	.contactleft {
		width: 100%;
	}
	.contactright {
		background: none;
		background-color: white;
		width: 90%;
		margin: 0 auto;
	}
	.tab:nth-child(even) .contactleft{
		margin: auto;
	}
	.tab:nth-child(even) .contactright{
		margin: auto;
		background: none;
		background-color: white;
	}
	.addr {
		font-size: 12px;
	}
	.container {
		margin-top: 0;
	}
}