html, body {
	height: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", "黑體-繁", "Heiti TC", "華文黑體", "STHeiti", "儷黑 Pro", "LiHei Pro Medium", "serif";
}
a {
	text-decoration: none;
	-moz-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
	-o-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
	-webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
	transition: color 0.3s, border-color 0.3s, background-color 0.3s;
	outline: none !important;
}
.wrapper {
	max-width: 980px;
	margin: 0 auto;
	padding: 0;
}
/* clear */
.xxx-clear:before, 
.xxx-clear:after {
	content: "";
	display: table;
}
.xxx-clear:after {
	clear: both;
}
.xxx-clear::before, 
.xxx-clear::after {
	content: "";
	display: table;
}
.xxx-clear::after {
	clear: both;
}
.xxx-clear {
	zoom: 1;
}
/*舊版瀏覽器CSS 2.0辨識用*/
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*新版瀏覽器CSS 3.0辨識用*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*logo=======================================*/
div#header1 {	
	background: #FFFFFF;
}
div#header1 div.logo {
	padding-left:20px;
}
div#header1 div.logo a {	
	display: block;
	width: 200px;
	height:80px;	
	text-indent: -9999px;
	overflow:hidden;
	white-space:nowrap;
	background: transparent url(../images/logo.png?v1.2) no-repeat 0 12px;
	z-index: 1;
}
/*第一建經menu=============================*/
#menu {
	background-color: rgb(158, 41, 37);
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 30px;
}
#menu > .inner {
    margin: auto;
    max-width: 1080px;
}
.primary-nav ul {
	font-size: 14px;
}
.primary-nav ul li {
	float: left;
	margin-top: 5px;
	list-style-type: none;
	border-right:1px solid #FFFFFF;
}
.primary-nav ul li:last-child {
	border-right:0px solid #FFFFFF;
}
.primary-nav ul li span {
	padding: 0 0;
	color: #FFF;
}
.primary-nav ul li a {
	font-size: 13px;
	font-family: "微軟正黑體", serif;
	color: #FFF;
	text-decoration: none;
	display:block;
	padding: 0 .86em;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}
.primary-nav ul li a:hover {
	background-color: rgba(240, 240, 240, .9);
	color: #900;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
}
.default {
	width: 100%;
	box-shadow: 0 5px 20px #888;
	-webkit-box-shadow: 0 5px 20px #888;
	-moz-box-shadow: 0 5px 20px #888;
}
#menu.fixed {
	min-height:50px;
	padding:10px 20px 10px 20px;
	box-sizing:border-box;
}
.fixed {
	position: fixed;	
	top:0;
	width: 100%;
	box-shadow: 0 0 40px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
	z-index: 30;
}

.fixed > .inner {
    display: table;
}

.fixed .site-logo {
	vertical-align:middle;
	display: table-cell;
}
.fixed .site-logo a {
    display: block;
    width: 143px;
    height: 30px;
    overflow: hidden;
}
.fixed .site-logo a:before {
	display: block;
    content: url(../images/logo-small.png);
    display: inline-block;
}

.fixed .primary-nav {
	vertical-align:middle;
	display: table-cell;
}
.fixed .primary-nav li {
    float:left;
}
.fixed .primary-nav li span {
	padding: 0 0;
	color: #FFF;
}
.fixed .primary-nav li a {
	font-size: 13px;
	font-family: "微軟正黑體", serif;
	color: #FFF;
	text-decoration: none;
	padding: 0 .86em;
}

.fixed .primary-nav li a:hover {
    background-color: rgba(240, 240, 240, .9);
	color:#900;
	-webkit-transition-property: color, background;
    -webkit-transition-duration: 0.5s, 0.5s;
}

/* Logo */
.site-logo {
	display:none;
    font-size: 100%;
    margin:0px;
}

