/*
 * @Author: lminjuan 
 * @Date: 2022-04-01 09:13:09 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-04-08 11:28:31
 */
.main {
  background: url("../images/about/bg2.png") left top no-repeat;
  background-size: cover;
  padding-bottom: 38px;
}

.center {
  margin: 0 auto;
  width: 1280px;
}

.banner {
  margin-top: 20px;
  height: 397px;
}

.banner-a {
  display: block;
}

.banner-a img {
  width: 1280px;
  height: 397px;
  border: 0;
}

.content {
  margin-top: 29px;
}

.right.business {
  width: 1073px;
  padding-bottom: 9px;
  background: #ece6d8;
  -webkit-box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
  border: 1px solid #c1b99c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inside {
  margin: 8px auto 0 auto;
  width: 1052px;
  padding-bottom: 23px;
  background: #fdfdfd;
  -webkit-box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 33px 1px rgba(0, 0, 0, 0.01);
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c1b99c;
}

.title {
  margin-top: 30px;
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #000;
}

.text {
  margin-left: 26px;
  margin: 18px 28px 0 26px;
  font-size: 16px;
  color: #393939;
  line-height: 31px;
}

.text p {
  text-indent: 1em;
}

.text img {
  max-width: 100%;
}
