.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
img {
  display: block;
}
.headline img {
  margin: 0 auto;
  display: block;
  width: 1150px;
}
.headline_1 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headline_1 p {
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 800;
  font-size: 30px;
  color: #D42524;
}
.headline_1 p::after {
  margin-top: -20px;
  content: "";
  display: block;
  width: 105%;
  height: 9px;
  background: #E4D47B;
}
.headline_1 .more {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.notice {
  margin-top: -240px;
  position: relative;
}
.notice .layout {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.notice .layout .notice_title {
  background: #D42524;
  padding: 30px 0;
}
.notice .layout .notice_title ul li p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 23px;
  color: #FFE093;
  text-align: center;
}
.notice .layout .content {
  background-color: #fff;
  padding: 40px 44px 50px;
}
.notice .layout .content .title {
  margin-bottom: 22px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: bold;
  font-size: 26px;
  color: #C52E1E;
  text-align: center;
}
.notice .layout .content .smalltext {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  text-indent: 2em;
}
.notice .layout .content .smalltext a {
  display: inline-block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.part1 {
  padding: 50px 0 26.5px;
}
.part1 .layout .box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.part1 .layout .box .swiper {
  margin: 0;
  width: 588px;
  height: 331px;
}
.part1 .layout .box .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.part1 .layout .box .swiper .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part1 .layout .box .videobox {
  width: 588px;
  height: 331px;
}
.part1 .layout .box .videobox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part1 .layout .box .list ul li {
  margin-top: 10px;
}
.part1 .layout .box .list ul li:first-child {
  margin-top: 0;
}
.part1 .layout .box .list ul li:hover a .title {
  color: #D42524;
}
.part1 .layout .box .list ul li a {
  display: block;
}
.part1 .layout .box .list ul li a .title {
  position: relative;
  padding-left: 26px;
  width: 547px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 800;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part1 .layout .box .list ul li a .title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #E83218;
  border-radius: 50%;
  margin-right: 17px;
  flex-shrink: 0;
}
.part1 .layout .box .list ul li a .smalltext {
  padding-left: 26px;
  margin-top: 9px;
  width: 547px;
  height: 48px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part2 {
  padding: 26.5px 0 38px;
}
.part2 .content {
  margin-top: 9px;
  position: relative;
  min-width: 1200px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.part2 .content img {
  margin: 0 0 0 200px;
  display: block;
  max-width: 1400px;
}
.part2 .content ul {
  position: absolute;
  width: 1400px;
}
.part2 .content ul li {
  position: absolute;
  width: 200px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.part2 .content ul li:nth-child(1) {
  top: 421px;
  left: 164px;
  transform: translateX(50%);
}
.part2 .content ul li:nth-child(2) {
  top: 58px;
  left: 337px;
  transform: translateX(50%);
}
.part2 .content ul li:nth-child(3) {
  top: 421px;
  left: 518px;
  transform: translateX(50%);
}
.part2 .content ul li:nth-child(4) {
  top: 57px;
  left: 700px;
  transform: translateX(50%);
}
.part2 .content ul li:nth-child(5) {
  top: 421px;
  left: 881px;
  transform: translateX(50%);
}
.part3 {
  padding: 63px 0 112px;
  background: url(../images/part3_bg.png) no-repeat top center / 100% 1115px;
}
.part3 .part3_1 {
  padding: 0 0 70px;
}
.part3 .part3_1 .layout .tips {
  margin-top: 20px;
}
.part3 .part3_1 .layout .tips img {
  display: block;
  margin: 0 auto;
  width: 1044px;
}
.part3 .part3_1 .content {
  margin-top: 50px;
  position: relative;
  min-width: 1200px;
  display: flex;
  justify-content: center;
}
.part3 .part3_1 .content img {
  margin: 0 auto;
  display: block;
  max-width: 1300px;
}
.part3 .part3_1 .content ul {
  position: absolute;
  width: 1400px;
}
.part3 .part3_1 .content ul li {
  position: absolute;
  cursor: pointer;
}
.part3 .part3_1 .content ul li:hover .hover {
  display: block;
}
.part3 .part3_1 .content ul li p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  text-align: center;
}
.part3 .part3_1 .content ul li p::after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: transparent;
}
.part3 .part3_1 .content ul li .hover {
  display: none;
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
  padding: 26px 28px 20px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #D42524;
  transition: all 0.3s ease-in-out;
  z-index: 99999;
}
.part3 .part3_1 .content ul li .hover p {
  width: 258px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  text-align: left;
}
.part3 .part3_1 .content ul li .hover p::after {
  display: none;
}
.part3 .part3_1 .content ul li .hover a {
  margin: 20px auto 0;
  width: fit-content;
  padding: 10px 20px;
  background: #D42524;
  border-radius: 18px 18px 18px 18px;
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF !important;
}
.part3 .part3_1 .content ul li:nth-child(1) {
  top: 359px;
  left: 117px;
  transform: translateX(50%);
}
.part3 .part3_1 .content ul li:nth-child(2) {
  top: 422px;
  left: 292px;
  transform: translateX(50%);
}
.part3 .part3_1 .content ul li:nth-child(2) .hover {
  top: 134px;
}
.part3 .part3_1 .content ul li:nth-child(3) {
  top: 238px;
  left: 438px;
  transform: translateX(50%);
}
.part3 .part3_1 .content ul li:nth-child(3) .hover {
  top: 134px;
}
.part3 .part3_1 .content ul li:nth-child(4) {
  top: -9px;
  left: 587px;
  transform: translateX(50%);
}
.part3 .part3_1 .content ul li:nth-child(4) p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #E83218;
}
.part3 .part3_1 .content ul li:nth-child(4) .hover {
  top: 126px;
}
.part3 .part3_1 .content ul li:nth-child(4) .hover p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.part3 .part3_1 .content ul li:nth-child(5) {
  top: 145px;
  left: 918px;
  transform: translateX(50%);
  z-index: 9;
}
.part3 .part3_1 .content ul li:nth-child(6) {
  top: 436px;
  left: 925px;
  transform: translateX(50%);
}
.part3 .part3_2 {
  padding: 70px 0 0;
}
.part3 .part3_2 .layout .box {
  margin-top: 54px;
}
.part3 .part3_2 .layout .box .list {
  margin-left: 50px;
  float: left;
}
.part3 .part3_2 .layout .box .list:nth-child(1) {
  margin-left: 0;
}
.part3 .part3_2 .layout .box .list ul li {
  margin-top: 20px;
}
.part3 .part3_2 .layout .box .list ul li:first-child {
  margin-top: 0;
}
.part3 .part3_2 .layout .box .list ul li:hover a .title {
  color: #333;
  font-weight: 800;
}
.part3 .part3_2 .layout .box .list ul li a {
  display: block;
}
.part3 .part3_2 .layout .box .list ul li a .title {
  position: relative;
  padding-left: 26px;
  width: 350px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .part3_2 .layout .box .list ul li a .title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: #E83218;
  border-radius: 50%;
  margin-right: 17px;
  flex-shrink: 0;
}
