
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);

/*========================================================
                      Main Styles
=========================================================*/
body {
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;	
	font-size: 16px;
	line-height: 1.5em;
	padding-top: 70px;/*有頂部固定導髚條時設置*/
}
/* ----------------------- header ----------------------- */

header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
/*	transition: all 0.4s ease;*/
	/*border-bottom: 10px solid #d68883;*/
	
}

/* ----------------------- navbar-nav ----------------------- */

.navbar-default {
	background: none;
}
.navbar-header .navbar-brand {
	position: relative;
}
.navbar-header .navbar-brand {
	/*background: url(../../images/logo_3.png) no-repeat center center;*/
	width: 200px;
	height: 30px;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 99;
	margin-left: -100px;
}
.navbar {
	position: relative;
	border: none;
	margin-bottom: 0;
}
.navbar-nav {
	float: none;
	text-align: center;
	margin: 0 -15px 0;
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: #fff;
	border-bottom: 10px solid #d68883;
}
	

.navbar-nav > li {
    float: none;
	display: inline-block;
	text-align: center;
}
.navbar-nav > li:nth-of-type(3) {
	margin-right: 200px;
}
.navbar-nav > li:nth-of-type(-n+1) {
	display: none;
}
.navbar-default .navbar-nav > li > a {
	display: block;
	font-weight: bold;
	color: #48282b;
	position: relative;
}

.navbar-default .navbar-nav > li:last-of-type > a:after {
	background: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #b18e8e;
}



/* 只限第一層設定 */
.navbar-nav > li > a {
	display: block;
	/*line-height: 60px;*/
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.navbar-nav > li > a:hover {

}
.navbar-nav li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}
.navbar-nav ul {
	position: absolute;
	top: -999em;
	width: 120%;
	list-style: none;
	/* left offset of submenus need to match (see below) */
}
.navbar-nav ul li {
	width: 100%;
}
.navbar-nav li li a,
.navbar-nav li.sfHover li a {
	background-color: #d284d5;
	display: block;
	color: #fff;
	font-size: 0.8em;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px dotted #eca5e3;
}

.navbar-nav li li a:hover, .sf-menu li li.sfHover a {
	background: #b44fa9;
}
/* ----------------------- 上方左側選單 ----------------------- */
.navbar-text {
	position: absolute;
	right: 50px;
	top: 16px;
	z-index: 10;
	display: none;
}
.navbar-default .navbar-link {
}
.navbar-default .navbar-link:hover {
}
/* ----------------------- 主選單 ----------------------- */
.navbar {
	border: none;
	margin-bottom: 0;
}
.navbar-box {
}
.navbar-box h1{
	
	margin: 0;
	padding: 0px 0 0px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	display: none;
}

.sf-menu {
	max-width: 1170px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sf-menu li {
	position: relative;
	float: left;
	width: 24.5%;
}
.sf-menu li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 60px;
}
.sf-menu li:last-of-type:after {
	content: "";
	background: none;
}
.sf-menu > li:nth-of-type(-n+1) {
	display: none;
}
/* 只限第一層設定 */
.sf-menu > li > a {
	display: block;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.sf-menu > li > a:hover {
	color:#90fff3;

}
.sf-menu li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 160%;
	list-style: none;
	/* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li li a,
.sf-menu li.sfHover li a {
	background-color: #72944d;
	display: block;
	color: #fff;
	font-size: 1em;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px dotted #b0c88a;
}

.sf-menu li li a:hover, .sf-menu li li.sfHover a {
	background: #557730;
}
/*第三層基本設定*/
.sf-menu li li li a,
.sf-menu li.sfHover li li a {
	background-color: #0099ff;
	text-align: left;
}
.sf-menu li li li a:hover, .sf-menu li li li.sfHover a {
	background: #fff;
	color: #333;
}
/*第四層基本設定*/
.sf-menu li li li li a:hover, .sf-menu li li li li.sfHover a {
	background: #666;
	color: #000;
}
/*各層位置設定*/
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -40px;
	top: 50px;
	/* 匹配第一層的高度*/
	_top: 60px;
	/*IE6修正,被上層蓋住的情況*/
	z-index: 99;
}
.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
	top: -999em;
}
.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
	left: 100%;
	/* 匹配ul寬度 */
	top: 0;
}
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
}
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	left: 100%;
	/* 匹配ul寬度 */
	top: 0;
}
/* -------------------- 頁面下拉時的變化設定 ----------------------- */

header.shrink {
	background: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0 0 15px #424242;
	-moz-box-shadow: 0 0 15px #424242;
	box-shadow: 0 0 15px #424242;
	transition: all 0.4s ease;
	height: 60px;
}

