/* 自訂檔 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400'); /* font-family: 'Open Sans', sans-serif; */
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css); /* font-family: 'Noto Sans TC', sans-serif; */

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.clear01 {
}
.clear01::after {
	content: "";
	display: block;
	clear: both;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

/*
.back-to-top {
	width: 38px;
	height:41px;	
	position: fixed;
	bottom: 20px;
	right: 25px;
	text-decoration: none;
	font-size: 12px;
	padding: 1em;
	display: none;
	background:url(../top.png) no-repeat;
	z-index:1000;
}
*/

/* =============== 首頁 ===================== */

.language{
	background: #022054;
	text-align: right;
	padding: 5px 0;
}

.language select{
	color: #32d9fc;
	font-size: 13px;
	display: inline-block;
	background: none;
	border: none;
}

.i_product{
	margin-bottom: 100px;
}

.i_product h3{
	text-align: center;
	font-family: 'Noto Sans TC', sans-serif;
	margin: 20px 0 40px;
	padding-bottom: 30px;
	letter-spacing: 2px;
	background: url(../icon03.png) no-repeat center bottom;
}

.i_product .en{
	display: block;
	color: #c9c9c9;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	letter-spacing: 1px;
}



.i_product ul{
	margin: 0;
	padding: 0;
	list-style: none;
	
	display: flex;
	flex-flow: row wrap;
}

.i_product ul li{
	width: 100%;
	margin: 0 0 50px 0;
	padding:20px 15px 30px;
	position: relative;
	text-align: center;
	border: #dddddd solid 1px;
	transition: all 0.3s;
}

@media (min-width: 992px) {
	.i_product ul li{
		width: calc(100%/5 - 10px);
		margin: 0 calc(10px*5/4) 0 0;
	}
	
	.i_product ul li:nth-of-type(5){
		margin-right: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.i_product ul li{
		width: calc(100%/2 - 10px);
		margin: 0 calc(10px*2/1) 50px 0;
	}
	
	.i_product ul li:nth-of-type(2n){
		margin-right: 0;
	}
}

.i_product ul li:hover{
	border: #20a7e3 solid 1px;
	text-decoration: none;
}



.i_product ul li .but a{
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -20px;
	
	line-height: 40px;
	border-radius: 100%;
	overflow: hidden;
	color: #fff;
	background: #04295e;
	transition: all 0.3s;
}

.i_product ul li:hover .but a{
	background: #20a7e3;	
}

.i_product ul li .pic{
	
}

@media (min-width: 992px) {
.i_product ul li .pic{
	height: 156px;
	overflow: hidden;
}
	
.i_product ul li .pic img{
	max-height: 100%;
}

}



.i_product ul li h4{
	
	font-weight: bold;
}

.i_product ul li p{
	color: #959494;
}



.slogan{
	min-height: 110px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
	background: url(../index_03.jpg) no-repeat center;
	background-size: cover;
	
}


.i_service{
	min-height: 473px;
	position: relative;
	background: url(../index_04.jpg) no-repeat center;
	background-size: cover;
}

.i_service .pic{
	display: none;
}

.i_service .con{
	width: 560px;
	min-height: 473px;
	padding-top: 20px;
	position: absolute;
	right: 20%;
	
	background: #fff;	
	transform:skewX(-10deg);
	
	display: flex;
	justify-content: center;
}

.i_service .con .edit{
	transform:skewX(10deg);
}

@media (max-width: 1499px) {
	.i_service .con{
		right:10%;
	}
}

@media (max-width: 991px) {
	.i_service .con{
		right:50%;
		transform: translateX(50%) skewX(-10deg);
	}
}

@media (max-width: 767px) {
	.i_service .pic{
		display:block;
	}
	
	.i_service .con{
		width: auto;
		position: static;
		right:auto;
		transform:none;
	}
	
	.i_service .con .edit{
		transform:none;
	}
}



.i_service h3{
	text-align: center;
	font-family: 'Noto Sans TC', sans-serif;
	margin: 20px 0 40px;
	padding-bottom: 30px;
	letter-spacing: 2px;
	background: url(../icon03.png) no-repeat center bottom;
}

.i_service .en{
	display: block;
	color: #c9c9c9;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.i_service ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.i_service ul li{
	padding: 5px 0;
}



footer{
	padding: 30px 0;
	background: #e3e3e3;
}

@media (min-width: 992px) {
	footer .right{
		padding-left: 6%;
	}
}

footer h4{
	font-weight: bold;
}

@media (min-width: 768px) {

footer h4, footer p{
	text-align: right;
}

}

@media (max-width: 767px) {

footer h4, footer p{
	text-align:center;
}

}


footer h4 img{
	width: 30px;
}

footer dl{
	float: left;
	margin-bottom: 15px;
	display: flex;
	flex-flow: wrap;
}

footer dl:nth-of-type(1){
	width: 18%;
	padding-right: 10px;
}
footer dl:nth-of-type(2){
	width: 18%;
	padding-right: 10px;
}
footer dl:nth-of-type(3){
	width: 49%;
	padding-right: 10px;
}
footer dl:nth-of-type(4){
	width: 15%;
	margin-right: 0;
}

@media (max-width: 499px) {
	footer dl{
		width: calc(100%/2 - 10px);
		margin: 8px calc(10px*2) 15px 0;
		
	}

	footer dl:nth-of-type(2n){
		margin-right: 0;
	}
}

footer dl dt{
	width: 100%;
	font-size: 18px;
	margin-bottom: 10px;
}

footer dl dd{
	font-size: 13px;
	margin-bottom: 6px;
}

footer dl:nth-of-type(3) dd{
	width: 50%;
	padding-right: 10px;
}



.copyright{
	border-top: #A3A3A3 dashed 1px;
	padding: 10px 0;
	margin-bottom: 15px;
	font-size: 13px;
	color: #999999;
	text-align: center;
}



/*======================== 內頁 =============================*/






.pageswf{
	width: 100%;
	height: 213px;
	margin:164px 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 991px) {
	.pageswf{
		margin-top: 137px;
	}
}

.swf01{
	background: url(../pageswf01.jpg) no-repeat center;
}

.swf02{
	background: url(../pageswf02.jpg) no-repeat center;
}

.swf03{
	background: url(../pageswf03.jpg) no-repeat center;
}

.swf04{
	background: url(../pageswf04.jpg) no-repeat center;
}

.pageswf h3{
	color: #222;
	font-size: 26px;
	letter-spacing: 3px;
	font-weight: 400;
	font-family: 'Noto Sans TC', sans-serif;
}

.swf03 h3 , .swf04 h3{
	color: #fff;
}

.category{
	color:#022054;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 1px;
	padding: 6px 10px;
	margin-bottom: 10px;
	border-radius: 20px;
	text-transform: uppercase;
}

.newstitle{
	color:#022054;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 1px;
	padding: 6px 10px;
	margin-bottom: 10px;
	border-radius: 20px;
	text-transform: uppercase;
}

.newstitle::before{
	content: "\f0da";
	display: inline-block;
	font-family: 'FontAwesome';
	margin-right: 6px;
}


/* ========================公司簡介================================= */

.profile_icon{
	text-align: center;
	padding-bottom: 30px;
}

.profile_icon img{
	transition: all 0.3s;
}

.profile_icon img:hover{
	transform:rotateY(180deg);
}

.profile_icon .en{
	color: #bdbdbd;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.profile_icon h3{
	font-size: 18px;
	font-family: 'Noto Sans TC', sans-serif;
	letter-spacing: 3px;
	margin: 0 0 20px;
}



.profile{
	background: url(../profile_05.jpg) no-repeat center top;
	background-attachment: fixed;
}

.profile ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}

.profile ul li{
}

.profile ul li:nth-of-type(1){
	width: 40%;
	padding: 30px 0 0;
}

.profile ul li:nth-of-type(2){
	width: 60%;
	font-size: 16px;
	padding: 15px 30px;
	letter-spacing: 2px;
	line-height: 1.7;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	font-family: 'Noto Sans TC', sans-serif;
}

@media (max-width: 479px) {
.profile ul li:nth-of-type(1) , .profile ul li:nth-of-type(2){
	width: 100%;
}
	
.profile ul li:nth-of-type(2){
	padding: 0px 30px 40px;
}

}


.profile ul li h3{
	margin: 10px 0 20px;
}




/*======================最新消息========================*/


.news{
	
}

.news ul{
	margin: 0 0 60px;
	padding: 0;
	list-style: none;	
	display: flex;
	flex-flow: row wrap;
}

.news ul li{
	width: calc(100%/2 - 10px);
	display: flex;	
	margin: 0 calc(10px*2) 0 0;
	padding:20px 15px ;
	border-bottom: #d2d2d2 solid 1px;
	border-left: none;
	border-right: none;
}

.news ul li:nth-of-type(2n){
	margin-right: 0;
}

.news ul li a{
	display: flex;	
}

/*
@media (min-width: 480px) {	
	.news ul li:nth-last-of-type(1), 
	.news ul li:nth-last-of-type(2){
		border-bottom: #d2d2d2 solid 1px;
	}
}
*/

.news ul li .date{
	width: 74px;
	height: 73px;
	text-align: center;
	font-size: 13px;
	color: #ccc;
	border-radius: 100%;
	font-family: 'Open Sans', sans-serif;
	background: #022054;
	padding: 15px;
	letter-spacing: 1px;
	transition: all 0.3s;
}

.news ul li:hover .date{
	background: #3264b9;
}

.news ul li .date .day{	
	font-size: 15px;
	color: #fff;
}

.news ul li p{
	padding: 0 20px;
}

@media (max-width: 767px) {	
	.news ul li a{
		flex-flow: row wrap;
	}
	
	.news ul li p{
		width: 100%;
		padding:15px 0 0;
	}
}

@media (max-width: 479px) {	
	.news ul li {
		width: 100%;
		margin: 0 0 15px;
	}
	
	.news ul li p{
		width: 100%;
		padding:15px 0 0;
	}
}







.news_con{
	margin-bottom: 60px;
}

.news_con {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
.news_con {
	width: 750px;
}
}

@media (min-width: 992px) {
.news_con {
	width: 970px;
}
}

@media (min-width: 1200px) {
.news_con {
	width: 1170px;
}
}

.news_con h3{
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: #bbcad6 dashed 1px;
}

.news_con .date{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	background: #022054;
	text-align: center;
	padding:6px 15px;
	margin-bottom: 15px;
}





/*==================產品========================*/

.productlist{
}

.productlist ul{
	margin:20px 0;
	padding: 0;
	list-style: none;
	
	display: flex;
	flex-flow: row wrap;
}

.productlist ul li{
	width: calc(100%/4 - 10px);
	margin: 0 calc(10px*4/3) 15px 0;
	padding: 15px 10px;
	text-align: center;
	border: #E7E7E7 solid 1px;
	transition: all 0.3s;
}

.productlist ul li:hover{
	border-bottom: #12327C solid 3px;
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.6);
}

