@charset "utf-8";
/* CSS Document */
html,body{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	font-family: 'Arial','微軟正黑體';
	color: #333333;
	margin: 0;
	padding: 0;
}

body{
	background-image: url(../images/bg5.jpg);	
}

a,img,a:active,a:focus{
	outline: none;
	text-decoration: none;
}

p{ 
font-size: 16px;
}

















/* wrap & footer================================================================ */
.wrap{
	width: 100%;
	min-height: 100%;
	display: block;
	padding: 0 0 100px 0;
	margin: 0 0 -100px 0;
}
.footer{
	width: 100%;
	min-height: 100px;
	border-top: 2px solid #001631;
	padding: 10px 0;
	font-size: 18px;
	line-height: 32px;
}
.footer a{
	color: #333333;
	transition: .3s;
}
.footer a:focus,
.footer a:hover{
	color: #337ab7;
	text-decoration: none;
}

@media screen and (max-width:1200px){
	.wrap{
		padding: 0 0 120px 0;
		margin: 0 0 -120px 0;
	}
	.footer{
		min-height: 120px;
	}
}
@media screen and (max-width:990px){
	.wrap{
		padding: 0 0 145px 0;
		margin: 0 0 -145px 0;
	}
	.footer{
		min-height: 145px;
	}
}
@media screen and (max-width:768px){
	.footer{
		padding: 10px 0;
		font-size: 14px;
		line-height: 24px;
	}

}
@media screen and (max-width:450px){
	.wrap{
		padding: 0 0 180px 0;
		margin: 0 0 -180px 0;
	}
	.footer{
		min-height: 180px;
	}
}
@media screen and (max-width:320px){
	.wrap{
		padding: 0 0 200px 0;
		margin: 0 0 -200px 0;
	}
	.footer{
		min-height: 200px;
	}
}





























/* header================================================================== */
.header .header-logo{
	padding: 15px 0;
}
@media screen and (max-width:768px){
	.header .header-logo a{
		padding: 0 10px;
		display: block;
	}

}
.header .header-menu{
	background-color: #001631;
}
.header .header-menu .navbar-default{
	margin: 0;
	background-color: transparent;
	border: none;
	padding: 0;
}
.header .header-menu .navbar-nav{
	width: 100%;
	text-align: center;
}
.header .header-menu .navbar-nav li{
	float: none;
	display: inline-block;
}
.header .header-menu .navbar-nav>li>a{
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus{
	background-color: transparent;
	color: #ffffff;
}
.header .header-menu .navbar-nav>li>a:focus,
.header .header-menu .navbar-nav>li>a:hover{
	background-color: #000000;
}
@media screen and (max-width:990px){
	.header .header-menu .navbar-nav>li>a{
		font-size: 16px;
		padding: 15px 5px;
	}
}
@media screen and (max-width:767px){
	.header .header-menu{
		background-color: transparent;
	}
	.header .header-menu .navbar-collapse{
		padding: 0;
	}
	.header .header-menu .navbar-nav {
		padding: 0;
		margin: 0;
	}
	.header .header-menu .navbar-nav>li{
		width: 100%;
		text-align: left;
	}
	.header .header-menu .navbar-nav>li>a{
		padding: 5px 15px;
		color: #001631;
	}
	.header .header-menu .navbar-nav>li>a:focus,
	.header .header-menu .navbar-nav>li>a:hover{
		background-color: #001631;
		color: #ffffff;
	}
}
.dropdown .dropdown-menu li{
	color: #333333;
	width: 100%;
}
.dropdown .dropdown-menu li .dropdown-menu2 li>a{
	color: #666666;
	transition: .3s;
}
.dropdown .dropdown-menu li .dropdown-menu2 li>a:focus,
.dropdown .dropdown-menu li .dropdown-menu2 li>a:hover{
	background-color: #efefef;
	text-decoration: none;
}

@media screen and (min-width:768px){
	/* 二層選單 */
	.dropdown .dropdown-menu li{
		position: relative;
	}
	.dropdown .dropdown-menu li .dropdown-menu2{
		width: 0px;
		padding: 0;
		list-style: none;
		border: 1px solid rgba(0,0,0,.2);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		right: auto;
		left: 100%;
		top: 0;
		position: absolute;
		opacity: 0;
		transition: .3s;
		border-radius: 4px;
	}
	.dropdown .dropdown-menu li:hover .dropdown-menu2{
		opacity: 1;
		min-width: 180px;
	}
	.dropdown .dropdown-menu li:hover .dropdown-menu2 li{
		display: block;
	}
	.dropdown .dropdown-menu li .dropdown-menu2 li{
		background-color: #ffffff;
		padding-left: 0px;
		transition:.3s; 
		margin-left: 0;
		display: none;
	}
	.dropdown .dropdown-menu li .dropdown-menu2 li>a{
		padding:5px 10px; 
		display: block;
	}
	.dropdown .dropdown-menu li .dropdown-menu2 li>a:hover{
		text-decoration: none;
	}


}














/* banner========================================================================= */
#carousel-id {
	position: relative;
	margin-bottom: 50px;
}
#carousel-id .carousel-indicators{
	position: absolute;
	bottom: -35px;
}
#carousel-id .carousel-indicators li{
	border-color: #666666;
}
#carousel-id .carousel-indicators li.active{
	background-color: #666666;
	border-color: transparent;
}























