h3{
	font-weight: 700;
}
ul{
	padding-left: 0px;
}
li{
	list-style: none;
}
.customer-container h3{
	/*font-size: 30px;*/
	text-align: center;
	/*letter-spacing: 0.6rem;*/
	margin-bottom: 30px;
}
.customer-container{
	height: 600px;
}
.customer-content{
	display: flex;
	height: 540px;
	/*background-image: url('../images/customerSharing/6.jpg');*/
	/*background-size:cover;*/
}
.customer-what-bg{
	flex: 1; 
}
.customer-what-bg img{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.customer-what-text{
	flex: 1; 
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.customer-what-text div{
	width: 60%;
}
.customer-what-text div p{
	line-height: 30px;
	color: #333;
	margin-bottom: 30px;
}
.customer-what-text .show-button{
	display: inline;
	position: relative;
	padding: 10px 20px;
	border-radius:10px;
	border:1px solid #ccc;
	background:#3b8eee;
	cursor: pointer;
	color: #fff;
	transition:background 1s;
}
.customer-what-text .show-button .showCard-wei{
	display: none;
	position: absolute;
	top:-50%;
	left: 100%;
	height: 160px;
	width: 150px;
	background: red;
	box-shadow: 0 0 30px 0 #ddd;
}
.customer-what-text .show-button .showCard-wei img{
	display: block;
	max-width: 100%;
}
.box{
	padding: 40px 20px;
	box-shadow: 0 0 10px 0 #ccc;
	background: #f5f5f5;
	border-radius: 10px;
}
.customer-what-text .show-button:hover{
	background: #fff;
	color: #000;
}
.customer-what-text .show-button:hover .showCard-wei{
	display: block;
}
.why-choose h3{
	text-align: center;
	margin-bottom: 30px;
}
.why-choose-container li{
	height: 200px;
	border-right: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.why-choose-container li img:hover{
	transform: rotate(360deg);
}
.why-choose-container li img{
	width:100px ;
	height: 100px;
	border: 1px solid #ccc;
	transition: transform 2s;
}









