a:focus,
input[name*="Collapse"]:focus,
.owl-prev:focus,
.owl-next:focus,
input[type*="submit"]:focus {
    outline: 2px red dotted !important;
}

select:hover ,select:focus,input[type="password"]:hover ,
input[type="password"]:focus,input[type="email"]:hover ,
input[type="email"]:focus,input[type="text"]:hover ,
input[type="text"]:focus,input[type="submit"]:hover,
input[type="submit"]:focus,input[type="url"]:hover,
input[type="url"]:focus {background:#FFBF47;}

.top h1{
	    margin-top: 0;
    margin-bottom: 0;
        width: 249px;
    height: 102px;
    padding: 0;
	
}
.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

a:focus {
	outline: 1px solid #3fcbff;
}
body {
	font-size: 0.938em;
	position: relative;
	background: #fffcdf;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, label {
	margin: 0;
	padding: 0;
}
body, html {
	width: 100%;
	height: 100%;
}
body, td, th {
	font-family: 微軟正黑體, 新細明體, Arial, Helvetica, sans-serif;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
.clean {
	clear: both
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1; /*For IE 6&7 only*/
}
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin: 0;
	padding: 0;
}
a {
	outline: none; /* for Firefox */
	text-decoration: none;
}
h1 {
	color: #000;
	display: inline-block;
	font-size: 125%;
	font-family: "Yu Gothic", SimHei;
	font-weight: bold;
}
p {
	color: #000;
	font-size: 95%;
	margin-top: 10px;
}
img {
	width: 100%;
}

.bg_01 {
	width: 100% ;
	height: 100%;
	background-image: url(../images/bg_01.png);
}

/* menu*/

#main_menu {
}
.menu_bth {
	height: 40px;
}
.top_menu {
	width: 100%;
	max-width: 996px;
	margin: auto;
	text-align: center;
	position: relative;
	display: table
}
.top_menu li {
	position: relative; /* 使子選單依照母選單的座標顯示 */
}
/* 設定母選單的連結樣式 */
.top_menu li a {
	text-decoration: none;
	color: #000;
	padding: 10px 40px;
	display: block;
	font-size: 125%;
	font-weight: bold;
}
/* 當母選單下沒有子選單時，也就是說只有一個連結時，隱藏detail.png */
.top_menu li a:only-child {
	background: none;
}
.top_menu li:hover {
	background: #777;
}
.top_menu li:hover > a {
	color: #fff;
}
.top_menu li:hover > ul {
	display: block; /* 滑鼠滑入母選單後，顯示子選單 */
}
nav > .top_menu > li {
	display: inline-block; /* 使一級選單排成一橫列 */
}
/* 二級選單顯示於一級選單的正下方 */
.top_menu ul {
	position: absolute;
	z-index: 999;
	top: 100%;
	list-style: none;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
}
/* 三級選單則顯示於二級選單的右方 */
.top_menu ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.top_menu li ul {
	width: 100%;
	background-color: #e9e9e9;
}
.top_menu li ul a {
	font-size: 100%;
	font-weight: 500;
}
.top_menu li ul ul {
	background-color: #b3b3b3;
}
/* page*/

.m_20 {
	margin: 20px auto;
}
#FontSizeArea {
	width: 100%;
	background: url(../images/wallpaper_top.jpg) no-repeat top;
}
#footer_img {
	width: 100%;
	background: url(../images/wallpaper_down.png) no-repeat bottom;
}

.Seagull {
	width: 100%;
	background: url(../images/Seagull.png);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment: fixed;
}

.page_top {
	width:100%;
	height:40px;
	background: url(../images/page_top.png);
	background-repeat:no-repeat;
	background-position:top;
}

.page_down {
	width:100%;
	height:33px;
	background: url(../images/page_down.png);
	background-repeat:no-repeat;
	background-position: bottom;

}

