*{padding:0;margin:0;font-family: "Microsoft YaHei";list-style: none;text-decoration: none;border: none;}
.container{
	width: 1100px;
	margin:0 auto;
}
html{overflow-x:hidden;}
body{
	background: #fff;
	color: #444;
	font-size: 14px;
	min-width: 1200px;
}
a{
	outline: none;
	color: #444;
}
a:hover{
	color: #f38000;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	font-size: 14px;
	text-align: center;
}
.pages ul{display: inline-block;}
.pages a,
.pages strong{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	color:#666;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
}
.pages .current{
	display:inline-block;
	line-height:28px;
	padding:0 10px;
	border:1px solid #d9d9d9;
	background-color:#ffffff; 
	text-decoration:none;
	font-family:Simsun;
	-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
	margin-right:3px;
	
	color:#fff;
	background-color:#00ce7d;
	border-color:#fff;
}
.pages a:hover{
	color:#fff !important;
	background-color:#00ce7d;
	border-color:#fff;
	text-decoration:none;
}
.pages strong{
	color:#fff;
	background-color:#24557d;
	border-color:#fff;
}
.pages span{
	padding:0 10px;
	line-height:23px;
}

/* index top */
.head{
	background: #fefdfd;
	height: 131px;
}
.topbar{
	height: 30px;
	line-height: 30px;
	background: url(../images/tt.jpg) no-repeat left center;
	padding-left: 35px;
	font-size: 24px;
	color: #00ce7d;
	margin-top: 22px;
}
.nav{
	margin-top: 20px;
}
.nav li{
	float: left;
	margin-left: 15px;
}
.nav li a{
	display: block;
	width: 102px;
	height: 36px;
	text-align: center;
	line-height: 36px;
}
.nav li a:hover,.nav li a.hover{
	background: #00ce7d;
	color: #fff;
}

.slideBox{ width:100%; height:500px; overflow:hidden; position:relative;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;width:100%; height:500px;}
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }

.xm{
	background: #f6f5f5;
	padding-top: 50px;
	padding-bottom: 70px;
}
.xm li{
	height: 220px;
	margin-top: 30px;
}
.xm li .xminfo{
	float: left;
}
.xm li .xminfo span{
	display: block;
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}
.xm li .xminfo p{
	font-size: 12px;
	color: #999;
	line-height: 24px;
	margin-top: 14px;
}
.xm li .xminfo a{
	display: block;
	width: 98px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #f38000;
	border: 1px solid #f38000;
	border-radius: 5px;
	margin-top: 40px;
}

.xm li:first-child img{
	float: left;
}
.xm li:first-child .xminfo{
	margin-left: 45px;
}

.xm li:first-child+li img{
	float: right;
}
.xm li:first-child+li .xminfo{
	margin-left: 150px;
}

.xm li:first-child+li+li img{
	float: left;
}
.xm li:first-child+li+li .xminfo{
	margin-left: 45px;
}

.xm li:first-child+li+li+li img{
	float: right;
}
.xm li:first-child+li+li+li .xminfo{
	margin-left: 150px;
}

.about{
	height: 395px;
	background: url(../images/ab.jpg) no-repeat center fixed;
}
.hbg{
	height: 395px;
	background: rgba(27,27,27,.5);
}
.abtit{
	padding-top: 45px;
}
.abtit span{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #f6f4f4;
	background: url(../images/h.png) no-repeat center;
	padding-bottom: 4px;
}
.abtit p{
	text-align: center;
	color: #fefdfd;
	margin-top: 3px;
}
.about img{
	margin-top: 40px;
}
.abinfo{
	width: 650px;
	color: #f4f4f4;
	margin-top: 40px;
}
.abinfo span{
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
}
.abinfo p{
	line-height: 28px;
}
.abinfo a.more{
	float: right;
	color: #dedddd;
	display: block;
	background: url(../images/jt.png) no-repeat right center;
	padding-right: 23px;
	margin-top: 10px;
}

