
@charset "utf-8";
@font-face {

    font-family:'方正细等线简体.ttf';
    src:
	local('方正细等线简体'),
	url('../css/方正细等线简体.ttf') format('truetype'); 

}


* {
    margin: 0px;
    padding: 0px;
}
html {font-size: 100%;  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body{
   
	font-size: 1em;
	font-family: '方正细等线简体','微软雅黑','宋体';
	text-align: center;
	                           /*定义背景颜色*/

}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


[hidden] {
    display: none;
}

ol, ul ,li{list-style:none} 
img {border: 0; vertical-align:middle} 

.clear{clear:both;width:100%; overflow:hidden;} 

a{color:#000000;text-decoration:none}  
a:hover{color:#BA2636}
a:focus {
    outline: thin dotted;
}


b,
strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



