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


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

.navbar-fixed {
	top: 0px;
	visibility: visible;
	position: fixed;
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	z-index: 10001;
	background: #fff;
	height: 72px;
	-webkit-box-shadow: 0 0 15px #424242;
	-moz-box-shadow: 0 0 15px #424242;
	box-shadow: 0 0 15px #424242;
}

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

.navbar-default {
	background: none;
	/*border-bottom: 7px solid #ef9fae;*/
}
.navbar-header .navbar-brand {
	background: url(../../images/logo.png) no-repeat left center;
	width: 223px;
	height: 72px;
	text-indent: -9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .navbar-header .navbar-brand  {
        background-image: url(../../images/logo@2x.png);
        background-size: 223px 53px;
    }
}
.navbar {
	position: relative;
	border: none;
	margin-bottom: 0;
}
.navbar-nav {
}
.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: #000;
	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: 27px;
	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: #dc0303;
	/*text-shadow: 0px 2px 0px #fff;*/
}


.navbar-text {
	position: absolute;
	right: 50px;
	top: -50px;
	z-index: 10;
	display: none;
}
.navbar-text img {
	width: 20px;
	margin: 0 3px;
}
.navbar-default .navbar-link {
    color: #fff;
}
.navbar-default .navbar-link:hover {
    color: #fff;
}

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

.pagination > li > a,
.pagination > li > span {
	color: #333333;
  	border: 1px solid #333333;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}
.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: #333333;
	border-color: #333333;
}

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

/* -------------------------- 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;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	color: #fff;
	line-height: 30px;
}
.address_info span {
	display: block;
	margin: 0 3px;
	padding: 0;
	}
.address_info span.red {
	color: #cfd43d;
	display: none;
	}
.address_info span.red a {
	color: #cfd43d;
	}
.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: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	color: #333;
}
.address_map .btn-pink {
	background-color: #dc0303;
	border: 1px solid #dc0303;
	color: #fff;
}




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

.content {
	/*background: #fff url(../images/back_content.jpg) repeat-x center top;
	padding-top: 29px;*/
}
.content-box {
	background-color: #fff;	
/*	border-left: 1px solid #686867;
	border-right: 1px solid #686867;*/
}

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

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

}
.navsub h2 {
	background-color: #fff;
	font-weight: bold;
	color: #000;
	padding: 12px 5px 11px;
	margin: 30px -15px 10px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #c1c1c1;
}
.navsub ul {
	list-style: none;
	margin: 0 -15px;
	padding: 10px 0 40px 0;
}
.navsub ul li {
	border-bottom: 1px solid #c1c1c1;
}
.navsub ul li a {
	display: block;
	color: #000;
	padding: 10px 0;
}
.navsub ul li a:hover {
	color: #dc0303;
}

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



/* 快速選單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 {
	text-align: center;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

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

.content-main {
	padding: 0 20px 40px;
	text-align: justify;
	min-height: 300px;
}

.content-main > h1.title {
	background: #121212 url(../images/back_h1.jpg) repeat-x center top;
	color: #fff;
	margin: 29px -20px 30px -20px;
	padding: 12px 20px 15px;
	font-size: 29px;
	text-align: left;
	position: relative;
}


.content-main > h2.title {
	border-left: 10px solid #000;
	padding: 0 0 5px 10px;
	color: #000;
}



/* -------------------------- 產品介紹 Product&Service -------------------------- */


/* 選單設定 */
.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 #b8b8b8;
	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: #8b8b8b;
	color: #fff;
	text-decoration: none;
}
.product-btn li a:hover:before {
	color: #fff;
}
.product-btn li a.active:before {
	color: #fff;
}





/* -------------------------- 最新消息 -------------------------- */

.news {
}
.news dl {
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #b5b5b5;
	padding: 30px 15px 30px 15px;
	margin: 0;
}
.news dl dt {
	width: 100%;
	float: none;
	margin-bottom: 10px;
	position: relative;
}
.news dl dt img {
	width: 100%;
	/*border: 7px solid #333;*/
}
.news dl dd {
	overflow: hidden;
	line-height: 28px;
}
.news dl dd h5 {
	color: #dc0303;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	text-align: left;
}
.news dl dd h5 span {
	display: block;
	color: black;
	font-size: 13px;
	margin: 0 0 6px 0;
	padding: 0;
}
.img_ss {
	width: 98%;
	float: none;
	margin: 0 auto 2%;
}

/*新聞內頁*/
.news_detail {
}
.news_detail img {
	float: left;
	max-width: 100%;
	margin: 6px 10px 10px 0;
}
.news_detail h5 {
	color: #de020c;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px 0;
}
.news_detail h5 span {
	display: block;
	color: black;
	font-size: 13px;
	margin: 0 0 6px 0;
	padding: 0;
}
.news_detail h5 span:before {
	content: '\f125';
	font-family: 'Flaticon';
	font-size: 17px;
	color: #1a8f3b;
	margin-right: 6px;
}
.news_detail p {
	margin-bottom: 1%;
}
.img_sm {
  width: 34%;
  float: left;
  margin: 10px 2% 2% 0;
}


/*回目錄頁*/
.more, .back_news {
	text-align: right;
}
.more a, .back_news a {
	background-color: #333;
	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: #88120f;
	color: #fff;
	text-decoration: none;
}



/* -------------------------- 文件下載 Core Technologies -------------------------- */

.technology-down {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.technology-down li {
}
.technology-down li:nth-of-type(2n+1) {
	background-color: #e8e8e8;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.technology-down li:hover {
	background-color: #c3c3c3;
}
.technology-down li span {
	margin-right: 10px;
	text-decoration: underline;
}
.technology-down li a {
	display: block;
	color: #333;
	padding: 10px;
}
.technology-down li a:hover {
	text-decoration: none;
}
.technology-down li a:before {
	font-family: "FontAwesome";
	content: "\f019";
	margin: 0 6px;	
}




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

.table1 {
	border-collapse: collapse;
	border-width: 0 1px 2px 1px;
	border-style: solid;
	border-color: #cccccc;
	text-align: center;	
}
.table1 tr:nth-child(odd) {
}
.table1 th {
	background: #b2b2b2;
	text-align: center;
	color: #333;
	font-weight: bold;
	border: 1px solid #cccccc;	
	padding:4px 5px;	
}
.table1 th.y1 {
	background: #dde9b6;
	
}
.table1 td {
	padding:4px 5px;
	border-bottom: 1px dotted #cccccc;
	border-right: 1px solid #cccccc;	
}
.table1 td.c {
	text-align: center;
    background: #efefef;	
}
.table1 td.d {
	text-align: center;
}
.table1 td:last-child{
	border-right: none;
}
.table1 a.file {
	display:inline-block;
	width:16px;
	height:16px;
	background: url(file_doc.png) no-repeat left top;
	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;
	}	
	
.table2 {
	text-align: center;
	margin: 10px 0 20px 0;
}	
.table2 td.c {
	text-align: left;
	color: #a94442;
}		
.table2 td.s {
	text-align: left;
}
	
.table2 td a.more {
	background: #b4ce5d;	
	color: #fff;
	border-radius:2px;	
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;	
	padding:2px 10px;
	margin: 0 5px;
	cursor:pointer;
}






/* -------------------------- 聯絡我們 -------------------------- */

.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: 0px;
}
