/* 轮播图 */
.banner, .banner img{
	width: 100%;
	margin: 0 auto;
}
.banner img{
	z-index: 1;
}
@media screen and (min-width: 1920px){
	.banner, .banner img{
		width: 1920px;
		margin: 0 auto;
	}
}
.swiper {
	width: 100% !important;
	min-height: 10px;
}
.swiper-slide {
	/* Center slide text vertically */
	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;
}
/* 适用于 */
.adaptation{
	width: 1360px;
	margin: -40px auto 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #ffffff;
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.2);
	padding: 65px 40px;
	border-radius: 20px;
	z-index: 3;
	position: relative;
	font-size: 16px;
}
.adaptation .item{
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.adaptation .item .icon{
	width: 40px;
	height: 40px;
}
.adaptation .item .text{
	font-size: 14px;
	margin-top: 10px;
}
.adaptation .line{
	width: 2px;
	height: 50px;
	background-color: #E6E6E6;
}
/* 系统核心功能 */
.container{
	margin: 110px auto 0;
}
.container .title-desc{
	width: 1440px;
	margin: 0 auto;
	text-align: center;
}
.container .title-desc .title{
	font-size: 38px;
}
.container .title-desc .desc{
	font-size: 16px;
	opacity: .6;
	margin-top: 20px;
}
.container .tab-list{
	width: 1440px;
	margin: 0 auto;
	padding: 0 80px;
	margin-top: 60px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E6E6E6;
}
.container .tab-list .tab-item{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.container .tab-list .tab-item .name{
	padding-bottom: 30px;
	font-size: 18px;
}
.container .tab-list .tab-item .dot{
	width: 50px;
	height: 4px;
	border-radius: 2px;
}
.container .tab-list .act-item .name{
	color: #04CB94;
}
.container .tab-list .act-item .dot{
	background-color: #04CB94;
}
.container .container-item{
	padding: 65px 0 30px;
	display: flex;
	justify-content: center;
}
.container .container-item .party .title{
	font-size: 30px;
	font-weight: bold;
}
.container .container-item .party .desc{
	font-size: 18px;
	color: #04CB94;
	margin-top: 20px;
}
.container .container-item .party .s-title{
	font-size: 20px;
	font-weight: bold;
	margin: 50px 0 15px;
}
.container .container-item .party .info{

}
.container .container-item .party .info .item{
	padding: 10px 0;
	display: flex;
}
.container .container-item .party .info .item .dot{
	width: 8px;
	height: 8px;
	background-color: #04CB94;
	border-radius: 4px;
	margin-right: 20px;
	margin-top: 10px;
}
.container .container-item .party .info .item .text{
	color: #6E6E6E;
	font-size: 18px;
	width: 550px;
}
.container .container-item .party .item-btn{
	width: 150px;
	height: 40px;
	border-radius: 20px;
	color: #ffffff;
	background: linear-gradient(241deg, #00E4A8, #08DBD7);
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.container .case-list{
	width: 1440px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 45px;
	padding-bottom: 150px;
}
.container .case-list .case-item{
	width: 260px;
	height: 100px;
	border-radius: 10px;
	border: 1px solid #04CB94;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 32px;
	margin-top: 20px;
}
.container .case-list .case-item:nth-child(5n){
	margin-right: 0;
}
.container .case-list .case-item img{
	width: 90px;
}

.appointment{
	position: relative;
	width: 1920px;
	height: 349px;
	left: calc(50% - 960px);

}
.appointment .icon{
	position: absolute;
	width: 1920px;
	z-index: 0;
}
.appointment .content{
	position: absolute;
	width: 1920px;
	height: 350px;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.appointment .content .text{
	font-size: 40px;
	color: #ffffff;
}
.appointment .content .btn{
	color: #ffffff;
	font-size: 20px;
	width: 250px;
	height: 60px;
	line-height: 1;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	margin-top: 50px;
}
.bottom{
	width: 1920rpx;
	margin: 0 auto;
	display: flex;
	padding: 85px 0 100px;
	background-color: #373A3D;
	display: flex;
	justify-content: center;
}
.bottom .l{
	display: flex;
}
.bottom .l .l-list{
	margin-right: 100px;
}
.bottom .l .t{
	font-size: 18px;
	color: #FFFFFF;
}
.bottom .l .item{
	color: #FFFFFF;
	opacity: .6;
	margin-top: 45px;
	font-size: 16px;
}
.bottom .r {
	width: 450px;
	display: flex;
	margin-left: 100px;
}
.bottom .r .icon{
	width: 150px;
	height: 150px;
	border-radius: 10px;
}
.bottom .r .info{
	margin-left: 25px;
	color: #FFFFFF;
}
.bottom .r .info .phone .text{
	font-size: 18px;
}
.bottom .r .info .phone .num{
	font-size: 24px;
	margin-top: 10px;
}
.bottom .r .info .address{
	margin-top: 30px;
}
.bottom .r .info .address .text{
	font-size: 18px;
}
.bottom .r .info .address .num{
	font-size: 18px;
	margin-top: 10px;
}