.info-content img{max-width: 100%;}
.scrolllist {
				
				height: 446px;
				margin: 0 auto;
			}
			
			.scrolllist .imglist_w {
				
				height: 446px;
				overflow: hidden;
				float: left;
				position: relative;
				/*必要元素*/
			}
			
			.scrolllist .imglist_w ul {
				width: 20000px;
				position: absolute;
				left: 0px;
				top: 0px;
			}
			
			.scrolllist .imglist_w li {
				width: 285px;
				float: left;
				padding: 0 10px;
				margin-bottom: 10px;
			}
			
			.scrolllist .imglist_w li img {
				width: 280px;
				padding: 2px;
				border: solid 1px #ddd;
				height: 190px;
			}
			
			.scrolllist .imglist_w li a {
				color: #3366cc;
				text-decoration: none;
				float: left;
				text-align: center;
			}
			
			.scrolllist .imglist_w li a:hover img {
				filter: alpha(opacity=86);
				-moz-opacity: 0.86;
				opacity: 0.86;
			}
			
			.scrolllist .imglist_w li p {
				height: 48px;
				line-height: 24px;
				overflow: hidden;
				text-align: center;
			}
			
			#s2 {
				
			}
			
			#s2 .imglist_w {
				width: 940px;
			}
			
			#s2 .imglist_w ul {
				height: 20000px;
				width: auto;
				position: absolute;
				left: 0px;
				top: 0px;
			}
			
			#s2 .imglist_w li {
				float: left;
			}


.sort-product-list li img{width: 208px;height: 150px;}

#marquee{width:1200px;height:240px;overflow:hidden;  margin:20px auto 0;}
#marquee ul li{float:left; padding:0 10px; line-height:25px;width: 240px;height: 240px;}
#marquee ul li img{width: 100%;height: 180px;}
#marquee ul li h4{text-align: center;}


#marquee1{width:1200px;height:240px;overflow:hidden;  margin:20px auto 0;}
#marquee1 ul li{float:left; padding:0 10px; line-height:25px;width: 240px;height: 240px;}
#marquee1 ul li img{width: 100%;height: 180px;}
#marquee1 ul li h4{text-align: center;}

/*css 初始化 */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: 黑体, iconfont !important;
}

body {
    font: 14px 黑体, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.fy {
    text-align: center;
    padding: 20px 0 20px 0;
}

.fy a {
    padding: 5px 15px 5px 15px;
    margin: 0 6px 0 6px;
    border: 1px solid #ccc;
    color: #4a4a4a;
}

.fy a:hover {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

.fy .cur {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #666;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*top*/
#top {
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
}

.top-right {
}

.top-right > li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right > li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 9px;
    right: -6px;
}

.top-right > li:last-child:after {
    display: none;
}

/*nav*/
#nav {
    background: url(../images/head-bg.jpg) no-repeat center top;
}

.nav {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    position: relative;
}

.nav-logo {
    margin-right: 50px;
    padding-top: 10px;
}

.nav-logo > img {
    
    margin: 10px;
}

