/* CSS Document */
body{
	overflow-x: hidden;
	background-color: #ffffff;
}



/*单个页面主体部分--公共*/
.mainPage{
	width: 7.2rem;
	margin: 0 auto;
/*	box-shadow: 2px 2px 0.1rem #999999;*/
	overflow: hidden;
}

	/*左侧导航 -移动端隐藏*/
	.navLeft{
		display: none;
		
		width: 400px;
		float: left;
		background-color: #ffffff;
	}
		.navLeftContent{
			width: 360px;
		}
			/*一级导航*/
			.navLeftFirst{
				width: 100%;
				height: 80px;
				background-color: #008541;
				overflow: hidden;
			}
				.navLeftFirst>p{
					width: 280px;
					height: 80px;
					font-size: 36px;
					line-height: 80px;
					text-indent: 30px;
					color: #ffffff;
					letter-spacing: 4px;
					float: left;
				}
				.navLeftFirst>div{
					width: 40px;
					height: 40px;
					font-size: 40px;
					line-height: 40px;
					color: #008541;
					float: left;
					background-color: #ffffff;
					text-align: center;
					margin-top: 20px;
					border-radius: 50%;
				}
				.navLeftFirst:hover{
					cursor: default;
				}
			/*分割线*/
			.triangleBG{
				width: 100%;	
				background-color: #008541;
				border-bottom: 2px solid #a9a8a6;
			}
				.triangle{
					width: 0px;
					height: 0;
					border-left: 4px solid transparent;
					border-right: 4px solid transparent;
					border-bottom: 6px solid #a9a8a6; /* 改变颜色可以改变箭头颜色 */
					margin-left: 180px;
				}
			/*二级导航*/
			.navLeftList{
				width: 100%;
				margin-top: 10px;
			}
			.navLeftList>a{
				width: 100%;
				height: 80px;
				font-size: 32px;
				line-height: 80px;
				border-bottom: 2px solid #999999;
				text-indent: 80px;
				letter-spacing: 4px;
			}
			.navLeftList>a:hover{
				font-weight: bold;
				color: #008541;
				cursor: pointer;
			}

			.onfocusNavLeft{
				font-weight: bold;
				color: #008541;
			}
			.normalNavLeft{
				font-weight: normal;
				color: #999999;
			}


	/*右侧内容*/
	.contentRight{
		width: 100%;
		float: left;
	}
		.contentBg{
			width: 100%;
			padding-bottom: 0.2rem;
			margin: 0 auto;
		}
			/*链接*/
			.topLink{
				width: 100%;
				height: 0.6rem;
				overflow: hidden;
			}
			.topLink>a,
			.topLink>p{
				display: block;
				float: right;
				font-size: 0.3rem;
				color: #0a0a0a;
				line-height: 0.6rem;
				margin-right: 0.1rem;	
			}
			.topLink>a:hover{
				cursor: pointer;
				font-weight: bold;
			}
			.topLink a:first-child{
				margin-right: 0rem;
			}


