#nav_button{
	position: absolute;
	right: 30px;
	top: 15px;
}
#menuButton {
	display: block;
	width: 55px;
	height: 55px;
	position: relative;
	z-index: 3;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
}
#menuButton span {
	display: block;
	background-color: #FFFFFF;
	width: 35px;
	height: 2px;
	position: absolute;
	left: 9px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#menuButton span:first-child {
	top: 15px;
}
#menuButton span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#menuButton span:last-child {
	bottom: 15px;
}
#menuButton.active span:first-child {
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
	opacity: 0;
}
#menuButton.active span:last-child {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-moz-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
	border-radius: 10px;
	border: 1px solid hsla(0,0%,100%,1.00);
}
nav {
	position: absolute;
	left: 0px;
	z-index: 200;
	top: 80px;
	margin-left: 0px;
	padding: 0px;
	width: 540px;
	display: none;
	min-width: 100%;
	-webkit-box-shadow: 0px 5px 10px hsla(0,0%,0%,0.25);
	box-shadow: 0px 5px 10px hsla(0,0%,0%,0.25);
	background-color: hsla(0,0%,100%,0.88);
}
#ul_box {
	width: 540px;
	min-width: 100%;
}

#main_ul  {
	text-align: center;
	padding: 20px 0px 30px;
	width: 1000px;
	white-space: normal;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
#main_ul li  {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
	border: 1px solid hsla(0,0%,56%,1.00);
	text-align: center;
	padding: auto;
	width: 35%;
	height: 50px;
	color: hsla(0,0%,0%,1.00);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	vertical-align: top;
}
#main_ul li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: hsla(0,0%,100%,0.21);
	padding: 10px;
	border-radius: 5px;
}
#main_ul li a:hover{
	color: #fff;
	background-color: #A4A4A4;
}
.footer_nav_box {
	width: 1000px;
	text-align: left;
	position: relative;
	padding-left: 15px;
	white-space: nowrap;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}
.footer_nav_box::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #808080;
	position: absolute;
	top: 25px;
	left: 0px;
	display: block;
}



.footer_nav1 {
	text-align: left;
	margin-bottom: 60px;
	display: inline-block;
	vertical-align: top;
	list-style-position: outside;
	min-width: 200px;
}

.footer_nav1 li {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	margin-bottom: 5px;
	margin-left: 5px;
	list-style: none;
}
.footer_nav1 li::before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #333;
	margin-right: 8px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 3px;
}
.footer_nav1 li:first-child {
	list-style-type: none;
	padding-bottom: 3px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 16px;
}
.footer_nav1 li:first-child::before {
	display: none;
}

.footer_nav1 li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #353535;
}
.footer_nav1 li a:hover{
	color: #43A7F0
}


.footer_nav1_2 {
	text-align: left;
	margin-bottom: 60px;
	display: inline-block;
	vertical-align: top;
	list-style-position: outside;
	overflow-x: hidden;
	width: 450px;
}

.footer_nav1_2 li {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline-block;
	width: 260px;
}
.footer_nav1_2 li::before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #333;
	margin-right: 8px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 3px;
}
.footer_nav1_2 li:first-child {
	list-style-type: none;
	padding-bottom: 3px;
	margin-bottom: 7px;
	margin-left: 0px;
	display: block;
	font-weight: normal;
	font-size: 16px;
}
.footer_nav1_2 li:first-child::before {
	display: none;
}

.footer_nav1_2 li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #353535;
}
.footer_nav1_2 li a:hover{
	color: #43A7F0
}
.footer_nav_title {
	margin-bottom: 7px;
	font-weight: normal;
	font-size: 16px;
}
.footer_nav2_box1 {
	display: inline-block;
	width: 160px;
	margin-right: 10px;
	vertical-align: top;
}
.footer_nav2_box2 {
	display: inline-block;
	width: 220px;
	margin-right: 15px;
	vertical-align: top;
}
.footer_nav2_title {
	margin-bottom: 20px;
	padding-top: 10px;
	font-weight: normal;
}
.footer_nav2_sub_title {
	margin-bottom: 5px;
	border-bottom: 1px solid hsla(0,0%,34%,1.00);
	padding-bottom: 5px;
}
.footer_nav2 {
	margin-bottom: 50px;
}
.footer_nav2 li {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	margin-bottom: 5px;
	margin-left: 5px;
	list-style: none;
}
.footer_nav2 li::before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #333;
	margin-right: 8px;
	display: inline-block;
	border-radius: 10px;
	vertical-align: top;
	margin-top: 7px;
}






#footer_nav3 {
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
#footer_nav3 li {
	display: inline-block;
	margin-right: 50px;
}
#footer_nav3 li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-weight: normal;
}
#footer_nav3 li a:hover{
	color: #43A7F0
}

