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

.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 {
	background:#fff;
	z-index:19;
	color:#00468e;
	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 {
	background:url(../images/goods_line.png) left 90% no-repeat;
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
	float:left;
	text-align:center;
	height:380px;
	width:25%;
}

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

.goods_area ul li div.Img img {
	width:100%;
}

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

.goods_area ul li div.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 ul li:hover div.Img:before {
	margin-top:-25px;
	opacity:1 !important;
}

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

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

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

.goods_area ul li div.txt h3 {
	margin:10px 0;
}

.goods_area ul li div.txt h3 a {
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
	color:#195fae;
}

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

.goods_area ul li div.txt p {
	font-size:18px;
	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 h2:after {
	content: '';
	display: block;
	margin-top: 15px;
	height: 18px;
	background: url("../images/mod_icon.png") no-repeat center bottom;
}

.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 ul li div.Img {
	width:25%;
	margin-right:3%;
	float:left;
	overflow:hidden;
	border:1px solid #999;
	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 ul li div.txt {
	width:70%;
	float:left;
}

.news_area ul li div.txt h3 a {
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
	color:#fff;
}

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

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



/*========== Article ===========*/
.article_area {
	padding:70px 0;
	background:url(../images/home_article_bg.jpg) no-repeat right top;
	background-size:cover;
	position:relative;
}

.article_area .wrap {
	position:relative;
}

.article_area h2 {
	color:#00468e;
	font-size: 33px;
	font-weight:normal;
	text-align:center;
}

.article_area .article_box {
	padding-left:50%;
}

.article_area .Img {
	text-align:center;
}

.article_area .Img img {
	max-width:100%;
}

.article_area .txt {
	margin-top:20px;
	font-size:18px;
	color:#000;
	font-size:18px;
	line-height: 1.8;
	text-align:center;
}

.btn{
	text-align:center;
}

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

.btn a:hover {
	opacity: 0.6;
}



@media (max-width: 1080px) {
	.goods_area ul li {
		height:350px;
	}
}


@media (max-width: 860px) {
	.article_area .article_box {
		padding:0;
	}

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



@media (max-width: 640px) {
	.goods_area ul li {
		height:360px;
	}
}


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