/*分页内容-公司简介*/
.pageCompanyP{
	width: 100%;
	margin: 0.1rem auto 0 auto;
}
	
	.textBox{
		width: 100%;
		font-size: 0.3rem;
		color: #3b3939;
		line-height: 0.4rem;
		text-align: justify;
		text-indent: 0.6rem;
	}/*纯段落文本*/
	
	.imgBox{
		width: 100%;
		display: block;
		margin: 0.1rem auto;
	}/*纯图片*/

	.headlineGreen{
		width: 100%;
		height: 0.4rem;
		overflow: hidden;
		text-align: center;
		color: #008541;
		font-size: 0.26rem;
		font-weight: bold;
		margin-bottom: 0.2rem;
	}/*绿色标题居中*/

	.imgTextBox{
		width: 100%;
		font-size: 0.3rem;
		color: #3b3939;
		line-height: 0.4rem;
		text-align: justify;
		text-indent: 0.6rem;
		background-image: url(../../images/icon8.png);
		background-repeat: no-repeat;
		background-position: 0 10%; 
		background-size: 4%;
	}/*带红心文本*/

	.headlineGreenL{
		width: 100%;
		height: 0.4rem;
		overflow: hidden;
		text-align: left;
		color: #008541;
		font-size: 0.26rem;
		font-weight: bold;
		margin: 0.2rem 0;

	}/*绿色标题左对齐*/

	.colourfulLine{
		width: 100%;
		overflow: hidden;
		margin: 0.2rem auto;
	}/*彩色分割*/
		.colourfulLine>div{
			width: 0.4rem;
			height: 0.4rem;
			background-color: #ffea00;
			float: left;
			margin-right: 0.2rem;
		}
		.colourfulLine div:first-child{
			background-color: #f10a0a;
		}
		.colourfulLine div:last-child{
			background-color: #0000ff;
		}
		.marginT{
			margin-top: 0.2rem;
		}

	.textBoxN{
		width: 100%;
		font-size: 0.26rem;
		color: #3b3939;
		line-height: 0.4rem;
		text-align: justify;	
	}/*纯段落文本-无缩进*/




/*分页内容-联系我们*/
.pageContactsP{
	width: 100%;
	margin: 0.1rem auto 0 auto;
}
	.contactsMsg{
		width: 100%;
		overflow: hidden;
		margin: 0.2rem auto;
	}
		.msgBox{	
			width: 100%;
			padding: 0.2rem 0;
			float: left;
			border: solid 0.01rem #a1a1a1;
			margin: 0.04rem auto;
			border-radius: 0.2rem;
			
		}
			.msgBox>h1{
				width: 90%;
				height: 0.5rem;
				font-size: 0.24rem;
				color: #666666;
				line-height: 0.5rem;
				margin: 0 auto;
				overflow: hidden;
				text-align: left;
			}
			.msgBox>div{
				width: 90%;
				height: 0.4rem;
				margin: 0 auto;
				background-image: url(../../images/icon6.png);
				background-repeat: no-repeat;
				background-position: left center;
				background-size: 10%;
				font-size: 0.24rem;
				color: #666666;
				line-height: 0.4rem;
				text-indent: 0.5rem;
			}
			.msgBox>p{
				width: 90%;
				height: 0.5rem;
				margin: 0 auto;
				background-image: url(../../images/icon7.png);
				background-repeat: no-repeat;
				background-position: left center;
				background-size: 8%;
				font-size: 0.24rem;
				color: #666666;
				line-height: 0.5rem;
				text-indent: 0.6rem;
			}
		.contactsText{
			width: 100%;
			font-size: 0.24rem;
			color: #3b3939;
			line-height: 1.5;
			text-align: justify;
			text-indent: 0.4rem;
			margin: 0 auto;
		}