/* -------------------- 頁面下拉時的變化設定 
header.shrink {
	background: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0 0 15px #424242;
	-moz-box-shadow: 0 0 15px #424242;
	box-shadow: 0 0 15px #424242;
	transition: all 0.4s ease;
}

header.shrink .navbar-brand {
	background: url(../../images/logo_6.png) no-repeat center center;
	width: 306px;
	height: 50px;
}
header.shrink .sf-menu {
	height: 50px;
}
header.shrink .sf-menu li:after {
	height: 50px;
}
header.shrink .sf-menu > li > a {
	line-height: 50px;
}
----------------------- */

/* -------------------------- 分頁設定 -------------------------- */

.pagination > li > a,
.pagination > li > span {
	color: #d47ecf;
  	border: 1px solid #cf7ed4;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fff;
	background-color: #d47ecf;
	border-color: #cf7ed4;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #d47ecf;
	border-color: #cf7ed4;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #d47ecf;
	background-color: #fff;
	border-color: #cf7ed4;
}

/* -------------------------- banner -------------------------- */

.banner-l {
	display: none;
}
.banner-m {
	display: block;
}
.banner-l img, .banner-m img {
	max-width: 100%;
	vertical-align: bottom;
}

/* -------------------------- footer -------------------------- */
.footer-list {
	background: url(../../images/back_footer.jpg) no-repeat center top;
	background-size: 100% 100%;	
	text-align: center;
	color: #000;
	line-height: 24px;
	padding-top: 30px;
}
.address_info {
	padding-bottom: 10px;
}
.address_info h1 {
	font-size: 30px;
	color: #1e6271;
	text-align: center;
	marbin-top: -20px;
}
/*.address_info div {
	display: inline-block;
}
*/
.address_info .nav_supp {
	vertical-align: top;
	display: none;
}
.address_info .nav_supp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.address_info .nav_supp ul li {
	float: left;
	width: 45%;
	color: #000000;
	font-size: 24px;
	line-height: 36px;
	background: url(../../images/footer_icon.png) no-repeat left center;	
}
.address_info .add {
	position: relative;
	display: block;
}

