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




/*========== Article ===========*/
.article_area {
	position: relative;
	background:#fff;
}

.article_area div.wrap {
	width:500px;
	padding:40px 40px 40px 0;
	float:right;
}

.article_area .Img {
	width:50%;
	float:left;
	position:relative;
}

.article_area .Img img {
	width:100%;
	float:left;
}

.article_area .txt {
	font-size:18px;
	color:#000;
	line-height:1.8;
	width:50%;
	float:left;
}

.article_area .txt h2 {
	color: #2b2c29;
	font-size: 33px;
	text-align: center;
	padding: 50px 0 10px 0;
	position:relative;
	margin-bottom:30px;
}

.article_area .txt h2 strong {
	display:block;
	font-size:15px;
	letter-spacing: 0px;
}

.article_area .txt h2:after {
	content:" ";
	display:block;
	width:40px;
	height:2px;
	background:#1795e7;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-20px;
}

.article_area .txt b {
	font-weight:900;
}

.article_area .btn {
	position:absolute;
	bottom:0;	
	padding-right:50%;
	right:0;
	text-align:right;
}



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

.goods_area h2 {
	color: #fff;
	font-size: 33px;
	line-height:2;
	text-align: center;
	padding: 50px 0 10px 0;
	position:relative;
	margin-bottom:30px;
}

.goods_area h2 strong {
	display:block;
	font-size:15px;
	letter-spacing: 0px;
	color: #dadada;
}

.goods_area h2:after {
	content:" ";
	display:block;
	width:40px;
	height:2px;
	background:#fff;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-20px;
}

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

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

.goods_area ul li:hover {
	-webkit-transform: translateY(-12px);
	transform: translateY(-12px);
}

.goods_area ul li .Img {
	position:relative;
	background:#1e1e1e;
}

.goods_area ul li .Img:before {
	width:100px;
	height:20px;
	padding-top:60px;
	color:#fff;
	text-align:center;
	display:block;
	font-size:0.8em;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-50px;
	opacity:0;
	transition:all 0.4s linear;
}

.goods_area ul li:hover .Img:before {
	margin-top:-40px;
	opacity:1;
}

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

.goods_area ul li:hover .Img img {
	opacity:0.2;
}

.goods_area ul li .txt {
	background:#fff;
	padding:20px 15px 50px 15px;
}

.goods_area ul li .txt h3 {
	padding-top:10px;
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
	word-break: break-all;
}

.goods_area ul li .txt h3 a {
	color:#4c4c4c;
}

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

.goods_area ul li .txt p {
	display:block;
	padding-top:10px;
	font-size:18px;
	line-height:1.6;
    font-weight: normal;
	color:#666;
}



@media (max-width: 1610px) {
	.article_area div.wrap {
		width:auto;
		padding:40px;
		float:right;
	}
}



@media (max-width: 1200px) {
	.article_area .Img {
		width:90%;
		float:none;
		position:relative;
		padding:40px 5%;
	}

	.article_area .Img:before {
		content:" ";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 18px 15px 0 15px;
		border-color: #ffffff transparent transparent transparent;
		position:absolute;
		top:40px;
		left:50%;
		margin-top:0px;
		margin-left:-10px;
	}

	.article_area .Img img {
		width:100%;
		float:left;
	}

	.article_area .txt {
		font-size:15px;
		color:#000;
		line-height:2.2;
		width:100%;
		position:relative;
		float:none;
	}

	.article_area div.wrap {
		width:auto;
		width:90%;
		padding:40px 5% 0px 5%;
		float:none;
		position:relative;
	}

	.article_area .btn {
		position:relative;
		width:100%;
		padding:20px 0 0 0;
		text-align:center;
	}

    .goods_area ul li {
    	height:480px;
    }
}



@media (max-width: 980px) {	

	.goods_area ul li {
		width:46%;
		margin:0 2% 20px 2%;
	}
}



@media (max-width: 640px) {	

	.goods_area ul li {
    	height:420px;
	}
}


@media (max-width: 480px) {
	.goods_area ul li {
		width:96%;
		margin:0 2% 20px 2%;
    	height:440px;
	}

}

