#key {
	background: url(../img/access/key-bg.jpg) no-repeat center/cover;
}
.key_ttl {
	position: absolute;
	bottom: 75px;
	right: -64px;
}
#lead {
	background: url(../img/access/sec1-deco.png) no-repeat center top;
	padding: 41px 0 104px;
	position: relative;
}
#lead h2 {
	padding-left: 162px;
	margin-bottom: -9px;
}
#lead:after {
	background: url(../img/access/sec1-bg1.png) no-repeat center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 499px;
	content: '';
	z-index: -1;
}
#lead table {
	display: block;
	padding-bottom: 31px;
	width: 540px;
	line-height: 20px;
}
#lead table tr {
	display: block;
	background: url(../img/menu/line.png) repeat-x left bottom;
	padding: 23px 0 23px;
}
#lead table th {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	width: 134px;
}
#lead .num_phone {
	color: #a40000;
	font-size: 22px;
}
#lead .phone {
	padding: 14px 0 30px;
}
#lead:before {
	background: url(../img/access/sec1-bg2.png) no-repeat center top;
	-webkit-background-size: 100% 752px;
	background-size: 100% 752px;
	position: absolute;
	bottom: -286px;
	left: 0;
	width: 100%;
	content: '';
	height: 752px;
}
#lead .fl {
	padding-top: 91px;
}
#lead .fr {
	width: 540px;
}
#sec1 {
	position: relative;
}
#sec1 h2 {
	background: url(../img/access/sec2-line.png) no-repeat left bottom;
	padding-bottom: 3px;
}
#sec1 ul li {
	float: left;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
	cursor: pointer;
}
#sec1 ul li:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
#sec1 .list1 {
	padding: 84px 0 0 103px;
}
#sec1 .list1 li {
	margin-right: 126px;
}
#sec1 .list2 {
	padding-bottom: 80px;
}
#sec1 .list2 li {
	margin-right: 76px;
}
#sec1 .list2 li:last-child {
	margin-right: 0;	
}

#sec2 {
	background:url(../img/access/sec3-bg.png) no-repeat center top, url(../img/access/bg_box.jpg) repeat center top;
	position: relative;
	padding:77px 0 81px;
	box-shadow: 0px 0px 6.79px 0.21px rgba(0, 0, 0, 0.5); 
}
#sec2:before {
	background:url(../img/access/sec3-deco.png) no-repeat center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 495px;
	content: '';
}
#sec2 .fl {
	padding-left: 38px;
	text-align:center;	
}
#sec2 .fl .txt {
	padding: 20px 0 30px;
}
#sec2 .fr {
	margin-top: 62px;
	width: 600px;
	height: 500px;
	margin-right: 35px;	
}

#footer .logo1{
	padding-top: 58px;
}