@charset "utf-8";

.m-inner-box {
	max-width: 450px;
	margin: 0 auto
}

html {
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, SimHei, STHeiti, MingLiu, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	word-spacing: 1px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: border-box;
	margin: 0;
	letter-spacing: 1px;
	text-decoration: none
}

.inner-box {
	margin: 0 auto;
	width: 1280px
}

.scale-img {
	overflow: hidden
}

.scale-img img {
	width: 100%;
	height: 100%;
	transition: all 1s
}

.scale-img img:hover {
	transform: scale(1.1)
}

.inner-container {
	min-width: 1280px
}

h2 {
	text-align: center
}

li,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.page-container {
	min-height: 720px
}

.primary-link-btn {
	width: 160px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	letter-spacing: 3px;
	text-underline: none;
	background: #00bfff;
	color: #fff;
	font-size: 20px
}

.primary-link-btn.large {
	width: 196px;
	height: 44px;
	line-height: 44px;
	font-size: 18px
}

.primary-link-btn.small {
	width: 140px;
	height: 36px;
	line-height: 36px;
	font-size: 16px
}

.primary-link-btn.mini {
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600
}

.primary-link-btn:hover {
	background: #3fceff
}

.article-article {
	line-height: 30px;
	color: #666;
	font-size: 14px;
	text-align: left
}

.banner img {
	width: 100%
}

.agile {
	position: relative
}

.agile--ssr .agile__slides--cloned {
	display: none
}

.agile--ssr .agile__slides>* {
	overflow: hidden;
	width: 0
}

.agile--ssr .agile__slides>:first-child {
	width: 100%
}

.agile--rtl .agile__actions,
.agile--rtl .agile__dots,
.agile--rtl .agile__slides,
.agile--rtl .agile__track {
	flex-direction: row-reverse
}

.agile:active,
.agile :active,
.agile:focus,
.agile :focus {
	outline: none
}

.agile__list {
	display: block;
	position: relative;
	width: 100%
}

.agile__track {
	flex-direction: row;
	flex-wrap: nowrap
}

.agile__actions,
.agile__track {
	display: flex
}

.agile__actions {
	justify-content: space-between
}

.agile--no-nav-buttons .agile__actions {
	justify-content: center
}

.agile__slides {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: unset;
	flex-wrap: nowrap;
	justify-content: flex-start
}

.agile--disabled .agile__slides {
	display: block;
	width: 100%
}

.agile__slide {
	display: block;
	flex-grow: 1;
	flex-shrink: 0
}

.agile__slide,
.agile__slide * {
	-webkit-user-drag: none
}

.agile--fade .agile__slide {
	opacity: 0;
	position: relative;
	z-index: 0
}

.agile--fade .agile__slide--active {
	opacity: 1;
	z-index: 2
}

.agile--fade .agile__slide--expiring {
	opacity: 1;
	transition-duration: 0s;
	z-index: 1
}

.agile__nav-button[disabled] {
	cursor: default
}

.agile__dots {
	align-items: center;
	display: flex;
	list-style: none;
	padding: 0;
	white-space: nowrap
}

.agile__dot button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0
}

.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	transition: width .1s, opacity .4s;
	background-color: #fff;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

#page-header[data-v-7fec01ff] {
	background-color: rgba(22, 32, 41, .9);
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%
}

#page-header[data-v-7fec01ff],
.main-header[data-v-7fec01ff] {
	display: flex;
	flex-flow: row
}

.main-header[data-v-7fec01ff] {
	height: 64px;
	align-items: center;
	justify-content: space-between
}

.main-header .main-nav-menu .nav[data-v-7fec01ff] {
	display: inline-block;
	margin: 0 20px;
	color: #ddd;
	line-height: 59px;
	font-size: 16px
}

.main-header .main-nav-menu .nav[data-v-7fec01ff]:hover {
	color: #00BFFF
}

.main-header .main-nav-menu .nav .nav-item[data-v-7fec01ff] {
	display: flex;
	align-items: center;
	flex-flow: column
}

.main-header .main-nav-menu .nav .nav-item .nav-text[data-v-7fec01ff] {
	flex: 1
}

.main-header .main-nav-menu .nav .nav-item .nav-underline[data-v-7fec01ff] {
	width: 36px;
	height: 3px;
	background-color: transparent;
	margin-bottom: 1px
}

