.develop-container {
	width:100%;
	margin-top:100px;
}
.develop-container-title {
	width:100%;
	font-family:MicrosoftYaHei;
	font-size:32px;
	font-weight:normal;
	font-stretch:normal;
	line-height:50px;
	letter-spacing:0px;
	color:#333333;
	text-align:center;
}
.develop-content-container {
	width:100%;
	margin-top:60px;
}
.develop-content-left-divider {
	width:15%;
	height:6px;
	background-image:linear-gradient(#50cfc9,#50cfc9),linear-gradient(#348cff,#348cff);
    background-blend-mode:normal,normal;
    margin-top: 15px;
}
.develop-content-left {
	background-color:#fafafa;
	padding:60px 35px;
}
.develop-content-left-title{
    font-family: MicrosoftYaHei;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.develop-content-left ul {
	margin:0;
	padding:0;
}
.develop-content-left li {
	font-family:SourceHanSansCN-Regular;
	font-size:18px;
	font-weight:normal;
	font-stretch:normal;
	letter-spacing:1px;
	color:#757575;
	margin-top:30px;
	list-style:none;
}
.develop-content-right {
	background-image:url('../images/img_operation_desc.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.develop-items {
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:flex-start;
	margin-top:88px;
}
.develop-item {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.develop-item-img {
	width:148px;
	height:148px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.bg-develop-item1 {
	background-image:url('../images/icon_operation_location.png');
}
.bg-develop-item2 {
	background-image:url('../images/icon_operation_funs.png');
}
.bg-develop-item3 {
	background-image:url('../images/icon_operation_marketing.png');
}
.bg-develop-item4 {
	background-image:url('../images/icon_operation_transforming.png');
}
.bg-develop-item5 {
	background-image:url('../images/icon_operation_content.png');
}
.bg-develop-item6 {
	background-image:url('../images/icon_operation_activity.png');
}
.develop-item-title {
	text-align:center;
	font-family: MicrosoftYaHei;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.develop-youwant-container {
	width:100%;
}
.youwant-title {
	margin-top:146px;
	font-family:MicrosoftYaHei;
	font-size:30px;
	font-weight:normal;
	font-stretch:normal;
	letter-spacing:0px;
	color:#161616;
	text-align:center;
}
.youwant-item {
	/* height:360px; */
	margin-top:41px;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.youwant-item:after{content:'';display:block;padding-top:100%;}
.youwant-items {
	margin-top:65px;
}
.youwant-item-bg1 {
	background-image:url('../images/bg_operation_item1.png');
}
.youwant-item-bg2 {
	background-image:url('../images/bg_operation_item2.png');
}
.youwant-item-bg3 {
	background-image:url('../images/bg_operation_item3.png');
}
.youwant-item-bg4 {
	background-image:url('../images/bg_operation_item4.png');
}
.youwant-item-bg5 {
	background-image:url('../images/bg_operation_item5.png');
}
.youwant-item-bg6 {
	background-image:url('../images/bg_operation_item6.png');
}
.youwant-item > div {
	font-size:30px;
	font-family:Microsoft YaHei;
	color:#FFFFFF;
	font-weight:normal;
	font-stretch:normal;
    letter-spacing:0px;
    text-align: center;
}
.fullw {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.bg-items {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #50cfc9;
    transform: translate(0, -50%);
	z-index: -1;
}
