﻿@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('font/Pretendard-Regular.eot');
    src: url('font/Pretendard-Regular.eot') format('embedded-opentype'),
        url('font/Pretendard-Regular.woff2') format('woff2'),
        url('font/Pretendard-Regular.woff') format('woff'),
        url('font/Pretendard-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('font/Pretendard-Medium.eot');
    src: url('font/Pretendard-Medium.eot') format('embedded-opentype'),
        url('font/Pretendard-Medium.woff2') format('woff2'),
        url('font/Pretendard-Medium.woff') format('woff'),
        url('font/Pretendard-Medium.ttf') format("truetype");
    font-display: swap;
}

:root {
    /* 字号 */
    --h1-title: 38px;
	--h2-desc: 24px;
	--h3-info: 17px;
	--weight300:300;
	--weight500:500;
	--weight700:700;
	--colorfff:#fff;
	--color666:#666;
	--boxpadding:60px 0px;
	--blue:#003d95;
	--black:#333;
	--background-gray:#f2f2f2;
	--fontfamily:"Pretendard", "Noto Sans SC", sans-serif;
}

* {
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	font-family:"Pretendard", "Noto Sans SC", sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family:"Pretendard", "Noto Sans SC", sans-serif !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #333;
    font-size: 14px;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline: 0
}

img,video {
	max-width: 100%;
	vertical-align: middle
}

body {
	margin: 0;
	padding: 0;
	font-family: "Pretendard", "Noto Sans SC", sans-serif;
	font-size: 15px;
	line-height: 20px;
    overflow: hidden;
}

em {
	font-style: normal
}

.center {
	text-align: center
}

.t_right {
	text-align: right
}

.text-center {
	text-align: center
}

.fl {
	float: left
}

.pr {
	position: relative;
}

video {
	object-fit: cover;
	outline: 0
}

body,button,input,select,textarea {
	margin: 0;
	border: 0;
	outline: 0;
	background: 0 0
}

input,textarea {
	-webkit-appearance: none
}

input {
	line-height: normal;
	text-overflow: ellipsis
}

input:focus::-webkit-input-placeholder {
	color: transparent
}

input:focus:-moz-placeholder {
	color: transparent
}

input:focus::-moz-placeholder {
	color: transparent
}

input:focus:-ms-input-placeholder {
	color: transparent
}[tabindex="0"],input {
	outline: 0!important
}

textarea {
	resize: none
}

label {
	font-weight: 400;
	margin-bottom: 0
}

.fb-mobile-menu-toggle {
	display: none;
}


