
img {
	display: inherit;
}

.box {
	background-color: #1a1a1a;
	overflow: hidden;
}
.banner{
	overflow: hidden;
}
.banner_mg{
	position: relative;
}
.banner_s{
	width: 100%;
	height: 100%;
	padding: 5% 20%;
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
}
.banner_s img{
	width: 100%;
	height: 100%;
}
.sz_box{
	padding:  1.8rem 0;
}
.sz_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 5%;
}
.sz_lis{
		width: 30%;
}
.sz_lis img{
	padding: 0 9%;
}
.sz_lis p{
	text-align: center;
	padding-top: 0.3rem;
	font-size: 1.8rem;
	font-weight: bolder;
}
.sz_txt1{
	color: #ffea00;
}
.sz_txt2{
	color: #fff;
}
/* 2 */
.zyjs_box{
	padding: 0 5%;
}
.zyjs_name{
	width: 35%;
	margin: 0 auto;
	font-size: 1.8rem;
	background: url(../img/tet1.png) no-repeat;
	background-size: 100% 100%;
	line-height: 3rem;
	padding: 0.8rem 0 0.4rem;
	text-align: center;
	color: #ecdfce;
	font-weight: bolder;
}
.zysz_top_text{
	padding: 0.6rem 5%;
	font-size: 1.4rem;
	color: #ecdfce;
	font-weight: bolder;
}
.zyjs_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 2%;
}
.zyjs_lis{
	width: 49%;
	margin-bottom: 2.3rem;
}
.zyjs_lis_txt1{
	text-align: center;
	color: #ff9100;
	font-size: 1.4rem;
	padding: 0.4rem 0;
}
.zyjs_lis_txt2{
	color: #ecdfce;
	font-size: 1.4rem;
}
.btn_jt{
	padding:0 10% 1.8rem;
}
.btn_jt a{
	display: block;
	line-height: 3rem;
	background: url(../img/btn_bg.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bolder;
	color: #fff;
}
.jxzp_box .zysz_top_text{
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.jxzp_ctn{
	padding: 0.8rem 3% 1.8rem;
}
.xczy_list{
	padding: 1.8rem 5% 1.4rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	
}
.xczy_list a{
	display: block;
}
.xczy_lis1{
	width: 55%;
	margin-bottom: 1.3rem;
}
.xczy_lis1 img{
	height: 100%;
}
.xczy_lis2{
	width: 45%;
	margin-bottom: 1.3rem;
}
.xczy_lis2 img{
	height: 100%;
}
/* 5 */
.jxys_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1.5rem 2% 0.5rem;
}
.jxys_lis{
	width: 48%;
	margin-bottom: 0.8rem;
}

.jyfw_ctn{
	padding: 0.8rem 5%;
}
.jyfw_box .btn_jt{
	padding-top: 0.8rem;
}

/* form */

.ljc_form {
	padding: 1.5rem 5%;
	background-color: #fff;
}

.form_top {
	overflow: hidden;
	padding-bottom: 0.8rem;
}

.form_left {
	float: left;
	width: 3%;
	height: 3.5rem;
	background-color: #ff6304;
}

.form_right {
	float: left;
	width: 97%;
	line-height: 3.5rem;
	font-size: 1.4rem;
	font-weight: 1000;
	padding-left: 1%;
	color: #000;
	border-bottom: 0.1rem solid #ababab;
}

.ipt_form {
	padding-left: 3%;

	margin-bottom: 0.8rem;
}

.ipt_form input {
	line-height: 3rem;
	font-size: 1.2rem;
	border: 0.1rem solid #594853;
	padding-left: 5%;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
}

.ipt_form input::placeholder {
	color: #3e565a;
}

.ipt_form button {
	width: 100%;
	background-color: #ff6304;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 0.8rem;
	text-align: center;
	outline: none;
}
.form_qyhj_botm{
	overflow: hidden;
}
.form_qyhj_botm_lis{
	width: 50%;
	float: left;
}
.form_qyhj_botm_lis a{
	display: block;
}