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


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


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

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


/* ----------------------- navbar-nav ----------------------- */
.navbar-default {
	background: none;
	/*border-bottom: 7px solid #ef9fae;*/
}
.navbar-header .navbar-brand {
	background: url(../../images/logo_2.png) no-repeat left 13px;
	width: 240px;
	/*height: 46px;*/
	text-indent: -9999px;
	margin-top: 5px;
}
.navbar {
	position: relative;
	border: none;
	margin-bottom: 0;
}
.navbar-nav {
	float: right;
	margin-top: 16px;
}
/*.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/navbar_line.jpg) no-repeat left center;
	width: 1px;
	height: 19px;
	position: absolute;
	right: 0;
	top: 31px;
	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: 0px;
	top: -36px;
	z-index: 10;
	display: none;
}
.navbar-text a {
	color: #b9721c;
	position: relative;
	padding: 0 4px 0 3px;
}
.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: 67px;
}
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;
}

/* -------------------------- 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 div {
	display: inline-block;
}
*/
.address_info .nav_supp {
	vertical-align: top;
	display: none;
	padding:0 5px ;
}
.address_info .nav_supp img{
	vertical-align: top;
	text-align:left
	
}
.address_info .nav_supp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.address_info .nav_supp ul li {
	float: left;
	padding:5px 10px ;
	/*width: 45%;*/
	color: #000000;
	font-size: 16px;
	/*line-height: 36px;*/
	/*background: url(../../images/footer_icon.png) no-repeat left center;	*/
}
.address_info .nav_supp ul li a{
	color: #668aad;
	/*font-weight:bold;*/
	margin:0 0 10px ;
}
.address_info .nav_supp ul li a:hover{
	color: #395066;
}

.address_info .add {
	position: relative;
	display: block;
}
.address_info .add p{
	font-size: 16px;
	}
.address_info .share {
	display: block;
	vertical-align: top;
	padding:30px 0;
}
.copy {
	background: #ecd99b;
	color: #000;
	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: #5ca2dd;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
}
.address_map .btn-pink {
	background-color: #4c6ccd;
	border: 1px solid #4c6ccd;
	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 {
	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 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
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 */
}
.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 {
	background: #0b5380;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	font-size: 36px;
	padding-top: 20px;
	padding-bottom: 20px;
}
*/.h1-title span {
	margin-right: 100px;
}

.fancybox__container{
	z-index: 999999;
}
.text-b1{
	font-weight: bold;
	color: #4f7699;
}
.text-b2{
	font-weight: bold;
	color: #555!important;
}
/* -------------------------- 左側選單 -------------------------- */

.navsub {
	text-align: center;
	display: none;	

}
.navsub h2 {
	background:#155a98;
	background-size: 100% 100%;
	border-radius: 10px 10px 0px 0px;
	font-weight: bold;
	color: #fff;
	padding: 12px 5px 11px;
	margin: 30px 0 -10px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #c1c1c1;
}
.navsub ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 40px 0;
}
.navsub ul li {
	border: 1px solid #9d9d9d;
	border-top: 0;
}
.navsub ul li a {
	display: block;
	color: #000;
	padding: 8px 5px;
	margin: 0 2px 2px 2px;
}
.navsub ul li a:hover {
	color: #fff;
	background-color: #88abda;
	-moz-box-shadow: inset 0px 2px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow: inset 0px 2px 0px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 2px 0px 0px rgba(255,255,255,1);
}

.navsub_p {
	padding: 10px 20px 20px 20px;
	}
.navsub_p dl {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.navsub_p dl dt {
	padding: 7px 0;
	border-bottom: 1px solid #9b5801;
	margin-bottom: 5px;
	color: #fff;
	background-color: #aa6812;
}
.navsub_p dl dd ul {
    padding: 10px 5px 40px 5px;
}


/* 手機用選單 */
.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
	}
.navsub-select h2 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

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

.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;
}
.content-main h3.title {
	margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fdf4e6;
    border-left: 8px solid #ffc266;
    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;
}
.all_bg {
    background: url(../images/all_bg.jpg) no-repeat right top;
    background-size: cover;
    padding-bottom: 60px;
	overflow-x:hidden;
}

/* -------------------------- 關於我們 -------------------------- */
.breadcrumbs{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#deefff+0,98bede+100;Blue+3D+%2310 */
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #c2c2c2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#c2c2c2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fbfbfb 0%,#c2c2c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */

}
.about-bg1 {
	/*background:url(../images/about_bg1.jpg) repeat left top;*/
	padding-bottom: 100px;
	/*text-align: center;*/
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	padding-top: 30px;
	padding-bottom: 50px;
}

