.footer {
  background: #282828;
  height: 340px;
}

.footer .footerCon {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footerCon .footerL {
  padding-top: 50px;
}

.footer .footerCon .footerL .linkBox {
  height: 70px;
  width: 680px;
}

.footer .footerCon .footerL .linkBox .FLTop {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footerCon .footerL .linkBox .FLTop .fltA {
  font-size: 14px;
  color: #999999;
  padding: 15px 0;
}

.footer .footerCon .footerL .linkBox .FLTop .fltA:hover {
  color: #d65a6c;
}

.footer .footerCon .footerL .FLbottom {
  margin-top: 50px;
  padding-top: 50px;
  border-top: #424242 solid 1px;
  color: #666;
  font-size: 14px;
}

.footer .footerCon .footerL .FLbottom p {
  margin-bottom: 15px;
}

.footer .footerCon .footerR {
  position: relative;
}

.footer .footerCon .footerR img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 190px;
  height: 190px;
}

.footer .bottomBox {
  height: 200px;
}

.footer .bottomBox .bottomB {
  background: url("../images/BottomB.png") no-repeat center;
  min-width: 1200px;
  height: 200px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 101;
}

.footer .bottomBox .bottomB .BBCon {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.footer .bottomBox .bottomB .BBCon .close_BX {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
}

.footer .bottomBox .bottomB .BBCon img {
  position: absolute;
  left: 172px;
  top: 29px;
  width: 140px;
  height: 140px;
}

.footer .txt_cont {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.footer .txt_cont .txt_1 {
  font-size: 22px;
  margin-right: 27px;
}

.footer .txt_cont .txt_2 {
  font-size: 22px;
}
/*# sourceMappingURL=footer.css.map */