.index-banner1{
	background: url(https://cms.xiaolvtech.cn/index/banner1.png?1.2) no-repeat center;
}
.index-banner2{
	background: url(https://cms.xiaolvtech.cn/index/banner2.png?1.2) no-repeat center;
}
.index-banner3{
	background: url(https://cms.xiaolvtech.cn/index/banner3.png?1.2) no-repeat center;
}

.content{
	padding: 120px 0 160px;
}
.content-title{
	padding: 0 0 96px;
}
.content-title img{
	display: block;
	margin: auto;
	height: 90px;
}
.content-advantage-box{
	width: 1200px;
	height: 508px;
	position: relative;
	margin:0 auto 96px;
}
.content-advantage-box-one{
	position: absolute;
	width: 500px;
	height: 450px;
	background-color: rgba(0,0,0,0.64);
	margin: 29px 0;
	z-index: 1;
}
.content-advantage-box-one-Line{
	width: 120px;
	height: 6px;
	border-radius:6px;
	background-color: #FFFFFF;
	margin: 66px auto 48px;
}
.content-advantage-box-one-title{
	font-size: 30px;
	font-weight:500;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
	margin: 0 0 83px;
}
.content-advantage-box-one-content{
	width:400px;
	font-weight:400;
	line-height:41px;
	font-size:24px;
	color: #FFFFFF;
	text-align: center;
	margin: auto;
}
.content-advantage-box-two{
	position: absolute;
	width: 900px;
	height: 508px;
	background-color: rgba(0,0,0,0.64);
}
.content-advantage-box-left{
	left:0;
}
.content-advantage-box-right{
	right:0;
}

.content-service{
	height:  475px;
	width: 100%;
	position: relative;
	margin-bottom: 120px;
	overflow: hidden;
}
.content-service-ul{
	width: 120%;
	height: 475px;
	display: flex;
	position: absolute;
	transition: 0.3s;
	-moz-transition: 0.3s;	/* Firefox 4 */
	-webkit-transition: 0.3s;	/* Safari 和 Chrome */
	-o-transition: 0.3s;	/* Opera */
}
.content-service-ul-left{
	left: 0;
}
.content-service-ul-right{
	left: -20%;
}
.content-service-ul-li{
	width: 100%;
	height: 100%;
	position: relative;
}

.content-service-ul-li1{
	background: url(https://cms.xiaolvtech.cn/index/1.png?1.2) no-repeat center;
}
.content-service-ul-li2{
	background: url(https://cms.xiaolvtech.cn/index/2.png?1.2) no-repeat center;
}
.content-service-ul-li3{
	background: url(https://cms.xiaolvtech.cn/index/3.png?1.2) no-repeat center;
}
.content-service-ul-li4{
	background: url(https://cms.xiaolvtech.cn/index/4.png?1.2) no-repeat center;
}
.content-service-ul-li5{
	background: url(https://cms.xiaolvtech.cn/index/5.png?1.2) no-repeat center;
}
.content-service-ul-li6{
	background: url(https://cms.xiaolvtech.cn/index/6.png?1.2) no-repeat center;
}
.content-service-left{
	position: absolute;
	width: 56px;
	height: 475px;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.56);
}
.content-service-right{
	position: absolute;
	width: 56px;
	height: 475px;
	right: 0;
	z-index: 1;
	background: rgba(0,0,0,0.56);
}
.content-service-i-img{
	margin: 225px auto;
}
.content-service-i-img-right{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
.content-service-ul-li-box{
	width: 100%;
	height: 950px;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s;
	-moz-transition: 0.3s;	/* Firefox 4 */
	-webkit-transition: 0.3s;	/* Safari 和 Chrome */
	-o-transition: 0.3s;	/* Opera */
}
.content-service-ul-li:hover .content-service-ul-li-box{
	top: -475px;
}
.content-service-ul-li-one{
	background:rgba(51,51,51,0.4);
	width: 100%;
	height: 475px;
	color: #FFFFFF;
	padding: 134px 0 0;
}
.content-service-ul-li-one>img{
	width: 100px;
	margin:0 auto 40px;
}
.content-service-ul-li-one>i{
	display: block;
	width: 32px;
	height: 2px;
	background-color: #FFFFFF;
	margin:0 auto 40px;
}
.content-service-ul-li-one>p{
	font-size: 24px;
	line-height: 1;
	text-align: center;
}
.content-service-ul-li-two{
	background:rgba(0,165,165,0.64);
	width: 100%;
	height: 475px;
	color: #FFFFFF;
	padding: 96px 0 0;
}
.content-service-ul-li-two>img{
	width: 72px;
	margin:0 auto 40px;
}
.content-service-ul-li-two>i{
	display: block;
	width: 32px;
	height: 2px;
	background-color: #FFFFFF;
	margin:0 auto 40px;
}
.content-service-ul-li-two>p{
	font-size: 16px;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}
/* .content-service-ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.content-service-ul:nth-of-type(2){
	margin-top: 72px;
}
.content-service-li{
	width: 370px;
	height: 480px;
	box-shadow:0px 0px 14px rgba(0,0,0,0.12);
	border-radius:8px;
	text-align: center;
}
.content-service-li .img1{
	display: block;
}
.content-service-li .img2{
	display: none;
}
.content-service-li:hover{
	background:radial-gradient(circle,rgba(66,223,223,1) 0%,rgba(56,200,200,1) 100%);
	box-shadow:0px 0px 20px rgba(0,155,155,0.48);
}
.content-service-li:hover .img1{
	display: none;
}
.content-service-li:hover .img2{
	display: block;
}
.content-service-li:hover h2{
	color: #FFFFFF;
}
.content-service-li:hover p{
	color: #FFFFFF;
}
.content-service-li>img{
	margin: 64px auto;
}
.content-service-li>h2{
	font-size:32px;
	font-weight:400;
	line-height:54px;
	color: #333333;
}
.content-service-li>p{
	font-size:16px;
	font-weight:400;
	line-height:27px;
	color: #999999;
} */
.content-partner{
	width: 1160px;
	margin: auto;
}
.content-partner-ul{
	display: flex;
	justify-content: space-between;
}
.content-partner-ul{
	margin-top: 96px;
}
.content-partner-ul:nth-of-type(1){
	margin-top: 0px;
}
.content-partner-li{
	width: 320px;
}
.content-partner-li:hover{
	box-shadow:0px 0px 14px rgba(0,0,0,0.12);
	border-radius:16px;
}