/* 第二行 */

.prowap{ display: none;}
.tabpro_bt1 {
	width: 1248px;
	position: relative;
	height: 520px;

}

.tabpro_bt {
	width: 1248px;
	position: relative;
	margin: 0 auto;
}

.tabpro_bt1 .swiper-button-next:after,
.tabpro_bt1 .swiper-button-prev:after {
	font-size: 20px;

}


.tabpro_bt1 .swiper-button-next,
.tabpro_bt1 .swiper-button-prev {
	top: 30%;
}


.tabpro_menu {
	width: 100%;
	display: flex;

	align-items: center;
}

.tabpro_menu li {
	text-align: center;
	cursor: pointer;
	list-style: none;
	font-size: 23px;
	line-height: 156px;
	padding-left: 0px;
	padding-right: 40px;
}

.tabpro_menu li a {
	color: #020202;
}

.tabpro_menu li a:hover {
	color: #cc0000;
}

.tabpro_menu li a.selected {
	color: #cc0000;
}

.tabpro_bt1 {
	width: 1248px;
	position: relative;
	height: 520px;

}

.tabpro_bt {
	width: 1248px;
	position: relative;
	margin: 0 auto;
}

.products {
	width: 100%;
	background: #f9f9f9;
	padding-top: 111px;
	padding-bottom: 111px;
}

.products_mid {
	width: 1248px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.pro_bt {
	width: 100%;

}


.pro_scroll {
	width: 100%;
	overflow-x: auto;
}

.pro_scroll::-webkit-scrollbar {
	width: 7px;
	/* 竖向滚动条的宽度 */
	height: 10px;
	/* 横向滚动条的高度 */
}

/* 滚动条样式 */
.pro_scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #020202;
}

/* 滚动条轨迹样式 */
.pro_scroll::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #ededed;
}


.divprolist {
	width: 100%;




}

.divprolist a {
	width: 100%;
	display: block;

}

.divprolist a:hover {
	width: 100%;
	display: block;

}

.divprolist a .imger {
	width: 100%;

	overflow: hidden;
}

.divprolist a .imger img {
	width: 100%;
	object-fit: cover;

	transition: all .3s;
}

.divprolist a:hover .imger img {
	transform: scale(1.1);

}

.divprolist a h4 {
	font-size: 23px;
	margin: 0 auto;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #020202;
	line-height: 23px;
	width: 350px;
	padding-top: 49px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;


}

.divprolist a:hover h4 {
	font-size: 23px;
	margin: 0 auto;
	font-family: SourceHanSansCN;
	font-weight: 400;

	line-height: 23px;
	width: 350px;
	padding-top: 49px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.divprolist a h5 {
	margin: 0 auto;
	width: 350px;

	font-size: 15px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #A0A0A0;
	line-height: 25px;
	margin-top: 25px;
}

.divprolist a:hover h5 {
	margin: 0 auto;
	display: none;
	width: 350px;
	height: 40px;
	font-size: 15px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #A0A0A0;
	line-height: 25px;
	margin-top: 25px;
}

.divprolist a h6 {
	margin: 0 auto;
	width: 350px;
	height: 40px;
	background: url(./../../../static/images/jtt.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: none;
	margin-top: 25px;
}

.divprolist a:hover h6 {
	margin: 0 auto;
	display: block;
	width: 350px;
	height: 40px;
	background: url(./../../../static/images/jtt.png);
	background-repeat: no-repeat;
	background-position: left center;

	margin-top: 25px;
}

/* timeline */
#timeline {
	width: 1248px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	position: relative;
}

#dates {
	width: 1248px;
	height: 155px;
	overflow: hidden;
}

#dates li {
	float: left;
	height: 155px;
	line-height: 155px;
	font-size: 23px;
	text-align: center;
	width: 200px;
}

#dates a {
	height: 155px;
	line-height: 155px;
	color: #020202;
}

#dates .selected {
	font-size: 23px;
	color: #cc0000;
}

#issues {
	width: 1248px;
	height: 520px;
	overflow: hidden;
}

