
.wrapper{
	width: 1180px; 
	margin: 0 auto;
}
.banner-wrapper{
	width: 1440px;
	margin: 0 auto;
	position: relative;
    height:350px;
    overflow:hidden;
}
.banner-wrapper img{
    width:100%;
}
.banner-des{
	display: inline-block;
    width: 265px;
    min-height: 65px;
    padding: 20px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    bottom: 25px;
    left: 160px;
    font-size: 16px;
    z-index: 9;
}
.banner-des-title{
	font-size: 36px;
	line-height: 36px;
	font-weight: 500;
	margin-bottom: 12px;
}
.banner-des-des{
	margin-top: 10px;
}
.main-navs{
	margin: 50px 0 70px 0;
}
.main-nav{
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 0 60px 25px 0;
	border-bottom: 10px solid #e5e5e5;
	margin-right: 30px;
	cursor: pointer;
}
.main-nav:hover,.main-nav-active{
	border-bottom: 10px solid #222633;
}
.main-nav-active,.main-nav:hover{
	color: #21a145;
}
.strategy{

}
.strategy-title{
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 30px;
}
.strategy-con{
	font-size: 18px;
}
/*swiper*/
.swiper-outer{
	position: relative;
	margin: 60px 0;
}
.swiper-strategy{
	width: 100%;
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}
.swiper-strategy .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px!important;
    width: 100%;
    text-align: center;
}
.swiper-strategy .swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    -webkit-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    opacity: 1;
    border: 1px solid #fff;

}
.swiper-strategy .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    border: 2px solid #231815;

}
.swiper-slide{
	position: relative;
}
.swiper-slide .stragegy-swiper-text{
	padding: 15px 10px 15px 70px;
	display: inline-block;
	width: 357px;
	height: 75px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	position: absolute;
	bottom: 55px;
	right: 45px;
	z-index: 2;
}
.stragegy-swiper-text .swiper-title{
	font-size: 20px;
	font-weight: bold;
}
.swiper-text-right{
	display: inline-block;
	font-size: 14px;
	width: 14px;
	position: absolute;
	right: 10px;
	top: 15px;
}
.swiper_btn{
    width: 20px;
    height: 20px;
    background-size: contain;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../images/swiper_left.png) no-repeat;
    left: -86px;
    right: auto;
    width: 26px;
    height: 8px;
}
.swiper-button-next{
	background: url(../images/swiper_right.png) no-repeat;
	right: -86px;
    left: auto;
}
.recommend{

}
.recommend-head{
	font-size: 32px;
	line-height: 32px;
	padding-right: 120px;
	margin-bottom: 40px;
	position: relative;
}
.recommend-more{
	display: inline-block;
	width: 108px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: #272739;
	text-align: center;
	position: absolute;
	bottom: 1px;
	right: 0;
	border-radius: 15px;
}
.recommend-item{
	display: inline-block;
	width: 352px;
	margin-right: 26px;
}
.recommend-lists .recommend-item:nth-child(3n){
	margin-right: 0;
}
.recommend-image{
	display: inline-block;
	width: 352px;
	height: 212px;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 0;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 25px;
}

.recommend-image:after{
	content:"";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}
