/*发展历程*/



/*$$



{"color":[{"val":"#ffffff","title":"默认文字颜色"},



{"val":"#00306a","title":"日期文字颜色"},



{"val":"#666666","title":"内容文字颜色"}],



"background":[{"val":"#ffffff","title":"栏目边框线背景颜色"},



{"val":"#b8060b","title":"编号背景颜色"},



{"val":"rgba(255,255,255,.15)","title":"左右按钮背景颜色"}],



"border":[{"val":"#e3e3e3","title":"日期右侧边框线"}]}



$$*/



#develop_152 {



	background: url(./../../../static/images/new_rbg.png) no-repeat;



	width: 100%;



	background-position: 100%;



	background-attachment: fixed;



	height: 830px;

	position: relative;



}


#develop_152 .column {



	width: 1200px;



	color: #ffffff;



	position: relative;



	padding-bottom: 10px;



	margin: 0 auto;



}







#develop_152 .column::after {



	content: '';



	position: absolute;



	bottom: 0;



	width: 46px;



	height: 3px;



	background: #ffffff;



	left: 50%;



	transform: translateX(-50%);



}







#develop_152 .column .tit-1 {



	font-size: 32px;



	line-height: 40px;



	text-align: center;



}







#develop_152 .column .tit-2 {



	font-size: 15px;



	line-height: 24px;



	text-align: center;



}







#develop_152 .deveCon {



	margin: 50px 0;



}







#develop_152 .deveItem {



	width: 745px;



	height: 360px;



	background: #ffffff;



	border-radius: 20px;



	margin: 0 auto;



	padding: 40px 20px;



}







#develop_152 .deveItem .timeL {



	width: 140px;



	display: flex;



	flex-direction: column;



	align-items: center;



	height: 100%;



	border-right: #e3e3e3 solid 1px;



	float: left;



}







#develop_152 .deveItem .timeL .num {



	width: 60px;



	height: 60px;



	background: #b8060b;



	text-align: center;



	line-height: 60px;



	color: #ffffff;



	font-size: 36px;



}







#develop_152 .deveItem .timeL .year {



	line-height: 80px;



	text-align: center;



	font-size: 20px;



	color: #00306a;



}







#develop_152 .deveItem .conR {



	font-size: 14px;



	color: #666666;



	width: calc(100% - 140px);



	float: left;



	padding: 0 40px;



	line-height: 36px;



	height: 100%;



	overflow-y: scroll;



}







#develop_152 .deveTimeSwiper {



	width: 100%;



	font-size: 16px;



	color: #ffffff;



	height: 140px;



	position: relative;



}



#develop_152 .deveTimeSwiper .btnPrev,



#develop_152 .deveTimeSwiper .btnNext {



	position: absolute;



	width: 30px;



	height: 30px;



	border-radius: 50%;



	top: 50%;



	margin-top: -15px;



	z-index: 100;



	cursor: pointer;



}



#develop_152 .deveTimeSwiper .btnPrev {



	left: 0;



	background: rgba(255, 255, 255, .15) url(./../../../static/images/CP00014_03.png) no-repeat center center;



	background-size: 10px 19px;



}



#develop_152 .deveTimeSwiper .btnNext {



	right: 0;



	background: rgba(255, 255, 255, .15) url(./../../../static/images/CP00014_02.png) no-repeat center center;



	background-size: 10px 19px;



}



#develop_152 .timeItem {



	width: 100%;



	height: 100%;



	position: relative;



	cursor: pointer;



	transition: all .3s;



}







#develop_152 .timeItem .year {



	line-height: 40px;



	text-align: center;



}



#develop_152 .timeItem .objectList {



	position: absolute;



	left: 50%;



	top: 40px;



	height: 100px;



	width: 8px;



	margin-left: -4px;



}



#develop_152 .timeItem .object {



	width: 8px;



	height: 8px;



	background: #ffffff;



	float: left;



	margin-top: 10px;



	-moz-border-radius: 50% 50% 50% 50%;



	-webkit-border-radius: 50% 50% 50% 50%;



	border-radius: 50% 50% 50% 50%;



}



#develop_152 .timeItem .object_one {



	opacity: 1;



}



#develop_152 .timeItem .object_two {



	opacity: 0.8;



}



#develop_152 .timeItem .object_three {



	opacity: 0.6;



}



#develop_152 .timeItem .object_four {



	opacity: 0.4;



}



#develop_152 .timeItem .object_five {



	opacity: 0.2;



}