/* Primary nav */
.primary-nav {
    letter-spacing: 1px;
    text-transform: uppercase;
}
.no-boxshadow .page-header {
    border-bottom: 1px solid rgb(204, 204, 204);
}
.page-header > .inner {
    margin: auto;
    width: 980px;
}
.primary-nav ul {
	display: inline-block;
	padding:0 0 0 0px;
	margin:0;
}
.primary-nav li {
	float: left;
}
.primary-nav li span {
	padding: 0 0;
	color: #FFF;
}
.primary-nav li a {
	font-size: 16px;
	font-family: "微軟正黑體", serif;
	color: #FFF;
	text-decoration: none;
	padding: 0 1.36em;
}

.primary-nav li a:hover {
    background-color: rgba(240, 240, 240, .9);
	color:#900;
}



/*BG三張圖輪播==================================*/
.banner_01 {
	background-image: url(../images/bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner_02 {
	background-image: url(../images/bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner_03 {
	background-image: url(../images/bg-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.mainWrap {
	background-color: #FFF;
	position:relative;
	min-height:805px;
}
.mainWrap .banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 805px;/*輪播banner高度========================*/
}



/*page-part0-x4======================================*/
#startpoints {
	overflow-x: hidden;
}
/*page-part2-最新消息======================================*/
#page-part2 {
	position: relative;
	box-sizing: border-box;
	background-color: white;
}
.wrapper-part2 {
	min-height:640px;
}
.site-section.section-news {
	padding-top: 3em;
	background: #eeeeee url(../images/part2-bg.jpg) no-repeat;
	background-position: left bottom;
}
.news-n {
	text-align:center;
	margin-bottom:50px;
}
.news-n img {
	margin-right:500px;
}
.news-c {
	display:table;
	width:100%;
	/*max-width:1400px;
	margin:0 auto;*/
}
.site-section-title {
	color: #900;
	font-size: 24px;
	font-weight: 200;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	text-align: right;
	vertical-align:middle;
	display:table-cell;
	width:25%;
	padding-right: 60px;
}
.site-section:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 78px;
	max-height: 78px;
	width: 78px;
	padding-top: .5em;
	position: absolute;
	left: 50%;
	top: -30px;
	margin-left: -39px;
	background-color: inherit;
	border-radius: 10em;
	color: inherit;
	font-size: 36px;
	text-align: center;
}
.site-section {
	clear: both;
	/*padding: 0 0 38em;*/
	position: relative;
	color: #F05033;
	z-index: 1;
}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot') format('embedded-opentype'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.hass-icon:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
.icon-video-camera:before {
	content: "\e900";
}
.icon-bullhorn:before {
	content: "\e901";
}
.icon-library:before {
	content: "\e902";
}
.icon-trophy:before {
	content: "\e903";
}
.icon-facebook3:before {
	content: "\e904";
}
/*[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
}*/
.site-section img.part2-title {
}
.news-all {
	vertical-align:middle;
	display:table-cell;
}
.news-all ul {
	padding:0;
	margin: 0;
}
.news-all li {
	float: left;
	/* width: 23%; */
	width: 30%;
	margin: 0 .5% 0 .5%;
	list-style-type: none;
}
.news-1 {
	clear: both;
	width: 230px;
}
.news-1-app-1{margin-top: -5px;}
.news-1-app-1-L{float:left;text-align:center;}
.news-1-app-1-L img{width:108px;height:108px;padding:5px;cursor:pointer; }
.news-1-app-1-R{float: right;
    text-align: center;}
	.news-1-app-1-R img{ width:108px;height:108px;padding:5px;cursor:pointer;}
		

.news-black {
	background: rgba(0, 0, 0, .8);
	position: relative;
	bottom: 36px;
	padding: 18px 0;
}
.news-black a {
	color: #FFF;
	font-size: 15px;
	float: left;
	line-height: 0;
	margin-left: 20px;
}
.news-redred {
	background: rgba(185, 32, 42,1);
	position: relative;
	bottom: 36px;
	padding: 18px 0;
}
.news-redred a {
	color: #FFF;
	font-size: 15px;
	float: left;
	line-height: 0;
	margin-left: 20px;
}
.news-news {
	clear: both;
}
.news-news p a{
	color: #900;
}
.news-news p a:hover{
	color:#F33;
}
.news-news h4 {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	font-family: "微軟正黑體", serif;
	margin-top: -20px;
	font-weight: 800;
}
.news-news p {
	font-size: 14px;
	color: #787878;
	font-family: "微軟正黑體", serif;
	text-align: justify;
	margin-top: -8px;
	font-weight: 800;
}
/*page-part3-房貸專區======================================*/
#page-part3 {
	position: relative;
	box-sizing: border-box;
	background-color: white;
}
.wrapper-part3 {
	max-width:1200px;
	margin:0 auto
}
.wrapper-part3-n {
	padding-left: 20px;
	margin-bottom:40px;
}
.site-section.section-bank {
	padding: 3em 50px 0em 50px;
	background-color: #f7e7d9;
}
.site-section img.part3-title {
	position: relative;
	top: 0px;
	left: 0;
}
.bank-all {
	text-align:center;
	margin-bottom:50px;
}
.bank-all ul {
	display:inline-block;
	width: 100%;
	padding:0;
	margin: 0;
}
.bank-all li {
	background-color: #FFF;
	float: left;
	list-style-type: none;
	width:30.33%;
	padding:15px 10px;
	margin: 0 1.5% 0 1.5%;
	border: 1px #ccc solid;
}
/*新增---------------------------------------*/
.bank-all-1 {
	text-align:center;
	margin-bottom:50px;
}
.bank-all-1 ul {
	display:inline-block;
	width: 100%;
	padding:0;
	margin: 0;
}
.bank-all-1 li {	
	float: left;
	list-style-type: none;
	width:30.33%;
	padding:15px 10px;
	margin: 0 1.5% 0 1.5%;	
}
/*新增----------------------------------------*/
.bank-1 {
	text-align: center;
}
.bank-1 img {
	width:auto;
	height:52px;
}
.bank-1 img.logobank1 {
}
.bank-1 img.logobank2 {
}
.bank-1 img.logobank3 {
}
/*房貸專區BANNER輪播===================================*/
#page-part4 {
	position: relative;
	box-sizing: border-box;
}
.wrapper-part4 {
    margin: 0 auto;
    max-width: 1200px;
}
.site-section.section-banner {
	padding: 50px 50px 50px 50px;
	background-color: #aeaeae;
}
#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	min-height:108px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	background-color: #aeaeae;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 289px;
	max-height: 88px;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	margin-top:-9px;
	position:absolute;
	top:50% !important;
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
	margin-top:-9px;
	position:absolute;
	top:50% !important;
	right:10px;
	background: url(../images/button-next.png) no-repeat;
}
/*社群頻道===================================*/
#page-part5 {
	position: relative;
	box-sizing: border-box;
	background-color: #eeeeee;
}
.site-section.section-fb {
	background-color: #eeeeee;
	text-align: center;
	margin: 0;
	padding: 0;
}
.fb-all {
	display:table;
	width:100%;
}
.fb-1 {
	background-color: #3b5998;
	vertical-align:middle;
	display:table-cell;
	width: 40%;
}
.fb-1 img {
}
.fb-2 {
	background-color: #eeeeee;
	vertical-align:middle;
	display:table-cell;
	width: 60%;
	padding:30px;
}
.fb-main {
}
/*影音頻道===================================*/
#page-part6 {
	position: relative;
	box-sizing: border-box;
}
.site-section.section-video {
	padding: 5em 0 48em 0;
	background-color: #dadada;
}
.video-all {
	width: 100%;
	/*max-width:1200px;*/
	margin: 0;
	padding: 0;
}
.video-1 {
	width: 50%;
	height: inherit;
	float: left;
}
.video-video {
	width: 500px;
	float: right;
	margin-right: 80px;
	height: 350px;
	margin-top: 30px;
	/*background-color: #000;*/
}
.video-title{
	width: 500px;
}
.video-title h5 {	
	font-size: 16px;
	color: #000;
	text-align: center;
	font-family: "微軟正黑體", serif;
	margin-top:100px;
}
.video-2 {
	width: 50%;
	float: right;
	height: inherit;
	/*background-color: #eeeeee;*/
}
.video-list .video_left {
	float: left;
	width: 450px;
	margin-top: 18px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-family: "微軟正黑體", serif;
	color: #000;
}
.video-list .video_left a{
	font-family: "微軟正黑體", serif;
	color: #000;
}
.video-list .video_left span.v-title {
	color: #000;
	font-size: 16px;
	font-family: "微軟正黑體", serif;
}
.video-list .video_left span.v-title a:hover {
	color: #000;
	font-size: 16px;
	font-family: "微軟正黑體", serif;
}

