@charset "utf-8";
/* CSS Document */



/*----- 首頁 -----*/
.indexBanner {
	width: 100%;
	height: auto;
	max-height: 680px;
	overflow: hidden;
	position: relative;
	clear: both;
	background: none;
}

.indexBanner > figure {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: left 1s ease;
	-moz-transition: left 1s ease;
	-o-transition: left 1s ease;
	transition: left 1s ease;
} 

.indexBanner > p {
	position: absolute;
	bottom: 15px; 
	left: 50%;
	z-index: 3;
	-ms-transform: translateX(-50%);  
    -moz-transform: translateX(-50%);  
	-webkit-transform: translateX(-50%);  
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	padding: 0;
	margin: 0; 
}
  
.indexBanner > p > a { 
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	text-indent: 20em; 
	overflow: hidden;
	margin: 0 6px;
}

.indexBanner > p > a.active,
.indexBanner > p > a:hover {
	background-color: #76e4ee;
}


/* 關於我們 */
.companyArea {
	padding: 90px 0;
}

.companyImg {
	width: 49%;
	float: left;
}

.companyCon {
	width: 45%;
	float: right;
}

.companyTitle {
	margin-bottom: 25px;
	border-bottom: 2px solid #e1e1e1;
}

.companyTitle h3 {
	color: #222;
	font-size: 32px;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: -2px;
	display: inline-block;
	border-bottom: 2px solid #1573dc;
}

.companyTitle h3 span {
	color: #1573dc;
}

.companyTxt {
	line-height: 32px;
}

a.moreBtn {
	width: 170px;
	font-size: 15px; 
	color: #fff;
	display: block;
	padding: 11px 35px 13px;
	margin-top: 50px;
	border-radius: 99em;
	background-color: #1573dc;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.moreBtn, 
a:focus.moreBtn {
	color: #fff;
	background-color: #111;
}

a.moreBtn i {
	font-size: 14px; 
	color: #fff;
	position: absolute;
	top: 16px;
	right: 36px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.moreBtn i {
	right: 12px;
}



/* 主要產品 */
.productArea {
	padding: 75px 0 50px;
	background: #ebebeb;
	/*background: url(../images/tw/index-bg.jpg) repeat #ebebeb;*/
}

.productTitle {
	color: #222;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 65px;
	text-align: center;
}

.titleEn {
	font-size: 14px;
	font-weight: normal;
	color: #2c81e0;
	margin-top: 15px;
	display: block;
	position: relative;
}

.titleEn:after{
	content: " ";
	display: block;
	width: 84px;
	height: 1px;
	background: #b0b0b0;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -42px;
}

ul.prodList {
}

ul.prodList li {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

ul.prodList li .borderBox {
	border: 5px solid #dfdfdf;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.prodList li:hover .borderBox {
	border: 5px solid #1573dc;
}

ul.prodList li figure img {
	width: 100%;
	height: auto;
}

ul.prodList li h3.prodName {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
	padding: 11px 10px;
	text-align: center;
	background-color: #1573dc;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*ul.container-fluid {
  padding-left: 0;
  padding-right: 0;
}*/



/* 下方介紹 */
.summaryBox {
	background-color: #000;
}

.summaryLeft,
.summaryRight {
	height: 630px;
	display: table;
}

.summaryLeft {
	width: 40%;
	float: left;
}

.summaryRight {
	width: 60%;
	float: right;
	position: relative;
	background: url(../images/tw/index-img-02.jpg) no-repeat right center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.summaryLeft .txtBlock {
	display: table-cell;
	vertical-align: middle;
}

.summaryLeft .txtBlock {
	padding: 0 15%;
}

.summaryLeft h2 {
	font-size: 34px;
	color: #fff;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 40px;
	line-height: 48px;
	/*background: url(../images/tw/line-img.png) no-repeat top right;*/
}

.summaryTxt {
	color: #fff;
	padding: 0 0 45px 3px;
	line-height: 36px;
}

a.moreBtn02 {
	font-size: 15px; 
	color: #2c81e0;
}

a.moreBtn02 span {
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #2c81e0;
	margin-right: 12px;
	display: inline-block;
	border-radius: 99em;
	border: 1px solid #2c81e0;
	text-align: center;
	line-height: 37px;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover.moreBtn02, 
a:hover.moreBtn02 span {
	color: #fff;
}

a:hover.moreBtn02 span {
	border: 1px solid #fff;
}

.imgFloat {
	display: none;
	/*position: absolute;
	left: 0;
	top: 0;
	z-index: 10;*/
}




@media (max-width: 1199px){

/*----- 首頁 -----*/



}



@media (max-width: 991px){

/*----- 首頁 -----*/
a.moreBtn {
	margin-top: 35px;
}

.productArea {
	padding-bottom: 40px;
}

.summaryLeft,
.summaryRight {
	width: 100%;
}

.summaryLeft {
	float: none;
	height: auto;
	padding: 60px 0;
}

.summaryLeft .txtBlock {
	padding-left: 10%;
	padding-right: 10%;
}

.summaryLeft h2 {
	padding: 0;
	background: none;
}

.summaryTxt {
	padding-right: 0;
}


.summaryRight {
	float: none;
	height: 300px;
}

.imgFloat {
	display: none;
}

	
}


@media (max-width: 767px){

/*----- 首頁 -----*/



}


@media (max-width: 575px){

/*----- 首頁 -----*/
.companyArea {
	padding: 50px 0 70px;
	background: none;
}

.companyImg {
	width: 100%;
	float: none;
	display: none;
}

.companyCon {
	width: 100%;
	float: none;
}

.productArea {
	padding: 65px 0 30px;
}

.summaryLeft h2 {
	font-size: 30px;
	line-height: 44px;
}



}


@media (max-width: 479px){

/*----- 首頁 -----*/
.indexBanner > p {
	bottom: 7px; 
}

ul.prodList .row {
  margin-left: -10px;
  margin-right: -10px;
}

ul.prodList .col-6 {
	padding-left: 10px;
	padding-right: 10px;
}


}