@charset "utf-8";

@-webkit-keyframes upDown {
  0%     {bottom:80px; opacity:1;}
  50%   {bottom:88px; opacity:0.5;}
  100% {bottom:80px; opacity:1;}
}

@-moz-keyframes upDown {
  0%     {bottom:80px; opacity:1;}
  50%   {bottom:88px; opacity:0.5;}
  100% {bottom:80px; opacity:1;}
}

@keyframes upDown {
  from     {bottom:80px; opacity:1;}
  50%   {bottom:88px; opacity:0.5;}
  to {bottom:80px; opacity:1;}
}

.upDown {
	-webkit-animation: upDown ease-out 1s infinite;
	-moz-animation: upDown ease-out 1s infinite;
	-o-animation: upDown ease-out 1s infinite;
	animation: upDown ease-out 1s infinite;
}

.content_area {
	padding-bottom:50px;
}



/*========== News ===========*/
.news_area {
	float:left;
	width:50%;
}

.news_area h2 {
	font-weight:500;
	font-size:42px;
	color:#0f3b6a;
	margin:0 0 20px 0;
}

.news_area li {
	padding:20px 0;
	transition:all 0.4s linear;
}

.news_area li:hover {
	padding:20px;
}

.news_area .date {
	float:left;
	text-align:center;
}

.news_area .date strong {
	display:block;
}

.news_area .txt {
	width:70%;
	margin:0 0 0 5%;
	float:left;
}

.news_area h3 {
	margin:0 0 10px 0;
}

.news_area h3 a {
	word-wrap:break-word;
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
	color:#0f3b6a;
}

.news_area h3 a:hover {
	opacity: 0.6;
}

.news_area p {
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
	color:#666;
}

.news_area .btn {
	float:none;
	text-align:left;
	padding-top: 10px;
}



/*========== Article ===========*/
.article_area {
	float:left;
	width:42%;
	padding:0px 0 0 5%;
	border-left:2px dotted #C4C4C4;
	min-height:400px;
}

.article_area h2 {
	font-weight:500;
	font-size:42px;
	color:#0f3b6a;
	margin:0 0 20px 0;
}

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

.article_area .topic a {
	padding-left:2px;
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
	color:#0f3b6a;
}

.article_area .topic a:hover {
	opacity: 0.6;
}

.article_area .txt {
	padding-top:10px;
	padding-bottom:20px;
	font-size:16px;
	line-height:1.6;
    font-weight: normal;
	color:#666;
}

.article_area .btn {
	float:none;
	text-align:left;
	padding-top: 20px;
}
	
	

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

.goods_area h2 {
	word-wrap:break-word;
	text-align:center;
	font-weight:500;
	font-size:42px;
	color:#fff;
	padding-top:10px;
	padding-bottom:50px;
}

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

.goods_area ul li {
	padding:0 5px;
	float:left;
	text-align:center;
	height:480px;
	width:25%;
}

.goods_area ul li .Img {
	position:relative;
}

.goods_area ul li .Img img {
	display:block;	
	width:100%;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
}

.goods_area ul li .txt {
	width:96%;
	padding:0px 2%;
}

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

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

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

.goods_area .btn {
	float:none;
	padding-top:15px;
}

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

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



@media (max-width: 800px) {
	.news_area {
		float:none;
		width:90%;
		padding:0 5% 30px 5%;
	}

	.article_area {
		float:none;
		width:90%;
		padding:50px 5% 0 5%;
		border-top:2px dotted #C4C4C4;
		border-left:none;
		min-height:auto;
	}

	.goods_area ul li {
		padding:0 5px;
		float:left;
		text-align:center;
		height:550px;
		width:50%;
	}
}



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

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



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