﻿body {
	margin: 0;
	padding: 0;
}

:root {
	--dark: #222222;
	--black: #000000;
	--rgb-black: 0, 0, 0;
	--white: #ffffff;
	--rgb-white: 255, 255, 255;
	--primary: #021b64;
	--rgb-primary: 2, 27, 100;
	--primary-dark: #10614f;
	--primary-light: #e6e8f4;
	--primary-light-b: #f6f7fd;
	--secondary: #c8b993;
	--rgb-secondary: 210, 173, 120;
	--secondary-light: #ebdcc1;
	--secondary-light-b: #f4ecdb;
	--secondary-dark: #aa8d43;
	--red: #a5222c;
	--rgb-red: 165, 34, 44;
	--red-light: #f03752;
	--reb-red-light: 226, 43, 60;
	--red-dark: #721c25;
	--gray: #888888;
	--gray-b: #a8a8a8;
	--light: #f8f9fa;
	--light-b: #f6fffb;
	--body-color: #4a4a4a;
	--body-bg: #fff;
	--orange: #fb8b05;
	--gold: #ffdc80;
	--font-song: 'Noto Serif SC';
	--font-Enga: "DlhzEngEI";
	--font-Engb: "DlhzEngWI";
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 20px;
}

body {
	margin: 0;
	font-family: DlhzEngWI, sans-serif, "Microsoft YaHei", "PingFang SC";
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--body-color);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #091843;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

a {
	color: #2a2a2a;
	transition: color .2s ease-in-out;
	text-decoration: none;
	background-color: transparent;
	outline: none;
}

a:hover,
a:focus {
	color: var(--primary);
	text-decoration: none;
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

a.stretched-link::after,
.title a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role="button"] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 2.5rem;
	font-family: var(--font-song);
	font-weight: 700;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.75rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
	font-size: 0.875em;
	font-weight: 400;
}

.text-center {
	text-align: center !important
}

.ovfHiden {
	overflow: hidden !important;
	height: 100%;
}

.dlhz_org_cn-container {
	position: relative;
	min-height: 100vh;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	overflow: hidden;
	background-color: var(--white) !important
}

.background-image-holder {
	background-size: cover !important;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.background-image-holder img {
	display: none !important
}

.dlhz-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1430px;
}

.dlhz-pagetop {
	position: relative;
	height: 46vw;
	max-height: 510px;
	z-index: 1;
	color: var(--white);
	overflow: hidden
}

.dlhz-pagetop .dlhz-container {
	position: relative;
	height: 100%;
}

.dlhz-pagetop .txt {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 36%
}

.dlhz-pagetop .txt .title {
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.dlhz-pagetop .txt .subtitle {
	letter-spacing: 1px;
	display: inline-block;
	padding-right: 6px;
	position: relative
}

.dlhz-pagetop .txt .title::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 20px;
	background-color: var(--white);
	left: 0;
	top: -10px;
}

.dlhz-pagetop>.img {
	z-index: -1
}

.dlhz-pagetop>.curve-img {
	position: absolute;
	opacity: .15;
	pointer-events: none;
	bottom: -10px;
	right: -30px;
	top: 0
}

.dlhz-pagetop>.curve-img img {
	height: 100%;
	width: auto
}

.hs-part-pt,
.hz-part-py {
	padding-top: 30px;
}

.hz-part-pb,
.hz-part-py {
	padding-bottom: 30px;
}

.dlhz-normal-body {
	min-height: 50vh;
}

.dlhz-yulu {
	text-align: center;
	color: var(--gray);
	padding-top: 15px;
}

.dlhz-yulu .subtitle {
	font-family: var(--font-song);
	font-weight: 300 !important;
	font-style: italic;
	letter-spacing: 1px;
	font-size: 13px
}

.btn {
	display: inline-flex;
	align-items: center;
	line-height: 1 !important;
	height: 36px;
	border-radius: 18px;
	border: 1px solid transparent;
	padding: 0 14px;
	cursor: pointer;
	justify-content: center;
	letter-spacing: 1px;
}

.btn-online {
	color: var(--white);
	background-color: var(--secondary-dark)
}

.btn-online::before {
	content: "\e600";
	font-family: iconfont;
	margin-right: 2px;
}

.btn-online:hover {
	color: var(--white);
	background-color: var(--secondary)
}

.btn-tel {
	color: var(--white);
	background-color: var(--red-light)
}

.btn-tel::before {
	content: "\e71b";
	font-family: iconfont;
	margin-right: 2px;
}

.btn-tel:hover {
	color: var(--white);
	background-color: var(--red)
}

a.link-btn-a {
	display: inline-flex;
	align-items: center;
	line-height: 1 !important;
	height: 36px;
	border: 2px solid var(--secondary-dark);
	padding: 0 14px;
	justify-content: center;
	letter-spacing: 1px;
	color: var(--secondary-dark)
}

a.link-btn-a:hover {
	color: var(--white);
	background-color: var(--secondary-dark)
}

.dlhz-title {
	margin-bottom: 20px;
}

.dlhz-title .title {
	font-size: 20px;
	font-family: var(--font-song);
	font-weight: 600;
	margin-bottom: 0;
	color: var(--dark);
	letter-spacing: 1px;
}

.dlhz-title.light .title {
	color: var(--white)
}

.price {
	color: var(--secondary-dark)
}

.price>span::before {
	content: "\ffe5";
	font-size: 11px;
	font-style: italic;
}

@media(min-width:799px) {}

@media(min-width:992px) {
	.dlhz-pagetop .txt {
		bottom: 36%
	}

	.dlhz-pagetop .txt .title {
		font-size: 36px;
		margin-bottom: 10px;
		letter-spacing: 3px;
	}

	.dlhz-pagetop .txt .subtitle {
		font-size: 18px;
		padding-right: 12px;
	}

	.dlhz-pagetop .txt .title::after {
		width: 40px;
		top: -15px;
		height: 3px;
	}

	.dlhz-pagetop>.curve-img {
		opacity: .3
	}

	.dlhz-yulu {
		padding-top: 30px;
	}

	.dlhz-yulu .subtitle {
		font-size: 18px;
		letter-spacing: 2px;
	}

	.hs-part-pt,
	.hz-part-py {
		padding-top: 40px;
	}

	.hz-part-pb,
	.hz-part-py {
		padding-bottom: 40px;
	}

	.btn {
		height: 40px;
		border-radius: 20px;
		padding: 0 20px;
		font-size: 16px;
	}

	a.link-btn-a {
		height: 42px;
		padding: 0 22px;
	}

	.dlhz-title {
		margin-bottom: 30px;
	}

	.dlhz-title .title {
		font-size: 24px;
		letter-spacing: 2px;
	}

	.price>span::before {
		font-size: 12px;
		margin-right: 2px;
	}
}

@media(min-width:1200px) {
	.dlhz-pagetop .txt .title {
		font-size: 48px;
		margin-bottom: 15px;
		letter-spacing: 4px
	}

	.dlhz-pagetop .txt .subtitle {
		font-size: 20px;
		letter-spacing: 2px;
	}

	.hs-part-pt,
	.hz-part-py {
		padding-top: 60px;
	}

	.hz-part-pb,
	.hz-part-py {
		padding-bottom: 60px;
	}

	.dlhz-title .title {
		font-size: 28px;
	}
}

@media(min-width:1400px) {
	.dlhz-yulu .subtitle {
		letter-spacing: 4px;
	}

	.dlhz-title {
		margin-bottom: 40px;
	}

	.dlhz-title .title {
		font-size: 32px;
	}
}

.dlhz-header-content {
	position: relative;
}

.header-container {
	background-color: var(--white);
	padding-left: 15px;
	display: flex;
	align-items: center;
	padding-right: 15px;
	justify-content: space-between;
	position: relative
}

.header-container .logo-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
	flex-grow: 1;
}

.header-container .logo-wrap .logo {
	background-image: url("../images/dlhz-logo.png");
	background-size: cover;
	width: 126px;
	height: 40px;
	margin-left: auto;
	margin-right: auto
}

.header-container .logo-wrap .logo a {
	display: block;
	width: 100%;
	height: 100%
}

.header-container .navs-wrap {
	display: none
}

.header-container .dlhz-tel {
	text-align: center;
	padding-top: 2px;
	position: relative;
	z-index: 2
}

.header-container .dlhz-tel .num {
	font-size: 14px;
	color: var(--primary);
	line-height: 1.0
}

.header-container .dlhz-tel .txt {
	font-size: 11px;
	letter-spacing: 2.4px;
}

.top-menu-icon {
	position: relative;
	padding: 10px 0;
}

.top-menu-icon .navbar-toggler-icon {
	width: 16px;
	height: 18px;
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	margin-right: 7px;
	border-bottom: 2px solid var(--primary);
	transform: translateX(8px);
}

.top-menu-icon .navbar-toggler-icon:before,
.top-menu-icon .navbar-toggler-icon:after {
	width: 16px;
	position: absolute;
	height: 2px;
	background-color: var(--primary);
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transform: translateX(-8px);
	transition: transform 200ms linear;
}

.top-menu-icon .navbar-toggler-icon:after {
	top: 8px;
	width: 24px;
	left: 0;
}

.top-menu-icon.open .navbar-toggler-icon {
	border-color: transparent;
	transition: all 300ms linear;
}

.top-menu-icon.open .navbar-toggler-icon:before {
	transform: translate(-8px, 8px) rotate(-45deg);
	width: 24px;
}

.top-menu-icon.open .navbar-toggler-icon:after {
	transform: translateX(-8px) rotate(45deg);
}

.dlhz-header-content>.mobile-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 9;
	background-color: var(--white)
}

.dlhz-header-content>.mobile-menu .link-outer {
	position: relative;
	padding-bottom: 15px;
	display: none;
	z-index: 2
}

.dlhz-header-content>.mobile-menu .link-box {
	padding-left: 15px;
	padding-right: 15px;
	max-height: 80vh;
	overflow-y: auto
}

.dlhz-header-content>.mobile-menu .tips {
	padding-top: 20px;
	font-size: 13px;
	text-align: right;
	color: var(--red-light)
}

.dlhz-header-content>.mobile-menu .tips::before {
	content: "\e76e";
	font-family: iconfont;
	margin-right: 3px;
}

.dlhz-header-content>.mobile-menu .navs>li {
	border-bottom: 1px solid var(--secondary-light-b)
}

