@charset "utf-8";
.flex {
  display: flex;
}
.fc {
  display: flex;
  align-items: center;
}
.f-h {
  display: flex;
  flex-direction: column;
}
.fc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fcc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex1 {
  flex: 1;
}
.f-pr {
  position: relative;
}
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #6b0018;
}
.btn {
  cursor: pointer;
}
body {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  min-width: 1330px;
  font-family: 'Microsoft YaHei';
  font: 14px/24px "PingFang SC", "Lantinghei SC", "Microsoft YaHei", arial, "\5b8b\4f53", sans-serif, tahoma;
}
.l {
  color: #6b0018 !important;
}
.w {
  max-width: 1330px;
  min-width: 1330px;
  margin: 0 auto;
}
.flex {
  display: flex;
}
.fc {
  display: flex;
  align-items: center;
}
.f-h {
  display: flex;
  flex-direction: column;
}
.fc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fcc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex1 {
  flex: 1;
}
.f-pr {
  position: relative;
}
/*header*/
/*footer*/
body {
  background: #37332E;
}
.header {
  background: linear-gradient(90deg, #DBC3A6, #FBECDA);
}
.header .logo {
  height: 118px;
}
.header .logo img {
  height: 74px;
}
.header .inner {
  padding: 0 25px;
}
.banner {
  padding-top: 86px;
  padding-bottom: 56px;
}
.banner .inner {
  max-width: 1147px;
  width: 100%;
  height: 615px;
  background: url(../img/map.png) center no-repeat;
}
.banner h1 {
  margin-top: 43px;
}
.banner h1 b {
  font-size: 100px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 134px;
  background: linear-gradient(0deg, #CAAA86 0%, #DDC5A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner p {
  font-size: 40px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 74px;
}
.index-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.index-nav .item {
  width: 310px;
  height: 341px;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 30px;
  border-radius: 20px;
}
.index-nav .item .icon {
  width: 152px;
  height: 152px;
  margin-bottom: 40px;
}
.index-nav .item p {
  font-size: 36px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 50px;
}
.index-nav .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-nav .right .row {
  height: 157px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
.index-nav .right .icon {
  width: 71px;
  margin-left: 44px;
  margin-right: 26px;
}
.index-nav .right .icon img {
  width: 100%;
}
.index-nav .right h3 {
  font-size: 32px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 50px;
}
.index-nav .right p {
  font-size: 24px;
  font-weight: 300;
  color: #D9D2C7;
  line-height: 40px;
}
.index-nav .right .txt {
  width: 195px;
}
.index-nav .right .links a {
  font-size: 26px;
  font-family: Microsoft YaHei UI;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 50px;
}
.index-nav .right .links a + a {
  margin-left: 35px;
}
.index-nav .right .links a:hover {
  color: #fff;
  text-decoration: underline;
}
.section-title {
  display: flex;
  align-items: center;
}
.section-title i {
  width: 13px;
  height: 39px;
  background: linear-gradient(0deg, #DBC3A6, #FBECDA);
  border-radius: 7px;
  margin-right: 15px;
}
.section-title h2 {
  font-size: 40px;
  font-family: Microsoft YaHei UI;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 120px;
  margin-right: 26px;
}
.section-title span {
  font-size: 15px;
  font-family: Microsoft YaHei UI;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 26px;
  position: relative;
  top: 8px;
}
.my-advantage .icon {
  height: 217px;
  margin-bottom: 20px;
}
.my-advantage .item {
  flex: 1;
  padding-top: 29px;
  padding-bottom: 28px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
.my-advantage .item + .item {
  margin-left: 30px;
}
.my-advantage p {
  font-size: 36px;
  font-family: Microsoft YaHei UI;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 50px;
  margin-bottom: 10px;
}
.my-advantage .des {
  text-align: center;
  max-width: 261px;
  font-size: 15px;
  font-family: Microsoft YaHei UI;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 26px;
}
.my-advantage2 {
  margin-top: 30px;
}
.my-advantage2 .item {
  position: relative;
  padding-top: 0;
  padding-left: 60px;
  height: 328px;
  box-sizing: border-box;
}
.my-advantage2 .item .txt {
  padding-top: 60px;
}
.my-advantage2 .item .icon {
  right: 50px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.my-advantage2 .item .des {
  text-align: left;
}
.step-box {
  padding: 40px 44px 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  margin-bottom: 70px;
}
.step-box .inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.step-box .item i {
  display: block;
  margin: 0 auto;
  width: 72px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  background: url(../img/numbg.png) center no-repeat;
  font-size: 40px;
  font-weight: bold;
  color: #37332E;
  margin-bottom: 12px;
}
.step-box p {
  width: 125px;
  font-size: 15px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 26px;
  margin: 0 auto;
  text-align: center;
}
.step-box .arrow {
  width: 40px;
  height: 43px;
  background: url(../img/arrow.png) no-repeat;
}
.step-img {
  display: none;
}
.footer {
  background: #1D1D1D;
  padding: 40px 0;
  font-size: 15px;
  font-family: Microsoft YaHei UI;
  font-weight: 300;
  color: #BABABA;
  line-height: 36px;
}
