.hover-boxs@-webkit-keyframes translate-up {
	from {
		top: 0px;
	}

	to {
		top: -20px;
	}
}

@keyframes translate-up {
	from {
		top: 0px;
	}

	to {
		top: -20px;
	}
}

@-webkit-keyframes translate-down {
	from {
		top: -20px;
	}

	to {
		top: 0px;
	}
}

@keyframes translate-down {
	from {
		top: -20px;
	}

	to {
		top: 0px;
	}
}

@-webkit-keyframes dwonLoad {
	0% {
		height: 0;
		opacity: 0;
	}

	/*
	30% {
		height: 200px;
		opacity: 0.6;
	} */


}

@keyframes dwonLoad {
	0% {
		height: 0;
		opacity: 0;
	}

	/*
	30% {
		height: 200px;
		opacity: 0.6;
	} */


}


.news-item,
.news-item-wrap {
	position: relative;
}

.scheme-item-img-wrap>.scheme-active,
.news-item-wrap>.scheme-active,
.news-item-wrapper>.scheme-active {
	animation: translate-up .1s linear forwards;
	-webkit-animation: translate-up .1s linear forwards;
	/* Safari 和 Chrome */
}

.scheme-not-item {
	animation: translate-down .1s linear forwards;
	-webkit-animation: translate-down .1s linear forwards;
	/* Safari 和 Chrome */
}

/* -----------------------------------------nav--------------------------------------*/
.logo {
	width: 11.052632rem !important;
	/*margin-left: 3.157895rem;*/

}



.fixed-header .container {

	display: -webkit-box;

	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.fixed-header {
	position: fixed;
	top: 0;

	left: 0;
	right: 0;
	/* width: 100rem !important; */
	display: none;


	background: #ffffff !important;
	z-index: 8;
	box-shadow: -2.053px 2.708px 5.08px 1.92px rgba(231, 229, 226, 0.19);
	/* animation: dwonLoad 1s linear forwards;
	-webkit-animation: dwonLoad 1s linear forwards; */

}


.commonality-item-wrap {
	 position: relative;
	 /*background: red;*/
}

.commonality-item-wrap .commonality-item {
	line-height: 4rem;
	display: inline-block;
}

.hover-boxs-wrap {
	position: absolute;
	top:4rem;
	left: 0rem;
	padding-top: 0.8rem;
	display: none;
	/* background: red !important; */
}

.hover-boxs {
	/* background: red !important; */
	/* padding: 0 3.157895rem; */
	display: -webkit-box;
	display: flex;
	flex-direction: column;

	background: #fff;

	box-shadow: -2.053px 10px 5.08px 1.92px rgba(0, 0, 0, 0.1);
	z-index: 99;
	width: 26.631579rem;
	background: white;
	padding-left: 1.052632rem;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

/* .hover-list-title {
	font-size: .736842rem;
	line-height: 2.315789rem;
 border-bottom: 1px solid #dddddd;
	color: #6e7070;
	font-weight: 700;
	min-width: 5.263158rem;

} */

.hover-boxs .hover-list:last-child {
	margin-right: 0;
}

.hover-boxs-active {
	display: block;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}



.hover-list {
	display: flex;
	margin-bottom: 1.052632rem;
	align-items: center;

}

.hover-list-title {
	/* width: 30% !important; */

	color: #000000;
	font-weight: 700;
	font-size: 0.7rem;
	padding-top: .526316rem;
}


.hover-list-right {

	display: flex;
	flex: 1;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.hover-list-right a {
	display: inline-block;
	padding: 0 .526316rem;
	text-align: center;
	padding-top: .526316rem;
	font-size: 0.7rem;

}

.hover-list-right a:hover {
	text-decoration: underline;
	color: #4ab5f1;
}

.commonality-nav {
	position: relative;

	display: -webkit-box;

	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 63.157895rem;
	height: 5.789474rem;
	margin: 0 auto;
	z-index: 99;
}

.commonality-right {
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 42.631579rem;
	height: 4rem;
	/*padding: 0 1.315789rem;*/
	padding-left:1.315789rem;
}

.commonality-nav .commonality-item {
	line-height: 4rem;
	font-size: .842105rem;
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);
	border: none;
	text-align: center;
}

.commonality-item-active {
	position: relative;
}

.commonality-item-active::after {
	position: absolute;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 3.684211rem;
	height: .263158rem;
	background: #4ab5f1;
}

/*------------------------------------- 侧边栏 ---------------------------*/


.right-contact {
	display: none;
	position: fixed;
	right: 1.578947rem;
	top: 8.631579rem;
	box-sizing: border-box;
	/* transform: translateY(-50%); */
	z-index: 99;
	width: 5.263158rem;

	text-align: center;
	background: #ffffff;

	border-radius: .526316rem;

}



.kefu {
	width: 2.473684rem;
	margin-top: .473684rem;
	margin-bottom: .368421rem;
}

.work-day {
	font-size: 12px;
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);
	line-height: 1.2;
	text-align: center;
}

.company-code {
	width: 3.368421rem;
	margin-top: .368421rem;
}

.right-contact-item,
.go-back-top {

	height: 4.210526rem;
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}

.right-contact-item,
.wx-wrap {
	position: relative;
	padding: .789474rem 0;
	border-bottom: 1px solid #f5f5f5;
	cursor: pointer;
	text-align: center;
}

.right-contact-item:hover,
.go-back-top:hover,.QQ:hover  {
	background: #d81d1e;
	cursor: pointer;


}
.right-contact-item:hover .QQ-tips{
	color: #FFFFFF;
}

.go-back-top:hover {
	border-bottom-left-radius: .526316rem;
	border-bottom-right-radius: .526316rem;
}

.right-contact-item:hover .company-code-des,
.go-back-top:hover .company-code-des {
	color: #fff !important;
}

.right-contact-item:hover>.formatting-icon {
	display: none;
}
.right-contact-item:hover .QQ .formatting-icon {
	display: none;
}
.right-contact-item:hover .QQ .active-icon {
	display: block;
	margin: 0 auto;
}

.right-contact-item:hover>.active-icon {
	display: block;
	margin: 0 auto;
}

.active-icon {
	display: none;
}

.right-contact-item:hover>p {
	color: #ffffff !important;
}

.wx-wrap {
	padding: 0 !important;
}

.top {
	width: 1.052632rem;
}

.right-contact-item:last-child {
	border-bottom: none;
}

.formatting-icon,
.active-icon {
	width: 1.473684rem;
}

.show-code {
	width: 5.789474rem;
}

.show-code-wrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: .789474rem;
	background: #d81d1e;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.company-code-des {
	text-align: center;
	font-size: 12px;
	color: #aaaaaa !important;
	line-height: 1.368421rem;


}


