/* CSS Document */
.culture{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 82px;
}
.part{
	background: url(../images/culturebg.jpg); width: 424px; height: 680px; text-align: center; position: relative;
}
.part1{
	background-position: left;
}
.part2{
	background-position: center;
}
.part3{
	background-position: right;
}
.lines{
	width: 3px; height: 680px; background: #fff;
}
.part .tl, .part .tline{
	color: #5e9d79; font-size: 22px; font-weight: bolder; margin-top: 125px;
}
.tline{
	margin: 25px 0 !important;
}
.part .tt{
	color: #666666; font-size: 14px; font-weight: bolder;
}
.part .hover{
	position: absolute; width: 100%; height: 100%; background: #5f9d79; top: 0; left: 0; display: none;
}
.partNow .hover{
    display: block;
}
.partNow{
	width: 600px; transition:.4s;
}
.partNow.part3{
	width: 800px
}
.part .hover .tl, .part .hover .tline{
	color: #fff; font-size: 26px; margin-top: 125px; font-weight: unset;
}
.hover .tline{
	margin: 20px 0 26px!important;
}
.part .hover .tt{
	color: #fff; font-size: 18px;  font-weight: unset;
}
.slogo{
	width: 117px; position: absolute; bottom: 36px; left: 50%; margin-left: -59px;
}
.ttlist{
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-evenly;
	justify-content: space-evenly;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.one{
	font-size: 16px; color: #fff; width: 242px; text-align: center; margin-bottom: 36px;
}
.one .st{
	font-weight: bolder; width: 107px; height: 31px; border-radius: 16px; border: 1px solid #dbdbdb; text-align: center; line-height: 30px; margin: 0 auto 12px;
}