﻿a,a:hover,a:focus {
	text-decoration: none !important
}

ul li {
	list-style-type: none
}

img {
	object-fit: cover
}

.active,.active a,.active a:hover,.active li .active div {
	color: #2f6bee !important
}

.tab-title .active {
	background-color: #fff;
	font-weight: bold
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.button span,.button:hover span,.hm-btn span {
	transition: all .3s ease-out
}

.hm-flex-box {
	display: flex;
	flex-wrap: wrap
}

@keyframes swing-up {
	0% {
		transform: translateY(0px)
	}

	25% {
		transform: translateY(25px)
	}

	50% {
		transform: translateY(0px)
	}

	75% {
		transform: translateY(25px)
	}

	100% {
		transform: translateY(0px)
	}
}

.hmw-swing-up {
	animation: swing-up 5s infinite
}

@keyframes swing-left {
	0% {
		transform: translateX(0px)
	}

	25% {
		transform: translateX(20px)
	}

	50% {
		transform: translateX(0px)
	}

	75% {
		transform: translateX(20px)
	}

	100% {
		transform: translateX(0px)
	}
}

.hmw-swing-left {
	animation: swing-left 5s infinite
}

.hm-navbar-default {
	background-color: rgba(0,0,0,0)
}

.hmw-navbar-dark {
	margin: auto;
	background: #2f6bee
}

.hmw-navbar-dark .hm-navbar-default {
	border: none !important;
	z-index: 1100;

}

.hmw-banner-container {
	background: #000;
	text-align: center
}

.hmw-banner-wrapper {
	transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) .2s
}