.nav-menu {

}
.navt{width: 100%;background: #09b9bb;height: 45px;}
.navt>ul {width: 1200px;margin: 0 auto;}
.navt>ul>li{position: relative;}
.navt>ul>li:hover .list-ul{display: block;}
.navt>ul>li .list-ul{display: none;position: absolute;z-index: 999;left: 0;right: 0;margin: 0 auto;text-align: center;background:#09b9bb;}
.navt>ul>li .list-ul a{color: #fff;display: block;}
.nav-menu > li {
    float: left;
    width: 170px;
    line-height: 45px;
    text-align: center;
    position: relative;
}



.hide-after:after {
    display: none;
}
.nav-menu > li a:hover{background: #e1a514;}
.nav-menu > li > a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.nav-search {
    border: 1px solid #efefef;
    width: 275px;
    height: 25px;
    
}

.nav-search form {
    height: 25px;
    width: 275px;
    position: relative;
}

.nav-search form select {
    position: absolute;
    top: 5px;
    left: 5px;
}
.nav-search form option{font-size: 12px !important;}
.nav-search form input[type=text] {
    position: absolute;
    width: 150px;
    height: 20px;
    top: 5px;
    left: 80px;
    border-left: 1px solid #efefef;
}

.nav-search form input[type=submit] {
    background: #ff552e;
    width: 40px;
    height: 25px;
    color: #fff;
    position: absolute;
    right: 0px;
}

.nav-keyword {
    
}

.nav-keyword h1 {
    font-weight: 700;
    display: inline-block;
}

/*toproll*/
#toproll {
    height: 51px;
    background: #eee;
    position: relative;
    z-index: 9999;
}

.toproll {
    width: 1200px;
    height: 64px;
    
    position: relative;
    margin: 0 auto;
}

.toproll:before {
    content: '';
    height: 64px;
    width: 1000px;
    
    position: absolute;
    top: 0px;
    right: 1200px;
}

.toproll-left {
    width: 250px;
    padding-left: 50px;
    height: 64px;
    background: url(/image/tel.png) no-repeat 12px 10px;
    background-size: 40px;
}

.toproll-left-title {
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 20px;
}

.toproll-left-contact {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.toproll-right {
    width: 780px;
    height: 51px;
    background: url(/image/call.png) no-repeat 8px 50%;
    background-size: 25px;
    padding: 0 0 0 40px;
}

.toproll-right-title {
    color: #000;
    line-height: 51px;
    font-size: 14px;
}

.toproll-right-ul {
}


.index-seo .bx-wrapper .bx-pager{bottom:-40px !important;}

/*顶部新闻滚动*/
.swiper_wrap {
    position: relative;
    width: 695px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper_wrap ul {
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.swiper_wrap ul li {
    line-height: 51px;
    padding-left: 24px;
}

.swiper_wrap .lt {
    position: absolute;
    left: -1px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .gt {
    position: absolute;
    right: 26px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .font_inner a {
    color: #000;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*banner*/
#banner {
    background: #ddd;
    min-width: 1200px;
    position: relative;
    
}

/*标题样式*/
.box-title {
    position: relative;
}

.box-title:before, .box-title:after {
    content: '';
    position: absolute;
}

/*首页主体*/
#index {
    width: 1200px;
    margin: 15px auto;
}

/*首页关于我们*/
#index-about {
    width: 650px;
    height: 250px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-about-title {
    height: 40px;
}

.index-about-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-about-title:after {
    width: 630px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-about-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-about-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-about-contact {
    padding: 20px;
}

.index-about-text {
    width: 350px;
}

.index-about-img {
    width: 250px;
}

/*首页联系我们*/
#index-connect {
    width: 530px;
    border: 1px solid #ccc;
    height: 250px;
    margin-bottom: 20px;
}

.index-connect-title {
    height: 40px;
}

.index-connect-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-connect-title:after {
    width: 510px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-connect-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-connect-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-connect-contact {
    padding: 20px;
}

/*首页新闻*/
#index-cnew, #index-inew {
    width: 590px;
    border: 1px solid #ccc;
    height: 300px;
    margin-bottom: 20px;
}

.index-cnew-one {
    padding: 20px 20px 10px 20px;
    position: relative;
}

.index-cnew-one-img {
    position: absolute;
    width: 75px;
    height: 75px;
}

.index-cnew-one h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 85px;
}

.index-cnew-one span {
    margin-left: 85px;
    display: block;
}

.index-new-title {
    height: 40px;
}

.index-new-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-new-title:after {
    width: 570px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-new-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-new-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-new-list {
    padding: 20px;
}

.index-new-list > li {
    height: 29px;
    border-bottom: 1px dashed #ccc;
}

.index-new-list > li:last-child {
    border: none;
}

.index-new-list > li > a {
    display: inline-block;
    line-height: 29px;
}

.index-new-list > li > span {
    float: right;
    display: inline-block;
    line-height: 29px;
}

/*首页展品展示*/
#index-product {
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-product-title {
    height: 40px;
}

.index-product-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-product-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-product-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-product-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-product-sort {
    padding: 20px;
    width: 200px;
    position: relative;
}

.index-product-sort:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 230px;
    background: #ccc;
    top: 18px;
    right: 0;
}

.index-product-sort > li {
    height: 40px;
    margin: 10px 0px;
    position: relative;
}

.index-product-sort > li > a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}

.index-product-sort > li > a:hover {
    background: #ff552e;
    font-size: 15px;
    color: #fff;
}

.index-product-scroll {
    padding: 20px;
    width: 918px;
}

.index-product-scroll-title {
    text-align: center;
    line-height: 24px;
}

/*首页案例展示*/
#index-case {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-case-title {
    height: 40px;
}

.index-case-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-case-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-case-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-case-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-case-scroll {
    padding: 20px;
}

/*首页友情链接*/
#index-link {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-link-title {
    height: 40px;
}

.index-link-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #ff552e;
}

.index-link-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-link-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-link-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-link-list {
    padding: 20px;
}

.index-link-list > li {
    display: inline-block;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}

.index-link-list > li > a {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.index-link-list > li > a img {
    width: 16px;
    height: 16px;
    margin: 7px;
    margin-right: 12px;
}

.index-link-list > li > a h4 {
    display: inline-block;
}

/*底部*/
#footer {
    background: #666;
    padding: 20px 0;
}

.footer {
    width: 1200px;
    margin: 0px auto;
}

.footer-nav {
    background: #333;
    padding: 10px;
    border-radius: 5px;
    width: 720px;
    margin: 0 auto;
}

.footer-nav li {
    width: 100px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
}

.footer-nav li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    top: 4px;
    right: -10px;
}

.footer-nav li:last-child:after {
    display: none;
}

.footer-nav > li > a {
    display: block;
    text-align: center;
    color: #fff;
}

/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 0 auto 20px;
}

