.priceNew_banner{
	height: 150px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.priceNew_banner h2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 48px;
	font-weight: normal;
	color: #FFFFFF;
}

.price_srarch_box{
	margin-top: 40px;
	padding: 10px 0 20px;
	position: relative;
}
.price_srarch_box::before{
	content: '';
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -20px;
}

.price_srarch_box dl{
	display: flex;
	padding-top: 10px;
}
.price_srarch_box dt{
	width:5.5em;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #1D1D1D;
	margin-top: 5px;
}
.price_srarch_box dd{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.price_search_rdos a{
	width: 170px;
	height: 46px;
	background: #F5F5F5;
	border-radius: 4px;
	font-size: 14px;
	color: #333333;
	margin: 5px 10px 5px 0;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	padding: 0 10px;
}
.price_search_rdos a.chk{
	background: #2B52F5;
	color: #fff;
}
.price_search_timerow{
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding: 25px 0 20px;
	display: flex;
	justify-content: space-between;
}
.price_search_timerow_l{
	display: flex;
	align-items: center;
}
.price_search_timerow_l>span{
	padding: 0 10px;
}
.price_search_timerow input,
.price_search_timerow a,
.price_search_timerow select{
	height: 46px;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
}
.price_search_timerow input,
.price_search_timerow a{
	width: 170px;
	text-align: center;
}
.price_search_timerow a{
	border-radius: 27px;
	line-height: 44px;
	margin-left: 10px;
}
.price_search_timerow select{
	min-width: 200px;
	padding: 0 10px;
	cursor: pointer;
}
.price_search_timerow button{
	width: 99px;
	height: 46px;
	background: #F3752E;
	border-radius: 27px;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}

.price_box{
	margin-top: 15px;
}
.priceNew_jgzd{
	padding-bottom: 30px;
}
.priceNew_jgzd table{
	margin-top: 25px;
	width: 100%;
}
.priceNew_jgzd th{
	line-height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #EEEEEE;
	font-size: 20px;
	font-weight: bold;
	color: #1D1D1D;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.priceNew_jgzd th:first-child{
	border-left: 1px solid #DDDDDD;
	border-radius: 4px 0 0 4px;
}
.priceNew_jgzd th:last-child{
	border-right: 1px solid #DDDDDD;
	border-radius: 0 4px 4px 0;
}
.priceNew_jgzd th,
.priceNew_jgzd td{
	padding-left: 10px;
	padding-right: 10px;
}
.priceNew_jgzd td{
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 14px;
}
.priceNew_jgzd tbody tr:nth-child(1) td{
	padding-top: 30px;
}
.priceNew_jgzd tbody td:last-child{
	text-align: left;
	width: 200px;
}
.clock{
	display: inline-block;
	width: 24px;
	height: 30px;
	background: url(../img/jgzx_dbdq_icon_sd.png) no-repeat;
}

.pe_echart{
	background: #ccc;
	margin: 25px 0 30px;
}