body {
  height: 100%;
  background: #f1f7ff;
  min-width: 1200px;
}

html {
  height: 100%;
}

.headline {
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headline span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 26px;
  color: #046de1;
}

.headline i {
  display: inline-block;
  width: 369px;
  height: 1px;
  background-color: #046de1;
  margin: 0 20px 0 13px;
  flex: 1;
}

.headline a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.headline a:hover {
  color: #046de1;
}

.pt1_box {
  width: 100%;
  height: 408px;
  background: #FFFFFF;
  box-shadow: 1px 2px 20px 0px #FCCECC;
  margin-top: 80px;
  padding: 45px 45px 0 45px;
}

.pt1_box .pt1_left {
  width: 581px;
  height: 311px;
  float: left;
  position: relative;
}

.pt1_box .slider_item {
  overflow: hidden;
}

.pt1_box .slider_item .switch-tips {
  position: absolute;
  bottom: 18px;
  right: 30px;
  z-index: 1;
}

.pt1_box .slider_item .switch-tips .last-switch-tips {
  margin-right: 0;
}

.pt1_box .slider_item .switch-tips .on {
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.pt1_box .slider_item .switch-tips li {
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 12px;
}

.pt1_box .slider_item .switch-tips li:hover {
  background-color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}

.pt1_box .slider_item .img-group img {
  width: 100%;
  height: 100%;
}

.pt1_box .pt1_right {
  float: right;
  width: 471px;
  height: 311px;
  background: url(../images/pt1bck.png) no-repeat center top;
  padding: 57px 37px 0 37px;
}

.pt1_box .pt1_right .not_log h3 {
  text-align: center;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(175, 0, 0, 0.5);
  margin-bottom: 66px;
}

.pt1_box .pt1_right .not_log a {
  display: block;
  width: 397px;
  height: 53px;
  background: #BB2D29;
  border-radius: 8px;
  text-align: center;
  line-height: 53px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}

.pt1_box .pt1_right .not_log a:hover {
  color: #FFC600;
}

.pt1_box .pt1_right .have_log h3 {
  text-align: center;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(175, 0, 0, 0.5);
  margin-bottom: 30px;
}

.pt1_box .pt1_right .have_log .have_log_btn a {
  display: block;
  width: 397px;
  height: 53px;
  background: #BB2D29;
  border-radius: 8px;
  text-align: center;
  line-height: 53px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 13px;
}

.pt1_box .pt1_right .have_log .have_log_btn a:last-child {
  margin-bottom: 0;
}

.pt1_box .pt1_right .have_log .have_log_btn a:hover {
  background: #FFFFFF;
  color: #BB2D29;
}

.pt1_box .pt1_right .have_log .quit_log {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  display: block;
  margin-top: 18px;
  text-align: right;
}

.part2 {
  margin-top: 47px;
}

.part2 .pt2_left {
  float: left;
  width: 585px;
}

.part2 .pt2_left .title {
  height: 26px;
  display: flex;
  align-items: center;
}

.part2 .pt2_left .title span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 26px;
  color: #046de1;
}

.part2 .pt2_left .title i {
  display: inline-block;
  width: 369px;
  height: 1px;
  background-color: #046de1;
  margin: 0 20px 0 13px;
}

.part2 .pt2_left .title a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.part2 .pt2_left .title a:hover {
  color: #046de1;
}

.part2 .pt2_left ul {
  width: 585px;
  height: 205px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-top: 20px;
  padding: 40px 25px 37px 25px;
}

.part2 .pt2_left ul li {
  margin-bottom: 14px;
}

.part2 .pt2_left ul li:hover a p {
  color: #046de1;
}

.part2 .pt2_left ul li a {
  display: flex;
  align-items: center;
}

.part2 .pt2_left ul li a i {
  display: block;
  width: 6px;
  height: 6px;
  background: #046de1;
  border-radius: 50%;
  margin-right: 13px;
}

.part2 .pt2_left ul li a p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-right: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 414px;
}

.part2 .pt2_left ul li a span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
}

.part2 .pt2_right {
  float: right;
  width: 585px;
}

.part2 .pt2_right .title {
  height: 26px;
  display: flex;
  align-items: center;
}

.part2 .pt2_right .title span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 26px;
  color: #046de1;
}

.part2 .pt2_right .title i {
  display: inline-block;
  width: 369px;
  height: 1px;
  background-color: #046de1;
  margin: 0 20px 0 13px;
}

.part2 .pt2_right .title a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.part2 .pt2_right .title a:hover {
  color: #046de1;
}

