* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none
}

.cf {
  *zoom: 1;
  *display: inline-block;
}

.cf:before, .cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.fl {
  float: left;
}
.fr{float: right}
#wrap {
  margin: 0 auto;
  width: 100%;
  min-width: 960px;
  color: #000000;
}

/*header*/
.header {
  height: 80px;
}

.header .nav-bar {
  position: relative;
  width: 944px;
  height: 100%;
  margin: 0 auto;
}

.header .nav-bar .logo {
  position: absolute;
  top: 18px;
}
.header .nav-bar .languages {
  position: absolute;
  top: 18px;
  right: 0;
}

.header .nav-bar .languages span {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*footer*/
.footer {
  height: 323px;
  margin: 0 auto;
  text-align: center;
  background: #1B1E24;
}

.footer dl {
  line-height: 18px;
  opacity: 0.57;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}

/*忠告信息*/
.footer .counsel {
  padding-top: 40px;
  margin-bottom: 20px;
}

/*地址*/
.footer .address {
  padding-top: 16px;
  margin: 24px auto 0 auto;
  width: 944px;
  border-top: 1px solid #4C4C4C;
}

.footer .address > span {
  padding-left: 8px;
}

.footer .address dl {
  padding-top: 8px;
  text-align: left;
  padding-left: 18px;
  line-height: 24px;
}

.footer .address dl a {
  color: #fff;
  text-decoration: none;
}

.footer .tip{
  padding: 10px 0;
  font-size: 14px;
  opacity: .5;
  color: #fff;
}
