﻿/*--service--*/
.services {
	width: 100%;
	height: 360px;
	background-color: #3b85d1;
	position: relative;
	z-index: 1000;
}
.services_center {
	max-width: 1200px;
	margin: -40px auto 0;
	position: relative;
}
.services_item {
	width: 24.5%;
	height: 340px;
	margin-right: 0.6%;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.services_item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 88.5%;
	top: 40px;
	background-color: #438ad3;
	z-index: -1;
}
.services_item.last {
	margin-right: 0;
}
.services_item:hover .services_item_pic_hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.services_item_regular {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.services_item_title {
	background: url('../Images/background_services_title.png') repeat;
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	margin: 0;
	line-height: 30px;
}
.services_item_title a {
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.services_backgr {
	background-color: #438ad3;
	padding-top: 24px;
	height: 276px;
}
.services_item_pic {
	background: #438ad3 url('../Images/background_services_pic.png') repeat;
	margin: 0 auto;
	padding: 0;
	width: 156px;
	height: 156px;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.services_item_pic a {
	width: 138px;
	height: 138px;
	margin: 9px;
	display: block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
	background: #183f66;
}
.services_item_pic a img {
	max-width: 138px;
	max-height: 138px;
}
.services_pic_line {
	width: 100%;
	max-width: 156px;
	margin: 20px auto;
	border: 1px solid #2ebf9a;
	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.services_item_desc {
	text-align: center;
	margin: 25px 20px 0 20px;
	color: #fff;
	line-height: 15px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.services_item_hover {
	width: 100%;
	height: 100%;
	background-color: #53e0c1;
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.services_item_title_hover {
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	margin: 0;
	line-height: 30px;
}
.services_item_title_hover a {
	color: #2a2a2a;
	padding: 5px 10px 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.services_item_pic_hover {
	background: #438ad3 url('../Images/background_services_pic.png') repeat;
	margin: 16px auto 0;
	padding: 0;
	width: 173px;
	height: 173px;
	text-align: center;
	overflow: hidden;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.services_item_pic_hover a img {
	width: 156px;
	height: 156px;
	margin: 10px 0 0 0;
	overflow: hidden;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.services_item_link_hover {
	width: 92px;
	height: 29px;
	margin: 42px auto 0;
	text-align: center;
	background: #f5f5f5;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1d574a), color-stop(1, #3b7d70));
	background: -ms-linear-gradient(bottom, #1d574a, #3b7d70);
	background: -moz-linear-gradient(center bottom, #1d574a 0%, #3b7d70 100%);
}
.services_item_link_hover:hover {
	background: #f5f5f5;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3b7d70), color-stop(1, #1d574a));
	background: -ms-linear-gradient(bottom, #3b7d70, #1d574a);
	background: -moz-linear-gradient(center bottom, #3b7d70 0%, #1d574a 100%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.services_item_link_hover a {
	color: #ffffff;
	line-height: 29px;
	font-size: 12px;
	letter-spacing: 0.03em;
	display: block;
	background-color: #3b85d1;
}
.services_item:hover .services_item_regular {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}
.services_item:hover .services_item_hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}
/*--background_fitness--*/
.background_fitness {
	position: relative;
	width: 100%;
	min-height: 520px;
	background-image: url('../Images/background_index.jpg');
	background-size: cover;
	background-position: center center;
	padding: 20px 0;
}
.case_title {
	text-transform: none;
	margin-bottom: 8px;
	font-size: 24px;
}
.case-img-wrapper {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.case-img-wrapper a {
	text-align: left;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	display: block;
	background: rgba(51, 153, 204, 0.7) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/;
	filter: Alpha(opacity=80);
	background: #3b85d1;
/*实现IE背景透明*/right: -100%;
	position: absolute;
}
.case-lg {
	display: block;
	float: left;
}
.case-lg .case-img-wrapper {
	width: 220px;
	height: 220px;
	display: block;
	width: 220px;
	background-color: #ffffff;
	margin: 23px 25px 0px 0px;
	position: relative;
	-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.case-lg .case-img-wrapper a {
	width: 100%;
	height: 100%;
	right: -100%;
	color: #fff;
}
.case-lg .case-img-wrapper a .color {
	padding: 50px 20px;
	position: relative;
}
.case-lg .case-img-wrapper a .color span {
	position: relative;
	color: #fff;
	font-size: 14px;
}
.case-img-wrapper a {
	transform: skew(15deg, 0deg) translate(20px, 0px);
	-ms-transform: skew(15deg, 0deg) translate(20px, 0px);
	-moz-transform: skew(15deg, 0deg) translate(20px, 0px);
	-webkit-transform: skew(15deg, 0deg) translate(20px, 0px);
	-o-transform: skew(15deg, 0deg) translate(20px, 0px);
}
.case-img-wrapper a.hover {
	transform: skew(0deg, 0deg) translate(0px, 0px);
	-ms-transform: skew(0deg, 0deg) translate(0px, 0px);
	-moz-transform: skew(0deg, 0deg) translate(0px, 0px);
	-webkit-transform: skew(0deg, 0deg) translate(0px, 0px);
	-o-transform: skew(0deg, 0deg) translate(0px, 0px);
}
.case-lg .case-img-wrapper a {
	transform: translate(40px, 0px);
	-ms-transform: skew(15deg, 0deg) translate(40px, 0px);
	-moz-transform: skew(15deg, 0deg) translate(40px, 0px);
	-webkit-transform: skew(15deg, 0deg) translate(40px, 0px);
	-o-transform: skew(15deg, 0deg) translate(40px, 0px);
}
.case-lg a.hover {
	transform: skew(0deg, 0deg) translate(0px, 0px);
	-ms-transform: skew(0deg, 0deg) translate(0px, 0px);
	-moz-transform: skew(0deg, 0deg) translate(0px, 0px);
	-webkit-transform: skew(0deg, 0deg) translate(0px, 0px);
	-o-transform: skew(0deg, 0deg) translate(0px, 0px);
}
.case-lg .title {
	position: absolute;
	top: 180px;
	background: #fff;
	height: 40px;
	line-height: 40px;
	width: 230px;
	text-align: center;
}
.case-lg-3 {
	width: 485PX;
	height: 243PX;
	margin-right: 25px;
	position: relative;
}
.case-lg-3 .video {
	margin: 23px 17px 0px 0px;
	width: 485px;
	background: #fff;
	height: 220px;
}
.case-lg-3 .title {
	width: 485px;
	top: 200px;
}
.case-lg-7 {
	margin-left: 20px;
}
.case-lg-7 .case-img-wrapper {
	margin-right: 0;
}
.case-lg-2 .case-img-wrapper {
	margin-right: 0;
}
/*--Equipment--*/
.Equipment {
	margin-top: 20px;
	background: #fff;
}
.Equipment .title {
	color: #3b3b3b;
	font-size: 36px;
	text-transform: none;
	text-align: center;
	letter-spacing: 0.03em;
	margin: 0;
}
.w {
	width: 1200px;
}
