
@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: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #c2c2c2 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#c2c2c2 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#c2c2c2 100%);
    color: #b2223a;
    border-bottom-style: solid;
    border-width: 6px;
	height: 95px;
}


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

.navbar-default {
	background: none;
	/*border-bottom: 7px solid #ef9fae;*/
}
.navbar-header .navbar-brand {
	background: url(../../images/logo_4.png) no-repeat left 13px;
	width: 240px;
	height: 76px;
	text-indent: -9999px;
	/*margin-top: 5px;*/
}
.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: "";
	background: url(../../images/back_nav_line.jpg) no-repeat left center;
	width: 1px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 9;
}
.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: #0064d4;
	/*text-shadow: 0px 2px 0px #fff;*/
}
.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;
}


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

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: 75px;
}
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:after {
    content: '';
    background: url(../../images/banner_cover.png) 50% 100% no-repeat;
    height: 106px;
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.banner-l {
    position: relative;
}
/* -------------------------- footer -------------------------- */
.footer-list {
	background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #c2c2c2 100%);
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#c2c2c2 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#c2c2c2 100%);
	text-align: center;
	color: #000;
	line-height: 24px;
	padding-top: 30px;
}
.address_info {
	padding-bottom: 10px;
}
.address_info h1 {
	font-size: 24px;
	color: #7f0c1f;
	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;
	padding: 0 5px;	
}
.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: #7f0c1f;
	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;
}

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

.content-box {
	background-color: #fff;	
	min-height: 500px;
	margin-top: 30px;
	/*padding-top: 20px;*/
}


/* 麵包屑 */
.breadcrumbs {
	background-color: #fff;
	text-align: center;
}
.breadcrumbs a {
	display: inline-block;
	color: #575757;
	padding: 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span a{
	color: #00B09B;
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 1.4;
	font-weight:bold;
}
.breadcrumbs span{
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 1.4;
	font-weight:bold;
	color:#737373;
}

.breadcrumbs span a:hover{
	color: #CCCCCC;
	}
.breadcrumbs span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background: #CCCCCC;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 15px 3px;
}

.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 span {
	margin-right: 100px;
}

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

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

}

.content-main > h1.title {
	font-size: 24px;
    border-bottom: 1px solid #b0bec5;

}
.content-main > h1.title samp {
	display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid #dd2c00;
    padding-bottom: 10px;
	font-size:15px;
	color:#002875;
	font-weight: bold;
}
.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_s {
  
	border-bottom: 1px dashed #ccc;
    padding-top: 20px;
}

.content-main h3.title {
	font-size: 24px;
    border-bottom: 1px solid #b0bec5;
}
.content-main h3.title samp {
    display: inline-block;
    text-transform: uppercase;
     border-bottom: 3px solid #dd2c00; 
    padding-bottom: 10px;
	color: #002875;
	font-weight: bold;
}
.content-main h3 .title:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	
/* -------------------------- 共同項目 -------------------------- */

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;
}
hr{
	display: block;
    /*border: 1px dashed #ccc;*/
	border-top:1px dashed #cccccc;
	margin: 0;
	}


/* -------------------------- 關於我們 -------------------------- */
main-content{
	padding: 45px 0 70px; 
	
	
	}
