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


/*========================================================
                     關於我們
=========================================================*/
.h2-title {
    color: #333;
    margin: 0 0 20px 0;
    font-size: 32px;
    position: relative;
    font-weight: bold;
	
}

.h2-title span {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 4px solid #12984f;
    padding-bottom: 10px;
}
@media (min-width: 992px){
.h2-title  {
    font-size: 44px;
}
}
.product-wrap {
	background: url("../images/index/product-bg.jpg") no-repeat left center;
	background-size: cover;
    position: relative;
    overflow: hidden;
	padding-top:30px;
	padding-bottom: 30px;
}
.product-box{
	padding-top:30px;
	padding-bottom: 30px;
	text-align: center;
}
.product-list{
	padding-top:10px;
	padding-bottom: 10px;
}
.top_achievement_con1,
.top_achievement_con2{ 
	height:400px; 
	margin:15px 0; 
	border-radius:10px; 
	overflow:hidden; 
	color:#fff; 
	background-position:center; 
	background-size:cover; 
	position:relative;
}
.top_achievement_con1 a,
.top_achievement_con2 a{
	position:absolute; 
	z-index:18; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}
.top_cate_title {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 100%;
    margin: -80px 0 0 0;
    padding: 0 0 0 10px;
    height: 80px;
    line-height: 80px;
    color: #FFF;
    background-color: rgba(000,000,000,0.8);
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
	font-size: 18px;
}
.top_cate_title h3 {
    font-size: 18px;
    color: #2955d6;
}
.top_cate_title strong i {
	color: #f23947;
    padding: 0 10px 0 10px;
}

.product-box .top_cate_link:hover  {
	display: block;
}
.product-box .top_cate_link:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.product-box .top_cate_link:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}

/*  尺寸設定 */

@media (min-width: 640px) {
}
@media (min-width: 768px) {
}
@media (min-width:992px){
	.top_achievement_con1{ 
		height:600px; 
		margin:15px 0;
	}
	.top_achievement_con2{ 
		height:285px; 
		margin:15px 0;
	}
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}

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

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

.news-info {
	padding: 10% 10% 12% 10%;
	background-color: #37a870;
	color: #fff;
	position: relative;
}
.news-info h2 {
	color: #fff;
	font-size: 36px;
	margin: 0 0 0px 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 30px;
}

.news-info h3 {
	background-color: #377657;
	color: #fff;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.news-info h3 a{
	color: #fff;
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.news-info h3:hover{
	border-color: transparent;
    background-color: rgba(0,0,0,0.50);
    color: #fff;
}


.news-info p {
	font-size: 20px;
	line-height: 36px;

}
.news-info .more {
	text-align: right;
	margin-top: 20px;
}
.news-info .more a {
	display: inline-block;
	padding: 10px 5%;
	font-size: 18px;
	color: #fff;
	background-color: #208653;
}
.news-info .more a:hover {
	border-color: transparent;
    background-color: rgba(0,0,0,0.50);
    color: #fff;
}




/*  尺寸設定 */
@media (min-width: 640px) {	

}
@media (min-width: 992px) {	
	.news-list .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.news-info {
		padding: 6% 10% 8% 10%;
	}
	.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%;
		right: 0;
		transform : translateY(-50%);
		z-index: 9;
		border-color: transparent #37a870 transparent transparent;
		border-style: solid solid solid solid;
		border-width: 30px;
		height: 0px;
		width: 0px;
	}
}
@media (min-width: 1200px) {
	.news-info {
		padding: 12% 10% 12% 10%;
	}
	.news-info p {
		font-size: 18px;
		line-height: 36px;
	}
}
@media (min-width: 1600px) {
}


/*========================================================
                      	 工程服務
=========================================================*/
.service-wrap {
	background: url("../images/index/service-bg.jpg") no-repeat left center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	top: -1px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.service {
	height: auto;
	padding: 20px 0;
	background-image: url(../images/sever_pic01.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.service .container-fluid {
	position: relative;
	height: 100%;
}
.service_pic {
    height: 240px;
    background-position: center;
    background-size: cover;
}
.box_b {
	color: #333;
	text-align: left;
	padding-bottom: 40px;
}

.text_b span {
    font-size: 4rem;
    color: #37a870;
}

.service_text ul{
	padding: 0;
}
.service_text ul li{
	float:left;
	list-style:none;
	padding:10px 25px 10px 0;
	font-size: 18px;
}
.service_text ul li i{
	padding: 0 5px 0 10px;
	color: #ebd4d5;;
}
.service_title {
    color: #555;
}
.service-wrap .service_text .more a {
	color: #ffffff;
    border: 1px solid #208653;
    background-color: #208653;
    /* padding: 5px 10px; */
    text-decoration: none;
    padding: 10px 5%;
}
.service-wrap .service_text .more a:hover {
	border-color: transparent;
    background-color: rgba(0,0,0,0.50);
    color: #fff;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.service {
		padding: 0px 4% 60px;
	}
}
@media (min-width:992px) {
	.service {
		height: 580px;
		padding: 0;
	}
	.service_title {
		position: absolute;
		z-index: 5;
		top: 60%;
		left: 0;
		transform: translate(0, -180%);
	}
	.box_b {
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 0;
		transform: translate(0, 0);
		width: 45%;
		min-height: 250px;
		padding: 30px;
		font-size: 1.1rem;
		background-color: #37a870;
		color: #fff;
	}
	.service_pic {
		position: absolute;
		z-index: 4;
		top: 60px;
		left: 40%;
		width: 60%;
		height: 480px;
	}
	.service_text h3 {
		color: #fff;
		text-align: left;
	}
	.service_text ul li{
		font-size: 21px;
		padding: 5px 0;
	}
}
@media (min-width: 1280px){
	.text_b span {
		font-size: 6.4rem;
	}
	.service_title {
		position: absolute;
		z-index: 5;
		top: 60%;
		left: 0;
		transform: translate(0, -140%);
	}
	.service_text ul li{
		font-size: 23px;
	}
}
@media (min-width: 1600px){
	.service_text ul li{
		font-size: 24px;
	}
}




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

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;
    z-index: 10;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

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