﻿.wrap{
	width:100%;
	min-width:1200px;
}

.top{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

/*--start 导航样式------*/
/*.nav{margin:0;padding:0;border:1px solid #ccc;height:30px;overflow:hidden;}
.nav dt{float:left;line-height:30px;border-right:1px solid #ccc;font-size:14px;}
.nav a{display:block;padding:0 15px;}
.nav a:hover{background:#A4A4A4;color:#fff;display:block;padding:0 15px;}
.nav .hover a{background:#A4A4A4;color:#fff;display:block;padding:0 15px;}*/

.nav-bg{
	width:100%;
	background:#323436;
	height:70px;
}
nav{
	width: 1200px;
	margin: 0 auto;
}
nav ul li{
	float: left; 
	position: relative; 
}
nav ul li:hover {
}
nav ul li:hover a {
	color: #fff;
	display: block;
	text-decoration: none;
}
nav ul li.active a{
	color: #fff;
	background: #4b8619;
}
nav ul li a{
	text-align: center; 
	line-height: 70px;
	width: 170px;
	display:block; 
	text-decoration:none; 
	color:#fff; 
	font-size: 16px;
}
nav ul li a:hover{
	background:#4b8619;
}
nav ul li ul{
	display: none;
}
nav ul li:hover ul{
	display: block; 
	position: absolute; 
	z-index: 999999;
	background: #4b8619;
	transition: all 0.5s;
}
nav ul li:hover ul li a{
	color:#fff; 
	line-height: 40px;
	border-right-width: 0px;
	border-bottom: 1px solid #cdcdcd;
	font-size: 14px;
	background: none;
}
nav ul li:hover ul li:last-child a{
	border-bottom-width: 0px;
}
nav ul li:hover ul li:hover a{
	color: #fff;
	background: #4b8619;
}
/*--End 导航样式------*/


/*--start banner--*/
#full-screen-slider {
	width: 100%;
	height: 520px;
	position: relative;
}
#slides {
	display: block;
	width: 100%;
	height: 520px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
#slides li img{
	z-index:-999;
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	right: 50%;
	text-align: center;
	bottom: 30px;
	z-index: 9900;
	margin: 0
}
#pagination li {
	position: relative;
	right: -50%;
	display: block;
	list-style: none;
	width: 50px;
	height: 6px;
	float: left;
	margin: 0 5px;
	background-color: #999;
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background-color: #0dc316;
}
/*--end banner--*/


