@charset "utf-8";
/*---------------------------背景---------------------------*/
html, body {margin:0;padding:0;height: 100%;}
body {
	font-family: Arial,"微軟正黑體", Helvetica, sans-serif;
	font-size:15px;
	color:#3b3b3b;
	background:#ffffff;
	width:100%;
	float:left;
}
/*------------------------- 主架構 -------------------------*/
#wrapper {
    width: 100%;
    margin: 0px;
    position: relative;
	min-width:950px;
}
.content{
	width:100%;
	float:left;
	margin:40px 0;
}
.content_com{
	width:100%;
	float:left;
	margin:20px 0;
}
.frame1{
	width:950px;
	margin:auto;
}

/*---------------------------文字---------------------------*/
a {
	text-decoration: none;
	color:#3b3b3b;
	cursor: pointer;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
a:link {color:#3b3b3b;}
a:visited {color:#3b3b3b;}                              /* 點選過的連結 */
a:active {color:#0054c6;}                               /* 滑鼠按下的瞬間 */
a:hover {color:#0054c6;}                                /* 滑鼠移上時 */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	display: inline;
	margin: 0;
}

/*---------------------------圖片---------------------------*/
div, img, span, #x1 {behavior:url("iepngfix.htc");}     /*網頁png透明(IE6)*/
img {border:0px; margin:0; padding:0; line-height:0;}

div, dl, li, dt, dd, p, span, blockquote, pre, form, fieldset, input, textarea { margin: 0; padding: 0;}
ul, ol {  margin: 0; padding: 0;}

/*---------------------------header---------------------------*/
header {                                                  /* 上 */
	width:100%;
	float:left;
}
header span{ float:left;}
header .topbox{
	width:100%;
	min-height:84px;
	float:left;
	padding-top:20px;
	color:#3b3b3b;
}
header .logo {
	width:200px;
	height:84px;
	float:left;
}

header .addbox{
	width:auto;
	float:right;
}

dl.top_info{
	width:auto;
	float:left;
}
dl.top_info dt,dl.top_info dd{
	width:100%;
}
dl.top_info dt{
	text-align:right;
}
dl.top_info dd{
	text-align:right;
}
.top_text{
	width:auto;
	display:inline-block;
}
dl.top_info dt > .top_text .consult_tel{
	width:auto;
	float:left;
}
dl.top_info dt > .top_text .consult_tel > b{
	color:#e50114;
	font-size:26px;
	padding:0px;
	margin:0 10px;
	line-height:36px;
}
dl.top_info dt > .top_text .consult_tel > span{
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
}
dl.top_info dt > .top_text a{
	margin:0 10px;
	text-decoration:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	height:36px;
	line-height:36px;
	float:left;
	white-space: nowrap;
	color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
dl.top_info dt > .top_text a.line_btn{
	padding:0px 10px 0px 60px;
	background-color:#2eab39;
	background-image:url(../images/link_line.png);
	background-repeat:no-repeat;
	background-position:12px center;
	font-size:17px;
}
dl.top_info dt > .top_text a.line_btn:hover{
	background-color:#2bc038;
}
dl.top_info dt > .top_text a.consult_btn{
	background-color:#e50114;
	font-size:22px;
	padding:0 10px;
	margin-right:0;
}
dl.top_info dt > .top_text a.consult_btn:hover{
	background-color:#fa182a;
}
ul.top_menu{
	list-style-type:none;
	display:inline-block;
	font-size:17px;
	width:auto;
}
ul.top_menu > li{
	float:left;
	padding:0px 10px;
	width:auto;
	margin-top:14px;
	white-space: nowrap;	
}
ul.top_menu > li.line{
	width:1px;
	height:16px;
	background-color:#3b3b3b;
	padding:0;
	position:relative;
	top:4px;
}
ul.top_menu > li:last-child {
	padding-right:0;
}
dl.top_info a:hover{
	position:relative;
	top:1px;
}
/*---------------------------nav---------------------------*/
nav{
	width:100%;
	height:68px;
	float:left;
	text-align:center;
	background-color:#4d4d4d;
}

nav ul#menu { 
	margin:0;
	padding:0;
	display:inline-block;
	width:auto;
}

nav ul#menu li,nav ul#menu li a {
	float:left;
	list-style: none;                                                   /* 隱藏項目符號 */
}

nav ul#menu li a {                                                     /* 主選單樣式 */
	height:21px;
	float:left;
	padding:0px 36px;
	background-repeat:no-repeat;
	background-position:center center;
	border-left:2px solid #fff;
	margin-top:23px;
}
nav ul#menu li:first-child a{
	border-left:none;
}
nav ul#menu li a:hover {}                                               /* 主選單移上樣式 */

nav ul#menu li {                                                       /* 下拉選單定位點 */
	position: relative;
	z-index:100;
}

