@charset "utf-8";
/* CSS Document */
body {
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color:#F2F3F5;
}
ul, ol, li, dl, dt, dd {
	padding:0px;
	margin:0px;
	list-style-type: none;
}
ol {
	margin-left:2.1em;
}
ol li {
	list-style-type: decimal;
	text-indent: 0px;
}
a {
	text-decoration: none;
	color:#333;
}
a:hover {
	color:#1C5675;
}
a img, img, iframe {
	border: none;
}
/* Headers------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.right {
	position:fixed;
	right:20px;
	bottom:110px;
	z-index:100
}
ul.txt_list {
	width:52px;
	display:block;
	margin:0 auto;
}
ul.txt_list li {
	text-align:center;
	width:52px;
	height:52px;
	margin-top:10px;
	display: list-item;
	list-style-type: none;
}
ul.txt_list li a {
	display:block;
	background:#5bb1ff;
	border-radius: 3px;
}
 
.Close {
	width:32px;
	height:32px;
	line-height:32px;
	font-size:12pt;
	position:absolute;
	right:0px;
	top:0px;
}
.Close a {
	display:block;
}
.Close_b, .Close_b a {
	color:#FFF;
}
.leightbox {
	display: none;
	position: fixed;
	right:50px;
	bottom:80px;
	text-align: left;
	z-index:1001;
	color:#FFF
}
#lightbox1 {
	font-size:18px;
	line-height:36px;
	right:80px;
	bottom:113px;
	width: 220px;
	padding: 5px 0px;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	background: url(http://www.inspiry.cn/wp-content/uploads/2018/07/telcall.png) 10px center no-repeat #5bb1ff;
}
.lightbox[id] { /* IE6 and below Can't See This */
	position:fixed;
}
#overlay[id] { /* IE6 and below Can't See This */
	position:fixed;
}
