
@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);

/*========================================================
                      	 框架
=========================================================*/

.content {
}


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

.about-list {
    background: url(../../images/about_bg.jpg) no-repeat right bottom;
	background-size: cover;
	text-align: center;
	padding-bottom: 50px;
}
.about-list > h1 {
	color: #3a3a3a;
	text-align: center;
	font-size: 24px;
	margin: 20px 0 30px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.about-list [class*="col-"] {
	text-align: left;
}
.about-list [class*="col-"]:nth-of-type(1) {
	padding-bottom: 30px;
}
.about-list [class*="col-"]:nth-of-type(2) {
	padding-top: 10px;
}
.about-list [class*="col-"] h2, .about-list [class*="col-"] h3 {
	font-size: 20px;
}
.about-list [class*="col-"] h3 {
	background-color: #438fb5;
	color: #fff;
	padding: 10px;
	margin: 10px 0 20px 0;
}
.about-list [class*="col-"] p {
	margin-bottom: 20px;
	line-height: 36px;
	font-size: 18px;
}
.about-list [class*="col-"] .more a {
	display: inline-block;
	background-color: #526e88;
	color: #fff;
	padding: 10px 40px;
}



/* 尺寸設定 */
@media (min-width: 768px) {
	.about-list > h1 {
		font-size: 28px;
	}
	.about-list [class*="col-"] h2, .about-list [class*="col-"] h3 {
		font-size: 22px;
	}
}
@media (min-width: 1200px) {
	.about-list > h1 {
		font-size: 32px;
	}
	.about-list [class*="col-"] h2, .about-list [class*="col-"] h3 {
		font-size: 24px;
	}
	.about-list [class*="col-"] h3 {
		background-color: #438fb5;
		color: #fff;
		padding: 10px;
		margin-bottom: 20px;
	}
	.about-list [class*="col-"]:nth-of-type(2) {
		padding: 10px 60px 0;
	}
}


/*========================================================
                        最新消息
=========================================================*/

.news-list {
    background: url(../../images/products_bg.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 70px;
	position: relative;
	z-index: 2;
}
.news-list > h1 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin: 20px 0 30px 0;
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #e0e0e0;
}

.news-list dl {
	overflow: hidden;	
	margin: 0 30px;
	padding: 20px;
	background-color: #fff;
}
.news-list dl dt {
	width: 40%;
	float: left;
	margin-right: 30px;
}
.news-list dl dt img {
	width: 100%;
	vertical-align: bottom;
	margin-top: 10px;
}
.news-list dl dd {
	overflow: hidden;
	font-size: 15px;
	color: #acacac;
}
.news-list dl dd h2 {
	font-size: 16px;
	text-align: left;
	color: #0c0c0c;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.news-list dl dd time {
	display: block;
	font-size: 13px;
	color: #7d7d7d;
	margin-bottom: 5px;
}
.news-list dl dd p {
	font-size: 13px;
	color: #636363;
	margin-bottom: 30px;
}

.news-list .more {
	text-align: right;
}
.news-list .more a {
	display: inline-block;
	background-color: rgba(82,110,136,1);
	padding: 3px 15px;
	color: #fff;
}
.news-list .more a:hover {
	background-color: rgba(82,110,136,0.7);
}

/* 尺寸設定 */
@media (min-width: 768px) {
	.news-list > h1 {
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.news-list > h1 {
		font-size: 32px;
	}
}



/*========================================================
                      	 產品介紹
=========================================================*/

.products-list {

}
.products-list > h1 {
   text-align: center;
	margin-bottom: 20px;
	color: #3a3a3a;
	font-size: 24px;
}
.products-list img {
	width: 100%;
	vertical-align: bottom;
}
.products-list dl {
	border: 1px solid #a1a0a0;
	background-color: #fff;
}
.products-list dl dd {
	padding: 10px 20px;
	text-align: left;
}
.products-list dl dd h3 {
	font-size: 18px;
	margin: 10px 0 0 0;
	color: #222;
	font-weight: bold;
}
.products-list dl dd .info {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	text-align: left;
}
.products-list dl dd .more {
	text-align: center;
}
.products-list dl dd .more a {
	display: inline-block;
	color: #fff;
	background-color: #3b7590;
	padding: 5px 20px;
	font-size: 13px;
}
.products-list dl dd .more a:hover {
	color: #fff;
	background-color: #253d5f;
}


/* 尺寸設定 */
@media (min-width: 768px) {
	.products-list > h1 {
		font-size: 28px;
	}
}
@media (min-width: 1200px) {
	.products-list > h1 {
		font-size: 32px;
	}
	.products-list > div {
		padding-left: 50px;
		padding-right: 50px;
	}
}


