.por_detail{
	width: 100%;
	min-height: 130px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.por_d_center{
	width: 1300px;
	min-height: 130px;
	/*background-color: #aaa;*/
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.block_title{
	margin-top: 60px;
	width: 100%;
	height: 80px;
	position: relative;
}
.up_text{
	position: absolute;
	left: 50%;
	font-size: 24px;
	font-weight: 900;
	color: #333333;
	z-index: 10;
	transform: translateX(-50%);
	line-height: 0;
	top:24px;
}
.down_text{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 60px;
	color: #3F4042;
	opacity: 0.08;
	top: 0;
	font-weight: 900;
	line-height: 0;
}

.por_search_input{
	width: 1300px;
	height: 540px;
	background-color: #eeeeee;
	position: relative;
}
.por_s_i_bgi{
	position: absolute;
	right: 0;
	top: 0;
	height: 540px;
}
.por_s_i_left_box{
	width: 50%;
	height: 100%;
	/*background-color: #fff;*/
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding: 40px 60px 60px;
}
.por_s_i_l_title{
	font-size: 24px;
	color: #333333;
	font-weight: 900;
}
.por_s_i_l_detail_text{
	margin-top: 40px;
	width: 100%;
	height: 92px;
	display: flex;
	justify-content: flex-start;
}
.por_s_i_l_d_box{
	width: 164px;
	height: 92px;
	box-sizing: border-box;
	border:solid 2px #3f4042;
	margin-right: 65px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 26px;
	color: #3F4042;
}
.por_s_i_l_form{
	margin-top: 58px;
	width: 100%;
	display: flex;
	flex-direction: column;
	/*align-items: */
	justify-content: space-between;
	align-items: center;
	height: 216px;
}
.por_s_i_l_inp{
	width: 100%;
	height: 28px;
	/*background-color: #aaa;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inp_val{
	outline: none;
	width: 416px;
	height: 100%;
	box-sizing: border-box;
	border-style: none none solid none;
	border-width: 1px;
	background:none;
}
.search_button{
	outline: none;
	width: 240px;
	height: 55px;
	border:none;
	background-color: #3f4042;
	color: #ffffff;
	border-radius: 8px;
}
.por_search_table{
	width: 100%;
	height: 420px;
	margin-top: 45px;
	background-color: #f9f9f9;
	box-sizing: border-box;
	padding: 20px;
}
.por_se_t_tile{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-bottom: solid 1px #333333;
}
.por_se_table{
	box-sizing: border-box;
	padding:0 15px 0;
	width: 100%;
	height: 310px;
	/*background-color: #aaa;*/
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.por_se_table td{
	border-bottom: solid 1px #3f4042;
	text-indent: 15px;
}
.por_se_table table{
	width: 600px;
	height: 100%;
	border-spacing: 0;
}

.por_d_c_zzsm{
	width: 100%;
	height: 320px;
	/*background-color: #aaa;*/
	margin-top: 50px;
	display: flex;
	justify-content: center;
	box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	margin-bottom: 80px;
}
.por_d_c_z_left_box{
	width: 50%;
	max-width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.por_d_c_z_right_box{
	width: 50%;
	max-width: 50%;
	height: 100%;
}
.por_d_c_z_l_title{
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-indent: 30px;
	border-bottom: solid 1px #9e9fa0;
}
.por_d_c_z_l_detail{
	width: 100%;
	height: 186px;
	font-size: 13px;
	line-height: 24px;
	box-sizing: border-box;
	color: #1f2020;
	padding: 15px;	
}