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


/*----- 首頁 -----*/
.indexBanner {
	overflow: hidden;
	position: relative;
	clear: both;
}

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

.indexBanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.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;
}



/* 產品應用 */
.appArea {
	width: 85%;
	margin: 0 auto;
	padding: 45px 0 100px;
	position: relative;
}

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

.appTitle::after{
	content: " ";
	display: block;
	width: 76px;
	height: 2px;
	background: #00a5e2;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -38px;
}

.appTxt {
	margin: 0 5% 65px;
	text-align: center;
	line-height: 1.8;
}

ul.appList {
	margin-bottom: -60px;
}

ul.appList .row {
	margin-left: -25px;
    margin-right: -25px;
	justify-content: center;
}

ul.appList li.col-lg-2 {
	padding-left: 25px;
	padding-right: 25px;
}

ul.appList li {
	margin-bottom: 60px;
	border-right: 1px solid #cbcbcb;
}

ul.appList li:nth-child(6n) {
	border-right: none;
}

ul.appList li .appBox {
	padding: 15px 0;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.appList li:hover .appBox {
	background-color: #00a5e2;
}

ul.appList li .appBox h3 {
	font-size: 17px;
	color: #000;
	margin: 15px 10px 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.appList li:hover .appBox h3 {
	color: #fff;
}

ul.appList li .appBox figure {
	width: 114px;
    height: 102px;
	margin: 0 auto;
	position: relative;
}

ul.appList li .appBox figure img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.appList li:hover .appBox figure img:last-child {
	opacity: 0;
}


/* 產品應用內頁 */
.m-b {
	margin-bottom: 65px;
}

.baseline {
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

.detailBox {
	padding-bottom: 55px;
	border-bottom: 1px solid #ccc;
	line-height: 1.8;
}



/* 公司介紹 */
.summaryWrap {
	width: 100%;
	min-height: 620px;
	display: table;
	background: url(../images/tw/index-img.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.txtBlock {
	display: table-cell;
	padding: 20px 51% 20px 16%;
	vertical-align: middle;
}

.summaryTitle {
	font-size: 50px;
	color: #000;
	font-weight: bold;
	margin-top: -8px;
	line-height: 1.3;
	font-family: 'Oswald', 微軟正黑體, 新細明體, sans-serif;
}

.summaryTxt {
	font-size: 17px;
	color: #000;
	margin-top: 35px;
	line-height: 2;
}

a.viewMore {
	width: 200px;
	font-size: 15px;
	color: #fff;
	display: block;
	padding: 14px 0 14px 50px;
	margin-top: 40px;
	border-radius: 99em;
	background-color: #00a5e2;
	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.viewMore,
a:focus.viewMore {
	background-color: #e41513;
}

a.viewMore i {
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 18px;
	right: 46px;
	-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.viewMore i {
	right: 15px;
}



@media (max-width: 1680px){

/*----- 首頁 -----*/
.txtBlock {
	padding-left: 8%;
	padding-right: 53%;
}


}


@media (max-width: 1399px){

/*----- 首頁 -----*/
.appArea {
	width: 95%;
}

.summaryTitle {
	font-size: 40px;
}

}



@media (max-width: 1199px){

/*----- 首頁 -----*/
.indexBanner {
	margin-top: 60px;
}

.indexBanner > figure {
	height: 480px;
}

ul.appList .row {
	margin-left: -13px;
    margin-right: -13px;
}

ul.appList li.col-lg-2 {
	padding-left: 20px;
	padding-right: 20px;
}


}



@media (max-width: 991px){

/*----- 首頁 -----*/
ul.appList li:nth-child(3n) {
	border-right: none;
}


}


@media (max-width: 767px){

/*----- 首頁 -----*/
.indexBanner > figure {
	height: 350px;
}

.summaryWrap {
	min-height: auto;
	background-position: left;
}

.txtBlock {
	padding: 90px 13%;
}

}


@media (max-width: 575px){

/*----- 首頁 -----*/
.indexBanner > figure {
	height: 220px;
}

.appArea {
	padding: 35px 0 70px;
}

.appTitle {
	font-size: 30px;
	margin-bottom: 50px;
}

.appTxt {
	margin-bottom: 45px;
}

ul.appList {
	margin-bottom: -35px;
}

ul.appList .row {
	margin-left: -5px;
    margin-right: -5px;
}

ul.appList li.col-lg-2 {
	padding-left: 10px;
	padding-right: 10px;
}

ul.appList li {
	margin-bottom: 35px;
}

ul.appList li .appBox figure {
	width: 98px;
	height: 88px;
}

ul.appList li .appBox h3 {
	font-size: 16px;
}

.summaryTitle {
	font-size: 32px;
}

.summaryTxt {
	font-size: 16px;
}

.m-b {
	margin-bottom: 45px;
}

.detailBox {
	padding-bottom: 30px;
}

}


@media (max-width: 480px){

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



}
