section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.example {
  width: 100%;
  height: 960px;
  color: #fff;
  margin: auto;
  position: relative;
}

.example .headerSwiper-container {
  width: 100%;
  height: 100%;
}

.example .swiper-slide {
  position: relative;
}

.example .allTitle {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80%;
  z-index: 1;
  margin: 0 0.625rem;
  padding: 0 0.625rem;
}

.example .mainTitle {
  position: relative;
  text-transform: uppercase;
  font-size: 4.4vw;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
  margin-left: -8px;
  padding-bottom: 1.2rem;
  color: #fff;
  top: 40%;
  left: 0;
  z-index: 2;
}

.example .subTitle {
  padding-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0.625rem;
}


.basisNote{
	width: 100%;
    height: 810px;
    background: url(../img/index_05.gif);
    background-size: 100%;
}

/*天气*/
.basis {
	width: 1200px;
	margin: auto;
	display: flex;
	padding: 150px 0;
}

.basis .weather{
	width: 55%;
}

.basis .weather .title{
	font-size: 30px;
}

.basis .weather .weatherIcon{
	width: 2px;
	height: 120px;
	background-color: #48ab74;
	margin-left: 37px;
	position: relative;
}

.basis .weather .weatherIcon .icon{
	width: 15px;
	height: 15px;
	display: block;
	background-color: #48ab74;
	position: absolute;
	bottom: 0;
	left: -6px;
}

.basis .weather .img {
	width: 275px;
	height: 275px;
	position: relative;
	margin: 0 40px 20px 0;
	border-radius: 100%;
}

.weatherDay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #feffff;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 100%;
}

.weatherDay .temperature {
	font-size: 30px;
	margin-top: 35%;
}

.weatherDay .wea {
	font-size: 18px;
	padding: 10px 0;
}

.basis .weather .img img{
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	border-radius: 100%;
}

.weatherInfo {
	display: flex;
	margin: 20px auto;
}

.basis .weatherInfo .list{
	width: 50%;
	font-size: 18px;
}

.basis .weatherInfo .list .date {
	font-size: 16px;
}

.basis .weatherInfo .list li {
	margin-bottom: 40px;
	color: #222222;
}

.basis .weatherInfo .list li .iconfont {
	display: inline-block;
	font-size: 45px;
	margin-right: 20px;
}

.basis .weatherInfo .list li>div{
	display: inline-block;
}

/*公告*/
.note {
	width: 45%;
}

.news_title{
  width: 100%;
  margin: 0 auto 30px;
}

.tabs {
  overflow: hidden;
  margin: 0 auto;
  display: flex;
}

.tabs .btnItem {
  display: block;
  color: #333;
  text-align: center;
  background: #fff;
  line-height: 40px;
  font-size: 30px;
  text-decoration: none;
  font-family: 'NSimSun';
}

.tabs .btnItem:hover {
	cursor:pointer;
}

.tabs .active {
  font-weight: bold;
  border-bottom: 2px solid #48ab72;
}

.note_content li{
	padding: 20px 0;
	font-size: 16px;
	margin-bottom: 8px;
	border-bottom: 1px solid #cccccc;
}

.note_content li span {
	display: inline-block;
	margin-right: 25px;
}

.note_content li  .described {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
}

.note_content li .title {
	width: 70px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
}

.yellow {
	background-color: #ecbb00;
}

.bule {
	background-color: #35adbb;
}

/*线路规划*/
.line {
	text-align: center;
	width: 100%;
	height: 1000px;
	background: url(../img/index_06.gif);
	background-size: 100% 100%;
}

.line .lineTitle {
	padding: 90px 0 30px 0;
	color: #ffffff;
	border-bottom: 1px solid #a5a5a5;
}

.line .lineTitle .title {
	font-size: 26px;
	padding: 10px 0;
	width: 420px;
	height: 140px;
}

.line .list {
	width: 1200px;
	height: 659px;
	margin: auto;
	display: flex;
}

.line .list .listItem{
	flex-basis: 25%;
	height: 659px;
	position: relative;
	overflow: hidden;
}

.line .list .listItem img {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;
}

.line .info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.line .list .itemTitle {
	transform:translateY(-659px);
}

.line .list .listItem:hover .itemTitle {
	transform:translateY(-30px);
    -webkit-transition:transform 0.2s linear;
}

.line .list .listItem:hover .infoTitle {
	transform:translateY(-659px);
}

.line .list .infoTitle {
	background:rgba(0, 0, 0, 0.4);
}

.line .info .listTitle {
	width: 150px;
	height: 90px;
	background:rgba(0, 0, 0, 0.4);
	position: relative;
}

.line .infoTitle .listTitle{
	margin: 100px auto 20px;
}

.line .itemTitle .listTitle{
	margin: 120px auto 20px;
}

.line .info .listTitle>div{
	position: absolute;
	width: 130px;
	height: 100px;
	top: -25px;
	left: 10px;
	
	text-align: center;
}

