﻿@charset "utf-8";
/* CSS Document */

/*IE6下默认DIV高度为15px*/
*{margin:0;padding:0;}

body, h1, h2, h3, h4, h5, ul, dl, li, dt, dd, p {margin: 0;padding: 0;}
ul, dl { list-style-type: none;}
body{color:#333333;font-family:"微软雅黑","宋体",Arial,SimSun,sans-serif; vertical-align: baseline; font-size:12px; -webkit-text-size-adjust:none;}

a {color: #414142;text-decoration: none;-moz-outline:none;outline:none;cursor:pointer;}
a:focus, input:focus {-moz-outline:none;outline:none;/*FF下去掉虚线框*/}
a:hover {color:#BA2636;text-decoration: none;}

pre {white-space: pre-wrap;word-wrap: break-word;}
table {border-collapse: collapse;border-spacing: 0;width: 100%;}
caption, th, td {font-weight: 400;}
img {vertical-align: middle;border:none;}
ul, ol {list-style: none outside none;}

h1 {font-size:130%; font-weight:bold; }
h2 {font-size:115%; font-weight:bold; }
h3 {font-size:100%; font-weight:bold;}
.blod{ font-weight:bold;}

/*IE6仿fixed*/
/*html {   
 _background-attachment: fixed;           
}*/

/*清除浮动*/
.clearfix:after{
	clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

/*常用*/
.radius{ border-radius:5px;}
.pointer{ cursor:move;}

/*hack*/
/*
Ff，IE7，IE6
background:orange;	*background:blue;	_background:green;
Ff，IE6，IE7
background:orange;	*background:blue;	*+background:green;
*/
body{ background:url(../images/newnr/bj.gif) repeat;}