/*共用*/

body,
html {
	overflow-x: hidden;
}
   

.fixbottonnew{ display:none; position:fixed;width:100%;left:0;bottom:0;z-index: 9; background-color:#333; border-top:1px solid #dcdcdc;overflow:hidden;}
.fixbottonnew a{width:33.33%;float:left;font-size:15px; position:relative; display:block; padding:12px 0;color:#fff;}
.fixbottonnew a img{width:20px; display:inline-block; vertical-align:middle;margin-right:4px;}
.fixbottonnew a:nth-child(2){background-color: #e44655;}
.fixbottonnew a:last-child{background-color: #c63636;}
.fixbottonnewh{ display:none; height:21px;}
.abc{padding: 20px 10px;
    text-align: center;
    font-size: 18px;
    background-color: #f3f3f3;}
.team li:hover .abc{ background-color:#c63636; color:#FFF}
.mt60 li:hover .abc{ background-color:#c63636; color:#FFF}

.flex,
.align-items,
.align_justify,
.justify-content,
.flex-wrap,
.flex-start {
	/*兼容flex*/
	display: -webkit-flex;
	display: flex;
	display: -moz-box;.banners .banner_box h1
	display: -ms-flexbox;
}

.flex-wrap,
.align-items,
.align_justify,
.justify-content {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.flex,
.desktop #wrapper #primary-navigation,
.flex-start {
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
}

.flex,
.justify-content {
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.align_justify {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ellipsis {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	line-clamp: 7;
	-webkit-box-orient: vertical;
}

.mt60 {
	margin-top: 3.2%;
}

.transition {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}


/*图片放大*/

.news_box dt,
.team dt,
.course dt,
.knowledge .knowledge_r dt,
#course .lis dt,
#team dt,
#knowledge .knowledge_r dt,
#detailCourse .relevant li dt,
#detailKnow .knowledge_r dt,
#detailTeam dt {
	overflow: hidden;
	position: relative;
}

.news_box dt img,
.team a>dt img,
.course dt img,
.knowledge .knowledge_r dt img,
#course .lis dt img,
#team a>dt img,
#knowledge .knowledge_r dt img,
#detailCourse .relevant li dt img,
#detailKnow .knowledge_r dt img,
#detailTeam dt img {
	width: 100%;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.news_box li:hover dt img,
.team li:hover a>dt img,
.course li:hover dt img,
.knowledge .knowledge_r li:hover dt img,
#course .lis li:hover dt img,
#team li:hover a>dt img,
#knowledge .knowledge_r li:hover dt img,
#detailCourse .relevant li:hover dt img,
#detailKnow .knowledge_r li:hover dt img,
#detailTeam li:hover a>dt img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.BMapLabel{ max-width:inherit !important;}
.BMap_Marker img{ max-width:inherit !important;}

/*导航*/

#wrapper {
	height: 100px;
	max-height: 100px;
	/*line-height: 100px;*/
	width: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 6;
}

#wrapper .container {
	position: relative;
}

.desktop #primary-navigation ul {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
}

.desktop #primary-navigation ul li {
	padding: 0;
	float: left;
	margin-left: 12px;
	position: relative;
}

.desktop #primary-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
	-webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	position: relative;
}

.desktop #primary-navigation ul li a::after,
.desktop #primary-navigation ul li a::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.desktop #primary-navigation ul li:hover a::after,
.desktop #primary-navigation ul li.cur a::after {
	width: 100%;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.desktop #primary-navigation ul li:hover a::before,
.desktop #primary-navigation ul li.cur a::before {
	height: 100%;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.desktop #primary-navigation ul li a::after {
	width: 0;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.desktop #primary-navigation ul li a::before {
	width: 100%;
	height: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.desktop #primary-navigation ul li ul {
	display: none;
}


/*banner*/

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.swiper-pagination-bullet-active {
	background-color: #c63636;
}

.bannerBox,
.banner .swiper-slide img{
	-webkit-animation: scaleDraw 17s ease-in-out infinite;
}

.banner,
.banner .swiper-slide a{
	display: block;
	overflow: hidden;
}

@keyframes scaleDraw {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.1);
	}
}

/*首页标题*/

.index_title {
	text-align: center;
	position: relative;
	margin-bottom: 3%;
}

.index_title h2 {
	color: #0b0d0c;
	margin-bottom: 15px;
	background-color: #fff;
	padding: 0 3.5%;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.index_title p {
	font-size: 14px;
	color: #757575;
	margin-top: 15px;
}

.index_title::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d4d4d4;
	position: absolute;
	top: 17px;
	left: 0;
	z-index: 1;
}

.index_title h4 {
	background-color: #c63636;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	padding: 2px 10px;
}

.about .about_right {
	margin-left: 25px;
}

.about_left,
.about_right {
	width: 50%;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.about .about_right p {
	font-size: 18px;
	line-height: 30px;
	color: #0b0d0c;
	text-align: justify;
}

.about .about_right ul {
	margin-top: 37px;
	text-align: center;
}

.about .about_right li {
	display: inline-block;
	border: 1px solid rgba(11, 13, 12, 1);
	border-radius: 90%;
	padding: 10px;
	position: relative;
}

.about .about_right li+li {
	margin-left: 10.5%;
}

.about .about_right li span {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.about .about_right li span i {
	color: rgba(11, 13, 12, .65);
	font-weight: bold;
	background-color: #fff;
	line-height: 18px;
	font-size: 18px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.about .about_right li.hover span,
.about .about_right li:hover span {
	animation: ringCircle 5s linear;
	-webkit-animation: ringCircle 5s linear;
}

@keyframes ringCircle {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ringCircle {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.about .about_right li a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	width: 98px;
	height: 98px;
	text-align: center;
	line-height: 98px;
	position: relative;
}

.about .about_right li a i,
.navList li i {
	position: relative;
	z-index: 2;
}

.about .about_right li a::after,
.about .about_right li a::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 90%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.about .about_right li a::after {
	background-color: rgba(11, 13, 12, .8);
}

.about .about_right li a::before {
	background-color: #c63636;
}

.about .about_right li a::before,
.about .about_right li:hover a::after,
.about .about_right li.hover a::after {
	transform: scale3d(0, 0, 0);
	-ms-transform: scale3d(0, 0, 0);
	-moz-transform: scale3d(0, 0, 0);
	-webkit-transform: scale3d(0, 0, 0);
	-o-transform: scale3d(0, 0, 0);
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.about .about_right li a::after,
.about .about_right li:hover a::before,
.about .about_right li.hover a::before {
	transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.honor .knowledge_rb{
	text-align: center;
}
.honor .knowledge_r{
	margin-top: 4%;
}

/*新闻动态*/

.news_box li{
	width: 48%;
	position: relative;
}

.news_box li:nth-child(2n+1) a,
.news_box li:nth-child(2n) a {
	width: 82.1%;
	color: #fff;
	background-color: rgba(11, 13, 12, .8);
	position: relative;
}

.news_box li:nth-child(2n+1) a {
	padding: 27px 0 27px 20px;
	display: inline-block;
}

.news_box li:nth-child(2n) a {
	padding: 27px 20px 27px 0;
	float: right;
}

.news_box .news_box_l {
	width: 57%;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.news_box .news_box_l h4{
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.news_box li:nth-child(2n) .news_box_l {
	margin-left: 43%;
}

.news_box li:nth-child(2n+1) dt,
.news_box li:nth-child(2n) dt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	 width:60%;
}

.news_box li:nth-child(2n+1) dt {
	right: -22%;
}

.news_box li:nth-child(2n) dt {
	left: -22%;
}

.news_box li:nth-child(1),
.news_box li:nth-child(2),
#news .news_box li{
	margin-bottom: 40px;
}

.news_box li:nth-child(2n) {
	margin-left: 4%;
}

.news_box li .news_box_l span {
	display: inline-block;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.news_box li .news_box_l i {
	display: inline-block;
	font-size: 16px;
	background-color: #c63636;
	color: #fff;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: 18px;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.news_box li:hover .news_box_l i {
	color: #c63636;
	background-color: #fff;
}

.news_box li .news_box_l p {
	line-height: 30px;
	font-size: 16px;
	text-align: justify;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.news_box li a>div,
.shadow>div,
.course li p i,
.knowledge .knowledge_rb>div,
.knowledge .knowledge_l i,
#knowledge .knowledge_rb>div,
#knowledge .knowledge_l i,
#course li i,
#detailKnow .knowledge_rb>div,
#detailKnow .knowledge_l i {
	position: relative;
	z-index: 2;
}

.news_box li a::after,
.news_box li a::before,
.course li p::after,
.course li p::before,
.knowledge .knowledge_rb::after,
.knowledge .knowledge_rb::before,
#knowledge .knowledge_rb::after,
#knowledge .knowledge_rb::before,
#course li p::after,
#course li p::before,
#detailKnow .knowledge_rb::before,
#detailKnow .knowledge_rb::after {
	content: "";
	display: block;
	width: 0;
	height: 50%;
	z-index: 1;
	position: absolute;
	background-color: #c63636;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.news_box li a::before,
.shadow::before,
.course li p::before,
.knowledge .knowledge_rb::before,
#knowledge .knowledge_rb::before,
#course .lis li p::before,
#detailKnow .knowledge_rb::before{
	left: 0;
	top: 0;
}

.news_box li a::after,
.shadow::after,
.course li p::after,
.knowledge .knowledge_rb::after,
#knowledge .knowledge_rb::after,
#course .lis li p::after,
#detailKnow .knowledge_rb::after {
	right: 0;
	bottom: 0;
}

.news_box li:hover a::before,
.news_box li:hover a::after,
.course li:hover p::before,
.course li:hover p::after,
.knowledge li:hover .knowledge_rb::before,
.knowledge li:hover .knowledge_rb::after,
#knowledge li:hover .knowledge_rb::before,
#knowledge li:hover .knowledge_rb::after,
#course .lis li:hover p::after,
#course .lis li:hover p::before,
#detailKnow li:hover .knowledge_rb::before,
#detailKnow li:hover .knowledge_rb::after{
	width: 100%;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}


/*金牌团队*/

.team li,
#team .lis li,
#detailTeam .lis li {
	width: 24%;
	position: relative;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.team li+li {
	margin-left: 1.3%;
}

.shadow {
	width: 100%;
	height: 100%;
	padding: 66% 20px 36px 20px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.shadow::before,
.shadow::after {
	content: '';
	display: inline-block;
	width: 50%;
	height: 0;
	background-color: rgba(198, 54, 54, .7);
	position: absolute;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.team li:hover,
#team li:hover,
#detailTeam .lis li:hover {
	transform: translateY(7%);
	-ms-transform: translateY(7%);
	-moz-transform: translateY(7%);
	-webkit-transform: translateY(7%);
	-o-transform: translateY(7%);
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.team li:hover .shadow::before,
.team li:hover .shadow::after,
.team li.hover1 .shadow::before,
.team li.hover1 .shadow::after,
#team .lis li:hover .shadow::before,
#team .lis li:hover .shadow::after,
#detailTeam .lis li:hover .shadow::before,
#detailTeam .lis li:hover .shadow::after {
	height: 100%;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.shadow h5 {
	margin-top: 12px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.shadow p {
	font-size: 14px;
	line-height: 30px;
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.shadow .shadow_b dt {
	width: 106px;
	height: 106px;
	border-radius: 90%;
	display: inline-block;
	margin-right: 24%;
}

.shadow .shadow_b span {
	border: 1px solid #fff;
	font-size: 14px;
	text-transform: uppercase;
	width: 77px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
}

.shadow>div {
	overflow: hidden;
}

.shadow .shadow_t {
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.shadow .shadow_t h2{overflow: hidden; margin-bottom: 30px;
text-overflow:ellipsis;
white-space: nowrap;}

.shadow .shadow_b {
	margin-top: 34px;
	transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.team li:hover .shadow_t,
.team li:hover .shadow_b,
.team li.hover1 .shadow_t,
.team li.hover1 .shadow_b,
#team .lis li:hover .shadow_t,
#team .lis li:hover .shadow_b,
#detailTeam .lis li:hover .shadow_t,
#detailTeam .lis li:hover .shadow_b {
	transform: translateY(0%);
	-ms-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-webkit-transition: all .5s ease-in .4s;
	-moz-transition: all .5s ease-in .4s;
	-o-transition: all .5s ease-in .4s;
	transition: all .5s ease-in .4s;
}


/*健身课程*/

.course .course_box {
	width: 100%;
	height: 100%;
	background: url(../images/index_pic9.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.course li {
	width: 31%;
}

.course li+li {
	margin-left: 3.5%;
}

.course li p,
#course .lis li p,
#detailCourse .relevant li p {overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	background-color: #f3f3f3;
	font-size: 18px;
	color: #1b1b1b;
	text-align: center;
	padding: 8% 0;
	position: relative;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.course li:hover p,
#course .lis li:hover p,
#detailCourse .relevant li:hover p {overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	color: #fff;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}


/*健身知识*/

.knowledge .container {
	background-color: #ececec;
	padding: 3.2% 2.1%;
}

.knowledge .knowledge_l {
	width: 18%;
}

.knowledge .knowledge_r {
	margin-left: 3%;
	width: 84%;
}

.knowledge .knowledge_l h4 {
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 40px;
}

.knowledge .knowledge_l p {
	text-align: justify;
	font-size: 16px;
	line-height: 30px;
}

.knowledge .knowledge_l .yangshi_link {
	border: 2px solid #c63636;
	color: #fff;
	display: inline-block;
	width: 98px;
	height: 42px;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	margin-top: 35px;
	position: relative;
}

.knowledge .knowledge_l .yangshi_link::after,
.knowledge .knowledge_l .yangshi_link::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.knowledge .knowledge_l .yangshi_link::after {
	background-color: rgba(198, 54, 54, .8);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.knowledge .knowledge_l .yangshi_link::before {
	background-color: rgba(198, 54, 54, 1);
	-webkit-transition: all .3s ease-in .3s;
	-moz-transition: all .3s ease-in .3s;
	-o-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s;
}

.knowledge .knowledge_l .yangshi_link:hover::after {
	transform: scale3d(0, 0, 0);
	-webkit-transition: all .3s ease-in .3s;
	-moz-transition: all .3s ease-in .3s;
	-o-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s;
}

.knowledge .knowledge_l .yangshi_link:hover::before {
	transform: scale3d(0, 0, 0);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.knowledge .knowledge_l .yangshi_link:hover i {
	color: #c63636;
	-webkit-transition: all .3s ease-in .3s;
	-moz-transition: all .3s ease-in .3s;
	-o-transition: all .3s ease-in .3s;
	transition: all .3s ease-in .3s;
}

.knowledge .knowledge_r li {
	width: 32%;
	position: relative;
}

.knowledge .knowledge_r li+li {
	margin-left: 2%;
}

.knowledge .knowledge_rb,
#knowledge .knowledge_rb,
#detailKnow .knowledge_rb {
	background-color: #fff;
	padding: 16px 25px;
	position: relative;
}

.knowledge .knowledge_rb p,
#knowledge .knowledge_rb p,
#detailKnow .knowledge_rb p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 6px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

.knowledge .knowledge_rb>div,
#knowledge .knowledge_rb>div,
#detailKnow .knowledge_rb>div {
	color: #050505;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.knowledge .knowledge_rb>div,
#knowledge .knowledge_rb>div,
#detailKnow .knowledge_rb>div h4{
	width:100%!important;
	display: block!important;
	overflow: hidden!important;
text-overflow:ellipsis!important;
white-space: nowrap!important;
	color: #050505;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}


.knowledge li:hover .knowledge_rb>div,
#knowledge li:hover .knowledge_rb>div,
#detailKnow li:hover .knowledge_rb>div {
	color: #fff;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}


/*关于我们*/

.banners {
	position: relative;
}

.banners .banner_box {
	border: 1px solid #fff;
	border-top-color: transparent;
	width: 50%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 2%;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.banners .banner_box h1 span:nth-child(1){ display:none}
.banners .banner_box h1::after,
.banners .banner_box h1::before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.banners .banner_box h1::after {
	right: -90%;
}

.banners .banner_box h1::before {
	left: -90%;
}

.banners .banner_box h1 {
	font-weight: 100;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	overflow: hidden;
}

.banners .banner_box h4 {
	margin-top: 4.6%;
	color: #fff;
}

.banners .banner_box h4 a{
	color: #fff;
}

.banners .banner_box h4 img {
	vertical-align: bottom;
	margin-right: 3%;
}

.navList {
	text-align: center;
}

.navList li {
	display: inline-block;
	position: relative;
}

.navList li a {
	font-size: 18px;
	color: #0b0d0c;
	position: relative;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.navList li::before,
.navList li::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.navList li::before {
	background: url(../images/about_left.png);
	left: -18px;
}

.navList li::after {
	background: url(../images/about_right.png);
	right: -18px;
}

.navList li:hover::before,
.navList li:hover::after,
.navList li.hover2::before,
.navList li.hover2::after  {
	transform: translateY(-185%);
	-ms-transform: translateY(-185%);
	-moz-transform: translateY(-185%);
	-webkit-transform: translateY(-185%);
	-o-transform: translateY(-185%);
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.navList li+li {
	margin-left: 69px;
}

.navList li a {
	position: relative;
	padding: 15px 0;
}

.navList li a i {
	background-color: #fff;
}

.navList li:hover a,
.navList li.hover2 a {
	color: #c63636;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.navList li a::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #5a5a5a;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.navList li:hover a::after,
.navList li.hover2 a::after {
	top: 0;
	transform: translateY(50%);
	-ms-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	-o-transform: translateY(50%);
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

#about .about_content {
	font-size: 16px;
	line-height: 26px;
	color: #0b0d0c;
	margin-top: 4%;
	text-align: justify;
}


/*健身课程*/

#course .lis li,
#detailCourse .relevant li {
	margin-bottom: 25px;
	margin-left: 3.5%;
	width: 31%;
}

#course .lis li:nth-child(3n+1),
#detailCourse .relevant li:nth-child(3n+1) {
	margin-left: 0;
}

.content nav {
	text-align: center;
	margin-top: 15px;
}


/*金牌团队*/

#team .lis li,
#detailTeam .lis li {
	margin-left: 1.3%;
	margin-bottom: 5%;
}

#team .lis li:nth-child(4n+1),
#detailTeam .lis li:nth-child(4n+1) {
	margin-left: 0;
}


/*健身知识*/

#knowledge .knowledge_rb,
#detailKnow .knowledge_rb {
	background-color: #f3f3f3;
}

#knowledge .knowledge_r li,
#detailKnow .knowledge_r li {
	width: 24%;
	position: relative;
	margin-bottom: 25px;
	margin-left: 1.3%;
}

#knowledge .knowledge_r li:nth-child(4n+1),
#detailKnow .knowledge_r li:nth-child(4n+1) {
	margin-left: 0;
}

/*新闻动态*/

#news .news_box{
	margin-top: 4.2%;
}

#news nav{
	text-align: center;
}

/*预约试训*/

.map_title{
	text-align: center;
	margin-bottom: 2.5%;
}

.map_title img{
	animation: downUp 2s infinite;
}

@keyframes downUp{
	0%{
		transform: translateY(3px);
		-ms-transform: translateY(3px);
		-moz-transform: translateY(3px);
		-webkit-transform: translateY(3px);
		-o-transform: translateY(3px);
	}
	50%{
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
	}
	100%{
		transform: translateY(3px);
		-ms-transform: translateY(3px);
		-moz-transform: translateY(3px);
		-webkit-transform: translateY(3px);
		-o-transform: translateY(3px);
	}
}
.lianxifangshi-bg{width:100%; overflow: hidden;}
.lianxifangshi{
	width:50%; float: left;
}

.weima{
	width:50%; float: right;overflow: hidden;
}
.weima_xym{float: right;width:30%;}
.weima_xym img{text-align: center;width:80%; margin-left: 10%;}
.weima_xym p{ text-align: center; font-size: 16px;}

.map_title h4{
	color: #c63636;
	font-weight: bold;
}

.map_title h5{
	text-transform: uppercase;
	margin-top: 8px;
}

.map_title p{
	font-size: 14px;
	color: #757575;
}

.training label{
	font-size: 18px;
	color: #0b0d0c;
	font-weight: initial;
	display: block;
	margin-bottom: 12px;
}

.training .group{
	width: 43.4%;
	display: inline-block;
	margin-bottom: 2.1%;
}

.training .groups{
	width: 100%;
}

.training .group:nth-child(2n){
	margin-left: 12.5%;
}

.training .group input,
.training .group select{
	height: 45px;
}

.training .group select{
	font-size: 18px;
}

.training .group input,
.training .group select,
.training .group textarea{
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	padding: 0 22px;
}

.training input[type='submit']{
	display: block;
	width: 48px;
	height: 26px;
	background-color: #eef0ed;
	border: 1px solid #848381;
}

.map{
	margin-top: 3.1%;
}

#map{
	height: 490px;
}

/*详细页*/
.detail_title h3{
	margin-bottom: 30px;
}

.detail_title p{
	color: #7b7b7b;
	font-size: 16px;
}

.detail_title p img{
	vertical-align: bottom;
	margin-right: 6px;
}

.detailNew_content{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin: 3% 0;
	padding-bottom: 5.5%;
	border-bottom: 1px solid #DCDCDC;
}

.link p{
	border: 1px solid #343434;
	font-size: 16px;
	color: #0b0d0c;
	padding: 12px 18px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.link p:hover{
	color: #c63636;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.relevant{
	margin-top: 5%;
}

#detailNews .relevant .news_box li,
#detailCourse .relevant li,
#detailKnow .knowledge_r li{
	margin-bottom: 0;
}
















/*底部*/

.footer {
	background-color: #1c1c1c;
	margin-top: 2.1%;
}

.mt70 {
	margin-top: 3.7%;
}

.footer .footer_l {
	display: inline-block;
	background-color: #282828;
	height: 100%;
	padding: 8% 3.4%;
	text-align: center;
}

.footer .footer_l ul {
	margin-top: 98px;
}

.footer .footer_l li,
.footer .footer_r li {
	display: inline-block;
}

.footer .footer_l li+li {
	margin-left: 9%;
}

.footer .footer_r {
	padding-top: 4%;
	padding-bottom: 40px;
}

.footer .footer_r li {
	position: relative;
	overflow: hidden;
}

.footer .footer_r li:hover a::before {
	left: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.footer .footer_r li:hover i {
	color: rgba(255, 255, 255, 0);
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.footer .footer_r li a::before {
	content: attr(data-name);
	color: #c63636;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.footer .footer_r li+li {
	margin-left: 15px;
}

.footer .footer_r li a {
	font-size: 18px;
}

.footer .footer_r li i {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all .2s ease-in .2s;
	-moz-transition: all .2s ease-in .2s;
	-o-transition: all .2s ease-in .2s;
	transition: all .2s ease-in .2s;
}

.footer .footer_r .footer_r_box {
	margin-top: 7%;
	margin-bottom: 6%;
}

.footer .footer_r .footer_r_box>p,
.footer .footer_r .erweima p {
	color: #fff;
	font-size: 14px;
	line-height: 36px;
}

.footer .footer_r .erweima,
.detail_title{
	text-align: center;
}

.footer .footer_r .footer_r_box>p,
.footer .footer_r .erweima .erweima_xym{float: left; margin:0 10px;}

.footer .footer_r .footer_bottom,
.footer .footer_r .footer_bottom a {
	color: #FFFFFF;
	font-size: 14px;
}











@media screen and (max-width: 1800px) {
	.banners .banner_box {
		width: 75%;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
}

@media screen and (max-width: 1200px) {
	.about .about_right p,
	.link p a,
	.link p {
		font-size: 16px;
	}
	.about .about_right li+li {
		margin-left: 5.5%;
	}
	.about .about_right li a {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 16px;
	}
	.news_box {
		display: block;
	}
	.news_box li,
	.news_box .news_box_l {
		width: 100%;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	.news_box li {
		margin-bottom: 0 !important;
	}
	.news_box li+li,
	.link p +p {
		margin-top: 3%;
	}
	
	#news .news_box li+li {
		margin-top: 0;
	}
	
	#news .news_box li{
		margin-bottom: 3% !important;
	}
	
	.news_box .news_box_l {
		width: 82%;
	}
	.news_box li:nth-child(2n) .news_box_l {
		margin-left: 18%;
	}
	.news_box li:nth-child(2n) {
		margin-left: 0;
	}
	.shadow {
		padding-top: 35%;
	}
	.shadow .shadow_b dt {
		width: 80px;
		height: 80px;
		margin-right: 15%;
	}
	.footer .footer_r li+li {
		margin-left: 20px;
	}
	
	.link p{
		float: initial;
	}
	
	.banners .banner_box h1{
		font-size: 26px;
	}
}

@media screen and (max-width: 992px) {
	.news_box .news_box_l,
	.knowledge .knowledge_r li,
	.knowledge .knowledge_l,
	.knowledge .knowledge_r {
		width: 72%;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	.news_box li:nth-child(2n) .news_box_l {
		margin-left: 28%;
	}
	.shadow h2,
	.banners .banner_box h1 {
		font-size: 24px;
	}
	.shadow .shadow_b dt {
		width: 50px;
		height: 50px;
		margin-right: 0;
	}
	.knowledge .knowledge_r li {
		width: 49%;
	}
	.knowledge .knowledge_l,
	.knowledge .knowledge_r {
		width: 100%;
	}
	.knowledge .knowledge_r li:last-child,
	.knowledge .knowledge_r {
		margin-left: 0;
		margin-top: 3%;
	}
	.knowledge .container>div {
		display: block;
	}
	.knowledge .knowledge_l h4 {
		margin-bottom: 10px;
	}
	.knowledge .knowledge_l span {
		margin-top: 15px;
	}
	.footer .footer_l,
	.banners .banner_box h1::after,
	.banners .banner_box h1::before {
		display: none;
	}
	.footer .footer_r li+li {
		margin-left: 42px;
	}
	.banners .banner_box h4 {
		font-size: 16px;
	}
	.about_content img {
		margin-left: 0 !important;
		float: initial !important;
	}
	
	#map{
		height: 350px;
	}
	
	.banners .banner_box h1{
		transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
	}
	
	.banners .banner_box{
		border: 1px solid #fff;
		padding-top: 2%;
	}
	.lianxifangshi-bg{width:100%; overflow: hidden;}
.lianxifangshi{
	width:50%; float: left;
}

.weima{
	width:50%; float: right;overflow: hidden;
}
.weima_xym{float: right;width:40%;}
.weima_xym img{text-align: center;width:80%; margin-left: 10%;}
.weima_xym p{ text-align: center; font-size: 14px;}
}

@media screen and (max-width: 768px) {
	.fixbottonnew,.fixbottonnewh{ display:block;}
	#wrapper {
		height: 80px;
		line-height: 80px;
	}
	.logo{margin-top: 2px;width:120px;}
	.logo img{width:100%;}
	.index_title h2,
	.knowledge .knowledge_l h2 {
		font-size: 24px;
		margin-bottom: 1.2%;
	}
	.index_title h4,
	.knowledge .knowledge_l h4,
	.knowledge .knowledge_l p {
		font-size: 14px;
	}
	.plr {
		padding-left: 3%;
		padding-right: 3%;
	}
	.ma-infinitypush-button {
		margin-right: 3%;
	}
	.about .align-items {
		display: block;
	}
	.about_left,
	.about_right,
	.news_box .news_box_l,
	#wrapper .container,
	#knowledge .knowledge_r li {
		width: 100%;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	.news_box .news_box_l {
		width: 67%;
	}
	.news_box li:nth-child(2n) .news_box_l {
		margin-left: 33%;
	}
	.about_left {
		text-align: center;
		margin-bottom: 3%;
	}
	.about .about_right {
		margin-left: 0;
	}
	.shadow .shadow_b dt,
	.footer .footer_r ul,
	.footer .footer_r .footer_r_box {
		display: none;
	}
	.knowledge .knowledge_l span {
		height: 35px;
		line-height: 35px;
	}
	.footer .footer_r li+li {
		margin-left: 35px;
	}
	.footer .footer_r .footer_bottom {
		text-align: center;
	}
	.footer .footer_r {
		width: 100%;
		padding-top: 15px;
	}
	#course .lis li p,
	.training .group select,
	.training label {
		font-size: 16px;
	}
	#knowledge .knowledge_r li {
		width: 32.4%;
	}
	#knowledge .knowledge_r li:nth-child(4n+1) {
		margin-left: 1.3%;
	}
	#knowledge .knowledge_r li:nth-child(3n+1) {
		margin-left: 0;
	}
	
	.training .group input, 
	.training .group select,
	.training .group textarea{
		padding: 8px;
	}
	
	.training .group input,
	.training .group select{
		height: 40px;
	}
	
	.detail_title h3{
		font-size: 22px;
	}
}

@media screen and (max-width: 700px) {
	.news_box li a {
		width: 100% !important;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	.team li,
	.course li,
	.banners .banner_box,
	#team .lis li,
	#knowledge .knowledge_r li,
	#detailKnow .knowledge_r li,
	#detailTeam .lis li {
		width: 49%;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	.team li+li,
	.course li+li {
		margin-left: 0;
	}
	.team li:nth-child(1),
	.team li:nth-child(2),
	#detailKnow .knowledge_r li {
		margin-bottom: 3%;
	}
	.course li:last-child {
		margin-top: 3%;
	}
	.team li:nth-child(2n),
	.course li:nth-child(2n) {
		margin-left: 2%;
	}
	.news_box li .news_box_l {
		margin-left: 18px !important;
	}
	.news_box li:nth-child(2n+1) a {
		padding-left: 0;
		padding-right: 20px;
	}
	.news_box li dt {
		position: initial !important;
		transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		-webkit-transform: translateY(0) !important;
		-o-transform: translateY(0) !important;
	}
	.team li:hover,
	#team li:hover,
	#detailTeam .lis li:hover {
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	.course li:last-child, .knowledge .knowledge_r li{margin-top: 3%;}
	.team li+li, .course li+li, .knowledge .knowledge_r li:last-child{margin-left: 0;}
	.banners .banner_box {
		width: 90%;
	}
	#team .lis li:nth-child(4n+1),
	#detailTeam .lis li:nth-child(4n+1) {
		margin-left: 1.3%;
	}
	#team .lis li:nth-child(2n+1),
	#detailTeam .lis li:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	#knowledge .knowledge_r li:nth-child(4n+1),
	#knowledge .knowledge_r li:nth-child(3n+1),
	#detailKnow .knowledge_r li:nth-child(4n+1),
	#detailKnow .knowledge_r li:nth-child(3n+1) {
		margin-left: 1.3%;
	}
	#knowledge .knowledge_r li:nth-child(2n+1),
	#detailKnow .knowledge_r li:nth-child(2n+1) {
		margin-left: 0;
	}
	
	.training .group:nth-child(2n){
		margin-left: 12%;
	}
		.lianxifangshi-bg{width:100%; overflow: hidden;}
.lianxifangshi{
	width:100%; float:none;
}

.weima{
	width:100%; float:none;overflow: hidden;
}
.weima_xym{width:100%; margin-top: 5%;}
.weima_xym img{text-align: center;width:50%; margin-left: 25%;}
.weima_xym p{ text-align: center; font-size: 14px;}
}

@media screen and (max-width: 600px) {
    .news_box li:nth-child(3){ margin-top:3% !important;display: inline-block;}
	.about .about_right li+li{margin-left: 1.5%;}
	.news_box li:nth-child(2n+1) dt, .news_box li:nth-child(2n) dt{ width:100%}
	.news_box li a>div {
		display: block;
	}
	.news_box .news_box_l {
		width: 100%;
		margin-top: 3%;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	.news_box li a {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.news_box li dt {
		text-align: center;
	}
	.news_box li .news_box_l {
		margin-left: 0 !important;
	}
	.display,
	.navList {
		display: none;
	}
	.banners .banner_box h1 {
		font-size: 18px;
	}
	#about .about_content {
		font-size: 16px;
	}
	#course .lis li,
	.training .group,
	#detailCourse .lis li{
		width: 48%;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	#course .lis li:nth-child(2n+1),
	#detailCourse .lis li:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	#course .lis li:nth-child(3n+1),
	#detailCourse .lis li:nth-child(3n+1) {
		margin-left: 3.5%;
	}
	
	.training .group{
		width: 100%;
	}
	.training .group:nth-child(2n){
		margin-left: 0;
	}
	
	#detailCourse .lis li{
		margin-bottom: 3%;
	}
	
	.detail_title p,
	.link p a,
	.link p{
		font-size: 14px;
	}
}

@media screen and (max-width: 420px) {
	.knowledge_l a p{ display:none !important}
	.knowledge_l a h2{ text-align:center}
	.knowledge_l a h4{ text-align:center}		
	.yangshi_link{ display:none !important}
	.course li,
	.knowledge .knowledge_r li {
		width: 100%;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	.course li p {
		font-size: 16px;
	}
	.course li:nth-child(2n),
	.knowledge .knowledge_r li+li {
		margin-left: 0;
	}
	.course li:nth-child(2),
	.knowledge .knowledge_r li:nth-child(2) {
		margin-top: 3%;
	}
	.knowledge .knowledge_l a {
		margin-top: 12px;
		height: 35px;
		line-height: 35px;
	}

	.banners .banner_box {
		padding: 3%;
	/*	padding-top: 0;*/
	}
	
	#map {
	    height: 300px;
	}
	
	.detail_title h3{
		font-size: 20px;
	}
}

@media screen and (max-width: 400px) {
	.banners .banner_box {
		border: none;
	}

	#course .lis li,
	#knowledge .knowledge_r li,
	#detailKnow .knowledge_r li,
	#detailCourse .lis li {
		width: 100%;
		-webkit-transition: all .5s ease-in;
		-moz-transition: all .5s ease-in;
		-o-transition: all .5s ease-in;
		transition: all .5s ease-in;
	}
	#course .lis li,
	#knowledge .knowledge_r li,
	#detailKnow .knowledge_r li,
	#detailCourse .lis li {
		margin-left: 0 !important;
	}
	#knowledge .knowledge_r li img,
	#detailKnow .knowledge_r li img {
		width: 100%;
	}
}