/*分页内容-新闻中心*/
.pageNewsList{
	width: 100%;
	margin: 0.1rem auto 0 auto;
}
	/*列表*/
	.pageNewsList>ul{
		width: 100%;
	}
	.pageNewsList>ul li{
		width: 100%;
		height: 1.8rem;
		border-bottom: solid 1px #999999;
		margin-bottom: 0.2rem;
	}
		.newsPart{
			width: 100%;
			height: 1.6rem;	
			overflow: hidden;
		}
		.newsPart:hover{
			cursor: pointer;
			box-shadow: 2px 2px 10px #444444;
		}
			/*时间*/
			.newsTime{
				width: 1.3rem;
				height: 100%;
				float: left;
			}
			.newsPart:hover .newsTime{
				cursor: pointer;
				border-right: solid 1px #ababab;
			}

				.newsTime p:first-child{
					font-size: 0.3rem;
					color: #d2bda2;
					text-align: center;
					line-height: 0.4rem;
					margin-top: 0.4rem;
				}
				.newsTime p:last-child{
					font-size: 0.2rem;
					color: #666666;
					text-align: center;
					line-height: 0.4rem;
				}
			/*内容-右侧有图*/
			.newsMsg{
				width: 3.56rem;
				height: 1.6rem;
				float: left;
				margin-left: 0.1rem;
				margin-top: 0.2rem;
			}
			/*内容--通知公告右侧内容样式*/
			.newsMsgL{
				width: 5.4rem;
				height: 1.6rem;
				float: left;
				margin-left: 0.2rem;
				margin-top: 0.3rem;
			}
				.newsMsg>h1,
				.newsMsgL>h1{
					width: 100%;
					height: 0.4rem;
					font-size: 0.26rem;
					color: #3a3a3a;
					line-height: 0.4rem;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
					margin-bottom: 0.1rem;
				}
				.newsMsg>p,
				.newsMsgL>p{
					width: 100%;
					height: 0.6rem;
					font-size: 0.16rem;
					color: #999999;
					line-height: 0.3rem;
					display: -webkit-box;
					overflow: hidden;
					white-space: normal;
					-webkit-line-clamp: 2;
					-webkit-box-orient: vertical;	
					text-overflow: ellipsis;
				}
			/*图片*/
			.newsImg{
				width: 2.14rem;
				height: 1.6rem;
				border-radius: 0.2rem;
				overflow: hidden;
				float: left;
			}
			.newsImg>img{
				width: 100%;
				height: 100%;
			}


				

	/*翻页按钮*/
	.turnPagesCtrl{
		width: 5.6rem;
		height: 0.3rem;
		overflow: hidden;
		margin: 0.4rem auto 0 auto;
	}
	.turnPagesCtrl>span,
	.turnPagesCtrl>p{
		display: block;
		float: left;
		width: 0.6rem;
		height: 0.3rem;
		margin: 0px 0.1rem;
		font-size: 0.26rem;
		line-height: 0.3rem;
		text-align: center;
		color: #333333;
	}
	.turnPagesCtrl>span:hover{
		cursor: pointer;
		color: #008541;
	}



