@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "黑体";
	padding-top: 97px;
}

input {
	font-family: "黑体";
}

a {
	text-decoration: none;
	outline: none;
	color: #282828;
	display: inline-block;
}

img {
	border: none;
}

ul,
li {
	list-style: none;
}
.clearfix:after,.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both;display: block;content: ".";visibility: hidden;height: 0;zoom: 1;
}

.clearfix {
	*zoom: 1
}
.header{background: #fff}
#headBox{width: 100%;height: auto;
	position: fixed;
	top: 0px;left: 0px;
	z-index: 999;
	
}
.fl {
	float: left
}

.fr {
	float: right
}
.page {
	background-color: #fff;
	width: 100%;
}

.center {
	width: 1200px;
	margin: 0 auto;
}

/**/

.nav {
	/* margin-top: 98px; */
}

/**/
.headhm{float: left;display: block;margin-top: 28px;width: 60px;margin-right: 10px;border-radius: 3px;}
.headhm img{display: inline-block;vertical-align: middle; width: 100%;}
.headerLeft {
	float: left;
}

.headerLeft a {
	margin-top: 15px;
}
.headerLeft img{height: 78px;}
.headerRight {
	font-size: 14px;
	float: right;
	margin-top: 40px;
	margin-right: 15px;
}

.headerRight ul li {
	float: left;
	margin-left: 10px;
	position: relative;
}

