.wrap{background: #f9f9f9;}
/*nav-咨询*/
.banner{width: 100%;}
.banner>img{width: 100%;height: auto;}
.contbox{width: 1200px;margin: auto;}
.currentPosition{padding: 20px 0;margin-bottom: 30px;}
.detailpage .currentPosition{margin-bottom: 0;}
.currentPosition>a{font-size: 12px;}
.currentPosition>a:after{content: ">";color: #999;}
.currentPosition>a:last-child:after{content: "";}
.currentPosition>a:last-child{color: #333333;}
a.linkNext:after{color: #333;}
/*tab*/ 
.tabbox{width: 1200px;margin: auto;height: 80px;background: #fff; box-shadow: 0 1px 1px 1px #d7d7d7; -webkit-box-shadow: 0 1px 1px 1px #d7d7d7; border-radius: 5px; padding: 0 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 30px; } 
.tabbox>div{width: 260px;height: 60px;line-height: 60px;text-align: center;font-size: 16px;color: #999;border-top-right-radius: 5px;border-top-left-radius: 5px;margin-top: 20px;cursor: pointer;}
.tabbox>div>*{display: inline-block;vertical-align: middle;}
.tabbox>div>i{width: 22px;height: 22px;margin-right: 18px;}
.icon_store{background: url(../image/icon_store.png) no-repeat center center;background-size: contain;}
.icon_law{background: url(../image/icon_law.png) no-repeat center center;background-size: contain;}
.tabbox>div:hover,.tabbox>div.on{color: #fff;background: #0075c1;}
.tabbox>div.on .icon_store{background: url(../image/icon_store_on.png) no-repeat center center;background-size: contain;}
.tabbox>div.on .icon_law{background: url(../image/icon_law_on.png) no-repeat center center;background-size: contain;}

/*社区普法点*/ 
.infobox{width: 1200px;margin: auto;display: none;}
.storebox{display: block;}
.infoItem{width: 300px;margin-right: 150px;margin-bottom: 30px;} 
.infoItem:nth-of-type(3n){margin-right: 0;}
.infoItem>.img>img{display: block;margin: auto;}
.infoItem>dl{position: absolute;bottom: 65px;width: 100%;}
.infoItem>dl>dt{font-size: 26px;color: #333;}
.infoItem>dl>dd{font-size: 20px;color: #999;}
.infoItem>.innerbox{width: 100%;height: 100%;position: absolute;top: 100%;left: 0;background: #0075c1;padding: 80px 50px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #fff;}
.infoItem>.innerbox>dl{margin-bottom: 80px;}
.infoItem>.innerbox>dl>dt{font-size: 32px;margin-bottom: 20px;}
.infoItem>.innerbox>dl>dd{font-size: 24px;}
.infoItem>.innerbox>p{font-size: 16px;line-height: 30px;}

/*分所*/
.fensuo .font-box{display: flex;background: #fff;margin-bottom: 30px;align-items: center;padding: 20px 30px;}
.fensuo .font-box:hover{box-shadow:0px 0px 10px 0px rgba(46,68,199,0.11);}
.fensuo .font-box>.img{width: 280px;height: 200px;overflow: hidden;margin-right: 25px;}
.fensuo .font-box>.img>img{width: 100%;height: 100%;position: relative;transition: all 0.3s;}
.fensuo .font-box>.img:hover img {transform: scale(1.2);}
.fensuo .font-box>.innerbox{text-align: left;padding: 30px 0;}
.fensuo .font-box>.innerbox>div{font-size: 18px;color: #3A6EA2;}
.fensuo .font-box>.innerbox>p{font-size: 15px;line-height: 30px;}

/*分所详情*/
.introduce-box .img-box{padding-right: 40px;width: 550px;}
.introduce-box .img-box img{width: 100%;height: auto;vertical-align: top;}
.introduce-box .description{font-size: 15px;line-height: 30px;padding-bottom: 30px;min-height: 320px;}
.introduce-box .description h3{font-size: 20px;font-weight: bold;color: #333;padding-bottom: 20px;}
.introduce-box .lawyer-box h3{font-size: 15px;padding-bottom: 20px 0;}
.introduce-box .lawyer-box li{line-height: 30px;font-size: 15px;padding: 10px 0;}
.introduce-box .lawyer-box li a{color: #328adc;cursor: pointer;}
.introduce-box .lawyer-box li a.nojump{color: #666;cursor: default;}
.introduce-box .show-img-box{margin-top: 30px;}
.introduce-box .show-img-box .show-img-item{width: 350px;height: 200px;margin-right: 75px;margin-bottom: 20px;}
.introduce-box .show-img-box .show-img-item:nth-of-type(3n){margin-right: 0;}
.introduce-box .show-img-box .show-img-item img{width: 100%;height: 100%;vertical-align: top;}