/* 轮播图 */

/*.banner_ul  .banner_item {
	background-image: url(../images/SpringCloud.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;
}



.technical-content {
	width: 1200px;
}


.technical .technical_img {
	display: block;
	/* width: 1000px; */
	/* height: 450px; */
	margin: auto;
}


.new-sale,.operation{
	background:rgba(246,249,252,1);
}
.new-sale.bgFFF, .hot.bgFFF{
	background: #fff;
}
.sasa-content .new-content , .operation-content .operation-wrap, .hot .hot-wrap{
	width: 1200px;
}
.sasa-content .new-content.pb100 {
	padding-bottom: 100px;
}


.new-sale .sale-con {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	/* height: 135px; */
	text-align: center;
	background:rgba(246,249,252,1);
}

.new-sale .sale-con .item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	width: 290px;
	height: 430px;
	margin-right: 10px;
	background: rgba(255,255,255,1);
	text-align: center;
}

.new-sale .sale-con .item .item-txt {
	font-size:20px;
	color:rgba(51,51,51,1);
	margin-top: 52px;
	margin-bottom: 30px;
}

.new-sale .sale-con .item .item-img {
	display: inline-block;
	width: 75px;
	height: 75px;
}

.new-sale .sale-con .item .item-cont {
	margin-top: 35px;
	font-size: 16px;
	width:200px;
	line-height: 25px;
	color:rgba(153,153,153,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:rgba(250,250,250,1);
	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:6px solid rgba(250,250,250,1);
	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;
}

@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%;
	}
	.technical .technical_img {
		width: 80%;
	}

	.cloud-content,.technical-content {
		width: 1000px;
	}

	.new-sale .sale-con .item {
		width: 20%;
	}


	.new-sale .sale-con {
		flex-wrap: wrap;
	}
	.new-sale .sale-con .item {
		margin-bottom: 20px;
	}

	.case {
		width: 1100px;
		margin: auto;
	}

	.cloud-list .item {
		width: 30.3%;
		padding: 0 10px;
	}

	.case ul li {
		margin-bottom: 20px;
	}
	.case ul {
		margin-left: 90px;
		margin-right: 0 !important;
	}

}