.main-header .main-nav-menu .nav.nuxt-link-active[data-v-7fec01ff] {
	color: #00BFFF
}

.main-header .main-nav-menu .nav.nuxt-link-active .nav-underline[data-v-7fec01ff] {
	background-color: #00BFFF
}

.main-header .main-nav-menu .nav-index[data-v-7fec01ff]:hover {
	color: #00BFFF !important
}

.main-header .main-nav-menu .nav-index.nuxt-link-active[data-v-7fec01ff] {
	color: #ddd;
	border-bottom: 3px solid transparent
}

.main-header .main-nav-menu .nav-index.nuxt-link-exact-active[data-v-7fec01ff] {
	color: #00BFFF;
	border-bottom-color: #00BFFF
}

.main-header .main-logo[data-v-7fec01ff] {
	width: 180px;
	display: flex;
	align-items: center
}

#page_footer .footer-contact[data-v-7fec01ff] {
	height: 180px;
	background-color: #154bab;
	background-image: url(/images/background/footer-bg.png);
	background-size: 100% 100%;
	display: flex;
	padding-top: 56px;
	justify-content: center
}

#page_footer .footer-contact .contact-content[data-v-7fec01ff] {
	text-align: center;
	color: #fff
}

#page_footer .footer-contact .contact-content .contact-title[data-v-7fec01ff] {
	font-family: PingFangSC-Medium;
	font-size: 24px;
	letter-spacing: 4px;
	margin-bottom: 21px;
}

#page_footer .footer-contact .contact-content .contact-subtitle[data-v-7fec01ff] {
	font-size: 14px;
	margin-bottom: 12px
}

#page_footer .footer-info[data-v-7fec01ff] {
	height: 340px;
	background: rgba(29, 37, 58, .9);
	border-bottom: 1px solid #666
}

#page_footer .footer-info .back-top[data-v-7fec01ff] {
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 1000
}

#page_footer .footer-info .back-top .message[data-v-7fec01ff] {
	width: 45px;
	letter-spacing: 13px;
	text-align: center;
	background: #fff;
	color: #000;
	border: 1px solid rgba(0, 0, 0, .1)
}

#page_footer .footer-info .back-top .message .btn[data-v-7fec01ff] {
	background: #00bfff;
	height: 45px;
	line-height: 45px;
	cursor: pointer
}

#page_footer .footer-info .back-top .message .btn img[data-v-7fec01ff] {
	width: 24px;
	height: 21px;
	margin-top: 12px
}

#page_footer .footer-info .back-top .message .btn[data-v-7fec01ff]:hover {
	background: #3fceff
}

#page_footer .footer-info .back-top .message .call[data-v-7fec01ff] {
	text-align: center;
	padding: 9px 13px;
	line-height: 22px
}

#page_footer .footer-info .back-top .message .call .call-box[data-v-7fec01ff] {
	position: absolute;
	width: 320px;
	height: 175px;
	right: 42px;
	top: 0;
	display: none
}

#page_footer .footer-info .back-top .message .call .call-box .call-content[data-v-7fec01ff] {
	height: 50%;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	padding: 16px;
	color: #fff
}

#page_footer .footer-info .back-top .message .call .call-box .call-content img[data-v-7fec01ff] {
	width: 28px;
	float: left;
	margin-top: 12px
}

#page_footer .footer-info .back-top .message .call .call-box .call-content .content-box[data-v-7fec01ff] {
	float: left;
	color: #fff;
	text-align: left;
	padding-left: 10px
}

#page_footer .footer-info .back-top .message .call .call-box .call-content .content-box .title[data-v-7fec01ff] {
	color: #00bfff;
	margin-bottom: 5px
}

#page_footer .footer-info .back-top .message .call .call-box .call-content[data-v-7fec01ff]:hover {
	background: #00bfff
}

#page_footer .footer-info .back-top .message .call .call-box .call-content:hover .title[data-v-7fec01ff] {
	color: #fff
}

#page_footer .footer-info .back-top .message .call .call-box .call-relation[data-v-7fec01ff] {
	padding-top: 25px
}

#page_footer .footer-info .back-top .message .call .call-box .call-consult[data-v-7fec01ff] {
	padding-top: 10px;
	cursor: pointer
}