.productlist ul li:nth-of-type(4n){
	margin-right: 0;
}

@media (max-width: 767px) {
	.productlist ul li{
		width: calc(100%/2 - 10px);
		margin: 0 calc(10px*2) 15px 0;	
	}
	
	.productlist ul li:nth-of-type(2n){
		margin-right: 0;
	}
}

.productlist ul li .pic{
	max-height: 225px;
	overflow: hidden;
}

.productlist ul li p{
	font-size: 16px;
	padding: 15px 0 0;
}




.product_about h3{
	font-weight: bold;
	padding: 10px 5px;
	font-size: 22px;
	margin: 0;
}

.product_about .con{
	background: #F4F4F4;
	padding: 20px 15px;
	margin-bottom: 15px;
}




.product_about .add{
	display: flex;
	margin-bottom: 15px;
}

.product_about .add a{
	padding: 10px 15px;
	color: #fff;
	background: #7193d0;
	margin: 0 5px 10px 0;
	transition: all 0.3s;
}

.product_about .add a:hover{
	background: #022054;
}





.pro_album{
	margin-bottom: 50px;
}

.pro_album h3{
	font-size: 22px;
	font-weight: bold;
}

.pro_album h3 i{
	color: #7193d0;
}



.photolist{
	margin:30px 0 0;
	padding:0;
}