/*nav ul#menu ul li {display:none;} */
nav ul#menu li a.m1 {
	display:block;
	background-image:url(../images/menu01.png);
	text-indent:-9999px;
	width:121px;
}
nav ul#menu li a.m1:hover {
	background-image:url(../images/menu01-ov.png);
}

nav ul#menu li a.m2 {
	display:block;
	background-image:url(../images/menu02.png);
	text-indent:-9999px;
	width:122px;
}
nav ul#menu li a.m2:hover {
	background-image:url(../images/menu02-ov.png);
}

nav ul#menu li a.m3 {
	display:block;
	background-image:url(../images/menu03.png);
	text-indent:-9999px;
	width:122px;
}
nav ul#menu li a.m3:hover {
	background-image:url(../images/menu03-ov.png);
}

nav ul#menu li a.m4 {
	display:block;
	background-image:url(../images/menu04.png);
	text-indent:-9999px;
	width:82px;
}
nav ul#menu li a.m4:hover {
	background-image:url(../images/menu04-ov.png);
}

nav ul#menu li a.m5 {
	display:block;
	background-image:url(../images/menu05.png);
	text-indent:-9999px;
	width:83px;
}
nav ul#menu li a.m5:hover {
	background-image:url(../images/menu05-ov.png);
}

/*---------------------------首頁banner---------------------------*/
#banner{
	width:100%;
	height:400px;
	float:left;
	overflow:hidden;
}

/*--------- 圖片跑馬燈 ----------*/

#mrq .clear{clear:both;height:1px;width:100%; overflow:hidden; margin-top:-1px}
#mrq{width:100%; float:left; margin:0;padding:0;}
#Marquee_x {overflow:hidden; width: 100%;}
#Marquee_x ul{ list-style-type:none;}
#Marquee_x ul li {float:left;line-height:0;overflow:hidden} /* 横向滚动必须让所有li左浮动 */
#Marquee_x ul li a{float:left;opacity: 1;filter: Alpha(Opacity=100);}
#Marquee_x ul li a:hover{opacity: 0.8;filter: Alpha(Opacity=80);}
#Marquee_x ul li a img{width:auto; height:400px;display:block;border: 0; vertical-align:middle;}
/*--------- comM ----------*/
#comM{
    width: 100%;
    float: left;
    padding: 0 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------- right ----------*/
