/* 轮播 banner */
.banner {
	/* height: 600px; */
	height: 500px;
	position: relative;
	overflow: hidden;
}

.banner ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	width: 300%;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s; 
}

.banner ul li {
	width: 100%;
	/* height: 600px; */
	height: 500px;
	/* background-size: 100% 100%; */
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}

.banner ul li a {
	display: block;
	width: 140px;
	height: 40px;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	line-height: 40px;
	border: 1px solid #FFFFFF;
	position: absolute;
}
.banner ul .banner_01 {
	background-image: url(/img/index_1/banner_01.jpg);
}
.banner ul .banner_01 a{
	right: 15%;
	bottom: 40%;
}

.banner ul .banner_02 {
	background-image: url(/img/index_1/banner_02.jpg);
}
.banner ul .banner_02 a{
	left: 15%;
	bottom: 30%;
}
.banner ul .banner_03 {
	background-image: url(/img/index_1/banner_03.jpg);
}
.banner ul .banner_03 a{
	background-color: #1D72FF;
	width: 180px;
	right: 40%;
	bottom: 28%;
	border-radius: 4px;
}

/* 指示点 */
.banner ol {
	width: fit-content;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4%;
	margin: 0 auto;
}

.banner ol li {
	height: 10px;
	width: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	margin: 0 10px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s; 
}

.banner ol li.on {
	width: 60px;
	background-color: #FFFFFF;
}

