.banner {
  min-height: 300px; }
  .banner img {
    width: 100%; }

.figure p {
  padding-top: 40px;
  color: #333;
  line-height: 28px;
  font-size: 16px;
  color: #666; }

.logo-xd {
  width: 168px; }

.logo-online {
  width: 272px; }

.card-list {
  overflow: hidden;
  color: #333;
  padding-top: 50px; }
  .card-list .card {
    float: left;
    width: 340px; }
    .card-list .card img {
      height: 60px;
      width: auto; }
    .card-list .card h3 {
      padding-top: 32px;
      padding-bottom: 18px;
      font-size: 20px; }
    .card-list .card p {
      font-size: 14px;
      line-height: 24px;
      color: #666; }

.address-section {
  background: url(../images/address-section-bg.png);
  background-color: #FAF9F6;
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 100px;
  padding-bottom: 150px;
  overflow: hidden; }
  .address-section .map {
    width: 535px;
    height: 305px;
    position: relative;
    float: left; }
    .address-section .map .map-btn {
      position: absolute;
      bottom: 11px;
      right: 13px;
      display: block;
      width: 129px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
      border-radius: 2px;
      color: #666;
      cursor: pointer; }
      .address-section .map .map-btn img {
        width: 18px;
        height: 18px;
        vertical-align: middle; }
        .address-section .map .map-btn img span {
          padding-left: 18px; }
  .address-section .contcat-info {
    float: left;
    padding: 20px;
    color: #666;
    padding-left: 90px; }
    .address-section .contcat-info h2 {
      font-size: 32px;
      padding-bottom: 60px;
      color: #0A103B;
      text-align: left; }
    .address-section .contcat-info h3 {
      padding-bottom: 18px;
      font-size: 24px;
      line-height: 36px;
      color: #333; }
    .address-section .contcat-info p {
      line-height: 40px; }
      .address-section .contcat-info p img {
        width: 19px;
        vertical-align: middle;
        margin-right: 5px; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #000;
  opacity: .4;
  top: 0;
  left: 0;
  display: none; }

.map-preview {
  position: fixed;
  width: 880px;
  height: 600px;
  z-index: 100;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 4px;
  display: none; }
  .map-preview .close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    color: #666;
    cursor: pointer; }
  .map-preview .map-header {
    line-height: 60px;
    color: #333;
    padding: 0 20px; }
    .map-preview .map-header img {
      width: 19px;
      vertical-align: middle;
      margin-right: 8px;
      cursor: pointer; }
  .map-preview .baidu-map {
    width: 100%;
    height: 540px; }
    .map-preview .baidu-map img {
      width: auto; }
