* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a,img {
	border: 0;
}
/*
body {
	font: 12px/180% Arial, Helvetica, sans-serif, "宋体";
}
*/
/* suspend */
.suspend {
	width: 40px;
	height: 198px;
	position: fixed;
	top: 200px;
	right: 0;
	overflow: hidden;
	z-index: 9999;
}

.suspend dl {
	width: 120px;
	height: 198px;
/*	border-radius: 25px 0 0 25px;*/
	padding-left: 40px;
	box-shadow: 0 0 5px #e4e8ec;
}

.suspend dl dt {
	width: 40px;
	height: 198px;
/*    border-radius: 20px 0 0 20px;*/
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color:#3598dc;
	color: #fff;
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
    font-weight: bold;
}

.suspend dl dd.suspendQQ {
	width: 120px;
	height: 85px;
	background: #ffffff;
	text-align: center;
	padding-top: 10px;
}

.suspend dl dd.suspendQQ a {
	width: 120px;
	height: 85px;
	display: block;
	overflow: hidden;
}

.suspend dl dd.suspendTel {
	width: 120px;
	height: 112px;
	background: #ffffff;
	border-top: 1px solid #e4e8ec;
	text-align: center;
	padding-top: 10px;
}

.suspend dl dd.suspendTel a {
	width: 120px;
	height: 112px;
	display: block;
	overflow: hidden;
}

* html .suspend {
	position: absolute;
	left: expression(eval(document.documentElement.scrollRight) );
	top: expression(eval(document.documentElement.scrollTop +200) )
}



/* Scroll Top */
.scroll-to-top > i {
  color: #657383;
  font-size: 32px;
  opacity: 0.7 ;
  filter: alpha(opacity=70) ;
}

.scroll-to-top {
  padding: 2px;
  text-align: center;
  position: fixed;
  z-index: 10001;
  bottom: 5px;
  display: none;
  right: 20px;
}
.scroll-to-top > i {
  display: inline-block;
  font-size: 32px;
  opacity: 0.7 ;
  filter: alpha(opacity=70) ;
}
.scroll-to-top:hover {
  cursor: pointer;
}
.scroll-to-top:hover > i {
  opacity: 1 ;
  filter: alpha(opacity=100) ;
}

@media (max-width: 991px) {
  /* 991px */
  .scroll-to-top {
    right: 10px;
  }
  .scroll-to-top > i {
    font-size: 28px;
  }
}


/* Scroll Top */