
@charset "utf-8";
/* CSS Document

@font-face {
    font-family:Lovelo;
    src: url(../css/global.css);
} 
html{ margin:0px; padding:0px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td{margin:0;padding:0;color:#555;font:normal 12px/150% "Microsoft YaHei","tahoma"; font-family:"Microsoft YaHei","tahoma"; border-collapse:collapse; line-height:180%;-webkit-text-size-adjust:none;}
 */

* { padding:0; margin:0; }


body { width:100%; height:100%; background:#f7f7f7; line-height:1.5em; font-size:16px; font-family: "Microsoft YaHei",Arial; color:#494949; overflow-x:hidden;}
ul,ul li { list-style:none; }

h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1 { font-size:30px; }
h2 { }
h3 { font-size:24px;}
h4 { }
h5 { }
h6 { }

a { text-decoration:none; color:#494949; }
a:hover { color:#d32817 }
.index { background:#fff; color:#887e7e; }
.index h1 { line-height:40px; font-size:40px; color:#d62918; }
.index h2 { font-size:36px; color:#d62918; }
.index h3 { font-size:22px; color:#4c4242; }
.index h4 {  }
.index h5 {  }
.index h6 {  }


button { font-family:"Microsoft YaHei"; cursor:pointer; }
input { font-family:"Microsoft YaHei"; color:#333; }
img { border:0 }

hr { size:1px; color:#ccc }

.breadcrumb { line-height:3em; }

.radius3{
	border-radius:3px;
	-moz-border-radius: 3px;       
	-webkit-border-radius: 3px;
}



