.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;
}

.layout {
  width: 78.5% !important;
  max-width: 1500px !important;
  margin: 0 auto;
  min-width: 1200px !important;
}

.banner-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner-swiper .swiper img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  /* position: relative; */
  /* top: -190px; */
}

.part1 .layout {
  position: relative;
}

.part1 .layout .column {
  width: 100%;
  height: 104px;
  background: #FFFFFF;
  box-shadow: 0px 2px 17px 5px rgba(0, 0, 0, 0.06);
  border-radius: 10px 10px 2px 2px;
  position: absolute;
  top: -50px;
  z-index: 99;
}

.part1 .layout .column ul {
  display: flex;
  justify-content: space-around;
}

.part1 .layout .column ul li:hover a span {
  color: #C00000;
}

.part1 .layout .column ul li a {
  display: flex;
  align-items: center;
  height: 104px;
}

.part1 .layout .column ul li a img {
  width: 70px;
  height: 70px;
  display: block;
}

.part1 .layout .column ul li a span {
  font-family: Roboto, Roboto;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin-left: 20px;
}

.tit a {
  width: fit-content;
  display: block;
  margin: 0 auto;
}

.tit img {
  display: block;
  margin: 0 auto;
}

.part2 {
  width: 100%;
  height: 440px;
  /*padding-top: 110px;*/
}

.part2 .pt2_list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.part2 .pt2_list li {
  width: 24%;
  height: 180px;
  border-radius: 4px 4px 4px 4px;
  position: relative;
}

.part2 .pt2_list li a {
  display: block;
  height: 100%;
  width: 100%;
}

.part2 .pt2_list li a img {
  width: 100%;
  height: 100%;
  display: block;
}

.part2 .pt2_list li a span {
  font-family: PingFang TC, PingFang TC;
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  line-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.part2 .pt2_list li a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.4);*/
}

.part3 .time-line {
  width: 100%;
  height: 93px;
  background: #FCEDED;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #FFC5C5;
  margin-top: 20px;
  position: relative;
}

.part3 .time-line .line {
  padding: 0 24px;
  width: 98%;
  height: 1px;
  background-color: #C3C5C7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.part3 .time-line .arrow-right {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0, -50%);
}

.part3 .time-line .arrow-left {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
}

.part3 ul {
  margin-top: 25px;
  display: flex;
}

.part3 ul li {
  width: calc(23.25581395%);
  position: relative;
  margin-right: 2.3%;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #DEDEDE;

}

.part3 ul li:hover .container-yzb-text .img-box img {
  transform: scale(1.1);
}

.part3 ul li:hover .container-yzb-text .img-box .img-text span {
  color: #C00000;
}

.part3 ul li:last-child {
  margin-right: 0;
}

.part3 ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.part3 ul li .container-yzb-box {
  width: 315px;
  position: absolute;
  top: -106px;
  text-align: center;
}

.part3 ul li .container-yzb-box .time {
  font-family: PingFang TC, PingFang TC;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

.part3 ul li .container-yzb-box i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #E67C7C;
  vertical-align: 9px;
}

.part3 ul li .container-yzb-box .year {
  font-family: PingFang TC, PingFang TC;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}

.part3 ul li .container-yzb-text {
  width: 100%;
}

.part3 ul li .container-yzb-text .img-box {
  width: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.part3 ul li .container-yzb-text .img-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px 6px 0 0;
  transition: all .3s;
}

.part3 ul li .container-yzb-text .img-box .img-text {
  width: 100%;
  background-color: #fff;
  padding: 16px 17px 20px 13px;
  box-shadow: 0px 8px 13px -3px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 6px 6px;
}

.part3 ul li .container-yzb-text .img-box .img-text span {
  display: block;
  width: 95%;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  margin-bottom: 8px;
}

.part3 ul li .container-yzb-text .img-box .img-text p {
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.part3 ul li .pt3_live {
  display: block;
  width: 132px;
  height: 42px;
  background: #DE201F;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 42px;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  float: right;
  margin-top: 15px;
}

.part3 ul li .pt3_live:hover {
  color: white !important;
}

.part4 {
  width: 100%;
  /* height: 478px; */
  background-color: rgba(245, 243, 242, 0.7);
  margin-top: 60px;
  position: relative;
}

.part4 .pt4-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 862px;
  height: 478px;
  background: url(/statics/demo/newwb/images/pt4-img.png) no-repeat center top;
  z-index: -1;
  background-size: 100% 100%;
}

