
@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: 10000;
}

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


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

.navbar-default {
	background: none;
	/*border-bottom: 7px solid #ef9fae;*/
}
.navbar-header .navbar-brand {
	background: url(../../images/logo_2_n.png) no-repeat left 13px;
	width: 314px;
	height: 59px;
	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: 65px;
}
header.shrink .navbar-brand {
	background: url(../../images/logo_2_n.png) no-repeat left 13px;
	width: 300px;
	/*height: 46px;*/
	margin-top: 0px;

}

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

.banner-l, .banner-m {
	position: relative;
}
/* -------------------------- 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;
}


*/
/* -------------------------- 產品目錄 -------------------------- */
.products-list {
	background: url(../../images/product_bg.jpg) no-repeat center top;
	/*text-align: center;*/
	color: #fff;
	position: relative;
	padding-bottom: 25px;
}
.products-list .name-box {
    background-color: #959595;
    margin-top: 30px;
    /*margin-bottom: 50px;*/
    font-size: 40px;
    padding: 5px 0;
    text-align: left;
    font-weight: bold;
    color: #fff;
	}
	
.products-list .name {
	
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 5px 20px;
    color: #222;
    font-size: 19px;
    line-height: 1.2;
   /* margin-bottom: 12px;*/
    max-width: 100%;
    box-sizing: border-box;
	}	
.products-list .name span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#fff;
	font-size: 32px;
}
.products-list .name em {
    color: #196a63;
    font-size: 22px;
}

.products-list .responsive{
	background:#FFF;
	-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.2);
	}

.products-list [class *= col-] {
	margin: 50px 35px 20px;
}
.products-list [class *= col-] img {
	display:block;
	width: 100%;
	vertical-align: bottom;
	border-color:#fff;
	border-style:solid;
	border-width:3px;
}
.products-list [class *= col-] .box {
	padding: 20px 0 20px 0;
}
.products-list [class *= col-]:nth-of-type(4n+1) .box {
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #565656 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#565656 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#565656',GradientType=0 ); /* IE6-9 */

}
.products-list [class *= col-]:nth-of-type(4n+2) .box {
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #565656 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#565656 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
}
.products-list [class *= col-]:nth-of-type(4n+3) .box {
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #565656 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#565656 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
}
.products-list [class *= col-]:nth-of-type(4n+4) .box {
	background: #565656; /* Old browsers */
	background: -moz-linear-gradient(top,  #565656 0%, #565656 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #565656 0%,#565656 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #565656 0%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
}
/*.products-list [class *= col-] h2 {
	
	font-size: 22px;
	margin: 60px 0 60px 0;
}*/


.products-list .list-box{
	text-align: center;
	}
.list-box a {
    display: block;
    border: 1px solid #e1e1e1;
    padding: 1em;
    box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 1px;
}
.list-box img {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto;
}	
.list-box h2 {
    font-size: 1.125em;
    margin: 0.5em 0 0.5em 0;
    padding-bottom: 0.35em;
    border-bottom: 1px dashed #AFAFAF;
    font-family: Lato, Helvetica, Arial, sans-serif;
}
.list-box p {
    font-size: 0.8em;
    margin-top: 0.25em;
    line-height: 1.25em;
}
/*.products-list [class *= col-] h2 span {
	left: 0;
	bottom: 0;
	z-index: 9;
	display: inline-block;
	width: 100%;
	background-color:#585858;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 15px 5px;
}

.products-list [class *= col-] p {
	font-size: 15px;
	margin-bottom: 30px;
}
.products-list [class *= col-] h2 a{
	color:#FFF;
}
.products-list [class *= col-] h2 a:hover{
	color:#fff9b2;
}
.products-point {
	background-color: #064a74;
	height: 50px;
	}*/
/* -------------------------- 新聞訊息 -------------------------- */
.news-list .list_box1{
	background:#fff;
	border: 3px solid #e1e1e1;
	padding: 5px 5px 25px;
	border-radius: 5px;
    width: 98%;
    margin: 0 1%;
}
.news-list .list_box1 dt h1{
	color: #333;
    font-size: 24px;
    text-align: left;
    padding: 10px 5px;
    margin: 0 0 15px;
    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: 1px solid #e1e1e1;
	
	}
.news-list .list_box1 dt h1 samp{
	color: #dd5d31;

	}
.news-list .list_box1 dd p{
	padding: 15px 15px;
    padding-bottom: 37px;

	}
.news-list .list_box1 dd p samp{
	color:#ba0000;
	font-weight: bold;
	}
.news-list dd .more {
	text-align: right;	
	font-weight: bold;
}
.news-list dd .more a {
	border: 1px solid #f9ac92;
    padding: 7px 25px 8px;
    border-radius: 5px;
    color: #dd5d31;
}
.news-list dd .more a:hover {
/* 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 */
}

.news-list .list_box2{
	background:#fff;
	border: 3px solid #e1e1e1;
	padding: 5px 5px 25px;
	border-radius: 5px;
	width: 98%;
    margin: 5% 1%;

}
.news-list .list_box2 dt h1{
	color: #333;
    font-size: 24px;
    text-align: left;
    padding: 10px 5px;
    margin: 0 0 15px;
    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: 1px solid #e1e1e1;
	
	}
.news-list .list_box2 dt h1 samp{
	color: #dd5d31;

	}
.news-list dd ul {
	list-style: none;
	margin: 20px 0 30px;
	padding: 0;	
}
.news-list dd ul li samp{
	color:#2b32b2;
}
.news-list dd ul li a {
	display: block;
	color: #282828;
	padding: 5px 5px;
	border-bottom: 1px solid #b4b4b4;
}
.news-list dd ul li a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffff+0,d2ebf9+100;Blue+3D+%2312 */
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 ); /* IE6-9 */}



