.banner-wrapper {
	background: url(/lvruhua/solution/cloud_JXC/banner.jpg) no-repeat center top;
	background-size: cover;
}

.project-wrapper,
.advantage-wrapper{
	background:#fff;
	width:100%;
}

.project,
.advantage{
	width:1200px;
	margin:0 auto;
}

.need-content-btm .div-rg dl:nth-child(1) dt {
	background:url(/website2019/img/pro-img-1.png) no-repeat center center;
}
.need-content-btm .div-rg dl:nth-child(2) dt{
	background:url(/website2019/img/pro-img-5.png) no-repeat center center;
}
.need-content-btm .div-rg dl:nth-child(3) dt{
	background:url(/website2019/img/net-width.png) no-repeat center center;
}
.need-content-btm .div-rg dl:nth-child(1) a:hover dt{
    background: url(/website2019/img/pro-img-1-hover.png) no-repeat center center;
}
.need-content-btm .div-rg dl:nth-child(2) a:hover dt{
    background: url(/website2019/img/pro-img-5-hover.png) no-repeat center center;
}
.need-content-btm .div-rg dl:nth-child(3) a:hover dt{
    background: url(/website2019/img/net-width-hover.png) no-repeat center center;
}
.project-wrapper{
	background:#343440;
}
.project .module-title,.project  .sub-module-title{ color:#fff; }

.project-content{
	display:flex;
	justify-content: space-around;
	padding-top:70px;
	padding-bottom:50px;
}
.project-content img{
	width:466px;
	height:269px;
	display:block;
	margin:0 auto;
}
.list-item{
	color:#fff;
	margin-bottom:40px;
	padding-top:15px;
	width:300px;
}
.project-content-lf .list-item{
	text-align: right;
}
.project-content-rg .list-item{
	text-align: left;
}
.project-content-m  .list-item{
	text-align: left;
	margin:0;
	margin-left:96px;
	margin-top:46px;
}
.list-item h4{
	position:relative;
	font-size:16px;
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
}
.list-item h4:before{
	position:absolute;
	top:-10px;
	content:"";
	display:block;
	width:32px;
	height:6px;
	border-radius:3px;
	background:#fa553d;
	
}
.project-content-lf .list-item h4:before{
	right:0;
}
.project-content-rg .list-item h4:right{
	left:0;
}
.list-item p{
	font-size:14px;
	/*font-weight:bold;*/
}
.advantage{
	
}
.advantage-content{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:60px;
}
.advantage-content div.advantage-content-item{
	position:relative;
	background-size:cover;
	width:233px;
	height:480px;
	color:#fff;
	padding-top:230px;
	text-align:center;
}
.advantage-content-item .hover-div{
	position:absolute;
	top:0;
	left:0;
	cursor: pointer;
    opacity: 0;
	width:233px;
	padding:200px 20px;
	height:480px;
	line-height:30px;
	background-color: rgba(42,12,248,0.72);
	transition:all .5s ease-in-out;
}
.advantage-content-item .hover-div h3{
	margin-bottom:10px;
}
.advantage-content-item .hover-div p{
	margin-bottom:20px;
	text-align: justify;
}
.advantage-content-item:hover>h3,
.advantage-content-item:hover>p{
	display:none;
}
.advantage-content-item:hover .hover-div{
	opacity: 1;
	padding:100px 20px;
	
}
.advantage-content div.advantage-content-item:nth-child(1){
	background:url(/lvruhua/solution/cloud_JXC/advantage01.jpg) no-repeat center top;
	background-size: cover;
}	
.advantage-content div.advantage-content-item:nth-child(2){
	background:url(/lvruhua/solution/cloud_JXC/advantage02.jpg) no-repeat center top;
	background-size: cover;
}
.advantage-content div.advantage-content-item:nth-child(3){
	background:url(/lvruhua/solution/cloud_JXC/advantage03.jpg) no-repeat center top;
	background-size: cover;
}
.advantage-content div.advantage-content-item:nth-child(4){
	background:url(/lvruhua/solution/cloud_JXC/advantage04.jpg) no-repeat center top;
	background-size: cover;
}
.advantage-content div.advantage-content-item:nth-child(5){
	background:url(/lvruhua/solution/cloud_JXC/advantage05.jpg) no-repeat center top;
	background-size: cover;
}
.advantage-content .tag{
	height: 6px;
	width:46px;
    overflow: hidden;
    margin:0 auto;
    background-color: #fa553d;
    border-radius: 3px;
    transition: all .5s;
    /*position: absolute;*/
    /*top: 135px;
    left: 50%;*/

}
.advantage-content-item h3{ margin:0;margin-bottom:20px;font-weight:normal;}
.advantage>p{
	font-size:16px;
	text-align:center;
	margin:0;
	margin-bottom:50px;
}
