.footerWrap {
  width: 1100px;
  margin: 0 auto;
}
.footerItem, .footerItem_wide {
  float: left;
  width: 19%;
  margin: 35px 2%;
}
.footerItem_wide {
  width: 50%;
}
.footerItem li a, .footerItem_wide li a {
  color: #ffffff !important;
  font-size: 14px;
  padding: 5px 0 2px 10px;
  display: block;
}
.footerTitle {
  padding: 0;
}
.footerTitle {
  color: #ffffff !important;
  font-size: 16px !important;
  border-bottom: 1px solid #ffffff;
  padding: 5px 0;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
#copyright {
  font-size: 11px;
  text-align: center;
  padding: 10px 0;
  color: #ffffff !important;
}
.footerItem ul {
  display: block;
}
.footerList .subLi {
  margin-bottom: 20px;
}
.footerList .subLi li {
  float: left;
  width: 50%;
}
.footerList .subLi li a {
  font-size: 13px;
  padding: 2px 20px
}
@media screen and (max-width:1400px) {
  .footerWrap {
    width: auto;
  }
  .footerItem li a, .footerItem_wide li a {
    padding: 8px;
  }
}
@media screen and (max-width:780px) {
  .footerTitle {
    font-size: 16px !important;
    border-top: 1px solid #666;
    text-indent: 15px;
    margin-bottom: 0;
    margin-top: -1px;
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid #666;
    background-image: url(../img/bg_toggleArrow_down_gray.png);
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 9px 6px;
  }
  .footerItem .active, .footerItem_wide .active {
    background-image: url(../img/bg_toggleArrow_up_gray.png);
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 9px 6px;
  }
  .footerItem, .footerItem_wide {
    width: 100%;
    margin: 0;
  }
  .footerItem li a, .footerItem_wide li a {
    padding: 12px;
    background: #333333;
    border-bottom: 1px dotted #666;
    text-indent: 10px;
    background-image: url(../img/bg_listArrow_gray.png);
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 6px 9px;
  }
  .footerItem ul, .footerItem_wide ul {
    display: none;
  }
  .footerItem .mgt25, .footerItem_wide .mgt25 {
    margin-top: -1px !important;
  }
}