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

.main_area {
	padding: 0;
}



/*========== Banner ===========*/
.banner_area {
	height:100%;
}

.banner_area img {
	width:100%;
	display:block;
}

.banner_area a.scrollDown {
	display:block;
	color:#FFF;
	text-align:center;
	width:60px;
	height:60px;
	margin-bottom:20px;
	position:absolute;
	bottom:80px;
	left:50%;
	margin-left:-30px;
	z-index:999;
	border:1px #fff solid;
	border-radius:100%;
}

.banner_area a.scrollDown i {
	display:inline-block;
	text-align:center;
	font-size:60px;
	line-height:60px;
	color:#FFF;
	text-align:center;
}

/*========== Article ===========*/
.article_area .txt, .control-box a {
	box-sizing: border-box;
}

.article_area .wrap {
	width: 100%;
	max-width: 1920px;
}

.article_area .Img {
	max-width: 960px;
	width: 50%;
	line-height: 0;
}

.article_area .Img img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.article_area {
	position: relative;
}

.article_area .Img {
	float: left;
}

.article_area .txt {
	position: absolute;
	width: calc(100% - 50%);
	top: 0;
	bottom: 0;
	right: 0;
	padding: 250px 50px 0;
	background: url("../images/home_article_bg.png") 100% 100% no-repeat;
}

.content_box {
	max-width: 720px;
	margin: auto;
	text-align: left;
}

.content_box h3 {
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 30px;
}

.content_box p {
	margin-bottom: 30px;
	font-size:18px;
	line-height:2;
	color:#6c6c6c;
}

.content_box .link_box {
	text-align: left;
}
	


/*========== News ===========*/
.news_area {
	background:url(../images/home_news_bg.jpg)  fixed center center;
	background-size:cover;
	padding:50px 0px;
}

.news_area h2 {
	text-align:center;
	color:#fff;
	font-size:30px;
	line-height:1.5;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:60px;
}

.news_area ul {
	margin-left:-20px;
}

.news_area ul li {
	margin:0 2% 40px 2%;
	width:46%;
	float:left;
	height:150px;
	overflow:hidden;
}

.news_area ul li div.Img {
	width:25%;
	margin-right:3%;
	float:left;
	overflow:hidden;
	border:1px solid #fff;
	padding:3px;
}

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

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

.news_area ul li div.txt {
	width:70%;
	float:left;
}

.news_area ul li div.txt h3 a {
	padding-bottom:10px;
	color:#fff;
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
}

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

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



/*========== Goods ===========*/
.goods_area {
	padding: 40px 0;
	background:#fff;
}

.goods_area .wrap {
	max-width: 1690px;
}

.goods_area h2 {
	text-align:center;
	color:#000;
	font-size:30px;
	line-height:1.5;
	font-weight:normal;
	padding-top:30px;
	padding-bottom:30px;
}

.goods_area ul{}

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

.goods_area ul li div.Img {
	padding:5px;
	border:1px solid #dfdfdf;
	background:#fff;
	position:relative;
	width:100%;
}

.goods_area ul li div.Img a {
	display:block;
	position:relative;
	float:left;
	overflow:hidden;
	background:#000;
	width:100%;
}

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

.goods_area ul li div.Img:before {
	text-align:center;
	content:"More";
	background:url(../images/goods_zoom.png) center top no-repeat;
	font-size:12px;
	padding-top:30px;
	width:60px;
	height:20px;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-30px;
	margin-top:-50px;
	transition:all 0.2s linear;
	opacity:0;
	z-index:99;
}

.goods_area ul li:hover div.Img:before {
	margin-top:-25px;
	opacity:1 !important;
}

.goods_area ul li div.Img a img {
	float:left;
	opacity:1;
}

.goods_area ul li:hover div.Img a img {
	float:left;
	background:#000;
	opacity:0.4;
}

.goods_area ul li div.txt {
	margin-top:20px;
	text-align:center;
}

.goods_area ul li div.txt h3 {
	margin:10px 0;
}

.goods_area ul li div.txt h3 a {
	font-size: 22px;
	line-height:1.5;
    font-weight: 500;
	color:#000;
}

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

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

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

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



/*========== Form ===========*/
.form1_area {
	background:url(../images/home_form_bg.jpg)  fixed center center;
	background-size:cover;
	padding-top:60px;
	padding-bottom:80px;
	color:#000;
}

.form1_area h2 {
	text-align:center;
	color:#000;
	font-size:30px;
	line-height:1.5;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:60px;
}

.form1_area .but {
	text-align:center;
}

.form1_area .but a {
	font-size:13px;
	border:0px solid #fff;
	color:#fff;
	background: #004c00;
	font-size: 15px;
	padding: 10px 25px;
}

.form1_area .but a:hover {
	opacity: 0.7;
}

.home_box1 {
	width:100%;
	float:left;
	padding:10px 5% 50px 1%;
}



@media (max-width: 1680px) {
	.article_area .txt {
		padding-top: 150px;
	}
}



@media (max-width: 1380px) {
	.article_area .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.article_area .txt {
    	padding-top: 80px;
	}
}

@media (max-width: 1180px) {
	.article_area .Img {
		display: none;
	}

	.article_area .txt {
		position: static;
		width: 100%;
	}

	.article_area .link_box {
		text-align: center;
	}

    .news_area ul li {
    	height:180px;
    }

	.goods_area ul li {
		height:500px;
		width:33.3%;
	}
}



@media (max-width: 960px) {
	.banner_area {
		margin-top:60px;
		width:100%;
		height:auto;
	}

	.banner_area a.scrollDown {
		display:none;
	}

	.headerWrap {
		display:none;
	}

	.news_area ul {
		margin-left:0px;
	}

	.news_area ul li {
		padding:0;
		width: 100%;
		height:auto;
	}

	.news_area ul li div.txt {
		width: 95%;
		float: left;
	}
	
    .news_area ul li div.txt h3 a {
    	font-size: 20px;
    	line-height:1.5;
    }
    
    .news_area ul li div.txt p {
    	font-size:16px;
    	line-height:1.5;
    }


	.goods_area ul li {
		height:520px;
		width:33.3%;
	}
}


@media (max-width: 640px) {
	.news_area ul li {
		padding:0;
		margin: 0 2% 40px 2%;
		width: 96%;
	}	
	
	.goods_area ul li {
		height:500px;
		width:50%;
	}
}



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