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

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

	
.goods_area h2 {
	font-weight: normal;
	color: #333;
	font-size: 28px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 19px;
}	

.goods_area h2 b {
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	padding-left:5px;
	color: #3c678f;
}

.goods_area ul {
	padding-top:15px;
	margin:0 -15px;
}

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

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

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

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

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

.goods_area ul li .txt h3 a {
	padding:10px 0px;
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
	color:#2c373b;
}

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

.goods_area ul li .txt p {
	font-weight: normal;
	color: #494949;
	padding: 0px 15px;
	font-size:18px;
	line-height:1.6;
	padding-top:8px;
}

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


	
/*========== Article ===========*/
.article_area {
	padding:20px 0;
	background: #fff;
}

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

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

.article_area .txt {
	overflow: hidden;
	color: #524846;
	padding: 40px;
	font-size:18px;
	line-height:1.8;
    font-weight: normal;
}

.article_area .txt a.more {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	background: #529fd0;
	color: #fff;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 15px 3px 10px 0;
	border-radius: 20px;
}

.article_area .txt a.more:hover {
	background: #2368a3;
}

.article_area .txt h2 {
	color: #666;
	font-size: 28px;
	padding-bottom: 20px;
	font-weight: normal;
}

.article_area .txt h2 b {
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	color: #3c678f;
	text-transform: uppercase;
	padding-left:5px;
}

	

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

	

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

@media (max-width: 800px) {
	.article_area .Img {
		float:none;
		width:100%;
		margin:0;
		margin-bottom:15px;
		text-align:center;
	}	

	.article_area .txt {
		padding: 0 0 30px 0;
	}
	
	.news_area ul li {
		height:auto;
	}

    .goods_area ul li {
    	height:280px;
	    width:33.3%;
    }
	.goods_area ul li .txt h3 {
		font-size:20px;
	}

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

		
}

@media (max-width: 640px){

	.news_area ul li.col-3 {
		width: 100%;
	}
		
	.cms_area .txt p {
		font-weight: normal;
		font-size: 14px;
	}

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


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