.main-content * {
  box-sizing: border-box
}
.g-box {
  width: 1204px;
  margin: 0 auto
}
.content {
  height: fit-content
}
.banner {
  width: 100%;
  height: 750px;
  text-align: center;
  background: url(/assets/img/L2-ban.png) center center no-repeat;
  background-size: cover;
}
.banner .banner-pic img {
    width: 1098px;
}
.ani:hover {
	margin-top: -20px;
    transition: all .3s;
}
.gao700{height: 800px; margin-top:57px}
.banner h1, .title {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
	padding-top: 100px;
    margin-bottom: 22px;
}
.banner p {
    font-size: 19px;
    font-weight: 400;
    color: #ffefef;
    margin-bottom: 37px;
}
.banner .banner-pic {
  cursor: pointer;
  width: 1000px;
  margin: 0 auto
}
.banner .banner-pic img {
  width: 100%
}
.title {
  padding: 50px 0 0;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
  color: #333
}
.subtitle {
  font-size: 28px;
  font-weight: 400;
  color: #666;
  text-align: center;
  margin-bottom: 75px
}
.part1 {
  height: 800px;
  padding-top: 5px;
  position: relative;
  overflow: hidden
}
.part1 .part-wrap {
  position: relative;
  z-index: 1
}
.part1 ul.tab {
  width: 100%;
  display: flex;
  height: 97px;
  background: #1b100f;
  border-radius: 8px 8px 0 0;
  align-items: flex-end
}
.part1 ul.tab li {
  flex: 1;
  height: 117px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding-top: 45px;
  cursor: pointer
}
.part1 ul.tab li:first-child {
  font-size: 18px
}
.part1 ul.tab li.active {
  background: url(/assets/img/L2-TitleMap2.png) center center no-repeat;
  background-size: cover
}
.part1 ul.tab li:first-child.active {
  background: url(/assets/img/L2-TitleMap.png) center center no-repeat;
  background-size: cover
}
.part1 ul.tab li:last-child.active {
  background: url(/assets/img/L2-TitleMap7.png) right center no-repeat;
  background-size: cover
}
.part1 .content {
  width: 1200px;
  height: 487px;
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: 0 5px 95px 0 rgba(204, 182, 184, .4);
  background-color: rgba(246, 249, 255, .7);
  border-radius: 0 0 10px 10px
}
.part1 .content .swiper-container {
  height: 487px
}
.part1 .content .card {
  display: flex;
  padding: 44px 0 0 78px
}
.part1 .content .card .main-img {
  width: 374px;
  height: 410px;
  margin-right: 105px
}
.part1 .content .card h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1;
  padding-top: 25px;
  margin-bottom: 25px
}
.part1 .content .card .des {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-bottom: 33px;
  line-height: 1.6
}
.part1 .content .card ul.list {
  display: flex;
  margin-bottom: 40px
}
.part1 .content .card ul.list li, .part2 .card-list {
  display: flex;
  align-items: center;
  justify-content: center
}
.part1 .content .card ul.list li {
  width: 118px;
  height: 117px;
  background: #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  margin-right: 22px
}
.part1 .content .card ul.list li img {
  width: 40px;
  margin-bottom: 15px
}
.part1 .content .card ul.list li p {
  font-size: 14px;
  font-weight: 400;
  color: #858585
}
.part1 .content .card .L1-btn {
  width: 209px;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 53px;
  background: url(/assets/img/L2-btn.gif) center center no-repeat;
  background-size: auto;
  cursor: pointer
}
.part2 {
  height: 840px;
  padding-top: 100px;
  background: #eff4f9 url(/assets/img/L3-ban.png) center center no-repeat;
  background-size: cover;
  position: relative
}

.xhs-btn {
  width: 496px;
  height: 62px;
  margin: 80px auto 0;
  background: url(/assets/img/L3-btn.gif) center center no-repeat;
  background-size: 100% auto;
  display: flex;
  cursor: pointer
}
.xhs-btn.xhs-btn1 {
  background: url(/assets/img/L4-btn.gif) center center no-repeat;
  margin-top: 0
}
.xhs-btn p {
  text-align: center;
  font-weight: 400;
  line-height: 54px
}
.xhs-btn p:first-child {
  width: 358px;
  font-size: 18px;
  color: #666
}
.xhs-btn p:nth-child(2) {
  width: 124px;
  font-size: 18px;
  color: #fff
}
.text-fff {
  color: #fff !important
}
.text-BAC0CC {
  color: #bac0cc !important
}
.text-FFDCDF {
  color: #ffdcdf !important
}
.text-C0C7D3 {
  color: #c0c7d3 !important
}
.text-666 {
  color: #666 !important
}
.text-E64045 {
  color: #e64045 !important
}
.text-24 {
  font-size: 24px !important
}