.about-bg1 h2 {
	text-align: left;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #ffc266;
	padding: 8px;
	font-size: 30px;
	}	
.about-bg1 h3 {
	text-align: left;
    color: #4f7699;
    font-weight: bold;
	}	
.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 {
	text-align: left;
	font-size: 24px;
	color:#333;	
	}	
	
.about-bg1 .container img{
	padding:0 0 20px 0 ;
}
.about-bg1 .container .info{
color:#666;
text-align:left; 
font-size: 18px;
line-height: 24px;
padding-bottom: 20px;
}

.storeList {
}
.storeList .data {
    margin-top: 30px;
	font-size: 16px;
}
.storeList .Img {
    float: left;
    margin-right: 20px;
	display: none;
}
.storeList .Img img {
    display: block;
}
.textEditor img {
    max-width: 100%;
}
fieldset, img {
    border: 0;
}
.storeList .Txt {
    float: left;
    padding:15px 0px 0 30px;
}
.storeList .Txt h3 {
    margin-bottom: 10px;
    font-size: 24px;
	color:#ff9900;
	font-weight:bold;
	float: left;
	border-left: 4px solid #ff9900;
	padding:0 5px;
	}

.storeList .Rig p {
    /*display: inline-block;*/
	text-align:left; 
	 clear: left;
    margin-right: 10px;
	color:#333;
	font-size: 16px;
}
.storeList .Rig img {
	float: left;

}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.storeList .item {
    /* background: #f6f6f6; */
    background: -moz-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
    /* background: -webkit-linear-gradient(top, #f6f6f6 0%,#ffffff 50%,#f6f6f6 100%); */
    background: linear-gradient(to bottom, #efefef 0%,#ffffff 50%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=0 );
}
.storeList .data:nth-child(even) .Img {
    float: right;
    margin: 0 0 0 20px;
}
.storeList .Img {
    float: left;
    margin-right: 20px;
}

.news-list {
	background-color: #fff;
	-webkit-animation-delay: 1s;
	}


.ul-s1 {
    color: #116869;
    /* list-style: none; */
    margin: 20px 0;
    padding: 0 0 0 25px;
    text-align: left;
}
.ul-s1 > li {
    padding: 0;
    margin-bottom: 10px;
    position: relative;
}
.ul-s1 > li span {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	font-size: 1rem;
	color: #000;
	line-height: 30px;
	text-align: center;
	background-color: #9abdd2;
    position: absolute; 
    left: 0; 
    top: 2px; 
    z-index: 9; 
}
.ul-s1 > li i{
    padding-right: 5px;
	color: #bb2c2b;
}
.ul-s1 li img {
    border: 1px solid #adadad;
    margin-bottom: 20px;
}
.fancybox-lock .fancybox-overlay {
    z-index: 99999999;
}



/*-----客製開發-----*/
.customize-bg1 {
	/*background:url(../images/about_bg1.jpg) repeat left top;*/
	padding-bottom: 100px;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	padding-top: 30px;
	padding-bottom: 50px;
}

.customize-bg1 h2 {
	text-align: left;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #ffc266;
	padding: 8px;
	font-size: 30px;
		
	}
.customize-bg1 h3 {
    text-align: left;
    color: #4f7699;
    font-weight: bold;
}
.customize-bg1 p {
	text-align: left;
	/*font-size: 24px;*/
	color: #666;
	}	
	
.customize-bg1 .container img{
	/*padding:0 0 20px 0 ;*/
}



.commodity-list [class *=col-] {
    padding: 30px 20px 0px 25px;
}

.commodity-list [class *=col-]:nth-of-type(3) {
    padding: 30px 25px 50px 20px;
}

.commodity-list img {
	width:100%;
    vertical-align: bottom;
	border-radius:50%;
	border: 3px solid #d79e48;
	padding:5px;
	-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	text-align: center;
}

.commodity-list dd.title {
    color: #000;
    font-size: 24px;
    /*min-height: 48px;*/
	text-align: center;
	margin:10px;
	/*border-bottom: 2px solid #d79e48;
	margin:15px 60px 10px 60px ;*/
}
.yellow_line {
    width: 120px;
    height: 3px;
    background-color: #f90;
    margin: 0 auto 15px;
	}
.commodity-list dd.info {
    color: #808080;
    padding-bottom: 20px;
}

.commodity-list dd.more {
    text-align: center;
}

.commodity-list dd.more a {
    padding: 6px 60px;
    background-color: #fff;
    border-radius: 20px;
    color: #000;
	border:  1px solid #c0c0c0;

}

.commodity-list dd.more a:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}
/*-----檢測結果-----*/
.achievement-content  h3 {
	text-align: left;
    color: #4f7699;
    font-weight: bold;
	}	