#develop_152 .timeItem .object_six {



	opacity: 0.06;



}







#develop_152 .swiper-slide-thumb-active .timeItem {



	margin-top: -8px;



}



#develop_152 .timeItem:hover {



	margin-top: -8px;



}







#develop_152 .swiper-slide-thumb-active .object {



	width: 10px;



	height: 10px;



	margin-top: 8px;



	/* opacity: 1; */



}







#develop_152 .swiper-slide-thumb-active .object_one {



	-webkit-animation: objectScale 1.5s infinite;



	animation: objectScale 1.5s infinite;



}







#develop_152 .swiper-slide-thumb-active .object_two {



	-webkit-animation: objectScale 1.5s infinite;



	animation: objectScale 1.5s infinite;



	-webkit-animation-delay: 0.25s;



	animation-delay: 0.25s;



}







#develop_152 .swiper-slide-thumb-active .object_three {



	-webkit-animation: objectScale 1.5s infinite;



	animation: objectScale 1.5s infinite;



	-webkit-animation-delay: 0.5s;



	animation-delay: 0.5s;



}







#develop_152 .swiper-slide-thumb-active .object_four {



	-webkit-animation: objectScale 1.5s infinite;



	animation: objectScale 1.5s infinite;



	-webkit-animation-delay: 0.75s;



	animation-delay: 0.75s;



}







#develop_152 .swiper-slide-thumb-active .object_five {



	-webkit-animation: objectScale 1.5s infinite;



	animation: objectScale 1.5s infinite;



	-webkit-animation-delay: 1s;



	animation-delay: 1s;



}







#develop_152 .swiper-slide-thumb-active .object_six {



	-webkit-animation: objectScale 1.5s infinite;



	animation: objectScale 1.5s infinite;



	-webkit-animation-delay: 1.25s;



	animation-delay: 1.25s;



}



@-webkit-keyframes objectScale {



	75% {



		-webkit-transform: scale(0.6);



	}



}



@keyframes objectScale {







	75% {



		transform: scale(0.6);



		-webkit-transform: scale(0.6);



	}



}

/* 新增 */
#develop_152 .l {
	margin-top: 112px;
	width: 50%;
	float: left;
	color: #fff;
	position: relative;
	height: 355px;
}

#develop_152 .l span {
	display: block;
	text-transform: uppercase;
	width: 90%;
}

#develop_152 .l .t-1 {
	font-size: 37px;
	font-weight: bold;
	padding-bottom: 15px;
}

#develop_152 .l .t-2 {
	position: absolute;
	font-size: 150px;
	opacity: 0.3;
	left: 0;
	top: -57px;
}

#develop_152 .l .t-3 {
	font-size: 23px;
	padding-bottom: 15px;
}

#develop_152 .l .t-4 {
	font-size: 11px;
	padding-bottom: 5px;
	margin-left: 10px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#develop_152 .l .t-5 {
	font-size: 18px;
	padding-bottom: 5px;
	margin-left: 10px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#develop_152 .l .t-6 {
	font-size: 13px;
	padding-bottom: 5px;
	margin-left: 10px;
	line-height: 26px;
	margin-top: 50px;
	width: 80%;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#develop_152 .l a {
	width: 160px;
	height: 40px;
	border: 1px solid #fff;
	background: none;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	display: block;
	margin-top: 45px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}

#develop_152 .r {
	margin-top: 112px;
	width: 50%;
	float: right;
	position: relative;
	height: 355px;
}

#develop_152 .r img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	position: absolute;
	z-index: 100;
	right: 0;
	top: 0;
}

#develop_152 .r .new_kuang {
	width: 100%;
	height: 360px;
	position: absolute;
	border: 1px solid #fff;
	top: 20px;
	right: -20px;
	background: none;
	z-index: 10;
}

#develop_152 .line {
	width: 100%;
	border-top: 1px solid #c44145;
}

#develop_152 .b {
	margin-top: 125px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 148px;
}


#develop_152 .b a {
	position: relative;
	width: 100%;
	border: 1px solid #d98688;
}

#develop_152 .b a span {
	display: block;
}

#develop_152 .b a img {
	float: left;
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-top: 40px;
	margin-left: 70px;
}

#develop_152 .b a .l {
	position: absolute;
	left: -15px;
	background: url(../../../static/images/new_l_icon.png) no-repeat;
	width: 27px;
	height: 27px;
	top: -50px;
	background-size: contain;
}

