/* Base color */
.grey-1 {
	color: #f2f2f2;
}

.grey-2 {
	color: #f3f3f3;
}

.grey-3 {
	color: #ddd;
}

.red-1 {
	color: #c11920;
}

.red-2 {
	color: #b61017;
}

.orange-1 {
	color: #ff7300!important;
}

/* Base width */
.w-1190 {
	width: 1190px;
}

/************ Common ************/
html {
	overflow-y: scroll;
}
body {
	font-family: Tahoma,"\5b8b\4f53",Arial,Helvetica,sans-serif;
}

a:hover,
li:hover {
	transition: all 0.3s;
	/* Firefox 4 */
	-moz-transition: all 0.3s;
	/* Safari & Chrome */
	-webkit-transition: all 0.3s;
	/* Opera */
	-o-transition: all 0.3s;
}

a:hover {
	text-decoration: none;
}

/* float*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/* width */

.w-200 {
	width: 200px !important;
}

.w-500 {
	width: 500px !important;
}


/* height */

.h-10 {
	height: 10px !important;
}

.h-20 {
	height: 20px !important;
}


/* margin */
.mr-0 {
	margin-right: 0 !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-22 {
	margin-top: 22px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-18 {
	margin-bottom: 18px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}
.clearfix:before,.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;overflow:hidden;}
.clearfix {zoom:1; /* for ie6 & ie7 */}
.clear {clear:both;display:block;font-size:0;height:0; line-height:0;overflow:hidden;}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:none;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* padding */
.pt-40 {
	padding-top: 40px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pr-10 {
	padding-right: 10px !important;
}