.part4 .pt4_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.part4 .img-box {
  width: calc(31.54574132%);
  margin-right: 2.6%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  box-sizing: border-box;
}

.part4 .img-box .mask {
  position: absolute;
  top: 0;
  width: 100%;
  /* height: 180px; */
  /*background: rgba(0, 0, 0, 0.4);*/
  border-radius: 6px 6px 0 0;
}

.part4 .img-box:hover a .img-box .img-text {
  border-bottom: 1px solid #C00000;
}

.part4 .img-box:hover a .img-box .img-text span {
  font-weight: 600;
  color: #C00000;
}

.part4 .img-box:hover a .img-box .img-text p {
  color: #C00000;
}

.part4 .img-box:hover a .img-text span {
  font-weight: 600;
  color: #C00000;
}

.part4 .img-box:hover a img {
  transform: scale(1.1);
}

.part4 .img-box:nth-child(3n) {
  margin-right: 0;
}

.part4 .img-box .imgbox {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.part4 .img-box img {
  width: 100%;
  height: auto;
  display: block;

  transition: all .3s;
}

.part4 .img-box .img-text {
  width: 100%;
  background-color: #fff;
  padding: 17px 17px 17px 13px;
  box-shadow: 0px 8px 13px -3px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 6px 6px;
}

.part4 .img-box .img-text .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.part4 .img-box .img-text span {
  display: block;
  width: 90%;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part4 .img-box .img-text p {
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.part4 .img-box .img-text i {
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.part5 {
  width: 100%;
  /* height: 520px; */
  background: rgba(255, 255, 255, 0.68);
}

.part5 #swiper2 {
  width: 100%;
  height: 288px;
  margin-top: 40px;
}

.part5 #swiper2 .swiper-wrapper {
  width: 100%;
  height: 270px;
  /* ÃƒÂ¨Ã‚Â½Ã‚Â®ÃƒÂ¦Ã¢â‚¬â„¢Ã‚Â­ÃƒÂ©Ã‚Â¡Ã‚Â¹ */
}


.part5 #swiper2 .swiper-wrapper .swiper-slide {
  width: 545px;
  height: 270px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  border-radius: 8px;
}

.part5 #swiper2 .swiper-wrapper .swiper-slide a {
  overflow: hidden;
  border-radius: 8px;
}

.part5 #swiper2 .swiper-wrapper .swiper-slide img {
  width: 545px;
  height: 270px;
  box-shadow: 0px 0px 16px 5px rgba(78, 67, 67, 0.25);
  border-radius: 8px 8px 8px 8px;
  transition: all .3s;
}

.part5 #swiper2 .swiper-wrapper .swiper-slide-active,
.part5 #swiper2 .swiper-wrapper .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 99999;
}

.part5 #swiper2 .swiper-wrapper .swiper-slide-active:hover img {
  transform: scale(1.1);
}

.part6 {
  width: 100%;
  height: 565px;
  background-color: #F5F3F2;
  position: relative;
}

