.hk-top-area {
	background-color: #ffffff;
	width: 100%;
	padding: 10px 0;
	display: flex;
	align-items: center;
}
.hk-top-logo {
	width: 105px;
	margin-left: 23px;
}
.hk-top-call {
	width: 16px;
	margin: 0 8px 0 6px;
}

.hk-top-title {
	margin-left: auto;
	font-size: 16px;
	color: #00489D;
}
.hk-top-phone {
	margin-right: 12px;
	font-size: 14px;
	color: #00489D;
}

.hk-banner {
	width: 100%;
}

.hk-summary-area {
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
}
.hk-summary-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
}
.hk-summary-item > span {
	color: #084B9C;
	line-height: 30px;
	font-size: 16px;
}
.hk-summary-item > div {
	line-height: 30px;
	font-size: 14px;
}
.hk-service-field {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hk-service-title {
	text-align: center;
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin-top: 21px;
	margin-bottom: 31px;
}
.hk-service-content {
	width: calc(100% - 30px);
}

.hk-product-category {
	width: 100%;
	background-color: #ffffff;
	padding-top: 25px;
	margin-top: 23px;
}
.hk-category-desc-bold {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.hk-category-desc-bold > span {
	line-height: 39px;
}
.hk-category-desc-normal {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	color: #999999;
	margin-top: 18px;
	margin-bottom: 23px;
}
.hk-category-desc-normal > span {
	line-height: 23px;
}
.hk-product-row {
	width: 100%;
	display: flex;
	justify-content: center;
}
.hk-product-item {
	width: calc(50% - 15px);
	height: 235px;
	border: 2px solid #eeeeee;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hk-product-icon {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.hk-picon1 { width: 38px; }
.hk-picon2 { width: 28px; }
.hk-picon3 { width: 33px; }
.hk-picon4 { width: 38px; }
.hk-picon5 { width: 32px; }
.hk-picon6 { width: 35px; }

.hk-product-name {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}
.hk-product-desc {
	color: #999999;
	font-size: 14px;
}


.hk-product-demo {
	width: 100%;
	padding-top: 25px;
}
.hk-demo-tips {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	text-align: center;
}

.hk-demo-content {
	width: calc(100% - 30px);
	margin: 0 auto;
	height: 310px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.hk-demo-img {
	height: 310px;
}
.hk-demo-view {
	background-color: #00479D;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	width: 150px;
	height: 43px;
	line-height: 43px;
	border-radius: 20px;
	margin: 18px auto 0;
}
.hk-demo-view:active {
	opacity: 0.8;
}



.hk-our-support {
	width: 100%;
	background-color: #ffffff;
	padding-top: 25px;
	margin-top: 23px;
}
.hk-support-desc-bold {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 23px;
}
.hk-support-desc-bold > span {
	line-height: 39px;
}
.hk-support-desc-normal {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	color: #999999;
	margin-top: 18px;
	margin-bottom: 23px;
}
.hk-support-desc-normal > span {
	line-height: 23px;
}
.hk-support-row {
	width: 100%;
	display: flex;
	justify-content: center;
}
.hk-support-item {
	width: calc(50% - 15px);
	height: 235px;
	border: 2px solid #eeeeee;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hk-support-icon {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.hk-sicon1 { width: 41px; }
.hk-sicon2 { width: 41px; }
.hk-sicon3 { width: 41px; }
.hk-sicon4 { width: 41px; }
.hk-sicon5 { width: 41px; }
.hk-sicon6 { width: 41px; }

.hk-support-name {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}
.hk-support-desc {
	color: #999999;
	font-size: 14px;
}


.hk-our-advantage {
	width: 100%;
	background-color: #00479D;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hk-advantage-title {
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
}
.hk-advantage-tabs {
	width: calc(100% - 30px);
	border-bottom: 3px solid #999999;
	margin-bottom: 23px;
	display: flex;
	justify-content: flex-end;
}
.hk-advantage-tabs > span {
	color: #ffffff;
	border-bottom: 3px solid transparent;
	font-size: 16px;
	padding: 0 12px 6px;
	cursor: pointer;
}
.hk-advantage-tabs > span:active {
	opacity: 0.8;
}
.hk-advantage-tabs-active {
	border-bottom: 2px solid #ffffff !important;
}
.hk-teamwork-img {
	width: calc(100% - 30px);
}
.hk-advantage-desc {
	width: calc(100% - 28px);
	margin-top: 23px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 30px;
}

.hk-contact-us {
	width: calc(100% - 30px);
	margin: 25px auto;
	background-color: #ffffff;
	padding-bottom: 16px;
}
.hk-contact-title {
	color: #333333;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
}
.hk-contact-item {
	display: flex;
	align-items: center;
}
.hk-contact-item-left {
	width: 100px;
	height: 100px;
	margin-right: 16px;
}
.hk-contact-item-right {
	display: flex;
	flex-direction: column;
}
.hk-contact-item-right > span {
	color: #333333;
	font-size: 14px;
	line-height: 28px;
}
.hk-waiter {
	width: 100%;
	background-color: #222222;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hk-support-prod {
	width: calc(100% - 100px);
	display: flex;
	justify-content: space-between;
}
.hk-support-prod > span {
	color: #999999;
	font-size: 14px;
	line-height: 60px;
}
.hk-waiter-img {
	width: 120px;
	height: 120px;
}
.hk-waiter-contact {
	color: #ffffff;
	font-size: 18px;
	line-height: 60px;
	margin-bottom: 12px;
}

.hk-ask {
	width: calc(100% - 60px);
	display: flex;
	flex-direction: column;
}
.hk-ask-title {
	color: #151515;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
}
.hk-fields {
	width: calc(100% - 30px);
	margin: 0 auto;
}




.hk-no-tb {
	border-top: none;
}
.hk-no-rb {
	border-right: none;
}
.hk-no-bb {
	border-bottom: none;
}
.hk-no-lb {
	border-left: none;
}
.hk-blank-area {
	height: 50px;
}
.hk-dock-bottom {
	display: flex;
	flex-direction: row;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.hk-dock-bottom > div {
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.hk-dock-bottom .hk-dock-call {
	background-color: #ffffff;
	color: #00479D;
}

.hk-dock-bottom .hk-dock-ask {
	background-color: #00479D;
	color: #ffffff;
}

.hk-dock-bottom .hk-dock-call:active {
	background-color: #eaeaea;
}

.hk-dock-bottom .hk-dock-ask:active {
	opacity: 0.8;
}