* {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  color: white;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.banner {
  width: 100%;
  background-size: cover;
  min-width: 1200px;
}
.banner .banner-top {
  width: 100%;
  height: 91px;
  background-color: #1b1617;
  color: white;
}
.banner .banner-top .top-center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.banner .banner-top .top-center .clip {
  display: flex;
  font-size: 16px;
  align-items: center;
  font-weight: 500;
  color: #ffffff;
  line-height: 42px;
  margin: 0;
}
.clip-img-box {
  padding: 0 50px;
  box-sizing: border-box;
}
.banner .banner-top .top-center .clip .clip-img {
  width: 56px;
  height: 58px;
  position: relative;
  /* top: 20px; */
  z-index: 99;
}
.banner .banner-top .top-center .clip .clip-1 {
  padding: 0 10px;
  box-sizing: border-box;
}
.banner .banner-top .top-center .clip .clip-2 {
  padding: 0 10px;
  box-sizing: border-box;
}
.banner .banner-top .top-center .clip .clip-1 .clip-1 > a > span {
  width: 16px;
  height: 8px;
  font-size: 14px;
  color: #ffffff;
}

.clip-1 a.active > span,
.clip-1 a:hover > span {
  padding-bottom: 30px;
  border-bottom: 3px solid #40a2cf;
}

.triangle {
  position: absolute;
  left: 916px;
}

.bottom {
  width: 100%;
  height: 300px;
  background-color: #1b1617;
}
.bottom .bottom1 {
  width: 1200px;
  height: 258px;
  background-color: #1b1617;
  display: flex;
  align-items: center;
}
.bottom .bottom1 .bottom-title {
  background-color: #1b1617;
  display: flex;
  align-items: center;
  position: relative;
  top: 52px;
}
.bottom .bottom1 .bottom-content {
  width: 1200px;
  display: flex;
}
.bottom .bottom1 .bottom-content .bottom-clip {
  width: 400px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-right: 1px solid #444444;
  padding-bottom: 40px;
  box-sizing: border-box;
}
.bottom .bottom1 .bottom-content .bottom-clip:last-child {
  border-right: none;
  width: 500px;
  padding: 0;
}
.bottom .bottom1 .bottom-content .bottom-clip .bottom-font-box .bottom-img {
  width: 36px;
  height: 36px;
  margin: 0;
}
.bottom .bottom1 .bottom-content .bottom-clip .bottom-font-box .bottom-font {
  font-size: 16px;
  margin-top: 10px;
  color: #999999;
  margin: 0;
  white-space: nowrap;
  text-align: left;
  width: 100%;
}
.bottom .bottom1 .bottom-content .bottom-clip .bottom-code-box {
  display: flex;
  align-items: center;
}
.bottom .bottom1 .bottom-content .bottom-clip .bottom-code-box .bottom-code {
  display: flex;
  flex-direction: column;
}
.bottom
  .bottom1
  .bottom-content
  .bottom-clip
  .bottom-code-box
  .bottom-code
  .bottom-code-img {
  width: 108px;
  height: auto;
}
.bottom
  .bottom1
  .bottom-content
  .bottom-clip
  .bottom-code-box
  .bottom-code:last-child {
  margin-left: 20px;
}
.bottom
  .bottom1
  .bottom-content
  .bottom-clip
  .bottom-code-box
  .bottom-code
  .bottom-code-text {
  font-size: 14px;
  color: #999999;
  padding-top: 10px;
  box-sizing: border-box;
}
.bottom .bottom2 {
  height: 42px;
  background-color: #2b2b2c;
}
.bottom .bottom2 .bottom-font2 {
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 42px;
  font-weight: 500;
}

.banner {
  height: 600px;
}

.banner-bottom {
  width: 100%;
  height: 530px;
  background-image: url("../img/culture/banner.png");
  background-repeat: no-repeat;
  background-clip: border-box;
  background-size: cover;
  background-position-y: 0;
}
.banner-bottom .banner-icon {
  width: 333px;
  height: 159px;
  position: absolute;
  top: 284px;
  left: 50%;
  transform: translateX(-50%);
}

.body {
  width: 100%;
  background-color: #2b2b2c;
}

.body1 {
  width: 1200px;
  height: 522px;
  position: relative;
  top: 0;
  background-color: #2b2b2c;
  padding-top: 26px;
  display: flex;
}
.body1 .body1-left {
  width: 437px;
  z-index: 3;
}
.body1 .body1-left .body1-img {
  margin-left: 66px;
}
.body1 .body1-right .body1-img {
  margin-top: 228px;
  margin-left: 66px;
}
.body1 .body1-right .body1-font {
  width: 682px;
  height: 65px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 5px;
  margin-left: 66px;
  margin-top: 71px;
}

.body2 {
  width: 1200px;
  height: 540px;
  position: relative;
  display: flex;
  left: 34px;
  top: -10px;
  z-index: 2;
  background-color: #1b1617;
}
.body2 .body2-left {
  width: 316px;
  position: relative;
  left: 0;
}
.body2 .body2-left .body2-title {
  position: relative;
  top: 126px;
  left: 20px;
}
.body2 .body2-left .body2-font {
  width: 258px;
  height: 196px;
  position: relative;
  top: 172px;
}
.body2 .body2-right {
  width: 906px;
  height: 487px;
  z-index: 4;
  margin-top: 53px;
}

.active {
  padding-bottom: 30px;
  border-bottom: 3px solid #40a2cf;
}

.body3 {
  width: 1200px;
  height: 871px;
  position: relative;
  display: flex;
  left: 34px;
  top: -10px;
  z-index: 2;
  background-color: #1b1617;
}
.body3 .body3-title {
  width: 211px;
  height: 26px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 87px;
}
.body3 .body3-rotation {
  display: flex;
  width: 1200px;
  height: 436px;
  position: absolute;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  top: 155px;
  left: 0;
}
.body3-rotation-box {
  margin: 0;
}
.body3-rotation-box:nth-of-type(2) {
  padding: 0 40px 0 40px;
}
.body3 .body3-content {
  width: 956px;
  height: 36px;
  position: absolute;
  left: 115px;
  bottom: 159px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}

.swiper-list {
  /*  width: 600px;
  height: 436px;
  position: relative;
  overflow: hidden;
  padding: 30px 0; */
}

.swiper-main {
  height: 100%;
  position: relative;
}

.swiper-main img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  border-radius: 4px;
  display: inline-block;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 1002;
}

.leftBtn {
  width: 21px;
  height: 36px;
  left: 10px;
}

.rightBtn {
  width: 21px;
  height: 36px;
  right: 10px;
}

.body4 {
  width: 100%;
  height: 121px;
}

/*# sourceMappingURL=culture.css.map */
