@charset "utf-8";
/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	font-family: Arial, Helvetica, sans-serif, "微软雅黑";
	font-size: 12px;
	line-height: 25px;
	color: #272727;
}
img{
	border: 0px;
}
li,ul,ol,dl{
	list-style: none;
}
a{
	text-decoration: none;
	color: #272727;
}
a:hover{
	color: #F60;
}


#nav, #top, #footer{
	width: 100%;
}
#top{
	height: 67px;
	background: #1c1e20;
	border-bottom: solid 1px #3d332f;
}
#midTop{
	width: 1000px;
	margin: 0px auto;
}
.langLink a{
	display: block;
	float: right;
	margin: 0px 10px;
	line-height: 67px;
	color: #fff;
	padding-left: 20px;
}
.langLink a:hover{
	color: #F60;
}
.langLink .cnWeb{
	background: url(../images/cn.jpg) left center no-repeat;
}
.langLink .enWeb{
	background: url(../images/en.jpg) left center no-repeat;
}
#nav{
	font-size: 14px;
	font-weight: bold;
	background: #252525;
	color: #fff;
	height: 30px;
	line-height: 30px;
}
#midNav{
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
#midNav ul li{
	display: block;
	width: 120px;
	text-align: center;
	float: left;
	position: relative;
}
#midNav ul li a{
	color: #fff;
}
#midNav ul li .onSelected{
	color: #F30;
}

#midNav ul li ul{
	position: absolute;
	width: 220px;
	background: #fff;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	display: none;
	left: -56px;
	z-index: 300;
}
#midNav ul li ul li{
	width: 220px;
}
#midNav ul li ul li a{
	text-align: left;
	padding-left: 15px;
	display: block;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	color: #039;
	border-bottom: solid 1px #ccc;
}
#midNav ul li ul li a:hover{
	color: #F60;
}
#midNav .SMenu{
	position: relative;
}
#midNav .TMenu{
	font-size: 12px;
	display: none;
	position: absolute;
	right: -171px;
	top: 0px;
	background: #fff;
	width: 170px;
}
#midNav .TMenu a{
	color: #999;
	padding-left: 25px;
}
.hotLine{
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 30px;
	background: url(../images/phone.png) left center no-repeat;
}
	#banner{
		width: 100%;
		margin-bottom: 10px;
		position: relative;
	}
	.bannerImgBox li{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	/*数字按钮标识*/
	.itemList{
		position: absolute;
		z-index: 20;
		bottom: 30px;
	}
	.itemList li{
		display: block;
		float: left;
		height: 5px;
		width: 20px;
		margin: 0px 2px;
		cursor: pointer;
		background: url(../images/itemBg.png) left center no-repeat;
	}
	.itemList .on{
		background: url(../images/itemOn.png) left center no-repeat;
	}
	/*数字形式显示banner数
	*.itemList li{
		display: block;
		height: 15px;
		width: 20px;
		line-height: 15px;
		background: #999;
		float: left;
		text-align: center;
		font-size: 12px;
		margin: 0px 2px;
		cursor: pointer;
	}
	.itemList .on{
		background: #F63;
		color: #fff;
	}*/

	.pre, .nxt{
		width: 45px;
		display: block;
		z-index: 200;
		background: #F09;
		cursor: pointer;
	}
	/*上一张、下一张按钮*/
	.pre{
		position: absolute;
		left: 0px;	
		background: url(../images/l.png) left center no-repeat;
	}
	.nxt{
		position: absolute;
		right: 0px;
		background: url(../images/r.png) left center no-repeat;
	}
#content{
	width: 1000px;
	margin: 0px auto 10px auto;;
	clear: both;
}
.scrollProduct{
	height: 225px;
	margin-bottom: 10px;
	background: #eee;
}
.scrollProduct h4{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	border-bottom: solid  1px  #ccc;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.scrollProductList{
	width: 960px;
}
.scrollProductList li{
	width: 150px;
	height: 150px;
	margin: 0px 10px;
	float: left;
}

.aboutUs,.news{
	width: 345px;
	height: 230px;
	border: solid 1px #ccc;
	margin-right: 13px;
	float: left;
}
.aboutUs h4, .news h4, .contactUs h4{
	height: 35px;
	background: url(../images/headBg.jpg) left center repeat-x;
	line-height: 35px;
	padding: 0px 5px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
	font-size: 14px;
	position: relative;
}
.innerBox{
	padding: 0px 10px 10px 10px;
}

.news .innerBox li{
	padding-left: 15px;
	background: url(../images/trigleItem.png) left center no-repeat;
	height: 25px;
	width: 310px;
	overflow: hidden;
}
.contactUs{
	float: right;
	border: solid 1px #ccc;
	width: 278px;
	height: 230px;
}
.contactUs .innerBox{
	background: url(../images/envelop.jpg) right bottom no-repeat;
}
.moreBtn{
	display: block;
	position: absolute;
	right: 5px;
	top: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}
