#Footer {
  width: 100%;
  min-width: 1280px;
  height: 335px;
  background-color: #27292b;
  padding-top: 35px;
}
#Footer p {
  color: #dedede;
}
#Footer #footMain {
  max-width: 1080px;
  margin: 0 auto;
  /*padding: 0 5% 16px 5%;*/
}
#Footer #footLeft {
  float: left;
  width: 700px;
  height: 285px;
  padding-top: 10px;
  border-right: 1px solid #354559;
}
#Footer #footLeft section {
	float: left;
  width: 30%;
  height: 55px;
  padding: 40px 10% 30px 1%;
}
#Footer #footLeft section img {
	float: left;
	margin: 3px 30px 0 0;
}
#Footer #footLeft section .char {
	font-size: 18px;
}
#Footer #footLeft section .chars {
	font-size: 14px;
	line-height: 30px;
}
#Footer #footRight {
	float: left;
	width: 250px;
	height: 295px;
	margin: 45px 0 0 72px;
}
#Footer #footRight p {
	font-size: 18px;
}
#Footer #footRight  #tel p:nth-of-type(2), p:nth-of-type(3) {
	float: left;
	display: block;
	margin: 20px 20px 40px 0;
}
#Footer #footRight #code p {
	float: left;
	margin-right: 20px;
}
#Footer #footRight #code img {
	float: left;
}
#certif {
	width: 100%;
	height: 50px;
	background: url(../image/index/index_05.jpg);
}
#certif p {
	display: block;
	width: 100%;
	max-width: 1080px;
	height: 50px;
	line-height: 38px;
	margin: 0 auto;
	text-align: center;
}
