﻿@charset "utf-8";
/* CSS Document */
.quick_Link {
	display: none;
}
.siteMap {
	display: none;
}
.footer .socialIcon {
	display: none;
}
.group_home {
	display: none;
}
.group_home a {
	background: url(../../Images/ZH-TW/all/group_home.png) no-repeat;
	width: 180px;
	height: 53px;
	text-indent: -9999px;
	display: block;
	position: fixed;
	top: 83px;
	right: 15px;
	transition: all 0.4s;
}
.group_home a:hover {
	right: 30px;
}
.footerInfo {
	display: none;
}

@media screen and (max-width: 1300px) {
.group_home a {
	top: 108px;
}
}

@media screen and (max-width: 1060px) {
.footer {
	/*background:url(../../Images/ZH-TW/all/menu_bg.png);*/
	background-color: #191919;
	padding: 10px 20px 15px 20px;
}
.footer .socialIcon {
	display: block;
	width: 100%;
	margin: 10px 0;
}
.siteMap {
	display: block;
}
.siteMap ul li a.footer_link, .siteMap ul li li a.subfooter_link {
	font-size: 13px;
	color: #bbb;
	text-decoration: none;
}
.siteMap ul li ul, .siteMap ul li li ul {
	margin-left: 30px;
}
.quick_Link {
	font-size: 19px;
	color: #FFF;
}
.group_home a {
	position: relative;
	margin: 15px 0;
	top: 0;
	left: 0;
}
.footer {
	position: static;
}
.footerInfo {
	display: block;
	border-top: 1px solid #757575;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 13px;
	color: #fff;
}
}