#page_footer .footer-info .back-top .message .call .call-box .call-consult .content-box[data-v-7fec01ff] {
	font-size: 20px
}

#page_footer .footer-info .back-top .message .call:hover .call-box[data-v-7fec01ff] {
	display: block
}

#page_footer .footer-info .back-top .back[data-v-7fec01ff] {
	background: #fff;
	margin-top: 16px;
	text-align: center;
	height: 45px;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, .1)
}

#page_footer .footer-info .back-top .back img[data-v-7fec01ff] {
	margin-top: 15px
}

#page_footer .footer-info .back-top .back[data-v-7fec01ff]:hover {
	background: hsla(0, 0%, 100%, .7)
}

#page_footer .footer-info .inner-box[data-v-7fec01ff] {
	display: flex;
	flex-flow: row;
	padding: 50px 80px;
	color: #e5e5e5;
	font-size: 14px
}

#page_footer .footer-info .inner-box .info-left[data-v-7fec01ff] {
	height: 100%;
	width: 33%
}

#page_footer .footer-info .inner-box .info-left .phone-number[data-v-7fec01ff] {
	font-size: 26px
}

#page_footer .footer-info .inner-box .info-center[data-v-7fec01ff] {
	height: 100%;
	width: 23%
}

#page_footer .footer-info .inner-box .info-center .link[data-v-7fec01ff] {
	color: #e5e5e5;
	text-decoration: none;
	display: block;
	margin-bottom: 24px
}

#page_footer .footer-info .inner-box .info-center .link[data-v-7fec01ff]:hover {
	color: #00BFFF
}

#page_footer .footer-info .inner-box .info-right[data-v-7fec01ff] {
	height: 100%
}

#page_footer .footer-info .inner-box .info-right .info-address[data-v-7fec01ff],
#page_footer .footer-info .inner-box .info-right .info-mail[data-v-7fec01ff] {
	margin-bottom: 24px
}

#page_footer .footer-copyright[data-v-7fec01ff] {
	color: #999;
	height: 80px;
	font-size: 12px;
	text-align: center;
	background: rgba(29, 37, 58, .9);
	line-height: 80px
}

#page_footer .footer-copyright .copyright-text a[data-v-7fec01ff] {
	color: #999
}

.agile {
	position: relative
}

.agile--ssr .agile__slides--cloned {
	display: none
}

.agile--ssr .agile__slides>* {
	overflow: hidden;
	width: 0
}

.agile--ssr .agile__slides>:first-child {
	width: 100%
}

.agile--rtl .agile__actions,
.agile--rtl .agile__dots,
.agile--rtl .agile__slides,
.agile--rtl .agile__track {
	flex-direction: row-reverse
}

.agile:active,
.agile :active,
.agile:focus,
.agile :focus {
	outline: none
}

.agile__list {
	display: block;
	position: relative;
	width: 100%
}

.agile__track {
	flex-direction: row;
	flex-wrap: nowrap
}

.agile__actions,
.agile__track {
	display: flex
}

.agile__actions {
	justify-content: space-between
}

.agile--no-nav-buttons .agile__actions {
	justify-content: center
}

.agile__slides {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: unset;
	flex-wrap: nowrap;
	justify-content: flex-start
}

.agile--disabled .agile__slides {
	display: block;
	width: 100%
}

.agile__slide {
	display: block;
	flex-grow: 1;
	flex-shrink: 0
}

.agile__slide,
.agile__slide * {
	-webkit-user-drag: none
}

.agile--fade .agile__slide {
	opacity: 0;
	position: relative;
	z-index: 0
}

.agile--fade .agile__slide--active {
	opacity: 1;
	z-index: 2
}

.agile--fade .agile__slide--expiring {
	opacity: 1;
	transition-duration: 0s;
	z-index: 1
}

.agile__nav-button[disabled] {
	cursor: default
}

.agile__dots {
	align-items: center;
	display: flex;
	list-style: none;
	padding: 0;
	white-space: nowrap
}

.agile__dot button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0
}

.m-inner-box {
	max-width: 450px;
	margin: 0 auto
}

html {
	font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, SimHei, STHeiti, MingLiu, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	word-spacing: 1px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box
}

*,
:after,
:before {
	box-sizing: border-box;
	margin: 0;
	letter-spacing: 1px;
	text-decoration: none
}

