









.new {
	width: 100%;
}

.new-m {
	width: 1300px;
	margin: 30px auto;
}

.new-l {
	width: 200px;
	float: left;
	margin-right: 50px;
}

	.new-l h2 {
		width: 198px;
		height: 60px;
		background-color: #4d4948;
		color: #fff;
		border: 1px #ccc solid;
		text-align: center;
		line-height: 60px;
		font-size: 22px;
	}

	.new-l ul li a {
		display: block;
		width: 198px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #333;
		background-color: #fff;
		border: 1px #ccc solid;
		border-top: 0px;
		font-size: 18px;
	}

		.new-l ul li a:hover {
			color: #fff;
			background-color: #4d4948;
		}

.new-r {
	width: 1050px;
	float: left;
}

	.new-r .title {
		width: 100%;
		height: 25px;
		border-bottom: 1px #ccc solid;
		text-align: right;
		color: #333;
	}

		.new-r .title span {
			float: left;
			text-indent: 2em;
		}

.news ul li {
	width: 1000px;
	height: 200px;
	border: 1px #ccc solid;
	margin: 20px auto;
}

.new-img {
	width: 200px;
	height: 160px;
	overflow: hidden;
	margin: 20px;
	float: left;
	overflow: hidden;
}

	.new-img img {
		width: 200px;
		height: 160px;
		transition: all .8s;
	}

.new-txt {
	width: 700px;
	height: 160px;
	padding: 0px 29px;
	margin: 20px 0;
	float: left;
	border-left: 1px #ccc solid;
}

	.new-txt h4 {
		font-size: 20px;
		color: #1B1B1B;
		line-height: 2.2em;
	}

	.new-txt p {
		font-size: 18px;
		color: #333;
		line-height: 1.8em;
	}

	.new-txt h6 {
		font-size: 12px;
		color: #333;
		padding-top: 20px;
	}

		.new-txt h6 span {
			float: right;
		}

.news ul li:hover img {
	transform: scale(1.2);
}

.news ul li a:hover h4 {
	color: #09743e;
}

.new-r h2 {
	font-size: 22px;
	color: #333;
	font-weight: 600;
	text-align: center;
	line-height: 3em;
}

.new-r p {
	width: 98%;
	padding: 0 1%;
	font-size: 16px;
	color: #333;
}

	.new-r p img {
		max-width: 100%;
	}

.piclist ul li {
	width: 280px;
	height: 220px;
	float: left;
	margin: 15px 34px;
	border: 1px #ccc solid;
}

.piclist2 ul li {
	width: 280px;
	height: 240px;
	float: left;
	margin: 15px 34px;
	border: 1px #ccc solid;
}

.piclist ul li .pic-img {
	display: block;
	width: 280px;
	height: 190px;
	overflow: hidden;
}

.piclist2 ul li .pic-img {
	display: block;
	width: 280px;
	height: 210px;
	overflow: hidden;
}

.piclist ul li img {
	width: 280px;
	height: 190px;
	transition: all .8s;
}

.piclist2 ul li img {
	display: block;
	width: 280px;
	height: 210px;
	overflow: hidden;
}

.piclist ul li:hover img {
	transform: scale(1.15);
}

.pic-txt {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.piclist ul li .pic:hover a {
	color: #0074C1;
}


.msg-m {
	width: 80%;
	height: 700px;
	color: #666;
	background-color: #f7f7f7;
	margin: 0 auto;
	padding: 0 6% 0 14%;
	padding-top: 50px;
}

	.msg-m h2 {
		display: block;
		width: 210px;
		height: 62px;
		font-size: 28px;
		line-height: 62px;
		color: #fff;
		background-color: #4d4948;
		margin-left: -17.5%;
		margin-top: -20px;
		border-bottom-right-radius: 31px;
		border-top-right-radius: 31px;
	}

	.msg-m ol li {
		width: 100%;
		height: 40px;
		margin: 20px 0;
	}

	.msg-m input {
		float: left;
		width: 604px;
		height: 38px;
		font-size: 16px;
	}

	.msg-m ol li img {
		float: left;
		margin-left: 5px;
		margin-top: 7px;
	}

	.msg-m ol li span {
		font-size: 14px;
		color: #383838;
		float: left;
		font-weight: 600;
		margin-top: 9px;
	}

	.msg-m ol li:nth-child(2) span {
		margin-left: 3px;
	}

	.msg-m ol li:nth-child(3) span {
		margin-left: 3px;
	}

	.msg-m ol li:nth-child(4) span {
		margin-left: 3px;
	}

	.msg-m ol li:nth-child(5) textarea {
		width: 604px;
		height: 160px;
		max-width: 604px;
		max-height: 160px;
		font-size: 14px;
	}

	.msg-m ol li:nth-child(6) {
		margin-top: 140px;
		margin-left: -23px;
	}

		.msg-m ol li:nth-child(6) input {
			width: 450px;
			height: 38px;
		}

	.msg-m ol li:nth-child(7) input {
		width: 150px;
		height: 40px;
		border: none;
		background-color: #4d4948;
		color: #fff;
		margin-left: 106px;
		margin-top: 40px;
	}

#city_4 {
	float: left;
}

	#city_4 select {
		width: 200px;
		height: 38px;
		font-size: 16px;
	}