.banner img{
	width: 100%;
}
.new_conter{
	display: flex;
	flex-direction: column;
	width: 1300px;
    height: 460px;
	margin: 50px auto;
}
.new_title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	/* align-self: center; */
}
.new_titles{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.new_line{
	width: 5px;
	height: 50px;
	background: #0070C2;
}
.no_line{
	background: #E62112;
}
.new_tiles{
	display: flex;
	flex-direction: column;
	margin: 10px 10px 0 10px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}
.nonew_title{

}
.new_en{
	display: flex;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #999999;
	/* line-height: 30px; */
}
.new_choose{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
	width: 90%;
	height: 2px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.new_chooses{
	width: 65%;
	margin-right: 10px;
}
.new_choose_title{
	display: flex;
	flex-direction: row;
	width: 450px;
	height: 44px;
	background: #F1F1F1;
	margin-right: 100px;
}
.news_ttiles{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
}
.news_ttiles:hover{
	cursor: pointer;
}
.nonews{
	color: #ffffff;
	background: #0070C2;
}
.new_more{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 15px;
	margin-right: 10px;
}
.new_more:hover{
	cursor: pointer;
	color: #0070C2;
}
.new_session{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.a02-sdxx-titles{
	display: flex;
	flex-direction: column;
	margin: 10px 0;
	width: 600px;

}

.a02-sdxx-content{
	display: flex;
	flex-direction: column;
	/* align-items: center;
	justify-content: space-between; */
}
.a02-sdxx-contents{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.a02-sdxx-round{
	display: flex;
	width: 4px;
	height: 4px;
	background: #CCCCCC;
	border-radius: 50%;
}
.a02-sdxx-contitle{
	padding: 0 10px;
	display: flex;
	width: 500px;
	/* height: 16px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 55px;
}
.a02-sdxx-contitle span{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.a02-sdxx-content:hover .a02-sdxx-contitle{
	cursor: pointer;
	color: #0070C2;
}
.a02-sdxx-content:hover .a02-sdxx-round{
	background: #0070C2;
}
.a02-time{
	/* width: ; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #787878;
}
.title_line{
	/*width: 100%;*/
    margin: 0 10px;
	height: 1px;
	border-bottom: 1px dashed #DFDFDF;
}
.new_contet{
	display: none;
}
.new_contet:first-child{
	display: block;
}
.information{
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #f5f9fd;

}
.info_session{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 1300px;
	margin: 50px auto;
}
.info_content{
	display: flex;
	flex-direction: column;
	width: 620px;
    height: 402px;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 42, 73, 0.16);
}
.shop_title{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 400px;
	height: 352px;
	background: #F4F4F4;
    transition: all .5s;
}
.shop_title:hover{
    transform: scale(1.05);
	cursor: pointer;
    background: #0070C2;
    color: #ffffff;
}
.shop_title img{
	width: 400px;
	height: 300px;
}
.shop_title span{
	text-align: center;
	width: 90%;
	margin-top: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.info_img{
	display: flex;
	margin: 0;
	padding: 0;
}
.info_img img{
	width: 100%;
}
.info_sessions{
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #F6F6F6;
}
.travel_content{
	display: flex;
	flex-direction: column;
	margin: 30px auto;
	width: 1300px;
}
.travle_index{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.indexs{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 10px;
}
.indexs:hover{
	cursor: pointer;
	color:#0070C2;
}
.travel_session{
	display: flex;
	flex-direction: row;
	align-self: start;
	margin-top: 30px;
	width: 100%;
	background: #ffffff;

}


.a01-moment-nav {
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	width: 268px;
	margin: 30px;
	/* height: 862px; */
	border: 1px solid #EDEDED;
}

.a01-moment-type {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background: #0070C2;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.a01-moment-type img{
	width: 22px;
	margin-right: 20px;
}

.a01-moment-ul {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.trive_left{
	display: flex;
	flex-direction: row;
	align-items: center;
	/* margin-left: 20px;
	margin-right: 20px; */
    width: 100%;
    height: 100%;
	padding: 20px;

}
.trive_left img{
	width: 8px;
}

.a01-moment-ul li {
	width: 100%;
	/* height: 1px; */
	border-bottom: 1px solid #DCDBDD;
}

.a01-moment-ul li:hover {
	background: #F6F6F6;
	color: #0070C2;
	cursor: pointer;
}

.a01-moment-ul span {
	margin-left: 10px;
}
.a01-moment-ul .sed{
	background: #F6F6F6;
	color: #0070C2;
	cursor: pointer;
}
.a01-moment-ul .sed > a{
    background: #F6F6F6;
    color: #0070C2;
    cursor: pointer;
}
.travel{
	display: flex;
	flex-direction: column;
     width: 892px;
	 margin:20px

}
.travle_title{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #121212;
	line-height: 30px;
}
.time{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}
.travle_line{
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background: #DBDBDB;
}
.tarvle_detail{
	display: flex;
	flex-direction: column;
	margin: 0 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.tarvle_detail p{
	text-indent: 30px;
}
.tarvle_gg{
	display: flex;
	flex-direction: column;
	margin: 20px;
}
.travle_person{
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;

}
.travle_person img{
	width: 170px;
}
.person_session{
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	margin-top: 10px;
}
.person_name{
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
}
.person_detial{
	margin-top: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.person_line{
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #DBDBDB;
	margin-top: 40px;
}
.newDetial{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 50px 0;
	background: #F5F5F5;
	border-radius: 5px;
}
.detial_title{
	display: flex;

	margin: 20px;
}
.detial_title:hover{
	cursor: pointer;
	color: #0070C2;
}
.foot_logo_titles{
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 60px;
	margin-left: 30px;
}
.maps{
	display: flex;
	margin: 20px auto;
}
.line_in{
    display: block;
    border-bottom: 1px solid #DCDBDD;
}
.zi_info{
    display: none;
    color:#333333 ;

}
.zi_info a:hover {
    color: #0070C2;
}
