/* public */
body {
	min-width: 1080px;
}
.m-content {
	position: relative;
	width: 15rem;
	margin: 0 auto;
}
.f-anchor {
	position: relative;
	top: -70px;
}
/* end public */

/* head */
.m-head {
	z-index: 101;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: rgba(255,255,255,.8);
	backdrop-filter: blur(4px);
}
.m-head.z-border {
	border-bottom: 1px solid #f2f2f2;
}
.m-mobile {
	display: none;
}
.m-head .system {
	width: 90px;
	height: 40px;
	border-radius: 4px;
	font-size: 15px;
	color: #fff;
	background: #1FAF7E;
	cursor: pointer;
	transition: all .1s ease;
}
.m-head .system:hover {
	background: #3FCF9F;
}
/* end head */

/* nav */
.m-nav .logo {
	position: relative;
	height: 44px;
	margin-right: 120px;
}
@media screen and (max-width: 1250px) {
	.m-nav .logo {
		margin-right: 80px;
	}
}
.m-nav .logo:after {
	content: '';
	position: absolute;
	left: 34px;
	bottom: 0;
	width: 16px;
	height: 16px;
	background-image: url('../img/logo_gear.png');
	background-size: 100% 100%;
	animation-name: gear;
	animation-duration: 6s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes gear {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.m-nav .menu {
	gap: 66px;
}
@media screen and (max-width: 1250px) {
	.m-nav .menu {
		gap: 44px;
	}
}
.m-nav .menu li {
	position: relative;
	height: 70px;
	font-size: 16px;
	line-height: 70px;
	white-space: nowrap;
	color: #444;
}
.m-nav .menu li:hover {
	font-weight: bold;
	color: #000;
}
.m-nav .menu li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	border-radius: 1.5px;
	background: #000;
	transform: translate(-50%,0);
	transition: width .3s ease;
}
.m-nav .menu li:hover:after {
	width: 100%;
}
/* end nav */

/* foot */
.m-foot {
	padding-top: 60px;
	background-color: #1FAF7E;
}
.m-foot .title {
	font-size: 32px;
	font-weight: normal;
	color: #fff;
}
.m-foot .link {
	width: 450px;
	margin-top: 26px;
}
.m-foot .link .tab li {
	position: relative;
	margin-right: 24px;
	line-height: 34px;
	font-size: 14px;
	color: rgba(255,255,255,.7);
	cursor: pointer;
}
.m-foot .link .tab li:hover,
.m-foot .link .tab li.z-crt {
	color: #fff;
}
.m-foot .link .tab li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transform: translate(-50%,0);
	transition: width .2s ease;
}
.m-foot .link .tab li.z-crt:after {
	width: 100%;
}
.m-foot .link .list {
	gap: 10px;
	display: none;
	margin-top: 24px;
}
.m-foot .link .list.z-crt {
	display: flex;
}
.m-foot .link .list li {
	padding: 0 12px;
	line-height: 32px;
	font-size: 13px;
	color: #fff;
	background: #1E9F73;
	transition: background .15s ease;
}
.m-foot .link .list li:hover {
	background: #3FBF95;
}
.m-foot .menu {
	gap: 90px;
	margin-right: 130px;
}
.m-foot .menu dt {
	margin-bottom: 20px;
	font-size: 15px;
	color: #fff;
}
.m-foot .menu dt .angle {
	display: none;
}
.m-foot .menu dd a {
	display: inline-block;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	transition: transform .3s ease;
}
.m-foot .menu dd a:hover {
	text-decoration: underline;
	transform: translate(10px,0);
}
.m-foot .tel {
	line-height: 34px;
	font-size: 16px;
	color: #fff;
}
.m-foot .tel .tf {
	margin-right: 10px;
	font-size: 16px;
}
.m-foot .tel strong {
	font-size: 22px;
	font-weight: 500;
}
.m-foot .address {
	padding: 7px 0;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
}
.m-foot .qrcode {
	gap: 14px;
	font-size: 0;
}
.m-foot .qrcode .item {
	width: 120px;
}
.m-foot .qrcode .item img {
	border-radius: 4px;
}
.m-foot .qrcode .item p {
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
	color: #fff;
}
.m-foot .copyright {
	gap: 1em;
	height: 56px;
	border-top: 1px solid rgba(255,255,255,.25);
	margin-top: 30px;
	font-size: 13px;
	color: rgba(255,255,255,.7);	
}
.m-foot .copyright a:hover {
	text-decoration: underline;
	color: #fff;
}
.m-foot .copyright br {
	display: none;
}
@media screen and (max-width: 1400px) {
	.m-foot .menu {
		gap: 50px;
		margin-right: 70px;
	}
	.m-foot .qrcode .item {
		width: 80px;
	}
	.m-foot .address {
		width: 260px;
	}
}
/* end foot */

