.footerBox {
  color: #FFFFFF;
}

.footerBox .art {
  background: #1b226f;
  padding: 3% 0;
  border-bottom: 1px solid #41478e;
}

.footerBox .art h3 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 4%;
}

.footerBox .art p {
  font-size: 18px;
  line-height: 2;
}

.footerBox .sty1 {
  background: #212121;
}

.footerBox .sty1 .container {
  padding: 3% 0;
  border-bottom: 1px solid #383838;
}

.footerBox .sty1 .container h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.footerBox .contact .details li {
  display: inline-block;
  text-align: center;
  padding-left: 20px;
  margin: 0 4% 3%;
}

.footerBox .contact .details .i1 {
  background: url(../img/contact/icon1.png) no-repeat center left;
}

.footerBox .contact .details .i2 {
  background: url(../img/contact/icon2.png) no-repeat center left;
}

.footerBox .contact .details .i3 {
  background: url(../img/contact/icon3.png) no-repeat center left;
}

.footerBox .contact .details .i4 {
  background: url(../img/contact/icon4.png) no-repeat center left;
}

.footerBox .joint p {
  text-align: center;
}

.footerBox .joint .more {
  display: block;
  width: 145px;
  height: 33px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin: 20px auto 0;
  border: 2px solid #525252;
}

.footerBox .joint .more:hover {
  background: #FFFFFF;
  color: #20277a;
}

.footerBox .frind_link {
  text-align: center;
}

.footerBox .frind_link .container {
  overflow: visible;
}

.footerBox .frind_link li {
  display: inline-block;
  margin: 0 17px;
  cursor: pointer;
  position: relative;
}

.footerBox .frind_link li .code {
  display: none;
  position: absolute;
  bottom: 60px;
  left: -50%;
}

.footerBox .frind_link li:hover .code {
  display: block;
}

.footerBox .footer {
  text-align: center;
  background: #161616;
  padding: 10px 0;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
  .footerBox .art h3 {
    font-size: 28px;
  }
  .footerBox .art p {
    font-size: 16px;
  }
  .footerBox .sty1 h4 {
    font-size: 20px;
  }
  .footerBox .sty1 .container {
    padding: 5% 4%;
  }
}
