.proshowbox {
	display: flex;
	width: 1180px;
	margin: 0 auto;
}

.show-contentbox {
	width: 935px;
	border: 1px solid #e6e6e6;
	border-right: 0;
	overflow: hidden;
}

.showtitle {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 10px 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.showtitle-left {
	color: #db0708;
	font-size: 16px;
	
}

.proshow-info {
	margin: 15px 0 10px 10px;
	display: flex;
	
}

.proshow-pic {

}

.proshow-pic>img {
	width: 390px;
	height: 260px;
	object-fit: contain;
}

.proshow-desc {
	margin-left: 25px;
	width: 510px;
}

.proshow-descname {
	color: red;
	font-weight: bolder;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}

.proshow-desctype {
	font-size: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

.proshow-descdet {
	font-size: 12px;
	color: #666666;
	padding: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

.proshow-btn {
	margin: 10px;
	background-color: #3375b9;
	border: 0;
	color: #ffffff;
	width: 100px;
	height: 30px;
}

.proshow-btn:hover {
	background-color: #15a0d4;
}

.jumpbar {
	width: 910px;
	height: 46px;
	background-color: #eceff3;
	margin-left: 20px;
	
	display: flex;

}

.jumpbar-Feature {
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-color: #d3dae1;
	border-bottom: 3px solid #626970;
	margin-right: 5px;
	padding: 0 25px;
}

.jumpbar-Feature:hover {
	border-bottom: 0;

}

.jumpbar-Specification {
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-color: #d3dae1;
	border-bottom: 3px solid #626970;
	margin-right: 5px;
	padding: 0 10px;
}

.jumpbar-Specification:hover {
	border-bottom: 0;
}

.jumpbar1 {
	width: 910px;
	height: 46px;
	background-color: #eceff3;
	margin-left: 20px;	
	
	position: fixed;
	top: 40px;
	display: none;
}

.jumpbar1-innerbox {
	display: flex;
}

.proshow-content {
	padding: 20px 0 0 20px;
}