
.nyresearch {
	position: relative;
	float: left;
	width: 258px;
	background: url(../images/prolin.jpg) repeat-y;
}

.nyresearch1 {
	height: 170px;
	padding-top: 31px;
	text-align: center;
	font-size: 23px;
	line-height: 23px;
	color: #FFF;
	background: url(../images/prolefts.jpg) no-repeat;
}

.nyresearch1 span {
	font-family: Arial;
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}


.nyresearch2 {
	background: #FFF;
	width: 237px;
	margin-left: 11px;
	margin-top: -110px;
	position: relative;
	z-index: 10;
	padding-bottom: 33px;
}
.nyresearch2 .myresebox{
  padding-top: 20px;
}
.nyresearch2 .onlist {
	display: block;
	margin-left: 10px;
	width: 185px;
	padding-left: 30px;
	line-height: 38px;
	background: url(../images/proltwx.png) no-repeat;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	-moz-transition: all 1s;
	transition: all 1s;
	-webkit-transition: all 1s;
	margin-bottom: 20px;
}

.myresebox .onlist:nth-last-of-type(1){
	margin-bottom: 0px;
}

.nyresearch2 .onlist:hover {
	background: url(../images/proltxf.png) no-repeat;
}

.zbtlist{margin-top: 10px;}
.zbtlist a {
    display: block;
    margin-left: 10px;
	font-size: 14px;
    width: 165px;
    padding-left: 40px;
    line-height: 30px;
    background: url(../images/dian.jpg) no-repeat;
}

.nyresearch3 {
	height: 150px;
	background: url(../images/proltbt.jpg) no-repeat;
	margin-top: -115px;
	position: relative;
	z-index: 5;
}

.classimgshow2_cls {
	margin-top: 10px;
}

.nyqhlist {
	width: 100%;
}
.nyqhlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: space-between;
	justify-content: flex-start;
}
.nyqhlist li {flex-basis: calc(25% - 12px);margin-bottom: 14px;margin-right: 16px;}

.nyqhlist li:nth-of-type(4n){
	margin-right: 0px;
}

.nyqhlist_pic {
	overflow: hidden;
}
.nyqhlist_pic img {
    width: 100%;
    height: 100%;
	display: block;
	transition: all 0.4s;
	object-fit: cover;
}

.nyqhlist_tit {
	line-height: 46px;
	font-size: 16px;
	background: #eee;
	text-align: center;
	position: relative;
}

.clear {
	clear: both;
}

.nyqhlist_tit:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 0;
	height: 100%;
	background: #fe0000;
	transition: all 0.5s;
}

.nyqhlist_tit a {
	position: relative;
	z-index: 100;
	text-decoration: none;
	padding: 0px 10px;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;
}

.nyqhlist li:hover .nyqhlist_tit:before {
	width: 100%;
}

.nyqhlist li:hover .nyqhlist_tit a {
	color: #FFF;
}

.nyqhlist li:hover .nyqhlist_pic img{
	transform: scale(1.1);
}


.prosx a{
	font-size: 14px;
	line-height: 25px;
}


.nyggts h2{
font-size: 24px;color: #000;
margin-bottom: 10px;
}

.procontents .pronr img{
	width: 100%;
}


/* 响应式 */
@media screen and (max-width: 1440px) {
	#bodycon{
		width: 100%;
	}
}
@media screen and (max-width: 1200px){

}


@media screen and (max-width: 992px) {
	.nyqhlist li{
		flex-basis: calc(33.333% - 12px);
	}
	.nyqhlist li:nth-of-type(4n){
		margin-right: 16px;
	}
	.nyqhlist li:nth-of-type(3n){
		margin-right: 0px;
	}
}

@media screen and (max-width: 580px) {

}