#carousel {
  padding-top: 2rem;
}

.carousel-item {
  height: 440px;
  width: 550px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 8px #1F010133;
  background-color: rgba(255, 255, 255, 0.65) !important;
  border-radius: 6px;
}

.undefined .roundhead_title {
  border-bottom: 2px solid #bd1a2d !important;
}

.carousel-item,
#buttons button {
  cursor: pointer;
}

.roundhead {
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  font-weight: 700;
  font-size: 32px;
  color: #333333FF;
}

.roundhead_title {
  border-bottom: 2px solid #e5e5e5;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}

.roundhead_icon {
  width: 48px;
  height: 48px;
}

.roundhead_icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.roundcontent {
  z-index: 10;
  position: absolute;

  width: 100%;
}

.roundcontentwarp {
  position: absolute;
  background-image: url(../imgs/indexbg.png);
  width: 100%;
  height: calc(100% - 100px);
  z-index: 9;
}

.inforelease {
  position: relative;
  display: flex;
  height: 70%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}

.inforeleaseitem {
  position: relative;
  height: 180px;
  width: 280px;
  display: flex;
}

.releaseimg {
  width: 100%;
  height: 100%;
}

.releaseimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.releasetitle {
  background-color: #709292;
  position: absolute;
  width: 65%;
  height: 100%;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

.projectapply {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.projectapplys {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  gap: 1rem;
}

.projectapply_image {
  height: 140px;
  width: 220px;
  background: rgba(151, 151, 151, 0.644);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.projectapply_image .img {
  width: 100%;
  height: 92px;
  background-color: white;
  display: block;
  object-fit: cover;
}

.projectapply_image .title {
  display: flex;
  height: calc(140px - 92px);
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: 0px;
  color: rgba(0, 0, 0, 0.9961);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.788);
}

.projectapply_image .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.projectapply .applyentry {
  width: 450px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: inherit;
  gap: 1rem;
  background: white;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #bd1a2d;
  border-radius: 15px;
  font-family: "优设标题黑";
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  color: #bd1a2d;
  text-align: center;
  font-style: oblique;
  cursor: pointer;
  transition: 0.2s;
}

.projectapply .applyentry:hover {
  box-shadow: 0px 0px 5px #bd1a2d;
  background-color: #bd1a2d;
  color: white;
}

.processguide {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  row-gap: 22px;
  column-gap: 22px;
}

.guide_processitem {
  width: 220px;
  height: 129px;
  text-align: center;
  background: #F6F6F6FF;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  transition: 0.3s;
  cursor: pointer;
}

.guide_processitem:hover {}

.define-box>*:hover {
  box-shadow: 0 0 4px 0 #0000003f;
}

.define-box>*:hover .guide_infoimage img {
  transform: scale(1.1);
}

.guide_processimage {
  width: 86px;
  height: 86px;
  margin: 0.4rem;
}

.guide_processimage img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.guide_processtitle {
  width: 100px;
  margin: 6px;
  text-shadow: 0 0 5px rgba(61, 61, 61, 0.589);
}

.guide_infoimage {
  overflow: hidden;
  width: 100%;
  height: 100px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.guide_infoimage img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.guide_infotitle {
  flex: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-title {
  height: 90px;
  background-position: center;
  background-size: cover;
  font-size: 30px;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.define-news {
  padding: 0 40px;
}

.define-cards {
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  padding: 10px 40px;
}

.define-cards>:first-child div:hover {
  box-shadow: 0 0 10px 0 #0000003f;
  background-size: 105% !important;
  background-position: right center !important
}

.define-cards>:last-child div:hover {
  box-shadow: 0 0 10px 0 #0000003f;
  background-size: 105% !important;
  background-position: left !important
}

.inlet-box {
  cursor: pointer;
  position: fixed;
  right: 25px;
  z-index: 999;
  top: 30%;
  width: 170px;
  height: 200px;
  /* box-shadow: 0px 0px 8px 4px #1F010119; */
  /* background: linear-gradient(180deg, #E00047FF 0%, #B80019FF 100%); */
  /* border-radius: 6px; */
  color: #fff;
  font-size: 20px;

}
.inlet-box1{
  width: 170px;
  height: 60px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
}
.inlet-box2{
  width: 170px;
  height: 60px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
}
.inlet-box3{
  width: 170px;
  height: 60px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
}
.inlet-box1:hover{
  background: #bd1a2d;
  color: #fff;
}
.inlet-box2:hover{
  background: #bd1a2d;
  color: #fff;
}
.inlet-box3:hover{
  background: #bd1a2d;
  color: #fff;
}
.inlet-box img {
  width: 30px;
  margin-right: 10px;
}

.define-cards>:first-child div {

  background-size: cover;
  background-position: center;
  height: 120px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  transition: all 0.4s;
}

.define-cards>:last-child div {
  background-size: cover;
  height: 120px;
  border-radius: 6px;
  display: flex;
  background-position: center;
  align-items: center;
  justify-content: flex-end;
  padding-right: 40px;
  margin-top: 30px;
  transition: all 0.4s;
}

.news-item {
  height: 50px;
  background-color: #F3F5F7FF;
  border-radius: 6px;
  display: flex;
  font-size: 16px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  cursor: pointer;
}

.news-item:hover {
  box-shadow: 0 0 3px 0 #0000003f;
}

.news-item img {
  width: 20px;

}