.part2 .pt2_right ul {
  width: 585px;
  height: 205px;
  background: #FFFFFF;
  border-radius: 6px;
  margin-top: 20px;
  padding: 40px 25px 37px 25px;
}

.part2 .pt2_right ul li {
  margin-bottom: 14px;
}

.part2 .pt2_right ul li:hover a p {
  color: #046de1;
}

.part2 .pt2_right ul li a {
  display: flex;
  align-items: center;
}

.part2 .pt2_right ul li a i {
  display: block;
  width: 6px;
  height: 6px;
  background: #046de1;
  border-radius: 50%;
  margin-right: 13px;
}

.part2 .pt2_right ul li a p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-right: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 414px;
}

.part2 .pt2_right ul li a span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
}

.part3 {
  margin-top: 38px;
}

.part3 a {
  margin-right: 5px;
}

.part3 a img {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.part3 a img:hover {
  transform: translateY(-10px);
}

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

.part4 {
  margin-top: 25px;
}

/* .part4 a {
  display: inline-block;
  width: 394px;
  height: 193px;
  position: relative;
  margin-right: 4px;
  margin-bottom: 5px;
}

.part4 a:hover .mask {
  background-color: #064892;
}

.part4 a .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(157, 0, 2, 0.69);
  position: absolute;
  top: 0;
  border-radius: 30px 20px 0 20px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.part4 a:nth-child(3n) .mask {
  border-radius: 20px;
}

.part4 a:nth-child(2) .mask {
  border-radius: 20px 20px 30px 0px;
}

.part4 a:nth-child(4) .mask {
  border-radius: 20px 0px 0px 10px;
}

.part4 a:nth-child(5) .mask {
  border-radius: 0px 20px 30px 0px;
}

.part4 a img {
  width: 100%;
  height: 100%;
}

.part4 a:nth-child(3n) {
  margin-right: 0;
} */

.part4 ul {
  margin-top: 20px;
}

.part4 ul li {
  position: relative;
  width: 292px;
  height: 158px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.part4 ul li:nth-child(4),
.part4 ul li:nth-child(8) {
  margin-right: 0;
}

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

.part4 ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}


.part4 ul li a .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 20px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer {
  margin-top: 85px;
}

.swiperbox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.swiperbox .swiper {
  width: 100%;
}

.swiperbox .swiper .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
}

.swiperbox .swiper .swiper-wrapper .swiper-slide a img {
  display: block;
  width: 100%;
}

.swiperbox .swiper .swiper-wrapper .swiper-slide a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 35px;
  background-color: rgba(15, 15, 15, 0.35);
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.notice {
  padding: 15px 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #B23634;
}

.notice .layout {
  display: flex;
  align-items: center;
}

.notice .layout .icon_notice {
  margin-right: 20px;
  display: block;
  width: 28px;
  height: 28px;
}

.notice .layout .swiper {
  width: 90%;
  height: 52px;
}

.notice .layout .swiper .swiper-wrapper .swiper-slide a {
  display: flex;
  justify-content: space-between;
}

.notice .layout .swiper .swiper-wrapper .swiper-slide a .title {
  width: 80%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.notice .layout .swiper .swiper-wrapper .swiper-slide a .time {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}

.notice .layout .more {
  margin-left: 20px;
  display: flex;
}

.notice .layout .more p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  flex-shrink: 0;
}

.notice .layout .more img {
  margin-left: 10px;
  display: block;
  width: 25px;
  height: 25px;
}

.part5 {
  padding: 30px 0 0;
}

.part5 ul {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.part5 ul li {
  width: 393px;
  height: 133px;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 0px rgb(189 215 255 / 40%);
  transition: all .3s;
}

.part5 ul li:hover {
  transform: translateY(-10px);
}

.part5 ul li .status {
  padding: 3px 12px;
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  top: 12px;
  left: 0;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #FFFFFF;
}

.part5 ul li .signing {
  background: #046de1;
}

.part5 ul li .ing {
  background: #910202;
}

.part5 ul li .over {
  background: #A9A9A9;
}

.part5 ul li .part5_swiper {
  width: 393px;
  height: 133px;
  overflow: hidden;
}

.part5 ul li .part5_swiper .swiper-wrapper .swiper-slide {
  padding: 50px 35px 27px;
}

.part5 ul li .part5_swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 323px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part5 ul li .part5_swiper .swiper-button::after {
  font-size: 16px;
  color: #AE0000;
}

.part5 ul li .part5_swiper .swiper-button-next {
  right: 25px;
  left: auto;
  bottom: 3px;
  top: auto;
}

.part5 ul li .part5_swiper .swiper-button-prev {
  right: 48px;
  left: auto;
  bottom: 3px;
  top: auto;
}