/* 定制公共样式 */

/* 手形 */
.cp {
	cursor: pointer !important;
}

.p10 {
	padding: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.m10 {
	margin: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.w30 {
	width: 30px !important;
}

.h50 {
	height: 50px !important;
}

.tal {
	text-align: left !important;
}

.tar {
	text-align: right !important;
}

.c-gray {
	color: gray !important;
}

/* 按钮样式 */
.btn.btn-primary.btn-bordered {
	color: #428BCA;
	background-color: white;
}

.btn.btn-primary.btn-bordered:hover,.btn.btn-primary.btn-bordered.active
	{
	color: white;
	border-color: #428BCA;
	background-color: #428BCA;
}

.btn.btn-success.btn-bordered {
	color: #5CB85C;
	background-color: white;
}

.btn.btn-success.btn-bordered:hover,.btn.btn-success.btn-bordered.active
	{
	color: white;
	border-color: #5CB85C;
	background-color: #5CB85C;
}

.btn.btn-info.btn-bordered {
	color: #31B0D5;
	background-color: white;
}

.btn.btn-info.btn-bordered:hover,.btn.btn-info.btn-bordered.active {
	color: white;
	border-color: #31B0D5;
	background-color: #31B0D5;
}

.btn.btn-warning.btn-bordered {
	color: #EC971F;
	background-color: white;
}

.btn.btn-warning.btn-bordered:hover,.btn.btn-warning.btn-bordered.active
	{
	color: white;
	border-color: #EC971F;
	background-color: #EC971F;
}

.btn.btn-danger.btn-bordered {
	color: #C9302C;
	background-color: white;
}

.btn.btn-danger.btn-bordered:hover,.btn.btn-danger.btn-bordered.active {
	color: white;
	border-color: #C9302C;
	background-color: #C9302C;
}

/* 表格样式 */
.table-center>thead>tr>th {
	text-align: center;
	color: #666;
	background-color: #fff;
}

.table-center>tbody>tr>td {
	text-align: center;
	vertical-align: middle;
}

/* 关闭按钮样式 */
.close {
	font-size: 21px;
}

.close * {
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color:#000 !important;
}

/* 按钮链接 */
.btn-link {
	color: #1ca5fa;
	text-decoration: none;
}

.btn-link:hover {
	color: #ff6633;
}




/*	联系旺旺	*/
.contact-ww {
	display: block;
	position: relative;
}

.contact-ww img {
	width: 92px;
}

.contact-ww label {
	color:white;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	cursor: pointer;
	line-height:31px;
	position: absolute;
	top: 0px;
	left: 35px;
}

/*	metro风格方块	*/

.metro-items {
	display: table;
}

.metro-items .item {
	width:100px;
	height:100px;
	display:block;
	float:left;
	margin:10px;
	cursor: pointer;
	border:1px solid #eee;
	text-align: center;
	padding-top:10px;
}
.metro-items .item:hover {
	border:1px solid #ff6633;
}
.metro-items .item i {
	font-size: 50px;
	margin-bottom:6px;
	display: block;
}
.metro-items .item span {
	color: #666;
}


/* 原生样式 */
* {
	font: 14px/1.5 "Microsoft Yahei", Arial, Helvetica;
}

body {
	min-width: 1200px;
	padding: 0;
	margin: 0;
	border: 0;
}

a {
	color: #1ca5fa;
}

a:hover {
	color: #ff6633;
	text-decoration: none;
}

a:focus {
	color: #1ca5fa;
	outline: none;
	text-decoration: none;
}

img {
	border: 0;
}