/* CSS Document */

@font-face {
	font-family: 'icomoon';
	src:url('../font/icomoon.eot');
	src:url('../font/icomoon.eot@#iefix') format('embedded-opentype'),
		url('../font/icomoon.woff') format('woff'),
		url('../font/icomoon.ttf') format('truetype'),
		url('../font/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: "opensans";
  src: url("../font/opensans.woff2") format("woff2"),
       url("../font/opensans.woff") format("woff"),
       url("../font/opensans.ttf") format("truetype"),
       url("../font/opensans.eot") format("embedded-opentype"),
       url("../font/opensans.svg") format("svg");
}
@font-face {font-family: "HELVETICALTSTD-BLKCOND";
  src: url("../font/HELVETICALTSTD-BLKCOND.woff2") format("woff2"),
       url("../font/HELVETICALTSTD-BLKCOND.woff") format("woff"),
       url("../font/HELVETICALTSTD-BLKCOND.ttf") format("truetype"),
       url("../font/HELVETICALTSTD-BLKCOND.eot") format("embedded-opentype"),
       url("../font/HELVETICALTSTD-BLKCOND.svg") format("svg");
}



*{margin:0px; padding:0px;}

body {
	font-family: 'opensans', 'Microsoft Yahei';
	font-size:14px;
	margin:0 auto;
}
a{ color:#444; 
text-decoration:none;
-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;}
	
a:hover{color:#222}


