@charset "utf-8";
/* CSS Document */
.history-con{position: relative;}
.history-con .desc {
	margin: 80px auto 0;
	text-align: center;
	font-size: 30px;
 	line-height: 50px;
	color: #000;
	font-weight: lighter;
	height:100px;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product-yesrs {
	width: 900px;margin: 0 auto;
	margin-bottom: 0px;
	padding-top: 90px;
	margin-bottom: 80px;
	position: relative;
}
.product-yesrs::before {
	content: '';
	position: absolute;
	top: 50px;bottom: 0;
	left: 50%;width: 1px;
    background-color: #b4b4b4;
	background-image: linear-gradient(180deg,#fff 0,#b4b4b4 10%,#b4b4b4 90%,#fff 100%);
}
.year-item::before {
	content: '';
	position: absolute;
	left: 50%;
	width: 24px;
	height: 20px;
	margin-left: -12px;
    margin-top: 60px;
	background: url("../images/fzlc_Winke.png") center/contain no-repeat;
}
.year-item .year { 
	height: 100%;
	line-height: 166px;
}
.year-item .year .product-pic {
	float: left;
	height: 100%;
	width: 25%;
	background: center/contain no-repeat;background-image: none;
	border:1px dashed #c9c9c9;
}
.year-item .year .product-text {
	display: inline-block;
	margin-right: -4px;
	width: 25%;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
.year-item .year .num {
	font-size: 40px;
	line-height: 1;
	color: #b4b4b4;
	margin-bottom: 8px;
}
.year-item .year .name {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.year-item:nth-of-type(2n) .year {
	text-align: right;
	margin-top: 0;
}
.year-item { 
	height: 166px;
}
::-moz-placeholder { 
	color: #ababab;
	opacity: 1;
}
::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.year-item:nth-of-type(2n) .year .product-pic {
	float: right;
}