.recommend-img{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.recommend-title{
	font-size: 18px;
	line-height: 26px;
	height: 54px;
	display: -webkit-box!important;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
/*ticket.html*/
.ticket{
	display: inline-block;
	width: 1164px;
	height: 343px;
	background: url(../images/code_bg.jpg) no-repeat;
	margin: 85px 0 0;
	position: relative;
	font-size: 14px;
}
.ticket-en{
	position: absolute;
	color: rgba(255,255,255,0.6);
	right: 50px;
	top: 40px;
}
.ticket-con{
	margin: 135px 60px 0 550px;
	position: relative;
	color: #fff;
}
.ticket-codes{
	display: inline-block;
	width: 115px;
	position: absolute;
	top: 20px;
	right: 0;
	color: #21a145;
}
.code-title{
	margin-bottom: 10px;
}
.code-img{
	width: 115px;
}
.ticket-span{
	font-size: 14px;
	background: #21a145;
	display: inline-block;
	width: 73px;
	height: 22px;
	color: #fff;
	text-align: center;
}
.ticket-des{
	margin: 20px 0 25px;
	font-size: 16px;
}
.ticket-pars{
	font-size: 12px;
	line-height: 18px;
	color: rgba(255,255,255,0.8);
}
/*hotel.html*/
.hotel-item{
	display: inline-block;
	width: 1120px;
	height: 344px;
	position: relative;
	margin-bottom: 20px;
}
.hotel-img{
	width: 100%;
}
.hotel-con{
	display: inline-block;
	width: 610px;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	color: #fff;
}
.hotel-right{
	display: flex;
	width: 16px;
	font-size: 16px;
	position: absolute;
	right: 30px;
	top: 50px;
	bottom: 50px;
	flex-direction:column;
}
.hotel-right-text{
	line-height: 18px;
}
.hotel-right-line{
	display: inline-block;
	width: 1px;
	background: #fff;
	flex: 1;
	margin: 10px 7px;
}
.hotel-right-en{
	word-wrap: break-word;
	writing-mode:tb-rl;
	font-size: 12px;
	line-height: 12px;
	width: 12px;
}
.hotel-des{
	margin: 170px 0 0 0;
}
.hotel-title{
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 40px;
}
.hotel-title-en{
	font-size: 16px;
	margin-left: 20px;
	color: rgba(255,255,255,0.8);
}
.hotel-address{
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	line-height: 22px;
}
.hotel-icon{
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(../images/icon.png) no-repeat;
	margin-right: 5px;
	position: relative;
	top: 5px;
}
.hotel-address-par{
	margin-bottom: 10px;
}
.hotel-icon-address{
	background-position: 0 -22px;
}
.hotel-icon-address2{
	background-position: 0 -44px;
}
.hotel-viter{
	position: absolute;
	right: 100px;
	top: 70px;
}
.hotel-viter-par{
	display: inline-block;
	width: 12px;
	font-size: 12px;
	margin: 0 5px;
	align-items: flex-start;
	vertical-align: top;
	line-height: 14px;
}

/*detail.html*/
/*index-scenic*/
.index-scenic{
	width: 1440px;
	height: 450px;
	margin: 90px auto 0;
}
.index-scenic-con{
	position: relative;
	padding-left: 718px;
}
.ind-scen-bigimg{
	width: 718px;
	height: 448px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.ind-scen-bigimage,.indscen-bigimage{
	width: 100%;
}
.indscen-imgs{
	display: flex;
	flex-wrap: wrap;
}
.indscen-img{
	display: inline-block;
	width: 358px;
	height: 223px;
	overflow: hidden;
	margin: 0 0 2px 2px ;
	padding: 0;
}
/*dynamics.html*/
.dynamics-item{
	display: inline-block;
	width: 100%;
	height: 165px;
	margin-bottom: 35px;
	vertical-align: top;
}
.dynamics-data{
	font-size: 12px;
	display: inline-block;
	width: 140px;
	height: 165px;
	vertical-align: top;
}
.dynamics-item-con{
	display: inline-block;
	width: 580px;
	height: 165px;
	vertical-align: top;
	color: #000001;
}
.dynamics-img{
	display: inline-block;
	width: 265px;
	height: 165px;
	overflow: hidden;
	margin-left: 120px;
}
.dynamics-image{
	width: 100%;
}
.dynamics-title{
	font-size: 28px;
	line-height: 32px;
	max-height: 64px;
	margin-bottom: 20px;
	display: -webkit-box!important;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.dynamics-par{
	font-size: 16px;
	line-height: 26px;
	height: 78px;
	display: -webkit-box!important;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	opacity: 0.9;
    color: #888;
}
.dynamics-item:hover .dynamics-title{
	color: #21a145;
}
.dynamics-item:hover .dynamics-par{
	opacity: 1;
}
.page{
	text-align: center;
	margin-bottom: 20px;
}
.page-item{
	display: inline-block;
	padding: 0 6px;
	height: 35px;
	line-height: 35px;
	font-size: 22px;
	margin: 0 5px;
}
.page-prev{
	margin: 0 5px;
}
.page-item:hover,.page-item-active{
	border-bottom: 1px solid #000001;
}
/*detail2.html*/
.detail2{
	padding: 80px 0 0;
}
.detail2-date{
	font-size: 18px;
	margin-bottom: 70px;
}
.detail2-title{
	font-size: 26px;
	line-height: 46px;
	margin-bottom: 60px;
}
.detail2-con img{
	max-width: 100%;
}
/*detail.html*/
.detail-des{
	padding: 65px 0 0 0;
}
.detail-title{
	font-size: 26px;
	line-height: 38px;
	margin-bottom: 45px;
}
.detail-con{
	font-size: 14px;
	line-height: 26px;
}
