[v-cloak] {
display:none
}
a {
	color: #101010;
}
.box-shadow, .nav-container .nav__menu .menu:hover .menu__body {
	box-shadow: 0 0 20px rgba(0,0,0,0.1)
}
.active-box-shadow {
	box-shadow: 0 0 30px rgba(0,0,0,0.2)
}
.common-btn {
	padding: 8px 30px;
	border: 1px solid #333;
	border-radius: 100px
}
.absolute-center, .panel-box__head, .nav-container .nav__menu .menu__head, .nav-container .nav__menu .menu__body>a {
	display: flex;
	align-items: center;
	justify-content: center
}
.ellipsis {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.panel-box {
	width: 1300px;
	margin: 0 auto;
	padding: 60px 0px 60px 0px
}
.panel-box__head {
	margin-bottom: 60px;
	flex-direction: column
}
.panel-box__head .name-en {
	font-size: 24px;
	color: #d2d2d2;
	margin-bottom: 10px
}
.panel-box__head .name-zh {
	color: #2892fa;
	font-size: 24px;
	line-height: 24px;
	padding: 10px 50px;
	border: 1px solid #2892fa;
	position: relative;
	z-index: 1
}
.panel-box__head .name-zh:before, .panel-box__head .name-zh:after {
	content: '';
	display: block;
	width: 108px;
	height: 1px;
	background: #2892fa;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.panel-box__head .name-zh:before {
	left: -90px
}
.panel-box__head .name-zh:after {
	right: -90px
}
.panel-box .panel-bottom-action {
	font-size: 18px;
	color: #2892fa;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center
}
.panel-box .panel-bottom-action .action {
	margin-right: 50px;
	border: 1px solid #2892fa;
	padding: 15px 50px;
	color: #2892fa;
	border-radius: 100px
}
.panel-box .panel-bottom-action .action:hover {
	background: #2892fa;
	color: #fff;
	transition: all .3s
}
.panel-box .panel-bottom-action .phone {
	border: 1px solid #2892fa;
	background: #2892fa;
	padding: 15px 50px;
	color: #fff;
	border-radius: 100px;
	cursor: pointer
}
.panel-box .panel-bottom-action .phone:hover {
	background: #0f85f9;
	transition: all .3s
}
.panel-box--white .name-en {
	color: #d2d2d2;
	position: relative;
	z-index: 10
}
.panel-box--white .name-zh {
	color: #fff;
	border-color: #fff;
	position: relative;
	z-index: 10
}
.panel-box--white .name-zh:before, .panel-box--white .name-zh:after {
	background: #fff
}
.panel-box--white .panel-bottom-action {
	color: #fff
}
.panel-box--white .panel-bottom-action .action {
	border-color: #fff;
	color: #fff
}
.panel-box--white .panel-bottom-action .action:hover {
	background: #fff;
	color: #2892fa
}
.panel-box--white .panel-bottom-action .phone {
	border-color: #fff;
	background: #fff;
	color: #2892fa
}
.panel-box--white .panel-bottom-action .phone:hover {
	background: #fff;
	color: #2892fa
}
.nav-container {
	max-width: 1920px
}
.nav-container .nav {
	width: 1300px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.nav-container .nav__logo {
	height: 100%;
	display: flex;
	align-items: center
}
.nav-container .nav__logo img {
	height: 90%;
	width: auto
}
.nav-container .nav__menu {
	display: flex;
	align-items: center
}
.nav-container .nav__menu .menu {
	position: relative
}
.nav-container .nav__menu .menu__head {
	min-width: 130px;
	height: 40px;
	border-radius: 100px;
	font-size: 18px;
	position: relative;
	z-index: 10
}
.nav-container .nav__menu .menu__head--active {
	background: #2892fa;
	transition: all .2s;
	color: #fff
}
.nav-container .nav__menu .menu__head .iconfont {
	margin-right: 6px
}
.nav-container .nav__menu .menu__head .icon-below-s {
	margin-right: 0;
	margin-left: 2px;
	color: #a5a5a5
}
.nav-container .nav__menu .menu__body {
	font-size: 16px;
	background: #fff;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: -200px;
	left: 0px;
	z-index: 5;
	opacity: 0;
	border-radius: 6px
}
.nav-container .nav__menu .menu__body>a {
	min-width: 130px;
	margin-bottom: 15px
}
.nav-container .nav__menu .menu__body>a:first-child {
	padding-top: 20px
}
.nav-container .nav__menu .menu__body>a:last-child {
	padding-bottom: 15px
}
.nav-container .nav__menu .menu__body>a:hover {
	color: #2892fa;
	transition: all .2s
}
.nav-container .nav__menu .menu--active .menu__head {
	/*background: #2892fa;
	color: #fff;*/
	transition: all .2s
}
.nav-container .nav__menu .menu--active .menu__head .icon-below-s {
	color: #fff
}
.nav-container .nav__menu .menu:hover .menu__head {
	background: #2892fa;
	color: #fff;
	transition: all .2s
}
.nav-container .nav__menu .menu:hover .menu__body {
	top: 40px;
	opacity: 1;
	transition: all .6s
}
.swiper-container {
	min-width: 1300px;
	max-height: 700px
}
.swiper-container .swiper-slide img {
	width: 100%
}
.swiper-container .swiper-slide--default {
	position: relative;
	z-index: 1
}
.swiper-container .swiper-slide--default:before {
	content: '';
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}
.swiper-container .swiper-slide--default .content {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10
}
.swiper-container .swiper-slide--default .content__name {
	color: #2892fa;
	font-size: 56px;
	margin-bottom: 30px;
	text-align: center
}
.swiper-container .swiper-slide--default .content__text {
	border: 1px solid #fff;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center
}
.swiper-container .swiper-slide--default .content__text>span {
	width: 1000px;
	padding: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 64px;
	text-align: center
}
.swiper-container .swiper-slide--default .content__phone {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px
}
.swiper-container .swiper-slide--default .content__phone>span {
	font-size: 20px;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 24px;
	cursor: pointer
}
.swiper-container .swiper-slide--default .content__phone>span:hover {
	background: #fff;
	color: #2892fa;
	border-radius: 100px;
	transition: all .3s
}
.swiper-container-banner {
	height: 700px
}
.swiper-container-banner .swiper-slide {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer
}
.service-list {
	display: flex;
	align-items: center;
	justify-content: space-around
}
.service-list__item {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	flex-direction: column;
	padding: 40px 20px;
	border-radius: 6px;
	margin: 0 10px;
	background: #fafafa
}
.service-list__item:hover {
	background: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	transform: translateY(-4px);
	transition: all .3s
}
.service-list__item:hover .name {
	color: #2892fa
}
.service-list__item:hover .action a {
	border-radius: 100px;
	border-color: #2892fa;
	background: #2892fa;
	color: #fff;
	transition: all .4s
}
.service-list__item .avatar {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center
}
.service-list__item .avatar img {
	object-fit: contain
}
.service-list__item .name {
	font-size: 19px;
	padding: 10px;
	    padding: 10px;
    height: 59px;
}
.service-list__item .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 18px;
	height: 64px;
	color: #4d4d4d;
	padding: 10px 0px;
	margin-bottom: 15px
}
.service-list__item .action {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px
}
.service-list__item .action a {
	padding: 8px 30px;
	border: 1px solid #333;
	border-radius: 100px
}
.service-list__item .action a:hover {
	border-radius: 100px;
	border-color: #2892fa;
	background: #2892fa;
	color: #fff;
	transition: all .3s
}
.area {
	background: url("../images/111.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1
}
.area:before {
	content: '';
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}
.area .area-list {
	overflow: hidden;
	position: relative;
	z-index: 10
}
.area .area-list__item {
	float: left;
	width: 25%;
	padding: 0px 10px 20px
}
.area .area-list__item .content {
	padding: 30px 10px;
	background: rgba(255,255,255,0.4);
	font-size: 22px;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center
}
.area .area-list__item .content:hover {
	cursor: pointer;
	background: #2892fa;
	color: #fff;
	transition: all .3s
}
.area .area-list__item .iconfont {
	font-size: 64px;
	margin-bottom: 4px
}
.advantage-list {
	display: flex;
	margin-bottom: 50px
}
.advantage-list__item {
	flex: 1;
	padding: 40px 40px;
	display: flex;
	flex-direction: column;
	cursor: pointer
}
.advantage-list__item:not(:last-child) {
	border-right: 1px solid #ebebeb
}
.advantage-list__item .title {
	font-size: 22px;
	font-weight: bold
}
.advantage-list__item .divider {
	width: 40px;
	height: 4px;
	background: #f1f1f1;
	margin: 15px 0
}
.advantage-list__item .desc {
	font-size: 16px;
	line-height: 24px;
	height: 96px;
	color: #4d4d4d;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}
.advantage-list__item .order {
	font-size: 64px;
	font-weight: bold;
	color: #f1f1f1
}
.advantage-list__item:hover, .advantage-list__item--active {
	transition: all .3s;
	background: #2892fa
}
.advantage-list__item:hover:not(:last-child), .advantage-list__item--active:not(:last-child) {
	border-right: 1px solid #2892fa
}
.advantage-list__item:hover .title, .advantage-list__item--active .title, .advantage-list__item:hover .desc, .advantage-list__item--active .desc {
	color: #fff!important;
	transition: all .3s
}
.statistics {
	background: #ededed
}
.statistics-list {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 50px 10px
}
.statistics-list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}
.statistics-list__item .iconfont {
	font-size: 34px;
	margin-bottom: 10px;
	color: #a5a5a5
}
.statistics-list__item .name {
	font-size: 16px;
	margin-bottom: 16px
}
.statistics-list__item .number {
	font-size: 56px;
	color: #2892fa
}
.agent .panel-box__head {
	margin-bottom: 10px
}
.agent .swiper-slide {
	padding-top: 10px
}
.agent-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 40px 40px;
	margin: 20px;
	cursor: default
}
.agent-item .avatar {
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	overflow: hidden;
	border-radius: 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px
}
.agent-item .name {
	font-size: 18px;
	margin-bottom: 10px
}
.agent-item .desc {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #808080
}
.agent-item .btn {
	padding: 8px 30px;
	border: 1px solid #333;
	border-radius: 100px
}
.agent-item .btn:hover {
	background: #2892fa;
	color: #fff;
	border-color: #2892fa;
	transition: all .2s
}
.agent-item:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	border-radius: 6px;
	transition: all .3s
}
.about {
	background: url("../images/about.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1
}
.about:before {
	content: '';
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}
.about-list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 60px;
	position: relative;
	z-index: 10
}
.about-list__item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 10px
}
.about-list__item .icon {
	width: 112px;
	height: 112px;
	border-radius: 100%;
	background: rgba(255,255,255,0.1);
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center
}
.about-list__item .icon .iconfont {
	font-size: 62px;
	color: #fff
}
.about-list__item .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	font-size: 22px;
	color: #fff;
	line-height: 35px;
	height: 100px;
	text-align: center;
	padding: 0 24px
}
.about-addr {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(32,41,66,0.5);
	color: #d2d2d2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-size: 16px
}
.about-addr .iconfont {
	margin-right: 10px;
	font-size: 20px;
	transform: translateY(3px)
}
.about .panel-bottom-action {
	margin-bottom: 70px
}
.customer-list {
	overflow: hidden
}
.customer-list__item {
	float: left;
	width: 15%;
	height: 100px;
	margin: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center
}
.customer-list__item img {
	max-width: 100%;
	max-height: 100%
}
.customer-list__item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	transition: all .2s;
	cursor: pointer;
	border-radius: 4px
}
.footer {
	background: url(../images/bg-footer.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1
}
.footer:before {
	content: '';
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}
.footer__main {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	z-index: 5
}
.footer__main>.title {
	font-size: 28px;
	font-weight: bold;
	padding-top: 60px;
	margin-bottom: 50px;
	color: #fff;
	display: flex;
	align-items: center
}
.footer__main>.title img {
	width: 30px;
	height: 30px;
	margin-right: 5px
}
.footer__bottom {
	background: #333
}
.footer__bottom .box {
	width: 1300px;
	margin: 0 auto;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #d2d2d2
}
.footer .content {
	display: flex;
	margin-bottom: 70px
}
.footer .content__menu {
	flex: 1
}
.footer .content__menu .menu {
	display: flex;
	justify-content: space-around;
	padding: 0 40px
}
.footer .content__menu .menu__item {
	flex: 1
}
.footer .content__menu .menu__item .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #eee;
	letter-spacing: 2px
}
.footer .content__menu .menu__item .sub-title {
	display: flex;
	flex-direction: column
}
.footer .content__menu .menu__item .sub-title a {
	font-size: 16px;
	margin-bottom: 14px;
	color: #d2d2d2
}
.footer .content__menu .menu__item .sub-title a:hover {
	color: #fff;
	transition: all .2s
}
.footer .content__menu .menu__item .sub-title-column {
	display: flex;
	flex-direction: row
}
.footer .content__menu .menu__item .sub-title-column .subt-title__item {
	flex: 1;
	display: flex;
	flex-direction: column
}
.footer .content__contact {
	padding-left: 30px;
	margin-left: 50px;
	border-left: 1px solid #a5a5a5
}
.footer .content__contact .qrcode {
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px
}
.footer .content__contact .qrcode__item {
	width: 130px;
	margin: 0 20px;
	font-size: 16px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.footer .content__contact .qrcode__item img {
	width: 130px;
	height: 130px;
	margin-bottom: 10px
}
.footer .content__contact .contact {
	padding-left: 20px;
	color: #fff;
	font-size: 16px
}
.footer .content__contact .contact .iconfont {
	font-size: 18px;
	margin-right: 6px
}
.footer .content__contact .contact__phone {
	margin-bottom: 20px
}
.footer .content__contact .contact__phone span {
	margin-right: 20px
}
.footer .content__contact .contact__address {
	max-width: 280px;
	display: flex
}
.footer .link-list {
	display: flex;
	align-items: center;
	padding: 0 10px 50px;
	color: #d2d2d2;
	font-size: 16px
}
.footer .link-list__item {
	margin-left: 30px;
	margin-bottom: 10px
}
.footer .link-list__item a {
	color: #d2d2d2
}
.footer .link-list__item a:hover {
	color: #fff;
	transition: all .2s
}