.dlhz-header-content>.mobile-menu .navs>li>a {
	display: block;
	padding: 12px 10px;
	font-size: 16px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	font-family: var(--font-song)
}

.dlhz-header-content>.mobile-menu .navs>li.active>a {
	color: var(--secondary-dark)
}

.dlhz-header-content>.mobile-menu .navs>li.active>a::after {
	content: "";
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background: linear-gradient(270deg, var(--secondary-light), rgba(255, 255, 255, 0));
	z-index: -1
}

.dlhz-header-content>.mobile-menu .mobile-nav__overlay {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1;
	transition: all .3s ease-in-out
}

.dlhz-header-content>.mobile-menu .mobile-nav__overlay.open {
	height: calc(100vh - 60px);
	background-color: rgba(var(--rgb-primary), .6);
}

@media(min-width:992px) {
	.dlhz-header-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 9
	}

	.dlhz-header-content::after {
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background-color: rgba(255, 255, 255, .5);
		position: absolute
	}

	.top-menu-icon,
	.dlhz-header-content>.mobile-menu {
		display: none !important
	}

	.header-container::after {
		content: "";
		top: 0;
		bottom: 0;
		width: 200px;
		background-color: #f9f4e6;
		position: absolute;
		right: -15px;
		display: block;
		transform: skewX(-10deg)
	}

	.header-container .logo-wrap {
		flex-grow: 0;
	}

	.header-container .navs-wrap {
		display: block;
		flex-grow: 1;
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-container .navs-wrap>.navs {
		display: flex;
		justify-content: center
	}

	.header-container .navs-wrap>.navs>li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-container .navs-wrap>.navs>li>a {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		position: relative;
		height: 40px;
		font-family: var(--font-song)
	}

	.header-container .navs-wrap>.navs>li>a:hover,
	.header-container .navs-wrap>.navs>li.active>a {
		color: var(--secondary-dark)
	}

	.header-container .navs-wrap>.navs>li.active>a::after {
		content: "";
		position: absolute;
		height: 3px;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: var(--secondary-dark)
	}

	.header-container .dlhz-tel .num {
		font-size: 18px;
	}

	.header-container .dlhz-tel .txt {
		font-size: 13px;
		letter-spacing: 3px;
	}
}

@media(min-width:1200px) {
	.header-container {
		padding-left: 40px;
		padding-right: 40px;
	}

	.header-container::after {
		width: 260px;
	}

	.header-container .logo-wrap .logo {
		width: 189px;
		height: 60px;
	}

	.header-container .navs-wrap>.navs>li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-container .navs-wrap>.navs>li>a {
		font-size: 18px;
		letter-spacing: 1px;
		height: 70px;
	}

	.header-container .dlhz-tel {
		text-align: left
	}

	.header-container .dlhz-tel .num {
		font-size: 22px;
	}

	.header-container .dlhz-tel .txt {
		font-size: 14px;
		letter-spacing: 6px;
		margin-top: 4px;
		font-weight: 300
	}
}

