body {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
video#bgvid  {
  
  position: fixed; right:0; bottom:0;
  
  min-width:100%; min-height:100%; width: auto;height:
  
  auto;z-index:-100; background-size: cover;
  
  }
.fu-logo{
  width: 100%;
  margin: 25px auto 35px auto;
  max-width: 656px;
}
.fu-logo img{
  width: 100%;
}

.pc-btns{
  display: flex; justify-content: center;
}
.pc-btns>div{
  margin: 0 5px;
}

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: 12px;
  font-size: 20px;
}

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

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

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

.inner-cont a {
  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: 30px;
  padding-bottom: 50px;
}

.inner-cont .lianxi>a {
  width: 260px;
}

.inner-cont .lianxi>a:hover {
  text-decoration: underline;
}

.inner-cont .lianxi a {
  font-size: 20px;
  margin: 20px auto;
  background: transparent;
  color: #a8978d;
}

.inner-cont .lianxi a span:nth-of-type(1) {
  width: 110px;
  text-align: right;
  display: inline-block;
  padding-right: 10px;
}

.inner-cont .lianxi .btn {
  width: 100%;
  text-align: center;
  /* margin: 40px auto 0 auto; */
  /* background: #b29881;
  border-radius: 5px; */
  color: #b29881;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  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;
}

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) {

  .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 a {
    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;
  }

  .inner-cont .lianxi a {
    font-size: 14px;
    width: 100%;
    height: 20px;
    background: transparent;
    color: #a8978d;
  }

  .inner-cont .lianxi .btn {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }

  .inner-cont .lianxi .btn i {
    width: 20%;
    height: 1px;
  }


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

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

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

.custom-btn {
  width: 160px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
}


/* 12 */
.btn-12 {
  position: relative;
  right: 25px;
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 160px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
  display: block;
  margin: 15px auto;
}

.btn-12 span {
  /* background: rgb(0, 172, 238);
  background: linear-gradient(0deg, rgba(0, 172, 238, 1) 0%, rgba(2, 126, 251, 1) 100%); */
  /* background: rgba(255,255,255,.3); */
  background: #3f455f;
  display: block;
  position: absolute;
  width: 160px;
  height: 40px;
  /* box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
  7px 7px 20px 0px rgba(0, 0, 0, .1),
  4px 4px 5px 0px rgba(0, 0, 0, .1); */
  /* border-radius: 5px; */
  margin: 0;
  /* text-align: center; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: flex;
  align-items: center;
  padding-left: 5px;
  box-sizing: border-box;
}

.btn-12 span img {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.btn-12 span:nth-child(1) {
  /* box-shadow:
    -7px -7px 20px 0px #fff9,
    -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002,
    4px 4px 5px 0px #0001; */
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
  background-color: aliceblue;
  color: #3f455f;

}

.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
  /* box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1); */
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
  /* box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1); */
  color: transparent;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
}