/* sub-banner */
.m-sub-banner .m-content {
	box-sizing: border-box;
	height: 520px;
	padding-top: 20px;
}
.m-sub-banner p {
	font-size: 30px;
	color: #444;
}
.m-sub-banner h1 {
	margin-top: 20px;
	font-size: 50px;
	color: #444;
}
.m-sub-banner span {
	color: #FF8A00;
}
/* end sub-banner */

/* pagination */
.m-pagination {
	padding: 100px 0;
}
.m-pagination a,
.m-pagination span {
	display: inline-block;
	height: 44px;
	margin: 0 5px;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
	color: #333;
	background: #fff;
	box-shadow: 2px 3px 5px 0 rgba(136,136,136,.2);
}
.m-pagination a,
.m-pagination span {
	padding: 0 18px;
}
.m-pagination .current,
.m-pagination a:hover {
	color: #fff;
	background: #FF8A00;
}
/* end pagination */

/* empty */
.m-empty {
	padding: 100px 0;
	font-size: 16px;
	color: #999;
	text-align: center;
}
.m-empty .tf {
	font-size: 88px;
	color: #ccc;
}
.m-empty p {
	margin-top: 20px;
}
/* end empty */

/* popup */
	/* loading */
	.d-loading {
		z-index: 999;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}
	.d-loading:after {
		content: '';
		display: block;
		width: 60px;
		height: 24px;
		background: url(../img/loading.gif);
	}
	/* end loading */

	/* message */
	.d-message {
		z-index: 999;
		position: fixed;
		left: 50%;
		top: 50%;
		border-radius: 4px;
		padding: 14px 20px;
		background: rgba(0,0,0,.7);
		transform: translate(-50%, -50%);
	}
	.d-message p {
		max-width: 15em;
		min-width: 8em;
		line-height: 20px;
		font-size: 14px;
		text-align: center;
		color: #fff;
	}
	.d-message .tf {
		margin-bottom: 8px;
		font-size: 36px;
	}
	.d-message .tf-success {
		color: #37d003;
	}
	.d-message .tf-fail {
		color: #eb3f2f;
	}
	/* end message */

	/* confirm */
	.confirm-content {
		position: relative;
		min-height: 50px;
		padding: 30px;
		line-height: 20px;
		font-size: 14px;
		word-break: break-all;
		background: #fff;
	}
	.confirm-content .df {
		margin-right: 30px;
		font-size: 50px;
		color: #ff5212;
	}
	/* end confirm */

	/* end dialog */
	.d-dialog-box {
		z-index: 999;
		position: fixed;
	}
	.d-dialog-box.z-full {
		left: 0 !important;
		top: 0 !important;
		right: auto !important;
		bottom: auto !important;
		width: 100% !important;
		height: 100% !important;
	}

	.d-dialog {
		border-radius: 4px;
		overflow: hidden;
		background: #fff;
		box-shadow: 0 0 5px rgba(100,100,100,.4);
	}

	.dialog-head {
		position: relative;
		height: 70px;
		border-bottom: 1px solid #eee;
		line-height: 80px;
	}
	.dialog-head.z-move {
		cursor: move;
		user-select: none;
	}
	.d-dialog.z-full .dialog-head.z-move, .d-dialog-queue .dialog-head.z-move {
		cursor: auto;
	}
	.d-dialog.z-move .dialog-body:after {
		content: '';
		z-index: 999;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
	}
	.dialog-head p {
		font-size: 20px;
		font-weight: bold;
		color: #000;
		text-indent: 32px;
	}
	.dialog-head a {
		position: absolute;
		right: 0;
		top: 0;
		width: 70px;
		height: 70px;
		font-size: 18px;
		color: #bbb;
		text-align: center;
		cursor: pointer;
	}
	.dialog-head a:hover {
		color: #000;
	}

	.dialog-body {
		position: relative;
		overflow: auto;
	}
	.dialog-body iframe {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}

	.dialog-foot {
		height: 72px;
		line-height: 72px;
		border-top: 1px solid #ddd;
		padding: 0 18px;
	}
	.dialog-foot button {
		height: 44px;
		padding: 0 2em;
		border: none;
		border-radius: 4px;
		margin-left: 12px;
		font-size: 15px;
		color: #777;
		background: #eee;
	}
	.dialog-foot button.hl {
		color: #fff;
		background: #FF9000;
	}

	.d-dialog-queue {
		z-index: 999;
		position: fixed;
		right: 0;
		bottom: 0;
	}
	.d-dialog-queue .dialog-head {
		float: right;
		width: 160px;
		height: 34px;
		margin-left: 5px;
	}
	.d-dialog-queue .dialog-head p {
		right: 68px;
	}
	/* end dialog */
	
	/* video */
	.d-popup-video {
		z-index: 998;
		position: fixed;
		left: 50%;
		top: 50%;
		width: 1200px;
		height: 710px;
		background: #000;
		transform: translate(-50%,-50%);
	}
	.d-popup-video video {
		width: 100%;
		height: 100%;
	}
	.d-popup-video iframe {
		width: 100%;
		height: 100%;
		border: none;
	}
	.d-popup-video .close {
		position: absolute;
		right: -25px;
		top: -25px;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		line-height: 50px;
		font-size: 24px;
		text-align: center;
		color: #fff;
		background: #FF8A00;
		cursor: pointer;
	}
	/* end video */
	
	/* preview */
	.d-popup-preview {
		z-index: 998;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.d-popup-preview .index {
		position: fixed;
		left: 0;
		right: 0;
		top: 20px;
		font-size: 15px;
		text-align: center;
		color: #ccc;
	}
	.d-popup-preview .list {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 1000px;
		overflow: hidden;
		transform: translate(-50%,-50%);
	}
	.d-popup-preview ul {
		float: left;
		font-size: 0;
		white-space: nowrap;
		transition: margin-left .6s ease;
	}
	.d-popup-preview li {
		display: inline-block;
		position: relative;
		width: 1000px;
		height: 600px;
		overflow: hidden;
		line-height: 600px;
		text-align: center;
	}
	.d-popup-preview li img {
		display: inline-block;
		vertical-align: middle;
	}
	.d-popup-preview .angle {
		position: absolute;
		left: 20px;
		right: 20px;
		top: 50%;
		font-size: 24px;
		color: #fff;
	}
	.d-popup-preview .angle div {
		opacity: .6;
		cursor: pointer;
	}
	.d-popup-preview .angle div:hover {
		opacity: 1;
	}
	.d-popup-preview .close {
		position: fixed;
		right: 20px;
		top: 20px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		text-align: center;
		color: #fff;
		cursor: pointer;
	}
	/* end preview */

	.d-popup-layer {
		z-index: 997;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,.6);
	}