.page_main {
	background: #FFF;
	padding: 0 55px;
}
/* top*/
.nav {
	width: 270px;
	height: 23px;
	float:right;
}
.sitemap {
	width: 131px;
	height: 23px;
	float:left;
	background: url(../images/sitemap.png);
	background-repeat:no-repeat;
	margin-left: 10px;
}

.sitemap a {
	width: 131px;
	height: 23px;
	display:block;
	color:#4f4f4f;
}

.sitemap a:hover, .sitemap a:focus {
	background: url(../images/sitemap-.png);
	background-repeat:no-repeat;
}
.gohome {
	width: 111px;
	height: 23px;
	float:right;
	background: url(../images/gohome.png);
	background-repeat:no-repeat;
}

.gohome a {
	width: 111px;
	height: 23px;
	display:block;
	color:#4f4f4f;
}

.gohome a:hover, .gohome a:focus {
	background: url(../images/gohome-.png);
	background-repeat:no-repeat;
}


/* top_menu*/
.top_menu {
	width:560px ;
	height: 250px ;
	padding-top: 15px;
    padding-left: 25px;
}

.menu01 {
	width: 144px;
	height: 90px;
	float: left;
	margin-right: 50px;
	background: url(../images/menu01.png) no-repeat;
}
.menu01 a {
	width: 144px;
	height: 90px;
	color: #000;
	display:block;
}
.menu01 a:hover ,.menu01 a:focus {
	background: url(../images/menu01-.png) no-repeat;
}


.menu02 {
	width: 144px;
	height: 90px;
	float: left;
	margin-right: 50px;
	background: url(../images/menu02.png) no-repeat;
}
.menu02 a {
	width: 144px;
	height: 90px;
	color: #000;
	display:block;
}
.menu02 a:hover ,.menu02 a:focus {
	background: url(../images/menu02-.png) no-repeat;
}

.menu03 {
	width: 144px;
	height: 90px;
	float: left;
	background: url(../images/menu03.png) no-repeat;
}
.menu03 a {
	width: 144px;
	height: 90px;
	color: #000;
	display:block;
}
.menu03 a:hover ,.menu03 a:focus {
	background: url(../images/menu03-.png) no-repeat;
}

.menu04 {
	width: 144px;
	height: 90px;
	float: left;
	margin-right: 50px;
	margin-left: 95px;
	background: url(../images/menu04.png) no-repeat;
}
.menu04 a {
	width: 144px;
	height: 90px;
	color: #000;
	display:block;
}
.menu04 a:hover ,.menu04 a:focus {
	background: url(../images/menu04-.png) no-repeat;
}


.menu05 {
	width: 144px;
	height: 90px;
	float: left;
	margin-right: 50px;
	background: url(../images/menu05.png) no-repeat;
}
.menu05 a {
	width: 144px;
	height: 90px;
	color: #000;
	display:block;
}
.menu05 a:hover ,.menu05 a:focus {
	background: url(../images/menu05-.png) no-repeat;
}





/* sub*/
.sub {
	height: 48px;
	padding-left: 10px;
}
.sub li {
	float:left;
}

.sub_01 {
	width: 123px ;
	height: 48px;
	margin-right: 10px;
	background: url(../images/sub_01.png) no-repeat;
}
.sub_01 a {
	display:block;
	height:48px;
	text-decoration: none;
}

.sub_01 a:hover, .sub_01 a:focus {
	background: url(../images/sub_01-.png) no-repeat;
}

.sub_02 {
	width: 197px ;
	height: 48px;
	margin-right: 10px;
	background: url(../images/sub_02.png) no-repeat;
}
.sub_02 a {
	display:block;
	height:48px;
	text-decoration: none;
}

.sub_02 a:hover, .sub_02 a:focus {
	background: url(../images/sub_02-.png) no-repeat;
}

.sub_03 {
	width: 123px ;
	height: 48px;
	margin-right: 10px;
	background: url(../images/sub_03.png) no-repeat;
}
.sub_03 a {
	display:block;
	height:48px;
	text-decoration: none;
}

