@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
h1,h2,h3,h4,h5,h6{font-weight: normal;}
body {font:13px/1.75 "Microsoft YaHei", arial,sans-serif; color: #333;  background:#fff;min-width: 1200px; overflow-x: hidden;}
a { text-decoration: none; color: #333;display: block;}
p{color: #434343;}
a:hover {text-decoration: none}
a img {border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-style: none}
div {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
li {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
p,strong,em{padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
form {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
em{font-style: normal; font-weight: normal}
table {padding-bottom: 0px;list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dt {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dl {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
dd {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
tr {padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px}
.cl{height: 0px; clear: both;}
.fl{float: left; display: block;}
.fr{float: right;}
.container{width:1200px; margin:0 auto; height: 100%;}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-l{ text-align: left;}
.txt-r{text-align: right;}
.bg-black{background: #000;}
.col-black{color: #000;}
.col-white{color: #fff;}
strong{ font-weight: bold;}
b{font-weight: bold;}
.m{ margin: 0 auto;}
.bd{width: 1200px;overflow: hidden;}
/* CSS Document */


/*head*/
.head{height: 100px;}
.head .logo{margin-left: -70px;margin-top: 15px;}

/*Hsrch*/
/*初始化按钮*/
.btn{display:inline-block;text-align:center;padding:0px;border:0px;margin:0px;position:relative;cursor:pointer;}
input.text,textarea.text{display:block;padding:0px;width:100%;border:0px;background:none;margin:0px;resize:none;}

.H-srch{height:90px;}
.H-srch .Hsrch-menu{display:block;width:78px;height:100px;background:url(../images/search.png) no-repeat center #e50012;margin-right:-24px;}
.Hsrch-box{width:300px;padding:10px;background:#fff;position:absolute;top:100px;right:326px;display:none;position:absolute;z-index:2;border-top:1px solid #f7f7f7;}
.Hsrch-block{height:32px;}
.Hsrch-block .btn{width:24px;height:32px;background:url(../images/search-on.png) no-repeat center / contain;}
.Hsrch-block .close{display:block;width:20px;height:20px;background:url(../images/x.png) no-repeat center / contain;float:right;}
.Hsrch-block .text{width:200px;height:32px;font-size:16px;float:left;margin:0 0 0 10px;}
.Hsrch-block .text::-webkit-input-placeholder{color:#6f6f6f;}
.H-srch:hover .Hsrch-box{display: block;}

/*nav */
.nav{margin-top: 42px;margin-left: 46px;}
.nav ul li{float:  left; position: relative;margin-right: 57px;}
.nav ul li>a{display: block; font-size: 16px; line-height: 16px; color: #333; position: relative;  }
.nav ul li:hover>a,.nav ul li.on>a{color: #e50012;font-weight:bold;}
.nav .nav-hide{display: none;position: absolute;  top: 47px;  width: 180px; background: #fafafa; left: 50%; margin-left: -90px;text-align: center;  z-index: 2;}
.nav .nav-hide em a{display: block; font-size: 16px; line-height: 48px; color: #333333; }
.nav .nav-hide em a:hover{background: #e50012; color: #fff;}
.nav ul li:hover .nav-hide{display: block;}

.headfixed{background: rgba(299,0,18,0.8);position: fixed;top: 0px;left: 0px;right: 0px;z-index: 999;width: 100%;box-shadow: 1px 1px 3px rgba(0,0,0,0.1);}
.headfixed ul li{float: left; width: 171px; position: relative;}
.headfixed ul li a{display: block; font-size: 15px; line-height: 60px; color: #fff; text-align: center;}
.headfixed ul li.on a{color: #fff;}
.headfixed ul li:hover a{color:#fff; }



/*banner*/
.banner{position:relative;}
.banner-hd {height:650px;position: relative; overflow:hidden;}
.banner-hd  ul{height:100%;margin:0 auto;}
.banner-hd  ul li{height:100%;}
/*数字按钮样式*/
.banner-hd .num {overflow:hidden;position:absolute; bottom:5%; margin:0 auto;left:0;right:0;text-align:center;zoom:1; }
.banner-hd .num ul{display: inline-block;}
.banner-hd .num li {width:13px;height:13px; border-radius: 50%;margin:0 8px; cursor:pointer; float: left;background:#000;}
.banner-hd .num li.on{ background:#e50012;} /*当前项*/


/*首页简介*/
.about{background: url(../images/about-bg.jpg)no-repeat center top;height: 500px;}
.about .info h2{font-size: 26px;line-height: 26px;color: #000;font-weight: bold;padding-top: 89px;}
.about .info span{font-size: 14px;color: #808080;margin-top: 12px;line-height: 14px;display: block;}
.about .info span:after{display: block;content: "";background:#e50012;height:3px;width:41px;margin-top: 19px;margin-bottom: 33px;}
.about .info p{font-size: 14px;color: #666;line-height: 28px;width: 508px;letter-spacing: 1px;margin-bottom: 34px;}

.about a.more{color: #fff;background: #e50012;width: 145px;height: 45px;line-height: 45px;text-align: center;box-shadow:5px 6px 0px #000; }
.about .as{padding-left: 81px;padding-top: 84px;padding-bottom: 84px;width: 520px;}
.about .as ul li{margin-bottom: 42px;}
.about .as .pic{margin-right: 30px;}
.about .as .txt b{display: block;color: #fff;font-size: 24px;line-height: 24px;padding-top: 16px;letter-spacing: 1px;}
.about .as .txt span{font-size: 14px;color: #fff;margin-top: 13px;display: block;}


/*首页产品*/
.pro{margin-top:60px;margin-bottom: 64px;}
.pro .title{text-align: center;}
.pro .title h2{font-size: 28px;color:#000;line-height: 28px;margin-bottom: 10px;font-weight: bold;margin-top: -22px;}
.pro .title h2 b{color:#e50012;}
.pro .title span{font-size: 14px;color:#808080;line-height: 14px;margin-top: 10px;display: block;}

.pro-class{margin-top: 41px;border-top:solid 1px #e6e6e6;}
.pro-class ul {margin-left:227px;margin-right:227px;}
.pro-class ul li{float: left;width: 135px;text-align: center;margin-right:68px;}
.pro-class ul li a{font-size: 18px;font-weight: bold;line-height: 66px;}
.pro-class ul li:last-child{margin-right: 0px;}
.pro-class ul li:hover{background:url(../images/pro-class-on.png)no-repeat;margin-top: -2px;}
.pro-class ul li:hover a{color: #e50012;}


.pro-list{margin-top: 14px;width: 1200px;overflow: hidden;}
.pro-list ul{width: 1220px;}
.pro-list ul li{float:left;width:286px;margin-right:19px;overflow: hidden;margin-bottom: 33px;}
.pro-list ul li .pic{width:284px;height:214px;position: relative;border:solid 1px #d9d9d9;}
.pro-list ul li .pic-info{display: block;font-size: 14px;text-align: center;line-height: 14px;margin-top: 19px;color: #333;}
.pro-list ul li .info-hide{top:-120%;position: absolute;width:100%;height:100%;left:0;text-align: center;transition: 0.5s;-moz-transition: 0.5s; -webkit-transition: 0.5s;-o-transition: 0.5s;background:url(../images/pro-icon.png)no-repeat center 62px rgba(229,0,18,0.8); text-align: center;}
.pro-list ul li .info-hide p{font-size:14px;line-height: 28px; color:#fff;display: block;margin-top: 103px;width: 216px;padding:0 31px;}
.pro-list ul li:hover .info-hide{top:0; }
.pro-list ul li :hover .pic-info{color: #e50012;}

.pro-more{width: 501px;margin:0 auto;background: url(../images/pro-more-bg.png)no-repeat center;height: 51px;}
.pro-more a{display: inline-block;color: #fff;font-size: 16px;line-height: 51px;margin-left: 67px;}
.pro-more p{display: inline-block;font-size: 14px;color: #fff;background: url(../images/pro-tel.png)no-repeat left center;padding-left: 32px;margin-left: 62px;}
.pro-more p span{font-size: 20px;font-weight: bold;font-family: arial;}

/*首页案例*/
.case{background: url(../images/case-bg.png)no-repeat;padding-top: 48px;}
.case .container .fr{width: 850px;}
.case .container{}
.case .title{text-align: center;}
.case .title h2{font-size: 28px;color:#fff;line-height: 28px;margin-bottom: 10px;font-weight: bold;margin-top: -22px;}
.case .title span{font-size: 14px;color:#fff;line-height: 14px;margin-top: 10px;display: block;opacity: 0.5}

.case-list {margin-top: 100px;position: relative;padding-bottom: 16px;}
.case-list .hd{width: 65px;}
.case-list .bd{/*height: 602px;*/}
.case-list ul {width: 760px;margin-left: 83px;margin-right: 42px;}
.case-list ul  li {float: left;width: 336px;height: 258px;border: solid 4px  rgba(2,55,147,0.3);position: relative;margin-right: 35px;margin-bottom: 36px;}
.case-list ul  li .pic{width: 330px;height: 250px;overflow: hidden;margin-top: 4px;margin-left: 3px; }
.case-list ul  li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.case-list ul  li  .info p {font-size: 16px;color:#000;height: 43px;text-align: center;background: rgba(255,255,255,0.8);line-height: 60px;position: absolute;bottom: 29px;width: 165px;line-height: 43px;}
.case a.prev ,.case a.next{position: absolute;width: 65px;height: 85px;cursor: pointer;left:-33px;}
.case a.prev{background: url(../images/up.png)no-repeat center #000;top:198px;}
.case a.next{background: url(../images/down.png)no-repeat center #000;top:283px;}
.case a.prev:hover{background: url(../images/up.png)no-repeat center #e50012;}
.case a.next:hover{background: url(../images/down.png)no-repeat center #e50012;}
.case-list ul  li:hover .info p{color: #e50012;}

/*首页新闻*/
.news{margin: 60px 0;}
.news .title{text-align: center;margin-bottom: 39px;}
.news .title h2{font-size: 28px;color:#000;line-height: 28px;margin-bottom: 10px;font-weight: bold;margin-top: -22px;}
.news .title h2 b{color:#e50012;}
.news .title span{font-size: 14px;color:#808080;line-height: 14px;margin-top: 10px;display: block;}
.news .tit1{margin-top: 40px;border-bottom: solid 1px #e6e6e6;padding-bottom: 11px;margin-bottom: 39px;}
.news .tit1 b{font-weight: bold;font-size: 22px;color: #333;line-height: 43px;margin-right: 10px;background: url(../images/news-bg.png)no-repeat left center;padding-left: 51px;display: inline-block;}
.news .tit1 span{font-size: 14px;color: 808080;text-transform:uppercase;}
.news .tit1 a{width: 135px;height: 40px;background: #f2f2f2;display: inline-block;text-align: center;line-height: 40px;}
.news .tit1 a:hover{background: #e50012;color: #fff;}

.last-news{width: 539px;}
.last-news .info{background: #f7f7f7;padding:12px 17px;}
.last-news .info em{font-size: 18px;color:#333;margin-left: 27px;line-height: 49px;display: block;font-weight: bold;}
.last-news .info em:hover{color:#e50012;}
.date{width: 40px;padding-right: 25px;border-right:solid 1px #e6e6e6;text-align: center;}
.date span{display: inline-block;font-size: 35px;line-height: 35px;color: #3c3c3c;font-family: arial;font-weight: bold;}
.date p{font-size: 14px;line-height: 14px;color: #666; margin-top: 10px;font-family: arial;font-style: italic;display: block;}

.news-list{width: 625px;}
.news-list ul{}
.news-list ul li{overflow: hidden;margin-bottom:26px;padding:24px 31px;background: #f7f7f7; }

.news-list ul li .descript{overflow: hidden;width: 467px;}
.news-list ul li .descript strong{font-size: 16px;line-height:16px;color: #4c4c4c;display: block;font-weight: normal;}
.news-list ul li .descript p{color: #808080;font-size: 14px;line-height: 20px;margin-top: 8px;}
.news-list ul li:hover .date span,.news-list ul li:hover .date p,.news-list ul li:hover .descript strong{color: #e50012; }
.news a.more{font-size:14px;color:#666;text-align: center;width: 200px;height: 39px;border:solid 1px #cacaca;line-height: 39px;margin:0 auto;}
.news a.more:hover {color: #fff;background: #e50012;}

/*公共底部*/
.foot{background: #222222; padding-top:27px;}
.foot-logo{}
.foot-nav ul li{float: left;margin-right:52px;}
.foot-nav ul li a{color: #fff;font-size: 18px;line-height: 18px;margin-top: 45px;}
.foot-info{border-top:solid 1px #4e4e4e;margin-top: 21px;padding-bottom: 31px;}
.wechat ul{margin-left: 56px;padding-top: 30px;}
.wechat ul li{float: left;margin-right: 30px;}
.wechat em{display: block; font-size: 14px; line-height:14px; color: #fff; text-align: center;margin-top: 15px;}
.foot-con ul{width: 622px;margin-top: 56px;}
.foot-con ul li{float: left;margin-right: 83px;color: #fff;font-size: 15px;display: inline-block;line-height: 35px;margin-bottom: 24px;}
.foot-con ul li:nth-child(1){background: url(../images/foot-tel1.png)no-repeat left center;padding-left: 45px;}
.foot-con ul li:nth-child(2){background: url(../images/foot-mail.png)no-repeat left center;padding-left: 45px;}
.foot-con ul li:nth-child(3){background: url(../images/foot-tel3.png)no-repeat left center;padding-left: 45px;}
.foot-con ul li:nth-child(4){background: url(../images/foot-add.png)no-repeat left center;padding-left: 45px;}
.foot-copy{background: #000;text-align: center;}
.foot-copy p{display: block; font-size: 14px; line-height: 41px; color: #747474;}
.foot-copy p a{color: #747474;display: inline-block;}
.foot-copy p a:hover{color:#e50012;}


/*内页*/
.ny-hd{ height: 450px;}
.ny-main {margin-top: 40px;margin-bottom: 60px;overflow: hidden;}

.position{height:52px; line-height:52px; font-size:14px; border-bottom: solid 1px #dfdfdf; margin-bottom: 30px;}
.position .container{background:url(../images/position-home.png) no-repeat 0 center; padding-left:30px; width: 1170px;}
.position a{background:url(../images/position-arrow.png) no-repeat right center; padding-right:20px; margin-right:10px;display: inline-block;}
.position a:last-child{background: transparent;}
.position .on{color: #d61206;}
.position a:hover{color: #d61206;}

.ny-left {width: 260px; }
.column-title{background: #e50012; height: 100px;}
.column-title em{display: block; font-size: 25px; line-height: 25px; padding-top: 30px; margin-bottom: 3px;}
.column-title span{display: block;  opacity: 0.61;}
.ctitle1{background: #eee; width: 220px; padding: 18px 20px 32px; border-bottom: solid 6px #e50012; margin-bottom: 30px;}
.ctitle1>li{}
.ctitle1>li>a{display: block;  font-size: 16px; line-height: 42px; color: #000;border-bottom: solid 1px #ccc; font-weight: bold; background: url(../images/pro-more.png) no-repeat right center;}
.ctitle1 li:hover a,.ctitle1 li.on a{color: #e50012}

.ny-contact {background: #fafafa;}
.ny-contact .bg{display: block;padding-left: 20px; height: 100px;background: url(../images/ny-contact.jpg) no-repeat center center;}
.ny-contact span,.ny-contact em{display: block;color: #fff;}
.ny-contact span{font-size: 18px;line-height: 18px;padding-top: 30px;}
.ny-contact em{font-family: arial;}
.ny-contact ul{padding: 20px 10px;background: #f2f2f2;margin-bottom: 20px;}
.ny-contact ul li span,.ny-contact ul li img,.ny-contact ul li a{display: block;margin: 0 auto;}
.ny-contact ul .ny-qcode{padding-bottom: 20px;border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.ny-contact ul .ny-qcode span{color: #4c4c4c;line-height: 14px;padding-top: 10px;}
.ny-contact ul .ny-tel{font-size: 21px;font-family: arial;color: #e50012;line-height: 20px;padding-left: 40px;background: url(../images/ny-tel.png) no-repeat center left 6px;margin-bottom: 20px;}
.ny-right{width: 900px; overflow: hidden;}


/*内页产品列表*/
.ny-right .ny-product-list ul{width: 930px;}
.ny-product-list ul li{float: left; width: 280px; margin-right: 30px; margin-bottom: 30px;}
.ny-product-list ul li .pic{width: 280px; height: 211px; border: solid 1px #ccc; position: relative; overflow: hidden;}
.ny-product-list ul li .more{position: absolute;top:0; background: rgba(229,0,18,0.8); width: 100%; height: 100%; transition:0.6s; opacity: 0;}
.ny-product-list ul li .line { display: block; background: #fff; position: absolute; top: 50%; left: 50%; opacity: 0; visibility: hidden; transition: 400ms; -webkit-transition: 400ms; }
.ny-product-list ul li .line_1 { width: 40px; height: 1px; margin: -1px 0px 0px -20px; transform: translateX(-55px); -webkit-transform: translateX(-55px); }
.ny-product-list ul li .line_2 { width: 1px; height: 40px; margin: -20px 0px 0px -1px; transform: translateY(55px); -webkit-transform: translateY(55px); }
.ny-product-list ul li:hover .more{opacity: 1;}
.ny-product-list ul li:hover .line { transform: translate(0); -webkit-transform: translate(0); opacity: 1; visibility: visible; }
.ny-product-list ul li h3{display: block;font-size: 15px; line-height: 45px; color: #333; border-bottom: 1px solid #ccc;  text-align: center;}

/*产品详情*/
.ny-right  .pro1 .pro-list-pic{width: 332px;}
.ny-right  .pro1 .spec-preview img{display: block;}
.ny-right  .pro1 .descript1{}
.ny-right  .pro1 .descript1 strong.title1{line-height: 38px;font-size: 20px; color: #2d2d2d;display: block;border-bottom: 1px solid #c0ccd6; padding: 10px 0 15px; margin-bottom: 10px;}
.ny-right  .pro1 .descript1 p{width: 471px;font-size: 13px;color: #666;line-height: 28px;margin: 10px 0;text-align: justify;}
.ny-right  .pro1 .descript1 a.consult{display: block; width: 120px; height: 40px; font-size: 15px; color: #fff; line-height: 40px; text-align: center; background: #333; }
.ny-right  .pro1 .descript1 a.consult:hover{background-color: #e50012;}
.ny-right  .pro1 .descript1 p.haoma{ color: #333;font-size: 15px;display: block; margin: 20px 0;}
.ny-right  .pro1 .descript1 p.haoma em {display: inline-block;color: #e50012;font-size: 25px;font-weight: bold; vertical-align: middle; font-family: arial;}
.ny-right  .pro1 .share{overflow: hidden;margin-top: 15px;}
.ny-right  .pro1 .share ul li{float: left;margin: 0 5px;}
.ny-right  .detail {margin-bottom: 20px;}
.ny-right  .detail .de-title{border-bottom: solid 3px #e50012; margin-bottom: 20px;}
.ny-right  .detail .de-title a{display: block;width: 130px; font-size: 16px;line-height: 45px;color: #fff; text-align: center; margin-top: 35px;background:#e50012;}

/*内页案例列表页*/
.ny-case-list ul{width: 930px;}
.ny-case-list ul li{float: left; margin-right: 30px; margin-bottom: 30px; }
.ny-case-list ul li .pic{width: 278px; height: 211px; border: solid 1px #ccc; position: relative; overflow: hidden;}
.ny-case-list ul li .pic img{display: block; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-backface-visibility: hidden;backface-visibility: hidden;opacity: 1;}
.ny-case-list ul li:hover .pic img{-webkit-transform: scale3d(1.1,1.1,1);transform: scale3d(1.1,1.1,1);-webkit-transition: opacity 1s, -webkit-transform 1s;transition: opacity 1s, transform 1s;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.ny-case-list ul li h3{display: block; font-size: 15px; line-height: 36px; color: #666; text-align: center;}
.ny-case-list ul li:hover h3{color: #e50012}

/*内页新闻*/
.date{width: 40px;padding-right: 25px;border-right:solid 1px #e6e6e6;text-align: center;}
.date span{display: inline-block;font-size: 35px;line-height: 35px;color: #3c3c3c;font-family: arial;font-weight: bold;}
.date p{font-size: 14px;line-height: 14px;color: #666; margin-top: 10px;font-family: arial;font-style: italic;display: block;}

.ny-news-list{width: 900px;}
.ny-news-list ul{}
.ny-news-list ul li{overflow: hidden;margin-bottom:26px;padding:24px 31px;background: #f7f7f7; }

.ny-news-list ul li .descript{overflow: hidden;width: 745px;}
.ny-news-list ul li .descript strong{font-size: 16px;line-height:16px;color: #4c4c4c;display: block;font-weight: normal;}
.ny-news-list ul li .descript p{color: #808080;font-size: 14px;line-height: 20px;margin-top: 8px;}
.ny-news-list ul li:hover .date span,.news-list ul li:hover .date p,.ny-news-list ul li:hover .descript strong{color: #e50012; }


/*在线咨询*/
.zx-service{position: fixed;right: 5px;top: 30%;z-index: 9999;}
.zx-service ul li{margin-bottom: 1px;position: relative;}
.zx-service ul li a{display: block; width: 80px;height: 52px;padding: 14px 0;background: #004892;}
.zx-service ul li:hover a{background: #e50012;}
.zx-service ul li a img{display: block;margin: 0 auto 10px;}
.zx-service ul li a span{display: block;width: 80px;color: #fff;text-align: center;line-height: 14px;}
.zx-service ul li dl{width: 150px;padding: 0 15px;background: #e50012;text-align: center;display: none;position: absolute;right: 81px;top: 0;}
.zx-service ul li dl dd{font-family: arial;color: #fff;font-size: 20px;height: 50px;width: 150px;line-height: 50px;}
.weixin-hide{width: 130px;padding: 140px 10px 0;background:url(../images/wechat-pic.jpg) no-repeat center top 10px #e50012;position: absolute;right: 81px;top: 0;display: none;}
.weixin-hide span,.weixin-hide b,.weixin-hide em{display: block; width: 100%;text-align: center;color: #fff;}
.weixin-hide span{line-height: 36px;}
.weixin-hide em{line-height: 35px;}
.weixin-hide b{line-height: 13px;font-family: arial;font-size: 18px}
.tel-hide li span,.tel-hide li b{display: block;color: #fff;}
.tel-hide li span{line-height: 12px;font-size: 14px;}
.tel-hide li b{line-height: 15px;font-size: 19px;font-family: arial;padding-top: 10px;} 
.zx-service03:hover .weixin-hide{display: block;}
.zx-service ul li:hover dl{display: block;}



/*内页分页样式*/
.ny-right  .pagelist {padding: 10px 0;margin-top:15px;overflow: hidden;border-top:0px solid #eee;text-align:center;}
.ny-right .pagelist a,.ny-right  .pagelist span {border: 1px solid #ccc; display: inline-block;padding: 2px 8px;margin-right:5px;}
.ny-right  .pagelist span.current {color: #f30;border: 1px solid #ddd;}