.chiYuanFooter {
  background-color: #333335;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  width: 100%;
  
  margin: 0 auto;
  padding: 0 12% 0.8rem 12%;
}

.chiYuanFooter .fleft {
  padding-top: 35px;
}

.chiYuanFooter .fleft .fleftTop ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #49474A;
}

.chiYuanFooter .fleft .line {
  border-top: 2px solid #49474A;
  width: 100%;
  height: 2px;
  margin: 0;
}

.chiYuanFooter .fleft .fleftTop ul li .logo {
  width: 7.91rem;
  height: 2.291rem;
}

.chiYuanFooter .fleft .fleftTop ul li span:nth-child(1) {
  font-size: 16px;
  color: #fff;
}

.chiYuanFooter .fleft .fleftTop ul li span:nth-child(2) {
  color: #969696;
  font-size: 14px;
}

.chiYuanFooter .fleft .fleftTop ul li a {
  margin-bottom: 1.04rem;
  flex-direction: column;
  display: flex;
}

.chiYuanFooter .fleft .fleftBottom {
  padding: 1.875rem 0;
  display: flex;
  
  align-items: center;
  justify-content: center;
}

.chiYuanFooter .fleft .fleftBottom span,
.chiYuanFooter .fleft a {
  color: #C5C5C5;
  font-size: 16px;
}

.chiYuanFooter .fright img {
  width: 6.4rem;
  height: 6.4rem;
  margin-bottom: 9px;
}

.frightp {
  display: none;
}

.chiYuanFooter .fright {
  padding-top: 43px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.fmobile {
  display: none;
}

@media only screen and (max-width:768px) {
  .fmobile {
    background: #333335;
    padding: 34px 6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #C5C5C5;
  }
  .fmobile span {
    color: #C5C5C5;
  }
  .fmobile .fb {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .fmobile ul {
    display: flex;
    flex-direction: column;
  }
  .fmobile ul li {
    margin-bottom: 2.7rem;
  }
  .fmobile ul li a {
    color: #C5C5C5;
  }
  .fmobile ul li a span {
    font-size: 14px
  }
  .fmright img {
    width: 5.5rem;
    height: 5.5rem;
    margin-right: 2px;
  }
  .fmleft {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
  }
  .fmleft a {
    color: #C5C5C5;
  }
  .fmleft span:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .fmright {
    display: flex;
    flex-direction: row;
  }
  .fmright div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fpc {
    display: none;
  }
  .fmobile {
    display: block;
  }
}