@charset "utf-8";

.main_area {
	padding-top:0px;
}



/*========== Goods ===========*/
.goods_area {
	color: #666666;
	font-size: 20px;
	background:url(../images/home_goods_bg.jpg) fixed center;
	background-size:cover;
	padding: 40px 0px;
}

.goods_area .title_box .title_s,
.goods_area .title_box .title_b,
.goods_area .title_box .title_line::after {
	color: #232323;
}

.goods_area ul {
	margin:50px -15px;
}

.goods_area ul li {
	padding:0 15px;
	overflow:hidden;
	float:left;
	text-align:center;
	height:320px;
	width:25%;
}

.goods_area .Img {
	position:relative;
	overflow:hidden;
	border: 5px #adc2cc solid;
}

.goods_area .Img a {
	display:block;
}

.goods_area .Img img {
	display:block;
	width:100%;
	transition:all 0.2s linear;
}

.goods_area .Img:hover img {
	opacity:1;
	transform:scale(1.1);
}
	
.goods_area .txt {
	text-align:center;
	padding-top:20px;
}

.goods_area .txt h3 a {
	word-wrap:break-word;
	font-size: 22px;
	line-height:1.5;
	color:#232323;
    font-weight: 600;
}

.goods_area .txt h3 a:hover {
	opacity: 0.6;
}

.goods_area .txt p {
	font-weight: normal;
	color: #232323;
	padding: 8px 15px;
	font-size:16px;
	line-height:1.6;
}

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

.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 div.btn {
	margin:30px 0 50px 0;
	text-align:center;
}


	
/*========== Article ===========*/
.article_area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.image_area {
	width: 50%;
	overflow: hidden;
}

.image_area .Img {
	min-height: 560px;
}

.image_area .Img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 25s;
}

.image_area .item {
	position: relative;
}

.right_area {
	width: 46%;
	padding: 20px 5%;
	box-sizing: border-box;
	background: #fafafa;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.right_area .topic {
	margin-top: 50px;
	margin-bottom: 5px;
}

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

.right_area .topic a:hover {
	color:#2368a3;
}

.right_area .txt {
	margin-bottom: 30px;
	color: #474747;
	font-size:16px;
	line-height: 1.6;
}

.btn a {
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	color:#fff;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: .01em;
	background: #2368a3;
	border-radius: 30px;
	padding: 10px 30px;
	overflow: hidden;
	box-sizing: border-box;
	text-transform: uppercase;
}

.btn a:hover {
	opacity: 0.5;
}



/*========== News ===========*/
.news_area {
	padding:50px 0;
}

.news_area ul li {
	padding:50px 0;
	height:180px;
}

.news_area .Img {
	float:left;
	width:56px;
	height:56px;
	box-shadow:2px 2px 5px #e1e1e1;
	overflow:hidden;
	margin-right:10px;
}

.news_area .Img img {
	display:block;
	height:100%;
}

.news_area .txt h3 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.news_area .txt h3 a {
	font-size: 22px;
	line-height:1.5;
	color:#000;
    font-weight: 600;
}

.news_area .txt h3 a:hover {
	color:#2368a3;
}

.news_area .txt p {
	overflow: hidden;
	color:#777;
	padding-right: 20px;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
}

.news_area .date {
	font-size:13px;
	color:#777;
}



@media (max-width: 860px) {
	.article_area {
		display: block;
	}

	.image_area, .right_area {
		width: 100%;
	}
}



@media (max-width: 800px) {
	.news_area ul li {
		height:auto;
	}

	.goods_area ul li {
		height:450px;
		width:50%;
	}

	.goods_area .txt h3 {
		font-size:20px;
	}

	.goods_area .txt p {
		font-weight: normal;
		color: #fff;
		font-size: 13px;
		line-height: 1.5;
		padding: 0px 5px;
	}
}

@media (max-width: 640px) {
	.news_area ul li.col-3 {
		width: 100%;
	}

	.goods_area ul li {
		height:380px;
		width:50%;
	}
}



@media (max-width: 480px) {
	.goods_area ul li {
		height:450px;
		width:100%;
	}
}