/* 页码 */
.allpage{
	text-align: right;
}
.allpage span{
	color: #666;
	margin-left: 12px;
}
.pagenum-click{
	cursor: pointer;
}
.pagenum-click:hover{
	color: #4dad2f;
}
/* 音乐播放器 */
.audio.green-audio-player {
	background-color: #fff;
	width: 100%;
	height: 56px;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	border-radius: 4px;
	user-select: none;
	-webkit-user-select: none;
}
.audio.green-audio-player .play-pause-btn {
	display: none;
	cursor: pointer;
	width: 16px;
	height: 16px;
}
.audio.green-audio-player .spinner {
	width: 18px;
	height: 18px;
	background-image: url(../image/loading.png);
	background-size: cover;
	background-repeat: no-repeat;
	animation: spin 0.4s linear infinite;
}
.audio.green-audio-player .slider {
	flex-grow: 1;
	background-color: #D8D8D8;
	cursor: pointer;
	position: relative;
}
.audio.green-audio-player .slider .progress {
	background-color: #44BFA3;
	border-radius: inherit;
	position: absolute;
	pointer-events: none;
}
.audio.green-audio-player .slider .progress .pin {
	height: 16px;
	width: 16px;
	border-radius: 8px;
	background-color: #4dad2f;
	position: absolute;
	pointer-events: all;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
.audio.green-audio-player .controls {
	font-size: 16px;
	line-height: 18px;
	color: #55606E;
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	align-items: center;
	margin: 0 15px;
}
.audio.green-audio-player .controls .slider {
	margin-left: 16px;
	margin-right: 16px;
	border-radius: 2px;
	height: 4px;
}
.audio.green-audio-player .controls .slider .progress {
	width: 0;
	height: 100%;
}
.audio.green-audio-player .controls .slider .progress .pin {
	right: -8px;
	top: -6px;
}
.audio.green-audio-player .controls span {
  	cursor: default;
  	font-size: 14px;
}
.audio.green-audio-player .volume {
  	position: relative;
}
.audio.green-audio-player .volume .volume-btn {
	cursor: pointer;
}
.audio.green-audio-player .volume .volume-btn.open path {
	fill: #44BFA3;
}
.audio.green-audio-player .volume .volume-controls {
	width: 30px;
	height: 135px;
	background-color: rgba(0, 0, 0, 0.62);
	border-radius: 7px;
	position: absolute;
	left: -3px;
	bottom: 52px;
	flex-direction: column;
	align-items: center;
	display: flex;
}
.audio.green-audio-player .volume .volume-controls.hidden {
  	display: none;
}
.audio.green-audio-player .volume .volume-controls .slider {
	margin-top: 12px;
	margin-bottom: 12px;
	width: 6px;
	border-radius: 3px;
}
.audio.green-audio-player .volume .volume-controls .slider .progress {
	bottom: 0;
	height: 100%;
	width: 6px;
}
.audio.green-audio-player .volume .volume-controls .slider .progress .pin {
	left: -5px;
	top: -8px;
}
.music-list{
	padding: 10px 0;
}
.music-item{
	color: #545454;
	margin-top: 8px;
	cursor: pointer;
}
.music-item:hover{
	color: #4dad2f;
}
@-moz-keyframes spin{
	from {
		transform: rotateZ(0);
	}
	to {
		transform: rotateZ(1turn);
	}
}
@-webkit-keyframes spin{
	from {
		transform: rotateZ(0);
	}
	to {
		transform: rotateZ(1turn);
	}
}
@keyframes spin{
	from {
		transform: rotateZ(0);
	}
	to {
		transform: rotateZ(1turn);
	}
}
/* 首页 */
.banner{
	width: 100%;
	position: relative;
}
.swiper-banner .swiper-pagination-bullet-active{
	background: #fff;
}
.banner-text{
	background: #4dad2f;
	color: #fff;
	font-size: 26px;
	height: 90px;
	line-height: 90px;
	padding: 0 30px 0 8% ;
	letter-spacing: 4px;
}
.fullmeasure{
	margin: 15px auto;
	overflow: hidden;
}
.full-logo{
	text-align: center;
	float: left;
	width: 16.66%;
}
.full-logo a{
    width: 80px;
    height: 80px;
    background: #666;
    text-align: center;
    border-radius: 50%;
    position: relative;
	transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.full-logo.active a{
	background: #4dad2f;
}
.full-logo:hover a{
	background: #1e7e00;
}
.full-logo img{
	/*width: auto;
	height: 54%;
	margin: 23% auto;
	*/
	width: 60%;
    height: 60%;
    margin: 20%;
}
.banner3d .swiper-slide{
    width: 600px;
    height: auto;
    margin-bottom: 40px;
}
.banner3d .swiper-slide a{
	display: block;
}
.banner3d .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner3d .swiper-text{
	color: #fff;
    background: rgba(0, 0, 0, .75);
    font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 12px;
	z-index: 2;
}
.banner3d .swiper-text{
	display: none;
}
.banner3d .swiper-slide.swiper-slide-active .swiper-text{
	display: block;
}
.enjoy-title{
	text-align: center;
	margin: auto;
}
.enjoy-title p{
	color: #000333;
	font-size: 22px;
}
.enjoy-title p.en{
	color: #333;
	font-size: 14px;
    text-align: center;
}
.enjoy-banner{
	width: 1000px;
	margin: 40px auto 0;
	overflow: hidden;
}
.enjoy-banner>div{
	padding: 0 5px;
	float: left;
	width: 25%;
	box-sizing: border-box;
}
.index-trait{
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	overflow: hidden;
}
.index-trait>div{
	float: left;
	width: 25%;
}
.index-trait img{
	width: auto;
	height: 100px;
	margin: auto;
}
.index-trait p{
    color: #C0C0C0;
	font-size: 16px;
	line-height: 1.8;
}
.index-trait p.t{
	color: #fff;
	font-size: 20px;
}
.floatimg, .imgs-wrap{
	overflow: hidden;
}
.floatimg-text{
	width: 34%;
	float: left;
}
.floatimg-img{
	width: 56%;
	float: right;
}
.floatimg-text span{
	display: inline-block;
	width: 2rem;
	background: #4dad2f;
	height: 4px;
}
.floatimg-text p{
	color: #333;
	line-height: 1.8;
	font-size: 18px;
}
.floatimg-text p.t{
	margin-top: -5px;
}
.floatimg-text .text{
	color: #666;
	margin-top: 15px;
	line-height: 1.8;
}

.imgs-wrap .imgs-p{
	position: relative;
    width: 48%;
    min-height: 160px;
    margin: 0 1%;
    overflow: hidden;
    float: left;
}
.imgs-wrap .imgs-p2{
	height: auto;
}
.imgs-wrap .imgs-p.imgs-middle{
	width: 18%;
}
.imgs-wrap .imgs-p.imgs-middle .imgs-wrap-po, 
.imgs-wrap .imgs-right .imgs-wrap-po{
	height: 160px;
	overflow: hidden;
}
.imgs-wrap .imgs-p.imgs-middle .imgs-wrap-po:last-child,
.imgs-wrap .imgs-right .imgs-wrap-po:last-child{
	margin-top: 20px;
}
.imgs-wrap-po{
	display: block;
}
.imgs-wrap-po .hover-img{
	width: 100%;
	height: 100%; 
}
.imgs-wrap-po img{
	width: 100%;
	height: 100%; 
	object-fit: cover;
}
.imgs-wrap .imgs-pright{
	float: right;
	overflow: hidden;
}
.imgs-pright .imgs-wrap-po{
	flex: 1;
	float: left;
	width: 48%;
	margin: 0 1%;
}
.imgs-pright .imgs-wrap-po.video-2{
	/*margin-left: 4%;*/
}
.imgs-pright .audio-btn{
	margin: auto;
	position: static;
    background-image: url(../image/music2.png);
}

.play-icon{
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
}
.play-icon .translatey{
    right: 0;
}
.play-icon img{
    width: 46px;
    height: 46px;
    text-align: center;
    margin: auto;
}
/* 电子商务 */
.pick-tab{
	border-bottom: 1px solid #cbcacc;
	width: 100%;
	overflow: hidden;
}
.pick-tab li{
	width: 15%;
	float: left;
	text-align: center;
	cursor: pointer;
}
.pick-tab li span{
	font-size: 16px;
	color: #666;
	display: inline-block;
	width: 100%;
	border-bottom: 3px solid transparent;
	padding: 15px 0;
}
.pick-tab li.active span{
	color: #4dad2f;
	border-bottom-color: #4dad2f;
}
.pick-tab li:hover span{
	color: #4dad2f;
}
.swiper-pick .swiper-slide{
	min-height: 400px;
	padding: 15px 0 0;
}
.pick-text{
	float: left;
	width: 38%;
	margin-right: 12%;
}
.slide-pick, .view-list-item{
	width: 100%;
	overflow: hidden;
}
.pick-img{
	width: 50%;
	float: left;
}
.pick-img img{
	width: 600px;
	height: 400px;
}
.pick-text-t{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.pick-p, .pick-address{
	margin-bottom: 15px;
	color: #545454;
}
.pick-type{
	margin: 0 -8px 20px;
}
.pick-type-li{
	width: 25%;
	padding: 0 8px;
}
.pick-type-li span{
	background: transparent;
	border: 1px solid #666;
	color: #666;
	font-size: 13px;
	display: inline-block;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	border-radius: 12px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.pick-type-li.active span{
	color: #fff;
	border-color: #4dad2f;
	background: #4dad2f;
}
.pick-oneprice{
	color: #545454;
}
.pick-info{
	color: #999;
	margin-left: 40px;
}
.btn-pick{
	color: #fff;
	background: #4dad2f;
	cursor: pointer;
	border-radius: 6px;
	font-size: 18px;
	padding: 10px 25px;
	margin-top: 25px;
	transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.btn-pick:hover{
	background: #1e7e00;
}
.swiper-container-li .swiper-button-next, .swiper-container-li .swiper-button-prev{
	position: static;
	background-size: auto 14px;
	margin: 0;
}
.swiper-container-li .swiper-button-next{
	background-image: url('../image/next-icon.png');
}
.swiper-container-li .swiper-button-prev{
	background-image: url('../image/prev-icon.png');
}
.swiper-change{
	margin-bottom: 50px;
	overflow: hidden;
}
.swiper-change>div, .swiper-change>p{
	float: left;
}
.swiper-change p{
	color: #000;
	font-weight: bold;
	margin: 0 5px;
	height: 44px;
	line-height: 44px;
}
.pick-goods ul{
	margin-top: 15px;
	overflow: hidden;
}
.pick-goods li{
    width: 17.4%;
    margin: 0 2% 0 1%;
    float: left;
    height: auto;
    overflow: hidden;
    padding-bottom: 0px;
    transition: all 0.4s;
    margin-bottom: 40px;
    box-shadow: 0px 0px 13px #ccc;
    position: relative;
}
.pick-goods li:nth-child(5n) {
    margin-right: 0px;
}
.pick-goods li a{
	display: block;
}
.pick-goods li .text{
	padding: 12px;
}
.pick-goods li p{
    color: #333;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pick-goods .goods-img{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.pick-goods .goods-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pick-goods li:hover p{
	color: #4dad2f;
}
.view-list{
	margin-top: 15px;
}
.view-list-item{
	padding-bottom: 30px;
	border-bottom: 5px solid #ebebeb;
	margin-bottom: 30px;
}
.view-list-item:last-child{
	border-bottom: 0;
	margin-bottom: 0;
}
.view-pic{
	width: auto;
	height: 200px;
}
.view-pic img{
	width: auto;
	height: 100%;
}
/* 新闻资讯 */
.news{
	width: 980px;
	margin: auto;
}
.news-title{
	border-bottom: 1px solid #666;
	padding: 15px 0;
	overflow: hidden;
}
.news-title p{
	font-size: 16px;
	font-weight: bold;
	float: left;
}
.news-title a{
	color: #666666;
	font-size: 14px;
	float: right;
}
.news-list li{
	border-bottom: 1px dashed #666;
}
.news-list li:last-child{
	border-bottom: none;
}
.news-list li a{
	padding: 15px 0;
	width: 100%;
	overflow: hidden;
} 
.news-name{
	font-size: 15px;
	color: #666;
	max-width: 84%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.news-time{
	color: #666;
	font-size: 14px;
	float: right;
}
.news-title a:hover, .news-list li a:hover>div{
	color: #4dad2f;
}
.contact-title{
	font-size: 24px;
	color: #4dad2f;
}
/* 联系我们 */
.contact-li{
	flex: 1;
	text-align: center;
	width: 33.3%;
	float: left;
}
.contact-li img{
	width: 90px;
	height: 90px;
	margin: 0 auto 10px;
}
.contact-li p{
	color: #666666;
	font-size: 16px;
}
.contact-li .contact-p{
	font-size: 18px;
	color: #333;
}
/* 食 */
.goods-item{
	flex: 1;
	padding: 0 10px;
	position: relative;
	float: left;
	width: 25%;
	box-sizing: border-box;
}
.goods-item p{
	background: rgba(255, 255, 255, .7);
	color: #666;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	bottom: 15px;
	left: 25px;
	right: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.food-banner p{
	color: #fff;
	font-size: 25px;
	letter-spacing: 3px;
	left: 10%;
	right: 10%;
	text-align: center;
}
.food-good{
	padding: 15px;
	border: 1px solid #757575;
	margin: 0 8px;
	float: right;
	width: 30%;
	box-sizing: border-box;

}
.travel_float .floatimg-img, .travel_float .floatimg-text{
	width: 46%;
}
.travel_float .floatimg-text .text{
	color: #9e9e9e;
	margin-top: 5px;
	line-height: 1.6;
	font-size: 15px;
}
.travel_float button{
	border: 1px solid #b3b3b3;
	color: #000;
	padding: 5px 10px;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.food-good p{
	color: #9e9e9e;
	font-size: 16px;
	padding-top: 15px;
	text-align: center;
}
.travel-food{
	padding: 0 15px;
	overflow: hidden;
}
.travel-food>a{
	float: left;
	width: 25%;
	flex: 1;
}
.travel-food-item{
	margin: 0 10px;
}
.travel-food-item p{
	margin-bottom: 8px;
	font-size: 16px;
	text-align: center;
}
.hotel-pics-r{
	margin: 20px -5px 0;
}
.hotel-pic-i{
	padding: 0 5px;
	float: left;
	width: 33.3%;
	box-sizing: border-box;
}
.play-item{
	margin-bottom: 50px;
}
.play-imgbox{
	margin-top: 10px;
	overflow: hidden;
}
.play-i{
	padding: 5px;
	float: left;
	box-sizing: border-box;
}
.play-flex4{
	flex: 4;
	width: 57.14%;
}
.play-flex3{
	flex: 3;
	width: 42.86%;
}
.play-flex3 .hover-img{
	margin-top: 10px;
}
.play-flex3 .hover-img:first-child{
	margin-top: 0;
}
.play-flex1{
	width: 50%;
}
.play-img{
	flex: 2;
	margin-right: 50px;
}
.play-text{
	flex: 3;
}
.play-text p{
	color: #9e9e9e;
	font-size: 15px;
}
.play-text p.t{
	color: #000;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.6;
}
.swiper-you{
	padding: 0 100px;
	margin-bottom: 40px;
}
.swiper-you .you-bg{
	background: rgba(0, 0, 0, .45);
	border-radius: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.swiper-you .swiper-slide-thumb-active .you-bg{
	background: transparent;
}
.swiper-you .swiper-button-next, .swiper-you .swiper-button-prev{
	background-size: 18px auto;
    border: 1px solid #777;
    border-radius: 6px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 40px;
    margin: 0;
}
.swiper-you .swiper-button-next:hover, .swiper-you .swiper-button-prev:hover{
	border-color: #000;
}
.swiper-you .swiper-button-next{
    background-image: url('../image/next2.png');
    right: 50px;
}
.swiper-you .swiper-button-prev{
    background-image: url('../image/pre2.png');
    left: 50px;
}
.you-views{
	cursor: pointer;
	border-radius: 8px;
}
.you-views p{
	color: #fff;
	font-size: 16px;
	right: 0;
	text-align: center;
}
.you-views.active p{
	color: #4dad2f;
	font-weight: bold;
}
.you-box{
	padding-top: 30px;
	border-top: 1px solid #aaaaaa;
	position: relative;
}
.you-arrow{
	width: 1100px;
	margin: auto;
}
.arrow-top{
    background: #fff;
    position: absolute;
    top: -45px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    transform: rotate(-45deg);
}
.arrow-top0{
	left: 126.25px;
}
.arrow-top1{
	left: 408.75px;
}
.arrow-top2{
	right: 408.75px;
}
.arrow-top3{
	right: 126.25px;
}
.you-info{
	overflow: hidden;
}
.you-img{
	flex: 2;
	float: left;
	width: 35%;
	margin-right: 5%;
}
.you-text{
	flex: 3;
	float: left;
	width: 60%;
}
.you-text p{
	color: #000;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 25px;
}
.you-text p.t{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.you-img-s{
	margin: 10px -5px 0;
	overflow: hidden;
}
.you-img-s img{
	float: left;
	width: 33.33%;
	padding: 0 5px;
}
.youyou .swiper-slide{
	margin-bottom: 30px;
}
.xing{
	margin: 0 -1%;
}
.xing-item{
	width: 23%;
	margin: 0 1%;
}
.xing-item-xin{
	width: 60%;
    text-align:center;
    margin: auto;
}
.xing-item-xin2{
	width: 60%;
     
    margin: auto;
}
.xing-item p{
	margin-top: 10px;
	font-size: 15px;
}
.xing-item p>span{
	color: #9e9e9e;
	margin-right: 5px;
}
.xing-item2 p{
	margin-top: 10px;
	font-size: 15px;
}
.xing-item2 p>span{
	color: #9e9e9e;
	margin-right: 5px;
}
/* 度假村 */
.resort-list, .content-list{
	width: 100%;
	overflow: hidden;
}
.resort-img{
	flex: 1;
	float: left;
	width: 20%;
}
.resort-img2{
	flex: 2;
	width: 40%;
}
/* 发展规划 */
.develop-t{
	color: #4dad2f;
	font-size: 18px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.develop-t:before{
	content: '';
	background: #4dad2f;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	height: 14px;
	width: 14px;
}
.develop img:first-child{
	margin-top: 0;
}
.develop img{
	margin: 60px 0;
}
.develop p{
	/*margin-top: 35px;*/
}
/* 在线留言 */
.online-item{
	margin-bottom: 20px;
}
.online-item label{
    color: #666;
    font-size: 16px;
    display: block;
	width: 100%;
    height: auto;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.online-item input, .online-item textarea{
	width: 100%;
    height: 40px;
    border: 1px solid #dadada;
    box-sizing: border-box;
    padding: 0 20px;
}
.online-item input:focus, .online-item textarea:focus{
	border-color: #4dad2f;
}
.online-item textarea{
    height: 120px;
    padding: 20px;
}
.online-list{
	padding-bottom: 40px;
}
.online-list a{
	background: #4dad2f;
	border: 1px solid #4dad2f;
	color: #fff;
    display: block;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
}
.online-list a:hover{
	background: #409326;
}
/* 度假区概况 */
.overview .develop-t, .line .develop-t, .commerce-pick .develop-t, .about .develop-t{
	color: #000;
}
.commerce-pick .develop-t{
	margin-bottom: 0px;
}
.overview-three{
	margin: 0 -1%;
	overflow: hidden;
}
.overview-three img{
	width: 31.3%;
	margin: 0 1%;
	float: left;
}
/* 特色路线 */
.line{
	width: 980px;
	margin: auto;
}
.line-tab{
	margin-bottom: 30px;
}
.line-tab-r{
	text-align: right;
}
.line-tab span{
	cursor: pointer;
	background: #bababa;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 20px;
	margin-right: 10px;
}
.line-tab span:hover, .line-tab span.active{
	background: #4dad2f;
}
.line-item-i{
	overflow: hidden;
}
.line-pic{
	float: left;
	width: 34%;
}
.line-process{
	float: left;
	width: 66%;
	text-align: center;
}
.line-item-i .line-pic{
	float: left;
}
.line-item-i .line-process{
	float: right;
}
.line-item-i-r .line-pic{
	float: right;
}
.line-item-i-r .line-process{
	float: left;
}
.line-pic>div{
	margin-top: 12px;
}
.line-pic>div:first-child{
	margin-top: 0;
}
.line-num{
	margin: 50px auto;
}
.line-num img{
	width: 60px;
	height: auto;
	margin: 0 auto 10px;
}
.line-num p{
	color: #4dad2f;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}
/* 走进繁昌 */
.about-li{
	margin: 0 auto;
	width:800px;
	
}
.about-img{
	display: block;
	flex: 1;
	padding: 0 10px;
	text-align: center;
}
.about-img p{
	text-align: center;
	margin-top: 10px;
}
.about-img img{
	width: 25%;
	margin: auto;
}
.lan3 {
    background: #fff;
}
.lan3 h3{
    height: 40px;
    line-height: 40px;
	display: inline-block;
    padding: 0px 10px;
    border-bottom: 3px solid #65a811;
}
.tab_c_2a {
    background: #fff;
    width: 90%;
    padding: 15px 0;
}
.tab_c_2a ul {
    width: 500px;
}
.tab_c_2a ul li a {
    color: #545454;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.tab_c_2a ul li a p{
    color: #545454;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;    
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    float: left;
    width: 82%;
}
.tab_c_2a ul li a:hover p{
	color: #4dad2f;
}
.float_r {
    float: right;
}
#main-content {
    padding-left: 100px;
    padding-right: 100px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.luyou_table>tbody>tr>td,.luyou_table>tbody>tr>th{
 border: 1px solid #ddd;
 border-bottom-width: 2px;
 padding: 8px;
 line-height: 1.42857143;
}
 
/*文章*/
.youyou .swiper-slide p img{
	display: initial;
	width: auto;
	margin: auto;
}
.textArea img, .imgCenter img{
	display: inline;
	width:500px;
	margin: auto;
	padding-top: 20px;

}
.imgCenter{
	font-size: 0;
	text-align: center;
}
.title-center{
	margin: 10px 0 5px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin-left: 10px;
}
.imgCenter img{
	width:350px;
	height:300px;
	margin:20px;
}
 
.resort-p1{
	width:1200px;
	height:320px;
}
.develop-item p{
	font-szie:12px;
}
.resort-p2{
	width: 280px;
    float: left;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    padding: 0 6px;
    margin: 5px;
    height: 280px;
}
.imgCenter2{
	width:1200px;
    height:300px;
}
.imgCenter2 img{
	width:250px;
    height:250px;
    float: left;
    padding:20px;
}