/*分页内容-新闻中心详情页*/
.pagenewsDetail{
	width: 100%;
	margin: 0.1rem auto 0 auto;	
}
	/*静态标题绿色大字标题移动端隐藏*/
	.pageInsideTitle{
		display: none;
		width: 100%;
		height: 60px;
		margin: -50px auto 20px auto;
		overflow: hidden;
	}
		.pageInsideTitle>h1{
			display: block;
			float: left;
			width: 140px;
			height: 60px;
			border-bottom: solid 2px #008541;
			font-size: 32px;
			color: #008541;
			line-height: 60px;
			text-align: center;
		}

		.pageInsideTitle>div{
			display: block;
			float: left;
			width: 756px;
			height: 60px;
			border-bottom: solid 2px #e5e5e5;

		}
	/*内容-图文*/
	.newsDetailContent{
		width: 100%;

	}
		.newsDetailTitle{
			width: 96%;
			margin: 0 auto;
			border-bottom: solid 1px #e5e5e5;
			padding-bottom: 0.1rem;
		}
			.newsDetailTitle>h1{
				width: 100%;
				font-size: 0.36rem;
				color: #000000;
				line-height: 0.5rem;
				text-align: center;
			}
			.newsDetailTitle>div{
				width: 100%;
				font-size: 0.2rem;
				color: #999999;
				line-height: 0.36rem;
				text-align: center;
			}
		.newsDetailMsg{
			width: 96%;
			margin: 0.2rem auto 0 auto;
			padding-bottom: 0.2rem;
			border-bottom: solid 1px #e5e5e5;
		}
			.newsDetailMsg>p{
				font-size: 0.26rem;
				color: #333333;
				line-height: 0.4rem;
				text-indent: 0.52rem;
				text-align: justify;

			}
			.newsDetailMsg>img{
				width: 100%;
				margin: 0.1rem auto;
			}

	/*内容-表格-商户推介详情*/
	.formDetailContent{
		width: 100%;
		padding: 0.1rem 0;
	}
		.formDetailTitle{
			width: 100%;
			margin: 0 auto 0.2rem auto;
			padding-bottom: 0.1rem;
		}
			.formDetailTitle>h1{
				width: 100%;
				font-size: 0.32rem;
				color: #000000;
				line-height: 0.48rem;
				text-align: center;
			}
			.formDetailTitle>div{
				width: 100%;
				font-size: 0.2rem;
				color: #999999;
				line-height: 0.36rem;
				text-align: center;
			}

		/*图片*/
		.formImg{
			width: 100%;
			display: block;
			margin: 0 auto;
		}

		/*表格*/
		.formContent{
		/*	width: 760px;*/
			width: 100%;
			border: solid 0.01rem #262626;
			margin: 0.1rem auto 0 auto;
		}
			.formLine1st{
				width: 100%;
				overflow: hidden;
			}
			.formLineDown{
				width: 100%;
				overflow: hidden;
			}
				.formLeft{
					float: left;
					border-right: solid 0.01rem #262626;
					border-bottom: solid 0.01rem #262626;
				}

				.formRight{
					float: left;
					border-bottom: solid 0.01rem #262626;
		/*			border-left: solid 0.01rem #262626;*/
				}
				.formRightB{
					float: left;

				}
					.wTitle{
						width: 1.6rem;
					}
					.wTitleS{
						width: 1.6rem;
					}
					.wFormL{
						width: 5.56rem;
					}
					.wFormS{
						width: 5.56rem;
					}
					.wFormM{
						width: 5.56rem;
					}
					.hTitle{
						height: 0.8rem;
					}
					.hTitleH{
						height: 1.2rem;
					}
					.fontStyleT{
						font-size: 0.3rem;
						line-height: 0.8rem;
						text-align: center;
						color: #262626;
					}
					.fontStyleTh{
						font-size: 0.3rem;
						line-height: 1.2rem;
						text-align: center;
						color: #262626;
					}
					.fontStyleThM{
						font-size: 0.3rem;
						line-height: 0.3rem;
						text-align: center;
						padding: 1rem 0;
						color: #262626;
					}
					.fontStyleP{
						font-size: 0.3rem;
						line-height: 0.8rem;
						text-align: center;
						padding: 0rem;
						color: #262626;
					}
					.fontStylePh{
						font-size: 0.26rem;
						line-height: 1.2rem;
						text-align: center;
						padding: 0;
						color: #262626;
					}
					.fontStylePhM{
						font-size: 0.3rem;
						line-height: 0.44rem;
						text-align: justify;
						padding: 0.4rem 0.2rem;
						text-indent: 0.44rem;
						color: #262626;
					}

					.wFormS.hTitle{
						border-right: solid 0.01rem transparent;

					}

					.formRight.wTitleS{
						border-bottom: solid 0.01rem transparent;
						border-right: solid 0.01rem #262626;
					}


	/*上下篇按钮*/
	.turnNewsCtrl{
			width: 100%;
			height: 4rem;
			margin: 0.2rem auto 0 auto;
			overflow: hidden;
		}
		.turnNewsCtrl>a{
			width: 100%;;
			height: 1.9rem;
			background-color: #ffffff;
			border: solid 1px #e2e2e2;
			margin-bottom: 0.2rem;
		}
		.turnPrevious{
			float: left;
		}
		.turnNext{
			float: right;
		}
		.turnNewsCtrl>a:hover{
			cursor: pointer;
		}
		.turnNewsCtrl>a:hover{
			cursor: pointer;
		}
			.turnPrevious>p,
			.turnNext>p{
				width: 90%;
				height: 0.6rem;
				margin: 0 auto;
				font-size: 0.26rem;
				line-height: 0.6rem;
				color: #333333;
				font-weight: bold;
			}
			.turnPrevious>h1,
			.turnNext>h1{
				width: 90%;
				height: 0.9rem;
				margin: 0 auto;
				font-size: 0.26rem;
				line-height: 0.45rem;
				color: #333333;
				display: -webkit-box;
				overflow: hidden;
				white-space: normal;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;	
				text-overflow: ellipsis;
			}
			.turnPrevious>div,
			.turnNext>div{
				width: 90%;
				height: 0.4rem;
				margin: 0rem auto 0 auto;
				font-size: 0.2rem;
				line-height: 0.4rem;
				color: #333333;
			}
		.turnNewsCtrl>a:hover h1{
			text-decoration: underline;
			color: #C6954B;
		}	



