body {
	text-align: center;
	background-color: white;
}
.pc-navigation {
	background-image: none;
}
.contentContainer {
	display: inline-block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.mainContainer {
	width: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.advantageTitle {
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
	color: #353535;
	margin: 50px auto 30px auto;
}
.advantageTitle span {
	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);
}
.ourPhoneContainer {
	padding: 6px 10px;
	text-align: left;
	position: relative;
	background-color: #e7f4ff;
	border-bottom: 1px solid #DDD;
}
.ourPhoneContainer a img {
	height: 38px;
	padding: 6px 0;
}
.ourPhoneContainer h2 {
	display: none;
}
.ourPhone {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #4285F4;
	position: absolute;
	top: 6px;
	right: 14px;
	line-height: 50px;
}
.info {
	padding: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #999;
	text-align: justify;
}
.countContainer {
	font-size: 0;
	margin: 20px auto 0 auto;
	padding: 20px 16px 40px 16px;
	text-align: center;
	position: relative;
	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: cover;
}
.countContainer .smallSquare {
	width: 36px;
	height: 4px;
	text-align: center;
	display: block;
	margin: 20px auto 0 auto;
	background-color: #f85415;
}
.countContainer h2 {
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 40px;
	text-align: center;
	color: #333;
	z-index: 2;
}
.countContainer .row .col-3 {
	width: 49%;
	margin-right: 2%;
	display: inline-block;
	text-align: center;
	z-index: 2;
	margin-top: 40px;
}
.countContainer .row .col-3:nth-child(2),
.countContainer .row .col-3:last-child {
	margin-right: 0;
}
.countLabel p:first-child {
	font-size: 36px;
	font-weight: 400;
	z-index: 2;
}
.countLabel p span {
	font-size: 16px;
	padding-left: 4px;
	font-weight: normal;
	z-index: 2;
}
.countLabel p:last-child {
	font-size: 16px;
	padding-top: 15px;
	z-index: 2;
	color: #666;
}
.countContainer .countNote {
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.countContainer .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: 20px 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 {
	font-size: 0;
	margin: 20px auto 0 auto;
	padding: 0 16px 40px 16px;
	text-align: center;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.familyCaseItem {
	position: relative;
	min-height: 140px;
	margin-bottom: 10px;
}
.familyCaseItem img {
	width: 140px;
	position: absolute;
	top: 0;
	left: 0;
}
.familyCaseItem h3 {
	font-size: 20px;
	font-weight: 400;
	z-index: 2;
	margin-left: 150px;
	text-align: left;
	padding-top: 30px;
	vertical-align: top;
}
.familyCaseItem p {
	font-size: 16px;
	line-height: 24px;
	padding-top: 15px;
	z-index: 2;
	color: #666;
	text-align: justify;
	margin-left: 150px;
}
.callManager {
	padding: 80px 0;
	background-color: #e7f4ff;
	background-image: url(../Image/Alliance/call_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 140px;
}
.join {
	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);
}
.callManager .advantageTitle {
	margin-top: 0;
}
.callManager .join {
	margin: 0;
}


























