body .banner {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  height: 622px;
}
body .banner .banner-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1400px;
}
body .banner .banner-container .banner-img {
  width: 100%;
  height: auto;
}
body .banner .banner-container .mobile-banner {
  display: none;
}
body .banner .banner-container .banner-data {
  padding-left: 140px;
  display: flex;
  align-items: center;
  height: 160px;
}
body .banner .banner-container .banner-data .first-data-item {
  margin-right: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .banner .banner-container .banner-data .first-data-item .first-p {
  font-size: 40px;
  font-weight: 500;
  color: #fc901d;
  margin-bottom: 14px;
}
body .banner .banner-container .banner-data .first-data-item .second-p {
  font-size: 14px;
  font-weight: 400;
  color: #4c5a74;
}
body .banner .banner-container .banner-data .data-list {
  display: flex;
}
body .banner .banner-container .banner-data .data-list .data-item {
  margin-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .banner .banner-container .banner-data .data-list .data-item .first-p {
  font-size: 40px;
  font-weight: 500;
  color: #fc901d;
  margin-bottom: 14px;
}
body .banner .banner-container .banner-data .data-list .data-item .second-p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
body .banner::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 676px;
  height: 622px;
  background-image: url("../images/left-bg.png");
  background-size: cover;
  z-index: -1;
}
body .banner::after {
  content: "";
  left: 676px;
  top: 0;
  position: absolute;
  width: 1244px;
  height: 622px;
  background-image: url("../images/right-bg.png");
  background-size: cover;
  z-index: -1;
}
body .container {
  width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
body .container .big-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
body .container .big-title .order {
  margin-top: -26px;
  font-size: 26px;
  color: #fc901d;
  font-weight: bold;
  z-index: 1;
}
body .container .big-title .order::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fc901d;
  border-radius: 50%;
  border: 2px solid #ffffff;
  vertical-align: bottom;
}
body .container .big-title h2 {
  position: relative;
  margin-top: 14px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 44px;
  color: #1b233b;
  z-index: 1;
}
body .container .big-title h2 span {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 44px;
  color: #1b233b;
  text-stroke: 2px #ffffff;
  background: linear-gradient(0deg, #004a96 0%, #007dfe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .container .big-title h2::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: linear-gradient(0deg, #004a96, #007dfe);
  border-radius: 50%;
  border: 2px solid #ffffff;
  vertical-align: bottom;
}
body .container .big-title .title-bg {
  position: absolute;
  top: 0;
  font-family: Plix;
  font-weight: bold;
  font-size: 90px;
  color: rgba(27, 35, 59, 0);
  line-height: 30px;
  text-stroke: 1px #e5e9ef;
  -webkit-text-stroke: 1px #e5e9ef;
  z-index: 0;
}
body .conf-top-box {
  margin-top: 34px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}
body .conf-top-box .top-box-item {
  display: flex;
  flex-direction: column;
  width: 302px;
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(238, 238, 238, 0.7);
  border-radius: 10px;
  border: 1px solid #e9f1f9;
  cursor: pointer;
  transition: all 0.2s;
  box-sizing: border-box;
  overflow: hidden;
}
body .conf-top-box .top-box-item:hover {
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(131, 147, 189, 0.41);
  border-radius: 10px;
  border: 1px solid #f5f7fa;
}
body .conf-top-box .top-box-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
body .conf-top-box .top-box-item .top-box-img {
  position: relative;
  width: 100%;
  height: 172px;
}
body .conf-top-box .top-box-item .top-box-img .tag {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 6px 0;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  background-color: rgba(252, 144, 29, 0.9);
  text-align: center;
}
body .conf-top-box .top-box-item .top-box-img img {
  width: 100%;
  height: 100%;
}
body .conf-top-box .top-box-item .top-box-content {
  padding: 24px;
}
body .conf-top-box .top-box-item .top-box-content h3 {
  font-weight: bold;
  font-size: 15px;
  color: #1b233b;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 14px;
}
body .conf-top-box .top-box-item .top-box-content .time-location {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body .conf-top-box .top-box-item .top-box-content .time-location .label {
  font-weight: bold;
  font-size: 14px;
  color: #4c5a74;
}
body .conf-top-box .top-box-item .top-box-content .time-location .value {
  font-size: 14px;
  color: #4c5a74;
}
body .conf-top-box .top-box-item .top-box-content .deadline-time {
  margin-top: 10px;
  font-size: 14px;
  color: #fc901d;
}
body .conf-top-box .top-box-item .top-box-content .category {
  margin-top: 16px;
  display: flex;
}
body .conf-top-box .top-box-item .top-box-content .category .category-item {
  padding: 4px 10px;
  background: #e9f3ff;
  border-radius: 14px;
  font-size: 12px;
  color: #4c5a74;
}
body .conf-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .conf-box .conf-item {
  position: relative;
  width: 410px;
  margin-bottom: 24px;
  padding: 46px 24px 24px;
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(238, 238, 238, 0.7);
  border-radius: 10px;
  border: 1px solid #e9f1f9;
  cursor: pointer;
  transition: all 0.1s;
  box-sizing: border-box;
}
body .conf-box .conf-item:hover {
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(131, 147, 189, 0.41);
  border-radius: 10px;
  border: 1px solid #f5f7fa;
}
body .conf-box .conf-item a {
  text-decoration: none;
  color: inherit;
}
body .conf-box .conf-item .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 14px;
  background: linear-gradient(63deg, rgba(230, 241, 255, 0.94), rgba(238, 246, 255, 0.94));
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 12px;
  color: #4c5a74;
}
body .conf-box .conf-item h3 {
  font-weight: bold;
  font-size: 15px;
  color: #1b233b;
  line-height: 23px;
  min-height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
body .conf-box .conf-item .time-location {
  margin-bottom: 10px;
  font-size: 14px;
  color: #4c5a74;
}
body .conf-box .conf-item .deadline-time {
  font-size: 14px;
  color: #fc901d;
}
body .send-message {
  margin: 0 auto;
  max-width: 1920px;
  height: 604px;
  background-image: url(../images/send-bg.png);
  background-size: cover;
  overflow: hidden;
  box-sizing: border-box;
}
body .send-message .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 50px 50px 50px 87px;
  background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}
body .send-message .container .send-left {
  width: 751px;
}
body .send-message .container .send-left .send-form {
  margin-top: 36px;
}
body .send-message .container .send-left .send-form .row {
  margin-bottom: 15px;
  display: flex;
  gap: 14px;
}
body .send-message .container .send-left .send-form .row:last-child {
  margin-bottom: 20px;
}
body .send-message .container .send-left .send-form .row input {
  width: 368px;
  height: 42px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e6eaf0;
  outline: none;
  box-sizing: border-box;
  padding-left: 15px;
}
body .send-message .container .send-left .send-form .row input:focus {
  border: 1px solid #fc901d;
  box-shadow: 0px 0px 10px 0px rgba(131, 147, 189, 0.41);
}
body .send-message .container .send-left .send-form .row .email {
  width: 100%;
}
body .send-message .container .send-left .send-form .row button {
  margin: 0 auto;
  width: 368px;
  height: 50px;
  background: #fc901d;
  border-radius: 25px;
  outline: none;
  border: 0;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}
body .send-message .container .send-right {
  position: relative;
  width: 305px;
  height: 340px;
  background-image: url(../images/wx-bg.png);
}
body .send-message .container .send-right .send-right-title {
  margin-top: 30px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
body .send-message .container .send-right .qrcode-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 190px;
  height: 190px;
  background: #fff;
  box-shadow: 0px 0px 27px 0px rgba(4, 0, 0, 0.39);
}
body .send-message .container .send-right .qrcode-box img {
  width: 180px;
  height: 180px;
}
body .send-message .container .send-right .qrcode-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 67px;
  background-image: url(../images/wx-bottom.png);
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
body .project-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
}
body .project-box .project-item {
  margin-bottom: 24px;
}
body .project-box .project-item .project-title {
  padding: 20px;
  font-size: 16px;
  color: #1b233b;
  background-image: url(../images/proceeding-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}
body .project-box .project-item .project-img {
  width: 100%;
  height: 356px;
}
body .project-box .project-item .project-img img {
  width: 100%;
  height: 100%;
}
body .project-box .project-item.item-1 {
  width: 480px;
}
body .project-box .project-item.item-2 {
  width: 376px;
}
body .project-box .project-item.item-3 {
  width: 376px;
}
body .project-box .project-item.item-4 {
  width: 480px;
}
body .project-box .project-item.item-5 {
  width: 776px;
}
body .proceedings {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 80px;
  background-color: #e9f3ff;
  overflow: hidden;
}
body .proceedings .container {
  padding: 0;
  margin: 80px auto;
}
body .proceedings .container .proceedings-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
}
body .proceedings .container .proceedings-box img {
  margin-bottom: 20px;
  width: 414px;
  height: 259px;
}
body .about-container {
  display: flex;
  justify-content: space-between;
  padding: 50px 60px;
  width: 1280px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(238, 238, 238, 0.7);
  border-radius: 10px;
  border: 1px solid #e9f1f9;
  box-sizing: border-box;
}
body .about-container img {
  width: 296px;
  height: 296px;
}
body .about-container .about-content {
  width: 768px;
}
body .about-container .about-content .desc {
  margin-top: 36px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #1b233b;
}
body .about-container .about-content .desc span {
  color: #fc901d;
}
body .school-img {
  margin-top: 36px;
  width: 1280px;
  height: 657px;
}
body footer {
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #8393bd;
  line-height: 24px;
}/*# sourceMappingURL=style.css.map */