.part6 .pt6-img {
  width: 944px;
  height: 555px;
  background: url(/statics/demo/newwb/images/pt6-img.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
}

.part6 ul {
  margin-top: 25px;
  display: flex;
}

.part6 ul li {
  width: calc(23.25581395%);
  position: relative;
  margin-right: 2.3%;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #DEDEDE;
}

.part6 ul li:hover .container-yzb-text .img-box .img-text span {
  color: #C00000;
}

.part6 ul li:last-child {
  margin-right: 0;
}

.part6 ul li a {
  width: 100%;
  display: block;
}

.part6 ul li .container-yzb-box {
  width: 315px;
  position: absolute;
  top: -106px;
  text-align: center;
}

.part6 ul li .container-yzb-box .time {
  font-family: PingFang TC, PingFang TC;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

.part6 ul li .container-yzb-box i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #E67C7C;
  vertical-align: 9px;
}

.part6 ul li .container-yzb-box .year {
  font-family: PingFang TC, PingFang TC;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}

.part6 ul li .container-yzb-text {
  width: 100%;
}

.part6 ul li .container-yzb-text .img-box {
  width: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.part6 ul li .container-yzb-text .img-box img {
  width: 100%;
  height: 178px;
  display: block;
  border-radius: 6px 6px 0 0;
}

.part6 ul li .container-yzb-text .img-box .img-text {
  width: 100%;
  background-color: #fff;
  padding: 16px 17px 20px 13px;
  box-shadow: 0px 8px 13px -3px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 6px 6px;
}

.part6 ul li .container-yzb-text .img-box .img-text span {
  display: block;
  width: 95%;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  margin-bottom: 8px;
}

.part6 ul li .container-yzb-text .img-box .img-text p {
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}

.part6 ul li .pt3_live {
  display: block;
  width: 132px;
  height: 42px;
  background: #DE201F;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 42px;
  font-family: PingFang TC, PingFang TC;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  float: right;
  margin-top: 15px;
}

.part6 ul li .pt3_live:hover {
  color: white !important;
}

.part7 {
  width: 100%;
  padding-bottom: 50px;
}

.part7 .layout {
  position: relative;
}

.part7 #swiper3 {
  margin-top: 30px;
}

.part7 #swiper3 .swiper-slide a {
  display: block;
}

.part7 #swiper3 .swiper-slide img {
  max-width: 100%;
}

.part7 #swiper3 .swiper-slide span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.part7 .arrow_box {
  width: 120px;
  position: absolute;
  top: 50px;
  right: 0;
}

.part7 .swiper-pagination {
  font-size: 20px;
}

.part7 .swiper-pagination span {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}

.part7 .swiper-horizontal>.swiper-pagination-bullets,
.part7 .swiper-pagination-bullets.swiper-pagination-horizontal,
.part7 .swiper-pagination-custom,
.part7 .swiper-pagination-fraction {
  top: -14px;
  left: 2px;
}

.part7 .swiper-button-next:after,
.part7 .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 26px;
  font-weight: bold;
  color: #999999;
}

.part8 {
  width: 100%;
  height: 275px;
  background-color: #F5F3F2;
}

.part8 ul {
  display: flex;
  justify-content: space-between;
}

.part8 ul li {
  position: relative;
  width: 10%;
}

.part8 ul li::after {
  content: "";
  width: 90px;
  height: 8px;
  background: url(/statics/demo/newwb/images/pt8_line.png) no-repeat center;
  position: absolute;
  top: 30px;
  left: calc(83%);
  background-size: contain;
}

.part8 ul li:last-child::after {
  display: none;
}

.part8 ul li:hover a img {
  transform: translateY(-5px);
}

.part8 ul li a {
  display: block;
  text-align: center;
}

.part8 ul li a img {
  transition: all .3s;
}

.part8 ul li a span {
  display: block;
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  padding-top: 10px;
}

.part8 ul li a .num {
  font-family: Roboto, Roboto;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  padding-top: 10px;
}

.fixed {
  width: 117px;
  height: 361px;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 99;
  transition: all 2s;
  background: url(/statics/demo/newwb/images/nav_bck.png) no-repeat center top;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fixed span {
  display: block;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
  writing-mode: vertical-lr;
  letter-spacing: 10px;
  margin-bottom: 8px;
}

.fixed img {
  display: block;
  cursor: pointer;
}

.fixed .arrow_lft_btn {
  margin-top: 47px;
}

.fixed.on {
  transform: translateX(200%);
}

.fixed-r.on {
  transform: translateY(-50%) translateX(0);
}

.fixed-r {
  width: 125px;
  height: 565px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  transition: all 2s;
  padding: 37px 0 0 0;
  background: url(/statics/demo/newwb/images/Union.png) no-repeat center top;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-50%) translateX(200%);
}

.fixed-r ul li {
  margin-bottom: 20px;
  text-align: center;
}

.fixed-r ul li a img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.fixed-r ul li a img span {
  display: block;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding-top: 10px;
}

.fixed-r img {
  display: block;
  cursor: pointer;
}

.fixed-r .nav_top1 {
  margin-top: 20px;
}

.showbox {
  background: transparent !important;
  z-index: 99;
}

.showbox .cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.showbox .popup_box .close-zxpass {
  position: absolute;
  top: 32px;
  right: 25px;
  width: 17px;
  cursor: pointer;
}

