.footer {
  padding-top: 40px;
  position: relative;
  z-index: 3;
  background-color: #404040;
}
.footer dl {
  padding-left: 2%;
  float: left;
  margin-bottom: 24px;
  padding-bottom: 24px;
  color: #fff;
}
.footer dl dt {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  font-weight: bold;
}
.footer dl dd {
  line-height: 32px;
  font-size: 12px;
}
.footer dl dd a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.footer .contact-us {
  padding-left: 0;
  padding-right: 50px;
}
.footer .contact-us dt img {
  width: 105px;
}
.footer .contact-us dd {
    padding-top: 18px;
  line-height: 18px;
  vertical-align: middle;
}
.footer .contact-us dd img {
  vertical-align: middle;
  margin-bottom: 4px;
}
.footer .contact-us .icons {
  margin-top: 40px;
}
.footer .contact-us .icons li {
  position: relative;
  display: inline-block;
  margin-right: 18px;
}
.footer .contact-us .icons .code_img {
  position: absolute;
  top: -150px;
  z-index: 10;
  left: 0px;
  display: none;
  width: 100px;
  padding: 4px;
  background: #fff;
  box-shadow: 0 0 5px #888;
}
.footer .contact-us .icons .code_img > img {
  width: 100px;
}
.footer .contact-us .icons p {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
  color: #333;
  line-height: 20px;
}
.footer .codedl {
  padding-left: 3%;
}
.footerbar {
  margin-bottom: 84px;
  text-align: center;
  color: #d2d2d2;
  background: #3c3c3c;
  font-size: 12px;
  height: 48px;
  line-height: 48px;
}
.footerbar  a{ 
  color: #d2d2d2;
}
.fixed {
  position: fixed;
  bottom: 0;
  z-index: 20;
  width: 100%;
  padding: 24px 0;
  background-color: #1b4a94;
}
.fixed .input-group {
  display: inline-block;
  margin-right: 45px;
  color: #fff;
}
.fixed .input-group input {
  width: 170px;
  height: 36px;
  border-radius: 6px;
  margin-left: 5px;
  box-sizing: border-box;
  padding: 4px 8px;
  font-weight: 300;
}
.fixed .talkus {
  width: 142px;
  height: 35px;
  background: url(../images/goTalk.png) no-repeat center;
  float: right;
}
.fixed .talkus a {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 35px;
}
.aside_ul {
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 20;
 
}
 .aside_ul li {
   display: none;
  position: relative; 
  width: 88px;
  height: 88px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e9ed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.aside_ul li a{ display: block; height: 100%;}
.aside_ul .icon {
  width: 25px;
  height: 25px;
  margin: 0 auto 5px;
}
.aside_ul .icon img{
  padding-top: 22px;

}
.aside_ul li span {
  display: block;
  color: #1d1d1d;
  font-size: 16px;
  padding-top: 14px;
}
.fixed .input-group{ margin-bottom: 10px;}
.fixed .jk-Content input{
  width: 407px!important;
}
.fixed .jk-talkus{ margin-right: 44px;}