﻿html,body,form{ width:100%; height:100%;}
body
{
    font-family:微软雅黑,宋体, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #444;
    width: 100%;
    overflow-x:hidden;
    
}
*{ margin:0; padding:0px;
   
}
.l{ float:left;}
.r{ float:right; clear:right;}
.c{ clear:both;}
.m{ width:1072px; margin:0 auto;}
.h{ display:none;}
img{ border:0px;}
a{ color:#444; text-decoration:none;cursor:pointer;}
a:hover
{
    color: #444;
    text-decoration: none;
}
.center{ text-align:center;}

img {
 cursor: pointer;
}
.els{
    overflow:hidden;  
    white-space:nowrap;  
    text-overflow:ellipsis;  
    -o-text-overflow:ellipsis;  
    -icab-text-overflow: ellipsis;  
    -khtml-text-overflow: ellipsis;  
    -moz-text-overflow: ellipsis;  
    -webkit-text-overflow: ellipsis;  
}
/*alert弹出窗口*/
.popwinModal {
  display:none;
}
.popwin {
    position:absolute;
    display:none;
    width:700px;
    background:url(../img/popbg.png) no-repeat;
    text-align:center;
    color:#3a230a;
    font-family:黑体;
    padding-top:140px;
    height:280px;
    font-size:38px;


}