.inner-box {
	margin: 0 auto;
	width: 1280px
}

.scale-img {
	overflow: hidden
}

.scale-img img {
	width: 100%;
	height: 100%;
	transition: all 1s
}

.scale-img img:hover {
	transform: scale(1.1)
}

.inner-container {
	min-width: 1280px
}

h2 {
	text-align: center
}

li,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.page-container {
	min-height: 720px
}

.primary-link-btn {
	width: 160px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	letter-spacing: 3px;
	text-underline: none;
	background: #00bfff;
	color: #fff;
	font-size: 20px
}

.primary-link-btn.large {
	width: 196px;
	height: 44px;
	line-height: 44px;
	font-size: 18px
}

.primary-link-btn.small {
	width: 140px;
	height: 36px;
	line-height: 36px;
	font-size: 16px
}

.primary-link-btn.mini {
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 600
}

.primary-link-btn:hover {
	background: #3fceff
}

.article-article {
	line-height: 30px;
	color: #666;
	font-size: 14px;
	text-align: left
}

.banner img {
	width: 100%
}

.about {
	min-width: 1280px
}

.about .header {
	background: #1c1715
}

.about .header .banner-img {
	overflow: hidden;
	margin: auto;
	text-align: center
}

.about .header .banner-img img {
	height: 100%;
	width: 100%;
	display: block
}

.about .brief-introduction {
	height: 540px;
	padding-top: 50px;
}

.about .brief-introduction p {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #666;
	letter-spacing: 2px;
	line-height: 30px
}

.about .team .full-img {
	padding-top: 50px;
	margin-bottom: 30px;
	width: 100%;
	position: relative;
	background-color: #f0f7fb
}

.about .team .full-img .bg-img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.about .team .full-img .detail {
	box-sizing: border-box;
	padding: 20px;
	width: 1200px;
	position: relative;
	z-index: 2;
}

.about .team .full-img .detail p {
	width: 100%;
	margin-bottom: 19px;
	font-size: 25px;
	color: #000
}

.about .team .full-img .detail p span {
	font-size: 18px;
	color: #666
}

.about .team .full-img .detail li {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #666;
	letter-spacing: 2px;
	line-height: 24px
}

.about .team .persson-box {
	margin-bottom: 0px
}

.about .team .persson-box .title {
	margin-bottom: 20px
}

.about .team .persson-box>li {
	width: 50%;
	height: 220px;
	margin-bottom: 77px
}

.about .course {
	height: 590px;
	background: url(/images/pages/about/04关于全应发展历程.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 50px;
}

.about .course .agile__actions {
	position: absolute;
	width: 120%;
	top: 35%;
	left: -10%
}

.about .course .agile__actions button {
	background: transparent;
	border: none;
	color: #ccc;
	cursor: pointer;
	font-size: 24px;
	transition-duration: .3s
}

.about .course .nav-btn {
	font-size: 36px;
	color: transparent
}

.about .course .can-click {
	color: hsla(0, 0%, 100%, .6)
}

.about .course .can-click:hover {
	color: #00bfff
}

.about .course .slide {
	text-align: left
}

.about .honor {
	height: 720px;
	padding-top: 50px;
	background: url(/images/pages/about/04关于全应荣誉资质.png) no-repeat;
	background-size: 100% 100%;
}

.about .honor .honor-carousel {
	height: 500px
}

.about .honor .agile--no-nav-buttons .agile__actions {
	margin-top: 48px
}

.about .honor .agile--no-nav-buttons .agile__actions button {
	border: 1px solid #ccc;
	border-radius: 50%;
	cursor: pointer;
	opacity: .78;
	display: block;
	height: 12px;
	font-size: 0;
	line-height: 0;
	margin-left: 20px;
	padding: 0;
	transition-duration: .3s;
	width: 12px
}

.about .honor .agile--no-nav-buttons .agile__actions .agile__dot--current button,
.about .honor .agile--no-nav-buttons .agile__actions .agile__dot:hover button {
	background-color: #00bfff;
	border: 1px solid #00bfff
}

.about .agile--ssr .agile__slides>* {
	overflow: hidden;
	width: 0
}

.about .agile--ssr .agile__slides>:first-child {
	width: 100%
}

.about .slide {
	text-align: center
}

.title-background {
	text-align: center;
	margin-bottom: 56px;
	position: relative;
	line-height: 30px;
	font-size: 28px
}

.title-background div {
	z-index: 10;
	display: inline-block;
	padding-top: 34px;
	font-weight: 500
}

.person {
	width: 100%;
	display: flex
}

.person .avatar {
	width: 160px
}

.person .avatar img {
	width: 100%
}

.person .detail {
	flex: 1;
	padding: 20px 20px 0
}

.person .detail p {
	width: 100%;
	margin-bottom: 19px;
	font-size: 25px;
	color: #000
}

.person .detail p span {
	font-size: 18px;
	color: #666
}

.person .detail li {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #666;
	letter-spacing: 2px;
	line-height: 24px
}

.agile {
	position: relative
}

.agile--ssr .agile__slides--cloned {
	display: none
}

.agile--ssr .agile__slides>* {
	overflow: hidden;
	width: 0
}

.agile--ssr .agile__slides>:first-child {
	width: 100%
}

.agile--rtl .agile__actions,
.agile--rtl .agile__dots,
.agile--rtl .agile__slides,
.agile--rtl .agile__track {
	flex-direction: row-reverse
}

.agile:active,
.agile :active,
.agile:focus,
.agile :focus {
	outline: none
}

.agile__list {
	display: block;
	position: relative;
	width: 100%
}

.agile__track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap
}

