﻿
.service-case .ser-banner {
	height: 180px !important;
	padding-top: 53px !important;
	background: url(../images/h5-case.png) no-repeat !important;
	background-size: 100% 100% !important
}
.service-case .ser-banner>h3 {
	font-size: 32px !important;
	margin-bottom: 0 !important
}
.service-case .ser-banner>p {
	font-size: 14px !important
}
.service-case .ser-wisdom {
	margin-bottom: 43px !important
}
.service-case .ser-wisdom>p {
	width: 95% !important;
	font-size: 12px !important;
	margin: 17px auto !important;
	line-height: 23px
}
.service-case .ser-wisdom .ser-supermarket {
	width: 100%
}
.service-case .ser-wisdom .ser-supermarket>.wisdom-lf {
	display: none
}
.service-case .ser-wisdom .ser-supermarket>.wisdom-rg {
	width: 100% !important
}
.service-case .ser-wisdom .ser-supermarket>.wisdom-rg>ul>li {
	width: 47% !important;
	height: 115px !important;
	margin-left: 2% !important;
	margin-bottom: 2% !important;
	padding-top: 28px !important
}
.service-case .ser-wisdom .ser-supermarket>.wisdom-rg>ul>li h4 {
	font-size: 16px !important;
	font-weight: 550 !important
}
.service-case .ser-wisdom .ser-supermarket>.wisdom-rg>ul>li h4 i {
	font-size: 18px !important
}
.service-case .ser-wisdom .ser-supermarket>.wisdom-rg>ul>li>p {
	font-size: 12px !important
}
.service-case .ser-wisdom .ser-supermarket>.wisdom-rg>ul>li:nth-last-of-type(1) {
	display: block !important;
	background: #f7f7f7
}
}
.demand-modal {
	display: none;
	position: fixed;
	top: 64px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	font-size: 14px
}
.demand-modal .modal-mask {
	height: 100%;
	background-color: #333;
	opacity: 0.6;
	filter: alpha(opacity=60)
}
.demand-modal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -240px 0 0 -320px;
	width: 640px;
	background-color: #fff;
	border-radius: 4px
}
.demand-modal .modal-content .modal-header {
	background-color: #f7f7f7;
	overflow: hidden;
	height: 44px;
	line-height: 44px;
	padding: 0 12px 0 20px
}
.demand-modal .modal-content .modal-header .name {
	float: left;
	color: #000;
	font-size: 16px
}
.demand-modal .modal-content .modal-header .close-btn {
	float: right;
	height: 14px;
	margin-top: 15px;
	cursor: pointer
}
.demand-modal .modal-content .modal-header .back-btn {
	display: none
}
.demand-modal .modal-content .modal-body .tip {
	line-height: 44px;
	color: #666;
	font-size: 13px;
	margin: 0 12px;
	padding-left: 8px;
	border-bottom: 1px solid #e5e5e5
}
.demand-modal .modal-content .modal-body .tip span {
	color: #ff8d1a
}
.demand-modal .modal-content .modal-body ul {
	margin: 24px 20px
}
.demand-modal .modal-content .modal-body ul li {
	overflow: hidden
}
.demand-modal .modal-content .modal-body ul li:first-child {
	margin-bottom: 16px
}
.demand-modal .modal-content .modal-body ul li .name {
	float: left;
	width: 60px;
	margin-right: 12px;
	line-height: 30px
}
.demand-modal .modal-content .modal-body ul li input {
	float: left;
	border: 1px solid #e5e5e5;
	width: 220px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: #fff
}
.demand-modal .modal-content .modal-body .desc {
	margin: 0 20px;
	position: relative
}
.demand-modal .modal-content .modal-body .desc .name {
	margin-bottom: 8px
}
.demand-modal .modal-content .modal-body .desc textarea {
	border: 1px solid #e5e5e5;
	padding: 15px 0 40px 18px;
	width: 600px;
	height: 128px;
	font-size: 13px;
	background-color: #f5f5f5
}
.demand-modal .modal-content .modal-body .desc .word-number {
	position: absolute;
	bottom: 12px;
	right: 12px;
	color: #999;
	font-size: 13px
}
.demand-modal .modal-content .modal-body .remark {
	line-height: 18px;
	font-size: 13px;
	margin: 10px 0 20px 20px;
	color: #666
}
.demand-modal .modal-content .modal-body .remark span {
	color: #ff8d1a
}
.demand-modal .modal-footer {
	text-align: center;
	background-color: #f7f7f7;
	height: 64px;
	padding-top: 16px
}
.demand-modal .modal-footer .submit-btn {
	background-color: #ff8d1a;
	text-align: center;
	display: inline-block;
	width: 85px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer
}
.demand-modal .modal-footer .submit-btn:hover {
	background-color: #FF5100
}
@media (max-width: 450px) {
.demand-modal .modal-mask {
	display: none
}
.demand-modal .modal-content {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;
	border-radius: 0
}
.demand-modal .modal-content .modal-header {
	position: relative;
	background-color: #fff;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #e5e5e5
}
.demand-modal .modal-content .modal-header .name {
	float: inherit;
	color: #333;
	font-size: 18px
}
.demand-modal .modal-content .modal-header .close-btn {
	display: none
}
.demand-modal .modal-content .modal-header .back-btn {
	display: block;
	position: absolute;
	left: 6px;
	color: #666;
	overflow: hidden
}
.demand-modal .modal-content .modal-header .back-btn i {
	float: left;
	margin-right: 2px;
	font-size: 20px
}
.demand-modal .modal-content .modal-header .back-btn span {
	font-size: 14px
}
.demand-modal .modal-content .modal-body .tip {
	line-height: 21px;
	font-size: 12px;
	margin: 10px 20px;
	padding-left: 0;
	border-bottom: none
}
.demand-modal .modal-content .modal-body ul {
	margin: 0;
	padding: 0 16px;
	background-color: #fff
}
.demand-modal .modal-content .modal-body ul li {
	line-height: 46px
}
.demand-modal .modal-content .modal-body ul li:first-child {
	margin-bottom: 0;
	border-bottom: 1px solid #e5e5e5
}
.demand-modal .modal-content .modal-body ul li .name {
	font-size: 15px;
	margin-right: 0;
	line-height: 46px
}
.demand-modal .modal-content .modal-body ul li input {
	float: right;
	text-align: right;
	border: none;
	width: 75%;
	margin: 8px 0;
	padding: 0;
	background-color: #fff
}
.demand-modal .modal-content .modal-body .desc {
	margin: 16px 0 10px 0
}
.demand-modal .modal-content .modal-body .desc .name {
	display: none
}
.demand-modal .modal-content .modal-body .desc textarea {
	border: none;
	width: 100%;
	height: 150px;
	font-size: 14px;
	background-color: #fff
}
.demand-modal .modal-content .modal-body .remark {
	margin: 0 0 0 16px;
	color: #999
}
.demand-modal .modal-footer {
	position: absolute;
	bottom: 44px;
	width: 100%;
	height: 64px;
	text-align: center;
	background-color: #f7f7f7;
	padding-top: 16px
}
.demand-modal .modal-footer .submit-btn {
	text-align: center;
	width: calc(100% - 40px);
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	letter-spacing: 2px
}
.demand-modal .modal-footer .submit-btn:hover {
	background-color: #FF5100
}
}