.wx {
	color: #d81d1e;
}

/* 公共图 */
.commonality-web {
	width: 100%;
}

/* -----------------------底部footer------------------------ */
.footer {
	text-align: center;
	color: #999999;
	line-height: 4.315789rem;
	font-size: .736842rem;
}

.container {
	width: 63.157895rem;
	margin: 0 auto;
}

.grey {
	background: #eff2f7;
}

.left-border {
	border-left: 1px solid #cccccc;

}

.black {
	background: #1a1a1a;
}

.list-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-top: 3.315789rem;
	padding-bottom: 2.894737rem;
}

.government-username-tips {
	position: absolute;
	top: -1.5rem;
	right: 0;
	color: red;


}

/* ---------------------------from-------------------------- */
.from {
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 18.947368rem;
	padding-top: 3.157895rem;
	padding-bottom: 2.526316rem;
	background: #eff2f7;
}

.from-item-wrap {
	width: 16.421053rem;
	padding-left: 1.578947rem;
}

.from-item-title {
	position: relative;
	line-height: 1.368421rem;
	font-size: .842105rem;
	font-family: "Microsoft YaHei";
	color: rgb(51, 51, 51);
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: .842105rem;
	margin-bottom: 1.473684rem;

}

.from-item-right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

form .from-item-title {
	margin-left: .789474rem;
}

.contact-us {}

.all-item-wrap {
	box-sizing: border-box;
	width: 10rem;
	padding-left: 2rem;
	border-right: 1px solid #cccccc;
}

.footer-wx-title {
	color: #333333;
	font-size: .842105rem;
	font-weight: 700;
	margin-bottom: .947368rem;

}

.footer-wx-wrap {
	padding-left: 2rem;
}

.footer-wx-code {
	width: 5.789474rem;
	margin-top: .842105rem;
}

.footer-wx-green {
	color: #2fb9e7;
	font-size: .736842rem;
}

.footer-number {
	color: #333333;
	font-size: 1.052632rem;
	font-weight: 700;
	margin-top: .3rem;
	margin-bottom: 0.7rem;
}