/*分页内容-上榜推介*/
.pageBillsList{
	width: 100%;
	margin: 0.1rem auto 0 auto;
}
	/*标题绿色静态大字标题移动端隐藏*/
	.pageBillTitle{
		display: none;
		width: 100%;
		height: 60px;
		margin: -50px auto 20px auto;
		overflow: hidden;
	}
		.pageBillTitle>h1{
			display: block;
			float: left;
			width: 140px;
			height: 60px;
			border-bottom: solid 2px #008541;
			font-size: 32px;
			color: #008541;
			line-height: 60px;
			text-align: center;
		}

		.pageBillTitle>div{
			display: block;
			float: left;
			width: 756px;
			height: 60px;
			border-bottom: solid 2px #e5e5e5;

		}

	/*列表*/
	.pageBillsList>ul{
		width: 100%;
	}
	.pageBillsList>ul li{
		width: 100%;
		height: 1.5rem;
		margin-bottom: 0.2rem;
	}
		.billsPart{
			width: 100%;
			height: 1.5rem;
			overflow: hidden;
			border: solid 1px #999999;
		}
		.billsPart:hover{
			cursor: pointer;
			background-color: #e7e7e7;
			
		}

			/*图片*/
			.billsImg{
				width: 1.54rem;
				height: 1.1rem;
				overflow: hidden;
				float: left;
				margin: 0.2rem 0 0 0.1rem;
			}
			.billsImg>img{
				width: 100%;
				height: 100%;
			}

			/*内容*/
			.billsMsg{
				width: 4.1rem;
				height: 1.1rem;
				float: left;
				margin: 0.2rem 0 0 0.1rem;
			}
				.billsMsg>h1{
					width: 100%;
					height: 0.4rem;
					font-size: 0.3rem;
					color: #3a3a3a;
					line-height: 0.4rem;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}
				.billsMsg>p{
					width: 100%;
					height: 0.3rem;
					font-size: 0.16rem;
					color: #999999;
					line-height: 0.3rem;
					overflow: hidden;
					white-space: nowrap;
					text-overflow: ellipsis;
				}

			/*时间*/
			.billsTime{
				width: 1.3rem;
				height: 0.6rem;
				float: left;
				margin: 0.3rem 0px 0 0;
			}
				.billsTime>p{
					font-size: 0.16rem;
					color: #999999;
					text-align: center;
					line-height: 0.3rem;
					
				}
				.billsTime>p span{
					display: block;
					padding: 0rem;
					font-size: 0.16rem;
				}

				.billsTime p:last-child{
					font-size: 0.16rem;
				}



/*分页内容-搜索结果*/
.pageSearchList{
	width: 100%;
	margin: 0 auto;
	padding-top: 0.1rem;
}
	/*标题*/
	.pageSearchTitle{
		display: block;
		width: 100%;
		height: 0.6rem;
		margin: 0 auto 0.3rem auto;
		overflow: hidden;
	}
		.pageSearchTitle>h1{
			display: block;
			float: left;
			width: 1.4rem;
			height: 0.6rem;
			border-bottom: solid 1px #008541;
			font-size: 0.32rem;
			color: #008541;
			line-height: 0.6rem;
			text-align: center;
		}

		.pageSearchTitle>div{
			display: block;
			float: left;
			width: 5.7rem;
			height: 0.6rem;
			border-bottom: solid 1px #e5e5e5;

		}

	/*列表*/
	.pageSearchList>ul{
		width: 100%;
		margin-top: 0.1rem;
	}
		.pageSearchList>ul li{
			width: 100%;
			height: 0.5rem;
			margin-bottom: 0.1rem;
		}
		.searchPageL{
			width: 100%;
			height: 0.5rem;
			overflow: hidden;
		}
		.searchPageL:hover a{
			cursor: pointer;
			color: #e3c591;
			font-weight: bold
		}

		.searchPageL>a{
			width: 100%;
			height: 0.5rem;
			font-size: 0.3rem;
			color: #666666;
			line-height: 0.5rem;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}


