/*.news-list {
	background: url(../../images/news_bg.jpg) no-repeat center top;
	background-size: auto 100%;
	text-align: center;		
}
.news-list h1 {
	background: url(../../images/about_title.jpg) no-repeat center top;
	background-size: 100% 100%;
}
.news-list img {
	width: 100%;
	vertical-align: bottom;
}
.news-list dl {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 40px;
	background: rgba(195, 198, 202, 0.7);
	position: relative;
}
.news-list dl:after {
	content: "";
	display: block;
	background: url(../../images/news_shadow.png) no-repeat center top;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 9;
	width: 100%;
	height: 30px;
}
.news-list dd h2 {
	color: #3c7590;
	font-size: 24px;
/*	min-height: 78px;*/

/* -------------------------- 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;
}
.footer-list .name-box {
	
    /*margin-top: 30px;
     margin-bottom: 20px; */
    font-size: 40px;
    /* padding: 15px 0;*/
   text-align: center;
    font-weight: bold;
    color: #6f6f6f;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.footer-list .name {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 5px 20px;
    line-height: 1.2;
    max-width: 100%;
    box-sizing: border-box;
}
.footer-list .name span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 32px;
}
.footer-list .name:after {
    left: 100%;
}
.footer-list .name:before, .footer-list .name:after {
    content: '';
    width: 40%;
    border-top: 1px dashed #6f6f6f;
    position: absolute;
    top: 50%;
	}
.footer-list .name:before {
    right: 100%;
}

.address_info {
	padding-bottom: 10px;
	text-align:center;
}
/*.address_info div {
	display: inline-block;
}
*/
.address_info .nav_supp {
	vertical-align: top;
	display: none;
	padding:35px 5px 0;
}

.address_info .nav_supp img{
	vertical-align: top;
	text-align:left
	
}
.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;
	color: #898989;
    /*height: 150px;*/
}
.address_info .add dt{
	font-size: 18px;
	padding:2px 0;
	}
.address_info .add dt i{
	padding-right: 10px;
}
.address_info .add h2{
	font-size:23px;
	color:#db582b;
	padding:2px 0;
	margin-bottom: 0px;
	font-weight: bold;
	}
.address_info .add p{
	padding:2px 0;
	/*font-size: 20px;*/
	}
.address_info .share {
	display: block;
	vertical-align: top;
	padding:40px 0 0;
}
.address_info .share .arrangement ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.address_info .share .arrangement 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;	*/
}
.copy {
	background: url(../../images/footer_bg.jpg) repeat-x center bottom;
    height: 50px;
	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: #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;
}
*/

