body {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

header {
  width: 100%;
  text-align: center;
}

header .logo {
  padding-top: 20px;
  width: 270px;
  height: 108px;
  margin: 0 auto;
}

header .logo img {
  width: 100%;
}

header .title {
  padding-top: 10px;
  font-size: 32px;
  color: #fff;
}

header .line-title {
  padding-bottom: 30px;
  margin: 0 auto;
  width: 580px;
  color: #b1987f;
  padding-top: 30px;
  line-height: 1.5;
  font-size: 16px;
  justify-content: center;
  align-items: center;
}

header .line-title img {
  width: 126px;
  height: 12px;
}

header .line-title img:nth-of-type(2) {
  transform: rotate(180deg);
}

.desc {
  color: #b1987f;
  text-align: center;
  line-height: 1.5;
}

.pc-btns {
  display: flex;
  padding-top: 20px;
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: center;
}

.inner-cont {
  width: 960px;
  margin: 0 auto 50px auto;
}

.inner-cont .top-btn {
  background: #3f455f;
  display: block;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 20px;
}

.inner-cont .type-1 a:nth-of-type(1) {
  background: linear-gradient(#d0a187, #ad7964);
}

.inner-cont .type-1 .b1 {
  width: 460px;
  height: 162px;
  padding: 40px;
  box-sizing: border-box;
}

.inner-cont .type-1 .b1 img {
  width: 85px;
  height: 85px;
}

.inner-cont .type-1 .b1 .i-box {
  border-left: 3px #fff solid;
  padding-left: 20px;
}

.inner-cont .type-1 .b1 .i-box h3 {
  font-size: 30px;
}

.inner-cont .type-1 .b1 .i-box p {
  font-size: 14px;
}

.inner-cont .type-2 .b2 {
  width: 300px;
  height: 126px;
  padding: 40px 20px;
  box-sizing: border-box;
}

.inner-cont .type-2 .b2 img {
  width: 45px;
  height: 45px;
}

.inner-cont .type-2 .b2 .i-box {
  border-left: 3px #fff solid;
  padding-left: 20px;
}

.inner-cont .type-2 .b2 .i-box h3 {
  font-size: 20px;
}

.inner-cont .type-2 .b2 .i-box p {
  font-size: 14px;
}

.inner-cont .lianxi {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0px;
}

.inner-cont .lianxi .btn {
  width: 100%;
  text-align: center;
  color: #b29881;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-cont .lianxi .btn h4 {
  padding: 0 15px;
}

.inner-cont .lianxi .btn i {
  width: 160px;
  height: 1px;
  background-color: #b29881;
}

.custom-btn {
  box-sizing: border-box;
  font-size: 16px;
  padding: 5px;
  min-width: 150px;
}

.custom-btn a{
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 0;
  background: #3f455f;
  border-radius: 5px;
  padding: 0 10px;
}
.custom-btn a:hover{
  margin-top: -5px;
}

.custom-btn img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

footer {
  height: 100px;
  background-color: #1c1b21;
  text-align: center;
  color: #737680;
}

footer p {
  padding-top: 20px;
  font-size: 14px;
}

.huodong img {
  width: 98%;
  margin: 1%;
}

@media only screen and (max-width: 760px) {
  #pc {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
  }

  #pc>a {
    width: 50%;
  }

  .inner-cont .lianxi {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  header .logo {
    padding-top: 20px;
    width: 130px;
    height: 50px;
    margin: 0 auto;
  }

  header .logo img {
    width: 100%;
  }

  header .title {
    padding-top: 10px;
    font-size: 20px;
    color: #fff;
  }

  header .line-title {
    padding-bottom: 15px;
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
  }

  header .line-title img {
    width: 70px;
    height: 7px;
  }

  .inner-cont {
    width: 94%;
    padding: 3%;
    margin: 0 auto 20px auto;
  }

  .inner-cont .top-btn {
    width: 48%;
    height: 55px;
    margin-bottom: 20px;
  }

  .inner-cont .type-1 .b1,
  .inner-cont .type-2 .b1,
  .inner-cont .type-1 .b2,
  .inner-cont .type-2 .b2 {
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
  }

  .inner-cont .type-1 .b1 img,
  .inner-cont .type-2 .b1 img,
  .inner-cont .type-1 .b2 img,
  .inner-cont .type-2 .b2 img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }

  .inner-cont .type-1 .b1 .i-box,
  .inner-cont .type-2 .b1 .i-box,
  .inner-cont .type-1 .b2 .i-box,
  .inner-cont .type-2 .b2 .i-box {
    border-left: 1px #fff solid;
    padding-left: 5px;
  }

  .inner-cont .type-1 .b1 .i-box h3,
  .inner-cont .type-2 .b1 .i-box h3,
  .inner-cont .type-1 .b2 .i-box h3,
  .inner-cont .type-2 .b2 .i-box h3 {
    font-size: 14px;
  }

  .inner-cont .type-1 .b1 .i-box p,
  .inner-cont .type-2 .b1 .i-box p,
  .inner-cont .type-1 .b2 .i-box p,
  .inner-cont .type-2 .b2 .i-box p {
    font-size: 10px;
  }

  footer {
    height: auto;
    padding: 10px !important;
  }

  footer p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
  }

  .huodong img {
    width: 98%;
    margin: 1%;
  }
}