.agile__actions {
	display: flex;
	justify-content: space-between
}

.agile--no-nav-buttons .agile__actions {
	justify-content: center
}

.agile__slides {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: unset;
	flex-wrap: nowrap;
	justify-content: flex-start
}

.agile--disabled .agile__slides {
	display: block;
	width: 100%
}

.agile__slide {
	display: block;
	flex-grow: 1;
	flex-shrink: 0
}

.agile__slide,
.agile__slide * {
	-webkit-user-drag: none
}

.agile--fade .agile__slide {
	opacity: 0;
	position: relative;
	z-index: 0
}

.agile--fade .agile__slide--active {
	opacity: 1;
	z-index: 2
}

.agile--fade .agile__slide--expiring {
	opacity: 1;
	transition-duration: 0s;
	z-index: 1
}

.agile__nav-button[disabled] {
	cursor: default
}

.agile__dots {
	align-items: center;
	display: flex;
	list-style: none;
	padding: 0;
	white-space: nowrap
}

.agile__dot button {
	cursor: pointer;
	display: block;
	font-size: 0;
	line-height: 0
}


#owl-demo .item {
	margin: 3px;
}

#owl-demo .item img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
}

#owl-demo .owl-pagination {
	display: none;
}

#owl-demo2 .item {
	margin: 3px;
}

#owl-demo2 .item img {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
}

#owl-demo2 .owl-controls .owl-buttons div {
	display: none !important;
}

#owl-demo .owl-buttons .owl-next {
	position: absolute;
	top: 190px;
	right: -60px;
	background: transparent;
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	opacity: 1;
}

#owl-demo .owl-buttons .owl-next:after {
	content: " ";
	display: inline-block;
	height: 11px;
	width: 11px;
	border-width: 2px 2px 0 0;
	border-color: #ffffff;
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	-moz-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	-ms-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	-o-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	left: 5px;
	top: 7px;
}

#owl-demo .owl-buttons .owl-next:hover {
	border: 2px solid #ffffff;
}

#owl-demo .owl-buttons .owl-next:hover:after {
	border-color: #ffffff;
}

#owl-demo .owl-buttons .owl-prev {
	position: absolute;
	top: 190px;
	left: -60px;
	background: transparent;
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	opacity: 1;
}

#owl-demo .owl-buttons .owl-prev:after {
	content: " ";
	display: inline-block;
	height: 11px;
	width: 11px;
	border-width: 2px 2px 0 0;
	border-color: #ffffff;
	border-style: solid;
	transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
	-webkit-transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
	-moz-transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
	-ms-transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
	-o-transform: matrix(-0.71, 0.71, 0.71, 0.71, 0, 0);
	position: absolute;
	left: 9px;
	top: 7px;
}

#owl-demo .owl-buttons .owl-prev:hover {
	border: 2px solid #ffffff;
}

#owl-demo .owl-buttons .owl-prev:hover:after {
	border-color: #ffffff;
}

#page_footer {
	min-width: 1280px;
}