.adv{
	height: 370px;
	background: #f6f5f5;
}
.adv li{
	float: left;
	width: 275px;
	text-align: center;
	margin-top: 70px;
}
.adv li p{
	font-size: 20px;
	color: #f38000;
	padding-top: 14px;
}
.adv li span{
	display: block;
	color: #999;
	margin-top: 5px;
}

.news{
	margin-top: 55px;
}
.newleft{
	width: 480px;
	position: relative;
}
.news a.more{
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 12px;
	color: #aaa8a8;
	display: block;
	background: url(../images/jt.jpg) no-repeat right center;
	padding-right: 15px;
	z-index: 999;
}
.slideTxtBox{text-align:left;}
.slideTxtBox .hd{ height:44px; line-height:44px;position:relative;}
.slideTxtBox .hd ul{ float:left;position:absolute;}
.slideTxtBox .hd ul li{ float:left; cursor:pointer; width: 140px;background: #e5e5e5;color: #b5b4b4;font-size: 18px;height:44px;text-align: center;margin-right: 3px;border-radius: 5px;}
.slideTxtBox .hd ul li.on{background:#00ce7d;color: #fff;}
.slideTxtBox .bd ul{zoom:1;margin-top: 25px;}
.slideTxtBox .bd li{ height:32px; line-height:32px;background: url(../images/d.jpg) no-repeat left center;padding-left: 15px;}
.slideTxtBox .bd li span{font-size: 12px;color: #949494;float: right;}
.newright{
	width: 575px;
	position: relative;
}
.ntit{
	width: 140px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	background: #00ce7d;
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
}
.newright ul{
	margin-top: 25px;
}
.newright li{
	line-height: 32px;
}
.newright li span{
	float: right;
	font-size: 12px;
	color: #949494;
}
.newright li a{

}

.link{
	margin-top: 35px;
	line-height: 28px;
}
.link p{
	float: left;
	background: url(../images/link.jpg) no-repeat left center;
	padding-left: 40px;
	font-size: 24px;
	color: #232323;
}
.link a{
	margin-left: 25px;
	color: #202020;
}

.footer{
	height: 246px;
	background: #434343;
	margin-top: 25px;
	color: #fff;
}
.fnav{
	width: 300px;
	margin-top: 30px;
}
.fnav li{
	margin-right: 70px;
	float: left;
	line-height: 35px;
}
.footer a{
	color: #fff;
}
.fcont{
	color: #fbfafa;
	line-height: 30px;
	margin-top: 30px;
}
.ewm{
	text-align: center;
	margin-top: 40px;
}
.ewm p{
	margin-top: 5px;
}

.main{
	padding-bottom: 50px;
}
.submenu{
	text-align: center;
	margin-top: 30px;
}
.submenu ul{
	display: inline-block;
}
.submenu li{
	float: left;
	margin: 0 10px;
}
.submenu li a{
	display: block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #eee;
}
.submenu li a:hover,.submenu li a.hover{
	background: #00ce7d;
	color: #fff;
}
.content{
	line-height: 30px;
	margin-top: 10px;
}
.pagetop{
	text-align: center;
	font-size: 25px;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.list{
	margin-top: 30px;
}
.list li{
	margin-top: 20px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}
.list li a{
	display: block;
	font-weight: bold;
}
.list li span{
	display: block;
	color: #999;
	line-height: 30px;
	font-size: 12px;
}
.list li p{
	line-height: 22px;
	font-size: 12px;
}

.photo ul{
	margin-left: -20px;
	margin-top: 30px;
}
.photo li{
	float: left;
	margin-left: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.photo li p{
	line-height: 30px;
}
.photo li img{
	width: 260px;
	height: 180px;
}

.showtop{
	text-align: center;
	padding-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.showtop .title{
	font-size: 22px;
	margin-bottom: 10px;
}
.showtop .date{
	font-size: 12px;
	color: #999;
}
.showtop .date span{
	margin: 0 5px;
}
.prepage{
	margin-top: 50px;
	line-height: 30px;
}