@charset "utf-8";



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

.contnet {
	margin: 0 -17.5px;
}

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

/*========== Article ===========*/
.qr_code {
	margin-top: 50px;
	margin-bottom: 50px;
}

/*========== Article ===========*/
.article1 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.article1 h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.article1 h2 strong {
	font-size: 24px;
	font-weight: normal;
	color: #3597bc;
}

.article1 h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

.article1 h3 a {
	color: #000;
}

.article1 h3 a:hover {
	color: #000;
}

.article1 .Img {
	float: left;
	margin-right: 20px;
	width: 180px;
	border-radius: 100%;
}

.article1 img {
	display: block;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 5px #CCC;
}

.article1 p {
	color: #4e4e4e;
	line-height: 1.8;
	font-size: 18px;
}

.article1 .btn {
	margin-top: 20px;
}

.article1 .btn a {
	background: #0a0a54;
	font-size: 12px;
	color: #FFF;
	padding: 8px 20px;
}

.article1 .btn a:hover {
	opacity: 0.7;
}



/*========== Goods ===========*/
.goods1 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.goods1 h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
}

.goods1 h2 strong {
	font-size: 24px;
	font-weight: normal;
	color: #3597bc;
}

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

.goods1 ul li .Img {
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 3px #d8d2ca;
	border: 1px 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: bold;
	text-align: center;
	color: #14296c;
}

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

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

.goods1_button {
	display:none;
	padding-top: 10px;
	text-align: center;
}



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



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

	.news1 .btn {
		display: none;
	}

	.cms1 .btn {
		display: none;
	}

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



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

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

	.link1 ul li{
		width:100%;
	}
}