.contain {
	width:100%;
	height:100%;
	background:#ffffff;
}
/*banner*/
.banner-product {
	padding:6.5rem 0 6.5rem 7.5rem;
	background:url("../../uploads/house/banner@2x.png") no-repeat center;
	background-size:120rem 27.5rem;
}
.banner-product-content {
	margin:0 auto;
}
.banner-product-title {
	color:#090F21;
	font-size:2.75rem;
	font-weight:600;
	line-height:3.875rem;
}
.banner-product-content p {
	margin-top:1.25rem;
	width:41.25rem;
	font-size:0.875rem;
	font-weight:400;
	color:#090F21;
	line-height:1.875rem;
}
/*凭证集成*/
.overview-intro {
	height:23.125rem;
}
.overview-intro-center {
	width:75rem;
	height:20.625rem;
	background:#FFFFFF;
	box-shadow:0 0.25rem 2.5rem 0 rgba(12,37,91,0.1);
	margin:2.5rem auto;
	position:relative;
	overflow:hidden;
	z-index:2;
}
.overview-intro-content {
	width:65rem;
	height:100%;
	margin:3.125rem 5rem;
}
.overview-intro-center h2 {
	font-size:1.875rem;
	font-weight:500;
	color:#090F21;
	line-height:2.625rem;
}
.overview-intro-center p {
	margin-top:1.25rem;
	font-size:1rem;
	font-weight:400;
	color:#090F21;
	line-height:2.25rem;
}
/*解决方案*/
.htms-value ul {
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	margin:2.5rem auto 0;
	width:75rem;
}
.vertical-icon-box > h2 {
	margin-top:1.6875rem;
	font-size:1.125rem;
	font-weight:500;
	color:#090F21;
	line-height:1.5625rem;
}
/*客户价值*/
.house-value {
	box-sizing:border-box;
	height:16.4375rem;
	padding:2.5rem 0;
	overflow:hidden;
}
.house-value h1 {
	font-size:1.875rem;
	font-weight:400;
	color:rgba(9,15,33,1);
	line-height:2.625rem;
}
.house-value h2 {
	font-size:0.875rem;
	font-weight:400;
	color:rgba(9,15,33,.2);
	line-height:1.25rem;
	letter-spacing:0.625rem;
	margin-top:0.4375rem;
	text-align:center;
}
.house-value .compete_tips {
	width:56.25rem;
	position:relative;
	z-index:99;
	margin:2.5rem auto 2.5rem;
	display:flex;
	justify-content:space-between;
}
.house-value .compete_tip2 {
	align-items:center;
	width:100%;
	height:100%;
}
.house-value .compete_tip2_tit {
	text-align:center;
	font-size:1.875rem;
	font-weight:600;
	color:#090F21;
	line-height:2.625rem;
}
.house-value .compete_tip2_re {
	margin-top:1.375rem;
	font-size:1rem;
	font-weight:500;
	color:#090F21;
	line-height:1.375rem;
}
.house-value .scroll-background {
	z-index:1;
	height:18.6875rem;
}
/*自主产品*/
.htms-product ul {
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	margin:2.5rem auto 0;
	width:75rem;
}
.link-icon-box {
	width:23.75rem;
	height:14.0625rem;
	background:#FFFFFF;
	box-shadow:0rem 0.25rem 0.875rem 0rem rgba(12,37,91,0.1);
	position:relative;
}
.link-icon-box > .icon-box {
	position:absolute;
	top:1.875rem;
	left:8.125rem;
	width:7.5rem;
	height:7.5rem;
}
.link-icon-box > .icon-content {
	margin:0;
	position:absolute;
	top:10.625rem;
	right:0;
	left:0;
	text-align:center;
}
.link-icon-box > .icon-content h2 {
	font-size:1.125rem;
	font-weight:400;
	color:#090F21;
	line-height:1.5625rem;
}
.link-icon-box:hover h2 {
	color:#4DB7DD;
	transition:all .3s;
	cursor:pointer;
}
.link-icon-box .arrow {
	position:absolute;
	top:1.25rem;
	right:1.25rem;
	opacity:0;
}
.link-icon-box:hover .arrow {
	opacity:1;
	transition:all .3s;
}
/*服务领域*/
.hcmb-industry {
	height:24.6875rem;
}
.hcmb-industry-con {
	margin:2.5rem auto 0;
	display:flex;
	align-content:space-between;
	justify-content:space-between;
	width:75rem;
	flex-wrap:wrap;
}
.hcmb-industry-tips {
	width:23.75rem;
	height:18.875rem;
	background:rgba(255,255,255,1);
	box-shadow:0rem 0.25rem 0.875rem 0rem rgba(12,37,91,0.1);
	position:relative;
}
.hcmb-industry-tip {
	width:23.75rem;
	height:18.875rem;
	transition:all .3s;
}
.hcmb-industry-tip-img img {
	width:23.75rem;
}
.hcmb-industry-tip-icon {
	width:2.5rem;
	height:2.5rem;
	margin:1.875rem 0 0 1.875rem;
}
.hcmb-industry-tip h3 {
	margin:1.25rem 0 0 1.875rem;
	text-align:left;
	font-size:1rem;
	color:rgba(9,15,33,1);
	line-height:1.375rem;
	font-weight:400;
}
.hcmb-industry-tip p {
	width:20rem;
	font-size:0.875rem;
	font-weight:400;
	color:rgba(9,15,33,.5);
	line-height:1.875rem;
	margin-top:0.625rem;
	opacity:0;
	transition:all .3s;
}
.hcmb-industry-tip-icon1 {
	width:2.5rem;
	height:2.5rem;
	margin:0;
}
.hcmb-industry-tips:hover .hcmb-industry-tip {
	opacity:1;
	transform:translateY(-10rem);
	transition:all .3s;
}
.hcmb-industry-tips:hover p {
	opacity:1;
	transition:all .3s;
}
.hcmb-industry .hcmb-industry-tip-txt img {
	width:20rem;
	margin-top:0.625rem;
	opacity:0;
	transition:all .3s;
}
.hcmb-industry-tips:hover h3 {
	margin-top:1.25rem;
}
/*方案优势*/
.house-con {
	width:75rem;
	margin:2.5rem auto 0;
	display:flex;
	justify-content:space-between;
}
.imgserve {
	background:url("../../uploads/house/service@2x.png") no-repeat center;
	background-size:31.25rem 20rem;
	width:31.25rem;
	height:20rem;
}
.house-con-tips {
	width:19.875rem;
}
.house-con-tip h2 {
	width:3rem;
	float:left;
	letter-spacing:0;
	text-indent:0;
	font-size:2.5rem;
	font-weight:500;
	line-height:3.5rem;
}
.house-con-tip h4 {
	margin-top:3.75rem;
	margin-left:4.875rem;
	font-size:1.125rem;
	font-weight:500;
	color:#090F21;
	line-height:1.5rem;
	text-align:left;
}
.house-con-tip p {
	margin-top:0.75rem;
	margin-left:4.875rem;
	font-size:0.875rem;
	font-weight:400;
	color:rgba(9,15,33,.4);
	line-height:1.5rem;
	text-align:left;
}
/*news*/
.news-box h2 {
	text-indent:0;
}