.photolist li{
	margin:0 0 40px 0;
	text-align:center;
	list-style-type:none;
}

@media (min-width:992px){
.photolist li{
	width:calc(100%/4 - 15px);
	float:left;
	margin:0 calc(15px*4/3) 20px 0;
	list-style-type:none;
}

.photolist li:nth-of-type(4n){
	margin-right:0;
}

.photolist li:nth-of-type(4n+1){
	clear:left;
}
}

@media (min-width:768px) and (max-width:991px){
.photolist li{
	width:calc(100%/3 - 15px);
	float:left;
	margin:0 calc(15px*3/2) 20px 0;
	list-style-type:none;
}

.photolist li:nth-of-type(3n){
	margin-right:0;
}

.photolist li:nth-of-type(3n+1){
	clear:left;
}
}





.photolist li .pic{
	height: 0;
	padding-bottom: 65%;
	border-radius:3px;
	overflow:hidden;
}

@media (min-width:768px){

.photolist li .pic img{
	transition:all 0.3s;
}

.photolist li:hover .pic img{
	transform:scale(1.3,1.3);
}

}





.photolist li p{
	margin:10px 0 15px;
}

.photolist li a:hover p{
	color:#d8880b;
}




/*========================聯絡我們===============================*/


.contact_info{
}

