﻿.footer {
  background: #c9c9ca;
  border-top: #e6e6e6 2px solid;
  padding: 25px 0;
}

.footer_advise {
  display: none
}

.footer_In {
  width: 1200px;
  margin: 0 auto;
}

.footer_left {
  width: 800px
}

.sydw {
  float: left;
  margin: 0 30px 0 10px;
}

.footer p {
  line-height: 28px;
  color: #161515
}

.footer p a {
  color: #161515
}

.footer p a:hover {
  color: #2076bd
}

.footer p.p2 .footer_nav a {
  color: #161515;
}

.footer_right strong {
  font-weight: normal;
}

.footer p.p2 .footer_nav a:hover {
  color: #2076bd
}

.p4 {
  display: none
}

#_ideConac img {
  margin-top: 20px;
}

/*左侧浮窗*/
#fixedLayertop {
  position: fixed !important;
  width: 50px;
  height: 282px;
  background: #548aa8;
  border-radius: 6px 0 0 6px;
  right: 0;
  top: 71px;
  z-index: 10;
  /* _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+71)); */
}

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

#fixedLayertop a:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

a.time {
  background: url(/Content/Areas/Common/images/main/icon4.png) no-repeat center center;
}

a.weixin {
  background: url(/Content/Areas/Common/images/main/icon5.png) no-repeat center center;
}

a.sina {
  background: url(/Content/Areas/Common/images/main/icon6.png) no-repeat center center;
}

a.message {
  background: url(/Content/Areas/Common/images/main/icon7.png) no-repeat center center;
}

a.top {
  background: url(/Content/Areas/Common/images/main/icon8.png) no-repeat center center;
}

.close {
  background: url(/Content/Areas/Common/images/main/icon9.png) no-repeat center center;
  width: 50px;
  height: 28px;
  margin-top: 15px;
  _margin-top: 0;
}

.weixin_img {
  display: none;
  height: 131px;
  left: -155px;
  padding: 10px;
  position: absolute;
  top: -40px;
  width: 135px;
}

.footer_left_btm{
  margin-left: 120px;
}
.footer_right{
  width: 400px;
  text-align: right;
  display: flex;
  padding-top: 60px;
}
.footer_right .img_er{width: 132px;display: inline-block;text-align: center;}
.footer_right .img_er img{
  width: 100%;
  transform: scale(.8);
}
@media only screen and (max-width: 1200px) {
  .footer {
 width: 1200px
  }
}

@media only screen and (max-width: 1024px) {
  .footer {
 width: 100%
  }

  .footer_In {
 width: 100%
  }
}

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

  .footer {
 border-top: none;
  }

  .footer_left {
 width: 100%
  }

  .footer_right, .footer_left_btm {
 display: none
  }

  .footer p {
 text-align: center
  }

  .sydw {
 display: none;
  }

  .p4 {
 display: block
  }

  .p2, .p3 {
 display: none;
  }

  .GongXin {
 display: none
  }
} 