.footer_wide {
  width: 100%;
  height: 290px;
  margin-top: 50px;
  background: #F7F7F7;
  text-align: center;
  color: #6F6C6C;
  min-width: 1210px; }
  .footer_wide a {
    color: #6F6C6C;
    cursor: pointer;
    vertical-align: super;
    text-decoration: none; }

.footer_content {
  width: 70%;
  min-width: 680px;
  margin: 0 auto;
  height: 240px; }
  .footer_content dl {
    width: 25%;
    float: left;
    margin-top: 30px; }
    .footer_content dl dt, .footer_content dl dd {
      padding: 5px 20px 5px 20px; }
    .footer_content dl dt {
      font-weight: bold;
      font-size: 15px;
      margin-right: 25px; }
      .footer_content dl dt span {
        width: 25px;
        height: 25px;
        border-radius: 15px;
        background: #ccc;
        display: inline-block;
        margin-right: 10px; }
        .footer_content dl dt span i {
          position: static;
          background: #ccc;
          line-height: 25px;
          font-size: 20px;
          border-radius: 10px; }
    .footer_content dl dd {
      font-size: 13px; }

.foot-image {
  width: 70%;
  height: 1px;
  margin: 0 auto;
  background: -moz-linear-gradient(27deg, #E8E2E2, #D8D7D4, #7B7B78, #B3B5B3, #E7E7EC);
  background: -webkit-linear-gradient(27deg, #E8E2E2, #D8D7D4, #7B7B78, #B3B5B3, #E7E7EC);
  background: -o-linear-gradient(27deg, #E8E2E2, #D8D7D4, #7B7B78, #B3B5B3, #E7E7EC);
  background: -ms-linear-gradient(27deg, #E8E2E2, #D8D7D4, #7B7B78, #B3B5B3, #E7E7EC); }

.footer_foot {
  line-height: 49px; }

.packageImg {
  max-width: 1210px;
  padding-top: 40px; }
#footer_wide .op{
  display: none;
}
.footer_content>.item{
  width: 25%;
  float: left;
  margin-top: 30px;
  position: relative;
}
.footer_content>.item[num="1"]{
    width:100%;
}
.footer_content>.item[num="2"]{
  width:50%;
}
.footer_content>.item[num="3"]{
  width:33%;
}
.footer_content>.item[num="4"]{
  width:25%;
}
.footer_content>.item[num="5"]{
  width:20%;
}
.footer_content>.item>.line>em:before {
  content: "\e902";
}
.footer_content>.item>.line{
  position: relative;
}
.footer_content>.item:nth-child(n+6){
  display: none;
}
.footer_content>.item>.line>em{
  position: static;
  background: #ccc;
  color:#fff;
  font-size: 20px;
  border-radius: 50%;
  padding: 2px;
  position: absolute;
  left: 25px;
  display: none;
}
.footer_content .item-con{
  display: none;
}

.footer_content>.item>.item-con{
  display:block;
}
.footer_content .line {
  border-bottom: none !important;
}
.footer_content>.item>.line>a {
  font-weight: bold;
  font-size: 14px;
}

