/*顶部导航栏*/
.contact .nav_bar {
  position: absolute;
  top: 0;
}

/**
顶部Banner
 */
.contact .banner {
  position: relative;
}

/**
banner图片大小
 */
.contact .banner_image {
  width: 100%;

}

/*地图*/
.contact .contact1 {
  max-width: 1000px;
  margin: 100px auto;
}

.contact .contact1 {
  width: 90%;
  display: block;
  margin: 60px auto 0 auto;
  max-height: 520px;
}
/*联系方式*/
.contact .contact2{
  max-width: 1000px;
  margin: 100px auto;

}
.contact .contact2 img{
  width: 90%;
  display: block;
  margin: 40px 0 40px 5%;
}
/*图标*/
/*微博*/
.contact .contact3{
  max-width: 1000px;
  margin: 100px auto;
}
.contact .blog {
  width: 30px;
  height: 30px;
  background-image: url("../images/contact/blog.png");
  background-size: 100%;
}
.contact .blog:hover{
  background-image: url("../images/foot/blog_select.png");
}
/*  微信*/
.contact .wechat {
  width: 30px;
  height: 30px;
  background-image: url("../images/contact/wechat.png");
  background-size: 100%;
}
.contact .wechat:hover{
  background-image: url("../images/foot/wechat_select.png");
}
/*  淘宝*/
.contact .taobao{
  width: 30px;
  height: 30px;
  background-image: url("../images/contact/taobao.png");
  background-size: 100%;
}
.contact .taobao:hover{
  background-image: url("../images/foot/taobao_select.png");
}
/*修改图标样式*/
.contact .contact3 li {
  width: 12%;
  /*background-color: blueviolet;*/
  list-style-type: none;
  float: left;
  margin-bottom: 30px;
  color: #e5dfd9;
  font-size: 12px;

}
.contact .contact3 a {
  text-decoration: none;
  color: #e5dfd9;
  font-size: 12px;
}

.contact .contact3 a:hover {
  color: #ffffff;
}

.contact .contact3 li:hover {

  /*background-color: blueviolet;*/
  list-style-type: none;
  float: left;
  margin-bottom: 30px;
  color: #ffffff;
  cursor: pointer;
}

