@charset "utf-8";
/* CSS Document */


.mainArea{
	padding:0;
}
/*關於我們*/
.aboutArea{
	width:40%;
	float:left;
	padding:80px 5% 0 5%;
	background:#fff;
}
.aboutArea h3{
	font-size:29px;
	color:#665d5d;
	margin-bottom:20px;
	font-family: 'cwTeXHei', serif;
	font-weight:normal;
}
.aboutArea .Txt{
	font-size:18px;
	color:#665d5d;
	line-height:1.8;}
.aboutArea .Txt a.btn{
	font-size:13px;
	color:#666;
	padding:5px 25px;
	line-height:20px;
	border:1px solid #d9d9d9;
	margin:30px 0;
	display:inline-block;}
.aboutArea .Txt a.btn:hover{
	color:#fff;}
.aboutArea .Img{
	text-align:center;
}
.aboutArea .Img img{
    text-align: center;
    max-width: 100%;
	vertical-align:bottom;
}
/*最新消息*/
.newsArea{
	width:40%;
	float:left;
	padding:80px 5%;
	background:#fafafa;
}
.newsArea h3{
	font-size:24px;
	color:#665d5d;
	margin:10px 0 20px 0;
	font-family: 'cwTeXHei', serif;
	font-weight:normal;
}
.newsArea ul li{
	padding:30px 0;
	border-bottom:1px solid #dedede;
	transition:all 0.2s linear;}
.newsArea ul li:hover{
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);}
.newsArea ul li div.date{
	transition:all 0.4s linear;
	width:20%;
	font-size:14px;
	color:#666;
	line-height:20px;
	float:left;
	}
.newsArea ul li:hover div.date{
	color:#89c532;
	}
.newsArea ul li div.date b{
	padding:5px 10px 5px 5px;
	display:inline-block;
	text-align:right;
	font-weight:normal;

}
.newsArea ul li div.date strong{
	display:inline-block;
	font-size:46px;
	line-height:50px;
}
.newsArea ul li a{
	width:80%;
	font-size:17px;
	color:#666;
	line-height:25px;
	float:left;
	height:50px;
	overflow:hidden;
	display:block;
}
.newsArea ul li:hover a{
	color:#89c532;}
.newsArea a.btn{
	font-size:13px;
	color:#666;
	padding:5px 25px;
	line-height:20px;
	border:1px solid #d9d9d9;
	margin:30px 0;
	display:inline-block;}
.newsArea a.btn:hover{
	color:#fff;}
/**productArea**/
.productArea{
	background:url(../images/home_banner_01.jpg) fixed;
	background-size:cover;
	padding:50px 0;
}
.productArea h2{
	color:#fff;
	font-size:28px;
	font-weight:normal;
	text-align:center;
	padding-bottom:40px;
}
.productArea ul li{
	padding:0 10px;}

.productArea ul li .Img{
	
	}
.productArea ul li .Img a{
	width:100%;
	background:#fff;
	overflow:hidden;
	display:block;}
.productArea ul li .Img a img{
	float:left;
	transition:all 0.2s linear;
	width:100%;}
.productArea ul li:hover .Img a img{transform:scale(1.1);}
.productArea ul li .Txt{
	padding:15px 0;
	text-align:center;
	overflow:hidden;}
.productArea ul li .Txt a{
	font-size:24px;
	color:#fff;
		overflow:hidden;
	white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
	}
.productArea ul li p{
	font-size:13px;
	color:#fff;

	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
	}

/*連結輪播*/
.adArea{
	width:50%;
	min-height:100%;
	float:left;
	background:#f4f4f4;}
.adArea .Img a{
	width:100%;
	height:480px;
	display:block;
	overflow:hidden;
}

	
/*連結輪播*/
.youtube{
	min-height:100%;
	background:#000;
	width:50%;
	float:left;}
@media (max-width: 1600px){
.newsArea ul li div.date{
	width:25%;
	}
.newsArea ul li a{
	width:75%;
}
}

@media (max-width: 1130px){
.newsArea ul li div.date{
	width:30%;
	}
.newsArea ul li a{
	width:70%;
}
}

@media (max-width: 930px){
.newsArea ul li div.date{
	width:35%;
	}
.newsArea ul li a{
	width:65%;
}
}
@media (max-width: 900px){
/*連結輪播*/
.adArea{
	width:100%;
	float:none;
}
	/*連結輪播*/
.youtube{
	width:100%;
	float:none;}
}
@media (max-width: 800px){
.adArea .Img a{
	height:320px;
}
}
@media (max-width: 768px){
/*最新消息*/
.newsArea{
	width:90%;
	float:none;
	padding:80px 5%;
}
/*關於我們*/
.aboutArea{
	width:90%;
	float:none;
	padding:80px 5% 0 5%;
}
}

@media (max-width: 600px){
.productArea ul li{
	width:90%;
	margin:0 5% 30px 5%;}
.adArea .Img a{
	height:280px;
}
}

@media (max-width: 450px){
.adArea .Img a{
	height:180px;
}
}
@media (max-width: 360px){
.newsArea ul li div.date{
	width:45%;
	}
.newsArea ul li a{
	width:55%;
}
}
