.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}
.color-white {
	color: white!important;
}
.red {
	color: #fc8080!important;
}
.fz12 {
	font-size: 12px;
}
.fz14 {
	font-size: 14px;
}
.wfs {
	width: 100%;
	position: relative;
}
.p_r {
	position: relative;
}
.sidebar {
	position: fixed;
	z-index: 55;
	right: 0;
	bottom: 1px;
	width: 70px;
	height: 183px;
}
.sidebar-box {
	position: relative;
	float: right;
}
.sidebar .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #353535;
	margin-bottom: 2px;
	cursor: pointer;
	outline: none;
}
.sidebar .a.active, .sidebar .a:hover {
	background: #00afc7;
}
.sidebar .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url(../images/side_icon.png);
	background-repeat: no-repeat;
}
/* .sidebar .a-service .i{background-position:0 0;} */
.sidebar .a-service .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/sidebar-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.sidebar .a-service-phone .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../images/sidebar-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}
.sidebar .a-qrcode .i {
	background-position: -44px 0;
}
.sidebar .a-cart .i {
	background-position: -88px 0;
}
.sidebar .a-top .i {
	background-position: -132px 0;
}
.sidebar .a-top {
	background: #aaa;
	display: none;
}
.sidebar .a-top:hover {
	background: #c0c1c3;
}
.sidebar .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 55px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.sidebar .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/side_bg_arrow.png) no-repeat;
	right: -8px;
}
.sidebar .d-service {
	top: 0;
}
.sidebar .d-service-phone {
	top: 30px;
}
.sidebar .d-qrcode {
	top: 0;
}
.sidebar .d-service .arrow {
	top: 18px;
}
.sidebar .d-service-phone .arrow {
	top: 30px;
}
.sidebar .d-qrcode .arrow {
	top: 106px;
}

.sidebar .d .inner-box {
	padding: 8px 22px 12px;
}
.sidebar .d-service-item {
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}
.sidebar .d-service .d-service-item {
	border-bottom: none;
}
.sidebar .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.sidebar .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.sidebar .d-service-item:hover .i-qq {
	background-position: center 3px;
}
.sidebar .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}
.sidebar .d-service-item h3 {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.sidebar .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.sidebar .d-service-item .text .number {
	font-family: 'HelveticaNeue';
	font-size: 18px;
}
.sidebar .d-service-intro {
	padding-top: 10px;
}
.sidebar .d-service-intro p {
	float: left;
	font-family: 'HelveticaNeue';
	line-height: 22px;
	font-size: 14px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.sidebar .d-qrcode {
	text-align: center;
}
.sidebar .d-qrcode .inner-box {
	padding: 20px 0 19px;
}
.sidebar .d-qrcode .inner-box img {
	width: 120px;
}
.sidebar .d-qrcode p {
	font-size: 14px;
	color: #93959c;
}