/* 产品介绍 */
.product_show {
	padding-top: 4%;
	padding-bottom: 2%;
	color: #FFFEFE;
	font-size: 18px;
	background-image: radial-gradient(#494949, #444444);
}

.product_show .desc {
	padding-bottom: 4%;
}

.product_show .title {
	font-size: 40px;
	padding-bottom: 2%;
}

.product_show .back_show {
	position: relative;
}

.product_show .back_show>div {
	position: absolute;

}
.product_show .back_show>div>img{
	
}

.product_show .back_show>div:nth-child(2) {
	left: 17%;
	top: 38%;
	width: 140px;
	animation: animation_1 1s infinite alternate;
}

.product_show .back_show>div:nth-child(3) {
	left: 33%;
	top: 16%;
	width: 180px;
	transform: scale(1.1);
	animation: animation_2 1s infinite alternate;
}

.product_show .back_show>div:nth-child(4) {
	left: 49%;
	top: 56%;
	width: 180px;
	animation: animation_1 1s infinite alternate;
}

.product_show .back_show>div:nth-child(5) {
	left: 64%;
	top: 20%;
	width: 184px;
	transform: scale(1.1);
	animation: animation_2 1s infinite alternate;
}
/* 放大缩小动画 */
@keyframes animation_1{
	from{transform: scale(1);}
	to{transform: scale(1.1);}
}
@-ms-keyframes animation_1{
	from{transform: scale(1);}
	to{transform: scale(1.1);}
}
@-webkit-keyframes animation_1{
	from{transform: scale(1);}
	to{transform: scale(1.1);}
}
@-moz-keyframes animation_1{
	from{transform: scale(1);}
	to{transform: scale(1.1);}
}

@keyframes animation_2{
	from{transform: scale(1.1);}
	to{transform: scale(1);}
}
@-ms-keyframes animation_2{
	from{transform: scale(1.1);}
	to{transform: scale(1);}
}
@-webkit-keyframes animation_2{
	from{transform: scale(1.1);}
	to{transform: scale(1);}
}
@-moz-keyframes animation_2{
	from{transform: scale(1.1);}
	to{transform: scale(1);}
}

/* 解决方案 */
.programme {
	padding: 46px 0;
}

.programme .wm-1200 {
	height: 578px;
	color: #FFFFFF;
	letter-spacing: 4px;
	border: 1px solid #DBDBDB;
}

.programme .wm-1200>div:first-child {
	background: url(/img/index_1/pc_index_01.jpg) no-repeat;
	background-size: 100%;
	width: 600px;
}

.programme ul {
	line-height: 40px;
}

.programme ul .line {
	width: 0;
	border: 1px solid #BABABA;
	margin: 0 6px;
	height: 10px;
}

.programme .wm-1200>div:first-child .btn {
	display: block;
	width: 134px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin-top: 56px;
}

.programme .right {
	color: #838383;
	font-size: 20px;
	padding: 20px 0 20px 72px;
	box-sizing: border-box;
}

.programme .right form,
.programme .right form>div {
	height: 100%;
}

.programme .right .title {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 12px;
}

.programme .right input {
	width: 424px;
	height: 40px;
	border: 1px solid #C2C2C2;
	border-radius: 10px;
}
.programme .right label p{
	margin-bottom: 10px;
}
.programme .right .sub_btn{
	display: block;
	width: 424px;
	height: 42px;
	background: #2577E3;
	border-radius: 10px;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
}
/* 产品展示 */
.product_list{
	font-size: 18px;
	line-height: 60px;
}
.product_list>div{
	background-color: rgba(55,129,252,.05);
	padding-top: 66px;
	margin-bottom: 20px;
}
.product_list>div .title{
	font-size: 32px;
}
.product_list>div a{
	color: #2577E3;
	font-size: 16px;
	font-weight: bold;
}
.product_list>div img{
	transition: all 1s;
	-ms-transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}
.product_list>div img:hover{
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}
/* 酒店案例 */
.hotel_case{
	margin-bottom: 28px;
}
.hotel_case .wm-1200>div{
	flex:1;
	height: 389px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}
.hotel_case .wm-1200>div:nth-child(1){
	background-image: url(/img/index_1/hotel_case_01.jpg)
}
.hotel_case .wm-1200>div:nth-child(2){
	background-image: url(/img/index_1/hotel_case_02.jpg)
}
.hotel_case .wm-1200>div:nth-child(3){
	background-image: url(/img/index_1/hotel_case_03.jpg)
}
.hotel_case .wm-1200>div:nth-child(4){
	background-image: url(/img/index_1/hotel_case_04.jpg)
}
.hotel_case .hotel_desc{
	background-color: rgba(37,119,227,0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 30px;
	color: #FFFFFF;
	font-size: 16px;
	box-sizing: border-box;
	transition: all 0.8s;
	opacity: 0;
	cursor: pointer;
}
.hotel_case .hotel_desc .des{
	line-height: 40px;
	letter-spacing: 2px;
}
.hotel_case .hotel_desc .title{
	font-size: 20px;
	border-left: 1px solid #FFFFFF;
	padding-left: 14px;
}
.hotel_case .wm-1200>div:hover .hotel_desc{
	opacity: 1;
}
/* 关于我们 */
.about_us{
	background: url(/img/index_1/about_back.jpg) no-repeat;
	background-size: 100% 100%;
	height: 778px;
	color: #FFFFFF;
	font-size: 22px;
	text-align: center;
}
.about_us .wm-1200{
	height: 100%;
}
.about_us .wm-1200 .desc{
	line-height: 40px;
	letter-spacing: 2px;
}
.about_us .title{
	font-size: 36px;
	margin-bottom: 50px;
}
.about_us .wm-1200>div:last-child{
	margin-top: 100px;
}
.about_us .wm-1200>div:last-child>div,
.about_us .wm-1200 .animation_div{
	width: 122px;
	height: 122px;
	border-radius: 50%;
}
.about_us .wm-1200>div:last-child>div{
	position: relative;
	background-color: rgba(255,255,255,.4);
}
.about_us .wm-1200 .animation_div{
	background-color: rgba(255,255,255,1);
	position: absolute;
	left: 61px;
	top: 61px;
	width: 0;
	height: 0;
	transition: all 0.6s;
}
.about_us .wm-1200>div:last-child>div:hover{
	cursor: pointer;
}
.about_us .wm-1200>div:last-child>div:hover .animation_div{
	left: 0;
	top: 0;
	width: 122px;
	height: 122px;
}
.about_us .wm-1200>div:last-child>div:hover .img{
	opacity: 1;
}
.about_us .wm-1200>div:last-child .img{
	position: absolute;
	left: 32px;
	top: 28px;
	width: 60px;
	height: 60px;
	z-index: 9;
	opacity: 0.6;
	transition: all 0.6s;
}
/*  */
.layui-layer{
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
}