#comR{
	width:216px;
	float:right;
}
.aside_menu{
	width:100%;
	float:left;
}
.aside_menu > .tit{
	background-color:#4d4d4d;
	width:100%;
	min-height:25px;
	font-size:17px;
	text-align:center;
	padding-top:5px;
}
.aside_menu > .tit a{color:#fff;}
.aside_menu > .tit:hover{
	background-color:#0054c6;
}
ul.right_menu{
	width:100%;
	list-style-type:none;
}
ul.right_menu > li{
	min-height:25px;
	border-bottom:1px dotted #4d4d4d;
	background-image:url(../images/icon2.png);
	background-repeat:no-repeat;
	background-position: left 10px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	padding-left:16px;
	padding-top:5px;
}
ul.right_menu > li:hover{
	background-image:url(../images/icon2-ov.png);
	background-color:#f4f4f4;
}
ul.right_menu > li:last-child {
	border-bottom:none;
}
ul.btline > li:last-child {
	border-bottom:1px dotted #4d4d4d;
}
ul.right_menu > li.unit-now{
	min-height:25px;
	border-bottom:1px dotted #4d4d4d;
	background-repeat:no-repeat;
	background-position: left 10px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	padding-left:16px;
	padding-top:5px;
	background-image:url(../images/icon2-ov.png);
	background-color:#fff;
}
ul.right_menu > li.unit-now:hover{
	background-color:#f4f4f4;
}
ul.right_menu > li.unit-now a{
	color:#0054c6;
}

ul.right_menu > li.sortName{
	background-image:none;
	padding-left:0px;
}

/* -------rlink------- */
.rlink{
	width:100%;
	float:left;
	margin-top:20px;
	display:table;
}

.rlink > dl{
	width:100%;
	height:36px;
	overflow:hidden;
	float:left;
	margin-top:3px;
	display: table-row;
	background-color:#4d4d4d;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.rlink > dl:hover{ background-color:#0054c6;}
.rlink > dl:first-child {
	margin-top:0px
}
.rlink > dl > dt,
.rlink > dl > dd{display: table-cell;}
.rlink > dl > dt{
	width:53px;
	height:36px;
	background-repeat:no-repeat;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.rlink > dl > dt.icon1{
	background-image:url(../images/rlink01.png);
	background-color:#e50114;
}
.rlink > dl > dt.icon2{
	background-image:url(../images/rlink02.png);
	background-color:#2eab39;
}
.rlink > dl > dt.icon3{
	background-image:url(../images/rlink03.png);
	background-color:#e50114;
}

.rlink > dl:hover > dt.icon1,
.rlink > dl:hover > dt.icon2,
.rlink > dl:hover > dt.icon3{
	background-color:#0054c6;
}
.rlink > dl > dd{
	width: auto;
	color:#fff;
	font-size:17px;
	line-height:36px;
	padding:0 10px;
	vertical-align: middle;
}
.rlink > dl > dd > a{ color:#fff;}

.epaper{
	width:100%;
	height:36px;
	overflow:hidden;
	float:left;
	margin-top:3px;
	background-color: #e50114;
}
.epaper .input-box,.epaper .input-box form{
	width:216px;
}

.input-text{
	width:142px;
	height:34px;
	background-color:#fff;
	border:1px solid #4d4d4d;
	border-right:none;
	float:left;
	padding:0 10px;
	color:#3b3b3b;
}
.eBtn{
	width:53px;
	height:36px;
	float:right;
	background-color:#e50114;
	color:#fff;
	vertical-align:middle;
	border:0;
	cursor:pointer;
	margin-left:-1px;
}
.eBtn:hover{
	background-color:#0054c6;
}

.rshare{
	width:100%;
	height:30px;
	padding:20px 0;
	float:left;
	border-bottom:1px dotted #4d4d4d;
}
.rshare > a{
	text-decoration:none;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	text-indent:-9999px;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	float:left;
	margin-right:10px;
	
}
.rshare > a.rs1{
	background-image:url(../images/share01.png);
}
.rshare > a.rs2{
	background-image:url(../images/share02.png);
}
.rshare > a.rs3{
	background-image:url(../images/share03.png);
}
.rshare > a.rs4{
	background-image:url(../images/share04.png);
}
.rshare > a:hover{
	margin-top:-6px;
}


/* -------rlink_life------- */
.rlink_life{
	width:100%;
	float:left;
	margin-top:20px;
}

.rlink_life > dl{
	width:100%;
	height:36px;
	overflow:hidden;
	float:left;
	margin-top:3px;
	background-color:#4d4d4d;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.rlink_life > dl:hover{ background-color:#e50114;}
.rlink_life > dl:first-child {
	margin-top:0px
}
.rlink_life > dl > dt{
	width:53px;
	height:36px;
	float:left;
	background-repeat:no-repeat;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
	background-image:url(../images/rlink04.png);
	background-color:#0054c6;
	text-indent:-9999px;
}
.rlink_life > dl:hover > dt{
	background-color:#e50114;
}
.rlink_life > dl > dd{
	width: 163px;
	height:36px;
	color:#fff;
	font-size:15px;
	line-height:36px;
	padding:0 10px;
	vertical-align: middle;
	float:left;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rlink_life > dl > dd > a{ color:#fff;}


/* ----- classification ----- */
.classification{
	width: 100%;
    float: left;
	margin-top:20px;
}
.classification .tit{
	background-color:#00bec2;
    width: 100%;
    min-height: 25px;
    font-size: 17px;
    text-align: center;
    padding-top: 5px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	color:#fff;
}

ul.sort_menu{
	background-color:#f7f7f7;
	border:1px solid #00bec2;
	border-top:none;
	list-style-type:none;
	padding:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
ul.sort_menu > li{
	padding:6px 0;
	border-bottom:1px dashed #ccc;
}
ul.sort_menu > li:last-child{
	border-bottom:none;
}
ul.sort_menu > li > input{
	margin-right:6px;
}
ul.sort_menu > li > input[type="checkbox"] + label {
	color:#4d4d4d;
}
ul.sort_menu > li > input[type="checkbox"]:checked + label {
	color:#00bec2;
}

ul.sort_menu label{cursor:pointer;}
ul.sort_menu > li:hover > input[type="checkbox"] + label{color:#00bec2;}

/* ----- rightnews ----- */
.rightnews{
	width:100%;
	float:left;
	margin:0;
}
.rightnews > dl {
	width:216px;
	float:left;
	margin-top:20px;
	min-height:340px;
}
.rightnews > dl > dt {
	width:100%;
	float:left;
	position:relative;
}
.rightnews > dl > dt .tag{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#fff;
	float:left;
	background-color:#da1725;
	z-index:10;
	border-bottom:1px solid rgba(255,255,255,0.6);
	border-right:1px solid rgba(255,255,255,0.6);
	padding:2px 6px;
	line-height:1.5;
	font-weight:bold;
}


.rightnews > dl > dt.caption-style{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
.rightnews > dl > dt.caption-style .photo{
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border:1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	max-height:214px;
}
.rightnews > dl > dt.caption-style .photo:hover .caption{
	opacity: 1;
}
.rightnews > dl > dt.caption-style .photo:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.rightnews > dl > dt.caption-style img{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
	width:214px;
	height:auto;
}
.rightnews > dl > dt.caption-style .caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.rightnews > dl > dt.caption-style img{
	-webkit-transition:all 0.65s ease-in-out;
	-moz-transition:all 0.65s ease-in-out;
	-o-transition:all 0.65s ease-in-out;
	-ms-transition:all 0.65s ease-in-out;
	transition:all 0.65s ease-in-out;
}
.rightnews > dl > dt.caption-style .blur{
	background-color: rgba(0,84,198,0.8);
	height:216px;
	width: 216px;
	z-index: 5;
	position: absolute;
	display:none;
}
.rightnews > dl > dt.caption-style .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	width:216px;
	height:216px;
	text-align: center;
	top:0px;
	line-height:150%;	
}
.rightnews > dl > dt.caption-style .caption-text > a{
	color:#fff;
	width:100%;
	height:100%;
	display:block;
	padding-top:62px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rightnews > dl > dt.caption-style .caption-text .icon{
	width:50px;
	height:50px;
	display:inline-block;
	background-image: url(../images/link_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:10px;
	border:3px dotted #fff;
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	display:none;
}
.rightnews > dl > dt.caption-style .caption-text > a > p {
	width:80%;
	margin:0 auto;
	line-height:120%;
	display:none;
}
.rightnews > dl > dd {
	width:100%;
	float:left;
}
.rightnews > dl > dd > h3 {
	color:#0054c6;
	padding:10px 0 0;
	font-size:15px;
	display:inline-block;
	text-overflow : ellipsis;
	white-space: nowrap;
	overflow:hidden;
	width:100%;
}
.rightnews > dl > dd > p {
	font-size:13px;
	max-height:54px;
	min-height:54px;
	overflow:hidden;
	width:100%;
	display:inline-block;
	text-overflow : ellipsis;
}
.rightnews > dl > dd > span {
	color:#0054c6;
	font-style:italic;
	border-top:1px dotted #0054c6;
	width:100%;
	display:inline-block;
	padding:6px 0;
	margin-top:6px;
}



/* ----- rlife ----- */
.rlife{
	width:100%;
	float:left;
	margin:0;
}
.rlife > dl {
	width:216px;
	float:left;
	margin-top:20px;
	min-height: 300px;
}
.rlife > dl > dt {
	width:100%;
	float:left;
}
.rlife > dl > dt.caption-style{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
.rlife > dl > dt.caption-style .photo{
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border:1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	max-height:214px;
}
.rlife > dl > dt.caption-style .photo:hover .caption{
	opacity: 1;
}
.rlife > dl > dt.caption-style .photo:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.rlife > dl > dt.caption-style img{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
	width:214px;
	height:auto;
}
.rlife > dl > dt.caption-style .caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.rlife > dl > dt.caption-style img{
	-webkit-transition:all 0.65s ease-in-out;
	-moz-transition:all 0.65s ease-in-out;
	-o-transition:all 0.65s ease-in-out;
	-ms-transition:all 0.65s ease-in-out;
	transition:all 0.65s ease-in-out;
}
.rlife > dl > dt.caption-style .blur{
	background-color: rgba(0,84,198,0.8);
	height:216px;
	width: 216px;
	z-index: 5;
	position: absolute;
	display:none;
}
.rlife > dl > dt.caption-style .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	width:216px;
	height:216px;
	text-align: center;
	top:0px;
	line-height:150%;	
}
.rlife > dl > dt.caption-style .caption-text > a{
	color:#fff;
	width:100%;
	height:100%;
	display:block;
	padding-top:62px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rlife > dl > dt.caption-style .caption-text .icon{
	width:50px;
	height:50px;
	display:inline-block;
	background-image: url(../images/link_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:10px;
	border:3px dotted #fff;
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	display:none;
}
.rlife > dl > dt.caption-style .caption-text > a > p {
	width:80%;
	margin:0 auto;
	line-height:120%;
	display:none;
}
.rlife > dl > dd {
	width:100%;
	float:left;
}
.rlife > dl > dd > h3 {
	color:#0054c6;
	padding:10px 0 0;
	font-size:15px;
	display:inline-block;
	text-overflow : ellipsis;
	white-space: nowrap;
	overflow:hidden;
	width:100%;
	text-align:center;
}
.rlife > dl > dd > p {
	font-size: 15px;
    max-height: 54px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rlife > dl > dd > span.student {
	border-top: 1px dotted #0054c6;
    width: 100%;
    float: left;
    padding: 10px 0 6px 0;
    margin-top: 6px;
    font-size: 18px;
    text-align: center;
}
/*-------------------------- footer ---------------------------*/
footer {                                                 /* 下 */
	width:100%;
	float:left;
	background-color:#ebebeb;
}
#footer{
	width:100%;
	padding:26px 13px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer .copyright{
	width:39%;
	float:left;
	line-height:150%;
}
#footer .copyright .tail_ligo{
	margin-bottom:6px;
	display:inline-block;
	width:100%;
}
#footer .fat-foot{
	width:61%;
	float:right;
	line-height:120%;
}
#footer .fat-foot > dl{
	width:auto;
	float:left;
	border-left:1px dotted #3b3b3b;
	padding:10px;
	min-height:268px;
	max-width:126px;
}
#footer .fat-foot > dl.ff2{
	max-width:136px;
}
#footer .fat-foot > dl > dt {
	margin-bottom:6px;
}
#footer .fat-foot > dl > dt > a{
	color:#e50114;
}
#footer .fat-foot > dl > dt > a:hover{ color:#0054c6;}
#footer .fat-foot > dl > dd {font-size:14px;}
#footer .fat-foot > dl > dd > ul{
	list-style-type:none;
}
#footer .fat-foot > dl.ff2 > dd > ul{
	list-style-type:disc;
	padding-left:20px;
}
#footer a:hover{
	position:relative;
	top:1px;
}
/*---------- goTop -------*/
#goTop {
	position: fixed;
	display:none;
	right:30px;
	bottom:30px;
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url(../images/btn-top.png) no-repeat;
	z-index:30;
	cursor:pointer;
}
#goTop:hover {
	background-position:0 -50px;
}