
@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: 95px;/*有頂部固定導髚條時設置*/
}


/*==================  navbar-fixed  ======================*/


header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}

.navbar-fixed {
	background: url(../../images/navbar_bg2.jpg) repeat-x center bottom;
	height: 65px;
}


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

.navbar-default {
	background: none;
}
.navbar-header .navbar-brand {
	background: url(../../images/logo_2.png) no-repeat left 13px;
	width: 240px;
	height: 76px;
	text-indent: -9999px;
	margin-top: -8px;
}
.navbar {
	position: relative;
	border: none;
	margin-bottom: 0;
}
.navbar-nav {
	float: right;
	margin-top: 10px;
}
/*.navbar-nav > li:nth-of-type(-n+1) {
	display: none;
}*/
.navbar-default .navbar-nav > li > a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	color: #5e5e5e;
	position: relative;
}
.navbar-default .navbar-nav > li > a:after {
	content: "";
	border-right: 2px solid #e54298;
	width: 1px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 9;

}
.navbar-default .navbar-nav > li:last-of-type > a:after {
	border:none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #f3886d;
}
.navbar-text {
	position: absolute;
	right: 300px;
	top: -26px;
	z-index: 10;
	display: none;
}
.navbar-text a {
	color: #1c44b9;
	position: relative;
	padding: 0 4px 0 3px;
}
.navbar-text select {
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	height: 26px;	
}
.navbar-text .input-box {
	position: relative;
	display: inline;
}
.navbar-text .input-box input {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	height: 26px;
	padding-left: 30px;
}
.navbar-text .input-box i {
	position: absolute;
	left: 10px;
	top: 4px;
	z-index: 9;
}
.navbar-text img: {
	width: 20px;
	margin: 0 3px;
}
.navbar-default .navbar-link {
    color: #fff;
}
.navbar-default .navbar-link:hover {
    color: #fff;
}
.navbar-default .nav_phone{
	visibility:hidden;
}


/* -------------------- 頁面下拉時的變化設定 ----------------------- */

header.shrink {
	-webkit-box-shadow: 0 0 15px #424242;
	-moz-box-shadow: 0 0 15px #424242;
	box-shadow: 0 0 15px #424242;
}
header.shrink {
	background: url(../../images/navbar_bg2.jpg) repeat-x center bottom;
	height: 65px;
}
header.shrink .navbar-brand {
	background: url(../../images/logo_2.png) no-repeat left 13px;
	width: 240px;
	/*height: 46px;*/
	margin-top: 0px;

}


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

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


/* -------------------------- footer -------------------------- */
.footer-list {
	background:#fff9f2;
	text-align: center;
	color: #000;
	line-height: 24px;
	padding-top: 30px;
}
.address_info {
	padding-bottom: 10px;
}
.address_info h1 {
	font-size: 24px;
	color: #f2876c;
	text-align: center;
	marbin-top: -20px;
	font-family: 'Mada', sans-serif;
}
/*.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: 35%;
	color: #000000;
	font-size: 18px;
	line-height: 28px;
	background: url(../../images/footer_icon.png) no-repeat left center;	
}
.address_info .nav_supp ul li a:hover{
	color: #f3886d;
}
.address_info .add {
	position: relative;
	display: block;
}

.address_info .share {
	display: block;
	vertical-align: top;
}
.copy {
	background: #e43a93;
	color: #fff;
	margin-top: 10px;
	padding: 10px 0 10px;
	font-size: 15px;
	text-align: center;
}
.copy span {
	display: none;
}
.flow_list {
 /* border: 1px solid #99c2d6;*/
  padding: 5px 10px;
  margin: 20px 0;
  color:#099;
}


/* 電話直播 */
.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: #f9a793;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
.address_map .btn-pink {
	background-color: #f3886d;
	border: 1px solid #f3886d;
	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-top: 20px;*/
}


