/* 公共 */
.flex-center{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main {
	background-color: #13122c;
	max-width: 100vw;
}

/*手机端*/
@media screen and (max-width: 575.98px) {
	/* swiper */
	#main>.swiper-container{
		height: 202px;
		margin-top: 48px;
		border-bottom: 2px solid transparent;
		background: linear-gradient(to right,#ffb8da,#8174fd);
	}
	.swiper-slide.banner1,
	.swiper-slide.banner2,
	.swiper-slide.banner3 {
		height: auto;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.swiper-slide.banner1 {
		background-image: url(../images/home_banner1_mobile.jpg);
	}
	.swiper-slide.banner2 {
		background-image: url(../images/home_banner2_mobile.jpg);
	}
	.swiper-slide.banner3 {
		background-image: url(../images/home_banner3_mobile.jpg);
	}
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 4px;
		left: 0;
		width: 100%;
	}
	.swiper-pagination-bullet{
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #8a8a8a;
		opacity: 0.9;
	}
	.swiper-pagination-bullet-active{
		width: 20px;
		border-radius: 12px;
		background-color: #39c7ab;
	}
	
	/* 首页主内容 */
	.container-page {
		max-width: 575.98px;
		padding: 0;
		margin: 0 auto;
	}
	
	/* 悦牙云 , 悦牙空间 */
	.page-clouds{
		background-color: #13122c;
		padding: 36px 3%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.page-space{
		padding: 35px 6%;
		height: 252px;
		justify-content: center;
		flex-wrap: wrap;
		background: url(../images/home_space_bg.png) no-repeat center;
		background-size: cover;
	}
	.page-title{
		font-size: 18px;
		font-weight: bold;
		cursor: pointer;
		border-bottom: 2px solid transparent;
		margin: auto;
	}
	.page-subtitle{
		font-size: 12px;
		margin-top: 2px;
		width: 100%;
	}
	.page-title a{
		color: #fff;
	}
	.page-title:hover{
		border-bottom: 2px solid #fff;
	}
	.page-subtitle,
	.page-title{
		color: #d5d4f6;
		letter-spacing: 2px;
		text-align: center;
	}
	.page-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 24px;
		padding-top: 12px;
		width: 100%;
	}
	.space-color{
		color: #d5d4f6;
	}
	.m-more-cloud{
		display: block;
		color: #39c7ab;
		border: 1px solid #39c7ab;
		margin: 16px 0 8px;
	}
	.m-more-space{
		display: block;
		color: #fff;
		border: 1px solid #fff;
	}
	.page-row{
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.clouds-icon{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 33%;
		letter-spacing: 3px;
		margin-top: 20px;
	}
	.clouds-icon img{
		height: 24px;
		width: 24px;
		margin-bottom: 6px;
	}
	.clouds-icon div{
		text-align: center;
		color: #fff;
		font-size: 12px;
		width: 100%;
	}
	
	/* 平台服务,价值 */
	.platform-page{
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.row-service,.row-worth{
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}
	.row-service{
		padding: 30px 5.5% 0px;
	}
	.row-worth{
		padding: 24px 5.5% 10px;
	}
	.platform-title{
		font-size: 15px;
		color: #fff;
	}
	.platform-row{
		width: 100%;
		margin-top: 22px;
	}
	.platform-icon{
		width: 33.3%;
	}
	.platform-icon div{
		font-size: 12px;
		letter-spacing: 1px;
		color: #fff;
		margin-top: 6px;
	}
	.platform-icon img{
		height: 24px;
		width: 24px;
	}
	
	/* 关于我们 */
	.page-about{
		width: 100%;
		padding: 40px 6%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.about-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 24px;
		padding-top: 10px;
	}
	.m-more-about{
		display: block;
		color: #39c7ab;
		border: 1px solid #39c7ab;
	}
	.about-row{
		width: 100%;
		margin-top: 20px;
	}
	.about-icon{
		width: 25%;
		letter-spacing: 2px;
		text-align: center;
	}
	.about-icon img{
		height: 24px;
		width: 24px;
		margin-bottom: 6px;
	}
	.about-icon div{
		text-align: center;
		color: #fff;
		font-size: 12px;
	}
	.about-icon .line{
		display: none;
	}
	
	/* 新闻咨询 */
	.page-news{
		padding: 0 3% 36px;
		display: flex;
		flex-wrap: wrap;
		background-color: #0b0a20;
		padding-top: 30px;
	}
	.news-box{
		margin: 0px auto 0;
		width: 100%;
		max-width: 575.98px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 20px 10px 0;
	}
	.news-row{
		width: 98%;
		max-width: 575.98px;
		display: flex;
		padding: 18px 0;
		cursor: pointer;
		border-bottom: 1px solid #fff;
	}
	.news-row:last-child{
		border-bottom: 0px solid #fff;
	}
	.news-head,
	.news-head img{
		height: 68px;
		width: 112px;
		object-fit: cover;
		object-position: center;
		border-radius: 4px;
	}
	.news-content{
		margin-left: 15px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: calc(100% - 122px);
	}
	.news-title{
		font-size: 14px;
		letter-spacing: 2px;
		color: #fff;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news-title span{
		color: #3dd7b7;
	}
	.news-text{
		font-size: 12px;
		letter-spacing: 1px;
		color: #a3a2b7;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.page-partner{
		height: 376px;
		background: url(../images/home_partner_bg.png) no-repeat center;
		background-size: cover;
		text-align: center;
		padding: 20px 0;
		flex-wrap: wrap;
	}
	.page-partner>.page-title{
		display: inline-block;
	}
	.page-partner img{
		height: 308px;
		width: 280px;
		margin-top: 5px;
	}
	.pc-display{
		display: none;
	}
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
	/* swiper */
	#main>.swiper-container{
		height: 302px;
		margin-top: 48px;
		border-bottom: 2px solid transparent;
		background: linear-gradient(to right,#ffb8da,#8174fd);
	}
	.swiper-slide.banner1,
	.swiper-slide.banner2,
	.swiper-slide.banner3 {
		height: auto;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.swiper-slide.banner1 {
		background-image: url(../images/home_banner1_mobile.jpg);
	}
	.swiper-slide.banner2 {
		background-image: url(../images/home_banner2_mobile.jpg);
	}
	.swiper-slide.banner3 {
		background-image: url(../images/home_banner3_mobile.jpg);
	}
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 4px;
		left: 0;
		width: 100%;
	}
	.swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #8a8a8a;
		opacity: 0.9;
	}
	.swiper-pagination-bullet-active{
		width: 14px;
		border-radius: 12px;
		background-color: #39c7ab;
	}
	
	/* 首页主内容 */
	.container-page {
		max-width: 767.98px;
		padding: 0;
		margin: 0 auto;
	}
	
	/* 悦牙云 , 悦牙空间 */
	.page-clouds{
		background-color: #13122c;
		padding: 36px 3%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.page-space{
		padding: 35px 6%;
		height: 252px;
		justify-content: center;
		flex-wrap: wrap;
		background: url(../images/home_space_bg.png) no-repeat center;
		background-size: cover;
	}
	.page-title{
		font-size: 20px;
		font-weight: bold;
		cursor: pointer;
		border-bottom: 2px solid transparent;
		margin: auto;
	}
	.page-subtitle{
		font-size: 12px;
		margin-top: 2px;
		width: 100%;
	}
	.page-title a{
		color: #fff;
	}
	.page-title:hover{
		border-bottom: 2px solid #fff;
	}
	.page-subtitle,
	.page-title{
		color: #d5d4f6;
		letter-spacing: 2px;
		text-align: center;
	}
	.page-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 24px;
		padding-top: 12px;
		width: 100%;
	}
	.space-color{
		color: #d5d4f6;
	}
	.m-more-cloud{
		display: block;
		color: #39c7ab;
		border: 1px solid #39c7ab;
		margin: 16px 0 8px;
	}
	.m-more-space{
		display: block;
		color: #fff;
		border: 1px solid #fff;
	}
	.page-row{
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.clouds-icon{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 33%;
		letter-spacing: 3px;
		margin-top: 20px;
	}
	.clouds-icon img{
		height: 32px;
		width: 32px;
		margin-bottom: 6px;
	}
	.clouds-icon div{
		text-align: center;
		color: #fff;
		font-size: 14px;
		width: 100%;
	}
	
	/* 平台服务,价值 */
	.platform-page{
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.row-service,.row-worth{
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}
	.row-service{
		padding: 30px 5.5% 0px;
	}
	.row-worth{
		padding: 24px 5.5% 10px;
	}
	.platform-title{
		font-size: 15px;
		color: #fff;
	}
	.platform-row{
		width: 100%;
		margin-top: 22px;
	}
	.platform-icon{
		width: 33.3%;
	}
	.platform-icon div{
		font-size: 12px;
		letter-spacing: 1px;
		color: #fff;
		margin-top: 6px;
	}
	.platform-icon img{
		height: 24px;
		width: 24px;
	}
	
	/* 关于我们 */
	.page-about{
		width: 100%;
		padding: 40px 6%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.about-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 24px;
		padding-top: 10px;
	}
	.m-more-about{
		display: block;
		color: #39c7ab;
		border: 1px solid #39c7ab;
	}
	.about-row{
		width: 100%;
		margin-top: 20px;
	}
	.about-icon{
		width: 25%;
		letter-spacing: 2px;
		text-align: center;
	}
	.about-icon img{
		height: 24px;
		width: 24px;
		margin-bottom: 6px;
	}
	.about-icon div{
		text-align: center;
		color: #fff;
		font-size: 12px;
	}
	.about-icon .line{
		display: none;
	}
	
	/* 新闻咨询 */
	.page-news{
		padding: 30px 3% 26px;
		display: flex;
		flex-wrap: wrap;
		background-color: #0b0a20;
	}
	.news-box{
		margin: 0px auto 0;
		width: 100%;
		max-width: 767.98px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 20px 10px 0;
	}
	.news-row{
		width: 98%;
		max-width: 767.98px;
		display: flex;
		padding: 18px 0;
		cursor: pointer;
		border-bottom: 1px solid #fff;
	}
	.news-row:last-child{
		border-bottom: 0px solid #fff;
	}
	.news-head,
	.news-head img{
		height: 82px;
		width: 150px;
		object-fit: cover;
		object-position: center;
		border-radius: 4px;
	}
	.news-content{
		margin-left: 15px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: calc(100% - 165px);
	}
	.news-title{
		font-size: 16px;
		letter-spacing: 1px;
		color: #fff;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news-title span{
		color: #3dd7b7;
	}
	.news-text{
		font-size: 12px;
		letter-spacing: 1px;
		color: #a3a2b7;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.page-partner{
		height: 376px;
		background: url(../images/home_partner_bg.png) no-repeat center;
		background-size: cover;
		text-align: center;
		padding: 20px 0;
		flex-wrap: wrap;
	}
	.page-partner>.page-title{
		display: inline-block;
	}
	.page-partner img{
		height: 280px;
		width: 264px;
		margin-top: 10px;
	}
	.pc-display{
		display: none;
	}

}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
/* swiper */
	#main>.swiper-container{
		height: 380px;
		margin-top: 56px;
		border-bottom: 2px solid transparent;
		background: linear-gradient(to right,#ffb8da,#8174fd);
	}
	.swiper-slide.banner1,
	.swiper-slide.banner2,
	.swiper-slide.banner3 {
		height: auto;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.swiper-slide.banner1 {
		background-image: url(../images/home_banner1_mobile.jpg);
	}
	.swiper-slide.banner2 {
		background-image: url(../images/home_banner2_mobile.jpg);
	}
	.swiper-slide.banner3 {
		background-image: url(../images/home_banner3_mobile.jpg);
	}
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 4px;
		left: 0;
		width: 100%;
	}
	.swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #8a8a8a;
		opacity: 0.9;
	}
	.swiper-pagination-bullet-active{
		width: 14px;
		border-radius: 12px;
		background-color: #39c7ab;
	}
	
	/* 首页主内容 */
	.container-page {
		max-width: 991.98px;
		padding: 0;
		margin: 0 auto;
	}
	
	/* 悦牙云 , 悦牙空间 */
	.page-clouds{
		background-color: #13122c;
		padding: 36px 3%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.page-space{
		padding: 35px 6%;
		height: 302px;
		justify-content: center;
		flex-wrap: wrap;
		background: url(../images/home_space_bg.png) no-repeat center;
		background-size: cover;
	}
	.page-title{
		font-size: 20px;
		font-weight: bold;
		cursor: pointer;
		border-bottom: 2px solid transparent;
		margin: auto;
	}
	.page-subtitle{
		font-size: 14px;
		margin-top: 2px;
		width: 100%;
	}
	.page-title a{
		color: #fff;
	}
	.page-title:hover{
		border-bottom: 2px solid #fff;
	}
	.page-subtitle,
	.page-title{
		color: #d5d4f6;
		letter-spacing: 2px;
		text-align: center;
	}
	.page-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 28px;
		padding-top: 12px;
		width: 100%;
	}
	.space-color{
		color: #d5d4f6;
	}
	.m-more-cloud{
		display: block;
		color: #39c7ab;
		border: 1px solid #39c7ab;
		margin: 16px 0 8px;
	}
	.m-more-space{
		display: block;
		color: #fff;
		border: 1px solid #fff;
	}
	.page-row{
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.clouds-icon{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 33%;
		letter-spacing: 3px;
		margin-top: 30px;
	}
	.clouds-icon img{
		height: 40px;
		width: 40px;
		margin-bottom: 6px;
	}
	.clouds-icon div{
		text-align: center;
		color: #fff;
		font-size: 16px;
		width: 100%;
	}
	
	/* 平台服务,价值 */
	.platform-page{
		width: 100%;
		position: relative;
		z-index: 2;
	}
	.row-service,.row-worth{
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}
	.row-service{
		padding: 40px 5.5% 0px;
	}
	.row-worth{
		padding: 40px 5.5% 10px;
	}
	.platform-title{
		font-size: 18px;
		color: #fff;
	}
	.platform-row{
		width: 100%;
		margin-top: 22px;
	}
	.platform-icon{
		width: 33.3%;
	}
	.platform-icon div{
		font-size: 16px;
		letter-spacing: 1px;
		color: #fff;
		margin-top: 6px;
	}
	.platform-icon img{
		height: 32px;
		width: 32px;
	}
	
	/* 关于我们 */
	.page-about{
		width: 100%;
		padding: 40px 6%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.about-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 28px;
		padding-top: 20px;
	}
	.m-more-about{
		display: block;
		color: #39c7ab;
		border: 1px solid #39c7ab;
	}
	.about-row{
		width: 100%;
		margin-top: 32px;
	}
	.about-icon{
		width: 25%;
		letter-spacing: 2px;
		text-align: center;
	}
	.about-icon img{
		height: 36px;
		width: 36px;
		margin-bottom: 8px;
	}
	.about-icon div{
		text-align: center;
		color: #fff;
		font-size: 16px;
	}
	.about-icon .line{
		display: none;
	}
	
	/* 新闻咨询 */
	.page-news{
		padding: 30px 3% 26px;
		display: flex;
		flex-wrap: wrap;
		background-color: #0b0a20;
	}
	.news-box{
		margin: 0px auto 0;
		width: 100%;
		max-width: 991.98px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 20px 10px 0;
	}
	.news-row{
		width: 98%;
		max-width: 991.98px;
		display: flex;
		padding: 18px 0;
		cursor: pointer;
		border-bottom: 1px solid #fff;
	}
	.news-row:last-child{
		border-bottom: 0px solid #fff;
	}
	.news-head,
	.news-head img{
		height: 110px;
		width: 200px;
		object-fit: cover;
		object-position: center;
		border-radius: 6px;
	}
	.news-content{
		margin-left: 15px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: calc(100% - 165px);
	}
	.news-title{
		font-size: 16px;
		letter-spacing: 1px;
		color: #fff;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news-title span{
		color: #3dd7b7;
	}
	.news-text{
		font-size: 14px;
		letter-spacing: 1px;
		color: #a3a2b7;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.page-partner{
		height: 576px;
		background: url(../images/home_partner_bg.png) no-repeat center;
		background-size: cover;
		text-align: center;
		padding: 20px 0;
		flex-wrap: wrap;
	}
	.page-partner>.page-title{
		display: inline-block;
	}
	.page-partner img{
		height: 480px;
		width: 446px;
		margin-top: 10px;
	}
	.pc-display{
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
/* swiper */
	#main>.swiper-container{
		height: calc(100vh - 76px);
		margin-top: 76px;
		border-bottom: 4px solid transparent;
		background: linear-gradient(to right,#ffb8da,#8174fd);
	}
	.swiper-slide.banner1,
	.swiper-slide.banner2,
	.swiper-slide.banner3 {
		height: auto;
		cursor: pointer;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.swiper-slide.banner1 {
		background-image: url(../images/home_banner1.jpg);
	}
	.swiper-slide.banner2 {
		background-image: url(../images/home_banner2.jpg);
	}
	.swiper-slide.banner3 {
		background-image: url(../images/home_banner3.jpg);
	}
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 35px;
		left: 0;
		width: 100%;
	}
	.swiper-pagination-bullet{
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background-color: #8a8a8a;
		opacity: 0.9;
	}
	.swiper-pagination-bullet-active{
		width: 3.5%;
		border-radius: 12px;
		background-color: #fff;
	}
	
	/* 首页主内容 */
	.container-page {
		max-width: 1199px;
		padding: 0;
		margin: 0 auto;
	}
	
	/* 悦牙云 , 悦牙空间 */
	.page-clouds{
		background-color: #13122c;
		padding: 80px 10%;
		height: 640px;
		flex-wrap: wrap;
	}
	.page-space{
		padding: 135px 10%;
		height: 520px;
		flex-wrap: wrap;
		background: url(../images/home_space_bg.png) no-repeat center;
		background-size: cover;
	}
	.page-title{
		font-size: 32px;
		cursor: pointer;
		border-bottom: 2px solid transparent;
		margin: auto;
	}
	.page-subtitle{
		font-size: 22px;
		margin-top: 10px;
		width: 100%;
	}
	.page-title a{
		color: #fff;
	}
	.page-title:hover{
		border-bottom: 2px solid #fff;
	}
	.page-subtitle,
	.page-title{
		color: #fff;
		letter-spacing: 3px;
		text-align: center;
	}
	.page-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 20px;
		letter-spacing: 3px;
		height: 300px;
		line-height: 48px;
		padding-top: 36px;
		width: 100%;
	}
	.space-color{
		color: #d5d4f6;
	}
	.page-row{
		width: 100%;
	}
	.clouds-icon{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 126px;
		height: 130px;
		letter-spacing: 3px;
	}
	.clouds-icon img{
		height: 48px;
		width: 48px;
		margin-bottom: 10px;
	}
	.clouds-icon div{
		text-align: center;
		color: #fff;
		font-size: 22px;
	}
	
	/* 平台服务,价值 */
	.platform-page{
		width: 100%;
		height: 280px;
		display: flex;
		box-shadow: 0px 5px 15px 4px #151515;
		position: relative;
		z-index: 2;
	}
	.row-service,.row-worth{
		width: 50%;
		height: 100%;
		text-align: center;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}
	.row-service{
		background-color: #35b49a;
		padding: 20px 5.5% 30px;
	}
	.row-worth{
		background-color: #384ca4;
		padding: 20px 5.5% 30px;
	}
	.platform-title{
		font-size: 30px;
		color: #fff;
	}
	.platform-row{
		width: 100%;
	}
	.platform-icon{
		width: 33.3%;
	}
	.platform-icon div{
		font-size: 18px;
		letter-spacing: 2px;
		color: #fff;
		margin-top: 16px;
	}
	.platform-icon img{
		height: 40px;
		width: 40px;
	}
	
	/* 关于我们 */
	.page-about{
		height: 740px;
		width: 100%;
		padding: 80px 11%;
		flex-wrap: wrap;
	}
	.about-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 20px;
		letter-spacing: 3px;
		height: 340px;
		line-height: 44px;
		padding-top: 10px;
	}
	.about-row{
		width: 100%;
		margin-top: 0px;
	}
	.about-icon{
		width: 25%;
		letter-spacing: 3px;
		text-align: center;
	}
	.about-icon img{
		height: 58px;
		width: 58px;
		margin-bottom: 10px;
	}
	.about-icon div{
		text-align: center;
		color: #fff;
		font-size: 18px;
	}
	.about-icon .line{
		height: 4px;
		width: 40px;
		background-color: #3dd7b7;
		margin: 16px auto 0;
	}
	
	/* 新闻咨询 */
	.page-news{
		padding: 0 8% 86px;
		display: flex;
		flex-wrap: wrap;
	}
	.news-box{
		background-color: #0b0a20;
		margin: 30px auto 0;
		width: 100%;
		max-width: 1630px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 40px 30px 0;
	}
	.news-row{
		width: 46.6%;
		max-width: 655px;
		display: flex;
		margin-bottom: 40px;
		cursor: pointer;
	}
	.news-head,
	.news-head img{
		height: 98px;
		width: 98px;
		object-fit: cover;
		object-position: center;
	}
	.news-content{
		margin-left: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: calc(100% - 98px);
	}
	.news-title{
		font-size: 20px;
		letter-spacing: 2px;
		color: #fff;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news-title span{
		color: #3dd7b7;
	}
	.news-text{
		font-size: 16px;
		letter-spacing: 2px;
		color: #fff;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.page-partner{
		height: 800px;
		background: url(../images/home_partner_bg.png) no-repeat center;
		background-size: cover;
		text-align: center;
		padding: 65px 0;
		flex-wrap: wrap;
	}
	.page-partner>.page-title{
		display: inline-block;
	}
	.page-partner img{
		height: 590px;
		width: 550px;
		margin-top: 40px;
	}
	.mb-display{
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	
	/* swiper */
	#main>.swiper-container{
		height: calc(100vh - 100px);
		margin-top: 100px;
		border-bottom: 8px solid transparent;
		background: linear-gradient(to right,#ffb8da,#8174fd);
	}
	.swiper-slide.banner1,
	.swiper-slide.banner2,
	.swiper-slide.banner3 {
		height: auto;
		cursor: pointer;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.swiper-slide.banner1 {
		background-image: url(../images/home_banner1.jpg);
	}
	.swiper-slide.banner2 {
		background-image: url(../images/home_banner2.jpg);
	}
	.swiper-slide.banner3 {
		background-image: url(../images/home_banner3.jpg);
	}
	.swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 35px;
		left: 0;
		width: 100%;
	}
	.swiper-pagination-bullet{
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background-color: #8a8a8a;
		opacity: 0.9;
	}
	.swiper-pagination-bullet-active{
		width: 3.5%;
		border-radius: 12px;
		background-color: #fff;
	}
	
	
	/* 首页主内容 */
	.container-page {
		min-width: 1140px;
		padding: 0;
		margin: 0 auto;
	}
	
	/* 悦牙云 , 悦牙空间 */
	.page-clouds{
		background-color: #13122c;
		padding: 108px 5%;
		height: 886px;
		flex-wrap: wrap;
	}
	.page-space{
		padding: 218px 15%;
		height: 784px;
		flex-wrap: wrap;
		background: url(../images/home_space_bg.png) no-repeat center;
		background-size: cover;
	}
	.page-title{
		font-size: 42px;
		cursor: pointer;
		border-bottom: 2px solid transparent;
		margin: auto;
	}
	.page-subtitle{
		font-size: 26px;
		margin-top: 16px;
		width: 100%;
	}
	.page-title a{
		color: #fff;
	}
	.page-title:hover{
		border-bottom: 2px solid #fff;
	}
	.page-subtitle,
	.page-title{
		color: #fff;
		letter-spacing: 3px;
		text-align: center;
	}
	.page-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 24px;
		letter-spacing: 3px;
		/* height: 350px; */
		line-height: 68px;
		padding-top: 15px;
		width: 100%;
	}
	.space-color{
		color: #d5d4f6;
	}
	.page-row{
		width: 100%;
		padding: 26px 8% 0;
	}
	.clouds-icon{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 160px;
		height: 186px;
		letter-spacing: 3px;
	}
	.clouds-icon img{
		height: 68px;
		width: 68px;
		margin-bottom: 10px;
	}
	.clouds-icon div{
		text-align: center;
		color: #fff;
		font-size: 24px;
	}
	
	/* 平台服务,价值 */
	.platform-page{
		width: 100%;
		height: 428px;
		display: flex;
		box-shadow: 0px 5px 15px 4px #151515;
		position: relative;
		z-index: 2;
	}
	.row-service,.row-worth{
		width: 50%;
		height: 100%;
		text-align: center;
		display: flex;
		justify-content: space-around;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}
	.row-service{
		background-color: #35b49a;
		padding: 36px 5.5% 52px;
	}
	.row-worth{
		background-color: #384ca4;
		padding: 36px 5.5% 52px;
	}
	.platform-title{
		font-size: 40px;
		color: #fff;
	}
	.platform-row{
		width: 100%;
	}
	.platform-icon{
		width: 33.3%;
	}
	.platform-icon div{
		font-size: 22px;
		letter-spacing: 2px;
		color: #fff;
		margin-top: 16px;
	}
	.platform-icon img{
		height: 50px;
		width: 50px;
	}
	
	/* 关于我们 */
	.page-about{
		height: 980px;
		width: 100%;
		padding: 124px 11.5%;
		flex-wrap: wrap;
	}
	.about-content{
		text-align: center;
		color: #a3a2b7;
		font-size: 24px;
		letter-spacing: 3px;
		/* height: 390px; */
		line-height: 64px;
		padding-top: 12px;
	}
	.about-row{
		width: 100%;
		margin-top: 52px;
	}
	.about-icon{
		width: 25%;
		letter-spacing: 3px;
		text-align: center;
	}
	.about-icon img{
		height: 76px;
		width: 76px;
		margin-bottom: 16px;
	}
	.about-icon div{
		text-align: center;
		color: #fff;
		font-size: 24px;
	}
	.about-icon .line{
		height: 4px;
		width: 50px;
		background-color: #3dd7b7;
		margin: 20px auto 0;
	}
	
	/* 新闻咨询 */
	.page-news{
		padding: 0 8% 136px;
		display: flex;
		flex-wrap: wrap;
	}
	.news-box{
		background-color: #0b0a20;
		margin: 50px auto 0;
		width: 100%;
		max-width: 1630px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 60px 60px 0;
	}
	.news-row{
		width: 48.6%;
		max-width: 655px;
		display: flex;
		margin-bottom: 60px;
		cursor: pointer;
	}
	.news-head,
	.news-head img{
		height: 108px;
		width: 108px;
		object-fit: cover;
		object-position: center;
	}
	.news-content{
		margin-left: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: calc(100% - 168px);
	}
	.news-title{
		font-size: 20px;
		letter-spacing: 2px;
		color: #fff;
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.news-title span{
		color: #3dd7b7;
	}
	.news-text{
		font-size: 16px;
		letter-spacing: 2px;
		color: #fff;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.page-partner{
		height: 1210px;
		background: url(../images/home_partner_bg.png) no-repeat center;
		background-size: cover;
		text-align: center;
		padding: 120px 0;
		flex-wrap: wrap;
	}
	.page-partner>.page-title{
		display: inline-block;
	}
	.page-partner img{
		height: 830px;
		width: 790px;
		margin-top: 90px;
	}
	.mb-display{
		display: none;
	}
	
}
@media screen and (min-width: 1600px) {
	.page-title{
		font-size: 52px;
	}
	.page-subtitle{
		font-size: 30px;
	}
	.page-content{
		font-size: 27px;
	}
	/* 悦牙云 */
	.page-clouds{
		padding: 108px 8%;
	}
	.clouds-icon{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 160px;
		height: 186px;
		letter-spacing: 3px;
	}
	.clouds-icon img{
		height: 80px;
		width: 80px;
		margin-bottom: 16px;
	}
	.clouds-icon div{
		text-align: center;
		color: #fff;
		font-size: 30px;
	}
	
	/* 平台服务,价值 */
	.row-service{
		background-color: #35b49a;
		padding: 36px 7.5% 52px;
	}
	.row-worth{
		background-color: #384ca4;
		padding: 36px 5.5% 52px;
	}
	.platform-title{
		font-size: 44px;
	}
	.platform-icon div{
		font-size: 26px;
		letter-spacing: 3px;
		margin-top: 20px;
	}
	.platform-icon img{
		height: 60px;
		width: 60px;
	}
	
	/* 关于我们 */
	.page-about{
		padding: 154px 13.5%;
		flex-wrap: wrap;
	}
	.about-content{
		max-width: 1390px;
		font-size: 26px;
		margin: 0 auto;
	}
	.about-row{
		max-width: 1390px;
		margin: 0 auto;
	}
	.about-icon img{
		height: 90px;
		width: 90px;
	}
	.about-icon div{
		font-size: 28px;
	}
	.about-icon .line{
		height: 6px;
		width: 60px;
	}
	
	/* 新闻咨询 */
	.page-news{
		padding: 0 8% 136px;
	}
	.news-row{
		width: 48.6%;
		max-width: 655px;
	}
	.news-head,
	.news-head img{
		height: 148px;
		width: 148px;
		object-fit: cover;
		object-position: center;
	}
	.news-content{
		margin-left: 30px;
		width: calc(100% - 178px);
	}
	.news-title{
		font-size: 26px;
		letter-spacing: 2px;
	}
	.news-text{
		font-size: 18px;
		letter-spacing: 2px;
	}
}
