.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  height: 185px;
  padding-top: 32px;
  background: #000;
  z-index: 33;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.footer .footer-box {
  width: 1200px;
  margin: 0 auto;
}
.footer dl {
  float: right;
  width: 1100px;
}
.footer dl dt,
.footer dl img {
  float: left;
}
.footer dl dt,
.footer dl img.footer-logo{
	width: 188px;
	height: 63px;
	margin-top: 30px;
}
.footer dl dt {
  margin-top: 12px;
}
.footer dl dd {
  float: right;
  width: 830px;
  color: #b2b2b2;
  font-size: 12px;
  text-align: left;
}
.footer dl dd p {
  overflow: hidden;
  bottom: 0;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer dl dd p a {
  margin: 0px 3px;
  color: #b2b2b2;
}
.footer dl dd p a:hover {
  color: #fff;
  cursor: pointer;
}
.footer .cooperation {
  float: left;
  width: 210px;
  height: 65px;
  padding-top: 34px;
  margin: -9px 0 0 46px;
}
.footer .cooperation .coop-box {
  position: relative;
  width: 172px;
  height: 29px;
  padding-top: 3px;
  background: #b5b5b5;
  color: #333;
  font-size: 12px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.footer .cooperation .coop-box span {
  float: left;
  width: 127px;
  border-right: 1px solid #8e8e8e;
  line-height: 27px;
  text-align: center;
  padding-right: 10px;
}
.footer .cooperation .coop-box img {
  width: 12px;
  height: 8px;
  margin: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .cooperation .coop-box:hover {
  background: #fff;
  cursor: pointer;
}