
@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: 70px;/*有頂部固定導髚條時設置*/
	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 -------------------------- */
.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 {
	background:url(../../images/service_bg.jpg) repeat left top;
	padding-bottom: 100px;
	text-align: left;
	position: relative;
}
.service-list h1{
	margin: 0;
	font-size: 32px;
	padding: 30px 0 35px;
	text-align: center;
	font-weight: bold;
	color: #195c8f;
}
.service-list h2{
	margin: 0;
	font-size: 32px;
	padding: 5px 0 10px;
	text-align: center;
	font-weight: bold;
	color: #195c8f;
}
.service-list [class *= col-] {
	background:rgba(0, 111, 181, 0.1);
	padding: 30px 10px 30px 20px;	
	border-radius:20px;
	padding-right: 15px;
    padding-left: 15px;
}
.service-list [class *= col-] p {
	/*padding: 10px 0 10px;*/
	/*font-size: 18px;*/
	color: #000;
	border-bottom: 1px dashed #777;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.service-list dt {
	background-color: #7b7b7b;
	width: 80px;
	float: left;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
}
.service-list dt span {
	display: block;
}
.service-list dd {
	overflow: hidden;
	line-height: 28px;
	margin:0 15px 0 15px;
	height: 128px;
}
.service-list dd h5 a{
	color: #2d5ab4;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
.service-list dd P {
	display: block;
	color: #383838;
	font-size: 15px;
	margin: 0 20px 6px 0;
	text-align: left;
}

/*.news dl dd h5 span:before {
	content: '\f073';
	font-family: 'FontAwesome';
	font-size: 17px;
	color: #1f4fa1;
	margin-right: 6px;
}*/
.img_ss {
	width: 98%;
	float: none;
	margin: 0 auto 2%;
}
/* -------------------------- 產品目錄 -------------------------- */
.products-list {
	background: url(../../images/product_bg.jpg) no-repeat center top;
	text-align: center;
	color: #fff;
	position: relative;
	padding-bottom: 100px;
}
.products-list .name-box {
    background-color: rgba(255,255,255,0.5);
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 40px;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    color: #196a63;
	}
	
.products-list .name {
	
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 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:#196a63;
	font-size: 32px;
}
.products-list .name em {
    color: #196a63;
    font-size: 22px;
}.products-list [class *= col-] {
	margin: 0 15px;
}
.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: 0 0 0px 0;
}
.products-list [class *= col-] h2 span {
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	z-index: 9;
	display: inline-block;
	width: 100%;
	background-color:#585858;
	/*background-color: rgba(0,0,0,0.8);*/
	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 {
	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;*/
}
.news-list dd ul {
	list-style: none;
	margin: 20px 0 30px;
	padding: 0;	
}
.news-list dd ul li {
}
.news-list dd ul li a {
	display: block;
	color: #282828;
	padding: 8px 5px;
	border-bottom: 1px solid #b4b4b4;
}
.news-list dd ul li a:hover {
	background: #d67d72; /* Old browsers */
	background: -moz-linear-gradient(left,  #d67d72 0%, #df9a91 51%, #d67d72 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d67d72 0%,#df9a91 51%,#d67d72 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d67d72 0%,#df9a91 51%,#d67d72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67d72', endColorstr='#d67d72',GradientType=1 ); /* IE6-9 */
	color: #fff;
}
.news-list dd .more {
	text-align: center;	
}
.news-list dd .more a {
	background: #a06073; /* Old browsers */
	background: -moz-linear-gradient(top, #a06073 0%, #734250 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a06073 0%,#734250 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a06073 0%,#734250 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a06073', endColorstr='#734250',GradientType=0 ); /* IE6-9 */
	border: 1px solid #fff;
	padding: 7px 40px 8px;
	border-radius: 5px;
	color: #fff;
}
.news-list dd .more a:hover {
	background: #a06073; /* Old browsers */
	background: -moz-linear-gradient(top, #734250 0%, #a06073 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #734250 0%,#a06073 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #734250 0%,#a06073 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#734250', endColorstr='#a06073',GradientType=1 ); /* IE6-9 */
}
/* -------------------------- 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;
}
*/

