.page{
	width:100%;
}

.wrap{
	width: 1200px !Important;
}

.bg{
	width: 100%;
	min-width: 1200px;
	height: 1657px;
	background: url(../img/bg.jpg) top center no-repeat;
}

.city-area{
	position: absolute;
	top: 1135px;left: 50%;
	margin-left: -600px;
	width: 1200px;
}

.city-area .city{
	position: relative;
	float: left;
	margin-right: 58px;
	width: 253px;height: 287px;
	background: url(../img/city-bg.png) no-repeat;
}
.city-area .city1{
	margin-left: 43px;
}
.city-area .city2{
	margin:75px 58px 0 -10px;
}
.city-area .city3{
	margin-left: -10px;
}
.city-area .city4{
	margin:75px 0 0 -10px;
}

.city-area .city .icon{
	position: absolute;
	top: -30px;left: -30px;
	width: 87px;height: 87px;
	z-index: 1;
}
.city-area .city1 .icon{
	background: url(../img/icon1.png) no-repeat; 
}
.city-area .city2 .icon{
	background: url(../img/icon2.png) no-repeat; 
}
.city-area .city3 .icon{
	background: url(../img/icon3.png) no-repeat; 
}
.city-area .city4 .icon{
	background: url(../img/icon4.png) no-repeat; 
}

.city-area .city .img-ibox{
	position: absolute;
	top: 35px;left: 20px;
	width: 202px;height: 140px;
}

.city-area .city .city-name{
	position: absolute;
	bottom: 12px;left: 21px;
	width: 203px;height: 56px;
	line-height: 56px;
	font-size: 37px;
	color: #3e0170;
	font-weight: 700;
	text-align: center;
}

.city-area .city .time{
	position: absolute;
	bottom: -50px;left: 21px;
	width: 203px;height: 50px;
}
.city-area .city .time p{
	line-height: 25px;
	font-size: 17px;
	color: #3e0170;;
	font-weight: 500;
	text-align: center;
}

.city-area .city .arrow{
	position: absolute;
	top: 130px;right: -55px;
	width: 78px;height: 39px;
	background: url(../img/arrow.png) no-repeat;
}
.city-area .city2 .arrow{
	top: 40px;
}
