/**
 * author:wangjia
 * Date:Fri Apr 08 2016 
 */
 @charset "utf-8";
 .bg{ width: 100%; min-width: 1500px; height: 950px;}
 .logo{ width: 250px; height: 130px; position: absolute; top: 50px; left: 50%; margin-left: -125px;}
 #j-flash{ width: 100%; }

.mask{ position: fixed; top: 0; left: 0; width: 100%; height: 1200px; background: #000; opacity: 0.8; z-index: 90;}
.popbox{ width: 800px; height: 500px; background: #eee; position: fixed; top: 50%; left: 50%; margin-top: -250px; margin-left: -400px; z-index: 91;}
.popbox .close{ width: 40px; height: 40px; background: #eee; position: absolute; top: 0; right: -40px; background: url(../images/close.png) no-repeat; }
.popbox .content{ width: 90%; margin: 0 auto;}
.popbox h2{ width: 100%; height:60px;  border-bottom: 1px solid #ccc; font: normal 20px/60px "Microsoft Yahei"; color: #333; text-align: center;}
.popbox .detail{ width: 100%; height: 400px; margin-top: 15px; font: normal 14px/2 "Microsoft Yahei"; color: #555; overflow: auto; }
b,strong{ font-weight: bold;}
td{ border: 1px solid #ccc; padding: 5px 10px;}