@charset "utf-8";


.main_area {
	padding-top: 0px;
	padding-bottom: 0px;
	background:#fff;
}



/*========== Main Content ===========*/
.contnet_area {
	clear: both;
}

.contnet {
	margin: 0 -17.5px;
}

.contnet > div {
	padding: 0 17.5px;
}



/*========== Article ===========*/
.article1_area {
	background:url(../images/home_article1_bg.jpg) repeat left top;
	background-size:cover;
	padding-top:60px;
	padding-bottom:80px;
}

.article1_area h2 {
	display: none;
}

.article1_area .text {
	color:#000;
	font-size:15px;
	line-height:2;
	text-align:center;
	padding-bottom:50px;
}

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

.article1_area .but a {
	letter-spacing:0;
	padding:15px 30px;
	color:#fff;
	font-size:13px;
	position:relative;
	border:1px solid #fff;
	background:#2982bb;
}

.article1_area .but a:hover {
	color:#fff;
	background:#62aede;
}






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

.goods_area ul {
	padding-top:30px
}

.goods_area ul li {
	padding-left:20px;
	padding-right:20px;
	overflow:hidden;
	float:left;
	text-align:center;
	height:450px;
	width:33.3%;
}

.goods_area ul li .Img {
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 3px #d8d2ca;
	border: 1px solid #FFF;
}

.goods_area ul li .Img 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:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.7;
}

.goods_area .txt {	
	margin-top:15px;
	overflow:hidden;
}

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

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

.goods_area ul li div.txt a:hover {
	color:#000;
}

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

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

.goods_area .but a {
	letter-spacing:0;
	padding:15px 30px;
	color:#fff;
	font-size:13px;
	position:relative;
	border:1px solid #fff;
	background:#2982bb;
}

.goods_area .but a:hover {
	color:#fff;
	background:#62aede;
}



/*========== Form ===========*/
.form1_area {
	background-size:cover;
	padding-top:60px;
	padding-bottom:80px;
	color:#000;
}

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

.form1_area .but a {
	letter-spacing:0;
	padding:15px 30px;
	color:#fff;
	font-size:13px;
	position:relative;
	border:1px solid #fff;
	background:#2982bb;
}

.form1_area .but a:hover {
	color:#fff;
	background:#62aede;
}

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


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

@media (max-width: 640px) {
	
	.contnet {
		margin:0;
	}

	.contnet_area .contnet > div {
		float:none !important;
		padding: 0;
		margin-bottom: 35px;
		width: 100% !important;
	}

	.article1 .Img {
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
		width: 100%;
	}

	.article1 .btn {
		display: none;
	}

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




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