.headerRight ul li img,
.headerRight ul li a {
	vertical-align: middle;
}
.headTitle{float: left;margin-top: 40px;font-size: 12px;color: #333}
.navImg {
    height: 320px;
	width: 100%;background: url(../images/nav.png) no-repeat center;background-size: cover;
}

.navImg img {
        height: 270px;
	width: 100%;
}
.navImg .center{position: relative;max-width: 970px;height: 100%;}
.headImg {
	width: 100%;
}

.headImg img {
	width: 100%;
}
.logoM{display: none;}
.search{border-bottom: 1px solid #c9c4c4;position: relative;}
.searchWord{
	background: transparent;
	width: 100px;
	height: 28px;
	border: none;
	font-size: 14px;
}

.searchButt {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	display: block;
	width: 28px!important;
	height: 28px!important;
	background: url(../images/search.png) no-repeat center;
	border: none;
}
/* 新闻列表左侧导航固定方式 */
.rel {
	position: relative !important;
}
.leve {
	float: left;
}

.leve a {
	font-size: 12px !important;
}

.leve>p {
	font-size: 15px;
	margin-left: 20px;
}

.levetwo ul,
.levethree ul {
	width: 430px;
}

.levetwo ul li,
.levethree ul li {
	width: 215px;
	float: left;
}
.topFoot{background: #121212;margin: 0px auto;padding: 20px 0px;color: #c5c1c1}
.topFoot dl{width: 14%;float: left;}
.topFoot dl a{color: #c5c1c1}
.topFoot dl dt{font-size: 16px;margin-bottom: 5px;}
.topFoot dl dd{font-size: 12px}
.topFoot dl dd p{line-height: 22px;}
.footer {
	width: 100%;
	color: #fff
}

.footerTop {
	background-color: #0068b7;
	height: 62px;
}

.footerTopConRight {
	color: #fff;
	line-height: 62px;
	float: right;
}

.footerTopConRight a {
	color: #fff;
	font-size: 16px;
}

.footerTopConRight a:hover {
	text-decoration: underline;
}

.footerTopCon {
	position: relative;
}

.footerTopConLeft {
	text-align: center;
	width: 100%;
	height: 62px;
}

.showBottom p {
	font-weight: bold;
	color: #005bac;
	text-align: left;
	line-height: 60px;
}

.showBottom div {
	text-align: left;
	line-height: 30px;
	margin-bottom: 20px;
}

.footerTopConLeft>div {
	cursor: pointer;
	width: 110px;
	text-align: center;
	line-height: 62px;
	display: inline-block;
}

.footerTopConLeft .showBottom {
	position: absolute;
	left: 0;
	bottom: 62px;
	overflow: hidden;
	max-height: 0;
	background: rgba(255, 255, 255, 1);
}

.footerTopConLeft .showBottom.active {
	max-height: 400px;
	transition: 1s;
}

.showBottom {
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
}

.showBottom>div a {
	margin-left: 20px;
	color: #999 !important;
	width: auto !important;
}

.showBottom>div a:hover {
	color: #005bac !important;
	text-decoration: underline;
}

.footerTopConLeft>div a {
	width: 110px;
	color: #fff;
}

.footerTopConLeft>div:hover>a {
	background-color: #fff;
	color: #00796a;
}

.footerBottom {
	color: #656565;
	text-align: center;
	line-height: 35px;
	height: 35px;
	background-color: #323232;
}

.footerCenterConLeft {
	text-align: center;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 100%;
}

.footerCenterConLeft>p a {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.footerCenterConLeft>p a:nth-of-type(n+2) {
	margin-left: 10px;
}

.ulBox ul {
	margin-top: 20px;
	font-size: 12px;
	float: left;
}

.ulBox ul li {
	text-align: center;
}

.ulBox ul:nth-of-type(n+2) {
	margin-left: 28px;
}

.footerCenterConLeft a:hover {
	text-decoration: underline;
	color: #00796a;
}

.footerCenterConRight {
	float: left;
}

.erBox {
	text-align: center;
	margin-top: 20px;
}

.erBox img:last-child {
	margin-left: 16px;
}

.phone {
	box-sizing: border-box;
	padding: 0 35px 0 90px;
	margin-top: 2px;
}

.phone ul {
	font-size: 14px;
}

/*-----------*/
.footerCenterConL {
	float: left;
	width: 330px;
	margin-top: 80px;
}

.footerCenterCon {
	position: relative;
	font-size: 13px;
}

.footerCenterConC {
	margin-left: 40px;
	float: left;
	width: 500px;
	height: 208px;
}

.footC1 {
	height: 22px;
	margin-top: 40px;
	width: 100%;
}

.footerCenterConC>p {
	font-size: 14px;
	margin-top: 10px;
}

.foot_item {
	float: left;
}

.foot_item>a {
	font-size: 17px;
}

.foot_item:nth-of-type(n+2)>a {
	margin-left: 5px;
}

.about {
	position: absolute;
	bottom: 168px;
	left: 0;
	width: 100%;
	z-index: 99;
	max-height: 0;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
}

.about_item {
	margin-left: 30px;
	margin-bottom: 20px;
}

.about.active {
	transition: 1s;
	max-height: 600px;
}

.a_title {
	margin-top: 20px;
	width: 80px;
	color: #005bac;
	font-weight: bold;
	float: left;
}

.a_list {
	width: 1060px;
	float: left;
}

.a_list>a {
	margin-top: 20px;
	margin-left: 15px;
	color: #999;
}

.a_list>a:hover {
	color: #005bac;
	text-decoration: underline;
}

.about_item:after {
	content: "";
	overflow: hidden;
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.footerCenterConR {
	float: right;
	width: 250px;
}
.footerCenterConR>img{
	width: 100px;
}
.footerCenterConR>img:last-child {
	margin-left: 15px;
}

/* last */
.zuihou {
	text-align: left;
	width: 60%;
	height: 100%;
	float: left;
	position: relative;
	box-sizing: border-box;
	position: relative;
}

.footerCenter {
	width: 100%;
	background-color: #000;
	padding: 20px 0px;
}

.zuihou>p:nth-of-type(1) a:nth-of-type(n+2):hover {
	text-decoration: underline;
	color: #00bd69;
}


.zuihou>p {
	line-height: 38px;color: #c5c1c1
}
.zuihou>p a{color: #c5c1c1}

/* 网站群 */
.zuihou {
}
/* 图片悬浮上移 */
.footerCenterConR img:hover{
	transition: 1s;
	transform: translateY(-20px);
}
/* a标签样式修改 */
.bgh:hover{
    color:#fff;
    background-color: #009251;
    transition: 0.3s;
}

.blue{
    color: #005bac;
}
.blue:hover{
    color:#009251;
    text-decoration: underline;
    font-weight: bold;
}
.sjh:hover{
    text-decoration: underline!important;
    color:#009251;
}
/* navTop */
.navTop {
	width: 100%;
	background: rgba(76,175,80, .7);
	z-index: 999;
}
.navTop.active{background: #4CAF50}
.navTopCon {
	width: 1200px;
	position: relative;
}

.navTopConItem {
	width: 130px;
	height: 100%;
	float: left;
	position: relative;
}

.navTopConItem>a {
    font-weight: bold;
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #fff;width: 100%
}
.navTopConItem>.subm{display: none;width:45px;height: 45px;float: right;background: url(../images/add.png) no-repeat center;background-size: 15px; }
.subm.active{background: url(../images/sub.png) no-repeat center;background-size: 15px; }
.subm.active + .showItem{display: block;}
.navTopConItem>a:hover {
	background: rgba(76,175,80, 1);
}

.navTopConItem>a.active {
	background: rgba(76,175,80, 1);
}

.showItem {
	overflow: hidden;
	position: absolute;
	left: 0px;
	width: 100%;
	max-height: 0;
	z-index: 5;
}
.showItem:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* 走进农发 */

.one>p {
	margin-left: 55px;
	float: left;
	overflow: hidden;
	padding-left: 80px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 25px;
	width: 278px;
	height: 130px;
	font-size: 12px;
	line-height: 22px;
	color: #005bac;
	border-right: 1px solid #a5a5a5;
}

.one>p a {
	color: #67b087;
	display: inline;
}
.one>p a:hover{
	text-decoration: underline;
}

.oneCenter {
	margin-right: 38px;
	margin-top: 25px;
	float: left;
	width: 125px;
	height: 130px;
	border-right: 1px solid #a5a5a5;
}

.oneCenter>div:first-child {
	float: left;
}

.oneCenter>div:last-child {
	box-sizing: border-box;
	padding-left: 10px;
	overflow: hidden;
	height: 134px;
	width: 226px;
	margin-top: 5px;
	margin-left: 100px;
	background-color: #fff;
}
.oneCenter>ul li{
	list-style: circle;
	list-style-position: inside;
	font-size: 16px;
	color: #1267b2;
	box-sizing: border-box;
	padding-left: 12px;
}
.oneCenter>ul li:nth-of-type(n+2){
	margin-top: 6px;
}
.oneCenter>ul li a{
	color: #000;
}

.oneCenter>ul li a:hover{
	color: #1267b2;
	text-decoration: underline;
	font-weight: bold;
}
.oneCenterTwo{
	width: 210px;
	height: 130px;
	float: left;
	margin-top: 21px;
	margin-bottom: 18px;
}
.oneCenterTwo>ul{
	box-sizing: border-box;
	padding-left: 35px;
}
.oneCenterTwo>ul li a{
	line-height: 27px;
	color: #1267b2;
	font-size: 12px;
}
.oneCenterTwo>ul li a:hover{
	text-decoration: underline;
}
.oneRight {
	overflow: hidden;
	float: left;
	width: 205px;
	height: 100%;
	margin-bottom: 15px;
}

.oneRight>div {
	float: left;
	margin-top: 25px;
}
.oneLast{
	margin-top: 25px;
	float: left;
	width: 337px;
	height: 130px;
	margin-bottom: 20px;
}
.oneLast>p{
	position: relative;
	width: 260px;
	height: 63px;
}
.oneLast>p:last-child{
	margin-top: 5px;
}
.oneLast>p span{
	position: absolute;
	left: 0;
	text-align: center;
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #00b756;
	color: #fff;
	font-size: 12px;
	box-sizing: border-box;
	z-index: 2;
}
.oneLast>p span i{
	margin-top: 13px;
	display: inline-block;
	width: 50px;
	height: 40px;
	font-style: normal;
}
.oneLast>p:last-child span{
	background-color: #0071d6;
}
.oneLast>p:last-child a{
	background-color: #005bac;
}
.oneLast>p a{
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 40px;
	display: inline-block;
	width: 220px;
	height: 45px;
	line-height: 45px;
	background-color: #009251;
	text-indent: 30px;
	cursor: default;
}


/* 走进农发结束 */
/* 新闻中心 */

.twoLeft {
	float: left;
	width: 325px;
	height: 181px;
	box-sizing: border-box;
	padding-left: 94px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.twoLeft>p:first-child {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	width: 180px;
	height: 120px;
	margin-top: 18px;
}
.twoLeft>p:first-child img{
	width: 180px;
	height: 120px;
}

.twoLeft>p:last-child {
	margin-top: 12px;
	width: 210px;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.twoLeft>p:last-child a{
	color: #000;
}
.twoLeft>p:last-child a:hover{
	text-decoration: underline;
	color: #005bac;
}

.twoCenter {
  background: #4CAF50
}
.twoCenter ul li{
	color: #1266b2;
	padding: 8px 0px;
	text-align: center;
}
.twoCenter ul li a{
	font-size: 16px;
	color: #fff;
}
.twoCenter ul li a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.twoCentertwo{
	float: left;
	width: 205px;
	height: 170px;
	margin-top: 25px;
	margin-left: 30px;
}
.twoCentertwo p{
	width: 205px;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
}
.twoCentertwo p:nth-of-type(2){
	margin-top: 13px;
}
.twoCentertwo p a{
	color: #000;
}
.twoCentertwo p a:hover{
	text-decoration: underline;
	color: #005bac;
}
.twoCentertwo p img{
	width: 205px;
	height: 137px;
}
.tworight {
	margin-left: 30px;
	margin-top: 25px;
	width: 260px;
	height: 170px;
	float: left;
}
.tworight>p{
	font-size: 12px;
}

.tworight>p:first-child{
	height: 46px;
	width: 250px;
    overflow: hidden;
}
.tworight>p:last-child{
	margin-top: 10px;
	height: 69px;
	overflow: hidden;
	color: #3d3f40;
	line-height: 23px;
}
.tworight>p a{
	line-height: 23px;
	color: #005bac;
}
.tworight>p a:hover{
	text-decoration: underline;
	
}
/* 新闻中心结束 */
/* 产品与服务 */
.threeLeft{
	width: 350px;
	height: 170px;
	float: left;
	margin-top: 25px;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding-left: 116px;
	border-right: 1px solid #a5a5a5;
	padding-top: 10px;
	margin-left: 10px;
}
.threeLeft p{
	width: 210px;
	text-align: center;
}
.threeLeft p img{
	width: 210px!important;
	height: 130px!important;
}
.threeLeft p a{
	color: #000;
	font-size: 14px;
}
.threeLeft p a:hover{
	text-decoration: underline;
	color: #005bac;
}
.threeCenterone{
	margin-top: 25px;
	float: left;
	width: 155px;
	height: 170px;
	border-right: 1px solid #a5a5a5;
}
.threeCenterone ul li{
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 20px;
	margin-top: -1px;
	color: #005bac;
	list-style: circle inside;
}
.threeCenterone ul li a{
	color: #000;
	font-size: 16px;
}
.threeCenterone ul li a:hover{
	text-decoration: underline;
	color: #005bac;
	font-weight: bold;
}
.threeCentertwo{
	box-sizing: border-box;
	padding-left: 25px;
	font-size: 12px;
	width: 237px;
	height: 170px;
	float: left;
	margin-top: 25px;
	overflow: hidden;
}
.threeCentertwo p:first-child{
	color: #005bac;
	font-weight: bold;
}
.threeCentertwo p{
	line-height: 25px;
}
.threeRight{
	padding-top: 10px;
	width: 200px;
	height: 170px;
	margin-top: 25px;
	float: left;
	margin-left: 15px;
}
.threeRight p{
	text-align: center;
	overflow: hidden;
}
.threeRight p:last-child{
	font-size: 14px;
	line-height: 24px;
	height: 24px;
}
.threeRight p:last-child a:hover{
	text-decoration: underline;
	color: #005bac;
}
.threeRight p img{
	width: 175px;
	height: 130px;
}
/* .js{
	margin-left: 50px;
} */
/* 产品与服务结束 */
/* 企业责任 */
.fourLeft{
	margin-left: 25px;
	padding-top: 8px;
	width: 245px;
	height: 135px;
	float: left;
	margin-top: 25px;
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: right;
	padding-right: 35px;
	border-right: 1px solid #a5a5a5;
}
.fourLeft img{
	width: 100px;
	height: 122px;
}
.fourCenterone{
	box-sizing: border-box;
    padding-left: 6px;
	float: left;
	margin-top: 25px;
	width: 160px;
	height: 135px;
	border-right: 1px solid #a5a5a5;
}
.fourCenterone ul li{
	font-size: 16px;
	color: #005bac;
	list-style: circle inside;
	line-height: 15px;
	box-sizing: border-box;
	padding-left: 17px;
}
.fourCenterone ul li:nth-of-type(n+2){
	margin-top: 5px;
}
.fourCenterone ul li a{
	color: #000;
}
.fourCenterone ul li a:hover{
	color: #005bac;
	font-weight: bold;
	text-decoration: underline;
}
.fourCentertwo{
	margin-left: 10px;
	width: 380px;
	height: 130px;
	margin-top: 25px;
	float: left;
	font-size: 12px;
	box-sizing: border-box;
	padding-left: 30px;
}
.fourCentertwo ul li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 23px;
}
.fourCentertwo ul li a{
	color: #000;
}
.fourCentertwo ul li a:hover{
	color: #005bac;
	text-decoration: underline;
}
.fourCenterthree{
	float: left;
	width: 245px;
	height: 135px;
	margin-top: 25px;
	margin-left: 10px;
}
.fourCenterfour{
	font-size: 14px;
	width: 130px;
	height: 135px;
	margin-top: 25px;
	float: left;
	margin-left: 35px;
	color: #fff;
}
.fourCenterfour>p{
	
	width: 130px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #006ccc;
	border-radius: 20px;
}
.fourCenterfour>p:last-child{
	background-color: #00b756;
}
.fourCenterfour>p:nth-of-type(n+2){
	margin-top: 13px;
}
/* 企业责任结束 */
/* 党建工作 */
.five>div{
	float: left;
}
.fiveLeft{
	box-sizing: border-box;
	padding: 22px 0 18px 42px;
	width: 360px;
	height: 100%;
	font-size: 12px;
}
.fiveLeft>ul li{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 290px;
	line-height: 26px;
}
.fiveLeft>ul li a:hover{
	text-decoration: underline;
	color: #00796a;
}
.fiveCenter{
	width: 265px;
	height: 100%;
}
.fiveCenter a{
	margin-top: 23px;
}
.fiveRight{
	width: 540px;
	height: 100%;
	margin-left: 35px;
}
.fiveRight>div:first-child a{
	font-size: 16px;
	text-align: center;
	width: 95px;
	height: 65px;
	line-height: 65px;
}
.fiveRight>div:first-child p:first-child a{
	margin-top: 15px;
}
.fiveRight>div:first-child a:last-child{
	margin-top: 6px;
}
.fiveRight .title{
	font-size: 16px;
	height: 45px;
	line-height: 45px;
}
.fiveRight .info,.fiveRight .peop,.fiveRight .peop1{
	font-size: 14px;
}
.fiveRight>div .peop1{
	margin-bottom: 8px;
}
.fiveRight>div .peop{
	margin-top: 7px;
}
.fiveRight .info{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/* 党建工作结束 */
/* 联系我们 */
.lxItem{
	margin-left: 60px;
	float: left;
	text-align: center;
	width: 150px;
	height: 175px;
	font-size: 14px;
	overflow: hidden;
}
.lxItem>p:first-child{
	margin-top: 40px;
}
.lxItem:first-child{
	margin-left: 130px;
}
.lxItem>p:last-child a{
	margin-top: 10px;
	color: #000;
}
.lxItem>p:last-child a:hover{
	color: #005bac;
	text-decoration: underline;
	font-weight: bold;
}
.navMobile{
    width: 30px;
    height: 30px;
    display: none;
    margin-left: 10px;
    background-size: 30px;background-repeat: no-repeat;background-position: center;
}
.searchM{display: none;}
/* 联系我们结束 */
@media screen and  (max-width :768px){
	body{overflow-x:hidden;padding-top: 50px;}
	/* 导航 */
	#navTop{display: none;background: #fff;position: fixed;height: 100%;top: 49px;}
	#headBox{background: #fff}
	.navTopConItem{width: 100%;border-bottom: 1px solid #d6d6d6;width: 86%;margin: 0px auto;float: none;}
	.navTopConItem>a{line-height: 45px;color:#000;text-align: left;width: 40%;text-indent: 1rem;font-size: 12px;}
	.navTopConItem>a:hover,.navTopConItem>a.active{background: #fff;color:#000 }
	.navTopConItem>a:active, .navTopConItem>a:hover, .navTopConItem>a:visited{
	    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	    -webkit-user-select: none;
	    -moz-user-focus: none;
	    -moz-user-select: none;
	}
	.navTopCon .menu{background: #fff}
	.twoCenter{background: #fff;padding: 0px 1rem 10px;}
	.searchM{padding: 20px 0px;display: block;}
	.searchM .searchWord{width: 100%;}
    .navTopConItem>.subm{display: block;}
	.twoCenter ul li{display: inline-block;}
	.twoCenter ul li a{color: #3d3d3d;font-size: 12px}
	.showItem{display: none;position: initial;max-height: 200px;}
	.navMobile{display: block;}
	 #tabBox{display: none;}
	 .logoP{display: block;}
	 .headerLeft{width: auto!important;}
	 .headerLeft img{height: 46px;}
     .headerLeft a{margin-top: 0px;}
     .headerRight{margin-top: 10px;}
     .navImg{height: 120px;}
	 .center{width: 100%;}
     .headTitle,.phone{display: none;}
     .headerLeft {width: 88px;overflow: hidden;}
	.zuihou{text-align: center;width: 100%;}
	.footerCenter{padding:20px 0px;}
	.footerCenterConR{float: none;margin: 0px auto;text-align: center;}
    .pic img{width: 240px!important;}
	.footnav_con{padding: 20px 0px;}
	.footnav_con dl{width: 32%;display: inline-block;vertical-align: top;text-align: center;}
	.netsgroup dl{width: 100%;text-align: left;text-indent: 10px;}
	.footer dl{width: 100%;padding: 5px 0px;}
	.footer dt,.footer dd{width: 100%;float: none;text-align: center;}
	.topFoot{display: none;}
	.topFoot dl{width: 32%!important;display: inline-block;float: none;vertical-align: top;}
    .searchPc{display: none;}
    .navTopCon .search{width: 60%;margin: 0px auto;}
    .footerCenterConR>img{width: 80px;}
}

