@charset "utf-8";
/* CSS Document *//* html5doctor.com Reset Stylesheetv1.4.1 2010-03-01Author:Richard Clark - http://richclarkdesign.com*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
:focus {
	outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
ul, ol, li, dl, dt, dd {
	list-style: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.clear {
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	background: none;
	border: 0;
	font-size: 0
}
.clearfix:after {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	content: ".";
}
.clearfix {
	zoom: 1;
}
.left {
	float: left;
}
.right {
	float: right
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #444;
}
a:link {
	color: #444;
}
a:hover {
	color: #ff6600;
}
a:active {
	color: #ff6600;
}
/*title*/h1 {
	font-size: 50px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 9px;
}
@charset "utf-8";
/* AB模板网提供代码 www.adminbuy.cn */

/*浮动客服*/
.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}

.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: #ff3f29;
	margin: 2px 0 0 0;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}

.toolbar dd:first-child {
	margin-top: 0;
}

.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../images/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
	background-position-y: 0;
}

.toolbar dd.tel i {
	background-position-y: -30px;
}

.toolbar dd.code i {
	background-position-y: -60px;
}

.toolbar dd.top i {
	background-position-y: -90px;
}

.toolbar dd span {
	display: block;
	color: #fff;
	text-align: center
}

.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #ff3f29;
	opacity: 0;
	transition: all .5s;
	text-align: center
}

.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
	text-align: center
}

.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center
}

.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #ff3f29;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}

.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #ff3f29;
	opacity: 0;
	transition: all .5s;
}

.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}

.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #ff3f29;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}

.toolbar dd:hover {
	background: #ff3f29;
}

.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}

.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
@media only screen and (max-width:1200px){
	.toolbar {
		display: none;
	}
}