
@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: 60px;/*有頂部固定導髚條時設置*/
}
/*==================  navbar-fixed  ======================*/
header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.navbar-fixed {
	height: 65px;
	background:url(../../images/navbar_bg.jpg);
}
/* ----------------------- navbar-nav ----------------------- */

.navbar-default {
	background: none;
}
.navbar-header .navbar-brand {
	background: url(../../images/logo_2.png) no-repeat left 2px;
	width: 219px;
	height: 48px;
	text-indent: -9999px;
}
.navbar {
	position: relative;
	border: none;
	margin-bottom: 0;
}
.navbar-nav {
	float: right;
	margin-top: 15px;
	margin-right:15px;
}
/*.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:#666;
	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: #0c597d;
	/*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;
}

/* -------------------------- search設定 -------------------------- */.search {
	width: 250px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
input[type="text"]{
	padding:0px 10px; 
	cursor:pointer;
}
.search .btn-blue{
	background:#1c44b9;
	color:#FFF;
	margin-bottom:2px;
}


/*.search label {
	display: none;
}
.search .search_input {
	width: 2px;
	border: 2px solid #66a7c5;
	border-right: none;
	padding: 5px 5px 6px 5px;
}
.search input.input_ok {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: url(../../images/search_btn.jpg) no-repeat left bottom;
	border: none;
	width: 31px;
	height: 28px;
	margin: 0 0 0 -5px;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	*text-indent: -9999px;
}
td.gsc-input {
	margin: 0;
  padding: 0;
}	
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	width: 162px;
	height: 30px;
	border-color: #dadada;
	margin: 0px 0 0 0;
	padding: 0;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0;
	margin: 0;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #7d94d7;
	background-color: #1c44b9;
	background-image: none;
	filter: none;
}
input.gsc-search-button-v2 {
	width: 13px;
	height: 11px;
	padding: 6px 10px 6px;
	min-width: 13px;
	color: #000;
	box-sizing: content-box;
	margin: 5px 0 0;
}*/
@media (min-width: 992px) {
	.search {right: 50px;}
}



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

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  top center;
	height: 60px;
}
header.shrink .navbar-brand {
	background: url(../../images/logo_2.png) no-repeat left 13px top;
	width: 250px;
	height:48px;
	margin-top: 0px;

}

/* -------------------------- banner -------------------------- */
.bxslider1, .bxslider2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.banner-l {
	display: none;
}

.banner-l, .banner-m {
	position: relative;
}
/*.bx-wrapper .bx-prev,.bx-next{
	background-color:rgba(0, 0, 0, 0.5);
	}*/


/* -------------------------- scroll -------------------------- */
.scroll {
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 9;
	cursor: pointer;
	}
