/* banner */
.banner-container {
  height: 450px;
  position: relative;
  overflow: hidden;
}
.banner-container > img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

/* 模块主体 */
.section-block {
	padding: 90px 0
}

.section-sub-bar,
.second-sub-bar {
	text-align: center;
}

.section-sub-bar .title {
	padding-bottom: 20px;
	font-size: 32px;
}

.section-sub-bar .txt {
	color: #999;
	line-height: 26px;
	font-size: 16px;
}

.second-sub-bar .title {
	padding-bottom: 20px;
	font-size: 16px;
}

.second-sub-bar .txt {
	color: #999;
	line-height: 26px;
	font-size: 14px;
}

/* 量身打造 */
.line-use-content{
	padding: 80px 0 0;
	text-align: center;
}

/* 多端合一 */
.section-client-box{
	background: #F6FAFC;
}

/* 场景 */
.line-scene-block{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1150px;
	padding: 70px 0 0;
	margin: 0 auto;
}
.scene-swiper-container{
	flex: 0 0 auto;
	width: 502px;
	height: 564px;
	background: url("../images/mini-program-route-change_bg.PNG") center no-repeat;
}
.scene-swiper-container .swiper-slide img{
	margin: 57px 0 0 118px;
}
.contorl-area{
	flex: 0 0 auto;
	width: 500px;
}
.contorl-group > li{
	padding: 25px;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 10px;
}
.contorl-group > li.on{
	color: #0181FF;
	border: 1px solid #0181FF;
	box-shadow: 0px 0px 10px 0px rgba(201, 212, 231, .5);
}
.contorl-group>li .tit{
	font-size: 20px;
}
.contorl-group>li .txt{
	line-height: 24px;
	margin-top: 10px;
	font-size: 14px;
}

.wechat-show-block {
	display: flex;
	flex-wrap: wrap;
	height: 600px;
	margin: 120px 0 50px;
	position: relative;
}
.wechat-show-block:before,
.wechat-show-block:after{
	content: "";
	display: block;
	position: absolute;
	background: #e5e5e5;
}
.wechat-show-block:before{
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
}
.wechat-show-block:after {
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
}
.wechat-show-block>li{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	width: 50%;
}
.wechat-show-block>li:nth-child(3n+1) {
	justify-content: center;
}
.wechat-show-block>li:nth-child(3n+1) .tit{
	font-size: 20px;
}
.wechat-show-block>li:nth-child(3n+1) .txt{
	color: #666;
	width: 350px;
	line-height: 24px;
	margin-top: 20px;
	font-size: 14px;
}
.wechat-show-block>li:nth-child(3) {
	justify-content: flex-end;
}

/* 强大功能 */
.strong-function-box{
	position: relative;
	background: #F6FAFC;
}
.strong-function-box:after{
	content: "";
	display: block;
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0181FF;
}
.function-list{
	display: flex;
	margin-top: 70px;
	position: relative;
	z-index: 10;
	box-shadow: 0px 25px 38px 0px rgba(201, 212, 231, 0.54);
	border-radius: 5px;
	background: #fff;
}
.function-list>li{
	flex: 0 0 auto;
	width: 300px;
	padding: 50px 20px 50px 20px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.function-list>li:nth-child(n+2)::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
	bottom: 50px;
	width: 1px;
	background: #E5E5E5;
}
.function-list>li .title{
	padding: 20px 0;
	position: relative;
	font-size: 18px;
}
.function-list>li .title:after{
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
	border-radius: 2px;
}
.function-list>li:nth-child(1) .title:after{
	background: #0181FF;
}

.function-list>li:nth-child(2) .title:after {
	background: #41D580;
}

.function-list>li:nth-child(3) .title:after {
	background: #FD4C2F;
}

.function-list>li:nth-child(4) .title:after {
	background: #FFB401;
}
.function-sub-list{
	padding-top: 20px;
}
.function-sub-list>li{
	line-height: 24px;
	padding: 10px 0 10px 18px;
	text-align: left;
	position: relative;
}
.function-sub-list>li .tit{
	font-size: 14px;
}
.function-sub-list>li .txt{
	color: #999;
	font-size: 12px;
}
.function-list>li .function-sub-list>li:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 18px;
	left: 0;
}
.function-list>li:nth-child(1) .function-sub-list>li:before{
	background: #f00;
}

.function-list>li:nth-child(2) .function-sub-list>li:before {
	background: #41D580;
}
.function-list>li:nth-child(3) .function-sub-list>li:before {
	background: #FD4C2F;
}
.function-list>li:nth-child(4) .function-sub-list>li:before {
	background: #FFB401;
}





/* 立即咨询 */
.check-entry-block {
	padding: 90px 0;
	text-align: center;
}

.check-entry-block .btn {
	color: #fff;
	display: inline-block;
	width: 500px;
	height: 80px;
	line-height: 80px;
	background: #41D580;
	border-radius: 10px;
	font-size: 20px;
}

.check-entry-block .btn .arrow {
	display: inline-block;
	width: 10px;
	height: 10px;
	opacity: 0;
	margin-left: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: all .5s;
	transform: rotate(45deg) translateX(10px) translateY(-10px);
}

.check-entry-block .btn:hover .arrow {
	opacity: 1;
	margin-left: 0;
	transform: rotate(45deg) translateX(0) translateY(0);
}