.main {
	background: #FFF;
	margin: 80px auto 0 0;
	min-height: calc(100vh - 600px);
}
.btn {
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.btn:hover {
	opacity: 0.7;
}

.pain-btn {
	width: 68px;
	height: 30px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	line-height: 30px;
}

.primary-btn {
	width: 68px;
	height: 30px;
	background: #008fdf;
	border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #FFF;
	z-index: 1000;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.header-container {
	max-width: 1200px;
	margin: 0 auto;
	height: 80px;
}

.header-container .logo {
	width: 170px;
	height: 40px;
}

.head-title {
	line-height: 14px;
	font-size: 18px;
	text-align: left;
	color: #646a73;
	line-height: 20px;
}

.swiper-slide .banner-swiper {
	width: 100%;
}

.swiper-slide .banner-container {
	max-width: 1200px;
}

.swiper-slide .banner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-slide .content-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}



.top-banner .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0.2;
	border-radius: 0;
	transition: all 0.2s ease-in-out;
}

.top-banner .swiper-pagination-bullet-active {
	width: 30px;
	background: rgba(255, 255, 255, 1);
	opacity: 0.6;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px;
}

.top-banner .swiper-slide .text {
	font-size: 36px;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 1200px;
	transform: translateX(-50%);
}
.swiper-pc{
	display: block;
}
.swiper-mb{
	display: none;
}
.top-banner .swiper-pc .swiper-slide img {
	height: 600px;
}
.top-banner .swiper-mb .swiper-slide img {
	height: 300px;
}

h3.title {
	font-size: 40px;
	font-family: MicrosoftYaHei;
	text-align: center;
	color: #1f2329;
}

.sub-title {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	text-align: center;
	color: #646a73;
}

.goodness {
	padding: 100px 0;
}
.goodness .goodness-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.goodness-list {
	max-width: 680px;
	margin: 0 auto;
}

