.banner {
	margin-bottom: 50px;
}

.banner>img {
	width: 100%;
}

.company .bg {
	height: 165px;
	margin-bottom: 40px;
	background-image: url(../images/gywm/company.png);
}

.company .icon-row {
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}

.company .icon-row .item {
	width: 100px;
}

.company .icon-row .item .icon {
	height: 60px;
	margin-bottom: 30px;
}

.company .icon-row .item .text {
	margin-bottom: 10px;
	font-size: 16px;
	color: #3071B9;
	text-align: center;
}

.company .icon-row .item.highLevel .icon {
	background: url(../images/gywm/highLevel.png) center center no-repeat;
}

.company .icon-row .item.knowledge .icon {
	background: url(../images/gywm/knowledge.png) center center no-repeat;
}

.company .icon-row .item.train .icon {
	background: url(../images/gywm/train.png) center center no-repeat;
}

.layout .icon-row {
	display: flex;
	justify-content: space-between;
}

.layout .icon-row .item {
	width: 212px;
	padding-top: 242px;
}

.layout .icon-row .item .left {
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
}

.layout .icon-row .item .right {
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
}

.layout .icon-row .item.primary-edu {
	background: url(../images/gywm/primary-edu.png) no-repeat;
}

.layout .icon-row .item.primary-edu .left {
	background: url(../images/gywm/quality.png) 0 center no-repeat;
}

.layout .icon-row .item.primary-edu .right {
	background: url(../images/gywm/wisdom.png) 0 center no-repeat;
}

.layout .icon-row .item.adult-edu {
	background: url(../images/gywm/crjy.png) no-repeat;
}

.layout .icon-row .item.adult-edu .left {
	background: url(../images/gywm/again.png) 0 center no-repeat;
}

.layout .icon-row .item.adult-edu .right {
	background: url(../images/gywm/job.png) 0 center no-repeat;
}

.layout .icon-row .item.service {
	background: url(../images/gywm/service.png) no-repeat;
}

.layout .icon-row .item.service .left {
	background: url(../images/gywm/recruit.png) 0 center no-repeat;
}

.layout .icon-row .item.service .right {
	background: url(../images/gywm/select.png) 0 center no-repeat;
}

.mapContainer {
	padding-top: 50px;
	background: #FAFDFF;
}

.mapContainer .map {
	position: relative;
	height: 600px;
	background: url(../images/gywm/map33.png) no-repeat;
}

.mapContainer .map .location {
	position: absolute;
	top: 280px;
	left: 554px;
	width: 160px;
	/* height: 89px; */
	padding: 10px 15px;
	background: linear-gradient(180deg, #FDFEFE, #E6EAF6);
	box-shadow: 0px 0px 72px 23px rgba(213, 201, 202, 0.14);
	border-radius: 10px;
	border: 1px solid #568AC5;
}

.mapContainer .map .context {
	float: right;
	width: 458px;
}

.mapContainer .map .context .item {
	line-height: 36px;
	padding: 45px 30px;
	background-color: #fff;
}

.mapContainer .map .context .item .keyword {
	font-size: 18px;
	color: #3071B9;
}

.module .business-row .item {
	float: left;
	width: 25%;
}

.module .business-row .item .title {
	height: 78px;
	line-height: 78px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.module .business-row .item .intro {
	height: 172px;
	padding: 20px 40px 40px;
	line-height: 30px;
	background: #FAFCFF;
	box-shadow: 6px 6px 17px 0px rgba(109, 145, 205, 0.1);
}

.module .business-row .item.job .title {
	background: url(../images/gywm/business-job.png);
}

.module .business-row .item.company .title {
	background: url(../images/gywm/business-company.png);
}

.module .business-row .item.k12 .title {
	background: url(../images/gywm/business-k12.png);
}

.module .business-row .item.person .title {
	background: url(../images/gywm/business-person.png);
}