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

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

}
	
.goods_area h2 {
    font-weight: bold;
	color: #000;
	font-size: 28px;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px #788795 solid;
	margin-bottom: 19px;
}	

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

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

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

.goods_area ul li .Img {
	position:relative;
	overflow:hidden;
	border: 4px #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: 20px;
	line-height:1.5;
    font-weight: bold;
	color:#000;
	word-break: break-all;
}

.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:16px;
	line-height:1.6;
	padding-top:8px;
}

.goods_area a.more {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	background: #2f9d7a;
	color: #fff;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 15px 3px 10px 0;
	border-radius: 20px;
}
	
.goods_area a.more:hover {
	opacity: 0.6;
}


	
/*========== 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: 22px 4%;
	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;
}

.article_txt h2 {
    font-weight: bold;
	color: #000;
	font-size: 28px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 19px;
}	

.article_txt h2 b {
	display: inline-block;
	font-size: 15px;
    font-weight: bold;
	text-transform: uppercase;
	padding-left:5px;
	color: #017a54;
}

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

.btn a {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	background: #2f9d7a;
	color: #fff;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 15px 3px 10px 0;
	border-radius: 20px;
}

.btn a:hover {
	opacity: 0.6;
}



/*========== CMS ===========*/
.cms_area {
	color: #fff;
	text-align: center;
	background: url(../images/home_goods2_bg.jpg) center;
	background-size:cover;
	padding: 60px 0px;
}

.cms_area h2 {
    font-weight: bold;
	color: #000;
	font-size: 28px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 19px;
}	

.cms_area h2 b {
	display: inline-block;
	font-size: 15px;
    font-weight: bold;
	text-transform: uppercase;
	padding-left:5px;
	color: #017a54;
}

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

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

.cms_area .txt {
	overflow: hidden;
	padding: 10px;
}
	
.cms_area .txt p {
	font-size:18px;
	line-height: 1.8;
    font-weight: normal;
}
	
.cms_area .txt a.more {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	background: #2f9d7a;
	color: #fff;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 15px 3px 10px 0;
	border-radius: 20px;
}
	
.cms_area .txt a.more:hover {
	opacity: 0.6;
}
	
	

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

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

	.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:500px;
		width:50%;
	}
}


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