@charset "utf-8";

.search {
	width: 100%;
	height: auto; /* 改为自适应高度 */
	min-height: 300px; /* 设置最小高度 */
	max-height: 570px; /* 设置最大高度 */
	position: relative;
	border-bottom: 1px solid #DEF7F1;
	overflow: hidden; /* 防止溢出 */
}
.search .center {
	width:90%;
	max-width: 600px;
	height:50px;
	background: #000;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	border-radius:10px; 
	opacity: 0.6;
}
.input {
	width: calc(100% - 150px); 
	max-width:410px;
	height:32px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%);
	border-radius:10px;
	background: #eee;
	outline: none;
	padding:4px;
	font-size: 16px;
	font-weight: bolder;
	color:#666;
}
.button {
	width: 140px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    background: #eee;
    line-height: 40px;
    text-align: center;
    color:#666;
    font-weight: bolder;
    font-size: 24px;
    cursor: pointer;
}
.tour {
	max-width:1263px;
	width: 100%;
/*	background: #000;*/
/*	height:1150px;*/
	height:100%;
	color:#666;
	margin:20px auto 0 auto;
	padding-top:20px;
	display: block;
	
}

.notice1 {
	display: block;
	width: 100%;
    text-align: center;
    margin: 20px 0;
}

.notice1 p{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 10px 0;
}
.notice p {
	font-size: 18px;
  	text-indent: 2em; /* 首行缩进2个字符的宽度 */
/*	padding: 10px 0 40px 0;*/
	text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}
@media (max-width: 768px) {
    .notice1 p {
        font-size: 24px;    /* 移动端减小字号 */
        padding: 15px 10px 8px;
    }
    
    .contact02_contact {
        padding: 0 10px;
        margin: 15px auto;
    }
}
.news {
	text-align: center;
}
.tour h2{
	color: #006DDE;
	font-size: 45px;
	margin-bottom:10px;
}
.tour h3{
/*	border-bottom: 1px dashed #ccc;*/
	padding: 10px 0 15px 0;
}
.news p{
	margin-bottom: 10px;
	margin-top:20px;

}
.tour figure {
	position: relative;
	padding:4px;
	text-align: center;
	width: calc(20% - 10px); /* 5列布局 */
    max-width: 190px;
	border:1px solid #ccc;
	display: inline-block;
	margin:3.4px;
	margin-bottom: 5px;
	border-radius: 5px;
	letter-spacing: 1px;
}
.tour figure img{
	vertical-align:middle;
	width: 100%;
	height: auto;
	max-width: 180px;
    max-height: 100px;
    object-fit: cover;
}
.tour .title {
	font-weight: normal;
    color:#333;
}
.tour figcaption {
	text-align: left;
	line-height: 1.5;
}
.sat{
	font-weight: normal;
	float:right;
	font-style: normal;
	margin:6px;
	color:#999;
	font-size:13px;
}
.price {
	color:#f60;
	font-size: 20px;

}

.contact02_contact {
	max-width: 1263px; 
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	float: none;
    clear: both;
	flex-wrap: wrap; /* 关键：允许换行 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    box-sizing: border-box;
	text-align: center;
}

.contact02_contact img {
/*	float: none;  */
	margin-right: 10px; /* 为图片之间添加间距 */
	position: relative;
	padding:4px;
	width: 100%;
    max-width: 592px;
	height: auto;
	border:1px solid #ccc;
	display: inline-block;
	margin:12px;
	border-radius: 5px;
	letter-spacing: 1px;
	object-fit: cover;
	display: block;
}
.contact02_contact :hover img {
  transform: translateY(-5px) scale(1.03); /* 向上移动10px并放大 */
}
.vision-content {
	width: 100%;
	max-width: 1263px;
	margin: 0 auto;
	padding: 40px 20px; /* 增加内边距 */
	box-sizing: border-box;
}
.vision-content p {
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: justify;
    text-indent: 2em;
    position: relative;
}
