.neirong {
	padding: 100px 0 20px;
}

.left {
	width: 45%;
	padding-right: 20px;
	float: left;
}

.right {
	width: 50%;
	float: right;
}

.neirong h2 {
	color: #000000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.1em;
	letter-spacing: 0.03em;
	margin: 0 auto 20px;
}

.neirong p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	letter-spacing: 0.02em;
	margin: 0 auto 30px;
}

.messagesBox .box {
	margin-bottom: 20px;
}

.messagesBox label {
	display: block;
	width: 120px;
	float: left;
	line-height: 30px;
}

.messagesBox input[type=text] {
	width: 400px;
	border: #CCCCCC solid 1px;
	margin: 0;
	padding: 0;
	height: 30px;
	float: left;
	padding: 0 10px;
}

.messagesBox font {
	float: left;
	margin-left: 10px;
}

.neirong textarea {
	height: 80px;
	width: 400px;
	border: #CCCCCC solid 1px;
	margin: 0;
	padding: 0;
	float: left;
	padding: 5px 10px;
}

#txtCode {
	width: 100px;
	height: 30px;
}

.btnSubmit {
	width: 100px;
	height: 30px;
	border: none;
	background: #067149;
	color: #fff;
	margin-top: 20px;
	font-size: 16px;
	border-radius: 4px;
	margin-left: 120px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.neirong {
		padding: 50px 0 10px;
	}
	.left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.right {
		width: 100%;
		line-height: 30px;
	}
	.neirong h2 {
		text-align: center;
	}
	.messagesBox .box {
		margin-bottom: 14px;
	}
	.messagesBox label {
		width: 120px;
	}
	.messagesBox input[type=text] {
		width: calc(100% - 150px);
		border: #CCCCCC solid 1px;
		margin: 0;
		padding: 0;
		height: 30px;
	}
	.neirong textarea {
		height: 80px;
		width: calc(100% - 150px);
		border: #CCCCCC solid 1px;
		margin: 0;
		padding: 0;
	}
	#txtCode {
		width: calc(100% - 150px);
		height: 30px;
	}
	.qrcode {
		margin: 10px 0 0 120px;
	}
	.btnSubmit {
		width: 100px;
		height: 30px;
		border: none;
		background: #067149;
		color: #fff;
		margin-top: 20px;
		font-size: 16px;
		border-radius: 4px;
	}
}


/*----------------*/

.filter {
	text-align: center;
	padding: 0 0 40px;
}

.filter a {
	display: inline-block;
	border: 1px solid #067149;
	color: #067149;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 4px;
	margin: 0 10px;
}

.filter a.active,
.filter a:hover {
	background: #067149;
	color: #fff;
}


/*------------分页--------------*/

.pager {
	text-align: center;
	line-height: 30px;
	padding: 40px 0;
}

.pager a {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 0 14px;
	margin: 0 4px;
	border-radius: 4px;
}

.pager a.active,
.pager a:hover {
	background: #067149;
	color: #fff;
	border-color: #067149;
}


/*---------------*/

.newsPage {
	line-height: 28px;
	padding: 50px 0;
}

.newsPage .list {
	margin-bottom: 10px;
}

.newsPage .list li {
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
}

.newsPage .list h4 {
	color: #333;
	line-height: 34px;
}

.newsPage .list h4 font {
	font-weight: bold;
	font-size: 18px;
	width: calc(100% - 120px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.newsPage .list h4 span {
	color: #999;
}

.newsPage .list p {
	color: #666;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsPage .list .more {
	color: #067149;
	font-weight: bold;
}

.newsPage .list a:hover h4 font {
	text-decoration: underline;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.filter {
		padding: 0 0 20px;
	}
	.filter a {
		display: block;
		float: left;
		width: calc(50% - 10px);
		padding: 0;
		margin: 0 10px 10px 0;
	}
	/*------------分页--------------*/
	.pager {
		line-height: 22px;
		padding: 20px 0;
	}
	.pager a {
		padding: 0 8px;
		margin: 0 2px;
		border-radius: 3px;
		font-size: 13px;
	}
	.pager .pre,
	.pager .next {
		display: none;
	}
	/*---------------*/
	.newsPage {
		line-height: 24px;
		padding: 30px 0;
	}
	.newsPage .list {
		margin-bottom: 10px;
	}
	.newsPage .list li {
		padding: 10px 0;
	}
	.newsPage .list h4 {
		line-height: 30px;
	}
	.newsPage .list h4 font {
		font-size: 16px;
		width: calc(100% - 100px);
	}
	.newsPage .list p {
		height: 48px;
	}
}


/*-------------*/

.productDetail {
	padding: 40px 0;
}

.baseInfor .content {
	width: calc(100% - 560px);
	line-height: 34px;
	font-size: 16px;
	color: #333;
}

.baseInfor .content h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

.baseInfor .content label {
	color: #999;
	display: inline-block;
	width: 85px;
}

.baseInfor .buyBtn {
	background: #3DCB79;
	color: #fff;
	margin-top: 34px;
	line-height: 46px;
	border-radius: 2px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	width: 140px;
	display: block;
	text-align: center;
}

.detailBox {
	margin-top: 50px;
}

.detailBox .detailTitle {
	line-height: 50px;
	font-weight: bold;
	color: #067149;
	border-bottom: 1px solid #ddd;
	font-size: 22px;
}

.detailBox .content {
	padding: 30px 0;
	line-height: 28px;
}

.detailBox .content img {
	max-width: 100%;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.productDetail {
		padding: 30px 0;
	}
	.baseInfor img {
		width: 100%;
		margin-bottom: 20px;
	}
	.baseInfor .content {
		width: 100%;
		line-height: 30px;
	}
	.baseInfor .content h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.baseInfor .content label {
		width: auto;
	}
	.detailBox {
		margin-top: 30px;
	}
	.detailBox .detailTitle {
		line-height: 40px;
		font-size: 16px;
	}
	.detailBox .content {
		padding: 20px 0;
		line-height: 24px;
	}
	.detailBox .content img {
		max-width: 100%;
	}
	
	.baseInfor .buyBtn {
	    width: 80%;
	    margin: 16px auto;
	}

}