@charset "utf-8";

/*========== Article ===========*/
.a_area {
	background:url(../images/home_article_bg.jpg) fixed center;
	background-size:cover;
}
.article_area {
	text-align:center;
	padding:60px 0px;
	background-size:cover;
}

.article_area div.wrap {
	width:1170px !important;
}

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

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

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

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

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

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

.article_area img {
	max-width:100%;
	padding-bottom:20px;
}

.article_area .topic {
	margin-bottom: 5px;
}

.article_area .topic a {
	color: #151515;
	font-size: 22px;
	font-weight: 600;
}

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

.article_area .txt {
	color:#666;
	padding-top:10px;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
}

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

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



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

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

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

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

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

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

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

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

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

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

.goods_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);
}

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

.goods_area ul li h3 a:hover {
	color:#db7f1d;
}

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

.goods_area ul li div.txt p {
	color:#818080;
	margin:10px 0;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
}

.goods_area .price_s {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.goods_area .price_s .s1 {
	font-size: 13px;
	font-weight: normal;
	color: #5A5A5A;
}

.goods_area .price_s .s2 {
	color: #F00;
	font-size: 13px;
}

.goods_area .price_s .s3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}

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

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

.goods_area a.more:hover {
	color:#fff;
	background:#ffb109;
}



/*========== News ===========*/
.news_area {
	padding:60px 0px;
	background:url(../images/home_news_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: #db7f1d;	
}

.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:#db7f1d;
}

.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:#c4261b;
	margin-top:50px;
	font-size:15px;
	border-radius:5px;
	padding:8px 15px;
}

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



@media (max-width: 1140px){
	.article_area .Img {
		float:left;
		width: 50%;
	}

}



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

	.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) {
	.goods_area ul li {
	    height:460px;
	}
	
	.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) {
	.goods_area ul li {
		margin: 0 2% 20px 2%;
		width: 96%;
	    height:630px;
	}
}
