body {
	text-align: center;
}
.pc-navigation {
	background-image: none;
}
.contentContainer {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-top: 98px;
	width: 100%;
}
.mainContainer {
	width: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
}
.ourPhoneContainer {
	display: none;
}
.advantageTitle {
	font-size: 36px;
	line-height: 36px;
	color: #333;
	font-weight: 400;
	margin: 90px auto 50px auto;
}
.advantageTitle br {
	display: none;
}
.contentContainer .loginButton {
	display: block;
	box-sizing: border-box;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
  background-color: #5f84e9;
  padding: 14px 22px 14px 24px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px;
  display: inline-block;
  margin: 40px auto 0 auto;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-align: center;
	border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,.3);
  -webkit-box-shadow:  0 4px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.familyCase {
	width: 1124px;
	margin: 0 auto 40px auto;
	font-size: 0;
	text-align: left;
}
.familyCase a {
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
/*	padding: 0;*/
	position: relative;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	padding: 20px;
	box-sizing: border-box;
	top: 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,0);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
	vertical-align: top;
}
.familyCase a:hover {
	top: -8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.familyCase a:nth-child(3),
.familyCase a:nth-child(6),
.familyCase a:nth-child(9) {
	margin-right: 0;
}
.familyCaseItem img {
	width: 100%;
}
.familyCaseItem h3 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	margin: 20px 0 10px 0;
	text-align: left;
}
.familyCaseItem h3 span {
	font-size: 14px;
	margin-left: 4px;
}
.familyCaseItem p {
	font-size: 14px;
	line-height: 20px;
	height: 100px;
	color: #999;
	text-align: left;
}
.familyCaseItem p b {
	color: #353535;
}

.joinNow {
	padding: 20px 0 100px 0;
	background-color: rgba(243, 243, 243, 0.94);
	background-image: url(../Image/index/bg-map.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 60%;
}


