.goodness-item {
	width: 280px;
	height: 153px;
	background: #f8f8f8;
	margin-top: 20px;
	position: relative;
	margin-left: 20px;
	padding: 20px;
}
.goodness .video-player {
	max-width: 580px;
	height: 326px;
	width: 100%;
	margin: 0 auto;
}
.goodness-item img {
	width: 72px;
	height: 72px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.goodness-item .keyword,
.core-item .keyword,
.service .keyword,
.ecosystem-item .keyword {
	font-size: 18px;
	text-align: center;
	color: #1f2329;
	margin-top: 13px;
	font-weight: bolder;
}

.goodness-item .description,
.core-item .description,
.service .description,
.ecosystem-item .description {
	font-size: 14px;
	text-align: center;
	color: #8f959e;
	margin-top: 25px;
}
.goodness-item .keyword {
	text-align: left;
	margin-top: 0;
}
.goodness-item .description {
	text-align: left;
	margin-top: 13px;
}
.industry {
	background-image: url(../image/industry_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.industry-item {
	width: 218px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.industry-item .img {
	height: 100%;
	width: 100%;
	transition: all 0.7s;
}

.industry-item .industry-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.industry-item .icon {
	width: 72px;
	height: 72px;
	margin-top: 80px;
}

.industry-item .industry-name {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	text-align: center;
	color: #ffffff;
	margin-top: 44px;
}

.industry-item:hover .img {
	transform: scale(1.2);
}

.industry-banner {}

.industry-banner .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	background: #cdd0dd;
	opacity: 1;
	border-radius: 0;
	transition: all 0.2s ease-in-out;
}

.industry-banner .swiper-pagination-bullet-active {
	width: 30px;
	background: #3d7cff;
	opacity: 1;
}

.industry-list {
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.industry-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.industry-banner .swiper-pagination-custom,
.industry-banner .swiper-pagination-fraction {
	bottom: 0px;
}

.core {
	padding: 100px 0;
}

.core-item {
	width: 200px;
}

.core-item img {
	width: 72px;
	height: 72px;
}

.core-list {
	max-width: 1200px;
	margin: 0 auto;
}

.service {
	padding: 100px 0;

}

.service h3.title {
	font-size: 40px;
	font-family: MicrosoftYaHei;
	text-align: center;
	color: #ffffff;
}

.service .sub-title {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	text-align: center;
	color: #ffffff;
}

.service-item .num {
	font-size: 40px;
	font-weight: bolder;
	text-align: center;
	color: #3d7cff;
}

.service-item {
	width: 282px;
	height: 240px;
	background: #ffffff;
	padding: 30px 25px;
	margin-bottom: 25px;
}

.service {
	background-image: url(../image/service_bg.png);
	background-repeat: no-repeat;
	background-position: cover;
}

.service-list {
	max-width: 1200px;
	margin: 0 auto;
}

.project {
	padding: 100px 0;
}

.project-list {
	max-width: 1200px;
	margin: 0 auto;
}

.project-list .item-bottom {
	font-size: 18px;
	font-family: MicrosoftYaHei;
	text-align: center;
	color: #1f2329;
	height: 60px;
	background: #f3f5fa;
	text-align: center;
	line-height: 60px;
}

.project-item {
	width: 282px;
	height: 248px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.project-item .img{
	height: 188px;
	width: 100%;
	overflow: hidden;
}
.project-item img {
	width: 100%;
	height: 100%;
	transition: all 0.7s;
	/* object-fit: cover; */
}

.project-item:hover img {
	transform: scale(1.2);
}



.lic {
	padding: 100px 0;
	background: #979aa9;
	background-image: url(../image/lic_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.lic-list {
	max-width: 1200px;
	margin: 0 auto;
}

.lic-item {
	width: 282px;
	height: 220px;
}

.lic-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.cooprate {
	padding: 100px 0;
}

.cooprate-list {
	max-width: 1200px;
	margin: 0 auto;
}

.cooprate-list img {
	width: 210px;
	height: 90px;
	object-fit: cover;
}

.kf {
	padding: 60px 0;
	background-image: url(../image/kf_bg.png);
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.kf-title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.kf-sub-title {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
}

.zx-btn {
	border: 1px solid #ffffff;
	border-radius: 25px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 48px;
	display: inline-block;
	width: 227px;
	margin-top: 50px;
}

.footer {
	height: 146px;
	background: #2a2b2f;
}

.footer .friend-url,
.footer .friend-url a {
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}

.footer .copy-right {
	opacity: 0.5;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	text-align: center;
	color: #ffffff;
}

.industry-mobile {
	display: none;
}

.ecosystem-item {
	width: 240px;
}

.ecosystem-item img {
	height: 72px;
	width: 72px;
}

.ecosystem {
	padding: 100px 0;
}

.ecosystem-list {
	max-width: 1200px;
	margin: 0 auto;
}
.wxmini .goodness {
	background: #f3f5fa;
}
.wxmini .goodness-item {
	width: 540px;
}
.wxmini .goodness-item .keyword {
	text-align: left;
}
.wxmini .goodness-item .description{
	max-width: 400px;
	text-align: left;
	margin-top: 16px;
}
.wxmini .goodness-item:nth-child(1){
	margin-bottom: 80px;
}
.wxmini .goodness-item:nth-child(2){
	margin-bottom: 80px;
}
.cate-item img {
	width: 72px;
	height: 72px;
}
.cate {
	padding: 100px 0;
}
.cate-item p {
	font-size: 16px;
	text-align: center;
	color: #1f2329;
}
.cate-item {
	margin-top: 80px;
	text-align: center;
	width: 120px;
}
.cate-list {
	max-width: 1000px;
	margin: 0 auto;
}
.miniapp {
	padding: 100px 0;
	background-image: url(../image/miniapp_bg.png);
	background-size: cover;
}
.miniapp-list {
	max-width: 1200px;
	margin: 0 auto;
}
.miniapp-item {
	width: 282px;
	height: 250px;
	margin-bottom: 24px;
}
.miniapp-item img {
	width: 100%;
	height: 190px;
	transition: all 0.7s;
}
.miniapp-item .img {
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.miniapp-item .item-bottom {
	height: 60px;
	background: #ffffff;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	color: #41464c;
}
.miniapp-list .miniapp-item:not(:nth-child(4n)){
	margin-right: 24px;
}
.miniapp-item:hover img {
	transform: scale(1.2);
}
.plat-pc {
	display: block;
}
.plat-mb {
	display: none;
}
@media screen and (max-width: 1200px) {
	.goodness,
	.industry,
	.core,
	.service,
	.project,
	.lic,
	.cooprate,
	.kf,
	.ecosystem,
	.miniapp
	.cate{
		padding: 50px 20px;
	}
	.goodness .goodness-wrapper {
		display: block;
	}
	
}

@media screen and (max-width: 768px) {
	.swiper-pc{
		display: none;
	}
	.swiper-mb{
		display: block;
	}
	.goodness-list,
	.core-list,
	.service-list,
	.project-list,
	.lic-list,
	.cooprate-list,
	.ecosystem-list,
	.miniapp-list,
	.cate-list{
		flex-direction: column;
		align-items: center;
	}

	h3.title,
	.service h3.title,
	.kf-title {
		font-size: 30px;
	}

	.sub-title,
	.service .sub-title,
	.kf-sub-title {
		font-size: 16px;
	}

	.goodness,
	.industry,
	.core,
	.service,
	.project,
	.lic,
	.cooprate,
	.kf {
		padding: 50px 20px;
	}
	.goodness .video-player {
		height: 180px;
		margin-bottom: 20px;
	}

	.industry-item {
		width: 160px;
		height: 220px;
	}

	.industry-item .icon {
		margin-top: 50px;
	}

	.industry-item .industry-name {
		margin-top: 20px;
	}

	.industry-pc {
		display: none;
	}

	.industry-mobile {
		display: block;
	}

	.service {
		background-image: none;
		background-color: #343647;
	}

	.lic-item {
		margin-bottom: 20px;
	}

	.footer {
		padding: 0 20px;
	}

	.head-title {
		font-size: 12px;
	}

	.core-item,.ecosystem-item  {
		margin-bottom: 20px;
	}
	.wxmini .goodness-item:nth-child(3){
		margin-bottom: 80px;
	}
	.wxmini .goodness-item .description {
		max-width: none;
	}
	.wxmini .goodness-item {
		width: auto;
	}
	
	.plat-pc {
		display: none;
	}
	.plat-mb {
		display: block;
	}
	.header-container {
		padding: 0 10px;
		height: 54px;
	}
	.header-container .logo {
		height: 32px;
		width: 136px;
	}
	.head-title {
		line-height: 16px;
	}
	#header {
		height: 54px;
	}
}
#pop {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}
#pop .pop-content {
	width: 300px;
	height:350px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	border-radius: 16px;
	padding: 20px;
	text-align: center;
	font-size: 20px;
	
}

#pop .pop-content img {
	width: 100%;
	
}
