body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd{
    
    margin: 0;
    padding: 0;
    
    font-size: 14px;
    font-family: "Microsoft Yahei",sans-serif;
    color: #333;
    
    list-style: none;
    
    cursor: default;
}
*{
    box-sizing: border-box;
}
 

html,body{
    width: 100%;
    height: 100%;
}
 

input,img{
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom; 
}
 

a,a:active,a:visited{
    
    text-decoration: none;
    color: #333;
}
 
a:hover{
    color:#333;
}
 
textarea{
    
    border:none;
    
    outline: none;
    
    resize: none;
}
 
i{
    
    font-style: normal; 
}
 
table{
    
    border-collapse:collapse;
    border-spacing:0;
}
 
 

.clearfix::before,
.clearfix::after{
    content:"";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}
 
.clearfix {
    *zoom: 1;
}
:root{
    --C1:#015293;
    --fontSize15: 15px;
    --fontSize16: 16px;
    --fontSize17: 17px;
    --fontSize18: 18px;
    --fontSize19: 19px;
    --fontSize20: 20px;
    --fontSize21: 21px;
    --fontSize22: 22px;
    --fontSize23: 23px;
    --fontSize24: 24px;
    --fontSize35: 35px;
}
.pr{position: relative;}
.pa{position: absolute;}