.page-about-left {
    width: 300px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
    padding: 10px;
}

.left-box:last-child {
    margin-bottom: 0px;
}

.left-box h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    text-indent: 10px;
}

.left-box h2:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 15px;
    background-color: #ff552e;
    top: 6px;
    left: 0px;
}

.left-box ul {

}

.left-box ul > li {
    border-bottom: 1px dashed #efefef;
    line-height: 30px;
    height: 30px;
}

.page-about-right {
    width: 880px;
    position: relative;
}

.page-about-right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    position: relative;
}

.page-about-right-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    top: 27px;
    left: 0px;
    background: #ff552e;
}

.page-frame {
    position: absolute;
    right: 0px;
    top: 25px;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.page-frame li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.page-frame li:after {
    position: absolute;
    content: '';
    background: url(/image/frame.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 1px;
    right: -15px;
}

.page-frame li:last-child {
    margin-right: 0px;
}

.page-frame li:last-child:after {
    display: none;
}

/*在线留言表单*/
.message-box {
    margin-bottom: 15px;
}

.message-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.message-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #ff552e;
}

.message-form {

}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.form-group input, .form-group textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.message-form button {
    width: 100px;
    height: 30px;
}

/*产品分类页面*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 300px;
}

.sort-product-right {
    width: 880px;
    position: relative;
}

.sort-product-list {
}

.sort-product-list li {
    display: inline-block;
    margin: 3px;
}

.sort-product-list li a {
    display: block;
}

.sort-product-list li a h3 {
    text-align: center;
    line-height: 30px;
}

.sort-new-list {
}

.sort-new-list li {
    border-bottom: 1px dashed #efefef;
    padding: 10px 5px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
    width: 80px;
}

.sort-new-list li a h3 {
    position: absolute;
    top: 0px;
    left: 85px;
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a span {
    position: absolute;
    color: #888;
    top: 0px;
    right: 0px;
}

.sort-new-list li a p {
    position: absolute;
    top: 30px;
    left: 85px;
}

/*分页*/

.pagination {
    background: #efefef;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
}

.pagination li a {
    display: block;
    color: #00a0e9;
}

/*相关信息*/

.ln-box {
    
    margin-bottom: 20px;
    
}
.ln-box ul li{display: inline-block;width: 49%;}
.ln-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
}

.ln-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #ff552e;
}

.ln-box ul {
}

.ln-box ul li {
    border-bottom: 1px dashed #efefef;
}

.ln-box ul li a {
    display: block;
    line-height: 30px;
}

/*产品详情*/
#info-product {
    width: 1200px;
    margin: 20px auto;
}

.info-product-left {
    width: 300px;
}

.info-product-right {
    width: 880px;
    position: relative;
}

#info-product-image {
    width: 400px;
    margin: 0 auto;
}

.info-parameter {
    margin: 10px 0;
    height: 30px;
    padding: 0 10px;
    background: #ff552e;
    line-height: 30px;
    color: #fff;
    display: inline-block;
}

/*相邻详细信息*/
.info-siblings {
    margin: 15px 0;
    border-top: 1px dashed #efefef;
}

.info-siblings li {
    display: inline-block;
    line-height: 30px;
}

.info-siblings li:first-child {
    margin-right: 20px;
}

/*网站导航*/
#map {
    width: 1200px;
    margin: 20px auto;
}

#map li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    background: #efefef;
}



.toptel{padding-top: 15px;}