.address_info .share {
	display: block;
	vertical-align: top;
}
.copy {
	background: #572e6b;
	color: #fff;
	margin-top: 10px;
	padding: 10px 0 10px;
	font-size: 15px;
	text-align: center;
}
.copy span {
	display: none;
}
/* 電話直播 */
.address_map {
	text-align: center;
	padding: 20px 0;
}
.address_map a {
	font-size: 15px;
	color: #000;
	margin: 0 10px;
	padding: 7px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.address_map a span {
	margin: 0 2% 0 0;
}
.address_map a:hover {
	background-color: #906464;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
.address_map .btn-pink {
	background-color: #b18e8e;
	border: 1px solid #b18e8e;
	color: #fff;
}

/* 下方選單 */
/*.nav_supp {
	list-style: none;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	display: none;
}
.nav_supp li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	position: relative;
	padding: 0 22px 0 19px;
}
.nav_supp li:after {
	content: "";
	background: #fff;
	position: absolute;
	right: 0;
	top: 6px;
	width: 1px;
	height: 12px;
}
.nav_supp li:last-of-type:after {
	display: none;
}
.nav_supp li a {
	color: #fff;
}
*/


/* -------------------------- 內頁框架 -------------------------- */

.content-box {
	background-color: #fff;	
	min-height: 500px;
	margin-top: 30px;
	padding:0 30px ;
	/*padding-top: 20px;*/
}
.content-box .container_product .row .col-xs-12 img {
	width:100%;
	height:auto;
	text-align: center;
	margin-bottom: 10px;
	margin:0px 0px ;
	padding:5px 40px ;
	
}

.content-box .container_product .row .col-xs-12 p {
	width:100%;
	height:auto;
	text-align: left;
	margin-bottom: 0px;
	padding:0px 60px ;
}



/* 麵包屑 */
.breadcrumbs {
	background-color: #fff;
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #575757;
	padding: 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #5c5c5c;
	font-size: 100%;
	font-weight: bold;
}

.h1-title {
	background: #d1a7cd;
	text-align: center;
	color: #fff;
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* -------------------------- 左側選單 -------------------------- */

.navsub {
	text-align: center;
	display: none;	
	background: #f6eff9;
}
.navsub h2 {
	background: #aa89bd;
	font-weight: bold;
	color: #fff;
	padding: 15px 0px;
	margin: 0 0px 0px;
/*	border-width: 7px 0 7px 0;
	border-style: solid;
	border-color: #650a01;
	text-shadow: 0 0 5px #341c18, 0 0 10px #341c18, 0 0 15px #341c18;*/
}
.navsub ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0;
}
.navsub ul li {
	border-bottom: 1px solid #fff;
}
.navsub ul li:last-of-type {
	border-bottom: none;
}
.navsub ul li a {
	display: block;
	color: #703595;
	padding: 10px 0;
}
.navsub ul li a:hover {
	color: #000;
}

.navsub_p {
	padding-top: 20px;
	}
.navsub_p dl {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.navsub_p dl dt {
	padding: 7px 0;
	border-bottom: 1px solid #ecc6e4;
	color: #fff;
	background-color: #ecc6e4;
	margin-bottom: 5px;
}
.navsub_p dl dd ul {
    padding: 0 0 30px 0;
}


/* 只限第一層設定 */
.navsub > li > a {
	display: block;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.navsub > li > a:hover {
}
.navsub li:hover {
	visibility: inherit;
	/* fixes IE7 'sticky bug' */
}
.navsub ul {
	width: 100%;
	list-style: none;
	/* left offset of submenus need to match (see below) */
}
.navsub ul li {
	width: 100%;
	
}
.navsub li li a,
.navsub li.sfHover li a {
	background-color: #ecc6e4;
	display: block;
	color: #fff;
	font-size: 0.8em;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px dotted #eca5e6;
	
}

.navsub li li a:hover, .sf-menu li li.sfHover a {
	background: #cd72cc;
}

/* 快速選單adv */
.adv-list {
	margin: 0 20px;	
}
.adv-list img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 10px;
}

/* 手機用選單 */

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
	}
.navsub-select h2 {
	color: #4f4f4f;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}



/* -------------------------- 右側內容 -------------------------- */

.content-main {
}
.content-main h1.title {
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #f0e6f6;
	border-left: 8px solid #6c3589;
	padding: 8px;
	font-size: 24px;
	
}

.content-main h2.title {
	margin-top: 10px;
	/*margin-bottom: 30px;*/
	background-color: #f0e6f6;
	border-left: 8px solid #6c3589;
	padding: 8px;
	font-size: 24px;
}


/* -------------------------- 共同項目 -------------------------- 

h1.title_h1 {
	font-size: 36px;
	color: #9c3c42;
	text-align: center;
}
h2.title_h2 {
	font-size: 30px;
	color: #fff;
	background: url(../images/products_h2.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 20px;
}
*/
/* -------------------------- 產品系列 -------------------------- */
/* 選單設定 */
.product-btn {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	}
.product-btn li {
	padding: 0 5px;
	margin-bottom: 10px;
}
.product-btn li a {
	display: block;
	border: 1px dotted #e1e1e1;
	background-color: #e1e1e1;
	padding: 5px;
	color: #000;
}
.product-btn li a:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 17px;
	color: #8b8b8b;
	margin: 0 6px;
}
.product-btn li a:hover, .product-btn li a.active {
	border: 1px dotted #8b8b8b;
	background-color: #317db7;
	color: #fff;
	text-decoration: none;
}
.product-btn li a:hover:before {
	color: #fff;
}
.product-btn li a.active:before {
	color: #fff;
}
/* 選單設定結束 */

.product-list ul [class *= col-] {
	margin-bottom: 10px;
	padding-right: 15px;
    padding-left: 15px;
}
.product-list ul {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}
.product-list li.shown,
.no-js .product-list li,
.no-cssanimations .product-list li {
	opacity: 1;
}
.product-list li a {
	outline: none;
	border: none;
	display: block;
	border: 1px solid #83afcc;
	padding: 9px;
}
.product-list li img {
	width: 100%;
	vertical-align: bottom;
}
.product-list li p {
    text-align: center;
}


a.figure {
	display: block;
	position: relative;
	}

a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
	background: url(../images/magnifier.png) no-repeat center center;
	background-color: rgba(38,129,184,0.1);
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}




/* -------------------------- 關於我們 -------------------------- */
.about-box{
	background-color: #fff;	
	min-height: 500px;
	margin-top: 30px;
	padding:0 30px ;
	/*padding-top: 20px;*/
	}
.about_2 p{
	color: #666;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	}
.about_2-box{
	font-size: 18px;
	line-height: 30px;
	}	
.about-box .container_2{
	color: #666;
	font-size: 20px;
	line-height: 30px;
	}
.about-box .container_2 tr td h5{
	color:#8b41b1;
	font-size: 22px;
	font-weight: bold;
	}
.about-box .container_2 tr td span{
		font-weight: bold;
		color:#6d6d6d;

	}		

/* ---------------------- 圖片效果 --------------------- */

.cover-pic {
	background: transparent;
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	z-index: 20;
	cursor: pointer;
}
.cover-pic:hover {
	background-color: rgba(237,200,41,0.3);
	color: #fff;
	opacity: 1;
}
.cover-pic:hover:before {
	display: inline-block;
	content: '\f10f';
	font-family: "Flaticon";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	font-size: 2.5em;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%); 
}


.cover-youtube:hover:before {
	content: '\f11d';
}
.cover-zoom:hover:before {
	content: '\f10d';
}	
/* -------------------------- 聯絡我們 -------------------------- */

.map iframe {
	border: 1px solid #d8d8d8;
	padding: 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.map address {
	margin: 10px 0px 20px 0px;
}
.map address ul {
	list-style: none;
	margin: 0;
	padding: 0 5%;
}
.map address ul li {
	padding: 0.7% 0;
}


/* 意見表單 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 50px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
}

.form-info {
	margin-bottom: 20px;
	}

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 40px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 0px;
    border-radius: 5px;
    transition: all 0.4s ease;
}


/* ---------------------- 圖片效果 --------------------- */

.cover-pic {
	background: transparent;
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	z-index: 20;
	cursor: pointer;
}
.cover-pic:hover {
	background-color: rgba(237,200,41,0.3);
	color: #fff;
	opacity: 1;
}
.cover-pic:hover:before {
	display: inline-block;
	content: '\f10f';
	font-family: "Flaticon";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	font-size: 2.5em;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%); 
}
.cover-youtube:hover:before {
	content: '\f11d';
}
.cover-zoom:hover:before {
	content: '\f10d';
}



/* ----------------- 跳出視窗 ----------------- */

#show_iframe {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	background-color: rgba(0,0,0,0.6);
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}
.show_content {
	background-color: #fff;
	width: 400px;
	height: 210px;
	padding: 20px;
	border: 1px solid #999;
	position: absolute;
	overflow: auto;
	top: 50%;
	left: 50%;
	margin-top: -105px; 
	margin-left: -200px;
}
.show_content h1 {
	background-color: #39C;
	font-size: 22px;
	padding: 7px 10px;
	color: #fff;
	margin: 0 0 10px 0;
}
#show_btn {
	cursor: pointer;
	}
