.footer {
  border-top: 6px solid #f8f8f8;
  width: 100%;
  margin-top: 38px;
  background: #ffffff;
}
.footer .footLink {
  width: 1200px;
  padding-top: 10px;
  margin: 0 auto;
}
.footer .footLink .title h5 {
  font-weight: bold;
  display: inline-block;
  color: #e4141d;
  line-height: 42px;
  font-size: 22px;
  position: relative;
}
.footer .footLink .title h5 span.line {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e4141d;
  width: 90px;
  height: 2px;
}
.footer .footLink .linkCon .cusSelect {
  margin: 20px 26px 26px 0;
  width: 370px;
  height: 38px;
  line-height: 38px;
  position: relative;
  cursor: pointer;
  background: url("/public/select.png") no-repeat 340px center #f7f7f7;
  border: 1px solid #dcdcdc;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  _zoom: 1;
  _display: inline;
}
.footer .footLink .linkCon .cusSelect .cusTitle {
  height: 100%;
  font-size: 18px;
  line-height: inherit;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer .footLink .linkCon .cusSelect .cusOpSet {
  width: 370px;
  min-width: 100%;
  bottom: 36px;
  max-height: 300px;
  box-sizing: border-box;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #d3d3d3;
  position: absolute;
  left: -1px;
  overflow-y: auto;
  background-color: #fff;
  z-index: 100;
}
.footer .footLink .linkCon .cusSelect .cusOpSet .cusOption {
  line-height: 36px;
  font-size: 16px;
  background-color: inherit;
  padding: 0;
  white-space: nowrap;
}
.footer .footLink .linkCon .cusSelect .cusOpSet .cusOption a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0 10px;
}
.footer .footLink .linkCon .cusSelect .cusOpSet .cusOption:hover {
  background-color: #ce2236;
  color: #fff;
}
.footer .footLink .linkCon .cusSelect:last-child {
  margin-right: 0;
}
.footer .footerCon {
  background: #ce2236;
}
.footer .footerCon .footerNav {
  width: 1150px;
  margin: 0 auto;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
  padding: 0 34px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
.footer .footerCon .footerNav li {
  float: left;
  width: 180px;
  text-align: center;
  font-size: 17px;
}
.footer .footerCon .info {
  width: 750px;
  margin: 0 auto;
  padding: 30px 0;
  color: #ffffff;
}
.footer .footerCon .info .footWrap {
  margin-top: 10px;
}
.footer .footerCon .info .massage {
  line-height: 28px;
  font-size: 14px;
}
.footer .footerCon .info  .footWrap .dzjg {
    float: left;
    margin-right:30px;
}