.page_content {
	position: relative;
	padding-top: 80px;
	min-height: 100vh;
}

.huibj {
	background-color: #f8f8f8;
}

.banner_box {
	position: relative;
}

.banner_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_banner {
	margin-top: -80px;
}

.home_banner img {
	height: 100vh;
}

.ind_ul {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 20px;
	width: 100%;
}

.ind_ul .ind_li {
	margin: 0 8px;
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 0.36;
	cursor: pointer;
}

.ind_ul .ind_li.active {
	opacity: 1;
}


.pagination {
	margin-top: 15px;
}

.pagination .el-pager li {
	margin: 0 5px;
	min-width: 32px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-sizing: border-box;
}

.pagination .el-pager li.active+li {
	border: 1px solid #CCCCCC;
}

.pagination .el-pager li:hover {
	background: linear-gradient(90deg, #667EEA, #764BA2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pagination .el-pager li.active {
	border-color: #6e64c6;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
	color: #fff;
}

.pagination .el-pagination button {
	padding: 0;
	min-width: 32px;
	height: 32px;
	line-height: 30px;
}

.pagination.bj .el-pagination button {
	margin: 0 5px;
	padding: 0 10px;
}

.pagination.bj .el-pagination button span {
	line-height: 30px;
}

.pagination .el-pagination .btn-next .el-icon,
.pagination .el-pagination .btn-prev .el-icon {
	font-size: 14px;
}



.my_page {
	margin-top: 14px;
	padding: 5px;
}

.my_page .page_a {
	margin: 5px;
	min-width: 36px;
	height: 36px;
	padding: 0 12px;
	background: #FFFFFF;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	cursor: pointer;
}

.border .page_a {
	background: transparent;
	border: 1px solid #CCCCCC;
}

.my_page .page_d {
	margin: 5px;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
}

.border .page_a:hover {
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.my_page .page_a.active {
	background: linear-gradient(90deg, #667EEA, #764BA2);
	color: #ffffff;
}

.my_page .page_a.active:hover {
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
}

.my_page .page_a .iconb-back::after {
	content: "上一页";
}

.my_page .page_a .iconb-next::after {
	content: "下一页";
}






.bread_search_row {
	background: #FFFFFF;
}

.bread_search_row .bread_search {
	height: 70px;
}

.bread_box {
	flex-shrink: 0;
	margin-right: 20px;
}

.bread_box .home_img {
	width: 16px;
	height: 16px;
}

.bread_box .home_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bread_box .icon-right {
	margin: 0 10px;
	font-size: 12px;
	color: #333333;
}

.bread_box .cd_li {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}

.search_box {
	width: 550px;
	max-width: 100%;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #E5E5E5;
}

.search_box input {
	outline: none;
	flex: 1;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	padding-left: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.search_box input::placeholder {
	font-weight: 400;
	font-size: 16px;
	color: #BBBBBB;
}

.search_box .icon-searh {
	height: 100%;
	padding: 0 16px;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}



.login_page {
	background: linear-gradient(-90deg, #764BA2, #667EEA);
	display: flex;
	flex-direction: column;
}

.login_body {
	flex: 1;
	height: 0;
	padding: 40px;
}

.login_card {
	width: 560px;
	max-width: 100%;
	min-height: 482px;
	padding: 48px 20px 40px;
	background: #FFFFFF;
	border-radius: 16px;
}

.login_card .login_title {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 26px;
	color: #1A1A1A;
}

.login_card .login_input {
	margin-top: 16px;
	position: relative;
	width: 436px;
	max-width: 100%;
}

.login_card .login_input input {
	outline: none;
	width: 100%;
	height: 54px;
	border-radius: 4px;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.login_card .login_input input::placeholder {
	font-weight: 400;
	font-size: 16px;
	color: #AAAAAA;
}

.login_card .login_input .iconfont {
	position: absolute;
	top: 50%;
	right: 15px;
	padding: 5px;
	font-size: 20px;
	color: #BBBBBB;
	transform: translateY(-50%);
	cursor: pointer;
}

.login_card .login_input .code_btn {
	margin-left: 12px;
	flex-shrink: 0;
	width: 140px;
	height: 54px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}

.login_card .login_select {
	margin-top: 16px;
	position: relative;
	width: 436px;
	max-width: 100%;
}

.login_card .login_select .select {
	width: 100%;
	height: 54px;
	border-radius: 4px;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.login_card .login_select .select .iconfont {
	font-size: 12px;
	color: #333333;
}

.login_card .select_ul {
	position: absolute;
	z-index: 9;
	top: calc(100% + 5px);
	left: 0;
	right: 0;
	max-height: 0;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 4px;
	background-color: #fff;
	box-sizing: border-box;
	transition: max-height 0.3s;
	opacity: 0;
}

.login_card .select_ul .select_li {
	position: relative;
	height: 40px;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 14px;
	color: #606266;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.login_card .select_ul .select_li:hover {
	background-color: #f5f7fa;
}

.login_card .select_ul .select_li.on {
	background-color: #f5f7fa;
	color: #7353AD;
}

.login_card .select_ul.show {
	max-height: 286px;
	padding: 10px 0;
	border-color: #e4e7ed;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	opacity: 1;
	overflow-y: auto;
}

.login_card .login_xieyi {
	width: 436px;
	max-width: 100%;
	padding: 16px 0;
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
	line-height: 24px;
	cursor: pointer;
}

.login_card .login_xieyi span {
	color: #7353AD;
	cursor: pointer;
}

.login_card .login_xieyi .check {
	margin-right: 10px;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E4E4E4;
	transition: all 0.4s ease-in-out;
}

.login_card .login_xieyi .check .icon-duigoux {
	font-size: 14px;
	color: #fff;
}

.login_card .login_xieyi .check.on {
	background: linear-gradient(90deg, #667EEA, #764BA2);
}

.login_card .login_wjmm {
	width: 436px;
	max-width: 100%;
	padding: 10px 0;
}

.login_card .login_wjmm div {
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
	line-height: 34px;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}

.login_card .login_kong {
	height: 36px;
}

.login_card .login_btn {
	width: 436px;
	max-width: 100%;
	height: 54px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}

.login_card .login_tip {
	margin-top: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #AAAAAA;
}

.login_card .login_tip span {
	color: #7353AD;
	cursor: pointer;
}


.popup {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.32);
	padding: 20px;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

.pop_show {
	z-index: 1111;
	opacity: 1;
}

.popup_card {
	width: 760px;
	max-width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	transform: scale(0.6);
	transition: all 0.4s ease-in-out;
}

.cpxq_popup_card {
	width: 580px;
}

.xmxq_popup_card {
	width: 400px;
}

.pop_show .popup_card {
	transform: scale(1);
}

.popup_card .pop_head {
	position: relative;
	height: 60px;
	border-bottom: 1px solid #EEEEEE;
}

.popup_card .pop_head .icon-close {
	position: absolute;
	right: 20px;
	padding: 10px;
	font-size: 16px;
	color: #CCCCCC;
	cursor: pointer;
}

.popup_card .pop_head .title {
	font-weight: 400;
	font-size: 16px;
	color: #1B91F7;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.popup_card .pop_content {
	padding-right: 2px;
}

.popup_card .pop_content .fwb_box {
	max-height: calc(84vh - 160px);
	padding: 30px 30px 20px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 1.75;
	text-align: justify;
	white-space: pre-line;
	overflow-x: hidden;
	overflow-y: auto;
}

.popup_card .pop_foot {
	padding: 20px 0 40px;
}

.popup_card .pop_foot .btn {
	height: 40px;
	padding: 0 28px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

.popup_card .pop_form {
	min-height: 400px;
	padding: 24px;
}

.popup_card .pop_form .row {
	margin-bottom: 24px;
	width: 420px;
	max-width: 100%;
}

.popup_card .pop_form .row .label {
	min-width: 90px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	text-align: right;
	white-space: nowrap;
}

.popup_card .pop_form .row .value {
	flex: 1;
	width: 0;
}

.popup_card .pop_form .input {}

.popup_card .pop_form .input input {
	outline: none;
	width: 100%;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	padding: 0 16px;
}

.popup_card .pop_form .upload_box {
	width: 102px;
	height: 102px;
	background: #F5F5F5;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #AAAAAA;
	line-height: 20px;
}

.popup_card .pop_form .upload_box .iconfont {
	margin-bottom: 10px;
	font-size: 28px;
	color: #AAAAAA;
}

.popup_card .pop_form .upload_box .pdf {
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.popup_card .pop_form .def_btn {
	width: 108px;
	height: 40px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 6px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.popup_card .pop_form .icon {
	margin-top: 72px;
	width: 60px;
	height: 60px;
}

.popup_card .pop_form .icon img {
	width: 100%;
	height: 100%;
}

.popup_card .pop_form .sccg {
	margin-top: 20px;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}

.popup_card .pop_form .tishi {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.popup_card .pop_info {
	padding: 20px 20px 30px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

.popup_card .pop_info .li {
	padding: 5px 0;
}

.scjl_popup_card {
	width: 580px;
}

.wxts_popup_card {
	width: 700px;
}

.wxts_popup_card .pop_head {
	padding: 0 30px;
}

.wxts_popup_card .pop_head .title {
	position: relative;
	height: 100%;
}

.wxts_popup_card .pop_head .title::after {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 62px;
	height: 2px;
	background: linear-gradient(-90deg, #667EEA, #764BA2);
}

.wxts_popup_card .pop_wxts {
	padding: 30px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.wxts_popup_card .pop_btns {
	padding: 0 30px;
	padding-bottom: 40px;
}

.wxts_popup_card .def_btn {
	height: 40px;
	padding: 0 24px;
	background: linear-gradient(-90deg, #667EEA, #764BA2);
	border-radius: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}

.wxts_popup_card .lk {
	margin-left: 12px;
	border: 1px solid #6f64c5;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}




.user_page_box {
	min-height: calc(100vh - 80px);
	padding: 60px 0;
}

.user_left_box {}

.user_right_box {
	flex: 1;
	width: 0;
	display: flex;
	flex-direction: column;
}

.user_card {
	margin-right: 24px;
	position: relative;
	width: 220px;
	padding: 24px 6px 6px;
	background: #FFFFFF;
	border-radius: 12px;
}

.user_card .unfold {
	position: absolute;
	right: -36px;
	top: 100px;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 0 40px 40px 0;
	cursor: pointer;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	padding: 3px 3px 3px 0;
	display: none;
	align-items: center;
	justify-content: center;
}

.user_card .avatar {
	margin: auto;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
}

.user_card .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user_card .nickname {
	padding: 18px 0 14px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.menu_box {}

.menu_box .menu_ul {
	margin-top: 6px;
}

.menu_box .menu_ul .menu_name {
	height: 48px;
	border-radius: 8px;
	padding: 0 18px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.menu_box .menu_ul .menu_on {
	background: linear-gradient(90deg, #667EEA, #764BA2);
	color: #ffffff;
}

.menu_box .menu_ul .menu_name .icon {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.menu_box .menu_ul .menu_name .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.menu_box .menu_ul .menu_name .icon img:last-child {
	display: none;
	opacity: 0;
}

.menu_box .menu_ul .menu_on .icon img:first-child {
	display: none;
	opacity: 0;
}

.menu_box .menu_ul .menu_on .icon img:last-child {
	display: inline-block;
	opacity: 1;
}

.menu_box .menu_ul .menu_name .name {
	flex: 1;
	width: 0;
}

.menu_box .menu_ul .icon-arrow-down {
	font-size: 12px;
	transform: rotate(-90deg);
	transition: all 0.4s ease-in-out;
}

.menu_box .show .icon-arrow-down {
	transform: rotate(0);
}

.menu_box .menu_ul .menu_child {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.menu_box .show .menu_child {
	max-height: 400px;
	overflow: hidden;
}


.menu_box .menu_ul .menu_child .menu_li {
	margin-top: 6px;
	height: 48px;
	border-radius: 8px;
	padding: 0 18px;
	padding-left: 48px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.menu_box .menu_ul .menu_child .menu_li.on {
	background: #F5F7FA;
}

.menu_box .menu_ul .menu_child .menu_li.on div {
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.user_right_card {
	flex: 1;
	height: 0;
	background: #FFFFFF;
	border-radius: 12px;
}

.card_head {
	height: 60px;
	padding: 0 24px;
	border-bottom: 1px solid #E0E0E0;
}

.card_head .card_title {
	margin-right: 40px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	transition: all 0.4s ease-in-out;
}

.pointer {
	cursor: pointer;
}

.card_head .card_title.on {
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.card_head .card_title::after {
	content: '';
	position: absolute;
	bottom: -1px;
	width: 32px;
	height: 3px;
	border-radius: 2px;
	transition: all 0.4s ease-in-out;
}

.card_head .card_title.on::after {
	background: linear-gradient(90deg, #667EEA, #764BA2);
}

.card_head .back {
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}

.card_body {
	padding: 12px 24px 24px;
}

.card_body .row {
	padding: 12px 0;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
}

.card_body .row .label {
	min-width: 80px;
	text-align: right;
	white-space: nowrap;
}

.card_body .row .value {
	flex: 1;
	width: 0;
}

.card_body .row .value .avatar {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.card_body .row .value .avatar .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card_body .row .value .avatar .upload {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .28);
}

.card_body .row .value .avatar .upload img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.card_body .row .value .input {
	position: relative;
	width: 400px;
	max-width: 100%;
}

.card_body .row .value .input input {
	outline: none;
	width: 100%;
	height: 40px;
	padding: 0 16px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.card_body .row .value .input input::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #AAAAAA;
}

.card_body .row .value .input .iconfont {
	position: absolute;
	top: 50%;
	right: 15px;
	padding: 5px;
	font-size: 20px;
	color: #BBBBBB;
	transform: translateY(-50%);
	cursor: pointer;
}

.card_body .row .value .input .code_btn {
	margin-left: 12px;
	flex-shrink: 0;
	width: 120px;
	height: 40px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}

.card_body .btn_box {
	margin-top: 12px;
	padding-left: 80px;
}

.card_body .save_btn {
	width: 108px;
	height: 40px;
	background: linear-gradient(-90deg, #667EEA, #764BA2);
	border-radius: 6px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}



.jslt_list {
	padding: 64px 0 70px;
}

.jslt_list .jslt_item {
	padding: 16px 0;
}

.jslt_list .jslt_item .jslt_card {
	position: relative;
	width: 100%;
	background: #FFFFFF;
	border-radius: 16px;
}

.jslt_card .type {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 28px;
	padding: 0 12px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 16px 0px 16px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
}

.jslt_card .img_box {
	width: 320px;
	height: 242px;
	border-radius: 16px;
	overflow: hidden;
}

.jslt_card .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.jslt_card:hover .img_box img {
	transform: scale(1.1);
}

.jslt_card .text_box {
	flex: 1;
	width: 0;
	padding: 40px;
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.jslt_card .text_box .title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

.jslt_card .text_box .intro {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.jslt_card .text_box .tags {}

.jslt_card .text_box .tag {
	margin-top: 10px;
	margin-right: 50px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.jslt_card .text_box .tag img {
	margin-right: 8px;
	width: 16px;
	height: 16px;
	object-fit: contain;
}



.detail_box {
	min-height: calc(100vh - 80px);
	padding: 50px 0 80px;
}

.xq_card {
	padding: 40px 36px;
	background: #FFFFFF;
}

.xq_card .title {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	text-align: center;
}

.xq_card .tags {
	margin-top: 20px;
}

.xq_card .tag {
	margin-top: 10px;
	margin-right: 50px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.xq_card .tag img {
	margin-right: 8px;
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.xq_card .fwb_box {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #EEEEEE;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 1.8;
	text-align: justify;
	white-space: pre-line;
}

.ly_card {
	margin-top: 30px;
	padding: 30px 36px;
	background: #FFFFFF;
}

.ly_card .ly_title {
	margin-bottom: 24px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}

.ly_card .ly_list .ly_item {
	margin-top: 30px;
}

.ly_card .ly_item .avatar {
	margin-right: 12px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #eee;
	overflow: hidden;
}

.ly_card .ly_item .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ly_card .ly_item .ly_box {
	flex: 1;
	width: 0;
}

.ly_card .ly_item textarea {
	outline: none;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 98px;
	min-height: 98px;
	border-radius: 8px;
	border: 1px solid #EEEEEE;
	padding: 10px 16px;
	font-weight: 400;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

.ly_card .ly_item textarea::placeholder {
	font-weight: 400;
	font-size: 12px;
	color: #BABABA;
	line-height: 20px;
}

.ly_card .ly_item .def_btn {
	margin-top: 16px;
	width: 80px;
	height: 32px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 16px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}

.ly_card .ly_item .ly_text_box {
	flex: 1;
	width: 0;
}

.ly_card .ly_item .nickname {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.ly_card .ly_item .nickname span {
	margin-left: 10px;
	font-size: 12px;
	color: #BABABA;
}

.ly_card .ly_item .ly_cont {
	margin-top: 5px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	text-align: justify;
	white-space: pre-line;
}



.hyzx_box {
	padding: 64px 0 70px;
}

.hyzx_list {
	margin: 0 -16px;
}

.hyzx_list .hyzx_item {
	width: calc(100% / 3);
	padding: 16px;
}

.hyzx_list .hyzx_item .hyzx_card {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px 0px rgba(95, 106, 124, 0.1);
	border-radius: 20px;
	padding: 20px;
}

.hyzx_card .img_box {
	position: relative;
	width: 100%;
	aspect-ratio: 396 / 230;
	border-radius: 16px;
	overflow: hidden;
}

.hyzx_card .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.hyzx_card:hover .img_box img {
	transform: scale(1.1);
}

.hyzx_card .type {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 28px;
	padding: 0 12px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 16px 0px 16px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
}

.hyzx_card .text_box {}

.hyzx_card .title {
	margin-top: 15px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
}

.hyzx_card .time {
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.hyzx_card .intro {
	margin-top: 5px;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}



.cpxc_box {
	padding: 64px 0 70px;
}

.cpxc_list {}

.cpxc_list .cpxc_item {
	padding: 16px 0;
}

.cpxc_list .cpxc_item .cpxc_card {
	width: 100%;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 40px;
}

.cpxc_card .img_box {
	margin-right: 50px;
	position: relative;
	width: 44%;
	height: 340px;
	background: #F5F7FA;
	border-radius: 16px;
	overflow: hidden;
}

.cpxc_card .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.cpxc_card:hover .img_box img {
	transform: scale(1.1);
}

.cpxc_card .text_box {
	flex: 1;
	width: 0;
}

.cpxc_card .title {
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}

.cpxc_card .xuqiu {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cpxc_card .intro {
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 32px;
	white-space: pre-line;
}

.cpxc_card .bomrow {
	margin-top: 4px;
}

.cpxc_card .def_btn {
	margin-top: 20px;
	margin-right: 12px;
	width: 136px;
	height: 42px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 21px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}

.cpxc_card .tags {}

.cpxc_card .tag {
	margin-top: 20px;
	margin-right: 30px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.cpxc_card .tag:last-child {
	margin-right: 0;
}

.cpxc_card .tag img {
	margin-right: 8px;
	width: 16px;
	height: 16px;
	object-fit: contain;
}


.cpxc_xq_box {
	position: relative;
	z-index: 1;
	min-height: calc(100vh - 80px);
	padding: 100px 0 80px;
	display: flex;
	flex-direction: column;
}

.cpxc_xq_box::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 252px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
}

.cpxc_xq_box .w1200 {
	flex: 1;
	height: 0;
	display: flex;
	flex-direction: column;
}

.cpxc_xq_card {
	flex: 1;
	height: 0;
	background: #FFFFFF;
	border-radius: 16px;
	padding: 40px;
}

.cpxc_xq_card .cp_img_box {
	margin-right: 50px;
	width: 43%;
}

.cpxc_xq_card .cp_img_box .cp_img {
	width: 100%;
	aspect-ratio: 57 / 34;
	border-radius: 16px;
	overflow: hidden;
}

.cpxc_xq_card .cp_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cp_ind_box {
	margin-top: 24px;
}

.cp_ind_box .cp_ind_ul {
	flex: 1;
	width: 0;
	padding-bottom: 5px;
	overflow-x: auto;
	overflow-y: hidden;
}

.cp_ind_box .cp_ind_li {
	flex-shrink: 0;
	margin: 0 5px;
	position: relative;
	width: 168px;
	height: 106px;
	background: #F5F7FA;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}

.cp_ind_box .cp_ind_li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 12px;
}

.cp_ind_box .active::after {
	background-color: rgba(0, 0, 0, 0);
}

.cp_ind_box .cp_ind_li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cp_ind_box .iconfont {
	font-size: 20px;
	color: #A6B2B6;
	cursor: pointer;
}

.cp_ind_box .prev {
	margin-right: 5px;
	transform: rotate(180deg);
}

.cp_ind_box .next {
	margin-left: 5px;
}

.cpxc_xq_card .cp_text_box {
	flex: 1;
	width: 0;
}

.cpxc_xq_card .cp_text_box .name {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}

.cpxc_xq_card .cp_text_box .intro {
	padding: 5px 0;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 24px;
}

.cpxc_xq_card .cp_text_box .intro .li {
	padding: 5px 0;
}

.cpxc_xq_card .cp_text_box .xuqiu {
	padding: 5px 0;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cpxc_xq_card .cp_text_box .bomrow {
	margin-top: 10px;
}

.cpxc_xq_card .cp_text_box .def_btn {
	margin-top: 20px;
	margin-right: 12px;
	width: 180px;
	height: 54px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 27px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}

.cpxc_xq_card .cp_text_box .lk {
	border: 1px solid #6f64c5;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cpxc_xq_card .tags {}

.cpxc_xq_card .tag {
	margin-top: 20px;
	margin-right: 30px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.cpxc_xq_card .tag:last-child {
	margin-right: 0;
}

.cpxc_xq_card .tag img {
	margin-right: 8px;
	width: 16px;
	height: 16px;
	object-fit: contain;
}




.gwzp_box {
	padding: 64px 0 70px;
}

.gwzp_list {
	margin: 0 -16px;
}

.gwzp_list .gwzp_item {
	width: calc(100% / 3);
	padding: 16px;
}

.gwzp_list .gwzp_item .gwzp_card {
	width: 100%;
	height: 100%;
	min-height: 304px;
	background: linear-gradient(90deg, #FFFFFF, #FFFFFF);
	border-radius: 20px;
	padding: 18px 20px 28px;
	color: #333333;
}

.gwzp_list .gwzp_item .gwzp_card:hover {
	background: linear-gradient(90deg, #667EEA, #764BA2);
	color: #FFFFFF;
}

.gwzp_card .gw_name {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
}

.gwzp_card .gw_fbz {
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.gwzp_card .address {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.gwzp_card .price {
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 28px;
}

.gwzp_card:hover .price {
	color: #fff;
	background: transparent;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
}

.gwzp_card .intro {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #DCDCDC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	text-align: justify;
	line-height: 24px;
}

.gwzp_card:hover .intro {
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.gwzp_xq_body {
	min-height: calc(100vh - 80px);
	padding: 52px 0 80px;
	display: flex;
	flex-direction: column;
}

.gwzp_xq_card {
	flex: 1;
	height: 0;
	background: #FFFFFF;
	padding: 50px 36px;
}

.gwzp_xq_card .title {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	text-align: center;
}

.gwzp_xq_card .tags {
	margin-top: 30px;
}

.gwzp_xq_card .tag {
	margin: 10px 20px 0;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.gwzp_xq_card .tag img {
	margin-right: 8px;
	width: 16px;
	height: 16px;
	object-fit: contain;
}

.gwzp_xq_card .fwb_box {
	margin-top: 36px;
	padding: 24px 0;
	border-top: 1px solid #EEEEEE;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 2;
	white-space: pre-line;
}

.gwzp_xq_card .def_btn {
	margin-top: 40px;
	width: 164px;
	height: 54px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 27px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}

.gwzp_xq_card .gwzp_xq_content {
	margin-top: 36px;
	padding: 24px 0;
	border-top: 1px solid #EEEEEE;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 2;
	white-space: pre-line;
}

.gwzp_xq_card .tishi {
	margin-top: 30px;
	color: #FF0000;
}



.wyfb_list {
	margin: 0 -12px;
}

.wyfb_list .wyfb_item {
	flex: auto;
	width: calc(100% / 3);
	min-width: 264px;
	padding: 12px;
}

.wyfb_list .wyfb_item .wyfb_card {
	height: 242px;
	border-radius: 16px;
	border: 1px solid #E0E0E0;
	color: #333333;
}

.wyfb_list .wyfb_item .wyfb_card:hover {
	background: linear-gradient(90deg, #667EEA, #764BA2);
	color: #FFFFFF;
}

.wyfb_card .icon {
	position: relative;
	width: 60px;
	height: 60px;
}

.wyfb_card .icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wyfb_card:hover .icon img:first-child {
	z-index: -1;
	opacity: 0;
}

.wyfb_card .icon img:last-child {
	z-index: -1;
	opacity: 0;
}

.wyfb_card:hover .icon img:last-child {
	z-index: 1;
	opacity: 1;
}

.wyfb_card .title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 22px;
}

.wyfb_card .intro {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
}



.fb_form {}

.fb_form .fb_row {
	padding: 12px 0;
}

.fb_form .fb_row .label {
	min-width: 112px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	text-align: right;
	white-space: nowrap;
}

.fb_form .check_row .label {
	line-height: 20px;
}

.fb_form .fb_row .value {
	flex: 1;
	width: 0;
	position: relative;
	/* z-index: 1; */
}

/* #myEditor {
	position: relative;
	z-index: -1;
} */

.fb_form .input {
	width: 666px;
	max-width: 100%;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	padding: 0 16px;
}

.fb_form .input input {
	outline: none;
	width: 100%;
	height: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.fb_form .input input::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #AAAAAA;
}

.fb_form .textarea {
	width: 780px;
	max-width: 100%;
}

.fb_form .textarea textarea {
	outline: none;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 120px;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	padding: 10px 16px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.fb_form .textarea textarea ::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: #AAAAAA;
}

.fb_form .input .unit {
	margin-left: 16px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.fb_form .check_box {}

.fb_form .check_box .check {
	margin-right: 30px;
	cursor: pointer;
}

.fb_form .check_box .check .iconfont {
	margin-right: 6px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #E0E0E0;
	font-size: 14px;
	color: #FFFFFF;
}

.fb_form .check_box .check.on .iconfont {
	background: linear-gradient(90deg, #667EEA, #764BA2);
}

.fb_form .check_box .check .name {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}

.fb_form .upload {
	position: relative;
	margin-right: 20px;
	width: 102px;
	height: 102px;
	background: #F5F5F5;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #AAAAAA;
}


.fb_form .upload img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.fb_form .upload .pdf {
	margin-bottom: 10px;
	width: 40px;
	height: 40px;
	object-fit: contain;
	border-radius: 0;
}

.fb_form .upload .iconfont {
	margin-bottom: 10px;
	font-size: 30px;
}

.fb_form .upload .icon-close {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	border-radius: 0 4px 0 4px;
	padding: 0 5px;
	margin-bottom: 0;
	cursor: pointer;
}

.fb_form .tishi {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #FF8726;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fb_form .def_btn {
	width: 108px;
	height: 40px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 6px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.fb_form .fanwei {
	width: 666px;
	max-width: 100%;
}

.fb_form .fanwei .input {
	flex: 1;
	width: 0;
}

.fb_form .fanwei .dao {
	margin: 0 10px;
	font-weight: 400;
	font-size: 14px;
	color: #AAAAAA;
}

.table_box {
	padding-top: 12px;
	overflow: hidden;
}

.table {
	width: 100%;
}

.table_box .el-table__header {
	border: 1px solid #EBEEF5;
	border-bottom: none;
}

.table_box .el-table thead {
	color: #333333;
	font-size: 14px;
}

.table_box .el-table th.el-table__cell {
	background-color: #F8F8F8;
	font-weight: 400;
}

.table_box .status {
	font-weight: 400;
	font-size: 14px;
	color: #1B91F7;
}

.table_box .suc {
	color: #24BD16;
}

.table_box .err {
	color: #FF6C72;
	cursor: pointer;
}

.table_box .btns {
	font-weight: 400;
	font-size: 14px;
}

.table_box .btns .btn1 {
	font-weight: 400;
	font-size: 14px;
	color: #1B91F7;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	cursor: pointer;
}

.table_box .btns .btn2 {
	margin-left: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #FF6C72;
	cursor: pointer;
}





.title_box {}

.title_box .title {
	position: relative;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 40px;
	color: #333333;
}

.title_box .title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
}

.title_box .arrow .iconfont {
	padding: 20px;
	font-size: 28px;
	color: #2F4462;
	cursor: pointer;
}

.title_box .arrow .iconfont:hover {
	color: #333333;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title_box .arrow .iconfont:first-child {
	transform: rotateY(180deg);
}


.home_box {
	position: relative;
	z-index: 1;
	padding: 100px 0;
}

.home_box .bj {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_box .banner_other {
	overflow: hidden;
}

.jslt_sy_box .bj {
	height: 660px;
	max-height: 100%;
}

.jslt_sy_box {
	overflow: hidden;
}

.jslt_row {
	/* width: 100vw; */
	overflow: hidden;
}

.swiper-container-jslt {
	margin: 0 -30px;
}

.jslt_sy_list {
	padding: 50px 0;
}

.jslt_sy_list .jslt_sy_item {
	width: 50%;
	padding: 0 30px;
	padding-left: 54px;
}

.jslt_sy_list .jslt_sy_item .jslt_sy_card {
	padding: 50px 0;
	background: #F5F7FA;
	border-radius: 20px;
}

.jslt_sy_card .img {
	margin-left: -24px;
	position: relative;
	width: 50%;
	height: 242px;
	border-radius: 15px;
	overflow: hidden;
}

.jslt_sy_card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.jslt_sy_card:hover .img img {
	transform: scale(1.1);
}

.jslt_sy_card .tag {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	padding: 0 12px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 15px 0px 15px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
}

.jslt_sy_card .text_box {
	flex: 1;
	width: 0;
	padding: 24px;
}

.jslt_sy_card .date {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.jslt_sy_card .title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

.jslt_sy_card .intro {
	margin-top: 20px;
	min-height: 52px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 26px;
	text-align: justify;
}

.jslt_sy_card .iconfont {
	margin-top: 30px;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ljgd_btn {
	width: 180px;
	height: 54px;
	background: linear-gradient(-90deg, #667EEA, #764BA2);
	border-radius: 27px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
}

.ljgd_btn .iconfont {
	margin-left: 10px;
	font-size: 16px;
}



.hyzx_sy_box {
	background: #fafafa;
}

.swiper-container-hyzx {
	margin: 0 -16px;
	overflow: hidden;
}

.hyzx_sy_list {
	padding: 40px 0 34px;
}

.hyzx_sy_list .hyzx_sy_item {
	width: calc(100% / 3);
	padding: 16px;
}

.hyzx_sy_list .hyzx_sy_item .hyzx_sy_card {
	display: block;
	height: 100%;
	padding: 24px;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px 0px rgba(95, 106, 124, 0.1);
	border-radius: 20px;
}

.hyzx_sy_card .img {
	position: relative;
	aspect-ratio: 396 / 230;
	border-radius: 15px;
	overflow: hidden;
}

.hyzx_sy_card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.hyzx_sy_card:hover .img img {
	transform: scale(1.1);
}

.hyzx_sy_card .tag {
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	padding: 0 12px;
	background: linear-gradient(90deg, #667EEA, #764BA2);
	border-radius: 15px 0px 15px 0px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
}

.hyzx_sy_card .title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}

.hyzx_sy_card .date {
	margin-top: 30px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.hyzx_sy_card .intro {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 26px;
	text-align: justify;
}


.cpzs_sy_box .title_box .title {
	color: #FFFFFF;
}

.cpzs_sy_box .title_box .title::after {
	background: #FFFFFF;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
}

.cpzs_sy_box .title_box .arrow .iconfont {
	color: #FFFFFF;
}

.cpzs_sy_box .ljgd_btn {
	background: #FFFFFF;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
}

.cpzs_sy_box .ljgd_btn div {
	color: #FFFFFF;
	background: linear-gradient(90deg, #667EEA 0%, #764BA2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.swiper-container-xmxq,
.swiper-container-cpzs {
	margin: 0 -16px;
}

.cpzs_sy_list {
	padding: 40px 0 34px;
}

.cpzs_sy_list .cpzs_sy_item {
	width: calc(100% / 3);
	padding: 16px;
}

.cpzs_sy_list .cpzs_sy_item .cpzs_sy_card {
	display: block;
	height: 100%;
	padding: 24px;
	background: #FFFFFF;
	border-radius: 20px;
}

.cpzs_sy_card .img {
	position: relative;
	aspect-ratio: 396 / 252;
	border-radius: 15px;
	overflow: hidden;
}

.cpzs_sy_card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.cpzs_sy_card:hover .img img {
	transform: scale(1.1);
}

.cpzs_sy_card .title {
	margin-top: 20px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.xmxq_sy_box .cpzs_sy_list .cpzs_sy_item .cpzs_sy_card {
	background: #F5F7FA;
}

.swiper-container-gwzp {
	margin: 0 -16px;
	padding: 40px 0 34px;
}

.swiper-container-gwzp .gwzp_list {
	margin: 0;
}




@media screen and (max-width: 1150px) {
	.page_content {
		padding-top: 50px;
	}

	.user_card {
		margin-right: 0;
		position: fixed;
		z-index: 4;
		left: 0;
		box-shadow: 0 0 10px rgba(0, 0, 0, .1);
		transform: translateX(-100%);
		transition: all 0.4s ease-in-out;
	}

	.user_card .unfold {
		display: flex;
	}

	.show {
		transform: translateX(0);
	}

	.show .unfold .iconfont {
		transform: rotate(180deg);
	}

}

@media screen and (max-width: 768px) {
	.banner_box img {
		aspect-ratio: 375 / 150;
	}

	.ind_ul {
		bottom: 10px;
	}

	.ind_ul .ind_li {
		margin: 0 5px;
		width: 8px;
		height: 8px;
	}



	.bread_search_row .bread_search {
		height: 50px;
	}

	.bread_box {
		flex-shrink: 0;
		margin-right: 20px;
	}

	.bread_box .home_img {
		width: 14px;
		height: 14px;
	}

	.bread_box .icon-right {
		margin: 0 5px;
		font-size: 12px;
		color: #333333;
	}

	.bread_box .cd_li {
		font-size: 14px;
	}

	.search_box {
		height: 36px;
		border-radius: 3px;
	}

	.search_box input {
		border-radius: 3px;
		padding-left: 10px;
		font-size: 14px;
	}

	.search_box input::placeholder {
		font-size: 14px;
	}

	.search_box .icon-searh {
		padding: 0 10px;
	}




	.login_body {
		padding: 20px 10px;
	}

	.login_card {
		min-height: auto;
		padding: 30px 20px;
		border-radius: 8px;
	}

	.login_card .login_title {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.login_card .login_input {
		margin-top: 16px;
	}

	.login_card .login_input input {
		height: 48px;
	}

	.login_card .login_input .code_btn {
		width: 120px;
		height: 48px;
	}

	.login_card .login_select .select {
		height: 48px;
	}

	.login_card .login_xieyi {
		padding: 10px 0;
	}

	.login_card .login_xieyi .check {
		margin-top: 2px;
		width: 20px;
		height: 20px;
	}

	.login_card .login_wjmm div {
		line-height: 24px;
	}

	.login_card .login_kong {
		height: 26px;
	}

	.login_card .login_btn {
		height: 48px;
	}

	.login_card .login_tip {
		margin-top: 10px;
	}



	.popup_card .pop_head {
		height: 50px;
	}

	.popup_card .pop_head .icon-close {
		right: 10px;
	}

	.popup_card .pop_content .fwb_box {
		padding: 10px 15px;
		font-size: 14px;
	}

	.popup_card .pop_foot {
		padding: 15px 0;
	}





	.user_page_box {
		min-height: calc(100vh - 50px);
		padding: 20px 0;
	}

	.user_card {
		width: 200px;
		padding: 20px 6px 6px;
		border-radius: 6px;
	}

	.user_card .avatar {
		margin: auto;
		width: 60px;
		height: 60px;
	}

	.user_card .nickname {
		padding: 10px 0;
		font-size: 16px;
	}

	.menu_box .menu_ul .menu_name {
		height: 40px;
		border-radius: 4px;
		padding: 0 12px;
		font-size: 14px;
	}

	.menu_box .menu_ul .menu_name .icon {
		margin-right: 10px;
		width: 16px;
		height: 16px;
	}

	.menu_box .menu_ul .menu_child .menu_li {
		height: 40px;
		border-radius: 4px;
		padding: 0 12px;
		padding-left: 38px;
		font-size: 14px;
	}

	.user_right_card {
		border-radius: 6px;
	}

	.card_head {
		height: 50px;
		padding: 0 16px;
	}

	.card_head .card_title {
		margin-right: 30px;
		font-size: 14px;
	}

	.card_body {
		padding: 8px 16px;
	}

	.card_body .row {
		padding: 8px 0;
		font-size: 14px;
	}

	.card_body .row .label {
		min-width: 70px;
	}

	.card_body .row .value .avatar {
		width: 50px;
		height: 50px;
	}

	.card_body .row .value .avatar .upload img {
		width: 25px;
		height: 25px;
	}

	.card_body .btn_box {
		margin-top: 12px;
		padding-left: 70px;
	}

	.card_body .save_btn {
		height: 40px;
		font-size: 14px;
	}



	.jslt_list {
		padding: 12px 0;
	}

	.jslt_list .jslt_item {
		padding: 8px 0;
	}

	.jslt_list .jslt_item .jslt_card {
		border-radius: 8px;
		flex-wrap: wrap;
	}

	.jslt_card .type {
		border-radius: 8px 0px 8px 0px;
	}

	.jslt_card .img_box {
		width: 100%;
		height: auto;
		border-radius: 8px;
	}

	.jslt_card .text_box {
		padding: 10px 15px;
	}







	.gwzp_box {
		padding: 15px 0;
	}

	.gwzp_list {
		margin: 0 -5px;
	}

	.gwzp_list .gwzp_item {
		width: calc(100% / 2);
		padding: 5px;
	}

	.gwzp_list .gwzp_item .gwzp_card {
		min-height: auto;
		border-radius: 10px;
		padding: 10px 15px 15px;
	}

	.gwzp_card .gw_name {
		font-size: 16px;
		line-height: 26px;
	}

	.gwzp_card .gw_fbz {
		margin-top: 8px;
		font-size: 12px;
		line-height: 20px;
	}

	.gwzp_card .address {
		margin-top: 4px;
		font-size: 12px;
		line-height: 20px;
	}

	.gwzp_card .price {
		margin-top: 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.gwzp_card .intro {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.gwzp_xq_body {
		min-height: calc(100vh - 50px);
		padding: 10px 0;
	}

	.gwzp_xq_card {
		padding: 15px;
	}

	.gwzp_xq_card .title {
		font-size: 20px;
		line-height: 30px;
	}

	.gwzp_xq_card .tags {
		margin-top: 5px;
	}

	.gwzp_xq_card .tag {
		margin: 10px 10px 0;
		font-size: 12px;
	}

	.gwzp_xq_card .tag img {
		margin-right: 5px;
		width: 12px;
		height: 12px;
	}

	.gwzp_xq_card .fwb_box {
		margin-top: 20px;
		padding: 10px 0;
		font-size: 14px;
		line-height: 2;
	}

	.gwzp_xq_card .def_btn {
		margin-top: 10px;
		width: 120px;
		height: 40px;
		font-size: 14px;
	}

	.gwzp_xq_card .gwzp_xq_content {
		margin-top: 20px;
		padding: 10px 0;
		font-size: 14px;
		line-height: 2;
	}

	.gwzp_xq_card .tishi {
		margin-top: 15px;
		color: #FF0000;
	}







	.title_box .title {
		padding-bottom: 10px;
		font-size: 20px;
	}

	.title_box .title::after {
		width: 30px;
		height: 2px;
	}

	.title_box .arrow .iconfont {
		padding: 5px;
		font-size: 20px;
	}


	.home_box {
		padding: 20px 0;
	}

	.swiper-container-jslt {
		margin: 0 -5px;
	}

	.jslt_sy_list {
		padding: 20px 0;
	}

	.jslt_sy_list .jslt_sy_item {
		width: 100%;
		padding: 0 5px;
		padding-left: 20px;
	}

	.jslt_sy_list .jslt_sy_item .jslt_sy_card {
		padding: 15px 0;
		border-radius: 10px;
	}

	.jslt_sy_card .img {
		margin-left: -14px;
		height: 160px;
		border-radius: 8px;
	}

	.jslt_sy_card .tag {
		height: 24px;
		padding: 0 10px;
		border-radius: 8px 0px 8px 0px;
		font-size: 12px;
		line-height: 24px;
	}

	.jslt_sy_card .text_box {
		padding: 10px;
	}

	.jslt_sy_card .date {
		font-size: 12px;
	}

	.jslt_sy_card .title {
		margin-top: 10px;
		font-size: 16px;
	}

	.jslt_sy_card .intro {
		margin-top: 10px;
		min-height: 44px;
		font-size: 14px;
		line-height: 22px;
	}

	.jslt_sy_card .iconfont {
		margin-top: 15px;
		font-size: 20px;
	}

	.ljgd_btn {
		width: 120px;
		height: 40px;
		border-radius: 20px;
		font-size: 14px;
	}

	.ljgd_btn .iconfont {
		margin-left: 10px;
		font-size: 14px;
	}


	.hyzx_sy_box {
		background: #fafafa;
	}

	.swiper-container-hyzx {
		margin: 0 -5px;
	}

	.hyzx_sy_list {
		padding: 15px 0;
	}

	.hyzx_sy_list .hyzx_sy_item {
		width: calc(100% / 2);
		padding: 5px;
	}

	.hyzx_sy_list .hyzx_sy_item .hyzx_sy_card {
		padding: 10px;
		box-shadow: 0px 4px 8px 0px rgba(95, 106, 124, 0.1);
		border-radius: 10px;
	}

	.hyzx_sy_card .img {
		border-radius: 8px;
	}

	.hyzx_sy_card .tag {
		height: 24px;
		padding: 0 10px;
		border-radius: 8px 0px 8px 0px;
		font-size: 12px;
		line-height: 24px;
	}

	.hyzx_sy_card .title {
		margin-top: 10px;
		font-size: 16px;
	}

	.hyzx_sy_card .date {
		margin-top: 15px;
		font-size: 12px;
	}

	.hyzx_sy_card .intro {
		margin-top: 7px;
		font-size: 14px;
		line-height: 22px;
	}

	.swiper-container-xmxq,
	.swiper-container-cpzs {
		margin: 0 -5px;
	}

	.cpzs_sy_list {
		padding: 15px 0;
	}

	.cpzs_sy_list .cpzs_sy_item {
		width: calc(100% / 2);
		padding: 5px;
	}

	.cpzs_sy_list .cpzs_sy_item .cpzs_sy_card {
		padding: 10px;
		border-radius: 10px;
	}

	.cpzs_sy_card .img {
		border-radius: 8px;
	}

	.cpzs_sy_card .title {
		margin-top: 8px;
		font-size: 14px;
	}

	.swiper-container-gwzp {
		margin: 0 -5px;
		padding: 15px 0;
	}








	.hyzx_box {
		padding: 15px 0;
	}

	.hyzx_list {
		margin: 0 -5px;
	}

	.hyzx_list .hyzx_item {
		width: calc(100% / 2);
		padding: 5px;
	}

	.hyzx_list .hyzx_item .hyzx_card {
		box-shadow: 0px 4px 8px 0px rgba(95, 106, 124, 0.1);
		border-radius: 10px;
		padding: 10px;
	}

	.hyzx_card .img_box {
		border-radius: 8px;
	}

	.hyzx_card .type {
		height: 24px;
		padding: 0 10px;
		border-radius: 8px 0px 8px 0px;
		font-size: 12px;
		line-height: 24px;
	}

	.hyzx_card .title {
		margin-top: 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.hyzx_card .time {
		margin-top: 10px;
		font-size: 12px;
		line-height: 20px;
	}

	.hyzx_card .intro {
		margin-top: 5px;
		font-size: 14px;
		line-height: 22px;
	}





	.detail_box {
		min-height: calc(100vh - 50px);
		padding: 10px 0;
	}

	.xq_card {
		padding: 20px 15px;
	}

	.xq_card .title {
		font-size: 20px;
		line-height: 30px;
	}

	.xq_card .tags {
		margin-top: 10px;
	}

	.xq_card .tag {
		margin: 10px 15px 0;
		font-size: 12px;
	}

	.xq_card .tag img {
		margin-right: 5px;
		width: 12px;
		height: 12px;
	}

	.xq_card .fwb_box {
		margin-top: 20px;
		padding-top: 10px;
		font-size: 14px;
	}

	.ly_card {
		margin-top: 15px;
		padding: 15px;
	}

	.ly_card .ly_title {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.ly_card .ly_list .ly_item {
		margin-top: 15px;
	}

	.ly_card .ly_item .avatar {
		margin-right: 10px;
		width: 28px;
		height: 28px;
	}

	.ly_card .ly_item textarea {
		border-radius: 4px;
		padding: 5px 10px;
	}

	.ly_card .ly_item .def_btn {
		margin-top: 10px;
	}






	.cpxc_box {
		padding: 15px 0;
	}

	.cpxc_list .cpxc_item {
		padding: 5px 0;
	}

	.cpxc_list .cpxc_item .cpxc_card {
		border-radius: 8px;
		padding: 15px;
		flex-wrap: wrap;
	}

	.cpxc_card .img_box {
		margin-right: 0;
		width: 100%;
		height: auto;
		border-radius: 8px;
	}

	.cpxc_card .text_box {
		flex: none;
		width: 100%;
	}

	.cpxc_card .title {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 24px;
	}

	.cpxc_card .xuqiu {
		font-size: 14px;
		line-height: 28px;
	}

	.cpxc_card .intro {
		font-size: 14px;
		line-height: 28px;
	}

	.cpxc_card .bomrow {
		margin-top: 10px;
	}

	.cpxc_card .def_btn {
		margin-top: 10px;
		width: 120px;
		height: 40px;
		border-radius: 20px;
	}

	.cpxc_card .tags {
		flex: 1;
		width: 0;
		justify-content: flex-end;
	}

	.cpxc_card .tag {
		margin-top: 10px;
		margin-left: 20px;
		font-size: 12px;
	}

	.cpxc_card .tag img {
		margin-right: 5px;
		width: 12px;
		height: 12px;
	}


	.cpxc_xq_box {
		min-height: calc(100vh - 50px);
		padding: 20px 0;
	}

	.cpxc_xq_box::before {
		height: 160px;
	}

	.cpxc_xq_box .w1200 {
		flex: 1;
		height: 0;
		display: flex;
		flex-direction: column;
	}

	.cpxc_xq_card {
		border-radius: 8px;
		padding: 15px;
		flex-wrap: wrap;
	}

	.cpxc_xq_card .cp_img_box {
		margin-right: 0;
		width: 100%;
	}

	.cpxc_xq_card .cp_img_box .cp_img {
		border-radius: 8px;
	}

	.cp_ind_box {
		margin-top: 10px;
	}

	.cp_ind_box .cp_ind_li {
		flex-shrink: 0;
		width: 100px;
		height: 60px;
		border-radius: 6px;
	}

	.cp_ind_box .cp_ind_li::after {
		border-radius: 6px;
	}

	.cp_ind_box .iconfont {
		font-size: 16px;
	}

	.cpxc_xq_card .cp_text_box {
		flex: none;
		width: 100%;
	}

	.cpxc_xq_card .cp_text_box .name {
		margin-top: 15px;
	}

	.cpxc_xq_card .cp_text_box .bomrow {
		margin-top: 0px;
		flex-direction: column-reverse;
	}

	.cpxc_xq_card .cp_text_box .btns {
		width: 100%;
		flex-direction: row-reverse;
		justify-content: center;
	}

	.cpxc_xq_card .cp_text_box .def_btn {
		margin-top: 15px;
		width: 50%;
	}

	.cpxc_xq_card .cp_text_box .lk {
		margin-left: 0;
		margin-right: 10px;
	}

	.cpxc_xq_card .tags {
		flex: none;
		width: 100%;
		justify-content: flex-start;
	}

	.cpxc_xq_card .tag {
		margin-top: 10px;
		margin-left: 0px;
		margin-right: 20px;
	}

	.cpxc_xq_card .tag:last-child {
		margin-right: 0;
	}

	.cpxc_xq_card .tag img {
		margin-right: 5px;
		width: 14px;
		height: 14px;
	}




}