#hide_btn {
/*	background: url(../images/cross.png) no-repeat left top;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	cursor: pointer;*/
	text-align: center;
	margin-top: 50px;
}
#hide_btn a {
	display: inline-block;
	background-color: #33749f;
	border-radius: 5px;
	color: #fff;
	padding: 5px 20px;
	margin: 0 3px;
}	
	
/* -------------------------- 最新消息 -------------------------- */

.news {
}
.news h1 {
	margin-top: 30px;
}
.news dl {
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #b5b5b5;
	padding: 30px 15px 30px 15px;
	margin: 0;
}
.news dl:nth-of-type(2n) {
	background-color: #f3f5f7;
}
/*.news dl:first-of-type {
	border-top: 1px dotted #b5b5b5;
}
.news dl:last-of-type {
	margin: 0;
}*/

.news dl dt {
	width: 100%;
	float: none;
	margin: 0;
}
.news dl dt span {
	display: inline-block;
	border: 5px solid #bd9ccf;
	margin-bottom: 10px;
}
.news dl dt img {
	width: 100%;
	border: 2px solid #fff;
}
.news dl dd {
	overflow: hidden;
	line-height: 28px;
}
.news dl dd h5 {
	color: #632981;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
.news dl dd h5 span {
	display: block;
	color: #961313;
	font-size: 13px;
	margin: 0 0 6px 0;
	padding: 0;
}
/*.news dl dd h5 span:before {
	content: '\f073';
	font-family: 'FontAwesome';
	font-size: 17px;
	color: #1f4fa1;
	margin-right: 6px;
}*/
.img_ss {
	width: 98%;
	float: none;
	margin: 0 auto 2%;
}

a.figure {
	display: block;
	position: relative;
	}

a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}


/* 最新消息內頁 */	

.news-box {
	margin-bottom: 30px;
	padding: 30px 15px 30px 15px;
}
.news-header h3 {
	display: block;
	color: #745b11;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.news-header time {
	display: block;
	position: relative;
	color: #C00;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 15px;
}
.news-content {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
	}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	/*margin: 0 auto 20px;*/
	}




/*回目錄頁*/
.more, .back_news {
	text-align: right;
}
.more a, .back_news a {
	background-color: #8f5b9e;
	padding: 5px 20px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	/*border: 1px solid #ffd800;*/
}
.more a:hover, .back_news a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #9f61bf;
	color: #fff;
	text-decoration: none;
}

.blank{
	padding:20px 0;
	}