/*底部*/
@media (max-width: 768px) {
  #quanjing { width: 430px; height:930px}
}

.links_main{
    margin:0 360px 0 360px
}

@media (max-width: 600px) { .abc{display:none; }}
@media (max-width: 600px) { .links_main{margin:0; }}


.footer {
	color: #808080;
	padding: 55px 0;
	background: #1c1c1c;
}
.footer a {
	color:#808080;
}
.footer .left {
	width: 850px;
}
.footer .fnav {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 20px;
}
.footer .fnav a {
	float: left;
	color:#808080;
	padding: 0 15px;
	border-right: 1px solid #808080;
}
.footer .fnav a:first-child {
	padding-left: 0;
}
.footer .fnav a:last-child {
	border: 0;
}
.footer .left p {
	font-size: 14px;
	line-height: 24px;
}
.footer .left p.copyright {
	padding-top: 25px;
}
.footer .ewm {
	float:left;
	width: 120px;
	padding: 10px;
	background: #fff;
}
.footer .ewm:last-child {
	margin-left: 25px;
}
.footer .ewm img {
	display: block;
	width: 100%;
	height: 100%;
}
.footer .ewm span {
	display: block;
	color: #5b5a5a;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
}
 .footer .ewm:-child span .icon {
background-position: -113px -11px;
}
/*二维码弹窗*/

.ewmbox {
	width: 300px;
	height: 320px;
	padding-top: 20px;
	background: #fff;
	z-index: 9999;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -170px 0 0 -150px;
	text-align: center;
	font-size: 16px;
	display: none;
}
.ewmbox .close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: -25px;
	right: -40px;
	cursor: pointer;
	border-radius: 100%;
	background: #f3f3f3 url(../image/dialogClose.png) no-repeat center center;
	transition: all ease 300ms;
}
.ewmbox .close:hover {
	transform: rotate(180deg);
}
.ewmbox img {
	width: 260px;
	height: 260px;
	display: block;
	margin: 0 auto 10px;
}
.dialog-layout {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
/*浮动客服*/

.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:#008cd7;
	margin-top: 2px;
	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(/res/image/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;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background:#008cd7;
	opacity: 0;
transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent#008cd7;
	;
	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:#008cd7;
	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#008cd7;
	;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #333;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}