

.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;
}

.myresebox .zbt_box{display: none;}
/* .myresebox.on .zbt_box{display: block !important;} */
.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;
}

.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 li {
	float: left;
	width: 31.3%;
	margin: 0 1% 2% 1%;
}
.nyqhlist_pic {
	overflow: hidden;
	border: 1px solid #eee;
}
.nyqhlist_pic img {
	width: 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: #f5952e;
	transition: all 0.5s;
}

.nyqhlist_tit a {
	position: relative;
	z-index: 100;
	text-decoration: none;
    display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.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 h1{
font-size: 24px;color: #000;
margin-bottom: 10px;
}

.pronr img{
	max-width: 100%;
}
.pronr p{font-size: 14px;line-height: 26px;}


@media screen and (max-width: 1200px){

}

@media screen and (max-width: 992px){
	.nyqhlist ul{display: flex;flex-wrap: wrap;}
	.nyqhlist ul li {width: 49%;margin:0px 2% 2% 0px;}
	.nyqhlist ul li:nth-of-type(2n){margin-right: 0px;}
	.nyqhlist_tit { line-height: 36px;}
	.nyqhlist_tit a{font-size: 13px;}
	
}