img {
	display: inherit;
}

.box {
	background-color: #fff;
}

.ljc_lr_ctn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 1rem;
}

.ljc_lr_ctn div {
	width: 50%;
	text-indent: 2rem;
}

.ljc_lr_lis1 {
	padding: 5% 5% 0;
}

.ljc_lr_lis2 {
	padding: 5% 5% 0;
}

.btn_lrzy {
	padding: 0 5%;
	width: 100%;
}

.btn_lrzy a {
	display: block;
	background-color: red;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 0.8rem;
	text-align: center;
}

/* 3 */
.ljc_gzds_top {
	padding: 2.5rem 0 1rem;
}

.ljc_gzds_ctn {
	padding: 0 8%;
}

/* 4 */
.ljc_sdly {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;
}

.ljc_sdly_lis1 {
	width: 44%;
	padding-top: 1.5rem;
}

.ljc_sdly_lis1 img {
	margin-bottom: 1.5rem;
}

.ljc_sdly_lis2 {
	width: 2%;
	background-color: #7ecef4;
}

.ljc_sdly_list {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.ljc_sdly_li {
	width: 1rem;
	height: 1rem;
	background-color: #ff0000;
	border-radius: 1rem;
	border: 0.1rem solid #000;
}

.ljc_sdly_list li:nth-child(1) {
	position: absolute;
	top: 15%;
	left: -35%;
}

.ljc_sdly_list li:nth-child(2) {
	position: absolute;
	top: 30%;
	left: -35%;
}

.ljc_sdly_list li:nth-child(3) {
	position: absolute;
	top: 45%;
	left: -35%;
}

.ljc_sdly_list li:nth-child(4) {
	position: absolute;
	top: 60%;
	left: -35%;
}

.ljc_sdly_list li:nth-child(5) {
	position: absolute;
	top: 77%;
	left: -35%;
}

.ljc_sdly_list li:nth-child(6) {
	position: absolute;
	top: 95%;
	left: -35%;
}

.ljc_sdly .btn_lrzy {
	padding-top: 1.5rem;
}

/* 5 */
.ljc_wmdcl_name {
	padding: 1.5rem 0;
}

.ljc_lmkc_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;

}

.ljc_lmkc_lis {
	width: 49%;
	border: 0.1rem solid #cacaca;
	padding-bottom: 0.9rem;
	margin-bottom: 1.5rem;
}

.ljc_lmkc_lis_top {
	padding: 0.3rem;
}

.ljc_lmkc_lis_top a {
	display: block;
}

.ljc_lmkc_lis_name {
	padding: 0.3rem;
	line-height: 2rem;
	font-size: 1.5rem;
	color: #000;
	font-weight: 1000;
}

.ljc_lmkc_lis_btn {
	padding: 0.3rem 0.3rem 0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ljc_lmkc_lis_btn a {
	width: 49%;
	border: 0.1rem solid #ff0000;
	text-align: center;
	line-height: 2.2rem;
	font-size: 0.8rem;
	border-radius: 1.1rem;
}

.ljc_lmkc_lis_btn a:nth-child(1) {
	color: #979595;
}

.ljc_lmkc_lis_btn a:nth-child(2) {
	background-color: #ff0000;
	color: #fff;
}

/* 7 */
.ljc_xyhj {
	padding-bottom: 1.8rem;
}

.ljc_xyhj_ctn {
	padding-bottom: 1.8rem;

}

/* 8 */
.ljc_cjwt_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5%;
}

.ljc_cjwt_lis {
	width: 48%;
	padding-bottom: 1rem;
}

.ljc_cjwt_lis a {
	color: #000;
	line-height: 2rem;
	display: block;
	width: 100%;
	padding-left: 5%;
	font-size: 0.8rem;
	border: 0.1rem solid #000;
	border-radius: 0.8rem;
}

/* 9 */
.ljc_xydp {
	padding: 0 0 1.5rem;
}

.ljc_xydp .btn_lrzy {
	padding-top: 1.5rem;
}

.ljc_xydp_ctn {
	overflow: hidden;
}

.ljc_xydp_ctn a {
	display: block;
}

/* 10 */
.ljc_form {
	padding: 0 5%;
}

.form_top {
	overflow: hidden;
	padding-bottom: 0.8rem;
}

.form_left {
	float: left;
	width: 3%;
	height: 3.5rem;
	background-color: #ff0000;
}

.form_right {
	float: left;
	width: 97%;
	line-height: 3.5rem;
	font-size: 1.2rem;
	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: 3.5rem;
	font-size: 1.2rem;
	border: 0.1rem solid #594853;
	padding-left: 5%;
	width: 100%;
	border-radius: 0.75rem;
}

.ipt_form input::placeholder {
	color: #3e565a;
}

.ipt_form button {
	width: 100%;
	background-color: red;
	color: #fff;
	font-size: 1.5rem;
	line-height: 3rem;
	border-radius: 0.8rem;
	text-align: center;
	outline: none;
}
