#office_area {
	position: relative;
}
ul.itemGrid {
	margin: 0;
	list-style-type: none;
	padding: 0;
}
ul.itemGrid .col4 {
	width: 25%;
	float: left;
	display: inline-block;
}
ul.itemGrid li {
	padding: 0;
}
ul.itemGrid li .item {
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
	margin: 10px 25px 40px 25px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
}
ul.itemGrid li .Img {
	position: relative;
	display: block;
	overflow: hidden;
}
ul.itemGrid li .Img img {
	display: block;
	width: 100%;
	max-height: 338px;
	max-width: 450px;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
}
ul.itemGrid li .Img:hover img {
	transform: scale(1.05);
}
ul.itemGrid li .contxt {
	position: absolute;
	bottom: 0;
	margin-bottom: -70px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: rgba(255,255,255,0.8);
	transition: all 0.5s ease;
}
ul.itemGrid li .item:hover .contxt {
	margin-bottom: 0;
}
ul.itemGrid li .contxt h3 {
	color: #04339e;
	margin: 10px 0px;
}
ul.itemGrid li .contxt h3 strong {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #04339e;
}
ul.itemGrid li .contxt h3 span {
	font-weight: normal;
	color: #333;
	font-size: 14px;
	margin-left: 15px;
}
ul.itemGrid li .contxt p {
	display: block;
	position: relative;
	padding-top: 30px;
	font-size: 14px;
	color: #333;
	line-height: 1;
	height: 30px;
	opacity: 0;
	transition: all 0.5s ease;
	transition-delay: 0.2s;
	border-top: 1px dotted #CCCCCC;
}
ul.itemGrid li .item:hover .contxt p {
	padding-top: 15px;
	opacity: 1;
}
ul.itemGrid li .contxt a.btn {
	position: absolute;
	right: 10px;
	top: -14px;
	display: inline-block;
	padding: 0px 12px;
	line-height: 28px;
	border-radius: 28px;
	background: #04339e;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	border: 3px solid #FFF;
}
ul.itemGrid li .contxt a.btn:hover {
	background: #ffa800;
}
/*#bg {background: #000;opacity: 0.6;-moz-opacity: 0.6;-ms-opacity: 0.6;-o-opacity: 0.6;-webkit-opacity: 0.6;width: 100%;height: 100%;position: absolute;top: 0;left: 0;filter: alpha(opacity=60);z-index: 1000;position: fixed}
#info {height: 0px;width: 0px;top: 3%;left: 55%;position: absolute;line-height: 18px;}*/
/*#center {width: 510px;    /*height: 750px;*/
/*position: absolute;margin: 60px -350px;z-index: 1001;padding: 15px;
background-color:#fff;}
#center img{width: 100%;height: 100%;}
#center p {padding: 5px;margin: 0px;text-align: right;color: #FFF;position: relative;font-size: 21px;right: 0%;top: 0%;font-weight: bold;}
#center p a {text-decoration: none;color: #999;font-weight: normal;}
#center p a:hover {text-decoration: none;color: #680115;}*/
@media (min-width: 860px) and (max-width: 1400px) {
/*#center {width: 480px;height: 700px;position: absolute;margin: 60px -300px;/}*/
}
@media only screen and (max-width: 1024px) {
ul.itemGrid .col4 {
	width: 50%;
}
ul.itemGrid li .item {
	margin: 10px 20px 30px 20px;
}
}
@media only screen and (max-width: 480px) {
ul.itemGrid .col4 {
	width: 100%;
	float: none;
	display: block;
}
ul.itemGrid li .item {
	margin: 10px;
}
/*#info {height: 0px;width: 0px;top: 60%;left: 50%;position: absolute;line-height: 18px;}
#center {width: 320px;position: absolute;margin: -300px -165px;padding: 5px}*/
}
