.index-wrap{
	background: #F4F8FC;
}
.index-wrap img{
	max-width: 100%;
}
.index-wrap .ffffff{
	background-color: #fff;
}
.index-wrap .container{
	padding-top: 72px;
}
.index-wrap .header{
	font-family: PingFangSC-Medium;
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 12px;
	line-height: 42px;
}
.index-wrap .header2{
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 20px;
	padding: 0 12%;
}

.index-btn-box{
	text-align: center;
}
.index-btn-box .btn{
	display: inline-block;
	padding: 9px 30px;
	background: #1890FF;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
	margin: 0 0 80px;
	line-height: 20px;
}

.flex-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 66px 0 60px;
}
.flex-wrap .flex-box{
	flex: 1 1 260px;
	margin: 10px;
	text-align: center;
}

/* 目标定位 */
.orientation .flex-box{
	background: #FFFFFF;
	border-radius: 7px;
	padding: 20px 28px 30px 32px;
}
.orientation .img-box img{
	width: 70px;
	height: 70px;
	display: inline-block;
	border-radius: 50%;
}
.orientation .title{
	font-size: 20px;
	color: #000000;
	margin: 12px 0 17px;
}
.orientation .content{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

/* 系统核心架构 */
.architecture-container .tab-box{
	border-bottom: 1px solid #D5DCF1;
	height: 58px;
	line-height: 58px;
	position: relative;
	margin-top: 35px;
}
.architecture-container .tab-container{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.architecture-container .tab-box .tab{
	border-bottom: 3px solid transparent;
	font-size: 20px;
	color: #2A3440;
	display: flex;
	margin: 0 100px;
	width: 117px;
	height: 58px;
	cursor: pointer;
	box-sizing: border-box;
}
.architecture-container .tab-box img{
	width: 26px;
	height: 26px;
	margin: 16px 5px 0 0;
}
.architecture-container .tab-box .tab.active{
	border-bottom: 3px solid #2565F4;
}
.architecture-box1 .a-header{
	font-family: PingFangSC-Medium;
	font-size: 20px;
	color: #1890FF;
	text-align: center;
	margin: 66px 0 10px;
}
.architecture-box1 .a-note{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	text-align: center;
	padding: 0 25%;
}
.architecture-box1 .flex-wrap{
	padding: 20px 0 50px;
}
.architecture-box1 .flex-box{
	flex: 1;
	text-align: left;
}
.architecture-box1 .flex-box:first-child{
	text-align: right;
}
.architecture-box1 .flex-box:nth-child(2){
	width: 40%;
	flex: none;
}
.architecture-box1 .h1{
	font-family: PingFangSC-Medium;
	font-size: 20px;
	color: #1890FF;
	line-height: 28px;
	margin-bottom: 10px;
}
.architecture-box1 .flex-box .h1:first-child{
	margin-top: 96px;
}
.architecture-box1 .flex-box .h1:nth-child(3){
	margin-top: 85px;
}
.architecture-box1 .flex-box .right20{
	margin-right: -20px;
}
.architecture-box1 .flex-box .left20{
	margin-left: -20px;
}
.architecture-box1 .h2{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	margin: 0;
}

.architecture-box2{
	display: none;
}
.architecture-box2 .flex-wrap{
	padding: 90px 0 92px;
}
.architecture-box2 .flex-box{
	flex: 1;
	text-align: left;
	margin: 0 5px;
}
.architecture-box2 .flex-box:first-child{
	text-align: right;
}
.architecture-box2 .flex-box:nth-child(2){
	width: 50%;
	flex: none;
}
.architecture-box2 .h1{
	font-size: 20px;
	color: #2A3440;
	line-height: 28px;
	margin: 16px 0 0 0;
}
.architecture-box2 .h2{
	font-size: 14px;
	color: #777777;
	line-height: 25px;
	margin: 0;
	min-height: 50px;
}
.architecture-box2 .flex-box .h1:first-child{
	margin-top: 0;
}
.architecture-box2 .flex-box .h1:nth-child(3){
	margin-top: 35px;
}
.architecture-box2 .asd{
}
.architecture-box2 .asd{
}
.architecture-box2 .asd{
}

/* 设计理念 */
.design-concept{
	background-image: url(/skin/static/chanpin/sy/design-concept.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 100% top;
	text-align: center;
}
.design-concept .left-content{
	width: 56%;
	margin: 0 auto;
	text-align: left;
}
.design-concept .dc-title{
	font-family: PingFangSC-Medium;
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	margin: 60px 0 12px;
}
.design-concept .dc-conetnt{
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
	line-height: 20px;
}
.design-concept .index-btn{
	margin: 70px 0 80px;
}

/* 生态系统 */
.ecosystem .flex-box{
	text-align: center;
	margin: 0 3%;
	padding: 0 25px;
	flex: 1 1 260px;
}
.ecosystem .img-box img{
	width: 220px;
	display: inline-block;
}
.ecosystem .title{
	font-size: 20px;
	color: #000000;
	line-height: 28px;
	margin: 15px 0;
}
.ecosystem .content{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

/* 生态系统 */
.solution.flex-wrap{
	padding: 66px 80px 0;
}
.solution .flex-box{
	text-align: center;
	margin: 0 2% 30px;
	padding: 0 25px;
	flex: 1 1 220px;
}
.solution .img-box img{
	width: 64px;
	display: inline-block;
}
.solution .title{
	font-size: 14px;
	color: #2A3440;
	line-height: 20px;
	margin: 12px 0;
}
.solution .content{
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	margin-bottom: 10px;
}
.solution .btn-box a{
	font-size: 12px;
	color: #888888;
	display: inline-flex;
	line-height: 20px;
}
.solution .btn-box img{
	width: 16px;
	height: 16px;
	margin: 2px 0 0 5px;
}
.solution .btn-box img:last-child{
	display: none;
}
.solution .btn-box a:hover{
	color: #1890FF;
}
.solution .btn-box a:hover img:first-child{
	display: none;
}
.solution .btn-box a:hover img:last-child{
	display: inline-block;
}

/* 系统部署方式 */
.deployment{
	padding: 0;
}
.deployment .flex-box{
	text-align: left;
	flex: 1;
}
.deployment .flex-box:nth-child(3){
	width: 48%;
	flex: none;
}
.deployment .h1{
	font-size: 28px;
	color: #2A3440;
	line-height: 40px;
}
.deployment .h2{
	font-family: PingFangHK-Medium;
	font-size: 16px;
	color: #565D67;
	line-height: 22px;
	margin: 11px 0 13px;
}
.deployment .h3{
	font-size: 14px;
	color: #565D67;
	line-height: 20px;
}
.deployment .h1:nth-child(4) {
	margin-top: 74px;
}
.deployment .flex-box:nth-child(2) .h1 {
	margin-top: 126px;
}
.deployment .flex-box:last-child .h1:first-child {
	margin-top: 100px;
}
.deployment .app{
	display: none;
}

/* 服务保障 */
.guarantee .flex-box{
	background: #FFFFFF;
	border: 1px solid #E5E5FF;
	border-radius: 4px;
	padding: 56px 17px 26px;
	flex: 1 1 234px;
	margin: 0 10px;
}
.guarantee .img-box img{
	width: 60px;
	display: inline-block;
}
.guarantee .title{
	font-size: 22px;
	color: #1A1933;
	line-height: 30px;
	margin: 18px 0 24px;
}
.guarantee .content{
	font-size: 14px;
	color: #1A1933;
	line-height: 24px;
}


@media (max-width: 992px) {
	.index-wrap .container{
		width: 90%;
		margin: 0 auto;
		padding-top: 50px;
	}
	.index-wrap .header{
		font-size: 24px;
	}
	.index-wrap .header2{
		padding: 0 5%;
	}
	.flex-wrap .flex-box{
		flex: 1 1 240px;
	}
	/* 系统核心架构 */
	.architecture-box1 .a-note{
		padding: 0 5%;
	}
	.architecture-box1 .flex-wrap{
		padding: 0 0 50px;
	}
	.architecture-box1 .flex-box:nth-child(2){
		display: none;
	}
	.architecture-box1 .flex-box{
		text-align: center!important;
		margin: 0 20px;
	}
	.architecture-box1 .flex-box .left20, .architecture-box1 .flex-box .right20{
		margin: 0;
	}
	.architecture-box1 .flex-box .h1:first-child{
		margin-top: 46px;
	}
	.architecture-box1 .flex-box .h1:nth-child(3){
		margin-top: 46px;
	}
	/* 系统设计理念 */
	.design-concept{
		background-position: 108% 20%;
	}
	.design-concept .left-content{
		width: 100%;
	}
	/* 生态系统 */
	.ecosystem .flex-box:last-child{
		margin-top: 48px;
	}
	/* 解决方案 */
	.solution .flex-box{
		margin: 0 0 30px;
	}
	/* 部署方式 */
	.deployment{
		padding-bottom: 56px;
	}
	.deployment.flex-wrap{
		display: block;
	}
	.deployment .flex-box{
		width: 100%;
	}
	.deployment .flex-box:nth-child(3){
		display: none;
	}
	.deployment .flex-box:nth-child(2) .h1{
		margin-top: 56px;
	}
	.deployment .flex-box:last-child .h1:first-child{
		margin-top: 30px;
	}
	.deployment .h1:nth-child(4){
		margin-top: 30px;
	}
	.deployment .h1{
		font-size: 24px;
	}
	.deployment .app{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	/* 服务保障 */
	.guarantee .flex-box{
		margin: 10px;
	}
}
@media (max-width: 768px) {
	.index-wrap .container{
		width: calc(100% - 40px);
		padding-top: 40px;
	}
	.flex-wrap{
		display: block;
		padding: 20px 0 26px;
	}
	.flex-wrap .flex-box{
		margin: 0;
	}
	.index-wrap .header{
		font-size: 21px;
	}
	.index-wrap .header2{
		padding: 0;
	}
	.index-btn-box .btn{
		margin: 20px 0 46px;
		font-size: 14px;
	}
	/* 目标定位 */
	.orientation .flex-box{
		margin-bottom: 20px;
	}
	.design-concept{
		background: none;
	}
	.design-concept .left-content{
		text-align: center;
	}
	.ecosystem{
		padding-top: 0;
	}
	.ecosystem .flex-box{
		margin: 30px 0 0!important;
	}
	.solution .flex-box{
		padding: 0;
		margin-bottom: 25px;
	}
	.solution .img-box img{
		width: 100px;
	}
	.solution .content{
		margin-bottom: 5px;
	}
	/* 核心架构 */
	.architecture-container .tab-box .tab{
		margin: 0 24px;
		font-size: 18px;
	}
	.architecture-box1 .a-header{
		margin-top: 38px;
	}
	.architecture-box2 .flex-wrap{
		padding: 10px 0 46px;
	}
	.architecture-box2 .flex-box{
		text-align: center!important;
	}
	.architecture-box1 .flex-box .h1{
		margin-top: 30px!important;
	}
	.architecture-box2 .flex-box:nth-child(2){
		display: none;
	}
	.architecture-box2 .flex-box .h1{
		margin-top: 30px!important;
	}
	.architecture-box2 .h2{
		min-height: auto;
	}
	/* 部署方式 */
	.deployment .h1{
		font-size: 20px;
	}
	.flex-wrap.guarantee{
		padding: 0 0 26px;
	}
	.guarantee .flex-box{
		margin-bottom: 20px;
	}
	.guarantee .title{
		font-size: 18px;
	}
}