@charset "utf-8";

* { font-family: "Microsoft Yahei"; }

* { .font-family:"Microsoft Yahei"; }

/* ie8 */
@media \0screen {
    * { font-family:"Microsoft Yahei"; }
}

body.uiWeb {font-family:"Microsoft Yahei";}
/*body.uiMobile * {font-family:none !important;}*/
.uiWeb input, .uiWeb textarea, .uiWeb  select {font-family:Arial, "Microsoft Yahei";}
.uiWeb th, .uiWeb td {/*font-family:none*/}

.uiWeb h1{font-weight: normal}
.uiWeb h2, .uiWeb h2 a{font-weight: normal;}

nav, footer section, footer p, div.related h3, .uiWeb .news_ui h3{font-family: "Microsoft Yahei"; }
#map_canvas h4 {font-family: "Microsoft Yahei"; color: #1E1E1E;}

@media print {
    * { font-family:Arial }
    .bread {border-bottom:1px solid #ccc }
}