@charset "utf-8";

.fullBox {
	position: relative;
	width: calc(100vw - 17px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main_area {
	padding: 0;
}



/*========== Goods ===========*/
.goods_area {
	padding: 80px 0;
	background: #fff;
}

.goods_area h2 {
	padding:30px 0 80px 0;
	color:#2f2f2f;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	position:relative;
}

.goods_area h2 strong {
	z-index:19;
	color:#2f2f2f;
	font-size:30px;
	font-weight:normal;
	font-family: 'Raleway', sans-serif;
	display:inline-block;
	position:relative;
}

.goods_area h2:before {
	content:"";
	width:118px;
	height:118px;
	border-radius:99em;
	border:1px solid #ededed;
	display:block;
	position:absolute;
	left:50%;
	top:0;
	z-index:10;
	margin-left:-59px;
}

.goods_area h2:after {
	content:"";
	width:110px;
	height:110px;
	border-radius:99em;
	border:1px solid #dbdbdb;
	display:block;
	position:absolute;
	left:50%;
	z-index:10;
	top:4px;
	margin-left:-55px;
}

.goods_area ul {
	padding-top:30px;
}

.goods_area ul li {
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
	float:left;
	text-align:center;
	height:400px;
	width:25%;
}

.goods_area .Img {
	padding:5px;
	border:1px solid #dfdfdf;
	background:#fff;
	position:relative;
	width:100%;
}

.goods_area .Img img {
	width:100%;
}

.goods_area .Img a {
	display:block;
	position:relative;
	float:left;
	overflow:hidden;
	background:#000
}

.goods_area .Img:before {
	text-align:center;
	content:"MORE";
	background:url(../images/goods_zoom.png) center top no-repeat;
	font-size:12px;
	padding-top:30px;
	width:60px;
	height:20px;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-30px;
	margin-top:-50px;
	transition:all 0.2s linear;
	opacity:0;
	z-index:99;
}

.goods_area li:hover .Img:before {
	margin-top:-25px;
	opacity:1 !important;
}

.goods_area .Img a img {
	float:left;
	opacity:1;
}

.goods_area li:hover .Img a img {
	float:left;
	background:#fff;
	opacity:0.4;
}

.goods_area .txt {	
	margin-top:20px;
	text-align:center;
}

.goods_area h3 {
	margin:10px 0;
}

.goods_area h3 a {
	word-wrap:break-word;
	font-size: 22px;
	line-height:1.5;
	color:#195fae;
}

.goods_area .txt a:hover {
	text-decoration:underline;
	opacity: 0.6;
}

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

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



/*========== News ===========*/
.news_area {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 50px;
	background:url(../images/home_news_bg.jpg) no-repeat right top;
	background-size:cover;
	position:relative;
}

.news_area h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 35px;
	font-weight: normal;
	color: #fff;
}

.news_area .wrap {
	position: relative;
}

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

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

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

.news_area .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 .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;
	font-size: 22px;
	line-height:1.5;
	color:#fff;
}

.news_area .txt h3 a:hover {
	text-decoration:underline;
	opacity: 0.6;
}

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



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

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

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

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

.article_txt {
	width: 50%;
	padding: 20px 7%;
	box-sizing: border-box;
	background: #fff;
	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;
}

.article_txt h2 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 32px;
	color: #2343a3;
	text-align: center;
}

.article_txt .topic {
	width: 100%;
	margin-bottom: 10px;
	font-size: 22px;
	color: #333;
	font-weight:bold;
	text-align: center;
}

.article_txt .txt {
	color: #474747;
	font-size:16px;
	line-height: 1.6;
    font-weight: normal;
}

.btns {
	margin: auto;
}

.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: #2343a3;
	border-radius: 30px;
	padding: 10px 30px;
	overflow: hidden;
	box-sizing: border-box;
	text-transform: uppercase;
}

.btn a:hover {
	opacity: 0.5;
}



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

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

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

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



@media (max-width:720px) {
	.news_area ul li {
		padding:0;
		margin: 0 2% 40px 2%;
		width: 96%;
	}	
}



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