/* end popup */

/* preview */
.m-preview {
	z-index: 998;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.m-preview .title {
	position: absolute;
	left: 0;
	right: 0;
	top: 54px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.m-preview .index {
	position: absolute;
	left: 0;
	right: 0;
	top: 94px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.m-preview .close {
	position: absolute;
	right: 50px;
	top: 40px;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.m-preview .image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1280px;
	height: 60vh;
	margin-left: -640px;
	margin-top: -30vh;
}
.m-preview .nav {
	position: absolute;
	left: 40px;
	right: 40px;
	top: 50%;
	box-sizing: border-box;
	margin-top: -25px;
}
.m-preview .nav a {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
/* end preview */

/* m-sub-page-head */
.m-sub-page-head {
	padding: 120px 0 70px;
}
.m-sub-page-head h1 {
	font-size: 44px;
}
.m-sub-page-head .summary {
	width: 1015px;
	line-height: 30px;
	font-size: 16px;
	text-align: right;
	color: #666;
}
/* end m-sub-page-title */

/* sidebar */
.m-sidebar {
	z-index: 10;
	position: fixed;
	right: 10px;
	top: 53%;
	width: 65px;
	border-radius: 6px;
	padding: 0 5px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
}
.m-sidebar .line {
	height: 1px;
	background: #eee;
}
.m-sidebar .item {
	position: relative;
}
.m-sidebar .item .content {
	padding: 14px 0;
	cursor: pointer;
}
.m-sidebar .item .content:hover {
	color: #1FAF7E;
}
.m-sidebar .item .content .tf {
	font-size: 24px;
}
.m-sidebar .item .content p {
	margin-top: 8px;
	line-height: 18px;
	font-size: 13px;
}
.m-sidebar .item .icon {
	position: relative;
	width: 40px;
	height: 40px;
	border: 2px solid #1FAF7E;
	border-radius: 100%;
	margin: 0 auto;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	cursor: pointer;
}
.m-sidebar .item .icon img {
	z-index: 1;
	position: relative;
	border-radius: 22px;
}
.m-sidebar .item .icon:before,
.m-sidebar .item .icon:after  {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: rgba(31,175,126,.4);
	transform: translate(-50%,-50%);
	pointer-events: none;
}
.m-sidebar .item .icon:after {
	animation: sidebar1 5s;
	animation-iteration-count: infinite;
	animation-delay: -3s;
}
@keyframes sidebar1 {
	0% {
		opacity: 1;
		transform: translate(-50%,-50%) scale(0);
	}

	50% {
		opacity: 0;
		transform: translate(-50%,-50%) scale(1);
	}

	51% {
		opacity: 0;
		transform: translate(-50%,-50%) scale(0);
	}

	52% {
		opacity: 1;
		transform: translate(-50%,-50%) scale(0);
	}

	100% {
		opacity: 1;
		transform: translate(-50%,-50%) scale(0);
	}
}
.m-sidebar .item .icon:before {
	animation: sidebar2 5s;
	animation-iteration-count: infinite;
}
@keyframes sidebar2 {
	0% {
		opacity: 1;
		transform: translate(-50%,-50%) scale(0);
	}
	
	20% {
		opacity: 1;
		transform: translate(-50%,-50%) scale(0);
	}

	70% {
		opacity: 0;
		transform: translate(-50%,-50%) scale(1);
	}

	71% {
		opacity: 0;
		transform: translate(-50%,-50%) scale(0);
	}

	72% {
		opacity: 1;
		transform: translate(-50%,-50%) scale(0);
	}

	100% {
		opacity: 1;
		transform: translate(-50%,-50%) scale(0);
	}
}
.m-sidebar .item .popup {
	display: none;
	position: absolute;
	right: 80px;
	top: 50%;
	border-radius: 4px;
	text-align: left;
	background: #fff;
	box-shadow: 1px 0 5px 0 rgba(0,0,0,.1);
}
.m-sidebar .item .popup:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -5px;
	border-left: 5px solid #fff;
	border-top: 5px solid rgba(255,255,255,0);
	border-bottom: 5px solid rgba(255,255,255,0);
	margin-top: -5px;
}
.m-sidebar .item:hover .popup {
	display: block;
}
.m-sidebar .item .popup.phone {
	width: 200px;
	margin-top: -25px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	text-indent: 17px;
	color: #1FAF7E;
}
.m-sidebar .item .popup.qrcode {
	top: 0;
	width: 150px;
	height: 150px;
}
.m-sidebar .item .popup.qrcode img {
	border-radius: 4px;
}
.m-sidebar .item .popup.qrcode:after {
	top: 30px;
	margin-top: 0;
}
/* end sidebar */

/* consult */
.m-consult {
	display: none;
	z-index: 999;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 800px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
	animation: consultIn .3s;
	animation-fill-mode: forwards;
}
@keyframes consultIn {
	0% {
		opacity: 0;
		transform: scale(.8) translate(-50%,-50%);
	}

	100% {
		opacity: 1;
		transform: scale(1) translate(-50%,-50%);
	}
}
.m-consult.z-active {
	display: block;
}
.m-consult dt {
	height: 64px;
	font-size: 20px;
	color: #fff;
	background: #1A9269;
}
.m-consult dt a {
	position: absolute;
	right: 16px;
	top: 17px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 12px;
	color: rgba(255,255,255,.7);
	background: rgba(255,255,255,.2);
	cursor: pointer;
	transition: color .1s ease;
}
.m-consult dt a:hover {
	color: rgba(255,255,255,1);
}
.m-consult .about {
	box-sizing: border-box;
	width: 394px;
	padding: 30px 22px;
	background: #F8FAF9;
}
.m-consult .about h1 {
	font-size: 24px;
}
.m-consult .about .item {
	margin-top: 38px;
}
.m-consult .about .item .icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 12px;
	font-size: 26px;
	color: #1FAF7E;
	background: #ECF7F3;
}
.m-consult .about .item h5 {
	font-size: 16px;
}
.m-consult .about .item p {
	margin-top: 6px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.m-consult form {
	padding: 58px 32px;
}
.m-consult form .item {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 12px;
	margin-bottom: 18px;
	background: #fff;
}
.m-consult form .item:focus-within {
	border-color: #1FAF7E;
}
.m-consult form .item p {
	min-width: 6em;
	font-size: 14px;
	color: #666;
}
.m-consult form .item p b {
	margin-right: .5em;
	font-family: '宋体';
	color: #F10000;
}
.m-consult form .item input {
	box-sizing: border-box;
	height: 100%;
	border: none;
	font-size: 14px;
}
.m-consult form .item img {
	height: 24px;
	margin-left: 12px;
}
.m-consult button {
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	background: #1FAF7E;
}
.m-consult button:hover {
	background: #2FBF8F;
}
/* end consult */

/* apply */
.m-apply {
	display: none;
	z-index: 999;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 480px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.2);
	animation: applyIn .3s;
	animation-fill-mode: forwards;
}
@keyframes applyIn {
	0% {
		opacity: 0;
		transform: scale(.8) translate(-50%,-50%);
	}

	100% {
		opacity: 1;
		transform: scale(1) translate(-50%,-50%);
	}
}
.m-apply.z-active {
	display: block;
}
.m-apply dt {
	height: 64px;
	font-size: 20px;
	color: #fff;
	background: #1A9269;
}
.m-apply dt p {
	padding-left: 30px;
}
.m-apply dt a {
	position: absolute;
	right: 16px;
	top: 17px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 12px;
	color: rgba(255,255,255,.7);
	background: rgba(255,255,255,.2);
	cursor: pointer;
	transition: color .1s ease;
}
.m-apply dt a:hover {
	color: rgba(255,255,255,1);
}
.m-apply form {
	padding: 38px 30px;
}
.m-apply form .item {
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0 12px;
	margin-bottom: 18px;
	background: #fff;
}
.m-apply form .item:focus-within {
	border-color: #1FAF7E;
}
.m-apply form .item p {
	min-width: 6em;
	font-size: 14px;
	color: #666;
}
.m-apply form .item p b {
	margin-right: .5em;
	font-family: '宋体';
	color: #F10000;
}
.m-apply form .item input {
	box-sizing: border-box;
	height: 100%;
	border: none;
	font-size: 14px;
}
.m-apply form .item img {
	height: 24px;
	margin-left: 12px;
}
.m-apply button {
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	background: #FF8A00;
}
.m-apply button:hover {
	background: #FF9B11;
}
/* end apply */

/* bottom-bar */
.m-bottom-bar {
	display: none;
}
/* end bottom-bar */