body {
  background-color: #f9fbff;
}

.header {
  width: 100%;
  margin: 0 auto;
  background: #414755;
  text-align: center;
}
.header img {
  max-width: 1920px;
  width: 100%;
}

.out-inner {
  width: 1920px;
  margin: 0 auto;
  background: url(../images/bg_02.jpg) no-repeat top center;
  background-size: 100% 2105px;
  padding-bottom: 50px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
.inner .banner {
  display: flex;
  padding-top: 60px;
}
.inner .banner .text {
  width: 753px;
  padding-left: 100px;
  box-sizing: border-box;
}
.inner .banner .text .title img {
  width: 100%;
}
.inner .banner .text .big-text {
  font-size: 24px;
  padding-top: 5px;
  text-align: center;
  line-height: 36px;
}
.inner .banner .text .big-text p {
  padding-bottom: 10px;
  text-indent: 2em;
}
.inner .banner .text .big-text p span {
  color: #D5AB7A;
}
.inner .banner .text .big-text p a {
  color: #3A97FF;
}
.inner .banner .text .item {
  margin-top: 30px;
  font-size: 22px;
  line-height: 36px;
}
.inner .banner .text .item span {
  color: #D5AB7A;
}
.inner .btns {
  width: 853px;
  padding-left: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.inner .btns a {
  position: relative;
  top: 0;
  transition: all 0.3s;
  margin: 0 50px;
  margin-bottom: 30px;
}
.inner .btns a:hover {
  top: -10px;
}
.inner .btns a:nth-of-type(1) .btn {
  background: url(../images/btn_03.png) no-repeat;
  background-size: 100% 100%;
}
.inner .btns a:nth-of-type(2) .btn {
  background: url(../images/btn_05.png) no-repeat;
  background-size: 100% 100%;
}
.inner .btns a:nth-of-type(3) .btn {
  background: url(../images/btn_07.png) no-repeat;
  background-size: 100% 100%;
}
.inner .btns a:nth-of-type(4) .btn {
  background: url(../images/btn_09.png) no-repeat;
  background-size: 100% 100%;
}
.inner .btns .btn {
  width: 272px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner .btns .btn p {
  color: #ffffff;
}
.inner .btns .btn h4 {
  font-size: 20px;
  font-weight: bold;
  color: #FBFCFF;
  line-height: 32px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.48);
}
.inner .btns .btn img {
  width: 58px;
  height: 58px;
  margin-right: 12px;
}
.inner .b-text {
  color: #FF0000;
  font-size: 27px;
  width: 853px;
  padding-left: 100px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
.inner .items {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.inner .items .item {
  margin-top: 30px;
}
.inner .items .item .small-item {
  width: 590px;
  background: #383B4D;
  box-shadow: 0px 7px 25px 2px rgba(74, 88, 103, 0.26);
  border-radius: 48px;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 31px;
}
.inner .items .item .small-item.one {
  height: 680px;
}
.inner .items .item .small-item.two, .inner .items .item .small-item.four {
  margin-top: 50px;
  height: 170px;
}
.inner .items .item .small-item.two h3, .inner .items .item .small-item.four h3 {
  width: 100%;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background: #FDFDFD;
  border-radius: 21px;
  color: #9e8b72;
  font-size: 32px;
}
.inner .items .item .small-item.two h3 span, .inner .items .item .small-item.four h3 span {
  color: #f00;
}
.inner .items .item .small-item.three {
  height: 520px;
}
.inner .items .item .small-item.five {
  margin-top: 50px;
  height: 420px;
}
.inner .items .item .small-item.five .top {
  font-size: 18px;
  display: flex;
  justify-content: space-around;
}
.inner .items .item .small-item.five .top .i p {
  width: 230px;
  height: 50px;
  background: url(../images/i_17.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
}
.inner .items .item .small-item.five .top .i span {
  color: #D6AD7B;
  font-size: 24px;
  text-align: center;
  display: block;
  padding-top: 10px;
}
.inner .items .item .small-item.five .active {
  height: 250px;
  overflow: hidden;
}
.inner .items .item .small-item.five .active ul {
  position: relative;
  transition: all 0.3s;
  top: 0;
  background: transparent;
}
.inner .items .item .small-item.five .active ul li {
  display: flex;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  border: 0;
}
.inner .items .item .small-item.five .active ul li h3 {
  padding: 0 10px;
  font-weight: normal;
  color: #fff;
  font-size: 20px;
}
.inner .items .item .small-item.five .active ul li h3 span {
  color: #D6AD7B;
  border: 0;
}
.inner .items .item .small-item .i-title {
  height: 46px;
}
.inner .items .item .small-item .i-title img {
  height: 46px;
}
.inner .items .item .small-item .title {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 49px;
  background: url(../images/i_13.png) no-repeat center center;
  color: #383B4D;
  position: relative;
  top: -25px;
}
.inner .items .item .small-item .in-ul {
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}
.inner .items .item .small-item .in-ul li {
  display: flex;
  border-top: 1px solid #CEAE7B;
}
.inner .items .item .small-item .in-ul li span {
  display: block;
  text-align: center;
  flex: 1;
  height: 40px;
  line-height: 40px;
}
.inner .items .item .small-item .in-ul li span:nth-of-type(1) {
  width: 185px;
  border-right: 1px solid #CEAE7B;
}/*# sourceMappingURL=index.css.map */