@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Microsoft YaHei", "微软雅黑", "simsun", "sans-serif", "Hiragino Sans GB", "STHeiti", Arial;
  background-color: #fff;
  font-size: 85%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
  font-style: normal;
}

table,
td,
tr {
  border: none;
  border-collapse: collapse;
}

ul,
li,
ol {
  list-style: none;
}

img,
fieldset {
  border: medium none;
  display: block;
}

img {
  vertical-align: left;
}

a {
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #b30000;
  text-decoration: underline;
}

a.ani {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clear {
  clear: both;
}

@media screen and (min-width: 1400px) {
  body {
    overflow-x: hidden;
  }
}
.container {
  width: 1920px;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
  margin: 0 auto;
}

.banner img {
  margin: 0 auto;
}

.bg1 {
  position: absolute;
  z-index: -1;
  right: 0;
}

.bg2 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 950px;
}

.bg3 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 2710px;
}

.bg4 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 4300px;
}

.bg5 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 6060px;
}

.bg6 {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 7560px;
}

.bg7 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 9320px;
}

.des-box {
  transform: translateY(-1px);
}
.des-box .des {
  width: 1150px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 34px;
  color: #7715c0;
  padding-top: 48px;
  padding-bottom: 38px;
}
.des-box.cn .des {
  padding-top: 70px;
  padding-bottom: 38px;
}

.con-list .group-list {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 26px 0;
}
.con-list .group-list:nth-child(2n-1) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.con-list .group-list:nth-child(2n-1) .month {
  width: 146px;
  font-size: 38px;
  color: #bdff00;
  font-weight: bold;
  padding: 40px 0 20px 26px;
}
.con-list .group-list:nth-child(2n-1) .list-item {
  display: flex;
  justify-content: flex-end;
  margin: 28px 0;
}
.con-list .group-list:nth-child(2n-1) .list-item .title {
  padding-right: 24px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: end;
  color: white;
  cursor: pointer;
}
.con-list .group-list:nth-child(2n-1) .list-item .date {
  width: 156px;
  flex-shrink: 0;
  padding-left: 38px;
  color: #89ca00;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  position: relative;
}
.con-list .group-list:nth-child(2n-1) .list-item .date::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #bdff00;
  z-index: 2;
}
.con-list .group-list:nth-child(2n-1) .list-item:last-child {
  padding-bottom: 30px;
}
.con-list .group-list:nth-child(2n-1)::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 52px);
  background-color: #7715c0;
  z-index: -1;
  width: 2520px;
}
.con-list .group-list:nth-child(2n-1)::after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: 146px;
  width: 874px;
  height: 100%;
  border-left: 4px solid transparent;
  border-right: 4px solid #89ca00;
  border-bottom: 4px solid #89ca00;
  border-top: 4px solid #89ca00;
  border-radius: 0 26px 26px 0;
}
.con-list .group-list:nth-child(2n) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.con-list .group-list:nth-child(2n) .month {
  width: 146px;
  font-size: 38px;
  color: #7715c0;
  font-weight: bold;
  padding: 30px 26px 20px 0;
  text-align: end;
}
.con-list .group-list:nth-child(2n) .list-item {
  display: flex;
  justify-content: flex-start;
  margin: 28px 0;
}
.con-list .group-list:nth-child(2n) .list-item .title {
  padding-left: 24px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: start;
  color: black;
  cursor: pointer;
}
.con-list .group-list:nth-child(2n) .list-item .date {
  width: 156px;
  flex-shrink: 0;
  padding-right: 38px;
  text-align: end;
  color: #7715c0;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  position: relative;
}
.con-list .group-list:nth-child(2n) .list-item .date::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #7715c0;
  z-index: 2;
}
.con-list .group-list:nth-child(2n) .list-item:last-child {
  padding-bottom: 30px;
}
.con-list .group-list:nth-child(2n)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 146px;
  width: 874px;
  height: 100%;
  border-right: 4px solid transparent;
  border-left: 4px solid #89ca00;
  border-bottom: 4px solid #89ca00;
  border-top: 4px solid #89ca00;
  border-radius: 26px 0 0 26px;
  z-index: -1;
}
.con-list .group-list:first-child::after {
  border-radius: 0 0 26px 0;
  border-top: none;
}
.con-list .group-list:last-child::after {
  border-radius: 26px 0 0 0;
  border-bottom: 4px solid transparent;
}
.con-list .group-list:last-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 146px;
  bottom: -60px;
  width: 4px;
  height: 120px;
  background: radial-gradient(at 50% 0%, #89ca00, #89ca00, #89ca00, white, white);
}

.dialog {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
}
.dialog .close {
  position: absolute;
}
.dialog .dialog-box {
  width: 862px;
  max-height: 80vh;
  background-color: white;
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 50px 25px 50px 50px;
  transform: translate(-50%, -50%);
  border: 2px solid #7715c0;
}
.dialog .dialog-box .close {
  position: absolute;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  cursor: pointer;
}
.dialog .dialog-box .dialog-con {
  max-height: calc(80vh - 100px);
  padding-right: 20px;
  overflow-y: auto;
}
.dialog .dialog-box .dialog-con img {
  width: 100%;
  height: auto;
}
.dialog .dialog-box .dialog-con p {
  font-size: 22px;
  line-height: 42px;
  display: block;
  box-sizing: border-box;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .dialog .dialog-box {
    max-height: none;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

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