@charset "utf-8";

a.btn1 {
	background:transparent;
	border:1px solid #217876;
	font-size:16px;
	color:#217876;
	padding:8px 18px;
	letter-spacing:1px;
}

a.btn1:hover {
	background:#217876;
	color:#fff;
}

a.btn2 {
	background:transparent;
	border:1px solid #154894;
	font-size:16px;
	color:#154894;
	padding:8px 18px;
	letter-spacing:1px;
}

a.btn2:hover {
	background:#154894;
	color:#fff;
}




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

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

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

.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 h2 {
	width: 100%;
	margin-bottom: 30px;
	font-size: 33px;
	color: #1c1c1c;
	text-align:center;
}

.article_txt {
	width: 50%;
	padding: 20px 7%;
	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 .topic a {
	color: #007d18;
	font-size:20px;
	line-height: 1.6;
    font-weight: bold;
}

.article_txt .topic:hover a {
	color: #000;
}

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

.article_area .btn {
	padding-top:30px;
	margin:0 auto;
	line-height:60px;
}



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

.goods_area h2 {
	color:#000;
	font-size: 33px;
	font-weight:normal;
	text-align:center;
}

.goods_area ul {
	margin:50px -7px 0 -30px;
}

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

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

.goods_area ul li .Img a img {
	display:block;
	width:100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}	

.goods_area ul li .Img a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.goods_area ul li h3 a {
	display:block;
	color:#000;
	text-align:center;
	font-size: 22px;
	line-height:1.4;
    font-weight: bold;
	word-break: break-all;
}

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

.goods_area ul li .txt {
	padding:30px 10px 10px 10px;
	position:relative;
	background:#fff;
}

.goods_area ul li div.txt p {
	color:#7f7f7f;
	margin:10px 0;
	font-size:18px;
	line-height:1.6;
    font-weight: normal;
}

.goods_area .btn {
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
	height:40px;
}



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

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

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



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

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