.iphone-icon {
	width: 2.105263rem;
	height: 2.105263rem;
	/* width: ; */
}

.from-item-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1.315789rem;
	height: .210526rem;
	background: #4ab5f1;

}

.contact-des {
	color: #666666;
	font-size: .736842rem;
	line-height: 1.473684rem;
}
.contact-des:hover {

	text-decoration: underline;
	cursor: pointer;
}

.from-item-right {
	padding-left: .631579rem;
}

.right-name {
	width: 13.368421rem;
	height: 2rem;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: .736842rem;
	color: #999999;
	border-bottom: 1px solid #333333;
	line-height: 1.473684rem;

}

.right-name input {
	width: 11.052632rem;
	background: #eff2f7;
	border: none;
	height: 2rem;
}

.row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.one-right-name {
	margin-right: 2.631579rem;
}

.address {

	width: 28.421053rem;
	color: #999999;
	line-height: 2rem;
	margin-top: 1.157895rem;
	border-bottom: 1px solid #333333;
}

.address input {
	width: 20rem;
	background: #eff2f7;
	border: none;
	height: 2rem;

}

.area {
	width: 23.157895rem;
	height: 3.263158rem;
	border: 1px solid #333333;
	background: #eff2f7;
}

.sub {
	background: none;
	border: 1px solid #333333;
	width: 5.263158rem;
	height: 1.789474rem;
	color: #333333;
	background: #eff2f7;
	font-size: .736842rem;
	margin-top: 1.052632rem;
}

.demand {
	color: #999999;
	line-height: 1.473684rem;
	margin-bottom: .421053rem;
}

.demand-sub-wrap {
	text-align: right;
}

.right-right {
	margin-left: 2.105263rem;
}

.right-left {
	margin-top: -1.578947rem;
}

label,
.demand {
	color: #999999;
	font-size: .736842rem;
}

/* 欢迎界面  */
.close,
.close3,
.close4 {
	position: absolute;
	right: 2rem;
	top: 6.315789rem;
	cursor: pointer;
	width: 1.894737rem;
	height: 1.894737rem;
}

.welcome-1-add {
	position: absolute;
	top: 62%;
	color: #fff;
	font-size: .736842rem;

	width: 100%;
	text-align: center;
}

.welcome1,
.welcome2,
.welcome3,
.welcome4,
.welcome5 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;

	-webkit-animation-name: zoomInUp;

	animation-name: zoomInUp;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}


/* ------------- 欢迎页面---------------- */
.welcome1 {
	display: none;

	width: 30rem;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999;
	height: 20.526316rem;

	background: url(../images/welcome1.png) no-repeat;
	background-size: 100% 100%;

}

.welcome-bg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background: rgba(0, 0, 0, 0.3);
	z-index: 990;
}

.welcome-tips {


	font-family: PingFang-SC-Bold;
	font-size: 1.473684rem;
	font-weight: normal;
	font-stretch: normal;

	letter-spacing: 0px;
	color: #ffffff;

}

.welcome-btn {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);


	display: inline-block;
	width: 6.736842rem;
	height: 1.684211rem;
	line-height: 1.684211rem;

	font-family: PingFang-SC-Bold;
	font-size: 12px;
	text-align: center;



	color: #ffffff;
	border-radius: 2.631579rem;
	border: 1px solid #ffffff;
	margin-top: -2rem;
	cursor: pointer;

}

.welcome-wrap {
	position: absolute;
	top: 18rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


/* 电子政务 */
.welcome2 {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999;
	width: 44.684211rem;

	height: 33.789474rem;

	background: url(../images/welcome2.png) no-repeat;
	background-size: 100% 100%;
}

.welcome-bg2 {
	position: absolute;
}

.welcome-wrap2 {
	position: absolute;
	top: 13.947368rem;
	left: 10.526316rem;
}

.welcome-tips2 {
	width: 20.368421rem;

	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.947368rem;
	letter-spacing: -1px;
	color: #333333;
}

.checkout-wrap {
	position: relative;
}

.hall-checkout-wrap {
	width: 16rem;

}

.inputTips {
	position: absolute;
	right: 0;
	top: 0;
	color: red;
}

.last-child2 {
	margin-top: 1.578947rem;
}

.welcome-form2 {
	margin-top: 2.105263rem;

}

.welcome-form3 {
	width: 25rem;
}

.welcome-form2 p,
.welcome-form3 p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;

}

