/*悬浮框*/
/* @media screen and (max-width: 1366px){
  .flow1 {display:none;}
}
 @media screen and (max-width: 1366px){
  .flow {display:none;}
}*/

#msg_win{position:absolute;right:0px;display:none;overflow:hidden;z-index:99;border:1px solid #0066b1;background:#ebf7ff;width:200px;font-size:12px;margin:0px;}
#msg_win2{position:absolute;left:0px;top: 180px !important;position: fixed;display:none;overflow:hidden;z-index:99;border:1px solid #0066b1;background:#ebf7ff;width:170px;font-size:12px;margin:0px;}
#msg_win3{position:absolute;right:0px;top: 180px !important;position: fixed;display:none;overflow:hidden;z-index:99;border:1px solid #0066b1;background:#ebf7ff;width:170px;font-size:12px;margin:0px;}
#msg_win .icos{position:absolute;top:2px;*top:0px;right:2px;z-index:9;}
#msg_win2 .icos{position:absolute;top:2px;*top:0px;right:2px;z-index:9;}
#msg_win3 .icos{position:absolute;top:2px;*top:0px;right:2px;z-index:9;}
.icos a{float:left;color:#FFFFFF;margin:1px;text-align:center;font-weight:bold;width:14px;height:22px;line-height:22px;padding:1px;text-decoration:none;font-family:webdings;}
.icos a:hover{color:#FFCC00;}
#msg_title{ background:url(../image/tc_titlebg.png) repeat-x;border-bottom:1px solid #00518c;border-top:1px solid #FFF;border-left:1px solid #FFF;border-right:1px solid #FFF;color:#FFFFFF;height:25px;line-height:25px;text-indent:5px;font-weight:bold;}
#msg_title2{ background:url(../image/tc_titlebg.png) repeat-x;border-bottom:1px solid #00518c;border-top:1px solid #FFF;border-left:1px solid #FFF;border-right:1px solid #FFF;color:#FFFFFF;height:25px;line-height:25px;text-indent:5px;font-weight:bold;}
#msg_title3{ background:url(../image/tc_titlebg.png) repeat-x;border-bottom:1px solid #00518c;border-top:1px solid #FFF;border-left:1px solid #FFF;border-right:1px solid #FFF;color:#FFFFFF;height:25px;line-height:25px;text-indent:5px;font-weight:bold;}
#msg_content{margin:5px;margin-right:0;width:200px;height:200px;overflow:hidden;}
#msg_content:hover{width:220px;height:220px;
-webkit-transition: 0.2s ease-in 0s;
-o-transition: 0.2s ease-in 0s;
transition: 0.2s ease-in 0s;}
#msg_content2{margin:5px;margin-right:0;width:160px;height:160px;overflow:hidden;}
#msg_content3{margin:5px;margin-right:0;width:160px;height:160px;overflow:hidden;}
.xlb{ width:11px; height:11px;}
.zp_msg{ height:30px;}
.tc{ text-align:center;}
.line{ height:20px; border-bottom:1px #CCCCCC dashed;}
.blue{ color:#0066b1;}
.msg_p{ height:25px;}