
@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;
}*/


@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;
}
.content{
	padding-top:10px;
}

/* -------------------------- banner -------------------------- */
.bxslider1, .bxslider2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.banner-l {
	display: none;
}
.banner-m {
	display: block;
}
.banner-l img, .banner-m img {
	max-width: 100%;
	vertical-align: bottom;
}


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

/*.content-box {
	background-color: #fff;	
	min-height: 500px;
	margin-top: 30px;
	padding-top: 20px;
}*/
.container .navsub{
	position: relative;
	font-size: 15px;
}
.container .navsub-select{
	padding: 0 15px;
}

/* 麵包屑 */
.breadcrumbs {
	width:100%;
	background: #fbfbfb; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfbfb 0%, #dfdfdf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#dfdfdf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fbfbfb 0%,#dfdfdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */;
	
	text-align: right;
	padding-right: 10%;
}
.breadcrumbs a {
	display: inline-block;
	color: #4e4e4e;
	padding: 10px 0;
	text-decoration: underline;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #5c5c5c;
	font-size: 100%;
	font-weight: bold;
}
.breadcrumbs i{
	color:#4e4e4e;
}

/*內容標題*/
.content .main-title{
	font-size: 24px;
	color: #8da1bd;
	padding: 0 0 10px 0;
	font-weight: bold;
	letter-spacing: 0.2;
	border-bottom: 1px #d7d7d7 dashed;
}
.content .sub-title{
	font-family: "Arial", Geneva, sans-serif;
	font-size: 22px;
	background: #f4f6f6;
	padding: 7px 10px;
	border-left:#e70000 6px solid;
}
.content .sub-title span{color: #e70000;}



/* ------------------------ 左側選單 ------------------------ */
.navsub h2, .navsub-select h2 {
	font-family:"Arial";
	background: #efefef;
	font-size: 17px;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin-top: 30px;
  padding: 10px 15px;		
}
.navsub h3, .navsub-select h3 {
	font-family:"Arial";
	background: #f3f3f3;
	font-size: 14px;
	color: #6c6c6c;
	font-weight: bold;
  padding: 8px 15px;
	border-top: 1px #e3e3e3 solid;
}


.navsub ul{ padding:0;}
.navsub li{
	list-style: none;
	margin-left: 10px;
	padding: 10px 0 0 15px;
	/*line-height: 25px;*/
	background: url(../images/navsub_arrow.png) no-repeat center left;
	font-weight: bold;
	border-bottom: 1px #d7d7d7 solid;
}

.navsub li a {
	display: block;
	margin-bottom: 9px;
	color:#878485;
}
.navsub li:hover {
	background: #efefef;
	transition: all .2s;	
}
.navsub .nav02{ padding-top: 5px;}
.navsub .nav02 li{
	background: none;
	border: none;
	padding: 0 0 0 15px;
}

/* -------------------- 關於我們Company -------------------- */
.container .company_content{
	background:url(../images/bg_company.jpg) right top no-repeat;
}
.company_content p{
	width: 80%;
	line-height: 22px;
	color: #555555;
	padding: 20px 0 0 15px;
	font-family:"Arial";
}
.about_pic img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.company_list1{
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;

}
.company_list1 li{
	background:url(../images/list_arrow1.jpg) no-repeat left top;
	padding: 1px 0 1px 15px;
}
.company_list1 .sub_list1{
	background:none;
}

.list-title{
	color: #000;
	font-size: 17px;
	padding: 0 17px;
	font-weight: bold;
}

/* -------------------- 產品Product -------------------- */
.download{
	background: #f4f6f6;
	border-top: 1px solid #e1e0e0;
	padding: 10px;
	font-weight: bold;
	color: #2c92b8;
}

.download:hover{
	color: #61cdf5;
}
.download i{
	margin-right: 10px;
}
.product_pic img,.agent_pic img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
/* -------------------- 最新消息News -------------------- */

.news dl {
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #b5b5b5;
	padding: 20px 15px;
	margin: 0;
}
.news dl:nth-of-type(2n) {
	background: #f4f6f6;
}
.news dl dt{
	padding: 5px 0;
	border-bottom: #d8d8d8 1px solid;
}
.news dl dt .yearmonth {
	color: #afafaf;
	display: inline-block;
}
.news dl dt .day {
	color: #afafaf;
	display: inline-block;
}

.news dl dd {
	overflow: hidden;
	line-height: 25px;
}
.news dl dd h5 {
	color: #497dbd;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	text-align: left;
}
.news dl dd p {
	color:#333;
	font-size: 16px;
	text-align: left;
}

/*more語法*/
.news dd .more {
	text-align: right;
	margin:50px 0 ;
}
.news dd .more a{
	border: 1px solid #CCCCCC;
	border-radius: 40px;
	margin: 0 auto;
	padding: 7px 70px;
	transition: all .2s;
	max-width: 120px;
	text-align: center;
	color: #5d5d5d;
	font-weight: bold;
}

.news dd a:hover  {
    background: #3683bd;
    color: #fff;
    transition: all .2s;
}
/* 最新消息內頁 */	
.news-header h3 {
	font-size: 20px;
	background: #f4f6f6;
	padding: 10px;
	border-left: #e70000 6px solid;
	margin-bottom: 20px;
	font-weight: bold;
	color: #333333;
}
.news-header h3 span{color: #e70000;}

.news-header time {
	color: #8da1bd;
	font-size: 15px;
	padding-left:15px;
}
.news-content{
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
}
.news-content p {
	color:#666;
	font-size:17px;
	padding-left:15px;
}


/*回目錄頁*/
.news .back_news{
	text-align: right;
	margin:50px 0 ;
}
.news .back_news a {
	border: 1px solid #CCCCCC;
	border-radius: 40px;
	margin: 0 auto;
	padding: 7px 70px;
	transition: all .2s;
	max-width: 120px;
	text-align: center;
	color: #5d5d5d;
	font-weight: bold;
}
.news .back_news a:hover {
	background: #3683bd;
	color: #fff;
	transition: all .2s;
}
/* -------------------- table表格樣式 -------------------- */
.table1{
	width: 100%;
	text-align: center;
	margin: 15px 0;
	font-size: 15px;
}
.table1 th{
	border: 1px solid #000;
	padding: 1px;
	text-align: center;
	background: #337ab7;
	color: #FFF;
}
.table1 td{
	padding: 7px 0;
}
.table1 tr:nth-of-type(2n) {
	background: #f4f6f6;
}

/* -------------------- Contact聯絡我們 -------------------- */
.contact_content p{
	width: 100%;
	line-height: 22px;
	color: #555555;
	padding: 20px 0 20px 15px ;
}
.contact-group{
	border-bottom: 1px dashed #d8d8d8;
	padding-bottom: 20px;
}
.contact-group img{ padding-top:20px;}
.contact-group h2{
	font-size: 20px;
	color: #497dbd;
	font-weight: bold;
}
.contact-group p{
	padding:5px 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: 20px 0;
}
.contact-form [class *= col-] {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
	display: block;
	font-size: 16px;
	color: #333;
	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;*/
}


/* -------------------------- 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;
}