@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
	
  /* 解决IOS默认滑动很卡的情况 */
  
  
}
/* 禁止缩放表单 */




.map img {
  max-width: inherit;
}
/* 取消链接高亮  */


/* 设置HTML5元素为块 */


/* 图片自适应 */








input:focus,
textarea:focus {
  outline: none;
}






.rightfix {
	font-size: 16px;
  position: fixed;
  top: 30%;
  right: 0px;
  border-right: none;
  z-index: 99;
  box-shadow: 0px 4px 32px 0px rgba(135, 134, 134, 0.15);
}
.fix_ul li {
	font-size: 16px;
  text-align: center;
  float: none;
  position: relative;
  width: 88px;
  cursor: pointer;
  line-height: 25px;
  padding: 10px 0;
  background: #Fff;
  margin-bottom: 0px;
  border-bottom: 1px solid  #e0e0e0;
}
.fix_ul li i {
	
  font-size: 24px;
  color: #5e6062;
}
.fix_ul li p {
  color: #5e6062;
  font-size: 13px;
}
.fix_ul li a {
  color: #5e6062;
}
.fix_ul li:last-child {
  border-bottom: none;
}
.fix_ul li:hover > a > p {
  color: #FFF;
}
.fix_ul li:hover {
  background: #209f2e;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover > p {
  color: #FFF;
}
.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  min-width: 180px;
  -o-transform: scale(0);
  position: absolute;
  color: #fff;
  right: 0rem;
  top: 0px;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #209f2e;
  padding: 20px 20px;
  line-height: 20px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover a {
  color: #fff;
}
.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  right: 94px;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover {
  background: #209f2e;
}
.fix_ul li:hover i {
  color: #fff;
}


@media only screen and (max-width: 750px){
	.rightfix{display:none}
}