.line .infoTitle .listTitle>div {
	background-color: #48ab72;
}

.line .itemTitle .listTitle>div {
	background-color: #0a8535;
}

.line .info .listTitle>div>p {
	width: 120px;
	height: 90px;
	border:1px solid #9ed4b4;
	margin: 4px;
	font-size: 25px;
	line-height: 90px;
	color: #fefeff;
}

.line .info .listTitle .described {
	width: 80%;
	text-align: center;
	color: #fff;
}

.line .list .iconfont {
	display: block;
	position: absolute;
	color: #fff;
	top: -20px;
	left: 35%;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	background:rgba(0, 0, 0, 0.4);
	text-align: center;
}

.line .list .description {
	width: 80%;
	margin: auto;
	text-align: left;
	color:#fefeff; 
	font-size: 18px;
	line-height:30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}

.line .list .description .name {
	text-align: center;
	padding: 10px 0;
}

/*专题*/
.topic{
	width: 100%;
	height: 905px;
	background: url(../img/index_18.png);
	text-align: center;
	border-bottom: 1px solid #9f999b;
	background-size: 100% 100%;
}

.topic .topicTitle {
	padding: 30px 0;
}

.topic .topicTitle .title {
	padding: 10px 0;
	font-size: 26px;
	width: 333px;
	height: 98px;
}

.topic .swiper{
	width: 1200px;
	height: 550px;
	margin: auto;
	position: relative;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -22px;
    z-index: 999;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next{
	right: -80px;
}

.swiper-button-prev {
	left: -80px;
}

@media screen and (max-width: 1400px) {
	.swiper-button-next{
		right: 10px;
	}

	.swiper-button-prev {
		left: 10px;
	}
}

.topic .swiper-slide{
	width: 1200px;
	height: 550px;
	background-color: #48ab72;
	margin: auto;
	display: flex;
}

.topic .swiper-slide .coverImg {
	flex-basis: 880px;
	height: 100%;
}

.topic .swiper-slide .content {
	flex-basis: 320px;
	height: 100%;
	color: #ffffff;
}

.topic .swiper-slide .content .info{
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	padding: 50px 20px;
}
.topic .swiper-slide .content .more {
	width: 180px;
	height: 47px;
	line-height: 47px;
	background-color: #fff;
	text-align: center;
	margin-left: 20px;
}
.topic .swiper-slide .content .more .iconfont {
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
}
/*介绍*/
.introduction {
	width: 100%;
	background-color: #fff;
	position: relative;
	padding: 20px 0;
}

.introduction .navInfo {
    width: 60%;
    height: 3px;
    margin: auto;
    position: absolute;
    top: -1px;
    left: 20%;
    border-top: 2px dashed #63b786;
    background-color: #fff;
}

.introduction .navInfo .nav {
	width: 100%;
	display: flex;
	position: absolute;
    top: -65px;
    left: 0;
}

.introduction .navInfo .nav li {
	flex: auto;
	position: relative;
}

.introduction .navInfo .nav li .icon {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 2px solid #0c8737;
	border-radius: 100%;
	position: absolute;
	top: 57px;
	left: 0px;
}

.introduction .navInfo .nav li .lastIcon {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border: 2px solid #0c8737;
	border-radius: 100%;
	position: absolute;
	top: 57px;
	right: 0px;
}

.introduction .navInfo .nav li>p {
	width: 120px;
	height: 120px;
	background-color: #63b786;
	border-radius: 100%;
	text-align: center;
	color: #fffffd;
	margin: auto;
}

.introduction .navInfo .nav li:hover p{
	background-color: #0a8535;
}

.introduction .navInfo .nav li .text {
	display: inline-block;
	width: 60%;
	margin: 25px auto 0;
	font-size: 25px;
}

.introduction .navInfo .nav li:last-child .text{
	width: 70%;
}

.introduction .content {
	width: 1200px;
	margin: 120px auto;
	display: flex;
	padding-top: 100px;
	overflow: hidden;
}
.introduction .content .cover {
	flex: auto;
	height: 525px;
}

.introduction .content .cover .coverInfo{
	width: 327px;
	height: 440px;
	position: relative;
	background-image: url(../img/index_34.gif);
}

.introduction .content .coverImg{
	width: 360px;
	height: 500px;
	margin-left: 30px;
	padding-top: 30px;
}

.introduction .content .coverImg img {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.introduction .content .cover .more {
	width: 100px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	color: #f3f9f5;
	position: absolute;
	right: -40%;
	bottom: 4%;
	background-color: #0a8535;
	line-height: 50px;
}

.introduction .content .info {
	flex-basis: 50%;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}

.introduction .content .info  .infoIconImg {
	width: 148px;
	height: 25px;
}

.introduction .content .info .title {
	color: #098336;
	font-size: 36px;
	padding: 20px 0;
}

.introduction .content .info p {
	margin: 20px 0;
}

.introduction .content .info .booking{
	border: 2px solid #62b587;
	color: #0b8636;
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 110px;
	border-radius: 25px;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}