@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0;padding:0; text-decoration: none;}
table{border-collapse:collapse;border-spacing:0;}
img{ border:0;vertical-align: middle;}
em {font-style:normal;font-weight:normal;}
ol,ul,li {list-style:none;}
li{vertical-align: middle;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  outline:none;
 
}

/*自定义常用配制*/
.f{float:left;}
.r{float:right;}
.w{width:100%;}
.h{height: 100%;}
.cer{max-width:1000px;margin:0 auto;}
.b{font-weight:bold}
.italic{font-style:italic}
.tc{text-align:center}
.tr{text-align:right}
.pos{ position:relative}
.disn{ display:none}
.disb{ display:block}
.ov{overflow:hidden}
.cur{cursor:pointer}
.clearfloat { clear:both; height:0; font-size: 0px; line-height: 0px; overflow:hidden; visibility:hidden;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size:0;
}
.clearfix { *zoom:1;}
a{ font-size: 12px; color: #000;}
/*font-style*/
.t14{font-size: 14px;}
.t16{font-size: 16px;}
.t18{font-size: 18px;}
.t24{font-size: 24px;}
.ti200{ text-indent:2em;}
.fontya{ font-family:'Adobe 黑体 Std',Microsoft YaHei,'微软雅黑';}
.ell{overflow: hidden;white-space: nowrap;-o-text-overflow: ellipsis;text-overflow: ellipsis;}
.ani,
.ani:hover{transition:all 0.2s ease-out 0s;
    -webkit-transition:all 0.2s ease-out 0s;}

.ttc{text-transform:capitalize;}/*首字母大写*/
.ttl{text-transform:lowercase;}/*全部小写*/
.ttu{text-transform:uppercase;}/*全部大写*/
a{ text-decoration: none; }
.gray0{color:#000}
.gray3{color:#333}
.gray6{color:#666}
.gray9{color:#999}
.yellowa{color: #ee8200;}
body{ background: #f5f5f5;}
.cer{ margin: 0 auto; width: 1000px;}
.top{ width: 1000px; height: 112px; margin: 0 auto;}
.top .logo{ width: 443px; height:61px; margin-top: 25px; float: left; }
.top  .tel{ width: 160px; height: 60px; padding-left: 46px; margin-top: 25px;  float: left; background: url(../images/tel.png) no-repeat 0px center; line-height: 22px; margin-left: 80px;}
.top  .tel i{ font-size: 14px; margin-top: 5px; width: 160px; float: left; font-family: "微软雅黑"; color: #474747; font-style: normal; line-height: 25px;}
.top  .tel p{ font-size: 20px; color: #2d9316; font-weight: bold;}
.top .search{ background: url(../images/serch.png); margin-top: 40px; width: 232px; height: 32px; float: right;}
.top .search .texta{ width: 190px; height: 30px; border: none; background: none; padding-left: 8px; float: left; margin-top: 1px; line-height: 30px; color: #808080; font-family: "宋体"; font-size: 12px;}
.top .search .submita{ width:32px; float: left; height: 32px; background: none;cursor: pointer; border: none; }
.menu{ width: 100%; height: 50px; z-index: 999; background: url(../images/line.png) repeat-x;}
.menu .menua{ width: 1000px; margin: 0 auto;}
.menu .menua ul li.parent{  width: 125px; float: left; position: relative;}
.menu .menua ul li.parent ul.child{ display: none; border-top: 1px solid #fff; position: absolute; width: 125px; border-bottom: 6px solid #2d9316; z-index: 999; background: #fff; }
.menu .menua ul li.parent a.parenta{ width: 125px;font-family: "微软雅黑";  height: 50px; line-height: 50px; font-size: 16px;display: block; text-align: center; color: #000;font-weight: bold;}
.menu .menua ul li.parent ul.child li {text-align: center; height: 36px; border-bottom: 1px solid #cccccc; line-height: 36px;}
.menu .menua ul li.parent ul.child li a{ font-size: 12px; color: #000;}
.menu .menua ul li.parent:hover a.parenta{ color: #fff; background: #2d9316 ;}
.menu .menua ul li.parent:hover ul.child{ display: block;}
.menu .menua ul li.parent ul.child li:hover a{ width: 125px; text-align: center; display: block; line-height: 36px; color: #fff; background: #2d9316;}
#ban{height: 500px;position: relative; z-index: 10;}
#ban li{position: absolute;top: 0;left: 0;width: 100%;}
#ban li a{display: block;height: 500px; width: 100%;}
#ban-btn{position: absolute;bottom: 40px;left: 50%; margin-left:-500px;  z-index: 3;line-height: 0;width: 1000px;text-align: center;}
#ban-btn em{display: inline-block;width: 34px;height: 7px;margin: 0 2px;cursor: pointer; 
     background: #fff;
}
#ban-btn em img{ width: 137px; height:40px; margin: 4px;}
#ban-btn em.hover{background: #2d9316;
    filter:alpha(opacity=100);opacity:1;
}
#ban-pn a.prev{position: absolute;z-index: 3;left: 0;top: 225px; width: 30px;height: 50px; display: block; background: url(../images/lefta.png) no-repeat ;}
#ban-pn a.next{position: absolute;z-index: 3;right:0;top: 225px; width: 30px;height: 50px; display: block; background: url(../images/left.png) no-repeat ;}
#ban-pn a.prev:hover{background: url(../images/left.png) no-repeat 0px center ;}
#ban-pn a.next{background-position: right 0;}
#ban-pn a.next:hover{background: url(../images/lefta.png) no-repeat right center ;}

.pro_name{ width: 1000px; padding-top: 20px; margin: 0 auto; height: 40px; line-height: 40px; font-size: 18px;font-family: "微软雅黑";  font-weight: bold; color: #000;}
.pro_name i{ font-style: normal; color: #2d9316;  font-size: 18px; margin-left: 4px; font-weight: normal;}
.pro_list{ width: 1000px; margin: 0 auto; height: auto; overflow: hidden; padding-bottom: 30px;}
.pro_list ul{ width: 1020px; height: auto; overflow: hidden;}
.pro_list ul li{ width: 233px; margin-right: 20px; height: 255px; border: 1px solid #ccc; border-bottom: 5px solid #ccc; margin-top: 15px; float: left;}
.pro_list ul li:hover{ border-bottom: 5px solid #2d9316;}
.pro_list ul li a.thumb{ display: 223px; height: 160px; display: block; margin: 5px;}
.pro_list ul li a.thumb img{ width: 223px; height: 160px;}
.pro_list ul li a.tit{ width: 200px; font-weight: bold; margin: 0 auto; color: #666; line-height: 32px; font-size: 14px; height: 32px; display: block; border-bottom: 1px dotted #ccc; background: url(../images/more.png) right center no-repeat;}
.pro_list ul li:hover  a.tit{ background: url(../images/morea.png) right center no-repeat; color: #2d9316; }
.pro_list ul li p{ width: 200px; margin: 0 auto; line-height: 20px; font-size: 12px; padding-top: 5px; color: #646464;}
.dh{ width: 1000px; background: url(../images/bg.png); height: 8px; margin: 0 auto;}
.cont{ width: 1000px; height: 250px; padding-bottom: 20px; margin-top: 15px;}
.cont .left{ width: 630px; height: 250px; float: left;}
.left_name{ width: 630px; height: 50px; line-height: 50px;font-family: "微软雅黑"; font-size: 18px; font-weight: bold; color: #000;}
.left_name i{ font-style: normal; color: #2d9316;  font-size: 18px; margin-left: 4px; font-weight: normal;}
.left_name a{ float: right; color: #2d9316; background: url(../images/more.png) no-repeat right; color: #646464; padding: 0px 21px 0px 0px; font-size: 12px; font-family: "宋体"; font-weight: normal;}
.left_name a:hover{background: url(../images/morea.png) no-repeat right;color: #2d9316;}
.new_up{ width: 630px; height: 85px;}
.new_up a.thumb{ width: 125px; height: 85px; float: left; display: block;}
.new_up a.thumb img{ width: 125px; height: 85px;}
.new_up .new_des{ width: 485px; height: 85px;  float: left; margin-left: 20px;}
.new_up .new_des a.tit{ width: 485px; line-height: 24px;  font-size: 14px; font-weight: bold;font-family: "宋体";color: #000;}
.new_up .new_des p{ font-size: 12px; line-height: 18px; color: #646464; padding: 5px 0px 0px 0px;}
.new_up .new_des a.chakan{ font-size: 12px; color: #2d9316; font-weight: bold; line-height: 20px;}
.cont .left  ul.newslist{ width: 630px; height: 108px; padding-top: 10px;}
.cont .left  ul.newslist li{ width: 315px; line-height: 36px; height: 36px; float: left; background: url(../images/dit.jpg) no-repeat 0px center; text-indent: 12px;}
.cont .left  ul.newslist li a{ font-size: 12px; color: #000;}
.cont .right{ width: 320px; float: right; height: auto; overflow: hidden;}
.cont .right .left_name{ width: 320px;}
.cont .right p.intro_des{ line-height: 22px; padding-top: 7px; font-size: 12px; font-family: "宋体";}
.cont .right p.intro_des i{color: #2d9316; font-style: normal; font-family: "宋体"; font-weight: bold;}
.case{ width: 1000px; height: auto; overflow: hidden; margin-top: 10px;}
.case .left{ width: 630px; height: 360px; float: left;}
.case ul.case_list{ width: 645px; height: 330px;}
.case ul.case_list li{ width: 200px; position: relative; float: left; height: 145px; overflow: hidden; margin: 0px 15px 20px 0px;}
.case ul.case_list li a.case_tit{width: 200px;  height: 145px; position: absolute;}
.case ul.case_list li img{ width: 200px; height: 145px;}
.case ul.case_list li .case_des{ background: url(../images/casebg.png); top:115px; height: 145px; display: block; width: 200px; position: absolute; z-index: 999;}
.case ul.case_list li .case_des i.tit{ font-style: normal; height: 30px;font-size: 14px; font-weight: bold; width: 190px; line-height: 30px; padding-top: 5px; display: block; font-size: 14px; color: #fff; padding: 0px 5px 0px 5px;}
.case ul.case_list li .case_des p{ font-size: 12px; color: #fff;font-family: "宋体"; line-height: 22px; padding: 0px 5px;}
.case ul.case_list li .case_des p a{ color: #fff;}
.case .right{ width: 320px; float: right; height: auto; overflow: hidden;}

.case .right .left_name{ width: 320px;}
.case .right .new_up{ width: 320px;}
.case .right .new_des{ width: 175px;}
.case .right .new_des a{ display: block; width: 175px;}
.case .right ul.js_list{ height: auto; overflow: hidden; padding-top: 5px;}
.case .right ul.js_list li{ line-height: 28px; height: 28px; background: url(../images/dit.jpg) 0px center no-repeat;}
.case .right ul.js_list li a{ width: 240px; text-indent: 12px; float: left; display: block; font-size: 12px;font-family: "宋体"; color: #000; float: left;}
.case .right ul.js_list li i{ width: 80px; float: left; text-align: right; font-size: 12px; color: #808080; font-style: normal;}
.foot{ width: 100%; height: 190px; background: #4d4d4d; margin-top: 70px;}
.foot .footc{ width: 1000px;}
.footer{ width: 100%; height: 48px; background: #2d9316;}
.footer .footleft{ width: 600px; float: left; color: #fff; line-height: 48px; font-size: 12px;font-family: "宋体";}
.footer .footright{ width: 400px; float: left; text-align: right;}
.footer .footright input{ float: right;}
.footercont{ width: 1000px; color: #fff; line-height: 48px; font-size: 12px;font-family: "宋体";}
.footer .footleft a{ color: #fff;}
.footc .fot_list{ width: 150px; float: left; height: 150px; margin-top: 20px; background: url(../images/lina.jpg) right repeat-y;}
.footc .fot_list .foot_name{ width: 150px; font-size: 16px; font-weight: bold; color: #fff;  text-align: center;}
.footc .fot_list ul { padding-top: 10px;}
.footc .fot_list ul li{ width: 150px; line-height: 22px; text-align: center;}
.footc .fot_list ul li a{ font-size: 12px; color: #fff;}
.footc .foot_prolist{ width: 270px; height: 150px; margin-top: 20px; background: url(../images/lina.jpg) right repeat-y; float: left;}

.footc .foot_prolist .foot_name{ width: 270px;font-size: 16px; font-weight: bold; color: #fff;  text-align: center;}
.footc .foot_prolist ul{ height: auto; overflow: hidden; padding:10px 25px 0px;line-height: 22px; }
.footc .foot_prolist ul li{ width: 110px; float: left;}
.footc .foot_prolist ul li a{  color: #fff; font-size: 12px; line-height: 26px;}
.footc .connect{ width: 380px; float: right; height: 150px; margin-top: 20px;}
.footc .connect .con_name{font-size: 18px; font-weight: bold; color: #fff; }
.footc .connect p{ font-size: 12px; color: #fff; line-height: 24px;}
.footc .connect p.p1{ background: url(../images/icon1.png) no-repeat 0px 13px; text-indent: 24px; padding-top: 10px;}
.footc .connect p.p2{ background: url(../images/icon2.png) no-repeat 0px center; text-indent: 24px;}
.footc .connect p.p3{ background: url(../images/icon3.png) no-repeat 0px center; text-indent: 24px;}
.banner{ width: 100%; height: 250px; background: url(../images/p1.jpg) center;}

.content{ width: 1000px; height: auto; overflow: hidden; padding-top: 30px;}
.content .left{ width: 210px; float: left;}
.content .left .lm_name{ width: 210px; height: 78px; background: #2d9316; }
.content .left .lm_name p{ font-size: 16px; color: #fff; font-family: "微软雅黑";text-indent: 20px; line-height: 25px; float: left;}
.content .left .lm_name p.p1{ margin-top:15px;font-family: "微软雅黑";line-height: 25px;}
.content .left .lm_name p.p2{  line-height: 15px;  width: 210px; font-size: 14px;}
.content .left .lm_name p i{ font-style: normal; font-size: 18px; font-weight: bold;line-height: 25px;  color: #fff;}
.content .left ul.lmlist{ padding-top: 10px;}
.content .left ul.lmlist li{ height: 45px; border-bottom:1px solid #d4d4d4; background: #fff}
.content .left ul.lmlist li a{ height: 44px;display: block; width: 210px; color: #000; line-height: 44px; font-size: 14px;  text-indent: 20px;  display: block; background: #e0e0e0;}
.content .left ul.lmlist li a:hover{ background: url(../images/acta.png) 175px center no-repeat #2d9316;color: #fff; font-weight: bold; }
.content .left ul.lmlist li a.hover{ background: url(../images/acta.png) 175px center no-repeat #2d9316;color: #fff; font-weight: bold; }
.content .right{ width: 210px; float: left;}
.content .left .ks_name{ width: 210px; height: 36px; font-size: 14px; text-indent: 20px; background: #e0e0e0; border-bottom: 3px solid #cccccc; color: #2d9316; line-height: 36px; margin-top: 20px; line-height: 36px; font-weight: bold;}
.content .left .kslist{ padding: 15px; width: 180px; background: #fff; height: auto; overflow: hidden;}
.content .left .kslist li{ width: 89px; height: 89px;  text-align: center; float: left;}
.content .left .kslist li a{ color: #000; font-size: 12px;font-family: "宋体"; background: none;height: 30px; padding-top: 59px; display:block; }
.content .left .kslist li.ks1{ background: url(../images/ksa.png) center 15px no-repeat; border-right:1px dotted #ccc; }
.content .left .kslist li.ks2{ background: url(../images/ksb.png) center 15px no-repeat;}
.content .left .kslist li.ks3{ background: url(../images/ksc.png) center 15px no-repeat;border-top:1px dotted #ccc;border-right:1px dotted #ccc; }
.content .left .kslist li.ks4{ background: url(../images/ksd.png) center 15px no-repeat;border-top:1px dotted #ccc;}
.content .left .kslist li.ks1:hover{ background: url(../images/ksa1.png) center 15px no-repeat; border-right:1px dotted #ccc; }
.content .left .kslist li.ks2:hover{ background: url(../images/ksb1.png) center 15px no-repeat;}
.content .left .kslist li.ks3:hover{ background: url(../images/ksc1.png) center 15px no-repeat;border-top:1px dotted #ccc;border-right:1px dotted #ccc; }
.content .left .kslist li.ks4:hover{ background: url(../images/ksd1.png) center 15px no-repeat;border-top:1px dotted #ccc;}
.content .left .kslist li:hover a{ color: #2d9316;}
.content .right{ width: 770px; float: right; background: #fff; height: auto; padding-bottom: 30px;}
.content .right .right_up{ width: 710px; height: 72px; border-bottom: 1px solid #d9d9d9;}
.content .right .right_up .right_up_name{ float: left; width: 110px; font-size: 24px; border-bottom: 2px solid #2d9316; color: #2d9316; height: 50px; padding-top: 22px; line-height: 50px;font-family: "微软雅黑"; }
.content .right .right_up .pos{ width: 600px; float: right; height: 40px; margin-top: 30px; line-height: 40px; text-align: right;}
.content .right .right_up .pos a{ font-size: 12px; color: #808080;}
.content .right .data_aritcle{ width: 710px; height: auto; overflow:hidden; padding-top: 30px;}
.content .right .data_aritcle { font-size: 12px; color: #000; line-height: 24px;}
.content .right .newlist{ width: 710px; margin: 0 auto; height: auto; overflow: hidden;}
.content .right .new_up{ width: 710px; margin-top: 30px; height: 120px; float: left;}
.content .right .new_up a.thumb{ width: 168px; height: 118px; border:1px solid #ccc;}
.content .right .new_up a.thumb img{ width: 160px; height: 110px; margin: 4px;}
.content .right .new_up .new_des{ width: 520px; }
.content .right .new_up .new_des p{ line-height: 22px;}
.content .right ul.news_list{ width: 710px;  height: auto; overflow: hidden; padding-top: 30px; float: left;}
.content .right ul.news_list li{ height: 36px; line-height: 36px; background: url(../images/dit.jpg) no-repeat 0px center; width: 710px;}
.content .right ul.news_list li a{ width: 610px; display: block;font-family: "宋体"; text-indent: 12px; float: left;}
.content .right ul.news_list li i{ font-size: 12px; width: 100px; display: block; font-style: normal; text-align: right; float: left;}
.content .right .new_aritcle{ width: 710px; height: auto; overflow: hidden;}
.content .right .new_aritcle h1.data_title{ font-weight: bold; font-size: 18px; text-align: center; height: 60px; line-height: 60px; padding-top: 20px;  color: #2d9316;}
.content .right .new_aritcle .times{ width: 710px; font-size: 12px; color: #808080; text-align: center;}
.content .right  .new_aritcle .data_aritcle{ padding-top: 10px ; float: left;}
.content .right  .return{ width: 710px; height: 30px; float: left;  padding-top: 30px; border-bottom: 1px  solid #2d9316;}
.content .right  .return a{ width: 77px; height: 30px; display: block; float: right; background: #2d9316; color:#fff; line-height: 30px; text-align: center;}
.content .right .up_down{width: 710px; float: left; padding-top: 40px; padding-bottom: 20px;}
.content .right .up_down div{ height: 24px; line-height: 24px; width: 355px; float: left; font-size: 12px; text-indent:30px; cursor: pointer;}
.content .right .up_down div.up{ background: url(../images/lf.png) no-repeat 0px center;}
.content .right .up_down div.up:hover{ background: url(../images/lfa.png) no-repeat 0px center;}
.content .right .up_down div.down{ text-align: right;}
.content .right .up_down div.down a{ background: url(../images/right.png) no-repeat 0px center; padding: 6px 0px 6px 28px;}
.content .right .up_down div.down a:hover{ background: url(../images/righta.png) no-repeat 0px center;}
.content .right .pros_list{ width: 710px; overflow: hidden;  height: auto; overflow: hidden; padding-top: 10px;}
.content .right .pros_list ul.pros_lists{ width: 730px;}

.content .right .pros_list ul.pros_lists li{ width: 223px; margin-top: 20px; height: 196px; border-bottom: 1px dotted #ccc; float: left; margin-right: 20px;}
.content .right .pros_list ul.pros_lists li div.thumb{ position: relative;  width: 223px; height: 160px; display: block; overflow: hidden;}
.content .right .pros_list ul.pros_lists li div.thumb img{ width: 223px; height: 160px; display: block;}
.content .right .pros_list ul.pros_lists li div.thumb a.des{position: absolute; z-index: 99; background: url(../images/bgb.png);width: 207px; height: 120px; top:160px; padding: 20px 8px; display: block; cursor: pointer;}
.content .right .pros_list ul.pros_lists li div.thumb a.des i{font-size: 14px; color: #fff; font-style: normal;}
.content .right .pros_list ul.pros_lists li div.thumb a.des p{ line-height: 20px; padding-top: 10px; color: #fff;}



.content .right .pros_list ul.pros_lists li p.tit{ background: url(../images/more.png) right center no-repeat; height: 36px; line-height: 36px;}
.content .right .pros_list ul.pros_lists li:hover p.tit{ background: url(../images/morea.png) right center no-repeat; height: 36px; line-height: 36px;}
.content .right .pros_list ul.pros_lists li:hover p.tit a{color: #2d9316;}


.content .zhizi_list{ width: 710px; height: auto; overflow: hidden; padding-top: 10px;}
.content .zhizi_list ul{ width: 733px;}
.content .zhizi_list ul li{ width: 161px; height: 150px; float: left; margin-right: 22px; margin-top: 20px; }
.content .zhizi_list ul li a img{ width: 161px; height: 118px;}
.content .zhizi_list ul li p.tit { width: 161px; height: 32px; line-height: 32px; text-align: center;}


.content .right .guestbook{ width: 710px; padding-top: 40px;}
.content .right .guestbook .gb_list{ width: 710px; height: 50px; clear: both;}
.content .right .guestbook .lya{ width: 120px; float: left; line-height: 38px; font-size: 14px; text-align: right;}
.content .right .guestbook .gb_list .lyb{ width: 500px; float: left; padding-left: 10px;}
.content .right .guestbook .gb_list .lyb input{ padding-left: 5px; font-size: 13px; width: 250px; border-radius: 3px; border: 1px solid #ccc; height: 36px;}
.content .right .guestbook .gb_list_cont{ width: 710px; height: 120px;}
.content .right .guestbook .gb_list_cont .lyb{ width: 500px; height: 120px; float: left; padding-left: 10px;}
.content .right .guestbook .gb_list_cont .lyb textarea{ width: 450px; height:88px;padding: 5px; border: 1px solid #ccc;  border-radius: 3px;font-size: 13px;}
.content .right .tijiao{ padding-left: 130px; width: 500px; margin-top: 20px; height: 50px; font-size: 12px;}
.content .right .tijiao input{  padding: 8px 30px; color: #fff; margin-right: 10px; font-size: 14px; background: #2d9316; border-radius: 20px; border: none;}

.content .right .lefta{ width: 300px; float: left;}
.content .right .lefta .tit_name{ font-weight: bold;  font-size: 20px; color: #2d9316;}
.content .right .lefta p.tel{ background: url(../images/tela.png) no-repeat; height:30px;  margin-top: 20px;padding-left: 40px; font-size: 24px; color: #808080;}
.content .right .lefta p.hx{ width: 85px; height: 4px; background: #b3b3b3;display: block; margin-top: 20px;}
.content .right .righta{ width: 410px; float: left; font-size: 14px;}
.content .right .data_thumb{width: 470px; height: 360px; padding: 5px; border:1px solid #ccc;}
.content .right .data_thumb img{ width: 470px; height: 360px;}
.content .right .pro_content{ width: 710px; border-top: 1px dotted #ccc; margin-top: 30px;}
.content .right .pro_content .cslist{ width: 710px; height: 36px; margin-top: 20px;}
.content .right .pro_content .cslist ul li{ width: 120px; height: 36px; float: left; background: #b3b3b3; margin-right: 3px; text-align: center; line-height: 36px; font-size: 14px; cursor: pointer;}
.content .right .pro_content .cslist ul li.hover{ background: #2d9316; color: #fff;}
.content .right .contslist{ width: 710px; height: auto; overflow: hidden; margin-top: 25px;}
.content .right .contslist .conta{ line-height: 24px; font-size: 12px;}
div.pageList{padding: 15px 0; width: 710px; float: left; }
div.pageList .l{display: none; color: #000;}
div.pageList .r{float: none;text-align: center; color: #000;}
div.pageList .r li {line-height: 16px;display: inline; color: #000;}
div.pageList .r li a{color:#999;font-size: 12px;display: inline-block;line-height: 18px;height: 18px;padding: 0 5px;text-align: center;margin: 0 3px 10px;text-decoration: none; color: #000;}
div.pageList .r li a.selected{background:#2d9316;color: #fff;}