.hz-footer-content {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.footer-part_a {
	background-color: #f3ead5;
	overflow: hidden;
	position: relative;
}

.footer-part_a .pleft {
	padding: 30px 20px;
	font-family: var(--font-song);
	position: relative;
	z-index: 2
}

.footer-part_a .pleft .title {
	font-size: 20px;
	color: var(--black);
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.footer-part_a .pleft .link {
	display: flex;
	align-items: center;
}

.footer-part_a .pleft .link a {
	font-size: 16px;
	letter-spacing: 1px
}

.footer-part_a .pleft .link span {
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #b8a676;
	line-height: 1;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	border-radius: 50%;
	color: var(--white)
}

.footer-part_a .curve {
	position: absolute;
	width: 260px;
	right: -100px;
	top: 0px;
	opacity: .8;
	pointer-events: none !important
}

.footer-part_a.contact {
	background-image: url("../images/footer-img_1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.footer-part_a.contact .pleft .title {
	color: var(--white)
}

.footer-part_a.contact .curve {
	opacity: .24
}

.footer-part_a.contact .pleft .link a {
	color: var(--secondary-light)
}

.footer-part_a.contact .pleft .link a:hover {
	color: var(--white)
}

.footer-part_b {
	display: flex;
	flex-direction: column
}

.footer-part_b .pleft {
	padding: 30px 20px;
	order: 13;
}

.footer-part_b .pleft .dlhz-tel .num {
	font-size: 24px;
	color: var(--primary)
}

.footer-part_b .pleft .dlhz-tel .num i {
	margin-right: 3px;
}

.footer-part_b .pleft .dlhz-tel .txt {
	letter-spacing: 4px
}

.footer-part_b .pleft .hz-footer-nav {
	display: flex;
	margin-top: 15px;
}

.footer-part_b .pleft .hz-footer-nav li {
	position: relative
}

.footer-part_b .pleft .hz-footer-nav li+li {
	margin-left: 30px;
}

.footer-part_b .pleft .hz-footer-nav li+li::before {
	content: "";
	height: 1px;
	background-color: #ccc;
	width: 15px;
	top: calc(50% - 1px);
	left: -20px;
	position: absolute
}

.footer-part_b .pleft .copyright {
	display: flex;
	margin-top: 40px;
	color: var(--gray);
	font-size: 12px;
	justify-content: space-between
}

.footer-part_b .pleft .copyright a {
	color: var(--gray)
}

.footer-part_b .pright {
	padding: 50px 20px 30px;
	color: rgba(255, 255, 255, .9);
	background-image: url("../images/footer-img_3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	overflow: hidden;
	text-align: right
}

.footer-part_b .pright .subtitle {
	font-size: 14px;
	margin-bottom: 6px;
}

.footer-part_b .pright .title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px
}

.footer-part_b .pright::after {
	content: "";
	position: absolute;
	width: 85px;
	height: 85px;
	background-image: url("../images/footer-img_4.png");
	background-size: cover;
	left: -20px;
	bottom: -10px
}

.sticky-btn-pc {
	display: none !important
}

.sticky-btn-M {
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 10px;
	display: flex;
	font-family: var(--font-song);
	z-index: 6;
	font-size: 18px
}

.sticky-btn-M>.btn-bm {
	flex: 0 0 50%;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	background-color: #f1d376;
	border-radius: 10px 0 0 10px;
	color: var(--black)
}

.sticky-btn-M>a {
	display: flex;
	flex-grow: 1;
	min-width: 0;
	align-items: center;
	justify-content: center;
	height: 44px;
	background-color: var(--red);
	color: var(--white);
	border-radius: 0 10px 10px 0
}

.sticky-btn-M i {
	margin-right: 3px
}

@media (min-width:799px) {
	.footer-part_b {
		flex-direction: row
	}

	.footer-part_a .pleft {
		text-align: center
	}

	.footer-part_a .pleft .link {
		justify-content: center
	}

	.footer-part_a .pleft .link span {
		width: 32px;
		height: 32px;
	}

	.footer-part_b .pleft {
		order: -1;
		flex: 0 0 50%;
		min-width: 0;
		max-width: 750px;
	}

	.footer-part_a .curve {
		right: calc(50% - 200px);
		width: 400px;
		top: -20%
	}

	.footer-part_b .pleft .copyright {
		justify-content: flex-start
	}

	.footer-part_b .pleft .copyright .icp {
		margin-left: 20px;
	}

	.footer-part_b .pright {
		flex-grow: 1;
		min-width: 0;
		text-align: left
	}
}

@media (min-width:992px) {
	.footer-part_a .pleft {
		padding: 40px 60px
	}

	.footer-part_a .pleft .title {
		font-size: 28px;
		margin-bottom: 20px;
		letter-spacing: 3px
	}

	.footer-part_a .pleft .link a {
		font-size: 18px;
		letter-spacing: 3px
	}

	.footer-part_a .curve {
		width: 690px;
		top: auto;
		right: auto;
		bottom: 10px;
		left: 0
	}

	.footer-part_b .pleft {
		padding: 50px 60px
	}

	.footer-part_b .pleft .dlhz-tel .num {
		font-size: 32px;
	}

	.footer-part_b .pleft .dlhz-tel .txt {
		letter-spacing: 6px;
	}

	.footer-part_b .pleft .copyright {
		margin-top: 60px;
	}

	.footer-part_b .pright {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 50px 50px 70px
	}

	.footer-part_b .pright::after {
		right: 10px;
		top: calc(50% - 20px);
		left: auto;
		bottom: auto
	}

	.footer-part_b .pright .subtitle {
		font-size: 16px;
		font-weight: 300
	}

	.footer-part_b .pright .title {
		font-size: 28px;
		font-weight: 500
	}

	.sticky-btn-M {
		display: none
	}

	.sticky-btn-pc {
		display: block !important;
		position: fixed;
		z-index: 9;
		left: 0;
		right: 0;
		bottom: 15px;
		color: #f1d376;
		font-family: var(--font-song);
		padding-left: 15px;
		padding-right: 15px;
	}

	.sticky-btn-pc>.container {
		display: flex;
		background-color: rgba(var(--rgb-primary), .9);
		margin-left: auto;
		margin-right: auto;
		max-width: 1400px;
		border-radius: 10px;
		align-items: center;
		box-shadow: 0 0 24px 6px rgba(0, 0, 0, .12)
	}

	.sticky-btn-pc>.container .title {
		font-size: 28px;
		font-weight: 700;
		padding: 0 30px;
	}

	.sticky-btn-pc>.container .subtitle {
		font-size: 18px;
		letter-spacing: 1px;
	}

	.sticky-btn-pc>.container .btn-bm {
		color: var(--primary);
		background-color: #f1d376;
		display: flex;
		align-items: center;
		width: 180px;
		justify-content: center;
		height: 54px;
		margin-left: auto;
		border-radius: 0 9px 9px 0;
		font-size: 20px;
		letter-spacing: 2px;
		cursor: pointer;
		transition: all .3s ease-in-out;
		font-weight: 700
	}

	.sticky-btn-pc>.container .btn-bm:hover {
		background-color: var(--red);
		color: var(--white)
	}
}

@media (min-width:1200px) {
	.footer-part_a .pleft {
		padding: 40px 60px 50px
	}

	.footer-part_a .pleft .title {
		font-size: 30px;
		letter-spacing: 6px;
	}

	.footer-part_b .pleft {
		padding: 50px 80px 40px
	}

	.footer-part_b .pleft .dlhz-tel .num {
		font-size: 34px;
	}

	.footer-part_b .pleft .dlhz-tel .txt {
		letter-spacing: 8px;
		font-size: 16px;
		color: var(--gray);
		font-weight: 300
	}

	.footer-part_b .pleft .hz-footer-nav {
		margin-top: 20px
	}

	.footer-part_b .pleft .copyright {
		margin-top: 80px;
	}

	.footer-part_b .pright::after {
		width: 170px;
		height: 170px;
		right: 30px;
		top: calc(50% - 60px)
	}

	.footer-part_b .pright .subtitle {
		font-size: 18px;
		margin-bottom: 10px;
		letter-spacing: 2px;
	}

	.footer-part_b .pright .title {
		font-size: 32px;
		letter-spacing: 3px;
	}
}

.dlhz-info-list>li {
	padding-bottom: 15px;
}

.info-item_a {
	position: relative;
	padding: 15px;
	border-radius: 6px;
	background-color: var(--primary-light-b);
	z-index: 0;
	overflow: hidden;
	transition: box-shadow .3s ease-in-out .1s
}

.info-item_a:hover {
	box-shadow: 0px 11px 21.25px 3.75px rgba(64, 58, 180, 0.1)
}

.info-item_a>.title {
	font-size: 18px;
	font-weight: 400;
	font-family: var(--font-song);
	margin-bottom: 12px;
	line-height: 24px;
}

.info-item_a>.desc {
	font-size: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-height: 18px;
	max-height: 36px;
	color: var(--gray);
	margin-bottom: 10px
}

.info-item_a>.date {
	font-size: 11px;
	color: var(--gray);
}

.info-item_a::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	pointer-events: none;
}

.dlhz-info-list>li:nth-child(2) .info-item_a,
.dlhz-info-list>li:nth-child(4) .info-item_a {
	background-color: var(--primary)
}

.dlhz-info-list>li:nth-child(2) .info-item_a::after,
.dlhz-info-list>li:nth-child(4) .info-item_a::after {
	content: "";
	z-index: -1;
	opacity: .8;
	transition: opacity .2s ease-in-out
}

.dlhz-info-list>li:nth-child(2) .info-item_a::after {
	background-image: url("../images/dlhz-info-bg_b.jpg");
}

.dlhz-info-list>li:nth-child(4) .info-item_a::after,
.dlhz-info-list.home-list>li:nth-child(2) .info-item_a::after {
	background-image: url("../images/dlhz-info-bg_a.gif");
}

.dlhz-info-list>li:nth-child(2) .info-item_a>.title a,
.dlhz-info-list>li:nth-child(4) .info-item_a>.title a {
	color: var(--white)
}

.dlhz-info-list>li:nth-child(2) .info-item_a>.desc,
.dlhz-info-list>li:nth-child(2) .info-item_a>.date,
.dlhz-info-list>li:nth-child(4) .info-item_a>.desc,
.dlhz-info-list>li:nth-child(4) .info-item_a>.date {
	color: rgba(255, 255, 255, .8)
}

.dlhz-info-list>li:nth-child(2) .info-item_a:hover::after,
.dlhz-info-list>li:nth-child(4) .info-item_a:hover::after {
	opacity: .6
}

.dlhz-fenye {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	justify-content: flex-end
}

.dlhz-fenye>li {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.dlhz-fenye>li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	padding: 0 10px;
}

.dlhz-fenye>li.active a,
.dlhz-fenye>li a:hover {
	color: var(--red-light)
}

.dlhz-article-header>.part_a {
	height: 10px;
	background-color: var(--secondary);
	position: relative
}

.dlhz-article-header>.part_b {
	background-color: var(--primary);
	background-image: url("../images/dlhz-info-detailbg_b.jpg");
	background-position: 50%;
	background-size: cover;
	padding: 30px 20px;
	color: var(--white)
}

.dlhz-article-header>.part_b .article-title {
	font-size: 22px;
	margin-bottom: 20px;
}

.dlhz-article-header>.part_b .article-date {
	font-size: 12px;
}

.dlhz-article-container {
	display: flex;
	flex-direction: column;
}

.dlhz-article-container>.part_a {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	position: relative;
}

.dlhz-article-container>.part_a::after {
	content: "";
	position: absolute;
	left: 24px;
	right: 0;
	top: 13%;
	height: 12%;
	background-color: var(--secondary-light-b)
}

.dlhz-article-container>.part_a .img {
	width: 100px;
	margin-left: auto;
	position: relative;
	z-index: 2
}

.dlhz-article-container>.part_a .txt {
	font-family: var(--font-song);
	font-weight: 400;
	font-style: italic;
	color: var(--secondary);
	text-align: right
}

.dlhz-article-container>.part_b {
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 20px;
	padding-bottom: 20px
}

.article-body {
	font-size: 16px;
	line-height: 2;
	width: 100%;
	max-width: 800px;
}

.article-body img {
	display: block;
	width: 100%;
	border-radius: 6px;
}

.article-body .img-wrap {
	position: relative
}

.article-body .img-wrap .news-pic-title {
	position: absolute;
	left: 6px;
	bottom: 6px;
	font-size: 12px;
	font-style: normal;
	color: var(--white);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	letter-spacing: .5px
}

.article-body p {
	margin-bottom: 15px;
	text-align: justify
}

.article-body h3 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: var(--font-song);
	font-weight: 700
}

.dlhz-fee-wrap {
	background-color: var(--primary-light-b);
	margin-bottom: 20px;
	border-radius: 6px;
	padding: 20px 10px;
	display: none;
	opacity: 0;
}

.dlhz-fee-wrap.show {
	display: block;
	opacity: 1
}

.dlhz-fee-wrap>.title_a {
	font-family: var(--font-song);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
}

.dlhz-fee-wrap>ul>li {
	margin-top: 10px;
}

.dlhz-fee-wrap .tc-item {
	background-color: var(--white);
	background-image: url("../images/dlhz-info-feebg_a.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}

.dlhz-fee-wrap .tc-item>.container {
	position: relative;
	padding: 15px 20px;
	line-height: 1.5;
	transition: background-color .3s ease-in-out .1s;
	background-color: rgba(255, 255, 255, .3)
}

.dlhz-fee-wrap .tc-item:hover>.container {
	background-color: rgba(255, 255, 255, .9)
}

.dlhz-fee-wrap .tc-item>.container .title-c {
	font-size: 16px;
	font-family: var(--font-song);
	margin-bottom: 8px;
	font-weight: 600;
	letter-spacing: 2px
}

.dlhz-fee-wrap .tc-item>.container .price>span {
	font-size: 18px;
}

.dlhz-fee-wrap .tc-item>.container .desc {
	font-size: 12px;
	letter-spacing: 1px;
}

.dlhz-fee-wrap>ul>li:nth-child(2) .tc-item {
	background-image: url("../images/dlhz-info-feebg_b.jpg");
}

.dlhz-fee-wrap>ul>li:nth-child(3) .tc-item {
	background-image: url("../images/dlhz-info-feebg_c.jpg");
}

.article-bottom-wrap {
	position: relative;
	margin-top: 20px;
	max-width: 800px;
}

.article-bottom-wrap::before {
	display: block;
	content: "";
	height: 6px;
	width: 50%;
	border-top: 1px solid var(--secondary-light);
	border-bottom: 2px solid var(--secondary);
	margin-bottom: 15px
}

.article-bottom-wrap>.more {
	margin-bottom: 15px;
}

.article-bottom-wrap>.more a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 36px;
	padding: 0 16px;
	border: 2px solid var(--secondary-light);
	letter-spacing: 1px;
	width: 50%;
	color: var(--secondary-dark)
}

.article-bottom-wrap>.more a::after {
	content: "\e62a";
	font-family: iconfont;
	margin-left: 4px;
}

.article-bottom-wrap>.more a:hover {
	background-color: var(--secondary-light)
}

.article-bottom-wrap>.info {
	background-color: var(--dark);
	padding: 15px;
	color: var(--white);
	background-image: url("../images/dlhz-info-bg_a.gif");
	background-position: 50% 75%;
	background-size: cover;
}

.article-bottom-wrap>.info .txt {
	font-family: var(--font-song);
	margin-bottom: 15px;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px
}

.article-bottom-wrap>.info .btn-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.article-bottom-wrap>.info .btn-wrap .btn {
	width: 45%
}

.info-hsfee-wrap {
	background-color: var(--primary-light-b);
}

.info-hsfee-list {
	display: flex;
	margin-left: -4px;
	margin-right: -4px;
}

.info-hsfee-list li {
	flex: 0 0 33.3333%;
	padding-left: 4px;
	padding-right: 4px;
}

.info-hsfee-list li .item {
	position: relative;
	background-color: var(--white);
	padding: 20px 10px 30px;
	text-align: center;
	transition: box-shadow .3s ease-in-out .1s;
	border-bottom: 3px solid var(--secondary)
}

.info-hsfee-list li .item:hover {
	box-shadow: 0px 11px 21.25px 3.75px rgba(64, 58, 180, 0.1)
}

.info-hsfee-list li .item .title {
	font-family: var(--font-song);
	font-size: 17px;
	font-weight: 600
}

.info-hsfee-list li .item .price>span {
	font-size: 18px;
}

.info-hsfee-list li .item .desc {
	margin-top: 15px;
}

.info-hsfee-list li .item .more {
	font-size: 12px;
	margin-top: 20px;
	letter-spacing: 2px
}

@media (min-width:799px) {
	.dlhz-info-list {
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}

	.dlhz-info-list>li {
		flex: 0 0 50%;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}

	.info-item_a {
		height: 100%;
	}

	.dlhz-fee-wrap {
		padding: 20px;
	}

	.dlhz-fee-wrap>.title_a {
		font-size: 20px;
	}

	.dlhz-fee-wrap>ul {
		display: flex;
		margin-left: -10px;
		margin-right: -10px;
	}

	.dlhz-fee-wrap>ul>li {
		flex: 0 0 33.3333%;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 20px
	}

	.dlhz-fee-wrap .tc-item {
		background-image: url("../images/dlhz-info-feebg_e.jpg");
		text-align: center;
	}

	.dlhz-fee-wrap .tc-item>.container {
		padding: 30px 20px;
		min-height: 220px;
	}

	.dlhz-fee-wrap .tc-item>.container .title-c {
		font-size: 18px
	}

	.dlhz-fee-wrap>ul>li:nth-child(2) .tc-item {
		background-image: url("../images/dlhz-info-feebg_f.jpg");
	}

	.dlhz-fee-wrap>ul>li:nth-child(3) .tc-item {
		background-image: url("../images/dlhz-info-feebg_g.jpg");
	}

	.article-bottom-wrap>.more {
		margin-bottom: 20px;
	}

	.article-bottom-wrap>.info {
		padding: 20px;
	}

	.article-bottom-wrap>.info .txt {
		font-size: 22px;
	}
}

@media (min-width:992px) {
	.dlhz-info-list>li {
		flex-basis: 33.3333%;
		padding-left: 15px;
		padding-right: 15px
	}

	.info-item_a {
		padding: 20px;
	}

	.info-item_a>.title {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 30px;
	}

	.info-item_a>.desc {
		font-size: 14px;
		line-height: 24px;
		max-height: 48px;
		margin-bottom: 15px
	}

	.info-item_a>.date {
		font-size: 12px;
	}

	.dlhz-fenye>li a {
		font-size: 18px;
	}

	.dlhz-article-container {
		flex-direction: row;
	}

	.dlhz-article-container>.part_a {
		order: -1
	}

	.dlhz-article-container>.part_a::after {
		display: none !important
	}

	.dlhz-article-header {
		display: flex;
	}

	.dlhz-article-header>.part_a,
	.dlhz-article-container>.part_a {
		height: auto;
		flex: 0 0 32%;
		min-width: 0;
		max-width: 500px
	}

	.dlhz-article-header>.part_a::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 80px;
		background-color: var(--secondary)
	}

	.dlhz-article-header>.part_b {
		flex-grow: 1;
		min-width: 0;
		padding: 200px 50px 40px 50px
	}

	.dlhz-article-header>.part_b .article-title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.dlhz-article-header>.part_b .article-date {
		font-size: 14px;
	}

	.dlhz-article-container>.part_a {
		padding-right: 50px
	}

	.dlhz-article-container>.part_b {
		flex-grow: 1;
		min-width: 0;
		padding-left: 50px;
		padding-right: 50px;
		padding-top: 50px;
		position: relative;
		padding-bottom: 60px;
	}

	.dlhz-article-container>.part_b::before,
	.dlhz-article-container>.part_b::after {
		content: "";
		position: absolute;
		top: 0;
		width: 1px;
		height: 100%;
	}

	.dlhz-article-container>.part_b::before {
		left: -1px;
		background-color: rgba(var(--rgb-secondary), .3)
	}

	.dlhz-fee-wrap>.title_a {
		font-size: 22px;
	}

	.dlhz-fee-wrap .tc-item>.container .title-c {
		font-size: 20px
	}

	.dlhz-fee-wrap .tc-item>.container .price>span {
		font-size: 22px
	}

	.info-hsfee-wrap {
		background-image: url("../images/dlhz-info-bg_c.jpg");
		background-repeat: no-repeat;
		background-position: 50% 100%;
		background-size: cover
	}

	.info-hsfee-list {
		max-width: 720px;
		margin-right: -10px;
		margin-left: -10px
	}

	.info-hsfee-list li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.info-hsfee-list li .item {
		padding: 30px 20px 30px;
	}

	.info-hsfee-list li .item .title {
		font-size: 20px;
	}

	.info-hsfee-list li .item .price>span {
		font-size: 22px;
	}

	.info-hsfee-list li .item .desc {
		font-size: 16px;
	}

	.info-hsfee-list li .item .more {
		font-size: 14px;
		margin-top: 20px;
	}
}

@media (min-width:1200px) {
	.info-item_a>.title {
		font-size: 21px
	}

	.dlhz-info-list {
		margin-left: -15px;
		margin-right: -15px
	}

	.dlhz-info-list>li {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px
	}

	.dlhz-article-header>.part_a::after {
		height: 150px;
	}

	.dlhz-article-container>.part_a .img {
		width: 202px
	}

	.dlhz-article-container>.part_a .txt {
		font-size: 16px;
		line-height: 2
	}

	.dlhz-article-header>.part_b {
		padding: 260px 80px 40px 80px
	}

	.dlhz-article-header>.part_b .article-title {
		font-size: 32px;
	}

	.dlhz-article-container>.part_b {
		padding-left: 80px;
		padding-right: 80px;
	}

	.article-body {
		font-size: 18px
	}

	.article-body h3 {
		font-size: 22px;
	}

	.article-body .img-wrap .news-pic-title {
		font-size: 14px;
		left: 15px;
		bottom: 10px
	}

	.dlhz-fee-wrap {
		padding: 30px;
	}

	.dlhz-fee-wrap .tc-item>.container .desc {
		font-size: 15px;
		margin-top: 10px;
	}

	.article-bottom-wrap {
		display: flex;
		padding-top: 40px;
	}

	.article-bottom-wrap::before {
		position: absolute;
		top: 0;
		left: 0
	}

	.article-bottom-wrap>.more {
		margin-bottom: 0;
		flex: 0 0 30%;
		margin-right: 30px;
	}

	.article-bottom-wrap>.more a {
		width: 100%;
		height: 44px;
		font-size: 16px;
		letter-spacing: 2px
	}

	.article-bottom-wrap>.info {
		flex-grow: 1;
		min-width: 0;
		padding: 15px 30px;
	}
}

@media (min-width:1440px) {
	.dlhz-article-header>.part_b .article-title {
		font-size: 38px;
		margin-bottom: 40px;
	}

	.dlhz-article-container>.part_b::after {
		background-color: var(--primary-light);
		left: 960px;
	}

	.dlhz-fee-wrap .tc-item>.container .price>span {
		font-size: 26px
	}
}

.lianxi-main-part {
	background-color: var(--primary-light-b);
}

.lianxi-item_a {
	background-color: var(--primary);
	color: var(--white);
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

.lianxi-item_a .info-part {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url("../images/lianxi-curve_a.png");
	background-size: cover;
	background-position: 50% 100%
}

.lianxi-item_a .info-part .title,
.lianxi-item_b .info-part .title {
	font-family: var(--font-song);
	font-size: 20px;
	font-weight: 500;
	color: var(--secondary-light);
	margin-bottom: 10px;
}

.lianxi-item_a .info-part i {
	margin-right: 2px;
}

.lianxi-item_a .info-part .admin,
.lianxi-item_b .info-part .admin {
	display: flex;
	margin-top: 20px;
	align-items: flex-end
}

.lianxi-item_a .info-part .admin>.img,
.lianxi-item_b .info-part .admin>.img {
	flex: 0 0 80px;
	min-width: 0;
	margin-right: 12px;
}

.lianxi-item_a .info-part .admin>.txt,
.lianxi-item_b .info-part .admin>.txt {
	flex-grow: 1;
	min-width: 0
}

.lianxi-item_a .info-part .admin>.txt .name,
.lianxi-item_b .info-part .admin>.txt .name {
	font-family: var(--font-song);
	margin-bottom: 6px;
	font-size: 16px;
}

.lianxi-item_a .info-part .admin>.txt .job,
.lianxi-item_b .info-part .admin>.txt .job {
	font-size: 12px;
	opacity: .68
}

.lianxi-item_a .img-part {
	order: -1
}

.lianxi-item_a .img-part img {
	width: 100%
}

.lianxi-other-list>li+li {
	margin-top: 15px;
}

.lianxi-item_b {
	background-color: var(--white)
}

.lianxi-item_b .info-part {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.lianxi-item_b .info-part .title {
	color: var(--dark)
}

.lianxi-advantage-wrap .part_a .lianxi-desc {
	color: var(--gray);
	font-size: 14px;
	line-height: 1.8;
	text-align: justify
}

.lianxi-advantage-wrap .part_a .lianxi-desc p>strong,
.lianxi-advantage-wrap .part_a .lianxi-desc p>span {
	color: var(--dark);
	font-weight: 700
}

.lianxi-advantage-wrap .part_b {
	display: flex;
	margin-left: -2px;
	margin-right: -2px;
}

.lianxi-advantage-wrap .part_b .img-l {
	padding-left: 2px;
	padding-right: 2px;
	flex: 0 0 50%;
	min-width: 0;
}

.lianxi-advantage-wrap .part_b .img-l>div {
	position: relative;
	height: 160px;
}

.lianxi-advantage-wrap .part_b .img-r {
	padding-left: 2px;
	padding-right: 2px;
	flex: 0 0 50%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.lianxi-advantage-wrap .part_b .img-r>div {
	flex: 0 0 calc(50% - 2px);
	position: relative;
}

.team-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.team-list>li {
	flex: 0 0 50%;
	min-width: 0;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
}

.team-list .item {
	text-align: center;
}

.team-list .item .txt {
	padding: 10px;
	background-color: var(--secondary-light-b)
}

.team-list .item .txt .title {
	font-family: var(--font-song);
	font-size: 16px;
	font-weight: 300 !important
}

@media(min-width:899px) {
	.lianxi-item_a {
		flex-direction: row;
	}

	.lianxi-item_a .info-part {
		flex: 0 0 50%;
		min-width: 0;
		max-width: 650px;
	}

	.lianxi-item_a .info-part .title {
		font-size: 20px;
	}

	.lianxi-item_a .img-part {
		order: 13;
		flex-grow: 1;
		min-width: 0
	}

	.lianxi-other-list {
		display: flex;
		margin-left: -7px;
		margin-right: -7px;
	}

	.lianxi-other-list>li {
		flex: 0 0 33.3333%;
		padding-left: 7px;
		padding-right: 7px;
	}

	.lianxi-other-list>li+li {
		margin-top: 0
	}

	.lianxi-advantage-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.lianxi-advantage-wrap .part_a {
		flex: 0 0 40%;
		min-width: 0;
		max-width: 440px;
		margin-right: 40px;
	}

	.lianxi-advantage-wrap .part_a .lianxi-desc {
		font-size: 17px;
	}

	.lianxi-advantage-wrap .part_b {
		flex-grow: 1;
		min-width: 0;
		max-width: 700px;
		margin-right: -5px;
		margin-left: -5px
	}

	.lianxi-advantage-wrap .part_b .img-l,
	.lianxi-advantage-wrap .part_b .img-r {
		padding-left: 5px;
		padding-right: 5px;
	}

	.lianxi-advantage-wrap .part_b .img-l>div {
		height: 200px;
	}

	.lianxi-advantage-wrap .part_b .img-r>div {
		flex: 0 0 calc(50% - 5px);
	}

	.team-list>li {
		flex-basis: 25%;
	}
}

@media(min-width:992px) {
	.lianxi-item_a .info-part {
		padding-left: 30px;
		padding-top: 20px
	}

	.lianxi-item_b .info-part {
		padding-top: 30px;
		padding-left: 30px;
		padding-bottom: 30px;
	}

	.lianxi-advantage-wrap .part_b .img-l>div {
		height: 300px;
	}

	.team-list {
		margin-left: -12px;
		margin-right: -12px;
		max-width: 1080px;
	}

	.team-list>li {
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: 24px;
	}
}

@media(min-width:1200px) {
	.lianxi-item_a {
		margin-bottom: 20px
	}

	.lianxi-item_a .info-part {
		padding-left: 50px;
		padding-top: 50px;
	}

	.lianxi-item_a .info-part .title,
	.lianxi-item_b .info-part .title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.lianxi-item_a .info-part .local,
	.lianxi-item_b .info-part .local {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.lianxi-item_a .info-part .dlhz-tel,
	.lianxi-item_b .info-part .dlhz-tel {
		font-size: 16px;
	}

	.lianxi-item_a .info-part .admin>.img,
	.lianxi-item_b .info-part .admin>.img {
		margin-right: 20px
	}

	.lianxi-item_a .info-part .admin>.txt .name,
	.lianxi-item_b .info-part .admin>.txt .name {
		font-size: 16px;
	}

	.lianxi-item_a .info-part .admin>.txt .job,
	.lianxi-item_b .info-part .admin>.txt .job {
		font-size: 14px;
		letter-spacing: 1px;
	}

	.lianxi-other-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.lianxi-other-list>li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.lianxi-item_b .info-part {
		padding-left: 50px
	}

	.team-list .item .txt .title {
		font-size: 18px;
		letter-spacing: 2px;
	}

	.lianxi-team-part {
		background-image: url("../images/lianxi-team_bg.jpg");
		background-position: right bottom;
		background-repeat: no-repeat
	}
}

@media(min-width:1440px) {
	.lianxi-item_a .info-part {
		padding-left: 60px;
		padding-top: 80px;
	}

	.lianxi-item_a .info-part .title,
	.lianxi-item_b .info-part .title {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.lianxi-item_a .info-part .admin,
	.lianxi-item_b .info-part .admin {
		margin-top: 50px;
	}

	.lianxi-item_b .info-part {
		padding-left: 60px;
	}
}

.hs-fee-list {
	padding-left: 9px;
	padding-right: 9px;
}

.hs-fee-list>li {
	margin-bottom: 10px;
}

.hs-fee-item {
	background-color: rgba(246, 247, 253, .6);
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
	transition: box-shadow .3s ease-in-out, background-color .3s ease-in-out
}

.hs-fee-item:hover {
	background-color: var(--white);
	box-shadow: 0px 11px 21.25px 3.75px rgba(var(--rgb-primary), 0.09);
}

.hs-fee-item>.title {
	font-size: 18px;
	font-family: var(--font-song);
	margin-bottom: 5px;
	color: var(--dark);
	font-weight: 600;
	letter-spacing: 2px
}

.hs-fee-item>.price>span {
	font-size: 24px;
}

.hs-fee-item>strong {
    display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	color: #333;
}

.hs-fee-item .option {
    display: flex;
	font-size: 15px;
	line-height: 1.8;
	color: #7f7f7f;
	margin: 0 -5px;
	text-align: center;
}
.hs-fee-item .option label {
	font-size: 15px;
	color: #888;
	width: 50%;
	border: 2px solid rgba(170,141,67,0.2);
	background: #ffffff;
	display: inline-block;
	margin: 5px;
	cursor: pointer;
	position: relative;
}

.hs-fee-item .option label img {
	opacity: 0.4;
}

.hs-fee-item .option label.on {
	border: 2px solid var(--secondary-dark);
	position: relative;
	color: #222;
}
.hs-fee-item .option label.on:before {
	position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    border-bottom: 20px solid var(--secondary-dark);
    border-left: 20px solid transparent;
}

.hs-fee-item .option label.on:after {
	position: absolute;
    font-family: "iconfont" !important;
    content: '\e62f';
    bottom: 0;
    right: -2px;
	color: #fff;
	font-size: 15px;
	line-height: 0.75;
}

.hs-fee-item .option label.on img {
	opacity: 1;
}

.hs-fee-item>.detail {
	margin-top: 10px;
	position: relative
}

.hs-fee-item>.detail::before {
	content: "";
	display: block;
	height: 2px;
	background-color: #a5afec;
	margin-bottom: 15px;
}

.hs-fee-item>.detail>li {
	line-height: 1.8;
	position: relative;
	padding-left: 12px;
}

.hs-fee-item>.detail>li::before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #a5afec;
	left: 0;
	top: 50%;
	transform: translateY(-4px)
}

.hs-fee-item>.num {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #a5afec;
	font-size: 36px;
	opacity: .5
}

.hs-fee-list>li:nth-child(2) .hs-fee-item {
	background-image: url("../images/dlhz-fee-bg_Ma.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 150px
}

.hs-fee-list>li:nth-child(3) .hs-fee-item {
	background-image: url("../images/dlhz-fee-bg_Mb.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 158px
}

.hs-fee-describe {
	background-color: var(--primary-light-b);
	padding-left: 9px;
	padding-right: 9px;
}

.hs-fee-describe .part_a {
	text-align: justify;
	margin-bottom: 10px;
	line-height: 1.8
}

.hs-fee-describe .part_b {
	position: relative;
	padding-left: 110px;
	padding-top: 15px
}

.hs-fee-describe .part_b .title {
	font-size: 17px;
	font-family: var(--font-song);
	letter-spacing: 1px;
}

.hs-fee-describe .part_b .dlhz-tel .num {
	font-size: 22px;
}

.hs-fee-describe .part_b .dlhz-tel .num i {
	margin-right: 3px;
}

.hs-fee-describe .part_b .img {
	width: 90px;
	position: absolute;
	bottom: -30px;
	left: 0
}

.fee-advantage-wrap>.part_a {
	margin-bottom: 15px;
}

.fee-advantage-wrap>.part_a .desc {
	color: var(--gray);
	line-height: 1.8;
	text-align: justify
}

.fee-advantage-wrap>.part_a .desc p {
	margin-bottom: 10px;
}

.fee-advantage-wrap>.part_b .feiyong_sfq {
	display: flex;
	margin-left: -15px;
	margin-right: -15px
}

.fee-advantage-wrap>.part_b .feiyong_sfq>li {
	overflow: hidden;
	position: relative;
	flex: 0 0 22%;
	min-width: 0;
	width: 22%;
	transition: all .3s ease-in-out .1s
}

.fee-advantage-wrap>.part_b .feiyong_sfq>li:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: rgba(255, 255, 255, .8);
	z-index: 3
}

.fee-advantage-wrap>.part_b .feiyong_sfq>li .item {
	padding: 40px 0 30px;
	height: 100%;
	position: relative;
	z-index: 2;
	background-color: rgba(0, 0, 0, .6);
	color: var(--white);
	transition: background-color .3s ease-in-out .1s
}

.fee-advantage-wrap>.part_b .feiyong_sfq>li .item:hover {
	background-color: rgba(0, 0, 0, .4);
}

.fee-advantage-wrap>.part_b .feiyong_sfq>li .txt {
	text-align: center
}

.fee-advantage-wrap>.part_b .feiyong_sfq>li .txt .title {
	font-family: var(--font-song);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--secondary-light);
	letter-spacing: 1px;
}

.fee-advantage-wrap>.part_b .feiyong_sfq>li .txt .desc {
	font-size: 14px;
	display: none;
	opacity: 0;
	transition: all .1s ease-in-out .1s;
	white-space: nowrap
}

.fee-advantage-wrap>.part_b .feiyong_sfq>li.active {
	flex-basis: 34%;
	width: 34%
}

.fee-advantage-wrap>.part_b .feiyong_sfq>li.active .item {
	background-color: rgba(0, 0, 0, .4)
}

.fee-advantage-wrap>.part_b .feiyong_sfq>li.active .txt .desc {
	display: block;
	opacity: 1;
}

.pingjia-swiper .swiper-slide {
	height: auto
}

.dlhz-pingjia-wrap {
	background-color: var(--light);
	background-image: url("../images/pingjia-bg.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100% auto
}

.pingjia-item {
	background-color: var(--white);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	height: 100%
}

.pingjia-item .yonghu {
	display: flex;
	align-items: center
}

.pingjia-item .yonghu>.img {
	flex: 0 0 50px;
	min-width: 0;
	margin-right: 12px;
	border-radius: 50%;
}

.pingjia-item .yonghu>.img img {
	border-radius: 50%;
}


.pingjia-item .yonghu>.name {
	font-family: var(--font-song);
	font-size: 16px;
	letter-spacing: 1px;
	color: var(--gray)
}

.pingjia-item .txt {
	position: relative;
	padding-top: 20px;
	line-height: 1.6;
	text-align: justify;
	color: #686868
}

.pingjia-item .txt::before {
	content: "\e604";
	font-family: iconfont;
	position: absolute;
	right: 10px;
	top: -20px;
	color: var(--secondary-light-b);
	font-size: 24px;
}

.pingjia-tips {
	font-size: 12px;
	margin-top: 15px;
	color: var(--gray)
}

@media(min-width:769px) {
	.hs-fee-describe .dlhz-container {
		display: flex;
		justify-content: center
	}

	.hs-fee-describe .part_a {
		flex: 0 0 40%;
		min-width: 0;
		max-width: 400px;
		margin-right: 40px;
		margin-bottom: 0
	}

	.pingjia-item {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.pingjia-item .yonghu>.name {
		font-size: 18px;
	}

	.pingjia-item .txt {
		font-size: 16px;
	}

	.fee-advantage-wrap {
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.fee-advantage-wrap>.part_a {
		flex: 0 0 40%;
		max-width: 520px;
		margin-right: 40px;
		margin-bottom: 0
	}

	.fee-advantage-wrap>.part_a .desc {
		font-size: 16px;
	}

	.fee-advantage-wrap>.part_a .desc p {
		margin-bottom: 15px;
	}

	.fee-advantage-wrap>.part_b {
		flex-grow: 1;
		min-height: 0;
		max-width: 700px;
	}

	.fee-advantage-wrap>.part_b .feiyong_sfq {
		margin-left: 0;
		margin-right: 0
	}

	.fee-advantage-wrap>.part_b .feiyong_sfq>li {
		flex-basis: 20%;
		width: 20%;
		height: 350px
	}

	.fee-advantage-wrap>.part_b .feiyong_sfq>li .txt .title {
		font-size: 20px;
		margin-bottom: 30px;
		letter-spacing: 2px;
	}

	.fee-advantage-wrap>.part_b .feiyong_sfq>li .txt .desc {
		font-size: 16px;
	}

	.fee-advantage-wrap>.part_b .feiyong_sfq>li.active {
		flex-basis: 40%;
		width: 40%
	}
}

@media(min-width:992px) {
	.hs-fee-list {
		display: flex;
		margin-left: -8px;
		margin-right: -8px
	}

	.hs-fee-list>li {
		flex: 0 0 33.3333%;
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 16px
	}

	.hs-fee-item {
		height: 100%;
		padding-bottom: 30px;
	}

	.hs-fee-item>.title {
		font-size: 22px;
	}

	.hs-fee-item>.price>span {
		font-size: 24px;
	}

	.hs-fee-item>.num {
		font-size: 48px;
	}

	.hs-fee-list>li:nth-child(1) .hs-fee-item {
		background-image: url("../images/dlhz-fee-bg_a.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto
	}

	.hs-fee-list>li:nth-child(2) .hs-fee-item {
		background-image: url("../images/dlhz-fee-bg_b.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto
	}

	.hs-fee-list>li:nth-child(3) .hs-fee-item {
		background-image: none
	}

	.hs-fee-describe .part_a,
	.fee-advantage-wrap>.part_a .desc {
		font-size: 17px;
		font-weight: 300
	}

	.hs-fee-describe .part_b {
		padding-left: 200px;
	}

	.hs-fee-describe .part_b .title {
		font-size: 18px;
	}

	.hs-fee-describe .part_b .dlhz-tel .num {
		font-size: 24px;
	}

	.hs-fee-describe .part_b .img {
		bottom: -40px;
		width: 180px;
	}

	.fee-advantage-wrap>.part_a {
		margin-right: 60px
	}

	.dlhz-pingjia-wrap {
		background-size: auto
	}

	.pingjia-swiper-wrap {
		max-width: 900px
	}

	.pingjia-item {
		display: flex;
		padding-left: 30px;
		padding-right: 30px;
	}

	.pingjia-item .yonghu {
		flex: 0 0 120px;
		min-width: 0;
		flex-direction: column;
		align-items: stretch
	}

	.pingjia-item .yonghu>.img {
		flex-basis: auto;
		width: 80px;
		margin-right: 0
	}

	.pingjia-item .yonghu>.name {
		margin-top: 10px;
		width: 80px;
        text-align: center;
	}

	.pingjia-item .txt {
		line-height: 1.8;
		padding-top: 40px
	}

	.pingjia-item .txt::before {
		right: auto;
		left: 0
	}

	.fee-advantage-wrap>.part_b .feiyong_sfq>li .item {
		padding: 60px 0 0
	}

	.fee-advantage-wrap>.part_b .feiyong_sfq>li .txt .title {
		font-size: 24px;
	}

	.fee-advantage-wrap>.part_b .feiyong_sfq>li .txt .desc {
		font-size: 18px;
		font-weight: 300
	}

	.fee-advantage-wrap>.part_b .feiyong_sfq>li.active .txt .title {
		font-size: 28px;
	}

	.fee-advantage-wrap>.part_b .feiyong_sfq>li.active .txt .desc {
		font-size: 20px;
		line-height: 1.8
	}
}

@media(min-width:1200px) {
	.hs-fee-list {
		margin-left: -10px;
		margin-right: -10px
	}

	.hs-fee-list>li {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
	}

	.hs-fee-item {
		padding-left: 30px;
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.hs-fee-item>.title {
		font-size: 26px;
	}

	.hs-fee-item>.price>span {
		font-size: 32px;
	}

	.hs-fee-item>.detail::before {
		margin-bottom: 20px
	}

	.hs-fee-item>.detail>li {
		margin-bottom: 4px;
		font-size: 15px;
	}

	.hs-fee-item>.num {
		font-size: 62px;
	}

	.hs-fee-describe .part_b .title {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.hs-fee-describe .part_b .dlhz-tel .num {
		font-size: 28px;
	}

	.hs-fee-describe .part_b .img {
		bottom: -60px;
	}

	.pingjia-item {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.pingjia-item .yonghu {
		flex-basis: 160px;
	}

	.pingjia-item .txt {
		padding-top: 50px;
		font-size: 17px;
	}

	.pingjia-item .txt::before {
		font-size: 36px;
	}
}

@media(min-width:1440px) {
	.pingjia-item {
		padding-left: 60px;
		padding-right: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.dlhz-introduction>.part_a .desc {
	color: var(--gray);
	font-size: 15px;
	line-height: 1.8;
	text-align: justify
}

.dlhz-introduction>.part_b {
	padding-left: 60px;
	max-width: 300px;
	padding-right: 40px;
	margin-left: auto
}

.dlhz-introduction>.part_b .img {
	position: relative;
	z-index: 1;
}

.dlhz-introduction>.part_b .img .play-video {
	left: -60px;
	bottom: 20px
}

.dlhz-introduction>.part_b .img::before {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 40px;
	background-color: var(--secondary);
	bottom: 0;
	right: 100%
}

.dlhz-introduction>.part_b .img::after {
	content: "";
	position: absolute;
	display: block;
	height: 120px;
	width: 40px;
	background-color: var(--primary);
	top: 0;
	left: 100%;
}

.dlhz-entry-wrap {
	background-color: var(--primary);
}

.dlhz-entry-wrap>.img-wrap {
	position: relative;
	height: 50vw;
	max-height: 440px;
}

.dlhz-entry-wrap>.img-wrap .tips {
	font-size: 12px;
	color: var(--white);
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 2;
	opacity: .9;
	font-style: italic
}

.dlhz-entry-wrap>.txt-wrap {
	padding-top: 30px;
	color: var(--white);
	padding-bottom: 30px;
	padding-left: 24px;
	padding-right: 24px;
}

.dlhz-entry-wrap>.txt-wrap .desc p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.8;
	opacity: .8
}

.dlhz-entry-wrap>.txt-wrap .desc .link-btn-a {
	margin-top: 20px
}

.dlhz-food-wrap {
	background-color: var(--black);
	background-image: url("../images/jieshao-img_c.jpg");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white)
}

.dlhz-food-wrap .desc {
	color: var(--white);
	text-align: center
}

.dlhz-food-wrap .desc p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8
}

.dlhz-food-wrap .desc .tips {
	font-size: 12px;
	margin-top: 15px;
	letter-spacing: 2px;
	opacity: .8
}

.dlhz-jieshao-fee {
	margin-top: 30px;
	background-color: rgba(var(--rgb-secondary), .08);
	border-radius: 6px;
	padding: 20px
}

.dlhz-jieshao-fee>li+li {
	margin-top: 10px
}

.dlhz-jieshao-fee .item {
	background-color: var(--white);
	padding: 15px;
	position: relative;
	text-align: center;
	border-bottom: 3px solid var(--secondary);
	transition: box-shadow .3s ease-in-out .1s
}

.dlhz-jieshao-fee .item:hover {
	box-shadow: 0px 11px 21.25px 3.75px rgba(var(--rgb-primary), 0.09);
	background-image: url("../images/dlhz-fee-bg.gif");
	background-size: cover;
}

.dlhz-jieshao-fee .item .title {
	font-size: 16px;
	font-family: var(--font-song);
	margin-bottom: 8px;
	font-weight: 600;
	letter-spacing: 2px;
}

.dlhz-jieshao-fee .item .price>span {
	font-size: 18px;
}

.dlhz-jieshao-fee .item .desc {
	letter-spacing: 1px
}

.dlhz-jieshao-fee .item .more {
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: 2px;
	color: var(--gray);
}

.dlhz-jieshao-fee .item .more::after {
	content: "\e62a";
	font-family: iconfont;
	margin-left: 4px;
}

.dlhz-bay-wrap {
	background-color: var(--primary);
	background-image: url("../images/jieshao-img_e.jpg");
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	color: var(--white)
}

.dlhz-bay-wrap .bay .title {
	font-family: var(--font-song);
	font-size: 18px;
	color: var(--secondary-light);
	font-weight: 600
}

.dlhz-bay-wrap .bay .subtitle {
	font-size: 15px;
	letter-spacing: 1px;
	opacity: .9
}

.dlhz-bay-wrap .bay .origin {
	margin-bottom: -20px;
	position: relative
}

.dlhz-bay-wrap .bay .end {
	text-align: right;
	margin-top: -10px;
	position: relative
}

.dlhz-bay-wrap .tips {
	text-align: center;
	padding-top: 15px;
	opacity: .8
}

.hz-progess-swiper {
	width: 100%;
}

.hz-progess-swiper .item>.img img {
	width: 100%
}

.hz-progess-swiper .item>.txt {
	padding-top: 3px
}

.hz-progess-swiper .item>.txt .num {
	font-size: 28px;
}

.hz-progess-swiper .item>.txt .title {
	font-family: var(--font-song);
	font-size: 16px;
	font-weight: 600
}

.hz-progess-swiper .item>.txt .desc {
	display: none;
	margin-top: 10px;
}

.hz-progess-swiper .swiper-slide {
	width: 40%;
}

.hz-progess-swiper .swiper-slide-active,
.hz-progess-swiper .swiper-slide-duplicate-active {
	width: 55%;
}

.hz-progess-swiper .swiper-slide-active .item {
	background-color: #b1a177;
	color: var(--white)
}

.hz-progess-swiper .swiper-slide-active .item>.txt {
	padding: 0 15px 20px;
}

.hz-progess-swiper .swiper-slide-active .item>.txt .desc {
	display: block
}

.dlhz-progress {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1415px;
	padding-left: 15px
}

.dlhz-progress .more {
	margin-top: 20px;
	padding-right: 15px;
}

.dlhz-progress .more p {
	font-size: 12px;
	color: var(--gray)
}

.dlhz-swiper-button-next,
.dlhz-swiper-button-prev,
.dlhz-swiper-button-nextb,
.dlhz-swiper-button-prevb {
	position: absolute;
	width: 40px;
	height: 40px;
	border: 1px solid var(--secondary-dark);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	bottom: 0;
	z-index: 11;
	color: var(--secondary-dark)
}

.dlhz-swiper-button-next {
	left: calc(55% + 60px);
}

.dlhz-swiper-button-next::before,
.dlhz-swiper-button-nextb::before {
	content: "\e62a";
	font-family: iconfont;
}

.dlhz-swiper-button-prev {
	left: calc(55% + 10px);
}

.dlhz-swiper-button-prev::before,
.dlhz-swiper-button-prevb::before {
	content: "\e62b";
	font-family: iconfont;
}

.dlhz-swiper-button-next:hover,
.dlhz-swiper-button-prev:hover,
.dlhz-swiper-button-nextb:hover,
.dlhz-swiper-button-prevb:hover {
	background-color: var(--secondary-dark);
	color: var(--white)
}

.dlhz-swiper-button-nextb {
	bottom: auto;
	top: 5px;
	right: 5px
}

.dlhz-swiper-button-prevb {
	bottom: auto;
	top: 5px;
	right: 55px
}

@media(min-width:769px) {
	.dlhz-introduction {
		display: flex;
		align-items: center
	}

	.dlhz-introduction>.part_a {
		flex: 0 0 40%;
		max-width: 480px;
		margin-right: 40px;
	}

	.dlhz-introduction>.part_a .desc {
		font-size: 17px;
	}

	.dlhz-introduction>.part_b {
		flex: 0 0 auto;
	}

	.dlhz-jieshao-fee {
		display: flex;
	}

	.dlhz-jieshao-fee>li+li {
		margin-top: 0
	}

	.dlhz-jieshao-fee>li {
		flex: 0 0 33.3333%;
		min-width: 0;
		width: 33.3333%;
		padding-left: 5px;
		padding-right: 5px
	}

	.dlhz-bay-wrap .bay {
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px
	}

	.dlhz-bay-wrap .bay .title {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.dlhz-bay-wrap .bay .origin {
		flex: 0 0 auto;
		min-width: 0;
	}

	.dlhz-bay-wrap .bay .curve {
		flex-grow: 1;
		min-width: 0
	}

	.dlhz-bay-wrap .bay .end {
		flex: 0 0 auto;
		min-width: 0;
		margin-top: 0
	}

	.dlhz-swiper-button-nextb {
		top: 15px;
		right: 15px
	}

	.dlhz-swiper-button-prevb {
		top: 15px;
		right: 65px
	}
}

@media(min-width:992px) {
	.dlhz-introduction>.part_b {
		max-width: 400px;
	}

	.dlhz-entry-wrap {
		display: flex;
		align-items: center
	}

	.dlhz-entry-wrap>.img-wrap .tips {
		font-size: 14px;
		letter-spacing: 1px;
		bottom: 20px;
		right: 30px;
	}

	.dlhz-entry-wrap>.img-wrap {
		flex: 0 0 50%;
		min-width: 0
	}

	.dlhz-food-wrap .desc p {
		font-size: 18px;
		line-height: 2;
		letter-spacing: 2px;
	}

	.dlhz-jieshao-fee {
		margin-top: 40px;
		padding: 30px
	}

	.dlhz-jieshao-fee>li {
		padding-left: 10px;
		padding-right: 10px
	}

	.dlhz-jieshao-fee .item {
		padding: 20px;
	}

	.dlhz-jieshao-fee .item .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.dlhz-jieshao-fee .item .price>span {
		font-size: 20px;
	}

	.dlhz-jieshao-fee .item .desc {
		font-size: 16px;
		margin-top: 10px;
	}

	.dlhz-jieshao-fee .item .more {
		margin-top: 10px;
	}

	.dlhz-bay-wrap .bay .title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.dlhz-bay-wrap .bay .subtitle {
		font-size: 17px;
	}

	.dlhz-bay-wrap .tips {
		font-size: 16px;
	}

	.hz-progess-swiper .item>.txt .num {}

	.hz-progess-swiper .item>.txt .title {
		font-size: 20px;
	}

	.hz-progess-swiper .swiper-slide {
		width: 20%
	}

	.hz-progess-swiper .swiper-slide-active {
		width: 55%
	}

	.hz-progess-swiper .swiper-slide-active .item {
		display: flex;
	}

	.hz-progess-swiper .swiper-slide-active .item>.img {
		flex: 0 0 400px;
		min-width: 0;
	}

	.hz-progess-swiper .swiper-slide-active .item>.txt {
		padding: 20px;
		flex-grow: 1;
		min-width: 0
	}

	.hz-progess-swiper .swiper-slide-active .item>.txt .num {
		margin-bottom: 20px;
	}

	.dlhz-progress .more {
		margin-top: 30px;
	}

	.dlhz-progress .more p {
		font-size: 14px;
	}
}

@media(min-width:1200px) {
	.dlhz-introduction>.part_b {
		padding-left: 80px;
		max-width: 460px;
		padding-right: 80px;
	}

	.dlhz-introduction>.part_b .img::before {
		width: 100px;
		height: 60px;
	}

	.dlhz-introduction>.part_b .img::after {
		height: 200px;
		width: 80px;
	}

	.dlhz-entry-wrap>.txt-wrap {
		padding-left: 60px;
	}

	.dlhz-entry-wrap>.txt-wrap .desc p {
		font-size: 18px;
		font-weight: 300
	}

	.dlhz-entry-wrap>.txt-wrap .desc .link-btn-a {
		margin-top: 20px
	}

	.dlhz-food-wrap .desc {
		padding-top: 30px;
		padding-bottom: 20px
	}

	.dlhz-food-wrap .desc p {
		font-size: 20px;
	}

	.dlhz-introduction-wrap {
		background-image: url("../images/jieshao-img_d.jpg");
		background-position: 50% 100%;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.dlhz-jieshao-fee {
		margin-top: 60px;
		padding: 40px
	}

	.dlhz-jieshao-fee .item {
		padding: 25px;
	}

	.dlhz-jieshao-fee .item .title {
		font-size: 24px;
	}

	.dlhz-jieshao-fee .item .price>span {
		font-size: 24px;
	}

	.hz-progess-swiper .item>.txt .desc {
		font-size: 16px;
		margin-top: 20px
	}

	.hz-progess-swiper .swiper-slide {
		width: 19%
	}

	.hz-progess-swiper .swiper-slide-active {
		width: 55%
	}

	.hz-progess-swiper .swiper-slide-active .item>.txt {
		padding: 30px;
	}

	.hz-progess-swiper .swiper-slide-active .item>.txt .num {
		margin-bottom: 40px;
		font-size: 38px;
	}

	.hz-progess-swiper .swiper-slide-active .item>.txt .title {
		font-size: 26px;
	}

	.dlhz-bay-wrap .bay .title {
		font-size: 24px;
	}

	.dlhz-bay-wrap .bay .subtitle {
		font-size: 18px;
	}

	.dlhz-swiper-button-next {
		left: calc(58% + 50px);
	}

	.dlhz-swiper-button-prev {
		left: 58%
	}
}

@media(min-width:1440px) {
	.dlhz-progress .dlhz-title {}
}

.play-video {
	position: absolute;
}

.play-video a {
	display: block;
	width: 60px;
}

.play-video img {}

.dlhz-home-swiper {
	position: relative
}

.dlhz-home-swiper>.svg-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 1
}

.home-slideItem {
	position: relative;
	height: 58vw;
	max-height: 800px;
}

.home-slideItem>.txt {
	color: var(--white);
	z-index: 2;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 28%;
	text-align: center
}

.home-slideItem>.txt .title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: var(--font-song);
	text-shadow: 4px 4px 8px rgba(0, 0, 0, .2)
}

.home-slideItem>.txt .subtitle {
	font-size: 16px;
	letter-spacing: 1px;
}

.home-slideItem>.txt .btn-wrap {
	padding-top: 12px
}

.home-slideItem>.txt .btn-wrap a.link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	color: var(--white);
	padding: 0 10px;
	line-height: 1;
	border: 1px solid var(--white);
	letter-spacing: 1px;
	transition: all .1s ease-in-out .1s
}

.home-slideItem>.txt .btn-wrap a.link:hover {
	background-color: var(--white);
	color: var(--primary)
}

.home-info-wrap {
	background-color: var(--secondary-light-b)
}

.info-item_a.home-info {
	background-color: var(--white)
}

.home-summary-wrap {
	padding-top: 20px;
}

.summary-container {
	display: flex;
	flex-direction: column
}

.summary-container .part_a {
	order: 13
}

.summary-container .part_a .desc {
	color: var(--gray)
}

.summary-container .part_a .desc p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 10px
}

.summary-container .part_a .desc p>span,
.summary-container .part_a .desc p>strong {
	font-weight: 700;
	color: var(--dark)
}

.summary-container .part_a .more a {
	display: inline-flex;
	align-items: center;
	letter-spacing: 1px;
	color: var(--secondary-dark);
	font-size: 15px;
}

.summary-container .part_a .more a:hover {
	color: var(--secondary)
}

.summary-container .part_a .more a>span {
	text-align: center
}

.summary-container .part_b {
	margin-bottom: 30px;
	padding-left: 60px;
	padding-right: 15px;
	padding-top: 4px;
	position: relative
}

.summary-container .part_b .img {
	position: relative;
}

.summary-container .play-video {
	z-index: 3;
	left: -40px;
	bottom: 10px
}

.summary-container .part_b .img img {
	width: 100%;
	position: relative;
	z-index: 2;
	display: block
}

.summary-container .part_b .img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-light-b);
	display: block;
	bottom: -10px;
	left: -20px;
}

.summary-num {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.summary-num>li {
	flex: 0 0 50%;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
}

.summary-num .item {
	padding-top: 10px;
	border-top: 2px solid var(--secondary);
	position: relative
}

.summary-num .item::before {
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: cover;
}

.summary-num>li:nth-child(1) .item::before {
	background-image: url("../images/dlhz-svg_d.png")
}

.summary-num>li:nth-child(2) .item::before {
	background-image: url("../images/dlhz-svg_b.png")
}

.summary-num>li:nth-child(3) .item::before {
	background-image: url("../images/dlhz-svg_a.png")
}

.summary-num>li:nth-child(4) .item::before {
	background-image: url("../images/dlhz-svg_c.png")
}

.summary-num .item .num {
	font-size: 12px;
	font-style: italic;
	color: var(--secondary-dark)
}

.summary-num .item .num>span {
	font-size: 26px;
	margin-right: 2px;
}

.summary-num .item .tips {
	color: var(--gray);
	font-size: 12px;
	letter-spacing: 1px;
}

.home-hzfee-wrap {
	background-color: var(--primary);
	background-image: url("../images/home-img-b.jpg");
	background-position: 50%;
	background-size: cover
}

.home-hzfee-wrap .txt {
	color: var(--white);
	letter-spacing: 4px;
	text-align: center;
	font-family: var(--font-song);
	font-style: italic;
	font-weight: lighter;
	padding-top: 10px;
}

.dlhz-home-fee {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.dlhz-home-fee>li {
	flex: 0 0 50%;
	min-width: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px
}

.dlhz-home-fee>li:nth-child(3) {
	flex-basis: 100%;
	min-width: 0
}

.dlhz-home-fee .item {
	background-color: var(--white);
	padding: 20px 10px 30px;
	text-align: center;
	position: relative
}

.dlhz-home-fee .item:hover {
	background-image: url("../images/dlhz-fee-bg.gif");
	background-repeat: no-repeat;
	background-size: cover
}

.dlhz-home-fee .item::before {
	content: "";
	pointer-events: none;
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
	border: 1px solid rgba(var(--rgb-secondary), .3)
}

.dlhz-home-fee .item .title {
	font-size: 18px;
	font-family: var(--font-song);
	font-weight: 600;
	margin-bottom: 8px
}

.dlhz-home-fee .item .price>span {
	font-size: 18px;
}

.dlhz-home-fee .item .desc {
	margin-top: 6px;
}

.dlhz-home-fee .item .more {
	margin-top: 15px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
	line-height: 1
}

.dlhz-home-fee .item .more>span,
.home-shop-box>.part_a .more a>span,
.home-service-box>.part_a .more a>span,
.summary-container .part_a .more a>span {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: var(--secondary);
	line-height: 20px;
	color: var(--white);
	margin-left: 6px;
	font-size: 11px;
}

.home-qa-wrap {}

.dlhz-changjianwenti {
	max-width: 1200px;
}

.dlhz-changjianwenti>li {
	border-bottom: 1px solid rgba(var(--rgb-secondary), .2)
}

.dlhz-changjianwenti .title {
	position: relative;
	cursor: pointer;
	padding: 10px 10px 10px 20px;
	font-size: 16px;
	font-family: var(--font-song)
}

.dlhz-changjianwenti .title:hover {
	color: var(--secondary-dark)
}

.dlhz-changjianwenti .title>span {
	position: absolute;
	left: 0;
	color: var(--secondary);
	font-family: var(--font-Engb)
}

.dlhz-changjianwenti .title:before,
.dlhz-changjianwenti .title:after {
	position: absolute;
	display: block;
	width: 13px;
	height: 1px;
	content: "";
	right: 10px;
	top: 50%;
	background-color: var(--secondary);
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
}

.dlhz-changjianwenti .title:not(.on):after {
	transform: rotate(90deg);
}

.dlhz-changjianwenti .title:not(.on):before {
	transform: rotate(180deg);
}

.dlhz-changjianwenti .detail {
	position: relative
}

.dlhz-changjianwenti .detail::after {
	content: "A";
	position: absolute;
	left: -6px;
	top: 0;
	font-size: 32px;
	color: rgba(var(--rgb-secondary), .3)
}

.dlhz-changjianwenti .detail>div {
	color: #6d6d6d;
	padding: 10px 0 15px 20px;
	position: relative;
	z-index: 2;
	line-height: 1.8
}

.home-shop-box {
	background-color: var(--primary);
	display: flex;
	flex-direction: column;
}

.home-shop-box>.part_a {
	padding: 20px;
	color: var(--white);
	position: relative;
	order: 13;
	background-image: url(../images/lianxi-curve_a.png);
	background-size: cover;
	background-position: 50% 100%;
}

.home-shop-box>.part_a .desc,
.home-service-box>.part_a .desc {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.home-shop-box>.part_a .more a,
.home-service-box>.part_a .more a {
	display: flex;
	color: var(--secondary-light);
	align-items: center
}

.home-shop-box>.part_a .more a:hover {
	color: var(--white)
}

.home-shop-box>.part_a .more a>span,
.home-service-box>.part_a .more a>span {
	text-align: center
}

.home-shop-box>.part_b {
	position: relative;
}

.home-service-box {
	background-color: #948868
}

.home-service-box>.part_a {
	padding: 20px;
	color: var(--white);
	position: relative;
	background-image: url(../images/home-curve_a.png);
	background-size: cover;
	background-position: 50% 100%;
}

.home-pingjia-wrap {
	background-color: #bfd6f5
}

@media (min-width:799px) {
	.home-slideItem>.txt {
		bottom: 35%
	}

	.home-slideItem>.txt .title {
		font-size: 32px;
	}

	.home-slideItem>.txt .subtitle {
		font-size: 18px;
	}

	.home-summary-wrap {
		padding-top: 30px
	}

	.summary-container {
		flex-direction: row
	}

	.summary-container .part_a {
		flex: 0 0 40%;
		max-width: 520px;
		margin-right: 40px;
		order: -1
	}

	.summary-container .part_a .desc p {
		font-size: 17px;
		line-height: 2
	}

	.summary-container .part_a .more a {
		font-size: 17px;
	}

	.summary-container .part_b {
		margin-left: auto;
		margin-bottom: 40px;
		padding-top: 0
	}

	.summary-container .part_b .img {
		max-width: 490px;
	}

	.summary-container .part_b .img::after {
		left: -30px;
		bottom: -20px
	}

	.summary-num>li {
		flex-basis: 25%;
		padding-bottom: 0
	}

	.dlhz-home-fee>li {
		flex-basis: 33.3333% !important
	}

	.home-shop-box {
		flex-direction: row;
	}

	.home-service-box {
		display: flex
	}

	.home-shop-box>.part_a {
		flex: 0 0 50%;
		min-width: 0;
		max-width: 600px;
		order: -1;
		padding: 15px;
	}

	.home-service-box>.part_a {
		flex: 0 0 50%;
		min-width: 0;
		max-width: 600px;
		padding: 15px;
	}

	.home-shop-box>.part_a .desc,
	.home-service-box>.part_a .desc {
		font-size: 16px;
		line-height: 1.8;
	}

	.home-shop-box>.part_b,
	.home-service-box>.part_b {
		flex-grow: 1;
		min-width: 0
	}
}

@media (min-width:992px) {
	.play-video a {
		width: 90px
	}

	.home-slideItem>.txt {
		bottom: 32%
	}

	.home-slideItem>.txt .title {
		font-size: 40px;
		letter-spacing: 4px
	}

	.home-slideItem>.txt .subtitle {
		font-size: 20px;
		letter-spacing: 2px;
	}

	.home-slideItem>.txt .btn-wrap {
		padding-top: 30px
	}

	.home-slideItem>.txt .btn-wrap a.link {
		height: 44px;
		padding: 0 20px;
		font-size: 16px;
		letter-spacing: 2px;
	}

	.summary-num {
		margin-left: -10px;
		margin-right: -10px;
	}

	.summary-num>li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.summary-num .item {
		padding-top: 15px;
	}

	.summary-num .item .num {
		font-size: 14px;
	}

	.summary-num .item .num>span {
		font-size: 28px;
	}

	.summary-num .item .tips {
		font-size: 14px;
	}

	.dlhz-home-fee {
		margin-left: -10px;
		margin-right: -10px
	}

	.dlhz-home-fee>li {
		padding-left: 10px;
		padding-right: 10px
	}

	.dlhz-home-fee .item {
		padding: 30px 10px 40px;
	}

	.dlhz-home-fee .item::before {
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
	}

	.dlhz-home-fee .item .title {
		font-size: 24px;
	}

	.dlhz-home-fee .item .price>span {
		font-size: 24px;
	}

	.dlhz-home-fee .item .desc {
		font-size: 16px;
		font-weight: 300;
		letter-spacing: 2px;
		margin-top: 15px
	}

	.dlhz-home-fee .item .more {
		font-size: 14px;
		margin-top: 20px
	}

	.dlhz-home-fee .item .more>span {
		font-size: 12px;
	}

	.dlhz-changjianwenti .title {
		padding: 15px 15px 15px 30px;
		font-size: 18px;
	}

	.dlhz-changjianwenti .detail>div {
		padding: 10px 30px 20px 30px;
		font-size: 16px;
	}

	.home-shop-box>.part_a,
	.home-service-box>.part_a {
		padding: 30px;
	}

	.home-shop-box>.part_a .more a,
	.home-service-box>.part_a .more a {
		font-size: 16px
	}
}

@media (min-width:1200px) {
	.home-slideItem>.txt .title {
		font-size: 58px;
	}

	.home-slideItem>.txt .subtitle {
		font-size: 29px;
	}

	.summary-num .item .num>span {
		font-size: 36px;
	}

	.summary-num .item::before {
		top: 15px;
		width: 60px;
		height: 60px;
	}

	.summary-container .part_b {
		margin-bottom: 50px
	}

	.summary-num {
		margin-left: -15px;
		margin-right: -15px;
	}

	.summary-num>li {
		padding-left: 15px;
		padding-right: 15px;
	}

	.dlhz-home-fee {
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px
	}

	.dlhz-home-fee>li {
		padding-left: 20px;
		padding-right: 20px
	}

	.home-shop-box>.part_a,
	.home-service-box>.part_a {
		padding: 50px 40px;
	}

	.home-shop-box>.part_a .desc,
	.home-service-box>.part_a .desc {
		font-size: 18px;
		font-weight: lighter
	}
}

@media (min-width:1440px) {
	.home-slideItem>.txt .title {
		font-size: 76px;
		letter-spacing: 6px;
		text-shadow: 8px 8px 24px rgba(0, 0, 0, .4)
	}

	.home-slideItem>.txt .subtitle {
		font-size: 38px;
		letter-spacing: 3px;
	}

	.home-slideItem>.txt .btn-wrap {
		padding-top: 40px
	}

	.home-slideItem>.txt .btn-wrap a.link {
		font-size: 18px;
		height: 48px;
		letter-spacing: 3px;
		padding: 0 40px
	}

	.summary-num .item .num>span {
		font-size: 44px;
	}

	.summary-num .item::before {
		top: 30px;
	}

	.summary-container .part_b {
		margin-bottom: 60px
	}

	.dlhz-changjianwenti .title {
		font-size: 20px;
	}

	.home-shop-box>.part_a,
	.home-service-box>.part_a {
		padding: 70px 60px;
	}
}

@media (max-width:798.99px) {
	.home-summary-wrap>.dlhz-container {
		display: flex;
		flex-direction: column
	}

	.summary-container {
		order: 13;
	}
}