.video-list .video_left img {
	float: left;
	margin-right: 20px;
	border: 3px #CCCCCC solid;
	-webkit-box-shadow: 0px 1px 2px #333;
	-ms-box-shadow: 0px 1px 2px #333;
	-mz-box-shadow: 0px 1px 2px #333;
	-o-box-shadow: 0px 1px 2px #333;
	box-shadow: 0px 1px 2px #333;
}
.video-list .video_left span.v-data {
	color: #900;
	font-size: 13px;
	font-family: "微軟正黑體", serif;
}
.video-list .video_left .v-w {
	clear: both;
	font-size: 11px;
	color: #000;
	width: 430px;
	line-height: 1.8;
	padding-top: 15px;
}
.video-list .video_left span.v-img {
	float: left;
	margin-right: 20px;
	background-image: url(../images/video-bt1.png);
	background-repeat: no-repeat;
	width: 97px;
	height: 35px;
	text-indent: -9999px;
	cursor: pointer;
}
/* 播放器========================================= */

.videoplayer {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight:normal;
}
.videoplayer {
	width:500px;
	height:319px;
}

.videoplayer-video {
	position:relative;
	width:500px;
	height:319px;
}

.videoplayer-video video,
.videoplayer-cap {
	position:absolute;
}

/* 進度列 */
.videoplayer-cap {
	bottom:0;
	width:100%;
	height:50px;
	background: rgba(0, 0, 0, 0.4);
}