/* content====================================================================== */
.content{
	margin-bottom: 20px;
}
.index-block{
	color: #ffffff;
	width: 100%;
	display: inline-block;
	padding: 15px 0;
	margin-bottom: 30px;
	font-size: 28px;
	transition: .3s;
}
.index-block .block-img img{
	width: 100%;
}
.index-block .block-text{
	padding-top: 10%;
}
.index-block .block-text2{
	padding-top: 15%;
}
.index-block-black{
	background-color: #333333;
}

.index-block-blue{
	background-color: #003067;
	text-align: right;
}
.index-block:hover{
	background-color: #001631;
	color: #ffffff;
}
@media screen and (max-width:1200px){
	.index-block{
		font-size: 20px;
	}
	.index-block .block-text{
		padding-top: 10%;
	}
	.index-block .block-text2{
		padding-top: 15%;
	}
}
@media screen and (max-width:990px){
	.index-block{
		font-size: 28px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:768px){
	.index-block{
		font-size: 45px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width:600px){
	.index-block{
		font-size: 28px;
	}
}
@media screen and (max-width:380px){
	.index-block{
		font-size: 14px;
	}
}









/* 首頁產品============================================================== */
.index-procuct{
	margin-bottom: 40px;
}
.index-procuct-list{
	background-color: #dddddd;
	padding:20px; 
}
.index-product-img{
	margin: 10px 0;
	text-align: center;
}
.index-product-img img{
	max-width: 100%;
	margin: 0 auto;
}
.index-procuct a{
	color: #333333;
}
.index-procuct a:focus,
.index-procuct a:hover{
	text-decoration: none;
}















/* 共用======================================================================= */
.title{
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	/*
	background-image: url('../images/title_icon.jpg');
	*/
	background-repeat: no-repeat;
	background-size: 15px 100%;
	margin-bottom: 15px;
	/*
	padding-left: 25px;
	*/
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width:380px){
	.title{
		min-height: 30px;
		line-height: 30px;
	}
}
/* 分頁 */
.pager li>a{
	border: none;
	color: #333333;
	padding: 5px 10px;
}
.pager li.page-num+li.page-num:before{
	content: '/';
}






/* 內頁文字區 */
.texthere{
	margin-bottom: 20px;
	line-height: 28px;
}
.texthere img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.blue-bold{
	font-weight: bold;
	color: #001631;
	display: block;
}
.blue-bg{
	background-color: #001631;
	color: #ffffff;
	font-size: 16px;
	padding: 1px 8px;
	display: inline-block;
}
.texthere a{
	color: #001631;
	transition: .3s;
}
.texthere a:focus,
.texthere a:hover{
	color: #337ab7;
	text-decoration: none;
}


/* 內頁下載區 */
.downloadhere{
	margin-bottom: 20px;
}
.download-item{
	width: 100%;
	min-height: 50px;
	display: block;
	line-height: 50px;
	color: #333333;
	transition: .3s;
	background-repeat: no-repeat;
	background-size: auto 50px;
	background-position: -10px top;
	padding-left: 50px;
	border-bottom: 1px solid #dddddd;
	margin: 5px 0;
}
.download-pdf{
	background-image: url('../images/download-pdf.png');
}
.download-zip{
	background-image: url('../images/download-zip.png');
}
.download-item:focus,
.download-item:hover{
	color: #004ea8;
	text-decoration: none;
	background-position: 0px top;
}
.download-item .time:after{
	content: '│';
	margin: 0 20px 0 30px;
}
.download-product{
	width: 100%;
	display: block;
	line-height: 30px;
	padding: 10px 100px 10px 50px;
	color: #333333;
	transition: .3s;
	background-repeat: no-repeat;
	background-size: auto 50px;
	background-position: -10px top;
	padding-left: 50px;
	border-bottom: 1px solid #dddddd;
	margin: 5px 0;
	position: relative;
}
.download-product:focus,
.download-product:hover{
	color: #004ea8;
	text-decoration: none;
	background-position: 0px top;
}
.download-product .download-product-time{
	position: absolute;
	right: 0;
	top: 10px;
}
.download-product .download-product-info:after{
	content: '│';
	margin: 0 10px;
}

@media screen and (max-width:768px){
	.download-item{
		line-height: 30px;
	}
	.download-item .time:before{
		content: '│';
		margin: 0 10px 0 0;

	}
	.download-item .time:after{
		content: '│';
		margin: 0 0 0 10px;
	}
	.download-item .time{
		display: block;
		color: #004ea8;
	}
	.download-item .download-title{
		display: block;
	}
}






















/* 內頁 */
/* inner-banner=============================================================== */
.inner-banner{
	position: relative;
	margin: 20px 0;
}
.inner-banner img{
	width: 100%;
}
.inner-banner .inner-title{
	width: 100%;
	padding: 10px 15px;
	position: absolute;
	bottom: 20px;
	left: -10px;
	background: #001631; 
	background: -webkit-linear-gradient(left, #001631 ,#001631, rgba(0,22,49,0)); 
	background: -o-linear-gradient(right, #001631 ,#001631, rgba(0,22,49,0)); 
	background: -moz-linear-gradient(right, #001631,#001631, rgba(0,22,49,0)); 
	background: linear-gradient(to right, #001631 ,#001631, rgba(0,22,49,0));
}
.inner-banner .inner-title h1,
.inner-banner .inner-title h1 small{
	color: #ffffff;
	padding: 0;
	margin: 0 5px;
}
@media screen and (max-width:990px){
	.inner-banner .inner-title{
		bottom: 10px;
	}
}
@media screen and (max-width:768px){
	.inner-banner .inner-title h1{
		font-size: 24px;
	}
}
@media screen and (max-width:500px){
	.inner-banner{
		margin-bottom: 50px;
	}
	.inner-banner .inner-title{
		bottom: -40px;
		left: 0;
		background: #001631; 
		background: -webkit-linear-gradient(left, #001631 ,#001631); 
		background: -o-linear-gradient(right, #001631 ,#001631); 
		background: -moz-linear-gradient(right, #001631,#001631); 
		background: linear-gradient(to right, #001631 ,#001631);
		padding: 10px;
	}
	.inner-banner .inner-title h1{
		font-size: 22px;
	}

}





















/* location=============================================================== */
.location-content{
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 30px;
}
.location-content .location-item{
	padding: 20px 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #001631;
}
@media screen and (max-width:768px){
.location-content .location-item{
	padding: 10px 15px;
	border-bottom: 1px solid #001631;
}
}
.location-content .location-item iframe{
	width: 100%;
	height: 200px;
}
.location-title{
	width: 100%;
	line-height: 32px;
	font-size: 24px;
	font-weight: bold;
	color: #001631;
	margin-bottom: 20px;
	background-image: url('../images/location-icon.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	padding-left: 30px;
}
.location-p{
	padding-left: 30px;
	margin-bottom: 10px;
}
@media screen and (max-width:768px){
	.location-title{
		font-size: 18px;
	}
	.location-p{
		padding-left: 0px;
	}
}

















/* 內頁左邊欄位=========================================================== */
.left-link-group{
	width: 100%;
	margin-bottom: 20px;
}
.left-link-group .left-link-item{
	width: 100%;
	min-height: 30px;
	line-height: 30px;
	background-color: rgba(255, 255, 255, .7);
	display: block;
	border: 1px solid;
	border-left: 8px solid;
	padding:1px 1px 1px 5px;
	margin-bottom: 5px;
	transition: .3s;
}
.left-link-item1{
	border-color: #333333;
	color: #333333;
}
.left-link-group .left-link-item1:focus,
.left-link-group .left-link-item1:hover{
	text-decoration: none;
	color: #337ab7;
	border-color: #337ab7;
}
.left-link-item2{
	border-color: #003067;
	color: #003067;
}
.left-link-group .left-link-item2:focus,
.left-link-group .left-link-item2:hover{
	text-decoration: none;
	color: #337ab7;
	border-color: #337ab7;
}
.inner-content{
	padding: 20px;
	background-color: #ffffff;
	margin-bottom: 20px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .3);
}















/* 專業代理============================================================= */
.product-item{
	width: 100%;
	border: 2px solid transparent;
	position: relative;
	display: inline-block;
	/* overflow: hidden; */
	transition: .3s;
	margin-bottom: 20px;
}
.product-item .product-img{
	width: 100%;
	border: 2px solid #333333;
	padding-bottom: 100%;
	position: relative;
}
.product-item .product-img img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.product-item .product-info{
	width: 100%;
	height: 200px;
	padding: 12px;
	background-color: #333333;
	/* position: absolute; */
	/* bottom: -100%; */
	/* left: 0; */
	color: #ffffff;
	transition: .3s;
	overflow: auto;
	padding-bottom: 40px;
	/* margin-bottom: 40px; */
}
.product-item .product-info::-webkit-scrollbar { 
    display: none; 
}
.product-item .product-info::-o-scrollbar { 
    display: none; 
}
.product-item .product-info::-ms-scrollbar { 
    display: none; 
}
.product-item .product-info::-moz-scrollbar { 
    display: none; 
}
.product-item:hover .product-info{
	/* bottom: 0; */
}
.product-item .product-info a{
	color: #ffffff;
}
.product-item .product-info a:focus,
.product-item .product-info a:hover{
	color: #50a2ff;
	text-decoration: none;
}
.product-item .product-download{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.product-item .product-download a{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	background-color: #001631;
	color: #ffffff;
	transition: .3s;
}
.product-item .product-download a:focus,
.product-item .product-download a:hover{
	background-color: #337ab7;
	text-decoration: none;
}
@media screen and (min-width:990px){
	.pd-5{
		padding-left: 5px;
		padding-right: 5px;
	}


}














/* 聯絡窗口樣式========================================================= */
.blue-bg-title{
	width: 100%;
	padding: 10px;
	background-color:  #001631;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin:0 0 10px; 
}
.blue-bold-big{
	font-weight: bold;
	color: #001631;
	display: block;
	font-size: 16px;
}

/* 人才園地 */
.texthere .staff-btn{
	width: 60%;
	height: 50px;
	line-height: 50px;
	display: block;
	position: relative;
	left: 20%;
	background-color:  #001631;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	margin: 25px 0;
}
.texthere .staff-btn:focus,
.texthere .staff-btn:hover{
	background-color:  #337ab7;
	color: #ffffff;
}












/* 品質政策 */
.gray-block{
	min-height: 180px;
	border: 2px solid #333333;
	padding: 5px 10px;
}
.gray-title{
	background-color: #333333;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	display: block;
	text-align: center;	

}





@media screen and (max-width:990px){


}
@media screen and (max-width:768px){


}
@media screen and (max-width:380px){



}