*{    
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent; /* 标准属性（部分浏览器支持） */
}
html,
body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
header {
    background-color: #000000;
    height: 90px;
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 1000;
}
header ul {
    min-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
header ul li {
    height: 100%;
}
header ul a {
    padding: 0 2.2rem;
    font-size: 16px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
header ul li.logo a {
    align-items: flex-start;
}
header ul a:hover {
    background-color: #333333;
}
header ul a:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dbc194;
}
header ul li.logo a:hover {
    background-color: transparent;
}
header ul li.logo a:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}
header .nav {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: .2rem;
}
header .nav a {
    padding: 0 1rem;
    font-size: 16px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav_guid {
    height: 0;
    z-index: 1000;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
}
.nav_guid_lsit {
    position: absolute;
    top: 36px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.nav_guid_lsit a {
    color: #fff;
}
.nav_guid_lsit span {
    display: inline-block;
    background-image: url(../images/guid_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    margin: 0 8px;
}


.banner {
    position: relative;
    height: 576px !important;
    width: 100%;
    overflow: hidden;
}

#banner {
    position: relative;
    height: 576px !important;
    width: 100%;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.swiper-pagination {
    font-size: 24px;
    color: #fff !important;
    text-align: right !important;
}

.swiper-pagination-fraction {
    width: 1300px !important;
    position: relative!important;
    margin: 0 auto;
    bottom: 56px !important;
}

.thumbsSlider {
    height: 70px !important;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute !important;
    bottom: 28px;
    right: 0;
    left: 0;
    width: 1300px;
    z-index: 100;
}

.thumbsSlider .swiper-slide {
    width: 90px;
    height: 66px;
    opacity: 0.75;
    background-color: transparent;
    cursor: pointer;
    border: solid 2px transparent;
}

.thumbsSlider .swiper-slide img {
    width: 90px;
    height: 66px;
    ;
    object-fit: cover;
}

.thumbsSlider .swiper-slide-thumb-active {
    opacity: 1;
    border: solid 2px #fff;
}
.container {
    max-width: 1160px!important;
    margin: 0 auto;
    width: 100%;
  }
  .ticket-part {
    height: 440px;
    background-image: url(../images/ticket_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
}
.ticket-title,.ticket_type {
    width: 375px;
}
.ticket-title {
    color: #fff;
    font-size: 18px;
    line-height: 33px;
    padding-top: 34px;
}
.ticket_type_item {
    border-bottom: solid 1px #fff;
    height: 110px;
    display: flex;
    justify-content: right;
    padding-right: 20px;
    align-items: center;
}
.ticket_type_item:last-child {
    border-bottom: none;
}
.ticket_type_item a{
    color: #fff;
    font-size: 18px;
    width: 195px;
    height: 42px;
    font-size: 20px;
    border-radius: 21px;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.ticket_type_item a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/left_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px auto;
    margin-right: 10px;
}
.ticket_type_item a:hover {
    background: linear-gradient(to right, #57aee7,#1e3868);
    border: none;
}
.ticket_type_item a span {
    transition: all 0.3s ease-in-out;
}
.ticket_type_item a:hover span {
    transform: translateX(-10px);
}

.full_container {
    height: 68px;
    background-image: url(../images//line.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: 84px;
}
.block-item {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.block-item-title {    
    height: 100%;
    display: block;
    background-image: url(../images/block_title_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.block-item-title p {
    font-size: 28px;
    font-style: italic;
    color: #1c4a9a;
    padding-left: 140px;
    display: flex;
    align-items: flex-end;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 8px;
}
.block-item a.more {
    font-size: 18px;
    color: #1c4a9a;
    text-decoration: none;
    padding-right: 33px;
    background-image: url(../images/more_ico.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.art_tab {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-top: 50px;
}
.art_tab a{
    font-size: 18px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #dadada;
    width: 212px;
    text-decoration: none;
    color: #666666;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-indent: 40px;
    position: relative;
}
.art_tab a.hasmore::before {
  content: '•••';
    position: absolute;
    right: 50px;
    width: 28px;
    height: 28px;
    top: 50%;
    margin-top: -14px;
    background-repeat: no-repeat;
    background-position: left center;
}
.art_tab a::after {
    content: '';
    position: absolute;
    left: 48px;
    width: 28px;
    height: 28px;
    top: 50%;
    margin-top: -14px;
    background-repeat: no-repeat;
    background-position: left center;
}
.art_tab a:nth-child(1)::after {
    background-image: url(../images/tab_ic_01.png);
}
.art_tab a:nth-child(2)::after {
    background-image: url(../images/tab_ic_02.png);
}
.art_tab a:nth-child(3)::after {
    background-image: url(../images/tab_ic_03.png);
}
.art_tab a:nth-child(4)::after {
    background-image: url(../images/tab_ic_04.png);
}
.art_tab a:nth-child(5)::after {
    background-image: url(../images/tab_ic_05.png);
}

.art_tab a:hover {
    border: solid 2px #1d4b9b;
}
.art_tab a.active {
    border: solid 2px #1d4b9b;
    background-color: #1d4b9b;
    color: #fff;
}
.art_tab a.active::after {
    background-position: right center;
}
.art_cont {
    margin-top: 34px;
}
.art_cont ul {
    display: flex;
    flex-wrap: wrap;
}
.art_cont ul li {
    width: 345px;
    margin-right: 60px;
    margin-bottom: 20px;
    margin-bottom: 100px;
    position: relative;
}
.art_cont ul li .art_thumb {
    width: 100%;
    height: 215px;   
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.art_cont ul li .art_thumb img {
    width: 100%;
    object-fit: cover;    
    position: relative;
    z-index: 1;
}
.art_cont ul li .art_thumb::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d4b9b;
    opacity:0;
    transition: all 0.3s ease-in-out;
    z-index: 0;
}
.art_cont ul li .art_thumb:hover::after {
    opacity: 1;
    transform: rotate(-5deg);
}
.art_cont ul li .art_title{
    font-size: 22px;
    line-height: 36px;
    height: 66px;
    overflow: hidden;
    margin-top: 20px;
}
.art_cont ul li .art_title a {
    color: #666;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.art_cont ul li .art_title a img {
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle;
}
.art_cont ul li:nth-child(3n) {
    margin-right: 0;
}
.art_cont ul li:nth-last-child(-n+3) {    
    margin-bottom: 10px;
  }

  .art_place {
    font-size: 20px;
    line-height: 33px;
    color: #959595;
    margin-top: 25px;
  }
  .art_time {
    font-size: 18px;
    color: #959595;
    margin-top: 5px;
  }
  .art_ticket {
    font-size: 17px;
    line-height: 33px;
    color: #666666;
    background-image: url(../images/art_ticket_bg.png);
    width: 96px;
    height: 33px;
    position: absolute;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 5px;
  }
  .art_detail {
    font-size: 17px;
    line-height: 33px;
    color: #666666;
    border-radius: 16px;
    background-color: #1c4a9a;
    width: 96px;
    height: 33px;
    position: absolute;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 5px;
    padding-right: 10px;
  }
  .art_detail::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background-image: url(../images/arrow_r2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px 21px;
  }
  .mid_banner {
    height: 313px;
    background-color: #ccc;
    margin-top: 50px;
    position: relative;
  }
  .mid_blcok {
    position: relative;
    height: 0;
  }
  .mid_banner_pagination {
    text-align: center!important;
  }
  .mid_banner_pagination  .swiper-pagination-bullet {
    width: 67px;
    height: 7px;
    background-color: #fff;
    border-radius: 3.5px;
  }
  .swp_btn {
    position: relative;
    display: flex;
    width: 104px;
    height: 43px;
  }
  .mid_pagination_prev,.mid_pagination_next {
    width: 43px!important;
    height: 43px!important;
    background-color: #1c4a9a;
    border-radius: 5px;
    overflow: hidden;
    color: #fff!important;
    font-size: 12px!important;
    
  }
  .mid_pagination_next {
    right: 0!important;
    left: auto!important;
  }
  .mid_pagination_prev {
    left: 0!important;
  }
  .mid_pagination_prev:after, .mid_pagination_next:after {
    font-size: 26px!important;
  }
  .swp_btn .swiper-button-disabled {
    background-color: #e3e3e3;
    color: #8b8b8b!important;
  }
  .mid_banner_title {
    font-size: 24px;
    color: #1c4a98;
    text-align: right;
    padding-top: 47px;
  }
  .mid_banner_title span {
    display: block;
    padding-right: 13px;
  }
  .mid_banner_title a {
    display: inline-block;
    width: 142px;
    height: 42px;
    background-image: url(../images/view_btn.png);
    margin-top: 20px;
  }
  .art_long {
    text-align: right;
    font-size: 18px;
    color: #1b4397;
    padding-top: 25px;
  }
  .art_long a {
    color: #666666;
    margin: 0 5px;
  }
  .art_long a:hover {
    color: #1b4397;
  }
  .art_long_cont {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    height: 423px;
  }
  .art_long_cont a {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;    
    justify-content: center;
  }
  .art_long_cont img {
    font-size: 0;
    line-height: 0;
    object-fit: cover; 
    transition: all 0.4s ease-in-out;
  }
  .art_long_cont a:hover::after,.art_long_cont a.hover::after {
    background-color: rgba(0,0,0,0.5);  
  }
  .art_long_cont a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);     
    z-index: 9;
    transition: all 0.3s ease-in-out;
  }
  
  .art_long_cont a:hover p,.art_long_cont a.hover p {
    opacity: 1;
  }
  .art_long_cont a p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 14px;
    color: #fff;
    z-index: 10;
    background: linear-gradient(to right, #57afe8,#1d4b9b);
    border: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px ;
    border-radius: 25px;
    min-width: 110px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .art_long_cont a p span{
    background-image: url(../images/arrow_r2.png);
    width: 7px;
    height: 12px;
    display: inline-block;
    background-size: cover;
    margin-left: 6px;
    transition: all 0.3s ease-in-out;
  }
  .art_long_cont a p:hover span {
    transform: translateX(5px);
  }

  .art_long_cont a:hover img {
    /* transform: scale(1.05); */
  }
  .art_le {
    width: 567px;
  }
  .art_le a {
    width: 567px;
    height: 423px;
    display: flex;
    align-items: center;    
    justify-content: center;   
  }
  .art_ri {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     width: 575px;
  }
  .art_ri_top,.art_ri_bot{
    display: flex;
    justify-content: space-between;
  }
  .art_ri_top a{
     width: 278px;
     height: 199px;
  }
  .art_ri_bot a{
    width: 178px;
    height: 206px;
  }
  .can_part {
    margin-top: 50px;
    height: 370px;
    background-color: #eff0f4;
  }
  .can_list {
    height: 100%;
  }
  .can_list ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }
  .can_list ul li{
    display: flex;
    flex-direction: column;
  }
  .can_list ul li .can_thumb a {
    position: relative;
    height: 100%;
    display: block;
  }
  .can_list ul li a img {
    position: relative;
    z-index: 1;
  }
  .can_list ul li .can_thumb a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1d4b9b;
    opacity:0;
    transition: all 0.3s ease-in-out;
    z-index: 0;
  }
  .can_list ul li .can_thumb a:hover::after {
    opacity: 1;
    transform: rotate(-5deg);
  }


  .can_list ul li:nth-child(2){
    display: flex;
    flex-direction: column-reverse;
  }
  .can_list ul li:nth-child(2) a {
    margin-bottom: 35px;
  }
  .can_list ul li:nth-child(2) .can_title a {
    position: relative;
    width: 100px;
    margin-left:auto;
    margin-right:auto;
  }
  .can_list ul li:nth-child(2) .can_title a::after {
    content: '';
    display: block;
    width:20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: -6px;
    border-radius: 50%;
    background-image: url(../images/qiu.png);
  }
  .can_list ul li p a {
    font-size: 20px;
    line-height: 33px;
    color: #666;
    text-decoration: none;
    color: #1c4a98;
    background-image: url(../images/can_link_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
  }
  .news_list {
    margin-top: 50px;
  }
  .news_list ul li{
    display: flex;
    justify-content: space-between;
    font-size: 23px;
    line-height: 60px;
    border-bottom: solid 1px #adadad;
    background-image: url(../images/arrow_r.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .news_list ul li a {
    color: #666;
    text-decoration: none;
  }
  .news_time {
    padding-right: 40px;
    font-size: 20px;
    color: #666666;
    background-image: url(../images/tim_ico.png);
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .news_list ul li:hover {
    border-bottom: solid 1px #1c4a98;
    background-image: url(../images/arrow_r_hv.png);
  }
  .news_list ul li:hover a {
    color: #1c4a98;
    font-weight: bold;
  }
  .news_list ul li:hover .news_time {
    color: #1c4a98;
    font-weight: bold;
    background-image: url(../images/tim_ico_hv.png);
  }
  .quick_help {
    height: 100px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
  }
  .quick_help_title {
    font-size: 24px;
    color: #1c4a98;
    font-weight: bold;
    width: 150px;
    border-right: solid 1px #cccccc;
    display: flex;
    align-items: center;
  }
  .quick_help ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .quick_help ul li {
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center;
    background-image: url(../images/line2.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .quick_help ul li:last-child{
    background-image: none;
  }
  .quick_help ul li a {
    font-size: 20px;
    color: #1a1a1a;
  }
  .quick_help ul li a span {
    width: 45px;
    height: 32px;
    display: block;
    background-image: url(../images/hp_01.png);
    background-position: right center;
    background-repeat: no-repeat;
    margin: 0 auto;
  }
  .quick_help ul li a:hover {
    color: #1c4a98;
  }
  .quick_help ul li a:hover span {
    background-position: left center;
  }
  .quick_help ul li:nth-child(2) a span {
    background-image: url(../images/hp_02.png);
  }
  .quick_help ul li:nth-child(3) a span {
    background-image: url(../images/hp_03.png);
  }
  .quick_help ul li:nth-child(4) a span {
    background-image: url(../images/hp_04.png);
  }
  .quick_help ul li:nth-child(5) a span {
    background-image: url(../images/hp_05.png);
  }
  footer {
    height: 180px;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  div.goback{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #dbc194;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/goup.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    cursor: pointer;
    z-index: 1002;
}

.zhanchu_list_scroll > div {
  max-height: 608px;
  overflow: auto;
}

/*2025-10-29 新增*/
.exh_detail {
  padding: 90px 0;
  display: flex;
  justify-content: space-between;
}
.exh_left {
  width: 25%;
}
.exh_left h3 {
  font-size: 22px;
  color: #1c4a98;
  border-bottom: solid 2px #7e97c4;
  display: inline-block;
}
.exh_left .exh_left_content {
  margin-top: 20px;
  font-size: 18px;
  line-height: 33px;
  color: #666;
}

.exh_left .exh_left_content a {
  margin-top: 60px;
  font-size: 20px;
  color: #fff;
  height: 54px;
  width: 192px;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #57afe8, #1d4c9c);
}
.exh_left .exh_left_content a span {
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(../images/arrow_r3.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 5px;
}

.exh_right {
  width: 75%;
}
.exh_right ul {
  display: flex;
  justify-content: space-between;
}
.exh_right ul li {
  width: 206px;
  /*height: 206px;*/
  overflow: hidden;
}
.exh_right ul li a {
  position: relative;
  width: 100%;
  height: 100%;
}
.exh_right ul li a img {
	border:solid 1px #666;
}
.exh_right ul li a p {  
  color: #666;
  box-sizing: border-box;
  padding: 0px;
  font-size: 16px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top:5px;
}
.exh_right p {
  margin-top: 25px;
  color: #666666;
  font-size: 18px;
  text-align: justify;
}
.recent_signing {
  padding-top: 65px;
}
.recent_signing h3 {
  font-size: 22px;
  color: #1c4a98;
  padding-bottom: 10px;
  border-bottom: solid 2px #7e97c4;
}
.signing_content {
  height: 360px;
  margin-top: 40px;
  background-color: #a6825a;
  color: #fff;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 35px;
}
.signing_item_left {
  width: 640px;
  display: flex;
  justify-content: space-between;
  line-height: 36px;
  font-size: 18px;
  
}
.signing_item_left_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.signing_item_left img {
  width: 240px;
  height: 320px;
  object-fit: cover;
}

.signing_item_left_content {
  padding-top: 70px;
  width: 350px;
}
.signing_item_left_content a {
  color:#ffffff;
}
.signing_item_left_content h4 {
  font-size: 20px;
  font-weight: bold;
}
.signing_item_right {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
.signing_item_right a {
  height: 55px;
  margin-top: 20px;
  border-bottom: solid 2px #d5c5b2;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.signing_item_right a:hover {
  font-weight: bold;
}
    .pagespc {
        text-align: center;
        margin: 20px auto;
    }
.pagespc a {
        font-size: 14px;
        color: #315aa3;
        background-image: url(../images/arrow_down.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto 10px;
        padding-top: 15px;
    }
