@charset "utf-8";

/*========== Article ===========*/
.article_area_bg {
	background:url(../images/home_article1_bg.jpg) fixed center;
	background-size:cover;
}

.article_area {
	position: relative;
	padding-top: 100px;
	padding-bottom: 120px;
}

.article_area .wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.article_area .Img {
	width: 50%;
	line-height: 0;
}

.article_area .Img img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.article_area .article_txt {
	position: relative;
	width: 50%;
	padding-left: 80px;
	padding-bottom: 50px;
}

.article_txt .title_box {
	margin-top: 30px;
	margin-bottom: 30px;
}

.article_txt .title_box h2 {
	font-size: 45px;
	line-height: 1.2;
	font-weight: 600;
	color: #307fe2
}

.article_txt .topic {
	margin-top: 10px;
	margin-bottom: 5px;
}

.article_txt .topic a {
	color: #151515;
	font-size: 24px;
    font-weight: bold;
}

.article_txt .topic a:hover {
	opacity: 0.6;
}

.article_area .txt {
	width: 90%;
	color: #474747;
	font-size:16px;
	line-height: 1.6;
    font-weight: normal;
}

.article_area .btn {
	padding-top: 0px;
	padding-bottom: 30px;
}

.article_area a.more {
	display:inline-block;
	color:#fff;
	background:#825534;
	margin-top:50px;
	font-size:15px;
	border-radius:5px;
	padding:8px 15px;
}

.article_area a.more:hover {
	color:#fff;
	background:#b99364;
}



/*========== Goods ===========*/
.team_area {
	padding:60px 0;
	background:url(../images/home_team_bg.jpg) fixed center;
	background-size:cover;
}

.team_area .title_box {
	text-align: center;
	padding-bottom: 50px;
}

.team_area .title_box .title_b {
	display: block;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 10px;
	color: #fff;	
}

.team_area .title_box .title_s {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .07em;
	font-family: "Montserrat", "Noto Sans TC", sans-serif;
	color: #fff;	
}

.team_area .title_box .title_s::before, .team_area .title_box .title_s::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	width: 35px;
	height: 1px;
	background-color: #fff;
}

.team_area .title_box .title_s::before {
	left: 0;
}

.team_area .title_box .title_s::after {
	right: 0;
}

.team_area ul li {
	padding-left:20px;
	transition:all 0.2s linear;
	overflow:hidden;
	float:left;
	text-align:center;
	height:390px;
	width:33.3%;
}

.team_area ul li .Img a {
	display:block;
	overflow:hidden;
}

.team_area ul li .Img a img {
	display:block;
	width:100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}	

.team_area ul li .Img a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.team_area ul li h3 a {
	word-wrap:break-word;
	display:block;
	color:#f68a1f;
	text-align:center;
	font-size: 23px;
	line-height:1.5;
	font-weight: 600;
}

.team_area ul li h3 a:hover {
	color:#000;
}

.team_area ul li .txt {
	padding:20px;
	position:relative;
	background:#fff;
}

.team_area .btn {
	text-align:center;
}

.team_area a.more {
	display:inline-block;
	color:#fff;
	background:#825534;
	margin-top:50px;
	font-size:15px;
	border-radius:5px;
	padding:8px 15px;
}

.team_area a.more:hover {
	color:#fff;
	background:#b99364;
}



/*========== News ===========*/
.news_area {
	padding:60px 0px;
	background:url(../images/home_news1_bg.jpg) fixed center;
	background-size:cover;
}

.news_area .title_box {
	text-align: center;
	padding-bottom:50px;
}

.news_area .title_box .title_b {
	display: block;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.2;
	padding-bottom: 10px;
	color: #957468;	
}

.news_area .title_box .title_s {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .07em;
	font-family: "Montserrat", "Noto Sans TC", sans-serif;
	color: #000;	
}

.news_area .title_box .title_s::before, .news_area .title_box .title_s::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
	width: 35px;
	height: 1px;
	background-color: #666;
}

.news_area .title_box .title_s::before {
	left: 0;
}

.news_area .title_box .title_s::after {
	right: 0;
}

.news_area ul {
	margin-left:-20px;
}

.news_area ul li {
	margin:0 2% 40px 2%;
	width:46%;
	float:left;
	height:150px;
	overflow:hidden;
}

.news_area ul li div.Img {
	width:25%;
	margin-right:3%;
	float:left;
	overflow:hidden;
	border:1px solid #c4c4c4;
	padding:3px;
}

.news_area ul li div.Img img {	
	width:100%;
	display:block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.news_area ul li div.Img img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.news_area .txt {
	width:70%;
	float:left;
}

.news_area .txt h3 a {
	word-wrap:break-word;
	padding-bottom:10px;
	color:#000;
	font-size: 22px;
	line-height:1.5;
}

.news_area .txt h3 a:hover {
	color:#3093ff;
}

.news_area .txt p {
	color:#666;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
}

.news_area .btn {
	text-align:center;
}

.news_area a.more {
	display:inline-block;
	color:#fff;
	background:#825534;
	margin-top:50px;
	font-size:15px;
	border-radius:5px;
	padding:8px 15px;
}

.news_area a.more:hover {
	color:#fff;
	background:#b99364;
}





@media (max-width: 1480px) {
	.article_area {
		padding-top: 70px;
	}

	.article_area .parallaxText {
		display: none;
	}
}


@media (max-width: 1280px) {
	.article_area .article_txt {
		padding-left: 30px;
	}
}


@media (max-width: 1024px) {
	.article_area .wrap {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
	}
	
	.article_area .Img {
		display: none;
	}

	.article_area .article_txt {
		position: static;
		width: 100%;
		padding-left: 0;
	}

	.article_area .txt {
		max-width: none;
		margin-top: 20px;
	}
}


@media (max-width: 860px) {
	.team_area ul li {
		margin: 0 2% 20px 2%;
		width: 46%;
	}

	.article_area div.wrap {
		width:auto !important;
	}

	.news_area ul {
		margin-left:0px;
	}

	.news_area ul li {
		padding:0;
		margin: 0 2% 40px 2%;
		width: 100%;
	    height:auto;
	}

	.news_area ul li div.txt {
		width: 65%;
		float: left;
	}
}



@media (max-width:720px) {
	.article_area .Img {
		float:none;
		width:100%;
		margin:0;
		margin-bottom:15px;
		text-align:center;
	}

	.news_area ul li {
		padding:0;
		margin: 0 2% 40px 2%;
		width: 96%;
	}	
}



@media (max-width: 560px) {
	.team_area ul li {
		margin: 0 2% 20px 2%;
		width: 96%;
	}
}
