
img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.xcs_jcrx_top{
	padding: 1.5rem 0;
}
.xcs_jcrx_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 2%;
}
.xcs_jcrx_lis{
	width: 49%;
	padding-bottom: 1rem;
}
.xcs_jcrx_lis_name{
	overflow: hidden;
	padding: 0.5rem 2%;
	
}
.xcs_jcrx_lis_name span:nth-child(1){
	font-size: 1.3rem;
	font-weight: 1000;
	color: #303030;
	line-height: 2.2rem;
	display: block;
	float: left;
}
.xcs_jcrx_lis_name span:nth-child(2){
	float: right;
	font-size: 1.3rem;
	color: #303030;
	line-height: 2rem;
	border: 0.1rem solid;
	padding: 0 2%;
}
.xcs_jcrx_lis_txt{
	color: #303030;
	padding: 0 0 0.8rem;
}
.xcs_jcrx_lis_txt span{
	color: #ff6701;
}
.xcs_jcrx_lis_btn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.2rem;
	background-color: #ff6701;
}
.xcs_jcrx_lis_btn a{
	width: 49%;
	display: block;
	line-height: 2.5rem;
	font-size: 1.2rem;
	text-align: center;
}
.xcs_jcrx_lis_btn a:nth-child(1){
	color: #303030;
	background-color: #fff;
}
.xcs_jcrx_lis_btn a:nth-child(2){
	color: #Fff;
}
.xcs_jcrx_btn{
	padding: 1rem 10%;
}
.xcs_jcrx_btn a{
	display:block;
	width: 100%;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	background-color: #ff4800;
	text-align: center;
}
.xcs_xyhj_top{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;
}
.xcs_xyhj_left{
	width: 40%;
}
.xcs_xyhj_right{
	width: 60%;
	padding-left: 5%;
}
.xcs_xyhj_right_list{
	height: 100%;
}
.xcs_xyhj_right_lis{
	height: 12%;
	padding-left: 5%;
	background-color: #ff8c19;
	margin-bottom: 0.5%;
	position: relative;
}
.xcs_xyhj_right_lis a{
	position: absolute;
	left: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	font-size: 1.2rem;
	line-height: 1.5rem;
	height: 1.5rem;
	color: #fff;
	
}
.xcs_xyhj_right_lis:nth-child(2),
.xcs_xyhj_right_lis:nth-child(4),
.xcs_xyhj_right_lis:nth-child(6){
	background-color: #e77300;
}
.xcs_xyhj_right_lis:nth-child(8){
	background-color: #ff4800;
	padding-left: 0;
	box-shadow: 0rem 0.01rem 0rem #000;
}
.xcs_xyhj_right_lis:nth-child(8) a{
	left: 0;
	text-align: center;
	width: 100%;
}
.xcs_xyhj_txt{
	padding: 1.5rem 8%;
	font-size: 1.3rem;
	font-size: 1000;
}
.xcs_xyhj_ctn{
	padding: 0 5%;
}
/* 图片 */

.byy_prb_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.byy_prb_lis {
	width: 48%;
	position: relative;
	margin-bottom: 2rem;
}

.byy_prb_lis_tlt {
	position: absolute;
	width: 100%;
	line-height: 2.3rem;
	background-color: rgba(0, 0, 0, 0.1);
	color: #Fff;
	bottom: 0;
	font-size: 1rem;
	text-align: center;
}


.xxgk_box .txgy_btn {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
}


.xcs_xyhj_box .xcs_jcrx_btn{
	padding-top: 0;
}


.xcs_jxzp_name{
	padding: 0.8rem 30%;
}
.xcs_jxzp_ctn{
	padding: 0 5%;
}


.form_top{
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8rem;
}
.form_s_top {
	padding: 1.5rem 5% 0.5rem;
}
.form_s_ipt{
	padding: 0.5rem 5%;
}
.form_s_ipt input{
	line-height: 3.5rem;
	width: 100%;
	border: 0.1rem solid #ff4800;
	padding-left:3%;
	border-radius: 0.8rem;
	outline: none;
}
.form_s_ipt input::-webkit-input-placeholder{
	color: #ff4800;
}
.form_s_ipt button{
	width: 100%;
	height: 4rem;
	background: url(../img/btn.png) no-repeat;
	background-size: 100% 100%;
	
	outline: none;
}