#blander {
	position: relative;
}

#blander .bg img {
	width: 100%;
}

#blander .bg .small {
	display: none;
}


@media screen and (max-width: 1080px) {

	#blander .bg .big {
		display: none;
	}

	#blander .bg .small {
		display: block;
	}
}

/* 业务范围 */
#business {}

#business .content ul {
	display: flex;
}

#business .content li {
	margin-right: 12px;
	display: flex;
	flex-flow: column-reverse;
}

#business .content li:nth-last-child(1) {
	margin-right: 0;
}

#business .content .text {
	flex: auto;
	padding: 10px;
}

#business .content .text h3 {
	line-height: 2em;
}

#business .content .text p {
	font-size: 1em;
}

#business .content .img {
	padding-bottom: 100%;
	height: 0;
}



/* 推荐信息 */
#tuijian {
	padding: 80px 20px;
}

#tuijian .content ul {
	display: flex;
	flex-flow: wrap;
}

#tuijian .content li {
	flex: 0 0 calc((100% - 40px)/3);
	padding-bottom: calc((100% - 48px)/3);
	height: 0;
	overflow: hidden;
	margin: 0 20px 20px 0;
	position: relative;
	transition: all .8s;
}

#tuijian .content li::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
}

#tuijian .content li:hover::after {
	height: 100%;
}

#tuijian .content li:nth-child(1) {
	flex: 0 0 calc((100% - 40px)/3*2 + 20px);
}

#tuijian .content li:nth-child(2),
#tuijian .content li:nth-last-child(1) {
	margin-right: 0;
}

#tuijian .content li:nth-last-child(-n+3) {
	margin-bottom: 0;
}

#tuijian .content .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 30px;
	color: #FFFFFF;
	transform: translate(0, 3em);
	transition: inherit;
	z-index: 1;
}

#tuijian .content li:hover .text {
	transform: translate(0, 0);
}

#tuijian .content .text h3 {
	margin-bottom: 12px;
	font-size: 2em;
	line-height: 1.5em;
	font-weight: bold;
}


#tuijian .content .text .link {
	font-size: 1.2em;
	line-height: 3em;
}

#tuijian .content .text .link::after {
	content: '>';
	color: brown;
	margin-left: 10px;
}

#tuijian .content li .img {
	transition: inherit;
}

#tuijian .content li:hover .img {
	transform: scale(1.1);
}



/* 河洛娃娃 */
#banner2 .main {
	position: relative;
}

#banner2 .text {
	position: absolute;
	bottom: 50%;
	left: 10%;
	transform: translate(0, 50%);
	color: #17425E;
}

#banner2 .text h2 {
	line-height: 2em;
}

#banner2 .text p {
	line-height: 1.5em;
}

#banner2 .title .link {
	display: inline-block;
	border: 1px solid #FFFFFF;
	line-height: 38px;
	padding: 0 20px;
	margin: 20px 0;
}

#banner2 .bg img {
	width: 100%;
}

#banner2 .bg .small {
	display: none;
}

@media screen and (max-width: 1080px) {
	#banner2 .text {
		display: none;
	}

	#banner2 .bg .big {
		display: none;
	}

	#banner2 .bg .small {
		display: block;
	}
}



/* 荣誉 */
#rongyu {}

#rongyu .content ul {
	display: flex;
}

#rongyu .content li {
	background-color: rgb(248, 248, 248);
	flex: auto;
	margin-right: 12px;
	display: flex;
	flex-flow: column-reverse;
}

#rongyu .content li:nth-last-child(1) {
	margin-left: 0;
}

#rongyu .content .img {
	padding-bottom: 75%;
	height: 0;
}

#rongyu .content .text {
	flex: auto;
	padding: 28px;
}

#rongyu .content .text h3 {
	line-height: 2em;
}

#rongyu .content .text i {
	margin: 0 20px 0 0;
}
