/* ä¸‹é¢æ˜¯åŸºç¡€æ ·å¼ */
* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: PingFang SC, Microsoft YaHei;
}

p,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: PingFang SC, Microsoft YaHei;
	font-weight: 400;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
}

a {
	cursor: pointer;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	/* color: #000000; */
	text-decoration: none;
}

/* ä¸‹é¢æ˜¯å…¬ç”¨æ ·å¼ */
.head-container {
	width: 100%;
	height: 38px;
	background: #F3F3F3;
}

.header-inner {
	display: flex;
	justify-content: space-between;
	margin: 0 360px;
	height: 100%;
	align-items: center;
}

.banner-container {
	width: 1600px;
	height: 600px;
	background: #fff;
}
.poi-container .content img{
    width:700px;
}

/* åˆ†é¡µå™¨é»˜è®¤æ ·å¼ */
.my-bullet {
	width: 20px;
	height: 5px;
	background: #FFFFFF;
	opacity: 0.5;
	display: inline-block;
	margin: 0 10px;
}

.my-bullet-active {
	width: 20px;
	height: 5px;
	background: #FFFFFF;
	opacity: 1;
}



.container {
	width: 1200px;
	margin: 0 auto;
}

.search {
	width: 226px;
	height: 42px;
	background: #F3F3F3;
	border: 0;
	outline: medium;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	padding-left: 16px;
	padding-right: 40px;
}

.search::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999999;
}

.search::-moz-placeholder {
	/* Firefox 19+ */
	color: #999999;
}

.search:-ms-input-placeholder {
	/* IE 10+ */
	color: #999999;
}

.search:-moz-placeholder {
	/* Firefox 18- */
	color: #999999;
}

.search-icon {
	position: absolute;
	right: 19px;
	top: 12px;
}

.head-menu-container {
	width: 100%;
	height: 60px;
	background: #3D55D4;
	display: flex;
	justify-content: center;

}

.head-menu-item {
	width: 126px;
	/* padding: 0 32px; */
	height: 60px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.head-menu-item.active{
	background: #e6e6e6;
}
.head-menu-item.current{
	background: #2E3E95 !important;
}

.item-menu-item {
	cursor: pointer;
}

.item-menu-item:hover {
	color: #3D55D4 !important;
	background: #7080900D !important;
	/* color: #FFFFFF !important; */
}

.active.head-menu-item {
	background: #3D55D4 !important;
}

.active.item-menu {
	display: block !important;
	/* animation: heightPush 1s; */
	-webkit-animation: heightPull 0.5s forwards;
	/* transition: height 10s; */
}

.item-menu {
	box-shadow: 0px 10px 11px 2px rgba(100, 44, 7, 0.14);
	z-index: 999;
	background: #FFFFFF;
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 0;
	overflow: hidden;
	-webkit-animation: heightPush 0.5s forwards;
}

.item-menu.hide {
	display: none;
}


/* ç”±ä¸Šåˆ°ä¸‹é€æ¸æ˜¾ç¤º */
@keyframes heightPull {
	0% {
		transform: translateY(4px);
		opacity: 0.4;
	}

	100% {
		transform: translateY(0px);
		opacity: 1
	}
}

@keyframes heightPush {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}

	100% {
		transform: translateY(4px);
		opacity: 0
	}
}

@-webkit-keyframes heightPull {

	/* Safari ä¸Ž Chrome */
	0% {
		transform: translateY(4px);
		opacity: 0.4;
	}

	100% {
		transform: translateY(0px);
		opacity: 1
	}
}

.item-menu-item {
	background: #FFFFFF;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	height: 15px;
}

.item-menu-item.active {
	color: #3D55D4 !important;
}

