/*  banner  */
.banner {
	width: 100%;
	height: 580px;
	background: url(../images/banner1.png) no-repeat center;
	background-size: 1920px 580px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.banner-in {
	width: 1200px;
	height: 312px;
	margin: 122px auto 0;
	position: relative;
}
.banner-in img {
	display: block;
	margin-bottom: 88px;
}
.banner-link {
	display: block;
	width: 200px;
	height: 64px;
	background: #2ec0c5;
	border-radius: 32px;
	color: #fff;
	font-size: 20px;
	line-height: 64px;
	text-align: center;
	font-family: 'MiSans-Demibold';
}
/*  banner  */

/*  content  */
.content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}

.content .content-title {
	width: max-content;
	padding: 0 15px;
	position: relative;
	font-family: 'MiSans-Bold';
	font-size: 40px;
	color: #333333;
	text-align: center;
	margin: 0 auto 60px;
	z-index: 2024;
}

.content .content-title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 20px;
	background-color: #B0F5FD;
}
.content .use-list {
	width: 1240px;
	height: 380px;
	margin: 60px auto;
	position: relative;
	overflow: hidden;
}
.content .use-list li {
	float: left;
	width: 202px;
	height: 380px;
	margin: 0 20px;
	display: inline;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.content .use-list li.active {
	width: 474px;
}
.content .use-list li .use-in {
	overflow: hidden;
	border-radius: 12px;
}
.content .use-list li .use-in img {
	display: block;
	border-radius: 12px;
	margin: 0 auto;
}
.content .use-list li .use-tit {
	width: 100%;
	height: 24px;
	padding: 336px 0 20px;
	background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	border-radius: 12px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.content .content-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 60px;
}

.content-ul .content-data-li {
	width: 514px;
	height: 114px;
	padding: 20px 38px 0 28px;
	margin-bottom: 28px;
	box-shadow: 0 0 16px 1px rgba(178,178,178,0.2);
	border-radius: 12px;
	display: flex;
	justify-content: flex-start;
	background-color: #fff;
}

.content-data-li img {
	display: block;
	width: 64px;
	height: 64px;
	margin-right: 32px;
}

.content-data-li .text-box-title{
	font-family: 'MiSans-Demibold';
	font-size: 22px;
	color: #333333;
	margin-bottom: 12px;
}

.content-data-li .text-box-info {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

.content-ul .content-platform-li {
	width: 496px;
	height: 486px;
	padding: 36px 42px 42px 42px;
	background-color: #fff;
	border-radius: 12px;
}

.content-platform-li .title {
	width: 218px;
	height: 33px;
	margin: 0 auto;
	background: #fff url('../images/title_bg.png') no-repeat center;
	background-size: 218px 15px;
	font-family: 'MiSans-Bold';
	font-size: 22px;
	color: #333333;
	text-align: center;
	line-height: 33px;
}

.content-platform-li .info {
	text-align: justify;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin: 24px 0 40px;
}

.content-platform-li img {
	display: block;
	margin: 0 auto;
}

.content-ul .content-op-li {
	width: 176px;
	height: 300px;
	background: #FFFFFF;
	box-shadow: 0 0 16px 1px rgba(178,178,178,0.16);
	border-radius: 150px;
}

.content-op-li img {
	display: block;
	width: 60px;
	height: 60px;
	margin: 62px auto 32px;
}

.content-op-li .text-box {
	width: 96px;
	height: 76px;
	padding-top: 28px;
	border-top: 1px solid #D9E9EB;
	margin: 0 auto;
}
.content-op-li .text-box span {
	display: block;
	font-family: 'MiSans-Demibold';
	font-size: 22px;
	line-height: 33px;
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
}

.content-ul .content-user-li {
	width: 376px;
	height: 180px;
	background: #F8F9FB;
	border-radius: 12px;
	border: 1px solid #CBDEE8;
	margin-bottom: 36px;
	position: relative;
}

.content-user-li .text-box {
	width: 165px;
	padding-right: 15px;
	position: absolute;
	top: 42px;
	left: 24px;
}

.content-user-li .text-box .title {
	font-family: 'MiSans-Demibold';
	font-size: 22px;
	color: #333333;
	margin-bottom: 20px;
}

.content-user-li .text-box .info {
	font-size: 15px;
	color: #888888;
	line-height: 24px;
}

.content-user-li img {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*  content  */
/*  联系我们  */
.contact-box {
	width: 100%;
	height: 427px;
	background: url('../images/contact_bg.png') no-repeat center;
	background-size: 1920px 427px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.contact-box .title {
	text-align: center;
	font-family: 'MiSans-Bold';
	font-size: 40px;
	color: #333;
	padding-top: 80px;
}
.contact-box .form-box {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.form-box .input-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 524px;
	height: 68px;
	padding: 0 28px;
	background: #fff;
	box-shadow: 0 0 16px 1px rgba(178,178,178,0.2);
	border-radius: 12px;
}
.input-box .name {
	font-size: 16px;
	color: #333;
	margin-right: 20px;
}
.input-box input {
	width: 420px;
	height: 60px;
	font-size: 16px;
	color: #999;
	border: none;
	outline: none;
	line-height: 60px;
}
.form-box .input-box:first-child {
	margin-right: 40px;
}
.contact-box .btn {
	width: 180px;
	height: 46px;
	background: #27D2D8;
	border-radius: 12px;
	text-align: center;
	line-height: 46px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin: 60px auto 0;
}
/*  联系我们  */
