.form {
  width: 100%;
  background-color: #efebe0;
}
.form .form-inner {
  display: flex;
  width: 100%;
  padding: 30px 0px;
}
.form .form-group {
  width: 260px;
  padding-top: 5px;
}
.form .form-group .fg-title {
  width: 235px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #594219;
}
.form .form-group .fg-title > span {
  display: inline-block;
  margin-right: 1px;
}
.form .form-group .fg-title .fgt-b {
  color: #594219;
  font-size: 30px;
}
.form .form-group .fg-title .fgt-s {
  position: relative;
  top: 3px;
  color: #594219;
  font-size: 12px;
}
.form .form-group .fg-title .fgt-line {
  position: relative;
  top: 3px;
  width: 1px;
  height: 10px;
  margin: 0 5px;
  background-color: #1a1a1a;
}
.form .form-group .fg-list .item {
  display: inline-block;
  height: 36px;
  margin: 10px 0 0 0;
  line-height: 33px;
  background-color: transparent;
  border: 1px solid #594219;
  border-radius: 6px;
  color: #594219;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.form .form-group .fg-list .item.active {
  color: #fff;
  background-color: #c1a050;
  border-color: #c1a050;
}
.form .form-group .fg-list .item.active:hover {
  color: #fff;
  background-color: #c1a050;
  border-color: #c1a050;
}
.form .form-group .fg-list .item:hover {
  background-color: transparent;
  border-color: #c1a050;
  color: #c1a050;
}
.form .form-group .fg-list.col2 .item {
  width: 110px;
  margin-right: 15px;
}
.form .form-group .fg-list.col3 .item {
  width: 78px;
  margin-right: 5px;
}
.form .form-group .fg-list.col4 .item {
  width: 78px;
  margin-right: 5px;
}
.form .form-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  /*margin-left: 40px;*/
  width: 150px;
  height: 150px;
  /*border-radius: 50%;*/
  /*padding: 8px;*/
  /*background-color: #e2dccc;*/
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.form .form-submit:hover .submit-btn {
  background-color: #cfbd97;
}
.form .form-submit:hover .iconfont {
  color: #cfbd97;
}
.form .form-submit .submit-btn {
  position: relative;
  width: 100%;
  height: 60px;
  border-radius: 2px;
  background: #c1a050;
  box-shadow: 0px 4px 12px 0px rgba(89, 66, 25, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.form .form-submit .submit-btn span {
  font-size: 30px;
}
.form .form-submit .submit-btn span.zh {
  font-size: 28px;
}
.form .form-submit .submit-btn span.en {
  font-size: 18px;
}
.form .form-submit .iconfont {
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -20px;
  color: #c1a050;
  font-size: 40px;
  line-height: 1;
}
.form .fg-line {
  width: 1px;
  height: 110px;
  margin: 20px 25px 0 20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 20%, #000000 80%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1500px) {
  .img--wrapper .layout-center {
    width: 1600px;
    margin-left: -800px;
  }
}
.block-title {
  text-align: center;
  font-size: 70px;
  color: #594219;
}
.block-desc {
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
}
.block-desc p {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #594219;
  color: #594219;
}
.block-title-view {
  position: relative;
  line-height: 1;
}
.block-title-view .block-title {
  color: #fff;
}
.block-title-view .block-desc p {
  color: #fff;
  border-color: #fff;
}
.place-block {
  margin-top: 120px;
}
.place-block .block-list {
  margin-top: 30px;
}
.place-block .block-item {
  width: 390px;
  margin-top: 50px;
  margin-right: 15px;
  background-color: #fff;
}
.place-block .block-item:nth-child(3n) {
  margin-right: 0;
}
.place-block .block-item .item-cover {
  width: 100%;
  position: relative;
  height: 260px;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.place-block .block-item .item-cover .btn-view {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.place-block .block-item .item-cover .item-btn {
  margin: 0 auto;
  padding: 0 37px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  font-size: 26px;
  color: #ffffff;
  background-color: transparent;
}
.place-block .block-item .item-info {
  padding: 30px;
  text-align: center;
}
.place-block .block-item .item-info p {
  display: inline-block;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #594219;
  color: #594219;
  line-height: 1;
}
.place-block .block-item .item-info button {
  width: 120px;
  height: 40px;
  margin: 30px auto 0;
  background: #c1a050;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}
.flex-img {
  position: relative;
  line-height: 1;
  font-size: 0;
  margin-bottom: 1px;
}
.service-block {
  margin-top: 120px;
}
.service-block .bg {
  height: 700px;
}
.service-block .block-title-view {
  margin-top: -369px;
}
.service-block .block-content {
  position: relative;
  margin-top: 112px;
}
.service-block .service-flex-1 {
  width: 350px;
  margin-right: 1px;
}
.service-block .service-flex-2 {
  width: 498px;
  margin-right: 1px;
}
.service-block .service-flex-3 {
  width: 350px;
}
.service-block .service-flex-1-1 {
  height: 290px;
  padding-top: 166px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  margin-bottom: 1px;
}
.service-block .service-flex-title {
  margin-bottom: 12px;
  display: inline-block;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  color: #333;
}
.service-block .flex-img p {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
}
.service-block .service-flex-3-3 {
  padding: 20px 0 0 40px;
}
.service-block .service-flex-3-3 p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.service-block .service-flex-3-3 a {
  display: block;
  width: 200px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  margin-top: 22px;
  border: 2px solid #c1a050;
  border-radius: 4px;
  font-size: 26px;
  font-weight: 400;
  color: #c1a050;
  background-color: transparent;
}
.menu-block {
  margin-top: 120px;
}
.menu-block .block-content {
  margin-top: 78px;
}
.menu-block .menu-flex-1 {
  width: 400px;
  margin-right: 1px;
}
.menu-block .menu-flex-2 {
  width: 398px;
  margin-right: 1px;
}
.menu-block .menu-flex-1 {
  width: 400px;
}
.menu-block .menu-flex-2-1 {
  margin-bottom: 0;
}
.menu-block .menu-flex-2-2 {
  height: 300px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: center;
}
.menu-block .menu-flex-title {
  margin-top: 80px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  color: #333;
}
.record-block {
  margin-top: 120px;
}
.record-block .bg {
  height: 700px;
}
.record-block .block-title-view {
  margin-top: -314px;
}
.record-block .block-content {
  position: relative;
  margin-top: 112px;
}
.record-block .record-flex-1,
.record-block .record-flex-2 {
  display: flex;
}
.record-block .flex-img {
  margin-right: 1px;
  margin-bottom: 1px;
}
.record-block .flex-img:nth-child(3n) {
  margin-right: 0;
}
.record-block .record-flex-1-1 {
  width: 498px;
  height: 300px;
}
.record-block .record-flex-1-2 {
  width: 400px;
  height: 300px;
}
.record-block .record-flex-1-3 {
  width: 300px;
  height: 300px;
}
.record-block .record-flex-2-1 {
  width: 300px;
  height: 300px;
}
.record-block .record-flex-2-2 {
  width: 598px;
  height: 300px;
}
.record-block .record-flex-2-3 {
  width: 300px;
  height: 300px;
}
.record-block .record-flex-2-3 a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 200px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  transform: translate(-50%, -50%);
  border: 2px solid #ffffff;
  border-radius: 4px;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
}
.brand-block {
  margin-top: 120px;
}
.brand-block .block-content {
  margin-top: 78px;
}
.brand-block .brand-flex-1 {
  flex: 1;
}
.brand-block .brand-flex-2 {
  width: 763px;
}
.brand-block .flex-title {
  padding-top: 20px;
  font-size: 30px;
  color: #333333;
}
.brand-block .flex-desc {
  padding-top: 10px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.brand-block .flex-border {
  margin-top: 15px;
  width: 367px;
  height: 10px;
  background: #e8e8e8;
}
.brand-block .flex-desc2 {
  padding-top: 28px;
  width: 367px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}
.brand-block .block-text {
  height: 400px;
  margin-top: 50px;
  background: #cebe97;
  padding-top: 72px;
}
.brand-block .block-text .block-text-flex-1 {
  width: 618px;
}
.brand-block .block-text .block-text-flex-1 img {
  width: 100%;
}
.brand-block .block-text .block-text-flex-1 .brand-link {
  margin-top: 50px;
  color: #594219;
  line-height: 30px;
  padding-bottom: 25px;
  border-bottom: 2px solid #594219;
}
.brand-block .block-text .block-text-flex-1 .brand-link a {
  font-size: 22px;
  display: inline-block;
  color: inherit;
}
.brand-block .block-text .block-text-flex-1 .brand-link span {
  font-size: 22px;
  margin-left: 50px;
}
.brand-block .block-text .block-text-flex-2 {
  flex: 1;
  text-align: right;
}
.brand-block .block-text .flex-text-title {
  padding-top: 28px;
  font-size: 30px;
  color: #594219;
  line-height: 1;
}
.brand-block .block-text .flex-text-desc {
  margin-top: 26px;
  font-size: 16px;
  color: #594219;
  line-height: 1;
}
.brand-block .block-text .flex-text-border {
  margin-top: 9px;
  display: inline-block;
  width: 120px;
  height: 2px;
  background: #594219;
}
.brand-block .block-text .flex-text-desc2 {
  margin-top: 50px;
  font-size: 14px;
  color: #594219;
  line-height: 24px;
}
