﻿/* common */
a {
	cursor: pointer;
}

.row {
	display: flex;
	flex-direction: row;
}

.col {
	display: flex;
	flex-direction: column;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-oneline {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gap {
	width: 100%;
	height: 10px;
	background-color: #f1f1f1;
}

.line {
	width: 100%;
	height: 1px;
	background-color: #f1f1f1;
}

.break {
	word-break: break-all;
}

.c3 {
	color: #333;
}

.c5 {
	color: #555;
}

.c6 {
	color: #666;
}

.c8 {
	color: #888;
}

.c9 {
	color: #999;
}

.cd {
	color: #ddd;
}

.cc {
	color: #ccc;
}

.blue {
	color: #03a9f4;
}

.orange {
	color: #E55D01
}

.white {
	color: #fff;
}

.blue-bg {
	background-color: #37ACFF;
}

.f16 {
	font-size: 16px;
}

.f17 {
	font-size: 17px;
}

.f18 {
	font-size: 18px;
}

.f19 {
	font-size: 19px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f29 {
	font-size: 29px;
}

.f30 {
	font-size: 30px;
}

.f31 {
	font-size: 31px;
}

.f32 {
	font-size: 32px;
}

.f34 {
	font-size: 34px;
}

.f35 {
	font-size: 35px;
}

.f36 {
	font-size: 36px;
}

.f40 {
	font-size: 40px;
}

.f42 {
	font-size: 42px;
}

.f45 {
	font-size: 45px;
}

.f46 {
	font-size: 46px;
}

.f48 {
	font-size: 48px;
}

.f50 {
	font-size: 50px;
}

.f52 {
	font-size: 52px;
}

.f58 {
	font-size: 58px;
}

.f60 {
	font-size: 60px;
}

.f63 {
	font-size: 63px;
}

.f62 {
	font-size: 62px;
}

.f68 {
	font-size: 68px;
}

.f70 {
	font-size: 70px;
}

.f95 {
	font-size: 95px;
}

.f132 {
	font-size: 132px;
}

.bold {
	font-weight: bold;
}

.bg-white {
	background-color: white;
}

/* 底部样式 */
.count-part {
	min-width: 1420px;
	position: relative;
	height: 400px;
}

.count-part>img {
	width: 100%;
}

.count-part ul {
	position: absolute;
	width: 80%;
	bottom: 39%;
	display: block;
	left: 15%;
}

.count-part ul>li {
	margin-right: 7%;
	vertical-align: middle;
	height: auto;
	float: left;
}

.count-part ul>li:last-child {
	width: 28%;
	margin-right: 0;
	position: absolute;
	top: -48px;
	right: 11%;
}

.count-part ul>li:nth-child(3) {
	margin-top: 8px;
}

.count-part ul>li>p:first-child {
	color: #04F8E4;
	font-size: 38px;
	margin-bottom: 30px;
	text-align: center;
}

.count-part ul>li>p:last-child {
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.count-part ul>.tel-num>p:nth-child(1) {
	text-align: left;
	color: #fff;
}

.tel-num>p:nth-child(2) {
	color: #fff;
	font-size: 22px;
	margin: 1.5vmax 0;
}

.tel-num>p:last-child {
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	background: #fff;
	color: #37ACFF !important;
	border-radius: 4px;
	max-width: 340px;
	text-align: center;
	margin-left: 0;
}

/* 侧边栏 */
.bottom-fiexd {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 0px;
	height: 60px;
	z-index: 99;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.bottom-white {
	color: #fff;
	font-size: 20px;
}

.bottom-fiexd>a {
	margin-left: 45px;
	height: 32px;
	width: 120px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.bottom-fiexd>a:hover {
	color: rgba(255, 39, 98, 1);
}

.bottom-fiexd .ask-btn {
	box-shadow: unset;
	border-radius: 16px;
}

/* 其他 */
.body-component {
	display: flex;
	overflow-x: hidden;
	position: relative;
	z-index: -10;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.cc-heard {
	height: 662px;
	width: 100%;
	justify-content: center;
	align-items: center;
	background: url('../images/official_account3/banner.png') no-repeat center;
}

.cc-heard>.white {
	position: relative;
	left: -300px;
	top: -61px;
}

.cc-heard p {
	margin-bottom: 30px;
}

.cc-heard span {
	line-height: 30px;
}

.cc-heard a {
	margin-top: 44px;
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 20px;
	width: 125px;
	height: 40px;
}

.cc-menu {
	position: relative;
	top: -5px;
	align-items: center;
}

.cc-menu>p {
	margin-bottom: 109px;
}

.cc-menu-items {
	width: 1175px;
	justify-content: space-between;
}

.cc-menu-items>div {
	align-items: center;

}

.cc-menu-items>div>image {
	width: 80px;
	height: 80px;
}

.cc-menu-items .blue-bg {
	width: 30px;
	height: 4px;
	margin: 17px 0px 18px;
}

.cc-menu-items p {
	margin-bottom: 18px;
}

.cc-QRCode {
	height: 871px;
	width: 100%;
	z-index: -2;
	align-items: center;
	background: url('../images/official_account3/grey-bg.png') no-repeat center;
}

.cc-QRCode>p {
	margin: 171px 0 91px;
}

.cc-QRCode-items {
	z-index: 10;
	width: 1182px;
	position: relative;
	justify-content: space-between;
}

.cc-QRCode-items>.center {
	position: relative;
	width: 321px;
	height: 352px;
}

.cc-QRCode-items>.center:first-child {
	background: url('../images/official_account3/model-1.png') no-repeat center;
}

.cc-QRCode-items>.center:nth-child(2) {
	background: url('../images/official_account3/model-2.png') no-repeat center;
}

.cc-QRCode-items>.center:last-child {
	background: url('../images/official_account3/model-3.png') no-repeat center;
}

.cc-QRCode-items .center-img {
	position: absolute;
	z-index: 10;
	align-items: center;
	background-color: white;
	width: 321px;
	height: 352px;
}

.center-img>img {
	margin-top: 39px;
	width: 214px;
}

.center-img>a {
	margin-top: 29px;
	font-weight: bold;
}

.cc-QRCode-items>.center>.white {
	margin-top: 183px;
	width: 220px;
	height: 58px;
	background: linear-gradient(90deg, rgba(54, 168, 255, 1), rgba(63, 196, 255, 1), rgba(73, 220, 254, 1));
	box-shadow: 0px 5px 9px 0px rgba(109, 71, 230, 0.13);
	border-radius: 30px;
}

.cc-QRCode>.blue-border {
	margin-top: 90px;
}

.cc-more {
	width: 100%;
	height: 1494px;
	background: url('../images/official_account3/bottomBg.png') no-repeat center;
	align-items: center;
}

.cc-more>p {
	margin-top: 193px;
	margin-bottom: 131px;
	background: url('../images/official_account3/titleBanner.png') no-repeat center;
	width: 413px;
	height: 162px;
}

.cc-more-items {
	width: 1196px;
	justify-content: space-between;
}

.cc-more-items>div {
	width: 263px;
	height: 325px;
	background-color: white;
	border-radius: 20px;
	align-items: center;
}

.cc-more-items>div>img {
	width: 118px;
	height: 118px;
	margin: 46px 0 35px;
}

.cc-more-items>div>span {
	margin-bottom: 21px;
}

.cc-more-items>div>p {
	line-height: 18px;
}

.count-part {
	margin-top: 360px;
}

.cc-four>p {
	margin: 122px 0 60px;
	background: url('../images/official_account3/titleBanner.png') no-repeat center;
	width: 413px;
	align-items: center;
	height: 139px;
}

/* 之前的样式 */
.blue-border {
	position: relative;
	padding: 5px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	border-radius: 29px;
	color: #37AAFF;
}

.blue-border::after {
	position: absolute;
	top: -3px;
	bottom: -3px;
	left: -3px;
	right: -3px;
	background: linear-gradient(180deg, rgba(73, 219, 254, 1), rgba(54, 169, 255, 1));
	content: '';
	z-index: -1;
	border-radius: 34px;
}

.more-icon {
	display: flex;
	align-items: center;
	width: 22px;
	height: 22px;
	background: linear-gradient(90deg, rgba(54, 168, 255, 1), rgba(63, 196, 255, 1), rgba(73, 220, 254, 1));
	border-radius: 50%;
	color: #FFF;
	font-weight: bold;
	margin-left: 16px;
}

.right-arrow {
	margin-left: 5px;
	width: 8px;
	height: 8px;
	transform: rotateZ(45deg);
	background: transparent;
	border: 2px solid #FFF;
	border-left: transparent;
	border-bottom: transparent;
}

/* 底部 */
.bottom-hover {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 100px;
	z-index: 4;
	line-height: 100px;
	font-size: 20px;
}

.bottom-hover .business-wx {
	display: inline-block;
	position: relative;
}

.business-wx .arrow-box {
	position: absolute;
	background: #fff;
	border: 1px solid #D5D5DE;
	width: 169px;
	height: 165px;
	box-sizing: border-box;
	border-radius: 2px;
	top: -170px;
	left: 48px;
	box-shadow: 0px 11px 21px 0px rgba(28, 29, 31, 0.1);
	background-image: url(../images/official_account/qq_servicer.jpg);
	background-repeat: no-repeat;
	background-size: 118px 117px;
	background-position: center center;
	display: none;
}

.business-wx:hover .arrow-box {
	display: block;
}

.arrow-box:after,
.arrow-box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.arrow-box:before {
	border-color: rgba(213, 213, 222, 0);
	border-top-color: #D5D5DE;
	border-width: 11px;
	margin-left: -11px;
}

.bottom-hover .qq-service {
	color: #fff;
	margin-left: 70px;
	margin-right: 136px;
	position: relative;
	display: inline-block;
}

.bottom-hover .qq-service:hover {
	color: #479DF0;
}

.bottom-hover .qq-service span {
	display: inline-block;
	width: 72px;
	height: 82px;
	margin-top: 7px;
	vertical-align: middle;
	background: url(../images/official_account/qq_service.png) no-repeat center center;
	position: absolute;
}

.bottom-hover .qq-service:hover span {
	width: 72px;
	height: 82px;
	background: url(../images/official_account/qq_service_on.png);
	background-size: contain;
	top: 10px;
}

.bottom-hover img {
	width: 70px;
	height: 70px;
	vertical-align: middle;
	margin-top: -4px;
}

.bottom-hover a:nth-child(3) {
	color: #fff;
	border: 1px solid #fff;
	height: 30px;
	width: 120px;
	display: inline-block;
	line-height: 30px;
	border-radius: 30px;
	margin: 24px 46px;
}

.bt-nav {
	width: 100%;
}

/* switch */
.cc-four {
	width: 100%;
	position: relative;
	align-items: center;
}

.cc-switcher {
	margin-bottom: 100px;
	position: relative;
	width: 1200px;
	justify-content: center;
}

.cc-switcher-menu {
	margin: 62px 24px 0;
	align-items: start;
}

.cc-switcher-menu-main {
	align-items: flex-start;
}

.cc-switcher-menu-main a {
	border-radius: 0px 22px 22px 22px;
	padding: 15px 20px 15px 30px;
	position: relative;
	margin-bottom: 16px;
	align-items: flex-start;
}

.cc-switcher-menu-main a:after {
	position: absolute;
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	left: 20px;
	top: 24px;
	content: '';
}

.cc-switcher-menu-main .active {
	background: linear-gradient(90deg, rgba(0, 134, 252, 1), rgba(63, 196, 255, 1));
	box-shadow: 0px 5px 9px 0px rgba(109, 71, 230, 0.13);
	color: white;
}

.cc-switcher-menu-main .active:after {
	background: #fff;
}

.cc-switcher-menu-title {
	align-items: center;
}

.cc-switcher-menu-title-icon>.a {
	width: 18px;
	height: 37px;
	background: rgba(57, 78, 244, 1);
	border-radius: 2px 2px 2px 2px;
}

.cc-switcher-menu-title-icon>.b {
	width: 37px;
	height: 37px;
	background: rgba(55, 171, 255, 1);
	opacity: 0.75;
	border-radius: 50%;
	position: relative;
	left: -6px;
	margin-right: 8px;
}

.cc-switcher-menu-title>.f190 {
	font-size: 190px;
	font-weight: 400;
	color: rgba(72, 218, 254, 1);
	line-height: 48px;
	opacity: 0.2;
	position: relative;
	left: -50px;
}

.cc-switcher-menu>.blue-border {
	margin-top: 10px;
	margin-left: 21px;
}

.cc-switcher-img {
	width: 700px;
	height: 728px;
}

.cc-switcher-img>img {
	max-width: 700px;
	max-height: 728px;
}

.cc-switcher-menu-title {
	margin-bottom: 100px;
}

.cc-switcher .cc-switcher-left {
	position: absolute;
	left: -332px;
	z-index: -1;
}

.cc-switcher:nth-child(2) .cc-switcher-left {
	top: 100px;
}

.cc-switcher:nth-child(4) .cc-switcher-left {
	top: -133px;
	transform: scale(0.9);
	left: -410px;
}

.cc-switcher:nth-child(6) .cc-switcher-left {
	top: 50px;
}

.cc-switcher:nth-child(8) .cc-switcher-left {
	top: -50px;
	left: -382px;
}

.cc-switcher .cc-switcher-right {
	position: absolute;
	right: -332px;
	z-index: -1;
}

.cc-switcher:nth-child(2) .cc-switcher-right {
	top: -150px;
	transform: scale(0.9);
	right: -389px;
}

.cc-switcher:nth-child(4) .cc-switcher-right {
	top: 100px;
}

.cc-switcher:nth-child(6) .cc-switcher-right {
	top: -105px;
}

.cc-switcher:nth-child(8) .cc-switcher-right {
	top: 180px;
}

.cc-switcher-menu:nth-child(2) {
	top: 60px;
	position: relative;
}

.cc-switcher-menu:nth-child(4) {
	top: 60px;
	position: relative;
}

.cc-switcher-line:nth-child(3) {
	position: relative;
	margin-bottom: 110px;
	top: -30px;
}

.cc-switcher-line:nth-child(5) {
	position: relative;
	top: -30px;
	margin-bottom: 100px;
}

.cc-switcher-line:nth-child(7) {
	margin: 50px 0 80px;
}