@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:#005281;
}

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



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

.goods1 ul li {
	height:480px;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
	width:33%;
	float:left;
	text-align:center;
}

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

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

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

.goods1 ul li .text {
	margin-top:15px;
	overflow:hidden;
}

.goods1 ul li .text h3 a {
	font-size: 18px;
	line-height:28px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

.goods1 ul li:hover .text h3 a {
	color:#fff;
}

.goods1 ul li .text p {
	color: #fff;
	line-height: 1.6;
	margin-top:10px;
}

.goods1_button {
	display:none;
}

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

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

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



/*========== Form ===========*/
.form1_area {
	background:url(../images/home_form1_bg.jpg) repeat left top;
	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:#005281;
}

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

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


@media (max-width: 1080px) {
	.goods1 ul li{
	height:420px;
	}
}


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

@media (max-width: 640px) {
	.contnet_area{}
	
	.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;
	}

	.goods1 ul li {
		width:50%;
		height:360px;
	}
}




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



@media (max-width: 400px){
	.goods1 ul li{
		width:100%;
		height:290px;
	}
}