.nbanner{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:#999;
	height:300px;
}
.location-bg{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	height:50px;
	line-height:50px;
	background:#f8f8f8;
	border-bottom:1px solid #eaeaea;
}
.location{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
.location h2{
	line-height:50px;
}
.location h2 span{
	float:right;
	font-size:14px;
	color:#999;
}
.ncontainer{
	width:1200px;
	margin:20px auto;
	clear:both;
	overflow:hidden;
}
.nleft{
	width:250px;
	float:left;
}
.nright{
	width:900px;
	float:right;
}
.nright-location{
	border-bottom:1px solid #eaeaea;
	clear:both;
	overflow:hidden;
}
.ny-single{
	width:1200px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	font-size:14px;
	line-height:32px;
	margin-top:30px;
}
.footer-bg{
	width:100%;
	background:#262626;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding:60px 0px;
	color:#FFF;
}
.footer-bg a{
	color:#999;
}
.footer-bg a:hover{
	color:#4b8619;
	text-decoration:underline;
}
.footer-contact{
	width:460px;
	float:left;
}
.footer-list{
	width:350px;
	float:left;
}
.footer-list ul{
	float:left;
	padding:0 40px;
}
.footer-list ul li{
	line-height:32px;
}
.footer-list ul li.title{
	font-size:18px;
	color:#FFF;
}
.footer-qrcode{
	float:left;
}
.footer-copyright{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#424242;
	color:#999;
	font-size:14px;
}
.footer-copyright a{
	color:#999;
}
.footer-copyright a:hover{
	color:#ccc;
	text-decoration:underline;
}





/*start分类列表及二级形式的样式*/
.nlist h2{
	color:#FFF;
	text-align:center;
	height:100px;
	line-height:100px;
	clear:both;
	overflow:hidden;
	background:#0dc316;
}
.nlist ul{
	border:1px solid #eaeaea;
	background:#FFF;
	clear:both;
	overflow:hidden;
	padding:0 20px;
}
.nlist li{
	line-height:50px;
	height:50px;
	border-bottom:1px solid #eaeaea;
	font-size:16px;
	padding-left:30px;
	background:url(../images/pot-arrowr.png) no-repeat right;
	background-size:15px 15px;
}
.nlist li:last-child{
	border-bottom-width:0;
}
.nlist li span{float:right;}
.nlist li dl{margin:0;*margin:-14px 0 0 0;padding:0;}
.nlist li dl dt{line-height:30px;height:30px;border-bottom:1px dashed #ccc;}
.nlist b{font-family:"宋体";font-weight:normal;}

.nlists ul{margin:0;padding:0;list-style:none}
.nlists ul li{line-height:30px;height:30px;border-bottom:1px dashed #ccc;font-family:arial;}
.nlists ul li span{float:right;}
/*end分类列表及二级形式的样式*/

/*start 图片列表的样式*/
.piclist{
	clear:both;
	overflow:hidden;
}
.piclist ul li{
	float:left;
	padding:10px 10px;
}
/*end 图片列表的样式*/

/*start 新闻列表的样式--*/
.List{margin:0;padding:0;list-style:none;}
.List li{line-height:30px;height:30px;border-bottom:1px dashed #ccc;}
.List li span{float:right;color:#999;}
.List li b{font-family:"宋体";font-weight:normal;}
.newslist dl{
	border-bottom:1px solid #eaeaea;
	padding:10px 0px;
}
.newslist dl dt{
	font-size:16px;
}
.newslist dl dt a{
	color:#000;
}
.newslist dl dt a:hover{
	color:#0dc316;
}
.newslist dl dd.riqi{
	color:#999;
	line-height:30px;
	background:url(../images/pot-time.png) no-repeat 0px 7px;
	background-size:15px 15px;
	padding-left:20px;
}
.newslist dl dd.txt{
	font-size:14px;
	color:#666;
}
/*end 新闻列表的样式--*/

/*--start 新闻详情的样式--*/
.news_title{margin:5px 0;padding:0;text-align:center;font-size:24px;}
.news_info{text-align:center;color:#999;border:1px solid #e1e1e1;border-left:0;border-right:0;margin:10px 0;padding:5px 0;}
#art_content{word-break:break-all;font-size:13px;padding:0 0 10px 0;}
#art_content img{max-width:750px;}
.news_pre{margin:10px 0 5px 0;clear:both;} /*新闻上一页下一页的样式*/
/*--end 新闻详情的样式--*/

/*留言部分*/
.book_title{background:#EAF5FC;border:1px solid #BEDAF0;line-height:30px;padding:0 15px;}
.book_title span{float:right;color:#333;}
.book_Content{border:1px solid #BEDAF0;border-top:0;line-height:22px;padding:5px 15px 10px 15px;margin:0 0 10px 0;background:#fff;}
.book_Content div{border-top:1px dashed #ccc;padding:5px 0;margin:5px 0 0 0;}
.book_Content b{color:#f30;}

.book_add{margin:0;padding:0;list-style:none;}
.book_add input{vertical-align:middle;border:1px solid #ccc;padding:4px 10px;font-size:12px;background:#fff;}
.book_add textarea{vertical-align:top;border:1px solid #ccc;padding:4px 10px;overflow:hidden;}
.book_add li{padding:2px;clear:both;font-size:12px;}
.book_add li span{display:block;float:left;width:73px;line-height:25px;}
.book_add #showmsg{position:absolute;color:#f30;margin:-18px 0 0 130px;*margin:8px 0 0 20px;}


/*人才招聘*/

.hr_subject{background:#F8F8F8;border:1px solid #E8E8E8;border-left:0;border-right:0;color:#333;text-align:center;line-height:30px;height:30px;}
.hr_td{line-height:30px;height:30px;border-bottom:1px dashed #ccc;}

.hr_resume{padding:15px 0;}
.hr_resume a{border:1px solid #1B96FF;background:#1B96FF;width:80px;height:25px;line-height:25px;text-align:center;display:block;margin:15px 0;float:left;color:#fff;margin:0 10px 0 0;}
.hr_resume a:hover{background:#FF7200;color:#fff;border:1px solid #FF7200;}
.hr_ip{border:1px solid #ccc;padding:4px 10px;}
.hr_ips{border:1px solid #ccc;width:450px;height:100px;}
.hr_red{color:#f30;font-family:"宋体";margin:0 0 0 10px;}

/*--start 无页面调用--*/
.gallery{margin:0 5px 0 5px;padding:0;display:block;height:50px;width:200px;overflow:hidden;float:left;position:relative;}
.gallery ul{margin:6px 0 0 0;padding:0;list-style:none;overflow:hidden;height:48px;position:absolute;width:2000px;}
.gallery ul li{float:left;width:50px;height:46px;margin:0;padding:0;text-align:center;}
.gallery ul li img{border:1px solid #ccc;width:46px;height:42px;}
/*--end 无页面调用--*/



/*------------------start 内页一栏样式-----------------------*/
.container-title2{
	text-align:center;
}
.contaienr-title{
	position: relative;
}
.contaienr-title p{
	text-align:center;
}
.container-title p.title{
	margin-top: 40px;
	font-size:32px;
	text-align:center;	
}
/*.container-title p.title::after {
    content: '';
    display: block;
    width: 70px;
    position: absolute;
    left: 50%;
    margin-top: 30px;
    margin-left: -35px;
    border-bottom: 1px solid #eaeaea;
}*/
.container-title p.subtitle{
	color: #999;
    font-size: 16px;
    margin: 20px auto 20px auto;
    width: 520px;
    line-height: 24px;
	text-align:center;
}
.container_category{
	width:100%;
	text-align:center;
	position: relative;
    z-index: 3;
    margin: 40px 0;
}
.container_category a{
	position: relative;
    display: inline-block;
    margin-left: 1px;
    padding: 8px 25px;
    height: 1pc;
    color: #999;
    line-height: 1pc;
    transition: all .3s ease-out 0s;
    font-size: 14px;
	border-radius:20px;
	border:1px solid #e0e0e0;
}
.container_category a.active, .container_category a:hover {
    color: #fff;
	border-radius:20px;
	background:#4b8619;
	border:1px solid #4b8619;
}

/*------------------end 内页一栏样式-----------------------*/

.top-bg{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:#f3f3f3;
}
.index-about-bg{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:#eaeaea;
	margin-top:70px;
}
.index-about-left{
	width:50%;
	float:left;
	background:#4b8619;
	text-align:right;
}
.index-about-right{
	width:50%;
	float:right;
}
.index-about-nr{
	width:520px;
	float:left;
	padding-left:50px;
	font-size:14px;
	padding-top:30px;
}
.index-about-nr a{
	color:#4b8619;
}
.index-about-nr a:hover{
	color:#4b8619;
	text-decoration:underline;
}

.index-equ{
	width:600px;
	float:left;
	margin-top:70px;
}
.index-equ ul{
	border:2px solid #111111;
	clear:both;
	overflow:hidden;
}
.index-equ ul li{
	float:left;
	padding:15px 13px;
}
.index-equ h2{
	text-align:center;
	clear:both;
	overflow:hidden;
	height:196px;
}
.index-news{
	width:520px;
	float:right;
	margin-top:70px;
}
.index-news h2{
	clear:both;
	overflow:hidden;
	height:70px;
}
.index-sales{
	width:100%;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:url(../images/sales-pic.jpg) no-repeat top center;
	height:260px;
	margin-top:70px;
}