@media (max-width:540px){
nav {
	position: absolute;
	left: 0px;
	z-index: 200;
	top: 80px;
	margin-left: 0px;
	padding: 0px;
	width: 540px;
	display: none;
	min-width: 100%;
	-webkit-box-shadow: 0px 5px 10px hsla(0,0%,0%,0.25);
	box-shadow: 0px 5px 10px hsla(0,0%,0%,0.25);
	background-color: hsla(0,0%,100%,0.88);
}
#ul_box {
	width: 540px;
	min-width: 100%;
}

#main_ul  {
	text-align: center;
	padding: 20px 0px 30px;
	width: 540px;
	white-space: normal;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
#main_ul li  {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
	border: 1px solid hsla(0,0%,56%,1.00);
	text-align: center;
	padding: auto;
	width: 40%;
	height: 50px;
	color: hsla(0,0%,0%,1.00);
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	vertical-align: top;
}
#main_ul li span {
	display: inline;
	height: 0;
}
#main_ul li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: hsla(0,0%,100%,0.21);
	padding: 10px;
	border-radius: 5px;
}
#main_ul li a:hover{
	color: #fff;
	background-color: #A4A4A4;
}

.footer_nav_box {
	width: calc(100% - 40px);
	text-align: left;
	margin-left: 20px;
	position: relative;
	padding-left: 15px;
	white-space: nowrap;
	font-size: 14px;
}
.footer_nav_box::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #808080;
	position: absolute;
	top: 25px;
	left: 0px;
	display: none;
}



.footer_nav1 {
	text-align: left;
	margin-bottom: 60px;
	display: inline-block;
	vertical-align: top;
	list-style-position: outside;
	min-width: 184px;
	margin-right: 82px;
}
.footer_nav1:nth-child(2) {
	margin-right: 0px;	
}
.footer_nav1 li {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	margin-bottom: 5px;
	margin-left: 5px;
	list-style: none;
}
.footer_nav1 li::before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #333;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 3px;
}
.footer_nav1 li:first-child {
	list-style-type: none;
	padding-bottom: 3px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 16px;
	border-bottom: 1px solid #727272;
}
.footer_nav1 li:first-child::before {
	display: none;
}

.footer_nav1 li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #353535;
}
.footer_nav1 li a:hover{
	color: #43A7F0
}


.footer_nav1_2 {
	text-align: left;
	margin-bottom: 60px;
	display: block;
	vertical-align: top;
	list-style-position: outside;
	overflow-x: hidden;
	width: 450px;
}

.footer_nav1_2 li {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	list-style-position: outside;
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline-block;
	width: 260px;
}
.footer_nav1_2 li::before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #333;
	margin-right: 8px;
	display: inline-block;
	border-radius: 10px;
	margin-bottom: 3px;
}
.footer_nav1_2 li:first-child {
	list-style-type: none;
	padding-bottom: 3px;
	margin-bottom: 7px;
	margin-left: 0px;
	display: block;
	font-weight: normal;
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #7E7E7E;
}
.footer_nav1_2 li:first-child::before {
	display: none;
}

.footer_nav1_2 li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #353535;
}
.footer_nav1_2 li a:hover{
	color: #43A7F0
}
.footer_nav_title {
	margin-bottom: 7px;
	font-weight: normal;
	font-size: 16px;
}
.footer_nav2_box1 {
	display: inline-block;
	width: 185px;
	margin-right: 42px;
	vertical-align: top;
}
.footer_nav2_box2 {
	display: inline-block;
	width: 220px;
	margin-right: 15px;
	vertical-align: top;
}
.footer_nav2_title {
	margin-bottom: 20px;
	padding-top: 10px;
	font-weight: normal;
}
.footer_nav2_sub_title {
	margin-bottom: 5px;
	border-bottom: 1px solid hsla(0,0%,34%,1.00);
	padding-bottom: 5px;
}
.footer_nav2 {
	margin-bottom: 50px;
}
.footer_nav2 li {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	margin-bottom: 5px;
	margin-left: 5px;
	list-style: none;
}
.footer_nav2 li::before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #333;
	margin-right: 8px;
	display: inline-block;
	border-radius: 10px;
	vertical-align: top;
	margin-top: 7px;
}






#footer_nav3 {
	list-style-position: outside;
	list-style-type: none;
	text-align: left;
	position: absolute;
	left: 50px;
	bottom: 131px;
	width: 250px;
}
#footer_nav3 li {
	display: inline-block;
	margin-right: 50px;
	margin-bottom: 20px;
}
#footer_nav3 li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-weight: normal;
}
#footer_nav3 li a:hover{
	color: #43A7F0
}
}
