﻿.footer {
  background: #fff;
}

.footer_W {
  width: 1200px;
  margin: 20px auto;
}

.footer_L {
  width: 343px;
  margin-right: 25px;
  border-right: 1px solid #b9b9b9;
}

.footer p {
  line-height: 30px;
  font-size: 14px;
  text-align: left;
  color: #666;
}

.footer_nav {
  color: #fff;
  background: #2862a3;
  width: 100%;
  margin: 0 auto;
}

.footer_nav ul {
  width: 1200px;
  margin: 0 auto;
}

.footer_nav ul li {
  float: left;
  font-size: 14px;
  width: 130px;
  text-align: left;
  padding: 0px 20px;
  line-height: 47px;
  height: 47px;
  background: url(/Content/Areas/Common/images/common/icon.png) no-repeat 140px center;
  border-right: 1px solid #5783b4;
}

.footer_nav ul li:hover {
  background: #00a6e2 url(/Content/Areas/Common/images/common/icon.png) no-repeat 140px center;
  cursor: pointer;
}

.footer_nav a {
  color: #fff;
  display: block;
}

.footer_nav a:hover {
  color: #fff;
  _color: #00a6e2;
}

.img_blue {
  margin-top: 10px;
}

/*右侧浮窗*/
#fixedLayertop {
  position: fixed !important;
  width: 50px;
  height: 340px;
  right: 0;
  top: 150px;
  z-index: 10000;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+71));
}

#fixedLayertop a {
  display: block;
  width: 50px;
  height: 55px;
}

.link_box {
  height: 290px;
  background: #558bc8;
  border-radius: 6px 0 0 6px;
  _height: 270px;
}

/*右侧浮窗*/
#fixedLayerLeft {
  position: fixed !important;
  left: 80px;
  top: 150px;
  text-align: center;
  z-index: 10000;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+71));
}

.fix_item img {
  width: 110px;
  height: auto;
}

.fix_item p {
  text-align: center;
  line-height: 28px;
  margin-bottom: 10px;
  color: #fff;
}

.fix_item:last-of-type p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 16px;
}

.fix_body {
  background: #558bc8;
  border-radius: 6px;
  padding: 10px;
}

.fix_item.phone {
  border-top: 1px solid #fff;
  padding-top: 10px;

}

.fix_item.phone p {
  font-weight: 600;
  font-size: 16px;
}

.fix_body .fix_tit {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

a.chuzhen {
  background: url(/Sites/Uploaded/UserUpLoad/20161107/20161107180659.png) no-repeat center center;
}

a.weixin {
  background: url(/Sites/Uploaded/UserUpLoad/20161108/20161108093319.png) no-repeat center center;
  background-size: 36px;
}

a.sina {
  background: url(/Sites/Uploaded/UserUpLoad/20161108/20161108093358.png) no-repeat center center;
  background-size: 36px;
}

a.zixun {
  background: url(/Sites/Uploaded/UserUpLoad/20161107/20161107181008.png) no-repeat center center;
}

a.top {
  background: url(/Sites/Uploaded/UserUpLoad/20161108/20161108093431.png) no-repeat center 0;
  line-height: 88px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}

.close {
  background: url(/Sites/Uploaded/UserUpLoad/20161107/20161107180528.png) no-repeat center center;
  width: 50px;
  height: 28px;
  margin: 15px auto 0;
  _margin-top: 0;
  cursor: pointer;
}

.weixin_img {
  display: none;
  height: 131px;
  left: -155px;
  padding: 12px;
  position: absolute;
  top: 24px;
  width: 135px;
  background: url(/Sites/Uploaded/UserUpLoad/20161108/20161108091933.png) no-repeat;
}


@media only screen and (max-width:768px) {
  #fixedLayertop {
 display: none;
  }

  #fixedLayerLeft {
 display: none;
  }

  .footer_W #_ideConac {
 display: block;
 width: 80px;
 margin: 0 auto;
  }

  .footer_W {
 width: 100%;
 padding: 0;
 box-sizing: border-box;
  }

  .footer_R .fl {
 width: 100%;
  }

  .footer_R .fl p {
 text-align: center;
  }

  .footer_L {
 display: none;
  }

  p.address {
 display: none;
  }

  .footer_nav {
 display: none;
  }

  .img_blue {
 float: none !important;
 margin-top: 0px;
 text-align: center;
  }

  .img_blue {
 display: none;
  }

  .footer {
 background: #ededed;
 padding: 10px 0;
  }

  .phone_hid,
  p.gongxing {
 display: none;
  }

  .footer_R.fl {
 float: none;
  }
} 