.t_banner {
  width: 100%;
  min-width: 1200px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.t_banner .t_banner_bg {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}

.t_banner .t_banner_in {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}

.t_banner .t_banner_in .tic_login,
.t_banner .t_banner_in .end {
  width: 350px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 50px;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 2px 2px 14px 0px rgba(198, 200, 216, 0.4);
}

.t_banner .t_banner_in .tic_login .btn-group {
  display: flex;
  justify-content: space-between;
}

.t_banner .t_banner_in .tic_login .btn-group .tic_btn a {
  width: 145px;
  font-size: 24px;
}

.t_banner .t_banner_in .tic_login .btn-group .tic_btn .free-askticket {
  background-color: #0a75eb;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all 0.15s ease-in;
}

.t_banner .t_banner_in .tic_login .btn-group .tic_btn .free-askticket:before {
  content: " ";
  position: absolute;
  background: #ffffff;
  width: 25px;
  height: 45px;
  top: 0;
  left: -40px;
  opacity: 0.3;
  transition: all 0.25s ease-out;
  transform: skewX(-25deg);
}

.t_banner .t_banner_in .tic_login .btn-group .tic_btn .free-askticket:hover {
  background: #54a7ff;
}

.t_banner .t_banner_in .tic_login .btn-group .tic_btn .free-askticket:hover:before {
  width: 45px;
  left: 160px;
}

.t_banner .t_banner_in .tic_login .btn-group .tic_btn .booth-application {
  background-color: #d30011;
}

.t_banner .t_banner_in .tic_login .tic_title {
  width: 300px;
  height: 46px;
  line-height: 46px;
  font-size: 32px;
  text-align: center;
  color: #d30011;
}
.t_banner .t_banner_in .tic_login .tic_num {
  width: 300px;
  height: 25px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 16px;
}
.t_banner .t_banner_in .tic_login .tic_num em {
  color: #d30011;
  display: inline;
}

.t_banner .t_banner_in .tic_login .sub_bt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.t_banner .t_banner_in .tic_login .traffical-way {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.t_banner .t_banner_in .tic_login .tic_btn a {
  display: block;
  width: 298px;
  height: 45px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  margin-top: -5px;
  border-radius: 4px;
  border: 0;
}

.t_main {
  width: 1200px;
  margin: 30px auto;
}

.t_main .move {
  position: fixed;
  top: 0;
  z-index: 100;
}

.t_hd {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-top: 30px;
}

.work_in {
  margin-top: 20px;
  width: 1140px;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px;
}

.work_in img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.work_in_hall {
  margin-top: 20px;
  width: 1140px;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
}

.work_in_hall img {
  width: 70%;
}

.t_main .t_nav_out {
  height: 50px;
}

.t_main .t_nav_out .clearfix {
  display: flex;
}

.t_main .t_nav_out li {
  float: left;
  height: 50px;
  background: #e3e3e3;
  border-right: #fff solid 2px;
  display: block;
  font-size: 18px;
  color: #666;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  box-sizing: border-box;
}

.t_main .t_nav_out li:last-child {
  border-right: none;
}

.t_main .t_nav_out li:hover {
  color: #fff;
  background: #d30011;
}

.t_main .t_nav_out li.t_now {
  color: #fff;
  background: #d30011;
}

.t_main .t_con {
  margin-top: 30px;
}

.act-overview {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  margin-top: 20px;
}

.act-overview .overview-brief-images {
  width: 50%;
  float: right;
  margin-left: 20px;
}

.act-overview .overview-brief-images img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.act-overview p {
  text-indent: 2em;
  color: #2f2f2f;
  line-height: 34px;
  font-size: 16px;
}

.act-overview-detailinfo {
  margin: 0 auto;
  padding: 45px 0;
}

.act-overview-detailinfo .act-overview-ullist {
  list-style: none;
  display: flex;
  margin-left: calc((1200px - (270 * 3px + 200px)) / 2);
}

.act-overview-detailinfo .act-overview-ullist li {
  width: 200px;
  height: 240px;
  border-radius: 100px;
  background-color: #d30011;
  text-align: center;
}

.act-overview-detailinfo .act-overview-ullist li:not(:first-child) {
  margin-left: 70px;
}

.act-overview-detailinfo .act-overview-ullist li img {
  width: 50px;
  height: 50px;
  padding-top: 30px;
}

.act-overview-detailinfo .act-overview-ullist li p {
  padding-top: 30px;
  font-size: 24px;
  color: #ffffff;
}

.act-overview-detailinfo .act-overview-ullist li b {
  font-size: 44px;
  color: #ffffff;
}

.swiper-father {
  position: relative;
  margin-top: 20px;
}

.swiper-father .previous-editions {
  width: 1100px;
  margin: 0 auto;
}
.swiper-father .previous-editions .swiper-wrapper .swiper-slide {
  width: 330px;
  height: 240px;
}

.swiper-father .previous-editions .swiper-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.swiper-father .swiper-button-next,
.swiper-father .swiper-button-prev {
  color: #d30011;
}

.act-traffic {
  display: flex;
  margin-top: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 30px;
  font-size: 16px;
}

.act-traffic .show-map-info .travel-map {
  width: 18%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.act-traffic .show-map-info .travel-tag {
  width: 12%;
  text-align: center;
  margin-top: 8px;
  margin-left: -4px;
  padding: 8px;
  background-color: #d30011;
  color: #ffffff;
  border-radius: 25px;
}

.act-traffic .show-map-picture {
  width: 563px;
  margin-left: -100px;
}

.act-traffic .show-map-picture img {
  width: 100%;
  height: 100%;
  border: 5px solid #d30011;
  border-radius: 20px;
  object-fit: cover;
}

.act-traffic .travel-way {
  margin-left: 40px;
}

.act-traffic .travel-way .act-address {
  margin-bottom: 10px;
}

.act-traffic .travel-way .act-address .act-address-title {
  display: inline-block;
  padding: 6px 10px;
  background-color: #2aa7e3;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.act-traffic .travel-way .act-address p {
  color: #757575;
  line-height: 30px;
}

.act-traffic .travel-way .act-address p strong {
  color: #717071;
}

.act-traffic .travel-way .subway-way {
  margin-bottom: 10px;
}

.act-traffic .travel-way .subway-way .subway-way-title {
  display: inline-block;
  padding: 6px 10px;
  background-color: #22ac38;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.act-traffic .travel-way .subway-way p {
  color: #757575;
  line-height: 30px;
}

.act-traffic .travel-way .bsubway-way p strong {
  color: #717071;
}

.act-traffic .travel-way .bus-way {
  margin-bottom: 10px;
}

.act-traffic .travel-way .bus-way .bus-way-title {
  display: inline-block;
  padding: 6px 10px;
  background-color: #62357d;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.act-traffic .travel-way .bus-way p {
  color: #757575;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.act-traffic .travel-way .hsr-way {
  margin-bottom: 10px;
}

.act-traffic .travel-way .hsr-way .hsr-way-title {
  display: inline-block;
  padding: 6px 10px;
  background-color: #0a75eb;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.act-traffic .travel-way .hsr-way p {
  color: #757575;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.act-traffic .travel-way .plane-way {
  margin-bottom: 10px;
}

.act-traffic .travel-way .plane-way .plane-way-title {
  display: inline-block;
  padding: 6px 10px;
  background-color: #d30011;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.act-traffic .travel-way .plane-way p {
  color: #757575;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jb_footer .jb_copyright p a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.floating-dialog {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.floating-dialog .suspend-dialog {
  height: 104px;
  background-color: #d30011;
}

.floating-dialog .suspend-dialog .suspend-dialog-content {
  width: 1200px;
  margin: 0 auto;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .logo {
  width: 15%;
  float: left;
  margin-top: 12px;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .content-leftinfo {
  float: left;
  margin-top: 15px;
  margin-left: 20px;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .content-leftinfo .leftinfo-title {
  color: #ffffff;
  font-size: 28px;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .content-leftinfo .leftinfo-timer {
  color: #ffffff;
  font-size: 16px;
  margin-top: 10px;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .btn-info {
  text-align: right;
  line-height: 130px;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .btn-info .a-btn {
  display: inline-block;
  width: 240px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 35px;
  margin: 0 10px 0 0;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .btn-info .a-btn:last-child {
  margin-right: 0;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .btn-info .free-askticket {
  background-color: #0a75eb;
  color: #ffffff;
  position: relative;
  top: 23px;
  overflow: hidden;
  transition: all 0.15s ease-in;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .btn-info .free-askticket:before {
  content: " ";
  position: absolute;
  background: #ffffff;
  width: 25px;
  height: 70px;
  top: 0;
  left: -40px;
  opacity: 0.3;
  transition: all 0.25s ease-out;
  transform: skewX(-25deg);
}

.floating-dialog .suspend-dialog .suspend-dialog-content .btn-info .free-askticket:hover {
  background: #54a7ff;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .btn-info .free-askticket:hover:before {
  width: 45px;
  left: 260px;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .btn-info .booth-application {
  background-color: #ffffff;
  color: #d30011;
}

.floating-dialog .suspend-dialog .suspend-dialog-content .btn-info .a-btn .fa-angle-right {
  font-size: 40px;
  vertical-align: middle;
  margin-bottom: 6px;
}

.floating-dialog.show {
  opacity: 1;
}