.welcome-btn2,
.welcome-btn3 {
	display: flex;
	align-items: center !important;
	justify-content: center !important;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 2.526316rem;
	width: 11.421053rem;
	height: 2rem;
	line-height: 2rem;
	background-color: #d81d1e;
	border-radius: .263158rem;
	font-size: .842105rem;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	text-align: center !important;
}



.close2 {
	position: absolute;
	top: 7.157895rem;
	right: 2rem;
	width: 1.894737rem;
	height: 1.894737rem;
	z-index: 9999;
	cursor: pointer;
}

.input-boxs2 {
	box-sizing: border-box;
	padding-left: .631579rem;
	width: 18.368421rem;
	height: 2.210526rem;
	background-color: #ffffff;
	border: solid 1px #888888;
	font-size: .842105rem;
	line-height: 1.947368rem;
	color: #999999;
}

.input-label2 {
	width: 3.684211rem;
	color: #333333;
}

/* 智慧商业 */
.welcome3 {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/welcome3.png) no-repeat;
	background-size: 100% 100%;
	width: 46.842105rem;
	height: 32.631579rem;
	z-index: 999;
}

.welcome-tips3 {

	margin-left: 11.105263rem;
	margin-top: 14.894737rem;
}

/* .welcome-btn3 {
	width: 11.421053rem;
	height: 2rem;
	background-color: #d81d1e;
	border-radius: .263158rem;
	text-align: center;
	color: #fff;
	line-height: 2em;
	margin-top: 2.842105rem;
	margin-left: 6rem;

} */

.input-label5 {
	color: #333333;
}

.welcome-tips3 p {


	font-family: MicrosoftYaHei;
	font-size: .842105rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.421053rem;
	letter-spacing: -1px;
	color: #333333;
}

.input-label3,
.input-label2 {
	color: #333333;
	width: 5rem;
	margin-right: .526316rem;
}

.last-child3 {
	margin-top: 1.315789rem;
}

.input-boxs3 {
	width: 18.368421rem;
	font-size: .842105rem;
	color: #999999;
	line-height: 2.105263rem;
	padding-left: .631579rem;
}

.welcome-form3 {
	margin-left: 13.315789rem;
	margin-top: 1.368421rem;
}

.close3 {
	position: absolute;
	right: 2.105263rem;
	top: 6.052632rem
}

.welcome-bg3 {
	position: absolute;
}

/* 数字展厅 */
.welcome4 {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 47.631579rem;
	height: 33.157895rem;
	background: url(../images/welcome4.png) no-repeat;
	background-size: 100% 100%;
	z-index: 999;
}

.welcome-form4 {
	margin-top: 19.473684rem;
	margin-left: 7.473684rem;
}

.input-label4 {
	width: 3.684211rem;
	line-height: 1.789474rem;
	color: #333333;
}

.input-boxs4 {
	box-sizing: border-box;
	font-size: .842105rem;
	color: #999999;
	width: 11.526316rem;
	height: 2.210526rem;
	line-height: 2.105263rem;
	padding-left: .631579rem;
}

.last-child4 {
	margin-top: 1.315789rem;
}

.welcome-btn4 {
	width: 11.421053rem;
	height: 2rem;
	background-color: #d81d1e;
	border-radius: .263158rem;
	text-align: center;
	line-height: 2rem;
	color: #fff;
	margin-top: 2.631579rem;
	margin-left: 2.263158rem;
	cursor: pointer;
}

.close4 {
	position: absolute;
	right: 2rem;
	top: 6.315789rem;
}

/* 招商加盟 */
.welcome5 {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 47.631579rem;
	height: 33rem;
	background: url(../images/welcome5.png) no-repeat;
	background-size: 100% 100%;
	z-index: 999;
}


.welcome-btn5 {
	width: 11.421053rem;
	height: 2rem;
	background-color: #d81d1e;
	border-radius: .263158rem;
	text-align: center;
	line-height: 2rem;
	color: #ffffff;
	cursor: pointer;
}

.welcome-form5 {
	width: 24rem;
	/* background: red; */
	margin-top: 19.315789rem;
	margin-left: 13.157895rem;
}

#consociation-phone-tips {
	width: 26.315789rem;
	height: 20px;
	left: 20rem;
	top: -30px;
}

.input-boxs5 {
	width: 18.1rem;
	height: 2.210526rem;
	background-color: #ffffff;
	border: solid 1px #888888;
	padding-left: .736842rem;
}

.last-child5 {
	margin-top: 1.315789rem;
}

