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



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


.product-list {
    background: url(../../images/product_bg.jpg) no-repeat center top;
    background-size: cover;
	padding-bottom: 80px;
}
.product-list img {
    width: 100%;
    vertical-align: bottom;
	border: 5px solid #fff;
}
.product-list h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 0;
}
.product-list h1+p { 
	color: #fff;
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
.product-list [class*="col-"] dl dd { 
	background-color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.product-list [class*="col-"] dl dd h3 { 
	margin: 0;
	color: #010101;
	font-weight: bold;
}

/*  尺寸設定 */

@media (min-width: 768px) {
	.product-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.product-list h1 {
		font-size: 40px;
	}

}


/*========================================================
                      	 產業知識
=========================================================*/

.news-list {
	position: relative;
}
.news-list .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}
.news-pic {
    background: url(../../images/news_pic.jpg) no-repeat left center;
    background-size: cover;
	width: 100%;
	height: 100%;
}

.news-info {
	padding: 12% 10% 12% 10%;
	background-color: #7b7977;
	color: #fff;
	position: relative;
}
.news-info h2 {
	color: #e2d1aa;
	font-size: 36px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #9fadc0;
	padding-bottom: 30px;
}
.news-info h2 b {
	color: #fff;
	font-weight: normal;
	font-size: 32px;
}
.news-info h2 span {
	color: #fff;
	font-size: 24px;
}
.news-info h3 {
	background-color: #cec1a4;
	color: #000;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.news-info p {
	font-size: 20px;
	line-height: 36px;
}
.news-info .more {
	text-align: left;
	margin-top: 20px;
}
.news-info .more a {
	display: inline-block;
	padding: 10px 10%;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
}
.news-info .more a:hover {
	padding: 10px 10%;
	background: #735b29;
}




/*  尺寸設定 */
@media (min-width: 640px) {	
	.news-info {
		padding: 7% 10% 7% 10%;
	}
}
@media (min-width: 992px) {	
	.news-list .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.news-info h2 {
		font-size: 44px;
	}
	.news-info h2 b {
		font-size: 36px;
	}
	.news-info h2 span {
		font-size: 28px;
	}
	.news-info p {
		font-size: 16px;
		line-height: 32px;
	}
	.news-list .triangle {
		position: absolute;
		top : 50%;
		left : -50px;
		transform : translateY(-50%);
		z-index: 9;
		border-color: transparent #7b7977 transparent transparent;
		border-style: solid solid solid solid;
		border-width: 30px;
		height: 0px;
		width: 0px;
	}

	
}
@media (min-width: 1200px) {
	.news-info p {
		font-size: 18px;
		line-height: 36px;
	}
}
@media (min-width: 1600px) {
}




/*========================================================
                      	 關於普城
=========================================================*/

.about-list {
	position: relative;
}
.about-list .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}
.about-pic {
    background: url(../../images/about_pic.jpg) no-repeat left top;
    background-size: cover;
	width: 100%;
	height: 100%;
}
.about-info {
	padding: 12% 10% 12% 10%;
	background-color: #e2dcce;
	color: #171717;
	position: relative;
}
.about-info h2 {
	color: #171717;
	font-size: 36px;
	margin: 0 0 30px 0;
}
.about-info h2 b {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #716e67;
	font-weight: normal;
	font-size: 32px;
	margin-top: 20px;
}
.about-info h2 span {
	font-size: 24px;
}
.about-info p {
	font-size: 20px;
	line-height: 36px;
}
.about-info img {
	display: block;
}
.about-info .more {
	text-align: left;
	margin-top: 20px;
}
.about-info .more a {
	display: inline-block;
	padding: 10px 10%;
	font-size: 18px;
	color: #000;
	border: 1px solid #000;
}
.about-info .more a:hover {
	padding: 10px 10%;
	color: #fff;
	background: #735b29;
}



/*  尺寸設定 */

@media (min-width: 640px) {	
	.about-info {
		padding: 7% 10% 7% 10%;
	}
}
@media (min-width: 992px) {	
	.about-list .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.about-info h2 {
		font-size: 44px;
	}
	.about-info h2 b {
		font-size: 36px;
	}
	.about-info h2 span {
		font-size: 28px;
	}
	.about-info h2 b {
		width: 200%;
		margin-left: -50%;
	}
	.about-info p {
		font-size: 16px;
		line-height: 32px;
	}
	.about-info img {
		display: none;
	}
	.about-list .triangle {
		position: absolute;
		top: 50%;
		right: -50px;
		transform: translateY(-50%);
		z-index: 9;
		border-color: transparent transparent transparent #e2dcce;
		border-style: solid solid solid solid;
		border-width: 30px;
		height: 0px;
		width: 0px;
	}
}
@media (min-width: 1200px) {
	.about-info p {
		font-size: 18px;
		line-height: 36px;
	}
}
@media (min-width: 1600px) {
}


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

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

