/* banner */
.banner-container {
	height: 500px;
	overflow: hidden;
	position: relative;
}
.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: 10px;
	font-size: 16px;
}
.second-sub-bar .txt{
	color: #999;
	line-height: 26px;
	font-size: 14px;
}

/* 预订小程序 */
.sectionbk-box{
	padding-top: 60px;
	text-align: center;
}

/* 解决方案 */
.section-case{
	height: 812px;
	padding: 70px 0;
	box-sizing: border-box;
	background: url("../images/mini-program-hotel-swiper-bg.PNG") center no-repeat;
}
.case-swiper-group{
	display: flex;
	justify-content: center;
	padding-top: 30px;
}
.case-swiper-group .item{
	width: 240px;
	height: 48px;
	line-height: 48px;
	margin: 0 1px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	background: #eee;
}
.case-swiper-group .item.on{
	color: #fff;
	background: #0181FF;
}

.case-swiper-container{
	width: 1180px;
}
.case-child-box{
	padding: 80px 0;
	text-align: center;
}
.case-child-box .con{
	padding-top: 50px;
}
.swiper-button-next,
.swiper-button-prev{
	width: 36px;
	height: 36px;
}
.swiper-button-prev{
	background: url("../images/swiper_prev.png") center no-repeat;
}

.swiper-button-next {
	background: url("../images/swiper_next.png") center no-repeat;
}


/* 业务需求 */
.section-hf-group{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 0 0;
}
.section-hf-group>li{
	width: 260px;
	height: 100px;
	padding: 20px;
	margin: 6px;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 5px;
	transition: all .5s;
	background: #0181FF;
}
.section-hf-group>li:hover{
	transform: translateY(-6px);
	box-shadow: 0 0 12px rgba(1,129,255, .5);
}
.section-hf-group>li .tit{
	color: #fff;
	font-size: 16px;
}
.section-hf-group>li .tit img{
	margin: -4px 4px 0 0;
	vertical-align: middle;
}
.section-hf-group>li .txt{
	color: rgba(255,255,255,.8);
	margin-top: 12px;
	font-size: 14px;
}

/* 分销模式 */
.fx-section-box{
	background: url("../images/mini-program-hotel-bg01.PNG") center no-repeat #F9FBFF;
}
.fx-group-box {
	padding: 50px 0 0
}
.fx-logo-group {
	padding: 30px 0;
	text-align: center;
	font-size: 0;
}

.fx-logo-group img {
	margin: 0 10px;
}

/* DIY */
.diy-module{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	box-shadow: 0px 0px 18px 2px rgba(221, 223, 226, 0.6);
	border-radius: 30px;
}
.diy-module .r-con {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.diy-module .r-con img{
	margin-bottom: 20px;
}
.diy-module .r-con .txt{
	line-height: 32px;
	font-size: 20px;
}

.diy-style{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	overflow: hidden;
	box-shadow: 0px 0px 18px 2px rgba(221, 223, 226, 0.6);
	border-radius: 30px;
}
.diy-style .l-con{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	width: 554px;
	height: 420px;
}
.diy-style .l-con .txt{
	line-height: 32px;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
}
.diy-style .r-con{
	width: 646px;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	height: 420px;
	background: linear-gradient(45deg, #e7d6ef 0%, #beecf7 100%);
}
.swiper-style-container{
	width: 646px;
}
.swiper-style-container .swiper-slide{
	text-align: center;
}
.swiper-tab-style{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.swiper-tab-style .item{
	width: 18px;
	height: 18px;
	margin: 0 4px;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
}
.swiper-tab-style .item:nth-child(1){
	background: #0080FF;
}

.swiper-tab-style .item:nth-child(2) {
	background: #00BC5B;
}

.swiper-tab-style .item:nth-child(3) {
	background: #8C5DF7;
}
.swiper-tab-style .item.on {
	width: 22px;
	height: 22px;
	background: #fff;
}
.swiper-tab-style .item.on:nth-child(1) {
	border: 2px solid #0080FF;
}

.swiper-tab-style .item.on:nth-child(2) {
	border: 2px solid #00BC5B;
}

.swiper-tab-style .item.on:nth-child(3) {
	border: 2px solid #8C5DF7;
}
.swiper-tab-style .item.on:after{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
}
.swiper-tab-style .item:nth-child(1).on:after {
	background: #0080FF;
}

.swiper-tab-style .item:nth-child(2).on:after {
	background: #00BC5B;
}

.swiper-tab-style .item:nth-child(3).on:after {
	background: #8C5DF7;
}


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

.check-entry-block .btn {
	color: #fff;
	display: inline-block;
	width: 500px;
	height: 80px;
	line-height: 80px;
	background: linear-gradient(-90deg, #000000 0%, #0183FF 0%, #01E3F8 100%);
	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);
}
