/* 滚动条 */
.jspContainer{overflow:hidden;position:relative}
.jspPane{position:absolute}
.jspVerticalBar{position:absolute;top:0;right:0;width:11px;height:100%;background:url(../images/scroll_02.png) repeat-y 0 center;}
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:16px;background:url(../images/scroll_02.png) repeat-x center;}
.jspCap{display:none}
.jspHorizontalBar .jspCap{float:left}
.jspTrack{position:relative}
.jspDrag{background:url(../images/scroll_01.png) no-repeat #fff center; border-radius:5px; position:relative;top:0;left:0;cursor:pointer}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}
.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer;padding:0;margin:0}
.jspArrow.jspDisabled{cursor:default;background:#80808d}
.jspVerticalBar .jspArrow{height:16px}
.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}
.jspVerticalBar .jspArrow:focus{outline:none}
.jspCorner{background:#eeeef4;float:left;height:100%}
* html .jspCorner{margin:0 -3px 0 0}

.aboutScrollPanel { width:100%; height:425px; overflow:auto; }
.profileScrollPanel { width:100%; height:350px; overflow:auto; }
.industryScrollPanel { width:100%; height:270px; overflow:auto; }
.wh_img{ width:180px; height:190px; float:left; margin:0 15px; }
.wh_img img{width:180px; height:140px;}
/*.aboutScrollPanel img{ width:180px; height:140px;}*/
.aboutScrollPanel .wh_img h3{ color:#3e2706; font-size:12px; font-weight:normal; line-height:20px; text-align:center;}
.aboutScrollPanel table tr td{color:#3e2706;}

.lybk td{ border:1px solid #cac5ac;}