.mobile_top_bar li,.mobile_top_bar a{
   font-size: 14px;
}
.mobile-wisso-experience{
	display: none;
}
.wisso-experience{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background-color: #2e343c;
	display: block;
}
.banner{
	width: 100%;
	height: auto;
}
.banner img{
	width: 100%;
}
.contacts-card{
   padding: 30px;
}
.card-item{
   margin-bottom: 20px;
   float: left;
   width: 360px;
   height: auto;
   padding: 15px;
   box-sizing: border-box;
   background-color: #1d232c;
   border-radius: 12px;
}

.card-item p{
	color: #fff;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
    position: relative;
    background: url('../images/WISSO_experience/lin.png') no-repeat left center;
    -webkit-background-size: 5px;
    background-size: 5px;
    padding-left: 15px;
}
.card-item li{
	width: 100%;
	height: 200px;
	margin-top: 20px;
	background: url('../images/WISSO_experience/peope-card.jpg') no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 12px;
	padding: 18px;
	font-family: "Microsoft YaHei UI";
	position: relative;
}
.card-item li:first-child{
	margin-top: 10px;
}
.card-item li h3{
	font-weight: bold;
	margin-top: 30px;
	color: rgb(51, 51, 51);
	font-size: 25px;
}
.card-item li h5{
	height: auto;
	line-height: 2;
	color: rgb(102, 102, 102);
	padding-left: 30px;
	font-size: 14px;
}
.card-item li h5:nth-child(2){
	margin-top: 20px;
	background: url('../images/WISSO_experience/phone.png') no-repeat left center;
	-webkit-background-size: 14px;
	background-size: 14px;
}
.card-item li h5:nth-child(3){
	background: url('../images/WISSO_experience/location.png') no-repeat left 15%;
	-webkit-background-size: 12px;
	background-size: 12px;
}
.card-item li h5.message{
	background: url('../images/WISSO_experience/icon-message.png') no-repeat left 15%;
	-webkit-background-size: 16px;
	background-size: 16px;
	font-size:12px;
}
.card-item li .qrcode{
	position: absolute;
	width: 76px;
	height: 76px;
	top: 7%;
	right: 18px;
	border: 2px solid #2e73e2;
}
.card-item li .qrcode img{
	width: 100%;
	height: 100%;
}



