﻿
/*弹出层*/
#myHiddenDiv {display:none;}
.popup {height: 550px;border:1px solid #ccc; background:url(../Images/b1-bg06.gif) repeat-x left top #fff;padding-bottom:10px;}
.popup a:hover{ text-decoration:none; color:#fff;}
.popup-header { padding-top:10px; height:38px; line-height:32px;}
.popup-header h2 {font-size:14px; width:100%; text-align:center;}
.popup-body { width:100%; padding-top:30px;height: 350px }
.popup-body strong{ display:block; text-align:center; font-size:14px; font-weight:normal; margin-bottom:5px;}
.con{ padding:10px; width:692px; height:350px; margin:0 auto 20px auto; overflow:auto; border:1px solid #a4c9e3;}
.con p{ text-indent:2em; line-height:18px; margin-bottom:10px;}
.con b{ text-indent:2em;}
.close_ss{ display:block;color:#fff;text-decoration:none;font-size:12px;font-weight:700; background:url(../Images/b1-bg07.gif) no-repeat; width:156px; height:24px; line-height:24px; text-align:center;margin-top: 100px;margin-left: 300px;}
