
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_banner.css);
@import url(index_footer.css);






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


.products-list {
	margin-bottom: 50px;
}
.products-list h1 {
	text-align: center;
	padding-bottom: 20px;
	color: #000;
	border-bottom: 1px solid #000;
}
.products-box {
	padding: 20px 7%;
}

.slider-nav {
	text-align: center;
	margin-bottom: 20px;
	font-size: 24px;
	color: #000;
}
.slider-nav div {
	border-right: 1px solid #333;
	cursor: pointer;
	padding: 0 10px;
}
.slider-nav div:last-of-type {
	border-right: none;
}
.slider-nav div span {
	display: block;
	padding: 5px;
}
.slider-nav div span:hover {
	color: #fff;
	background-color: #000;
}
.slider-for > div img {
	width: 100%;
	border: 10px solid #c47917;
}

.slick-track {
	overflow: hidden !important;
}




/*========================================================
                      	 新聞中心
=========================================================*/

.news-list {
    background: url(../../images/news_bg.jpg) no-repeat center top;
    background-size: cover;
	padding-top: 30px;
	padding-bottom: 80px;
}

.news-list h1 {
   text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.news-list img {
	width: 100%;
	vertical-align: bottom;
}
.news-list dl {
	background-color: #fff;
	padding: 15px;
}
.news-list dl dd h3 {
	font-size: 18px;
	text-align: left;
	margin: 20px 0 0 0;
	color: #000;
}
.news-list dl dd .info {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #6b6b6b;
}
.news-list dl dd .more {
	margin: 0;
}
.news-list dl dd .more a {
	display: block;
	color: #313131;
	text-align: center;
	background-color: #fff;
	padding: 7px 25px;
}
.news-list dl dd .more a:hover {
	background-color: #cccccc;
}

.news-list .type {
	display: inline-block;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 4px;
	font-size: 12px;
	padding: 0 10px;
}
.news-list .type1 {
	background-color: #60483e;
}
.news-list .type2 {
	background-color: #253d5f;
}



/*========================================================
                         關於禾木
=========================================================*/

.about-list {
    background: url(../../images/about_bg.jpg) no-repeat center top;
    background-size: cover;
	position: relative;
	color: #000;
}

.about-list dl dt {
	color: #1d4fc0;
	font-weight: bold;
	font-size: 36px;
	border-top: 4px solid #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.about-list dl dt span {
	display: block;
	font-size: 26px;
	color: #000;
}
.about-list [class*="col-"]:nth-of-type(2) dl dt {
	color: #2d900f;
}
.about-list [class*="col-"]:nth-of-type(2) dl dt b {
	display: block;
	color: #1d9bc0;
}

.about-list dl dd {
	overflow: hidden;
}
.about-list dl dd h3 {
	margin: 0 0 20px 0;
}
.about-list dl dd p {
	color: #6b6b6b;
	line-height: 28px;
}

.about-list .more a {
	font-size: 24px;
	color: #000;
}

.about-pic {
	margin: 10px 0 20px;
}
.about-pic img {
	margin-right: 10px;
}


/*  尺寸設定 */
@media (max-width: 479px) {
	.about-list dl dd img {
		width: 60px;
	}
}
@media (max-width: 1199px) {
	.about-list [class*="col-"]:nth-of-type(1) {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.about-list [class*="col-"]:nth-of-type(2) {
		padding-top: 0;
		padding-bottom: 70px;
	}
	.about-list [class*="col-"] dl {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.about-list dl dt {
		width: 250px;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.about-list dl dt {
		width: 300px;
	}
}
@media (min-width: 768px) {
	.about-list [class*="col-"] {
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.about-list [class*="col-"] dl {
		padding-left: 50px;
		padding-right: 50px;
	}
	.about-list dl dt {
		float: left;
		margin-right: 20px;
		color: #1d4fc0;
		font-weight: bold;
		font-size: 36px;
		border-top: 4px solid #000;
		padding-top: 40px;
		padding-right: 50px;
	}
}
@media (min-width: 1200px) {
	.about-list [class*="col-"]:nth-of-type(2) dl {
		border-left: 1px solid #1c1c1c;
	}
	.about-list [class*="col-"] dl {
		padding-left: 30px;
		padding-right: 30px;
	}
	.about-list dl dt {
		font-size: 30px;
		padding-right: 0;
	}
}
@media (min-width: 1600px) {
	.about-list [class*="col-"] dl {
		padding-left: 50px;
		padding-right: 50px;
	}
	.about-list dl dt {
		font-size: 36px;
		padding-right: 50px;
	}
}



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

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../../images/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
