
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);



/*========================================================
                      	 最新作品
=========================================================*/


.products-list {
	background-color: #fff;
}
.products-list img {
    width: 100%;
    vertical-align: bottom;
}
.products-list h1 {
	text-align: center;
	color: #000;
	font-size: 32px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}
.products-list h1 span {
	position: relative;
	z-index: 9;
	display: inline-block;
	padding-left: 5%;
	padding-right: 5%;
}
.products-list h1:before {
	content: "";
	position: absolute;
	top : 50%;
	left : 0%;
	transform : translate(-0%,-50%);
	z-index: 1;
	width: 28%;
	height: 21px;
    background: url(../images/index/product-arrow1.jpg) no-repeat right top;
}
.products-list h1:after {
	content: "";
	position: absolute;
	top : 50%;
	right : 0%;
	transform : translate(-0%,-50%);
	z-index: 1;
	width: 28%;
	height: 21px;
    background: url(../images/index/product-arrow2.jpg) no-repeat left top;
}

.products-list [class*="col-"] dl dd { 
	background-color: #194e80;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	font-size: 24px;
	margin-top: 6px;
}
.products-list .more {
	display: block;
	margin: 70px auto 40px;
	text-align: center;
}
.products-list .more a {
	display: inline-block;
	background-color: #383838;
	color: #fff;
	width: 200px;
	padding: 7px;
	position: relative;
	font-size: 20px;
}
.products-list .more a:hover {
	background-color: #f39100;
}



/*  尺寸設定 */

@media (min-width: 768px) {
	.products-list h1 {
		font-size: 38px;
	}
	.products-list h1:before {
		width: 34%;
	}
	.products-list h1:after {
		width: 34%;
	}
	.products-list .more a {
		width: 400px;
	}
}
@media (min-width: 1200px) {
	.products-list h1 {
		font-size: 44px;
	}
	.products-list h1:before {
		width: 40%;
	}
	.products-list h1:after {
		width: 40%;
	}
	.products-list .more {
		margin: 80px auto 50px;
	}
}
@media (min-width: 1600px) {
	.products-list .more {
		margin: 40px auto 50px;
	}
}


/*========================================================
                      	 型錄下載
=========================================================*/


.download-list {
	background: url(../images/index/download-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 10px 0 50px;
}
.download-list .wrap { 
	background-color: #e9eef3;
	padding: 50px 0;
	margin: 0 8%;
}
.download-list img {
    width: 100%;
    vertical-align: bottom;
}
.download-list h1 {
	text-align: center;
	color: #000;
	font-size: 32px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}
.download-list [class*="col-"] dl dd { 
	background-color: #194e80;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	font-size: 24px;
	margin-top: 6px;
}
.download-list .more {
	display: block;
	margin: 70px auto 0;
	text-align: center;
}
.download-list .more a {
	display: inline-block;
	color: #000;
	width: 200px;
	padding: 7px;
	position: relative;
	font-size: 20px;
	border: 1px solid #292929;
}
.download-list .more a:hover {
	background-color: #292929;
	color: #fff;
}



/*  尺寸設定 */

@media (min-width: 768px) {
	.download-list h1 {
		font-size: 38px;
	}
	.download-list .more a {
		width: 300px;
	}
}
@media (min-width: 1200px) {
	.download-list h1 {
		font-size: 44px;
	}
	.download-list .more {
		margin: 80px auto 0;
	}
}


/*========================================================
                         關於我們
=========================================================*/

.about-list {
	position: relative;
}

.about-list:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #676767;
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 9;
}

.about-list > [class*="col-"]:nth-of-type(1) {
	padding-left: 0;
	padding-right: 0;
    background: url(../images/index/about-a01.jpg) no-repeat center top;
    background-size: cover;
}
.about-list > [class*="col-"]:nth-of-type(2) {
	padding-left: 0;
	padding-right: 0;
	background-color: #c5cfd9;
}
.about-list > [class*="col-"]:nth-of-type(2) img {
	width: 100%;
	vertical-align: bottom;
}


.about-list .info {
	padding: 40px;
	font-size: 18px;
	line-height: 32px;
	color: #000;
}
.about-list .info h2 {
	font-size: 48px;
	margin-bottom: 50px;
}

.about-list .info p {
	margin-bottom: 20px;
}

.about-list .more {
	margin-top: 50px;
}
.about-list .more a {
	background-color: #204365;
	border-radius: 20px;
	padding: 10px 40px;
	color: #fff;
}
.about-list .more a:hover {
    background-color: #b53817;
}

.about-list > [class*="col-"]:nth-of-type(1) .info h2 {
	text-align: right;
	color: #fff;
}



/*  尺寸設定 */
@media (max-width: 992px) {
	.about-list .col-md-7 {
		display: none;
	}
}
@media (min-width: 992px) {
	.about-list {
		display: flex;
	}
	.about-list .info {
		padding: 40px 60px;
	}
}
@media (min-width: 1600px) {
	.about-list:before {
		top: 150px;
	}
	.about-list .info {
		padding: 60px 80px;
	}
}

/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

