/*首页*/
#menu_index {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #263441;
  z-index: 20;
}
#menu_index .header {
  height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
#menu_index .header .logo img {
  width: 9.8rem;
  height: 1.4rem;
}
#menu_index .header .btn {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#menu_index .header .btn img {
  width: 0.875rem;
  height: 0.875rem;
}
#menu_index .content {
  padding: 0 1.45rem;
}
#menu_index .content a {
  display: block;
  text-align: center;
  line-height: 2.3rem;
  height: 2.3rem;
  font-size: 0.65rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#menu_index .service {
  padding-top: 0.5rem;
}
#menu_index .service p {
  font-size: 0.65rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.25rem;
}
#menu_index .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menu_index .bottom .register {
  font-size: 0.65rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
#menu_index .bottom .join {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  background-color: #ffffff;
  text-align: center;
  font-size: 0.65rem;
  color: #333333;
}
#header_index {
  height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  background-color: #263441;
}
#header_index .logo {
  transform: translateY(0.15rem);
}
#header_index .logo img {
  width: auto;
  height: 1.4rem;
}
#header_index .btn {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header_index .btn img {
  width: 1.05rem;
  height: 0.7rem;
}
#banner {
  position: relative;
  background-color: #263441;
  height: calc(100vh - 2.5rem);
}
#banner .swiper-container {
  height: 100%;
}
#banner .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#banner .swiper-container .swiper-wrapper .swiper-slide .introduce {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#banner .swiper-container .swiper-wrapper .swiper-slide .introduce .mark {
  font-size: 0.35rem;
  color: #ffffff;
}
#banner .swiper-container .swiper-wrapper .swiper-slide .introduce h3 {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 600;
  margin-top: 1rem;
}
#banner .swiper-container .swiper-wrapper .swiper-slide .introduce .mark2 {
  font-size: 0.5rem;
  color: #ffffff;
  margin-top: 0.125rem;
}
#banner .swiper-container .swiper-wrapper .swiper-slide .btn_group {
  margin-top: 1.4rem;
  padding: 0 1.4rem;
}
#banner .swiper-container .swiper-wrapper .swiper-slide .btn_group a {
  display: flex;
  height: 2rem;
  justify-content: center;
  align-items: center;
  font-size: 0.65rem;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
#banner .swiper-container .swiper-wrapper .swiper-slide .btn_group a.active {
  background-color: #12a0f8;
  border: none;
}
#banner .swiper-container .swiper-wrapper .swiper-slide.item1 {
  background-image: url('../images/index/banner_item1_bg.jpg');
}
#banner .swiper-container .swiper-wrapper .swiper-slide.item2 {
  background-image: url('../images/index/banner_item2_bg.jpg');
}
#banner .swiper-container .swiper-wrapper .swiper-slide.item3 {
  background-image: url('../images/index/banner_item3_bg.jpg');
}
#banner .swiper-container .swiper-wrapper .swiper-slide.item4 {
  background-image: url('../images/index/banner_item4_bg.jpg');
}
#banner .swiper-container .swiper-wrapper .swiper-slide.item5 {
  background-image: url('../images/index/banner_item5_bg.jpg');
}
#box2 .list {
  padding: 20px;
}
#box2 .list a.item {
  display: flex;
  justify-content: space-between;
}
#box2 .list a.item + .item {
  margin-top: 20px;
}
#box2 .list a.item .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #eaeaea;
  text-align: center;
}
#box2 .list a.item .date .day {
  display: block;
  font-size: 13px;
  text-align: center;
}
#box2 .list a.item .date .month {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  color: #666666;
}
#box2 .list a.item .text {
  padding: 5px 0;
  width: calc(100% - 65px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#box2 .list a.item .text h4 {
  font-size: 13px;
}
#box2 .list a.item .text .line {
  width: 10px;
  height: 1px;
  background-color: #333333;
}
#box2 .list a.item .text p {
  font-size: 12px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#box2 .list a.item .text .more {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  line-height: 1;
  right: 0;
  top: 3px;
  font-size: 12px;
  background-color: #dddddd;
  color: #ffffff;
}
/*# sourceMappingURL=index.css.map */