.sub_03 a:hover, .sub_03 a:focus {
	background: url(../images/sub_03-.png) no-repeat;
}

.sub_04 {
	width: 149px ;
	height: 48px;
	margin-right: 10px;
	background: url(../images/sub_04.png) no-repeat;
}
.sub_04 a {
	display:block;
	height:48px;
	text-decoration: none;
}

.sub_04 a:hover, .sub_04 a:focus {
	background: url(../images/sub_04-.png) no-repeat;
}

.sub_05 {
	width: 196px ;
	height: 48px;
	margin-right: 10px;
	background: url(../images/sub_05.png) no-repeat;
}
.sub_05 a {
	display:block;
	height:48px;
	text-decoration: none;
}

.sub_05 a:hover, .sub_05 a:focus {
	background: url(../images/sub_05-.png) no-repeat;
}






.Gotop {
	width: 50px;
	height: 25px;
	background-color: #0267c2;
	color: #FFF;
	text-align: center;
	font-size: 0.813em;
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 0;
	opacity: 0.7;
	line-height: 25px;
}
.Gotop:hover{
	color: #becfda
}
.ace {
	color: #999;
	font-size: 84%;
	display: inline-block;
	vertical-align: top
}
.con {
	margin-top: 10px;
	min-height: 700px;
}
#header {
	height: 295px;
	padding: 10px 0 0 0;
}
#header .top {
	max-width: 996px;
	margin: auto;
	padding: 10px;
	position: relative
}
#logo {
	width: 249px;
	height: 102px;
	background: url(../images/logo.png) no-repeat;
	float: left
}
#logo a {
	display: block;
	height: 100%;
}
.place {
	color: #5e5e5f;
	margin: 0px 0px 5px 0px;
	font-size: 95% ;
	text-align:right;
	padding-right: 26px;
}
.place a {
	color: #5e5e5f;
}
.place a:hover ,.place a:focus {
	color: #c72922;
}
.menu_navigation {
}
.menu_nav {
	position: absolute;
	right: 10px
}
.menu_nav a {
	display: inline-block;
	font-size: 100%;
	color: #000
}
.menu_nav a:hover {
	color: #f00
}
.fontsize {
	color: #000000;
	display: inline-block;
	font-size: 95%;
	font-weight: bold;
	text-align: right;
}
.fontsize a {
	color: #000;
	text-decoration: none;
}
.fontsize a:hover, #fontsize a:focus {
	color: #F00;
}
.fontsize .type {
	margin-right: 4px;
	text-align: center;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-radius: 5px;
	background-color: #ccc;
}
#search {
	position: absolute;
	top: 45px;
	right: 10px
}
#search .icon {
	border: 1px solid #000;
	background-color: #000;
	color: #FFF;
	padding: 2px;
	font-size: 84%;
}
.search_word {
	position: absolute;
	top: 75px;
	right: 10px;
	font-size: 84%;
	line-height: 110%;
	letter-spacing: 1px;
	color: #333333;
	padding-top: 5px;
}
.search_word a {
	display: inline-block;
	color: #830000;
	text-decoration: none;
}
.search_word a:hover {
	color: #000;
}
.news_marquee {
	width: 100%;
	overflow: hidden;
	background-color: #FFF;
	background: url(../images/icon_marquee.png) no-repeat;
	display: inline-block;
	padding-left: 30px;
	white-space: nowrap;  /*避免文字換行*/
}
.news_marquee a, #news_marquee span {
	text-decoration: none;
	color: #000;
	letter-spacing: 1px;
	font-size: 110%;
	line-height: 98%;
}
.news_marquee a:hover, #news_marquee a:focus {
	color: #f00;
}

