@charset "utf-8";

@-webkit-keyframes spread {
	0% {
		opacity: .25;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		border-radius: 50%;
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

@keyframes spread {
	0% {
		opacity: .25;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		border-radius: 50%;
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

.qianfox-container {
	margin: 0 auto;
}

.qianfox-overflow-hidden {
	overflow: hidden;
}

@media only screen and (min-width: 1920px) {
	.qianfox-container {
		width: 1600px;
	}

	.qianfox-container-left {
		width: 1600px;
		margin: auto;
	}

	html {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1920px)and (min-width: 1680px) {
	.qianfox-container {
		width: 1440px;
	}

	.qianfox-container-left {
		width: 1440px;
		margin: auto;
	}

	html {
		font-size: 15px;
	}
}

@media only screen and (max-width: 1680px)and (min-width: 1440px) {
	.qianfox-container {
		width: 1280px;
	}

	.qianfox-container-left {
		width: 1280px;
		margin: auto;
	}

	html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1440px)and (min-width: 1280px) {
	.qianfox-container {
		width: 1200px;
	}

	.qianfox-container-left {
		width: 1200px;
		margin: auto;
	}

	html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1280px)and (min-width: 768px) {
	.qianfox-container {
		width: 100%;
		padding: 0 20px;
	}

	.qianfox-container-left {
		width: calc(100% - 10px);
		margin-left: auto;
	}

	html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.qianfox-container {
		width: 100%;
		padding: 0 12px;
	}

	.qianfox-container-left {
		width: calc(100% - 6px);
		margin-left: auto;
	}

	html {
		font-size: 12px;
	}
}

@font-face {
	font-family:"qianfoxfont";src:url("../fonts/iconfont.ttf") format("truetype"),url("../fonts/iconfont.svg?#foxfont") format("svg");
}

.qianfoxfont {
	font-family: "qianfoxfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.qianfox-yanshen:before {
	content: "";
}

.qianfox-sheji:before {
	content: "";
}

.qianfox-youhua:before {
	content: "";
}

.qianfox-liucheng:before {
	content: "";
}

.qianfox-jiaofu:before {
	content: "";
}

.qianfox-goutong:before {
	content: "";
}

.qianfox-shenrugoutong:before {
	content: "";
}

.qianfox-zhizuo:before {
	content: "";
}

.qianfox-dianhua1:before {
	content: "";
}

.qianfox-dizhi:before {
	content: "";
}

.qianfox-shouji:before {
	content: "";
}

.qianfox-youxiang1:before {
	content: "";
}

.qianfox-zuobiaodingwei1:before {
	content: "";
}

.qianfox-weixin:before {
	content: "";
}

.qianfox-QQ1:before {
	content: "";
}

.qianfox-jiantou1:before {
	content: "";
}

.qianfox-hezuo:before {
	content: "";
}

.qianfox-gongyinglian:before {
	content: "";
}

.qianfox-quanan:before {
	content: "";
}

.qianfox-danxiang:before {
	content: "";
}

.qianfox-wangzhan:before {
	content: "";
}

.qianfox-QianFox:before {
	content: "HRFID.CN";
}

.qianfox-pinpai:before {
	content: "";
}

.qianfox-ruanjian:before {
	content: "";
}

.qianfox-dashuju:before {
	content: "";
}

.qianfox-dianhua:before {
	content: "";
}

.qianfox-arrow-right-circle:before {
	content: "";
}

.qianfox-arrow-left-circle:before {
	content: "";
}

.qianfox-zuo:before {
	content: "";
}

.qianfox-liulan:before {
	content: "";
}

.qianfox-xinlangweibo:before {
	content: "";
}

.qianfox-douyin:before {
	content: "";
}

.qianfox-guanbi:before {
	content: "";
}

.qianfox-jiantouxiangxia:before {
	content: "";
}

.qianfox-jiantou:before {
	content: "";
}

.qianfox-sousuo1:before {
	content: "";
}

.qianfox-xuanze-xian:before {
	content: "";
}

.foxui-dropdown span.foxui-dropdown-handle {
	font-size: 1.5rem;
}

.foxui-dropdown span.foxui-dropdown-handle::after {
	font-size: 1.125rem;
}

.foxui-dropdown .foxui-dropdown-menu .foxui-dropdown-slide {
	max-height: 49.5rem;
}

.foxui-dropdown .foxui-dropdown-menu .foxui-dropdown-item {
	font-size: 1.375rem;
	line-height: 2.4;
	white-space: nowrap;
}

.foxui-dropdown .foxui-dropdown-menu .foxui-dropdown-item a {
	line-height: 2.4;
	white-space: nowrap;
	color: inherit;
	-webkit-transition: .1s;
	transition: .1s;
}

.foxui-collapse .foxui-collapse-head {
	padding: 1.75rem 0;
	font-size: 1.5rem;
	font-weight: 500;
}

button.foxui-plain:not(.is-disabled) {
	background-color: rgba(0,0,0,0);
	font-weight: 500;
	border-color: #ccc;
}

button.foxui-plain:not(.is-disabled):hover {
	background-color: rgba(0,0,0,0);
}

button.foxui-plain:not(.is-disabled):focus {
	background-color: rgba(0,0,0,0);
}

.foxui-confirmtip__wrapper.douyin .foxui-confirmtip {
	padding: 0;
}

.foxui-confirmtip__wrapper.douyin .foxui-confirmtip__body {
	padding: 0;
}

@font-face {
	font-family:"Oswald";src:url("../fonts/Oswald-ExtraLight.ttf");font-weight:100;
}

@font-face {
	font-family:"Oswald";src:url("../fonts/Oswald-Light.ttf");font-weight:200;
}

@font-face {
	font-family:"Oswald";src:url("../fonts/Oswald-Regular.ttf");font-weight:400;
}

@font-face {
	font-family:"Oswald";src:url("../fonts/Oswald-Medium.ttf");font-weight:500;
}

@font-face {
	font-family:"Oswald";src:url("../fonts/Oswald-SemiBold.ttf");font-weight:700;
}

@font-face {
	font-family:"Oswald";src:url("../fonts/Oswald-Bold.ttf");font-weight:900;
}

body {
	font-weight: normal;
	color: #000;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

h1 {
	font-size: 2.875rem;
	font-weight: 900;
	color: #000;
}

h2 {
	font-size: 2.5rem;
	font-weight: 900;
	color: #000;
}

h3 {
	font-size: 2.25rem;
	font-weight: 700;
	color: #000;
}

h4 {
	font-size: 1.875rem;
	font-weight: 700;
	color: #000;
}

h5 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
}

p {
	font-size: 1.125rem;
	color: #666;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

.image-pixelated {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: pixelated;
}

input.qianfox-input,textarea.qianfox-textarea {
	font-family: "OPPOSans";
	font-weight: 500;
	background-color: #f2f5ff;
	font-size: 1rem;
	color: #333;
}

input[type=submit] {
	height: 3.75rem;
	font-size: 1.25rem;
	background-color: #2879fe;
	border-color: #2879fe;
	color: #fff;
}

input.err {
	border-color: #eb5757 !important;
	color: #eb5757 !important;
}

input.err::-webkit-input-placeholder {
	color: #eb5757 !important;
}

textarea.err {
	border-color: #eb5757 !important;
	color: #eb5757 !important;
}

textarea.err::-webkit-input-placeholder {
	color: #eb5757 !important;
}

button {
	font-family: "OPPOSans";
}

.content-button {
	font-size: 1rem;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 3rem;
	line-height: 3rem;
	width: 9.125rem;
	text-align: center;
	border-radius: 6.25rem;
	white-space: nowrap;
	background: #2879fe;
	color: #fff;
}

.content-button::before {
	content: "";
	width: 6.25rem;
	height: 6.25rem;
	-webkit-animation: spread 1.3s ease-out infinite;
	animation: spread 1.3s ease-out infinite;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: calc((9.125rem - 6.25rem)/2);
	top: calc((3rem - 6.25rem)/2);
}

.content-button:hover {
	color: #fff;
}

a.more-plain-btn {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	font-weight: 500;
	border: solid 1px #ccc;
	-webkit-transition: .1s;
	transition: .1s;
	padding: .75rem 1.25rem;
	border-radius: 2.5rem;
	color: #303133;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: .5s;
	transition: .5s;
}

a.more-plain-btn:hover {
	color: #fff;
	border-color: #2879fe;
}

a.more-plain-btn:hover::after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

a.more-plain-btn:hover::before {
	left: 120%;
}

a.more-plain-btn::after {
	content: "";
	background-color: #2879fe;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
	-webkit-transition: .3s;
	transition: .3s;
}

a.more-plain-btn::before {
	content: "";
	background-color: rgba(255,255,255,.7);
	height: 300%;
	width: 1.25rem;
	position: absolute;
	top: -150%;
	left: -120%;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-filter: blur(0.375rem);
	filter: blur(0.375rem);
}

.submit-order-btn {
	cursor: pointer;
}

@media(max-width: 991px) {
	.submit-order-dialog {
		width: 90% !important;
	}
}

@media(min-width: 992px) {
	.submit-order-dialog {
		width: 620px !important;
	}

	.submit-order-dialog .submit-order-form {
		padding: 0 60px;
	}
}

.submit-order-dialog .foxui-input-group:not(:last-child) {
	margin-bottom: 24px;
}

.submit-order-dialog .foxui-input-group .foxui-select {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.submit-order-dialog .foxui-input-group .code-img {
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 2px;
	height: calc(100% - 4px);
}

.font-gradient-color {
	background-image: linear-gradient(138deg, rgb(108, 72, 242) 10%, rgb(54, 128, 255) 50%, rgb(40, 79, 250) 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0,0,0,0);
	font-weight: bold;
}

.foxui-bread-crumb {
	font-size: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.foxui-bread-crumb a,.foxui-bread-crumb span {
	color: #fff;
}

.foxui-bread-crumb a:not(.current),.foxui-bread-crumb span:not(.current) {
	opacity: .9;
}

.foxui-bread-crumb a.current,.foxui-bread-crumb span.current {
	font-weight: 500;
}

.foxui-bread-crumb a:not(:last-child)::after,.foxui-bread-crumb span:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: .0625rem;
	height: 1.5rem;
	background-color: rgba(255,255,255,.8);
	margin: 0 1.25rem;
	position: relative;
	top: .1875rem;
}

.foxui-bread-crumb a {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.foxui-bread-crumb a:hover {
	opacity: 1;
}

.rich-text {
	background-color: #fff;
	font-size: 1.1rem;
	color: #666;
	min-height: 600px;
    /* text-indent: 2em; */
    line-height: 2;
    text-align: justify;
}

.rich-text p {
	font-size: 1.5rem;
	text-align: justify;
	text-indent: 2em;
}

.rich-text img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.qianfox-bg-lighter {
	background-color: #f7f8fc;
}

@media only screen and (max-width: 767px) {
	.qianfox-page {
		padding-top: 5rem;
	}

	.content-button {
		height: 4rem;
		line-height: 4rem;
		font-size: 1.375rem;
	}
}

@media only screen and (max-width: 991px) {
	.content-btn-sm-fluid {
		width: 100%;
	}

	.content-btn-sm-fluid .content-button {
		width: 100%;
	}

	.content-btn-sm-fluid .content-button::before {
		left: calc(50% - 3.125rem);
	}
}

.wave-blue-btn {
	font-size: 18px;
	margin: auto;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 2.6rem;
	line-height: 2.6rem;
	width: 10rem;
	text-align: center;
	border-radius: 6.25rem;
	white-space: nowrap;
	background: #fff;
	color: #335df8;
}

.wave-blue-btn::before {
	content: "";
	width: 6.25rem;
	height: 6.25rem;
	-webkit-animation: spread 1.3s ease-out infinite;
	animation: spread 1.3s ease-out infinite;
	background: #335df8;
	border-radius: 50%;
	position: absolute;
	left: calc((10rem - 6.25rem)/2);
	top: calc((2.6rem - 6.25rem)/2);
}

.wave-blue-btn:hover {
	color: #335df8;
}

@keyframes spread {
	0% {
		opacity: .25;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		border-radius: 50%;
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

.font-linear-gradient-blue {
	background-image: linear-gradient(138deg, rgb(108, 72, 242) 10%, rgb(54, 128, 255) 50%, rgb(40, 79, 250) 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0,0,0,0);
	font-weight: bold;
}

.nav-pc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: rgba(255,255,255,0);
}

.nav-pc .qianfox-container {
	height: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.nav-pc .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-pc .logo img {
	width: 12rem;
}

.nav-pc .logo span {
	font-size: 1.125rem;
	color: rgba(255,255,255,.7);
	margin-left: 1.5rem;
	font-weight: 200;
}

.nav-pc .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 1.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.nav-pc .nav li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-pc .nav li:not(.foxui-dropdown-item)>a {
	-webkit-transition: color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #fff;
	font-weight: 200;
}

.nav-pc .nav li span {
	font-weight: 500 !important;
	color: #fff;
	position: relative;
}

.nav-pc .nav li span::after {
	content: "";
	position: absolute;
	bottom: -0.75rem;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
}

.nav-pc .nav li.is-active a {
	font-weight: 500 !important;
	color: #fff;
	position: relative;
}

.nav-pc .nav li.is-active a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
}

.nav-pc .nav li a {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-pc .nav li a:hover::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #fff;
}

.nav-pc .nav-search {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.nav-pc .nav-search-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.nav-pc .nav-search-inner .input-box {
	width: 100%;
	width: 33.75rem;
	border-bottom: 1px solid #dcdfe6;
	overflow: hidden;
}

.nav-pc .nav-search-inner input {
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
	padding: 0;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

.nav-pc .tel-search {
	font-size: 1.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #fff;
	font-weight: 700;
	margin-right: 2.5rem;
}

.nav-pc .tel-search i {
	font-size: 1.75rem;
	font-weight: 400;
}

.nav-pc .tel-search span {
	font-family: "Oswald";
}

/* .nav-pc .tel-search .tel::after {
	content: "";
	display: inline-block;
	height: 1.5rem;
	width: .0625rem;
	background-color: #fff;
	position: relative;
	top: 2px;
	margin-left: .5rem;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
} */

.nav-pc .tel-search .nav-search-btn {
	position: absolute;
	cursor: pointer;
	right: 0;
	-webkit-transition: right .8s;
	transition: right .8s;
}

.nav-pc .tel-search .nav-search-close {
	cursor: pointer;
	position: absolute;
	right: 0;
}

.nav-pc.not-top {
	background-color: #fff;
	-webkit-box-shadow: 0 .3125rem .625rem -0.625rem rgba(0,0,0,.6);
	box-shadow: 0 .3125rem .625rem -0.625rem rgba(0,0,0,.6);
}

.nav-pc.not-top .logo span {
	color: rgba(0,0,0,.7);
	font-weight: 400;
}

.nav-pc.not-top .nav li span {
	color: #303133;
}

.nav-pc.not-top .nav li span::after {
	background-color: #2879fe;
}

.nav-pc.not-top .nav li a:hover {
	color: #2879fe !important;
}

.nav-pc.not-top .nav li a:hover::after {
	bottom: 0;
	background-color: #2879fe;
}

.nav-pc.not-top .nav li:not(.foxui-dropdown-item)>a {
	color: #303133;
	font-weight: 400;
}

.nav-pc.not-top .nav li.is-active a {
	color: #2879fe;
}

.nav-pc.not-top .nav li.is-active a::after {
	background-color: #2879fe;
}

.nav-pc.not-top .tel-search {
	color: #303133;
}

.nav-pc.not-top .tel-search .tel::after {
	background-color: #999;
}

.nav-pc:not(.search-nav) .nav-search,.nav-pc:not(.search-nav) .nav-search-close {
	display: none;
}

.nav-pc.search-nav {
	border-radius: 0 0 2.25rem 2.25rem;
}

.nav-pc.search-nav .nav {
	display: none;
}

.nav-pc.search-nav #navTel {
	display: none;
}

.nav-pc.search-nav .nav-search-btn {
	right: 25%;
}

.nav-search-menu {
	padding: 1.25rem 2.5rem 2.5rem;
	text-align: center;
	display: none;
}

.nav-search-menu-inner {
	width: 33.75rem;
	display: inline-block;
	text-align: left;
}

.nav-search-menu-inner .subtitle {
	font-size: .875rem;
	color: #909399;
	margin-bottom: .75rem;
}

.nav-search-menu-inner ul {
	overflow: hidden;
}

.nav-search-menu-inner li a {
	font-size: 1.125rem;
	line-height: 2.4;
}

.nav-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);
	box-shadow: 0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);
	border-bottom: 1px solid #dcdfe6;
}

.nav-mobile .nav-mask {
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.5);
	display: none;
	z-index: 0;
}

.nav-mobile .qianfox-container {
	height: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	background: #fff;
	z-index: 1;
}

.nav-mobile .qianfox-container .logo {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-mobile .qianfox-container .logo img {
	height: 60%;
}

.nav-mobile .qianfox-container .nav-handle {
	cursor: pointer;
}

.nav-mobile .qianfox-container .nav-handle .foxuifont {
	font-size: 2.375rem;
	color: #606266;
	padding: 8px;
}

.nav-mobile .qianfox-container .nav-menu {
	position: absolute;
	top: 5rem;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #dcdfe6;
	padding: 0 1rem;
	max-height: calc(100vh - 5rem);
	overflow: auto;
	display: none;
}

.nav-mobile .qianfox-container .nav-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	padding: 1.75rem 0;
	font-weight: 500;
	border-bottom: 1px solid #dcdfe6;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.nav-mobile-search {
	margin: 2.5rem 0 1.25rem;
}

.nav-mobile-search input {
	height: 48px;
}

@media only screen and (min-width: 1439px) {
	.nav-pc .nav li {
		padding: 0 1.875rem;
	}
}

@media only screen and (max-width: 1439px)and (min-width: 1279px) {
	.nav-pc .nav li {
		padding: 0 1.5625rem;
	}
}

@media only screen and (max-width: 1279px) {
	.nav-pc .nav li {
		padding: 0 1.25rem;
	}

	.nav-pc:not(.search-nav) .nav-search-btn {
		right: 1.25rem;
	}

	.nav-pc .tel-search .nav-search-close {
		right: 1.25rem;
	}
}

@media only screen and (max-width: 1199px) {
	.nav-search-menu-inner {
		margin-left: 70px;
	}
}

@media only screen and (min-width: 1200px) {
	.nav-search-menu-inner {
		margin-left: 220px;
	}
}

@media only screen and (min-width: 1681px) {
	.nav-search-menu-inner {
		margin-left: 240px;
	}
}

.gradient-canvas {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-color: #2979ff;
	--gradient-color-1: #266bf1;
	--gradient-color-2: #1b95f6;
	--gradient-color-3: #3664f8;
	--gradient-color-4: #1b9af6;
}

.banner-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #2979ff;
	background-repeat: no-repeat;
	background-position: center center;
	background: #2979ff url(/static/picture/ban.jpg) no-repeat center;
	background-size: cover;
}

.banner-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}

.qianfox-fullscreen-banner {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.qianfox-banner {
	width: 100%;
	height: 43.75rem;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.qianfox-banner.media {
		height: 22.5rem;
	}
}

@media screen and (min-width: 768px) {
	.qianfox-banner.media {
		height: 43.75rem;
	}
}

.qianfox-banner .qianfox-container {
	position: relative;
	height: 100%;
}

@media only screen and (min-width: 1279px) {
	.qianfox-banner-fluid {
		width: 100%;
		height: 43.75rem;
		position: relative;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1279px) {
	.qianfox-banner-fluid {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 50%;
		overflow: hidden;
	}
}

.footer-link {
	border-bottom: 1px solid #3d3d3d;
	padding-bottom: 2rem;
}

.footer-link a {
	font-size: 1.125rem;
	margin-right: 1.25rem;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 3.375rem;
}

.footer-nav li {
	margin-right: 3.75rem;
}

.footer-nav a {
	font-size: 1.375rem;
	color: #fff;
}

.footer-nav a:hover {
	color: #2879fe;
}

.footer-nav span {
	font-size: 1.375rem;
	color: #fff;
}

.footer-bottom {
	padding-top: 3.375rem;
}

.footer-copyright p {
	font-size: 1.125rem;
}

.footer-copyright a {
	font-size: 1.125rem;
	color: #909399;
}

.footer-copyright a:hover {
	color: rgba(255,255,255,.7) !important;
}

.footer-copyright img {
	height: 1.125rem;
}

.footer-qrcode {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-qrcode .qrcode-item {
	padding: .5rem;
	background-color: #171717;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: .25rem;
}

.footer-qrcode .qrcode-item span {
	margin-top: .5rem;
	color: #fff;
}

.footer-qrcode .qrcode-item:first-child {
	margin-right: 1.25rem;
}

.footer-qrcode img {
	width: 9.25rem;
}

@media screen and (max-width: 768px) {
	.footer-link a {
		margin-bottom: 1.25rem;
	}

	.footer-nav li {
		margin-bottom: 1.25rem;
		margin-right: 2.5rem;
	}

	.footer-qrcode {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-qrcode .qrcode-item:first-child {
		margin-right: 2.4rem;
	}
}

@media screen and (max-width: 991px) {
	.footer-qrcode {
		margin-top: 1.25rem;
	}
}

@media screen and (min-width: 992px) {
	.footer-qrcode {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.swiper-button-prev,.swiper-button-next {
	background-image: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 3.75rem;
	height: 3.75rem;
}

.swiper-button-prev i,.swiper-button-next i {
	font-size: 4.25rem;
	color: #ccc;
}

.swiper-button-prev:not(.swiper-button-disabled):hover i,.swiper-button-next:not(.swiper-button-disabled):hover i {
	color: #2879fe;
	opacity: .7;
}

.swiper-bottom {
	position: relative;
	height: 15.625rem;
}

.swiper-pagination.vertical-pagination {
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.swiper-pagination.vertical-pagination .swiper-pagination-bullet {
	width: 2px;
	height: 1.25rem;
	background-color: #686868;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 0;
}

.swiper-pagination.vertical-pagination .swiper-pagination-bullet-active {
	background-color: #2879fe;
	height: 2.5rem;
}

.swiper-pagination.horizontal-pagination .swiper-pagination-bullet {
	height: .3125rem;
	background-color: #fff;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: .5;
	margin: 0 .375rem;
}

.swiper-pagination.horizontal-pagination .swiper-pagination-bullet-active {
	background-color: #2879fe;
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.swiper-pagination.vertical-pagination .swiper-pagination-bullet {
		margin: 0 .6875rem;
	}

	.swiper-pagination.horizontal-pagination .swiper-pagination-bullet {
		width: 6.25rem;
	}

	.swiper-button-prev {
		left: 9.375rem;
	}

	.swiper-button-next {
		right: 9.375rem;
	}
}

@media(max-width: 767px) {
	.swiper-pagination.vertical-pagination .swiper-pagination-bullet {
		margin: 0 .5rem;
	}

	.swiper-pagination.horizontal-pagination .swiper-pagination-bullet {
		width: 3.125rem;
	}

	.swiper-button-prev {
		left: 1.25rem;
	}

	.swiper-button-next {
		right: 1.25rem;
	}
}

.swiper-pagination-white .swiper-pagination-bullet {
	background-color: #fff;
}

.anchorBL {
	display: none;
}

#mapContainer {
	height: 100%;
	background-color: #232325;
}

.map-scale-circle {
	position: absolute;
	width: 160px;
	height: 160px;
	background-image: url(../images/map_point.svg);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

@-webkit-keyframes autoScale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes autoScale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.qianfox-banner {
	position: relative;
}

.qianfox-banner .img-box {
	position: absolute;
	right: 0;
	width: auto;
}

@media screen and (max-width: 767px) {
	.qianfox-banner .img-box {
		bottom: 0;
	}

	.qianfox-banner .img-box img {
		width: 100%;
		height: auto;
	}

	.qianfox-banner .img-box img.img-animation {
		width: 35%;
		-webkit-animation-name: banner-animation-h5;
		animation-name: banner-animation-h5;
	}
}

@media screen and (min-width: 768px) {
	.qianfox-banner .img-box {
		height: 100%;
		top: 0;
	}

	.qianfox-banner .img-box img {
		height: 100%;
		width: auto;
	}

	.qianfox-banner .img-box img.img-animation {
		height: 28%;
		-webkit-animation-name: banner-animation-pc;
		animation-name: banner-animation-pc;
	}
}

.qianfox-banner .img-box img.img-animation {
	position: absolute;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.qianfox-banner .index-swiper {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.banner-content {
	height: 100%;
	width: auto;
	background-repeat: no-repeat;
}

.banner-content .text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-content .text h1 {
	color: #fff;
	margin: 0;
	line-height: 1.4;
	padding-right: 16px;
}

.banner-content .text p {
	color: #fff;
	margin: 0;
	padding-right: 16px;
}

.banner-content .text a {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 80px;
	background-color: #fff;
	font-size: 16px;
}

@media screen and (max-width: 991px) {
	.banner-content .text h1 {
		font-size: 2.875rem;
	}

	.banner-content .text p {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 992px) {
	.banner-content .text h1 {
		font-size: 3.125rem;
	}

	.banner-content .text p {
		font-size: 1.25rem;
	}
}

.section-pannel {
	padding-top: 4.375rem;
	padding-bottom: 4rem;
}

.section-pannel .section-title {
	margin-bottom: 2.5rem;
}

.section-pannel .section-title h1 {
	margin-bottom: .625rem;
	line-height: 1;
	text-align: center;
}

.section-pannel .section-title h3 {
	color: #ccc;
	margin-top: 0;
	line-height: 1;
	text-align: center;
}

.section-pannel .section-list {
	margin: 0 -0.1563rem;
}

.section-pannel .section-item {
	padding: 0 .1563rem;
	margin-bottom: .3125rem;
	-webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-box-shadow: 0 .25rem .5rem rgba(180,200,255,.2);
	box-shadow: 0 .25rem .5rem rgba(180,200,255,.2);
}

.section-pannel .section-item>a {
	display: block;
}

.section-pannel .section-item .text,.section-pannel .section-item .right,.section-pannel .section-item img,.section-pannel .section-item h5,.section-pannel .section-item p {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.section-pannel .section-item h5 {
	color: #322d2a;
	font-weight: 500;
	line-height: 1.8;
	height: 4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.section-pannel .section-item .text {
	background-color: #fefefe;
}

.section-pannel .section-item .pic {
	width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}

.section-pannel .section-item .pic img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section-pannel .section-item:hover {
	z-index: 1;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
}

.section-pannel .section-item:hover img {
	transform: translate(-50%, -50%) scale(1.05);
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	-moz-transform: translate(-50%, -50%) scale(1.05);
	-o-transform: translate(-50%, -50%) scale(1.05);
	-ms-transform: translate(-50%, -50%) scale(1.05);
}

.section-pannel .section-item:hover .text {
	background-color: #505050;
}

.section-pannel .section-item:hover .text h5 {
	color: #fff;
}

.section-pannel .section-item:hover .text .foot p,.section-pannel .section-item:hover .text .foot .right {
	color: #fff;
}

.section-about h2 {
	margin-bottom: 0;
}

.section-about .icon-box {
	margin-top: 1.5rem;
}

.section-about .qianfox-QianFox {
	font-size: 2.625rem;
}

.section-about .qianfox-container:not(:first-child) {
	margin-top: 5.625rem;
}

.section-about .about {
	margin-left: 0;
	margin-right: 0;
}

@media only screen and (max-width: 768px) {
	.section-about h2 {
		text-align: center;
	}

	.section-about .qianfox-QianFox {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 auto 32px;
		font-size: 3.5rem;
	}
}

.section-case {
	background-color: #eee;
}

.section-case .pic {
	padding-bottom: 100%;
}

.section-case .text {
	padding: .75rem 3.125rem 0 3.125rem;
	height: 8rem;
}

.section-case .text .foot {
	position: absolute;
	bottom: 3.125rem;
}

.section-case .text .foot p {
	margin: 0;
	line-height: 1.4;
}

.section-case .text .foot p:first-child {
	color: #322c2c;
	font-weight: 700;
}

.section-case .more {
	display: block;
	height: 5.625rem;
	line-height: 5.625rem;
	background-color: #fefefe;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
}

.section-case .more i {
	font-size: 1.5rem;
}

.section-total {
	min-height: 42.875rem;
	background-image: url("../images/section_total_bg.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 0;
}

.section-total::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.section-total .foxui-row {
	margin-left: 0;
	margin-right: 0;
}

@media(min-width: 992px) {
	.customer-num,.property-num,.serve-num {
		border-bottom: solid 1px rgba(255,255,255,.3);
	}

	.customer-num,.property-num,.experience-num,.team-num {
		border-right: solid 1px rgba(255,255,255,.3);
	}
}

@media(min-width: 768px)and (max-width: 991px) {
	.customer-num,.property-num,.serve-num,.experience-num {
		border-bottom: solid 1px rgba(255,255,255,.3);
	}

	.customer-num,.serve-num,.team-num {
		border-right: solid 1px rgba(255,255,255,.3);
	}
}

@media(max-width: 767px) {
	.section-total .foxui-row h1 {
		font-size: 4rem;
	}

	.customer-num,.property-num,.serve-num,.experience-num {
		border-bottom: solid 1px rgba(255,255,255,.3);
	}

	.customer-num,.serve-num,.team-num {
		border-right: solid 1px rgba(255,255,255,.3);
	}
}

.section-content .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4.375rem 2.5rem;
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
	box-shadow: 0 2px 12px rgba(0,0,0,.1);
}

.section-content .icon i {
	font-size: 2rem;
}

.section-content .des {
	margin: 0 3.125rem;
}

.section-news {
	background-color: #eee;
}

.section-news .qianfox-container {
	position: relative;
}

.section-news .pic {
	padding-bottom: 56.25%;
}

.section-news .text {
	padding: 3.125rem 2.375rem 0 2.375rem;
	height: 16.875rem;
}

.section-news .text .foot {
	position: absolute;
	bottom: 2.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: calc(100% - 4.75rem);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-news .text .foot p {
	margin: 0;
	line-height: 1.4;
}

.section-news .text .foot p:first-child {
	color: #322c2c;
	font-weight: 700;
}

.section-news .text .foot .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #322d2a;
}

.section-news .text .foot .right i {
	margin-right: .3125rem;
}

.section-news .top-more {
	position: absolute;
	top: 0;
	right: 0;
}

.section-news .bottom-more {
	text-align: center;
}

@media screen and (max-width: 1279px) {
	.section-news .top-more {
		right: 1.25rem;
	}
}

.section-intr h1 {
	font-weight: 500;
}

.section-intr h5 {
	color: #231916;
	font-weight: 400;
	line-height: 1.8;
}

.section-intr .content-button-box {
	position: relative;
	width: 100%;
	height: 100%;
}

.section-intr .content-button {
	position: absolute;
	right: 0;
	bottom: 0;
}

.section-banner {
	position: relative;
	overflow: hidden;
	min-height: 36.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-banner li {
	padding: 5rem 0;
}

.section-banner .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
}

.section-banner .content i {
	font-size: 4.25rem;
}

.section-banner .content span {
	margin-top: 3.5rem;
}

.section-client .swiper::before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	background-color: #eaeaea;
	position: absolute;
}

.section-client .swiper-wrapper {
	border-top: #eaeaea solid 1px;
}

.section-client .pic {
	height: 0;
	padding-bottom: 70%;
	position: relative;
	overflow: hidden;
	border-bottom: #eaeaea solid 1px;
	border-right: #eaeaea solid 1px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	
	z-index: 0;
}

.section-client .pic img {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section-client .pic:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,.1);
	box-shadow: 0 2px 12px rgba(0,0,0,.1);
	z-index: 10;
}

@-webkit-keyframes banner-animation-pc {
	0% {
		left: 29%;
		top: 36%;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		left: 24%;
		top: 28%;
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
	}
}

@keyframes banner-animation-pc {
	0% {
		left: 29%;
		top: 36%;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		left: 24%;
		top: 28%;
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
	}
}

@-webkit-keyframes banner-animation-h5 {
	0% {
		left: 25%;
		top: 30%;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		left: 20%;
		top: 22%;
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
	}
}

@keyframes banner-animation-h5 {
	0% {
		left: 25%;
		top: 30%;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		left: 20%;
		top: 22%;
		-webkit-transform: scale(0.96);
		transform: scale(0.96);
	}
}

@media screen and (max-width: 767px) {
	.qianfox-banner.case-media {
		height: 33.75rem;
	}

	.qianfox-banner.case-media .case-banner-content {
		top: calc(50% - 5rem);
	}
}

@media screen and (min-width: 768px) {
	.qianfox-banner.case-media {
		height: 43.75rem;
	}
}

.case-banner-content {
	position: absolute;
	width: 100%;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.case-banner-content h1 {
	color: #fff;
	font-size: 4.75rem;
	margin-bottom: 0;
}

.case-banner-content p {
	color: #fff;
	margin-top: .625rem;
}

@media only screen and (max-width: 1279px)and (min-width: 768px) {
	.case-banner-content {
		width: calc(100% - 40px);
	}
}

@media only screen and (max-width: 767px) {
	.case-banner-content {
		width: calc(100% - 24px);
	}
}

.section-case-search {
	background-color: #eee;
	height: 14.625rem;
}

.section-case-search .qianfox-container {
	background-color: #fff;
	padding: 3.75rem;
	position: relative;
	top: -9.75rem;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
}

.section-case-search .qianfox-input-search {
	height: 3.125rem;
	margin-bottom: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
}

.section-case-search .qianfox-input-search .input-search-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.section-case-search .qianfox-input-search .input-search-content .input-inner {
	background-color: #fff;
	position: relative;
	border: #1782fe solid 1px;
	-webkit-box-shadow: 0 2px 12px rgba(23,130,254,.5);
	box-shadow: 0 2px 12px rgba(23,130,254,.5);
	border-top-left-radius: 1.5625rem;
	border-bottom-left-radius: 1.5625rem;
}

.section-case-search .qianfox-input-search .input-search-content .input-inner.is-active {
	border-bottom-right-radius: 1.5625rem;
}

.section-case-search .qianfox-input-search .input-search-content .input-inner input {
	height: 3rem;
	border: none;
	background-color: rgba(0,0,0,0);
	padding-left: 1.625rem;
	font-size: 1.25rem;
}

.section-case-search .qianfox-input-search .input-search-content .input-inner .input-menu {
	padding: 0 1.625rem 1.625rem 1.625rem;
	max-height: 21rem;
	overflow: auto;
	display: none;
}

.section-case-search .qianfox-input-search .input-search-content .input-inner .input-menu li {
	font-size: 1.25rem;
	cursor: pointer;
}

.section-case-search .qianfox-input-search .input-search-content .input-inner .input-menu li.is-active {
	color: #2879fe;
}

.section-case-search .qianfox-input-search .input-search-content .input-inner .input-menu li a {
	display: block;
	line-height: 3rem;
	color: #333;
}

.section-case-search .qianfox-input-search .input-search-content .input-inner .input-menu li a:hover {
	color: #2879fe;
}

.section-case-search .qianfox-input-search button {
	height: 3.125rem;
	line-height: 3.125rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 1.5625rem;
	border-bottom-right-radius: 1.5625rem;
	font-size: 1.375rem;
	padding: 0 2rem;
}

.section-case-search .qianfox-input-search button i {
	font-size: 1.375rem;
}

.section-case-search .input-result {
	position: absolute;
	height: 10.5rem;
	overflow: auto;
	width: calc(100% - 7.5rem);
	background-color: #fff;
	z-index: 1;
	display: none;
}

.section-case-search .input-result strong {
	color: #333;
}

.section-case-search .input-result .res-list a {
	font-size: 1.125rem;
}

.section-case-search .input-result .res-list a+a {
	margin-left: 1.25rem;
}

.section-case-search .category-list {
	height: 10.5rem;
	overflow: auto;
}

.section-case-search .category-list li:not(:last-child) {
	margin-bottom: 1.5rem;
}

.section-case-search .category-list span {
	font-size: 1.25rem;
	color: #333;
	font-weight: 500;
	position: relative;
	top: .125rem;
}

.section-case-search .category-list a {
	font-size: 1rem;
	color: #333;
	font-weight: 400;
	line-height: 1.25rem;
	padding: .5rem .75rem;
}

.section-case-search .category-list a+a {
	margin-left: .125rem;
}

.section-case-search .category-list a.current {
	background-color: #eaf2ff;
	color: #2879fe;
	border-radius: .375rem;
}

.case-section-content {
	background-color: #eee;
	padding-bottom: 6.25rem;
	padding-top: 1.25rem;
}

.case-section-content .content {
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.case-banner-content h1 {
		font-size: 2.875rem;
	}

	.section-case-search .qianfox-container {
		padding: 3.75rem 1rem;
	}

	.section-case-search .input-result {
		width: 100%;
	}
}

.observe-section-swiper {
	background-color: #eee;
}

.observe-swiper {
	position: relative;
}

.observe-swiper .swiper {
	width: 100%;
	position: absolute;
}

.observe-swiper-img {
	width: 100%;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}

.observe-swiper-img img {
	position: absolute;
	width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.observe-swiper-intr {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.observe-swiper-intr-item {
	position: absolute;
	width: 100%;
}

.observe-swiper-intr-item:not(:first-child) {
	display: none;
}

.observe-swiper-intr-item .pc-date {
	position: absolute;
	background-color: #2879fe;
	width: 8.75rem;
	height: 8.75rem;
	top: -10.875rem;
	left: 3.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.observe-swiper-intr-item .pc-date h2,.observe-swiper-intr-item .pc-date p {
	color: #fff;
	font-family: "Oswald";
	margin: 0;
	line-height: 1.2;
	text-align: justify;
}

.observe-swiper-intr-item .pc-date h2 {
	font-size: 2.875rem;
	font-weight: 500;
}

.observe-swiper-intr-item .pc-date p {
	font-size: 1.5rem;
}

.observe-swiper-intr-item .h5-date {
	display: none;
	font-size: 1.125rem;
	color: #999;
	text-align: right;
}

.observe-swiper-intr-item .h5-date i {
	font-size: 1.25rem;
}

.observe-swiper-intr-item .content {
	background-color: #fff;
}

.observe-swiper-intr-item .content h2 {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	margin-bottom: 0;
}

.observe-swiper-intr-item .content h2::before {
	content: "";
	display: inline-block;
	width: .375rem;
	height: 2.5rem;
	background-color: #2879fe;
	position: relative;
	top: .375rem;
	margin-right: 1rem;
}

.observe-swiper-intr-item .content p {
	text-indent: 2em;
	font-size: 1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.observe-swiper-pagination {
	width: 100%;
	bottom: auto !important;
}

.observe-swiper-button-prev::after,.observe-swiper-button-next::after {
	content: "";
}

@media only screen and (min-width: 1279px) {
	.observe-swiper {
		height: 23.75rem;
	}

	.observe-swiper .swiper {
		top: -31.25rem;
	}

	.observe-swiper-intr {
		top: 6.875rem;
	}

	.observe-swiper-intr-item .content {
		width: calc(100% - 8.75rem);
		padding: 2.5rem 3.125rem 3.125rem 3.125rem;
	}

	.observe-swiper-pagination {
		top: 4.25rem;
	}

	.observe-swiper-button-prev,.observe-swiper-button-next {
		top: -11.25rem;
		color: #fff;
	}
}

@media only screen and (max-width: 1279px) {
	.observe-swiper {
		height: 21.25rem;
	}

	.observe-swiper .swiper {
		top: -35vw;
	}

	.observe-swiper-intr {
		top: 5vw;
	}

	.observe-swiper-intr-item .content {
		width: 100%;
	}

	.observe-swiper-button-prev,.observe-swiper-button-next {
		top: -7.5rem;
		color: #fff;
	}
}

@media screen and (min-width: 768px) {
	.observe-swiper-intr-item .content {
		padding: 2.5rem 3.125rem 3.125rem 3.125rem;
	}
}

@media screen and (max-width: 767px) {
	.observe-swiper {
		height: 16.25rem;
	}

	.observe-swiper-intr-item .content {
		padding: 1.25rem 1.5rem 1.5rem 1.5rem;
	}

	.observe-swiper-intr-item .content h2 {
		font-size: 1.625rem;
	}

	.observe-swiper-intr-item .content h2::before {
		height: 1.625rem;
		width: .25rem;
		top: .25rem;
		margin-right: .5rem;
	}

	.observe-swiper-intr-item .content p {
		font-size: 1.25rem;
	}
}

.about-banner-content {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.about-banner-content h1 {
	color: #fff;
	font-size: 4.75rem;
	margin-bottom: 0;
}

.about-banner-content p {
	color: #fff;
	margin-top: .625rem;
}

.section-about-float {
	background-color: #f7f8fc;
}

.section-about-float .qianfox-container {
	background-color: #fff;
	padding: 3.75rem;
	position: relative;
	top: -6.25rem;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.section-about-float .qianfox-container {
		top: 0;
	}
}

.about-float-right-col {
	position: relative;
}

.about-float-right-col::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6d47f2), to(#2c4ff5));
	background-image: linear-gradient(to bottom, #6d47f2, #2c4ff5);
}

.about-float-left h4 {
	margin-bottom: 3.125rem;
}

.about-float-left p {
	text-align: justify;
}

.about-float-left p:not(:last-child) {
	margin-bottom: 2.5rem;
}

.about-float-right li:not(:last-child) {
	margin-bottom: 2.625rem;
}

.about-float-right h5 {
	margin-bottom: 1rem;
	color: #333;
}

.about-float-right p {
	text-align: justify;
	margin-top: 0;
}

.section-about {
	background-color: #f7f8fc;
}

.foxcms-bg-color-white {
	background-color: #fff;
}

.development-history-img {
	overflow: hidden;
	height: 100%;
}

.development-history-img img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
}

.development-history-text {
	padding: 2.5rem 0 2.5rem 2.5rem;
	min-height: 26.25rem;
}

.development-history-text li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.development-history-text li:first-child .date::before {
	top: 0;
	background-color: #fff;
}

.development-history-text p {
	margin: 0;
}

.development-history-text .left {
	width: 2.625rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding-right: 2rem;
}

.development-history-text .right {
	padding-left: 2rem;
	border-left: 1px solid #dcdfe6;
	padding-bottom: 2rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.development-history-text .date {
	position: relative;
}

.development-history-text .date::before,.development-history-text .date::after {
	content: "";
	position: absolute;
	right: -2.5rem;
	width: 1rem;
	height: 1rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 100%;
}

.development-history-text .date::after {
	top: 50%;
	background-color: #2879fe;
}

.development-history-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.team-item {
	padding-top: 8.75rem;
	min-height: 100%;
	position: relative;
	top: 0;
	-webkit-transition: top .3s;
	transition: top .3s;
	cursor: pointer;
}

.team-item::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: calc(100% - 8.75rem);
	width: 100%;
	background-color: #fff;
	z-index: 0;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.team-item:hover {
	top: -1rem;
}

.team-item:hover::before {
	background-color: #2879fe;
}

.team-item:hover .info {
	color: #fff;
}

.team-item-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 3.375rem;
}

.team-item-head .avatar {
	width: 11.25rem;
	height: 11.25rem;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	border: #fff solid .625rem;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
	background-color: #f0f0f0;
}

.team-item-head .avatar img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.team-item-head .text {
	margin-left: 2.5rem;
}

.team-item-head .text h5 {
	margin-bottom: 0;
}

.team-item-head .text p {
	color: #333;
	font-weight: bold;
	margin-top: .375rem;
}

.team-item-body {
	padding: 4rem;
	position: relative;
	z-index: 1;
}

.team-item-body .info {
	text-align: justify;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.office-swiper .swiper-wrapper {
	transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
}

.office-swiper .swiper-slide {
	width: auto;
}

.office-swiper:not(:last-child) {
	margin-bottom: 2.5rem;
}

.office-swiper-img-box {
	height: 21rem;
	border-radius: .75rem;
	overflow: hidden;
}

.section-map .qianfox-container {
	background-color: #fff;
	padding: 2rem;
}

.section-map img {
	width: 100%;
}

.map-text-item h1 {
	font-size: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	color: #332c2b;
}

.map-text-item h1 span {
	font-size: 1.375rem;
	font-weight: normal;
}

.map-text-item p {
	margin: 0;
	color: #332c2b;
}

.section-about .about-section-banner-canvas {
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.about-float-right-col::before {
		width: 1px;
		height: 100%;
	}

	.about-float-left {
		padding-right: 1.25rem;
	}

	.about-float-right {
		padding-left: 1.25rem;
	}
}

@media only screen and (max-width: 1279px)and (min-width: 768px) {
	.about-banner-content {
		width: calc(100% - 40px);
	}
}

@media only screen and (max-width: 767px) {
	.about-banner-content {
		width: calc(100% - 24px);
	}

	.about-banner-content h1 {
		font-size: 2.875rem;
	}

	.section-about-float .qianfox-container {
		padding: 3.75rem 1rem;
	}

	.about-float-right-col::before {
		left: 20px;
		width: calc(100% - 40px);
		height: 1px;
	}

	.about-float-right {
		padding-top: 3.75rem;
	}

	.development-history-img {
		height: 26.25rem;
	}
}

@media screen and (max-width: 991px) {
	.section-about .about-section-banner-canvas .qianfox-container {
		margin-top: 0;
	}

	.map-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media screen and (min-width: 992px) {
	.section-about .about-section-banner-canvas .qianfox-container {
		margin-top: -6.25rem;
	}

	.section-map {
		position: relative;
		top: -120px;
		z-index: 1;
	}

	.section-map .qianfox-container {
		-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
		box-shadow: 0 2px 32px rgba(4,41,102,.1);
	}

	.section-map img {
		width: 100%;
	}

	.map-text {
		min-height: 100%;
		position: relative;
	}

	.map-text-item {
		position: absolute;
	}

	.map-text-item:nth-child(1) {
		top: 10%;
		right: 30%;
	}

	.map-text-item:nth-child(2) {
		top: 72%;
		right: 40%;
		text-align: right;
	}
}

@media screen and (max-width: 767px) {
	.qianfox-banner.new-media {
		height: 33.75rem;
	}
}

@media screen and (min-width: 768px) {
	.qianfox-banner.new-media {
		height: 43.75rem;
	}
}

.new-detail-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.new-detail-bainner-content {
	color: #fff;
	font-size: 1.5rem;
	margin-top: 10%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.new-detail-bainner-content h1 {
	font-size: 3.75rem;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.new-detail-bainner-content ul .date {
	margin-right: 2.5rem;
}

.new-detail-bainner-content ul .source-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.new-detail-bainner-content ul .source-view .foxui-display-flex {
	position: relative;
	top: 3px;
}

.new-detail-bainner-content ul .source {
	margin-right: 3.375rem;
}

.new-detail-bainner-content ul i {
	font-size: 1.5rem;
	margin-right: 4px;
	position: relative;
	top: -1px;
}

.new-detail-bainner-content .share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.new-detail-bainner-content .share i {
	display: inline-block;
	border-radius: 100%;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	background-color: #fff;
	color: #2979ff;
	text-align: center;
	font-size: 1.25rem;
	cursor: pointer;
	opacity: .9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.new-detail-bainner-content .share i:not(:last-child) {
	margin-right: .625rem;
}

.new-detail-bainner-content .share i:hover {
	opacity: 1;
}

.new-detail-bainner-content .share span {
	font-size: 1.5rem;
}

.general-technique {
	position: relative;
}

.general-technique .content {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.general-technique p {
	text-indent: 2em;
	font-size: 1.75rem;
	font-weight: 500;
	color: #231916;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.general-technique .image {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	background: #FFF;
}

.general-technique .image img {
	/* width: 100%; */
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.new-detail-general {
	position: absolute;
	left: 50%;
	top: 50%;
}

.new-detail-bread-crumb {
	margin-bottom: 2rem;
}

.new-detail-article {
	background-color: #eee;
	padding-bottom: 5rem;
}

.new-detail-article .section-item:not(:last-child) {
	margin-bottom: .875rem;
}

.new-detail-article .share {
	margin-top: 9.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #bbb;
}

.new-detail-article .share i {
	display: inline-block;
	border-radius: 100%;
	width: 2.625rem;
	height: 2.625rem;
	line-height: 2.625rem;
	background-color: #bbb;
	color: #fff;
	text-align: center;
	font-size: 1.625rem;
	cursor: pointer;
	opacity: .9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.new-detail-article .share i:not(:last-child) {
	margin-right: .625rem;
}

.new-detail-article .share i:hover {
	opacity: 1;
}

.new-detail-article .share span {
	font-size: 1.875rem;
}

.new-article-detail {
	min-height: calc(100% - .375rem);
}

.article-list-title {
	background-color: #fff;
	padding: 1.5rem;
}

.article-list-title h3 {
	margin: 0 0 .625rem;
}

.article-list-title h4 {
	color: #e6e6e6;
	margin: 0;
}

@media only screen and (min-width: 767px) {
	.new-detail-bainner-content ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.new-article-detail {
		padding: 3rem;
	}
}

@media only screen and (max-width: 767px) {
	.new-detail-bainner-content ul li {
		margin-bottom: 1.25rem;
	}

	.new-detail-bainner-content ul li:first-child {
		margin-top: 2.5rem;
	}

	.new-detail-bainner-content ul li:not(:first-child) {
		margin-top: 1.25rem;
	}

	.new-detail-bainner-content h1 {
		font-size: 2.125rem;
	}

	.general-technique p {
		font-size: 1.5rem;
	}

	.new-article-detail {
		padding: 1rem;
	}
}

@media only screen and (min-width: 992px) {
	.new-detail-general {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.new-detail-general .content {
		padding: 0 3.5rem;
	}

	.new-detail-article {
		padding-top: 18.5rem;
	}

	.new-article-detail {
		margin-right: 1.125rem;
	}
}

@media only screen and (max-width: 991px) {
	.new-detail-general {
		-webkit-transform: translate(-50%, -18.5rem);
		transform: translate(-50%, -18.5rem);
	}

	.new-detail-general .content {
		padding: 1.5rem;
	}

	.new-detail-article {
		padding-top: 54vw;
	}
}

.new-detail-article .section-pannel {
	padding: 0;
}

.case-detail-background {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: pixelated;
}

.brief-intr {
	position: relative;
}

.case-brief-intr {
	position: absolute;
	width: 100%;
}

.case-brief-intr .brief-content {
	min-height: 100%;
}

.case-brief-intr .brief-content * {
	color: #fff;
}

.case-brief-intr .brief-content h1 {
	margin-bottom: 0;
}

.case-brief-intr .brief-content .intr {
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.case-brief-intr .brief-content .tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.case-brief-intr .brief-content .tag span {
	background-color: rgba(0,0,0,.5);
	padding: .5rem 1.125rem;
	margin-right: .625rem;
	margin-bottom: .625rem;
}

.case-brief-intr .contact-content {
	background-color: #fff;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.case-brief-intr .contact-content .contact-content-inner {
	width: 100%;
}

.case-brief-intr .contact-content .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.5rem;
}

.case-brief-intr .contact-content .avatar {
	width: 5rem;
	height: 5rem;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 1rem;
}

.case-brief-intr .contact-content .avatar img {
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.case-brief-intr .contact-content h5 {
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.case-brief-intr .contact-content textarea {
	height: 5.375rem;
	resize: none;
	margin-bottom: 1rem;
}

.case-brief-intr .contact-content input[type=text] {
	margin-bottom: 1.875rem;
}

.case-article-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.case-article-title h1 {
	margin: 0 0 1rem 0;
	line-height: 1;
}

.case-article-title h3 {
	color: #ccc;
	margin: 0 0 1rem 0;
}

.case-article-title .share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: silver;
}

.case-article-title .share i {
	display: inline-block;
	border-radius: 100%;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	background-color: silver;
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	cursor: pointer;
	opacity: .9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.case-article-title .share i:not(:last-child) {
	margin-right: .625rem;
}

.case-article-title .share i:hover {
	opacity: 1;
}

.case-article-title .share span {
	font-size: 1.5rem;
}

.case-detail-article {
	background-color: #eee;
}

.case-detail-article .case-article-detail {
	padding: 1.5rem;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
}

.detail-share {
	background-color: #fff;
	padding: 1.5rem;
	padding-top: 5rem;
}

.detail-share .share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #bbb;
}

.detail-share .share i {
	display: inline-block;
	border-radius: 100%;
	width: 2.625rem;
	height: 2.625rem;
	line-height: 2.625rem;
	background-color: #bbb;
	color: #fff;
	text-align: center;
	font-size: 1.625rem;
	cursor: pointer;
	opacity: .9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.detail-share .share i:not(:last-child) {
	margin-right: .625rem;
}

.detail-share .share i:hover {
	opacity: 1;
}

.detail-share .share span {
	font-size: 1.875rem;
}

.detail-share p {
	margin: 1rem 0 0 0;
	color: #999;
}

.work-panel .head {
	margin-bottom: 1.5rem;
}

.work-panel .head h4,.work-panel .head p {
	margin: 0;
	color: #231916;
	text-align: center;
}

.work-panel .head h4 {
	margin-bottom: .25rem;
}

.work-panel .head p {
	font-weight: 500;
}

.work-panel .work-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2.5rem;
	margin-bottom: 1.625rem;
}

.work-panel .work-content .avatar {
	width: 8.5rem;
}

.work-panel .work-content .avatar img {
	width: 100%;
}

.work-panel .work-content .work-time {
	text-align: center;
}

.work-panel .work-content .work-time h4 {
	margin: 0;
	white-space: nowrap;
}

.work-panel .work-content .work-time h4 i {
	font-weight: 400;
}

.work-panel .work-content .work-time p {
	font-size: 1.125rem;
	font-weight: 500;
	color: #231916;
	margin: 1.25rem 0;
}

.work-panel .work-content .work-time .qianfoxfont {
	font-size: 1.875rem;
}

.work-panel .work-content .work-time button {
	-webkit-box-shadow: 0 2px 4px rgba(0,0,202,.04),0 0 6px rgba(0,0,202,.02);
	box-shadow: 0 2px 4px rgba(0,0,202,.04),0 0 6px rgba(0,0,202,.02);
	font-weight: 700;
}

.work-contact {
	background-color: #eee;
	padding-bottom: 5rem;
}

.work-contact-container .foxui-row {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
	border-radius: 1rem;
}

.work-contact-container .pannel {
	padding: 3.75rem 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
}

.work-contact-container .contact-content {
	margin: auto;
}

.work-contact-container .contact-content input {
	height: 3.75rem;
}

.work-contact-container .contact-content input:not(:last-child) {
	margin-bottom: 1.25rem;
}

.work-contact-container .contact-content input[type=submit] {
	margin-top: 1.5rem;
}

@media only screen and (min-width: 767px) {
	.case-brief-intr {
		top: -6.875rem;
	}

	.case-brief-intr .brief-content {
		padding: 3.125rem 3.75rem;
	}

	.case-brief-intr .contact-content {
		padding: 1.875rem 3.75rem;
	}

	.work-content .avatar {
		margin-right: 2.875rem;
	}
}

@media only screen and (max-width: 767px) {
	.case-brief-intr {
		top: 1.25rem;
	}

	.case-brief-intr .brief-content {
		padding: 1.5rem;
	}

	.case-brief-intr .brief-content h1 {
		font-size: 2.125rem;
	}

	.case-brief-intr .contact-content {
		padding: 1.5rem;
	}

	.work-content .avatar {
		margin-right: 1.25rem;
	}

	.work-content button {
		width: 100%;
	}

	.work-content button+button {
		margin-top: 1.25rem;
		margin-left: 0;
	}

	.case-detail-article .case-article-detail {
		padding: 0;
	}
}

@media only screen and (min-width: 992px) {
	.case-article-title {
		padding-top: 21.25rem;
	}

	.work-contact-container .contact-content {
		width: 22.375rem;
	}

	.work-contact-container .pannel {
		position: relative;
	}

	.work-contact-container .pannel.line::after {
		content: "";
		display: inline-block;
		width: 1px;
		height: calc(100% - 7.5rem);
		background-color: #dcdfe6;
		position: absolute;
		right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.case-article-title {
		padding-top: 50rem;
	}

	.work-contact-container .pannel {
		position: relative;
	}

	.work-contact-container .pannel.line::after {
		content: "";
		display: inline-block;
		width: calc(100% - 3rem);
		height: 1px;
		background-color: #dcdfe6;
		position: absolute;
		bottom: 0;
	}
}

.pannel-swiper-container {
	border-radius: 1.25rem;
	border: #000 solid .375rem;
	margin-bottom: 3.75rem;
}

.pannel-swiper-container .pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 54%;
	overflow: hidden;
}

.pannel-swiper-container .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.pannel-swiper-bottom {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.pannel-swiper-bottom .swiper-button-prev {
	left: -60px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pannel-swiper-bottom .swiper-button-prev i {
	color: #999;
}

.pannel-swiper-bottom .swiper-button-next {
	right: -60px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pannel-swiper-bottom .swiper-button-next i {
	color: #999;
}

.pannel-swiper-bottom .pannel-swiper-pagination {
	position: absolute;
	top: auto;
	bottom: 0 !important;
}

.pannel-swiper-pagination {
	bottom: auto !important;
}

.case-detail-article .swiper-button-prev:after,.case-detail-article .swiper-rtl .swiper-button-next:after,.case-detail-article .swiper-button-next:after,.case-detail-article .swiper-rtl .swiper-button-prev:after {
	display: none;
}

.blue-linear-gradient {
	background: linear-gradient(138deg, rgb(108, 72, 242) 10%, rgb(54, 128, 255) 50%, rgb(40, 79, 250) 80%);
}

.scale-animation-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.scale-animation-container img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.scale-animation {
	-webkit-animation: scale-animation 14s linear infinite;
}

@-webkit-keyframes scale-animation {
	0% {
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}

	50% {
		-webkit-transform: scale(0.8) translate(-50%, -50%);
		transform: scale(0.8) translate(-50%, -50%);
	}

	100% {
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}
}

@keyframes scale-animation {
	0% {
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}

	50% {
		-webkit-transform: scale(0.8) translate(-50%, -50%);
		transform: scale(0.8) translate(-50%, -50%);
	}

	100% {
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}
}

.case-detail-article .trial {
	position: relative;
}

.case-detail-article .trial .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5rem 0;
}

.case-detail-article .trial .content .pic {
	width: 10rem;
	margin-right: 2.5rem;
}

.case-detail-article .trial .content .pic img {
	width: 100%;
}

.case-detail-article .trial .content p {
	font-size: 1rem;
	color: #fff;
}

.case-detail-article .pannel-view-pic {
	border: #000 solid .375rem;
	border-radius: 1.25rem;
	overflow: hidden;
	margin-top: 5rem;
}

.case-detail-article .pannel-view-pic img {
	width: 100%;
}

.case-detail-article .pannel-view-h5-pic {
	margin-top: 5rem;
}

.case-detail-article .pannel-view-h5-pic .title-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.25rem;
}

.case-detail-article .pannel-view-h5-pic .title-box .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.case-detail-article .pannel-view-h5-pic .title-box .title h3 {
	margin-bottom: 0;
	margin-top: 0;
}

.case-detail-article .pannel-view-h5-pic .title-box .title h3.en {
	color: #ccc;
}

.case-detail-article .pannel-view-h5-pic .title-box .line {
	height: .1875rem;
	width: 10rem;
	background-color: #000;
}

.case-detail-article .pannel-view-h5-pic .title-box .line.left {
	margin-right: 2.5rem;
}

.case-detail-article .pannel-view-h5-pic .title-box .line.right {
	margin-left: 2.5rem;
}

.waterfall {
	position: relative;
	margin: 0 -10px;
}

.waterfall .waterfall-item {
	height: auto;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.waterfall .waterfall-item .pic {
	border: .375rem solid #000;
	border-radius: 15px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
}

.waterfall .waterfall-item .pic img {
	width: 100%;
	height: auto;
	-webkit-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 991px) {
	.pannel-swiper-container {
		-webkit-box-shadow: 0px 10px 16px rgba(4,41,102,.3);
		box-shadow: 0px 10px 16px rgba(4,41,102,.3);
	}

	.waterfall .waterfall-item {
		width: 49%;
		padding: 15px;
	}

	.waterfall .waterfall-item .pic {
		-webkit-box-shadow: 0 2px 16px rgba(4,41,102,.2);
		box-shadow: 0 2px 16px rgba(4,41,102,.2);
	}

	.case-detail-article .pannel-view-pic {
		-webkit-box-shadow: 0px 10px 16px rgba(4,41,102,.2);
		box-shadow: 0px 10px 16px rgba(4,41,102,.2);
	}
}

@media only screen and (min-width: 992px) {
	.pannel-swiper-container {
		-webkit-box-shadow: 0px 20px 32px rgba(4,41,102,.3);
		box-shadow: 0px 20px 32px rgba(4,41,102,.3);
	}

	.waterfall .waterfall-item {
		width: 33.3%;
		padding: 25px;
	}

	.waterfall .waterfall-item .pic {
		-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.2);
		box-shadow: 0 2px 32px rgba(4,41,102,.2);
	}

	.case-detail-article .pannel-view-pic {
		-webkit-box-shadow: 0px 20px 32px rgba(4,41,102,.2);
		box-shadow: 0px 20px 32px rgba(4,41,102,.2);
	}
}

.contact-way {
	position: relative;
	background-color: #f7f8fc;
	z-index: 10;
}

.contact-way .contact-way-inner {
	position: relative;
	top: -16.5rem;
}

.contact-way .title {
	margin-bottom: 2.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.contact-way .title p {
	color: #fff;
	margin: 0;
}

.contact-way .title h1 {
	color: #fff;
	margin: 0;
}

.contact-way .work-contact-container {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 32px rgba(195,212,241,.5);
	box-shadow: 0 2px 32px rgba(195,212,241,.5);
}

.work-contact-container .ewm {
	width: 10rem;
	text-align: center;
}

.work-contact-container .ewm:not(:first-child) {
	margin-left: 7.25rem;
}

.work-contact-container .ewm img {
	width: 100%;
	border: #ebebeb solid 1px;
}

.work-contact-container .ewm p {
	margin-top: .375rem;
}

.contact-article {
	background-color: #f7f8fc;
	position: relative;
	margin-top: -15rem;
	z-index: 10;
}

.section-pannel-content {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 32px rgba(195,212,241,.5);
	box-shadow: 0 2px 32px rgba(195,212,241,.5);
	padding: 3.75rem;
}

.section-pannel-content .foxui-checkbox,.section-pannel-content .foxui-radio {
	margin-bottom: 20px;
	margin-left: 24px;
}

.section-pannel-content .margin-left-minus-24 {
	margin-left: -24px;
}

.section-pannel-content .margin-top-minus-20 {
	margin-top: -20px;
}

.input-code {
	position: relative;
	width: 100%;
}

.input-code img {
	position: absolute;
	height: 80%;
	top: 10%;
	right: 2px;
	cursor: pointer;
}

.align-justify-bottom-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.contact-swiper-img-item {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 37.6%;
	overflow: hidden;
}

.contact-swiper-img-item img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.contact-address-container {
	-webkit-box-shadow: 0 2px 32px rgba(195,212,241,.5);
	box-shadow: 0 2px 32px rgba(195,212,241,.5);
}

.contact-address-container .pannel {
	padding: 3.5rem 0;
	background-color: #fff;
	min-height: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-address-container p,.contact-address-container h1 {
	margin: 0;
	line-height: 1;
}

.contact-address-container .sub-title {
	margin-bottom: 1.5rem;
}

.contact-address-container .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 6.25rem;
}

.contact-address-container .title h1 {
	margin-right: 1.5rem;
	font-size: 4.25rem;
}

.contact-address-container .title span {
	font-size: 1.625rem;
	color: #666;
}

.contact-address-container .bottom-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-address-container .bottom-info b {
	color: #666;
	font-weight: 400;
	margin-right: 1.125rem;
}

.contact-address-container .bottom-info a {
	font-size: 1.125rem;
	font-weight: 400;
	margin: 0 .75rem;
	color: #bcbcbc;
}

.contact-address-container .bottom-info a:hover {
	color: #a9a9a9;
}

.contact-address-container .bottom-info span {
	color: #bcbcbc;
}

.contact-address-line-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-address-line-item:not(:last-child) {
	margin-bottom: 2rem;
}

.contact-address-line-item p,.contact-address-line-item h1 {
	margin: 0;
	line-height: 1;
}

.contact-address-line-item .icon {
	margin-right: 1.25rem;
}

.contact-address-line-item i {
	font-size: 2.25rem;
	color: #6f6f6f;
}

.contact-address-line-item i.b {
	color: #1a1a1a;
}

.contact-address-line-item i.empty {
	opacity: 0;
}

.contact-address-line-item p {
	line-height: 1.6em;
}

.contact-address-line-item p.b {
	font-size: 1.375rem;
	font-weight: 500;
	color: #1a1a1a;
}

.contact-address-line-item .tel {
	font-weight: 700;
}

.contact-address-line-item strong {
	font-size: 1.5rem;
	font-weight: 900;
}

.contact-address-line-item b {
	font-size: 1.375rem;
	font-weight: 500;
}

.partner-item {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 32px rgba(195,212,241,.5);
	box-shadow: 0 2px 32px rgba(195,212,241,.5);
	margin-top: 1.5rem;
}

.partner-swiper-img-item {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	width: 100%;
	overflow: hidden;
}

.partner-swiper-img-item img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.partner-text-pannel {
	padding: 5.625rem 0 3.75rem 0;
}

.partner-text-pannel .left p,.partner-text-pannel .left h1 {
	margin: 0;
}

.partner-text-pannel .left p {
	font-size: 1.625rem;
}

.partner-text-pannel .map a {
	font-size: 1.125rem;
	font-weight: 400;
	margin: 0 .75rem;
	padding: 0;
	color: #bcbcbc;
}

.partner-text-pannel .map a:hover {
	color: #a9a9a9;
}

.partner-text-pannel .map span {
	color: #bcbcbc;
}

.section-consult {
	position: relative;
	overflow: hidden;
}

.section-consult .pannel {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 8.125rem 0;
	-webkit-box-shadow: 0 2px 32px rgba(195,212,241,.5);
	box-shadow: 0 2px 32px rgba(195,212,241,.5);
}

.section-consult .pannel h2,.section-consult .pannel p {
	margin: 0;
	line-height: 1;
}

.section-consult .pannel p {
	margin-top: 2.125rem;
	margin-bottom: 4.375rem;
	font-size: 1.375rem;
}

@media only screen and (min-width: 992px) {
	.contact-address-container .pannel.line:after {
		content: "";
		position: absolute;
		right: 0;
		top: 3.5rem;
		width: 1px;
		height: calc(100% - 7rem);
		background-color: #dcdfe6;
	}
}

@media only screen and (max-width: 991px) {
	.contact-address-container .pannel.line:after {
		content: "";
		position: absolute;
		left: 1.5rem;
		bottom: 0;
		width: calc(100% - 3rem);
		height: 1px;
		background-color: #dcdfe6;
	}
}

@media screen and (max-width: 767px) {
	.contact-article .foxui-checkbox,.contact-article .foxui-radio {
		width: calc(50% - 2.5rem);
	}

	.contact-way .title h1 {
		font-size: 2.25rem;
	}

	.work-contact-container .ewm:not(:first-child) {
		margin-left: 2.5rem;
	}

	.section-pannel-content {
		padding: 2.5rem 1.5rem;
		width: 100%;
	}

	.partner-text-pannel .pannel {
		padding-left: 3.5rem;
		padding-right: 3.5rem;
	}

	.partner-text-pannel .pannel.left {
		margin-bottom: 2.5rem;
	}

	.partner-text-pannel .pannel.left .panner-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.partner-text-pannel .pannel.left .panner-inner p {
		margin-left: 1.25rem;
	}
}

.auto-increase-animation li {
	padding-left: 0;
	padding-right: 0;
}

.auto-increase-animation .content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.auto-increase-animation h1,.auto-increase-animation p {
	color: #fff;
	margin: 0;
}

.auto-increase-animation h1 {
	font-family: "Oswald";
	font-weight: 500;
	line-height: 1;
	position: relative;
	white-space: nowrap;
}

.auto-increase-animation #customerNum::after,.auto-increase-animation #propertyNum::after,.auto-increase-animation #teamNum::after {
	content: "+";
	margin-left: 1rem;
	font-size: 3.75rem;
	font-weight: 400;
	position: relative;
	top: -0.5rem;
}

.auto-increase-animation #serveNum::after {
	content: "";
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 100%;
	border: #fff solid .3125rem;
	margin-left: .625rem;
	position: relative;
	top: -2.75rem;
}

.auto-increase-animation #experienceNum::after {
	content: "Y";
	margin-left: 1rem;
	font-size: 2.25rem;
	font-weight: 400;
	position: relative;
	top: -1.25rem;
}

.auto-increase-animation #buyNum::after {
	content: "%";
	margin-left: 1rem;
	font-size: 3.125rem;
	font-weight: 200;
	position: relative;
	top: -0.75rem;
}

.service-column-pannel .service-item {
	cursor: pointer;
	height: 26rem;
	-webkit-transition: background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.service-column-pannel .service-item .content {
	display: block;
	padding: 3.125rem .75rem .75rem .75rem;
	color: inherit;
	text-align: center;
}

.service-column-pannel .service-item .icon i {
	font-size: 3.25rem;
	color: #000;
	-webkit-transition: .2s;
	transition: .2s;
}

.service-column-pannel .service-item h5 {
	margin: 2.5rem 0 0 0;
	-webkit-transition: .2s;
	transition: .2s;
}

.service-column-pannel .service-item .subtitle {
	margin-top: .75rem;
	margin-bottom: 1.5rem;
	font-weight: 200;
}

.service-column-pannel .service-item p {
	-webkit-transition: .2s;
	transition: .2s;
}

.service-column-pannel .service-item .enter-icon {
	position: absolute;
	left: 2.5rem;
	bottom: .625rem;
}

.service-column-pannel .service-item .enter-icon i {
	font-size: 2.875rem;
	color: #999;
}

.service-column-pannel .service-item:hover {
	background-color: #2879fe;
}

.service-column-pannel .service-item:hover h5,.service-column-pannel .service-item:hover p,.service-column-pannel .service-item:hover i {
	color: #fff;
}

.service-column-pc .service-process-item {
	position: relative;
	height: 0;
	padding-bottom: 100%;
}

.service-column-pc .service-process-item-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50rem;
	-webkit-transition: .4s;
	transition: .4s;
	border: 1px solid #dcdfe6;
	text-align: center;
	cursor: pointer;
}

.service-column-pc .service-process-item-inner .process-head {
	margin: 0 10%;
	padding-bottom: 2rem;
	border: rgba(0,0,0,0) solid 1px;
}

.service-column-pc .service-process-item-inner h5 {
	color: #4d4d4d;
	margin-top: 1rem;
}

.service-column-pc .service-process-item-inner i {
	display: inline-block;
	font-size: 3.375rem;
	color: #0076fc;
	margin-top: 5rem;
}

.service-column-pc .service-process-item-inner .process-steps {
	margin: 2.5rem 20% 0 20%;
	text-align: left;
	opacity: 0;
	display: none;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.service-column-pc .service-process-item-inner li {
	font-size: 1.25rem;
	line-height: 1.2;
}

.service-column-pc .service-process-item-inner li:not(:last-child) {
	margin-bottom: 2rem;
}

.service-column-pc .service-process-item-inner b {
	font-weight: normal;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
	font-size: .875rem;
	border-radius: 100%;
	border: 1px solid #dcdfe6;
	position: relative;
	top: -2px;
	color: #fff;
}

.service-column-pc .service-process-item-inner span {
	color: #fff;
}

.service-column-pc .service-process-item-inner:hover {
	z-index: 1;
	background-image: -webkit-gradient(linear, left top, right bottom, from(#6b47f3), to(#364ff4));
	background-image: linear-gradient(to right bottom, #6b47f3, #364ff4);
	height: calc(200% - 2.5rem);
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
}

.service-column-pc .service-process-item-inner:hover .process-head {
	border-bottom-color: rgba(255,255,255,.3);
}

.service-column-pc .service-process-item-inner:hover .process-steps {
	display: block;
	opacity: 1;
}

.service-column-pc .service-process-item-inner:hover h5,.service-column-pc .service-process-item-inner:hover i,.service-column-pc .service-process-item-inner:hover b,.service-column-pc .service-process-item-inner:hover span {
	color: #fff;
}

.service-column-pc:nth-child(1) .service-process-item-inner {
	top: 1.25rem;
	left: 3.75rem;
}

.service-column-pc:nth-child(2) .service-process-item-inner {
	top: 1.25rem;
	left: 1.25rem;
}

.service-column-pc:nth-child(3) .service-process-item-inner {
	top: 1.25rem;
	left: -1.25rem;
}

.service-column-pc:nth-child(4) .service-process-item-inner {
	top: 1.25rem;
	left: -3.75rem;
}

.service-column-pc:nth-child(5) .service-process-item-inner {
	top: -1.25rem;
	left: 3.75rem;
}

.service-column-pc:nth-child(5) .service-process-item-inner:hover {
	top: calc(1.25rem - 100%);
}

.service-column-pc:nth-child(6) .service-process-item-inner {
	top: -1.25rem;
	left: 1.25rem;
}

.service-column-pc:nth-child(6) .service-process-item-inner:hover {
	top: calc(1.25rem - 100%);
}

.service-column-pc:nth-child(7) .service-process-item-inner {
	top: -1.25rem;
	left: -1.25rem;
}

.service-column-pc:nth-child(7) .service-process-item-inner:hover {
	top: calc(1.25rem - 100%);
}

.service-column-pc:nth-child(8) .service-process-item-inner {
	top: -1.25rem;
	left: -3.75rem;
}

.service-column-pc:nth-child(8) .service-process-item-inner:hover {
	top: calc(1.25rem - 100%);
}

.service-column-mobile .service-process-item {
	padding: 1.5rem;
	background-color: #fff;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	border-radius: 1.5rem;
}

.service-column-mobile .service-process-item:hover {
	background-color: #2879fe;
}

.service-column-mobile .service-process-item:hover h5,.service-column-mobile .service-process-item:hover i,.service-column-mobile .service-process-item:hover b,.service-column-mobile .service-process-item:hover span {
	color: #fff;
}

.service-column-mobile .service-process-item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 11.75rem;
}

.service-column-mobile .service-process-item-inner .process-head {
	text-align: center;
}

.service-column-mobile .service-process-item-inner h5 {
	color: #4d4d4d;
	margin-top: 1rem;
	font-size: 1.25rem;
}

.service-column-mobile .service-process-item-inner i {
	display: inline-block;
	font-size: 2.25rem;
	color: #0076fc;
}

.service-column-mobile .service-process-item-inner .process-steps {
	margin-left: 2.5rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.service-column-mobile .service-process-item-inner li {
	font-size: 1.125rem;
	line-height: 2.4;
}

.service-column-mobile .service-process-item-inner b {
	font-weight: normal;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
	font-size: .875rem;
	border-radius: 100%;
	border: 1px solid #dcdfe6;
	position: relative;
	top: -2px;
}

.staterment-pannel .section-list {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
	padding: 0 3rem;
}

.staterment-column .staterment-item {
	padding: 3rem 0;
	min-height: 100%;
}

.staterment-column h5 {
	margin-bottom: .625rem;
	line-height: 1.4;
}

.staterment-column p {
	text-align: justify;
}

.staterment-column mark {
	background-color: #0074fd;
	color: #fff;
	font-family: "Oswald";
	font-weight: 400;
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	text-align: center;
	border-radius: 100%;
	font-size: 1.25rem;
	-webkit-box-shadow: 0 .25rem .25rem rgba(0,116,253,.2);
	box-shadow: 0 .25rem .25rem rgba(0,116,253,.2);
}

.staterment-column:not(:last-child) .staterment-item {
	border-bottom: 1px solid #dcdfe6;
}

.bigdata-container-left {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
	padding: 0 1.5rem 1.5rem;
}

.bigdata-container-left h5 {
	width: 100%;
	margin: 0;
	line-height: 4.8;
	border-bottom: 1px solid #dcdfe6;
}

.bigdata-container-left p {
	width: 100%;
	margin: 0;
	line-height: 3;
	color: #000;
	font-size: 1.375rem;
}

.bigdata-container-left p:not(:last-child) {
	border-bottom: #ebeef5 1px solid;
}

.bigdata-container-left p a {
	font-size: 1.375rem;
}

.bigdata-container-right-inner {
	margin: -2.625rem 0;
}

.bigdata-container-right-inner .swiper {
	padding: 2.625rem 0;
}

.bigdata-container-right-inner .swiper-button-next,.bigdata-container-right-inner .swiper-button-prev {
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
}

.bigdata-item {
	display: block;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
}

.bigdata-item .pic-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.bigdata-item .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: .4s;
	transition: .4s;
}

.bigdata-item:hover .pic {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.bigdata-item .text {
	padding: 1.5rem 2.625rem;
	height: 16.875rem;
}

.bigdata-item .text h5 {
	font-weight: normal;
	line-height: 1.6;
}

.bigdata-item .text .foot {
	/* position: absolute;
	bottom: 2rem; */
}

.bigdata-item .text .foot p {
	margin: 0;
	line-height: 1.7;
	text-indent:2.25rem
}

/* .bigdata-item .text .foot p:first-child {
	color: #322c2c;
	font-weight: 700;
} */

.bigdata-swiper .swiper-button-next,.bigdata-swiper .swiper-button-prev {
	border-radius: 100%;
	background-color: #fff;
}

.bigdata-swiper .swiper-button-next::after,.bigdata-swiper .swiper-button-prev::after {
	font-size: 2rem;
}

.bigdata-swiper .swiper-button-next.swiper-button-disabled,.bigdata-swiper .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}

.bigdata-swiper .swiper-button-next {
	right: 1.5rem;
}

.bigdata-swiper .swiper-button-prev {
	left: 1.5rem;
}

@media screen and (max-width: 767px) {
	.auto-increase-animation li {
		height: 8.75rem;
	}

	.auto-increase-animation h1 {
		font-size: 3.25rem;
	}

	.service-column-pannel .service-item:not(:last-child) {
		border-bottom: 1px solid #dcdfe6;
	}

	.bigdata-container-left {
		width: 100%;
	}

	.bigdata-container-right {
		margin-top: 1.25rem;
		width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.auto-increase-animation li {
		height: 11.25rem;
	}

	.auto-increase-animation h1 {
		font-size: 3.75rem;
	}

	.service-pannel {
		padding-top: 0;
	}

	.bigdata-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.bigdata-container-left {
		width: 14.625rem;
	}

	.bigdata-container-right {
		margin-left: 1.25rem;
		width: calc(100% - 14.625rem);
	}
}

@media screen and (min-width: 992px) {
	.auto-increase-animation li {
		height: 14.75rem;
	}

	.auto-increase-animation h1 {
		font-size: 5rem;
	}

	.staterment-column:nth-child(1) .staterment-item {
		margin-right: 15%;
	}

	.staterment-column:nth-child(2) .staterment-item {
		margin-left: 15%;
	}

	.staterment-column:nth-child(3) .staterment-item {
		margin-right: 15%;
		border-bottom: none;
	}

	.staterment-column:nth-child(4) .staterment-item {
		margin-left: 15%;
	}

	.bigdata-container-left {
		width: 24%;
	}

	.bigdata-container-right {
		width: calc(76% - 1.25rem);
	}
}

@media only screen and (min-width: 1400px) {
	.service-column-pannel .service-item:not(:last-child) {
		border-right: 1px solid #dcdfe6;
	}
}

@media only screen and (min-width: 768px)and (max-width: 1399px) {
	.service-column-pannel .service-item:nth-child(1) {
		border-bottom: 1px solid #dcdfe6;
		border-right: 1px solid #dcdfe6;
	}

	.service-column-pannel .service-item:nth-child(2) {
		border-bottom: 1px solid #dcdfe6;
	}

	.service-column-pannel .service-item:nth-child(3) {
		border-right: 1px solid #dcdfe6;
	}
}

.fixed-container {
	position: fixed;
	right: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.fixed-slide {
	padding-top: 160px;
	overflow: hidden;
	text-align: right;
}

.fixed-contact {
	width: 170px;
}

.fixed-contact-inner {
	width: 140px;
}

.fixed-contact-inner .logo-box {
	position: relative;
}

.fixed-contact-inner .logo-box img {
	position: absolute;
	height: auto;
}

.fixed-contact-inner .logo-box .logo-head {
	width: 100%;
	left: 0;
	top: 22px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.fixed-contact-inner .logo-box .logo-tail {
	width: 70%;
	top: 0;
	right: -30px;
	-webkit-transform: translateY(-35%);
	transform: translateY(-35%);
	z-index: -1;
}

.fixed-contact-inner .main {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 14px 8px 12px 8px;
	border: #4c51c6 solid 2px;
	border-radius: .75rem;
	-webkit-box-shadow: 0 2px 32px rgba(4,41,102,.1);
	box-shadow: 0 2px 32px rgba(4,41,102,.1);
	overflow: hidden;
}

.fixed-contact-inner .main .ewm-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fixed-contact-inner .main .ewm-box .pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-color: #f0f0f0;
	border: #eee solid 1px;
}

.fixed-contact-inner .main .ewm-box .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fixed-contact-inner .main .tel-box {
	padding: .625rem 0;
	margin: 1rem 0;
	border-bottom: 1px solid #dcdfe6;
	border-top: 1px solid #dcdfe6;
}

.fixed-contact-inner .main .tel-box p {
	margin: 1rem 0 .25rem;
	text-align: center;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fixed-contact-inner .main .tel-box i {
	position: relative;
	top: -1px;
	margin-right: .125rem;
}

.fixed-contact-inner .main .tel-box span {
	font-size: .875rem;
}

.fixed-contact-inner .main .tel-box h5 {
	margin: 0;
	color: #0475f7;
	font-family: "Oswald";
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.5;
	margin-bottom: .35rem;
}

.fixed-contact-inner .main .online-service a {
	display: block;
	text-align: center;
	background-color: #2879fe;
	color: #fff;
	font-size: .875rem;
	padding: .5rem 0;
	border-radius: 3.125rem;
	cursor: pointer;
}

.fixed-contact-inner .main .online-service a i {
	font-size: 1rem;
}

.fixed-contact-inner .main .scroll-top {
	position: relative;
	width: calc(100% + 2rem);
	top: 1rem;
	left: -1rem;
}

.fixed-contact-inner .main .scroll-top-btn {
	background-image: linear-gradient(138deg, rgb(108, 72, 242) 10%, rgb(54, 128, 255) 50%, rgb(40, 79, 250) 80%);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .125rem 0;
	font-family: "Oswald";
	cursor: pointer;
}

.fixed-contact-inner .main .scroll-top-btn i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fixed-contact-inner .main .scroll-top-btn span {
	position: relative;
	top: -0.1875rem;
}

.fixed-toggle-btn {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 30px;
	width: 100%;
}

.fixed-toggle-btn i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.12);
	box-shadow: 0 2px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.12);
	cursor: pointer;
	-webkit-transition: color .1s;
	transition: color .1s;
}

.fixed-toggle-btn i:hover {
	color: #2879fe;
}