@charset "UTF-8";
/* CSS Document */

/*imgList1 start*/

/*imgList1 end*/


/*主营业务开始 */
.mBusinessList {
	overflow: visible;
	margin-right: -24px
}

.mBusinessList dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 24px;
}

.mBusinessList .con {
	margin-right: 24px;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
}
.mBusinessList .con a {
	display: block;
}
.mBusinessList .con .pic {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.mBusinessList .con .pic:before {
	display: block;
	content: '';
	padding-top: 56%;
}

.mBusinessList .con .pic img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.mBusinessList .con .textBox {
	position: relative;
	height: 143px;
	padding-top: 25px;
}
.mBusinessList .con .text {
    position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 400ms linear;
	-webkit-transition: all 400ms linear;
}
.mBusinessList .con .text .title {
	padding-top: 25px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #222222;
	font-size: 16px;
	margin-bottom: 10px;
}
.mBusinessList .con .text .title a {
	color: #222222;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.mBusinessList .con .textC {
	line-height: 25px;
	font-size: 14px;
	color: #858585;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
} 
.mBusinessList .con .text .more {
	height: 47px;
	opacity: 0;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.mBusinessList .con .text .more a {
	display: block;
	width: 130px;
	height: 40px;
	border-radius: 40px;
	font-size: 14;
	line-height: 40px;
	text-align: center;
	color: #00832d;
	background: #FFFFFF;
}
.mBusinessList .con:hover .text {
	background: #00832d;
}
.mBusinessList .con:hover .text .title a {
	color: #FFFFFF;
}
.mBusinessList .con:hover .textC {
	height: 100px;
	color: #FFFFFF;
}
.mBusinessList .con:hover .text .more {
	height: 72px;
	opacity: 1;
}
/*主营业务开始 */
/* 联系方式开始 */
.taxMapHead{
    height:100px;
    overflow: hidden;
    background: #fff;
}
.taxMapLogo{
    display: block;
    overflow: hidden;
    margin:25px 0px 10px 0;
}
.taxMapLogo img{
    display: block;
	height: 50px;
	margin-left: 28px;
}
.goHome{
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 35px;
    font-size: 16px;
    color:#666 !important;
    margin:35px 20px 15px 0;
    background: url(../images/goHome.png) no-repeat left center;
}
.taxMapFoot{
    height: 40px;
    overflow: hidden;
    text-align: center;
    background: #fdfdfb;
    font-size: 14px;
    color:#666;
    line-height: 40px;
}
.taxMapFoot a{
    color:#666;
}
.taxMapBox{
    overflow: hidden;
    position: relative;
}
.taxMapCont{
    background: #f3f3f3;
}
.taxMapLeft{
    width:280px;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    left: 0px;
    top:0px;
    /*border-right:1px solid #c2d2e2;*/
    z-index: 1;
    /*background: url(../images/bgOpa95.png) repeat left top;*/
    background: #f3f3f3;
}
.taxMap_dl{
    overflow: hidden;
    padding: 6px 0;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    margin-bottom: 10px;
}
.taxMapTitle{
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    background:#f2f2f2;
    font-size: 18px;
    color:#ac0d25;
    text-align: center;
}
.taxMap_dl dt{
    display:block;
    clear:both;
    line-height:50px;
    background:#fff url(../images/jtL.png) no-repeat 235px center;
    padding:0 0 0 20px;
    cursor:pointer;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    
}
.taxMap_dl dt span{
    font-size: 14px;
    color: #666;
}
.taxMap_dl.hover dt{
    background:#fff url(../images/jtD.png) no-repeat 235px center;
}
.taxMap_dl.hover dd{ display:block;}

.taxMap_dl dd{
    overflow: hidden;
    line-height: 30px;
    padding: 0px 4px;
    display:none;
    float: left;
    background: #fff;
}
.taxMap_dl dd a{
    display: block;
    float: left;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    margin: 10px 5px;
    padding: 0 8px;
    background: #f3f3f3;
    border-radius: 2px;
}
.taxMap_dl dd.hover a,
.taxMap_dl dd a:hover{
    color:#fff;
    background:#008c2b;
}
.taxMapLeftBt{
    display: block;
    width: 13px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 290px;
    top:50%;
    margin-top: -20px;
    border:solid #ccc;
    border-width: 1px 1px 1px 0px;
    z-index: 2;
    background: url(../images/taxMapLeftBt.png) no-repeat 0px 0px;
}
.taxMapLeftBt.show{
    background: url(../images/taxMapLeftBt.png) no-repeat -13px 0px;
}


.demo2 {
    width: 100%;
    height: 38px;
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
}

.demo2 .seljg {
    padding-left: 10px;
    line-height: 38px;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
}

.demo2 .seljg input {
    display: block;
    width: 100%;
    height: 30px;
    border: none;
    background: none;
}

.demo2 i {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/sel.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.demo2 .selTj {
    width: 100%;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-top: none;
    max-height: 110px;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    top: 39px;
    background: #FFF;
    display: none;
    z-index: 100000
}

.demo2 .selTj a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #666666;
    margin-bottom: 1px;
    font-size: 12px;
}

.demo2 .selTj a:hover {
    background: #f8f8f8;
    color: #ff7800;
}

.demo2 .selTj a.hover {
    background: #f8f8f8;
    color: #ff7800;
}

.upDate{line-height: 40px;font-size: 14px;color: #878787}
.upDate a{padding: 10px 15px;background: #878787;color: #fff}
/* 联系方式结束
 */
/* 发展历程开始 */
.historyBox {
	padding: 70px;
	background: #FFFFFF;
}
.historyList {
	position: relative;
	padding-top: 48px;
	padding-left: 40px;
	border-left: 2px solid #999999;
}
.historyList:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	left: -22px;
	top: -40px;
	background: url(../images/h_time.png) center bottom no-repeat;
}
.historyList:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	left: -12px;
	bottom: -20px;
	background: url(../images/h_bottom.png) center top no-repeat;
}
.historyList dd .time {
	position: relative;
	height: 55px;
	line-height: 55px;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.historyList dd .time span {
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	border: 8px solid #999999;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: -57px;
}
.historyList dd .time em {
	font-style: normal;
	font-size: 14px;
}
.historyList dd .text {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
}
.historyList dd:hover .time {
	color: #00832d;
}
.historyList dd:hover .time span {
	border: 8px solid #00832d;
}
/* 发展历程结束 */
/* 投诉建议开始 */
.complaintBox {
	background: #FFFFFF;
	padding: 100px 150px;
}
.complainList {
	margin-right: -18px;
}
.complainList dd {
	float: left;
	width: 33.3333%;
	margin-bottom: 40px;
}
.complainList dd:last-child {
	margin-bottom: 0;
}
.complainList dd .input {
	margin-right: 18px;
}
.complainList dd input::-webkit-input-placeholder,.complainList dd textarea::-webkit-input-placeholder{
	color: #999999; /* placeholder颜色  */
	font-size: 14px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.complainList dd .input input {
	width: 100%;
	height: 48px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	outline: none;
}
.complainList .textareaBox {
	width: 100%;
	height: 158px;
}
.complainList .textarea {
	margin-right: 18px;
}
.complainList .textareaBox textarea {
	width: 100%;
	height: 158px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:20px;
	outline: none;
	resize: none;
}
.complainList .vCodeBox {
	width: 100%;
}
.complainList .vCodeBox input {
	float: left;
	width: 160px;
	height: 48px;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 20px;
	outline: none;
	margin-right: 32px;
}
.complainList .vCodeBox img {
	display: block;
	float: left;
	margin-right: 32px;
	width: 118px;
	height: 50px;
	margin-right: 32px;
	cursor: pointer;
}
.complainList .vCodeBox .complainBot {
	float: left;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	background: #00832d;
	cursor: pointer;
}
/* 投诉建议结束 */
/*单篇+文章页start*/
.article {
	background: #FFFFFF;
	padding: 0 40px;
}
.articleTitle {
	padding-top: 40px;
	clear: both;
	line-height: 44px;
	font-size: 26px;
	font-family:"microsoft yahei";
	color:#333333;
	text-align: center;
	position: relative;
}
.articleTime {
	display: block;
	clear: both;
	color: #999999;
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 23px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	text-align: center;
}
.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
}
.share{
	display:block;
	clear:both;
	padding:10px 0;
	}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#008c2b;
	}
.articlePage a.hover{
	color:#fff;
	background:#008c2b;
	}

.articleBox {
	line-height:27px;
	padding:10px 0;
	color: #333333;
	font-size:16px;
	overflow: hidden;
}
.articleBox img{
	max-width:100%;
	}
.minH600{
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:600px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:20px auto 0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/file/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/file/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:600px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:60px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:47px;
	width:70px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_ul li .text {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	line-height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
}
.img_hd ul li p{
	height:47px;
	width:70px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #008c2b;background:#008c2b;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:15px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/file/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(../images/file/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/file/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/file/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/file/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/file/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/file/zip.png) no-repeat left 3px; color:#ff9779 !important; }
.shareBox{
	height:40px;
	overflow:hidden;
	background:#f1f1f1;
	}
.shareBoxL{
	float:left;
	padding:0 0 0 20px;
	}
.shareBoxL B{
	display:block;
	line-height:40px;
	float:left;
	}
.bdsharebuttonbox{
	float:left;
	padding:6px 0 0 10px;
	}
.shareBoxR{
	line-height:40px;
	float:right;
	padding:0 20px 0 0;
	font-size:14px;
	color:#000;
	}
.pageUp{
	display:block;
	line-height:25px;
	padding:10px 0 20px 0;
	color: #999999;
	font-size:16px;
	border-top: 1px solid #dddddd;
}
.pageUp a {
	font-size: 16px;
	color: #999999;
}
.articleShare {
	display: inline;
}
.articleShare .bshare-custom{
	display: inline;
}
.articleShare a {
	padding: 0 !important;
	height: 25px !important;
	width: 25px !important;
	background: url(../images/atIco.png)no-repeat !important; 
}
.articleShare .bshare-qzone {
	background-position: -7px -7px !important;
}
.articleShare .bshare-qqim {
	background-position: -38px -7px !important;
}
.articleShare .bshare-sinaminiblog {
	background-position: -68px -7px !important;
}
.articleShare .bshare-weixin {
	background-position: -99px -7px !important;
}
.pageUp a:hover  {
	color: #008c2b;
}
.pageUp apan:hover  {
	color: #008c2b;
}
/*单篇+文章页end*/

/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding: 14px 20px;color:#999999;border-radius:3px;background: #fff; margin: 0 3px;font-size: 14px;border: 1px solid #e3e3e3;}
.page span{display: inline-block; padding: 8px 2px; position: relative; top: -15px;}
.page a:hover{background: #00832d;color: #fff;}
.page a.hover{background: #00832d;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#393939;position: relative;top: -11px;font-size: 12px;}
.page input.page_bnt{border: none; width: 35px; height: 30px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/

/*领导班子 start*/
.leader {
	overflow: hidden;	
}
.leader dd {
	box-sizing: border-box;
	overflow: hidden; 
	background: #fff;
	padding: 44px 56px 44px 26px;	
	margin-bottom: 40px;
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
	border: transparent 4px solid;
}
.leader dd:hover {
	border: 4px solid #00832d;
}
.leader dd .pic{ 
	width: 162px; 
	overflow: hidden; 
	margin-right: 37px;
	position: relative; 
	border-radius: 50%;
}
.leader dd .pic:before{ 
	display: block; 
	content: ''; 
	padding-top: 100%;
}
.leader dd .pic img{ 
	display:block; 
	width:100%; 
	height:100%; 
	position:absolute; 
	left:0px; 
	top:0px;
	object-fit: cover;
	object-position: center center;
}
.leader dd .data{ 
	height: 118px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
.leader dd .data .title{ 
	overflow: hidden; 
	line-height: 28px; 
	margin-bottom: 8px;
	color: #444; 
	font-size: 18px;
}
.jobs {
	margin-left: 8px;	
}

.leader dd .data .info, .jobs {
	font-size: 14px;
	color: #999;
	line-height: 28px;	
}
.leader dd .data .arrow {
	width: 34px;
	height: 12px;
	background: url("../images/arrow.png") no-repeat;
	position:absolute;
	right: 0;
	bottom: 0;	
}
/*领导班子 end*/

/*荣誉证书 start*/
.honor { 
	overflow: hidden; 
	margin-right: -30px;
}
.honor dd { 
	overflow: hidden; 
	float: left; 
	display: inline; 
	width: 33.3333%; 
	margin-bottom:40px;
}
.honor dd .con {
	overflow: hidden;
	margin-right: 35px;	
}
.honor dd a {
	display: block;	
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.honor dd a:hover {
    transform: translateY(4px);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
}
.honor dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;	
}
.honor dd .pic:before{
	display: block;
	content: '';
	padding-top: 62.9333333333%;	
}
.honor dd .pic img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}
.honor dd .data {
	display: block;
	height: 73px;
	line-height: 73px;
	padding: 0 10px;
	text-align: center;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	background:#fff;	
}
/*荣誉证书 end*/

/*全图列表1（领导关怀） start*/
.imgList1{
	overflow: hidden;
	margin-right: -24px;
}
.imgList1 dd{
	overflow: hidden;
	float:left;
	display: inline;
	width:33.333333%; 
	-webkit-animation:gfadeIn 0.6s 0.8s both; 
	-moz-animation:gfadeIn 0.6s 0.8s both; 
	animation:gfadeIn 0.6s 0.8s both;
	margin-bottom: 27px;
}
.imgList1 dd .con {
	overflow: hidden;
	margin-right: 24px;	
}
.imgList1 dd a{
	display: block;
	background: #fff;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.imgList1 dd .pic:before{
	display: block;
	content: '';
	padding-top: 74.87047%;
}
.imgList1 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;	
}
.imgList1 dd .pic img {
	display:block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;	
}
.imgList1 .data {
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 20px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;	
}
.imgList1 .title{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.imgList1 a:hover{
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);
}
.imgList1 a:hover .data {
	background: rgba(0,131,45,0.8);	
}
/*全图列表1（领导关怀） end*/

/*全图列表2（团队风采） start*/
.imgList2 {
	overflow: hidden;
	margin-right: -25px;	
}
.imgList2 dd{
	overflow: hidden;
	float:left;
	display: inline;
	width:33.333333%; 
	-webkit-animation:gfadeIn 0.6s 0.8s both; 
	-moz-animation:gfadeIn 0.6s 0.8s both; 
	animation:gfadeIn 0.6s 0.8s both;
	margin-bottom: 22px;
}
.imgList2 dd .con {
	overflow: hidden;
	margin-right: 25px;	
	background: #fff;
    padding: 24px 19px 29px 19px;
}
.imgList2 dd a{
	background: #fff;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.imgList2 dd .pic:before{
	display: block;
	content: '';
	padding-top: 60.28986%;
}
.imgList2 dd .pic {
	width: 100%;
	overflow: hidden;
	position: relative;	
}
.imgList2 dd .pic img {
	display:block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;	
}
.imgList2 .data {
	height: 124px;
	padding-top: 33px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.imgList2 .title{
	height: 58px;
	color: #222;
	font-size: 18px;
	line-height: 29px;
}
.imgList2 .title:hover {
	color: #f20808;
}
.imgList2 .data .info {
	color: #bcbcbc;
	font-size: 14px;
	margin-top: 25px;	
}
.lookDetails i{
	display: inline-block;
	width:13px;
	height:13px;
	margin-right: 5px;
	vertical-align: -2px;
	background: url("../images/look_details.png") center center no-repeat
}
.imgList2 .data .info .lookDetails:hover {
	color: #00832d;
}
/*全图列表2（团队风采） end*/

/*人力资源-招聘岗位 start*/
.recruitList {
	overflow: hidden;
	margin-right: -25px;	
}
.recruitList dd{
	overflow: hidden;
	float:left;
	display: inline;
	width:33.333333%; 
	margin-bottom: 20px;
}
.recruitList dd .con {
	overflow: hidden;
	margin-right: 21px;	
	background: #fff;
	border-radius: 2px;
    padding: 35px 27px 42px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.recruitList dd a{
	display: block;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.recruitList .title {
	font-size: 22px;
	color:#333;	
}
.recruitList .info {
	font-size: 14px;
	color:#666;
	line-height: 30px;	
}
.recruitList dd:hover .con {
	background: #00832d;	
}
.recruitList dd:hover .title, .recruitList dd:hover .info {
	color: #fff;
}
/*人力资源-招聘岗位 end*/
/* 招聘详情页开始 */
.recruitForm {
	background: #FFFFFF;
	padding: 34px 32px;
}
.recruitFormTitle  {
	padding-bottom: 20px;
}
.recruitForm .recruitTitle {
	line-height: 52px;
	font-size: 24px;
	color: #343434;
}
.recruitForm .informationList {
	padding: 24px 54px;
	background: #f3f3f3;
	overflow: hidden;
	margin-bottom: 26px;
}
.recruitForm .informationList dd {
	display: block;
	float: left;
	width: 280px;
}
.recruitForm .informationList .text {
	line-height: 24px;
	font-size: 16px;
	color: #999999;
}
.recruitForm .informationList .text span {
	color: #333333;
}
.recruitForm .textBox .title {
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 12px;
}
.recruitForm .textBox .textC {
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 8px;
}
.recruitBnt {
	text-align: center;
	padding: 32px;
}
.recruitBnt a {
	display: inline-block;
	width: 174px;
	height: 46px;
	background: #e5e5e5;
	lighting-color: 46px;
	border-radius: 5px;
	line-height: 46px;
	text-align: center;
	color: #333333;
	margin-right: 18px;
}
.recruitBnt a:hover {
	color: #FFFFFF;
	background: #1c80ff;
}

.recruitShare {
	height: 50px;
}
.recruitShare .bshare-custom{
	display: inline;
	margin-left: 10px;
	font-size: 12px;
	color: #999999;
	line-height: 52px!important;
}
.recruitShare .bshare-custom .bshare-weixin {
	margin-left: 10px;
}
.recruitShare .bshare-custom a {
	padding: 0 !important;
	height: 34px !important;
	width: 34px !important;
	background: url(../images/recruitShareBg.jpg) no-repeat !important; 
}
.recruitShare .bshare-custom .bshare-weixin{
	background-position: -9px -8px !important;
}
.recruitShare .bshare-custom  .bshare-sinaminiblog {
	background-position: -55px -8px !important;
}
.recruitShare .bshare-custom  .bshare-qqim {
	background-position: -102px -8px !important;
}
.recruitShare .bshare-custom  .bshare-qzone {
	background-position: -149px -8px !important;
}
/* 招聘详情页结束 */
/* 人才招聘弹窗开始 */
.recruitF {
	padding: 0 40px;
}
.recruitF .title {
	padding: 23px 0 40px 0;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #000000;
}
.recruitFList dd {
	margin-bottom: 10px;
}
.recruitFList dd .text{
	float: left;
	width: 88px;
	height: 42px;
	line-height: 42px;
	text-align: right;
	lighting-color: 42px;
	font-size: 16px;
	color: #000000;
	margin-right: 10px;
}
.recruitFList dd .text i {
	font-style: normal;
	color: red;
}
.recruitFList dd .input {
	float: left;
	width: 276px;
	height: 40px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px;
}
.recruitFList dd .input input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}
.recruitFList dd textarea {
	float: left;
	width: 540px;
	height: 100px;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
} 
.recruitFList dd input::-webkit-input-placeholder,.recruitFList dd textarea::-webkit-input-placeholder{
	color: #999999; /* placeholder颜色  */
	font-size:16px; /* placeholder字体大小  */
	text-align: left; /* placeholder位置  */
}
.recruitFList dd span {
	display: block;
	float: left;
	width: 117px;
	height: 42px;
	background: #7a7a7a;
	line-height: 42px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
	border-radius: 3px;
	cursor: pointer;
}
.recruitFList dd span:hover {
	background: #1c80ff;
}
.recruitFList dd em {
	font-style: normal;
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #999999;
	margin-left: 10px;
}
.recruitFList dd img {
	display: block;
	float: left;
	height: 42px;
	width: 90px;
	border-radius: 3px;
	margin: 0 10px;
}
.recruitFList dd  a {
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #999999;
}
.recruitFBnt {
	margin-left: 98px;
	width: 117px;
	height: 42px;
	background: #ffa811;
	line-height: 42px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
	border-radius: 3px;
	cursor: pointer;
}
.sexBox {
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}

.sexBox .sex {
    float: left;
    display: inline;
    padding-left: 40px;
    font-size: 16px;
    color: #555;
    background: url(../images/sel.png) center center no-repeat;
}

.sexBox .sex.selected {
    background: url(../images/sel1.png) center center no-repeat;
}
.recruitFList .webuploader-pick {
    background: #7a7a7a;
    padding: 0; 
}
.recruitFList .webuploader-pick-hover {
	background: #7a7a7a;
}
/* 人才招聘弹窗结束 *
/*图文列表1（庄稼医院） start*/
.imgText1 {
	overflow: hidden;	
}
.imgText1 dd {
	overflow: hidden; 
	background: #fff;
	margin-bottom: 20px;
}
.imgText1 dd .pic{ 
	width: 600px; 
	overflow: hidden; 
	position: relative; 
	margin-right: 50px;
}
.imgText1 dd .pic a {
	display: block;
	border-radius: 3px;
}
.imgText1 dd .pic:before{ 
	display: block; 
	content: ''; 
	padding-top: 60%;
}
.imgText1 dd .pic img{ 
	display:block;
	width:100%; 
	height:100%; 
	position:absolute; 
	left:0px; 
	top:0px;
}
.imgText1 dd .text{ 
	overflow: hidden;
}
.imgText1 dd .text .title{ 
	overflow: hidden; 
	height: 30px; 
	line-height: 30px; 
	margin-bottom: 8px;
}
.imgText1 dd .text .title a{ 
	color: #333; 
	font-size: 18px;
}
.imgText1 dd:hover .text .title a {
	color: #00832d;	
}
.imgText1 dd .text .textC{ 
	font-size:14px; 
	color: #777777; 
	line-height:30px; 
	height: 70px;
	line-height: 24px;	
	overflow:hidden; 
	margin-bottom:8px;
}
.imgText1 dd .text .line {
	width: 28px;
	height: 1px;
	background: url(../images/line.png) center center no-repeat;
	margin: 20px 0 30px 0;	
}
.imgText1 dd .text .rBtn{ 
	width: 36px;
	height: 36px;
	margin-top:44px;
	cursor: pointer;
	background: url(../images/rBtn.png) center center no-repeat;
	
}
/*图文列表1（庄稼医院） end*/

/*公司新闻-新闻中心 start*/
.cpNewsList {
	margin-right: -34px;	
}
.cpNewsList dd{
	float:left;
	display: inline;
	width:50%; 
	margin-bottom: 34px;
}
.cpNewsList dd .con {
	position: relative;
	overflow: hidden;
	margin-right: 34px;	
	background: #fff;
	top: 0px;
	border-radius: 3px;
    padding: 50px 46px 38px 45px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
.cpNewsList dd a{
	display: block;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.cpNewsList dd .con:hover {
	top: -10px;
    box-shadow: 1px 4px 10px  rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 4px 10px  rgba(0,0,0,0.2);
}
.cpNewsList .title {
	height: 54px;
	font-size: 20px;
	color:#333;	
}
.cpNewsList .info {
	height: 52px;
	font-size: 14px;
	color:#727171;
	line-height: 26px;	
}
.cpNewsList .time {
	heihgt: 42px;
	color: #aaa;
	font-size: 16px;
	line-height: 26px;
	margin-top: 47px;
}
.cpNewsList .date {
	font-size: 26px;	
}
/*公司新闻-新闻中心 end*/

/*图文列表2 （公司新闻-新闻中心） start*/
.imgText2 {
	overflow: hidden;	
}
.imgText2 dd {
	overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
	padding: 20px 37px 21px 19px;
}
.imgText2 dd .pic{ 
	width: 345px; 
	overflow: hidden; 
	position: relative; 
	margin-right: 25px;
}
.imgText2 dd .pic a {
	display: block;
	border-radius: 3px;
}
.imgText2 dd .pic:before{ 
	display: block; 
	content: ''; 
	padding-top: 60.289855%;
}
.imgText2 dd .pic img{ 
	display:block;
	width:100%; 
	height:100%; 
	position:absolute; 
	left:0px; 
	top:0px;
}
.imgText2 dd .text{ 
	overflow: hidden;
}
.imgText2 dd .text .time {
	font-size: 30px;
	line-height: 28px;
	color: #00832d;	
}
.imgText2 dd .text .time a {
	font-size: 30px;
	line-height: 28px;
	color: #00832d;	
}
.imgText2 dd .text .time .rBtn {
	width: 10px;
	height: 20px;
	background: url(../images/rightIco.png) center center no-repeat;
}
.imgText2 dd .text .title{ 
	overflow: hidden;  
	line-height: 28px; 
	margin-bottom: 8px;
}
.imgText2 dd .text .title a{ 
	color: #444; 
	font-size: 16px;
	font-weight: bold;
}
.imgText2 dd .text .title a:hover {
	color: #00832d;
}
.imgText2 dd .text .textC{ 
	font-size:14px; 
	color:#5c5c5c; 
	line-height: 26px;	
	overflow:hidden; 
	margin-bottom:8px;
}
/*图文列表2 （公司新闻-新闻中心） end*/
