﻿.content .border {
  width: 100%;
  height: 500px;
  background: url(../image/about_border.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.content .border h1,
.content .border h2 {
  position: absolute;
  left: 16%;
}
.content .border h1 {
  font-size: 28px;
  top: 66%;
}
.content .border h2 {
  color: #666666;
  font-size: 24px;
  top: 75%;
}
.content .wapper {
  padding-top: 60px;
}
.content .wapper .founder {
  vertical-align: top;
  display: inline-block;
  width: 184px;
  height: 258px;
  background: url(../image/about_founder.png) no-repeat;
  background-size: 100%;
  margin-right: 30px;
}
.content .wapper .founderInfo {
  display: inline-block;
  width: 70%;
}
.content .wapper .founderInfo h2 {
  color: #222222;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content .wapper .founderInfo .p {
  color: #222222;
  font-size: 16px;
  margin-bottom: 22px;
}
.content .wapper .founderInfo .hand {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.content .wapper .founderInfo .hand .btn {
  width: 359px;
  height: 53px;
  background: #b16c2a;
  border-radius: 2px;
  color: #fff;
  line-height: 53px;
  text-align: center;
}
.content .letter {
  height: 422px;
  background-color: #eee;
  margin-top: 108px;
  text-align: center;
  padding-top: 54px;
}
.content .letter h2 {
  color: #B16C2A;
  font-size: 28px;
  margin-bottom: 24px;
}

.content .letter li,.content .letter p {
  color: #222;
  font-size: 18px;
  margin-bottom: 10px;
}


.content .letter2 {
  height: 422px;
  background-color: #eee;
  margin-top: 108px;
  text-align: center;
  padding-top: 54px;
}
.content .letter2 h2 {
  color: #B16C2A;
  font-size: 28px;
  margin-bottom: 24px;
}

.content .letter2 li {
  color: #222;
  font-size: 18px;
  margin-bottom: 10px;
}



.content .show .showTop ul,
.content .show .showBottom ul {
  width: 105%;
  overflow: hidden;
}
.content .show .tips {
  color: #B16C2A;
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 45px;
  font-weight: 700;
}
.content .show .showTop li {
  width: 239px;
  height: 336px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.content .show .showTop li img {
  width: 239px;
  vertical-align: top;
  object-fit: contain;
}
.content .show .showBottom li {
  width: 323px;
  height: 327px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.content .show .showBottom li img {
  width: 323px;
  height: 327px;
  object-fit: contain;
}
