/* 轮播图 */
/*.banner_ul  .banner_item {
	background-image: url(../images/positService.jpg);
}*/

.banner_ul .banner_item .content-wrapper {
	position: absolute;
	width: 1100px;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #fff;
}

.banner_ul .banner_item .content-wrapper h3 {
	margin: 75px 0 16px;
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	color: rgba(243,248,253,1);
}

.banner_ul .banner_item .content-wrapper .sub-title {
	width: 638px;
	height: 72px;
	font-size: 20px;
	color: rgba(243,248,253,1);
	line-height: 36px;
}

.banner_ul .banner_item .content-wrapper .btn {
	margin-top: 50px;
}

.banner_ul .banner_item .content-wrapper .btn a {
	display: inline-block;
	width: 151px;
	height: 42px;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	background: rgba(243,248,253,1);
	border-radius: 21px;
	color: #000;
}

.banner_ul .banner_item .content-wrapper .btn a.on {
	color: #fff;
	border: 1px solid rgba(243,248,253,1);
	background: transparent;
	margin-left: 10px;
}

.banner_ul .banner_item .content-wrapper .btn a.on:hover {
	color: #222;
	background: #fff;
}


/* 服务内容 */
.service-content {
	width: 1200px;
}


.service-list {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-around;
}

.service-list .item {
	width: 365px;
}

.service-list .item .title {
	width:363px;
	height:65px;
	line-height: 65px;
	text-align: center;
	background:rgba(241,249,252,1);
	border:1px solid rgba(2,160,227,1);
	border-radius:6px;
	font-size:20px;
	color:rgba(2,160,227,1);
}

.service-list .item .bon-content {
	width:363px;
	height:370px;
	font-size:16px;
	line-height:30px;
	background:rgba(255,255,255,1);
	border:1px dashed rgba(2,160,227,1);
	border-radius:6px;
	margin-top: 20px;
	padding: 20px;
	box-sizing: border-box;
}




/* 服务内容 */

.cloud {
	background:rgba(246,249,252,1);
}


.cloud-content {
	width: 1200px;
}

.cloud-list {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
	flex-wrap:wrap;
	justify-content: space-around;
	text-align: center;
}

.cloud-list .item {
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items:center;/*垂直居中*/
	justify-content: center;/*水平居中*/
	width: 365px;
	height: 285px;
	background:#fff;
	border-radius:6px;
	margin-top: 110px;
}

.cloud-list .item .content .title{
	font-size:20px;
	font-weight:400;
	color:rgba(53,58,63,1);
	line-height:31px;
	margin: 20px 0;
}

.cloud-list .item .content .text {
	font-size:16px;
	line-height:30px;
	color:rgba(90,95,101,1);
}

.cloud-list .item .radius {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -65px;
	left: 50%;
	width: 110px;
	height: 110px;
	margin-left: -55px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.cloud-list .item .radius > img {
	display: block;
	width: 60px;
	height: 60px;
}


/* 开发流程 */
.process-content {
	width: 1200px;
}

.process-list {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.process-list .item {
	width:250px;
	height:795px;
	background:rgba(241,249,252,1);
	border:1px dashed rgba(2,160,227,1);
	padding: 20px 10px;
	box-sizing: border-box;
}

.process-list .item .title {
	width:100%;
	height:65px;
	line-height: 65px;
	background:rgba(2,160,227,1);
	border-radius:6px;
	text-align: center;
	color:rgba(250,250,250,1);
	font-size:18px;
	margin: auto;
	margin-bottom: 20px;
}
.process-list .item .text {
	width:100%;
	background: #fff;
	margin: auto;

}
.process-list .item .text .text-title {
	height:35px;
	font-size:16px;
	line-height: 35px;
	text-align: center;
	background:rgba(255,155,33,1);
	border-radius:6px 6px 0 0;
	color: #fff;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-ms-border-radius:6px 6px 0 0;
	-o-border-radius:6px 6px 0 0;
}

.process-list .item .text .text-content {
	padding: 15px 25px;
	box-sizing: border-box;
	color:rgba(90,95,101,1);
	line-height:24px;
	margin-bottom: 15px;
}

.process .content {
	margin-top: 30px;
	width:100%;
	height:80px;
	line-height: 24px;
	padding: 15px;
	background:rgba(241,249,252,1);
	border:1px solid rgba(2,160,227,1);
	box-sizing: border-box;
}




/* 开发流程 */


/* 我们的优势 */
.advantage {
	background:rgba(246,249,252,1);
}
.advantage-content {
	width: 1200px;
}

.advantage-list {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	padding-top: 35px;
}

.advantage-list .item {
	flex: 1;
	margin-right: 15px;
}
.advantage-list .item > img {
	width: 135px;
	height: 135px;
}
.advantage-list .item .text {
	margin-top: 15px;
	font-size:16px;
	color:rgba(51,51,51,1);
	line-height:28px;
}
/* 我们的优势 */


/* 我们的资质 */
.credentials-content {
	width: 1200px;
}
.credentials-list {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
}
.credentials-list .item {
	width:285px;
	height:200px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(242,242,242,1);
	margin-bottom: 30px;
	padding: 10px;
	box-sizing: border-box;
}
.credentials-list .item > img {
	width: 265px;
	height: 120px;
}

.credentials-list .item .text {
	margin-top: 25px;
	font-size:14px;
	color:rgba(51,51,51,1);
}
/* 我们的资质 */


@media screen and (max-width:1450px){

	.banner_ul .banner_item .content-wrapper h3,.banner_ul .banner_item .content-wrapper .sub-title,.banner_ul .banner_item .content-wrapper .btn {
		margin-left: 20%;
	}
	.advantage-content {
		width: 1000px;
	}


	.credentials-content {
		width: 91%;
	}

	.credentials-list {
		justify-content: start;

	}

	.credentials-list .item {
		margin-left: 20px;
	}

	.service-content {
		width: 90%;
	}

	.service-list .item .title,.service-list .item .bon-content {
		width: 100%;
	}

	.service-list .item {
		width: 100%;
		margin-left: 30px;
	}


	.cloud-content,.technical-content {
		width: 1000px;
	}

	.new-content {
		width: 70%;
	}
	.new-sale .sale-con {
		flex-wrap: wrap;
	}
	.new-sale .sale-con .item {
		margin-bottom: 20px;
	}

	.case {
		width: 1100px;
		margin: auto;
	}

	.case ul li {
		margin-bottom: 20px;
	}
	.case ul {
		margin-left: 90px;
	}
	.cloud-list .item {
		width: 30.3%;
		padding: 0 10px;
	}
	.cloud-list .item .content .title {
		font-size: 18px;
	}

	.cloud-list .item .content .text {
		font-size: 14px;
	}

	.process-content {
		width: 88%;
	}

	.process-list .item {
		width: 22%;
	}
}