.hmw-banner-slide {
	max-width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.hmw-banner-slide-black .title {
	color: #333
}

.hmw-banner-slide-black .subtitle {
	color: #666
}

.hmw-banner-slide-black .text {
	color: #777
}

.hmw-banner-slide-black .button {
	border: 1px solid #388fff !important;
	color: #388fff !important
}

.hmw-banner-slide-black .button:hover {
	background: #388fff !important;
	color: #fff !important
}

.hmw-banner-item {
	text-align: center;
	font-weight: 500
}

.hmw-banner-item .title,.hmw-banner-item .subtitle,.hmw-banner-item .text {
	text-align: center
}

.hmw-banner-twocol {
	width: 100%;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.hmw-banner-twocol-left {
	float: left;
	text-align: left;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.hmw-banner-twocol-right {
	width: 100%;
	float: right;
	text-align: right;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.hmw-banner-twocol .title,.hmw-banner-twocol .subtitle {
	overflow: hidden;
	text-overflow: ellipsis
}

.hmw-banner-twocol .text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	line-clamp: 4;
	display: -webkit-box;
	box-orient: vertical;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical !important
}

.hmw-banner-twocol-right .title,.hmw-banner-twocol-right .subtitle,.hmw-banner-twocol-right .text {
	text-align: left
}

.hmw-banner-twocol-right .button,.hmw-banner-twocol-right img {
	float: left
}

.hmw-banner-slide .button {
	border: 1px solid #fff;
	display: inline-block;
	color: #fff
}

.hmw-banner-slide .button:hover {
	background: #fff;
	color: #0b44c5
}

.hmw-banner-mini {
	width: 100%;
	background-size: cover;
	color: #fff
}

.hmw-banner-mini-title {
	font-size: 0;
	font-weight: bold;
	padding-top: 0
}

.hmw-banner-mini-title img {
	display: inline-block !important
}

.hmw-banner-mini-title span {
	color: #fff;
	font-weight: bold
}

.hmw-banner-mini-desc {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}

.hmw-footer {
	width: 100%;
	background-color: #303036
}

.hmw-footer-flink {
	background-color: #efefef;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	overflow: hidden
}

.hmw-footer-flink-wapper {
	font-size: 14px;
	color: #333;
	float: left;
	width: 85%;
	overflow: hidden;
	height: 120px
}

.hmw-footer-flink-wapper-link {
	color: #333;
	font-size: 16px;
	float: left
}

.hmw-footer-flink-wapper>ul>li {
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	line-height: 16px;
	padding-top: 16px
}

.hmw-footer-flink-wapper>ul>li>a {
	color: #999
}

.hmw-footer-flink-more {
	cursor: pointer;
	float: right;
	width: 10%;
	height: 120px;
	overflow: hidden;
	background: rgba(0,0,0,.1);
	text-align: center;
	color: #333;
	font-size: 16px
}

.hmw-footer-flink-more-icon {
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 12px solid #b2b2b2;
	margin: 5px auto 0px auto
}

.hmw-footer-flink-more p {
	margin-top: -6px;
	color: #a4a4a4;
	font-size: 12px
}

.hmw-footer-container {
	margin: auto;
	clear: both
}

.hmw-footer-addr {
	font-weight: 500;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fff;
	vertical-align: top
}

.hmw-footer-tel {
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #e2e6ea
}

.hmw-footer-menulink {
	display: inline-block
}

.hmw-footer-menulink a {
	color: #e2e6ea
}

.hmw-footer-menulink a:hover {
	color: #fff
}

.hmw-footer-menulink a:focus {
	color: #fff
}

.hmw-footer-menulink-p {
	font-weight: 500;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #fff !important
}

.hmw-footer-menulink-c {
	font-weight: normal;
	letter-spacing: 0px;
	color: #aaa
}

.hmw-footer-menulink-c:hover {
	color: #fff
}

.hmw-qrcode {
	text-align: center;
	display: inline-block
}

.hmw-qrcode img {
	display: inline-block
}

.hmw-qrcode p {
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #aaa;
	opacity: .7;
	text-align: center
}

.hmw-footer2-container {
	text-align: center;
	background-color: #222;
	margin: 0 auto;
	margin: auto;
	clear: both;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666;
	vertical-align: middle
}

.hmw-title {
	text-align: center;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333
}

.hmw-title-hr {
	background-color: #2f6bee;
	background: -webkit-linear-gradient(90deg, #2f6bee, #009fff);
	background: -o-linear-gradient(90deg, #2f6bee, #009fff);
	background: -moz-linear-gradient(90deg, #2f6bee, #009fff);
	background: linear-gradient(90deg, #2f6bee, #009fff)
}

.hmw-subtitle {
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: gray;
	text-align: center
}

.hmw-sidemenu {
	width: 100%;
	float: left
}

.hmw-sidemenu-head {
	background-size: cover;
	box-sizing: border-box
}

.hmw-sidemenu-title {
	padding-left: 0;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
	color: #fff
}

.hmw-sidemenu-title p {
	font-weight: 400;
	color: #fff
}

.hmw-sidemenu-menu {
	font-weight: bold
}

.hmw-sidemenu-menu a:hover {
	color: #388fff
}

.hmw-sidemenu-menu-li {
	font-weight: bold
}

.hmw-sidemenu-menu-li:last-child {
	border: 0
}

.hmw-sidemenu-menu-li:hover {
	transform: translateX(3px);
	transition: all .2s
}

.hmw-breadcrumb {
	color: #666;
	vertical-align: middle;
	width: 100%
}

.hmw-breadcrumb a {
	color: #666
}

.hmw-breadcrumb a:hover {
	color: #333
}

.hmw-breadcrumb>li {
	display: inline-block
}

.hmw-breadcrumb>li>a,.hmw-breadcrumb-link {
	color: #666
}

.hmw-pages {
	text-align: center
}

.hmw-pages>ul>a,.hmw-pages .a1 {
	background-color: #f1f1f1;
	border: solid 1px #dedede;
	display: inline-block;
	text-align: center;
	color: #666 !important
}

.hmw-pages>ul>span {
	background-color: #388fff;
	border: solid 1px #388fff;
	color: #fff !important;
	display: inline-block;
	text-align: center
}

.hmw-pages>ul>a:hover,.hmw-pages>ul>a:focus,.hmw-pages>ul>span:hover,.hmw-pages>ul>span:focus,.hmw-pages .a1:hover,.hmw-pages .a1:focus {
	background-color: #388fff;
	border: solid 1px #388fff;
	color: #fff !important
}

@media screen and (max-width: 991px) {
	body {
		font-size: .1rem
	}

	.hm-container {
		padding-left: .15rem;
		padding-right: .15rem
	}

	.hmw-shadow {
		background-color: #fff;
	}

	.hmw-shadow-mini {
		box-shadow: 0rem .03rem .05rem 0rem rgba(179,179,179,.3)
	}

	.hmw-title {
		margin-top: .2rem;
		font-size: .17rem !important
	}

	.great-man {
		font-size: .2rem !important
	}

	.hmw-title img {
		width: 1.5rem
	}

	.hmw-title-hr {
		height: .05rem;
		width: .35rem;
		border-radius: .05rem;
		margin: .1rem auto
	}

	.hmw-subtitle {
		margin-bottom: .15rem;
		font-size: .12rem;
		line-height: .2rem
	}

	.hm-navbar-fixed-top {
		top: 0px !important;
		border-width: 0 0 1px
	}

	.hm-navbar-default {
		font-size: .15rem;
		height: .7rem;
		border: none !important;
		background-color: #2f6bee;
		background: -webkit-linear-gradient(#0052dd, #2f6bee);
		background: -o-linear-gradient(#0052dd, #2f6bee);
		background: -moz-linear-gradient(#0052dd, #2f6bee);
		background: linear-gradient(#0052dd, #2f6bee);
		vertical-align: middle
	}

	.hm-navbar-toggle {
		border: none
	}

	.hm-navbar-default .hm-navbar-toggle {
		background-color: #2f6bee !important
	}

	.hm-navbar-default .hm-navbar-toggle .icon-bar {
		background-color: #fff !important;
		width: .2rem;
		height: .025rem
	}

	.hm-navbar-brand {
		float: left;
		height: .7rem !important;
		width: 85%;
		padding-left: .2rem !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center
	}

	.hm-navbar-brand img {
		height: .2rem
	}

	.hm-navbar-nav>li>a {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		line-height: .5rem !important;
		border-bottom: 1px #fff solid !important;
		text-align: center
	}

	.hm-navbar-default .hm-navbar-nav>li>a {
		color: #fff !important
	}

	.hm-navbar-default .hm-navbar-nav>.active>a,.hm-navbar-default .hm-navbar-nav>.active>a:focus,.hm-navbar-default .hm-navbar-nav>.active>a:hover {
		background-color: #2f6bee
	}

	.hm-navbar-fixed-bottom .hm-navbar-collapse,.hm-navbar-fixed-top .hm-navbar-collapse {
		max-height: 5.5rem !important;
		background-color: #2f6bee
	}

	.hm-navbar-nav {
		margin: 0 !important
	}

	.hmw-banner-container {
		margin-top: .5rem;
		height: 2rem
	}

	.hmw-banner-slide {
		font-size: .18rem;
		padding-top: .2rem;
		padding-bottom: .2rem;
		padding-left: .1rem;
		padding-right: .1rem;
		max-width: 100%
	}

	.hmw-banner-item {
		margin-top: .2rem;
		width: 100%
	}

	.hmw-banner-item .title {
		font-size: .28rem
	}

	.hmw-banner-item .subtitle {
		margin-top: .11rem;
		font-size: .18rem
	}

	.hmw-banner-item .text {
		font-size: .14rem;
		line-height: 1.3
	}

	.swiper-button-prev,.swiper-button-next {
		opacity: 0 !important;
		width: 1px !important
	}

	.hmw-banner-twocol {
		width: 100%
	}

	.hmw-banner-twocol-left {
		height: 1.6rem;
		margin-top: .1rem
	}

	.hmw-banner-twocol img {
		width: 1.2rem
	}

	.hmw-banner-twocol .title {
		font-size: .16rem;
		padding-top: .05rem;
		padding-bottom: .05rem
	}

	.hmw-banner-twocol .subtitle {
		font-size: .14rem;
		line-height: .16rem;
		padding-top: .05rem;
		padding-bottom: .05rem
	}

	.hmw-banner-twocol .text {
		font-size: .1rem;
		padding-top: .05rem;
		padding-bottom: .05rem
	}

	.hmw-banner-slide .button {
		margin-top: .1rem;
		margin-bottom: .1rem;
		border-radius: .06rem;
		font-size: .1rem;
		padding: .05rem .1rem
	}

	.hmw-banner-slide .button:hover span {
		padding-left: .05rem
	}

	.hmw-banner-slide .minbutton {
		margin-top: .05rem;
		margin-bottom: .05rem;
		border-radius: .03rem;
		font-size: .08rem;
		padding: .02rem .05rem
	}

	.hmw-banner-mini {
		height: 1.8rem;
		border-radius: .03rem;
		padding: .15rem
	}

	.hmw-banner-mini-title img {
		width: .3rem;
		height: .3rem
	}

	.hmw-banner-mini-title span {
		font-size: .18rem
	}

	.hmw-banner-mini-desc {
		font-size: .14rem;
		line-height: .23rem;
		padding-top: .12rem
	}

	.hmw-banner-container-lg .hmw-banner-twocol-left {
		height: 1.8rem
	}

	.hmw-banner-container-lg .hmw-banner-twocol-right {
		height: 1.8rem
	}

	.hmw-footer-flink {
		font-size: .12rem
	}

	.hmw-footer-flink-wapper {
		font-size: .12rem;
		height: 1.2rem;
		width: 75%
	}

	.hmw-footer-flink-wapper-link {
		font-size: .12rem
	}

	.hmw-footer-flink-wapper>ul>li {
		padding-left: .05rem;
		padding-right: .05rem;
		line-height: .12rem;
		padding-top: .16rem
	}

	.hmw-footer-flink-more {
		height: 1.2rem;
		font-size: .12rem;
		width: 20%
	}

	.hmw-footer-flink-more-icon {
		border-left: .1rem solid transparent;
		border-right: .1rem solid transparent;
		border-bottom: .12rem solid #b2b2b2;
		margin: .05rem auto 0rem auto
	}

	.hmw-footer-flink-more p {
		font-size: .12rem;
		line-height: .3rem
	}

	.hmw-footer-container {
		padding: .15rem;
		margin-bottom: .1rem
	}

	.hmw-footer-logo {
		width: .8rem;
		margin-bottom: .13rem
	}

	.hmw-footer-addr {
		font-size: .12rem;
		margin-bottom: .15rem !important
	}

	.hmw-qrcode {
		display: inline-block;
		margin-left: .06rem
	}

	.hmw-qrcode img {
		display: inline-block;
		width: .65rem;
		height: .65rem
	}

	.hmw-qrcode p {
		font-size: .07rem;
		margin-top: .01rem
	}

	.hmw-footer2-container {
		padding-top: .05rem;
		padding-bottom: .05rem;
		font-size: .1rem;
		line-height: .15rem
	}

	.hmw-helpme-mob {
		position: fixed;
		z-index: 1000;
		bottom: 2%;
		width: 80%;
		left: 10%
	}

	.hmw-helpme-mob-wrapper {
		height: .46rem;
		box-shadow: 0 0 10px 0px #388fff;
		background-color: #388fff;
		border-radius: .4rem;
		justify-content: center;
		align-items: center;
		display: -webkit-flex;
		opacity:0.5;
        filter:alpha(opacity=50);
	}

	.hmw-helpme-mob-wrapper img {
		width: .3rem;
		height: .3rem
	}

	.hmw-breadcrumb {
		height: .4rem;
		padding-left: .1rem;
		padding-right: .1rem;
		line-height: .4rem;
		font-size: .12rem;
		background: #fff
	}

	.hmw-masking {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
		background: rgba(0,0,0,.3)
	}

	.hmw-sidemenu-mob {
		z-index: 10000;
		position: fixed;
		height: 100%;
		top: 0;
		left: 0
	}

	.hmw-sidemenu-open {
		width: .25rem;
		height: .55rem;
		position: fixed;
		left: 0;
		z-index: 1099;
		top: 45%
	}

	.hmw-sidemenu {
		background-color: #388fff;
		height: 90%;
		width: 2.4rem;
		padding: .15rem;
		margin-top: .7rem
	}

	.hmw-sidemenu-title {
		color: #fff;
		font-size: .22rem;
		padding-bottom: .24rem;
		padding-top: .1rem;
		border-bottom: .01rem solid rgba(255,255,255,.4)
	}

	.hmw-sidemenu-menu-li {
		color: #666;
		border-bottom: .01rem solid rgba(255,255,255,.4);
		padding: .15rem .1rem
	}

	.hmw-sidemenu-menu-li .active {
		color: #fff !important;
		font-size: .16rem;
		padding-left: .1rem
	}

	.hmw-sidemenu-menu-link {
		color: #fff;
		font-size: .14rem
	}

	.hmw-pages {
		margin: .4rem auto
	}

	.hmw-pages .a1 {
		width: .5rem !important;
		height: .26rem !important;
		line-height: .25rem !important;
		font-size: .13rem !important
	}

	.hmw-pages>ul>a,.hmw-pages>ul>span {
		width: .28rem;
		height: .26rem;
		line-height: .22rem;
		font-size: .15rem;
		margin-top: .05rem
	}
}


.hmw-index-news-tab {
	text-align: center;
	margin: 0px auto;
	border: 0px
}

.hmw-index-news-tab-title a {
	font-weight: 500;
	letter-spacing: 0px;
	color: #666;
	display: inline-block
}

.hmw-index-news-tab .active {
	display: inline-block;
	border-bottom: 2px solid #388fff
}

.hmw-index-news-tab .active a {
	font-weight: 600;
	letter-spacing: 0px;
	color: #388fff;
	background-color: rgba(255,255,255,0) !important;
	border: 0px !important
}

.hmw-index-news-tab a:hover {
	color: #388fff
}

.hmw-index-news-content {
	background-color: #fff
}

.hmw-index-news-content-item {
	float: left;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block !important
}

.hmw-index-news-content-item:hover {
	color: #388fff
}

.hmw-index-news-more {
	text-align: center;
	margin: auto
}

.hmw-index-news-headline-container {
	padding-left: 20px;
	padding-top: 72px
}

.hmw-index-news-headline {
	color: #fff;
	padding: 20px;
	background: linear-gradient(rgba(79, 136, 255, 0.8), rgba(46, 107, 234, 0.8));
	height: 188px;
	width: 100%;
	background-size: cover
}

.hmw-index-news-headline-title {
	font-size: 20px;
	color: #fff
}

.hmw-index-news-headline-date {
	padding-top: 5px;
	display: block;
	color: #fff
}

.hmw-index-news-headline-date>i {
	vertical-align: -webkit-baseline-middle;
	padding-right: 5px
}

.hmw-index-news-headline-date>i>img {
	width: 5%
}

.hmw-index-news-headline-desc {
	padding-top: 5px;
	line-height: 22px;
	color: #fff
}

@media screen and (max-width: 991px) {
	.hmw-index-news {
		margin-top: .4rem
	}

	.hmw-index-news-tab {
		margin-top: .2rem !important
	}

	.hmw-index-news-tab-title {
		font-size: .13rem;
		padding-top: .05rem;
		padding-bottom: .05rem;
		margin-left: .08rem;
		margin-right: .08rem
	}

	.hmw-index-news-content {
		font-size: .12rem;
		line-height: .24rem;
		margin-top: .15rem;
		margin-bottom: .1rem;
		padding-left: .1rem;
		padding-top: .1rem;
		padding-bottom: .1rem
	}

	.hmw-index-news-more {
		margin-top: .2rem;
		margin-bottom: .2rem
	}
}



.hmw-pro {
	background-color: #fff
}

.hmw-pro-header {
	color: #fff
}

.hmw-pro-header-bg-red {
	background: url(../images/index_party_red_bg.png) center no-repeat
}

.hmw-pro-header-bg-blue {
	background: url(../images/index_party_blue_bg.png) center no-repeat
}

.hmw-pro-header-bg-green {
	background: url(../images/index_party_green_bg.png) center no-repeat
}

.hmw-pro-content {
	margin: 0px
}

.hmw-pro-footer {
	margin: 0px
}

.hmw-pro-item-bg-red {
	background: #00377c;
	background: -webkit-linear-gradient(90deg, #00377c, #00377c, #00377c);
	background: -o-linear-gradient(90deg, #00377c, #00377c, #00377c);
	background: -moz-linear-gradient(90deg, #00377c, #00377c, #00377c);
	background: linear-gradient(90deg, #00377c, #00377c, #00377c)
}

.hmw-pro-item-bg-blue {
	background: #388fff;
	background: -webkit-linear-gradient(90deg, #388fff, #009fff);
	background: -o-linear-gradient(90deg, #388fff, #009fff);
	background: -moz-linear-gradient(90deg, #388fff, #009fff);
	background: linear-gradient(90deg, #388fff, #009fff)
}

.hmw-pro-item-bg-green {
	background: #01b8a1;
	background: -webkit-linear-gradient(90deg, #01b8a1, #45e6ca);
	background: -o-linear-gradient(90deg, #01b8a1, #45e6ca);
	background: -moz-linear-gradient(90deg, #01b8a1, #45e6ca);
	background: linear-gradient(90deg, #01b8a1, #45e6ca)
}

.hmw-pro-item-bg-red:hover {
	background: #00377c;
	background: -webkit-linear-gradient(90deg, #00377c, #00377c, #00377c);
	background: -o-linear-gradient(90deg, #00377c, #00377c, #00377c);
	background: -moz-linear-gradient(90deg, #00377c, #00377c, #00377c);
	background: linear-gradient(90deg, #00377c, #00377c, #00377c)
}

.hmw-pro-item-bg-blue:hover {
	background: #388fff;
	background: -webkit-linear-gradient(90deg, #388fff, #009fff);
	background: -o-linear-gradient(90deg, #388fff, #009fff);
	background: -moz-linear-gradient(90deg, #388fff, #009fff);
	background: linear-gradient(90deg, #388fff, #009fff)
}

.hmw-pro-item-bg-green:hover {
	background: #01b8a1;
	background: -webkit-linear-gradient(90deg, #01b8a1, #45e6ca);
	background: -o-linear-gradient(90deg, #01b8a1, #45e6ca);
	background: -moz-linear-gradient(90deg, #01b8a1, #45e6ca);
	background: linear-gradient(90deg, #01b8a1, #45e6ca)
}

.hmw-pro-item-btn-small {
	border: 1px solid #fff
}

.hmw-pro-item-btn-orange {
	color: #f90
}

.hmw-pro-item-btn-blue:hover {
	color: #388fff
}

.hmw-pro-item-btn-red:hover {
	color: #00377c
}

.hmw-pro-item-btn-green {
	color: #01b8a1
}

.hmw-pro-item-btn-green:hover {
	color: #01b8a1
}

.hmw-pro-item-bg-party {
	background: url(../images/index_party_bg.png)
}

.hmw-pro-item-index:hover {
	box-shadow: 0,0,0,rgba(0,0,0,.2);
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02);
	box-shadow: 0 0px 23px rgba(0,0,0,.3);
	transition: all .2s
}

.hmw-pro-item-bg-mass {
	background: url(../images/index_party_mass_bg.png)
}

.hmw-pro-item-bg-city {
	background: url(../images/index_govment_bg-city.png)
}

.hmw-pro-item-bg-street {
	background: url(../images/index_govment_bg2.png)
}

.hmw-pro-item-bg-p5 {
	background: url(../images/index_enterprise_bg1.png)
}

.hmw-pro-item-bg-istore {
	background: url(../images/index_enterprise_bg2.png)
}

.hmw-pro-item {
	transition: all ease .4s;
	overflow: hidden;
	position: relative;
	box-shadow: none;
	padding: 0px;
	border-bottom: 1px solid #e2e2e2;
	display: inline-block
}

.hmw-pro-item-service {
	transition: all ease .4s;
	overflow: hidden;
	position: relative;
	box-shadow: none;
	padding: 0px;
	border-bottom: 1px solid #e2e2e2
}

.hmw-pro-item-pic {
	margin: auto !important;
	text-align: center !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.hmw-pro-item-pic-img {
	overflow: hidden
}

.hmw-pro-item-content {
	text-align: center
}

.hmw-pro-item-hrsr {
	border-right: 1px solid #e2e2e2
}

.hmw-pro-item-hrsr:nth-child(2) {
	border-right: none
}

.hmw-pro-item-subtitle {
	color: #999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.hmw-pro-item-hide {
	display: none;
	top: 0px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	top: 0px;
	color: #fff
}

.hmw-pro-item-hide-left {
	width: 69%;
	color: #fff;
	float: left;
	text-align: left
}

.hmw-pro-item-hide-title {
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.hmw-pro-item-hide-desc {
	overflow: hidden
}

.hmw-pro-item-hide-case {
	text-align: left;
	overflow: hidden
}

.hmw-pro-item-hide-right {
	width: 22%;
	float: right
}

.hmw-pro-item-hide-pic {
	margin: 0 auto;
	display: block
}

.hmw-pro-item-btn {
	border: 1px solid #fff;
	color: #fff;
	display: block;
	text-align: center
}

.hmw-pro-item-btn:hover {
	background: #fff
}

.hmw-pro-item-small {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	display: inline-block
}

.hmw-pro-item-small-pic {
	margin: 0 auto
}

.hmw-pro-item-small-title {
	text-align: center
}

.hmw-pro-item-small-hide {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	height: 100%;
	color: #fff
}

.hmw-pro-item-small-hide-left {
	float: left
}

.hmw-pro-item-small-hide-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	text-align: left;
	color: #fff
}

.hmw-pro-item-small-hide-case {
	overflow: hidden;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #fff
}

.hmw-pro-item-small-hide-right {
	float: right;
	text-align: center
}

.hmw-pro-item-small-hide-pic {
	margin: 0 auto
}

.hmw-pro-item-small-btn {
	display: block;
	border: 1px solid #fff;
	text-align: center;
	color: #fff
}

.hmw-pro-item-small-btn:hover {
	background: #fff
}

.hmw-pro-footer .hmw-pro-item-small .hmw-pro-item-small-hrsb {
	border-right: 1px solid #e2e2e2
}

.hmw-pro-item-small-hrsb:nth-child(4) {
	border-right: none
}

.hmw-pro-container {
	margin-top: 80px
}

.hmw-pro-container-body img {
	width: 100%
}

.hmw-pro-terminal ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.hmw-pro-terminal ul li {
	width: 200px;
	height: 100px;
	margin-bottom: 13px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 100px;
	font-weight: 700;
	box-shadow: 1px 1px 12px rgba(180,180,180,.4)
}

.hmw-pro-terminal ul li img {
	vertical-align: middle;
	margin-right: 12px;
	width: 30%
}

.hmw-pro-terminal-app {
	background: linear-gradient(90deg, #0c70f6, #299af9)
}

.hmw-pro-terminal-web {
	background: linear-gradient(90deg, #01b5e9, #41dbf2)
}

.hmw-pro-terminal-wechat {
	background: linear-gradient(90deg, #0dda8b, #2ce9ac)
}

.hmw-pro-terminal-bigdata {
	background: linear-gradient(90deg, #7086ff, #8ec4ff)
}

.hmw-pro-terminal-allinone {
	background: linear-gradient(90deg, #486080, #5f7da6)
}

.hmw-pro-index-adv {
	text-align: center;
	float: left;
	background-color: #fff;
	padding: 20px;
	width: 100%;
	box-shadow: 1px 2px 25px rgba(0,159,255,.2)
}

.hmw-pro-index-adv:hover {
	background-color: #388fff;
	background: -webkit-linear-gradient(90deg, #388fff, #2f6bee) !important;
	background: -o-linear-gradient(90deg, #388fff, #2f6bee) !important;
	background: -moz-linear-gradient(90deg, #388fff, #2f6bee) !important;
	background: linear-gradient(90deg, #388fff, #2f6bee) !important;
	transition: all .3s;
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-moz-transform: scale(1.03);
	box-shadow: 0 0px 13px rgba(0,0,10,.3)
}

.hmw-pro-index-adv:hover .hmw-pro-index-adv-pic {
	background-color: #fff;
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: -moz-linear-gradient(#fff, #fff);
	background: linear-gradient(#fff, #fff);
	box-shadow: 1px 2px 25px rgba(0,159,255,.8)
}

.hmw-pro-index-adv:hover .hmw-pro-index-adv-pic img {
	filter: none
}

.hmw-pro-index-adv:hover .hmw-pro-index-adv-title,.hmw-pro-index-adv:hover .hmw-pro-index-adv-txt {
	color: #fff
}

.hmw-pro-index-adv-left {
	width: 25%;
	height: 110px;
	float: left;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.hmw-pro-index-adv-right {
	width: 75%;
	float: left
}

.hmw-pro-index-adv-pic {
	margin: 0 auto;
	align-items: center;
	display: flex;
	background-color: #388fff;
	background: -webkit-linear-gradient(#388fff, #2f6bee);
	background: -o-linear-gradient(#388fff, #2f6bee);
	background: -moz-linear-gradient(#388fff, #2f6bee);
	background: linear-gradient(#388fff, #2f6bee);
	height: 72px;
	width: 72px;
	border-radius: 4px
}

.hmw-pro-index-adv-pic img {
	filter: brightness(100);
	text-align: center;
	margin: 0 auto;
	width: 42px;
	height: 42px
}

.hmw-pro-index-adv-title {
	color: #666;
	font-weight: 600;
	text-align: left;
	overflow: hidden;
	font-size: 19px;
	padding: 10px 0px
}

.hmw-pro-index-adv-txt {
	color: #666;
	text-align: left;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 24px
}

.hmw-pro-index-function-bg {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 15px;
	background: url(../images/sp_pro_index_function_bg.jpg) no-repeat
}

.hmw-pro-index-function img {
	object-fit: cover
}

.hmw-pro-index-function,.hmw-pro-index-function-mini,.hmw-pro-index-function-other {
	background-image: linear-gradient(to right, rgba(0, 80, 222, 0.6), rgba(0, 80, 222, 0.2));
	color: #fff;
	text-align: center
}

.hmw-pro-index-function {
	height: 340px;
	padding: 20px
}

.hmw-pro-index-function:hover,.hmw-pro-index-function-mini:hover {
	background-image: linear-gradient(to right, #388fff, #2f6bee);
	color: #fff;
	text-align: center;
	margin-right: 1px;
	transition: all .2s ease-out;
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-moz-transform: scale(1.03);
	box-shadow: 0 0px 13px rgba(0,0,10,.3)
}

.hmw-pro-index-function a {
	color: #ccc
}

.hmw-pro-index-function:hover a {
	color: #fff
}

.hmw-pro-index-function-head {
	padding-top: 30px
}

.hmw-pro-index-function-head-icon img {
	height: 64px
}

.hmw-pro-index-function-head-title {
	padding-top: 30px
}

.hmw-pro-index-function-head-title h3 {
	color: #fff;
	font-size: 24px
}

.hmw-pro-index-function-desc {
	color: #ccc;
	text-align: left;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 20px;
	margin-bottom: 20px
}

.hmw-pro-index-function-item {
	display: none;
	overflow: hidden;
	height: 155px;
	margin: 10px
}

.hmw-pro-index-function-btn {
	color: #ccc;
	overflow: hidden;
	height: 30px;
	font-size: 14px;
	line-height: 30px
}

.hmw-pro-index-function-more a {
	color: #fff
}

.hmw-pro-index-function:hover .hmw-pro-index-function-head {
	overflow: hidden;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
	height: 60px
}

.hmw-pro-index-function:hover .hmw-pro-index-function-head-icon {
	float: left;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 20%;
	height: 60px;
	margin-right: 10px
}

.hmw-pro-index-function:hover .hmw-pro-index-function-head-icon img {
	height: 30px
}

.hmw-pro-index-function:hover .hmw-pro-index-function-head-title {
	padding-top: 0;
	float: left;
	overflow: hidden;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 70px
}

.hmw-pro-index-function:hover .hmw-pro-index-function-head-title h3 {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 24px;
	height: 30px;
	line-height: 30px
}

.hmw-pro-index-function:hover .hmw-pro-index-function-item {
	display: block;
	overflow: hidden;
	height: 80px
}

.hmw-pro-index-function:hover .hmw-pro-index-function-desc {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 22px
}

.hmw-pro-index-function:hover .hmw-pro-index-function-btn {
	justify-content: space-between;
	overflow: hidden;
	background-color: #2f6bee;
	color: #fff;
	display: inline-block;
	text-align: center;
	float: center;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
	height: 28px;
	line-height: 26px;
	font-size: 14px;
	margin: 4px auto;
	padding: 0px 6px
}

.hmw-pro-index-function:hover .hmw-pro-index-function-more {
	color: #fff;
	background-color: #388fff;
	text-align: center;
	line-height: 34px;
	width: 120px;
	height: 34px;
	padding: 5px
}

.hmw-pro-index-function-mini {
	height: 160px
}

.hmw-pro-index-function-mini-left {
	float: left;
	width: 30%;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.hmw-pro-index-function-mini-pic {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	background-color: #388fff;
	background: -webkit-linear-gradient(#0052dd, #2f6bee);
	background: -o-linear-gradient(#0052dd, #2f6bee);
	background: -moz-linear-gradient(#0052dd, #2f6bee);
	background: linear-gradient(#0052dd, #2f6bee);
	opacity: .7;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.hmw-pro-index-function-mini-pic img {
	margin: 0 auto;
	height: 36px;
	width: 36px
}

.hmw-pro-index-function-mini:hover .hmw-pro-index-function-mini-pic {
	opacity: 1
}

.hmw-pro-index-function-mini-right {
	float: left;
	width: 70%;
	padding: 10px;
	text-align: left;
	opacity: .9
}

.hmw-pro-index-function-mini-title {
	padding-top: 20px;
	overflow: hidden;
	vertical-align: middle
}

.hmw-pro-index-function-mini-title h3 {
	color: #fff;
	overflow: hidden;
	font-size: 24px;
	text-overflow: ellipsis
}

.hmw-pro-index-function-mini-item {
	overflow: hidden
}

.hmw-pro-index-function-mini-desc {
	padding-top: 10px;
	color: #ccc;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.hmw-pro-index-function-other {
	height: 150px;
	padding: 5px
}

.hmw-pro-index-function-other-left {
	float: left;
	width: 5%;
	height: 150px;
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.hmw-pro-index-function-other-left h3 {
	width: 20px;
	margin: 0 auto;
	line-height: 24px;
	font-size: 20px
}

.hmw-pro-index-function-other-right {
	float: left;
	width: 95%;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 15px;
	text-align: left
}

.hmw-pro-index-function-other-item {
	background-color: #03369f;
	text-align: center;
	opacity: .7;
	padding: 10px;
	border: 1px solid #7b8598;
	font-size: 18px
}

.hmw-pro-index-function-other-item a {
	color: #fff;
	opacity: 1
}

.hmw-pro-index-function-other-item:hover {
	background-color: #388fff;
	background: -webkit-linear-gradient(to right, #388fff, #2f6bee);
	background: -o-linear-gradient(to right, #388fff, #2f6bee);
	background: -moz-linear-gradient(to right, #388fff, #2f6bee);
	background-image: linear-gradient(to right, #388fff, #2f6bee);
	opacity: .9
}

.hmw-pro-index-terminal {
	text-align: center;
	float: left
}

.hmw-pro-index-terminal-item {
	float: left;
	width: 100%
}

.hmw-pro-index-terminal-item:hover .hmw-pro-index-terminal-item-show {
	display: none
}

.hmw-pro-index-terminal-item:hover .hmw-pro-index-terminal-item-hide {
	display: block;
	color: #388fff;
	transition: all .1s;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	text-align: center
}

.hmw-pro-index-terminal-item-show {
	text-align: center;
	color: #666
}

.hmw-pro-index-terminal-item-hide {
	display: none;
	transition: all .3s
}

.hmw-pro-index-service {
	clear: both;
	overflow: hidden
}

.hmw-pro-index-service-title-icon {
	background-color: #388fff;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle
}

.hmw-pro-index-service-title {
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	display: inline-block;
	vertical-align: middle;
	background: linear-gradient(92deg, #388fff, #0052dd, #2f6bee);
	-webkit-background-clip: text;
	color: transparent;
	font-weight: bold
}

.hmw-pro-index-service-item1,.hmw-pro-index-service-item2 {
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666;
	display: inline-block
}

.hmw-pro-index-service-item1 a,.hmw-pro-index-service-item2 a {
	color: #666
}

.hmw-pro-index-service-item1 {
	background-color: #e8eefe
}

.hmw-pro-index-service-item2 {
	background-color: #fef6e8
}

.hmw-pro-index-service-tab ul {
	width:100%;
	margin: 0 auto;

}

.hmw-pro-index-service-tab ul li {
	float:left;
	width:20%;
	display: block;
	text-align: right;
	color: #333;
	cursor: pointer
}
.hmw-pro-index-service-tab ul li a{
	display: block;
	text-align: center;
	color: #333;
	cursor: pointer
}


.hmw-pro-index-service-tab ul li.active a,.hmw-pro-index-service-tab ul li a:hover {
	border-bottom:1px solid #ff6900;
	color:#ff6900;
}
.hmw-pro-pam-banner-animat {
	position: relative;
	top: 1px;
	right: 1px
}

.hmw-pro-pam-banner-animat-item {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation: hmw-pro-pam-banner-animat 2s ease-out both;
	-moz-animation: hmw-pro-pam-banner-animat 2s ease-out both;
	-o-animation: hmw-pro-pam-banner-animat 2s ease-out both;
	animation: hmw-pro-pam-banner-animat 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes hmw-pro-pam-banner-animat {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

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

@-moz-keyframes hmw-pro-pam-banner-animat {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: .5
	}
}

@-o-keyframes hmw-pro-pam-banner-animat {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes hmw-pro-pam-banner-animat {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.hmw-pro-pam-banner-animat-dot1 {
	position: absolute;
	border: 4px solid #e2e6ea;
	background-color: #f16123
}

.hmw-pro-pam-banner-animat-dot2 {
	position: absolute;
	border: 1px solid #e2e6ea;
	box-shadow: 0 0 15px rgba(241,97,35,.6);
	background-color: rgba(241,97,35,.6)
}

.hmw-pro-pam-banner-animat-dot3 {
	position: absolute;
	border: 1px solid #e2e6ea;
	box-shadow: 0 0 15px rgba(241,97,35,.6);
	background-color: rgba(241,97,35,.6)
}

.hmw-pro-pam-ver-tab {
	overflow: hidden;
	margin: 0 auto
}

.hmw-pro-pam-ver-tab-item {
	width: 25%;
	float: left;
	cursor: pointer;
	position: relative;
	z-index: 1;
	overflow: hidden
}

.hmw-pro-pam-ver-tab-item:after {
	border-top: 2px solid red;
	content: " ";
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	display: none
}

.hmw-pro-pam-ver-tab-item p {
	color: #999;
	display: block;
	text-align: center
}

.hmw-pro-pam-ver-tab-item span {
	color: #212121;
	display: block;
	text-align: center
}

.hmw-pro-pam-ver-tab-item.active:after {
	display: block
}

.hmw-pro-pam-ver-tab-item.active span,.hmw-pro-pam-ver-tab-item span:hover {
	color: red
}

.hmw-pro-pam-ver-slide {
	background: url(../images/box3_bg.png) no-repeat;
	box-shadow: 0 0 16px 0 rgba(0,0,0,.08);
	box-sizing: border-box;
	display: none
}

.hmw-pro-pam-ver-slide.active {
	display: block
}

.hmw-pro-pam-ver-left {
	float: left;
	width: 30%
}

.hmw-pro-pam-ver-name {
	font-weight: 600
}

.hmw-pro-pam-ver-desc {
	color: #999
}

.hmw-pro-pam-ver-center {
	float: left;
	width: 15%;
	font-weight: 600
}

.hmw-pro-pam-ver-right {
	float: left;
	position: relative
}

.hmw-pro-pam-ver-item {
	cursor: pointer;
	line-height: 1.5
}

.hmw-pro-pam-ver-item a {
	color: #333
}

.hmw-pro-pam-ver-item h4 {
	color: #555
}

.hmw-pro-pam-ver-item h4:hover {
	color: red
}

.hmw-pro-pam-ver-item p {
	color: #999
}

.hmw-pro-pam-fun-tab {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.hmw-pro-pam-fun-tab-content {
	position: relative
}

.hmw-pro-pam-fun-tab-item {
	text-align: center;
	animation: all .3s
}

.hmw-pro-pam-fun-tab li.active,.hmw-pro-pam-fun-tab li:hover {
	border-bottom:2px solid #ff6900
}



.hmw-pro-pam-fun-tab li.active h4,.hmw-pro-pam-fun-tab li:hover h4 {
	color: #ff6900
}

.hmw-pro-pam-fun-tab li.active .hmw-pro-pam-fun-tab-item-icon {
	display: block;
	left: 0;
	right: 0
}

.hmw-pro-pam-fun-tab-item-title {
	color: #666;
	text-align: center
}

.hmw-pro-pam-fun-tab-item-img {
	display: block
}

.hmw-pro-pam-fun-body {
	width: 100%;

}

.hmw-pro-pam-fun-slide {
	display: none
}

.hmw-pro-pam-fun-item {
	margin-top: 0px;
	float: left
}

.hmw-pro-pam-fun-item-top {
	color: #333;
	border-bottom: 1px solid #e2e2e2;
	display: flex;
	align-items: center
}

.hmw-pro-pam-fun-item-desc {
	color: #333
}

.hmw-pro-pam-support-item {
	float: left;
	text-align: center;
	position: relative;
	transition: all .3s
}

.hmw-pro-pam-support-item:hover .hmw-pro-pam-support-item-img {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

.hmw-pro-pam-support-item-title {
	color: #666
}

.hmw-pro-pam-support-item-desc {
	color: #999
}

.hmw-pro-com-shownum {
	position: absolute;
	z-index: 1000;
	display: flex;
	text-align: center
}

.hmw-pro-com-shownum-box {
	width: 100%;
	margin: 0 auto
}

.hmw-pro-com-shownum-item {
	flex: 1
}

.hmw-pro-com-shownum-item p {
	letter-spacing: 0rem;
	color: #333
}

.hmw-pro-com-shownum-item3 p {
	letter-spacing: 0rem;
	color: #333
}

.hmw-pro-com-adv {
	margin-top: 80px
}

.hmw-pro-com-adv-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.hmw-pro-com-adv-item {
	width: 33.33%;
	height: 200px;
	cursor: pointer;
	display: flex;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	color: #333
}

.hmw-pro-com-adv-item:hover {
	background-color: #2f6bee;
	box-shadow: 0px 2px 15px 0px rgba(0,82,221,.5);
	border-radius: 10px;
	color: #fff
}

.hmw-pro-com-adv-item p {
	flex: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0px;
	margin: 0;
	margin-top: -80px
}

.hmw-pro-com-adv-item img {
	width: 64px;
	height: 64px;
	min-width: 43px;
	min-height: 43px
}

.hmw-pro-com-adv-item:hover img {
	filter: brightness(100)
}

.hmw-pro-com-solu-estate {
	position: relative;
	height: 330px;
	margin-top: 40px
}

.hmw-pro-com-solu-estate-logo {
	width: 100%;
	position: absolute;
	height: 100%
}

.hmw-pro-com-solu-estate-logo-box {
	position: absolute;
	width: 176px;
	height: 142.4px;
	min-width: 148px;
	min-height: 120px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1.3)
}

.hmw-pro-com-solu-estate-logo-box::before {
	position: absolute;
	content: "";
	width: 136px;
	height: 136px;
	min-width: 120px;
	min-height: 120px;
	left: 11%;
	background: #dee9f9;
	border-radius: 50%;
	animation: hmw-pro-com-solu-estate-wave 1.5s ease-out infinite;
	z-index: -10
}

@keyframes hmw-pro-com-solu-estate-wave {
	70%,75% {
		transform: scale(1.7)
	}

	80%,100% {
		opacity: 0
	}
}

.hmw-pro-com-solu-estate-item {
	position: absolute;
	width: 40%;
	height: 100px;
	min-width: 320px;
	min-height: 68px;
	background: #fff;
	box-shadow: 0px 1px 12px 0px rgba(179,179,179,.4);
	border-radius: 10px
}

.hmw-pro-com-solu-estate-item p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	line-height: 40px
}

.hmw-pro-com-solu-estate-item p:nth-child(1) {
	margin-bottom: -16px
}

.hmw-pro-com-solu-estate-item ul {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 70%;
	text-align: center;
	min-width: 278px;
	min-height: 68px;
	padding: 12px 0;
	left: 15%
}

.hmw-pro-com-solu-estate-item ul li {
	width: 50%;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	color: #666;
	list-style: none;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center
}

.hmw-pro-com-solu-estate-item ul li span {
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #2f6bee;
	margin-right: 5px
}

.hmw-pro-com-solu-estate-item-right,.hmw-pro-com-solu-estate-item-left {
	width: 49.6px;
	min-width: 42px;
	height: 100%;
	min-height: 68px;
	background: linear-gradient(90deg, #519EFF, #376BF5);
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center
}

.hmw-pro-com-solu-estate-item-left {
	border-radius: 10px 0px 0px 10px;
	left: 0
}

.hmw-pro-com-solu-estate-item-right {
	border-radius: 0px 10px 10px 0px;
	right: 0
}

.hmw-pro-com-solu-estate-item-topleft {
	left: 0%;
	top: 0%
}

.hmw-pro-com-solu-estate-item-topright {
	right: 0%;
	top: 0%
}

.hmw-pro-com-solu-estate-item-bottomleft {
	left: 0%;
	bottom: 0%
}

.hmw-pro-com-solu-estate-item-bottomright {
	right: 0%;
	bottom: 0%
}

.hmw-pro-street-adv ul {
	justify-content: space-between
}

.hmw-pro-street-adv-item {
	display: block;
	position: relative;
	overflow: hidden
}

.hmw-pro-street-adv-item img {
	display: block;
	width: 100%;
	height: 100%
}

.hmw-pro-street-adv-item-title {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: rgba(0,0,0,.3)
}

.hmw-pro-street-adv-item-title h4 {
	font-weight: 600;
	vertical-align: middle;
	text-align: center;
	color: #fff
}

.hmw-pro-street-adv-item p {
	position: absolute;
	left: 0;
	box-sizing: border-box;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #fff;
	font-weight: 400;
	opacity: 0
}

.hmw-pro-street-adv-item,.hmw-pro-street-adv-item:hover,.hmw-pro-street-adv-item-title h4,.hmw-pro-street-adv-item:hover div h4,.hmw-pro-street-adv-item p,.hmw-pro-street-adv-item:hover p {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.hmw-pro-street-adv-item:hover p {
	opacity: 1
}

.hmw-pro-street-question ul {
	justify-content: space-between
}

.hmw-pro-street-question ul li {
	display: block
}

.hmw-pro-street-question-con {
	border: 1px #dedede solid;
	overflow: hidden;
	opacity: 1
}

.hmw-pro-street-question-con:hover {
	box-shadow: 0px 8px 12px 0px rgba(179,179,179,.4)
}

.hmw-pro-street-question-con-title {
	background: #388fff !important;
	background: -webkit-linear-gradient(#388fff, #009fff) !important;
	background: -o-linear-gradient(#388fff, #009fff) !important;
	background: -moz-linear-gradient(#388fff, #009fff) !important;
	background: linear-gradient(#388fff, #009fff) !important
}

.hmw-pro-street-question-con-title p {
	color: #fff;
	text-align: center
}

.hmw-pro-street-question-con-details {
	text-align: center
}

.hmw-pro-street-question-con-details p {
	color: #666;
	text-align: left
}

.hmw-pro-street-question-con-details p span {
	display: inline-block;
	background: #999;
	border-radius: 50%;
	vertical-align: middle
}

.hmw-pro-street-solution {
	padding-top: 1px;
	width: 100%;
	background: url(../images/street_solve_bg.jpg) no-repeat
}

.hmw-pro-street-solution {
	color: #fff
}

.hmw-pro-street-solution img {
	max-width: 100%;
	height: 100%;
	object-fit: cover
}

.hmw-pro-street-solution-guide,.hmw-pro-street-solution-manage,.hmw-pro-street-solution-safe,.hmw-pro-street-solution-livelihood,.hmw-pro-street-solution-data,.hmw-pro-street-solution-activity {
	background: url(../images/street_solve_con_bg.png) no-repeat left bottom;
	background-size: auto;
	box-shadow: rgba(179,179,179,.4) 0px 0px 12px 5px;
	border-radius: 10px;
	z-index: 100
}

.hmw-pro-street-solution-text {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: #fff
}

.hmw-pro-street-solution-text-con h4 {
	font-weight: bold;
	color: #376bf5
}

.hmw-pro-street-solution-text-con h6 {
	font-weight: 400;
	color: #666
}

.hmw-pro-street-solution-text-con h5 {
	font-weight: bold;
	color: #333
}

.hmw-pro-street-solution-text-con p {
	font-weight: 400;
	color: #666;
	text-align: justify;
	text-justify: inter-ideograph
}

.hmw-pro-street-solution-text-con p span {
	color: #376bf5
}

.hmw-pro-street-solution-guide-pic,.hmw-pro-street-solution-manage-pic,.hmw-pro-street-solution-safe-pic,.hmw-pro-street-solution-activity-pic {
	float: left;
	height: 100%;
	padding: 0
}

.hmw-pro-street-solution-livelihood-pic,.hmw-pro-street-solution-data-pic {
	overflow: hidden;
	text-align: center
}

.hmw-pro-street-solution-livelihood-pic img,.hmw-pro-street-solution-data-pic img {
	width: 100%;
	transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.hmw-pro-street-function-details {
	box-sizing: border-box;
	background: url(../images/sp_street_function_pic_bg.png) 100% top no-repeat;
	background-size: cover
}

.hmw-pro-street-function-details-content {
	margin: 0 auto
}

.hmw-pro-street-function-details-content ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around
}

.hmw-pro-street-function-details-content ul li {
	transform: scale(0.99);
	-webkit-transform: scale(0.99)
}

.hmw-pro-street-function-details-content ul:first-child {
	margin-top: 0
}

.hmw-pro-street-function-details-content ul li,.hmw-pro-street-function-details-content ul li:hover {
	transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in
}

.hmw-pro-street-function-details-content ul li:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.04)
}

.hmw-pro-park-vsbox {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.hmw-pro-park-vsbox-gov {
	width: 600px;
	height: 346px;
	background: #376bf5;
	box-shadow: 1px 1px 10px 0px rgba(7,47,116,.3);
	border-radius: 10px;
	color: #fff
}

.hmw-pro-park-vsbox-gov>h3 {
	padding-top: 46px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	text-align: center;
	margin-bottom: 29px
}

.hmw-pro-park-vsbox-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #dedede
}

.hmw-pro-park-vsbox-item.last {
	border-bottom: 0px
}

.hmw-pro-park-vsbox-item h5 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	margin-bottom: 7px
}

.hmw-pro-park-vsbox-item p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400
}

.hmw-pro-park-vsbox-estate {
	width: 600px;
	height: 320px;
	background: #fff;
	box-shadow: 0px 2px 15px 0px rgba(153,153,153,.3);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #666
}

.hmw-pro-park-vsbox-estate h3 {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333;
	margin-top: 33px;
	margin-bottom: 29px
}

.hmw-pro-park-vsbox-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -20%);
	width: 56px;
	height: 56px;
	z-index: 999
}

.hmw-pro-park-title h3 {
	text-align: center;
	font-weight: 600;
	color: #333;
	font-size: 36px;
	margin-top: 26px;
	margin-bottom: 31px
}

.hmw-pro-park-title h4 {
	text-align: center;
	color: #666;
	font-weight: 400;
	font-size: 24px;
	margin-top: 86px
}

.hmw-pro-park-title p {
	text-align: center;
	color: #999;
	margin: auto;
	font-size: 16px;
	font-weight: 400
}

.hmw-pro-park-solu-zs {
	text-align: center;
	height: 600px
}

.hmw-pro-park-solu-zs-btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 19px;
	position: absolute;
	text-align: right;
	justify-content: center;
	opacity: 0;
	transition: .3s;
	color: #fff;
	cursor: pointer
}

.hmw-pro-park-solu-zs-btn:hover {
	opacity: 1;
	background-color: #1087fa
}

.hmw-pro-park-solu-zs-btn button {
	width: 90px;
	height: 34px;
	background: #f8f8f8;
	border: 1px solid #1087fa;
	border-radius: 4px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #1087fa;
	transition: .3s
}

.hmw-pro-park-solu-hardware-list {
	width: 543px;
	margin: 0 auto
}

.hmw-pro-park-solu-asset {
	max-width: 1000px;
	background-size: contain;
	margin: auto;
	margin-top: 32px;
	position: relative
}

.hmw-pro-park-solu-asset img {
	width: 100%
}

.hmw-pro-park-solu-asset .hmw-pro-park-solu-asset-scoull {
	overflow: hidden;
	width: 75.3%;
	margin: auto;
	height: 89%;
	padding-top: 4%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

.hmw-pro-park-solu-asset-scoull_cont {
	position: relative
}

.hmw-pro-overview-brief {
	background-image: none;
	background: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	box-sizing: border-box
}

.hmw-pro-overview-brief-pic {
	height: 100%
}

.hmw-pro-overview-brief-title {
	line-height: 1.8;
	font-weight: 600;
	color: #333
}

.hmw-pro-overview-brief-cont {
	line-height: 1.8;
	color: #666
}

.hmw-pro-overview-pain {
	background: -webkit-linear-gradient(#f3f4f7, #fff);
	background: -o-linear-gradient(#f3f4f7, #fff);
	background: -moz-linear-gradient(#f3f4f7, #fff);
	background: linear-gradient(#f3f4f7, #fff)
}

.hmw-pro-overview-pain ul {
	align-items: center;
	justify-content: flex-start
}

.hmw-pro-overview-pain ul li {
	display: block;
	border-top: 1px #e4e4e4 solid;
	border-bottom: 1px #e4e4e4 solid;
	border-right: 1px #e4e4e4 solid;
	box-sizing: border-box;
	text-align: center
}

.hmw-pro-overview-pain ul li p {
	text-align: center;
	color: #333
}

.hmw-pro-service-content {
	opacity: 1
}

.hmw-pro-service-content-slide {
	background-color: #fff;
	box-shadow: rgba(179,179,179,.4) 0px 0px 12px 5px;
	box-sizing: border-box
}

.hmw-pro-service-content-top {
	border-bottom: 1px #e2e2e2 solid;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	box-sizing: border-box
}

.hmw-pro-service-content-text {
	width: 100%
}

.hmw-pro-service-content-title {
	font-weight: bold;
	color: #333
}

.hmw-pro-service-content-title span {
	color: #388fff
}

.hmw-pro-service-content-desc {
	font-weight: 400;
	color: #666;
	overflow: hidden
}

.hmw-pro-service-content-bottom {
	box-sizing: border-box
}

.hmw-pro-service-content-item {
	text-align: center;
	font-weight: 400;
	color: #333
}

.hmw-pro-service-content-item img {
	display: block;
	margin: 0 auto;
	border: 1px #e2e2e2 solid;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center
}

.hmw-pro-function-cat {
	border-radius: 6px;
	justify-content: space-around
}

.hmw-pro-function-cat-pic {
	width: 100%;
	text-align: center;
	padding-top: 0;
	margin: auto !important;
	margin: 0 auto !important;
	text-align: center !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.hmw-pro-function-cat-text a {
	color: #388fff
}

.hmw-pro-function-cat-text h2 {
	font-weight: bold;
	text-align: center
}

.hmw-pro-function-cat-text p {
	font-weight: 400;
	color: #666;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.hmw-pro-function-cat-text p a {
	color: #666
}

.hmw-pro-function-cat-text ul {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: center
}

.hmw-pro-function-list-right {
	margin-left: 0
}

.hmw-pro-function-list-item {
	margin-right: 0;
	margin-top: 0
}

.hmw-pro-function-list-item-title {
	font-weight: bold;
	overflow: hidden;
	color: #333
}

.hmw-pro-function-list-item-desc a {
	color: #666
}

.hmw-pro-function-list-item-showinfo {
	background-color: #fff
}

.hmw-pro-function-list-item-more {
	margin-bottom: 0
}

.hmw-pro-function-show-title {
	width: 100%;
	background-blend-mode: normal,normal
}

.hmw-pro-function-show-title h1 {
	font-weight: bold;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0
}

.hmw-pro-function-show-body-lable {
	font-weight: bold;
	color: #333
}

.hmw-pro-function-show-body-txt {
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666;
	text-indent: 2em
}

.hmw-pro-show-bg-red {
	background: url(../images/sp_bg_img_red.jpg) no-repeat;
	background-size: 100% 100%
}

.hmw-pro-show-bg-blue {
	background: url(../images/sp_bg_img_blue.jpg) no-repeat;
	background-size: 100% 100%
}

.hmw-pro-show-head-title {
	text-align: center;
	font-weight: 600;
	color: #fff
}

.hmw-pro-show-head-subtitle {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	color: #f2f2f2
}

.hmw-pro-show-head-img {
	text-align: center
}

.hmw-pro-show-content {
	color: #fff
}

.hmw-pro-show-content-title {
	color: #fff
}

.hmw-pro-show-content-img {
	position: relative
}

.hmw-pro-about-box {
	width: 100%;
	position: sticky;
	background-color: #fff;
	border-radius: 10px
}

.hmw-pro-about-title {
	font-weight: bold;
	text-align: center
}

.hmw-pro-about-box1-text p {
	color: #666;
	text-indent: 2em;
	text-align: justify
}

.hmw-pro-about-box2 p {
	font-weight: bold
}

.hmw-pro-about-loction {
	background-color: #fff;
	text-align: center;
	display: inline-block
}

.hmw-pro-about-box3 p {
	font-weight: bold
}

.hmw-pro-about-box3-text {
	color: #666;
	text-align: justify
}

.hmw-pro-about-box3 img {
	width: 100%
}

.hmw-pro-about-branch-card:hover .hmw-pro-about-branch-name {
	color: #2f6bee;
	font-weight: bold
}

.hmw-pro-about-branch-name {
	color: #333;
	font-weight: bold
}

.hmw-pro-about-branch-card p:nth-child(2),.hmw-pro-about-branch-card p:nth-child(3) {
	color: #666;
	margin-bottom: 0
}

.hmw-pro-about-contact {
	background-color: #fff;
	border-radius: 10px
}

.hmw-pro-about-contact-name {
	font-weight: bold;
	color: #333
}

.hmw-pro-about-contact-purpose {
	color: #666
}

.hmw-pro-about-contact-text p {
	color: #333
}

@media screen and (max-width: 991px) {
	.hmw-pro {
		margin-bottom: .2rem
	}

	.hmw-pro-header-noheight {
		height: .02rem !important;
		margin-top: .32rem !important
	}

	.hmw-pro-header {
		height: .5rem;
		line-height: .5rem;
		padding-left: .2rem;
		padding-right: .2rem
	}

	.hmw-pro-header-title {
		font-size: .18rem
	}

	.hmw-pro-item-btn-small {
		width: .7rem;
		padding: .03rem .04rem;
		border-radius: .15rem;
		margin: .25rem auto
	}

	.hmw-pro-item {
		padding-top: .15rem;
		padding-bottom: .15rem
	}

	.hmw-pro-item-pic {
		width: 30%;
		float: left
	}

	.hmw-pro-item-pic-img {
		width: .6rem;
		height: .6rem
	}

	.hmw-pro-item-content {
		width: 70%;
		float: left;
		padding: .1rem
	}

	.hmw-pro-item-title {
		color: #666;
		text-align: left;
		font-size: .16rem;
		padding-bottom: .05rem
	}

	.hmw-pro-item-subtitle {
		line-height: .18rem;
		font-size: .12rem
	}

	.hmw-pro-item:hover .hmw-pro-item-hide {
		display: none
	}

	.hmw-pro-item-btn {
		width: 1.02rem;
		height: .32rem;
		line-height: .32rem;
		border-radius: .2rem;
		margin: .6rem auto .1rem auto;
		font-size: .14rem
	}

	.hmw-pro-item-main-small {
		padding: .2rem .25rem .2rem .15rem;
		height: 2rem
	}

	.hmw-pro-item-small-pic {
		width: .44rem;
		padding-top: .1rem
	}

	.hmw-pro-item-small-pic-img {
		height: .44rem
	}

	.hmw-pro-item-small-title {
		color: #666;
		font-size: .14rem;
		padding-top: .1rem
	}

	.hmw-pro-item-small:hover .hmw-pro-item-small-hide {
		display: none
	}

	.hmw-pro-item-small-btn {
		width: .88rem;
		height: .3rem;
		margin-right: .1rem;
		border-radius: .2rem;
		line-height: .3rem;
		margin-top: .3rem;
		font-size: .14rem
	}

	.hmw-pro-footer .hmw-pro-item-small .hmw-pro-item-small-hrsb {
		padding-top: .15rem;
		padding-bottom: .15rem;
		border-bottom: 1px solid #e2e2e2
	}

	.hmw-pro-gov {
		margin-bottom: .3rem;
		min-height: 2.2rem
	}

	.hmw-pro-gov-content {
		width: 100%;
		float: left;
		position: relative;
		height: 2rem;
		border-bottom: .01rem solid #e2e2e2;
		background: #fff
	}

	.hmw-pro-gov-content-user {
		height: 4.7rem
	}

	.hmw-pro-gov-center {
		width: 100%;
		float: left;
		border-bottom: .01rem solid #e2e2e2
	}

	.hmw-pro-gov-center-top {
		width: 100%;
		height: 1.2rem;
		border-bottom: .01rem solid #e2e2e2;
		float: left
	}

	.hmw-pro-gov-center-bottom {
		width: 100%;
		height: 1.2rem;
		border-bottom: 1px solid #e2e2e2
	}

	.hmw-pro-gov-title {
		background-image: linear-gradient(45deg, #4f88ff, #7dbfff);
		width: 100%;
		height: .5rem;
		text-align: left;
		color: #fff;
		line-height: .5rem;
		font-size: .2rem;
		padding-left: .15rem;
		font-weight: bold;
		float: left;
		border-right: 1px solid #e2e2e2
	}

	.hmw-pro-gov-item {
		width: 25%;
		padding-left: .05rem;
		padding-right: .05rem;
		border-right: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
		height: 1rem;
		text-align: center;
		display: block;
		float: left;
		transition: all .2s
	}

	.hmw-pro-gov-item-title {
		font-size: .12rem;
		height: .4rem;
		color: #212b38;
		text-align: left;
		padding-left: .05rem;
		overflow: hidden;
		padding-top: .1rem;
		text-align: left
	}

	.hmw-pro-gov-item-pic {
		margin: .05rem auto;
		width: .4rem;
		height: .4rem
	}

	.hmw-pro-gov-item:hover,.hmw-pro-gov-item-big:hover,.hmw-pro-gov-item-small:hover,.hmw-pro-gov-item-xs:hover {
		background-image: linear-gradient(45deg, #4f88ff, #7dbfff);
		transition: all .3s;
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-moz-transform: scale(1.05);
		box-shadow: 0 0rem .13rem rgba(0,0,10,.3);
		color: #fff
	}

	.hmw-pro-gov-item:hover img,.hmw-pro-gov-item-big:hover img,.hmw-pro-gov-item-small:hover img,.hmw-pro-gov-item-xs:hover img {
		filter: brightness(100)
	}

	.hmw-pro-gov-item:hover p,.hmw-pro-gov-item-big:hover p,.hmw-pro-gov-item-small:hover p,.hmw-pro-gov-item-xs:hover p,.hmw-pro-gov-item:hover h3,.hmw-pro-gov-item-big:hover h3,.hmw-pro-gov-item-small:hover h3,.hmw-pro-gov-item-xs:hover h3 {
		color: #fff
	}

	.hmw-pro-gov-item-small {
		width: 50%;
		float: left;
		position: relative;
		border-right: 1px solid #e2e2e2;
		height: 1.2rem;
		padding: .1rem
	}

	.hmw-pro-gov-item-small-title {
		color: #212b38;
		font-size: .14rem
	}

	.hmw-pro-gov-item-small-subtitle {
		color: #999;
		font-size: .12rem;
		padding-top: .05rem
	}

	.hmw-pro-gov-item-small-pic {
		width: .5rem;
		height: .5rem;
		float: right
	}

	.hmw-pro-gov-item-small-pic-img {
		width: .4rem;
		height: .4rem
	}

	.hmw-pro-gov-item-xs {
		float: left;
		position: relative;
		border-right: 1px solid #e2e2e2;
		height: 1.2rem;
		padding: .1rem;
		width: 25%
	}

	.hmw-pro-gov-item-xs-title {
		font-size: .14rem;
		color: #212b38
	}

	.hmw-pro-gov-item-xs-pic {
		width: .44rem;
		height: .44rem;
		margin: .1rem auto
	}

	.hmw-pro-gov-item-xs-pic-img {
		width: .44rem;
		height: .44rem
	}

	.hmw-pro-gov-item-big {
		height: 1.2rem;
		border-bottom: 1px solid #e2e2e2;
		padding: .12rem
	}

	.hmw-pro-gov-item-big-left {
		float: left;
		width: 60%
	}

	.hmw-pro-gov-item-big-title {
		font-size: .22rem;
		color: #212b38;
		margin-top: .1rem;
		margin-left: .05rem
	}

	.hmw-pro-gov-item-big-txt {
		font-size: .12rem;
		color: #999;
		padding: .05rem;
		overflow: hidden
	}

	.hmw-pro-gov-item-big-pic {
		text-align: right;
		margin-top: .05rem;
		float: left
	}

	.hmw-pro-gov-item-big-pic-img {
		width: .8rem;
		height: .8rem
	}

	.hmw-pro-container {
		margin-top: .4rem
	}

	.hmw-pro-container-body img {
		width: 100%;
		object-fit: contain
	}

	.hmw-pro-terminal ul li {
		width: 50%;
		padding: .05rem .13rem;
		margin-bottom: .05rem;
		font-size: .18rem
	}

	.hmw-pro-index-adv {
		padding: .05rem 0rem
	}

	.hmw-pro-index-adv:hover {
		box-shadow: .01rem .02rem .25rem rgba(0,0,0,.2);
		transition: all .2s
	}

	.hmw-pro-index-adv-left {
		width: 100%;
		float: left;
		height: .65rem
	}

	.hmw-pro-index-adv-right {
		width: 100%;
		float: left;
		text-align: center
	}

	.hmw-pro-index-adv-pic {
		height: .5rem;
		width: .56rem;
		border-radius: .04rem
	}

	.hmw-pro-index-adv-pic img {
		width: .32rem;
		height: .32rem
	}

	.hmw-pro-index-adv-title {
		font-size: .14rem;
		padding: .08rem 0rem;
		text-align: center
	}

	.hmw-pro-index-adv-txt {
		display: none
	}

	.hmw-pro-index-function-bg {
		padding-top: .01rem
	}

	.hmw-pro-index-function,.hmw-pro-index-function:hover .hmw-pro-index-function {
		height: 1.2rem;
		padding: .1rem
	}

	.hmw-pro-index-function-head,.hmw-pro-index-function:hover .hmw-pro-index-function-head {
		float: left;
		padding-top: .1rem;
		width: 25%;
		display: block;
		height: 1rem;
		padding-left: .1rem;
		padding-right: .1rem
	}

	.hmw-pro-index-function:hover .hmw-pro-index-function-head-icon {
		width: 100%
	}

	.hmw-pro-index-function-head-icon img,.hmw-pro-index-function:hover .hmw-pro-index-function-head-icon img {
		width: .44rem;
		height: .44rem
	}

	.hmw-pro-index-function-head-title,.hmw-pro-index-function:hover .hmw-pro-index-function-head-title {
		padding-top: .01rem;
		height: .4rem
	}

	.hmw-pro-index-function-head-title h3,.hmw-pro-index-function:hover .hmw-pro-index-function-head-title h3 {
		font-size: .16rem
	}

	.hmw-pro-index-function-item,.hmw-pro-index-function:hover .hmw-pro-index-function-item {
		display: none
	}

	.hmw-pro-index-function-desc,.hmw-pro-index-function:hover .hmw-pro-index-function-desc {
		margin-top: .1rem;
		padding-left: .1rem;
		font-size: .14rem;
		display: -webkit-box;
		line-clamp: 5;
		-webkit-line-clamp: 5
	}

	.hmw-pro-index-function-more {
		display: none
	}

	.hmw-pro-index-function-mini {
		height: 1.1rem
	}

	.hmw-pro-index-function-mini-left {
		width: 100%;
		height: .8rem
	}

	.hmw-pro-index-function-mini-pic {
		width: .6rem;
		height: .6rem
	}

	.hmw-pro-index-function-mini-pic img {
		width: .32rem;
		height: .32rem
	}

	.hmw-pro-index-function-mini-right {
		width: 100%;
		height: .3rem;
		padding: 0;
		text-align: center
	}

	.hmw-pro-index-function-mini-title {
		padding-top: 0rem
	}

	.hmw-pro-index-function-mini-title h3 {
		font-size: .16rem
	}

	.hmw-pro-index-function-mini-desc {
		display: none
	}

	.hmw-pro-index-function-other {
		height: 2.5rem;
		padding: 0
	}

	.hmw-pro-index-function-other-left {
		width: 100%;
		height: .5rem
	}

	.hmw-pro-index-function-other-left h3 {
		width: 100%;
		padding-top: .1rem；
	}

	.hmw-pro-index-function-other-right {
		width: 100%;
		padding-top: .01rem
	}

	.hmw-pro-index-function-other-item {
		height: .38rem;
		padding: .08rem;
		overflow: hidden;
		font-size: .14rem
	}

	.hmw-pro-index-terminal {
		margin-right: .15rem
	}

	.hmw-pro-index-terminal-item {
		width: 100%
	}

	.hmw-pro-index-terminal-item img {
		width: .4rem
	}

	.hmw-pro-index-terminal-item-show {
		padding-top: .1rem;
		padding-bottom: .1rem
	}

	.hmw-pro-index-terminal-item-hide {
		padding-top: .1rem;
		padding-bottom: .1rem;
		transition: all .3s
	}

	.hmw-pro-index-terminal-item-hide p {
		padding-top: .04rem
	}

	.hmw-pro-index-service {
		margin-top: .4rem;
		margin-bottom: .2rem
	}

	.hmw-pro-index-service-card {
		padding: .15rem;
		margin-top: .2rem;
		background-color: #fff;
		border-radius: .05rem;
		background-color: #fff;
		box-shadow: 0rem .03rem .1rem 0rem rgba(103,111,178,.3)
	}

	.hmw-pro-index-service-title-icon {
		width: .05rem;
		height: .05rem;
		margin-top: .03rem
	}

	.hmw-pro-index-service-title {
		font-size: .16rem
	}

	.hmw-pro-index-service-item1,.hmw-pro-index-service-item2 {
		font-size: .13rem;
		border-radius: .05rem;
		padding: .05rem;
		margin-right: .1rem;
		margin-top: .1rem
	}

	.hmw-pro-index-service-tab {
		margin-top: .2rem;
		margin-bottom: .2rem
	}

	.hmw-pro-index-service-tab ul {
		width: 100%;
		height: .6rem;
		padding: .14rem 0
	}

	.hmw-pro-index-service-tab ul li {
		float:left;
		width: 20%;
		height: .32rem;
		line-height: .32rem;
		font-size: .13rem
	}

.hmw-pro-index-service-tab ul li.active a,.hmw-pro-index-service-tab ul li a:hover {
		border-bottom:1px solid #ff6900;
		color:#ff6900;
	}
	.hmw-pro-index-partner {
		margin-top: .35rem
	}

	.hmw-pro-index-partner-item img {
		width: 100%;
		margin-top: .05rem;
		margin-bottom: .05rem
	}

	.hmw-pro-pam-banner-animat-dot1 {
		height: 1rem;
		width: 1rem;
		top: -1.95rem;
		right: -2.9rem
	}

	.hmw-pro-pam-banner-animat-dot2 {
		width: 1.6rem;
		height: 1.6rem;
		left: -0.2rem;
		top: -0.6rem
	}

	.hmw-pro-pam-banner-animat-dot3 {
		width: 1.6rem;
		height: 1.6rem;
		left: 2.95rem;
		top: .55rem
	}

	.hmw-pro-pam-ver-tab {
		width: 90%
	}

	.hmw-pro-pam-ver-tab-item {
		padding-bottom: .1rem
	}

	.hmw-pro-pam-ver-tab-item:after {
		border-top: .02rem solid red;
		z-index: 2;
		background: url(../images/helpcenter_sprites.png) no-repeat -0.36rem -2.35rem;
		width: .8rem;
		height: .18rem;
		margin-left: -0.4rem
	}

	.hmw-pro-pam-ver-tab-item p {
		font-size: .12rem;
		margin-top: .04rem
	}

	.hmw-pro-pam-ver-tab-item span {
		font-size: .14rem;
		margin-top: .05rem
	}

	.hmw-pro-pam-ver-slide {
		box-shadow: 0 0 .16rem 0 rgba(0,0,0,.08);
		height: 3.77rem;
		padding-top: .2rem;
		padding-left: .15rem;
		padding-right: .15rem
	}

	.hmw-pro-pam-ver-left {
		float: left;
		width: 100%
	}

	.hmw-pro-pam-ver-name {
		font-size: .18rem;
		margin-top: .1rem
	}

	.hmw-pro-pam-ver-desc {
		font-size: .12rem;
		margin-top: .1rem;
		margin-bottom: .1rem
	}

	.hmw-pro-pam-ver-center {
		float: left;
		width: 15%;
		font-size: .16rem;
		margin-right: 0rem;
		margin-top: .2rem
	}

	.hmw-pro-pam-ver-right {
		float: left;
		width: 85%;
		margin-top: .1rem;
		position: relative
	}

	.hmw-pro-pam-ver-item {
		margin-bottom: .1rem;
		margin-top: .1rem
	}

	.hmw-pro-pam-ver-item a {
		font-size: .14rem
	}

	.hmw-pro-pam-ver-item p {
		font-size: .12rem
	}

	.hmw-pro-pam-fun-tab-content {
		width: 6rem;
		height: .8rem
	}

	.hmw-pro-pam-fun-tab-item {
		margin-top: .12rem
	}

	.hmw-pro-pam-fun-tab li.active .hmw-pro-pam-fun-tab-item-icon {
		height: .01rem
	}

	.hmw-pro-pam-fun-tab-item-img {
		height: .24rem;
		margin: .05rem auto
	}

	.hmw-pro-pam-fun-tab-item-title {
		font-size: .12rem;
		line-height: .14rem;
		padding-top: .03rem
	}

	.hmw-pro-pam-fun-body {
		width: 100%;
		height: 5.5rem;
		margin-top: .08rem
	}

	.hmw-pro-pam-fun-item-top {
		padding-bottom: .1rem;
		padding-top: .05rem
	}

	.hmw-pro-pam-fun-item-title {
		font-size: .13rem;
		padding-left: .15rem;
		height:.4rem;
	}

	.hmw-pro-pam-fun-item-img {
		width: .2rem
	}

	.hmw-pro-pam-fun-item-desc {
		font-size: .12rem;
		padding-top: .1rem;
		line-height: .2rem;
		font-weight: 100;
		display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

	}

	.hmw-pro-pam-support {
		margin-top: .4rem
	}

	.hmw-pro-pam-support-item {
		padding: .15rem .15rem;
		border: 1px #f2f2f2 solid
	}

	.hmw-pro-pam-support-item img {
		width: .3rem
	}

	.hmw-pro-pam-support-item-title {
		padding-top: .1rem;
		font-size: .16rem
	}

	.hmw-pro-pam-support-item-desc {
		height: 1.2rem;
		padding-top: .1rem;
		font-size: .12rem;
		line-height: .18rem;
		padding-bottom: .4rem
	}

	.hmw-pro-com-shownum {
		top: 2.4rem;
		width: 92%
	}

	.hmw-pro-com-shownum-box {
		padding-top: .2rem;
		padding-bottom: .15rem
	}

	.hmw-pro-com-shownum-item img {
		width: .59rem;
		height: .21rem
	}

	.hmw-pro-com-shownum-item3 img {
		width: .69rem;
		height: .21rem;
		margin-top: -0.015rem
	}

	.hmw-pro-com-shownum-item p {
		font-size: .12rem;
		line-height: .18rem
	}

	.hmw-pro-com-shownum-item3 p {
		font-size: .12rem;
		line-height: .18rem
	}

	.hmw-pro-com-vsbox {
		margin-top: .7rem
	}

	.hmw-pro-com-vsbox-tab {
		background-color: #e6f0ff;
		border-radius: .15rem;
		width: 92%;
		height: .35rem;
		margin-left: 4%;
		display: flex
	}

	.hmw-pro-com-vsbox-tab-title {
		font-size: .15rem;
		text-align: center;
		display: inline-block;
		flex: 1;
		margin: auto;
		color: #388fff
	}

	.hmw-pro-com-vsbox-tab .active {
		text-align: center;
		display: inline-block;
		flex: 1;
		margin: auto;
		padding-top: .075rem;
		padding-bottom: .075rem;
		background: #388fff !important;
		background: -webkit-linear-gradient(left, #388fff, #009fff) !important;
		background: -o-linear-gradient(left, #388fff, #009fff) !important;
		background: -moz-linear-gradient(left, #388fff, #009fff) !important;
		background: linear-gradient(left, #388fff, #009fff) !important;
		border-radius: .15rem
	}

	.hmw-pro-com-vsbox-tab .active a {
		font-size: .15rem;
		color: #fff !important
	}

	.hmw-pro-com-vsbox-content {
		margin-top: .17rem;
		clear: both;
		background-color: #fff;
		border-radius: .05rem;
		position: relative;
		height: 1.65rem
	}

	.hmw-pro-com-vsbox-item1 {
		padding: .15rem;
		vertical-align: middle;
		display: inline-block;
		width: 42%
	}

	.hmw-pro-com-vsbox-item1 p {
		color: #388fff;
		font-size: .15rem;
		text-align: right;
		font-weight: bold;
		position: absolute;
		top: .12rem;
		left: .45rem
	}

	.hmw-pro-com-vsbox-item2 {
		padding: .15rem;
		vertical-align: middle;
		display: inline-block;
		width: 42%
	}

	.hmw-pro-com-vsbox-item2 p {
		text-align: left;
		font-size: .15rem;
		color: #666;
		margin-bottom: .12rem;
		font-weight: bold;
		position: absolute;
		top: .12rem;
		right: .6rem
	}

	.hmw-pro-com-vsbox-vsicon {
		vertical-align: middle;
		width: .44rem;
		height: .44rem;
		display: inline-block;
		margin-top: .25rem
	}

	.hmw-pro-com-vsbox-item-content {
		font-size: .12rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: .23rem;
		letter-spacing: 0;
		color: #666;
		text-align: left;
		position: absolute;
		top: .4rem;
		width: 33%
	}

	.hmw-pro-com-adv {
		margin-top: .43rem
	}

	.hmw-pro-com-adv-box {
		padding: 0 0
	}

	.hmw-pro-com-adv-item {
		width: 50%;
		height: 1.1rem
	}

	.hmw-pro-com-adv-item p {
		font-size: .13rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: .18rem;
		letter-spacing: 0rem;
		margin-top: -0.3rem
	}

	.hmw-pro-com-adv-item img {
		width: .4rem;
		height: .4rem
	}

	.hmw-pro-com-solu {
		margin-top: .4rem
	}

	.hmw-pro-com-solu-mob-item {
		padding: .2rem .15rem;
		margin-top: .2rem
	}

	.hmw-pro-com-solu-mob-item-title {
		font-size: .15rem !important;
		font-weight: 600;
		font-stretch: normal;
		line-height: .18rem !important;
		letter-spacing: 0rem;
		text-align: center;
		color: #388fff
	}

	.hmw-pro-com-solu-mob-item-img {
		width: 100%;
		margin-top: .1rem;
		margin-bottom: .1rem
	}

	.hmw-pro-com-solu-mob-item-desc {
		font-size: .12rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: .18rem;
		letter-spacing: 0rem;
		color: #666;
		margin-bottom: 0 !important
	}

	.hmw-pro-com-solu-estate {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0;
		position: relative
	}

	.hmw-pro-com-solu-estate-logo-box {
		display: none
	}

	.hmw-pro-com-solu-estate-item {
		position: static;
		display: flex;
		width: 100%;
		justify-content: space-between;
		margin-bottom: .2rem
	}

	.hmw-pro-com-solu-estate-item ul li {
		font-size: .14rem;
		line-height: .18rem
	}

	.hmw-pro-com-solu-estate-item p {
		font-size: .16rem;
		line-height: .3rem
	}

	.hmw-pro-com-solu-estate-item-right,.hmw-pro-com-solu-estate-item-left {
		position: static;
		width: .4rem;
		min-width: .4rem;
		top: 0;
		left: 0;
		border-radius: 10px 0px 0px 10px
	}

	.hmw-pro-com-function {
		margin-top: .3rem
	}

	.hmw-pro-com-function-card {
		padding: .05rem;
		height: 100%
	}

	.hmw-pro-com-function-card img {
		width: 100%
	}

	.hmw-pro-street-adv {
		margin-top: .2rem
	}

	.hmw-pro-street-adv-item-title {
		border-radius: .1rem
	}

	.hmw-pro-street-adv-item-title h4 {
		font-size: .18rem;
		height: .2rem;
		line-height: .2rem;
		margin-top: 30%
	}

	.hmw-pro-street-adv-item {
		height: 1.2rem
	}

	.hmw-pro-street-adv-item p {
		top: 2rem;
		padding: 0 .15rem;
		height: .22rem;
		line-height: .16rem
	}

	.hmw-pro-street-adv-item:hover div h4 {
		margin-top: .15rem
	}

	.hmw-pro-street-adv-item:hover p {
		top: .5rem
	}

	.hmw-pro-street-question {
		margin-top: .3rem
	}

	.hmw-pro-street-question ul:first-child {
		margin-bottom: .4rem
	}

	.hmw-pro-street-question ul li {
		margin-bottom: .1rem
	}

	.hmw-pro-street-question-con {
		height: 100%;
		border-radius: .1rem
	}

	.hmw-pro-street-question-con:hover {
		box-shadow: 0rem .08rem .12rem 0rem rgba(179,179,179,.4)
	}

	.hmw-pro-street-question-con-title {
		height: .5rem
	}

	.hmw-pro-street-question-con-title p {
		background-size: .28rem;
		line-height: .5rem;
		font-size: .18rem
	}

	.hmw-pro-street-question-con-details {
		margin: .2rem auto
	}

	.hmw-pro-street-question-con-details p {
		font-size: .12rem;
		height: .36rem;
		line-height: .2rem;
		padding-left: .1rem;
		padding-right: .1rem
	}

	.hmw-pro-street-question-con-details p span {
		width: .08rem;
		height: .08rem;
		border-radius: 50%;
		margin-right: .13rem
	}

	.hmw-pro-street-solution {
		margin-top: .68rem
	}

	.hmw-pro-street-solution-guide,.hmw-pro-street-solution-manage,.hmw-pro-street-solution-safe,.hmw-pro-street-solution-livelihood,.hmw-pro-street-solution-data,.hmw-pro-street-solution-activity {
		margin-top: .4rem;
		box-shadow: rgba(179,179,179,.4) 0rem 0rem .12rem .05rem;
		border-radius: .1rem
	}

	.hmw-pro-street-solution-text {
		padding: 0 .15rem
	}

	.hmw-pro-street-solution-text-con {
		padding-top: .2rem;
		padding-bottom: .3rem
	}

	.hmw-pro-street-solution-text-con h4 {
		font-size: .4rem;
		line-height: .64rem
	}

	.hmw-pro-street-solution-text-con h6 {
		font-size: .18rem;
		margin-top: .1rem
	}

	.hmw-pro-street-solution-text-con h5 {
		font-size: .2rem;
		margin-bottom: .2rem
	}

	.hmw-pro-street-solution-text-con p {
		font-size: .14rem;
		line-height: .24rem;
		text-indent: .24rem
	}

	.hmw-pro-street-solution-livelihood-pic,.hmw-pro-street-solution-data-pic {
		height: 3.5rem
	}

	.hmw-pro-street-solution-livelihood-pic img,.hmw-pro-street-solution-data-pic img {
		padding-top: .4rem
	}

	.hmw-pro-street-function {
		margin-top: .4rem
	}

	.hmw-pro-street-function-details {
		height: 2rem;
		margin-top: .2rem;
		padding-top: .16rem
	}

	.hmw-pro-street-function-details-content {
		width: 75%
	}

	.hmw-pro-street-function-details-content ul {
		width: 100%
	}

	.hmw-pro-park-title h4 {
		font-size: .14rem;
		margin-top: .1rem
	}

	.hmw-pro-park-title h3 {
		font-size: .17rem;
		margin-top: .1rem;
		margin-bottom: .1rem
	}

	.hmw-pro-park-title p {
		font-size: .12rem
	}

	.hmw-pro-park-solu-hardware-list {
		width: 1.33rem
	}

	.hmw-pro-overview-brief {
		padding-left: .15rem;
		padding-right: .15rem;
		padding-top: .2rem;
		padding-bottom: .3rem;
		margin-bottom: .3rem
	}

	.hmw-pro-overview-brief-title {
		font-size: .18rem;
		height: .55rem
	}

	.hmw-pro-overview-brief-cont {
		padding-top: .2rem;
		font-size: .14rem
	}

	.hmw-pro-overview-brief-cont p {
		font-size: .14rem
	}

	.hmw-pro-overview-pain ul li {
		border-radius: .05rem;
		padding: .16rem .1rem
	}

	.hmw-pro-overview-pain ul li img {
		width: .6rem
	}

	.hmw-pro-overview-pain ul li p {
		margin-top: .18rem;
		font-size: .14rem;
		line-height: .24rem
	}

	.hmw-pro-service-content {
		margin-top: .2rem;
		height: 3.2rem
	}

	.hmw-pro-service-content-slide {
		height: 2.9rem;
		border-radius: .1rem;
		padding: 0 .15rem
	}

	.hmw-pro-service-content-top {
		height: 1.8rem;
		padding: .1rem .05rem
	}

	.hmw-pro-service-content-text {
		width: 100%;
		height: 1.5rem
	}

	.hmw-pro-service-content-pic {
		width: 2.18rem;
		height: 1.8rem;
		padding-top: .5rem
	}

	.hmw-pro-service-content-title {
		font-size: 0rem;
		padding-top: .12rem
	}

	.hmw-pro-service-content-title span {
		font-size: .18rem;
		line-height: .28rem
	}

	.hmw-pro-service-content-desc {
		height: 1.2rem;
		font-size: .12rem;
		line-height: .18rem;
		padding-top: .08rem;
		overflow: hidden;
		line-clamp: 6;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical
	}

	.hmw-pro-service-content-bottom {
		padding: .2rem .1rem
	}

	.hmw-pro-service-content-item {
		font-size: .1rem
	}

	.hmw-pro-service-content-item img {
		width: .4rem;
		height: .4rem;
		padding: .05rem
	}

	.hmw-pro-service-content-item p {
		margin-top: .06rem
	}

	.hmw-pro-function {
		margin-top: .3rem
	}

	.hmw-pro-function-cat {
		margin-left: .05rem;
		margin-right: .05rem;
		margin-bottom: .3rem;
		padding: .15rem !important;
		box-sizing: border-box
	}

	.hmw-pro-function-cat-text {
		opacity: 1;
		width: 100%
	}

	.hmw-pro-function-cat-text h2 {
		font-size: .25rem !important;
		padding-top: .15rem
	}

	.hmw-pro-function-cat-text p {
		margin-top: .15rem;
		font-size: .14rem;
		line-height: .2rem
	}

	.hmw-pro-function-cat-text ul {
		margin-top: .15rem !important
	}

	.hmw-pro-function-cat-text ul li {
		height: .24rem;
		font-size: .14rem;
		margin: 0 .05rem .1rem .05rem
	}

	.hmw-pro-function-cat-pic {
		opacity: 1
	}

	.hmw-pro-function-cat-pic img {
		width: 94%
	}

	.hmw-pro-function-list-right {
		margin-top: .8rem;
		margin-bottom: .2rem
	}

	.hmw-pro-function-list-body {
		margin-top: .3rem
	}

	.hmw-pro-function-list-item {
		padding: .15rem;
		border-radius: .03rem
	}

	.hmw-pro-function-list-item-title {
		font-size: .15rem;
		margin-bottom: .1rem;
		height: .2rem
	}

	.hmw-pro-function-list-item-desc {
		height: .7rem;
		font-size: .12rem
	}

	.hmw-pro-function-list-item-more {
		margin-top: .3rem
	}

	.hmw-pro-function-show-title {
		border-radius: .03rem;
		padding: .15rem .2rem
	}

	.hmw-pro-function-show-title h1 {
		font-size: .2rem
	}

	.hmw-pro-function-show-body-lable {
		font-size: .16rem;
		margin-top: .1rem;
		margin-bottom: .1rem
	}

	.hmw-pro-function-show-body-txt {
		font-size: .13rem;
		line-height: .23rem
	}

	.hmw-pro-show {
		margin-top: .5rem;
		height: 7.7rem
	}

	.hmw-pro-show-head-title {
		font-size: .24rem;
		line-height: .18rem;
		margin-bottom: .1rem
	}

	.hmw-pro-show-head-subtitle {
		width: 90%;
		font-size: .14rem;
		line-height: .18rem;
		height: 1rem;
		overflow: hidden;
		padding-top: .1rem;
		margin-bottom: .1rem
	}

	.hmw-pro-show-content {
		margin-top: .1rem;
		padding: .1rem .16rem;
		border-radius: .1rem
	}

	.hmw-pro-show-content-title {
		font-size: .15rem;
		margin-bottom: .1rem
	}

	.hmw-pro-show-content-img {
		height: .16rem;
		top: .01rem
	}

	.hmw-pro-show-content-p {
		font-size: .1rem;
		margin-bottom: .015rem
	}

	.hmw-pro-about-box {
		margin-top: .18rem;
		padding: .15rem
	}

	.hmw-pro-about-box1 {
		margin-top: .3rem
	}

	.hmw-pro-about-title {
		font-size: .2rem
	}

	.hmw-pro-about-box1-text p {
		font-size: .14rem;
		line-height: .23rem;
		margin-top: .1rem
	}

	.hmw-pro-about-box2 {
		margin-top: .25rem
	}

	.hmw-pro-about-box2 p {
		font-size: .2rem;
		margin-bottom: .1rem
	}

	.hmw-pro-about-loction {
		width: .58rem;
		margin-right: .02rem;
		padding: .05rem
	}

	.hmw-pro-about-box3 {
		margin-top: .3rem
	}

	.hmw-pro-about-box3 p {
		font-size: .2rem;
		margin-bottom: .15rem
	}

	.hmw-pro-about-box3-text {
		font-size: .14rem;
		line-height: .23rem
	}

	.hmw-pro-about-box3 img {
		margin-top: .15rem
	}

	.hmw-pro-about-branch {
		margin-top: .5rem;
		margin-bottom: .5rem
	}

	.hmw-pro-about-branch-card {
		padding: .12rem .2rem
	}

	.hmw-pro-about-branch-name {
		font-size: .16rem;
		margin-bottom: .1rem
	}

	.hmw-pro-about-branch-card p:nth-child(2),.hmw-pro-about-branch-card p:nth-child(3) {
		font-size: .12rem
	}

	.hmw-pro-about-contact {
		padding: .15rem .12rem
	}

	.hmw-pro-about-contact-name {
		font-size: .15rem
	}

	.hmw-pro-about-contact-purpose {
		font-size: .12rem;
		margin-top: .1rem
	}

	.hmw-pro-about-contact-text p {
		font-size: .14rem;
		margin-top: .1rem
	}
}

@media only screen and (min-width: 992px) {
	.hmw-pro {
		margin-bottom: 30px
	}

	.hmw-pro-header-noheight {
		height: 2px !important;
		margin-top: 32px !important
	}

	.hmw-pro-header {
		height: 68px;
		line-height: 68px;
		padding-left: 30px;
		padding-right: 30px
	}

	.hmw-pro-header-title {
		font-size: 24px
	}

	.hmw-pro-item-btn-small {
		width: 70px;
		padding: 3px 4px;
		border-radius: 15px;
		margin: 25px auto
	}

	.hmw-pro-item {
		height: 275px
	}

	.hmw-pro-item-pic {
		margin-top: 25px
	}

	.hmw-pro-item-pic-img {
		margin: 30px auto 0px auto;
		width: 88px;
		height: 88px
	}

	.hmw-pro-item-hrsr {
		height: 215px
	}

	.hmw-pro-item-title {
		color: #333;
		text-align: center;
		font-size: 28px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px
	}

	.hmw-pro-item-subtitle {
		line-height: 22px;
		font-size: 12px;
		padding-left: 70px;
		padding-right: 70px;
		padding-top: 20px;
		padding-bottom: 10px
	}

	.hmw-pro-item:hover .hmw-pro-item-hide {
		display: block
	}

	.hmw-pro-item-hide {
		padding: 30px 40px
	}

	.hmw-pro-item-hide-left {
		width: 69%;
		padding-top: 20px;
		font-size: 12px
	}

	.hmw-pro-item-hide-title {
		font-size: 18px
	}

	.hmw-pro-item-hide-subtitle {
		padding-top: 5px
	}

	.hmw-pro-item-hide-desc {
		line-height: 22px;
		padding-top: 15px;
		height: 82px
	}

	.hmw-pro-item-hide-case {
		font-size: 14px;
		margin-top: 20px;
		height: 40px;
		line-height: 22px
	}

	.hmw-pro-item-hide-right {
		width: 22%;
		margin-top: 20px
	}

	.hmw-pro-item-hide-pic {
		width: 88px;
		height: 88px
	}

	.hmw-pro-item-btn {
		width: 102px;
		height: 32px;
		line-height: 32px;
		border-radius: 20px;
		margin: 60px auto 10px auto;
		font-size: 14px
	}

	.hmw-pro-item-main-small {
		padding: 20px 25px 20px 15px;
		height: 200px
	}

	.hmw-pro-item-small:hover .hmw-pro-item-small-hide {
		display: block
	}

	.hmw-pro-item-small {
		height: 192px
	}

	.hmw-pro-item-small-pic {
		width: 44px;
		padding-top: 46px
	}

	.hmw-pro-item-small-pic-img {
		width: 44px;
		height: 44px
	}

	.hmw-pro-item-small-title {
		color: #333;
		font-size: 16px;
		padding-top: 15px
	}

	.hmw-pro-item-small-hide-left {
		width: 60%;
		padding-left: 36px;
		padding-top: 28px
	}

	.hmw-pro-item-small-hide-case {
		padding-top: 20px;
		line-height: 24px;
		font-size: 14px
	}

	.hmw-pro-item-small-hide-title {
		font-size: 18px;
		padding-top: 16px
	}

	.hmw-pro-item-small-hide-right {
		width: 33%;
		padding-right: 10px;
		padding-top: 45px
	}

	.hmw-pro-item-small-btn {
		width: 88px;
		height: 30px;
		margin-right: 10px;
		border-radius: 20px;
		line-height: 30px;
		margin-top: 30px;
		font-size: 14px
	}

	.hmw-pro-footer .hmw-pro-item-small .hmw-pro-item-small-hrsb {
		height: 162px;
		margin-top: 17px
	}

	.hmw-pro-gov {
		margin-bottom: 30px;
		min-height: 160px
	}

	.hmw-pro-gov-user {
		height: 282px
	}

	.hmw-pro-gov-content {
		width: 85%;
		float: left;
		position: relative;
		height: 160px;
		border-bottom: 1px solid #e2e2e2;
		background: #fff
	}

	.hmw-pro-gov-content-user {
		height: 280px
	}

	.hmw-pro-gov-center {
		width: 50%;
		float: left
	}

	.hmw-pro-gov-center-top {
		width: 100%;
		height: 144px;
		border-bottom: 1px solid #e2e2e2;
		float: left
	}

	.hmw-pro-gov-center-bottom {
		width: 100%;
		height: 144px;
		border-bottom: 1px solid #e2e2e2
	}

	.hmw-pro-gov-title {
		background: url(../images/gov-title.jpg) no-repeat;
		width: 15%;
		height: 60px;
		text-align: left;
		color: #fff;
		line-height: 56px;
		font-size: 20px;
		padding-left: 15px;
		font-weight: bold;
		float: left;
		border-right: 1px solid #e2e2e2
	}

	.hmw-pro-gov-item {
		width: 12.5%;
		padding-left: 15px;
		border-right: 1px solid #e2e2e2;
		height: 160px;
		text-align: center;
		padding-bottom: 20px;
		display: block;
		float: left;
		transition: all .2s
	}

	.hmw-pro-gov-item-title {
		font-size: 14px;
		color: #212b38;
		text-align: left;
		padding-left: 5px;
		width: 75px;
		overflow: hidden;
		padding-top: 30px;
		text-align: left
	}

	.hmw-pro-gov-item-pic {
		margin: 15px auto;
		width: 54px;
		height: 54px
	}

	.hmw-pro-gov-item:hover,.hmw-pro-gov-item-big:hover,.hmw-pro-gov-item-small:hover,.hmw-pro-gov-item-xs:hover {
		background: #388fff;
		background: -webkit-linear-gradient(90deg, #388fff, #009fff);
		background: -o-linear-gradient(90deg, #388fff, #009fff);
		background: -moz-linear-gradient(90deg, #388fff, #009fff);
		background: linear-gradient(90deg, #388fff, #009fff);
		transition: all .3s;
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-moz-transform: scale(1.05);
		box-shadow: 0 0px 13px rgba(0,0,10,.3);
		color: #fff
	}

	.hmw-pro-gov-item:hover img,.hmw-pro-gov-item-big:hover img,.hmw-pro-gov-item-small:hover img,.hmw-pro-gov-item-xs:hover img {
		filter: brightness(100)
	}

	.hmw-pro-gov-item:hover p,.hmw-pro-gov-item-big:hover p,.hmw-pro-gov-item-small:hover p,.hmw-pro-gov-item-xs:hover p,.hmw-pro-gov-item:hover h3,.hmw-pro-gov-item-big:hover h3,.hmw-pro-gov-item-small:hover h3,.hmw-pro-gov-item-xs:hover h3 {
		color: #fff
	}

	.hmw-pro-gov-item-small {
		width: 50%;
		float: left;
		position: relative;
		border-right: 1px solid #e2e2e2;
		height: 144px;
		padding: 25px
	}

	.hmw-pro-gov-item-small-title {
		color: #212b38;
		font-size: 16px
	}

	.hmw-pro-gov-item-small-subtitle {
		color: #999;
		font-size: 12px;
		padding-top: 5px
	}

	.hmw-pro-gov-item-small-pic {
		width: 66px;
		height: 66px;
		float: right
	}

	.hmw-pro-gov-item-small-pic-img {
		width: 64px;
		height: 64px
	}

	.hmw-pro-gov-item-xs {
		float: left;
		position: relative;
		border-right: 1px solid #e2e2e2;
		height: 144px;
		padding: 25px;
		width: 25%;
		height: 136px
	}

	.hmw-pro-gov-item-xs-title {
		font-size: 14px;
		color: #212b38
	}

	.hmw-pro-gov-item-xs-pic {
		width: 44px;
		height: 44px;
		margin: 10px auto
	}

	.hmw-pro-gov-item-xs-pic-img {
		width: 44px;
		height: 44px
	}

	.hmw-pro-gov-item-big {
		float: left;
		width: 25%;
		height: 280px;
		border-right: 1px solid #e2e2e2;
		padding: 24px
	}

	.hmw-pro-gov-item-big-title {
		font-size: 22px;
		color: #212b38;
		margin-top: 20px
	}

	.hmw-pro-gov-item-big-txt {
		font-size: 12px;
		color: #999;
		padding-top: 5px;
		width: 132px;
		overflow: hidden
	}

	.hmw-pro-gov-item-big-pic {
		text-align: right;
		margin-top: 30px
	}

	.hmw-pro-gov-item-big-pic-img {
		width: 110px;
		height: 110px
	}

	.hmw-pro-index-terminal {
		margin-right: 15px
	}

	.hmw-pro-index-terminal-item {
		height: 150px;
		margin-top: 15px;
		margin-bottom: 15px;
		border: 1px solid #e2e2e2
	}

	.hmw-pro-index-terminal-item-show {
		padding-top: 30px;
		height: 180px
	}

	.hmw-pro-index-terminal-item-show p {
		padding-top: 5px
	}

	.hmw-pro-index-terminal-item-hide {
		height: 149px;
		padding-top: 30px;
		transition: all .3s
	}

	.hmw-pro-index-terminal-item-hide p {
		padding-top: 10px
	}

	.hmw-pro-index-service {
		margin-top: 80px
	}

	.hmw-pro-index-service-left {
		float: left;
		display: block;
		width: 49%
	}

	.hmw-pro-index-service-left img {
		width: 100%
	}

	.hmw-pro-index-service-right {
		float: left;
		display: block;
		width: 49%
	}

	.hmw-pro-index-service-right-body {
		top: 0;
		padding-left: 50px
	}

	.hmw-pro-index-service-title-icon {
		width: 8px;
		height: 8px;
		margin-top: 3px
	}

	.hmw-pro-index-service-title {
		font-size: 20px;
		line-height: 36px
	}

	.hmw-pro-index-service-item1,.hmw-pro-index-service-item2 {
		font-size: 14px;
		border-radius: 4px;
		padding: 5px;
		margin-right: 15px;
		margin-bottom: 10px
	}

	.hmw-pro-index-service-tab {
		margin-top: 20px;
		margin-bottom: 20px
	}

	.hmw-pro-index-service-tab ul {
		width: 100%;
		height: 76px;
		padding: 18px 0
	}

	.hmw-pro-index-service-tab ul li {
		float:left;
		width: 20%;
		height: 40px;
		line-height: 40px;
		font-size: 20px
	}

.hmw-pro-index-service-tab ul li.active a,.hmw-pro-index-service-tab ul li a:hover {
		border-bottom: 1px solid #ff6900;
        color:#ff6900;
	}
	.hmw-pro-index-partner {
		margin-top: 80px
	}

	.hmw-pro-index-partner-item img {
		width: 100%;
		margin-top: 10px
	}

	.hmw-pro-pam-banner-animat-dot1 {
		height: 100px;
		width: 100px;
		top: -195px;
		right: -375px
	}

	.hmw-pro-pam-banner-animat-dot2 {
		width: 160px;
		height: 160px;
		left: 65px;
		top: -60px
	}

	.hmw-pro-pam-banner-animat-dot3 {
		width: 160px;
		height: 160px;
		left: 380px;
		top: 55px
	}

	.hmw-pro-pam-ver-tab {
		width: 70%
	}

	.hmw-pro-pam-ver-tab-item {
		width: 25%;
		float: left;
		cursor: pointer;
		position: relative;
		padding-bottom: 10px;
		z-index: 1;
		overflow: hidden
	}

	.hmw-pro-pam-ver-tab-item:after {
		border-top: 2px solid red;
		content: " ";
		position: absolute;
		z-index: 2;
		background: url(../images/spw_pam_ver_tab_icon.png) no-repeat 25px -10px;
		width: 80px;
		height: 24px;
		bottom: 0;
		left: 50%;
		margin-left: -40px;
		display: none
	}

	.hmw-pro-pam-ver-tab-item p {
		font-size: 20px;
		color: #999;
		display: block;
		text-align: center;
		margin-top: 6px
	}

	.hmw-pro-pam-ver-tab-item span {
		font-size: 24px;
		color: #212121;
		display: block;
		text-align: center;
		margin-top: 10px
	}

	.hmw-pro-pam-ver-tab-item.active:after {
		display: block
	}

	.hmw-pro-pam-ver-tab-item.active span,.hmw-pro-pam-ver-tab-item span:hover {
		color: red
	}

	.hmw-pro-pam-ver-slide {
		background: url(../images/box3_bg.png) no-repeat;
		box-shadow: 0 0 16px 0 rgba(0,0,0,.08);
		box-sizing: border-box;
		display: none;
		height: 377px;
		padding-top: 41px;
		padding-left: 54px;
		padding-right: 54px
	}

	.hmw-pro-pam-ver-slide.active {
		display: block
	}

	.hmw-pro-pam-ver-left {
		float: left;
		width: 30%
	}

	.hmw-pro-pam-ver-name {
		font-size: 24px;
		margin-top: 20px;
		font-weight: 600
	}

	.hmw-pro-pam-ver-desc {
		font-size: 14px;
		color: #999;
		margin-top: 20px;
		margin-bottom: 20px
	}

	.hmw-pro-pam-ver-center {
		float: left;
		width: 15%;
		font-size: 22px;
		margin-left: 40px;
		margin-right: 0px;
		margin-top: 36px;
		font-weight: 600
	}

	.hmw-pro-pam-ver-right {
		float: left;
		width: 40%;
		border-left: 1px solid #dedede;
		padding-left: 30px;
		margin-top: 10px;
		position: relative
	}

	.hmw-pro-pam-ver-item {
		margin-bottom: 28px;
		cursor: pointer;
		margin-top: 10px;
		line-height: 1.5
	}

	.hmw-pro-pam-ver-item a {
		font-size: 22px;
		color: #333
	}

	.hmw-pro-pam-ver-item h4 {
		color: #555
	}

	.hmw-pro-pam-ver-item h4:hover {
		color: red
	}

	.hmw-pro-pam-ver-item p {
		color: #999;
		font-size: 14px
	}

	.hmw-pro-pam-fun-tab-content {
		border-radius: 12px;
		width: 108px;
		height: 108px
	}

	.hmw-pro-pam-fun-tab-item {
		margin-top: 18px
	}

	.hmw-pro-pam-fun-tab li.active .hmw-pro-pam-fun-tab-item-icon {
		width: 29px;
		height: 16px;
		margin: 20px auto 0px auto
	}

	.hmw-pro-pam-fun-tab-item-title {
		font-size: 18px;
		padding-top: 3px
	}

	.hmw-pro-pam-fun-tab-item-img {
		height: 44px;
		margin: 5px auto
	}

	.hmw-pro-pam-fun-body {
		height: 506px;
		margin-top: 50px
	}

	.hmw-pro-pam-fun-item-top {
		padding-bottom: 12px;
		padding-top: 20px
	}

	.hmw-pro-pam-fun-item-title {
		font-size: 18px;
		padding-left: 15px
	}

	.hmw-pro-pam-fun-item-img {
		width: 30px;
		height: 30px
	}

	.hmw-pro-pam-fun-item-desc {
		font-size: 14px;
		padding-top: 15px;
		line-height: 26px
	}

	.hmw-pro-pam-support {
		margin-top: 80px
	}

	.hmw-pro-pam-support-item {
		padding: 48px 58px;
		margin-top: -27px
	}

	.hmw-pro-pam-support-item-img {
		margin-top: -27px
	}

	.hmw-pro-pam-support-item-title {
		padding-top: 32px;
		font-size: 18px
	}

	.hmw-pro-pam-support-item-desc {
		height: 120px;
		padding-top: 24px;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 40px
	}

	.hmw-pro-com-shownum {
		top: -70px;
		width: 98%
	}

	.hmw-pro-com-shownum-box {
		height: 130px;
		padding-top: 35px;
		padding-bottom: 15px;
		z-index: 1099;
		box-shadow: 0 0 50px rgba(0,0,0,.15)
	}

	.hmw-pro-com-shownum-item img {
		width: 87px;
		height: 29px
	}

	.hmw-pro-com-shownum-item3 img {
		width: 115px;
		height: 30px;
		margin-top: -3px
	}

	.hmw-pro-com-shownum-item p {
		font-size: 16px;
		line-height: 36px
	}

	.hmw-pro-com-shownum-item3 p {
		font-size: 16px;
		line-height: 36px
	}

	.hmw-pro-com-vsbox {
		margin-top: 120px;
		width: 100%;
		text-align: center
	}

	.hmw-pro-com-vsbox-pc-body,.hmw-pro-com-vsbox-pc-body {
		padding: 20px;
		width: 44%;
		display: inline-block;
		clear: both;
		vertical-align: middle
	}

	.hmw-pro-com-vsbox-pc-body p {
		margin: 0;
		text-align: center;
		color: #388fff;
		font-size: 20px;
		font-weight: bold
	}

	.hmw-pro-com-vsbox-vsicon {
		width: 10%;
		display: inline-block;
		vertical-align: middle
	}

	.hmw-pro-com-vsbox-pc-body-item {
		clear: both;
		height: 45px;
		margin-top: 20px
	}

	.hmw-pro-com-vsbox-pc-body-item-title {
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 28px;
		letter-spacing: 0px;
		color: #388fff;
		float: left;
		width: 15%
	}

	.hmw-pro-com-vsbox-item-content {
		font-size: 16px;
		text-align: left;
		font-weight: normal;
		font-stretch: normal;
		line-height: 28px;
		letter-spacing: 0px;
		color: #666;
		float: left;
		width: 85%;
		padding-left: 34px
	}

	.hmw-pro-com-solu {
		margin-top: 80px
	}

	.hmw-pro-com-solu-pc {
		background-color: #fff;
		border-radius: 10px !important;
		-webkit-box-shadow: 0 2px 20px rgba(150,150,150,.3);
		-moz-box-shadow: 0 2px 20px rgba(150,150,150,.3);
		box-shadow: 0 2px 20px rgba(150,150,150,.3) !important
	}

	.hmw-pro-com-solu-pc-head {
		width: 100%;
		background: url("../images/fangan_top.png");
		background-size: 100% 100%;
		padding-bottom: 10px;
		padding-top: 10px
	}

	.hmw-pro-com-solu-pc-head div {
		font-size: 18px;
		font-weight: bold;
		font-stretch: normal;
		line-height: 36px;
		letter-spacing: 0px;
		color: #fff;
		text-align: center
	}

	.hmw-pro-com-solu-pc-body li {
		background-color: #fafafa;
		font-size: 20px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 30px;
		cursor: pointer;
		letter-spacing: 0px;
		color: #666;
		text-align: center;
		border-bottom: 1px #ededed solid;
		border-right: 1px #ededed solid;
		padding-top: 15px;
		padding-bottom: 15px
	}

	.hmw-pro-com-solu-pc-tab .active {
		background-color: #fff;
		color: #3f7ef8;
		border-left: 5px solid #388fff;
		font-weight: bold
	}

	.hmw-pro-com-solu-pc-body li a {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 !important;
		color: #666
	}

	.hmw-pro-com-solu-pc-right {
		padding-left: 100px;
		padding-right: 100px
	}

	.hmw-pro-com-solu-pc-title {
		font-size: 30px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 40px;
		letter-spacing: 0px;
		padding-top: 20px;
		padding-bottom: 10px;
		color: #333;
		text-align: center;
		margin: 0 0 !important
	}

	.hmw-pro-com-solu-pc-content {
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 24px;
		letter-spacing: 0px;
		color: #666;
		margin-bottom: 10px;
		text-align: justify
	}

	.hmw-pro-com-solu-pc-img {
		width: 100%;
		height: 318px;
		margin-top: 15px;
		object-fit: cover;
		width: auto\9
	}

	.hmw-pro-com-function {
		margin-top: 80px
	}

	.hmw-pro-com-function-card {
		padding: 15px
	}

	.hmw-pro-com-function-card img {
		width: 100%
	}

	.hmw-pro-street-adv {
		margin-top: 68px
	}

	.hmw-pro-street-adv-item-title {
		border-radius: 10px
	}

	.hmw-pro-street-adv-item-title h4 {
		font-size: 22px;
		height: 36px;
		line-height: 36px;
		margin-top: 50%
	}

	.hmw-pro-street-adv-item p {
		top: 300px;
		padding: 0 30px;
		height: 22px;
		line-height: 22px
	}

	.hmw-pro-street-adv-item:hover div h4 {
		margin-top: 40px
	}

	.hmw-pro-street-adv-item:hover p {
		top: 110px
	}

	.hmw-pro-street-question {
		margin-top: 68px
	}

	.hmw-pro-street-question ul:first-child {
		margin-bottom: 40px
	}

	.hmw-pro-street-question ul li {
		margin-bottom: 30px
	}

	.hmw-pro-street-question-con {
		height: 100%;
		border-radius: 10px;
		padding-bottom: 20px
	}

	.hmw-pro-street-question-con:hover {
		box-shadow: 0px 8px 12px 0px rgba(179,179,179,.4)
	}

	.hmw-pro-street-question-con-title {
		height: 60px
	}

	.hmw-pro-street-question-con-title p {
		background-size: 28px;
		line-height: 60px;
		font-size: 20px
	}

	.hmw-pro-street-question-con-details {
		margin: 20px auto
	}

	.hmw-pro-street-question-con-details p {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		padding-left: 10px
	}

	.hmw-pro-street-question-con-details p span {
		width: 8px;
		height: 8px;
		margin-right: 13px
	}

	.hmw-pro-street-solution {
		margin-top: 68px
	}

	.hmw-pro-street-solution-guide,.hmw-pro-street-solution-manage,.hmw-pro-street-solution-safe,.hmw-pro-street-solution-livelihood,.hmw-pro-street-solution-data,.hmw-pro-street-solution-activity {
		margin-top: 60px;
		box-shadow: rgba(179,179,179,.4) 0px 0px 12px 5px;
		border-radius: 10px
	}

	.hmw-pro-street-solution-guide,.hmw-pro-street-solution-manage,.hmw-pro-street-solution-safe,.hmw-pro-street-solution-activity {
		height: 638px
	}

	.hmw-pro-street-solution-text {
		height: 100%;
		padding: 0 30px
	}

	.hmw-pro-street-solution-text-con h4 {
		font-size: 40px;
		line-height: 64px
	}

	.hmw-pro-street-solution-text-con h6 {
		font-size: 18px;
		margin-top: 10px
	}

	.hmw-pro-street-solution-text-con h5 {
		font-size: 22px;
		margin-bottom: 20px
	}

	.hmw-pro-street-solution-text-con p {
		font-size: 14px;
		line-height: 24px;
		text-indent: 24px
	}

	.hmw-pro-street-solution-livelihood .hmw-pro-street-solution-text-con,.hmw-pro-street-solution-data .hmw-pro-street-solution-text-con {
		width: 80%;
		margin: 20px auto;
		overflow: hidden;
		text-align: center
	}

	.hmw-pro-street-solution-livelihood-pic,.hmw-pro-street-solution-data-pic {
		height: 350px
	}

	.hmw-pro-street-solution-livelihood-pic img,.hmw-pro-street-solution-data-pic img {
		padding-top: 40px
	}

	.hmw-pro-street-function {
		margin-top: 40px
	}

	.hmw-pro-street-function-details {
		margin-top: 50px;
		padding-top: 60px
	}

	.hmw-pro-street-function-details-content {
		width: 75%;
		padding-bottom: 198px
	}

	.hmw-pro-street-function-details-content ul {
		margin-top: 6px;
		width: 100%
	}

	.hmw-pro-overview-brief {
		height: 350px;
		padding: 10px 60px;
		margin-bottom: 50px
	}

	.hmw-pro-overview-brief-title {
		margin-top: 40px;
		font-size: 20px;
		height: 55px
	}

	.hmw-pro-overview-brief-cont {
		text-indent: 2em;
		font-size: 16px;
		height: 200px;
		overflow: hidden
	}

	.hmw-pro-overview-brief-cont p {
		text-indent: 2em;
		font-size: 16px
	}

	.hmw-pro-overview-pain ul li {
		border-radius: 5px;
		padding: 36px 10px
	}

	.hmw-pro-overview-pain ul li p {
		margin-top: 38px;
		font-size: 16px;
		line-height: 26px
	}

	.hmw-pro-service-content {
		margin-top: 40px;
		height: 379px
	}

	.hmw-pro-service-content-slide {
		height: 379px;
		border-radius: 10px;
		padding: 0 50px
	}

	.hmw-pro-service-content-top {
		height: 220px;
		padding-top: 30px
	}

	.hmw-pro-service-content-text {
		width: 100%;
		height: 180px
	}

	.hmw-pro-service-content-pic {
		width: 218px;
		height: 180px;
		padding-top: 20px
	}

	.hmw-pro-service-content-title {
		font-size: 22px;
		line-height: 50px
	}

	.hmw-pro-service-content-desc {
		font-size: 16px;
		line-height: 24px;
		width: 95%
	}

	.hmw-pro-service-content-bottom {
		padding-top: 30px
	}

	.hmw-pro-service-content-item img {
		width: 48px;
		height: 48px;
		padding: 5px
	}

	.hmw-pro-service-content-item p {
		margin-top: 5px;
		font-size: 14px
	}

	.hmw-pro-function {
		margin-top: 50px
	}

	.hmw-pro-function-cat {
		display: flex;
		display: -webkit-flex;
		border-radius: 6px;
		margin-bottom: 68px;
		height: 400px;
		padding: 40px;
		box-sizing: border-box
	}

	.hmw-pro-function-cat-pic {
		width: 100%;
		height: 100%;
		opacity: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center
	}

	.hmw-pro-function-cat-pic-right {
		padding: 20px
	}

	.hmw-pro-function-cat-text {
		width: 100%;
		margin-left: 20px
	}

	.hmw-pro-function-cat-text h2 {
		font-size: 30px
	}

	.hmw-pro-function-cat-text p {
		margin-top: 30px;
		font-size: 16px;
		line-height: 26px
	}

	.hmw-pro-function-cat-text ul {
		margin-top: 30px
	}

	.hmw-pro-function-cat-text ul li {
		padding: 0 10px;
		font-size: 14px;
		margin-bottom: 10px
	}

	.hmw-pro-function-cat-pic-left-show {
		animation: function-cat-pic-left-show 1.2s ease-in-out;
		-webkit-animation: function-cat-pic-left-show 1.2s ease-in-out
	}@	keyframes function-cat-pic-left-show {
		from{opacity: 0;
		transform: translateX(-150px);
		-webkit-transform: translateX(-150px)
	}

	50% {
		opacity: 1;
		transform: translateX(60px);
		-webkit-transform: translateX(60px)
	}
}

@-webkit-keyframes function-cat-pic-left-show {
	from {
		opacity: 0;
		transform: translateX(-150px);
		-webkit-transform: translateX(-150px)
	}

	50% {
		opacity: 1;
		transform: translateX(60px);
		-webkit-transform: translateX(60px)
	}
}

.hmw-pro-function-cat-pic-right-show {
	animation: function-cat-pic-right-show 1.2s ease-in-out;
	-webkit-animation: function-cat-pic-right-show 1.2s ease-in-out
}

@keyframes function-cat-pic-right-show {
	from {
		opacity: 0;
		transform: translateX(80px);
		-webkit-transform: translateX(80px)
	}

	50% {
		opacity: 1;
		transform: translateX(-50px);
		-webkit-transform: translateX(-50px)
	}
}

@-webkit-keyframes function-cat-pic-right-show {
	from {
		opacity: 0;
		transform: translateX(80px);
		-webkit-transform: translateX(80px)
	}

	50% {
		opacity: 1;
		transform: translateX(-50px);
		-webkit-transform: translateX(-50px)
	}
}

.hmw-pro-function-list {
	margin-top: 80px;
	background-color: #fff
}

.hmw-pro-function-list-right {
	float: right;
	margin-top: 15px;
	margin-bottom: 70px
}

.hmw-pro-function-list-item {
	padding: 20px;
	border-radius: 6px
}

.hmw-pro-function-list-item:hover {
	font-size: 16px;
	border-radius: 6px
}

.hmw-pro-function-list-item-title {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 17px
}

.hmw-pro-function-list-item-desc {
	height: 58px;
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden
}

.hmw-pro-function-list-item-more {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 16px
}

.hmw-pro-function-list-body {
	margin-top: 45px
}

.hmw-pro-function-show-title {
	border-radius: 6px;
	padding: 15px 20px
}

.hmw-pro-function-show-title h1 {
	font-size: 22px
}

.hmw-pro-function-show-body {
	padding: 0 20px
}

.hmw-pro-function-show-body-lable {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px
}

.hmw-pro-function-show-body-txt {
	font-size: 14px;
	line-height: 23px
}

.hmw-pro-show {
	margin-top: 70px;
	height: 100%;
	padding-bottom: 30px
}

.hmw-pro-show-head-title {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 10px
}

.hmw-pro-show-head-subtitle {
	font-size: 14px;
	line-height: 18px
}

.hmw-pro-show-head-img {
	padding-top: 30px
}

.hmw-pro-show-content {
	margin-top: 20px;
	border-radius: 10px;
	padding: 16px 16px
}

.hmw-pro-show-content-title {
	font-size: 16px;
	margin-bottom: 15px
}

.hmw-pro-show-content-p {
	font-size: 12px;
	margin-bottom: 5px
}

.hmw-pro-show-content-img {
	height: 16px;
	text-align: center
}

.hmw-pro-about-box {
	margin-top: 30px;
	padding: 35px
}

.hmw-pro-about-box1 {
	margin-top: 35px
}

.hmw-pro-about-box1-img {
	width: 400px
}

.hmw-pro-about-title {
	font-size: 22px
}

.hmw-pro-about-box1-text p {
	font-size: 16px;
	line-height: 30px
}

.hmw-pro-about-box2 {
	margin-top: 25px
}

.hmw-pro-about-box2 p {
	font-size: 20px;
	margin-bottom: 15px
}

.hmw-pro-about-loction {
	width: 80px;
	height: 30px;
	margin-right: 10px
}

.hmw-pro-about-box3 {
	margin-top: 50px
}

.hmw-pro-about-box3 p {
	font-size: 20px;
	margin-bottom: 15px
}

.hmw-pro-about-box3-text {
	font-size: 15px;
	line-height: 28px
}

.hmw-pro-about-box3 img {
	margin-top: 30px
}

.hmw-pro-about-branch {
	margin-top: 70px;
	margin-bottom: 70px
}

.hmw-pro-about-branch-card {
	border-radius: 10px;
	padding: 20px
}

.hmw-pro-about-branch-card:hover {
	border-radius: 10px
}

.hmw-pro-about-branch-card:hover .hmw-pro-about-branch-name {
	font-size: 18px
}

.hmw-pro-about-branch-name {
	font-size: 18px
}

.hmw-pro-about-branch-card p:nth-child(2),.hmw-pro-about-branch-card p:nth-child(3) {
	font-size: 14px
}

.hmw-pro-about-contact {
	padding: 30px 50px;
	border-radius: 10px
}

.hmw-pro-about-contact-name {
	font-size: 22px;
	margin-top: 10px
}

.hmw-pro-about-contact-purpose {
	font-size: 14px
}

.hmw-pro-about-contact-text {
	margin-top: 20px
}

.hmw-pro-about-contact-text p {
	font-size: 13px
}}

.hmw-case-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.hmw-case-bg {
	background: url(../images/sp_pro_index_case_bg.jpg) no-repeat;
	width: 100%;
	position: relative
}

.hmw-case-head {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between
}

.hmw-case-num {
	width: 25%;
	text-align: center
}

.hmw-case-num-item-desc {
	color: #fff
}

.hmw-case-num-item-num {
	color: #fff;
	overflow: hidden;
	display: inline-block;
	font-weight: bolder
}

.hmw-case-num-item-plus {
	color: #fff;
	overflow: hidden;
	display: inline-block;
	font-weight: bolder
}

.hmw-case-item {
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 3%;
	padding: 5%;
	background: #fff
}

.hmw-case-item img {
	width: 100%;
	object-fit: cover
}

.hmw-case-name {
	color: #333;
	font-weight: bold;
	margin-bottom: 0 !important;
	font-stretch: normal;
	overflow: hidden;
	letter-spacing: 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.hmw-case-desc {
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0;
	color: #666;
	text-align: justify;
	margin-bottom: 0 !important;
	overflow: hidden
}

.hmw-case-showinfo {
	text-align: center;
	margin: auto
}

.hmw-case-more {
	width: 100% !important
}

@media screen and (max-width: 991px) {
	.hmw-case {
		margin-top: .2rem
	}

	.hmw-case-bg {
		height: 5.6rem
	}

	.hmw-case-num-item-desc {
		font-size: .14rem;
		font-weight: 100
	}

	.hmw-case-num-item-num {
		font-size: .24rem;
		height: .3rem
	}

	.hmw-case-num-item-plus {
		font-size: .2rem
	}

	.hmw-case-item {
		padding: .15rem
	}

	.hmw-case-item img {
		height: 1.65rem
	}

	.hmw-case-more {
		height: 3.2rem !important;
		object-fit: cover
	}

	.hmw-case-name {
		font-size: .18rem;
		line-height: .32rem;
		padding-top: .1rem;
		padding-bottom: .08rem
	}

	.hmw-case-desc {
		height: .55rem;
		font-size: .14rem;
		line-height: .18rem
	}

	.hmw-case-showinfo {
		margin-top: .1rem;
		margin-bottom: .1rem
	}

	.hmw-case-info {
		margin-bottom: .15rem;
		padding-top: .86rem
	}

	.hmw-case-info-base {
		border-bottom: 1px solid #dedede
	}

	.hmw-case-info-base img {
		width: 100%
	}

	.hmw-case-info-title {
		font-size: .2rem;
		font-stretch: normal;
		color: #333;
		font-weight: bold;
		padding-top: .15rem;
		padding-bottom: .1rem
	}

	.hmw-case-info-type {
		font-size: .14rem;
		font-weight: normal;
		font-stretch: normal;
		color: #666;
		padding-bottom: .1rem
	}

	.hmw-case-info-desc {
		font-size: .14rem;
		font-weight: normal;
		font-stretch: normal;
		color: #388fff;
		padding-bottom: .15rem
	}

	.hmw-case-info-lable {
		font-size: .14rem;
		font-stretch: normal;
		color: #333;
		padding-top: .15rem;
		padding-bottom: .1rem;
		font-weight: 600
	}

	.hmw-case-info-content {
		font-size: .14rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: .23rem;
		color: #666;
		padding-bottom: .15rem
	}

	.hmw-case-info-content a {
		color: #666
	}
}


.hmw-news-cat {
	background: #fff;
	border: 1px rgba(220,220,220,.3) solid
}

.hmw-news-cat-head {
	background-size: cover;
	box-sizing: border-box
}

.hmw-news-cat-head h2 {
	font-weight: 400;
	
}

.hmw-news-cat-head p {
	font-weight: 400;
	color: #fff
}

.hmw-news-cat-body {
	box-sizing: border-box
}

.hmw-news-cat-body h3 {
	font-weight: 400;
	color: #212b38
}

.hmw-news-cat-body>p {
	font-weight: 400;
	color: #666
}

.hmw-news-cat-body ul li {
	display: block
}

.hmw-news-cat-body ul li a {
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-weight: 400;
	color: #333
}

.hmw-news-cat-body ul li a p {
	width: 100%;
	color: #333;
	overflow: hidden
}

.hmw-news-cat-body ul li a p span {
	display: inline-block;
	background: #e6e6e6;
	border-radius: 50%
}

.hmw-news-cat-body ul li a>span {
	display: block;
	color: #666;
	text-align: right
}

.hmw-news-cat-body div {
	display: flex;
	justify-content: center;
	align-items: center
}

.hmw-news-cat-body div a {
	display: block;
	text-align: center
}

.hmw-news-left {
	float: left
}

.hmw-news-right {
	float: right
}

.hmw-news-list-item {
	border-bottom: 1px solid #dedede;
	clear: both;
	margin:0 .1rem;
}

.hmw-news-list-item:hover .hmw-news-list-item-title {
	color: #388fff
}

.hmw-news-list-item-img {
	float: left
}

.hmw-news-list-item-title {
	font-weight: 200;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666
}

.hmw-news-list-item-date {
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666
}

.hmw-news-list-item-desc {
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666;
	text-align: justify
}

.hmw-news-info {
	background-color: #fff
}

.hmw-news-info-title {
	font-weight: bold;
	text-align: center;
	color: #333
}

.hmw-news-info-time {
	color: #666;
	text-align: center
}

.hmw-news-info-desc {
	width: 100%;
	background-color: #f1f1f1
}

.hmw-news-info-desc_1 {
	color: #388fff
}

.hmw-news-info-desc_2 {
	color: #666
}

.hmw-news-info-content {
	color: #666;
	text-align: justify
}

@media screen and (max-width: 991px) {
	.hmw-news {
		margin-top: .3rem;
		margin-bottom: .1rem
	}

	.hmw-news-cat {
		margin-bottom: .2rem;
	}

	.hmw-news-cat-head {
		height: .5rem;
		padding: .1rem .15rem 0 .15rem;
		border-radius: .1rem .1rem 0 0
	}

	.hmw-news-cat-head h2 {
		font-size: .22rem
	}

	.hmw-news-cat-head p {
		margin-top: .12rem;
		font-size: .12rem
	}

	.hmw-news-cat-body {
		padding: .1rem
	}

	.hmw-news-cat-body h3 {
		line-height: .26rem;
		font-size: .15rem;
		overflow: hidden
	}

	.hmw-news-cat-body>p {
		margin-top: .1rem;
		line-height: .18rem;
		font-size: .12rem
	}

	.hmw-news-cat-body ul {
		margin-top: .1rem
	}

	.hmw-news-cat-body ul li {
		height: .28rem
	}

	.hmw-news-cat-body ul li a {
		font-size: .12rem;
		line-height: .24rem
	}

	.hmw-news-cat-body ul li a p {
		height: .2rem
	}

	.hmw-news-cat-body ul li a p span {
		width: .06rem;
		height: .06rem;
		margin: 0 .06rem .03rem 0
	}

	.hmw-news-cat-body ul li a>span {
		width: .8rem
	}

	.hmw-news-cat-body div {
		margin-top: .2rem
	}

	.hmw-news-left {
		width: 100%;
		margin-top: .3rem
	}

	

	.hmw-news-list-item {
		padding-bottom: .15rem;
		padding-top: .15rem
	}

	.hmw-news-list-item-img {
		width: 1rem;
		height: .8rem
	}

	.hmw-news-list-item-title {
		font-size: .14rem
	}

	.hmw-news-list-item-date {
		font-size: .12rem;
		margin-top: .15rem
	}

	.hmw-news-info {
		margin-top: .1rem;
		margin-bottom: .15rem;
		padding: .1rem
	}

	.hmw-news-info-title {
		font-size: .2rem
	}

	.hmw-news-info-time {
		font-size: .14rem;
		margin-top: .1rem;
		margin-bottom: .2rem
	}

	.hmw-news-info-desc {
		padding: .12rem
	}

	.hmw-news-info-desc_1 {
		font-size: .14rem
	}

	.hmw-news-info-desc_2 {
		font-size: .14rem
	}

	.hmw-news-info-content,.hmw-news-info-content p {
		font-size: .14rem;
		line-height: .24rem;
		margin-top: .25rem
	}
	.hmw-news-info-content img{width:100%!important;height:auto;}
}

@media only screen and (min-width: 992px) {
	.hmw-news {
		margin-top: 50px;
		margin-bottom: 30px
	}

	.hmw-news-cat {
		margin: 12px;
		padding: 0px
	}

	.hmw-news-cat-head {
		padding: 20px 30px 20px 30px;
		border-radius: 10px 10px 0 0
	}

	.hmw-news-cat-head h2 {
		font-size: 22px
	}

	.hmw-news-cat-head p {
		margin-top: 12px;
		font-size: 14px
	}

	.hmw-news-cat-body {
		padding: 25px
	}

	.hmw-news-cat-body h3 {
		line-height: 26px;
		font-size: 18px
	}

	.hmw-news-cat-body>p {
		margin-top: 10px;
		line-height: 18px;
		font-size: 12px;
		margin-bottom: 20px
	}

	.hmw-news-cat-body ul li {
		height: 28px
	}

	.hmw-news-cat-body ul li a {
		font-size: 12px;
		line-height: 24px
	}

	.hmw-news-cat-body ul li a p {
		height: 20px
	}

	.hmw-news-cat-body ul li a p span {
		width: 6px;
		height: 6px;
		margin: 0 6px 3px 0
	}

	.hmw-news-cat-body ul li a>span {
		width: 80px
	}

	.hmw-news-cat-body div {
		margin-top: 20px
	}

	

	.hmw-news-list-item {
		padding: 20px
	}

	.hmw-news-list-item-img {
		width: 200px;
		height: 128px
	}

	.hmw-news-list-item-title {
		margin-top: 10px;
		font-size: 20px
	}

	.hmw-news-list-item-date {
		font-size: 12px;
		margin-top: 8px
	}

	.hmw-news-list-item-desc {
		font-size: 14px;
		margin-top: 20px
	}

	.hmw-news-info {
		padding: 30px;
		margin-top: 10px;
		margin-bottom: 30px
	}

	.hmw-news-info-title {
		font-size: 24px
	}

	.hmw-news-info-time {
		font-size: 15px;
		margin-top: 10px
	}

	.hmw-news-info-desc {
		padding: 12px 18px;
		margin-top: 30px;
		line-height: 25px
	}

	.hmw-news-info-desc_1 {
		font-size: 14px
	}

	.hmw-news-info-desc_2 {
		font-size: 14px
	}

	.hmw-news-info-content {
		font-size: 14px;
		line-height: 26px;
		margin-top: 25px
	}
	.hmw-news-info-content img{
		width:100%!important;
	}
}

.great-man {
	font-size: 25px;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
	padding-right: 11%
}

.sp_img_paomadeng {
	border: 0;
	box-shadow: 0px 2px 8px 0px rgba(153,153,153,.3)
}

.sp_bannder_img {
	width: 50%;
	text-align: right
}

.sp_bannder_img img {
	width: 60%
}

.bander_sp_header {
	background-image: url(../images/banner_partner_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.header_title_text {
	width: 50%;
	text-align: left;
	line-height: 50px;
	padding-left: 5%;
	font-size: 24px
}

.header_text_title {
	margin-bottom: 30px;
	font-size: 48px
}

.hm-prospect {
	padding: 50px 0
}

.hm-bigData {
	display: flex;
	align-items: center;
	margin-top: 30px;
	flex-wrap: wrap
}

.hm-bigData .hm-bigData-img {
	width: 50%
}

.hm-bigData .hm-bigData-img img {
	width: 100%
}

.hm-bigData .hm-bigData-text {
	width: 50%;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	padding-left: 20px;
	color: #666
}

.hm-bigData .hm-bigData-text .hm-bigData-text-strong {
	margin: 30px 0
}

.hm-operation {
	background-color: #050928;
	padding: 50px 0
}

.hm-operation .hm-operation-title {
	padding: 20px;
	box-sizing: border-box;
	padding: 50px 150px;
	box-sizing: border-box;
	border-bottom: 2px dashed #fff
}

.hm-operation .hm-operation-title img {
	width: 100%
}

.hm-operation .platform {
	margin-top: 50px
}

.hm-operation .platform img {
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 281px;
	width: 100%
}

.hm-operation .hm-platform-money {
	background-color: #fff;
	justify-content: space-between;
	min-height: 272px;
	overflow: visible;
	padding: 21px 0;
	position: relative
}

.hm-operation .hm-platform-money .hm-platform-money-pattern {
	box-sizing: border-box;
	padding-left: 20px;
	text-align: center;
	width: 37%
}

.hm-operation .hm-platform-money .hm-platform-money-pattern .hm-hm-platform-item {
	border-bottom: 1px dashed #ccc;
	line-height: 26px;
	padding: 7px 0
}

.hm-operation .hm-platform-money .hm-platform-money-pattern .active {
	font-weight: 700;
	font-size: 14px
}

.hm-operation .hm-platform-money .hm-platform-money-pattern h5 {
	color: #333;
	font-size: 22px;
	font-weight: bold
}

.hm-operation .hm-platform-money .hm-platform-money-pattern p {
	font-size: 14px
}

.hm-operation .hm-platform-money .hm-platform-money-pattern span {
	color: #00377c;
	font-weight: 700
}

.hm-operation .hm-platform-money .hm-platform-center {
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 98% 100%;
	background-position: center;
	color: #fff;
	min-height: 320px;
	left: 61%;
	padding: 32px 0 0;
	padding-left: 30px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 45%
}

.hm-operation .hm-platform-money .hm-platform-center span {
	color: #ff0
}

.hm-operation .hm-platform-money .hm-platform-center h5 {
	color: #fff
}

.hm-operation .hm-platform-money .hm-platform-right {
	line-height: 30px;
	padding: 30px;
	width: 18%;
	font-size: 14px
}

.hm-operation .hm-platform-money .hm-platform-right .multi-money {
	font-weight: 700;
	color: #fa0
}

.hm-operation .hm-platform-money .hm-platform-right .multi-money span {
	font-size: 30px
}

.hm-operation .hm-noWorry {
	justify-content: space-around
}

.hm-operation .hm-noWorry li {
	margin-bottom: 20px;
	width: 212px;
	border-radius: 6px;
	overflow: hidden
}

.hm-operation .hm-noWorry li .hm-noWorry-icon {
	width: 100%;
	height: 119px;
	border-radius: 8px 8px 0px 0px;
	display: flex
}

.hm-operation .hm-noWorry li .hm-noWorry-icon img {
	width: 51px;
	margin: auto
}

.hm-operation .hm-noWorry li .hm-noWorry-icon.fist {
	background: linear-gradient(90deg, #7086ff, #8ec4ff)
}

.hm-operation .hm-noWorry li .hm-noWorry-icon.two {
	background: linear-gradient(90deg, #f78d78, #f9c64a)
}

.hm-operation .hm-noWorry li .hm-noWorry-icon.three {
	background: linear-gradient(90deg, #34d9b8, #36d287)
}

.hm-operation .hm-noWorry li .hm-noWorry-icon.four {
	background: linear-gradient(90deg, #0fdcf7, #3ab8f6)
}

.hm-operation .hm-noWorry li .hm-noWorry-text {
	height: 68px;
	background: #fff;
	line-height: 68px;
	text-align: center;
	font-size: 20px;
	font-weight: 700
}

.hm-operation .hm-autonomously {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px
}

.hm-operation .hm-autonomously .hm-platform-vs {
	width: 79px
}

.hm-operation .hm-autonomously .hm-autonomously-pattern {
	width: 424px;
	height: 229px;
	background: linear-gradient(90deg, rgba(112, 134, 255, 0.5), rgba(142, 196, 255, 0.5));
	box-shadow: 0px 4px 17px 0px rgba(47,107,238,.3);
	border-radius: 8px
}

.hm-operation .hm-autonomously .hm-autonomously-pattern .hm-autonomously-title {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	text-align: center
}

.hm-operation .hm-autonomously .hm-autonomously-pattern .hm-autonomously-list {
	background: linear-gradient(90deg, #7086ff, #8ec4ff);
	box-shadow: 0px 4px 17px 0px rgba(47,107,238,.3);
	border-radius: 5px;
	height: 160px;
	margin: 0 auto;
	width: 380px;
	padding-top: 1px
}

.hm-operation .hm-autonomously .hm-autonomously-pattern .hm-autonomously-list p {
	height: 34px;
	background: #fff;
	border-radius: 5px;
	line-height: 34px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 14px;
	width: 90%;
	margin: 14px auto 0;
	color: #666;
	padding-left: 10px
}

.hm-operation .hm-autonomously .hm-autonomously-self-build {
	width: 424px;
	height: 229px;
	background: linear-gradient(90deg, rgba(47, 107, 238, 0.5), rgba(0, 159, 255, 0.5));
	box-shadow: 0px 4px 17px 0px rgba(47,107,238,.3);
	border-radius: 8px
}

.hm-operation .hm-autonomously .hm-autonomously-self-build .hm-autonomously-title {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	text-align: center
}

.hm-operation .hm-autonomously .hm-autonomously-self-build .hm-autonomously-list {
	background: linear-gradient(90deg, #2f6bee, #009fff);
	box-shadow: 0px 4px 17px 0px rgba(47,107,238,.3);
	border-radius: 5px;
	height: 160px;
	margin: 0 auto;
	width: 380px;
	padding-top: 1px
}

.hm-operation .hm-autonomously .hm-autonomously-self-build .hm-autonomously-list p {
	height: 34px;
	background: #fff;
	border-radius: 5px;
	line-height: 34px;
	font-size: 16px;
	font-weight: 700;
	margin-top: 14px;
	width: 90%;
	margin: 14px auto 0;
	color: #2a62db;
	padding-left: 20px
}

.hm-operation .hm-autonomously .hm-autonomously-self-build .hm-autonomously-list p span {
	color: #fa0
}

.hm-advantage {
	justify-content: center;
	margin: 60px 0 100px
}

.hm-advantage .hm-advantage-list {
	width: 20%;
	position: relative
}

.hm-advantage .hm-advantage-list li {
	position: absolute;
	width: 100%
}

.hm-advantage .hm-advantage-list li .active {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px
}

.hm-advantage .hm-advantage-list li p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666
}

.hm-advantage img {
	width: 50%
}

.hm-join-content {
	background: #fff9fc;
	padding: 50px 0
}

.hm-join {
	justify-content: space-between
}

#scorll {
	position: absolute;
	top: 0;
	transition: .2s
}

.hm-join-item {
	width: 50%;
	text-align: left;
	height: 359px;
	overflow: hidden;
	padding: 0 10px;
	position: relative
}

.hm-join-item .hmw-subtitle {
	text-align: left;
	width: 80%;
	font-size: 20px;
	font-weight: 400;
	color: #666;
	line-height: 41px
}

.hm-join-item.hm-jion-right {
	padding-left: 100px
}

.hm-join-item.hm-jion-right h2 {
	text-align: left
}

.hmw-partner-left-desc {
	line-height: 1.8;
	text-indent: 2em
}

.hmw-partner-left-desc p {
	color: #666;
	line-height: 1.8
}

.hmw-partner-right {
	position: relative
}

.hmw-partner-adv {
	background-color: #fff
}

.hmw-partner-adv img {
	float: left
}

.hmw-partner-adv-text-title {
	color: #282936;
	font-weight: bold
}

.hmw-partner-adv-text-desc {
	color: #666;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px
}

.hmw-partner-jionnow {
	display: block;
	text-align: center;
	color: #fff
}

.hm-flow-chart {
	justify-content: center;
	align-items: center;
	margin: 87px 0
}

.hm-flow-chart li {
	text-align: center;
	color: #2f6bee
}

.hm-flow-chart li img {
	width: 82px
}

.hm-flow-chart li img.inco {
	width: 39px
}

@media screen and (max-width: 991px) {
	.header_title_text {
		width: 50%;
		text-align: left;
		padding-left: 10%;
		line-height: 30px;
		font-size: .16rem
	}

	.sp_bannder_img img {
		width: 90%
	}

	.header_text_title {
		margin-bottom: 0px;
		font-size: .22rem
	}

	.hm-platform-money-pattern {
		width: 100% !important
	}

	.hm-platform-center {
		width: 100% !important;
		position: static !important;
		transform: translate(0, 0) !important
	}

	.hm-platform-right {
		width: 100% !important
	}

	.hm-bigData .hm-bigData-img,.hm-bigData .hm-bigData-text {
		width: 100%
	}

	.hmw-partner-left-title {
		font-size: .16rem;
		margin-bottom: .15rem
	}

	.hmw-partner-left-desc {
		font-size: .12rem
	}

	.hmw-partner-right {
		height: 3rem
	}

	.hmw-partner-adv {
		border-radius: .05rem;
		padding: .11rem
	}

	.hmw-partner-adv img {
		width: .55rem;
		height: .55rem;
		border-radius: .02rem
	}

	.hmw-partner-adv-text {
		margin-left: .7rem
	}

	.hmw-partner-adv-text-title {
		font-size: .15rem
	}

	.hmw-partner-adv-text-desc {
		font-size: .13rem;
		line-height: .18rem
	}

	.hmw-partner-jionnow {
		width: 1.5rem;
		height: .5rem;
		border-radius: .3rem;
		line-height: .48rem;
		margin: 60px auto 40px auto;
		font-size: .18rem
	}

	.operation_zc {
		display: none !important
	}

	.hm-operation-title {
		padding: 0 !important
	}

	.hm-operation .hm-noWorry li {
		width: 40%
	}

	.hm-operation .hm-noWorry li .hm-noWorry-icon {
		height: 76px
	}

	.hm-operation .hm-noWorry li .hm-noWorry-text {
		height: 48px;
		background: #fff;
		line-height: 48px;
		text-align: center;
		font-size: 15px;
		font-weight: 700
	}
}

@media only screen and (min-width: 992px) {
	.hmw-partner-left {
		padding-right: 15px
	}

	.hmw-partner-left-title {
		font-size: 24px;
		margin-bottom: 20px
	}

	.hmw-partner-left-desc {
		font-size: 18px
	}

	.hmw-partner-right {
		height: 380px
	}

	.hmw-partner-adv {
		border-radius: 10px;
		padding: 20px;
		height: 120px
	}

	.hmw-partner-adv img {
		width: 80px;
		height: 80px;
		border-radius: 4px
	}

	.hmw-partner-adv-text {
		margin-left: 105px
	}

	.hmw-partner-adv-text-title {
		font-size: 20px
	}

	.hmw-partner-adv-text-desc {
		font-size: 14px;
		line-height: 20px
	}

	.hmw-partner-jionnow {
		width: 160px;
		height: 60px;
		border-radius: 30px;
		line-height: 60px;
		margin: 60px auto 40px auto;
		font-size: 18px
	}
}

.hmw-service {
	border-radius: 6px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around
}

.hmw-service-pic {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.hmw-service-pic img {
	object-fit: cover;
	width: auto\9;
	width: 100%;
	height: 100%
}

.hmw-service-title {
	font-weight: 600
}

.hmw-service-text {
	box-sizing: border-box
}

.hmw-service-desc {
	color: #666;
	text-align: justify;
	text-justify: inter-ideograph
}

.hmw-service-item {
	box-sizing: border-box;
	text-align: center
}

.hmw-service-item a {
	display: block;
	color: #333
}

.hmw-service-item img {
	border-radius: 50%;
	object-fit: cover
}

.hmw-service-more {
	font-stretch: normal;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: center
}

.hmw-service-cat-content-title>ul {
	display: flex;
	justify-content: center;
	width: 100%;
	border-bottom: 1px solid #bbb
}

.hmw-service-cat-content-title>ul>li {
	position: relative;
	text-align: center
}

.hmw-service-cat-content-title>ul>li a {
	color: #777
}

.hmw-service-cat-content-title-subicon {
	display: none
}

.active .hmw-service-cat-content-title-subicon {
	position: absolute;
	width: 100%;
	margin: 0px auto;
	display: block
}

.hmw-service-cat-content {
	background: #fff;
	border: 1px solid #ebebeb
}

.hmw-service-cat-content-item {
	display: none
}

.hmw-service-cat-content-item-left {
	float: left
}

.hmw-service-cat-content-item-right {
	float: left;
	overflow: hidden
}

.hmw-service-cat-content-item-right-title {
	font-weight: bold;
	color: #2f6be5;
	text-align: left
}

.hmw-service-cat-content-item-right-list {
	color: #424242
}

.hmw-service-cat-content-item-right-list-circle {
	background: #212b38;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle
}

.hmw-service-cat-download-bg {
	background: #232f3e
}

.hmw-service-cat-download {
	width: 20%;
	float: left;
	text-align: center;
	transition: all ease-in .6s
}

.hmw-service-cat-download-img {
	margin: 0 auto;
	width: 100%
}

.hmw-service-cat-download-img-pic {
	margin: 0 auto
}

.hmw-service-cat-download-body {
	color: #fff;
	text-align: center
}

.hmw-service-cat-download:hover .hmw-service-cat-download-title {
	color: #ff9d00
}

.hmw-service-cat-download:hover .hmw-service-cat-download-img {
	transition: all ease-in .9s;
	transform: translateY(-4px)
}

.hmw-service-cat-hotline {
	overflow: inherit;
	display: flex;
	justify-content: space-between
}

.hmw-service-cat-hotline-item {
	transition: all ease-in-out .4s;
	width: 30%;
	background: url(../images/hm-sevice_index_hotline.png) no-repeat
}

.hmw-service-cat-hotline-item:hover {
	box-shadow: 0 0 15px rgba(255,157,0,.3);
	transform: translateY(-6px)
}

.hmw-service-cat-hotline-item-left {
	width: 80%;
	float: left
}

.hmw-service-cat-hotline-item-left-title {
	color: #212b38;
	font-weight: bold
}

.hmw-service-cat-hotline-item-left-subtitle {
	color: #999
}

.hmw-service-cat-hotline-item-right {
	width: 20%;
	float: right;
	text-align: right
}

.hmw-service-cat-genuine {
	background: #f5f7fa;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb
}

.hmw-service-cat-genuine-content {
	background: none;
	overflow: inherit
}

.hmw-service-cat-genuine-input {
	width: 100%;
	margin: 0 auto;
	transition: all ease-in .3s
}

.hmw-service-cat-genuine-input-child {
	margin: 0 auto
}

.hmw-service-cat-genuine-input-child:hover {
	box-shadow: 0 0 20px rgba(255,157,0,.5);
	border: 1px solid rgba(255,157,0,.3)
}

.hmw-service-cat-genuine-input-child {
	width: 90%;
	border: 1px solid rgba(255,157,0,.6);
	display: block;
	outline: none;
	color: #c7c7c7
}

.hmw-service-cat-genuine-input-child:input[type=text] {
	color: #c7c7c7
}

.hmw-service-download-info {
	transition: all ease .2s;
	padding: 0px;
	border: 1px solid #e2e2e2;
	float: left;
	background: #fff;
	overflow: hidden
}

.hmw-service-download-info-pic {
	margin: 0 auto;
	text-align: center
}

.hmw-service-download-info-content {
	text-align: center
}

.hmw-service-download-info-content-subtitle {
	color: #999
}

.hmw-service-download-info-content-txt-link {
	color: #666;
	display: block
}

.hmw-service-download-info:hover {
	background: #388fff;
	background: -webkit-linear-gradient(#388fff, #009fff);
	background: -o-linear-gradient(#388fff, #009fff);
	background: -moz-linear-gradient(#388fff, #009fff);
	background: linear-gradient(#388fff, #009fff);
	color: #fff;
	transform: scale(1.01);
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	transition: all .5s ease 0s;
	-webkit-transition: all .1s ease 0s;
	-o-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-webkit-transition: all .1s ease 0s;
	border-right: none
}

.hmw-service-download-info:hover img {
	filter: brightness(100)
}

.hmw-service-download-info:hover .hmw-service-download-info-content-txt-link {
	color: #fff
}

.hmw-service-download-info:hover .hmw-service-download-info-content-subtitle {
	color: #fff
}

@media screen and (max-width: 991px) {
	.hmw-service-container {
		margin-top: .3rem
	}

	.hmw-service {
		height: 5.6rem !important;
		margin-bottom: .2rem !important;
		border-radius: .06rem;
		display: block !important;
		justify-content: space-around
	}

	.hmw-service-pic img {
		border-radius: .06rem .06rem 0 0;
		height: 2.2rem
	}

	.hmw-service-title {
		font-size: .24rem !important
	}

	.hmw-service-desc {
		margin-top: .1rem;
		height: .55rem;
		font-size: .12rem
	}

	.hmw-service-text {
		padding: .15rem
	}

	.hmw-service-item {
		padding-top: .15rem
	}

	.hmw-service-item img {
		width: .5rem;
		height: .5rem
	}

	.hmw-service-more {
		font-size: .14rem;
		margin-top: .18rem
	}

	.hmw-service-more span {
		font-size: .14rem
	}

	.hmw-service-cat-content-title>ul {
		padding-bottom: .03rem
	}

	.hmw-service-cat-content-title>ul>li {
		margin: .03rem;
		font-size: .14rem;
		height: .5rem;
		overflow: hidden
	}

	.hmw-service-cat-content-title>ul>li a {
		font-size: .12rem
	}

	.hmw-service-cat-content {
		height: 2.4rem;
		margin-top: .25rem
	}

	.hmw-service-cat-content-item {
		padding: .16rem
	}

	.hmw-service-cat-content-item-left {
		height: 2rem
	}

	.hmw-service-cat-content-item-left-pic {
		height: 2rem
	}

	.hmw-service-cat-content-item-right {
		padding-left: .2rem;
		padding-top: .1rem
	}

	.hmw-service-cat-content-item-right-title {
		font-size: .22rem;
		margin-bottom: .3rem
	}

	.hmw-service-cat-content-item-right-list {
		line-height: .24rem;
		padding-left: .11rem;
		padding-bottom: .1rem;
		font-size: .14rem
	}

	.hmw-service-cat-content-item-right-list-circle {
		width: .06rem;
		height: .06rem;
		margin-right: .08rem
	}

	.hmw-service-cat-download-bg {
		margin-top: .4rem;
		padding-top: .1rem;
		padding-bottom: .4rem
	}

	.hmw-service-cat-download-body {
		font-size: .12rem;
		padding: 0rem .05rem
	}

	.hmw-service-cat-download-title {
		font-size: .14rem;
		padding-top: .25rem
	}

	.hmw-service-cat-download-subtitle {
		padding-top: .1rem;
		font-size: .12rem;
		line-height: .2rem;
		display: none
	}

	.hmw-service-cat-hotline {
		margin-bottom: .6rem
	}

	.hmw-service-cat-hotline-item {
		width: 30%;
		height: 1.42rem;
		box-shadow: 0 0 .12rem rgba(0,0,0,.2);
		padding: .2rem .1rem
	}

	.hmw-service-cat-hotline-item:hover {
		box-shadow: 0 0 .15rem rgba(255,157,0,.3);
		transform: translateY(-0.06rem)
	}

	.hmw-service-cat-hotline-item-left-title {
		font-size: .16rem
	}

	.hmw-service-cat-hotline-item-left-subtitle {
		font-size: .14rem;
		padding-top: .18rem
	}

	.hmw-service-cat-hotline-item-right {
		width: 20%;
		padding-top: .02rem
	}

	.hmw-service-cat-genuine {
		height: 2rem
	}

	.hmw-service-cat-genuine-input {
		height: .3rem
	}

	.hmw-service-cat-genuine-input-child:hover {
		box-shadow: 0 0 .2rem rgba(255,157,0,.5);
		border: 1px solid rgba(255,157,0,.3)
	}

	.hmw-service-cat-genuine-input-child {
		height: .3rem;
		border: 1px solid rgba(255,157,0,.6);
		border-radius: .1rem;
		padding: .2rem;
		font-size: .14rem;
		background: url(../images/hm-input-donot-bigicon.png) #fff 30rem center no-repeat;
		background-position: 6.6rem;
		background-size: .28rem
	}

	.hmw-service-download-info {
		height: 3.2rem
	}

	.hmw-service-download-info-pic {
		height: .9rem;
		padding-top: .2rem
	}

	.hmw-service-download-info-pic img {
		height: .5rem
	}

	.hmw-service-download-info-content {
		padding: 0rem .15rem;
		margin-bottom: .4rem;
		font-size: .14rem
	}

	.hmw-service-download-info-content-title {
		font-size: .16rem
	}

	.hmw-service-download-info-content-subtitle {
		line-height: .16rem;
		font-size: .12rem;
		margin-top: .15rem
	}

	.hmw-service-download-info-content-txt {
		margin-top: .1rem;
		line-height: .2rem;
		font-size: .12rem
	}
}

@media only screen and (min-width: 992px) {
	.hmw-service-container {
		margin-top: 60px
	}

	.hmw-service-plan,.hmw-service-build,.hmw-service-cat-content,.hmw-service-operate {
		height: 371px
	}

	.hmw-service {
		height: 400px;
		border-radius: 6px;
		margin-bottom: 68px
	}

	.hmw-service-pic {
		border-radius: 6px 0px 0px 6px
	}

	.hmw-service-pic img {
		border-radius: 6px 0px 0px 6px
	}

	.hmw-service-pic-right {
		border-radius: 0px 6px 6px 0px
	}

	.hmw-service-pic-right img {
		border-radius: 0px 6px 6px 0px
	}

	.hmw-service-text {
		padding: 50px 20px 0
	}

	.hmw-service-text h2 {
		font-size: 22px
	}

	.hmw-service-desc {
		margin-top: 20px;
		font-size: 14px;
		height: 80px;
		line-height: 24px
	}

	.hmw-service-item {
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px
	}

	.hmw-service-item img {
		width: 48px;
		height: 48px
	}

	.hmw-service-more {
		font-size: 18px;
		margin-top: 40px
	}

	.hmw-service-cat-content-title>ul {
		padding-bottom: 6px
	}

	.hmw-service-cat-content-title>ul>li {
		margin: 10px;
		font-size: 14px
	}

	.hmw-service-cat-content-title>ul>li a {
		font-size: 16px
	}

	.hmw-service-cat-content {
		height: 320px;
		margin-top: 25px
	}

	.hmw-service-cat-content-item {
		padding: 16px
	}

	.hmw-service-cat-content-item-left {
		height: 288px
	}

	.hmw-service-cat-content-item-left-pic {
		height: 288px
	}

	.hmw-service-cat-content-item-right {
		padding-left: 20px;
		padding-top: 40px
	}

	.hmw-service-cat-content-item-right-title {
		font-size: 22px;
		margin-bottom: 30px
	}

	.hmw-service-cat-content-item-right-list {
		line-height: 24px;
		padding-left: 11px;
		padding-bottom: 10px;
		font-size: 14px
	}

	.hmw-service-cat-content-item-right-list-circle {
		width: 6px;
		height: 6px;
		margin-right: 8px
	}

	.hmw-service-cat-download-bg {
		margin-top: 40px;
		padding-top: 10px;
		padding-bottom: 40px
	}

	.hmw-service-cat-download {
		width: 20%
	}

	.hmw-service-cat-download-body {
		font-size: 14px;
		padding: 0px 30px
	}

	.hmw-service-cat-download-title {
		font-size: 18px;
		padding-top: 25px
	}

	.hmw-service-cat-download-subtitle {
		padding-top: 20px;
		line-height: 22px
	}

	.hmw-service-cat-hotline {
		margin-bottom: 96px
	}

	.hmw-service-cat-hotline-item {
		width: 30%;
		height: 142px;
		box-shadow: 0 0 12px rgba(0,0,0,.2);
		padding: 40px 30px
	}

	.hmw-service-cat-hotline-item:hover {
		box-shadow: 0 0 15px rgba(255,157,0,.3);
		transform: translateY(-6px)
	}

	.hmw-service-cat-hotline-item-left-title {
		font-size: 22px
	}

	.hmw-service-cat-hotline-item-left-subtitle {
		font-size: 16px;
		padding-top: 18px
	}

	.hmw-service-cat-hotline-item-right {
		width: 20%;
		padding-top: 20px
	}

	.hmw-service-cat-genuine {
		height: 346px
	}

	.hmw-service-cat-genuine-input {
		height: 64px
	}

	.hmw-service-cat-genuine-input-child:hover {
		box-shadow: 0 0 20px rgba(255,157,0,.5);
		border: 1px solid rgba(255,157,0,.3)
	}

	.hmw-service-cat-genuine-input-child {
		width: 90%;
		height: 64px;
		border: 1px solid rgba(255,157,0,.6);
		border-radius: 5px;
		padding: 30px;
		font-size: 18px;
		background: url(../images/hm-input-donot-bigicon.png) #fff 30px center no-repeat;
		background-position: 660px;
		background-size: 28px
	}

	.hmw-service-download-info {
		height: 340px
	}

	.hmw-service-download-info-pic {
		height: 130px;
		padding-top: 40px
	}

	.hmw-service-download-info-pic img {
		height: 64px
	}

	.hmw-service-download-info-content {
		padding: 0px 20px;
		margin-bottom: 40px;
		font-size: 14px
	}

	.hmw-service-download-info-content-title {
		font-size: 18px
	}

	.hmw-service-download-info-content-subtitle {
		line-height: 24px;
		margin-top: 15px
	}

	.hmw-service-download-info-content-txt {
		margin-top: 20px;
		line-height: 26px;
		font-size: 14px
	}
}

.hmw-about-cat-content {
	width: 100%;
	background: #fff
}

.hmw-about-cat-content-pic {
	width: 37%;
	height: 100%;
	float: left
}

.hmw-about-cat-content-body {
	width: 63%;
	color: #666;
	font-size: 14px;
	padding: 30px 40px 55px 20px;
	float: right
}

.hmw-about-cat-content-title {
	font-weight: bold;
	color: #666;
	overflow: hidden;
	font-size: 24px
}

.hmw-about-cat-content-desc {
	margin-top: 15px;
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-moz-line-clamp: 5;
	-o-line-clamp: 5;
	-ms-line-clamp: 5;
	line-clamp: 5;
	font-size: 16px;
	color: #6f6f6f;
	text-align: justify;
	text-indent: 2em
}

.hmw-about-cat-content-footer {
	padding: 30px 0px;
	text-align: center
}

.hmw-about-cat-content-link {
	color: #212b38;
	font-size: 16px
}

.hmw-about-cat-content-link:hover {
	color: #ff9d00
}

.hmw-about-cat-culture-bg {
	background: #fff;
	padding-top: 10px
}

.hmw-about-cat-culture {
	border: 1px solid #e6e6e6;
	height: 450px;
	margin-bottom: 65px
}

.hmw-about-cat-culture ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 335px;
	padding: 0px
}

.hmw-about-cat-culture-item-top {
	background: #fff;
	height: 200px;
	transition: all ease .4s;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}

.hmw-about-cat-culture-item-top:hover,.hmw-about-cat-culture-item:hover {
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,.1);
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-moz-transform: scale(1.02)
}

.hmw-about-cat-culture-item-top-pic {
	float: left;
	margin: auto;
	width: 40%;
	height: 180px
}

.hmw-about-cat-culture-item-top-content {
	float: left;
	width: 60%
}

.hmw-about-cat-culture-item-top-title {
	color: #0052d9;
	font-size: 18px
}

.hmw-about-cat-culture-item-top-txt {
	margin-top: 20px;
	line-height: 24px
}

.hmw-about-cat-culture-item:hover .hmw-about-cat-culture-item-title,.hmw-about-cat-culture-item-top:hover .hmw-about-cat-culture-item-top-title {
	color: #ff9d00
}

.hmw-about-cat-culture-item-top-pic-four {
	background: url(../images/info_culture_iconfour.png) no-repeat center 40px
}

.hmw-about-cat-culture-item-top:hover .hmw-about-cat-culture-item-top-pic-four {
	background: url(../images/info_culture_iconfour_selected.png) no-repeat center 40px
}

.hmw-about-cat-culture-item-top-pic-five {
	background: url(../images/info_culture_iconfive.png) no-repeat center 40px
}

.hmw-about-cat-culture-item-top:hover .hmw-about-cat-culture-item-top-pic-five {
	background: url(../images/info_culture_iconfive_selected.png) no-repeat center 40px
}

.hmw-about-cat-culture-item {
	background: #fff;
	height: 245px;
	transition: all ease .4s;
	border-right: 1px solid #e5e5e5;
	text-align: center
}

.hmw-about-cat-culture-item:last-child {
	border-right: 0px
}

.hmw-about-cat-culture-item-title {
	color: #0052d9;
	font-size: 18px;
	margin-top: 20px
}

.hmw-about-cat-culture-item-txt {
	margin-top: 20px;
	line-height: 24px
}

.hmw-about-cat-culture-item-pic {
	margin-top: 10px;
	height: 80px
}

.hmw-about-cat-culture-item:hover .hmw-about-cat-culture-item-pic-img {
	background: url(../images/info_culture_iconone_selected.png)
}

.hmw-about-cat-culture-item-pic-one {
	background: url(../images/info_culture_iconone.png) no-repeat center 5px
}

.hmw-about-cat-culture-item:hover .hmw-about-cat-culture-item-pic-one {
	background: url(../images/info_culture_iconone_selected.png) no-repeat center 5px
}

.hmw-about-cat-culture-item-pic-two {
	background: url(../images/info_culture_icontwo.png) no-repeat center 5px
}

.hmw-about-cat-culture-item:hover .hmw-about-cat-culture-item-pic-two {
	background: url(../images/info_culture_icontwo_selected.png) no-repeat center 5px
}

.hmw-about-cat-culture-item-pic-treen {
	background: url(../images/info_culture_iconthreen.png) no-repeat center 5px
}

.hmw-about-cat-culture-item:hover .hmw-about-cat-culture-item-pic-treen {
	background: url(../images/info_culture_iconthreen_selected.png) no-repeat center 5px
}

.hmw-about-cat-honor {
	margin: 50px auto
}

.hmw-about-cat-honor-container {
	padding-top: 40px;
	padding-bottom: 40px;
	margin: auto
}

.hmw-about-cat-contact-bg {
	background: url(../images/info_contact-bg.jpg);
	height: 565px;
	width: 100%;
	padding-top: 137px
}

.hmw-about-cat-contact {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #fff
}

.hmw-about-cat-contact .active p,.hmw-about-cat-contact .active a {
	color: #fff !important
}

.hmw-about-cat-contact-left {
	width: 20%;
	margin-top: 30px;
	margin-left: 20px
}

.hmw-about-cat-contact-title {
	font-size: 30px
}

.hmw-about-cat-contact-subtitle {
	font-size: 14px;
	padding-top: 15px
}

.hmw-about-cat-contact-showmore {
	font-size: 18px;
	padding-top: 110px;
	display: block;
	color: #fff
}

.hmw-about-cat-contact-showmore:hover {
	color: #0052d9
}

.hmw-about-cat-contact-right {
	width: 75%
}

.hmw-about-cat-contact-body {
	float: left;
	display: flex;
	justify-content: space-between;
	font-size: 14px
}

.hmw-about-cat-contact-item {
	background: rgba(255,255,255,.3);
	padding: 45px 80px;
	display: none
}

.hmw-about-cat-contact-item-title {
	font-size: 18px;
	font-weight: bold
}

.hmw-about-cat-contact-item-title-circle {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 7px;
	display: inline-block
}

.hmw-about-cat-contact-item-addr {
	margin-top: 30px;
	line-height: 24px;
	margin-left: 14px
}

.hmw-about-cat-contact-item-tel {
	line-height: 24px;
	margin-left: 14px
}

.hmw-about-cat-contact-item-map {
	margin-top: 20px;
	margin-left: 14px
}

.hmw-about-cat-contact-item-map-para {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px
}

.hmw-about-cat-contact-item-map-link {
	display: block;
	line-height: 22px;
	color: #fff
}

.hmw-about-cat-contact-tab {
	float: left;
	background: rgba(255,157,0,.3);
	padding: 45px 50px;
	width: 45%;
	transition: all ease .3s
}

.hmw-about-cat-contact-tab-title {
	font-size: 18px;
	cursor: pointer;
	line-height: 50px;
	overflow: hidden;
	white-space: nowrap
}

.hmw-about-cat-contact-tab-title a {
	color: #999
}

.hmw-about-cat-partner-bg {
	background: #fff;
	width: 100%;
	background: url(../images/info_index_hz_bg.jpg) no-repeat;
	height: 650px;
	width: 100%;
	margin-top: 80px;
	padding-top: 20px;
	background-repeat: repeat-y
}

.hmw-about-cat-partner-more {
	clear: both;
	font-size: 16px;
	display: block;
	color: #fff;
	padding-top: 26px
}

.hmw-about-cat-partner {
	margin-top: 0px;
	padding-bottom: 60px
}

.hmw-about-cat-partner-item {
	margin-left: 0;
	margin-bottom: 0;
	float: left;
	height: 160px;
	background: #fff;
	overflow: hidden;
	display: flex;
	align-items: center;
	border: 1px #5a5049 solid;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.hmw-about-cat-partner-item-bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(79, 136, 255, 0.8), rgba(46, 107, 234, 0.8));
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	display: none
}

.hmw-about-cat-partner-item-bg p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff
}

.hmw-about-cat-partner-item-img {
	margin: 0 auto
}

.hmw-about-cat-partner-item:hover img {
	transition: all .2s;
	transform: scale(1.1);
	z-index: 999999999999999
}

.hmw-about-cat-job {
	background: #fff;
	overflow: hidden
}

.hmw-about-cat-job-content {
	padding-bottom: 60px
}

.hmw-about-cat-job-content-left {
	font-size: 28px;
	color: #2f6be5;
	float: left
}

.hmw-about-cat-job-content-right {
	float: right;
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px
}

.hmw-about-cat-job-left-content {
	line-height: 24px;
	font-size: 14px;
	color: #999;
	text-align: left;
	margin-top: 28px
}

.hmw-about-cat-job-left-content>p {
	text-indent: 2em;
	margin-top: 10px
}

.hmw-about-cat-job-item {
	background: #f5f7fa;
	height: 175px;
	transition: all .2s
}

.hmw-about-cat-job-item:hover {
	box-shadow: 0 0 15px rgba(0,0,0,.2)
}

.hmw-about-cat-job-item-title {
	color: #212b38;
	font-size: 18px;
	padding: 20px 28px
}

.hmw-about-cat-job-item-hrb {
	border-bottom: 1px solid #e6e6e6
}

.hmw-about-cat-job-item-desc {
	padding: 30px 28px;
	justify-content: space-between;
	display: flex
}

.hmw-about-cat-job-item-addr {
	font-size: 16px;
	color: #999;
	line-height: 30px
}

.hmw-about-cat-job-item-btn {
	width: 102px;
	height: 32px;
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	border-radius: 20px;
	background: #2f6be5
}

.hmw-about-cat-branch {
	position: relative;
	width: 100%;
	height: 843px;
	background: url(../images/info_map.png) no-repeat center #f5f7fa
}

.hmw-about-cat-branch-right {
	margin-left: 264px;
	padding-top: 119px
}

.hmw-about-cat-branch-map {
	width: 70%;
	height: 618px;
	position: relative
}

.hmw-about-cat-branch-map-item {
	position: absolute;
	left: 0;
	top: 0
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

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

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.hmw-about-cat-branch-map-item-area .dot {
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #a2a9b4;
	opacity: 1;
	filter: alpha(opacity=100)
}

.hmw-about-cat-branch-map-item-area .pulse {
	position: absolute;
	top: -28px;
	left: -28px;
	height: 66px;
	width: 66px;
	border: 2px solid #b7b7b7;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	-webkit-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
	-moz-box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
	box-shadow: 0 0 4px #82878f,0 0 10px #82878f inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0
}

.hmw-about-cat-branch-map-item-area .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}

.hmw-about-cat-branch-map-item-area .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}

.hmw-about-cat-branch-map-item-area .delay-03 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}

.hmw-about-cat-branch-map-item-area .delay-04 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.hmw-about-cat-branch-map-item-area .delay-05 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.hmw-about-cat-branch-map-item-area .delay-06 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}

.hmw-about-cat-branch-map-item-area .delay-07 {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s
}

.hmw-about-cat-branch-map-item-area .delay-08 {
	-webkit-animation-delay: -0.4s;
	-moz-animation-delay: -0.4s;
	-o-animation-delay: -0.4s;
	animation-delay: -0.4s
}

.hmw-about-cat-branch-map-item-area .delay-09 {
	-webkit-animation-delay: -0.8s;
	-moz-animation-delay: -0.8s;
	-o-animation-delay: -0.8s;
	animation-delay: -0.8s
}

.hmw-about-cat-branch-map-item-area .delay-10 {
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	-o-animation-delay: -1.2s;
	animation-delay: -1.2s
}

.hmw-about-cat-branch-map-item-area .delay-11 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s
}

.hmw-about-cat-branch-map-item.active .hmw-about-cat-branch-map-item-area .dot {
	background: #009fd9
}

.hmw-about-cat-branch-map-item.active .hmw-about-cat-branch-map-item-area .pulse {
	border-color: #009fd9;
	top: -39px;
	left: -39px;
	height: 88px;
	width: 88px;
	-webkit-box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
	-moz-box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset;
	box-shadow: 0 0 12px #0080d9,0 0 20px #0080d9 inset
}

.hmw-about-cat-branch-map-item.waite .hmw-about-cat-branch-map-item-area .dot {
	background: #f90
}

.hmw-about-cat-branch-map-item.waite .hmw-about-cat-branch-map-item-area .pulse {
	border-color: #f90
}

.hmw-about-cat-branch-map-item-area-show {
	position: absolute;
	left: 2px;
	height: 0;
	top: 0;
	width: 11px;
	opacity: 1;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.online-node .hmw-about-cat-branch-map-item-area-show,.hmw-about-cat-branch-map-item:hover .hmw-about-cat-branch-map-item-area-show,.underline-node .hmw-about-cat-branch-map-item-area-show,.waite-node .hmw-about-cat-branch-map-item-area-show {
	height: 127px;
	opacity: 1
}

.hmw-about-cat-branch-map-item-area-show span {
	width: 80px;
	position: absolute;
	left: 8px;
	top: -11px;
	padding: 6px 10px;
	font-size: 14px;
	color: #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap
}

.hmw-about-cat-branch-map-node-10 .hmw-about-cat-branch-map-item-area-show span {
	left: 0
}

.hmw-about-cat-branch-map-node-6 .hmw-about-cat-branch-map-item-area-show span {
	left: -72px
}

.hmw-about-cat-branch-map-item-area {
	z-index: 77
}

.hmw-about-cat-branch-map-item-area-show {
	z-index: 66
}

.hmw-about-cat-branch-map-item.active .hmw-about-cat-branch-map-item-area-show span {
	position: relative;
	color: #ccc
}

.hmw-about-cat-branch-map-item.waite .hmw-about-cat-branch-map-item-area-show span {
	color: #ccc
}

.hmw-about-cat-branch-map-node-1 {
	left: 302px;
	top: 308px
}

.hmw-about-cat-branch-map-node-2 {
	left: 401px;
	top: 403px
}

.hmw-about-cat-branch-map-node-3 {
	left: 358px;
	top: 516px
}

.hmw-about-cat-branch-map-node-4 {
	left: 473px;
	top: 348px
}

.hmw-about-cat-branch-map-node-5 {
	left: 526px;
	top: 394px
}

.hmw-about-cat-branch-map-node-6 {
	left: 526px;
	top: 515px
}

.hmw-about-cat-branch-map-node-8 {
	left: 559px;
	top: 229px
}

.hmw-about-cat-branch-map-node-9 {
	left: 650px;
	top: 399px
}

.hmw-about-cat-branch-map-node-9 .hmw-about-cat-branch-map-item.active .hmw-about-cat-branch-map-item-area .pulse {
	top: -50px;
	left: -50px;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.hmw-about-cat-branch-map-node-10 {
	left: 552px;
	top: 611px
}

.hmw-about-cat-branch-map-node-11 {
	left: 604px;
	top: 300px
}

.hmw-about-cat-branch-map-node-13 {
	left: 470px;
	top: 250px
}

.hmw-about-aboutus-num {
	padding-top: 35px;
	color: #2f6be5;
	background: none;
	display: flex;
	justify-content: center
}

.hmw-about-aboutus-num-item {
	text-align: center;
	width: 28%;
	float: left;
	line-height: 24px;
	border-right: 1px solid #e5e5e5
}

.hmw-about-aboutus-num-item-bigtitle {
	font-size: 58px
}

.hmw-about-aboutus-num-item-subtitle {
	font-size: 22px
}

.hmw-about-aboutus-num-item-entitle {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	padding-top: 20px
}

.hmw-about-aboutus-num-item-title {
	font-weight: bolder;
	font-size: 16px;
	color: #212b38
}

.hmw-about-aboutus-num-item:last-child {
	border-right: none
}

.hmw-about-aboutus-desc {
	text-indent: 2em;
	font-size: 14px;
	line-height: 26px;
	margin-top: 60px;
	color: #424242
}

.hmw-about-aboutus-container {
	background: url(../images/about_bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	background-size: 100% 1288px
}

.hmw-about-aboutus-top {
	position: relative;
	margin: 0 auto;
	height: 120px;
	z-index: 2
}

.hmw-about-aboutus-top-animat {
	background-size: cover;
	background: none #f5f7fa;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	position: absolute;
	left: 50%;
	top: 75px;
	margin-left: -37px;
	cursor: pointer
}

.hmw-about-aboutus-top-animat-cont {
	background: url(../images/about_introducs_down.png) no-repeat scroll center center;
	width: 25px;
	height: 15px;
	position: absolute;
	left: 50%;
	top: 45%;
	margin: -7px 0px 0px -12px;
	-webkit-animation: aboutus-mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: aboutus-mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite
}

@keyframes aboutus-mouse-dot {
	from {
		opacity: 0
	}

	53% {
		opacity: 1
	}

	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0
	}
}

@-webkit-keyframes aboutus-mouse-dot {
	from {
		opacity: 0
	}

	53% {
		opacity: 1
	}

	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0
	}
}

.hmw-about-aboutus-body {
	background: #fff;
	margin: 0 auto;
	padding: 50px 110px
}

.hmw-about-aboutus-body-txt {
	line-height: 24px;
	font-size: 14px;
	color: #424242
}

.hmw-about-aboutus-body-txt-subtxt {
	text-indent: 2em
}

.hmw-about-aboutus-body-pic {
	margin: 20px auto
}

.hmw-about-honor-bg {
	background: url(../images/about_qualif_bg.jpg) no-repeat 100%;
	height: 700px
}

.hmw-about-honor {
	width: 70%;
	position: relative;
	-ms-touch-action: pan-y;
	float: right;
	background: rgba(255,255,255,.2)
}

.hmw-about-honor .swiper-wrapper {
	margin: 100px auto
}

.hmw-about-honor .swiper-slide {
	padding: 10px 10px;
	text-align: center
}

.hmw-about-contact-branch {
	background-color: #fff;
	padding: 25px;
	overflow: hidden;
	margin-bottom: 30px
}

.hmw-about-contact-branch-left {
	width: 45%;
	float: left;
	overflow: hidden;
	height: 450px
}

.hmw-about-contact-branch-right {
	width: 55%;
	height: 430px;
	float: right;
	color: #424242;
	padding: 0;
	overflow-y: auto
}

.hmw-about-contact-branch-right::-webkit-scrollbar {
	width: 4px;
	height: 5px;
	position: relative
}

.hmw-about-contact-branch-right::-webkit-scrollbar-track {
	background-color: rgba(145,145,145,.1);
	border-radius: 1px;
	width: 8px;
	overflow: hidden;
	position: absolute
}

.hmw-about-contact-branch-right::-webkit-scrollbar-thumb {
	border-radius: 7px;
	background-color: #2f6be5
}

.hmw-about-contact-branch-right::-webkit-scrollbar-button {
	background-color: none
}

.hmw-about-contact-branch-right::-webkit-scrollbar-corner {
	background: khaki
}

.hmw-about-contact-branch-item {
	height: 172px;
	padding: 40px 30px 30px 60px
}

.hmw-about-contact-branch-item-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px
}

.hmw-about-contact-branch-item:hover .hmw-about-contact-branch-item-title {
	color: #ff9d00
}

.hmw-about-contact-branch-item-subtitle {
	font-size: 16px;
	line-height: 24px
}

.hmw-about-contact-branch-item:hover {
	background: url(../images/info_contact-right.png) no-repeat left
}

.hmw-about-contact-branch-item:hover .hmw-about-contact-branch-hr {
	border-bottom: none
}

.hmw-about-contact-branch-hr {
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	margin: 26px auto auto 0px
}

.hmw-about-job-list-item {
	margin: 0 auto
}

.hmw-about-job-list-item-title {
	background: #c7c7c7;
	height: 83px;
	color: #fff;
	line-height: 83px;
	padding: 0px 25px
}

.hmw-about-job-list-item-title-jobtitle,.hmw-about-job-list-item-title-jobnum,.hmw-about-job-list-item-title-jobaddr,.hmw-about-job-list-item-title-jobdate {
	display: inline-block;
	color: #212b38;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	height: 80px
}

.hmw-about-job-list-item-title-jobtitle,.hmw-about-job-list-down-item-title-jobtitle {
	width: 25%
}

.hmw-about-job-list-item-title-jobnum,.hmw-about-job-list-down-item-title-jobnum {
	width: 10%
}

.hmw-about-job-list-item-title-jobaddr,.hmw-about-job-list-down-item-title-jobaddr {
	width: 35%
}

.hmw-about-job-list-item-title-jobdate,.hmw-about-job-list-down-item-title-jobdate {
	width: 20%
}

.hmw-about-job-list-adv {
	padding: 45px 35px;
	width: 100%;
	height: 230px;
	background-color: #fff;
	overflow: hidden;
	float: left
}

.hmw-about-job-list-adv:last-child {
	margin-right: 0px
}

.hmw-about-job-list-adv:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	background-color: #f7f9fe
}

.hmw-about-job-list-adv-title {
	margin-top: 15px;
	font-weight: bold;
	font-size: 16px;
	color: #212b38;
	line-height: 16px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 25px
}

.hmw-about-job-list-adv-subtitle {
	font-size: 14px;
	color: #666;
	padding-top: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.hmw-about-job-list-container {
	clear: both;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 30px;
	background: url(../images/info_talent_bg.jpg)
}

.hmw-about-job-list-container-header-title {
	color: #fff
}

.hmw-about-job-list-container-header-subtitle {
	color: #fff
}

.hmw-about-job-list-down-item-title {
	height: 83px;
	line-height: 83px;
	cursor: pointer;
	position: relative;
	margin: 1px;
	font-weight: bold;
	background: #fff;
	padding: 0 20px;
	margin-top: 5px
}

.hmw-about-job-list-down-item-title:hover,.hmw-about-job-list-down-item-title.active {
	background: #2f6be5;
	color: #fff;
	padding: 0 32px;
	margin-top: 6px
}

.hmw-about-job-list-down-item-title:hover span,.hmw-about-job-list-down-item-title.active span {
	color: #fff
}

.hmw-about-job-list-down-item-title-jobtitle,.hmw-about-job-list-down-item-title-jobnum,.hmw-about-job-list-down-item-title-jobaddr,.hmw-about-job-list-down-item-title-jobdate,.hmw-about-job-list-down-item-title-more {
	display: inline-block;
	overflow: hidden;
	height: 80px
}

.hmw-about-job-list-down-item-content {
	display: none
}

.hmw-about-job-list-down-item-content-title {
	height: 65px;
	line-height: 65px;
	background: #2f6be5;
	padding: 0 32px;
	color: #fff
}

.hmw-about-job-list-down-item-content-cont {
	background: #fff;
	padding: 2px 32px 24px 32px;
	font-size: 14px
}

.hmw-about-job-list-down-item-content-cont-title {
	color: #666;
	font-size: 14px;
	margin: 30px 0px;
	line-height: 26px
}

.hmw-about-job-list-down-item-content-btn {
	margin-top: 20px;
	display: block;
	text-align: left
}

.hmw-about-job-info {
	padding: 30px 25px;
	background: #f5f9ff
}

.hmw-about-job-info-title {
	font-size: 36px;
	color: #121212;
	display: block
}

.hmw-about-job-info-subtitle {
	font-size: 16px;
	color: #666;
	padding-top: 10px
}

.hmw-about-job-info-desc {
	color: #3186f5
}

.hmw-about-job-info-date {
	color: #999;
	font-size: 14px;
	padding-top: 15px
}

.hmw-about-job-info-body {
	margin-top: 30px;
	background: #fafcff;
	padding: 30px 20px;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
	color: #121212;
	margin-top: 30px
}

.hmw-about-job-info-body-txt {
	color: #121212;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 36px;
	padding-top: 15px
}

.hmw-about-job-info-body-item {
	line-height: 42px;
	font-size: 14px
}

.hmw-about-job-info-body-item-list {
	line-height: 22px;
	padding: 8px 0px 8px 20px
}

.hmw-about-job-info-body-txt:first-child {
	padding-top: 0px
}

@media screen and (max-width: 991px) {
	.hmw-about-cat-content-pic {
		width: 100%
	}

	.hmw-about-cat-content-body {
		width: 100%;
		font-size: .14rem;
		padding: .15rem
	}

	.hmw-about-cat-content-title {
		color: #666;
		font-size: .2rem
	}

	.hmw-about-cat-content-desc {
		margin-top: .15rem;
		line-height: .24rem;
		font-size: .14rem
	}

	.hmw-about-cat-content-footer {
		padding: .2rem 0px
	}

	.hmw-about-cat-content-link {
		font-size: .14rem
	}

	.hmw-about-cat-culture {
		height: 7.5rem
	}

	.hmw-about-cat-culture-item-top {
		height: 1.6rem
	}

	.hmw-about-cat-culture-item-top-pic {
		width: 40%;
		height: 1.6rem
	}

	.hmw-about-cat-culture-item-top-content {
		width: 60%
	}

	.hmw-about-cat-culture-item-top-title {
		font-size: .18rem
	}

	.hmw-about-cat-culture-item-top-txt {
		margin-top: .2rem;
		line-height: .24rem
	}

	.hmw-about-cat-culture-item {
		height: 2.3rem;
		border-bottom: 1px solid #e5e5e5
	}

	.hmw-about-cat-culture-item-pic {
		margin-top: .1rem;
		height: .8rem
	}

	.hmw-about-cat-culture-item-title {
		font-size: .16rem;
		margin-top: .2rem
	}

	.hmw-about-cat-culture-item-txt {
		font-size: .12rem;
		margin-top: .1rem;
		line-height: .24rem
	}

	.hmw-about-cat-contact-bg {
		height: 5.2rem;
		width: 100%;
		padding-top: .2rem
	}

	.hmw-about-cat-contact {
		width: 100%
	}

	.hmw-about-cat-contact-right {
		width: 100%
	}

	.hmw-about-cat-contact-tab {
		padding: .05rem .1rem;
		width: 100%
	}

	.hmw-about-cat-contact-tab-title {
		float: left;
		font-size: .16rem;
		line-height: .35rem;
		overflow: hidden
	}

	.hmw-about-cat-contact-item {
		padding: .2rem .1rem
	}

	.hmw-about-cat-contact-item-title {
		font-size: .16rem
	}

	.hmw-about-cat-contact-item-title-circle {
		width: .06rem;
		height: .06rem;
		margin-right: .06rem
	}

	.hmw-about-cat-contact-item-addr {
		margin-top: .2rem;
		line-height: .2rem;
		margin-left: .15rem
	}

	.hmw-about-cat-contact-item-tel {
		line-height: .2rem;
		margin-left: .15rem
	}

	.hmw-about-cat-contact-item-map {
		margin-top: .2rem;
		margin-left: .15rem
	}

	.hmw-about-cat-contact-item-map-para {
		font-size: .14rem;
		margin-top: .2rem;
		margin-bottom: .1rem
	}

	.hmw-about-cat-contact-item-map-link {
		line-height: .2rem
	}

	.hmw-about-cat-partner-bg {
		height: 6rem;
		margin-top: .8rem;
		padding-top: .2rem
	}

	.hmw-about-cat-partner-more {
		font-size: .16rem;
		padding-top: .26rem
	}

	.hmw-about-cat-partner {
		margin-top: 0rem;
		padding-bottom: .6rem
	}

	.hmw-about-cat-partner-item {
		height: 1rem
	}

	.hmw-about-cat-partner-item-bg p {
		width: 100%;
		height: .3rem;
		line-height: .3rem;
		font-size: .16rem
	}

	.hmw-about-cat-job-content {
		padding-bottom: .4rem
	}

	.hmw-about-cat-job-content-left {
		font-size: .2rem
	}

	.hmw-about-cat-job-content-right {
		margin-bottom: .28rem
	}

	.hmw-about-cat-job-left-content {
		line-height: .24rem;
		font-size: .14rem;
		margin-top: .2rem;
		margin-bottom: .2rem
	}

	.hmw-about-cat-job-left-content>p {
		margin-top: .1rem
	}

	.hmw-about-cat-job-item {
		height: 1.5rem
	}

	.hmw-about-cat-job-item-title {
		font-size: .14rem;
		padding: .1rem .2rem
	}

	.hmw-about-cat-job-item-desc {
		padding: .1rem .1rem
	}

	.hmw-about-cat-job-item-addr {
		font-size: .12rem;
		line-height: .2rem
	}

	.hmw-about-cat-job-item-btn {
		width: 1.02rem;
		height: .32rem;
		margin-top: .2rem;
		font-size: .14rem;
		line-height: .32rem;
		border-radius: .2rem
	}

	.hmw-about-aboutus {
		padding-top: .35rem
	}

	.hmw-about-aboutus-container {
		margin-top: .2rem
	}

	.hmw-about-aboutus-num-item {
		width: 33%;
		line-height: .24rem
	}

	.hmw-about-aboutus-num-item-bigtitle {
		font-size: .3rem
	}

	.hmw-about-aboutus-num-item-subtitle {
		font-size: .2rem
	}

	.hmw-about-aboutus-num-item-entitle {
		font-size: .12rem;
		padding-top: .05rem
	}

	.hmw-about-aboutus-num-item-title {
		font-size: .14rem
	}

	.hmw-about-aboutus-desc {
		display: none;
		font-size: .14rem;
		line-height: .26rem;
		margin-top: .2rem
	}

	.hmw-about-aboutus-body {
		margin-top: .2rem;
		width: 100%
	}

	.hmw-about-aboutus-top {
		height: 1rem
	}

	.hmw-about-aboutus-top-animat {
		border-radius: 50%;
		width: .75rem;
		height: .75rem;
		left: 50%;
		top: .8rem;
		margin-left: -0.37rem
	}

	.hmw-about-aboutus-top-animat-cont {
		width: .25rem;
		height: .15rem;
		left: 50%;
		top: 45%;
		margin: -0.07rem 0rem 0rem -0.12rem
	}

	.hmw-about-aboutus-body {
		padding: .2rem .15rem
	}

	.hmw-about-aboutus-body-txt {
		line-height: .24rem;
		font-size: .14rem;
		margin-top: .2rem
	}

	.hmw-about-aboutus-body-pic {
		margin: .2rem auto
	}

	.hmw-about-honor-bg {
		height: 5rem
	}

	.hmw-about-honor {
		width: 100%
	}

	.hmw-about-honor .swiper-wrapper {
		margin: .2rem auto
	}

	.hmw-about-contact-branch {
		margin: -0.15rem;
		padding: .15rem;
		margin-bottom: .2rem
	}

	.hmw-about-contact-branch-left {
		width: 100%;
		height: 2rem
	}

	.hmw-about-contact-branch-right {
		width: 100%;
		height: 7.2rem
	}

	.hmw-about-contact-branch-item {
		height: 1.2rem;
		padding: .15rem
	}

	.hmw-about-contact-branch-item-title {
		font-size: .18rem;
		margin-bottom: .15rem
	}

	.hmw-about-contact-branch-item-subtitle {
		font-size: .14rem;
		line-height: .18rem
	}
}

.hmw-red .active,.hmw-red .active a,.hmw-red .active a:hover,.hmw-red .active li .active div {
	color: #00377c !important
}

.hmw-red .hmw-banner-slide .button {
	box-shadow: 0px 6px 10px 0px rgba(100,101,244,.2)
}

.hmw-red .hmw-banner-slide .button:hover {
	background: #fff;
	color: #00377c
}

.hmw-red .hmw-title-hr {
	background-color: #e61a0f;
	background: -webkit-linear-gradient(90deg, #00377c, #00377c, #00377c);
	background: -o-linear-gradient(90deg, #00377c, #00377c, #00377c);
	background: -moz-linear-gradient(90deg, #00377c, #00377c, #00377c);
	background: linear-gradient(90deg, #00377c, #00377c, #00377c)
}

.hmw-red .hmw-pro-index-news-tab .active {
	color: #00377c;
	border-bottom: 2px solid #00377c
}

.hmw-red .hmw-pro-index-news-tab a:hover {
	color: #00377c
}

.hmw-red .hmw-menu-product-title {
	border-left: 4px solid #00377c
}

.hmw-red .hmw-pro-index-adv-pic {
	background-color: #00377c;
	background: -webkit-linear-gradient(90deg, #00377c, #00377c, #00377c) !important;
	background: -o-linear-gradient(90deg, #00377c, #00377c, #00377c) !important;
	background: -moz-linear-gradient(90deg, #00377c, #00377c, #00377c) !important;
	background: linear-gradient(90deg, #00377c, #00377c, #00377c) !important
}



.hmw-red .hmw-pro-service-content-title span {
	color: #00377c
}

.hmw-red .hmw-pro-index-service-title-icon {
	background-color: #00377c
}

.hmw-red .hmw-pro-index-service-title {
	color: #00377c
}

.hmw-red .hmw-pro-index-function:hover .hmw-pro-index-function-btn {
	background-color: #00377c
}

.hmw-red .hmw-pro-index-function:hover .hmw-pro-index-function-more {
	background-color: #00377c
}

.hmw-red .hmw-pro-index-terminal-item:hover .hmw-pro-index-terminal-item-hide {
	color: #00377c
}

.hmw-red .hmw-pro-function-cat-text a {
	color: #00377c
}

.hmw-red .hmw-pro-function-cat-text p a {
	color: #666
}

.hmw-red .hmw-index-news-tab .active {
	border-bottom: 2px solid #00377c
}

.hmw-red .hmw-index-news-tab-title a:hover {
	color: #00377c
}

.hmw-red .hmw-news-list-item:hover .hmw-news-list-item-title {
	color: #00377c
}

.hmw-red .hmw-index-news-content-item:hover {
	color: #00377c
}

.hmw-red .hmw-menu-masking {
	background: url(../images/spw_menu_star_bg.png) no-repeat;
	-webkit-animation: spw_menu_star_bg 1.75s steps(1) infinite;
	animation: spw_menu_star_bg 1.75s steps(1) infinite
}

.hmw-red .hmw-helpme-mob-wrapper {
	box-shadow: 0 0 10px 0px #00377c;
	background-color: #00377c
}

@keyframes spw_menu_star_bg {
	5% {
		background-position: 0 -75px
	}

	10% {
		background-position: 0 -150px
	}

	15% {
		background-position: 0 -225px
	}

	20% {
		background-position: 0 -300px
	}

	25% {
		background-position: 0 -375px
	}

	30% {
		background-position: 0 -450px
	}

	35% {
		background-position: 0 -525px
	}

	40% {
		background-position: 0 -600px
	}

	45% {
		background-position: 0 -675px
	}

	50% {
		background-position: 0 -750px
	}

	55% {
		background-position: 0 -825px
	}

	60% {
		background-position: 0 -900px
	}

	65% {
		background-position: 0 -975px
	}

	70% {
		background-position: 0 -1050px
	}

	75% {
		background-position: 0 -1125px
	}

	80% {
		background-position: 0 -1200px
	}

	85% {
		background-position: 0 -1275px
	}

	90% {
		background-position: 0 -1350px
	}

	95% {
		background-position: 0 -1425px
	}

	100% {
		background-position: 0 -1500px
	}
}

.hmw-red .hmw-bg-img-red {
	background: url(../images/sp_bg_img_red.jpg) no-repeat;
	background-size: 100% 100%
}

.hmw-red .hmw-title-hr {
	background-color: red;
	background: -webkit-linear-gradient(90deg, #FF0000, #00377c);
	background: -o-linear-gradient(90deg, #FF0000, #00377c);
	background: -moz-linear-gradient(90deg, #FF0000, #00377c);
	background: linear-gradient(90deg, #FF0000, #00377c)
}

.hmw-red .hmw-sidemenu-menu a:hover {
	color: #00377c
}

.hmw-red .hmw-pages>ul>span {
	background-color: #00377c;
	border: solid 1px #00377c
}

.hmw-red .hmw-pages>ul>a:hover,.hmw-red .hmw-pages>ul>a:focus,.hmw-red .hmw-pages>ul>span:hover,.hmw-red .hmw-pages>ul>span:focus,.hmw-red .hmw-pages .a1:hover,.hmw-red .hmw-pages .a1:focus {
	background-color: #00377c;
	border: solid 1px #00377c
}



.hmw-red .hmw-pro-show-head-title {
	color: #00377c
}

.hmw-red .hmw-pro-show-head-subtitle {
	color: #333
}

@media screen and (max-width: 991px) {
	.hmw-red .hm-navbar-default {
		background-color: red;
		background: -webkit-linear-gradient(90deg, #00377c, #00377c, #00377c);
		background: -o-linear-gradient(90deg, #00377c, #00377c, #00377c);
		background: -moz-linear-gradient(90deg, #00377c, #00377c, #00377c);
		background: linear-gradient(90deg, #00377c, #00377c, #00377c)
	}

	.hmw-red .hm-navbar-toggle,.hmw-red .hm-navbar-collapse {
		background-color: #00377c;
		background: -webkit-linear-gradient(90deg, #00377c, #00377c, #00377c) !important;
		background: -o-linear-gradient(90deg, #00377c, #00377c, #00377c) !important;
		background: -moz-linear-gradient(90deg, #00377c, #00377c, #00377c) !important;
		background: linear-gradient(90deg, #00377c, #00377c, #00377c) !important
	}

	.hmw-red .hm-navbar-nav>.active>a,.hmw-red .hm-navbar-nav>.active>a:focus,.hmw-red .hm-navbar-nav>.active>a:hover {
		background-color: #00377c !important;
		background: -webkit-linear-gradient(90deg, #00377c, #00377c, #00377c) !important;
		background: -o-linear-gradient(90deg, #00377c, #00377c, #00377c) !important;
		background: -moz-linear-gradient(90deg, #00377c, #00377c, #00377c) !important;
		background: linear-gradient(90deg, #00377c, #00377c, #00377c) !important
	}

	.hmw-red .hmw-sidemenu {
		background-color: #00377c;
		height: 90%;
		width: 2.4rem;
		padding: .15rem;
		margin-top: .7rem
	}
}