.footer {
	width: 100%;
	height: 220px;
	background: #363636;
	text-align: center;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-text {
	margin-top: 15px;
	font-size: 16px;
	color: #FFFFFF;
}
.footer-text>a:active{
	color: #FFFFFF !important;
}
.footer-text>a:link{
	color: #FFFFFF !important;
}
.footer-text>a:visited{
	color: #FFFFFF !important;
}
.sydw {
	margin-top: 20px;
	width: 32px;
	height: 40px;
}

/* ä¸»è¦å†…å®¹å¤–å±‚å®¹å™¨ */
.main-container {
	width: 100%;
	background: #fafafa;

}

/* å½“å‰ä½ç½® */
.now-position {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	padding: 20px 0;
}

/* å†…å®¹ å®¹å™¨ */
.poi-container {
	width: 1200px;
	background: #FFFFFF;
	padding: 30px;

}

/* POI èœå•åˆ—è¡¨ */
.poi-menu {
	width: 166px;
	margin-right: 30px;
	float: left;
}
.flex{width:1200px;margin: 0 auto;display: flex;}

.unfold {
	position: absolute;
	right: 24px;
	cursor: pointer;
}

.fold {
	position: absolute;
	right: 24px;
	cursor: pointer;
	transform: rotate(90deg);
}


.clickable {
	cursor: pointer;
}



.between {
	display: flex;
	justify-content: space-between;
}
.row-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.ver-center {
	display: flex;
	align-items: center;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* tabæ ‡ç­¾ */
.tab {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
}

.tab-list {
	width: calc(100% - 65px);
	display: flex;
	height: 50px;
}

.tab-item {
	height: 50px;
	padding: 0 20px;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.tab-col.active {
	background: #3D55D4 !important;
}

.tab-col.active>.tab-label {
	color: #FFFFFF !important;
}

.tab-line {
	position: absolute;
	bottom: 0;
	width: 100%;
	width: 72px;
	height: 4px;
	background: #3D55D4;
display: none;
}

.tab-point {
	background-image: url(../img/tab-active.png);
	position: absolute;
	bottom: 0;
	width: 100%;
	width: 13px;
	height: 9px;

}

.tab-item.active>.tab-line {
	display: block !important;
}

.tab-item.active>.tab-point {
	display: block !important;
}

.tabpanel.list {
	width: calc(100% - 30px);
	margin: 15px;
}

.tabpanel {
	display: none;
}

.tabpanel.active {
	display: block !important;
}

.tabpanel.list>a>.list-item {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	margin: 23px 0;
}

.tabpanel.list>a>.list-item.list-item-5 {
	margin: 37px 0;
}


.ul-point {
	width: 6px;
	height: 6px;
	background: #8B1D1E;
	border-radius: 50%;
	margin-right: 15px;
	display: inline-block;
}

.tabpanel.list>a>.list-item>.title {
	width: calc(100% - 90px);
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	display: flex;
	align-items: center;
}

.tabpanel.list>a>.list-item>.title>p {
	width: calc(100% - 26px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.tabpanel.list>a>.list-item>.title:hover {
	color: #3D55D4 !important;
}

.tabpanel.list>a>.list-item>.date {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
}

.tabpanel.image {
	width: calc(100% - 80px);
	height: calc(100% - 90px);
	margin: 20px 40px;
}

.tabpanel.image>.panel-top-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.swiper-slide-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tabpanel.image>.panel-top-container>.img-container .img-banner {
	width: 160px;
	height: 260px;
}

.tabpanel.image>.panel-top-container>.img-container .img-banner.big {
	width: 210px;
	height: 281px;
}

.tabpanel.image>.thumbs-list .img-thumbs {
	width: 36px !important;
	height: 47px;
}

.swiper {
	--swiper-navigation-color: #f0f1f1;
	/* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
	--swiper-navigation-size: 11px;
	/* è®¾ç½®æŒ‰é’®å¤§å° */
}

.tabpanel.image>.thumbs-list {
	margin-top: 14px;
	height: 47px;
	/* background: #7D191A; */
	/* border: 1px solid #7D191A; */
	width: 168px;
	position: relative;
}

.thumbs::after,
.thumbs::after {
	font-size: 20px !important;
	color: #f0f1f1 !important;
}

.thumbs-btns {
	position: absolute;
	width: 196px;
	top: 50%;
	left: -14px;
}

.tabpanel.image>.panel-top-container>.text-container {
	width: 320px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	background-color: #fff;
	height: 225px;
}

.text-container {
	width: 330px;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	background-color: #fff;
	height: 255px;
	padding-left: 25px;

	align-items: center;
	cursor: pointer;
}

.text-container p{
    
    float: right;
  color: #555;
  text-decoration: underline;
}

.text-container p:hover{
    color: #3D55D4 !important;
    font-weight: bold;
}
.tc-big {
	height: 281px;
}

.tabpanel.image>.panel-top-container>.text-container.small {
	width: 300px !important;
	margin-left: 20px;
}

.tabpanel.image>.panel-top-container>.text-container.active {
	display: block !important;
}


.tabpanel.articles {
	margin-left: 15px;
	margin-right: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tabpanel.articles>.art-item {
	margin-top: 16px;
	display: flex;
	align-items: center;

}

.tabpanel.articles>.art-item>.art-image {
	width: 86px;
	height: 86px;
	background: #999999;
	margin-right: 14px;
}

.art-text {
	width: 454px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	cursor: pointer;
}

.art-text:hover {
	color: #3D55D4 !important;
}

.art-time {
	margin-top: 2px;
	text-align: right;
}

.tab-label {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
}

.tab-more {
	background-image: url(../img/more-en.png);
	width: 35px;
	height: 10px;
	margin: 0 15px;
	cursor: pointer;
}

.href-hidden {
	display: none;
}

.half-card .tab-label {
	font-weight: bold !important;
	color: #3D55D4;
}

.tab-item:not(.active):hover>.tab-label {
	color: #3D55D4;
}

/* ä¸‹é¢æ˜¯å­—ä½“æ ·å¼ */
.text-center {
	text-align: center;
}

.text-12-333 {
	font-size: 12px;
	color: #333333;
}

.text-16-FFF {
	font-size: 16px;
	color: #FFFFFF;
}

.text-16-333 {
	font-size: 16px;
	color: #333333;
}

.text-16-999 {
	font-size: 16px;
	color: #999999;
}

.text-18-AAA {
	font-size: 18px;
	color: #AAAAAA;
}

.row {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

.row {
	margin-bottom: 20px;
}

[class*=col-] {
	float: left;
	box-sizing: border-box;
}

.col-6 {
	display: inline-block;
	width: 25%;
	margin-bottom: 20px;
}

/* åˆ†é¡µç›¸å…³ */
.pagination {
	display: flex;
	margin: 10px 0;
	justify-content: center;
}

.pagination .btn-prev,
.btn-next {
	width: 86px !important;
	height: 30px !important;
	color: #3D55D4;
	background: #FFFFFF;
	line-height: 30px;
	text-align: center;
}

.pagination .btn-prev:disabled,
.btn-next:disabled {
	background: #F7F7F7 !important;
	color: #999999 !important;
}

.pagination .pager:active {
	background-color: #3D55D4CC;
	color: #FFFFFF;
}

.pagination .pager {
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	line-height: 30px;
	text-align: center;
	color: #3D55D4;
	margin: 0 4px;
	border: 1px solid #DDDDDD;
	cursor: pointer;
}

.pagination .pager.active {
	background: #3D55D4 !important;
	color: #FFFFFF !important;
}

button {
	border: none;
}

/* è§£å†³ Safari swiper é—ªå±é—®é¢˜ ===> 2021/11/26 */
.swiper-slide {
	transform: translate3d(0, 0, 0);
	overflow: hidden;
}


/* å¾®ä¿¡å…¬ä¼—å·pop */
.wx-container {
	background: #FFFFFF;
	border-radius: 15px;
	position: absolute;
	width: 0;
	height: 0;
	margin-top: 15px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.wx-container *{
	display: none;
}

.wx-container.active {
	display: block;
	width: 150px;
	height: 150px;
	z-index: 999;
}
.wx-container.active *{
	display: block;
}

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



//added by Aimee
@-webkit-keyframes scaleSlow {
    0% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        transition: all 1s;
    }
	100%{
		opacity: 1;
		-webkit-transform: scale(1.1,1.1);
		transform: scale(1.1,1.1);
		transition: all 1s;
		width:100%;
	}
   /* 100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        transition: all 1s;
    } */
}
@keyframes scaleSlow {
    0% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        transition: all 1s;
    }
    100%{
    	opacity: 1;
    	-webkit-transform: scale(1.1,1.1);
    	transform: scale(1.1,1.1);
    	transition: all 1s;
    	width:100%;
    }
    /* 100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
        transition: all 1s;
    } */
}
 
.scaleSlow {
    -webkit-animation-name: scaleSlow;
    animation-name: scaleSlow;
}