.scroll img {
	display: block;
	margin: 0 auto;
}
/* -------------------------- 共同設定 -------------------------- */
.about-list h1, .products-list h1, .news-list h1 {
	margin: 0;
	font-size: 32px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.about-list .container .row, .products-list .container .row, .news-list 

.container .row, {
	padding: 50px 15px;

}

.google-font1 {
	font-family: 'Ubuntu', sans-serif;
	}
	
/* -------------------------- 最新消息 -------------------------- */
/*.service-list .main-content .col {
    float: left;
    width: 50%;
    padding: 0 4%;
}
.service-list .main-content .title {
    font-family: Arial, serif, 微軟正黑體;
    font-size: 27px;
    color: rgb(34, 34, 34);
    margin-bottom: 20px;
}

.service-list .about-box .editor {
    min-height: 150px;
    font-size: 17px;
}
.service-list .main-content .btn-box {
    padding-top: 50px;
}
.service-list .btn-box {
    padding-top: 72px;
    position: relative;
    text-align: center;
}
.service-list .main-content .btn.more {
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #0078CA;
    line-height: 28px;
    padding: 0 15px;
}


*/
/* -------------------------- 產品目錄 -------------------------- */
.product_box{
	background:url(../../images/bg.jpg) repeat;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	padding: 0 10%;
}
/*.product-list {
	text-align:center;
	padding: 0 auto;
}*/

.name-box {
	font-size: 35px;
	font-weight: bold;
	color: #5d5d5d;
	text-align: center;
	font-weight: bold;
	padding:15px;
	margin: 0 auto;
}
.name-box .name {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 5px 20px;
	line-height: 1.2;
	box-sizing: border-box;
}
.name-box strong{
	color:#dc0000;	
}

.name-box .name span {
    display: block;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}
.name-box .name:after {
    left: 100%;
}
.name-box .name:before, .name-box .name:after {
    content: '';
		padding: 0 80px;   /*標題線的長度待改*/
    border-top: 1px solid #5d5d5d;
    position: absolute;
    top: 50%;
	}
.name-box .name:before {
    right: 100%;
}

/*首頁產品列表*/
.product-list div {
	margin:10px 5px;
	text-align: center;
}

/*.product-list li:nth-child(4n+1) {
    clear: left;
}

.product-list li a {
    max-width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
}*/

.product-list .text {
    transition: all .2s;
    border-radius: 10px;
    padding: 30px 0 25px 0 ;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.product-list a:hover .text {
    background: #EFEFEF;
    transition: all .2s;
}
.product-list img{
	width:70%;
	height: auto;
	display: block;
  margin: 0 auto -50px auto;
	z-index: 10;
	/*border-radius: 50%;*/
	border: 5px solid #fff;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.product-list .name {
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: block;
    text-align: center;
    color: #3683bd;
    font-size: 17px;
    margin: 30px 0 20px 0;
    font-weight: bold;
}

.product-list .more {
    border: 1px solid #CCCCCC;
    border-radius: 40px;
    margin: 0 auto;
    display: block;
    transition: all .2s;
    max-width: 120px;
    text-align: center;
    color: #5d5d5d;
		font-size: 14px;
		font-weight: bold;
}

.product-list a:hover .more {
    background: #3683bd;
    color: #fff;
    transition: all .2s;
}




/* -------------------------- index_list -------------------------- */
.index_list ul{padding:0;}
.index_box1 li{
	list-style: none;
	padding: 5px 0 5px 30px ;
	text-align: left;
	background: url(../../images/title-arrow.png) no-repeat left center;
	line-height: 2;
	border-bottom: dotted #999999 1px;
	width:95%;
	font-size:18px;
	font-weight:bold;
}
.index_box1 b{
	color:#a2a0a7;
	margin-right:20px;
}
.index_box1 .more,
.index_box2 .more{
	text-align: right;	
	font-weight: bold;
	margin: 20px 10% 20px 0 ;
}

.index_box1 .more a,
.index_box2 .more a{
	color: #3b3b3b;
	font-size: 20px;
	padding: 8px 20px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	border: 2px solid #959595;
}
.index_box1 .more a:hover,
.index_box2 .more a:hover{
	color:#3683bd;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}



.index_box2{
	font-size:18px;
	font-weight: bold;
}
.index_box2 p{ padding:0 40px;}
.index_box2 p span{ color:#9b8b1e;}



/* -------------------------- footer -------------------------- */
.footer-list {
	background: #595959; /* Old browsers */
	background: -moz-linear-gradient(top, #595959 1%, #3d3d3d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #595959 1%,#3d3d3d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #595959 1%,#3d3d3d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */
	font-family:"微軟正黑體", Geneva, sans-serif;
	text-align: left;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	padding: 10px 10%;
	margin-top:50px;
}
.footer-list h2{ font-size:21px; padding-bottom:10px;}
.footer-list .info ul li{
	padding:5px 0 5px 30px;
	color: #ccc;
	font-weight: bold;
	background: url(../../images/footer-li.png) left center no-repeat;
	width: 50%;
	float: left;
}

.copy {
	background:url(../../images/bg.jpg) repeat-x center bottom;
	width:100%;
  height: 60px;
	color: #303030;
	padding: 18px 0;
	font-size: 15px;
	text-align: center;
}
.copy span {
	display: none;
}
/*.flow_list {
	border: 1px solid #99c2d6;
  padding: 5px 10px;
  margin: 20px 0;
  color:#099;
}*/
.info a{ color:#cccccc;}
.info a:hover{ color:#FFF;}


/* 電話直播 */
.address_map {
	text-align: center;
	padding: 20px 0;
}
.address_map .btn-blue {
	background-color: #3683bd;
	border: 1px solid #3683bd;
	color: #fff;
}
.address_map a {
	color: #fff;
	font-size: 15px;
	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 {
	border: 1px solid #fff;
}