.media-center .main-banner {
	background: url(../images/media-center-banner.png) center center no-repeat
}
.media-center .lists {
	width: 1110px;
	margin: 0 auto
}
.media-center .lists .list {
	display: block;
	margin-top: 70px;
	height: 270px;
	overflow: hidden
}
.media-center .lists .list:hover .title {
	color: #ff8d1a
}
.media-center .lists .list:last-child {
	margin-bottom: 70px
}
.media-center .lists .list img {
	float: left;
	width: 540px;
	height: 100%;
	margin-right: 60px
}
.media-center .lists .list .content {
	width: 510px;
	height: 100%;
	float: right
}
.media-center .lists .list .content .title {
	font-size: 26px;
	margin-top: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.media-center .lists .list .content .time {
	color: #999;
	font-size: 16px;
	margin: 8px 0 12px
}
.media-center .lists .list .content p {
	color: #666;
	font-size: 17px;
	line-height: 32px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5
}
@media (max-width: 450px) {
.media-center .main-banner {
	background: url(../images/media-center-banner-phone.png) center center no-repeat;
	background-size: 100% 100%
}
.media-center .lists {
	width: 94%;
	margin: 40px 3% 0 3%
}
.media-center .lists .list {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	padding: 12px 12px 30px 12px;
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15)
}
.media-center .lists .list:last-child {
	margin-bottom: 46px
}
.media-center .lists .list img {
	float: initial;
	width: 100%;
	height: 167px;
	margin-right: 0
}
.media-center .lists .list .content {
	width: 100%;
	height: auto;
	float: initial
}
.media-center .lists .list .content .title {
	font-size: 15px;
	margin-top: 14px
}
.media-center .lists .list .content .time {
	color: #999;
	font-size: 12px;
	margin: 4px 0 6px
}
.media-center .lists .list .content p {
	color: #666;
	font-size: 13px;
	line-height: 30px;
	-webkit-line-clamp: 2
}
}
.media-center-detail .main-banner {
	background: url(../images/media-center-banner.png) center center no-repeat
}
.media-center-detail .phone-detail-header {
	display: none
}
.media-center-detail .title {
	width: 1000px;
	margin: 78px auto 40px auto;
	position: relative;
	text-align: center
}
.media-center-detail .title h3 {
	font-size: 30px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e5e5e5
}
.media-center-detail .title .time {
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -95px;
	width: 190px;
	height: 24px;
	line-height: 24px;
	background-color: #fff;
	font-size: 14px;
	color: #999
}
.media-center-detail .content {
	width: 900px;
	margin: 0 auto
}
.media-center-detail .content img {
	max-width: 100%
}
.media-center-detail .nav {
	width: 1000px;
	margin: 30px auto 80px auto;
	border-top: 1px solid #e5e5e5;
	padding-top: 36px
}
.media-center-detail .nav a {
	display: block;
	overflow: hidden;
	font-size: 16px;
	margin-bottom: 20px
}
.media-center-detail .nav a .tip {
	float: left;
	color: #ff8d1a
}
.media-center-detail .nav a .name {
	float: left
}
@media (max-width: 450px) {
.media-center-detail .main-banner {
	display: none
}
.media-center-detail .phone-detail-header {
	display: block;
	position: fixed;
	top: 64px;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06)
}
.media-center-detail .phone-detail-header .back-btn {
	position: absolute;
	top: 0;
	left: 10px;
	color: #666;
	overflow: hidden
}
.media-center-detail .phone-detail-header .back-btn i {
	float: left;
	margin-right: 6px;
	font-size: 18px
}
.media-center-detail .phone-detail-header .back-btn span {
	font-size: 14px
}
.media-center-detail .phone-detail-header .name {
	font-size: 18px
}
.media-center-detail .title {
	width: 96%;
	margin: 24px 0 15px 4%;
	position: relative;
	text-align: left
}
.media-center-detail .title h3 {
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: none;
	font-weight: normal
}
.media-center-detail .title .time {
	position: static;
	margin-left: 0;
	width: auto;
	height: auto;
	line-height: 1;
	background-color: transparent;
	font-size: 15px
}
.media-center-detail .content {
	width: 92%;
	margin: 0 4% 36px 4%
}
.media-center-detail .content img {
	max-width: 100%
}
.media-center-detail .nav {
	display: none
}
}
.about-us .main-banner {
	background: url(../images/about-us-banner.png) center center no-repeat
}
.about-us .park-introduction {
	background: #fff url(../images/about-bg1.png);
	background-size: 100% 100%;
	padding-bottom: 130px
}
.about-us .park-introduction .introduction-container {
	width: 1100px;
	margin: 64px auto 0 auto;
	overflow: hidden
}
.about-us .park-introduction .introduce {
	float: left;
	width: 580px;
	margin-right: 112px;
	font-size: 16px;
	color: #666;
	line-height: 36px;
	text-indent: 2em;
	font-size: 18px
}
.about-us .park-introduction img {
	float: left
}
.about-us .development-history {
	background: url(../images/history-bg.png) no-repeat center center
}
.about-us .development-history .container {
	height: 860px;
	position: relative;
	overflow: hidden
}
.about-us .development-history .container .title {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 1;
	width: 208px;
	overflow: hidden;
	color: #fff
}
.about-us .development-history .container .title .alia-name {
	float: right;
	font-size: 20px
}
.about-us .development-history .container .title .line {
	float: left;
	width: 100%;
	height: 6px;
	background-color: #ff8d1a;
	margin: 10px 0
}
.about-us .development-history .container .title h3 {
	float: right;
	font-size: 32px;
	font-weight: normal
}
.about-us .development-history .container .swiper-container {
	width: 100%;
	height: 760px
}
.about-us .development-history .container .swiper-container .swiper-slide {
	padding: 0 100px
}
.about-us .development-history .container .swiper-container .swiper-slide .img {
	margin: 270px 0 0 132px;
	width: 750px;
	height: 366px
}
.about-us .development-history .container .swiper-container .swiper-slide .img img {
	width: 100%;
	height: 296px
}
.about-us .development-history .container .swiper-container .swiper-slide .img .name {
	background-color: #fff;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #666;
	font-size: 22px
}
.about-us .development-history .container .date {
	position: absolute;
	top: 60px;
	right: 0;
	color: #fff;
	overflow: hidden;
	opacity: 0
}
.about-us .development-history .container .date .year {
	float: left;
	font-size: 120px
}
.about-us .development-history .container .date .month {
	float: left;
	font-size: 50px;
	margin-top: 70px
}
.about-us .development-history .container .date-pagination {
	overflow: hidden;
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 18px;
	margin: 0 138px
}
.about-us .development-history .container .date-pagination.pc-date {
	display: block
}
.about-us .development-history .container .date-pagination.phone-date {
	display: none
}
.about-us .development-history .container .date-pagination li {
	float: left;
	width: 9.3%;
	margin-right: 8%
}
.about-us .development-history .container .date-pagination li:last-child {
	margin: 0 0 0 1.8%
}
.about-us .contact-us .content {
	margin: 70px auto 120px auto;
	background-color: #fff;
	box-shadow: 0px 2px 23px 6px rgba(138,136,136,0.2);
	border-radius: 8px;
	overflow: hidden
}
.about-us .contact-us .content ul {
	float: right;
	margin-right: 145px;
	margin-top: 59px
}
.about-us .contact-us .content ul li {
	overflow: hidden;
	margin-top: 20px
}
.about-us .contact-us .content ul li img {
	float: left;
	margin-right: 10px
}
.about-us .contact-us .content ul li>span {
	float: left;
	font-size: 16px;
	line-height: 30px
}
.about-us .contact-us .content #map-container {
	width: 600px;
	height: 300px;
	float: left
}
@media (min-width: 3000px) {
.about-us .park-introduction .introduction-container {
	width: 900px
}
.about-us .cooperative-unit .company-container {
	width: 980px
}
.about-us .cooperative-unit .content {
	height: 225px
}
.about-us .cooperative-unit .content .companies ul {
	min-width: 980px
}
.about-us .cooperative-unit .content .companies ul li {
	width: 225px !important;
	height: 225px
}
.about-us .cooperative-unit .content .companies ul li img {
	max-width: 225px
}
.about-us span.address {
	max-width: 66% !important
}
}
@media (max-width: 450px) {
.about-us .main-banner {
	height: 170px;
	background: url(../images/about-us-banner-phone.png) no-repeat;
	background-size: 100% 100%
}
.about-us .park-introduction {
	padding-bottom: 60px
}
.about-us .park-introduction .introduction-container {
	width: 100%;
	margin-top: 20px
}
.about-us .park-introduction .introduce {
	float: inherit;
	width: 100%;
	line-height: 28px;
	padding: 0 16px;
	color: #999;
	font-size: 14px
}
.about-us .park-introduction img {
	display: none
}
.about-us .development-history {
	background-size: auto 100%
}
.about-us .development-history .container {
	height: 460px
}
.about-us .development-history .container .title {
	width: 120px
}
.about-us .development-history .container .title .alia-name {
	float: right;
	font-size: 12px
}
.about-us .development-history .container .title .line {
	float: left;
	width: 98px;
	height: 2px;
	margin: 10px 0 4px 0
}
.about-us .development-history .container .title h3 {
	float: left;
	text-align: right;
	font-size: 16px;
	width: 98px
}
.about-us .development-history .container .swiper-container {
	width: 100%;
	height: 400px
}
.about-us .development-history .container .swiper-container .swiper-slide {
	padding: 0 4%
}
.about-us .development-history .container .swiper-container .swiper-slide .img {
	margin: 150px 0 0 0;
	width: 100%;
	height: 160px
}
.about-us .development-history .container .swiper-container .swiper-slide .img img {
	width: 100%;
	height: 130px
}
.about-us .development-history .container .swiper-container .swiper-slide .img .name {
	height: 30px;
	line-height: 30px;
	font-size: 12px
}
.about-us .development-history .container .date {
	position: absolute;
	top: 90px;
	right: 4%;
	z-index: 99
}
.about-us .development-history .container .date .year {
	font-size: 28px
}
.about-us .development-history .container .date .month {
	font-size: 16px;
	margin-top: 10px
}
.about-us .development-history .container .date-pagination {
	bottom: 55px;
	font-size: 12px;
	margin: 0
}
.about-us .development-history .container .date-pagination.pc-date {
	display: none
}
.about-us .development-history .container .date-pagination.phone-date {
	display: block;
	padding: 0 4%
}
.about-us .development-history .container .date-pagination li {
	float: left;
	text-align: center;
	width: 20%;
	margin: 0
}
.about-us .development-history .container .date-pagination li:last-child {
	margin: 0
}
.about-us .development-history .container .swiper-button-prev, .about-us .development-history .container .swiper-button-next {
	position: absolute;
	top: auto;
	bottom: 56px;
	width: 22px;
	height: 22px;
	z-index: 10;
	background-size: 22px 22px
}
.about-us .development-history .container .swiper-button-prev {
	left: 38%
}
.about-us .development-history .container .swiper-button-next {
	right: 38%
}
.about-us .development-history .container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	top: 9px
}
.about-us .development-history .container .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 24px
}
.about-us .development-history .container .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.4)
}
.about-us .development-history .container .swiper-pagination-bullet-active {
	width: 8px;
	height: 8px;
	top: 9px !important;
	box-shadow: 0 0 1px 3px rgba(255,255,255,0.4)
}
.about-us .contact-us .content {
	width: 94% !important;
	margin: 40px 3%;
	padding: 30px 0 30px 6%;
	background-color: #fff;
	box-shadow: 2px 5px 15px 0px rgba(138,136,136,0.5);
	border-radius: 8px;
	overflow: hidden
}
.about-us .contact-us .content ul {
	float: initial;
	margin: 0 0 0
}
.about-us .contact-us .content ul li {
	overflow: hidden;
	margin: 0 0 12px 0
}
.about-us .contact-us .content ul li:last-child {
	margin-bottom: 0
}
.about-us .contact-us .content ul li img {
	width: 20px;
	margin-right: 6px
}
.about-us .contact-us .content ul li>span {
	float: left;
	font-size: 12px;
	line-height: 20px
}
.about-us .contact-us .content #map-container {
	float: initial;
	width: 94%;
	height: 180px;
	margin-top: 24px
}
}
.main {
	width: 1200px;
	margin: 0 auto
}
.service-case .ser-banner {
	color: #fff;
	text-align: center;
	height: 545px;
	padding-top: 210px;
	background: url(../images/ser-banner.png) center center no-repeat
}
.service-case .ser-banner>h3 {
	font-size: 70px;
	font-weight: normal;
	margin-bottom: 7px
}
.service-case .ser-banner>p {
	font-size: 24px
}
.service-case .ser-wisdom {
	margin-bottom: 125px
}
.service-case .ser-wisdom>p {
	width: 1080px;
	font-size: 18px;
	margin: 50px auto;
	text-align: center;
	color: #666
}
.service-case .ser-wisdom .ser-supermarket .wisdom-lf {
	float: left;
	width: 240px;
	height: 620px;
	text-align: center;
	color: #fff;
	box-shadow: 0px 2px 23px 6px rgba(138,136,136,0.1);
	background: url(../images/ser-wisdom.png)
}
.service-case .ser-wisdom .ser-supermarket .wisdom-lf>h3 {
	font-size: 28px;
	margin: 268px 0 10px
}
.service-case .ser-wisdom .ser-supermarket .wisdom-lf>p {
	font-size: 12px;
	width: 210px;
	text-align: center
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg {
	width: 960px;
	float: left
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li {
	width: 310px;
	height: 200px;
	float: left;
	margin: 0 0 10px 10px;
	text-align: center;
	box-shadow: 0px 2px 23px 6px rgba(138,136,136,0.1);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li:nth-of-type(1) {
	background: url(../images/ser-bg6.png);
	background-size: 100% 100%
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li:nth-of-type(2) {
	background: url(../images/ser-bg1.png);
	background-size: 100% 100%
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li:nth-of-type(3) {
	background: url(../images/ser-bg5.png);
	background-size: 100% 100%
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li:nth-of-type(4) {
	background: url(../images/ser-bg2.png);
	background-size: 100% 100%
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li:nth-of-type(5) {
	background: url(../images/ser-bg9.png);
	background-size: 100% 100%
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li:nth-of-type(6) {
	background: url(../images/ser-bg8.png);
	background-size: 100% 100%
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li:nth-of-type(7) {
	background: url(../images/ser-bg7.png);
	background-size: 100% 100%;
	margin-bottom: 0
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li:nth-of-type(8) {
	background: url(../images/ser-bg3.png);
	background-size: 100% 100%;
	margin-bottom: 0
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li:nth-of-type(9) {
	background: url(../images/ser-bg4.png);
	background-size: 100% 100%;
	margin-bottom: 0
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li h4 {
	font-size: 22px;
	font-weight: normal;
	min-width: 100%;
	margin: 0 0 10px
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li h4 i {
	font-size: 29px;
	margin: 0 5px 0 0;
	color: #FF8F1E
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li h4 .i-rlzy {
	font-size: 22px
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li h4 .i-jsfw {
	font-size: 22px
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li h4 .i-jrfw {
	font-size: 26px
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li h4 .i-yyfw {
	font-size: 25px
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li h4 .i-csfw {
	font-size: 22px
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li h4 .i-yxtg {
	font-size: 25px
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li h4 .i-fnpx {
	font-size: 22px
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li h4 .i-yql {
	font-size: 25px
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li>p {
	font-size: 14px;
	max-width: 86%
}
.service-case .ser-wisdom .ser-supermarket .wisdom-rg>ul>li:nth-last-of-type(1) {
	display: none
}
.intro {
	background: #fff;
	padding: 50px;
	margin-top: 40px;
	border-radius: 8px;
	box-shadow: 0px 2px 23px 6px rgba(138,136,136,0.2)
}
.intro p {
	font-size: 18px;
	color: #666;
	line-height: 33px;
	margin-bottom: 20px;
	text-indent: 28px
}
.intro p>span {
	color: #ff8f1e
}
.development-history.about-develop .swiper-pagination-bullet {
	box-shadow: none
}
.development-history.about-develop .swiper-pagination-bullet-active {
	box-shadow: 0 0 2px 8px rgba(255,255,255,0.4)
}
@media (max-width: 450px) {
.intro {
	width: 94% !important;
	padding: 20px !important;
	box-shadow: 0px 2px 23px 6px rgba(138,136,136,0.1)
}
.intro p {
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 10px
}
}

.spark-title-english {
	text-align: center;
	padding-top: 64px
}
.spark-title-english .name {
	font-size: 32px;
	font-weight: bold
}
.spark-title-english .line {
	width: 80px;
	height: 3px;
	background-color: #ff8d1a;
	margin: 6px auto 8px auto
}
.spark-title-english .english-name {
	color: #999;
	font-size: 18px
}
.spark-title-english .english-name .tip {
	font-size: 14px;
	color: #666
}
@media (max-width: 450px) {
.spark-title-english {
	padding-top: 40px
}
.spark-title-english .name {
	font-size: 18px
}
.spark-title-english .line {
	width: 50px;
	height: 2px
}
.spark-title-english .english-name {
	font-size: 12px
}
}
.spark-title {
	position: relative;
	padding-top: 60px;
	text-align: center
}
.spark-title .name {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	border-bottom: 3px solid #ccc;
	padding-bottom: 12px
}
.spark-title .line {
	width: 80px;
	height: 3px;
	background-color: #ff8d1a;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0
}
@media (max-width: 450px) {
.spark-title {
	padding-top: 30px
}
.spark-title .name {
	font-size: 18px;
	border-width: 2px
}
.spark-title .line {
	height: 2px
}
}
.main-banner, .cooperation-park-index .main-banner, .media-center .main-banner, .media-center-detail .main-banner, .about-us .main-banner {
	width: 100%;
	height: 545px;
	color: #fff;
	text-align: center
}
.main-banner h1, .cooperation-park-index .main-banner h1, .media-center .main-banner h1, .media-center-detail .main-banner h1, .about-us .main-banner h1 {
	padding: 210px 0 7px 0;
	font-size: 68px;
	font-weight: normal
}
.main-banner .slogan {
	font-size: 24px
}
@media (max-width: 450px) {
.main-banner, .cooperation-park-index .main-banner, .media-center .main-banner, .media-center-detail .main-banner, .about-us .main-banner {
	height: 180px
}
.main-banner h1, .cooperation-park-index .main-banner h1, .media-center .main-banner h1, .media-center-detail .main-banner h1, .about-us .main-banner h1 {
	padding: 50px 0 7px 0;
	font-size: 32px
}
.main-banner .slogan {
	font-size: 14px
}
}
.login-bar {
	background-color: #333;
	height: 48px;
	line-height: 48px
}
.login-bar .container {
	overflow: hidden;
	font-size: 12px;
	color: #fff
}
.login-bar .container .welcome {
	float: left
}
.login-bar .container .admin-login {
	float: right;
	height: 28px;
	line-height: 26px;
	padding: 0 20px;
	margin-top: 10px;
	border: 1px solid #fff;
	border-radius: 100px;
	color: #fff
}
.header-container {
	height: 64px;
	line-height: 64px;
	background-color: rgba(51,51,51,0.5);
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 10;
	width: 100%;
	min-width: 1200px
}
.header-container .container .spark-logo {
	float: left;
	height: 40px;
	margin-top: 14px
}
.header-container .container .nav {
	float: right;
	overflow: hidden
}
.header-container .container .nav .nav-item {
	float: left;
	min-width: 70px;
	margin-left: 55px;
	color: #fff;
	font-size: 17px;
	text-align: center
}
.header-container .container .nav .nav-item:first-child {
	margin-left: 0
}
.header-container .container .nav .nav-item.active {
	height: 60px;
	line-height: 56px;
	border-bottom: 4px solid #fff;
	position: relative;
	top: 4px
}
.phone-header-container {
	display: none;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #414141;
	width: 100%;
	height: 64px;
	line-height: 64px;
	margin-bottom: 64px
}
.phone-header-container .header {
	position: relative;
	text-align: center
}
.phone-header-container .header .menu {
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 15px
}
.phone-header-container .header .spark-logo {
	height: 36px;
	margin-top: 14px
}
.phone-header-container .nav {
	position: fixed;
	top: 64px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	background-color: #333;
	display: none
}
.phone-header-container .nav .nav-item {
	display: block;
	line-height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin: 0 15px;
	border-bottom: 1px solid #666
}
.header-blank {
	display: none;
	padding-bottom: 64px
}
@media (max-width: 450px) {
.header-container, .login-bar {
	display: none
}
.phone-header-container, .header-blank {
	display: block
}
}
.footer-container .footer-content {
	background-color: #f7f7f7;
	border-top: 1px solid #e5e5e5
}
.footer-container .footer-content .container {
	padding: 50px 0;
	overflow: hidden
}
.footer-container .footer-content .container h6 {
	font-size: 16px;
	margin-bottom: 24px
}
.footer-container .footer-content .container .about {
	width: 298px;
	float: left
}
.footer-container .footer-content .container .about p {
	font-size: 12px;
	line-height: 25px;
	color: #666
}
.footer-container .footer-content .container .contact {
	width: 560px;
	float: left;
	margin: 0 90px
}
.footer-container .footer-content .container .contact h6 {
	margin-left: 80px;
	margin-bottom: 4px
}
.footer-container .footer-content .container .contact .content {
	padding: 20px 80px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5
}
.footer-container .footer-content .container .contact .content ul {
	overflow: hidden;
	margin-bottom: 12px;
	font-size: 14px
}
.footer-container .footer-content .container .contact .content ul:last-child {
	margin-bottom: 0
}
.footer-container .footer-content .container .contact .content ul:last-child li {
	width: 100%
}
.footer-container .footer-content .container .contact .content ul li {
	overflow: hidden;
	float: left
}
.footer-container .footer-content .container .contact .content ul li .name {
	float: left
}
.footer-container .footer-content .container .contact .content ul li .contact-way {
	float: left;
	color: #666
}
.footer-container .footer-content .container .contact-phone {
	display: none
}
.footer-container .footer-content .container .pubic-sign {
	width: 160px;
	float: right;
	text-align: center
}
.footer-container .footer-content .container .pubic-sign img {
	width: 110px;
	height: 110px
}
.footer-container .copyright {
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #fff
}
.footer-container .copyright i {
	display: none
}
.footer-container .copyright img {
	height: 20px;
	margin: 30px 0 0 12px
}
@media (max-width: 450px) {
.footer-container .footer-content {
	border-top: none
}
.footer-container .footer-content .container {
	padding: 28px 4% 22px 4%;
	position: relative
}
.footer-container .footer-content .container h6 {
	font-size: 14px;
	margin-bottom: 15px
}
.footer-container .footer-content .container h6 span {
	display: none
}
.footer-container .footer-content .container .about {
	width: 32%
}
.footer-container .footer-content .container .about p {
	line-height: 20px;
	color: #999
}
.footer-container .footer-content .container .contact {
	display: none
}
.footer-container .footer-content .container .contact-phone {
	display: block;
	float: left;
	width: 50%;
	margin-left: 4%;
	padding-left: 4%;
	border-left: 1px solid #e5e5e5
}
.footer-container .footer-content .container .contact-phone .content ul {
	overflow: hidden;
	margin-bottom: 12px;
	font-size: 12px
}
.footer-container .footer-content .container .contact-phone .content ul:last-child {
	margin-bottom: 0
}
.footer-container .footer-content .container .contact-phone .content ul:last-child li {
	width: 100%
}
.footer-container .footer-content .container .contact-phone .content ul:nth-child(1) li .name, .footer-container .footer-content .container .contact-phone .content ul:nth-child(2) li .name {
	float: initial
}
.footer-container .footer-content .container .contact-phone .content ul:nth-child(1) li .contact-way, .footer-container .footer-content .container .contact-phone .content ul:nth-child(2) li .contact-way {
	float: initial
}
.footer-container .footer-content .container .contact-phone .content ul li {
	overflow: hidden;
	float: left
}
.footer-container .footer-content .container .contact-phone .content ul li .name {
	float: left;
	margin-bottom: 6px;
	font-weight: bold;
	color: #999
}
.footer-container .footer-content .container .contact-phone .content ul li .contact-way {
	float: left;
	color: #999
}
.footer-container .footer-content .container .pubic-sign {
	position: absolute;
	top: 28px;
	right: 4%;
	width: 70px;
	float: inherit
}
.footer-container .footer-content .container .pubic-sign img {
	width: 64px;
	height: 64px;
	margin-right: 3px
}
.footer-container .copyright {
	height: 72px;
	line-height: 20px;
	padding-top: 16px;
	font-size: 12px
}
.footer-container .copyright i {
	display: block;
	line-height: 0
}
}
@media (min-width: 3000px) {
.footer-container .footer-content .container {
	width: 980px
}
.footer-container .footer-content .container .service {
	margin-right: 44px
}
.footer-container .footer-content .container .about {
	padding-left: 44px
}
.footer-container .footer-content .container .pubic-sign {
	margin-left: 44px
}
.footer-container .footer-content .container .address-detail {
	max-width: 220px !important
}
}
#side-bar {
	position: fixed;
	z-index: 20;
	right: 2px;
	top: 50%;
	margin-top: -100px
}
#side-bar a {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	margin-bottom: 2px;
	text-align: center;
	background-color: #333;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border-radius: 4px
}
#side-bar a i {
	color: #fff;
	font-size: 24px
}
#side-bar a span {
	font-size: 14px;
	line-height: 20px;
	padding: 8px 12px;
	display: none;
	color: #fff
}
#side-bar a .contact-phone {
	display: none;
	position: absolute;
	top: 0;
	right: 62px;
	background-color: #fff;
	box-shadow: 0 0 5px 1px #e5e5e5;
	font-size: 14px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 3px;
	width: 180px
}
#side-bar a .qr-code {
	display: none;
	position: absolute;
	top: 0;
	right: 62px
}
#side-bar a .qr-code img {
	width: 140px
}
#side-bar a:hover {
	background-color: #ff8d1a;
	opacity: 1;
	filter: alpha(opacity=100)
}
#side-bar a:hover i {
	display: none
}
#side-bar a:hover span {
	display: block
}
#side-bar a:hover .contact-phone, #side-bar a:hover .qr-code {
	display: block
}
@media (max-width: 450px) {
#side-bar {
	display: none
}
}
.spark-index .spark-banner {
	position: relative
}
.spark-index .spark-banner:after {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	content: "";
	background-color: rgba(0,0,0,0.1)
}
.spark-index .spark-banner .video {
	width: 100%;
	height: 900px;
	position: relative;
	vertical-align: top;
	background: url(../images/banner.jpg) center center no-repeat
}
.spark-index .spark-banner h1 {
	position: absolute;
	left: 0;
	top: 35%;
	z-index: 9;
	width: 100%;
	font-size: 86px;
	text-align: center;
	color: #fff;
	font-weight: 550px;
	letter-spacing: 3px
}
.spark-index .spark-banner h1 div {
	font-size: 36px;
	display: block;
	margin-bottom: 30px;
	font-weight: normal
}
.spark-index .spark-banner h1 .ban-white {
	width: 586px;
	height: 74px;
	line-height: 69px;
	margin: 30px auto 0;
	background: #fff;
	text-align: center
}
.spark-index .spark-banner h1 .ban-white>p {
	font-size: 40px;
	color: #333;
	letter-spacing: 7px
}
.spark-index .spark-banner .bespeak-btn {
	display: block;
	text-align: center;
	position: absolute;
	bottom: 20%;
	z-index: 9;
	width: 100%;
	letter-spacing: 1px
}
.spark-index .spark-banner .bespeak-btn .container {
	display: inline-block;
	overflow: hidden
}
.spark-index .spark-banner .bespeak-btn .container span {
	float: left;
	color: #fff;
	font-size: 24px;
	margin-right: 8px
}
.spark-index .spark-banner .bespeak-btn .container img {
	float: left;
	margin-top: 6px
}
.spark-index .data-wrapper {
	background: #fafafa
}
.spark-index .data-wrapper .data-statistics {
	width: 1200px;
	position: relative;
	margin: -80px auto 0;
	height: 176px;
	z-index: 1;
	background: #fff
}
.spark-index .data-wrapper .data-statistics ul {
	overflow: hidden
}
.spark-index .data-wrapper .data-statistics ul li {
	float: left;
	text-align: center;
	width: 20%
}
.spark-index .data-wrapper .data-statistics ul li .data {
	font-size: 50px;
	margin: 30px 0 10px 0
}
.spark-index .data-wrapper .data-statistics ul li .name {
	font-size: 18px;
	color: #666
}
.spark-index .solution {
	background: #fcfcfc url(../images/data-bg.png) top center no-repeat;
	padding: 80px 0
}
.spark-index .solution h3 {
	text-align: center
}
.spark-index .solution h3 .container {
	font-size: 32px;
	position: relative;
	display: inline-block;
	padding: 0 40px 24px 40px;
	border-bottom: 1px solid #e5e5e5
}
.spark-index .solution h3 .container .subhead {
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -135px;
	background-color: #fcfcfc;
	width: 270px;
	text-align: center;
	font-size: 20px;
	color: #999;
	font-weight: normal
}
.spark-index .solution ul {
	overflow: hidden;
	margin-top: 67px;
	padding: 20px 0 20px 15px
}
.spark-index .solution ul li {
	width: 285px;
	height: 410px;
	float: left;
	margin-left: 10px;
	background-color: #fff;
	text-align: center;
	box-shadow: 1px 2px 16px rgba(0,0,0,0.1)
}
.spark-index .solution ul li:first-child {
	margin-left: 0
}
.spark-index .solution ul li:first-child .tip span {
	font-size: 18px
}
.spark-index .solution ul li img {
	margin: 40px 0 36px 0
}
.spark-index .solution ul li .name {
	font-size: 24px
}
.spark-index .solution ul li .tip {
	font-size: 18px;
	margin-top: 12px;
	color: #666
}
.spark-index .solution ul li .tip span {
	font-size: 24px;
	color: #ff8d1a
}
.spark-index .architecture {
	background: url(../images/service.jpg);
	text-align: center
}
.spark-index .architecture .service-dw {
	padding: 60px 0 0 0;
	margin: 0 auto
}
.spark-index .architecture .service-dw>ul>li {
	width: 387px;
	height: 500px;
	float: left;
	padding-top: 80px;
	background: linear-gradient(360deg, #011027 0%, #3a424e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3a424e, endColorstr=#011027);
	border-radius: 8px;
	behavior: url(../images/pie.htc);
	opacity: 0.85;
	margin: 0 20px 0 0
}
.spark-index .architecture .service-dw>ul>li:nth-of-type(1)>.ser-img {
	background: url(../images/home-icon4.png)
}
.spark-index .architecture .service-dw>ul>li:nth-of-type(2)>.ser-img {
	background: url(../images/home-icon5.png)
}
.spark-index .architecture .service-dw>ul>li:nth-of-type(3)>.ser-img {
	background: url(../images/home-icon6.png)
}
.spark-index .architecture .service-dw>ul>li>.ser-img {
	width: 80px;
	height: 80px;
	margin: 0 auto
}
.spark-index .architecture .service-dw>ul>li>h3 {
	color: #fff;
	font-size: 26px;
	margin: 30px auto 26px
}
.spark-index .architecture .service-dw>ul>li>ul>li {
	font-size: 20px;
	color: #fff;
	line-height: 38px
}
.spark-index .architecture .service-dw>ul>li:nth-last-child(1) {
	margin-right: 0px
}
.spark-index .architecture .service-dw>ul>li:hover {
	background: #fff;
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#ffffff);
	opacity: 1
}
.spark-index .architecture .service-dw>ul>li:hover:nth-of-type(1)>.ser-img {
	background: url(../images/home-icon1.png)
}
.spark-index .architecture .service-dw>ul>li:hover:nth-of-type(2)>.ser-img {
	background: url(../images/home-icon2.png)
}
.spark-index .architecture .service-dw>ul>li:hover:nth-of-type(3)>.ser-img {
	background: url(../images/home-icon3.png)
}
.spark-index .architecture .service-dw>ul>li:hover>h3 {
	color: #333
}
.spark-index .architecture .service-dw>ul>li:hover>ul>li {
	color: #666
}
.spark-index .architecture .bespeak-btn>span.container {
	width: 144px;
	height: 40px;
	line-height: 39px;
	border-radius: 25px;
	overflow: hidden;
	background: #FF8F1E
}
.spark-index .architecture .bespeak-btn>span.container>span.icon-more {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-left: 0px;
	margin-top: 10px;
	float: left;
	background: url(../images/more-icon-dark.png)
}
.spark-index .architecture .bespeak-btn>span.container:hover {
	background: #fff
}
.spark-index .architecture .bespeak-btn>span.container:hover>span {
	color: #FF8F1E
}
.spark-index .architecture .bespeak-btn>span.container:hover>span.icon-more {
	background: url(../images/more-icon-dark-hover.png)
}
.spark-index .architecture .name {
	color: #fff
}
.spark-index .architecture .english-name {
	color: #fff
}
.spark-index .architecture>img {
	margin-top: 60px
}
.spark-index .architecture>img.architecture-phone {
	display: none
}
.spark-index .architecture .bespeak-btn {
	display: block;
	text-align: center;
	letter-spacing: 1px
}
.spark-index .architecture .bespeak-btn .container {
	margin: 40px 0 60px 0;
	display: inline-block;
	overflow: hidden
}
.spark-index .architecture .bespeak-btn .container span {
	float: left;
	color: #fff;
	font-size: 18px;
	margin: 0 8px 0 20px
}
.spark-index .architecture .bespeak-btn .container img {
	float: left;
	width: 18px;
	margin-top: 11px
}

.spark-index .system-display .media-dw {
	width: 1200px;
	margin: 0 auto
}
.spark-index .system-display .media-dw .media-intro>ul>li {
	width: 580px;
	display: inline-block;
	margin: 0 20px 0 0;
	background: #fff;
	box-shadow: 1px 2px 16px rgba(0,0,0,0.2);
	border-radius: 5px;
	padding: 20px
}
.spark-index .system-display .media-dw .media-intro>ul>li .media-tu {
	width: 540px;
	height: 270px;
	overflow: hidden
}
.spark-index .system-display .media-dw .media-intro>ul>li .media-wz {
	padding-bottom: 40px
}
.spark-index .system-display .media-dw .media-intro>ul>li .media-wz>h3 {
	font-size: 26px;
	margin: 30px 0 16px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.spark-index .system-display .media-dw .media-intro>ul>li .media-wz>p {
	position: relative;
	font-size: 18px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	max-height: 90px;
	text-align: left;
	text-indent: 24px
}
.spark-index .system-display .media-dw .media-intro>ul>li:nth-last-of-type(1) {
	margin-right: 0
}
.spark-index .system-display .media-dw .media-intro>ul>li:hover .media-wz h3 {
	color: #FF8F1E
}
.spark-index .system-display .media-dw .home-intro-more {
	height: 45px;
	line-height: 45px;
	margin: 60px 0 20px 0;
	text-align: center;
	background: linear-gradient(90deg, rgba(247,247,247,0) 0%, #eee 50%, rgba(252,252,252,0) 100%)
}
.spark-index .system-display .media-dw .home-intro-more>a {
	width: 120px;
	height: 45px;
	display: inline-block;
	position: relative;
	color: #FF8F1E;
	font-size: 18px
}
.spark-index .system-display .media-dw .home-intro-more>a:hover {
	color: #333
}
.spark-index .system-display .media-dw .home-intro-more i {
	margin-left: 6px;
	display: inline-block;
	font-size: 21px
}
.spark-index .system-display .spark-title-english {
	padding: 80px 0 64px 0
}
.spark-index .system-display .container .tab-header {
	/*padding: 0 30px;*/
	margin-bottom:0px
}
.system-body-container{background:#ececec; padding:60px 0 0}
.spark-index .system-display .container .tab-header li {
	position: relative;
	top: 2px;
	float: left;
	width: 14.28%;
	text-align: center;
	padding-bottom: 20px;
	cursor: pointer
}
.spark-index .system-display .container .tab-header li .img{ width:83px; height:83px;background: url(../images/rhs01.png) center no-repeat; background-size:100% 100%; margin:0 auto;}
.spark-index .system-display .container .tab-header li .img1{background: url(../images/rh02.png) center no-repeat; background-size:100% 100%;}
.spark-index .system-display .container .tab-header li .img2{background: url(../images/rh03.png) center no-repeat; background-size:100% 100%;}
.spark-index .system-display .container .tab-header li .img3{background: url(../images/rh04.png) center no-repeat; background-size:100% 100%;}
.spark-index .system-display .container .tab-header li .img4{background: url(../images/rh05.png) center no-repeat; background-size:100% 100%;}
.spark-index .system-display .container .tab-header li .img5{background: url(../images/rh06.png) center no-repeat; background-size:100% 100%;}
.spark-index .system-display .container .tab-header li .img6{background: url(../images/rh07.png) center no-repeat; background-size:100% 100%;}
.spark-index .system-display .container .tab-header li.active {
	border-bottom: 4px solid #0754bb
}
.spark-index .system-display .container .tab-header li.active .img{background: url(../images/rh01.png) center no-repeat;width:83px; height:83px;background-size:100% 100%;}
.spark-index .system-display .container .tab-header li.active .img1{background: url(../images/rhs02.png) center no-repeat;background-size:100% 100%;}
.spark-index .system-display .container .tab-header li.active .img2{background: url(../images/rhs03.png) center no-repeat;background-size:100% 100%;}
.spark-index .system-display .container .tab-header li.active .img3{background: url(../images/rhs04.png) center no-repeat;background-size:100% 100%;}
.spark-index .system-display .container .tab-header li.active .img4{background: url(../images/rhs05.png) center no-repeat;background-size:100% 100%;}
.spark-index .system-display .container .tab-header li.active .img5{background: url(../images/rhs06.png) center no-repeat;background-size:100% 100%;}
.spark-index .system-display .container .tab-header li.active .img6{background: url(../images/rhs07.png) center no-repeat;background-size:100% 100%;}
.spark-index .system-display .container .tab-header li.active .name {
	color:#0754bb;
}
.spark-index .system-display .container .tab-header li .img {
	margin-bottom:8px
}
.spark-index .system-display .container .tab-header li .name {
	font-size: 18px
}
.spark-index .system-display .container .tab-body {
	position: relative;
	overflow: hidden;
	height: 500px;
}
.spark-index .system-display .container .tab-body ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 701%;
	float: left
}
.spark-index .system-display .container .tab-body ul li {
	float: left;
	width: 14.28%;
	overflow: hidden;
}

.spark-index .system-display .container .tab-body ul li img {
	float: left; width:48%;
}
.spark-index .system-display .container .tab-body ul li .display-content {
	float: left;
	width:48%;
	margin-left: 4%;
}
.spark-index .system-display .container .tab-body ul li .display-content .lists .list {
    float: left;
    width: 47%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #666;
    font-size: 18px;
}
.spark-index .system-display .container .tab-body ul li .display-content .title {
	overflow: hidden;
	margin: 30px 0 20px 0
}
.spark-index .system-display .container .tab-body ul li .display-content .title img {
	float: left;
	margin-right: 24px
}
.spark-index .system-display .container .tab-body ul li .display-content .title span {
	font-size: 28px;
	line-height: 68px
}
.spark-index .system-display .container .tab-body ul li .display-content .title p {
	font-size: 17px;
}
.spark-index .system-display .container .tab-body ul li .display-content .lists {
	overflow: hidden
}

.spark-index .system-display .container .tab-body ul li .display-content .lists .list:nth-child(odd) {
	margin-right: 16px
}
.spark-index .scheme-content {
	position: relative
}
.spark-index .scheme-content .spark-title-english {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -84px;
	z-index: 1
}
.spark-index .scheme-content .spark-title-english .name, .spark-index .scheme-content .spark-title-english .english-name {
	color: #fff
}
.spark-index .scheme-content .content-box {
	position: relative;
	height: 700px;
	overflow: hidden
}
.spark-index .scheme-content .content-box .content {
	width: 100%;
	height: 300%;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0
}
.spark-index .scheme-content .content-box .content li {
	height: 33.33%
}
.spark-index .scheme-content .content-box .content li.office {
	background: url(../images/scheme1.png) no-repeat center center
}
.spark-index .scheme-content .content-box .content li.property {
	background: url(../images/scheme2.png) no-repeat center center
}
.spark-index .scheme-content .content-box .content li.business {
	background: url(../images/scheme3.png) no-repeat center center
}
.spark-index .scheme-content .content-box .content li .title {
	font-size: 36px;
	padding: 245px 0 6px 0
}
.spark-index .scheme-content .content-box .content li .line {
	width: 55px;
	height: 4px;
	background-color: #fff
}
.spark-index .scheme-content .content-box .content li p {
	width: 570px;
	font-size: 20px;
	line-height: 44px;
	margin-top: 30px
}
.spark-index .scheme-content .content-box .nav-container {
	position: absolute;
	top: 220px;
	left: 50%;
	margin-left: -600px;
	overflow: hidden
}
.spark-index .scheme-content .content-box .nav-container .nav {
	float: right;
	overflow: hidden;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.27)
}
.spark-index .scheme-content .content-box .nav-container .nav li {
	width: 340px;
	height: 120px;
	line-height: 120px;
	cursor: pointer;
	opacity: 0.6;
	position: relative
}
.spark-index .scheme-content .content-box .nav-container .nav li:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(1,16,39,0.4)
}
.spark-index .scheme-content .content-box .nav-container .nav li.active {
	opacity: 1;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.27)
}
.spark-index .scheme-content .content-box .nav-container .nav li.active:after {
	background: rgba(1,16,39,0.46)
}
.spark-index .scheme-content .content-box .nav-container .nav li img {
	position: relative;
	z-index: 2;
	margin: 43px 24px 0 100px;
	float: left
}
.spark-index .scheme-content .content-box .nav-container .nav li span {
	position: relative;
	z-index: 2;
	float: left;
	font-size: 24px;
	color: #fff
}
.spark-index .cooperation-park {
	height: 800px;
	text-align: center;
	background: url(../images/garden-bg.png) no-repeat center center
}
.spark-index .cooperation-park .garden-video {
	position: relative;
	width: 850px;
	height: 490px;
	padding: 20px;
	margin: 50px auto 0 auto;
	background-color: #fff;
	box-shadow: 2px 2px 30px 0px rgba(0,0,0,0.09)
}
.spark-index .cooperation-park .garden-video video {
	width: 810px;
	height: 380px;
	object-fit: fill
}
.spark-index .cooperation-park .garden-video .preview-img {
	width: 810px;
	height: 380px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1
}
.spark-index .cooperation-park .garden-video .play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-left: -70px;
	margin-top: -90px
}
.spark-index .cooperation-park .garden-video .name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #666;
	background: #f7f7f7;
	box-shadow: 2px 19px 32px 0px rgba(0,0,0,0.11)
}
.spark-index .cooperation-park-swiper {
	width: 1200px;
	margin: 80px auto
}
.spark-index .cooperation-park-swiper .swiper-slide {
	height: 297px
}
.spark-index .cooperation-park-swiper .swiper-slide img {
	width: 100%;
	height: 217px
}
.spark-index .cooperation-park-swiper .swiper-slide .garden-name {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	border: 1px solid #e5e5e5;
	border-top: none
}
.spark-index .cooperation-park-slide {
	margin: 80px 0
}
.spark-index .cooperation-park-slide .slide-box {
	position: relative;
	overflow: hidden;
	height: 297px;
	margin-top: 53px
}
.spark-index .cooperation-park-slide .slide-box .gardens {
	float: left;
	width: 100%
}
.spark-index .cooperation-park-slide .slide-box .gardens .bx-wrapper {
	width: 100%
}
.spark-index .cooperation-park-slide .slide-box .gardens ul {
	overflow: hidden;
	min-width: 1168px
}
.spark-index .cooperation-park-slide .slide-box .gardens ul li {
	width: auto !important;
	float: left;
	overflow: hidden;
	margin-right: 22px
}
.spark-index .cooperation-park-slide .slide-box .gardens ul li a {
	width: 385px
}
.spark-index .cooperation-park-slide .slide-box .gardens ul li img {
	width: 385px;
	height: 217px
}
.spark-index .cooperation-park-slide .slide-box .gardens ul li .garden-name {
	display: block;
	font-size: 20px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-top: none;
	background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.spark-index .cooperation-park-slide .garden-box {
	display: none
}
@media (min-width: 3000px) {
.spark-index .advance .content {
	width: 900px
}
.spark-index .advance .content img {
	width: 30%
}
.spark-index .advance .content ul {
	max-width: 60%
}
.spark-index .advance .content ul li {
	margin-bottom: 22px
}
.spark-index .advance .content ul li .info .desc {
	line-height: 22px
}
.spark-index .system ul li {
	width: 220px;
	height: 288px
}
.spark-index .system ul li .hover-content {
	padding: 32px 0 0 16px
}
.spark-index .system ul li .hover-content .title {
	font-size: 18px
}
.spark-index .system ul li .hover-content .line {
	height: 2px
}
.spark-index .system ul li .hover-content .items {
	font-size: 12px
}
.spark-index .system ul li .hover-content .items .lists .list {
	margin-bottom: 12px
}
.spark-index .configuration img {
	width: 213px
}
.spark-index .cooperation-park .slide-box {
	height: 237px
}
.spark-index .cooperation-park .slide-box .gardens ul {
	min-width: 978px
}
.spark-index .cooperation-park .slide-box .gardens ul li a {
	width: 312px
}
.spark-index .cooperation-park .slide-box .gardens ul li img {
	width: 312px;
	height: 176px
}
.spark-index .cooperation-park .slide-box .gardens ul li .garden-name {
	font-size: 18px;
	height: 60px;
	line-height: 60px
}
}
@media (max-width: 450px) {
.spark-index {
	width: 100%;
	overflow: hidden
}
.spark-index .spark-banner .video {
	width: 100%;
	height: 260px;
	position: relative;
	vertical-align: top;
	background: url(../images/ban-h.png) center center no-repeat;
	background-size: 100% 100%
}
.spark-index .spark-banner:after {
	background-color: transparent
}
.spark-index .spark-banner h1 {
	top: 60px;
	font-size: 28px;
	letter-spacing: 0px;
	font-weight: 550
}
.spark-index .spark-banner h1 .ban-white {
	width: 214px;
	height: 24px;
	line-height: 24px;
	margin-top: 17px
}
.spark-index .spark-banner h1 .ban-white>p {
	font-size: 12px
}
.spark-index .spark-banner h1 div {
	font-size: 16px;
	margin-bottom: 8px
}
.spark-index .spark-banner h1 div span {
	display: none
}
.spark-index .spark-banner .bespeak-btn {
	bottom: 38px
}
.spark-index .spark-banner .bespeak-btn .container span {
	font-size: 12px;
	margin-right: 5px
}
.spark-index .spark-banner .bespeak-btn .container img {
	width: 12px;
	height: 12px;
	margin-top: 3px
}
.spark-index .data-statistics {
	width: 100% !important;
	height: 100px !important;
	background: #fff url(../images/h5-data-bg.png) no-repeat !important;
	background-size: 100% 100% !important;
	margin-top: 0 !important
}
.spark-index .data-statistics ul li {
	width: 20%
}
.spark-index .data-statistics ul li .data {
	font-size: 18px !important;
	margin: 24px 0 7px 0 !important
}
.spark-index .data-statistics ul li .name {
	font-size: 12px !important
}
.system-body-container{background:#ececec; padding:20px 0 }
.spark-index .solution {
	padding: 40px 0 54px 0;
	background: #fafafa
}
.spark-index .solution h3 {
	text-align: center
}
.spark-index .solution h3 .container {
	font-size: 18px;
	padding: 0 20px 14px 20px
}
.spark-index .solution h3 .container .subhead {
	bottom: -8px;
	margin-left: -80px;
	width: 160px;
	font-size: 13px
}
.spark-index .solution ul {
	margin-top: 27px
}
.spark-index .solution ul li {
	width: 92%;
	height: 110px;
	float: initial;
	margin: 0 0 3% 4%;
	text-align: left;
	border-radius: 8px
}
.spark-index .solution ul li:last-child {
	margin-bottom: 0
}
.spark-index .solution ul li:first-child {
	margin-left: 4%
}
.spark-index .solution ul li:first-child .tip span {
	font-size: 13px
}
.spark-index .solution ul li img {
	float: left;
	height: 70px;
	margin: 20px 16px 0 16px
}
.spark-index .solution ul li .box {
	float: left
}
.spark-index .solution ul li .name {
	font-size: 18px;
	margin-top: 30px;
	font-weight: bold
}
.spark-index .solution ul li .tip {
	font-size: 13px;
	margin-top: 6px
}
.spark-index .solution ul li .tip span {
	font-size: 18px
}
.spark-index .architecture {
	background: url(../images/h5-ser-bg.png) no-repeat;
	background-size: 100% 100%
}
.spark-index .architecture>img {
	display: none;
	width: 92%;
	margin: 50px 0 0 4%
}
.spark-index .architecture>img.architecture-phone {
	display: block
}
.spark-index .architecture .service-dw {
	padding-top: 30px;
	padding-bottom: 86px;
	width: 100%;
	overflow: hidden;
	display: inherit;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch
}
.spark-index .architecture .service-dw>ul {
	width: 900px
}
.spark-index .architecture .service-dw>ul>li {
	width: 225px;
	height: 345px;
	margin-right: 0px;
	margin-left: 10px;
	padding-top: 40px
}

.spark-index .architecture .service-dw>ul>li:hover h3 {
	color: #fff
}
.spark-index .architecture .service-dw>ul>li:hover>ul>li {
	color: #fff
}
.spark-index .architecture .service-dw>ul>li .ser-img {
	width: 50px;
	height: 50px
}
.spark-index .architecture .service-dw>ul>li h3 {
	font-size: 18px;
	margin: 26px auto 12px;
	font-weight: normal
}
.spark-index .architecture .service-dw>ul>li>ul>li {
	font-size: 14px;
	line-height: 28px
}
.spark-index .architecture .bespeak-btn {
	display: none
}
.spark-index .architecture .bespeak-btn .container {
	margin: 30px 0 50px 0
}
.spark-index .architecture .bespeak-btn .container span {
	font-size: 14px
}
.spark-index .architecture .bespeak-btn .container img {
	margin-top: 2px
}
.spark-index .system-display {
	padding-bottom: 0;
	/*background: #f7f7f7*/
}
.spark-index .system-display .spark-title-english {
	padding: 40px 0
}
.spark-index .system-display .media-dw {
	width: 100%;
	padding-bottom: 50px
}
.spark-index .system-display .media-dw .media-intro {
	text-align: center
}
.spark-index .system-display .media-dw .media-intro>ul>li {
	margin-right: 0;
	margin-bottom: 20px;
	width: 95%;
	padding: 12px
}
.spark-index .system-display .media-dw .media-intro>ul>li .media-tu {
	width: 100%;
	height: 167px
}
.spark-index .system-display .media-dw .media-intro>ul>li .media-tu img {
	width: 100%;
	height: 100%
}
.spark-index .system-display .media-dw .media-intro>ul>li .media-wz {
	padding-bottom: 20px
}
.spark-index .system-display .media-dw .media-intro>ul>li .media-wz h3 {
	font-size: 15px;
	margin: 12px 0 7px 0;
	text-align: left
}
.spark-index .system-display .media-dw .media-intro>ul>li .media-wz p {
	font-size: 13px
}
.spark-index .system-display .media-dw .home-intro-more {
	width: 100%;
	margin: 0;
	height: 26px;
	line-height: 26px
}
.spark-index .system-display .container {
	overflow: hidden
}
.spark-index .system-display .container .system-header-container {
	width: 100%;
	overflow: auto;
	background-color: #fff !important;
}
.spark-index .system-display .container .tab-header {
	width: 180%;
	padding: 0;
	margin-bottom: 0;
	-webkit-overflow-scrolling: touch
}
.spark-index .system-display .container .tab-header li {
	top: 1px;
	width: 14.28%;
	padding-bottom: 16px
}
.spark-index .system-display .container .tab-header li.active {
	border-bottom: 2px solid #ccc
}
.spark-index .system-display .container .tab-header li .img {
	margin-bottom:4px; width:50px; height:50px;
}
.spark-index .system-display .container .tab-header li.active .img {
width:50px; height:50px;
}
.spark-index .system-display .container .tab-header li .name {
	font-size: 12px;
	color: #666
}
.spark-index .system-display .container .tab-body {
	height: 380px;
	padding-top:20px
}
.spark-index .system-display .container .tab-body .system-body-container {
	overflow: hidden; 
}
.spark-index .system-display .container .tab-body ul {
	width: 701%
}
.spark-index .system-display .container .tab-body ul li {
	width: 14.28%;
	text-align: center
}
.spark-index .system-display .container .tab-body ul li img {
	width: 92%;
	margin-left: 3%;
	margin-top:3%;
}

.spark-index .system-display .container .tab-body ul li img {
	float: initial;
	width: 200px
}
.spark-index .system-display .container .tab-body ul li .display-content {
	float: initial;
	width: auto;
	margin: 10px 0 0 0;
}
.spark-index .system-display .container .tab-body ul li .display-content .title {
    overflow: hidden;
    margin: 10px 0;
}
.spark-index .system-display .container .tab-body ul li .display-content .title p {
	display: none
}
.spark-index .system-display .container .tab-body ul li .display-content .title span {
     font-size: 18px;
    line-height:28px; text-align:center;
}
.spark-index .system-display .container .tab-body ul li .display-content .lists .list {
	width: 40%;
	height: 44px;
	line-height: 44px;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 5.6%;
}
.spark-index .system-display .container .tab-body ul li .display-content .lists .list:nth-child(odd) {
	margin-right: 2%
}
.spark-index .scheme-content .spark-title-english {
	margin-left: -55px
}
.spark-index .scheme-content .content-box {
	position: relative;
	height: 420px;
	overflow: hidden
}
.spark-index .scheme-content .content-box .content {
	width: 300%;
	height: 100%;
	overflow: hidden
}
.spark-index .scheme-content .content-box .content li {
	width: 33.33%;
	height: 100%;
	float: left
}
.spark-index .scheme-content .content-box .content li.office {
	background-size: auto 100%
}
.spark-index .scheme-content .content-box .content li.property {
	background-size: auto 100%
}
.spark-index .scheme-content .content-box .content li.business {
	background-size: auto 100%
}
.spark-index .scheme-content .content-box .content li .title {
	font-size: 18px;
	padding: 220px 0 6px 10%
}
.spark-index .scheme-content .content-box .content li .line {
	width: 30px;
	height: 4px;
	margin-left: 10%
}
.spark-index .scheme-content .content-box .content li p {
	width: 80%;
	font-size: 14px;
	line-height: 24px;
	margin: 16px 0 0 10%
}
.spark-index .scheme-content .content-box .nav-container {
	position: absolute;
	top: 120px;
	left: 5%;
	margin-left: 0
}
.spark-index .scheme-content .content-box .nav-container .nav {
	float: initial
}
.spark-index .scheme-content .content-box .nav-container .nav li {
	float: left;
	width: 30%;
	height: 60px;
	line-height: 60px
}
.spark-index .scheme-content .content-box .nav-container .nav li:after {
	background: rgba(1,16,39,0.6)
}
.spark-index .scheme-content .content-box .nav-container .nav li img {
	width: 20px;
	margin: 20px 6px 0 20px
}
.spark-index .scheme-content .content-box .nav-container .nav li span {
	font-size: 14px;
	float: initial
}
.spark-index .cooperation-park {
	height: 100px;
	background-size: 100% 100%;
	background: none
}
.spark-index .cooperation-park .garden-video {
	display: none
}
.spark-index .cooperation-park-swiper {
	width: 100%;
	margin: 40px auto
}
.spark-index .cooperation-park-swiper .swiper-slide {
	width: 210px;
	height: 160px
}
.spark-index .cooperation-park-swiper .swiper-slide img {
	height: 120px
}
.spark-index .cooperation-park-swiper .swiper-slide .garden-name {
	height: 40px;
	line-height: 40px;
	font-size: 14px
}
}