﻿@charset 'utf-8';
*{
	margin:0;
	padding:0;
}
body{
	font: 14px "\5FAE\8F6F\96C5\9ED1",Verdana,Tahoma,Arial,Helvetica,sans-serif;
	background: #ffffff;
	color: #333333;
}
h1, h2, h3, h4, h5, h6, table, td, tr, th {
	font-size: 14px;
	font-weight:normal;
}
ol,ul{
	list-style: none;
}
img{
	border:0;
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#e92032;
	text-decoration:none;
}
a:active {
	color:#333;
	text-decoration:none;
}
.clear{
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right !important;
}
.layout {
	width:100%;
	margin: 0 auto;
}

/*---免费电话提示设置---*/
.tel_tip {
	display: none;
	position: absolute;
	left: 128px;
	top: 268px;
	width: 198px;
	height: 85px;
	font-size: 12px;
	background: rgb(255, 236, 191) !important;
	text-decoration: none;
	padding: 20px 10px;
	line-height: 16px;
	cursor: pointer;
}
.tel_tip .tel_tip1 {
	color: #333;
	margin-bottom: 3px;
	text-decoration: none;
	background: url(../images/tip-icon.png) 0 -8px no-repeat!important;
	padding-left: 15px;
}
.tel_tip .tel_tip2 {
	color: #333;
	margin-bottom: 3px;
	text-decoration: none;
	background: url(../images/cb-tip-icon.png) 0 -22px no-repeat!important;
	padding-left: 5px;
}
.tel_tip .tel_tip3 {
	color: #C60;
	text-align:left
}
.tel_tip .tel_tip3 em {
	font-weight: bold;
	font-style: inherit;
}
.tip_close {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	background: url(../images/guanbi.jpg) no-repeat;
}