.showbox .popup_decorate_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.showbox .popup_box {
  width: 526px;
  height: 730px !important;
  background: #FFFFFF;
}

.showbox .popup_box .popup_title {
  width: 100%;
  height: 80px;
  background: #DE201F;
  padding-left: 27px;
}

.showbox .popup_box .popup_title img {
  position: absolute;
  top: 32px !important;
  right: 25px !important;
  width: 17px !important;
  cursor: pointer;
}

.showbox .popup_box .popup_title h3 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 600;
  font-size: 24px !important;
  color: #FFFFFF;
  line-height: 80px;
}

.showbox .popup_box .popup_form {
  width: 485px;
  padding: 30px 0 0 27px;
}

.showbox .popup_form .layui-form-label {
  padding: 9px 0;
  text-align: inherit;
  width: auto;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 600;
  font-size: 18px !important;
  color: #333333;
  float: none;
}

.showbox .popup_form .layui-title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 600;
  font-size: 18px !important;
  color: #333333;
}

.showbox .popup_form .layui-input-block {
  margin-left: 0;
  min-height: 45px !important;
}

.showbox .popup_form .layui-form-label-c1 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 18px !important;
  color: #333333;
  float: left;
}

.showbox .popup_form .layui-form-radio>i {
  font-size: 22px !important;
}

.showbox .popup_form .layui-form-radio * {
  font-size: 14px !important;
}

.showbox .popup_form .layui-input {
  height: 38px !important;
  font-size: 18px !important;
}

.showbox .popup_form .layui-textarea {
  min-height: 170px !important;
  line-height: 20px !important;
  font-size: 18px !important;
}

.showbox .popup_form .layui-input-fl {
  margin-left: 70px !important;
}

.layui-form-label:has(+div textarea[lay-verify*='required']):after {
  content: "*";
  color: #DE201F;
}

.layui-title:after {
  content: "*";
  color: #DE201F;
}

.showbox .popup_form .layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed>i {
  color: #DE201F !important;
}

.showbox .popup_form .layui-textarea {
  margin-top: 20px !important;
}

.showbox .popup_form .layui-form-item {
  margin-bottom: 15px !important;
}

.showbox .popup_form .layui-form-label {
  line-height: 20px !important;
}

.showbox .popup_form .layui-form-radio {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  margin: 6px 10px 0 0;
  padding-right: 10px;
  cursor: pointer;
  font-size: 0;
}

.showbox .popup_form .layui-btn {
  display: inline-block;
  vertical-align: middle;
  height: 53px;
  line-height: 53px;
  border: 1px solid transparent;
  padding: 0 50px;
  background: #DE201F;
  white-space: nowrap;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  margin-left: 156px;
  margin-top: 25px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.showbox .popup_form .layui-btn:hover {
  background-color: #DE201F !important;
}

.container {
  padding-top: 60px;
}

@media all and (max-width: 1850px) {
  .part8 ul li::after {
    width: 50px;
    left: 90%;
  }

  .part8 ul li a span {
    font-size: 16px;
  }

  .part8 ul li a .num {
    font-size: 16px;
  }
}


.part9_box {
  background: url(/statics/demo/newwb/images/background_1.png ) no-repeat top center / 100% 100%;
}

.part9_box .headline p,
.part9_box .headline a {
  color: #fff !important;
}

.part9_box .part9 {
  padding: 25px 0 105px;
}

.part9_box .part9 .layout ul {
  display: flex;
  justify-content: space-between;
}

.part9_box .part9 .layout ul li {
  padding: 25px 30px 45px;
  /* float: left; */
  /* margin-right: 21px; */
  background-color: #fff;
  transition: all .3s;
}

.part9_box .part9 .layout ul li:hover {
  transform: scale(1.05);
}

.part9_box .part9 .layout ul li:nth-child(4n) {
  margin-right: 0;
}

.part9_box .part9 .layout ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part9_box .part9 .layout ul li a .imgbox {
  width: 141px;
  height: 141px;
  border-radius: 50%;
  overflow: hidden;
}

.part9_box .part9 .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.part9_box .part9 .layout ul li a .name {
  margin: 20px 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 22px;
  color: #000000;
}

.part9_box .part9 .layout ul li a .info {
  width: 224px;
  height: 66px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}