
.main,
.header
{
	width: 1450px;
	margin: 0 auto;
}
body{
	background-color: #f6f6f6;
}
iframe {
	width: calc(100% + 17px);
}
/* header */
#header {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}

.header {
	height: 42px;
	margin: 0 auto;
}

.header ul {
	float: left;
}

.header li {
	float: left;
	font: normal 14px/42px "\5b8b\4f53", "Tahoma";
	color: #666;
}

.header li input {
	width: 90px;
	height: 24px;
	float: left;
	border: 1px solid #d7d7d7;
	margin: 8px 5px 8px 0;
	text-indent: 5px;
}

.header li button {
	width: 56px;
	height: 26px;
	line-height: 26px;
	float: left;
	font-size: 14px;
	border: 0;
	margin: 8px 3px;
	background-color: #1b8bd4;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
}

.header li a {
	color: #666;
	padding: 0 5px;
}

.header p {
	line-height: 42px;
	font-size: 14px;
	float: right;
	color: #dfdfdf;
	margin-right: -5px;
}

.header p a {
	font-family: "\5b8b\4f53";
	display: inline-block;
	color: #666;
	padding: 0 5px;
}

.header p a.mobile {
	padding-left: 22px;
	background: url(https://www.nongjx.com/images/subsidy2018/catalog2016.png) no-repeat -114px 5px;
	color: #0072BD;
}

.header li a:hover,
.header p a:hover {
	color: #f60;
	text-decoration: underline;
}
/* top */
.top{
	padding: 25px 0;
	background-color: #fff;
}
.top .main{
	overflow: hidden;
}
.top .logo{
	float: left;
	height: 79px;
}
.top .search{
	float: right;
	margin-top: 17px;
	width: 730px;
	height: 42px;
	padding: 2px;
	background-color: #1b8bd4;
}
.top .search input{
	float: left;
	border: 0;
	height: 42px;
	line-height: 42px;
	width: 576px;
	font-size: 17px;
	text-indent: 15px;
	color: #999;
	background-color: #fff;
}
.top .search button{
	float: right;
	height: 42px;
	line-height: 42px;
	width: 154px;
	font-size: 19px;
	color: #fff;
	background-color: transparent;
	border: 0;
}
/* location */
.location{
	height: 68px;
	line-height: 68px;
	position: relative;
}
.location p{
	float: left;
	overflow: hidden;
}
.location i{
	float: left;
	font-size: 18px;
	margin-right: 12px;
	color: #4f86f4;
}
.location p a{
	float: left;
	font-size: 16px;
	padding: 0 28px 0 0;
	color: #666;
	position: relative;
}
.location p a::after{
	position: absolute;
	right: 10px;
	content: ">";
}
.location p a:last-child::after{display: none;}
.location p a:hover {
	text-decoration: underline;
	color: #ff6600;
}
.parameter{
	float: left;
}
.parameter a {
	display: inline-block;
	line-height: 26px;
	border: 1px solid #e8e8e8;
	background: #fff url(https://www.nongjx.com/images/subsidy2018/companyList.png) no-repeat 100% -122px;
	padding: 0 25px 0 10px;
	color: #666666;
	margin-right: 8px;
}
.parameter a:hover{ border:1px solid #ffa162; background: #fff7f0 url(https://www.nongjx.com/images/subsidy2018/companyList.png) no-repeat 100% -146px; color: #ff6600; }
.parameter em{font-style: normal;}
/* companyPar */
.companyPar{
	padding: 0 26px;
	background-color: #fff;
	box-sizing: border-box;
}
.companyPar dl{
	padding: 10px 0;
	font-size: 16px;
	line-height: 38px;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}
.companyPar dt{
	float: left;
	color: #333;
	width: 128px;
}
.companyPar dd{
	padding-left: 50px;
	overflow: hidden;
	position: relative;
}
.companyPar dd .all{
	position: absolute;
	left: 0;
}
.companyPar dd .all a{
	color: #ff5a00;
}
.companyPar dd ul{
	float: left;
}
.companyPar dd li{
	display: inline-block;
	padding: 0 25px;
}
.companyPar dd li a{color: #333;}
.companyPar dd li a:hover{color: #ff5a00;}
.companyPar dd li a:hover,
.companyPar dd li a.actived{
	color: #ff5a00;
}

/* tableMain */
.tableMain{
	margin-top: 40px;
}
.tableMain table{
	width: 100%;
}
.tableMain th{
	height: 76px;
	font-size: 22px;
	color: #fff;
	background-color: #89c5ec;
	text-align: center;
}
.tableMain table th:nth-child(1), .main table th:nth-child(2) {
	text-align: left;
	text-indent: 40px;
}
.main table td {
	border: 1px solid #e5e5e5;
	height: 74px;
	font-family: "微软雅黑";
	text-align: center;
	overflow: hidden;
	padding: 0 10px;
	font-size: 16px;
	color: #333;
	border-top: 0;
	border-bottom: 0;
	background-color: #fff;
}
.main table td:nth-child(1), .main table td:nth-child(2) {
	text-align: left;
	padding: 0 40px;
}
.main table td:first-child {
	border-left: 0;
}
.main table td:last-child {
	border-right: 0;
}
.main tbody tr:nth-child(2n+1) td {
	background-color: #ebf6fd;
}
.main table td b {
	font-size: 18px;
	font-weight: 700;
	color: #ff5a00;
	line-height: 27px;
}
/* newspages */
.newspages {
	width: 1100px;
	margin: 0 auto;
	padding: 26px 0 42px 0;
	font: normal 16px/40px "Tahoma", "\5b8b\4f53", "Arial";
	color: #333;
	text-align: center;
}
.newspages a {
	height: 40px;
	width: 40px;
	border: 1px solid #dddddd;
	background-color: #fff;
	color: #333;
	display: inline-block;
	font: normal 16px/40px "微软雅黑";
	margin: 0 3px;
	vertical-align: middle;
	text-align: center;
    border-radius: 3px;
}
.newspages a.on {
	border: 1px solid #1b8bd4;
	background-color: #1b8bd4;
	cursor: default;
	color: #fff;
}
.newspages span.page_etc {
	color: #999;
	margin: 0 10px;
}
.newspages span.page_turn {
	position: relative;
	margin-left: 10px;
}
.newspages span.page_turn b {
	padding: 0 5px;
}
.newspages span.jump input {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0 4px;
	border: 1px solid #dddddd;
	text-align: center;
	color: #333;
	line-height: 40px;
    border-radius: 3px;
	vertical-align: top;
}
.newspages button {
	height: 42px;
    width: 62px;
    text-align: center;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #333;
	cursor: pointer;
	margin-left: 7px;
    border-radius: 3px;
    font-size: 16px;
	vertical-align: top;
}
.newspages a.prev,.newspages .lt{
    width: 80px;
}
.newspages a.prev {
	background: #f2f2f2 url(../../../../Images/fmbutie/version/2022/ft.png) 15px 12px no-repeat;
}
.newspages .lt {
	background: #f2f2f2 url(../../../../Images/fmbutie/version/2022/lt.png) 15px 12px no-repeat;
}
.newspages a:hover {
	color: #000;
}
.newspages a.ft,
.newspages a.next{display: none;}
.newspages a.on:hover {
	color: #fff;
}
.newspages .jump b{
	font-weight: normal;
	margin: 0 30px 0 20px;
}
/* proInfo */
.proInfo{
	padding: 35px 0 40px;
	background-color: #ebecee;
}
.proInfoTitle{
	text-align: center;
}
.proInfoTitle b{
	font-size: 26px;
	margin: 0 38px;
}
.proInfoTitle img {
	display: inline-block;
	height: 21px;
	width: auto;
	vertical-align: top;
}
.proInfoBot{
	margin-top: 30px;
}
.proInfoBot ul{
	margin-right: -22px;
	overflow: hidden;
}
.proInfoBot li{
	float: left;
	width: 16.6%;
	padding-right: 22px;
	box-sizing: border-box;
}
.proInfoBot li .item{
	padding-top:18px;
	border-radius: 12px;
	border: 1px solid transparent;
}
.proInfoBot li:nth-child(1) .item,
.proInfoBot li:nth-child(5) .item{
	background-color: #ffaf70;
	border-color: #ffaf70;
}
.proInfoBot li:nth-child(1) .item p a:hover,
.proInfoBot li:nth-child(5) .item p a:hover{
	color: #ffaf70;
}
.proInfoBot li:nth-child(2) .item,
.proInfoBot li:nth-child(6) .item{
	background-color: #7cccaf;
	border-color: #7cccaf;
}
.proInfoBot li:nth-child(2) .item p a:hover,
.proInfoBot li:nth-child(6) .item p a:hover{
	color: #7cccaf;
}
.proInfoBot li:nth-child(3) .item{
	background-color: #b0da90;
	border-color: #b0da90;
}
.proInfoBot li:nth-child(3) .item p a:hover{
	color: #b0da90;
}
.proInfoBot li:nth-child(4) .item{
	background-color: #00af86;
	border-color: #00af86;
}
.proInfoBot li:nth-child(4) .item p a:hover{
	color: #00af86;
}
.proInfoBot li .item h3{
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
}
.proInfoBot li .item h3 a{
	color: #fff;
}
.proInfoBot li .item h3 a:hover{
	text-decoration: underline;
}
.proInfoBot li .images{
	display: block;
	width: 178px;
	margin: 20px auto;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
}
.proInfoBot li .images a{
	display: block;
	height: 178px;
	position: relative;
}
.proInfoBot li .images img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: auto;
}
.proInfoBot li p{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background-color: #fff;
	text-align: center;
	border-radius: 0 0 12px 12px;
	overflow: hidden;
}
.proInfoBot li p a{
	color: #333;
}
.proInfoBtn{
	height: 46px;
	line-height: 46px;
	width: 310px;
	font-size: 16px;
	margin: 25px auto 0;
	background-color: #c6dded;
	color: #1b8bd4;
	text-align: center;
	border-radius: 10px;

}
.proInfoBtn a{	color: #1b8bd4;}
.proInfoBtn:hover{
	background-color: #1b8bd4;
}
.proInfoBtn:hover a{
	color: #c6dded;
}
/* affiche */
.affiche{
    background-color: #fff;
}
.affiche .main{
    padding-top: 30px;
    overflow: hidden;
}
.affiche .left{
	float: left;
	width: 875px;
	box-sizing: border-box;
}
.affiche .left{
    padding-right: 22px;
}
.affiche .right{
	padding-left: 22px;
	overflow: hidden;
}
.affiche .leftTitle{
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
	position: relative;
}
.affiche .leftTitle i{
    float: left;
    width: 38px;
    height: 35px;
    background: url(../../../../Images/fmbutie/version/2022/affiche-tz1.png) no-repeat;
    margin-right: 10px;
}
.affiche .leftTitle b{
    color: #1b8bd4;
    position: relative;
	z-index: 2;  
}
.affiche .leftTitle b::after {
	position: absolute;
	display: inline-block;
	left: 0;
	bottom: -2px;
	content: "";
	background: url(../../../../Images/fmbutie/version/2022/affiche-tz2.png) no-repeat;
	width: 104px;
	height: 15px;
	z-index: -1;
}
.affiche a.more{
    float: right;
    line-height: 36px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}
.affiche a.more:hover{color: #f60;}
.affiche .left li {
	padding: 10px 100px 10px 28px;
	position: relative;
}
.affiche .left li i{
    position: absolute;
    display: inline-block;
    left: 1px;
    top: 50%;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    background-color: #d2d2d2;
    transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
.affiche .left li a {
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}
.affiche .left li span {
	position: absolute;
	right: 0;
	top: 10px;
	line-height: 22px;
	font-size: 16px;
	color: #999;
}
.affiche .rightTitle{
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}
.affiche .rightTitle i{
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url(../../../../Images/fmbutie/version/2022/affiche-zc1.png) no-repeat;
    margin:7px 10px 0 0;
    vertical-align: top;
}
.affiche .right li{
    padding:10px 0 10px 30px;
    position: relative;
}
.affiche .right li i{
    position: absolute;
    display: inline-block;
    left: 1px;
    top: 50%;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    background-color: #d2d2d2;
    transform: rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
.affiche .right li a {
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}
.affiche li:hover a{
    color: #1b8bd4;
}
.affiche li:hover i{
    background-color: #1b8bd4;
}
/* part-bot */
.part-bot{
	padding: 25px 0 40px;
	background-color: #fff;
}
.part-bot ul{
	margin-right: -33px;
	overflow: hidden;
}
.part-bot li{
	float: left;
	width: 33.3%;
	padding-right: 33px;
	box-sizing: border-box;
}
.part-bot .item{
	padding: 0 20px 15px;
	border: 1px solid #e5e5e5;
}
.part-bot .item .title{
	height: 60px;
	line-height: 60px;
}
.part-bot .item .title b{
	font-size: 22px;
	color: #333;
}
.part-bot .item .title b i{
	display: inline-block;
	width: 24px;
	height: 22px;
	background: url(../../../../Images/fmbutie/version/2022/affiche-zc1.png) no-repeat;
	margin: 20px 10px 0 0;
	vertical-align: top;
}
.part-bot .item .title a.more{
	float: right;
	line-height: 60px;
	font-size: 16px;
	color: #999;
}
.part-bot .item .title a.more:hover {
	color: #f60;
}
.part-bot .item .pic a.images{
	display: block;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.part-bot .item .pic img{
	max-height: none;
	width: 100%;
}
.part-bot .item .pic p{
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	font-weight: 700;
	background-color: #f6f6f6;
	text-align: center;
	overflow: hidden;
}
.part-bot .item .pic p a{
	color: #333;
}
.part-bot .item .pic p a:hover{
	color: #1b8bd4;
}
.part-bot .item .text{
	padding-top: 12px;
}
.part-bot .item .text p{
	padding: 8px 0 8px 22px;	
	position: relative;
}
.part-bot .item .text p i{
	position: absolute;
	display: inline-block;
	left: 1px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background-color: #d2d2d2;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.part-bot .item .text p a{
	display: block;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.part-bot .item .text p:hover i{
	background-color: #1b8bd4;
}
.part-bot .item .text p:hover a{
	color: #1b8bd4;
}
/* footer */
.footer{
    width: 100%;
    background-color: #333;
    padding: 20px 0;
    overflow: hidden;
}
.footer_left{
    float: left;
    font-size: 0;
    padding-left: 2px;
}
.footer_left p{
    font-size: 0;
}
.footer_left p a{
    text-decoration: none;
    color: #d5d5d5;
    font-size: 14px;
    padding: 0 10px;
    border-left:1px solid #d5d5d5;
}
.footer_left p a:hover{
    color:#ff6600;
}
.footer_left p a:first-child{
    border-left: 0;
    padding-left: 0;
}
.footer_left span{
    display: block;
    font-size: 15px;
    color: #fff;
    margin:15px 0 18px 0;
}
.footer_b{
    margin-top: 12px;
    border-bottom:1px solid #e4e4e4 ;
}
.footer_left span em{
    color: #05a2e5;
    font-style: normal;
}
.footer_left div em{
    font-size: 12px;
    color: #d5d5d5;
    font-style: normal;
    margin-right: 78px;
}
.footer_left div em:last-child{
    margin-right: 0;
}
.footer_left b{
    display: inline-block;
    font-size: 12px;
    color: #d5d5d5;
    font-weight: normal;
    padding-bottom: 16px;
}
.footer_left b a{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background-color: #05a2e5;
    margin-right: 40px;
}
.footer_left b:last-child a{
    margin-right: 0;
}
.footer_left b a img{
    vertical-align: top;
    padding-top: 3px;
}
.footer_left div i{
    font-size: 12px;
    color:#d5d5d5;
    font-style: normal;
    margin-right: 30px;
}
.footer_left div i:last-child{
    margin-right: 0;
}
.footer_i{
    margin-top: 15px;
}
.footer_right{
    box-sizing: border-box;
    float: right;
    text-align: left;
    width: 390px;
}
.footer_logo{
    display: block;
    width: 128px;
    height: 40px;
    margin-bottom: 20px;
}
.footer_ma{
    width: 100%;
    overflow: hidden;
}
.footer_ma div{
    float: left;
    box-sizing: border-box;
    width: 95px;
    margin-right: 15px;
    text-align: center;
}
.footer_ma div:last-child{
    margin-right: 0;
}
.footer_ma a{
    display: inline-block;
    width: 100%;
    height: 95px;
}
.footer_ma a img{
    width: 100%;
    height: 100%;
}
.footer_ma p{
    font-size: 11px;
    color: #fff;
    margin-top: 5px;
}
/* 左右侧边栏 */
/*goTop*/
.backHome{ width:54px; }
.backHome a{ width:38px; height:46px; display:block; float:left; background:#5b7648; text-align:center; font:normal 14px/20px "Microsoft Yahei","simhei"; color:#fff; padding:8px 8px 0 8px; margin:2px 0; opacity:0.7; filter:alpha(opacity=70); background:url(https://www.nongjx.com/images/subsidy2018/rightBar2.png) no-repeat 0 0;text-indent: -9999px; }
.backHome a:hover{ opacity:1; filter:alpha(opacity=100); }
.backHome a.guest,.backHome a.guest:hover{position: relative; background:url(https://www.nongjx.com/images/subsidy2018/rightBar2.png) no-repeat 0 -114px; opacity: 0.7; filter:alpha(opacity=70); }
.backHome a.price{ background:url(https://www.nongjx.com/images/subsidy2018/rightBar2.png) no-repeat 0px -57px; opacity: 0.7; filter:alpha(opacity=70); }
.backHome a.guest:hover,.backHome a.price:hover{ opacity: 1; filter:alpha(opacity=100); }
.toTop{ width:54px; height:54px; position:fixed; _position:absolute; top:379px; _top:expression(eval(document.documentElement.scrollTop+321)); display:none; }
.toTop a,.toTop a:hover{ display:block; width:54px; height:54px; background:url(https://www.nongjx.com/images/subsidy2018/rightBar2.png) no-repeat 0px -171px; opacity: 0.6; filter:alpha(opacity=60); }
.toTop a:hover{ opacity:1; filter:alpha(opacity=100); }
#goTop { position:fixed; _position:absolute; top:203px; display:block; right:10px; }
*html, * html body { background-attachment:fixed; }
*html #goTop { position:absolute; right:expression(eval(document.documentElement.scrollLeft+10)); top:expression(eval(document.documentElement.scrollTop+145)); }
.backHome a.guest img {
	position: absolute;
	left: -110px;
	width: 100px;
	height: 100px;
	max-width: none;
	max-height: none;
	top: -20px;
	display: none;
}
.backHome a.guest:hover img{
	display: block;
}
/* media */
@media screen and (max-width: 1175px) {
	body {
		min-width: 780px;
	}
	.main,.w,.header  {
		width: 780px;
	}
	.header,#header {
		height: 34px;
	}
	.header li {
		font: normal 12px/34px "\5b8b\4f53", "Tahoma";
	}
	.header li input {
		width: 40px;
		height: 18px;
		margin: 8px 5px 8px 0;
	}
	.header li button {
		width: 46px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		margin: 7px 3px;
	}
	.header p {
		line-height: 34px;
		font-size: 12px;
	}
	.header p a.mobile {
		padding-left: 15px;
		background: url(https://www.nongjx.com/images/subsidy2018/catalog2016.png) no-repeat -119px 1px;
	}
	.header li button {
		width: 34px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		margin: 8px 3px;
	}
	.header p a {
		padding: 0 2px;
	}
	.top .logo {
		height: 42px;
	}
	.top .search {
		margin-top: 9px;
		width: 396px;
		height: 26px;
		padding: 1px;
	}
	.top .search input {
		height: 26px;
		line-height: 26px;
		width: 310px;
		font-size: 12px;
		text-indent: 8px;
	}
	.top .search button {
		height: 26px;
		line-height: 26px;
		width: 85px;
		font-size: 12px;
	}
	.location {
		height: 36px;
		line-height: 36px;
	}
	.location i {
		font-size: 13px;
		margin-right: 8px;
	}
	.location a {
		font-size: 12px;
		padding: 0px 15px 0 0;
	}
	.location a::after {
		right: 3px;
	}
	.parameter a {
		line-height: 20px;
		background: #fff url(https://www.nongjx.com/images/subsidy2018/companyList.png) no-repeat 100% -126px;
		padding: 0 20px 0 8px;
	}
	.parameter a:hover{ 
		border:1px solid #ffa162; 
		background: #fff7f0 url(https://www.nongjx.com/images/subsidy2018/companyList.png) no-repeat 100% -150px; 
		color: #ff6600; 
	}

	.companyPar {
		padding: 0 15px;
	}
	.companyPar dt {
		width: 65px;
	}
	.companyPar dl {
		padding: 5px 0;
		font-size: 12px;
		line-height: 22px;
	}
	.companyPar dd {
		padding-left: 40px;
	}
	.companyPar dd li {
		padding: 0 17px;
	}
	.tableMain {
		margin-top: 20px;
	}
	.tableMain th {
		height: 40px;
		font-size: 13px;
	}
	.tableMain table th:nth-child(1), .main table th:nth-child(2) {
		text-indent: 20px;
	}
	.main table td:nth-child(1), .main table td:nth-child(2) {
		padding: 0 20px;
	}
	.main table td {
		height: 40px;
		padding: 0 6px;
		font-size: 12px;
	}
	.main table td b {
		font-size: 13px;
	}
	.newspages {
		width: 900px;
		margin: 0 auto;
		padding: 16px 0 26px 0;
		font: normal 13px/32px "Tahoma", "\5b8b\4f53", "Arial";
		color: #333;
		text-align: center;
	}
	.newspages a {
		height: 32px;
		width: 32px;
		font: normal 13px/32px "微软雅黑";
	}
	.newspages a.prev, .newspages .lt {
		width: 64px;
	}
	.newspages a.prev {
		background: #f2f2f2 url(../../../../Images/fmbutie/version/2022/ft.png) 12px 10px no-repeat;
		background-size: 60%;
	}
	.newspages .lt {
		background: #f2f2f2 url(../../../../Images/fmbutie/version/2022/lt.png) 12px 10px no-repeat;
		background-size: 60%;
	}
	.newspages span.jump input {
		width: 32px;
		height: 32px;
		margin: 0 3px;
		line-height: 34px;
	}
	.newspages button {
		height: 34px;
		width: 50px;
		margin-left: 3px;
		font-size: 13px;
	}
	.proInfo {
		padding: 18px 0;
	}
	.proInfoTitle b {
		font-size: 14px;
		margin: 0 18px;
	}
	.proInfoTitle img {
		height: 12px;
		margin-top: 5px;
	}
	.proInfoBot {
		margin-top: 12px;
	}
	.proInfoBot ul {
		margin-right: -12px;
	}
	.proInfoBot li {
		padding-right: 12px;
	}
	.proInfoBot li .item {
		padding-top: 8px;
	}
	.proInfoBot li .item h3 {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.proInfoBot li .images {
		width: 96px;
		margin: 12px auto;
		border: 1px solid #fff;
	}
	.proInfoBot li .images a {
		height: 96px;
	}
	.proInfoBot li p {
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.proInfoBtn {
		height: 26px;
		line-height: 26px;
		width: 168px;
		font-size: 13px;
		margin: 15px auto 0;
	}
	.affiche .main {
		padding-top: 20px;
	}
	.affiche .left {
		width: 490px;
	}
	.affiche .left {
		padding-right: 9px;
	}
	.affiche .right {
		padding-left: 9px;
	}
	.affiche .leftTitle i {
		width: 22px;
		height: 20px;
		margin-right: 6px;
		background-size: 100%;
	}
	.affiche .leftTitle {
		font-size: 14px;
		margin-bottom: 8px;
		line-height: 20px;
	}
	.affiche .leftTitle b::after {
		width: 55px;
		height: 7px;
		background-size: 100%;
	}
	.affiche a.more {
		line-height: 20px;
		font-size: 12px;
	}
	.affiche .left li {
		padding: 4px 70px 4px 14px;
	}
	.affiche .right li{
		padding: 4px 0 4px 14px;
	}
	.affiche .left li i,
	.affiche .right li i {
		margin-top: -2px;
		width: 5px;
		height: 5px;
	}
	.affiche .left li a,
	.affiche .right li a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.affiche .left li span {
		top: 4px;
		line-height: 16px;
		font-size: 12px;
	}
	.affiche .rightTitle {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		margin-bottom: 8px;
	}
	.affiche .rightTitle i {
		width: 14px;
		height: 12px;
		margin: 4px 5px 0 0;
		background-size: 100%;
	}
	.part-bot {
		padding: 15px 0 22px;
	}
	.part-bot li {
		padding-right: 18px;
	}
	.part-bot ul {
		margin-right: -18px;
	}
	.part-bot .item {
		padding: 0 11px 10px;
	}
	.part-bot .item .title {
		height: 32px;
		line-height: 32px;
	}
	.part-bot .item .title b {
		font-size: 14px;
	}
	.part-bot .item .title b i {
		width: 14px;
		height: 12px;
		margin: 11px 6px 0 0;
		background-size: 100% 100%;
	}
	.part-bot .item .title a.more {
		line-height: 32px;
		font-size: 12px;
	}
	.part-bot .item .pic p {
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.part-bot .item .text {
		padding-top: 4px;
	}
	.part-bot .item .text p {
		padding: 4px 0 4px 15px;
	}
	.part-bot .item .text p i {
		margin-top: -2px;
		width: 5px;
		height: 5px;
	}
	.part-bot .item .text p a {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.footer_left p a {
		font-size: 12px;
		padding: 0 3px;
	}
	.footer_left span {
		font-size: 13px;
		margin: 10px 0 13px 0;
	}
	.footer_left div em {
		margin-right: 20px;
	}
	.footer_b {
		margin-top: 9px;
	}
	.footer_left b {
		padding-bottom: 10px;
	}
	.footer_left b a {
		width: 18px;
		height: 18px;
		line-height: 18px;
		margin-right: 20px;
	}
	.footer_left b a img {
		padding-top: 2px;
		width: 12px;
	}
	.footer_i {
		margin-top: 8px;
		width: 588px;
	}
	.footer_left div i {
		margin-right: 10px;
	}
	.footer_right {
		width: 175px;
	}
	.footer_logo {
		width: 80px;
		height: 25px;
		margin-bottom: 10px;
	}
	.footer_ma div {
		width: 55px;
		margin-right: 4px;
	}
	.footer_ma a {
		height: 55px;
	}
	.footer_ma p {
		margin-top: 2px;
	}




}
@media only screen and (min-width: 1176px) and (max-width: 1365px) {
	body {
		min-width: 978px;
	}
	.main,.w,.header  {
		width: 978px;
	}
	.header,#header {
		height: 34px;
	}
	.header li {
		font: normal 12px/34px "\5b8b\4f53", "Tahoma";
	}
	.header li input {
		width: 84px;
		height: 20px;
		margin: 7px 5px 7px 0;
	}
	.header li button {
		width: 46px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		margin: 7px 3px;
	}
	.header p {
		line-height: 34px;
		font-size: 12px;
	}
	.header p a.mobile {
		padding-left: 20px;
		background: url(https://www.nongjx.com/images/subsidy2018/catalog2016.png) no-repeat -114px 1px;
	}
	.top .logo {
		height: 53px;
	}
	.top {
		padding: 16px 0 18px;
	}
	.top .search {
		margin-top: 13px;
		width: 488px;
		height: 28px;
	}
	.top .search input {
		height: 28px;
		line-height: 28px;
		width: 388px;
		font-size: 13px;
		text-indent: 12px;
	}
	.top .search button {
		height: 28px;
		line-height: 28px;
		width: 98px;
		font-size: 13px;
	}
	.location {
		height: 45px;
		line-height: 45px;
	}
	.location i {
		font-size: 14px;
		margin-right: 8px;;
	}
	.location a {
		font-size: 13px;
		padding: 0 24px 0 0;
	}
	.location a::after {
		right: 8px;
	}
	.parameter a {
		line-height: 22px;
		background: #fff url(https://www.nongjx.com/images/subsidy2018/companyList.png) no-repeat 100% -125px;
		padding: 0 22px 0 8px;
	}
	.parameter a:hover{ 
		background: #fff7f0 url(https://www.nongjx.com/images/subsidy2018/companyList.png) no-repeat 100% -148px; 
	}
	.companyPar {
		padding: 0 18px;
	}
	.companyPar dt {
		width: 85px;
	}
	.companyPar dl {
		padding: 6px 0;
		font-size: 13px;
		line-height: 26px;
	}
	.tableMain {
		margin-top: 26px;
	}
	.tableMain th {
		height: 52px;
		font-size: 15px;
	}
	.tableMain table th:nth-child(1), .main table th:nth-child(2) {
		text-indent: 28px;
	}
	.main table td:nth-child(1), .main table td:nth-child(2) {
		padding: 0 28px;
	}
	.main table td {
		font-size: 13px;
		height: 50px;
	}
	.newspages {
		width: 900px;
		margin: 0 auto;
		padding: 16px 0 26px 0;
		font: normal 13px/32px "Tahoma", "\5b8b\4f53", "Arial";
		color: #333;
		text-align: center;
	}
	.newspages a {
		height: 32px;
		width: 32px;
		font: normal 13px/32px "微软雅黑";
	}
	.newspages a.prev, .newspages .lt {
		width: 64px;
	}
	.newspages a.prev {
		background: #f2f2f2 url(../../../../Images/fmbutie/version/2022/ft.png) 12px 10px no-repeat;
		background-size: 60%;
	}
	.newspages .lt {
		background: #f2f2f2 url(../../../../Images/fmbutie/version/2022/lt.png) 12px 10px no-repeat;
		background-size: 60%;
	}
	.newspages span.jump input {
		width: 34px;
		height: 34px;
		margin: 0 3px;
		line-height: 34px;
	}
	.newspages button {
		height: 36px;
		width: 50px;
		margin-left: 3px;
		font-size: 13px;
	}
	.proInfo {
		padding: 22px 0 23px;
	}
	.proInfoTitle b {
		font-size: 17px;
		margin: 0 24px;
	}
	.proInfoTitle img {
		height: 14px;
		vertical-align: top;
		margin-top: 6px;
	}
	.proInfoBot {
		margin-top: 20px;
	}
	.proInfoBot ul {
		margin-right: -15px;
	}
	.proInfoBot li {
		padding-right: 15px;
	}
	.proInfoBot li .item {
		padding-top: 12px;
	}
	.proInfoBot li .item h3 {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.proInfoBot li .images {
		width: 118px;
		margin: 15px auto;
	}
	.proInfoBot li .images a {
		height: 118px;
	}
	.proInfoBot li p {
		height: 34px;
		line-height: 34px;
		font-size: 13px;
	}
	.proInfoBtn {
		height: 32px;
		line-height: 32px;
		width: 210px;
		font-size: 13px;
		margin: 18px auto 0;
	}
	.main table td b {
		font-size: 14px;
	}
	.affiche .left {
		width: 605px;
	}
	.affiche .left {
		padding-right: 10px;
	}
	.affiche .right {
		padding-left: 10px;
		overflow: hidden;
	}
	.affiche .leftTitle {
		font-size: 17px;
		margin-bottom: 8px;
		line-height: 24px;
	}
	.affiche .leftTitle b::after {
		width: 70px;
		height: 10px;
		background-size: 100% 100%;
	}
	.affiche .leftTitle i {
		width: 26px;
		height: 24px;
		margin-right: 6px;
		background-size: 100% 100%;
	}
	.affiche a.more {
		line-height: 24px;
		font-size: 13px;
	}
	.affiche .left li a,
	.affiche .right li a {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.affiche .left li {
		padding: 5px 70px 5px 18px;
	}
	.affiche .right li {
		padding: 5px 0 5px 18px;
	}
	.affiche .left li i,
	.affiche .right li i {
		margin-top: -2px;
		width: 5px;
		height: 5px;
	}
	.affiche .left li span {
		top: 5px;
		line-height: 16px;
		font-size: 13px;
	}
	.affiche .rightTitle {
		height: 24px;
		line-height: 24px;
		font-size: 17px;
		margin-bottom: 8px;
	}
	.affiche .rightTitle i {
		width: 16px;
		height: 14px;
		margin: 5px 7px 0 0;
		background-size: 100%;
	}
	.part-bot {
		padding: 20px 0 25px;
	}
	.part-bot li {
		padding-right: 25px;
	}
	.part-bot ul {
		margin-right: -25px;
	}
	.part-bot .item {
		padding: 0 12px 10px;
	}
	.part-bot .item .title {
		height: 40px;
		line-height: 40px;
	}
	.part-bot .item .title a.more {
		line-height: 40px;
		font-size: 13px;
	}
	.part-bot .item .title b {
		font-size: 16px;
	}
	.part-bot .item .title b i {
		width: 16px;
		height: 14px;
		margin: 13px 7px 0 0;
		background-size: 100%;
	}
	.part-bot .item .text {
		padding-top: 5px;
	}
	.part-bot .item .text p {
		padding: 5px 0 5px 16px;
	}
	.part-bot .item .text p i {
		margin-top: -3px;
		width: 6px;
		height: 6px;
	}
	.part-bot .item .text p a {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.part-bot .item .pic p {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.footer_left p a {
		font-size: 12px;
		padding: 0 8px;
	}
	.footer_right {
		width: 262px;
	}
	.footer_ma div {
		width: 80px;
		margin-right: 10px;
	}
	.footer_ma a {
		height: 80px;
	}
	.footer_left div em {
		margin-right: 65px;
	}
	.footer_left b a {
		margin-right: 30px;
	}
	.footer_left div i {
		margin-right: 20px;
	}



}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
	body {
		min-width: 1166px;
	}
	.main,.w,.header  {
		width: 1166px;
	}
	.header,#header {
		height: 34px;
	}
	.header li {
		font: normal 12px/34px "\5b8b\4f53", "Tahoma";
	}
	.header li input {
		width: 84px;
		height: 20px;
		margin: 7px 5px 7px 0;
	}
	.header li button {
		width: 46px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		margin: 7px 3px;
	}
	.header p {
		line-height: 34px;
		font-size: 12px;
	}
	.header p a.mobile {
		padding-left: 20px;
		background: url(https://www.nongjx.com/images/subsidy2018/catalog2016.png) no-repeat -114px 1px;
	}
	.top .logo {
		height: 63px;
	}
	.top {
		padding: 20px 0 21px;
	}
	.top .search {
		margin-top: 14px;
		width: 590px;
		height: 34px;
	}
	.top .search input {
		height: 34px;
		line-height: 34px;
		width: 462px;
		font-size: 14px;
		text-indent: 10px;
	}
	.top .search button {
		height: 34px;
		line-height: 34px;
		width: 126px;
		font-size: 16px;
	}
	.location {
		height: 54px;
		line-height: 54px;
	}
	.location a {
		font-size: 14px;
		padding: 0 24px 0 0;
	}
	.location i {
		font-size: 16px;
		margin-right: 10px;
	}
	.parameter a {
		padding: 0 20px 0 8px !important;
	}
	.companyPar {
		padding: 0 20px;
	}
	.companyPar dl {
		padding: 8px 0;
		font-size: 14px;
		line-height: 30px;
	}
	.companyPar dt {
		width: 100px;
	}
	.tableMain {
		margin-top: 32px;
	}
	.tableMain th {
		height: 62px;
		font-size: 16px;
	}
	.main table td {
		height: 60px;
		padding: 0 10px;
		font-size: 14px;
	}
	.main table td:nth-child(1), .main table td:nth-child(2) {
		padding: 0 30px;
	}
	.main table td b {
		font-size: 16px;
	}
	.newspages {
		padding: 18px 0 32px 0;
		font: normal 14px/36px "Tahoma", "\5b8b\4f53", "Arial";
	}
	.newspages a {
		height: 36px;
		width: 36px;
		font: normal 14px/36px "微软雅黑";
	}
	.newspages span.jump input {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.proInfo {
		padding: 25px 0 35px;
	}
	.proInfoTitle b {
		font-size: 20px;
		margin: 0 30px;
	}
	.proInfoTitle img {
		display: inline-block;
		height: 20px;
		width: auto;
		margin-top: 5px;
	}
	.proInfoBot {
		margin-top: 20px;
	}
	.proInfoBot li {
		padding-right: 18px;
	}
	.proInfoBot ul {
		margin-right: -18px;
	}
	.proInfoBot li .item {
		padding-top: 14px;
	}
	.proInfoBot li .item h3 {
		height: 22px;
		line-height: 22px;
		font-size: 15px;
	}
	.proInfoBot li .images {
		width: 142px;
		margin: 16px auto;
	}
	.proInfoBot li .images a {
		height: 142px;
	}
	.proInfoBot li p {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.proInfoBtn {
		height: 38px;
		line-height: 38px;
		width: 245px;
		font-size: 14px;
		margin: 22px auto 0;
	}
	.affiche .leftTitle i {
		width: 31px;
		height: 28px;
		background-size: 100% 100%;
	}
	.affiche .leftTitle {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 28px;
	}
	.affiche a.more {
		line-height: 28px;
		font-size: 13px;
	}
	.affiche .left li {
		padding: 6px 78px 6px 22px;
	}
	.affiche .right li{
		padding: 6px 0 6px 22px;
	}
	.affiche .left li a,
	.affiche .right li a {
		height: 18px;
		line-height: 18px;
		font-size: 13px;
	}
	.affiche .left li i,
	.affiche .right li i {
		margin-top: -2px;
		width: 5px;
		height: 5px;
	}
	.affiche .left li span {
		top: 6px;
		line-height: 18px;
		font-size: 13px;
	}
	.affiche .left {
		width: 716px;
	}
	.affiche .left {
		padding-right: 16px;
	}
	.affiche .right {
		padding-left: 16px;
	}
	.affiche .rightTitle {
		height: 28px;
		line-height: 28px;
		font-size: 20px;
		margin-bottom: 10px;
	}
	.part-bot {
		padding: 20px 0 30px;
	}
	.part-bot ul {
		margin-right: -28px;
	}
	.part-bot li {
		padding-right: 28px;
	}
	.part-bot .item {
		padding: 0 16px 12px;
	}
	.part-bot .item .title {
		height: 48px;
		line-height: 48px;
	}
	.part-bot .item .title b {
		font-size: 18px;
	}
	.part-bot .item .title b i {
		width: 18px;
		height: 16px;
		margin: 18px 8px 0 0;
		background-size: 100% 100%;
	}
	.part-bot .item .title a.more {
		line-height: 48px;
		font-size: 13px;
	}
	.part-bot .item .pic p {
		height: 42px;
		line-height: 42px;
		font-size: 15px;
	}
	.part-bot .item .text {
		padding-top: 6px;
	}
	.part-bot .item .text p a {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.part-bot .item .text p i {
		margin-top: -3px;
		width: 6px;
		height: 6px;
	}
	.part-bot .item .text p {
		padding: 6px 0 6px 18px;
	}
	.footer_left p a {
		font-size: 13px;
	}
	.footer_right {
		width: 318px;
	}

}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	body {
		min-width: 1242px;
	}
	.main,.w,.header {
		width: 1242px;
	}
	.top {
		padding: 22px 0 21px;
	}
	.top .logo {
		height: 67px;
	}
	.top .search {
		margin-top: 14px;
		width: 628px;
		height: 36px;
	}
	.top .search input {
		height: 36px;
		line-height: 36px;
		width: 494px;
		font-size: 14px;
		text-indent: 13px;
	}
	.top .search button {
		height: 36px;
		line-height: 36px;
		width: 132px;
		font-size: 16px;
	}
	.location {
		height: 58px;
		line-height: 58px;
	}
	.location a {
		font-size: 14px;
	}
	.location i {
		font-size: 16px;
		margin-right: 10px;
	}
	.companyPar {
		padding: 0 22px;
	}
	.companyPar dt {
		width: 108px;
	}
	.companyPar dl {
		padding: 8px 0;
		font-size: 14px;
		line-height: 32px;
	}
	.tableMain {
		margin-top: 36px;
	}
	.tableMain th {
		height: 66px;
		font-size: 18px;
	}
	.main table td {
		height: 62px;
		padding: 0 10px;
		font-size: 14px;
	}
	.main table td:nth-child(1), .main table td:nth-child(2) {
		padding: 0 35px;
	}
	.main table td b {
		font-size: 16px;
	}
	.newspages {
		padding: 22px 0 35px 0;
		font: normal 15px/40px "Tahoma", "\5b8b\4f53", "Arial";
	}
	.newspages button {
		font-size: 15px;
	}
	.proInfo {
		padding: 28px 0 32px;
	}
	.proInfoBot ul {
		margin-right: -20px;
	}
	.proInfoBot li {
		padding-right: 20px;
	}
	.proInfoBot li .item {
		padding-top: 16px;
	}
	.proInfoBot li .item h3 {
		height: 22px;
		line-height: 22px;
		font-size: 16px;
	}
	.proInfoBot li .images {
		width: 152px;
		margin: 16px auto 18px;
	}
	.proInfoBot li .images a {
		height: 152px;
	}
	.proInfoBot li p {
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}
	.proInfoBtn {
		height: 40px;
		line-height: 40px;
		width: 266px;
		font-size: 14px;
		margin: 22px auto 0;
	}
	.affiche .leftTitle i {
		width: 33px;
		height: 30px;
		background-size: 100% 100%;
	}
	.affiche .leftTitle {
		line-height: 30px;
		font-size: 22px;
		margin-bottom: 12px;
	}
	.affiche a.more {
		line-height: 30px;
		font-size: 14px;
	}
	.affiche .left li {
		padding: 8px 85px 8px 24px;
	}
	.affiche .left li i,
	.affiche .right li i {
		margin-top: -3px;
		width: 6px;
		height: 6px;
	}
	.affiche .left li a,
	.affiche .right li a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.affiche .left li span {
		top: 8px;
		line-height: 20px;
		font-size: 14px;
	}
	.affiche .left {
		width: 745px;
	}
	.affiche .rightTitle {
		height: 30px;
		line-height: 30px;
		font-size: 22px;
		margin-bottom: 12px;
	}
	.affiche .rightTitle i {
		width: 20px;
		height: 18px;
		margin: 7px 8px 0 0;
		background-size: 100% 100%;
	}
	.affiche .right li{
		padding: 8px 0 8px 24px;
	}
	.part-bot ul {
		margin-right: -30px;
	}
	.part-bot li {
		padding-right: 30px;
	}
	.part-bot .item {
		padding: 0 15px 12px;
	}
	.part-bot .item .title {
		height: 52px;
		line-height: 52px;
	}
	.part-bot .item .title b {
		font-size: 20px;
	}
	.part-bot .item .title b i {
		width: 20px;
		height: 20px;
		margin: 17px 8px 0 0;
		background-size: 100% 100%;
	}
	.part-bot .item .title a.more {
		line-height: 52px;
		font-size: 14px;
	}
	.part-bot .item .pic p {
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}
	.part-bot .item .text p a {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.part-bot .item .text p i {
		margin-top: -3px;
		width: 6px;
		height: 6px;
	}
	.part-bot .item .text p {
		padding: 6px 0 6px 20px;
	}
	.part-bot {
		padding: 25px 0 35px;
	}

}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	body {
		min-width: 1400px;
	}
	.main,.w,.header  {
		width: 1400px;
	}
	.top .logo {
		height: 76px;
	}
	.top .search {
		margin-top: 15px;
		width: 708px;
		height: 40px;
	}
	.top .search input {
		height: 40px;
		line-height: 40px;
		width: 556px;
		font-size: 16px;
		text-indent: 13px;
	}
	.top .search button {
		height: 40px;
		line-height: 40px;
		width: 152px;
		font-size: 18px;
	}
	.location {
		height: 65px;
		line-height: 65px;
	}
	.companyPar dt {
		width: 122px;
	}
	.companyPar {
		padding: 0 22px;
	}
	.companyPar dd li {
		padding: 0 20px;
	}
	.companyPar dl {
		padding: 10px 0;
		font-size: 16px;
		line-height: 34px;
	}
	.tableMain th {
		height: 74px;
		font-size: 20px;
	}
	.main table td {
		height: 70px;
	}
	.newspages {
		padding: 25px 0 40px 0;
	}
	.proInfo {
		padding: 30px 0 40px;
	}
	.proInfoTitle b {
		font-size: 25px;
		margin: 0 35px;
	}
	.proInfoBot li .images {
		width: 176px;
		margin: 15px auto 20px;
	}
	.proInfoBot li .images a {
		height: 176px;
	}








}
@media screen and (min-width: 1920px){
	body {
		min-width: 1450px;
	}
	.main,.w,.header  {
		width: 1450px;
	}
}





 

















