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

/*========================================================
                      	 共同設定
=========================================================*/
.green_line {
    width: 60px;
    height: 3px;
    background-color: #48b236;
    margin: 0 auto 15px;
}
.news-list h1,.product-list h1{
	text-align: center;
	color:#7c7c7c;
	font-size: 22px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
	/*font-weight: bold;*/
}

.page_about_block2 h1 {
	text-align: center;
    color: #fff;
    font-size: 22px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
	/*font-weight: bold;*/
}

/*========================================================
                      	 最新消息
=========================================================*/
.news-list {
	border-top-width: 1px !important;
    border-bottom-width: 1px !important;
     padding-top: 10px !important; 
     padding-bottom: 30px !important; 
     background-color: #f9f9f9 !important; 
     border-top-color: #eee !important; 
     border-top-style: solid !important; 
     border-bottom-color: #eee !important; 
    border-bottom-style: solid !important;
    background-size: cover;
	padding-bottom: 80px;
}
.news-list img {
    width: 100%;
    vertical-align: bottom;
	/*padding-top: 5%;
	padding-bottom: 5%;
	padding:10px 10px;*/
}
/*.product-list h1, .top_block2 h1,page_about_con h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}*/
.news-list .pic img{
    margin: 0;
	border: 1px solid #b7b7b7;
}
.wd-latest-news {
	margin-top: 20px;
    margin-bottom: 20px;
    /*border: 1px solid #f3f1f1;*/
    /*padding-bottom: 25px;*/
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
}
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.wd-latest-news .wd-image-date {
    position: relative;
}
.wd-latest-news .wd-image-date span {
    background: rgba(255, 255, 255, 0.6);
}
.wd-latest-news .wd-image-date span {
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    display: inline-block;
    left: 0;
    padding-bottom: 4px;
    position: absolute;
    text-align: center;
    top: 0;
	padding:5px 5px ;
}
.wd-latest-news .wd-image-date span strong {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    padding: 7px 15px 4px;
}
.wd-latest-news .wd-title-element {
    margin-bottom: 5px;
    padding: 0 20px;
}
.wd-title-element {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 16px;
	color:#333333;
	/*font-weight: bold;*/
}
.wd-latest-news .wd-title-element:after {
    content: " ";
    display: block;
    background-color: #46b036;
    height: 3px;
    width: 40px;
    margin: 15px 0 10px;
}
.wd-latest-news p {
    padding: 0 20px 10px;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 2;
    letter-spacing: 0;
    max-height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.news-list dl {
	box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
	overflow: hidden;
}	
.news-list dl dd {
    overflow: hidden;
    line-height: 28px;
    padding: 0 0px 5px 0;
}
.news-list .wd-latest-news:hover .wd-image-date span{
     background: #46b036;
    color: #fff;
}
.news-list .wd-latest-news:hover .wd-title-element {
    color: #46b036;
    text-decoration: underline;
	text-decoration:none;
}
.news-list dl:hover {
	transform: translate(-5px, -5px);
	box-shadow: 5px -2px 20px rgba(0, 0, 0, 0.1);
	transition: 0.9s;
}

.news-list .more {
    text-align: center;
    margin-top: 20px;
}
.news-list .more a {
    padding: 5px 30px;
    color: #fff;
    border: 1px solid #39a529;
	background-color:#46b036;
	font-size: 14px;
}
.news-list .more a:hover {
	border-color: transparent;
    background-color: rgb(46, 144, 32);
}



/*  尺寸設定 */

@media (min-width: 768px) {
	.news-list h1,.top_block2 h1,page_about_con h1 {
		font-size: 36px;
	}
}
@media (min-width:992px) {
	.news-list {
		padding-top: 60px !important; 
		padding-bottom: 70px !important; 

}
}
@media (min-width: 1200px) {
	.news-list h1,.top_block2 h1,page_about_con h1 {
		font-size: 40px;
	}

}


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


.product-list {
	padding-top: 60px !important; 
     padding-bottom: 70px !important; 
	background: url(../../images/product_bg.jpg) no-repeat center top;
    text-align: center;
    color: #fff;
	
}
.product-list img {
    width: 100%;
    vertical-align: bottom;
}

.product-list .pic img{
	padding: 15px 15px;
}
.product-list .pic{
    position: relative;
    max-width: 624px;
    margin: 0 auto;
    overflow: hidden;
	background-color:#fff;
}
.product-list .pic:before{
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product-list a:hover .pic:before{
    height: 100%;
}
.product-list .pic:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 16px 20px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
}
.product-list a:hover .pic:after{
    bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.wd-latest-product {
	margin-top: 30px;
    margin-bottom: 30px;
    /*border: 1px solid #f3f1f1;*/
    padding-bottom: 25px;
}

.product-list .txt{
    max-width: 40%;
    margin: 0 auto;
    display: -webkit-box;
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
 	overflow: hidden;
    max-height: 70px;
    /*font-size: 23px;*/
    color: #fff;
    line-height: 1;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
}
.product-list a:hover .txt{
    opacity: 1;
}
.product-list .txt samp{
	font-size:30px;
	font-weight:bold;
	}
.product-list dl {
	
}	
.product-list dl a{
	outline: none;	
	
}	

.product-list dl dd {
    overflow: hidden;
    line-height: 28px;
    padding: 0 0px 5px 0;
}
.product-list .name {
	color: #7c7c7c;
    font-size: 14px;
    /*font-weight: bold;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	text-align:center;
	padding:10px  0;
}
	
.product-list dl dd p {
	color: #888;
    letter-spacing: 0;
    max-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

/*  尺寸設定 */


@media (min-width: 480px) {

}


@media (min-width: 768px) {
	.product-list h1,.top_block2 h1 {
		font-size: 36px;
	}
	.product-list .name {
    font-size: 18px;
}

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






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

.page_about_block2 {
	padding-top: 160px !important;
    padding-bottom: 60px !important;
    color: #fff;
    background-image: url(../../images/about_bgs.jpg);
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.page_about_block2 p{
	font-size:14px;
	 line-height: 28px;
	 padding-top: 30px !important; 
    padding-bottom: 20px !important; 
}
.page_about_block2 .more {
    text-align: center;
    margin-top: 20px;
}
.page_about_block2 .more a {
    padding: 5px 30px;
    color: #fff;
    border: 1px solid #39a529;
	background-color:#46b036;
	font-size: 14px;
}
.page_about_block2 .more a:hover {
	border-color: transparent;
    background-color: rgb(46, 144, 32);
}
.page_block .container-fluid {
    max-width: 1600px;
}





@media (min-width: 768px) {
.page_about_block2 {
    padding-top: 120px !important;
    padding-bottom: 60px !important;
    /* text-align: center; */
    color: #fff;
    background-image: url(../../images/about_bg.jpg);
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
    background-position: center bottom;
    background-repeat: no-repeat;
}	
}

@media (min-width:992px) {
	.page_about_block2 {
		background-image: url(../../images/about_bg.jpg);
}
	.page_about_block2 .page_about_con {
	padding: 160px 0;
}
.page_about_block2 p{
	font-size:18px;
	 line-height: 40px;
	 letter-spacing: 5px;
}
.page_about_block2 {
	padding-top: 30px !important; 
    padding-bottom: 20px !important; 
}

}

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

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