/* 麵包屑 */
.breadcrumbs{
	position: relative;
	background: url(../images/breadcrumbs_bg.png) no-repeat center bottom;
	height: 88px;
  margin-bottom: 55px;
	background-color: none;
	text-align: center;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #575757;
	padding: 0 0 13px 0;
	text-align: left;
	line-height: 1.2;
	margin: 15px 0 0px 0;
	text-transform: uppercase;
	/* position: absolute; */
	left: 4px;
	top: 19px;
}
.breadcrumbs a.home {
	font-weight: bold;
}
/*.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #5c5c5c;
	font-size: 100%;
	font-weight: bold;
}
*/
.h1-title {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
padding:10px;
}
/*.h1-title .col-sm-4 {
	display: none;
}
.h1-title .h1-show {
	display: inline-block;
}
*/
/*.h1-title {
	background: #2681b8;
	text-align: left;
	color: #fff;
	font-size: 32px;
	padding-top: 18px;
	padding-bottom: 20px;
}
*/

/* -------------------------- 共同設定 -------------------------- */

.h1-title span {
	margin-right: 100px;
}



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

.content-main {
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	color: #4f4f4f;
}

.content-main > h1.title {
	margin-top: 30px;
    /*margin-bottom: 30px;
    background-color: #fdf4e6;*/
    /*border-left: 8px solid #ffc266;*/
    padding: 8px;
    font-size: 20px;

}
.content-main > h1.title strong {
	border: 2px solid #37a3d1;
	padding: 2px;
	margin:0 10px 10px 0px ;
	color:#0072b9;
}
.content-main > h2.title {
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fdf4e6;
	border-left: 8px solid #ffc266;
	padding: 8px;
	font-size: 24px;
	color:#e9961a;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container .main-title_t {
	font-size: 40px;
	color: #1f1f1f;
	text-align: center;
	/*margin: 0;
	padding-top: 6px;*/
}
.container .main-title_t span {
    position: relative;
}
.container .main-title{
  position: relative;
	color: #e53a94;
	border-bottom: 1px solid #a0a0a0;
	padding: 0 0 10px 5px;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
}
.container .main-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 9;
	width: 10%;
	height: 2px;
	background-color: #920783;
}


/* -------------------------- 關於我們 -------------------------- */
.about_content{
	margin-bottom: 20px;
}

.about_content p{
	color:#797979;
	padding: 20px 0;
}
.about_content .ben{
	text-align: center;
	color: #a64d8b;
	background: #f5f1f3;
	padding: 10px;
}

.about_content1{
	width:100%;
	background:url(../images/about_bg1.jpg) no-repeat center top;
	background-size: auto;
	padding: 30px 0;
	position: relative;
}
.about_content1 .container{
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	padding: 60px 30px;
	margin-top: 20px;
}
.sub-title{
	font-size: 20px;
	color: #7678a4;
	font-family: "微軟正黑體", Geneva, sans-serif;
}
.about_content1 .list{
	padding-left: 10px;
	line-height:1.6em;
}
.about_content1 .list ul li{
	list-style:decimal;
}
.about_content1 .list span{
	color:#f49242;
}
/* -------------------------- 服務內容 -------------------------- */
.service_content1{
	padding-bottom: 30px;
}
.service_content2{
	padding-bottom: 30px;
	background:url(../images/service_bg1.jpg) repeat;
}
.service_content1 p,.service_content2 p{
	padding: 5px 32px 0 32px;
}
.service_content1 p temp,.service_content2 p temp{
	color: #a13482;
	font-weight: bold;
}
.service_content1 img,.service_content2 img{
	padding: 0 30px;
	width: 100%;
}