.videoplayer-bar {
	margin:16px 20px;
	width:454px;
	height:12px;
	border:solid 3px #FFF;
	background: #232323;
}

.videoplayer-bar .videoplayer-bar-played {
	width: 100%;
	height: 100%;
	background: #46D7C6;
}

/* 控制器 */
.videoplayer-ui {
	width:500px;
	height:80px;
    background: #3C3C3C;
}

.videoplayer-rewind,
.videoplayer-playpause,
.videoplayer-time {
	float:left;
}

.videoplayer-volume {
	float:right;
}

/* 播放／停止按鈕 */
.videoplayer-playpause a {
	display: block;
	margin:15px 0 15px 20px;
	width:50px;
	height:50px;
	background:url("../images/controls.png") left top;
    text-indent: -9999px;
}

.videoplayer-playing .videoplayer-playpause a {
	background:url("../images/controls.png") left bottom;
}

/* 倒帶按鈕 */
.videoplayer-rewind a {
	display: block;
	margin:25px 11px;
	width:30px;
	height:30px;
	background:url("../images/controls.png") -50px top;
    text-indent: -9999px;
}

/* 播放時間 */
.videoplayer-time {
	width:150px;
	height:100%;
	font-size:18px;
	line-height:80px;
	color:#FFF;
}

/* 音量按鈕 */
.videoplayer-volume a {
	display: block;
	margin:15px 20px;
	width:50px;
	height:50px;
	background:url("../images/controls.png") right top;
    text-indent: -9999px;
}

