body{
	background: #f4f4f4;
}
/* 
.banner-pc-sub{
	height: 220px;
	background-size: auto 220px;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
 @media (min-width:992px){
	.banner-pc-sub{
		height: 420px;
		 background-size: 100% 100%;
		background-position: center 0; 
		background-size: cover;
	}
}
@media (min-width:1200px){
	.banner-pc-sub{
		height: 600px;
	}
} */
.banner-m-sub img,.banner-pc-sub img{
	width: 100%;
}

.sub-nav{
	background: #fff;
	margin-top: -20px;
}
@media (min-width:992px){
	.sub-nav{
		margin-top: -27px;
	}
}
.sub-nav a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	border-right: 1px solid #eee;
	transition: all ease .4s;
	background:url(../images/bg_sub_nav.png) center center no-repeat;
	background-size: auto 100%;
}
@media (min-width:992px) {
	.sub-nav a{
		padding: 12px 5px;
		font-size: 20px;
	}
}
.sub-nav>div>div:last-of-type a{
	border-right: none;
}
.sub-nav a.cur,.sub-nav a:hover{
	background-color: #001157;
	border-right: none;
	color: #fff;
}

.sub-container{
	margin-top: 15px;
	background-image: url(../images/bg_about.png);
	background-position: right 0;
	background-repeat: no-repeat;
	background-size: 150% auto;
}
@media (min-width:992px) {
	.sub-container{
		margin-top: 30px;
		background-size: auto;
	}
}
.sub-container-bg-bottom{
	background-image: url(../images/about_bottom5.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
@media (min-width:992px) {
	.sub-container-bg-bottom{
		background-size: auto;
	}
}

.sub-title{
	display: flex;
	align-items: center;
	padding-top: 15px;
  
}
@media (min-width:992px) {
	.sub-title{
		padding-top: 30px;
	}
}
.sub-icon{
	padding-right: 8px;
}
@media (min-width:992px) {
	.sub-icon{
		padding-right: 13px;
	}
}
.sub-icon img{
	width: 60px;
}
@media (min-width:992px) {
	.sub-icon img{
		width: 82px;
	}
}
.sub-title-body{
	flex-grow: 1;
}
.sub-title-body>p{
	font-size: 24px;
	position: relative;
	display: inline-block;
	color: #002063;
}
@media (min-width:992px) {
	.sub-title-body>p{
		font-size: 40px;
	}
}
.sub-title-body>p::after{
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	right: -55px;
	background: #eee;
}
@media (min-width:992px) {
	.sub-title-body>p::after{
		width: 100px;
		height: 4px;
		margin-top: -2px;
		right: -115px;
		background: #eee;
	}
}
.sub-title-body>span{
	font-size: 16px;
	color: #C29B09;
	display: block;
}
@media (min-width:992px) {
	.sub-title-body>span{
		font-size: 30px;
	}
}

.sub-img{
	text-align: center;
}
.sub-img img{
	max-width: 100%;
}

.sub-body{
	padding: 15px;
    background-color:#fff;
}
@media (min-width:992px) {
	.sub-body{
		padding: 40px;
        background-color:#fff;
	}
}
.about-hzjy{
	font-size: 16px;
	background: #f4f4f4;
}
@media (min-width:992px) {
	.about-hzjy{
		/* background: #f4f4f4; */
		display: flex;
		padding: 40px 50px;
	}
}
.about-hzjy>li{
	line-height: 1.8;
}
@media (min-width:992px) {
	.about-hzjy>li{
		padding: 0 15px;
	}
}
.about-hzjy>li>p,.about-info-des>p{
	padding-top: 8px;
	padding-bottom: 8px;
}
.about-info-des .p-sub{
	padding-top: 0;
}
.about-info-des  .text-yellow{
	font-size: 20px;
}
@media (min-width:992px) {
	.about-info-des  .text-yellow{
		font-size: 20px;
	}
}
.about-info-des .min{
	font-size: 14px;
}
@media (min-width:992px) {
	.about-info-des .min{
		font-size: 16px;
	}
	.about-info-des .plus{
		font-size: 32px;
	}
}

@media(min-width:992px){
	.no-padding{
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width:991px) {
	.about-hzjy>li img{
		max-width: 100%;
	}
}
@media (min-width:992px) {
	.about-hzjy>li img{
		width: 367px;
	}
}

.about-bottom{
	margin: 0 -15px -15px ;
}
@media (min-width:992px) {
	.about-bottom{
		margin: 0 -40px -40px ;
	}
}
.about-bottom img{
	max-width: 100%;
}

.about-info-p15{
	padding: 15px;
}
@media (min-width:992px) {
	.about-info-p15{
		padding: 20px;
	}
}
.czzl-info{
	margin-top: 0 !important;
}
.about-info{
	background: #f4f4f4;
	line-height: 1.8;
	font-size: 16px;
}
.about-info+.about-info{
	margin-top: 30px;
}
@media (min-width:992px) {
	.about-info{
		padding: 20px;
	}
	.about-info+.about-info{
		margin-top: 50px;
	}
	
}
.about-info-bg-null{
	background: #fff;
}

.about-info-img{
	position: relative;
	margin: 0 -15px -15px;
	line-height: 0;
	display: inline-block;
}
@media (min-width:992px) {
	.about-info-img{
		margin: -20px -20px -20px 0;
	}
	.about-info-img-left{
		margin: -20px 0 -20px -20px;
	}
}
.about-info-img-null{
	margin: 0 !important;
}
.about-info-img img{
	max-width: 100%;
}

.about-slogan{
	background-size: cover;
	height: 260px;
	margin-top: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
	font-size: 15px;
	padding: 0 15px;
	background-position: right 0;
	position: relative;
}
@media (min-width:992px) {
	.about-slogan{
		margin-top: 50px;
		height: 510px;
		font-size: 30px;
		transition: all ease .3s;
	}
}
.about-slogan>div{
	position: relative;
}
.about-slogan>div::after{
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	left: 50%;
	margin-left: -30px;
	bottom: -20px;
	background: #fff;
}

.about-animation{
	position: relative;
	overflow: hidden;
	display: block;
}
.about-animation::after{
	position: absolute;
	content: '';
	border: 1px solid #fff;
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
	transition: all ease .3s;
	transform: scale(1.1);
	opacity: 0;
}
.about-animation:hover::after{
	transform: scale(1);
	opacity: 1;
}
@media(min-width:992px){
	.animation-img{
		overflow: hidden;
	}
	.animation-img img{
		transition: all ease 2s;
	}
	.animation-img:hover img{
		transform: scale(1.1);
	}
}

.dashiji{
	font-size: 16px;
	border-left: 4px solid #C29B09;
	padding-left: 15px;
}
.about2-img3{
	text-align: center;
	margin-top: 30px;
}
.about2-img3 img{
	max-width: 100%;
}


/* 历史 */
.swiper-container2{
	height: 700px;
	overflow: hidden;
}
.swiper-container2 .swiper-slide {
	height: auto;

}
.history-date{
	color: #999;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 5px;
}
@media (min-width:992px) {
	.history-date{
		font-size: 24px;
		padding-top: 0;
		padding-bottom: 0;
		text-align: right;
	}
	.history>li:hover .history-date{
		color: #002063;
	}
}

@media (min-width:992px) {
	.icon-history{
		display: inline-block;
		width: 34px;
		height: 34px;
		background-color: #e6e6e6;
		background-image: url(../images/icon_history.png);
		background-position: center center;
		background-repeat: no-repeat;
		position: relative;
		border-radius: 50%;
		margin-left: 10px;
		margin-right: 20px;
		transition: all ease .3s;
	}
	.history>li:hover .icon-history{
		background-color: #002063;
		background-image: url(../images/icon_history_active.png);
	}
	.icon-history::after{
		content: '';
		position: absolute;
		border-left: 5px solid #ccc;
		border-right: 5px solid transparent;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		top: 50%;
		margin-top: -2px;
		right: -15px;
	}
	.history>li:hover .icon-history::after{
		border-left-color: #002063;
	}

}

.history-des-container{
	flex-grow: 1;
}
.history-des{
	background: #f4f4f4;
	padding: 15px;
}

@media (min-width:992px) {
	.history-des{
		flex-grow: 1;
		border: 2px solid transparent;
		transition: all ease .3s;
		margin-top: 0;
	}
	.history>li:hover .history-des{
		border: 2px solid #002063;
	}
}
.history-des p + p{
	padding: 10px 0;
}

@media (min-width:992px) {
	.history-date p{
		width: 110px;
		white-space: nowrap;
	}
}

@media (min-width:992px) {
	.history{
		background: url(../images/line_history.svg) 136px 0 repeat-y;
	}
	.history>li{
		display: flex;
		margin-top: 30px;
	}

}
/* 历史结束 */

.contact-code{
	text-align: center;
	height: 100%;
	font-size: 16px;
}
.sub-contact{
	padding-top: 30px;
}
@media (min-width:992px) {
	.sub-contact{
		background: url(../images/about_bottom4.jpg) right bottom no-repeat;
		min-height: 400px;
	}
}

.line-h{
	height: 100%;
	border-left: 1px dashed #ddd;
}

.contact-des{
	line-height: 2;
	font-size: 16px;
}
@media (max-width:991px) {
	.contact-des{
		margin-top: 30px;
	}
}


.feedback>div>div{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}

.feedback-input{
	border: none;
	background: #f4f4f4;
	height: 48px;
	padding: 0 10px;
	width: 100%;
}
.feedbak-textarea{
	background: #f4f4f4;
	padding: 10px;
	border: none;
	width: 100%;
}
.feedbak-textarea:focus{
	outline: none;
}

.contact-btn .yh-btn{
	height: 48px;
	width: 100%;
}
@media (min-width:992px) {
	.contact-btn{
		text-align: right;
	}
	.contact-btn .yh-btn{
		height: 48px;
		width: 350px;
	}
}


.about-bottom5{
	background-image: url(../images/about_bottom5.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 50px;
}
@media (min-width:992px) {
	.about-bottom5{
		background-size: auto;
		height: 106px;
	}
}


@media (max-width:991px) {
	.itable-container{
		overflow-x: auto;
	}
}
.itable{
	width: 700px
}
@media (min-width:992px) {
	.itable{
		width: 95%
	}
}
.itable th,.itable td{
	padding: 3px 5px;
	text-align: center;
}
@media (min-width:992px) {
	.itable th,.itable td{
		padding: 8px 10px;
	}
}
.itable th{
	background: #002063;
	color: #fff;
	white-space: nowrap;
}

.itable td{
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	
}

/* 会籍介绍 */
.j-itable{
	width: 100%;
}
.j-itable .swiper-slide {
	width: auto;
}
@media (min-width:992px) {

	.j-itable .swiper-slide {
		width: 100%;
	}
}
.j-itable2 .swiper-slide {
	width: auto;
}
/* 会籍介绍结束 */

/* 会籍申请 */
@media (min-width:992px) {
	.hjsq{
		width: 470px;
		margin: 0 auto;
	}

	.hjsq .contact-btn .yh-btn{
		width: 470px;
	}
}
.xinbie{
	background: #f4f4f4;
	padding: 0 10px;
	height: 48px;
	line-height: 48px;
	color: #666;
}
.input-date{
	background-image: url(../images/icon_date.png);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.dropdown{
	border-radius: 0;
	background: #f4f4f4;
	border: none;
	height: 48px;
	padding: 0 10px;
}
.dropdown .dropdown-title {
	line-height: 48px;
	height: 48px;
}
.icon-dropdown{
	right: 22px;
}
.dropdown:not(.disable).on .dropdown-list{
	top: 54px;
}
/* 会籍申请结束 */

/* 荣誉会员 */
.ryhy>.row>div{
	padding-top: 15px;
	padding-bottom: 15px;
}
.ryhy-body{
	display: flex;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.ryhy-img{
	overflow: hidden;
	width: 50%;
}
.ryhy-img img{
	width: 100%;
}
.ryhy-other{
	width: 50%;
	padding-left: 15px;
	padding-top: 30px;
}
.ryhy-name-zh{
	font-size: 24px;
	color: #002063;
}
.ryhy-name-en{
	font-size: 12px;
	color: #999;
}
.gj{
	margin-top: 15px;
	padding-left: 5px;
	color: #999;
}
.gq img{
	vertical-align: middle;
}

.ryhy-item{

}
.ryhy-footer{
	padding: 50px 15px 40px;
	background: #f4f4f4;
	margin-top: -35px;
}
.ryhy-zw{
	font-size: 18px;
}
.ryhy-rzsj{
	color: #999;
	font-size: 15px;
	margin-top: 10px;
}
/* 荣誉会员结束 */

/* 特色餐饮 */
.j-img{
	padding-bottom: 40px;
}
@media (min-width:992px) {
	.j-img{
		padding-bottom: 60px;
	}
}
.j-img .swiper-pagination-bullet{
	width: 30px;
	height: 2px;
	border-radius: 0;
}
@media (min-width:992px) {
	.j-img .swiper-pagination-bullet{
		width: 60px;
	}
}
.j-img .swiper-pagination-bullet-active{
	background: #C29B09;
}

.yuyue{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	text-align: center;
}
@media (min-width:992px) {
	.yuyue{
		height: 250px;
	}
}
.yuyue-phone-tips{
	font-size: 16px;
	color: #002063;
}
@media (min-width:992px) {
	.yuyue-phone-tips{
		font-size: 30px;
	}
}
.yuyue-phone-tips img{
	width: 22px;
	margin-right: 5px;
}
@media (min-width:992px) {
	.yuyue-phone-tips img{
		width: 45px;
	}
}
.yuyue-phone{
	font-size: 20px;
	color: #C29B09;
	margin-top: 10px;
}
@media (min-width:992px) {
	.yuyue-phone{
		font-size: 40px;
	}
}
/* 特色餐饮结束 */

.nsfcj{
	display: inline-block;
	background: #002063;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 15px;
}
@media (min-width:992px) {
	.nsfcj{
		font-size: 36px;
	}
}

.nsgjfcj>div{
	padding-top: 15px;
	padding-bottom: 15px;
}


/* 合作伙伴 */
.partner{
	margin-top: 10px;
}
@media (min-width:992px) {
	.partner{
		margin-top: 30px;
	}
}
.partner>.row{
	margin: -15px;
}
.partner>.row>div{
	padding-top: 15px;
	padding-bottom: 15px;
}
@media (min-width:992px) {
	.partner>.row{
		margin: -25px;
	}
	.partner>.row>div{
		padding: 25px;
	}
}
.partner-item{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.partner-header{
	height: 30px;
	line-height: 30px;
	background: #002063;
	color: #fff;
	padding: 0 15px;
}
@media (min-width:992px) {
	.partner-header{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
}
.partner-body{
	flex-grow: 1;
	border: 1px solid #ddd;
	border-top: none;
	padding: 15px;
	text-align: center;
}
@media (min-width:992px) {
	.partner-body{
		padding: 25px;
	}
}
.partner-body img{
	max-width: 100%;
}
/* 合作伙伴结束 */

/* 往届回顾 */
.huigu-item{
	background: #f4f4f4;
	height: 100%;
}
.huigu>.row{
	margin: -8px;
}
.huigu>.row>div{
	padding: 8px;
}
@media (min-width:992px) {
	.huigu>.row{
		margin: -30px;
	}
	.huigu>.row>div{
		padding: 30px;
	}
}
.huigu-img{
	overflow: hidden;
	position: relative;
}
.huigu-img img{
	width: 100%;
	transition: all ease .5s;
}
.huigu-img:hover img{
	transform: scale(1.1);
}
.icon-play{
	position: absolute;
	width: 36px;
	height: 36px;
	background: url(../images/icon_play.png) center center no-repeat;
	background-size: cover;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -18px;
}
@media (min-width:992px) {
	.icon-play{
		width: 72px;
		height: 72px;
		margin-left: -36px;
		margin-top: -36px;
	}
}
.huigu-other{
	padding: 15px;
}
@media (min-width:992px) {
	padding-bottom: 30PX;
}
.huigu-title{
	font-size: 16px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
@media (min-width:992px) {
	.huigu-title{
		font-size: 24px;
	}
}
.huigu-date{
	font-size: 16px;
	margin-top: 5px;
	color: #999;
}
.huigu-date img{
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 15px;
}
@media (min-width:992px) {
	.huigu-date img{
		width: 20px;
	}
}

.hdap-date{
	color: #999;
	line-height: 1.8;
	border-left: 2px solid #c29b09;
	padding-left: 15px;
	margin-top: 10px;
}
/* 往届回顾结束 */

/* 新闻资讯 */

@media (min-width:992px) {
	.sub-body>.idx-news{
		margin: -15px;
	}
	.sub-body>.idx-nes>div{
		padding: 15px;
	}
}

/* 新闻资讯结束 */

/* 精彩视频详情 */
.detail{
	padding: 30px 0 30px;
}
@media (min-width:992px) {
	.detail{
		padding: 50px 0 50px;
	}
}
.detail-title{
	font-size: 18px;
	color: #C29B09;
	font-weight: bold;
}
@media (min-width:992px) {
	.detail-title{
		font-size: 36px;
	}
}
.detail-other{
	margin-top: 10px;
}
@media (min-width:992px) {
	.detail-other{
		margin-top: 20px;
	}
}
.detail-date{
	color: #999;
}
.detail-date img{
	width: 14px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
@media (min-width:992px) {
	.detail-date img{
		width: 18px;
	}
}
.detail-view{
	color: #999;
	margin-left: 30px;
}
.detail-view img{
	width: 14px;
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
}
@media (min-width:992px) {
	.detail-view img{
		width: 20px;
	}
}
@media (max-width:991px) {
	.share{
		margin-top: 10px;
	}
}
.detail-body{
	margin-top: 30px;
}

@media (min-width:992px) {
	.detail-body>.row{
		margin-left: -50px;
		margin-right: -50px;
	}
	.detail-body>.row>div{
		padding-left: 50px;
		padding-right: 50px;
	}
}

.related-title{
	font-size: 36px;
}
.related-cont>li{
	padding-top: 15px;
	padding-bottom: 15px;
}

.comment{
	margin-top: 30px;
}
.comment-header{
	font-size: 16px;
}
.comment-count{
	font-size: 18px;
	font-weight: bold;
}
@media (min-width:992px) {
	.comment-count{
		font-size: 32px;
	}
}
.comment-input{
	margin-top: 15px;
	background: #f5f5f5;
}
.comment-input textarea{
	width: 100%;
	height: 100px;
	background: #f5f5f5;
	border: none;
	padding: 15px;
	resize: vertical;
	font-size: 16px;
}
.comment-btn{
	background: #f5f5f5;
	text-align: right;
}
.comment-list{
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
.comment-item{
	border-bottom: 1px solid #eee;
	padding-top: 15px;
	padding-bottom: 15px;
}
.comment-title{
	font-size: 16px;
}
.comment-date{
	color: #999;
	margin-top: 5px;
}
.news-detail>p{
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.8;
}
.news-detail img{
	max-width: 100%;
}
.news-detail-info{
	color: #c29b09; 
	font-weight: bold; 
	font-size: 18px;
	text-align: center;
}
@media (min-width:992px) {
	.news-detail-info{
		font-size: 30px;
	}
}
/* 精彩视频详情结束 */

/* 网站地图 */
.map dl{
	display: flex;
	font-size: 16px;
	flex-wrap: wrap;
	margin: 20px 0;
}
.map dl dt,.map dl dd{
	padding: 0 15px;
	margin: 5px 0;
}
.map dl dt{
	width: 100%;
	border-left: 4px solid #C29B09;
	padding-right: 30px;
}
@media (min-width:992px) {
	.map dl dt{
		width: auto;
	}
}
.map dl dt a{
	color: #C29B09;
}

/* 网站地图结束 */
/* 友情链接 */
.link{
	margin-top: 30px;
}
.link .row{
	margin: -15px;
}
.link .row>div{
	padding-top: 15px;
	padding-bottom: 15px;
}
.link img{

	
}
.link-name{
	margin-top: 10px;
	display: block;
	text-align: center;
	font-size: 16px;
}
/* 友情链接结束 */

.icontact-container{
	margin: -30px -15px;
}
.icontact-container>div{
	padding: 30px 15px;
}
.icontact{
	display: flex;
}
.icontact-img img{
	width: 205px;
	margin-right: 10px;
}
.icontact-cont{
	border-left: 2px solid #c29b09;
	padding-left: 10px;
	height: 100%;
}
.icontact-title{
	font-size: 24px;
	font-weight: bold;
	color: #C29B09;
}
.icontact-list{
	font-size: 16px;
	margin-top: 5px;
}
.icontact-list>p{
	padding-top: 3px;
	padding-bottom: 3px;
}