@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:14px/1.75 "黑体", arial,sans-serif; COLOR: #666;  background:#fff;min-width: 1300px; overflow-x: hidden;}
A {COLOR: #666; TEXT-DECORATION: none}
P{COLOR: #333;}
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}
UL {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 {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}
FORM {PADDING-BOTTOM: 0px; 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;}
.jz{margin:0 auto;}
.fl{FLOAT: left}
.fr{FLOAT: right}
.container{width:1182px; margin:0 auto}
.c{*zoom:1;}
.c:after{content: ""; display: block; height: 0; clear: both;}
.txt-c{text-align: center;}
.txt-r{text-align: right;}
.col-white{color: #fff;}

/* CSS Document */


/*公共头部*/
.head{background: url(../images/head-bg.jpg) no-repeat center; height: 131px;}
.logo{margin-top: 32px; margin-right: 146px;}
.head .logo h1 {line-height: 0px;}
.head-ad{margin-top: 44px;}
.head-tel{margin-top: 34px;}
.head-tel span{display: block; background: url(../images/head-tel.png) no-repeat left center; font-size:16px; line-height: 24px; color: #333; padding-left: 32px; margin-bottom: 10px; margin-left: 12px;}
.head-tel em{display: block; font-size:28px; line-height: 21px; color: #ff0000; font-family: arial;}




/*关于我们*/
.about{background: #f1f1f1; height: 184px;}
.about-title{padding-top: 56px; text-align: right; margin-right: 42px;}
.about-title em{display: block;font-size: 40px; line-height: 29px; color: #09b9bb; font-weight: bold; font-family: arial; margin-bottom: 18px;}
.about-title h3{display: block;font-size: 20px; line-height: 20px; color: #333; }
.about-info p{display: block;font-size: 16px; line-height: 25px; color: #333; padding-top: 50px; width: 585px;}
.about-more{display: block; width: 252px;  background: #09b9bb; margin-top: 58px;}
.about-more em{display: block;font-size: 14px; line-height: 59px; color: #fff; text-align: center;  transition: all .3s ease;}
.about-more em span{display: inline-block; font-family: arial;}
.about-more:hover{background: #e1a514;}

/*pannel*/
.pannel{background: url(../images/pannel-bg.jpg) no-repeat center; height:500px; padding-top: 36px; margin-bottom: 52px;}
.video{width: 530px; height: 452px;}
.video img{width: 100%;height: 450px;}
.pannel-list{width: 616px;}
.pannel-list ul li{float: left; width: 296px; height: 184px; background: #219091; padding-top: 33px; margin-right: 24px; margin-bottom: 18px;}
.pannel-list ul li:nth-child(2n){margin-right: 0px;}
.pannel-list ul li .pannel-num{width: 59px; height: 58px; margin: 0 auto 18px;}
.pannel-list ul li .pannel-num1{background: url(../images/pannel-num1.png) no-repeat center;}
.pannel-list ul li .pannel-num2{background: url(../images/pannel-num2.png) no-repeat center;}
.pannel-list ul li .pannel-num3{background: url(../images/pannel-num3.png) no-repeat center;}
.pannel-list ul li .pannel-num4{background: url(../images/pannel-num4.png) no-repeat center;}
.pannel-list ul li p{width: 241px; display: block;font-size: 15px; line-height: 26px; color: #fff; text-align: center; margin: 0 auto;}


/*虫害防治方案*/
.pest{margin-bottom: 29px;}
.pest-left{width: 260px; height: 586px; background: #09b9bb; padding-top: 19px;}
.pest-left .content{background: #f7f7f7; width: 246px; height: 547px; margin: 0 auto; border-radius: 18px; padding-top: 21px; position: relative;}
.pest-title{ background: url(../images/pest-title-bg.png) no-repeat 16px center #09b9bb;  width: 226px; height: 49px; margin: 0 auto; margin-bottom: 9px;}
.pest-title h3{display: block;  font-size: 16px; line-height: 49px; color: #fff;  padding-left: 51px;}
.pest-title-pic{position: absolute; right: 10px; top: 10px;}
.pest-name{width: 222px; margin: 0 auto;}
.pest-name li{margin-bottom:6px;}
.pest-name li a {display: block; font-size: 14px; line-height: 42px; color: #333; padding-left: 33px;}
.pest-name li.on a {background: #09b9bb; color: #fff; }
.pest-name li:hover a {background: #09b9bb; color: #fff; }
.pest-right{background: #f4f4f4; width: 887px; height: 568px; padding-right: 16px; padding-top: 37px; }
.pest-content{margin-bottom: 28px;}
.pest-content .pest-pic1{width: 197px; height: 116px; margin-top: 83px; margin-right: 19px;}
.pest-content p{ display: block; width: 225px;font-size: 15px; line-height: 34px; color: #09b9bb;  margin: 10px auto 0;}
.pest-content .pest-pic2{border: solid 5px #09b9bb; width: 418px; height: 267px;}
.pest-list ul li{float: left; margin-left: 20px; width: 275px;}
.pest-list ul li .pest-pic{width: 275px; height: 238px;}


/*资质证书*/
.cert{}
.title h3{display: block; font-size: 20px; line-height: 20px; color: #09b9bb; font-weight: bold; margin-bottom: 16px;}
.title span{display: block; font-size: 14px; line-height: 14px; color: #666;}
.cert-bd{position: relative; margin-top: 36px;}
.cert-list{overflow: hidden;}

.prev1,.next1{position: absolute; top: 89px; width: 39px; height: 39px; cursor: pointer;}
.prev1{background: url(../images/prev.png) no-repeat center; left: -59px;}
.next1{background: url(../images/next.png) no-repeat center; right: -59px;}
.prev1:hover{background: url(../images/prev-hover.png)no-repeat center; left: -59px;}
.next1:hover{background: url(../images/next-hover.png)no-repeat center; right: -59px;}


/*六大优势*/
.ad{background: #f4f4f4; margin-bottom: 33px ;}
.six-ad-bg{background: url(../images/six-ad-bg.jpg) no-repeat center; height: 239px; margin-bottom: 58px;}
.six-ad-content{background: url(../images/six-ad-pic.png) no-repeat center top; height: 640px; position: relative;}
.six-ad-content ul li{position: absolute;}
.six-ad-content ul li span{display: block; font-size: 24px; line-height:24px; color: #c8161d; margin-right: 11px;}
.six-ad-content ul li em>a{display: block; font-size: 24px; line-height:24px; color: #09b9bb; margin-bottom: 10px;}
.six-ad-content ul li p{display: block; font-size: 15px; line-height:24px; color: #838383;;}
.six-ad-content ul .item1{top: 332px; left: 41px;}
.six-ad-content ul .item2{top: 13px; right:235px;}
.six-ad-content ul .item3{top: 490px; left: 162px;}
.six-ad-content ul .item4{top: 170px; right:74px;}
.six-ad-content ul .item5{top: 500px; right:198px;}
.six-ad-content ul .item6{top: 351px; right:120px;}
.six-ad-content ul .item7{top: 163px; left:100px;}
.six-ad-content ul .item8{top: 0px; left:217px;}
.six-ad-content ul .item1 p{ width: 264px}
.six-ad-content ul .item3 p{ width: 180px}
.four-ad-title em{display: block; background: url(../images/four-ad.png) no-repeat center; height: 46px; font-size: 20px; line-height: 38px; color: #fff; text-align: center; width: 532px; margin: 0 auto 46px;}
.four-ad-list ul li{height: 382px; border-bottom: dashed 1px #d2d2d2;}
.four-ad-list ul li .four-ad-content .num{width: 50px; height: 83px; margin-right: 22px;}
.four-ad-list ul li .four-ad-content i{display: block; font-size: 25px; line-height: 25px; color: #09b9bb; margin-bottom: 18px;}
.four-ad-list ul li .four-ad-content em{display: block; width: 386px; background: #e1a514; font-size: 16px; line-height: 28px; color: #fff; text-align: center; margin-bottom: 12px;}
.four-ad-list ul li .four-ad-content p{display: block; font-size: 14px; line-height: 30px; color: #666; background: url(../images/four-p-icon.png) no-repeat left center; padding-left: 15px; width: 439px;}
.four-ad-list ul li .four-ad-content .p-icon{background: url(../images/four-p-icon.png) no-repeat left 12px;}
.four-ad-list ul li .four-ad-content span{display: inline-block; font-size: 28px; line-height: 34px; color: #ff0000; font-family: arial; background: url(../images/four-ad-tel.png) no-repeat left center; padding-left: 46px; margin-top: 10px; margin-right: 34px;vertical-align: middle;}
.consult{display: inline-block; width: 130px; background: #09b9bb; font-size: 15px; line-height: 41px;  color: #fff; text-align: center; border-radius: 4px; box-shadow:0px 3px 1px 0px #156869; cursor: pointer;  transition: all .3s ease;vertical-align: middle;}
.consult:hover{font-weight: bold;}

.four-ad-list ul li:nth-child(1) .four-ad-content {margin-top: 69px;}
.four-ad-list ul li:nth-child(2){padding-top: 57px; height: 325px;}
.four-ad-list ul li:nth-child(3){padding-top: 34px; height: 348px;}
.four-ad-list ul li:nth-child(3) .four-ad-content {margin-top: 54px;}
.four-ad-list ul li:nth-child(4){padding-top: 55px; height: 327px; border-bottom: none;}
.four-ad-list ul li:nth-child(4) .four-ad-content {margin-top: 24px;}


/*实景展示*/
.real{margin-bottom: 88px;}
.real-bd{position: relative; margin-top: 36px;}
.real-list{overflow: hidden;}
.real-list ul li{float: left; width: 277px; margin-right: 24px;}
.real-list ul li .real-pic{width: 277px;  height: 217px;}


/*有害生物图谱*/
.biotic{background: #09b9bb; height: 400px;}
.biotic-title h3{display: block; width: 283px; background: #fff;  margin: 0 auto; font-size: 30px; line-height:65px; color: #09b9bb; text-align: center; margin-bottom: 53px;}
.biotic-list ul li{float: left; width: 270px; margin-right: 33px; margin-bottom: 25px;}
.biotic-list ul li img{width: 270px;height: 190px;}
.biotic-list ul li:nth-child(4n){margin-right: 0px;}
.biotic-list ul li a{display: block;}
.biotic-list ul li .biotic-pic{width: 270px; height: 182px;}


/*虫害知识*/
.pest-know{margin-bottom: 22px;}
.pest-know-title h3{display: block; width: 283px; background: #09b9bb;  margin: 0 auto; font-size: 30px; line-height:65px; color: #fff; text-align: center; margin-bottom: 41px;}
.pest-know-list ul li{float: left; width: 546px; height: 98px; padding: 17px 18px 0; background: #f5f5f5;  transition: all .3s ease; margin-right: 16px; margin-bottom: 24px;}
.pest-know-list ul li:nth-child(2n){margin-right: 0px;}
.pest-know-list ul li a{display: block;}
.pest-know-list ul li em{display: block; font-size: 15px; line-height:15px; color: #666; font-weight: bold; width:400px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.pest-know-list ul li span{display: block; font-size: 15px; line-height:15px; color: #b9b9b9; }
.pest-know-list ul li p{display: block; font-size: 13px; line-height:20px; color: #666; margin-top: 28px;}
.pest-know-list ul li:hover{background: #09b9bb;}
.pest-know-list ul li:hover em,.pest-know-list ul li:hover span,.pest-know-list ul li:hover p{color: #fff;}


/*合作案例*/
.case{height: 600px; padding-top: 32px; background: #09b9bb; margin-bottom: 40px; }
.case-left{margin-left: 8px; width: 187px;}
.case-name{background: #fff; height: 287px; margin-bottom: 25px;}
.case-name h3{display: block; background: #e1a514; font-size: 30px; line-height: 70px; color: #fff; text-align: center;}
.case-name ul{padding-top: 10px;}
.case-name ul li a{display: block;  font-size: 20px; line-height: 36px; color: #333; text-align: center;}
.case-name ul li a:hover{color: #09b9bb;}
.case-contact{background: #fff; height: 184px; padding-top: 27px;}
.case-contact span{display: block; background: url(../images/case-tel.png) no-repeat left center;  font-size: 20px; line-height: 28px; color: #ff0000; padding-left: 36px; margin-left: 5px;}
.case-consult{display: block; margin: 24px auto 36px;}
.case-contact em{display: block; background: #e1a514; font-size: 15px; line-height: 55px; color: #fff; text-align: center;}
.case-contact em:hover{text-decoration: underline;}
.case-list{width: 920px;}
.case-list ul li{float: left; width: 216px; margin-right: 18px; margin-bottom: 20px;}
.case-list ul li img{height:160px; width:216px;}
.case-list ul li:nth-child(4n){margin-right: 0px;}
.case-list ul li .case-pic{width: 216px; height: 160px;  overflow: hidden; position: relative;}
.case-list ul li .case-info{position: absolute; background: rgba(225,165,20,0.45);padding-top:50px;left: 0;top: 100%;width: 100%;height: 100%;opacity: 0;transition: all .3s ease;}
.case-list ul li .case-info em{display: block; font-size: 16px; color: #fff; text-align: center; padding: 0 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.case-list ul li:hover .case-info {opacity:1; top: 0;}

/*公共底部*/
.foot-nav{background: #09b9bb; height: 55px; }
.foot-nav ul li{float: left;  width: 190px;}
.foot-nav ul li a{display: block; font-size:15px; line-height: 55px; color: #fff; text-align: center; }
.foot-nav ul li:hover a{background: #e1a514; } 
.foot-content{background: url(../images/foot-content-bg.jpg) no-repeat center; height: 245px;}

.foot-logo{width: 316px; position: relative; margin-right: 51px;height: 200px;text-align: center;margin-top: 30px;border-right: 1px solid #555;}
.foot-logo img{width: 200px;text-align: center}
.foot-logo-pic{display: block; width: 239px; height: 129px; margin-top: 42px; margin-left: 7px;}
.foot-logo em{position: absolute; top: 161px; left: 44px; background: url(../images/foot-logo-em-bg.png) no-repeat center; font-size: 16px; line-height: 36px; color: #fff; text-align: center; width: 272px;}

.foot-contact{margin-top: 57px;  margin-right: 34px;}
.foot-contact p{display: block; font-size: 14px; line-height:26px; color: #333; padding-left: 26px; background: url(../images/foot-contact-tel.png) no-repeat left center;}
.foot-contact p.fax{background: url(../images/foot-contact-fax.png) no-repeat left center;}
.foot-contact p.add{background: url(../images/foot-contact-add.png) no-repeat left center;}

.copy {margin-top: 25px; margin-right: 14px;}
.copy p{display: block; font-size: 16px; line-height:35px; color: #666;}
.copy p a{color: #666;}
.copy p a:hover{color: #09b9bb;}

.wechat{width: 137px; margin-top: 42px;}
.wechat img{display: block; width: 137px; height: 136px;}
.wechat p{display: block; font-size: 14px; line-height:14px; color: #666; text-align: center; margin-top: 16px;}

/*在线咨询*/
.zx-service{position:fixed; right:0px; top:321px;z-index: 10000; }
.service-box{background-color: #fff; border-radius:5px; width:90px; margin-bottom:8px;box-shadow: 0px 2px 3px  #929ea9;}
.service-box span{display:block;}
.service-box span.text{ background:url(../images/kf01.png) no-repeat; height:47px; line-height:40px; text-align:center; color:#fff; font-size:16px; position:relative; z-index:10;}
.service-box ul{margin-top: -7px;}
.service-box li{border-bottom:1px solid #efefef; text-align:center; position:relative;}
.service-box li em{font-size:12px;color: #757575;}
.service-box li a{display:block; padding-top:6px; padding-bottom:3px;}
.service-box li:first-child a{padding-top: 14px;}
.service-box li:last-child a{border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;}
.service-box li a:hover{background:#f9f9f9;}
.service-box li a:hover em{color:#09b9bb; }
.service-box ul li:last-child{border:none;}

.service-box li p{position:absolute; left:-170px; width:150px; top:0; background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);display:none; font-size:18px; font-weight:bold;color: #09b9bb;padding: 10px 0px;}

.service-box li:hover p{display:block; }

.service-arrow{box-shadow: 0px 2px 2px #d6d6d6;border:1px solid #ddd;  border-radius:5px;  width:90px; background:url(../images/kf05.png) no-repeat center center #fff; height:40px; cursor:pointer; }
.service-arrow a{display:block; width:90px; height:45px;}


/*内页样式*/
.ny-banner{background: url(../images/ny-banner.jpg) no-repeat center; height:400px;}
/*.ny-banner img{display: block; width: 100%; height: auto;}*/
.ny-main{margin-top: 25px; margin-bottom:100px;}

.ny-left{width: 274px;}
.column-title{background:#09b9bb; padding: 32px 0 32px 20px;}
.column-title h3{border-left: solid 3px #fff; padding-left: 10px; font-size: 20px; line-height: 20px; color: #fff; font-weight: bold;}
.column-title span{font-size: 13px;color: #fff;font-weight: normal;margin-left: 13px; text-transform: uppercase;}
.ctitle1{padding-top: 15px; border: solid 1px #dedede;  } 
.ctitle1>li{float: left; border-bottom:solid 1px #dedede;width: 100%; position: relative;}
.ctitle1>li:last-child{border-bottom: none;}
.ctitle1>li>a{background: url(../images/ctitle1-icon.png) no-repeat left center;font-size: 16px; line-height: 40px;color: #333; padding-left: 30px;margin-left: 32px; }
.ctitle1>li.on>a {color: #09b9bb; background: url(../images/ctitle1-icon-on.png) no-repeat left center;}
.ctitle1>li:hover>a {color: #09b9bb; background: url(../images/ctitle1-icon-on.png) no-repeat left center;}
.ctitle1 .ctitle2{padding-bottom: 15px; background: #fbfbfb;}
.ctitle1 .ctitle2 li a{display: block; font-size: 14px; line-height: 28px; color: #666; padding-left:70px;}
.ctitle1 .ctitle2 li a:hover{color: #e1a514;}
.ctitle1 .ctitle2{display: none;}

.ny-contact{margin-top: 30px; background: #09b9bb;}
.contact-content{ padding: 15px 15px 20px;background: #fff;border: solid 3px #09b9bb;border-top: 0;}
.contact-content p{font-size: 15px; line-height: 30px; color: #333;}
.ny-tel{background: url(../images/ny-tel-icon.png) no-repeat 15px center; padding: 15px 0px; padding-left: 75px;}
.ny-tel span{display: block; font-size: 13px; line-height: 18px; color: #fff; border-left: solid 1px #ccc; padding-left: 16px;}
.ny-tel em{display: block; font-size: 26px; line-height: 35px; color: #fff; font-weight: bold; font-family: arial;}


.ny-right {width: 878px}
.ny-right .position{display: block;margin-top: 30px; margin-bottom: 27px; border-bottom: solid 1px #ddd;position: relative;}
.ny-right .position span{display: block; padding-left: 50px; font-size: 13px;line-height: 40px;background: url(../images/ny-home.png) no-repeat 20px center;border-bottom: solid 1px #09b9bb;z-index: 0;position: absolute;bottom: -1px;left: 0;}
.ny-right .position span a.on{color: #09b9bb;}
.ny-right .position span a:hover{color: #09b9bb;}


/*内页合作案例*/
.ny-case-list{width: 878px;}
.ny-case-list ul li{float: left; width: 276px; margin-bottom: 30px; margin-right: 25px;}
.ny-case-list ul li:nth-child(3n){margin-right: 0px;}
.ny-case-list ul li:nth-child(5n){margin-right: 25px;}
/*.ny-case-list ul li:nth-child(12){margin-right: 0px;}*/
.ny-case-list ul li .case-pic{width: 276px; height: 206px; }
.ny-case-list ul li .case-info {padding-top: 100px;}



/*内页资质证书*/
.ny-cert-list ul li{float: left; width: 276px; margin-right: 20px;  margin-bottom: 10px;}
.ny-cert-list ul li:nth-child(3n){margin-right: 0px;}
.ny-cert-list ul li .cert-pic{width: 274px; height: 214px; border: solid 1px #f4f4f4;}
.ny-cert-list ul li em{display: block; font-size: 16px; line-height: 35px; color: #333; text-align: center;}
.ny-cert-list ul li:hover em{color: #09b9bb;}


/*内页实景展示*/
.ny-real-list{width: 878px;}
.ny-real-list ul li{float: left; width: 276px; margin-right: 25px; margin-bottom: 30px;}
.ny-real-list ul li:nth-child(3n){margin-right: 0px;}
.ny-real-list ul li .real-pic{width: 276px; height: 216px; overflow: hidden;}
.ny-real-list ul li .real-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-real-list ul li:hover .real-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-biotic-list ul li{float: left; width: 276px; margin-right: 20px;  margin-bottom: 10px;}
.ny-biotic-list ul li:nth-child(3n){margin-right: 0px;}
.ny-biotic-list ul li .bioticl-pic{width: 276px; height: 239px; overflow: hidden;}
.ny-biotic-list ul li .bioticl-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-biotic-list ul li:hover .bioticl-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-biotic-list ul li em{display: block; font-size: 16px; line-height: 35px; color: #333; text-align: center;}
.ny-biotic-list ul li:hover em{color: #09b9bb;}



/*产品详情*/
.ny-right  .pro1 .pro-list-pic{width: 332px;}
.ny-right  .pro1 .spec-preview img{display: block;}
.ny-right  .pro1 .descript1{width: 533px;}
.ny-right  .pro1 .descript1 strong.descript1-title{font-size:18px;}
.ny-right  .pro1 .descript1 strong.title1{line-height: 38px;font-size: 20px; color: #2d2d2d;display: block;}
.ny-right  .pro1 .descript1 p{width: 533px;font-size: 13px;color: #8e8e8e;line-height: 25px;}
.ny-right  .pro1 .descript1 a.xq-consult{display: block; width: 120px; height: 40px; font-size: 15px; color: #fff; line-height: 40px; text-align: center; background: #09b9bb; }
.ny-right  .pro1 .descript1 a.xq-consult:hover{background-color: #e1a514;}
.ny-right  .pro1 .descript1 p.haoma{font-size: 18px; font-weight: bold; color: #e1a514;line-height: 35px;margin-top: 10px; margin-bottom: 10px;}
.ny-right  .pro1 .share{overflow: hidden;margin-top: 15px;}
.ny-right  .pro1 .share ul li{float: left;margin: 0 5px;}
.ny-right  .detail .de-title{border-bottom: solid 3px #09b9bb; margin-bottom: 10px;}
.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:#09b9bb;}


/*内页新闻资讯*/
.ny-pest-know-list ul li{width: 842px; margin-right: 0px;}
.ny-pest-know-list ul li em{width: 700px;}


/*专业知识讲解*/
.ny-news-list ul li{border-bottom: dashed 1px #ccc; padding-bottom:20px; margin-bottom: 25px; }
.ny-news-list ul li .news-pic{width: 135px; height: 135px;}
.ny-news-list ul li .news-info{width:718px;}
.ny-news-list ul li .news-info em{display: block; font-size: 16px; line-height:16px; color: #333; margin-top: 15px; width: 650px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.ny-news-list ul li .news-info span{display: block; font-size: 15px; line-height:11px; color: #cbcbcb; margin: 12px 0 8px;}
.ny-news-list ul li .news-info p{display: block; font-size: 13px; line-height:24px; color: #666; width: 718px;}
.ny-news-list ul li .news-info em:hover{color: #09b9bb;}

.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;}