.videoplayer-muted .videoplayer-volume a {
	background:url("../images/controls.png") right bottom;
}
/*page-footer==============================*/
.page-footer {
	width: 100%;
	min-height:50px;
	background-color: rgba( 158, 41, 37, 1);
	position: fixed;
	bottom: 0;
	z-index: 10000;
	padding:0 80px;
}
.page-footer-main {
	padding: 5px 0;
}
.page-footer-left {
	float: left;
}
.page-footer-right {
	float: right;
}
.page-footer-right span {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 58px;
	display: block;
	white-space: nowrap;
}
.page-footerlogo {
}
.page-footerlogo img {
	width: auto;
	height: 40px;
}
.page-footer-t {
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
	font-family: "微軟正黑體", serif;
}
.page-footer-t span {
	display:inline-block;
	margin:0 5px;
}
.page-main {
	position: relative;
	z-index: 1 !important;
}
.page-main > aside {
	background-color: rgba(0,0,0,0.7);
	text-align:center;
	width: 750px;/*ie*/
	max-width: 750px;
	min-height: 150px;
	bottom: 68px;
	margin: 0 auto;
	left: 0;
	right:0;
	position: fixed;
	border-radius: 20px 20px 0 0;
}
.page-main > aside ul {
	display:inline-block;
	width: 100%;
	padding: 10px 10px 0 10px;
	margin: 0px;
}
.page-main > aside li {
	margin: 0 2% 0 2%;
	list-style: none;
	width:21%;
	float: left;
	text-align: center;
}
.page-main > aside li a {
	color: #FFF;
	text-align: center;
	display:block;
}
.page-main > aside button {
	background-color: rgba(0,0,0,0.7);
	display: block;
	position: absolute;
	bottom: 150px;
	text-align: center;
	left: 0;
	right:0;
	width: 78px;
	height: 39px;
	margin: 0 auto;
	padding: 0;
	border: none;
	border-radius: 78px 78px 0 0;
}
button {
	outline: none;
}
::-moz-selection {
 background: #eeeeee;
 text-shadow: none;
}
::selection {
	background: #eeeeee;
	text-shadow: none;
}
/*gotop=======================*/
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 80px;
    cursor: pointer;
    z-index: 9999;
}

#gotop img {
    width: 55px;
    height: 55px;
    border: 0;
}

/* ------- 頁尾 ------- */

/*footer-------------------------------------------------------------------*/
#footer {
	border-top: 1px solid #FFF;
	color: #666;
	padding: 20px 0 50px 0;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2) inset;
}
.wrapper-footer {
    margin: 0 auto;
    max-width: 980px;
	padding: 0 20px;
}
#footer .footer-main1 {
	display:table;
	width:100%;
}
#footer .f-left {
	vertical-align:middle;
	display:table-cell;
	width:230px;
	padding-right:40px;
}
#footer .f-menu {
	vertical-align:middle;
	float: left;
}
#footer .f-menu ul {
	padding:0;
	margin:0;
}
#footer .f-menu li {
	font-family: "微軟正黑體", serif;
	list-style-type:none;
	float:left;
	border-right:1px solid #8b6765;
	margin:5px 0;
}
#footer .f-menu li:last-child {
	border-right:0px solid #8b6765;
}
#footer .f-menu li a {
	color: #4E100E;
	font-size: 12px;
	display:block;
	padding: 0 10px;
}
#footer .f-menu li a:hover,
#footer .f-menu p a:hover {
	color: #4E100E;
}
#footer .f-menu p a {
	color: #4E100E;
}
#footer .footer-main2 {
	margin:20px 0 25px 0;
}
#footer .footer-main2 p {
	font-size: 13px;	
	line-height: 2em;
	margin:0px;
}
#footer .footer-main2 p a {
	color: #4E100E;
}
#footer .Copyright {
	text-align:center;
	padding:15px 20px;
	border-top: 1px solid #CCCCCC;
}
#footer .Copyright p {
	font-size: 12px;
	color: #4E100E;
	margin:0;
}
.footer-main2 span {
	display:inline-block;
	margin-right:16px;
	color: #4E100E;
}
.show-on-scroll .content p {
	font-size: 14px;
}


.footer-appQR {margin-top:40px;    text-align: left; }
.footer-appQR ul{ margin:0; padding:0; }
.footer-appQR li{padding:5px; 
text-align:center; 
display:inline-block; border:0 !important; 
 }

.footer-appQR li img{ width:100px !important;
height:100px !important;
 }
.footer-appQR2 { display:none; }