#develop_152 .b a .r {
	position: absolute;
	right: -15px;
	background: url(../../../static/images/new_r_icon.png) no-repeat;
	width: 27px;
	height: 27px;
	top: -50px;
	background-size: contain;
}

#develop_152 .b a p {
	float: right;
	margin-top: 40px;
	margin-right: 50px;
	color: #fff;
	display: block;
	opacity: 0.8;
}

#develop_152 .b a p .ch-t {
	font-size: 20px;
	text-align: left;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#develop_152 .b a p .en-t {
	font-size: 15px;
	text-align: left;
	display: block;
	margin-top: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


#develop_152 .b a:first-child {
	background: #d91215;
	text-align: center;
	color: #fff;
	border: none;
}

#develop_152 .b a:first-child .ch-t {
	font-size: 23px;
	font-weight: bold;
	margin-top: 40px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#develop_152 .b a:first-child .en-t {
	margin-top: 17px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

#develop_152 .line {
	position: absolute;
	width: 100%;
	background: #c44145;
	height: 1px;
	bottom: 148px;
}




@media screen and (max-width: 1200px) {

	#develop_152 .column{
		width: auto;
	}

	#develop_152 .developBox {
		width: 100%;
		margin: 0 auto;
	}
	
	#develop_152 .line{
		display: none;
	}



}



@media screen and (max-width: 768px) {


	#develop_152 .deveTimeSwiper {



		width: calc(100% - 30px);



		margin: 0 15px;



	}



	#develop_152 .deveTimeSwiper .btnPrev,



	#develop_152 .deveTimeSwiper .btnNext {



		width: 20px;



		height: 20px;



		background-size: 8px auto;



	}




	#develop_152 .column {



		margin: 0 0 20px 0;



	}



	#develop_152 .column .tit-1 {



		font-size: 24px;



		line-height: 30px;



	}



	#develop_152 .column .tit-2 {



		font-size: 14px;



	}



	#develop_152 .deveCon {



		width: calc(100% - 20px);



		margin: 30px 10px;



		overflow: hidden;



	}



	#develop_152 .deveItem {



		width: 100%;



		padding: 20px 10px;



		height: 280px;



	}



	#develop_152 .deveItem .timeL {



		width: 100px;



	}



	#develop_152 .deveItem .conR {



		width: calc(100% - 100px);



		padding: 0 20px;



	}

	#develop_152 .l {
		width: 90%;
		margin: 0 auto;
		height: auto;
		float: unset;
		top: 50px;
	}

	#develop_152 .r {
		width: 100%;
		float: unset;
		height: 275px;
		margin-top: 80px;
	}

	#develop_152 .r img {
		position: unset;
		object-fit: contain;
		height: 300px;
	}

	#develop_152 .r .new_kuang {
		display: none;
	}

	#develop_152 .b img {
		display: none;
	}

	#develop_152 .b a .l {
		display: none;
	}

	#develop_152 .b a .r {
		display: none;
	}

	#develop_152 .b{
		height: 40px;
	}
	#develop_152 .b a p{
		margin-top: 10px;
	}

	#develop_152 .b a:first-child {
		background: none;
		text-align: center;
		color: #fff;
		border: 1px solid #d98688;
		display: block;
		font-weight: normal;
		opacity: 0.8;
	}
	#develop_152 .b a p .ch-t{
		font-size: 15px;
	}

	#develop_152 .b a p .en-t{
		display: none;
	}

	#develop_152 .b a:first-child .ch-t {
		font-size: 15px;
		text-align: center;
		display: block;
		width: 100%;
		white-space: unset;
		overflow: hidden;
		text-overflow: ellipsis;
		font-weight: normal;
	}

	#develop_152 .b a:first-child .en-t {
		font-size: 15px;
		text-align: center;
		display: block;
		margin-top: 20px;
		width: 100%;
		white-space: unset;
		overflow: hidden;
		text-overflow: ellipsis;
		display: none;

	}

	#develop_152 .b a p {
		margin-right: unset !important;
		float: unset !important;

	}

	#develop_152 .b a p span {
		text-align: center !important;
	}
	#develop_152 .line{
		display: none;
	}

	#develop_152 {
		background-position: center;
		height: 825px;
		position: relative;
		background: unset;
	}
	#develop_152 .developBox{
		background-color: #b8060b;
	}

	#develop_152 .b{
		margin-top: 12px;
	}
	#develop_152 .b a:first-child .ch-t{
		margin-top: 12px;
	}


}