.header-top {
    background: #43494b;
    padding: 13px 0px;
}
.screen-width {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.header-top .screen-width .rk {
	height: 30px;
	border-radius: 20px;
}
.header-top .screen-width .rk a {
	font-size: 15px;
    color: #43494b;
    padding: 0px 15px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
}
.header-top .screen-width .user {
	background: #f3f5f4;
    margin-right: 10px;
}
.header-top .screen-width .user svg {
	margin-right: 5px;
}
.header-top .screen-width .user a {
	color: #191919;
}
.screen-width .user:hover {
	background: linear-gradient(272deg, #5e51ff -7.64%, #3a68fe 98.18%);
}
.screen-width .user:hover a {
	color: #fff;
}
.screen-width .user:hover svg,
.screen-width .user:hover svg path {
	fill: #fff;
}

.header-top .screen-width .flex ul {
	background: #fefefd;
    padding: 0px;
    border-radius: 50px;
    display: flex;
}

.screen-width .flex ul.denglu li a {
    color: #191919;
    display: block;
	padding: 0 15px 0 10px;
    border-radius: 45px;
	line-height: 30px;
}

.screen-width .flex ul li.login {
	margin-left: -1px;
}
.screen-width .flex ul li.login a {
	background: linear-gradient(272deg, #5e51ff -7.64%, #3a68fe 98.18%);;
    color: #fefefd;
	padding: 0 15px;
}
.screen-width .flex ul li.register:hover  a {
	color:#3a68fe ;
}

.flex-end {
	display: flex;
    justify-content: flex-end;
}
.flex-between {
	display: flex;
	justify-content: space-between
}
.header-bottom {
	background:#fefefd ;
}
.header-bottom h1 {
	width: 150px;
    display: flex;
    align-items: center;
}
.header-bottom h1 img {
	width: 100%;
}
.header-bottom ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-bottom ul li {
    margin-right: 50px;
    height: 85px;
}
.header-bottom ul li a {
	font-size: 16px;
    line-height: 85px;
    display: block;
}
.header-bottom ul li a:hover {
	color:#3a68fe
}
.header-bottom .search {
	width: 360px;
    background-color: #ededed;
    display: flex;
    height: 45px;
    margin-top: 20px;
    border-radius: 5px;
}
.header-bottom .search .input {
    padding: 10px 15px;
    width: 0;
    flex-grow: 1;
    font-size: 15px;
}
.header-bottom .search .submit {
    display: flex;
    width: 40px;
}
.header-bottom .search .submit svg {
    width: 14px;
    height: 14px;
    margin: auto;
	display: block;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}

.home-1 .banner {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 420px;
	width: 100%;
}
.home-1 .swiper-slide::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;

}

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

.home-1 .banner .mid {
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    /* width: 660px; */
    color: #fff;
	z-index: 2;
}

.home-1 .banner .mid h1 {
	text-align: center;
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 10px;
}

.home-1 .banner .banner-search{
    width: 660px;
    backdrop-filter: blur(5px);
    background-color: rgb(255 255 255 / 58%);
    display: flex;
    justify-items: center;
    height: 65px;
    margin-top: 20px;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
    margin-top: 50px;
}

.home-1 .banner .banner-search-input {
	padding: 10px 15px 10px 30px;
    /* width: 0; */
    flex-grow: 2;
	font-family:var(--fontfamily);
	font-size: 16px;
}
.banner-search-input::placeholder {
	font-family:var(--fontfamily);
	font-size: 16px;
	color: #333;
}

.home-1 .banner .banner-search-submit {
	display: flex;
    width: 90px;
    cursor: pointer;
    background: linear-gradient(272deg, #5e51ff -7.64%, #3a68fe 98.18%);
    border-radius: 50px;
    margin-right: -1px;
    height: 66px;
    margin-top: -1px;

}
.banner-search-submit svg {
    width: 18px;
    height: 18px;
    margin: auto;
    display: block;
}

.home-1 .hot_city {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding-left: 20px;
}

.home-1 .hot_city .cities_label {
	color: #fff;
    font-size: 16px;
}
.home-1 .hot_city .cities a {
	font-size: 15px;
	color: #fff;
	padding-right: 15px;
}
.home-1 .hot_city .cities a:hover {
	text-decoration: underline;
}

.home-1 .swiper-slide {
    text-align: center;
	/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-1 .swiper-pagination-bullet {
	background: #ffffff;
    opacity: 0.4;
}

.home-1 .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.home-2 {
	/* background: #f2f7fc; */
    overflow-x: hidden;
	padding: 15px 0 0px;
    position: relative;
}

.home-2 .screen-width {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}


.home-2 .swiper-slide {
	transition-timing-function:linear;
}

.home-2 .swiper-slide img {
	width:100%;
	/* height: 390px; */
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

.home-2 .swiper-slide .title{
	position:absolute;
	transform:rotate(90deg);
	transform-origin:left top;
	left:-3px;
	font-size:11px;
	color: rgb(102, 102, 102);
}	
.home-2 .swiper-button-next, .home-2 .swiper-button-prev {
	margin-top:-20px;
	outline:none;
}

.home-2 .swiper-button-next {
	background-image:url(img/cursor-next.png);
}

.home-2 .swiper-button-prev {
	background-image:url(img/cursor-prev.png);
}	

.home-2 .swiper-pagination-bullet {
	background:none;
	opacity:1;
	margin:0 6px !important;
	width:9px;
	height:9px;
	position:relative;
	outline:none;
	vertical-align:middle;
}

.home-2 .swiper-pagination-bullet span{
	width:3px;
	height:3px;
	background:#CCC;
	display:block;
	border-radius:50%;
	margin-top:3px;
	margin-left:3px;
}

.home-2 .swiper-pagination-bullet i{
	background:linear-gradient(272deg, #5e51ff -7.64%, #3a68fe 98.18%);
	height:1px;
	width:20px;
	position:absolute;
	top:4px;
	transform:scaleX(0);
	transform-origin:left;
	z-index:3;
	transition-timing-function:linear;
}

.home-2 .swiper-pagination-bullet-active span, .home-2 .swiper-pagination-bullet:hover span{
	width:9px;
	height:9px;
	margin-top:0;
	margin-left:0;
	background:#000;
	background: linear-gradient(272deg, #5e51ff -7.64%, #3a68fe 98.18%);
	position:relative;
	z-index:1;
}

.home-2 .swiper-pagination-bullet-active i{
	animation:middle 6s;
}

.home-2 .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
	animation:first 6s;
}

.home-2 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
	animation:last 6s;
}	

.home-2 .swiper-horizontal>.swiper-pagination-bullets, .home-2 .swiper-pagination-bullets.swiper-pagination-horizontal, .home-2 .swiper-pagination-custom, .home-2 .swiper-pagination-fraction {
    bottom: 0px;
}

.home-3 {
	padding: 3px 0px 5px;
}
.home-3 .screen-width {
	position: relative;
}

.zhlb {
	display: flex;
    position: relative;
}
.zhlb h2 {
    font-size: 20px;
    height: 30px;
    background-size: 30px 30px;
    display: flex;
    align-items: center;
    width: 120px;
    font-weight: 500;
    padding-right: 20px;
}
.zhlb h2 svg {
	margin-right: 5px;
}
.zhlb .bgline {
    background-color: #dedede;
    width: 85%;
    height: 5px;
    margin: 15px 80px 0 0px;
}
.home-7 .zhlb .bgline {
    margin: 15px 0px 0 0px;
}
.zhlb .more {
	position: absolute;
    right: 0;
    top: 5px;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.home-3 ul {
	padding: 12px 0 0 0;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin-right: -2%;
}

.home-3 ul li {
    box-shadow: 0px 383px 107px 0px rgba(132, 155, 179, 0.00), 0px 245px 98px 0px rgba(132, 155, 179, 0.01), 0px 138px 83px 0px rgba(132, 155, 179, 0.05), 0px 61px 61px 0px rgba(132, 155, 179, 0.09), 0px 15px 34px 0px rgba(132, 155, 179, 0.10);
    width: 19%;
    margin-right: 1%;
    margin-bottom: 12px;
    border-radius: 10px;
    background: #fff;
}
.home-3 ul li a {
	display: block;
	padding: 10px 14px 10px;
	background: #ffffff;
	border-radius: 15px;
}
.home-3 ul li .exhibition-img {
	display: flex;
	height: 103px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.home-3 ul li .exhibition-img img {
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all .3s;
    border-radius: 10px;
}
.home-3 ul li:hover .exhibition-img img {
transform: scale(1.05);
}
.home-3 .name .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
	padding: 0;
    border-radius: 0;
}
.home-3 .exhibition-info {
	padding: 0 14px 20px;
}
.home-3 .exhibition-info .row {
    display: flex;
    justify-content: space-between;
}
.home-3 .exhibition-info .date {
	margin-bottom: 10px;
	margin-top: 3px;
}
.home-3 .exhibition-info .date .time {
	color: #999999;
    font-size: 14px;
	display: flex;
    align-items: center;
}
.home-3 .exhibition-info .date .time svg {
	margin-right: 5px;
}
.home-3 .exhibition-info .date .status {
	font-size: 14px;
	color: #ed2d38;
}
.home-3 .exhibition-info .hot {
	margin-top: 15px;
}
.home-3 .exhibition-info .hot .hots {
	display: flex;
    align-items: center;
	color: #333;
}
.home-3 .exhibition-info .hot .hots svg {
	margin-right: 4px;
}
.home-3 .exhibition-info .hot .yuding .button {
	background: linear-gradient(272deg, #5e51ff 7.64%, #3a68fe 98.18%);
    color: #fefefd;
    padding: 5px 15px;
    display: block;
    border-radius: 50px;
}

.home-4 {
	padding: 12px 0 0;
}
.home-4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 12px -1% 0 0;
}
.news-list-ul-li {
    width: 19%;
    padding-right: 1%;
    margin-bottom: 12px;
}
.home-4 .nlul-link {
    display: block;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 383px 107px 0px rgba(132, 155, 179, 0.00), 0px 245px 98px 0px rgba(132, 155, 179, 0.01), 0px 138px 83px 0px rgba(132, 155, 179, 0.05), 0px 61px 61px 0px rgba(132, 155, 179, 0.09), 0px 15px 34px 0px rgba(132, 155, 179, 0.10);
    border: solid 1px transparent;
	border: solid 1px #e4e4e4;
    transition: all .4s;
}
.nlul-link .ys-imgbox-cover {
	position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 5px;
    display: flex;
    /* height: 140px; */
    max-height: 110px;
    justify-content: center;
    align-items: center;
}
.nlul-link .ys-imgbox-cover img {
	display: block;
    height: 100%;
    transition: all .36s ease;
    object-fit: cover;
}
.nlul-link a:hover .ys-imgbox-cover img {
	transform: scale(1.05);
}


.nlul-link-min {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: solid 1px #e2e2e2;
    position: relative;
    margin-bottom: 5px;
}
.ncul-box-ri-date {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.ncul-box-ri-date .red {
	color: #ed2d38
}
.nbrd-icon {
    width: 16px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 8px;
}
.nbrd-icon img {
	width: 100%;
}
.ncul-box-ri-date p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}
.nlul-link-min::after {
    content: "";
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #0069a6;
    transition: all .4s;
}
.nlul-link-tit {
	color: #030f27;
    line-height: 1.6;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.nlul-link-tit span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #666;
    font-size: 13px;
    display: none;
}
.two-btn {
	margin-top: 15px;
    display: flex;
}
.two-btn a {
    background: linear-gradient(272deg, #5e51ff 7.64%, #3a68fe 98.18%);
    background: linear-gradient(135deg, #003d95 0%, #1f5fbf 100%);
    color: #fefefd;
    padding: 5px 15px;
    display: block;
    border-radius: 50px;
    margin-right: 15px;
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.two-btn a svg {
	margin-right: 5px;
}
.two-btn a.ticket {

}
.six-btn-fwu {
	margin-top: 8px;
    display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
ul li .six-btn-fwu a,
.mySwiper-more .six-btn-fwu a {
    background: linear-gradient(135deg, #003d95 0%, #1f5fbf 100%);
    color: #fefefd;
    padding: 5px 0px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    white-space: nowrap;
    background: #f7f7f7;
    color: #333;
    width: 30%;
    text-align: center;
}
ul li .six-btn-fwu a:hover,
.mySwiper-more .six-btn-fwu a:hover {
    background: linear-gradient(135deg, #003d95 0%, #1f5fbf 100%);
    color: #fefefd;
}

.home-6 {
	padding: 12px 0 25px;;
	/* background: #f2f7fc; */
}
.home-6 .zhlb {
	display: flex;
    justify-content: space-between;
}

.home-6 ul {
    margin-top: 12px;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 30px;
    width: auto;
    background: #fff;
    box-shadow: 0px 383px 107px 0px rgba(132, 155, 179, 0.00), 0px 245px 98px 0px rgba(132, 155, 179, 0.01), 0px 138px 83px 0px rgba(132, 155, 179, 0.05), 0px 61px 61px 0px rgba(132, 155, 179, 0.09), 0px 15px 34px 0px rgba(132, 155, 179, 0.10);
    padding: 15px 20px 10px;
    border-radius: 15px;
    flex-wrap: wrap;
}
.home-6 ul li {
	display: flex;
	margin-bottom: 10px;
	width: 48%;
    flex-wrap: wrap;
}
.home-6 ul li .serial_number {
	width: 21px;
    height: 21px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 18px;
    color: #2e2e2e;
    text-align: center;
	    background: #c50303;
    line-height: 21px;
    color: #ffffff;
}
.home-6 ul li:nth-child(1) .serial_number,
.home-6 ul li:nth-child(2) .serial_number,
.home-6 ul li:nth-child(3) .serial_number,
.home-6 ul li:nth-child(4) .serial_number {
    background: #c50303;
    line-height: 21px;
    color: #ffffff;

}
.home-6 ul li a {
	display: block;
    /* justify-content: space-between; */
    font-size: 15px;
    width: calc(100% - 31px);
    margin-left: 10px;
    height: 20px;
    position: relative;
	
}
.home-6 ul li .time {
	font-size: 14px;
    color: #999;
    padding-left: 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.home-6 ul li .title {
	width: 80%;
	
}
.home-6 ul li .title span {
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-7 {
	padding: 5px 0px 12px;
}
.home-7 .mySwiper-2 {
	margin-top: 12px;
}
.home-7 .country-img {
	position: relative;
}
.home-7 .country-img::after {
	content: "";
	background: linear-gradient(to top, rgb(0 0 0 / 52%) 0%, rgb(0 0 0 / 23%) 40%, transparent 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.home-7 .swiper-wrapper {
	padding-bottom: 30px;
}
.home-7 .swiper-horizontal>.swiper-pagination-bullets, 
.home-7 .swiper-pagination-bullets.swiper-pagination-horizontal, 
.home-7 .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px
}
.home-7 .country-name {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.footer {
	background: #333;
	padding: 12px 0px;
	color: #fff;
    position: relative;
    z-index: 2;
    background: url(../static/picture/bg_footer.jpg) no-repeat center;
    background-size: cover;
}
.footer .flex-1 {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 12px;
	padding-bottom: 12px;
}

.footer .flex-1 a {
	display: flex;
    align-items: center;
	margin-left: 10px;
}
.footer .flex-1 .weixin {
	display: flex;
	padding-top: 35px;
}

.footer .footlogo {
	width: 150px;
}

.footer .flex {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.footer .flex-2 {
	align-items: flex-start;
}
.footer .flex-2 ul {
	display: flex;
	padding-bottom: 30px;
}
.footer .flex-2 ul li {
	margin-right: 20px;
}
.footer .flex-2 ul li a {
	font-size: 16px;
	color: #fff;
}
.footer .flex-2 p {
	opacity: 0.8;
    padding-bottom: 8px;
    color: #eaeaea;
    font-size: 14px;
}
.footer .flex-2 .right .div {
	font-size: 15px;
	padding-bottom: 14px;
	opacity: 0.9;
	display: flex;
    align-items: center;
}
.footer .flex-2 .right .div a {
	color: #fff;
	font-size: 15px;
}
.footer .flex-2 .right .div svg {
	margin-right: 8px;
}

.footer .info {
	border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 12px;
    padding-top: 12px;
	color: #fff;
}
.footer .info a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding-right: 15px;
	color: #eaeaea;
	opacity: 0.8;
}
.footer .info p {
	color: #eaeaea;
	opacity: 0.8;
	font-size: 14px;
	padding-bottom: 10px;
}
.footer .top {
	position: absolute;
	right: 0;
	bottom: 0;
}

.expo-1 {
	height: 300px;
	width: 100%;
	position: relative;
}
.expo-1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
}
.expo-1 .txt {
	position: absolute;
    font-size: 38px;
    color: #fff;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.shaixuan-box {
	padding: 30px 30px 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 383px 107px 0px rgba(132, 155, 179, 0.00), 0px 245px 98px 0px rgba(132, 155, 179, 0.01), 0px 138px 83px 0px rgba(132, 155, 179, 0.05), 0px 61px 61px 0px rgba(132, 155, 179, 0.09), 0px 15px 34px 0px rgba(132, 155, 179, 0.10);
	margin-top: 30px;
	background-color: #fff;
}
.shaixuan-box .filter {
    display: flex;
    align-items: flex-start;
	margin-bottom: 10px;
}
.shaixuan-box .filter .label {
	color: #003d95;
    flex-shrink: 0;
    font-size: 18px;
    margin-right: 39px;
    width: 110px;
    margin-top: 5px;
    /* border-left: 5px solid #0050c2; */
    /* padding-left: 10px; */
    display: flex;
    align-items: center;
}

.shaixuan-box .filter .label svg {
	margin-right: 10px;
}
.shaixuan-box .filter .checkbox .item_a {
	display: inline-block;
    margin: 0 10px 15px 0;
    position: relative;
    z-index: 2;
    font-size: 16px;
    padding: 5px 10px;
	border-radius: 5px;
}
.shaixuan-box .filter .checkbox .item_a.active {
	background-color: #003d95;
	color: #f6f6f6;
}

.bread {
	padding-top: 30px;
}
.bread .screen-width {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.bread a {
	font-size: 14px;
}

.expo-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -2%;
	margin-top: 30px;
}
.expo-list .expo-item {
	background: #fff;
    border-radius: 6px;
    display: flex;
    margin-bottom: 2%;
    padding: 17px 2%;
	margin-right: 2%;
	width: 44%;
	display: flex;
	align-items: flex-start;
}
.expo-list .exh_image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	overflow: hidden;
	margin-right: 10px;
}
.expo-list .exh_image img {
	width: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .3s;
    height: 200px;
}
.expo-list .exh_image:hover img {
	transform: scale(1.1);
}
.expo-list .exh_detail {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: calc(100% - 212px);
}
.expo-list .exh_detail h2 {
	font-size: 18px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.expo-list .exh_detail h2 a {
    font-size: 18px;
}
.expo-list .exh_detail .scale-remind {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-top: 10px;
	color: #454545;
}

.fenye {
    margin-bottom:20px
}
.fenye ul {
	display: flex;
	align-items: center;
	margin-top:25px;
	justify-content: center;
}
.fenye li a {
    padding: 6px 10px;
    margin-left: 10px;
    background: #FFF;
    color: #6f6f6f;
    line-height: 20px;
    display: block;
    background-color: #ffffff;
    border-radius: 5px;
}
.fenye li a:hover {
	padding:6px 10px;
	background: #003d95;
	color: #fff;
}

.fenye .thisclass a {
	display:block;
	color: #fff;
	padding: 6px 10px;
	background: #003d95;
	color: #fff;
}

.detail-expo-1 {
	padding: 40px 0 40px;
    width: 100%;
    position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.detail-expo-1 .detail-expo-bread {
	backdrop-filter: blur(5px);
    background-color: rgb(83 83 83 / 58%);
    padding: 10px 20px;
    border-radius: 5px;
	color: #fff;
	margin-bottom: 20px;
}
.detail-expo-1 .detail-expo-bread a {
	color: #fff;
	font-size: 15px;
}
.detail-expo-1 .detail-expo-info {
	backdrop-filter: blur(5px);
    background-color: rgb(83 83 83 / 58%);
    padding: 20px 20px;
    border-radius: 5px;
	color: #fff;
	display: flex;
	position: relative;
}
.detail-expo-info .detail-expo-img {
	width: 260px;
    height: auto;
    object-fit: contain;
    margin-right: 15px;
}
.detail-expo-img .img_span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.detail-expo-img .img_span img {
	width: 100%;
}
.detail-expo-info .detail-expo-txt {
	width: calc(100% - 280px);
	position: relative;
	display: flex;
	justify-content: space-between;
}
.detail-expo-txt-main {
	width: 70%;
}
.detail-expo-txt-main h2 {
	font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}
.detail-expo-txt .tags span {
	padding: 2px 10px;
    font-size: 12px;
    border-radius: 5px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 15px;
}
.detail-expo-txt .tags .tuijian {
    background: #f16220;
}
.detail-expo-txt .tags .remen {
    background: #d00000;
}
.detail-expo-txt .tags .jingxuan {
    background: #337ab7; 
}
.detail-expo-txt .row-1 {
	font-size: 16px;
	display: flex;
	margin-bottom: 8px;
	align-items: center;
}
.detail-expo-txt .row-1 .zhanhui-time {
	margin-right: 30px;
	display: flex;
}
.detail-expo-txt .row-1 .red {
    color: #d00000;
    padding: 3px 10px;
    margin-top: -4px;
    background: #f5f5f5;
    border-radius: 50px;
}
.detail-expo-txt .row-1 .bold {
	font-weight: bold;
}
.detail-expo-txt .row-1 svg {
	margin-right: 8px;
}
.detail-expo-txt-main .shuju {
	margin-top: 30px;
	display: flex;
    justify-content: space-between;
    width: 100%;
}
.detail-expo-txt-main .shuju-item span {
	line-height: 1.2;
    font-size: 24px;
    font-weight: bold;
    padding-right: 2px;
    padding-bottom: 5px;
    display: inline-block;
}

.minor-expo-info .daojishi {
	font-weight: bold;
    font-size: 22px;
	margin-bottom: 25px;
}
.minor-expo-info .yuding a {
    background: linear-gradient(272deg, #5e51ff 7.64%, #3a68fe 98.18%);
    color: #fefefd;
    padding: 10px 15px;
    display: block;
    border-radius: 50px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-align: center;
    justify-content: center;
}
.minor-expo-info .yuding a svg {
	margin-right: 5px;
}

.detail-expo-2 .screen-width {
	margin-top: 40px;
	display: flex;
}
.expo-2-right {
	width: 70%;
}
.expo-2-right-box {
	padding: 20px 25px 5px;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 25px;
}
.expo-2-right-box h2 {
	font-size: 18px;
    font-weight: 500;
    padding: 16px;
    background: #f9f9f9;
    margin-bottom: 15px;
	position: relative;
	color: #003d95;
	display: flex;
	align-items: center;
}
.expo-2-right-box h2 svg {
	margin-right: 6px;
}
.zh-description p {
	font-size: 15px;
	line-height: 32px !important;
	color: #444;
	text-align: justify;
}

.zh-description span {
	line-height: 32px !important;
    font-family: "Pretendard", "Noto Sans SC", sans-serif !important;
}

.zh-description span font {
    font-family: "Pretendard", "Noto Sans SC", sans-serif !important;
}


.zh-description p .baidu-map {
	display: inline-block;
    margin-left: 5px;
    background: #c60e00;
    color: #fff;
    border-radius: 5px;
    padding: 1px 7px;
}
.zh-description {
	margin-bottom: 25px;
}

.expo-2-left {
	width: 27.5%;
	margin-left: 1.5%;
}
.expo-2-left-box {
	padding: 20px 25px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 25px;
}
.expo-2-left-box .btn-flex {
	display: flex;
	justify-content: center;
}
.expo-2-left-box .two-btn a {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    justify-content: center;
    font-size: 18px;
    padding: 20px;
    border-radius: 5px;
}
.expo-2-left-box .two-btn .ticket {
	
}
.expo-2-left-box .shoucang a {
	display: flex;
    align-items: center;
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    color: #fefefd;
    justify-content: center;
    font-size: 18px;
    padding: 20px;
    border-radius: 5px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
}
.expo-2-left-box .shoucang a svg {
	margin-right: 8px;
}

.expo-3-left-box {
	padding: 30px 25px 20px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 25px;
}
.expo-3-left-box h2 {
    display: flex;
    color: #003d95;
    font-size: 20px;
    align-items: center;
}
.expo-3-left-box h2 svg {
    margin-right: 6px;
}
.expo-3-left-box .flex {
	display: flex;
	margin-top: 20px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.expo-3-left-box .flex2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.expo-3-left-box .flex2 {
    border-bottom: 0px solid #ccc;
}
.expo-3-left-box .flex .photo {
	width: 110px;
    margin-right: 5%;
}
.expo-3-left-box .flex .photo img {
	border-radius: 10px;
}

.expo-3-left-box .flex h3 {
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 20px;
}
.expo-3-left-box .flex p {
	font-size: 15px;
    color: #333;
	line-height: 1.5;
}

.expo-3-left-box .flex .xinxi p {
    color: #333;
}

.expo-3-left-box .flex .worktime {
    width: 65%;
    margin-right: 5%;
}
.expo-3-left-box .flex .worktime b {
    color: #333;
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
}
.expo-3-left-box .flex .kefu-code {
    width: 30%;
}
.expo-3-left-box .flex .kefu-code img {
    width: 100%;
}

.qrcode {
	align-items: center;
    display: flex;
    font-size: 14px;
    margin: 8px 0;
    position: relative;
}
.qrcode span {
	padding-right: 15px;
	font-size: 15px;
}
.qrcode .wechat-icon {
    cursor: pointer;
    height: 32px;
    width: 32px;
	background: url(../static/picture/weixin.webp) 50% no-repeat;
    background-size: contain;
}
.qrcode-area {
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    left: 20px;
    overflow: hidden;
    position: absolute;
    top: 40px;
    transition: all .3s;
}

.wechat-icon:hover+.qrcode-area {
    display: block;
}
.qrcode-area img {
	width: 150px;
}

.expo-4-left-box ul {
	margin-top: 30px;
}
.expo-4-left-box ul li {
	margin-bottom: 20px;
}
.expo-2-right-box .dajian .img {
	width: 180px;
	margin-right: 20px;
}
.expo-2-right-box .dajian .img img {
	width: 100%;
}
.expo-2-right-box .dajian ul {
	display: flex;
	flex-wrap: wrap;
}
.expo-2-right-box .dajian ul li {
    width: 24%;
    margin-left: 2%;
    position: relative;
    padding-left: 10px;
    margin-bottom: 8px;
}
.expo-2-right-box .dajian ul li::after {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #003d95;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    transform: translateY(-50%);
}
.expo-2-right-box .dajian .xq p {
	margin-left: 10px;
	padding-top: 10px;
}

.mySwiper-more {
	margin-top: 30px;
}
.mySwiper-more .swiper-slide {
	border-radius: 15px;
    background: #fff;
}
.mySwiper-more .exhibition-img {
    display: flex;
    height: 140px;
    justify-content: center;
    align-items: center;
}
.mySwiper-more .exhibition-info {
    padding: 0 14px 20px;
}
.mySwiper-more .exhibition-info {
    padding: 0 14px 20px;
}
.mySwiper-more .exhibition-info .row {
    display: flex;
    justify-content: space-between;
}
.mySwiper-more .exhibition-info .row .time {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.mySwiper-more .exhibition-info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    padding: 0;
}
.mySwiper-more .exhibition-info .date .status {
    font-size: 14px;
    color: #ed2d38;
}
.mySwiper-more .exhibition-info .hot {
    margin-top: 15px;
}
.mySwiper-more .exhibition-info .hot .hots {
    display: flex;
    align-items: center;
    color: #333;
}
.mySwiper-more .six-btn-fwu {
    margin-top: 12px;
}

.news-list {
	padding: 20px 0px 50px;
}
.news-list .news-flex {
	display: flex;
}
.news-list .left-news {
	flex: 1;
}
.news-list .left-news-ul li a {
	border-bottom: 1px solid #d2d2d2;
    display: flex;
    padding: 16.5px 22px 16.5px 0;
}
.left-news-ul li .news_img {
	align-items: center;
    border-radius: 4px;
    display: flex;
    height: 138px;
    justify-content: center;
    margin-right: 22px;
    overflow: hidden;
    width: 236px;
}
.left-news-ul li .news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.left-news-ul li .news_info {
    display: flex;
    flex: 1;
    flex-flow: column;
    justify-content: space-between;
}
.left-news-ul li h3 {
	color: #333;
    font-size: 18px;
}
.left-news-ul li .news_abstract {
	color: #666;
    display: -webkit-box;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.left-news-ul li .news_sub {
	align-items: center;
    color: #999;
    display: flex;
    font-size: 16px;
}
.left-news-ul li .news_sub .time {
	margin-right: 25px;
}
.left-news-ul li .news_sub .view {
	align-items: center;
    display: flex;
}
.right-newexpo {
	margin-left: 30px;
    width: 362px;
}
.right-newexpo .right-header {
	align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding: 0 0 12px;
}
.right-newexpo .right-header h3 {
	color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    max-width: calc(100% - 54px);
    overflow: hidden;
    padding: 0 0 0 10px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right-newexpo .right-header h3::before {
	background: #003d95;
    border-radius: 3px;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
}
.right-newexpo .right-header .more a {
	display: flex;
    align-items: center;
}
.right-newexpo .exh_item {
	background: #fff;
    border-radius: 6px;
    display: flex;
    margin-bottom: 8px;
    padding: 14px 0 14px 14px;
    width: 362px;
}
.right-newexpo .exh_item .exh_item_pic {
	align-items: center;
    border-radius: 4px;
    display: flex;
    flex-shrink: 0;
    height: 88px;
    justify-content: center;
    margin-right: 14px;
    overflow: hidden;
    width: 88px;
}
.exh_item .exh_item_pic img {
	height: 100%;
    transition: all .3s;
    width: 100%;
    object-fit: cover;
}
.exh_item .exh_item_right {
	padding: 0 12px 0 0;
    width: calc(100% - 100px);
}
.exh_item_right .name_remind {
	color: #333;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.5;
}
.exh_item_right .time_remind {
	color: #666;
	font-size: 14px;
    display: flex;
    align-items: center;
	margin-bottom: 8px;
}
.exh_item_right .time_remind svg {
	margin-right: 5px;
}
.exh_item_right .juli_remind {
	font-size: 14px;
    color: #ed2d38;
}

.news-article {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}
.news-article h1 {
	font-size: 24px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
}
.news-article .other-flex {
	color: #666;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.news-article .other-flex .date {
	margin-right: 30px;
	display: flex;
    align-items: center;
}
.news-article .other-flex .look {
	display: flex;
    align-items: center;
}
.news-article .other-flex svg {
	margin-right: 4px;
}
.news-article .content {
	padding-top: 40px;
	color: #222;
	line-height: 1.8;
	font-size: 16px;
}
.news-article .content p,
.news-article .content span {
    line-height: 32px !important;
    font-size: 16px;
}

.news-article .content font {
	font-family: "Pretendard", "Noto Sans SC", sans-serif !important;
}

.single-breadcrumb {
	padding: 0px 0px;
}
.breadcrumb {
	height: 74px;
	line-height: 74px;
	border-bottom: 1px solid #f5f5f5;
	background: #fff;
	margin-bottom: 40px;
}
.breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.breadcrumb ul li {
	text-align: center;
	position: relative;
	width: 25%;
}
.breadcrumb ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 19px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #ddd;
}
.breadcrumb ul li a {
	font-size: 18px;
}
.breadcrumb ul::before {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 19px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #ddd;
}
.breadcrumb ul li.active::before {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #003d95;
}
.breadcrumb ul li.active a,
.breadcrumb ul li:hover a {
	color: #003d95;
}

.maplist {
    padding-top: 10px;
}
.maplist h2 {
    font-size: 30px;
}
.maplist .info_box {
    border-top: 1px solid #989898;
    padding-top: 40px;
    margin-bottom: 50px;
    margin-top: 30px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.maplist .info_box .info_txt {
    width: 45%;
    overflow: hidden;
    position: relative;
}  
.maplist .info_box .llx {
    font-weight: 700;
    color: #191919;
    border-bottom: 1px solid #ccd1d9;
    padding-bottom: 10px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}
.maplist .info_box .llx img {
    width: 60px;
    display: block;
}
.maplist .info_box .llx h4 {
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 1.2;
    color: #191919;
    font-size: 18px;
}
.maplist .info_box .llx p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 20px;
}
.maplist .info_box .llx p a {
    color: #3e3e3e;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
} 
.maplist .info_pic {
    width: 50%;
    margin-left: 5%;
}
.maplist .info_pic img {
    width: 100%;
}

.screen-width.neirong {
    background: #fff;
    padding: 30px;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.about-neirong {
    padding: 60px 0 60px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.about-sidebar {
    width: 200px;
    flex-shrink: 0;
    border-right: 1px solid #f0f0f0;
    padding-right: 0px;
    background: #f7f7f7;
}
.about-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-sidebar ul li {
    border-bottom: 1px solid #f5f5f5;
}
.about-sidebar ul li a {
    display: block;
    padding: 14px 20px;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    border-left: 3px solid transparent;
}
.about-sidebar ul li a:hover,
.about-sidebar ul li.active a {
    color: #003d95;
    background: #EAEAE9;
    border-left-color: #003d95;
    font-weight: 500;
}
.about-main {
    flex: 1;
    min-width: 0;
}
.about-neirong .sec-ttl {
    text-align: center;
    margin-bottom: 0px;
}
.about-neirong .fnt-title5 span {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.8;
    color: #003d95;
}
.about-neirong .sec-ttl .fnt-title5 span em {
    font-weight: 500;
    display: block;
    font-size: 32px;
}
.about-neirong .sec-ttl .text {
    margin-top: 26px;
    color: #666;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify
}
.about-neirong .cont-box {
    width: 100%;
    height: 600px;
}
.about-neirong .cont-box img {
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 10px;
}
.about-neirong .intro {
    font-size: 16px;
    color: #444;
    padding: 30px 0px 50px;
    line-height: 1.8;
    text-align: justify;
}
.about-neirong .data-ul {
    display: flex;
    flex-wrap: wrap;

}
.about-neirong .data-ul li {
    width: 20%;
    text-align: center;
    position: relative;
}
.about-neirong .data-ul li:first-child::after {
    content: "";
    background: #e6e6e6;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.about-neirong .data-ul .item-box::before {
    content: "";
    background: #e6e6e6;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.about-neirong .data-ul .item-value {
    font-size: 40px;
    justify-content: center;
    line-height: 40px;
    color: #003d95;
}
.about-neirong .data-ul .item-value img {
    width: 65px;
}
.about-neirong .data-ul .item-value i {
    font-style: normal;
    font-size: 15px;
    padding-left: 5px;
}
.about-neirong .data-ul .item-text {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #333;
}

.about-neirong-2 {
    padding: 60px 0px 60px;
    /* background: #f7f9fb; */
    overflow: hidden;
}

.about-neirong-2 .line-content {
    display: flex;
    flex-direction: column;
}
.about-neirong-2 .line-content__item {
    display: flex;
    position: relative;
    padding: 50px 0px;
    gap: 60px;
    align-items: center;
}
.about-neirong-2 .line-content__item:nth-child(even) {
    flex-direction: row-reverse;
}


.about-neirong-2 .line-content__item .ar-l {
    width: 50%;
    color: #003d95;
}
.about-neirong-2 .content-item-txt h3 {
    font-size: 30px;
    font-weight: normal;
}
.about-neirong-2 .content-item-txt .nr {
    font-weight: normal;
    line-height: 1.8;
    padding-top: 30px;
    color: #373737;
    text-align: justify;
    font-size: 16px;
}
.about-neirong-2 .line-content__item .ar-r {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
}
.about-neirong-2 .line-content__item .ar-r .image {
    /* position: absolute;
    top: 0; */
    width: 100%;
    z-index: 2;
}
.about-neirong-2 .line-content__item .ar-r .image.ip1 {
    left: 9%;
}
.about-neirong-2 .line-content__item .ar-r .image.ip2 {
    top: 10%;
    right: 0;
    left: auto;
}
.about-neirong-2 .line-content__item .ar-r .image.ip3 {
    top: -10%;
    left: 9%;
}
.about-neirong-2 .line-content__item .ar-r .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}
.line-content__item::before {
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    width: 200%;
    height: 1px;
    background: #bdbfb3;
    opacity: 0.5;
    transform: translateX(-50%);
}
.line-content__item:first-child::before {
    display: none;
}

.chunwenben .neirong,
.chunwenben .neirong span {
    font-size: 16px;
    color: #444 !important;
    line-height: 1.8 !important;
    text-align: justify;
}
.chunwenben .neirong a {
    color: #003d95 !important;
    padding: 0px 2px;
}

@keyframes first{
	0% {transform:scaleX(0.5);left:0px;}/*091*/
	100% {transform:scaleX(1);left:2px;} /*0915*/
}

@keyframes last{
	0% {transform:scaleX(0.7);left:-10px;}/*1090*/
	20% {transform:scaleX(0.3);left:2px;} /*090*/
	100% {transform:scaleX(0.3);left:0px;} /*090*/
}	

@keyframes middle{
	0% {transform:scaleX(0.7);left:-10px;}/*1091*/
	20% {transform:scaleX(0.45);left:2px;}/*092*/
	100% {transform:scaleX(1);left:2px;} /*0913*/
}	

/* ===== 展会详情 - 展会视图轮播图 ===== */
#swiperSlideBox {
    width: 100%;
    padding-bottom: 10px;
}
#swiperSlideBox .country-img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}
#swiperSlideBox .country-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#swiperSlideBox .swiper-button-next,
#swiperSlideBox .swiper-button-prev {
    color: #003d95;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
#swiperSlideBox .swiper-button-next::after,
#swiperSlideBox .swiper-button-prev::after {
    font-size: 14px;
}

#rightNewExpo,
.right-newexpo .exh_item {
    width: auto;
    margin-left: 0;
}

#buildPlanContent ul {
    display: flex;
    flex-wrap: wrap;
}
#buildPlanContent ul li {
    width: 24%;
    margin-left: 2%;
    position: relative;
    padding-left: 10px;
    margin-bottom: 8px;
}
#buildPlanContent ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #003d95;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    transform: translateY(-50%);
}
/* ===== Banner ===== */
.sv-banner {
  background: url(static/picture/banner.jpg) no-repeat center / cover;
  position: relative;
  padding: 72px 0 60px;
}
.sv-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,61,149,.72) 0%, rgba(0,20,60,.55) 100%);
}
.sv-banner .screen-width { position: relative; z-index: 1; }
.sv-banner-inner { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.sv-banner h1 { font-size: 34px; font-weight: 700; color: #fff; margin: 0 0 8px; letter-spacing: .5px; margin: 0 0 18px;}
.sv-banner p  { font-size: 15px; color: rgba(255,255,255,.78); margin: 0; max-width: 520px; line-height: 1.7; }
.sv-banner-stat { display: flex; gap: 28px; }
.sv-stat-item { text-align: center; }
.sv-stat-num  { font-size: 28px; font-weight: 700; color: #fff; line-height: 1; }
.sv-stat-label{ font-size: 12px; color: rgba(255,255,255,.65); margin-top: 4px; }


/* ===== 筛选栏 ===== */
.sv-filter {
  background: #fff;
  border-bottom: 1px solid #eef0f5;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.sv-filter-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  flex-wrap: wrap;
}
.sv-filter-label { font-size: 13px; color: #888; margin-right: 4px; white-space: nowrap; }
.sv-cat-btn {
  padding: 5px 14px;
  border-radius: 20px;
  border: 1.5px solid #e2e8f0;
  background: #f8fafc;
  color: #425466;
  font-size: 13px;
  cursor: pointer;
  transition: all .18s;
  white-space: nowrap;
}
.sv-cat-btn:hover { border-color: #003d95; color: #003d95; background: #eef3fd; }
.sv-cat-btn.active { background: #003d95; color: #fff; border-color: #003d95; font-weight: 600; }
.sv-search-wrap { margin-left: auto; display: flex; gap: 8px; }
.sv-search-input {
  width: 200px;
  height: 34px;
  border: 1.5px solid #e2e8f0;
  border-radius: 20px;
  padding: 0 14px;
  font-size: 13px;
  outline: none;
  transition: border-color .18s;
}
.sv-search-input:focus { border-color: #003d95; }
.sv-search-btn {
  height: 34px;
  padding: 0 18px;
  background: #003d95;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: background .18s;
}
.sv-search-btn:hover { background: #0050c0; }

/* ===== 主体布局 ===== */
.sv-body {
  background: #f5f7fb;
  padding: 40px 0 60px;
  min-height: 400px;
}
.sv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
}

/* ===== 服务商卡片 ===== */
.sv-card {
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid #eef0f5;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: box-shadow .2s, transform .2s, border-color .2s;
  cursor: default;
}
.sv-card:hover {
  box-shadow: 0 8px 32px rgba(0,61,149,.10);
  transform: translateY(-3px);
  border-color: #c8d8f8;
}
.sv-card-top { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 14px; }
.sv-card-logo {
  width: 52px; height: 52px;
  border-radius: 10px;
  background: linear-gradient(135deg, #eef3fd 0%, #d8e8ff 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
  overflow: hidden;
}
.sv-card-logo img { width: 100%; height: 100%; object-fit: cover; }
.sv-card-info { flex: 1; min-width: 0; }
.sv-card-name {
  font-size: 16px; font-weight: 700; color: #183153;
  margin: 0 0 4px; overflow: hidden;
  white-space: nowrap; text-overflow: ellipsis;
}
.sv-card-cat {
  display: inline-block;
  padding: 2px 8px;
  background: #eef3fd; color: #003d95;
  border-radius: 4px; font-size: 11px; font-weight: 600;
}
.sv-card-intro {
  font-size: 13px; color: #667; line-height: 1.7;
  margin-bottom: 14px;
  display: -webkit-box; -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; overflow: hidden;
  flex: 1;
}
.sv-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; min-height: 24px; }
.sv-tag {
  padding: 2px 9px;
  background: #f1f5f9; color: #64748b;
  border-radius: 4px; font-size: 11px;
  border: 1px solid #e2e8f0;
}
.sv-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid #f0f2f7;
  padding-top: 14px; margin-top: auto;
}
.sv-view-count { font-size: 12px; color: #aab; display: flex; align-items: center; gap: 4px; }
.sv-detail-btn {
  padding: 6px 18px;
  background: #003d95; color: #fff;
  border-radius: 20px; font-size: 13px;
  text-decoration: none; font-weight: 600;
  transition: background .18s;
  white-space: nowrap;
}
.sv-detail-btn:hover { background: #0050c0; }

/* ===== 空状态 ===== */
.sv-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 20px;
  color: #aab;
  font-size: 15px;
}
.sv-empty svg { display: block; margin: 0 auto 16px; opacity: .3; }

/* ===== 加载骨架 ===== */
.sv-skeleton {
  background: linear-gradient(90deg, #f0f2f7 25%, #e4e8f0 50%, #f0f2f7 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border-radius: 8px;
}
@keyframes shimmer { to { background-position: -200% 0; } }
.sv-card-skel { background: #fff; border-radius: 14px; border: 1.5px solid #eef0f5; padding: 24px; }
.sv-skel-top { display: flex; gap: 14px; margin-bottom: 16px; }
.sv-skel-logo { width: 52px; height: 52px; border-radius: 10px; flex-shrink: 0; }
.sv-skel-lines { flex: 1; }
.sv-skel-h { height: 16px; margin-bottom: 8px; border-radius: 4px; }
.sv-skel-p { height: 13px; border-radius: 4px; }


/* ===== 展会配套服务分类入口（V46）===== */
.expo-service-cats { margin-top: 14px; padding: 14px 16px 16px; background: linear-gradient(135deg, #003d95 0%, #1f5fbf 100%); border-radius: 12px; }
.expo-service-cats .esc-title {color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 20px;
    padding-left: 4px;
    display: flex;
    align-items: center;
    gap: 6px;}
.expo-service-cats .esc-title::before { content: ''; display: inline-block; width: 3px; height: 14px; background:#ffd54f; border-radius: 2px; }
.expo-service-cats .esc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.expo-service-cats .esc-btn {
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 6px;
  padding: 10px 6px; 
  background: rgba(255,255,255,.92); 
  color: #003d95;
  border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none;
  cursor: pointer; transition: transform .15s, background .15s, box-shadow .15s;
  border: 1px solid rgba(255,255,255,.6);
}
.expo-service-cats .esc-btn:hover { background:#fff; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.18); }
.expo-service-cats .esc-ico { font-size: 16px; line-height: 1; }

/* 展会简介（富文本内容） */
.expo-richtext { line-height: 1.9; font-size: 15px; color: #333; }
.expo-richtext img { max-width: 100%; height: auto; border-radius: 4px; margin: 10px 0; }
.expo-richtext p { margin: 8px 0; }



/* ── 搜索面包屑 ── */
.sr-bread{background:#fff;border-bottom:1px solid #eef0f5;padding:11px 0;font-size:13px;color:#aab;}
.sr-bread a{color:#425466;text-decoration:none;}
.sr-bread a:hover{color:#003d95;}
.sr-bread span{margin:0 6px;}

/* ── 搜索Banner ── */
.sr-banner{background:linear-gradient(135deg,#003d95 0%,#0050c0 100%);padding:40px 0 36px;}
.sr-banner-inner{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.sr-banner h2{font-size:22px;font-weight:700;color:#fff;margin:0;}
.sr-kw-badge{display:inline-block;padding:4px 14px;background:rgba(255,255,255,.18);color:#fff;border-radius:20px;font-size:14px;font-weight:600;border:1px solid rgba(255,255,255,.3);}
.sr-total{font-size:13px;color:rgba(255,255,255,.7);margin-left:4px;}

/* 顶部搜索框 */
.sr-input-wrap{display:flex;gap:0;margin-top:18px;max-width:560px;}
.sr-input{flex:1;height:42px;border:none;border-radius:25px 0 0 25px;padding:0 18px;font-size:14px;outline:none;background: #fff;}
.sr-input-btn{height:42px;padding:0 24px;background:#fc7102;color:#ffffff;border:none;border-radius:0 25px 25px 0;font-size:14px;font-weight:700;cursor:pointer;transition:background .18s;white-space:nowrap;}
.sr-input-btn:hover{background:#fc7102;}

/* ── 搜索主体 ── */
.sr-body{background:#f5f7fb;padding:36px 0 64px;min-height:400px;}
.sr-tabs{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:28px;}
.sr-tab{padding:10px 24px;font-size:14px;font-weight:600;color:#888;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;}
.sr-tab.active{color:#003d95;border-bottom-color:#003d95;}
.sr-tab .sr-tab-count{display:inline-block;margin-left:5px;padding:1px 7px;background:#eef3fd;color:#003d95;border-radius:10px;font-size:11px;}

/* ── 搜索展会结果卡 ── */
.sr-expo-list{display:flex;flex-direction:column;gap:14px;}
.sr-expo-card{background:#fff;border-radius:12px;border:1.5px solid #eef0f5;padding:18px 20px;display:flex;gap:16px;transition:box-shadow .18s,border-color .18s;}
.sr-expo-card:hover{box-shadow:0 4px 20px rgba(0,61,149,.09);border-color:#c8d8f8;}
.sr-expo-thumb{width:110px;height:78px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#eef3fd;}
.sr-expo-thumb-placeholder{width:110px;height:78px;border-radius:8px;background:linear-gradient(135deg,#eef3fd,#d8e8ff);display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0;}
.sr-expo-info{flex:1;min-width:0;}
.sr-expo-name{font-size:16px;font-weight:700;color:#183153;margin:0 0 6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.sr-expo-name a{color:inherit;text-decoration:none;}
.sr-expo-name a:hover{color:#003d95;}
.sr-expo-meta{font-size:12px;color:#aab;display:flex;gap:14px;flex-wrap:wrap;margin-bottom:6px;}
.sr-expo-meta span{display:flex;align-items:center;gap:3px;}
.sr-expo-status{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;background:#dbeafe;color:#1d4ed8;}

/* ── 搜索资讯结果卡 ── */
.sr-article-list{display:flex;flex-direction:column;gap:14px;}
.sr-article-card{background:#fff;border-radius:12px;border:1.5px solid #eef0f5;padding:18px 20px;display:flex;gap:16px;transition:box-shadow .18s,border-color .18s;}
.sr-article-card:hover{box-shadow:0 4px 20px rgba(0,61,149,.09);border-color:#c8d8f8;}
.sr-article-thumb{width:110px;height:78px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#f5f7fb;}
.sr-article-thumb-placeholder{width:110px;height:78px;border-radius:8px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0;}
.sr-article-info{flex:1;min-width:0;}
.sr-article-title{font-size:15px;font-weight:700;color:#183153;margin:0 0 6px;}
.sr-article-title a{color:inherit;text-decoration:none;}
.sr-article-title a:hover{color:#003d95;}
.sr-article-summary{font-size:13px;color:#667;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.sr-article-meta{font-size:12px;color:#aab;margin-top:6px;}

/* ── 搜索关键词高亮 ── */
.sr-hl{
    color: #de0000;
    border-radius: 2px;
    padding: 0 1px;
}

/* ── 搜索空状态 ── */
.sr-empty{text-align:center;padding:64px 20px;color:#bbb;}
.sr-empty-icon{font-size:48px;margin-bottom:14px;opacity:.5;}
.sr-empty p{font-size:15px;}

/* ── 搜索骨架 ── */
.sr-skel{background:linear-gradient(90deg,#f0f2f7 25%,#e4e8f0 50%,#f0f2f7 75%);background-size:200% 100%;animation:srshim 1.4s infinite;border-radius:6px;display:inline-block;}
@keyframes srshim{to{background-position:-200% 0;}}



@media (max-width: 1500px) {

}

@media (max-width: 1380px) {

}
@media (max-width: 1299px) {
    .screen-width {
        max-width: 1200px;
    }
}
@media only screen and (max-width:1200px){
	.home-2 .swiper-slide {
	     width:770px;
    }
}
@media only screen and (max-width:980px){
	.home-2 .swiper-slide {
	    width:471px;
    }
    .about-neirong {
        flex-direction: column;
        gap: 30px;
    }
    .about-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #f0f0f0;
        padding-right: 0;
        padding-bottom: 15px;
    }
    .about-sidebar ul {
        display: flex;
        flex-wrap: wrap;
    }
    .about-sidebar ul li {
        border-bottom: none;
    }
    .about-sidebar ul li a {
        border-left: none;
        border-bottom: 2px solid transparent;
        padding: 10px 16px;
        white-space: nowrap;
    }
    .about-sidebar ul li a:hover,
    .about-sidebar ul li.active a {
        border-left-color: transparent;
        border-bottom-color: #003d95;
    }

    .sv-search-wrap {
        margin: 0;
        margin-top: 10px;
        width: 100%;
    }
    .sv-search-input {
        width: 70%;
    }


    
}
	@media only screen and (max-height:480px){
	.home-2 .swiper-slide {
	    width:471px;
    }
}