.pic {
	margin: 10px 0;
	text-align: center
}
.pic li {
	display: inline-block;
	margin: 5px 0;
	vertical-align: top
}
.share {
	background-color: #EEE;
	font-size: 95%;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0;
}
.share a {
	height: 21px;
	display: block;
}
.icon_facebook {
	background-image: url(../images/icon_fb.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 21px;
	float: left;
	margin: 0 3px;
}
.icon_youtube {
	background-image: url(../images/icon_yu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 21px;
	width: 21px;
	float: left;
	margin: 0 3px;
}
.icon_google {
	background-image: url(../images/icon_google.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
	width: 21px;
	float: left;
	margin: 0 3px;
}
/*按鈕選單*/
    
.b {
	position: absolute;
	top: -10px;
	transition: .2s;
	cursor: pointer;
}
.b i {
	position: absolute;
	display: block;
	height: 2px;
	background: #333;
	border-radius: 2px;
	transition: .2s;
}
.b1 {
	width: 25px;
	top: 24px;
	left: 22px;
}
.b2 {
	width: 25px;
	top: 30px;
	left: 22px;
}
.b3 {
	width: 25px;
	top: 36px;
	left: 22px;
}
.b:hover {
	background: #c00;
}
.b1_on {
	top: 10px;
	left: 25px;
	width: 25px;
	transform: translateY(20px) rotate(45deg);
}
.b3_on {
	top: 50px;
	left: 25px;
	width: 25px;
	transform: translateY(-20px) rotate(-45deg);
}
.b2_on {
	left: 50px;
	width: 0;
}
.left_menu {
}
.menu_icon {
	width: 25px;
	height: 25px;
	background-image: url(../images/icon_off.png);
	position: absolute;
	right: 10px;
	top: 10px
}
.menu_icon- {
	width: 25px;
	height: 25px;
	background-image: url(../images/icon_on.png);
	position: absolute;
	right: 10px;
	top: 10px
}
.spmenu_bg {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
	display: none;
}
.menu2 {
	width: 300px;
	height: 100%;
	background-color: #fffcdf;
	position: fixed;
	overflow-y: auto;
	z-index: 999;
	left: -300px;
	top: 0px;
}
.menu2 li {
	border-bottom: 1px #ccc solid;
	font-size: 100%;
	font-weight: bold;
	position: relative
}
.menu2 li a {
	color: #000;
	padding: 10px;
	display:block;
}
.menu2 li a:hover {
	background-color: #2b90d9;
	color: #fff;
}
.menu2 span {
	font-size: 30%;
}
.menu2 .sub_menu {
}
.menu2 .sub_sub {
	display: none;
	background-color: #FFF;
}
.menu2 .sub_sub a {
	color: #6c6c6c;
	padding-left: 20px;
}
.menu2 .sub_sub2 {
	display: none;
	background-color: #dadada;
	font-size: 84%;
}
.menu2 .sub_sub2 a {
	background: url(../images/icon02.png) no-repeat 25px 15px;
	color: #6c6c6c;
	padding-left: 40px;
}
.menu2 .sub_sub3 {
	display: none;
	background-color: #f7f7f7;
	font-size: 84%;
}
.menu2 .sub_sub3 a {
	background: url(../images/icon01.png) no-repeat 40px 15px;
	color: #6c6c6c;
	padding-left: 50px;
}
.menu2 .sub_sub4 {
	display: none;
	background-color: #5f5f5f;
	font-size: 84%;
}
.menu2 .sub_sub4 a {
	background: url(../images/icon03.png) no-repeat 50px 18px;
	color: #fff;
	padding-left: 60px;
}
.menu2 dl {
	border-top: 1px #ccc dotted;
	background: url(../images/icon01.png) no-repeat 5px 13px;
	font-size: 95%;
}
.menu2 dl a {
	color: #000;
	padding: 10px 0 10px 25px
}
.menu2 dt {
	background: url(../images/icon02.png) no-repeat 21px 11px;
	font-size: 84%;
	font-weight: 500
}
.menu2 dt a {
	color: #3c3c3c;
	padding: 5px 0 5px 35px
}
.menu2 dt a:hover {
	background-color: transparent;
	color: #f00
}
.download {
	margin-top: 10px;
}
.download_tt {
	color: #000;
	background-color: #CCC;
	padding: 10px 5px
}
.download li {
	border-bottom: 1px #ccc solid;
	width: 100%;
	display: table;
	padding: 10px 5px;
}
.download .word {
	background: url(../images/icon02.png) no-repeat 5px 11px;
	width: 80%;
	color: #000;
	display: table-cell;
	font-size: 100%;
	padding-left: 20px;
}
.download .icon {
	width: 20%;
	display: table-cell;
	text-align: center;
	padding: 5px;
}
.download .icon span {
	display: none
}
.download a {
	width: 16px;
	display: inline-block;
	margin: 2px;
}
.goback {
	text-align: right;
	font-size: 84%;
	margin: 10px 0;
}
.goback .icon {
	border-radius: 5px;
	background-color: #000;
	padding: 5px;
	display: inline-block;
	letter-spacing: 2px;
}
.goback .icon a {
	color: #FFF
}
#footer {
	background: url(../images/footer_bg.png) 0 -20px;
	padding: 80px 0 20px 0;
	position: relative;
}
#footer_info {
	text-align: center
}
.footer_word {
	letter-spacing: 1px;
	font-size: 84%;
	color: #000;
	line-height: 180%;
	display: inline-block;
	text-align: left;
}
.footer_word span {
	color: #712417;
	font-weight: bold;
}
.footer_word a {
	color: #093;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
}
.footer_word a:hover {
	color: #830000;
}
.footer_word a:focus {
	color: #830000;
}
#footer_main {
	max-width: 996px;
	margin: auto
}
.footer_img {
	background-image: url(../../images/aa.jpg);
	height: 31px;
	width: 88px;
	display: inline-block;
	margin: 10px 30px 10px 0px;
}
#fat_footer {
	padding-bottom: 20px;
	width: 996px;
	margin: auto;
	position: relative;
}
#fat_footer ul {
	margin: 0px;
	padding: 0px;
}
#fat_footer ul li {
	list-style-type: none;
	float: left;
	font-size: 100%;
	color: #3d6417;
	letter-spacing: 1px;
	width: 197px;
	line-height: 180%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#fat_footer ul li a {
	color: #000;
	text-decoration: none;
}
#fat_footer ul li a:hover {
	color: #830000;
}
#fat_footer ul li ul {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3d6417;
	padding-top: 5px;
	margin-top: 5px;
}
#fat_footer ul li ul li {
	font-size: 84%;
	line-height: 150%;
	color: #313131;
	float: none;
	padding: 5px;
	margin-left: -2px;
}
#fat_footer ul li ul li a {
	color: #313131;
	text-decoration: none;
}
#fat_footer ul li ul li a:hover {
	color: #5D8934;
}
#ff_btn {
	width: 106px;
	margin: auto;
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
}
.slick {
	width: 697px;
	margin: auto;
	float: left
}
.slick-prev:before, .slick-next:before {
	position: absolute;
	left: 0;
	top: 1px;
	color: #ccc;
}
.slick-dots li button:focus {
	outline: 5px solid #f00;
}
.box {
	text-align: center
}
.slick img {
	width: 100%;
}
.slick .slick-next {
	width: 24px;
	height: 24px;
	background-image: url(../images/slick-next.png);
	right: 5px;
}
.slick .slick-prev {
	width: 24px;
	height: 24px;
	background-image: url(../images/slick-prev.png);
	left: 5px;
}
.slick .slick-prev:before, .slick .slick-next:before {
	font-size: 0
}
/*video*/
.video {
	width: 212px;
	background-color: #CCC;
	float: right;
	border-radius: 5px;
	text-align: center
}
.video li {
	width: 50%;
	height: 130px;
	padding: 20px 0;
	float: left;
}
.video span {
	margin-top: 10px;
}
.icon {
	background-color: #000;
	border-radius: 5px;
	color: #FFF;
	font-size: 78%;
	float: right;
	text-align: center;
	margin-top: 5px;
	line-height: 100%;
}
.icon a {
	color: #FFF;
	display: block;
	padding: 4px 5px;
	text-decoration: none;
}
/*小輪播圖*/
#activity {
	width: 100%;
	height: 289px;
	background-color: #CCC;
	padding: 10px 5px;
}
.slideshow {
	width: 100%;
	height: auto;
	margin: 10px auto
}
.slideshow a {
	width: 100%;
	height: auto;
	display: block;
}
.slideshow img {
	width: 100%;
}
.care {
}
.care li {
	width: 25%;
	text-align: center;
	float: left
}
.care li a {
	background: #ccc;
	border-radius: 5px;
	padding: 22px 0;
	margin: 0px 5px 5px 0px
}
/*news*/
.news {
}
.news_tt {
	border-bottom: 5px #626262 solid;
}
.news_tt li {
	height: 35px;
	float: left;
	text-align: center;
	line-height: 34px;
	margin-right: 5px;
}
.news_tt li a {
	display: block;
	color: #000;
	height: 100%;
	font-size: 110%;
	font-weight: bold;
	padding: 0 10px;
}
.news_tt li a:hover {
	background-color: #333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	;
	color: #fff
}
.news_tt .news_tt- a {
	background-color: #333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff
}
.news_tt .more_bth {
	margin: 5px
}
#latestevent {
	color: #FFF;
	padding: 0px;
}
#latestevent li {
	width: 100%;
	list-style-type: none;
	display: table;
}
.latestevent_bg {
	height: 38px;
	background-image: url(../images/tab_bg.png);
	padding: 8px 50px 5px 25px;
	box-sizing: border-box;
}
.latestevent_bg2 {
	background-color: #ccc;
}
.latestevent_word {
	font-size: 95%;
	color: #000;
	display: table-cell;
	float: left;
	letter-spacing: -1px;
	line-height: 150%;
	padding: 5px 0 5px 30px;
	width: 80%;
	background: url(../images/icon02.png) no-repeat 15px 11px;
}
.latestevent_word a {
	color: #093;
	text-decoration: none;
}
.latestevent_word a:hover {
	color: #F00;
}
.latestevent_date3 {
	display: table-cell;
	float: right;
	font-size: 95%;
	color: #333;
	line-height: 150%;
	padding: 5px 0;
	width: 20%;
	text-align: center;
}
#link {
	width: 100%;
}
#link li {
	background: #ccc url(../images/icon02.png) no-repeat 5px 10px;
	border-radius: 5px;
	font-size: 100%;
}
#link li a {
	padding: 5px 20px 5px;
	margin-bottom: 13px;
	color: #000
}
#link li a:hover {
	color: #830000
}
.icon_list {
	text-align: center
}
.icon_list span {
	display: block
}
.responsive {
	padding: 0 20px;
}
.connection {
	background: #CCC;
	text-align: center;
}
.connection .tt {
	background: #000;
	color: #FFF;
	padding: 10px;
}
.connection h1 {
	color: #FFF
}
.connection li {
	display: inline-block;
	margin: 0 15px;
	padding: 10px 0;
}
.connection span {
	border-bottom: 1px black solid;
	background: url(../images/icon02.png) no-repeat 10px 7px;
	padding: 0px 0px 0px 25px;
}
.list {
	background: #666;
	overflow: auto
}
.list li {
	margin: 10px;
}
.list a {
	background: #ccc;
	padding: 7px;
	overflow: auto;
	line-height: 40px;
}
.list span {
	float: left
}
.list img {
	float: right
}
.inner {
	max-width: 500px;
	margin: auto
}
a.footer_img{
	    font-size: 0em;
    line-height: 63px;
}