@charset "utf-8";



/*feedback*/
.ny_feed_ny {
	width: 100%;
	padding: 3em 0;
	height: auto;
	overflow: hidden

}
.ny_feed_tit {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	color: #787878;
	font-weight: normal;
	margin-bottom: 15px
}
.ny_feed_tit span {
	font-size: 26px;
	font-weight: bold;
	color: #3388ff;
	display: block;
	line-height: 30px
}
.ny_feed_ny form {
	margin-top: 20px
}
.lyb {
	position: relative;
	width: 100%;
	margin: 5px auto;
}
.lyb input {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #999;
	height: 46px;
	font-size: 1.1em;
	text-indent: 10px;
}
.lyb textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #999;
	height: 100px;
	font-size: 1.1em;
	text-indent: 10px;
}
.lyb img {
	position: absolute;
	top: 3px;
	right: 1px;
}
.lyb_tj {
	width: 50%;
	margin: 2em auto;
}
.lyb_tj input {
	width: 100%;
	background-color: #3388ff;
	border: 1px solid #3388ff;
	color: #fff;
	height: 3em;
	font-size: 1.3em;
	border-radius: 30px;
	cursor: pointer;
}
.ny_feed_l {
	width: 620px;
	float: center
}
.ny_feed_r {
	width: 538px;
	float: right
}
@media (max-width:1199px) {
.ny_feed_l {
	width: 50%;
	
}
.ny_feed_r {
	width: 47%;
	float: right
}
.ny_feed_r img {
	width: 100%;
	height: auto;
	overflow: hidden
}
}
@media (max-width:991px) {
.ny_feed_l {
	width: 90%
	
}
.ny_feed_r {
	width: 52%;
	float: right
}
}
@media (max-width:768px) {
.ny_feed_l {
	width: 99%;
	float: none
}
.ny_feed_r {
	display: none
}