/*分页内容-市场行情（价格）*/
.pageMarketList{
	width: 900px;
	margin: 10px auto 0 auto;
}
	/*标题*/
	.pageMarketTitle{
		display: none;
		width: 100%;
		height: 60px;
		margin: -50px auto 20px auto;
		overflow: hidden;
	}
		.pageMarketTitle>h1{
			display: block;
			float: left;
			width: 140px;
			height: 60px;
			border-bottom: solid 2px #008541;
			font-size: 32px;
			color: #008541;
			line-height: 60px;
			text-align: center;
		}

		.pageMarketTitle>div{
			display: block;
			float: left;
			width: 756px;
			height: 60px;
			border-bottom: solid 2px #e5e5e5;

		}

	/*列表*/


/*分页内容-招商信息*/
.pageCourtship{
	width: 7.1rem;
	margin: 0.1rem auto 0 auto;
	padding-bottom: 0.1rem;
/*	box-shadow: 2px 2px 10px #444444;*/
}
.pageCourtship>img{
	width: 100%;
}
#courtshipImage2{
	display: block;
	margin-top: 0.2rem;
}




/*分页内容-发展历程*/
.pageDevelopmentP{
	width: 96%;
	margin: 0.1rem auto 0 auto;
			
}
	.yearPart{
		width: 100%;
		margin: 0px auto 0.2rem auto;
	}
		.textPart{
			width: 100%;
			font-size: 0.26rem;
			color: #3b3939;
			line-height: 1.5;
			text-align: justify;
		}/*纯段落文本*/
		.textPart>span{
			color: #008541;
			padding: 0 0.2rem 0 0;
		}
		.yearTitle{
			width: 100%;
			height: 0.4rem;
			overflow: hidden;
			text-align: left;
			color: #008541;
			font-size: 0.3rem;
			font-weight: bold;
			line-height: 0.4rem;
		}/*绿色标题*/



/*分页内容-企业荣誉*/
.pageHonor{
	width: 100%;/*集成mainPage的宽度7.2rem*/
	margin: 0.1rem auto 0 auto;	
	background-color: bisque;
	padding-bottom: 0.2rem;
}
	.pageHonorUL{
		width: 100%;
		overflow: hidden;
	}
	.pageHonorUL li{
		width: 3.6rem;
		height: 3.4rem;
		float: left;
	}
		.pageHonorLink{
			width: 3.4rem;
			height: 3.4rem;
			margin: 0 auto;
		}
			.pageHonorLink>img{
				width: 3.4rem;
				height: 2.2rem;
				margin: 0 auto;
			}
			.pageHonorLink>p{
				width: 98%;
				height: 0.72rem;
				font-size: 0.24rem;
				color: #3b3939;
				line-height: 0.36rem;
				text-align: center;
				margin: 0.2rem 0 0 0;
				
				overflow: hidden;
				display: -webkit-box; 
				white-space: normal;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;	
				text-overflow: ellipsis;
			}
			.pageHonorLink:hover img{
				cursor: pointer;
			}
			.pageHonorLink:hover p{
				cursor: pointer;
				font-weight: bold;
				color: #058931;
			}



/*分页内容-人才理念*/

.pagetalentConcept{
	width: 100%;
	margin: 0.1rem auto 0 auto;		
}
	.pagetalentConcept>h1{
		width: 100%;
		overflow: hidden;
		text-align: left;
		color: #008541;
		font-size: 0.3rem;
		font-weight: bold;
		line-height: 2;
	}/*绿色标题*/

	.pagetalentConcept>p{
		width: 100%;
		font-size: 0.2rem;
		color: #3b3939;
		line-height: 1.5;
		text-align: justify;
		margin: 0.2rem auto;
		
	}/*纯段落文本*/
	.pagetalentConcept>img{
		width: 100%;
		margin: 0.2rem auto;
	}