/*20160222-新增浮動新聞視窗*/
#abgne_float_ad {
    display: block;
    text-align: left;
    cursor: pointer;
	font-size: 13px;
	color:#666;
}
#abgne_float_ad {
	/*display: none;*/
    position: absolute;
    width: 165px;
    height: 160px;
    z-index: 99999;
}
.abgne_close_ad {
    position: relative;
    top: 5px;
    display: block;
    text-align: left;
    cursor: pointer;
    font-size: 20px;
    color: #FFF;
    text-indent: 18px;
	font-family: "微軟正黑體", serif;
	line-height:30px;
}
.abgne_close_img {
    /* float: right; */
    margin-left: 60px;  
	margin-top:-3px; 
}
#float_ad_main{
	position: relative;
	width: 200px;
	height: 330px;
	z-index: 99999;
	top: 50px;
	background-color: #FFF;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	
	box-shadow:0px 0px 10px #666666;
	-webkit-box-shadow:0px 0px 10px #666666;
	-moz-box-shadow:0px 0px 10px #666666;
}
#float_ad_main1{
	background-color:#9e2925;
	width:100%;
	height:40px;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
}
#float_ad_main2{
	margin-bottom:15px;
	padding:0 15px;
}
li.list1 {
	width:170px;
    /* float: left; */
    margin-left: -22px;
	margin-bottom:7px;
	border-bottom: dotted 1px #d5d5d5;
}
li.list1 a{
	color:#333;
}
li.list1 a:hover{
	color:#333;
}
.list1-con {
    /* height: 44px; */
    height: 22px;
    overflow: hidden;
}

/*ie10-11 class辨識區*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
}

/*ie10-11 class自適應辨識區*/
@media screen and (-ms-high-contrast: active) and (max-width: 1024px),
(-ms-high-contrast: none) and (max-width: 1024px) {
}

@media only screen and (max-width: 1680px){
}

@media only screen and (max-width: 1440px){
}

/*1000-1280dpi 針對1920寬螢幕以及筆電最高寬度解析度(多數)到1366和1400*/
@media only screen and (max-width: 1280px){
.mainWrap {
    min-height: 560px;
}
.mainWrap .banner {
    min-height: 560px;
}
.banner_01 {
	background-size: 1400px auto;
}
.banner_02 {
	background-size: 1400px auto;
}
.banner_03 {
	background-size: 1400px auto;
}
.news-c {
	display:block;
	width:auto;
}
.site-section-title {
    display: none;
}
.news-all li {
    float: left;
    width: 24%;
    margin: 0 .5% 0 .5%;
    list-style-type: none;
}
.news-all {
	text-align: center;
    display: block;	
}
.news-all ul {
    display: inline-block;
	width:100%;
}
.site-section.section-news {
    padding: 3em 50px 0 50px;
}
.news-n {
    padding-left: 0px;
    text-align: left;
}

}

/*960-1024dpi 針對老舊型電腦1024x768解析度使用者以及iPad平板(橫式)*/
@media only screen and (max-width: 1024px){
.mainWrap {
    min-height: 460px;
}
.mainWrap .banner {
    min-height: 460px;
}
.banner_01 {
	background-size: 1200px auto;
}
.banner_02 {
	background-size: 1200px auto;
}
.banner_03 {
	background-size: 1200px auto;
}
.news-news p {
    color: #000;
}
.page-footer {
	padding:0 20px;
}
.site-section.section-news {
    padding: 3em 20px 0 20px;
}
.site-section.section-bank {
    padding: 3em 20px 0 20px;
}
.site-section.section-banner {
    padding: 20px 20px 50px 20px;
}
.news-all li {
    float: left;
    width: 24%;
    margin: 0 .5% 0 .5%;
    list-style-type: none;
}
.news-all {
	text-align: center;
    display: block;	
}
.news-all ul {
    display: inline-block;
	width:100%;
}
}

@media only screen and (max-width: 920px){
.primary-nav ul li {
    margin: 7px 0 5px 0;
}

}