.contact_info h4{
	color:#647ead;
	font-weight:600;
	margin:0 0 6px;
}

.contact_info p{
	color:#333;
	margin:0 0 15px;
}

.contact_info ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact_info ul li{
	margin-bottom: 15px;
}

























/*=====================================================================================
快選外內距
======================================================================================*/

.ptop5 { padding-top: 5px;}
.ptop50 { padding-top: 50px;}
.ptop100 { padding-top: 100px;}
.pbottom50 { padding-bottom: 50px;}
.pbottom70 { padding-bottom: 70px;}
.pbottom80 { padding-bottom: 80px;}
.pright0 { padding-right: 0;}
.pright5 { padding-right: 5px;}
.pright10 { padding-right: 10px;}
.pright15 { padding-right: 15px;}
.pright20 { padding-right: 20px;}
.pright25 { padding-right: 25px;}
.pright30 { padding-right: 30px;}
.pleft0 { padding-left: 0;}
.pleft5 { padding-left: 5px;}
.pleft10 { padding-left: 10px;}
.pleft15 { padding-left: 15px;}
.pleft20 { padding-left: 20px;}
.pleft25 { padding-left: 25px;}
.pleft30 { padding-left: 30px;}



.mauto { margin: 0 auto;}
.m0 { margin: 0 !important;}
.mtop5 { margin-top: 5px;}
.mtop10 { margin-top: 10px;}
.mtop15 { margin-top: 15px;}
.mtop20 { margin-top: 20px;}
.mtop25 { margin-top: 25px;}
.mtop30 { margin-top: 30px;}
.mtop40 { margin-top: 40px;}
.mtop50 { margin-top: 50px;}
.mtop70 { margin-top: 70px;}
.mtop100 { margin-top: 100px !important;}
.mtop106 { margin-top: 106px !important;}
.mtop130 { margin-top: 130px !important;}
.mbottom0 { margin-bottom: 0 !important;}
.mbottom5 { margin-bottom: 5px !important;}
.mbottom10 { margin-bottom: 10px !important;}
.mbottom15 { margin-bottom: 15px !important;}
.mbottom20 { margin-bottom: 20px !important;}
.mbottom25 { margin-bottom: 25px !important;}
.mbottom30 { margin-bottom: 30px !important;}
.mbottom35 { margin-bottom: 35px !important;}
.mbottom40 { margin-bottom: 40px !important;}
.mbottom50 { margin-bottom: 50px !important;}
.mbottom60 { margin-bottom: 60px !important;}
.mbottom70 { margin-bottom: 70px !important;}
.mbottom80 { margin-bottom: 80px !important;}
.mbottom90 { margin-bottom: 90px !important;}
.mbottom100 { margin-bottom: 100px !important;}
.mleft5 { margin-left: 5px;}
.mleft10 { margin-left: 10px;}
.mleft15 { margin-left: 15px;}
.mleft20 { margin-left: 20px;}
.mleft25 { margin-left: 25px;}
.mleft30 { margin-left: 30px;}
.mleft50 { margin-left: 50px;}
.mleft60 { margin-left: 60px;}
.mleft65 { margin-left: 65px;}
.mleft80 { margin-left: 80px;}
.mleft85 { margin-left: 85px;}
.mleft90 { margin-left: 90px;}
.mleft160 { margin-left: 160px;}
.mleft230 { margin-left: 230px;}
.mleft240 { margin-left: 240px;}
.mright5 { margin-right: 5px;}
.mright10 { margin-right: 10px;}
.mright15 { margin-right: 15px;}
.mright20 { margin-right: 20px;}
.mright25 { margin-right: 25px;}
.mright30 { margin-right: 30px;}
.mright40 { margin-right: 40px;}
.mright50 { margin-right: 50px;}
.mright60 { margin-right: 60px;}






