﻿/*通用样式*/
* {margin:0; padding:0; word-wrap:break-word;}
body {min-width: 375px; font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif; font-size:12px; color:#444; background-color: #f2f4f6;}
a {color:#4C4C4C; text-decoration:none;}
a:hover {color:#FF0000;}
a img {border:none;} 
div,ul,li,p,form {padding: 0px; margin: 0px; list-style-type: none;}
em {font-style: normal; font-weight: normal;}
table {padding: 0px; margin: 0px; list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px; list-style-type: none;}
form {margin:0px; padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input:focus,textarea:focus,select:focus {outline:none;}
input[type="text"],select {height:30px; border:1px solid #ddd; line-height:30px; color:#999;}
tr {padding: 0px; margin: 0px; list-style-type: none;}
h2,h3,h4 {padding:0px; font-size:14px; font-weight:normal;}
i,em {font-style:normal;}

@font-face {font-family: 'bebas';src: url('../UploadFiles/bebas.woff2') format('woff2'),url('../UploadFiles/bebas.woff') format('woff');font-weight: normal;font-style: normal;}

/*头部通用*/
.header {position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; background: rgba(255,255,255,0.8);}
.header-top{display: flex; justify-content: space-between; padding-left: 2%;  box-sizing: border-box;}
.header-top-logo {display: block; width: 318px;}

.header-top-nav{display: flex;}
.header-top-nav-li {position: relative; padding: 0 20px;}
.header-top-nav-li-a {position: relative; display: block; font-size: 18px; line-height: 80px; color: #212121;}
.header-top-nav-li-a::before {content: ""; position: absolute; bottom: 0; left: 50%; width: 0; height: 3px; background-color: #cd050f; transform: translateX(-50%); transition: all 0.3s;}

.header-top-nav-subnav {position: absolute; top: 80px; left: 50%; width: 100%; min-width: 126px; background: #fff; overflow: hidden; transform: translateX(-50%) scaleY(0); transition: all 0.3s;}
.header-top-nav-subnav li a {position: relative; display: block; padding: 0 20px; font-size: 16px; line-height: 42px; color: #444; text-align: center; transition: all 0.3s;}
.header-top-nav-subnav li a::before {content: ""; position: absolute; bottom: 0; left: 50%; width: calc(100% - 30px); height: 1px; background-color: #eee; transform: translateX(-50%);}

.header-top-nav-li:hover .header-top-nav-li-a {color: #cd050f;}
.header-top-nav-li:hover .header-top-nav-li-a::before {width: 100%;}
.header-top-nav-li:hover .header-top-nav-subnav {transform: translateX(-50%) scaleY(1);}
.header-top-nav-li .header-top-nav-subnav li a:hover {color: #fff; background-color: #cd050f;}
.header-top-nav-li .header-top-nav-subnav li a:hover::before {display: none;}


.header-top-buttom {position: relative; display: block; width: 80px; height: 80px; background-color: #cd050f;}
.header-top-buttom::before,.header-top-buttom::after {content: ""; position: absolute; box-sizing: border-box; transition: all 0.3s;}
.header-top-buttom::before {left: 50%; top: 50%; width: 30px; height: 30px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; transform: translate(-50%,-50%);}
.header-top-buttom::after {left: 50%; top: 50%; width: 30px; height: 2px; background-color: #fff; transform: translate(-50%,-50%);}
.header-top-buttom-active::before {height: 2px; border: 0; background-color: #fff; transform: translate(-50%,-50%) rotate(45deg);}
.header-top-buttom-active::after {transform: translate(-50%,-50%) rotate(-45deg);}

.header-sidebar {position: fixed; top: 80px; right: -300px; z-index: 100; width: 300px; height: calc(100% - 80px); background-color: rgba(255,255,255,0.8); transition: all 0.3s;}
.header-sidebar-nav {width: 100%;}
.header-sidebar-nav-li {width: 100%; border-bottom: 1px solid #fff;} 
.header-sidebar-nav-li-p {position: relative; display: block; padding-left: 20%; box-sizing: border-box;}
.header-sidebar-nav-li-p a { font-size: 18px; line-height: 82px; color: #333;}
.header-sidebar-nav-li-p span {position: absolute; right: 20px; top: 50%; display: block; width: 11px; height: 11px; background-image: url("../UploadFiles/bj/navtb1.png"); transform: translateY(-50%);}

.header-sidebar-nav-subnav {width: 100%; height: 0; background-color: rgba(255,255,255,0.9); box-sizing: border-box; overflow: hidden; transition: all 0.3s;}
.header-sidebar-nav-subnav li {width: 100%;}
.header-sidebar-nav-subnav li a {display: block; width: 100%; font-size: 16px; line-height: 36px; color: #333; text-align:center;}

.header-sidebar-nav-active .header-sidebar-nav-li-p{background-color: #cd050f;}
.header-sidebar-nav-active .header-sidebar-nav-li-p a {color: #fff;}
.header-sidebar-nav-active .header-sidebar-nav-li-p span {background-image: url("../UploadFiles/bj/navtb2.png");}
.header-sidebar-nav-active .header-sidebar-nav-subnav {height: auto; padding: 10px 0;}

@media(max-width:1200px){.header-top-nav-li {padding: 0 5px;}}
@media(max-width:960px){.header-top-logo {display: block; width: 260px; height: 65px;} .header-top-nav {display: none;} .header-top-buttom {width: 65px; height: 65px;} .header-sidebar {top: 65px; height: calc(100% - 65px);}}

/*底部通用*/
.footer {display: flex; justify-content:space-between; width: 100%; padding: 40px 5% 20px; background-color: #2b2b2b; box-sizing: border-box;}
.footer-contact {width: 300px;}
.footer-contact p:nth-child(1) {font-size: 26px;color: #fff;font-weight: 400;line-height: 40px;margin-bottom: 10px;padding-left: 60px;box-sizing: border-box;background-image: url("../UploadFiles/bj/dbdh1.png");background-size: 50px auto;background-repeat: no-repeat;background-position: 0 50%;vertical-align: bottom;}
.footer-contact p:nth-child(2) {font-family: pangmenzhengdaoregular;font-size: 36px;font-weight: 600;color: #fff;line-height: 56px;margin-bottom: 4px;letter-spacing: 2px;}
.footer-contact p:nth-child(3) {font-size: 16px;color: #bbb;line-height: 30px;letter-spacing: 1px;}
.footer-nav li:nth-child(1){font-size: 18px;color: #fff;font-weight: 400;line-height: 30px;margin-bottom: 10px;}
.footer-nav li a {font-size: 16px;line-height: 32px;color: #b9b9b9;}
.footer-nav li a:hover {color: #fff;}
.footer-qrcode {width: 120px;}
.footer-qrcode-title {font-size: 18px;color: #fff;font-weight: 400;line-height: 30px;text-align: center;margin-bottom: 10px;}
.footer-qrcode img {width: 120px;display: block;}
    
.copyright {display: flex; width: 100%; padding: 6px 5%; background-color: #141414; overflow: hidden; box-sizing: border-box;}
.copyright p:nth-child(1),.copyright p:nth-child(2) {display: block; width: 50%; font-size: 16px; line-height: 24px; color: #e1e1e1;}
.copyright p:nth-child(1) a{color: #e1e1e1;}
.copyright p:nth-child(2) a img {display: block;float: right;margin-top: 4px;}
.copyright a:hover {color: #dc0000!important;}
@media(max-width:1200px){.footer{padding: 40px 2% 20px;} .copyright {padding: 6px 2%;} .footer-contact {width: 270px} .footer-contact p:nth-child(2) {font-size:34px;} .footer-contact p:nth-child(3) {font-size:15px;} .copyright {flex-wrap: wrap;} .copyright p {width: 100%!important; text-align: center;}}
@media(max-width:980px){.footer {flex-wrap: wrap;} .footer-contact {width: calc(100% - 120px); order:1;} .footer-qrcode {order:2;} .footer-nav {margin-top: 30px; order:3;} .copyright p:nth-child(2) a img {float: inherit; margin: 4px auto 0;}}
@media(max-width:460px){.footer-contact {display: flex; flex-direction:column; align-items: center; width: 100%;} .footer-nav {display: none;} .footer-qrcode {margin: 10px auto 0;}}
    
/*一键拨号*/
.footbox {position: fixed; left: 0; bottom: 0; z-index: 1000; width: 100%; height: 4rem; min-width: 375px; background:rgba(205,5,15,0.80);}
.flexbox {display: flex; text-align: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;}
.flexbox li {-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;flex: 1; text-align:center;}
.flexbox li a {display:block; font-size:1rem; line-height:1rem; color:#fff;}
.flexbox li a img {display:block; width:2rem; height:2rem; margin:0.5rem auto}
.sjkx{display:block; height:5rem; width:100%; min-width: 375px; margin: 0; padding: 0;  background-color:#141414;}
@media(min-width:1000px){.footbox {display:none;} .sjkx{display: none;}}

/*内页布局*/
.column-top-img {position: relative; width: 100%;}
.column-top-img img {display: block; width: 100%;}
.column-top-img-txt {position: absolute; top: calc(50% + 40px); left: 5%; z-index: 10; transform: translateY(-50%);}
.column-top-img-txt p:nth-child(1) {font-size: 48px; font-weight: bold; line-height: 48px; color: #fff; letter-spacing: 8px;}
.column-top-img-txt p:nth-child(1) span {letter-spacing: 0;}
.column-top-img-txt p:nth-child(2) {position: relative; padding-left: 15px; margin-top: 10px; font-family: Roboto-Regular; font-size: 18px; line-height: 18px; font-weight: 400; color: #fff; letter-spacing: 1px;}
.column-top-img-txt p:nth-child(2)::before {content: "";position: absolute; left: 0; top: 8px; width: 10px; height: 2px; background-color: #fff;}
.column-top-img-txt-right {left: auto!important; right: 5%;}
.column-top-img-txt-right p {text-align: right!important;}
.column-top-img-txt-right p:nth-child(2) {padding-left: 0; padding-right: 15px;}
.column-top-img-txt-right p:nth-child(2)::before {left: auto; right: 0;}

.column-content-nav {display:flex; justify-content: space-between; width: 100%; height: 80px; padding: 0 5%; background-color: #fff; box-sizing: border-box;}
.column-content-nav-location {padding-left: 20px; font-size: 14px; line-height: 80px; color: #555; letter-spacing: 1px; background-image: url("../../UploadFiles/bj/wzdh.png"); background-repeat: no-repeat; background-size: 20px 80px; box-sizing: border-box;}
.column-content-nav-location a {font-size: 14px; line-height: 80px; color: #555; letter-spacing: 1px;}
.nybt {width: 120px; font-size: 18px; line-height: 80px; color: #fff; text-align: center; border-bottom-right-radius: 20px; border-top-left-radius: 20px; background-color: #dc8c14;}
.column-content-nav-list {height: 80px; font-size: 16px; line-height: 80px; color: #666; overflow: hidden;}
.column-content-nav-list a {position: relative; padding: 0 30px; font-size: 16px; line-height: 80px; color: #333; text-align: right;}
.column-content-nav-list a::before {content: ""; position: absolute; bottom: -32px; left: 50%; width: 0; height: 2px; background-color: #cd050f;; transform: translateX(-50%); transition: all 0.6s;}
.column-content-nav-list a:hover {color: #be1e2d;}
.column-content-nav-list a:hover::before {width: 100%;}

.column-content-box {width:90%; margin: 40px auto; padding: 40px; background-color: #fff; box-sizing: border-box;}
.column-content-title {width:100%; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #eee; font-size: 30px; color: #333; text-align: center; line-height: 46px;}
@media(max-width:1200px){.column-content-nav {padding: 0 2%;} .column-content-box{width: 96%; padding: 25px;}}
@media(max-width:960px){.column-top-img {display: flex; justify-content: center; overflow: hidden; height: 280px;} .column-top-img img {width: auto; height: 100%;} .column-top-img-txt p:nth-child(1) {font-size: 36px; line-height: 36px;} .column-content-nav {justify-content: center; height: auto;} .column-content-nav-list {height: auto;} .column-content-nav-list a {padding: 0 20px;} .column-content-nav-location {display: none;}}


/*产业布局*/
.column-picture-list {display: flex; flex-wrap: wrap; width: 100%;}
.column-picture-list li {width: calc((100% - 90px) / 4); margin-bottom: 45px; margin-right: 30px;}
.column-picture-list li:nth-child(4n) {margin-right: 0;}
.column-picture-list li a {display: block; width: 100%; border: 1px solid #e1e1e1; box-sizing: border-box; transition: all 0.6s;}
.column-picture-list li a .column-picture-list-box {width: 100%; overflow: hidden;}
.column-picture-list li a .column-picture-list-box img {display: block; width: 100%; transition: all 0.6s;}
.column-picture-list-title {width: 100%; padding: 20px; box-sizing: border-box;}
.column-picture-list-title p:nth-child(1) {position: relative; padding-bottom: 16px; border-bottom: 1px solid #ddd;font-size: 20px; line-height: 30px; color: #212121; letter-spacing: 1px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.column-picture-list-title p:nth-child(2) {margin-top: 16px; font-size: 16px; line-height: 30px; color: #666; letter-spacing: 1px; background-image: url("../../UploadFiles/bj/jt.png"); background-size: 18px 16px; background-position: 100% 50%; background-repeat: no-repeat;}
.column-picture-list-title p:nth-child(1)::before {content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background-color:#e60010; transition: all 0.6s;}
.column-picture-list li a:hover {box-shadow: 0 2px 6px rgba(0,0,0,0.2);}
.column-picture-list li a:hover .column-picture-list-box img {transform:scale(1.2);}
.column-picture-list li a:hover .column-picture-list-title p:nth-child(1) {color: #e60010;}
.column-picture-list li a:hover .column-picture-list-title p:nth-child(1)::before {width: 100%;}
@media(max-width:1400px){.column-picture-list li {width: calc((100% - 90px) / 3); margin-bottom: 45px; margin-right: 45px;} .column-picture-list li:nth-child(3n){margin-right: 0;} .column-picture-list li:nth-child(4n){margin-right: 45px;}}
@media(max-width:860px){.column-picture-list li {width: calc((100% - 30px) / 2); margin-bottom: 30px; margin-right: 30px;} .column-picture-list li:nth-child(3n){margin-right: 30px;} .column-picture-list li:nth-child(4n) {margin-right: 30px;} .column-picture-list li:nth-child(2n){margin-right: 0;}}
@media(max-width:560px) {.column-picture-list li {width: 100%; margin-bottom: 30px; margin-right: 0;}}


/*企业文化*/
.column-cultures-list {width: 100%;}
.column-cultures-list li {display: flex; width: 100%;}
.column-cultures-list li:nth-child(2),.column-cultures-list li:nth-child(4),.column-cultures-list li:nth-child(6) {flex-direction:row-reverse;}
.column-cultures-list li img {display: block; width: 50%;}
@media(max-width:760px){.column-cultures-list li {flex-direction:column; flex-wrap: wrap;} .column-cultures-list li img {width: 100%;}}

/*新闻栏目页*/
.column-news-list {width: 100%;}
.column-news-list li {width:100%; border-bottom: 1px solid #eee;}
.column-news-list li a {display:flex; justify-content: space-between; width: 100%;overflow: hidden; transition: all 0.6s;}
.column-news-list li a .column-news-list-img {display: block; width: 230px; height: 170px; border: 30px solid #fff; transition: all 0.6s;}
.column-news-list li a .column-news-list-text {width: calc(100% - 350px); padding: 30px; transition: all 0.6s;}
.column-news-list li a .column-news-list-text p:nth-child(1) {margin-bottom: 18px; font-size: 20px; font-weight: 600; line-height: 40px; color: #212121; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.column-news-list li a .column-news-list-text p:nth-child(2) {height: 64px; margin-bottom: 14px; font-size: 18px; line-height: 32px; color: #424242; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.column-news-list li a .column-news-list-text p:nth-child(3) {display: block; width: 120px; border-radius: 20px; border: 1px solid #999; font-size: 16px; line-height: 32px; color: #999; text-align: center; box-sizing: border-box;}
.column-news-list li a:hover .column-news-list-img {border-right: 10px solid #fff;}
.column-news-list li a:hover .column-news-list-text {padding-left: 10px;}
.column-news-list li a:hover .column-news-list-text p:nth-child(1) {color: #cd050f;}
.column-news-list li a:hover .column-news-list-text p:nth-child(3) {background-color:#ee781e; border: 1px solid #ee781e; color: #fff;}
@media(max-width:1200px){#pagelist a.curr,#pagelist .num {display: none;}}
@media(max-width:740px){.column-news-list li {margin-bottom: 26px;} .column-news-list li a {flex-direction: column-reverse;} .column-news-list li a .column-news-list-img {width: 100%; height: 260px; border: 0;} .column-news-list li a .column-news-list-text {width: 100%; padding: 20px 0;} .column-news-list li a .column-news-list-text p:nth-child(1) {margin-bottom: 8px;} .column-news-list li a .column-news-list-text p:nth-child(2) {margin-bottom: 0;} .column-news-list li a .column-news-list-text p:nth-child(3) {display: none;} .column-news-list li a:hover .column-news-list-text {padding-left: 0;}}
@media(max-width:400px){.column-news-list li a .column-news-list-img {height: 180px;}} 

/*新闻内页*/
.column-news-title {margin-bottom: 20px; font-size: 26px; color: #333; line-height: 50px; font-weight: 600; text-align: center;}
.column-news-content #MyContent img {display: block; margin: 0 auto; width: 100%; max-width: 800px;}
.column-news-content #MyContent {margin: 30px 0;}
.column-news-content #MyContent p {max-height: 9999px; margin: 10px 0; font-size: 18px!important; line-height: 34px!important; text-indent: 36px; color: #424242!important; letter-spacing: 1px!important;}
.column-news-nav {display: flex; justify-content: space-between; width: 100%;}
.column-news-nav li {width: 48%; font-size: 18px; line-height: 32px; color: #555; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.column-news-nav li:nth-child(2) {text-align: right;}
.column-news-nav li a {font-size: 18px; line-height: 32px; color: #555;} 
.column-news-nav li a:hover {color: #1955a5;}
@media(max-width:1200px){.column-news-nav {flex-wrap: wrap;} .column-news-nav li {width: 100%;} .column-news-nav li:nth-child(2) {text-align: left;}}

/*联系方式*/
.column-contact-content-box {display: flex; padding: 60px; background-color: #cd050f;}
.column-contact-left {width: 560px;}
.column-contact-left-title:nth-child(1) {margin: 0 0 30px; font-size: 24px; line-height: 24px; color: #fff; letter-spacing: 1px;}
.column-contact-left-text {margin-bottom: 10px; padding-left: 65px; font-size: 16px; line-height: 26px; color: #fff; letter-spacing: 1px; background-repeat: no-repeat; background-size: 50px 50px; background-position: 0 0%; box-sizing: border-box;}
.column-contact-left-text span {font-size: 20px; line-height: 34px;}
.column-contact-left-text:nth-child(2) {background-image: url("../UploadFiles/bj/contactzx.png");}
.column-contact-left-text:nth-child(3) {background-image: url("../UploadFiles/bj/contactdh.png");}
.column-contact-left-text:nth-child(4) {background-image: url("../UploadFiles/bj/contactdz.png");}
.column-contact-left-img-txt {margin-top: 60px; margin-bottom: 10px; font-size: 16px; line-height: 30px; color: #fff;}
.column-contact-left-img {display: block; width: 120px;}

.column-contact-map {width: calc(100% - 560px);}
@media(max-width:1200px){.column-contact-content-box {padding: 40px;}}
@media(max-width:1000px){.column-contact-content-box {flex-wrap: wrap;} .column-contact-left {width: 100%;} .column-contact-left-img-txt {margin-top: 30px;} .column-contact-map {width: 100%; height: 360px; margin-top: 30px;}}
@media(max-width:680px){.column-contact-content-box {padding: 20px;} .column-contact-left-title:nth-child(1) {font-size: 22px; line-height: 22px; text-align: center;} .column-contact-left-img-txt {text-align: center;} .column-contact-left-img {margin: 0 auto;}}

/*文章分页样式*/
#fenye {clear:both;}
#fenye a {display:inline-block; float:left; width:28px; height:28px; border:1px solid #bfbfc7; margin-left:5px; border-radius:3px; font-size:12px; text-align:center; color:#666; line-height:28px; background:#fff;}
#fenye .prev,#fenye .next {width:60px;}
#fenye a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#fenye a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pageNext {margin:10px;}
#pageNext .prev,#pageNext .next {width: 60px; text-align:center;}
#pageNext a.curr {background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span {color:#fff !important;}
#pageNext a {float: left; width: 28px; height: 28px; margin-left: 5px; border: 1px solid #bfbfc7; border-radius: 3px; font-size: 12px; line-height: 28px; text-align: center; color: #666;background: #fff;}
#realname {height: 30px; border: 1px solid #ddd;}
#b1 {padding: 5px 10px; border: 1px solid #ff7d02; border-radius: 3px; color: #fff; background: #ff7d02;}

.fenyetips {display:none}
#pagelist {line-height:22px; color:#666;}
#pagelist a {float:left; width:28px; height:28px; border:1px solid #bfbfc7; border-radius:3px; margin-left:3px; font-size:12px; line-height:28px; color:#666; text-align:center; background:#fff;}
#pagelist a.next,#pagelist a.prev {width:50px;}
#pagelist a.curr {border:1px solid #bfbfc7; color:#fff; background:#bfbfc7;}
#pagelist a:hover {border:1px solid #bfbfc7; color:#fff; text-decoration:none; background:#bfbfc7;}
#pagelist a img {display:block; margin:0 auto; margin-top:12px;}
#pagelist span {height:28px; margin-left:3px; font-size:13px; line-height:28px;}
#pagelist span#totalpage {margin:0;}
.fenye a img {display:block; margin:0 auto; margin-top:12px;}

/* 图片分页方式的样式*/
.imagelist {width:990px; margin:0 auto;} /*总宽度*/
.imagelist .imagetop {margin:5px; padding-right:5px; text-align:right;}
.imagelist .imagetop a {color:#767676;}
.imagelist .defaultimagesrc {margin:5px; padding-top:40px; padding-bottom:40px; text-align:center;}
.imagelist .defaultImagesrc img {padding:2px; border:1px solid #f1f1f1;}
.imagelist .imageintro {font-size:14px; text-align:center;}
.thumb {height:112px; padding:5px; background:#FFF;}
.thumb_1 {float: left; height: 50px; width: 60px; padding-top: 30px; font-size: 14px;color:#000; text-align: center; font-weight: 400;}
.thumb_1 .font-28 {font-size:18px; color:red;}
.thumb_2 {float: left; width: 790px;}
.thumb_2_1 {float: left; width: 35px; height: 113px; margin-left:10px; background:url(qh1.gif) no-repeat 0px 20px; cursor:pointer;}
.thumb_2_2 {float: right; width: 35px; height: 113px; background:url(qh2.gif) no-repeat 0px 20px; cursor:pointer;}
#scrool_div {position:relative; width:708px; height:110px; overflow:hidden;}
#scrool_wrap {position:absolute; width:20000px; height:110px;}
#scrool_wrap li {float:left; width:130px; height:100px; margin-right:10px;}
#scrool_div img {width:126px; height:95px; margin:5px}
.normalthumb img {padding:2px; border:1px solid #F9AF10}
.currthumb img {padding:2px; border:1px solid #ff6600;}

/*组图显示方式的样式*/
.imggrouplist {width:90%; margin:0 auto;}
.imggrouplist li {float:left; width:150px; margin:2px; padding:5px; border:1px #f1f1f1 solid; text-align:center; background:#FFFFFF;}
.imggrouplist li img {width:145px; height:120px;}

/*平行显示方式样式*/
.imglist {text-align:center}
.imglist img {border:4px solid #efefef; padding:1px;}
.imglist div {margin-bottom:15px;}
#pageNext {text-align:right;}