@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: 20px; 
	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: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: 20em; 
	overflow: hidden;
	margin: 0 8px;
}

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



/* 首頁產品 */
.index-wrap {
	width: 1300px;
	margin: 0 auto;
	padding: 0 80px;
	position: relative;
}

.indexTitle {
	font-size: 34px;
	color: #333;
	font-weight: bold;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.titleEn {
	font-size: 16px;
	color: #cb2a02;
	font-weight: normal;
	margin: 53px 0 2px;
	display: block;
	position: relative;
}

.titleEn::after{
	content: " ";
	display: block;
	width: 1px;
	height: 45px;
	position: absolute;
	background-color: #cb2a02;
	left: 50%;
	top: -53px;
	transform: translateX(-50%);
}


ul.prodList {
	margin-bottom: 90px;
}

ul.prodList li {
	
}

ul.prodList li .prodBox {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	border: 1px solid #b42602;
	background-color: #fff;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	box-shadow: 0 1px 5px rgba(181, 181, 181, 0.7);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.prodList li:hover .prodBox {
	box-shadow: none;
	transform: translate(5px,5px)
}

.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

ul.prodList li figure img {
	width: 100%;
	height: auto;
	-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 figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15); 
}

ul.prodList li .prodInfo {
	margin-top: 17px;
}

ul.prodList li .prodInfo p.model {
	font-size: 15px;
	color: #555;
}

ul.prodList li .prodInfo h3 {
	font-size: 16px;
	color: #fff;
	padding: 7px 10px;
	margin: 6px 10px 0;
	background-color: #b42602;
	-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 .prodInfo h3 {
	background-color: #3c2d28;
}


/* 切換箭頭 */
.switchBox > div {
    position: absolute;
    top: 58%;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #b42602;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.switchBox > div::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: #c34525;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.switchBox > div::after {
    content: "";
    position: absolute;
    top: 19px;
    width: 6px;
    height: 6px;
    border: 2px solid #c34525;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.switchBox .prev {
    left: 5px;
}

.switchBox .next {
    right: 5px;
}

.switchBox .prev::after {
    left: 10px;
    border-bottom: none;
    border-right: none;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.switchBox .next::after {
    right: 9px;
    border-bottom: none;
    border-left: none;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* 公司介紹 */
.summaryBox {
	background-color: #242424;
}

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

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

.summaryRight {
	width: 55%;
	float: right;
	position: relative;
	background: url(../images/tw/index-img.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;
	padding: 0 12% 0 17%;
	vertical-align: middle;
	
}

.summaryTitle {
	font-size: 60px;
	color: #cb2a02;
	font-weight: normal;
	margin-top: -15px;
	position: relative;
	line-height: 1.2;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.subtitle {
	font-size: 36px;
	color: #fff;
	margin-top: 12px;
	font-family: 'Roboto Condensed', 微軟正黑體, 新細明體, sans-serif;
}

.summaryTxt {
	color: #c1c1c1;
	margin-top: 28px;
	line-height: 2;
}

a.moreBtn {
	width: 150px;
	float: right;
	color: #fff;
	display: block;
	padding-bottom: 10px;
	margin-top: 50px;
	border-bottom: 1px solid #cb2a02;
	position: relative;
}

a:hover.moreBtn, 
a:focus.moreBtn {
}

a.moreBtn i {
	font-size: 14px;
	position: absolute;
	top: 5px;
	right: 60px;
	-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: 0;
}

.imgFloat {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}



/* 底部橫條 */
.keywordBox {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.7);
	padding: 20px 0;
	background-color: #000;
	text-align: center;
}

.keywordBox a {
	color: rgba(255, 255, 255, 0.7);
}

.keywordBox .telBox {
	display: inline-block;
	margin-left: 55px;
}

.keywordBox i {
	font-size: 22px;
	margin-right: 12px;
}

.keywordBox span {
	font-size: 26px;
}



@media (max-width: 1299px){

/*----- 首頁 -----*/
.index-wrap {
	width: 100%;
	padding: 0 4%;
}

}



@media (max-width: 1199px){

/*----- 首頁 -----*/
.summaryLeft .txtBlock {
	padding: 0 0 0 12%;
}

.summaryTitle {
	font-size: 50px;
}

.subtitle {
	font-size: 32px;
}

}



@media (max-width: 991px){

/*----- 首頁 -----*/
.summaryLeft,
.summaryRight {
	width: 100%;
}

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

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

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

.summaryTitle {
	margin-top: 0;
}

.imgFloat {
	display: none;
}

.keywordBox {
	font-size: 21px;
}

.keywordBox i {
	font-size: 19px;
}

.keywordBox span {
	font-size: 23px;
}

.keywordBox .telBox {
	display: block;
	margin: 8px 0 0 0;
}


}


@media (max-width: 767px){

/*----- 首頁 -----*/
.switchBox > div {
    top: 54.5%;
}


}


@media (max-width: 575px){

/*----- 首頁 -----*/
.indexTitle {
	font-size: 28px;
	margin-bottom: 35px;
}

ul.prodList {
	margin-bottom: 70px;
}

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

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

.summaryTitle {
	font-size: 32px;
}

.subtitle {
	font-size: 22px;
}

.keywordBox {
	font-size: 18px;
}

.keywordBox i {
	font-size: 17px;
}

.keywordBox span {
	font-size: 20px;
}


}


@media (max-width: 480px){

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



}