#issues li {
	width: 1248px;
	height: 520px;
	float: left;
}



#issues li h1 {
	color: #ffcc00;
	font-size: 48px;
	margin: 20px 0;
	text-shadow: #000 1px 1px 2px;
}

#issues li p {
	font-size: 14px;
	margin-right: 70px;
	font-weight: normal;
	line-height: 22px;
	text-shadow: #000 1px 1px 2px;
}

#grad_left,
#grad_right {
	width: 100px;
	height: 155px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;

	background: #f9f9f9;
}

#grad_left {
	left: 0;
}

#grad_right {
	right: 0;
}

#next,
#prev {
	font-size: 70px;
	width: 11px;
	height: 11px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

#next:hover,
#prev:hover {
	background-position: 0 -11px;
}

#next {
	right: 0;
	background-image: url('./../../../static/images/next.png');
	top: 0;
}

#prev {
	left: 0;
	background-image: url('./../../../static/images/prev.png');
	top: 0;
}

#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

.products_tit {
	font-size: 23px;
	font-weight: 400;
	color: #454545;
	text-transform: uppercase;
	line-height: 25px;
	width: 100%;
}




.products_tit1 {
	width: 100%;
	margin-top: 30px;
}

.pro_l {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #020202;

}

.pro_2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	color: #A0A0A0;
	line-height: 39px;
}


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

	/* 第二行 */
	.products {
		width: 100%;
		background: #f9f9f9;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.products_mid {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}
	
	.products_tit1{ margin-top: 10px;}

	.products_tit {
		font-size:12px;
	}

	.pro_l {
		font-size: 20px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #020202;

	}

	#timeline {
		width: 100%;
	}

	#dates {
		width: 100%;
		height: 155px;
		overflow: hidden;
	}


	#issues {
		width: 100%;
		height: 520px;
		overflow: hidden;
	}

	#dates a {
		height: 155px;
		line-height: 155px;
		color: #020202;
	}

	#dates .selected {
		font-size: 23px;
		color: #cc0000;
	}

	#dates li {
		float: left;
		height: 155px;
		line-height: 155px;
		font-size: 15px;
		text-align: center;
		width: 80px;
	}

	#grad_left,
	#grad_right {
		width: 50px;
		height: 155px;
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		background: #f9f9f9;
	}

	.divprolist {
		width: 100%;



	}

	.divprolist a {
		width: 100%;
		display: block;

	}

	.divprolist a:hover {
		width: 100%;
		display: block;

	}

	.divprolist a .imger {
		width: 100%;

		overflow: hidden;
	}

	.divprolist a .imger img {
		width: 100%;
		object-fit: cover;

		transition: all .3s;
	}

	.divprolist a:hover .imger img {
		transform: scale(1.1);

	}

	.divprolist a h4 {
		font-size: 23px;
		margin: 0 auto;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #020202;
		line-height: 23px;
		width: 350px;
		padding-top: 49px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;


	}

	.divprolist a:hover h4 {
		font-size: 23px;
		margin: 0 auto;
		font-family: SourceHanSansCN;
		font-weight: 400;

		line-height: 23px;
		width: 350px;
		padding-top: 49px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;

	}

	.divprolist a h5 {
		margin: 0 auto;
		width: 350px;
		height: 40px;
		font-size: 15px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #A0A0A0;
		line-height: 25px;
		margin-top: 25px;
	}

	.divprolist a:hover h5 {
		margin: 0 auto;
		display: none;
		width: 350px;
		height: 40px;
		font-size: 15px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #A0A0A0;
		line-height: 25px;
		margin-top: 25px;
	}

	.divprolist a h6 {
		margin: 0 auto;
		width: 350px;
		height: 40px;
		background: url(../images/jtt.png);
		background-repeat: no-repeat;
		background-position: left center;
		display: none;
		margin-top: 25px;
	}

	.divprolist a:hover h6 {
		margin: 0 auto;
		display: block;
		width: 350px;
		height: 40px;
		background: url(../images/jtt.png);
		background-repeat: no-repeat;
		background-position: left center;

		margin-top: 25px;
	}

	.tabpro_menu {
		width: 100%;
		display: flex;
		
		align-items: center;
	}

	.tabpro_menu li {
		text-align: center;
		cursor: pointer;
		list-style: none;
		font-size: 23px;
		line-height: 156px;
		padding-left:0px;
		padding-right: 40px;
	}

	.tabpro_menu li a {
		color: #020202;
	}

	.tabpro_menu li a:hover {
		color: #cc0000;
	}

	.tabpro_menu li a.selected {
		color: #cc0000;
	}

	.tabpro_bt1 {
		width: 1248px;
		position: relative;
		height: 520px;

	}

	.tabpro_bt {
		width: 1248px;
		position: relative;
		margin: 0 auto;
	}


	.tabpro_bt1 .swiper-button-next:after,
	.tabpro_bt1 .swiper-button-prev:after {
		font-size: 20px;

	}


	.tabpro_bt1 .swiper-button-next,
	.tabpro_bt1 .swiper-button-prev {
		top: 30%;
	}


	.wapmore {
		width: 120px;
		height: 25px;
		background: #000000;
		text-align: center;
		font-size: 12px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 25px;
		text-transform: uppercase;
		display: block;
	}

	.tabpro_bt1 {
		width: 100%;
		position: relative;
		height: 200px;

	}

	.tabpro_bt {
		width: 100%;
		position: relative;
		margin: 0 auto;
	}

	.divprolist a h4 {
		font-size: 15px;
		margin: 0 auto;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #020202;

		width: 100%;
		padding-top: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;


	}

	.divprolist a:hover h4 {
		font-size: 15px;
		margin: 0 auto;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #cc0000;
		line-height: 23px;
		width: 100%;
		padding-top: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;

	}

	.divprolist a h5 {
		margin: 0 auto;
		width: 100%;
		height: auto;
		font-size: 15px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #A0A0A0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;


	}

	.divprolist a:hover h5 {
		margin: 0 auto;
		width: 100%;

		font-size: 15px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #A0A0A0;
	}

	.divprolist a h6 {
		margin: 0 auto;
		width: 250px;
		height: 40px;
		background: url(../images/jtt.png);
		background-repeat: no-repeat;
		background-position: left center;
		display: none;
		margin-top: 25px;
	}

	.divprolist a:hover h6 {
		margin: 0 auto;
		display: block;
		width: 250px;
		height: 40px;
		background: url(../images/jtt.png);
		background-repeat: no-repeat;
		background-position: left center;
		margin-top: 25px;
	}

	.tabpro_bt1 .swiper-button-next,
	.tabpro_bt1 .swiper-button-prev {
		top: 25%;
	}

	.tabpro_menu {
		width: 100%;
		display: flex;

		align-items: center;
	}

	.tabpro_menu li {
		text-align: center;
		cursor: pointer;
		list-style: none;
		font-size: 15px;
		line-height: 80px;
		
		padding-right: 20px;
	}

	.tabpro_menu li a {
		color: #020202;
	}

	.tabpro_menu li a:hover {
		color: #cc0000;
	}

	.tabpro_menu li a.selected {
		color: #cc0000;
	}
	
	
		.prowap {
			display: block;
			width: 100%;
			overflow: hidden;
			overflow-x: scroll;
			margin-bottom: 20px;
		}
	
		.prowap li {
			width: 331px;
			height:380px;
	
			float: left;
			margin-right: 20px;
		}
	
		.prowap li .imger {
			width: 331px;
			height: 250px;
	
		}
	
		.prowap li .imger img {
			width: 331px;
			height:250px;
			object-fit: cover;
	
		}
	
		.prowap li h4 {
			padding-top: 30px;
			font-size: 16px;
			padding-left: 20px;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}
	
		.prowap li h6 {
			padding-top: 10px;
			line-height: 28px;
			font-size: 16px;
			padding-left: 20px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			/*截取4行*/
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.divprolist{display: none;}
		.tabpro_bt1{display: none;}

}