@media only screen and (max-width: 880px){
.mainWrap {
    min-height: 400px;
}
.mainWrap .banner {
    min-height: 400px;
}
.banner_01 {
	background-size: 1000px auto;
}
.banner_02 {
	background-size: 1000px auto;
}
.banner_03 {
	background-size: 1000px auto;
}
.news-n {
    text-align: center;
}
.news-n img {
    margin-right: 0px;
}
.news-all ul {
	width:100%;
}
.news-all li {
	width:50%;
    margin-bottom:30px;
}
.news-1 {
    width:220px;
	margin:0 auto;
}


.news-1-app-1{margin-top: -5px;}
.news-1-app-1-L{float:left;text-align:center;}
.news-1-app-1-L img{width:80px !important;height:80px;padding:5px;cursor:pointer; }
.news-1-app-1-R{float: right;
    text-align: center;    width: 90px;}
.news-1-app-1-R img{ width:80px!important;height:80px;padding:5px;cursor:pointer;}
		



.news-redred a {
	color: #FFF;
	font-size: 14px;
	float: left;
	margin-left: 10px;
}
.news-news h4 {
    font-size: 16px;
}
.news-news p {
    font-size: 16px;
	font-weight:normal;
}
.news-news p a {
	display:inline-block;
	padding:2px 10px;
	margin-top:3px;
	border:1px solid #FFFFFF;
	border-radius: 0.35em 0.35em 0.35em 0.35em;
}
.news-news p a:hover {
	background-color:#D5D5D5;
	display:inline-block;
	padding:2px 10px;
	margin-top:3px;
	border:1px solid #FFFFFF;
	border-radius: 0.35em 0.35em 0.35em 0.35em;
}
.bank-all li {
    margin: 0 0.5%;
    width: 32.33%;
}
/*新增---------------------------------------*/
.bank-all-1 li {
    margin: 0 0.5%;
    width: 32.33%;
}
.bank-1 img {
    height: 42px;
}
.wrapper-part3-n {
	text-align:center;
    padding-left: 0px;
	margin-bottom: 25px;
}
.bank-all {
    margin-bottom: 25px;
}
/*新增---------------------------------------*/
.bank-all-1 {
    margin-bottom: 25px;
}
}

/*720-780dpi 針對各廠牌平板解析度使用(直式)*/
@media only screen and (max-width: 780px){
#header1 {
	display: none !important;
}
#menu {
	display: none !important;
}
#slideshow_photo {
	margin-top:60px;
}
.mainWrap {
    min-height: 370px;
}
.mainWrap .banner {
    min-height: 370px;
}
.banner_01 {
	background-size: 900px auto;
}
.banner_02 {
	background-size: 900px auto;
}
.banner_03 {
	background-size: 900px auto;
}
.fb-1 img {
	width:auto;
	height:80px;
}
.page-main small {
    font-size:13px !important;
}
.page-main small span {
    font-size: 13px !important;
}
#footer .f-menu li a {
    font-size: 16px;
}
#footer .footer-main2 p {
    font-size: 16px;
}
#footer .f-left {
	width:200px;
	padding-right:10px;
}
.show-on-scroll .content p {
	font-size: 16px;
}
#footer .Copyright p {
	font-size:13px;
}
#abgne_float_ad {
	display: none !important;   
}
}

@media only screen and (max-width: 750px){
.page-main > aside {
	width:auto;
}
}

