* {
  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: 642px;
      height: 100%;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; }
      .banner .banner-top .top-center .clip {
        display: flex;
        width: 214px;
        font-size: 16px;
        align-items: center;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 42px; }
        .banner .banner-top .top-center .clip .clip-img {
          width: 56px;
          height: 58px;
          position: relative;
          /* top: 20px; */
		      /* transform: translateX(-50%); */
          z-index: 99; }
        .banner .banner-top .top-center .clip .clip-1 {
		  text-align: right;
          width: 50%; }
		  .banner .banner-top .top-center .clip .clip-2 {
		    text-align: left;
		    width: 50%; }
          .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; }
    .bottom .bottom1 .bottom-title {
      background-color: #1b1617;
      display: flex;
      align-items: center;
      position: relative;
      top: 52px; }
    .bottom .bottom1 .bottom-content {
      width: 1200px;
      display: flex;
      position: relative;
      top: 88px; }
      .bottom .bottom1 .bottom-content .bottom-clip {
        width: 400px;
        height: 86px; }
        .bottom .bottom1 .bottom-content .bottom-clip .bottom-img {
          width: 36px;
          height: 36px;
          position: relative;
          left: 50%;
          top: 20%;
          margin-left: -20px;
          margin-top: -20px; }
        .bottom .bottom1 .bottom-content .bottom-clip .bottom-font {
          font-size: 16px;
          position: relative;
          bottom: 0;
          margin-top: 10px;
          text-align: center;
          color: #999999; }
  .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 */
