.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    align-items: center;
}
.hm-tit {
	text-align: center;
	margin-bottom: 45px;
}
.hm-tit h3{
	font-size: 28px;
	color: #FFFFFF;
	line-height: 36px;
	margin-bottom: 16px;
}
.hm-tit p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
}
.banIn{
	height: 637px;
	position: relative;
}
.banIn .banImg{
	height: 100%;
}
.banIn .banner-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	text-align: center;
	color: #FFFFFF;
	padding-top: 15%;
}
.banIn .banner-text h4{
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}
.banIn .banner-text p{
	font-size: 18px;
}
.business{
	background: #021626;
}
.business .hm1-tab{
	border-bottom: 2px solid rgba(65, 234, 212, .3);
	height: 86px;
	line-height: 86px;
	text-align: center;
}
.business .hm1-tab a{
	display: inline-block;
	border-bottom: 2px solid transparent;
	font-size: 24px;
	color: rgba(255,255,255,.8);
	width: 240px;
	text-align: center;
	line-height: 84px;
	transition: all .5s;
	position: relative;
}
.business .hm1-tab a::after{
	content: "";
	width: 0;
	height: 2px;
	background: #41EAD4;
	position: absolute;
	bottom: -2px;
	left: 50%;
	transition: all .2s;
}
.business .hm1-tab a:hover:after,
.business .hm1-tab a.active::after{
	left: 0%;
    width: 100%;
}
.business .hm1-tab a.active{
	font-weight: bold;
	color: rgba(255,255,255,1);
}
.business .hm1 .tab-cont{
	display: none;
}
.business .hm1 .tab-cont.current{
	display: block;
}
.business .hm1 .open-shop{
	padding: 82px 125px;
	overflow: hidden;
}
.business .hm1 .open-shop .open-pic{
	position: relative;
	float: left;
	width: 395px;
	margin-right: 100px;
}
.business .hm1 .open-shop .pic-box{
	position: relative;
	width: 395px;
	height: 503px;
	overflow: hidden;
	z-index: 5;
	border-radius: 8px;
}
.business .hm1 .open-shop .pic-box img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.business .hm1 .open-shop .open-pic .dot{
	position: absolute;
	left: -30px;
	bottom: -40px;
	z-index: 3;
}
.business .hm1 .open-text{
	overflow: hidden;
}
.business .hm1 .open-text h4{
	font-size: 28px;
	color: #FFFFFF;line-height: 40px;
}
.business .hm1 .open-text .desc{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	margin: 16px 0 75px 0;
}
.business .hm1 .open-text li{
	overflow: hidden;
	margin-bottom: 40px;
}
.business .hm1 .open-text li .ico{
	width: 54px;
	height: 54px;
	float: left;
	margin-right: 15px;
}
.business .hm1 .open-text li .text{
	overflow: hidden;
}
.business .hm1 .open-text li .text h5{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 5px;
}
.business .hm1 .open-text li .text p{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 4px;
}
.hm2{
	padding-bottom: 150px;
}
.hm2-list{
	overflow: hidden;
}
.hm2-list li{
	display: inline-block;
	list-style: none;
	width: 394px;
	height: 238px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	margin-right: 10px;
	margin-bottom: 12px;
}
.hm2-list li:nth-child(3n){
	margin-right: 0;
}
.hm2-list li .hm2-img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
}
.hm2-list li .hm2-img img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	transition: all 1s;
}
.hm2-list .hm2-hov{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
	padding: .1rem .3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: translateY(100%);
	transition: all .3s linear;
}
.hm2-text .text-left, .hm2-text .text-code{
    opacity: 0;
    visibility: hidden;
    transform: translateY(.1rem);
    transition: all .5s;
}
.hm2-text .text-left{
	max-width: 220px;
}
.hm2-text .text-code{
	max-width: 92px;
}
.hm2-text .text-code .code-img{
	width: 91px;
	height: 132px;
	overflow: hidden;
}
.hm2-text .text-code .code-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.hm2-text .text-left h4{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
}
.hm2-text .text-left span{
	display: block;
	font-size: 14px;
	color: #ADADAD;
	margin: 15px 0 30px 0;
}
.hm2-text .text-left .desc{
	font-size: 14px;
	color: #C8C8C8;
	line-height: 22px;
}
.hm2-list .hm2-hov .hm2-text{
	display: block;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.hm2-text .text-code p{
	font-size: 14px;
	color: #ADADAD;
	text-align: center;
	margin-top: 12px;
}
.hm2-list li:hover .hm2-img img{
	transform: scale(1.1);
}
.hm2-list li:hover .hm2-hov{
	transform: translateY(0);
}
.hm2-list li:hover .hm2-text .text-left,
.hm2-list li:hover .hm2-text .text-code{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.hm2-list li:hover .hm2-text .text-left{
    transition-delay: .3s;
}

.hm2-list li:hover .hm2-text .text-code{
    transition-delay: .4s;
}
.hm3{
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 145px;
}
.hm3 .hm3-code{
	width: 194px;
	height: 194px;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 auto 16px;
}
.hm3 .hm3-code img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.hm3 .hm3-text p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}
.mobile-hm-list{
	display: none;
}
.mobile-hm-list .slide-pic{
	height: 0;
	padding-bottom: 65.2515%;
	overflow: hidden;
	border-radius: 8px;
}
.mobile-hm-list .slide-pic .imgBg{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
	border-radius: 8px;
}
.mobile-hm-list .swiper-slide{
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.85);
}
.mobile-hm-list .swiper-slide-active,.swiper-slide-duplicate-active{
	transform: scale(1);
	z-index: 999;
}