/*表格屬性*/
.table1{
	text-align: center;
	margin: 0 auto;
	padding:0 30px;
	border-collapse:separate;
	border-spacing: 2px;
}
.table1 th{
	text-align: center;
	background: #1aadad;
	color: #FFF;
 	padding: 10px 0;
}
.table1 td{ 
	padding: 10px 0;	
}
.table1 tr:nth-child(even) {background: /*#f9cdc2*/ #ffd7ce;}
.table1 tr:nth-child(odd) {background: #ffd7ce;}
table.TB_SEPARATE {
  width:100%;
  border-collapse:separate; /*邊框沒有合併*/
}

.table2{
	text-align: center;
	margin: 0 auto;
	padding:0 30px;
	border-collapse:separate;
	border-spacing: 2px;
}
.table2 th{
	text-align: center;
	background: #1aadad;
	color: #FFF;
 	padding: 10px 0;
}
.table2 td{ 
	padding: 10px 0;
	width: 25%;
	background:#ffd0c6;
}
/* -------------------------- 申請流程 -------------------------- */
.app_pic img{
	margin: 0 auto;
	padding-bottom: 15px;
}
.pic-640 {
	display: block;
}
.pic-768 {
	display: none;
}
.app_content1 .ben{
	background: #e7f6fd;
	border: 1px #d1d1df solid;
	padding:10px 5px;
	margin: 15px;
}
/* -------------------------- 常見問題 -------------------------- */
.faq-list{
	background: url(../images/faq_bg1s.jpg) right bottom no-repeat;
}
.faq-list div{
	width: 100%;
}
.faq-list .question{
	color: #ff99cc;
	font-size: 17px;
	font-weight: bold;
}
.faq-list .answer{
	color: #ffa500;
	font-size: 17px;
	font-weight: bold;
}
.faq-list .faq-content{
	padding: 20px 0 80px 0;
}

/* -------------------------- 生活小秘方 -------------------------- */
.tip-items{
	padding-left:30px;
}
.tip-items .tip-icon {
	border: 1px solid #a0a0a0;
	/*padding: 35px 10px 27px 20px;*/
	position: relative;
	margin-top: 70px;
}
.tip-items .tip-icon:hover{
	transition: all 0.2s linear;
	background:#e7f6fd;
}
.tip-icon .icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	position: absolute;
	/*right: 22px;*/
	top: -35px;
	background: #3e4459;
}
.tip-icon1 {
	padding: 10px 30px 20px 60px!important;
	margin-top: 20px!important;
}
.icon1{
	left: -38px!important;
	top: 30px!important;
}
.tip-icon h3{
	color: #000;
	font-weight: bold;
	font-size: 20px;
}


/* -------------------------- 線上諮詢 -------------------------- */
.ask_box{
  position: relative;
  text-align: right;	
	margin-bottom: 3px;
	margin-right: 10px;
}
.ask_box a{
  padding: 2px 0 2px 20px;
  font-weight: bold;
}
.ask_box a:hover {
  text-decoration: underline;
	color:#F00;
}


#form2 .form_out{ padding:0;}
#form2 .form {
  line-height: 26px;
  margin: 0 0 20px 0;
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 0 10px;
}
#form2 caption{
	text-align: center;
	background: #1aadad;
	color: #FFF;
 	padding: 10px 0;
	font-weight: bold;
}
#form2 span{ color:#F00;}
.form tr th {
  background: #eef5f9;
  text-align: center;
  padding: 0;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dfecf4;
}
.form tr td {
  padding: 0 10px;
  text-align: left;
}
#form2 button{
	background: #1aadad;
	border: none;
	padding: 10px 40px;
}
/*諮詢內頁*/
.message_box{
	border: 1px solid  #a0a0a0;
	padding: 10px;
}
.message_box dl:first-of-type {
	border-bottom: 1px solid  #a0a0a0;
}

.message_box dt{
	background: #1aadad;
	color: #FFF;
	font-size: 19px;
 	padding: 10px 15px;
	font-weight: bold;
}
.message_box dd p{
	padding-left:15px;
	padding-top: 10px;
}
.message_box .message_author{
	color: #056cb9;
	font-size: 17px;
	text-decoration:underline;
	font-weight: bold;
}

.message_box .message_info{
	color: #666;
	font-weight: bold;
	text-align: right;
}
.message_box .message_time{}


