/* 设置思源黑体 */
@font-face {
  font-family: 'iconfont';
  src: url('/rail/statics/css/rail2/iconfont.eot');
  src: url('/rail/statics/css/rail2/iconfont.eot?#iefix') format('embedded-opentype'),
      url('/rail/statics/css/rail2/iconfont.woff2') format('woff2'),
      url('/rail/statics/css/rail2/iconfont.woff') format('woff'),
      url('/rail/statics/css/rail2/iconfont.ttf') format('truetype'),
      url('/rail/statics/css/rail2/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont;" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

select {
    appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
padding-right: 14px;
}
select::-ms-expand { display: none; }



/* CSS Document */
body,html{
	width: 100%;
    /*-webkit-filter:grayscale(100%);*/
     /*-moz-filter:grayscale(100%);*/
     /*-ms-filter:grayscale(100%);*/
     /*-o-filter:grayscale(100%);*/
     /*filter:url('gray.svg#grayscale');*/
     /*filter:grayscale(1);*/
    /* filter:gray;*/
    /* height: 100%; */
}
body,h1,h2,h3,h4,h5,h6,dl,dd,p {
	margin:0;
    font-size:16px;
}
ul,ol,li{
	margin:0;
	padding:0;
	list-style:none;	
}
em,i{
	font-style:normal;	
}
/* img{
	vertical-align:top;
	border:none;	
} */
.clearfix:after{
	content:"";	
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
	visibility:hidden;	
}
.clearfix{
	*zoom:1;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
input,button{
	border: 0;
	padding: 0;
	margin: 0;
	outline:0;
	background: none;
}




body,h1,h2,h3,h4,h5,h6,dl,dd,p {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

body {
    font-family: 'Microsoft YaHei' !important;
    color: #333;
}

.w {
    width: 1000px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right !important;
}

.tc {
    text-align: center
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}



.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

i,
em {
    font-style: normal;
}
.main{
	width:1000px;
	margin:0 auto;
}
	