.scroll-bar{
	position: fixed;
	right: 0;
	bottom: 15%;
	background: #02345B;
	border-radius: 8px 0px 0px 8px;
	padding: 20px 13px;
	z-index: 99;
}
.scroll-bar .item{
	text-align: center;
	margin-bottom: 16px;
	position: relative;
	display: block;
}
.scroll-bar .item:last-child{
	margin-bottom: 0;
}
.scroll-bar .line{
	width: 49px;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.09;
	margin-bottom: 18px;
}
.scroll-bar .item.ico{
	background: url(../images/business/bar-ico1.png) top center no-repeat;
	min-height: 30px;
}
.scroll-bar .item.ico1{
	background: url(../images/business/bar-ico3.png) top center no-repeat;
}
.scroll-bar .item.ico2{
	background: url(../images/business/bar-ico2.png) top center no-repeat;
}
.scroll-bar .item.ico3{
	background: url(../images/business/bar-ico.png) top center no-repeat;
}
.scroll-bar .item p{
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 30px;
	line-height: 16px;
	text-align: center;
}
.scroll-bar .code-box{
	background: #02345B;
	border-radius: 7px;
	padding: 15px 10px;
	position: absolute;
	right: 82px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}
.scroll-bar .code-box .code-pic{
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin: auto;
}
.scroll-bar .code-box .code-pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.scroll-bar .code-box p{
	padding-top: 5px;
	word-break: keep-all;
}
.scroll-bar .tel-box{
	width: 117px;
	height: 44px;
	background: #02345B;
	border-radius: 7px;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 44px;
	position: absolute;
	right: 82px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}
.scroll-bar .item:hover .code-box,
.scroll-bar .item:hover .tel-box{
	opacity: 1;
	visibility: visible;
}
@media (max-width:767px){
	.banIn .banner-text h4{
		padding-top: 65px;
		font-size: 20px;
	}
	.banIn .banner-text p{
		font-size: 14px;
		padding: 0 40px;
	}
	.business .hm1-tab{
		display: none;
	}
	.business .hm1 .open-shop{
		padding: 0;
		display: flex !important;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.business .hm1 .open-shop .open-pic{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.business .hm1 .open-text{
		width: 100%;
		padding-top: 30px;
	}
	.business .hm1 .open-shop:last-child{
		display: none !important;
	}
	.business .hm1 .open-shop .pic-box{
		width: 100%;
		height: auto;
	}
	.business .hm1 .open-text h4,
	.hm-tit h3{
		text-align: center;
		font-size: 18px;
		line-height: 24px;
	}
	.business .hm1 .open-text .desc{
		font-size: 12px;
		margin: 10px 0 25px 0;
		text-align: center;
	}
	.hm-tit{
		padding: 0 15px;
	}
	.hm-tit h3{
		margin-bottom: 5px;
		padding-top: 30px;
	}
	.hm-tit p{
		font-size: 12px;
	}
	.hm1{
		padding: 0 15px;
	}
	.business .hm1 .open-text .oth{
		display: flex;
		flex-wrap: wrap;
	}
	.business .hm1 .open-text li{
		display: flex;
		width: 50%;
		align-items: center;
	}
	.business .hm1 .open-text li .ico{
		width: 34px;
		height: 34px;
		margin-right: 10px;
	}
	.business .hm1 .open-text li .ico img{
		display: block;
		width: 100%;
	}
	.business .hm1 .open-text li .text h5{
		font-size: 16px;
		line-height: 20px;
	}
	.business .hm1 .open-text li .text p{
		font-size: 12px;
		margin-top: 2px;
	}
	.pc-hm-list{
		display: none;
	}
	.mobile-hm-list{
		display: block;
	}
	.business .wrap{
		padding: 0;
	}
	.hm2{
		padding-bottom: 30px;
	}
	.hm3{
		padding: 50px 0;
	}
	.hm3 .hm3-text p{
		font-size: 14px;
		line-height: 22px;
		padding: 0 15px;
	}
	.scroll-bar{
		background: rgba(0, 0, 0, .6);
	}
}