.midContent{
	width: 1000px;
	margin: 0px auto 15px auto;
	padding-top: 10px;
}
.sideBar{
	width: 200px;
	float: left;
	margin-right: 15px;
}
.sideBar .leftMenu li a{
	display: block;
	font-size: 14px;
	border-bottom: solid 1px #eee;
	line-height: 35px;
	padding-left: 20px;
}
.sideBar .leftMenu li a:hover{
	color: #F60;
}
.sideBar .leftMenu ul{
	display: none;
}
.sideBar .leftMenu .on{
	display: block;
}
.sideBar .leftMenu .selected{
	color: #F30;
}
.sideBar .leftMenu li ul li a{
	font-size: 12px;
	padding-left: 30px;
	color: #666;
}
.content{
	width: 785px;
	float: right;
}
.position{
	height: 35px;
	line-height: 35px;
	background: url(../images/positionBg.PNG) 5px center no-repeat #eee;
	padding-left: 30px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-top: 10px;
}
.proSorts{
	margin-top: 10px;
	padding: 10px;
	background: #eee;
	border: solid 1px #ccc;
}
.proSorts a{
	display: block;
	padding: 3px;
	float: left;
}
.proSorts .on{
	background: #F60;
	color: #fff;
}
.subSorts{
	border-top: solid 1px #ccc;
	margin: 0 auto;
	clear: both;
}
.subSorts li{
	display: block;
	float: left;
	padding: 0px 10px;
}
.subSorts .selected{
	color: #F60;
}
.mainCon{
	padding-top: 20px;
	padding-bottom: 20px;	
}

.proList li{
	float: left;
	margin: 0px 8px 20px 0px;
	width: 150px;
	height: 230px;
	text-align: center;
}
.proList .rightSide{
	float: right;
	margin-right: 0px;
}
.proMainCon{
	padding: 15px 0px 20px 0px;
}
.proTitle{
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 15px;
}
.proSummary{
	padding: 15px;
	background: #eee;
	margin-bottom: 15px;
}
.proContent{
	clear: both;
}
.proContent p{
	text-indent: 25px;
}
.proContent .tabTitle{
	width: 100%;
	height: 30px;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	position: relative;
	margin-bottom: 20px;
}
.proContent .tabTitle li{
	float: left;
	display: block;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	padding: 0px 8px;
	margin-right: 12px;
	height: 29px;
	line-height: 29px;
	background: #eee;
	cursor: pointer;
}
.proContent .tabTitle .on{
	background: #fff;
	border-bottom: solid 1px #fff;
}
.proContent .selected{
	display: block;
}
.proContent .unSelected{
	display: none;
}
.newsList li{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-left: 20px;
	background: url(../images/itemBg.jpg) left center no-repeat;
	border-bottom: dotted 1px #ccc;
}
.newsList a{
	display: block;
	float: left;
	width: 665px;
}
.newsList span{
	display: block;
	float: right;
	color: #666;
	width: 80px;
	text-align: right;
}
.article{
	padding: 10px 0px;
}
.newsTitle{
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}
.newsInfo{
	background: #eee;
	text-align: center;
	color: #666;
}
.newsContent{
	padding: 10px 0px;
}
.newsContent p{
	text-indent: 25px;
	margin-bottom: 15px;
}
.honorList li, .schemeList li{
	width: 150px;
	height: 255px;
	border: solid 1px #ccc;
	padding: 5px;
	text-align: center;
	float: left;
	margin-right: 45px;
	margin-bottom: 20px;
	overflow: hidden;
}
.honorList .rightItem, .schemeList .rightItem{
	float: right;
	margin-right: 0px;
}
.schemeList li{
	height: 200px;
}
.sideBar .leftMenu .current a{
	color: #F63;
}
.hrItem{
	border-bottom: dotted 1px #ccc;
	margin-bottom: 20px;
	padding: 10px 0px 20px 0px;
}

.summaryArea{
	position: relative;
	float: left;
	width: 475px;
	height: 300px;
}
.bigImg{
	width: 300px;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.scrollUlBox{
	position: absolute;
	height: 90px;
	left: 0px;
	top: 0px;
}
.scrollUlBox li{
	width: 80px;
	height: 80px;
	padding: 4px;
	border: solid 1px #ccc;
	margin: 0px 5px;
	cursor: pointer;
	float: left;
}
.scrollUlOutBox{
	width: 400px;
	height: 90px;
	float: left;
	overflow: hidden;
	position: relative;

}
.scrollUl{
	width: 442px;
	height: 90px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.preArr{
	width: 21px;
	height: 70px;
	padding-top: 20px;
	float: left;
	display: block;
	cursor: pointer;
}
.nxtArr{
	width: 21px;
	height: 70px;
	padding-top: 20px;
	float: right;
	display: block;
	cursor: pointer;
}
.floatRight{
	float: right;
}
.floatLeft{
	float: left;
}
.clearLine{
	clear: both;
	height: 1px;
	line-height: 1px;
}

#footer{
	clear: both;
	text-align: center;
	border-top: solid 1px #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}