﻿/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, p, form, input, select, button, textarea, table, tr, th, td, iframe {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

body {
	min-width: 1240px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #333;
}

@font-face {
	font-family: 'DIN-Light';
	src: url('din-light.eot'); /* IE9 Compat Modes */
	src: url('din-light.eot') format('embedded-opentype'), /* IE6-IE8 */
		 url('din-light.woff') format('woff'), /* Modern Browsers */
		 url('din-light.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('din-light.svg#din-light') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}

/* 链接 */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #FE2642;
}

/* 文字大小 */
.f12 {
	font-size: 12px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f24 {
	font-size: 24px;
}


.f31 {
	font-size: 31px;
}

.f36 {
	font-size: 36px;
}
.f40 {
	font-size: 40px;
}

.fxx{
	font-size: 22.3px;
}


/* 颜色 */
.gray {
	color: #666;
}
.lightgray {
	color: #999;
}

/* 对齐 */
.t_c {
	text-align: center;
}
.t_r {
	text-align: right;
}

/* 表单 */
input, select, textarea, label {
	font-family: "微软雅黑";
	font-size: 14px;
	vertical-align: middle;
}
.form_text {
	padding: 0 5px;
	height: 30px;
	border: 1px solid #CCC;
	border-radius: 2px;
	line-height: 30px;
}
.form_select {
	padding: 5px;
	height: 32px;
	border: 1px solid #CCC;
	border-radius: 2px;
	line-height: 24px;
}
.form_textarea {
	padding: 5px;
	border: 1px solid #CCC;
	border-radius: 2px;
	line-height: 24px;
}

/* 页面布局 */
.container {
	margin: auto;
	width: 1240px;
}
.w160 {
	width: 160px;
}
.w200 {
	width: 200px;
}
.w360 {
	width: 360px;
}
.w280 {
	width: 280px;
}
.w680 {
	width: 680px;
}

/* 浮动 */
.f_l {
	float: left;
}
.f_r {
	float: right;
}
.clearfix {
	clear: both;
}

/* 边距 */
.pt6 {
	padding-top: 6px;
}
.pb8 {
	padding-bottom: 8px;
}
.pt80 {
	padding-top: 80px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb100 {
	padding-bottom: 100px;
}
.mb40 {
	margin-bottom: 40px;
}