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



/*========== News ===========*/
.news_area {
	margin-top:-140px;
	z-index:99;
	position:absolute;
	padding-left:50%;
	height:140px;
	overflow:hidden;
}

.news_area div.wrap {
	background-color: rgba(22,22,22,0.80);
	padding:20px 40px 30px 40px;
	width:580px;
}

.news_area h2 {
	color:#fff;
	line-height:35px;
	font-size:24px;
	border-bottom:1px #646464 solid;
	font-weight:normal;
	position:relative;
	margin-bottom:13px;
}
.news_area h2 b {
	font-size:15px;
	padding-left:5px;
	font-weight:normal;
}

.news_area h2:after {
	content:" ";
	display:block;
	width:120px;
	height:3px;
	background:#646464;
	position:absolute;
	bottom:-3px;
}

.news_area .btn {
	text-align:center;
	line-height:60px;
}

.news_area ul {}

.news_area ul li {
	height:40px;
	overflow:hidden;
}

.news_area ul li a {
	font-size:18px;
	color:#fff;
}

.news_area ul li a:hover {}

.news_area ul li b {
	color:#979797;
	font-size:14px;
	display:block;
}



/*========== 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 {
	background: url(../images/mod_icon.png) no-repeat center top;
	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:#2b2c29;
	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:#eae478;
	background-size:cover;
	padding:60px 0;
}

.goods_area h2 {
	background: url(../images/mod_icon.png) no-repeat center top;
	color: #000;
	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: #6a6a6a;
}

.goods_area ul li {
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	float:left;
	text-align:center;
	height:370px;
	width:25%;
}

.goods_area ul li .Img {
	position:relative;
	width:100%;
	background:#000;
	overflow:hidden;
}

.goods_area ul li .Img div.btn {
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
 	-webkit-transition-property:background-color;
 	transition-property:background-color;  
	background-color:rgba(0,0,0,0.0);
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	right:0;
}

.goods_area ul li .Img div.btn a.btn_color1 {
	position:absolute;
	bottom:0;
	right:0;
	float:right;
	display:none;
}

.goods_area ul li:hover .Img div.btn, .goods_area ul li:focus .Img div.btn, .goods_area ul li:active .Img div.btn {
	background-color:rgba(0,0,0,0.75);
}

.goods_area ul li:hover .Img div.btn a.btn_color1, .goods_area ul li:focus .Img div.btn a.btn_color1, .goods_area ul li:active .Img div.btn a.btn_color1 {
	display:block;
}

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

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

.goods_area ul li .txt h3 a {
	position:relative;
	display:block;
	color:#000;
}

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

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


@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;
	}
}



@media (max-width: 1180px) {	
	.news_area {
		margin-top:-140px;
		z-index:99;
		position:absolute;
		right:0;
		height:140px;
		overflow:hidden;
	}

	.news_area div.wrap {
		background-color: rgba(22,22,22,0.80);
		padding:20px 40px 30px 40px;
		width:580px;
	}
}



@media (max-width: 980px) {	
	.goods_area ul li{
		width:50%;
		padding:0 10px;
		margin:30px 0;
	}

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



@media (max-width: 640px) {	
	.news_area {
		margin-top:0px;
		z-index:99;
		position:relative;
		height:140px;
		padding:0;
		overflow:hidden;
	}

	.news_area div.wrap {
		background-color: #2f3134;
		padding:20px 5% 30px 5%;
		width:100%;
	}

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



@media (max-width: 480px) {
	.goods_area ul {
		margin: 0;
	}

	.goods_area ul li {
		height:400px;
		width:100%;
	}
}

