.agency-link .row{
	border:1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 0 10px #ccc;
	background-color: #fff;
	margin-bottom: 10px;
}
.agency-link h4{
	text-align: center;
}
.agency-link .fadeInLeft{
	margin-top: 10px;
}
.centre-link .row>div.centre-hover{
	position: relative;
	padding:0;
	transition:opacity 1s;
	-webkit-transition:opacity 1s; /* Safari */
}

.centre-link .row>div>div{
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	transition:opacity 1s;
	-webkit-transition:opacity 1s;
	opacity: 0;
}
.centre-link .row .mask span{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #ff9800;
	text-align: center;
	line-height: 40px;
	z-index: 22;
	color: #fff;
	font-size: 32px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -15px;
	margin-left: -15px;
	cursor: pointer;
}
.centre-link .row div.centre-hover:hover .mask{
	opacity: 1;
}
#myModal button.close{
	position: absolute;
	top:-15px;
	right: -10px;
	background: #ff8900;
	opacity: 1;
	border-radius: 100%;
	color:#fff;
	padding:8px 11px;
}
.centre-link .line{
	width: 100%;
	height: 30px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	box-shadow: 0 0 15px #ff9800;
}
.centre-link .brief_text{
	border:1px solid #ccc;
	color: #ff8900;
	padding:10px 5px;
	background-color: #eee;
	box-shadow: 0 0 15px #ccc;
}
.institution_link .institution_link-subtitle{
	width: 80%;
	color: #666;
	margin:0 auto;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;

}

/*中介*/
#services,#migration{
  background: #000 url(../geaimages/bg1.jpg);
  background-size: cover;
  position: relative;
}
#migration{
	background: #000 url(../geaimages/bg2.jpg);
}
.service-item .menban{
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}
.service-item .lead,
.service-item h2{
  color: #fff;
  margin-top: 50px;
}
.service-item .lead{
	text-align: left;
}

.services-wrap {
  padding: 20px 20px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}

.services-wrap h3 {
  font-size: 22px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}
.services-wrap .pull-left span{
	vertical-align: middle;
	color: #ff8900;
}
.services-wrap .media-body{
	min-height: 54px;
}


/*教育项目*/
#carousel-generic .item_text{
	background-color: rgba(0,0,0,0.6);
	border-radius: 5px;
	padding:20px 20%;
	padding-bottom: 50px;
}
#carousel-generic .item_text h3{
	color: #ff8900;
	margin-top: 10px;
	font-size: 18px;
}
#carousel-generic .item_text p{
	padding-bottom: 10px;
	color: #fff;
}
#edu .row{
	border:1px solid #ccc;
	padding:10px 10px;
	border-radius: 5px;
	background-color: #eee;
}