.welcome-btn5 {
	margin-left: 5.894737rem;
	margin-top: 4rem;
}


.welcome2,
.welcome3,
.welcome4,
.welcome5 {
	display: none;
}

/* -------------------------轮播图拆分--------------------- */
.exhibition-1 {
	position: absolute;
	top: 5.9375rem;
	left: 6.947368rem;
	width: 31.684211rem;
	height: 20.368421rem;
	background: url(../images/exhibition-1.png) no-repeat;
	background-size: 100% 100%;
}

.exhibition-3 {
	position: absolute;
	left: 7.631579rem;
	bottom: 5.210526rem;
	width: 10.368421rem;
	height: 6.263158rem;
	background: url(../images/exhibition-3.png) no-repeat;
	background-size: 100% 100%;
}

.exhibition-4 {
	position: absolute;
	left: 18.684211rem;
	bottom: 5.210526rem;
	width: 10.368421rem;
	height: 6.263158rem;
	background: url(../images/exhibition-4.png) no-repeat;
	background-size: 100% 100%;
}

.exhibition-5 {
	position: absolute;
	left: 29.578947rem;
	bottom: 5.210526rem;
	width: 10.368421rem;
	height: 6.263158rem;
	background: url(../images/exhibition-5.png) no-repeat;
	background-size: 100% 100%;
}

.exhibition-2 {
	position: absolute;
	bottom: 0;
	right: 2.684211rem;
	width: 54.368421rem;
	height: 34.473684rem;
	background: url(../images/exhibition-2.png) no-repeat;
	background-size: 100% 100%;
}

.internet {
	position: relative;
	width: 100%;
	height: 38.947368rem;
}

.internet .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 39.052632rem;
	z-index: -1;

}

.internet-1 {
	top: 8.736842rem;
	right: 30.947368rem;
	height: 29.368421rem;
	position: absolute;
	width: 3.894737rem;
	height: 4.105263rem;
	background: url(../images/service-nav-1.png) no-repeat;
	background-size: 100% 100%;
}

.internet-2 {
	position: absolute;
	right: 36rem;
	top: 13.421053rem;
	width: 4.473684rem;
	height: 4.368421rem;
	background: url(../images/service-nav-2.png) no-repeat;
	background-size: 100% 100%;
}

.internet-3 {
	position: absolute;
	right: 31.947368rem;
	top: 15.789474rem;
	width: 3.894737rem;
	height: 4.105263rem;
	background: url(../images/service-nav-3.png) no-repeat;
	background-size: 100% 100%;
}

.internet-4 {
	right: 37.947368rem;
	top: 19.105263rem;
	position: absolute;
	width: 3.315789rem;
	height: 3.368421rem;
	background: url(../images/service-nav-4.png) no-repeat;
	background-size: 100% 100%;
}

.internet-5 {
	right: 15.263158rem;
	top: 10.526316rem;
	position: absolute;
	width: 5.473684rem;
	height: 5.210526rem;
	background: url(../images/service-nav-5.png) no-repeat;
	background-size: 100% 100%;
}

.internet-6 {
	right: 9.105263rem;
	top: 10.157895rem;
	position: absolute;
	width: 4.210526rem;
	height: 4.421053rem;
	background: url(../images/service-nav-6.png) no-repeat;
	background-size: 100% 100%;
}

.internet-7 {
	right: 11.631579rem;
	top: 16.263158rem;
	position: absolute;
	width: 4.368421rem;
	height: 4.578947rem;
	background: url(../images/service-nav-7.png) no-repeat;
	background-size: 100% 100%;
}

.internet-8 {
	z-index: 2;
	top: 12.789474rem;
	right: 5.789474rem;
	position: absolute;
	width: 4.368421rem;
	height: 4.578947rem;
	background: url(../images/service-nav-8.png) no-repeat;
	background-size: 100% 100%;
}

.internet-9 {
	bottom: 13.157895rem;
	right: 3.315789rem;
	position: absolute;
	width: 3.315789rem;
	height: 3.894737rem;
	background: url(../images/service-nav-9.png) no-repeat;
	background-size: 100% 100%;
}

.internet-10 {
	top: 5.578947rem;
	right: 4.736842rem;
	position: absolute;
	width: 3.894737rem;
	height: 4.105263rem;
	background: url(../images/service-nav-10.png) no-repeat;
	background-size: 100% 100%;
}


.QQ{
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.QQ-tips{
	line-height: 1.368421rem;
}