/*表格屬性*/
.table3{
	text-align: center;
	margin: 0 auto;
	border-collapse:separate;
	border-spacing: 2px;
}
.table3 th{
	text-align: center;
	background: #1aadad;
	color: #FFF;
 	padding: 10px 0;
}
.table3 td{ 
	padding: 10px 0;	
}
.table3 tr:nth-child(odd) { background: #f5f5f5}
.table3 .ask_public a{
	text-decoration: underline;
	color: #000;
}
.table3 .ask_public a:hover{
	color: #f3886d;
}
.table3 .ask_private{ }



/*左側選單navsub*/
.container .navsub{
	position: relative;
}
.container .navsub-select{
	padding: 0 15px;
}
@media (max-width: 767px) {.container .navsub{ display: none;}}
.navsub h2, .navsub-select h2{
	background: #efefef;
	font-size: 17px;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin-top: 30px;
  padding: 10px 25px;		
}
.navsub ul{ padding:0;}
.navsub li{
	list-style: none;
	margin-left: 10px;
	padding: 10px 0 0 15px;
	border-bottom: 1px #d7d7d7 solid;
}

.navsub li a {
	display: block;
	margin-bottom: 9px;
	color: #878485;
}
.navsub li:hover{ 
	transition: all 0.3s linear;
	background:#f5f5f5;
}
.navsub li a:hover { color: #2b4981;}



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

.news dl dt {
   
}
.news dl dt .day::before {
	content: " / ";
}
.news dl dt .yearmonth {
	color: #afafaf;
	display: inline-block;
}
.news dl dt .day {
	color: #afafaf;
	display: inline-block;
}

/*.news dl dt .yearmonth {
	color: #afafaf;
    font-size: 12px;
    letter-spacing: 2px;
    padding-bottom: 30px;
}
.news dl dt .day {
	color: #4b4b4b;
    font-size: 48px;
}
.news dl dt .day::before {
	display: inline-block;
}*/

.news dl dt img {
width: 100%;
border: 2px solid #fff;
}
.news dl dd {
	overflow: hidden;
	line-height: 28px;
}
.news dl dd h5 {
	color: #88abda;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	text-align: left;
}
.news dl dd p {
	color:#333;
	font-size: 16px;
	text-align: left;
}

/*.img_ss {
	width: 98%;
	float: none;
	margin: 0 auto 2%;
}*/

/*回目錄頁*/
.news .more {
	text-align: right;
	font-size: 17px;
	margin: 30px 10px 30px 0 ;
}
.news .more a{
	padding: 6px 80px;
	background-color: #1aadad;
	border-radius: 10px;
	color: #FFF;
}
.news .more a:hover {
	background-color: #30d4d4;
  box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}


/* 最新消息內頁 */	
.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 {
	text-align: right;
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 30px;
}
.news-content p {
	color:#666;
	font-size:18px;
}

/*回最新消息列表*/
.news .back_news {
	text-align: right;
	font-size: 17px;
	margin: 30px 0 ;
}
.news .back_news a {
	padding: 6px 80px;
	background-color: #1aadad;
	border-radius: 10px;
	color: #FFF;
}
.news .back_news a:hover {
	background-color: #30d4d4;
	box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
/* -------------------------- 人才招募 -------------------------- */
.recruit_bg{
	background: none;
	background-size: 100%;
	padding: 0;
}
.recruit_bg img{
	width: 100%;
	padding-top:20px;
}

.recruit_list{
	list-style: none;
}
.recruit_list li{
	background:url(../images/recruit_bg.png) no-repeat left center;
	padding:2px 0 2px 15px;
}
.recruit_list span{
	font-weight: bold;
	color: #f1886d;
}

/* -------------------------- 線上申請 -------------------------- */
.form-info{
	padding: 10px 0;
}
.form-info temp{ 
	color: #a13482;
	font-weight: bold;
}
.form-horizontal .form-group .fc-red{ color:#F00;}


.form-group .control-label{
	padding: 2px 0 2px 7px;
	margin-left: 15px;
	border-left: 5px solid #1aadad;
		/*border-width: 0px 3px 0px 0px;
		border-style: solid;
		border-color: #1aadad;
		border-radius: 0;*/
}

.form-horizontal .pull-right button{
	background: #1aadad;
	border: none;
	padding: 10px 40px;
}