@media only screen and (max-width: 700px){
.site-section.section-news {
	background-position: left bottom;
	padding: 3em 10px 7em;
}
.news-all li {
	float:none;
	width: auto;
    margin: 0 0px;
}
.news-1 {
	width:auto;
    max-width:280px;
}
.news-1 img {
	width:100%;
}

.news-1-app-1{margin-top: -5px;}
.news-1-app-1-L{float:left;text-align:center;}
.news-1-app-1-L img{
	width:120px !important;
	height:120px !important;
	padding:5px;cursor:pointer; }
.news-1-app-1-R{float: right;
    text-align: center;    width:120px;}
.news-1-app-1-R img{ width:120px !important;
	height:120px !important;padding:5px;cursor:pointer;}
		


.page-main > aside li {
	width:46%;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #AAAAAA;
}
.page-main > aside li:nth-child(3) , 
.page-main > aside li:nth-child(4)  {
	border-bottom:0px dotted #AAAAAA;
}
.page-main > aside li a {
    padding:9px 0 5px 0;
	border-radius: 0.35em 0.35em 0.35em 0.35em;
}
.page-main > aside li a:hover {
	background-color:#f05033;
	border-bottom:1px transparent;
	border-radius: 0.35em 0.35em 0.35em 0.35em;
}
/*.page-main > aside button {
    bottom: 294px;
}*/
.page-main ul li a img {
	display:none;
}


.footer-appQR {margin-top:40px;text-align: center; }
.footer-appQR ul{ }
.footer-appQR li{padding:5px; 
text-align:center; 
display:inline-block; border:0 !important; 
 }

#footer .footer-appQR li img{ width:80px !important;
height:80px !important;
 }







}

/*520-640dpi 針對各廠牌智慧型手機螢幕解析度使用；除非有使用寬度百分比自動縮放，可省略設定*/
@media only screen and (max-width: 640px){
.mainWrap {
    min-height: 280px;
}
.mainWrap .banner {
    min-height: 280px;
}
.banner_01 {
	background-size: 700px auto;
}
.banner_02 {
	background-size: 700px auto;
}
.banner_03 {
	background-size: 700px auto;
}
.site-section.section-bank {
    padding: 3em 10px 0;
}
.bank-all li {
	float:none;
	padding:10px 10px;
    margin: 0 0% 10px 0;
    width: auto;
}
/*新增------------------------------------*/
.bank-all-1 li {
	float:none;
	padding:10px 10px;
    margin: 0 0% 10px 0;
    width: auto;
}
.site-section.section-banner {
    padding: 10px 10px 40px;
}
.fb-all {
    display: block;
    width: auto;
}
.fb-1 {
    display: none;
    width: auto;
}
.fb-2 {
    display: block;
    padding: 50px 30px 50px 30px;
    width: auto;
}
#footer {
    padding: 0px 0 50px;
}
#footer .footer-main1 {
	display:none;
}
.page-footer {
    padding: 0 10px;
}
.page-footer-t span {
    display: inline-block;
    margin: 0 5px;
}


.footer-appQR { display:none; }
.footer-appQR2 {margin-top:40px;text-align: left; display:inherit; }
.footer-appQR2 ul{ padding:0 }
.footer-appQR2 li{
	padding:5px; 
text-align:center; 
display:inline-block; border:0 !important; 
 }

.footer-appQR2 li img{ width:80px !important;
height:80px !important;
 }
.page-footer-right span {
    font-size: 13px;
}


}

/*320-480dpi 針對各廠牌智慧型手機螢幕解析度使用(直式)*/
@media only screen and (max-width: 480px){
.mainWrap {
    min-height: 200px;
}
.mainWrap .banner {
    min-height: 200px;
}
.banner_01 {
	background-size: 500px auto;
}
.banner_02 {
	background-size: 500px auto;
}
.banner_03 {
	background-size: 500px auto;
}
.site-section.section-banner {
    padding: 10px 10px 10px 10px;
}
#page-part5 {
	display:none;
}
.wrapper-footer {
    padding: 0 10px;
}
#footer .Copyright {
    padding: 15px 10px;
}

.footer-appQR2 { }
.footer-appQR2 ul{ }
.footer-appQR2 li{
	width:49%; }

.footer-appQR2 li img{ 
width:80%  !important;
height:80% !important;
 }
.page-footer-main {
    padding: 5px 0 13px 0;
}
.page-footer-left {
	float: none;
	text-align: center;
	padding: 0 0 1px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	margin: 0 0 1px 0;
}
.page-footer-right {
    float: none;
}
.page-footerlogo {
	vertical-align: middle;
	display: inline-block;
}
.page-footerlogo img {
    width: auto;
    height: 30px;
}
.page-footer-t {
	vertical-align: middle;
	display: inline-block;
}
.page-footer-right span {
	line-height: 18px;
	text-align: center;
}

}