.about-bg1 {
	/*background:url(../images/about_bg1.jpg) repeat left top;*/
	padding-bottom: 100px;
	text-align: center;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.app_pic img {
    margin: 0 auto;
    padding-bottom: 15px;
}
.pic-768 {
    display: none;
}
.pic-640 {
    display: block;
}
/*-----標題----*/
.main-title {
    color: rgb(0, 0, 0);
    font-family: Lato, Arial, 文泉驛正黑, "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", 微軟正黑體, "Microsoft JhengHei", 微软雅黑, メイリオ, "맑은 고딕", sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-indent: 6px;
    margin: 10px 0px 0px;
}
.main-title:after {
    content: '';
    display: block;
    border-left: 1px dashed #ccc;
    width: 0;
    height: 36px;
    margin: 0 auto;
}
.main-title span:before, .main-title span:after {
    content: '';
    display: inline-block;
    background: url(../images/main_title1.png) no-repeat;
    width: 22px;
    height: 9px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}
.main-title span:after {
    margin-right: 0;
    margin-left: 7px;
}
.main-title strong {
    display: block;
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #004a9c;
    background: -webkit-linear-gradient(#37c930, #23860a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.breadcrumb_n {
    text-align: center;
    margin-bottom: 40px;
    color: #bababa;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}
/*-----標題結束----*/
.content-top-box {
    border-bottom: 1px dashed #ccc;
}
.content-title {
    color: #2281b1;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 10px 0;
}
.container:after, .list-h:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.about-box1 {
	background-color: #e7e7e7;
	padding: 30px;
	-moz-box-shadow: inset 4px 4px 30px 4px rgba(197,197,197,0.9);
	-webkit-box-shadow: inset 4px 4px 30px 4px rgba(197,197,197,0.9);
	box-shadow: inset 4px 4px 30px 4px rgba(197,197,197,0.9);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	margin: 20px 0;
	}
.about-bg1 p {
	
	}	
	
.about-bg1 .container img{
	width: 100%;
    height: auto;
}
.about-bg1 .container .info{
color:#6b6b6b;
font-size: 14px;
line-height: 30px;
}
.about-bg1_s{
    background: url(../images/about_bg.jpg) no-repeat 90% top;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
	text-align: center;
}
.about-bg1_s .container .info {
    color: #6b6b6b;
    font-size: 14px;
    line-height: 30px;
}
.about-bg1 .container .info samp{
    color: #ba0000;
    font-weight: bold;
}
.sub-title {
    position: relative;
    text-align: left;
    font-size: 24px;
    color: #444;
    margin-bottom: 5px;
	/*padding-top: 20px;
    margin-top: 40px;
    border-top: solid 1px #ddd;*/
}
.about-page .box {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px #ddd;
}
.about-page .box strong {
    color: #0c53be;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 5px;
}
.editor .about-page ul li {
    position: relative;
    list-style: none;
}
.editor .about-page ul li:before {
    content: '\e934';
    font-size: 10px;
    color: #0c53be;
    position: relative;
    margin-right: 5px;
    font-family: 'icon-font';
}
.pic {
    text-align: center;
	color:#e90000;
	padding: 5px 0 5px 0;
}
.title_b{
	color:#2a7c0e;
	position: relative;
    text-align: left;
    font-size: 24px;
    margin-bottom: 5px;
	}
.green_line {
    width: 160px;
    height: 3px;
    background-color: #008181;
    margin: 0 auto 15px;
}	
.about-page .list_box1 {
    background: #eeeeee;
    border: 3px solid #e1e1e1;
    padding: 5px 5px 25px;
    border-radius: 5px;
    width: 98%;
    margin: 5% 1%;
}
.about-page .list_box1 h1{
    color:#4e4e4e;
    font-size: 18px;
}
.about-page .list_box1 p{
    font-size: 14px;
	text-align: center;
}
.about-page .box_1 {
    background: #e9d5d5;
	margin: 20px 0;
}
.about-page .box_1 h1{
	background:#c0504d;
	margin-top: 0px;
	font-size: 24px;
	padding: 10px;
	}
.about-page  p{
   color:#333;
    font-size: 18px;
    padding: 10px 25px;
}
.about-page .box_2 {
    background: #e9dfd5;

}
.about-page .box_2 h1{
	background:#be8351;
	margin-top: 0px;
	font-size: 24px;
	padding: 10px;
	}
.about-page .box_3 {
    background:#e8e8d6 ;

}
.about-page .box_3 h1{
	background:#bdb255;
	margin-top: 0px;
	font-size: 24px;
	padding: 10px;
	}
.about-page .box_4 {
    background:#e0e8d6 ;

}
.about-page .box_4 h1{
	background:#9bbb59;
	margin-top: 0px;
	font-size: 24px;
	padding: 10px;
	}
.about-bg1 .slick-cloned{
	list-style-type: none;
    font-size:28px;
    color: #209f80;
    margin-left: 0;
    position: relative;
	}	
.about-bg1 .slick-cloned:after{
	border-top: 1px dashed #afafaf;
	content: " ";
    position: absolute;
    top: 11px;
    width: 95%;
    height: 100%;
	}	

.ben{
	background:#e7f6fd;
	border: 1px dashed #a9cdde;
	text-align: left;
	padding: 10px 10px 10px 5px;
    margin: 10px 20px 0 10px;
	font-size: 14px;
	}	
	
.pad-bot {
    padding-bottom: 54px;
}	
.custom-animation-slide-left {
    -webkit-animation-name: custom-slide-left;
    animation-name: custom-slide-left;
}	
.highlights .about-overlay-under {
    border: 4px solid #0085cd;
    margin-right: 20px;
    -webkit-transform: rotate(7.5deg);
    -moz-transform: rotate(7.5deg);
    -ms-transform: rotate(7.5deg);
    -o-transform: rotate(7.5deg);
    transform: rotate(7.5deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.highlights .about-overlay-under:hover {
    border: 4px solid #1F2E3C;
}

.highlights:hover .about-overlay-above {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 4px solid #0085cd;
}
.highlights .about-overlay-above {
    border: 4px solid #1F2E3C;
    -webkit-transform: rotate(7.5deg);
    -moz-transform: rotate(7.5deg);
    -ms-transform: rotate(7.5deg);
    -o-transform: rotate(7.5deg);
    transform: rotate(7.5deg);
}
.highlights .about-overlay-above:hover {
    border: 4px solid #0085cd;
}
.highlights .about-overlay-under, .highlights .about-overlay-above {
    height: 55px;
    width: 55px;
    display: block;
    float: left;
}
.text-center {
    text-align: center;
}
.highlights .about-overlay-above i {
    font-size: 24px;
    line-height: 46px;
    display: block;
    cursor: default;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.highlights h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}
h6 {
    font-size: 18px;
    line-height: 18px;
}
.highlights h6 span {
    clear: right;
    display: block;
    text-transform: uppercase;
}
span.highlights-first {
    margin-bottom: 6px;
}
span {
    line-height: 18px;
}
.icon-ok:before {
    content: "\f00c";
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
/* -------------------------- 聯絡我們 -------------------------- */
.map iframe {
	border: 1px solid #d8d8d8;
	padding: 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.map address {
	margin: 10px 0 40px 0;
}
.map address ul {
	list-style: none;
	margin: 0;
	padding: 0 1%;
}
.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;
}


/* ----------------------------  表格 -------------------------- */

.table1 {
	border-collapse: collapse;
	border-width:0 1px 2px 1px;
	border-style:solid;
	border-color:#acbbff;
	text-align: center;	
	margin: 0 0 20px 0;
}
.table1 caption {
	color: #176594;
    text-align: left;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 6px 0;
}
.table1 tr:nth-child(odd) {
}
.table1 th {
	background: #c7ddff;
    text-align: center;
    color: #000;
    font-weight: bold;
    border: 1px solid #9da8de;
	padding:4px 5px;	
}
.table1 th.y1 {
	background: #dde9b6;
	
}
.table1 td {
	padding: 0 5px;
	border-bottom: 1px dotted #87a0fd;
    border-right: 1px solid #879bfd;
	vertical-align: text-bottom;
}
.table1 td.bg1 {
    background: #eaf5fc;	
}
.table1 td.s {
	border-top: 3px solid #add3ea;
}
.table1 td:last-child{
	border-right: none;
}
.table1 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/file_pdf.png) no-repeat center center;
	text-indent: -9999px;
	}
.table1 td span.tel {
	background: url(telephone_green.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 0 20px 0 0;
	}	
.table1 td span.email {
	background: url(mail.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin: 0 20px 0 0;
	}	
.table1 td img {
     max-width: 100px; 
     max-height: 100px; 
}
/* ---------------------- 圖片效果 --------------------- */

.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';
}	

/* -------------------------- 服務項目 -------------------------- */
main-content{
	border-bottom: 1px dashed #ccc;
	
	
	}
.product-bg1 {
	/*background:url(../images/about_bg1.jpg) repeat left top;*/
	padding-bottom: 100px;
	text-align: center;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	padding-top: 30px;
	padding-bottom: 50px;
}
.product-bg1 .container .info{
	color: #6d6d6d;
    font-size: 14px;
    line-height: 24px;
	
	}
/*-----標題----*/
.main-title {
    color: rgb(0, 0, 0);
    font-family: Lato, Arial, 文泉驛正黑, "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", 微軟正黑體, "Microsoft JhengHei", 微软雅黑, メイリオ, "맑은 고딕", sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-indent: 6px;
    margin: 10px 0px 0px;
}
.main-title:after {
    content: '';
    display: block;
    border-left: 1px dashed #ccc;
    width: 0;
    height: 36px;
    margin: 0 auto;
}
.main-title span:before, .main-title span:after {
    content: '';
    display: inline-block;
    background: url(../images/main_title1.png) no-repeat;
    width: 22px;
    height: 9px;
    position: relative;
    top: -2px;
    margin-right: 7px;
}
.main-title span:after {
    margin-right: 0;
    margin-left: 7px;
}
.main-title strong {
    display: block;
    font-family: 'Hind', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #004a9c;
    background: -webkit-linear-gradient(#37c930, #23860a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.breadcrumb_n {
    text-align: center;
    margin-bottom: 40px;
    color: #bababa;
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}
/*-----標題結束----*/


	
	
/* -------------------------- 實績案例 -------------------------- */
.p{
	font-size: 13px;
	}
.works-list ul [class *= col-] {
	margin-bottom: 10px;
	padding-right: 15px;
    padding-left: 15px;
}
.works-list ul {
	max-width: 69em;
	list-style: none;
	margin: 30px auto;
	padding: 0;
}
.works-list li.shown,
.no-js .product-list li,
.no-cssanimations .works-list li {
	opacity: 1;
}
.works-list li img {
	width: 100%;
	vertical-align: bottom;
	outline: none;
	border: none;
	display: block;
	border: 1px solid #ccc;
	padding: 9px;
}
.works-list li img:hover {
	border: 1px solid #5c84ea;
}

.works-list li p {
	font-size: 20px;
	font-weight:bold;
    text-align: center;
	padding:10px 0 0 0;
}


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;
}
.works-list li .more {
	background: #7b7b7b; /* Old browsers */
	text-align: center;	
	color:#fff;
	}
.works-list li .more:hover {
	border-radius: 10px;
}	
.works-list li .more a{
	color:#fff;
	text-decoration: none;
	}

/* 內頁顯示 */
.product-detail {
	padding: 30px 0;
}
.product-detail .pdd {
	padding-left: 15px;
	padding-right: 15px;
}
.product-img {
  margin: 0 0 30px 0;
  position: relative;
}


.product-img dt {
	text-align: left;
}
.product-img dt .show_big {
	border: 1px solid #cfcfcf;
	text-align: center;
}
.product-img dt img {
	max-width: 100%;
	vertical-align: bottom;
	max-height: 240px;
}
.product-img dd {
  overflow: hidden;
}
.product-img dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-img dd ul li {
	border-bottom: 1px dotted #d1d1d1;
	padding: 5px 10px 5px 16px;
	position: relative;
}
.product-img dd ul li:nth-of-type(2n) {
	background-color: #f7f9fb;
}
.product-img dd ul li:before {
    position: absolute;
    left: 2px;
    top: 8px;
    z-index: 9;
    font-family: "FontAwesome";
    content: "\f054";
    color: #c3232a;
	font-size: 12px;
}
.product-img dd ul li span {
	font-weight: bold;
}

/* 加入詢價列表 */
.price {
	text-align: right;
	margin-top: 20px;
}
.price a {
	background: rgb(28,97,139); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(28,97,139,1) 0%, rgba(12,83,129,1) 50%, rgba(28,97,139,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(28,97,139,1) 0%,rgba(12,83,129,1) 50%,rgba(28,97,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(28,97,139,1) 0%,rgba(12,83,129,1) 50%,rgba(28,97,139,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c618b', endColorstr='#1c618b',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	color: #fff;
	padding: 7px 20px;
}
.price a:hover {
	background: rgb(255,127,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,127,0,1) 0%, rgba(204,109,14,1) 50%, rgba(255,127,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,127,0,1) 0%,rgba(204,109,14,1) 50%,rgba(255,127,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,127,0,1) 0%,rgba(204,109,14,1) 50%,rgba(255,127,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#ff7f00',GradientType=0 ); /* IE6-9 */
}



/* 小圖片顯示 */
.show_small {
	list-style: none;
	margin: 6px 0 15px;
	padding: 0;
}
.show_small li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin: 0 5px 0 0;
	width: 60px;
	height: 50px;
	border: 1px solid #cfcfcf;
	padding: 2px;
	text-align: center;
}
.show_small li img {
	max-width: 56px;
	max-height: 36px;
	cursor: pointer;
}

/* 產品說明 */
.product-info {
	padding-left: 15px;
	padding-right: 15px;
}
.product-info h5 {
	color: #0c5381;
	font-size: 20px;
	font-weight: bold;
}
.product-info img {
	max-width: 100%;
	vertical-align: bottom;
}



/* Google搜尋 */	

.search-form {
	margin-bottom: 20px;
	
}
.search-form .form-group {
   margin: 0 0 10px 0;
}
.search-form .control-label {
	font-weight: bold;
	color: #960;
	font-size: 16px;
}	
.search-form .col-sm-4 {
	padding-left: 0;
	padding-right: 0;
}
.search-result span {
	display: block;
	color: #ff0000;
	margin-bottom: 10px;
}
/* ----------------- 跳出視窗 ----------------- */

#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: #58AB52;
	font-size: 22px;
	padding: 7px ;
	color: #fff;
	margin: 0 0 10px 0;
}
.show_content p {
	font-size: 21px;
	padding: 7px;
	color: #000;
	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: 30px;
}
#hide_btn a {
	display: inline-block;
	/*background-color: #f7d3a5;*/
	border: 1px solid #c0c0c0; 
	border-radius: 10px;
	
	color: #666;
	padding: 5px 20px;
	margin: 0 3px;
}	
	
