﻿@charset "utf-8";
body { min-width: 1200px; color: #333; }
a { color: #333; }
.sub-nav { display: none; }
.finance-report { width: 1200px; height: auto; margin: 0 auto; padding-bottom: 60px; min-height: 400px; }
.img-box { width: 1050px; height: 773px; overflow: hidden; margin: 0 auto; padding-bottom: 80px; }
.equity-layer { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 3; display: none; }
.equity-layer-bg { background: #000; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; opacity: 0.8; filter: opacity(80); }
.equity-layer-cont { width: 676px; height: 316px; background: #fff; position: absolute; z-index: 2; left: 50%; top: 50%; margin-left: -373px; margin-top: -188px; padding: 30px 35px; display: none; }
.equity-layer-cont .item { display: none; }
.equity-layer-cont .item-img { width: 200px; height: 200px; float: left; overflow: hidden; }
.equity-layer-cont .item-img img { width: 100%; height: auto; }
.equity-layer-cont .item-tit { font-size: 20px; color: #000; line-height: 34px; padding-left: 235px; }
.equity-layer-cont .item-txt { font-size: 14px; color: #808080; line-height: 34px; padding-left: 35px; height: 272px; overflow: hidden; width: 439px!important; }
.equity-layer-close { width: 32px; height: 32px; background: url(/company/img/equityclose.jpg) 0 0 no-repeat; position: absolute; right: -32px; top: 0; z-index: 2; cursor: pointer; }