.achievement-content p{
	text-align: left;
	line-height:34px;
    color: #666;
}

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

.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 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:#fdcf87;
	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: #ffe9c7;
	text-align: center;
	color: #000;
	font-weight: bold;
	border: 1px solid #fdcf87;	
	padding:4px 5px;	
}
.table1 th.y1 {
	background: #dde9b6;
	
}
.table1 td {
	padding: 0 5px;
	border-bottom: 1px dotted #fdcf87;
	border-right: 1px solid #fdcf87;
	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';
}	


	
/* -------------------------- 產品系列 -------------------------- */
.content-box {
	/*background:url(../images/about_bg1.jpg) repeat left top;*/
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 20px;
	/*line-height: 26px;
	padding-top: 30px;*/
	padding-bottom: 60px;
    padding-top: 60px;
}
.content-box h2 {
text-align: left;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #ffc266;
    padding: 8px;
    font-size: 30px;
	color: #fff;		
	}	
.content-box .more {
    text-align: right;
	margin:20px 10px ;
}
.content-box .more a {
padding: 6px 20px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
	border:  1px solid #c0c0c0;}
.content-box .more a:hover {
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
.product-list ul [class *= col-] {
	margin-bottom: 10px;
	padding-right: 15px;
    padding-left: 15px;
}
.content-box .more img{
    padding: 0 10px 0 0;
}

.product-list {
	text-align: left;
}


.product-list img {
   width: 100%;
	vertical-align: bottom;
	/*outline: none;
	border: none;
	display: block;*/
	border: 1px solid #83afcc;
	padding: 9px;
}

.product-list dl {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 30px 0;
}
.product-list dl dd.title {
    color: #000;
    font-size: 20px;
	text-align: center;
	margin: 5px;
	font-weight:bold;
}

.product-list dl dd.info {
    color: #808080;
    /*padding-bottom: 10px;*/
	font-size: 18px;
	text-align:left;
}
.product-list dl .more {
	background: #44916c; /* Old browsers */
	text-align: center;	
	margin:  0px 70px  0px 70px;
	padding:5px 10px ;
	border-radius: 8px 8px;
	color:#fff;
	font-size: 16px;
	}
.product-list dl .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: center;
	margin-top: 10px;
}
.price a {
	background: #44916c;
    padding: 5px 30px;
    border-radius: 8px 8px;
    color: #fff;
    
}
.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: 60px;
	border: 1px solid #cfcfcf;
	padding: 2px;
	text-align: center;
}
.show_small li img {
	max-width: 56px;
	max-height: 56px;
	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;
}
/* -------------------------- 最新消息 -------------------------- */

.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: #f3f5f7;
}
/*.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: #497dbd;
	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%;
}

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


/*回目錄頁*/

.news dd .more {
    text-align: right;
	margin:50px 0 ;
}
.news dd .more a {
    padding: 6px 80px;
    background-color: #fff;
    border-radius: 20px;
    color: #000;
	border:  1px solid #c0c0c0;
}
.news dd .more a:hover {
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}

.news .back_news{
    text-align: right;
	margin:50px 0 ;
}
.news .back_news a {
    padding: 6px 80px;
    background-color: #fff;
    border-radius: 20px;
    color: #000;
	border:  1px solid #c0c0c0;
}
.news .back_news a:hover {
    box-shadow: 4px 4px 12px -2px rgba(20%,20%,40%,0.5);
}
/* ----------------- 跳出視窗 ----------------- */

#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: auto;
    height: 240px;
    padding: 20px;
    border: 1px solid #999;
    position: absolute;
    overflow: auto;
    top: 50%;
    left: 50%;
    margin-top: -105px;
    margin-left: -185px;
}
.show_content h1 {
	background-color: #e3a759;
	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: 40px;
}
#hide_btn a {
	display: inline-block;
	/*background-color: #f7d3a5;*/
	border: 1px solid #c0c0c0; 
	border-radius: 10px;
	
	color: #666;
	padding: 5px 20px;
	margin: 0 3px;
}	
	
/*--------極精光-------*/
.ultrafine-txt h3{
	margin-bottom: 10px;
    font-size: 24px;
    color: #ff9900;
    font-weight: bold;
    text-align: left;
    border-left: 4px solid #ff9900;
    padding: 0 5px;
}
.ultrafine-txt h4{
	text-align: left;
    color: #4f7699;
    font-weight: bold;
	font-size: 22px;
}
.ultrafine-txt span{
    font-weight: bold;
}



