body, html {
	font-size: 14px;
}

body, html, .container {
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	min-width: 1330px;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {
 	width:100%;
}

.container {
	position: relative;
}

.header, .naver, .content, .footer {
	margin-left: 0px;
	margin-right: 0px;
    box-sizing: border-box;
}

.safeW {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.header {
	padding: 25px 0;
	height: 100px;
	background: #fff;
}

.header .logo {
	width: 36%;
	height: 50px;
	display: inline-block;
	float: left;
	;
}

.header .logo img {
	height: 50px;
	width: auto;
}

.header .user {
	color: #fff;
	display: inline-block;
	float: right;
	margin-top:-6px;
}

.header .user p {
	width: 100%;
	text-align: right;
	font-size: 12px;
	color: #999;
	line-height: 2;
	;
}

.header .user p span {
	padding: 0 5px;
	color: #333;
}

.header .user p a {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	padding: 5px 8px;
	/*border: 1px solid #dcdddd;*/
	border-radius: 2px;
	background: #0c8ecf;
}

.naver {
	background: #0c8ecf;
	height: 48px;
}

.naver .safeW {
	padding: 0
}

.naver a {
	font-size: 1rem;
	text-align: center;
	width: 100%;
	line-height: 48px;
	display: block;
	color: #fff;
}

.naver ul {
	width: calc( 100% - 300px);
	float: left;
}

.naver ul li {
	width: 140px;
	display: inline-block;
	float: left;
}

.naver a:hover, .naver a:focus, .naver a:checked, .naver a.active {
	background-color: #ff8c00;
	border-bottom: 4px solid #ffb400;
	text-decoration: none;
}
.naver .curr{
	background-color: #ff8c00;
	border-bottom: 4px solid #ffb400;
}


.naver .search.home {
	width: 260px;
	display: inline-block;
	float: right;
	height: 48px;
	background: #1977b8;
}

.naver .search.home input, .naver .search.home button {
	border: none;
	background: none;
	font-size: 14px;
	color: #fff;
	height: 48px;
	line-height: 48px;
}

.naver .search.home input {
	width: 205px;
	padding: 0 15px;
	text-align: left;
	box-sizing: border-box;
}

.naver .search.home button {
	width: 51px;
	text-align: center;
	position: relative;
}

.naver .search.home button::after {
	position: absolute;
	content: '';
	top: 15px;
	bottom: 15px;
	left: 0;
	width: 1px;
	height: 20px;
	background: #fff;
}



.naver .search.home input::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
			color: #85d6ff;
		}
.naver .search.home input::-moz-placeholder { /* Firefox 19+ */
			color: #85d6ff;
		}
.naver .search.home input::-ms-input-placeholder { /* IE 10+ */
		 color: #85d6ff;
		}
.naver .search.home input::-moz-placeholder { /* Firefox 18- */
		 color: #85d6ff;
		}

.content .row, .footer .row {
	width: 1220px;
	margin: 20px auto;
}

.content .row .col-6, .content .row .col-12 {
	padding: 0 10px;
}

.carousel .img-show {
	position: absolute;
	top: 0px;
	right: 0;
	bottom: 30px;
	z-index: 1;
}

.card {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.card .card-header, .card .card-body {
	width: 100%;
	overflow: hidden;
}

.card .card-header {
	padding: 10px 0 20px 0;
}

.card .card-header label {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1;
	position: relative;
	padding-right: 20px;
}

.card .card-header a {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	line-height: 1;
	position: relative;
}

.card .card-header label::after, .card .card-header label::before {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border-top: 1px solid #8f8f8f;
	border-right: 1px solid #8f8f8f;
	transform: rotate(45deg);
	right: 8px;
	top: calc( 50% - 4px);
}

.card .card-header label::before {
	right: 4px;
}

.card .card-header a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	/*background: #b6bfc4;*/
	left: 1px;
	top: 15px;
}

.card .card-body {
	background: #fff;
	padding: 20px 20px;
}

.card-text {
	width: 100%;
	overflow: hidden;
	line-height: 24px;
}

.card-text i, .card-text label, .card-text span {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #898989;
	font-weight: normal;
	margin: 0;
}

.card-text i {
	width: 16px;
	text-align: left;
}

.card-text i img {
	vertical-align: middle;
}

.card-text label {
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc( 100% - 150px);
}

.card-text a {
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    font-size: 14px;
	display:inline-block;
}
.card-text a:hover {
	text-decoration: none;
}
.card-text span {
	float: right;
}

.video {
	position: relative;
	width: calc( 50% - 10px);
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.video:last-child {
	margin-right: 0;
}

.about-me {
	width: 100%;
	padding: 3px 0; overflow: hidden;
}

.about-me .me {
	width: 50%;
	height: 90px;
	display: inline-block;
	float: left;
	padding: 20px 0;
	overflow: hidden;
}

.me .icon-img {
	width: 50px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	float: left;
}

.me .icon-img>img {
	width: auto;
	height: 100%;
}

.me .icon-img~h1 {
	width: calc( 100% - 50px);
	display: inline-block;
	float: left;
	font-weight: normal;
}

.me .icon-img~h1 label, .me .icon-img~h1 span {
	font-size: 12px;
	line-height: 2;
	color: #898989;
	text-align: left;
	display: inline-block;
	width: 100%;
	font-weight: normal;
}

.me .icon-img~h1 span {
	color: #333;
}

.geol-ense {
	width: 100%;
	height: 100%;
	margin: 0 -8px -16px;
}

.geol-ense>a {
	width: 100px;
	height: 38px;
	display: block;
	margin: 0 8px 16px;
	float: left;
	border: 1px solid #dcdddd;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #333;
}

.geol-ense>a.lg {
	width: 217px;
}

.footer {
	border-top: 1px solid #0c8ecf;
	background: #cddee9;
	text-align: center;
	margin-top: 60px;
	padding: 2px 0;
	position: relative;
}

.copy {
	padding: 40px 0 0 0;
}

.copy label, .copy span {
	line-height: 1.5;
	color: #333;
	text-align: left;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	font-weight: normal;
}

.copy span {
	font-size: 18px;
}

.download {
	display: inline-block;
	float: right;
	width: 106px;
	margin-left: 60px;
	height: 130px;
}

.download label, .download span {
	width: 100%;
	font-size: 12px;
	line-height: 2;
}

.download label {
	width: 106px;
	height: 16px;
	text-align: center;
	line-height: 106px;
	background-color: #fff;
	border-radius: 4px;
}

.login-ping {
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #0c8ecf;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	position: absolute;
	/*top: -41px;*/
	right: calc(50% - 600px);
}
.login-ping:hover{
    color: #fff;
    text-decoration: none;
 }

.login-ping:visited{
    color: #fff;
    text-decoration: none;
}

.login-ping img {
	width: 14px;
	margin-right: 5px;
	vertical-align: text-top;
	display: inline-block;
}

.carousel-control.left, .carousel-control.right {
	z-index: 1001;
	background: none;
	width: 10%;
}

.page.card {
	width: 100%;
}

.page.card .card-header {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	background: #cddee9 url(../img/card-page-header.png) no-repeat 0 0;
}

.page.card .card-header label::after, .page.card .card-header label::before {
	border-color: #cddee9;
}

.page.card .card-body {
	padding: 0px 20px;
	padding-top:10px;
}

.page.card .card-text.notice {
	padding: 15px 0;
	border-bottom: 1px solid #dcdddd;
}

.page.card .card-text.notice:last-child {
	border-bottom-color: #dcdddd;
}

.page.card .card-text.notice i {
	margin-right: 10px;
}

.card-footer {
	background-color: #fff;
	overflow: hidden;
	padding: 0px 20px 20px 20px;
}

.card-text.imgIcon {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #dcdddd;
}

.card-text.imgIcon i {
	width: 60px;
	margin-right: 10px;
	height: 40px;
	background: #f6f6f6;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}

.card-text.imgIcon i~label, .card-text.imgIcon i~span {
	width: calc( 100% - 200px);
	display: inline-block;
	text-align: left;
	line-height: 1.5;
}

.card-text.imgIcon i~label.text-name {
	font-size: 14px;
	font-weight: 500;
}

.card-text.imgIcon i~label.text-des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	padding: 2px 0;
}

.pager li>a, .pager li>span {
	padding: 6px 9.5px;
	clear: both;
	float: inherit;
}

.pager .previous>a, .pager .previous>span, .pager .next>a, .pager .next>span {
	float: inherit;
}

.scroll {
	width: 100%;
	height: 270px;
	margin: 20px 0px;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
}

.roll {
	width: 1000%;
	height: 100%;
}

.roll dd {
	width: 290px;
	height: 326px;
	float: left;
	margin-right: 10px;
}

.roll dd>img {
	width: 100%;
}

.scroll span {
	position: absolute;
	top: 0%;
	display: inline-block;
	width: 20px;
	height: 100%;
	left: 0;
	text-align: center;
	cursor: pointer;
	background: #fff;
	z-index: 90;
	opacity: 1;
}

.scroll span::after {
	opacity: 0.8;
	position: absolute;
	content: '';
	top: 49%;
	left: 3px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform: rotate(-45deg);
}

.scroll .next {
	left: auto;
	right: 0;
}

.scroll span.next::after {
	left: 3px;
	transform: rotate(135deg);
}

.padding0 {
	padding: 0 !important;
}

.des-scroll {
	width: 100%;
	text-align: center;
}

.des-scroll a {
	width: 50%;
	padding: 5px 17px;
	display: inline-block;
	font-size: 12px;
	line-height: 2;
	color: #333;
	background: #f9f9f9;
	margin: 10px auto 30px auto;
	border: 1px solid #dcdddd;
	border-radius: 30px;
}

.showMgs{ column-count: 5; column-gap: 20px; padding: 20px 0 10px 0 !important; }
.showMgs .card-text i,.showMgs .card-text label{  width: 100%; text-align: center;}
.showMgs .card-text i{ height: 144px; line-height: 144px; background: #a8a9b1; overflow: hidden;}
.showMgs .card-text i *{ vertical-align: middle; display: inline-block;}
/*zjw新增*/
.home-stand-img {
    height: 176px;
}
.me h1  {
    line-height: 0.1;
    margin-top: 0px;
}


.col-12 .card .card-header > a{
    float:right;
    font-size: 12px; padding: 4px 5px;
    margin: 15px auto;
}



.card-body .col-5{
	padding: 20px 10px 20px 0;
	}.card-body .col-7{ padding: 14px  0 14px 10px }

.form-horizontal label{ font-size: 12px; font-weight: normal; }
.form-horizontal .form-control{ font-size: 12px; }

.col-2 >img{width: 60%;
    margin-left: 20%;
}


.imgBox{
	overflow: hidden;
}
.imgBox li{
	width: 20%;
	float: left;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.imgBox li a{
	display: inline-block;
	width: 100%;
}
.imgBox li a label{
	width: 100%;
	text-align: center;
}
.imgBox li .img_box{
	height: 138px;
	position: relative;
	background-color: #e6e6e6;
	overflow: hidden;
}
.imgBox li .img_box img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}


.subNavigation{
	border-bottom: 2px solid #458fce;
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
}

a:hover{
	text-decoration: none!important;
}



/* 健身活动 */
.volu{ width:360px; margin: 10px 15px 10px; display: inline-block; float: left;}
.volu .volu-img,.volu .volu-text{ width: 100%; display: block; margin-bottom: 20px;}
.volu .volu-img{ height: 240px; background-color: #F2F2F2; overflow: hidden;}
.volu .volu-text h2,.volu .volu-text h5{ width: 100%; display: block; margin: 0; font-size: 12px; line-height: 1.25; white-space: nowrap; text-overflow: ellipsis; font-weight: normal; overflow: hidden;}
.volu .volu-text h2{ margin-bottom: 10px; color: #1a1a1a; font-size: 16px}
.volu .volu-text h5{ color: #909090;}
.volu-fa{ overflow: hidden}

.volu.page{width:calc(100% - 30px);}
.volu.page .volu-img{ width: 360px; height: 240px; display: inline-block; float: left;}
.volu.page .volu-text{ width: calc(100% - 400px); height: 240px; display: inline-block; float: right; height: auto;}
.volu.page .volu-text label{ width: 100%; display: block; margin-bottom: 30px;}
.volu.page .volu-text label span{ background-color: #FEF7F0; color: #FFAB56; padding: 0 20px; border: 1px solid #FFAB56; border-radius: 40px; height: 32px; line-height: 32px; display: inline-block;}
.volu.page .volu-text h2{ color: #008DD1;}
.volu.page .volu-text h5{ color: #1a1a1a; line-height: 1.8; text-overflow: unset; white-space: normal; }
.volu.page .volu-text h5 span,.volu.page .volu-text h5 > label{ display: inline-block; float: left; font-size: 12px; line-height: 18px; text-align: left; margin: 5px 0; }
.volu.page .volu-text h5 span{ width: 96px; color: #008DD1;}
.volu.page .volu-text h5 > label{ width: calc( 100% - 96px);}
.volu-line{ width: 100%; height: 1px; background-color: #F2F2F2; margin: 30px 0;}
.volu-btn{width: 100%; display: block; margin-bottom: 30px;}
.volu-btn button{ padding: 10px 70px; background-color: #008DD1; text-align: center; line-height: 20px; border: 1px solid #008DD1; border-radius: 3px; color: #fff; font-size: 18px;}


.volu-mask{ width: 100%; height: 100%; position: fixed; top:0; right: 0; bottom: 0; left:0; z-index: 1001; background-color: rgba(0,0,0,0.5); display: none;}
.volu-pup{ width: 480px; background-color: #fff; padding: 0 40px; box-sizing: border-box; position: fixed; top:15%; left:calc(50% - 240px);z-index: 1002; display: none; }
.volu-pup h2{ font-size: 24px; width: 100%; text-align: left; padding: 20px 0 10px 0; line-height: 2; margin: 0; font-weight: normal; color: #383838;}
.volu-pup h4{ margin:0 0 20px 0; overflow: hidden;}
.volu-pup h4 span,.volu-pup h4 label{ width: 100%; text-align: left; font-size: 12px; line-height: 2; display: block;}
.volu-pup h4 label{ color: #383838;}
.volu-pup h4 label i{ color: #FE1F04; font-weight: normal; font-style: normal;}
.volu-pup h4 span input,.volu-pup h4 span select{ width: 100%; background-color: #fff; border: 1px solid #f2f2f2; border-radius: 3px; padding: 10px 5px;
	box-sizing: border-box;}
.volu-pup .volu-pup-btn{ width: 100%; overflow: hidden; margin: 5px 0  40px 0;}
.volu-pup .volu-pup-btn button{ width: calc( 50% - 20px); display: inline-block; font-size: 16px; height: 40px; line-height: 40px; text-align: center; border-radius: 3px;border: 1px solid #008DD1;}
.volu-pup-btn button:first-child{ float: left;  color: #008DD1; background-color: #fff;}
.volu-pup-btn button:last-child{ float: right; background-color: #008DD1; color: #fff;}

.volu-sea{ width: calc( 100% - 20px) ; margin: 0 10px; overflow: hidden; margin-bottom: 10px;}
.volu-sea h2{ display: inline-block; float: left; margin:0 20px 10px 0; }
.volu-sea h2 label,.volu-sea h2 input,.volu-sea h2 select{ line-height: 40px; height: 40px; text-align: left; font-size: 12px; color: #383838; font-weight: normal; font-style: normal; margin-right: 9px;}
.volu-sea h2 input,.volu-sea h2 select{background-color: #fff; border-radius: 3px; border: 1px solid #f2f2f2;}
.volu-sea h2 .long-lg{ width: 355px ;}
.volu-sea h2 .long-md{ width: 160px ;}
.volu-sea h2 .long-sm{ width: 120px;}
.volu-sea h2 button{ border: 1px solid #008DD1; border-radius: 3px; padding: 0 30px; height: 40px; line-height: 40px; text-align: center; font-size: 12px; margin-right: 5px; display: inline-block
;}
.volu-sea h2 button:first-child{ background: #008DD1; color: #fff;}
.volu-sea h2 button:last-child{ background: #fff; color: #008DD1;}
.volu-sea h2 button img{width: 14px;
	vertical-align: text-bottom;
	margin-right: 5px;}

.naver ul li { width: auto !important;}
.naver ul li a {  padding: 0 20px;}