img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}

.xsk_name{
	text-align: center;
	font-size: 1rem;
	padding: 1rem 0;
}
.xsk_name h1{
	color: #ca1520;
}
.xsk_ctn{
	padding: 0 5%;
}
.xsk_ctn p{
	font-size: 0.9rem;
	color: #414141;
	padding-bottom: 1.5rem;
}
.xsk_list{
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.5rem;
}
.xsk_list li{
	width: 49%;
}
.btn_xsk{
	display: block;
	width: 70%;
	line-height: 2.8rem;
	color: #414141;
	background-color: #fff100;
	margin: 0 auto 1rem;
	text-align: center;
	border-radius: 1rem;
	font-size: 1.2rem;
	box-shadow: -0.3rem 0.3rem 0.3rem #c49494;
}
/* 2 */
.xsk_name p{
	color: #ca1520;
	font-size: 1.5rem;
	padding-bottom: 0.5rem;
}
.wsmxsk_list{
	padding: 0 5%;
	
}
.wsmxsk_list li{
	width: 100%;
	background-color: #ececec;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.wsmxsk_lis_left{
	width: 35%;
	padding: 1rem 3rem 1rem 2rem;
	background: url(../img/bg_xsk.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 800;
	
}
.wsmxsk_lis_right{
	width: 75%;
	padding: 1rem 0 1rem 5%;
	font-size: 1.1rem;
}
.wsmxsk_lis_right p{
	padding-bottom: 0.2rem;
}
.wsmxsk .btn_xsk{
	margin-top: 1.5rem;
}
/* 3 */
.xxnr_ctn{
	margin-top: 1rem;
	border: 0.1rem dashed #000;
}
.xxnr_ctn ul{
	background-color: #fff;
	text-align: center;
	margin: 0 10%;
	transform: translateY(-0.6rem);
	-webkit-transform: translateY(-0.6rem);
	-moz-transform: translateY(-0.6rem);
	padding-bottom: 1rem;
}
.xxnr{
	padding: 0 5% 1.5rem;
	
}
/* 4 */
.xyskcj_list{
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	flex-wrap: wrap;
}
.xyskcj_list li{
	margin-bottom: 0.5rem;
}
.xyskcj_list li:nth-child(1){
	width: 60%;
}
.xyskcj_list li:nth-child(3){
	width: 60%;
}
.xyskcj_list li:nth-child(2){
	width: 38%;
}
.xyskcj_list li:nth-child(4){
	width: 38%;
}
.xyskcj_list li:nth-child(5){
	width: 100%;
}
.xyskcj_list li:nth-child(6){
	width: 49%;
}
.xyskcj_list li:nth-child(7){
	width: 49%;
}
.xyskcj .btn_xsk{
	margin-top: 1.5rem;
}
/* 5 */
.sccp{
	padding: 0 5%;
}
.sccp_ctn{
	margin: 0.5rem 0;
	border: 0.1rem dashed #000;
	
}
.sccp_ctn_txt{
	padding: 0 3% 1.5rem;
}
.sccp_ctn_txt p:nth-child(1){
	width: 80%;
	background-color: #fff;
	text-align: center;
	transform: translateY(-0.2rem);
	-webkit-transform: translateY(-0.2rem);
	-moz-transform: translateY(-0.2rem);
	margin: 0 auto;
	font-size: 1.2rem;
	color: #ca1520;
	font-weight: 700;
}
.sccp_ctn_txt p:nth-child(2){
	font-weight: 1.2rem;
	line-height: 1.5rem;
	text-align: center;
	font-weight: 600;
}
/* 6 */
.xszpzs_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;
}
.xszpzs_list li:nth-child(1){
	width: 40%;
}
.xszpzs_list li:nth-child(2){
	width: 59%
}
.xszpzs_list li:nth-child(3){
	width: 40%;
}
.xszpzs_list li:nth-child(4){
	width: 59%
}
.xszpzs_list li{
	padding-bottom: 0.3rem;
}
.xszpzs_list li img{
	height: 100%;
}
/* 7 */
.cybf_txt{
	padding: 0 5%;
	color: #414141;
	font-size: 0.9rem;
}
.cybf_txt p{
	padding: 1rem 0;
	color: #000;
	font-size: 1.2rem;
	font-weight: 800;
}
.cybf_list{
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	flex-wrap: wrap;
}
.cybf_lis{
	width: 49%;
	padding-bottom: 0.5rem;
}
.cybf_lis a{
	display: block;
}

/* 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: #bb0804;
}

.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: #bb0804;
	color: #fee763;
	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;
}
.ipt_form select{
	line-height: 3rem;
	height: 3rem;
	font-size: 1.2rem;
	border: 0.1rem solid #594853;
	padding-left: 5%;
	width: 100%;
	border-radius: 0.75rem;
	outline: none;
}