/* 首屏建站（spbiz.cn）做最好的织梦整站模板下载网站 */
h4, h5, h6, h1, h2, h3 {
	margin: 0;
}
ul, ol {
	margin: 0;
}
p {
	margin: 0;
}
html, body {
	font-family: 'Microsoft Yahei';
	font-size: 100%;
	background:#fff;
}
 body{ overflow-x:hidden;}
a {
	text-decoration: none;
}
a:hover {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-decoration:none;
}
/*--header start here--*/
.logo a {
	/*font-size: 3em;*/
}
.navbar-wrapper {
	padding: 1.5em 0em;
	margin-top: 0px !important;
	background:#061041;
	line-height: 36px;
}
.navbar-inverse {
	background: none;
	border:none;
}
.navbar-nav {
	float: right !important;
}
.navbar {
	margin-bottom: 0px !important;
	min-height: 0px !important;
}
.navbar-brand {
	float: left;
	height:0px !important;
	padding:0px !important;
}
.nav > li > a {
	padding: 10px 15px !important;
	font-size: 18px !important;
}
.navbar-inverse .navbar-brand {
	color: #FFFFFF;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background: none;
}
.navbar-inverse .navbar-nav > li > a {
	color:#fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color:#2ca8fb;
	background-color: transparent;
}
/*--header end here-*/
.banner-bottom {
	/*background: url(../images/72.jpg)no-repeat center;*/
	background-size: cover;
	min-height: 720px;
}
/*.banner-bottom1 {
	background: url(../images/62.jpg)no-repeat;
	background-size: cover;
	min-height: 720px;
}
.banner-bottom2 {
	background: url(../images/72.jpg)no-repeat;
	background-size: cover;
	min-height: 720px;
}*/
.bann-text {
	text-align: left;
}
.bann-text {
	text-align: left;
	padding-top: 11em;
}
.bann-text {
	text-align: center;
	padding-top: 14em;
}
.bann-text h3 {
	font-size: 2.5em;
	color:#ffffff;
	margin-bottom: 0.3em;
	font-family: 'Amaranth', sans-serif;
}
.bann-text p {
	font-size: 0.4em;
	color: #dddddd;
	line-height: 1.8em;
}
/*--social media strat here--*/
.social-media {
	padding: 1.5em 0em;
	background:#EFEFEF;
}
.social-left h2 {
	font-size: 1.5em;
	color:#2ca8fb;
	margin-bottom: 0.2em;
	font-family: 'Microsoft Yahei';
}
.social-left p {
	font-size: 0.9em;
	color: #000;
	line-height: 1.5em;
}
.social-right {
	margin-top:20px;
	text-align: right;
}
.social-right>a {
	font-size:2em;
	color:#2ca8fb;
}
.social-right>a>img {
	margin-right:10px;
	margin-bottom: 5px;
}
/* Effect 11: text fill based on Lea Verou's animation http://dabblet.com/gist/6046779 */
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size:0.9em;
}
nav a:hover, nav a:focus {
	outline: none;
}
.cl-effect-11 a {
	padding: 10px 0;
	color: #0972b4;
	text-shadow: none;
}
.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	overflow: hidden;
	padding: 10px 0;
	max-width: 0;
	border-bottom: 2px solid #e68523;
	color:#e68523;
	content: attr(data-hover);
	-webkit-transition: max-width 0.6s;
	-moz-transition: max-width 0.6s;
	transition: max-width 0.6s;
}
.cl-effect-11 a:hover::before, .cl-effect-11 a:focus::before {
	max-width: 100%;
}
/*--social media end here--*/
/*--bann grid start here--*/
.bann-grid .case{
	margin-top: 2em;
	margin-bottom: 2em;
}
.bann-grid .title{
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.bann-grid .title h1{
	font-size: 1.6em;
}
.bann-grid .container{
	margin-top: 2em;
}
.bann-works h6 {
	font-size: 1.5em;
	text-align: center;
	margin-top: 0.5em;
	color: #e68523;
	font-family: 'Microsoft Yahei';
}
.ban-setting {
	display:block;
	position:relative;
	overflow:hidden;
}
.ban-setting img {
	width:100%;
}
.ban-setting .captn {
	display: inline-block;
	height: 100%;
	width: 100%;
	color: #ffffff;
	position: absolute;
	bottom: -75%;
	right: 0;
	background-color:rgba(44, 168, 251, 0.69);
	text-align: center;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ban-setting:hover .captn {
	bottom: 0%;
}
.captn a {
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 0 3px;
}
.captn a:hover {
	transform: rotateY(360deg);
}
.captn h4 {
	font-size: 1.2em;
	color: #fff;
	padding: 9px 0 4px;
	font-family: 'Amaranth', sans-serif;
}
.captn p {
	font-size: 1em;
	color: #fff;
}
.ban-setting:hover .captn h4 {
	margin-top:55px;
}
.case .more{
	text-align: center;
	margin-top: 1em;
}
.case .more a {
	font-size: 0.9em;
	color: #FFF;
	background: #2ca8fb;
	padding: 0.6em 1em;
	margin-top: 1.5em;
	display: inline-block;
}
.case .more a:hover {
	background: #ffde00;
}
/*--bann grid end here--*/
/*--fitness start here--*/
.fitness {
	padding-top: 1em;
	background: #f8fafe;
	padding-bottom:6em;
}
.fitness-top {
	text-align: center;
	margin-bottom: 3em;
}
.fitness-top h1 {
	font-size: 3em;
	color: #25A7AD;
	margin-bottom: 0.3em;
	font-family: 'Microsoft Yahei';
}
.fitness-top p {
	font-size: 0.9em;
	color:#6A6A6A;
	line-height: 1.9em;
	width: 55%;
	margin: 0 auto;
}
.fitness-rit {
	padding: 0em 2em 0em 0em;
}
.fitness-rit h2 {
	font-size: 2em;
	margin-bottom: 1em;
	color: #2ca8fb;
	font-family: 'Microsoft Yahei';
}
.fitness-rit p {
	font-size: 1em;
	color: #6A6A6A;
	line-height: 1.9em;
}
.fitness-rit a {
	font-size: 0.9em;
	color: #FFF;
	background: #2ca8fb;
	padding: 0.6em 1em;
	margin-top: 3em;
	display: inline-block;
}
.fitness-rit a:hover {
	background: #ffe400;
}
.fitness-lft {
	padding: 0em;
}
.beauty-text a {
	font-size: 1em;
	color: #FFF;
	background:#25A7AD;
	padding: 0.5em 1em;
	display: inline-block;
	margin-top: 2.5em;
}
.beauty-text a:hover {
	background:#e68523;
}
/*--fitness end here
/*--tesimo start here--*/
.testimo {
	/*background:url(../images/man-yo.jpg)no-repeat 0px -35px;*/
	background-size: cover;
	min-height: 320px;
	padding: 3em 0em;
	text-align: center;
}
.testiom-main h2 {
	font-size: 3em;
	color: #fff;
	font-family: 'Microsoft Yahei';
	margin-top: 2em;
	font-weight:bold;
	text-align:left;
}
.testiom-main p {
	font-size: 0.9em;
	color: #ffffff;
	line-height: 1.9em;
	width: 60%;
	margin: 0 auto;
}
.testiom-main h4 {
	font-size: 1.2em;
	color: #2ca8fb;
	font-family: 'Amaranth', sans-serif;
	margin-top: 1.5em;
}
.testiom-main {
	position: relative;
}
/*--- slider-css --*/
.slider-bann {
	position:relative;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.rslides_tabs {
	background: none !important;
	border: none;
	box-shadow: none;
	position: relative;
	top: -90px;
	z-index: 999;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border: none;
	background: #fff;
	border-radius: 8px;
}
.callbacks_here a:after {
	background:#e68523;
}
.callbacks_tabs a {
	visibility:hidden;
}
.callbacks_tabs li {
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: -80px;
	z-index: 999;
	left: 46%;
	padding: 0px;
	top: 105%;
}
/*--testimo end here */
/*--beauty grid start here--*/
.beauty-grid {
	padding: 2em 0em;
}
/*--beauty grid end here--*/
/*--news start here--*/
.news{
	margin-top: 2em;
    padding-top: 2em;
    background: #f8fafe;
    padding-bottom: 4em;
}
.newstop{
	min-height: 320px;
}
.news .newsleft,.news .newsright{
	width: 100%;
}
.newsleft img{
	display: block;
	margin: 0 auto;
	max-width:100%;
}
.news .news-text{
	min-height: 110px;
	border-bottom: 1px solid #2ca8fb;
	padding: 0.2em;
}
.news .news-text:first-child{
	margin-top: -0.6em;
}
.news-text h1{
	font-size:1.5em;
	color: #2ca8fb;
	margin-bottom: 0.4em;
	margin-top: 0.5em;
}
.news-text p{
	line-height: 1.9em;
	font-size: 0.9em;
	color:#6A6A6A;
	max-height: 60px;
    overflow: hidden;
}
.news-text:hover{
	background: #2ca8fb;
	color:#ffffff;
}
.news-text a:hover p{
	color: #ffffff;
}
.news-text a:hover h1{
	color: #ffffff;
}
.news .more,.partner more{
	text-align: center;
	margin-top: 1em;
}
.news .more a,.partner .more a {
	font-size: 0.9em;
	color: #FFF;
	background: #2ca8fb;
	padding: 0.6em 1em;
	margin-top: 2.5em;
	display: inline-block;
}
.news .more a:hover ,.partner .more a:hover {
	background: #ffe400;
}


/*news end here*/
/*--footer start here--*/
.footer {
	padding: 2em 0em;
	background:#202020;
}
.ftr-title{
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	color: white;
}
.ftr-title h1{
	font-size: 1.8em;
	margin-bottom: 0.3em;
}
.ftr-title p{
	font-size: 0.9em;
}
.footer-main{
	min-height: 150px;
}
.footer-main div{
	text-align: center;
}
.footer-main p{
	color: #ffffff;
	width:50%;
	margin: 1em auto;
}
.form{
	min-height:120px;
}
.form input{
	display: block;
    width: 80%;
    margin:1em auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background:#202020;
    border: 1px solid #2ca8fb;
}
.form:-webkit-input-placeholder{
	color: #ffffff;
}
.form textarea{
	width: 80%;
	height: 80px;
	background: #202020;
	border: 1px solid #2ca8fb;
	padding: 6px 12px;
	margin: 1em auto;
	display: block;
	color: #ffffff;
}
.submit{
	text-align: center;
}
.submit input[type="submit"] {
	width: 95px;
	height: 30px;
	font-size: 1em;
	color: #fff;
	background: #2ca8fb;
	border: none;
	padding: 0.52em auto;
	margin: 2em auto;
	outline: none;
	vertical-align: bottom;
}
.submit input[type="submit"]:hover {
	background:#ffe400;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}



/*.ftr-grd h3 {
	font-size: 2.5em;
	color:#e68523;
	margin: 0em 0em 0.6em 0em;
	font-family: 'Microsoft Yahei';
}
.ftr-grd h2 {
	font-size: 2.5em;
	color:#e68523;
	margin: 0em 0em 0.6em 0em;
	font-family: 'Microsoft Yahei';
}
.ftr-grd p {
	font-size: 0.95em;
	font-weight: 400;
	color:#BCBCBC;
	line-height: 1.9em;
}
.ftr-gd1-text h4 a {
	font-size:0.9em;
	color:#25A7AD;
}
.ftr-gd1-text h4 a:hover {
	color:#fff;
}
.ftr-grd input[type="text"] {
	font-size: 1em;
	color: #999;
	padding: 0.5em 0.5em;
	width: 60%;
	border: none;
	outline: none;
}
.ftr-grd input[type="submit"] {
	font-size: 1em;
	color: #fff;
	background: #25A7AD;
	border: none;
	padding: 0.52em 1em;
	margin: 0.9em 0em 0em 0em;
	outline: none;
	vertical-align: bottom;
}
.ftr-grd input[type="submit"]:hover {
	background:#e68523;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.ftr-sub-gd {
	margin-bottom: 1.2em;
}*/
/*--footer end here--*/
/*--copyrights start here--*/
.copy-right {
	padding: 1.5em 0em;
	text-align: center;
	background: #000;
}
.copy-right p {
	font-size: 0.9em;
	color: #fff;
}
.copy-right p a {
	color: #fff;
}
.copy-right p a:hover {
	color:#25A7AD;
}
/* Underline From Left */
.hvr-underline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background:#2ca8fb;
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
	right: 0;
}
/*--copyrights end here--*/
/*--about start here--*/
.about {
	padding: 5em 0em;
}
.about-top h1 {
	font-size: 2.5em;
	color: #2ca8fb;
	margin-bottom: 1em;
	text-align: center;
	font-family: 'Microsoft Yahei';
}
.about-top p {
	font-size: 0.9em;
	color: #6A6A6A;
	line-height: 1.9em;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.about-bottom img {
	width: 70%;
	margin: 0 auto;
}
.about-top {
	margin-bottom: 3em;
}
.about-bottom h2 {
	font-size:1.6em;
	color:#2ca8fb;
	margin: 1.5em 0em 0.8em 0em;
	text-align: center;
	font-family: 'Microsoft Yahei';
}
.about-bottom p {
	font-size: 0.9em;
	color: #6A6A6A;
	line-height: 1.9em;
	width:70%;
	margin: 0 auto;
	text-align: center;
}
.team-main h4 {
	font-size:1.6em;
	color:#2ca8fb;
	margin: 1.5em 0em 1.5em 0em;
	text-align: center;
	font-family: 'Microsoft Yahei';
}
.history-top {
	text-align: center;
	padding-bottom: 3em;
}
.history-top h3 {
	font-size:1.6em;
	color:#2ca8fb;
	margin: 1.5em 0em 0.8em 0em;
	text-align: center;
	font-family: 'Microsoft Yahei';
}
.about-top p,.about-bottom p,.history-top p {
	font-size: 0.9em;
	color: #6A6A6A;
	line-height: 1.9em;
	margin: 0 auto;
	text-align: center;
	width: 60%;
	font-family: 'Microsoft Yahei';
}
.history-left p {
	text-align: center;
	font-size: 0.9em;
	color: #6A6A6A;
	line-height: 2em;
	width: 81%;
	margin-left: 10%;
}
.history-left {
	padding: 0px;
	text-align: center;
}
.histroy-right{
	text-align: center;
}
.team {
	padding: 6em 0em;
}
/*--team comman effect--*/
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after, .ch-item:before {
	content: '';
	display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin:0em 0.7em 0em 0em;
}
/*--team end here--*/
/*--services start here--*/
.item {
	text-align:center;
	float:left;
	margin:5px;
	position:relative;
}
.item,  .item-hover,  .item-hover .mask,  .item-img,  .item-type-move .item-info {
	width: 100%;
	height: 320px;
}
.item-type-move .item-info .ban-bot-gd {
	width: 100%;
	height: 200px;
}
.item-type-move .item-info .ban-bot-gd {
	width: 100%;
	height:100%;
}
.item-hover,  .item-hover .mask,  .item-img {
	position:absolute;
	top:0;
	left:0;
}
.item-type-move .item-hover {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity:0;
	cursor:pointer;
	z-index:100;
}
.item-type-move .item-info {
	z-index:10;
	color:#ffffff;
	position:relative;
	z-index:5;
	overflow:hidden;
}
.item-type-move .item-info .headline,  .item-type-move .item-info .date {
	width: 100%;
	width: 55%;
	position: absolute;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 0 10px;
	font-family: 'Amaranth', sans-serif;
	margin: 0 auto;
	left: 22%;
}
.item-type-move .item-info .headline {
	font-size:18px;
	top:10px;
}
.item-type-move .item-info .date {
	font-size:14px;
	font-style:italic;
	top:10px;
}
.item-type-move .item-info .line {
	height:1px;
	width:85%;
	margin:10px auto 0 auto;
	background-color:#ffffff;
}
.item-type-move .item-hover .mask {
	background-color:#000;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index:0;
}
.item-type-move .item-hover:hover {
	opacity:1;
}
.item-type-move .item-hover:hover .item-info .headline {
	top:35%;
}
.item-type-move .item-hover:hover .item-info .date {
	top:50%;
}
.item-img {
	
	z-index:0;
	overflow: hidden;
}
@media(max-width:1024px) {
.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
	width: 100%;
	height: 220px;
}
}
@media(max-width:991px) {
.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
	width: 100%;
	height: 172px;
}
.item-type-move .item-info .headline {
	font-size: 15px;
	top: 23px;
}
.item-type-move .item-info .date {
	font-size: 12px;
}
.item-type-move .item-info .line {
	margin: 2px auto 0 auto;
}
}
@media(max-width:768px) {
.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
	width: 100%;
	height: 172px;
}
.item-type-move .item-info .headline {
	font-size: 15px;
	top: 23px;
}
.item-type-move .item-info .date {
	font-size: 12px;
}
.item-type-move .item-info .line {
	margin: 2px auto 0 auto;
}
}
@media(max-width:640px) {
.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
	width: 100%;
	height: 139px;
}
.item-type-move .item-info .headline {
	top: 30px !important;
}
.item-type-move .item-info .line {
	margin: 8px auto 0 auto;
}
}
@media(max-width:480px) {
.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
	width: 100%;
	height: 217px;
}
.item-type-move .item-info .headline {
	top: 73px !important;
}
}
@media(max-width:320px) {
.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
	width: 100%;
	height: 136px;
}
.item-type-move .item-info .headline {
	top: 35px !important;
}
.item-type-move .item-hover:hover .item-info .date {
	bottom: 30%;
}
}

.service {
	padding: 5em 0em;
	background:url(../images/banner.jpg);
}
.service-top {
	text-align:center;
}
.service-top h1 {
	font-size: 2.5em;
	color: #2ca8fb;
	margin-bottom: 1em;
	text-align: center;
	font-family: 'Amaranth', sans-serif;
}
.service-top p {
	font-size: 0.9em;
	color: #6A6A6A;
	line-height: 1.9em;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.service-left {
	/*padding-top: 3em;*/
}
.service-right img {
	width: 100%;
}
.service-right p {
	font-size: 1em;
	font-weight: 400;
	color: #6A6A6A;
	line-height: 1.9em;
	margin-top: 0.8em;
	text-align: center;
}
.ser-bwn a {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	background:#25A7AD;
	padding: 10px 1em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	display: inline-block;
}
.ser-bwn a:hover {
	text-decoration:none;
	background:#e68523;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition:  0.5s all;
	-o-transition:  0.5s all;
}
.ser-bwn {
	padding: 1.5em 0px 0px 0px;
}
.solution {
	padding: 3em 0px;
	background: url(../images/banner.jpg);
}
.solution-main {
	text-align: center;
	padding-top: 7em;
	min-height: 600px;
}
.ser-midd {
	margin: 0px 38px;
}
.ser-strip {
	background: url(../images/ser-strip.jpg)no-repeat;
	min-height: 300px;
	background-size: cover;
}
.ser-strip-main {
	padding-top:4em;
	text-align: center;
}
.ser-strip-main h2 {
	font-size: 2em;
	color:#fff;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-family: 'Microsoft Yahei';
}
.ser-strip-main p {
	font-size: 0.95em;
	font-weight: 400;
	color: #fff;
	line-height: 1.9em;
	width: 70%;
	margin: 0 auto;
}
.ser-strip-main a {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	background: #2ca8fb;
	padding: 5px 1.5em;
	margin-top: 1em;
	display: inline-block;
}
.ser-strip-main a:hover {
	background:#ffde00;
}
.train-ser {
	padding: 5em 0em;
}
.train-bottom-grid {
	background: #f8fafe;
	padding: 1em 1.5em;
}
.train-bottom-grid h4 {
	font-size: 1.5em;
	color: #2ca8fb;
	margin-bottom: 0.5em;
	font-family: 'Microsoft Yahei';
}
.train-bottom-grid p {
	font-size: 0.9em;
	color: #000;
	line-height: 1.8em;
}
.trin-ser-top {
	text-align: center;
	padding-bottom: 3em;
}
.trin-ser-top h3 {
	font-size: 2.5em;
	color:#2ca8fb;
	margin-bottom: 1em;
	text-align: center;
	font-family: 'Microsoft Yahei';
}
.trin-ser-top p {
	font-size: 0.9em;
	color: #6A6A6A;
	line-height: 1.9em;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.ser-setting {
	display:block;
	position:relative;
	overflow:hidden;
}
.ser-setting img {
	width:100%;
}
.ser-setting .captn {
	display: inline-block;
	height: 100%;
	width: 100%;
	color: #ffffff;
	position: absolute;
	bottom: -65%;
	right: 0;
	background-color:rgba(44, 168, 251, 0.69);
	text-align: center;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ser-setting:hover .captn {
	bottom: 0%;
}
.captn a {
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 0 3px;
}
.captn a:hover {
	transform: rotateY(360deg);
}
.captn h4 {
	font-size: 1.2em;
	color: #fff;
	padding: 9px 0 4px;
	font-family: 'Microsoft Yahei';
}
.captn p {
	font-size: 1em;
	color: #fff;
	font-family: 'Microsoft Yahei';
}
.ser-setting:hover .captn h4 {
	margin-top:70px;
}
/*--service end here--*/
/*--singl page start here--*/
.single-grid {
	margin-top: -50px;
}
.single-grid h4 {
	font-size: 20px;
	margin: 0;
	color:#e68523;
}
.single-grid h4 a {
	color:#000000;
	text-decoration:none;
}
.single-grid h4 a:hover {
	color:#a1cd3d;
}
.single-grid p {
	font-size:0.9em;
	color:#6A6A6A;
	line-height: 1.8em;
	margin-top: 1.5%;
}
.comments h1, .comment-bottom h2 {
	font-size:2.5em;
	color:#000;
	margin-bottom: 0.5em;
}
i.glyphicon {
	margin-right: 10px;
	color:#6a6a6a;
}
ul.blog-ic li span {
	font-size: 14px;
	color:#6a6a6a;
}
ul.blog-ic li a:hover {
	color:#190608;
}
.media {
	margin-top: 22px;
}
.media-left {
	width: 11%;
}
.media-body {
	width: 80%;
}
.single {
	padding: 6em 0;
}
h4.media-heading {
	font-size: 18px;
	margin: 0px 0 7px 0;
	color:#e68523;
}
.media-body p {
	font-size: 0.9em;
	color: #6A6A6A;
	line-height: 1.8em;
}
.comments {
	padding: 3em 0;
}
.comment-bottom form {
	width: 70%;
	margin-top: 3%;
}
.comment-bottom input[type="text"], .comment-bottom textarea {
	width: 100%;
	margin-bottom: 10px;
	color:#6A6A6A;
	font-size: 14px;
	background: none;
	padding: 0.8em 1em;
	outline: none;
	border: 1px solid #999;
}
.comment-bottom textarea {
	resize:none;
	height:14em;
}
ul.blog-ic li {
	display: inline-block;
	margin-right: 15px;
}
ul.blog-ic {
	margin-top: 20px;
	padding: 0px;
	margin-bottom: 30px;
}
.comments h1 {
	font-size: 2.5em;
	color: #25A7AD;
	font-family: 'Microsoft Yahei';
}
.comment-bottom.heading h2 {
	font-size: 2.5em;
	color: #25A7AD;
	font-family: 'Microsoft Yahei';
}
.comment-bottom input[type="submit"] {
	font-size: 1em;
	font-weight: 400;
	color: #fff;
	background: #e68523;
	border: none;
	padding: 0.6em 1.5em;
	margin: 0.9em 0em 0em 0em;
	outline: none;
}
.comment-bottom input[type="submit"]:hover {
	background:#25A7AD;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.media-left a img {
	border-radius: 50px;
}
.media-right a img {
	border-radius: 50px;
}
/*--signgle page end here--*/
/*--short codes--*/
.page-header h3 {
	font-size: 3em;
	color:#000;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: none;
}
.grid1 {
	margin: 1.5em 0 0;
}
ul.nav.nav-pills {
	margin: 1.5em 0 0;
}
.grid2 {
	margin: 1em 0 0;
}
.bs-example {
	padding: 2em 0 0;
}
.form-horizontal .control-label {
	text-align: left;
}
h3.typo1 {
	text-align: center;
	font-size: 3em;
	color:#25A7AD;
	font-family: 'Microsoft Yahei';
}
.page {
	padding: 4em 0em 4em 0em;
}
/*--//short codes--*/
/*--gallery--*/
.portfolio-top {
	text-align:center;
}
.portfolio-top h1 {
	font-size: 2.5em;
	color: #2ca8fb;
	margin-bottom: 1em;
	font-family: 'Microsoft Yahei';
}
.portfolio-top p {
	color:#6A6A6A;
	font-size: 0.9em;
	width: 60%;
	margin: 0 auto;
	line-height: 1.8em;
}
.portfolio {
	padding: 5em 0;
}
/******** SAP ************/
.sap_tabs {
	clear:both;
	padding: 0em 0 2em;
}
.tab_box {
	background:#fd926d;
	padding: 2em;
}
.top1 {
	margin-top: 2%;
}
.resp-tabs-list {
	list-style: none;
	padding: 2em 9px 1em;
	margin: 0 auto;
}
.resp-tab-item {
	color: #e68523;
	font-size: 0.9em;
	cursor: pointer;
	padding: 6px 25px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	border: 2px solid #e68523;
	margin: 0 0.5em 0;
}
.resp-tab-active {
	background:#e68523;
	text-shadow: none;
	color: #fff;
	border: 2px solid #e68523;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.tab_img {
	padding:1em 0em;
}
.img-top {
	position: relative;
	margin-bottom: 20px;
}
.link-top {
	position: absolute;
	top: 0%;
	text-align: center;
	width: 90%;
	background: rgba(0, 0, 0, 0.49);
	height: 100%;
	padding: 5em 0 0;
	display: none;
}
i.link {
	background: url(../images/eye.png)no-repeat 0px 0px;
	width: 35px;
	height: 27px;
	display: inline-block;
}
.img-top:hover .link-top {
	display: block;
}
/*--//gallery--*/
/*--contact start here--*/
.contact {
	padding: 3em 0px;
}
.contact-top {
	padding: 35px 0px 20px 0px;
	text-align: center;
}
.contact-top h1 {
	font-size: 2.5em;
	font-weight: 600;
	color: #2ca8fb;
	font-family: 'Microsoft Yahei';
	margin: 0px 0px 10px 0px;
}
.contact-top p {
	font-size: 0.9em;
	font-weight: 400;
	color:#6A6A6A;
	line-height: 1.8em;
	width: 60%;
	margin: 0 auto;
}
.contact-left p {
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin-bottom:15px;
}
.contact-left input[type="text"] {
	outline: none;
	width: 100%;
	padding:0.5em 0.8em;
	margin: 0px 0px 10px 0px;
	border:1px solid #B7B7B7;
	font-size: 15px;
	font-weight: 400;
	color: #252e38;
	-webkit-appearance: none;
}
.contact-right p {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	margin-bottom: 5px;
}
.contact-right textarea {
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	padding:0.5em 0.8em;
	border:1px solid #B7B7B7;
	height: 14em;
	outline: none;
	resize: none;
	-webkit-appearance: none;
}
.contact-right input[type="submit"] {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding: 7px 2em;
	background:#2ca8fb;
	border: none;
	outline: none;
	-webkit-appearance: none;
	margin:1.3em 0em 0em 0em;
}
.contact-right input[type="submit"]:hover {
	background:#ffde00;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.map {
	padding: 1em 0px 3em 0px;
}
.map-left h2 {
	font-size: 1.5em;
	font-weight: 500;
	color:#2ca8fb;
	margin: 0px 0px 3px 0px;
	font-family: 'Amaranth', sans-serif;
}
.map-left p {
	font-size:0.92em;
	font-weight: 400;
	color:#6A6A6A;
	line-height: 1.9em;
}
.addre h4 {
	font-size: 1.2em;
	font-weight: 500;
	color: #e68523;
	margin: 10px 0px 4px 0px;
	font-family: 'Microsoft Yahei';
}
.addre p {
	font-size: 0.92em;
	font-weight: 400;
	color: #000;
	line-height: 1.9em;
}
.addre p a {
	color: #000;
}
.addre p a:hover {
	color:#e68523;
}
.map-right iframe {
	width: 100%;
	height: 300px;
	border: none;
}
/*--contact end here--*/
/*--media quiries strat here--*/
@media(max-width:1440px) {
.banner-bottom {
	min-height:675px;
}
.banner-bottom1 {
	min-height: 675px;
}
.banner-bottom2 {
	min-height: 675px;
}
}
@media(max-width:1366px) {
}
@media(max-width:1280px) {
}
@media(max-width:1024px) {
.bann-text p {
	width: 50%;
}
.banner-bottom {
	min-height:575px;
}
.banner-bottom1 {
	min-height:575px;
}
.banner-bottom2 {
	min-height:575px;
}
.bann-text {
	padding-top: 14em;
}
.flex-control-nav {
	top: 85%;
}
.ftr-grd h3 {
	font-size: 2em;
}
.testimo {
	background: url(../images/man-yo.jpg)no-repeat 0px -125px;
}
}
@media(max-width:991px) {
.nav > li > a {
	padding: 10px 9px !important;
}
.social-left {
	float: left;
	width: 50%;
}
.social-right {
	float: right;
	width: 50%;
}
.social-right ul li {
	margin-left: 0.7em;
}
.bann-works {
	float: left;
	width: 50%;
	margin-bottom: 1.5em;
}
.fitness-top p {
	width: 70%;
}
.fitness-rit h4 {
	font-size: 1.3em;
}
.testimo {
	padding: 2em 0em;
}
.fitness-rit {
	padding: 0em 2em 2em 0em;
}
.beauty-grid-right {
	padding: 2em 0em 0em 0em;
}
.ftr-grd {
	padding-bottom: 1em;
}
.service-right {
	float: left;
	width:50%;
	/*padding: 0em 1em 0em 0em;*/
}


.about-top p {
	width: 80%;
}
.service-top p {
	width: 80%;
}
.service-right p {
	font-size: 0.85em;
}
.train-grid {
	float: left;
	width: 33%;
}
.train-bottom-grid h4 {
	font-size: 1.15em;
}
.ftr-gd1-img {
	float: left;
	width: 20%;
}
.ftr-gd1-text {
	float: right;
	width: 80%;
}
.img-top {
	float: left;
	width: 25%;
	padding: 0em 1em 0em 0em;
}
.map-left {
	padding-bottom: 2em;
}
.portfolio-top p {
	width: 80%;
}
.contact-top p {
	width: 80%;
}
.ch-grid li {
	width: 220px;
	height: 220px;
	margin: 0em 3em 1em 3em;
}
.fitness-lft {
	width: 70%;
	margin: 0 auto;
}
.history-right {
	width: 52%;
	margin: 0 auto;
}
.captn h4 {
	font-size: 1em;
	padding: 2px 0 4px;
}
.ser-setting:hover .captn h4 {
	margin-top: 47px;
}
}
@media(max-width:800px) {
.bann-text h3 {
	font-size: 3em;
}
.banner-bottom {
	min-height: 400px;
}
.banner-bottom1 {
	min-height: 400px;
}
.banner-bottom2 {
	min-height: 400px;
}
.bann-text {
	padding-top: 7em;
}
.bann-grid {
	padding: 3em 0em;
}
.fitness-top h1 {
	font-size: 2.5em;
}
.about {
	padding: 3em 0em;
}
.fitness {
	padding-bottom: 3em;
}
.beauty-grid {
	padding: 3em 0em;
}
.testiom-main h2 {
	font-size: 2.5em;
}
.about-top h1 {
	font-size: 2.5em;
}
.history-top h3 {
	font-size: 2.5em;
}
.history-top p {
	width: 75%;
}
.team {
	padding: 3em 0em;
}
.team-main h4 {
	font-size: 2.5em;
}
.service {
	padding: 3em 0em;
}
.service-top h1 {
	font-size: 2.5em;
}
.ser-bwn a {
	font-size: 0.85em;
	padding: 6px 1em;
}
.ser-strip-main {
	padding-top: 3em;
}
.trin-ser-top h3 {
	font-size: 2.5em;
}
.train-ser {
	padding: 3em 0em;
}
.page {
	padding: 3em 0em;
}
.resp-tab-item {
	font-size: 0.8em;
	padding: 6px 15px;
}
.trin-ser-top p {
	width: 75%;
}
.portfolio {
	padding: 3em 0;
}
.portfolio-top h1 {
	font-size: 2.5em;
}
.sap_tabs {
	padding: 0em 0 0em;
}
.contact-top h1 {
	font-size: 2.5em;
}
.single {
	padding: 3em 0;
}
.testiom-main p {
	width: 85%;
}
.testimo {
	background: url(../images/man-yo.jpg)no-repeat -275px 0px;
	min-height: 270px;
}
.bann-text p {
	width: 60%;
}
.captn h4 {
	font-size: 1em;
	padding: 2px 0 4px;
}
.ser-setting:hover .captn h4 {
	margin-top: 47px;
}
/*--shortcodes--*/
h3.typo1 {
	font-size: 2.5em;
}
h1.grid2 {
	font-size: 2.3em;
}
.testimonal-main a.testimo-btn {
	font-size: 0.81em;
}
h3.typo1 {
	font-size: 2.5em;
}
.page {
	padding: 3em 0em;
}
}
@media(max-width:767px) {
.navbar-nav {
	float: none !important;
	padding: 1em 0em;
	background: #313131;
}
.nav > li {
	text-align: center;
}
.cl-effect-11 a::before {
	left: none !important;
	text-align: center;
}
.navbar-toggle {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.navbar-inverse .navbar-toggle {
	border-color:#E68523;
	background-color:#E68523;
}
.navbar-inverse .navbar-toggle:hover {
	background-color: #E68523;
}
.navbar-inverse .navbar-toggle:focus {
	background-color:#E68523;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none !important;
}
}
@media(max-width:640px) {
.logo img {
	width: 80%;
}
.bann-text {
	padding-top: 5em;
}
.bann-text p {
	width: 80%;
}
.banner-bottom {
	min-height: 350px;
}
.banner-bottom1 {
	min-height: 350px;
}
.banner-bottom2 {
	min-height: 350px;
}
.social-left p {
	width: 100%;
}
.social-right ul li {
	margin-left: 0.4em;
}
.social-right {
	padding: 0px;
}
.fitness-rit h2{
	font-size: 1.5em;
}
.bann-grid .title h1{
	font-size:1.4em;
}
.testiom-main p {
	width: 100%;
}
.bann-text h3 {
	font-size: 1.8em;
}
.fitness-top h1 {
	font-size: 2em;
}
.testiom-main h2 {
	font-size: 1.5em !important;
}
.beauty-grid-left h3 {
	font-size: 2em;
}
.beauty-grid-right h3 {
	font-size: 2em;
}
.footer {
	padding: 3em 0em;
}
.about-top h1 {
	font-size: 2em;
}
.about-top p {
	width: 100%;
}
.fitness-top p {
	width: 100%;
}
.about-bottom p {
	width: 100%;
}
.history-top p {
	width: 100%;
}
.ch-grid li {
	margin: 0em 1em 1em 1em;
}
.history-top h3 {
	font-size: 2em;
}
.about-bottom h2 {
	font-size: 1.3em;
}
.history-left p {
	width: 80%;
}
.team-main h4 {
	font-size: 2em;
}
.service-top h1 {
	font-size: 2em;
}
.service-top p {
	width: 100%;
}
.ser-strip-main p {
	width: 100%;
}
.trin-ser-top h3 {
	font-size: 2em;
}
.trin-ser-top p {
	width: 100%;
}
.portfolio-top h1 {
	font-size: 2em;
}
.portfolio-top p {
	width: 100%;
}
.contact-top h1 {
	font-size: 2em;
}
.contact-top p {
	width: 100%;
}
.captn h4 {
	font-size: 0.9em;
}
.captn p {
	font-size: 0.8em;
}
.ser-setting:hover .captn h4 {
	margin-top: 35px;
}
.ser-setting .captn {
	bottom: -60%;
}
.ban-setting .captn {
	bottom: -81%;
}
/*--shortcords--*/
button.btn.btn-lg {
	font-size: 1.1em;
}
h1.grid2 {
	font-size: 2em;
}
h2.grid2 {
	font-size: 1.9em;
}
h3.typo1 {
	font-size: 2em;
}
}
@media(max-width:480px) {
.bann-text p {
	width: 80%;
	margin: auto;
}
.bann-text {
	padding-top: 4em;
}
.banner-bottom {
	min-height: 280px;
}
.banner-bottom1 {
	min-height: 280px;
}
.banner-bottom2 {
	min-height: 280px;
}
.social-left {
	float: none;
	width: 100%;
}
.social-right {
	float: none;
	width: 100%;
	text-align: center;
}
.bann-works h6 {
	font-size: 1em;
}
.fitness-rit {
	padding: 0em 0em 2em 0em;
}
.fitness-lft {
	width: 100%;
}
.testiom-main h4 {
	margin-top: 0.5em;
}
ul.callbacks_tabs.callbacks1_tabs {
	left: 41%;
}
.bann-grid {
	padding: 2em 0em;
}
.fitness-top {
	margin-bottom: 1.2em;
}
.fitness {
	padding-bottom: 2em;
}
.beauty-grid {
	padding: 2em 0em;
}
.footer {
	padding: 2em 0em;
}
.about {
	padding: 2em 0em;
}
.about-top {
	margin-bottom: 2em;
}
.about-bottom img {
	width: 100%;
}
.history-top {
	padding-bottom: 1.5em;
}
.team {
	padding: 2em 0em;
}
.service {
	padding: 2em 0em;
}
.service-right {
	float: none;
	width: 100%;
	padding: 0em 0em 0.5em 0em;
}
.service-left {
	padding-top: 2em;
}
.ser-strip-main h2 {
	font-size: 1.5em;
}
.ser-strip-main p {
	font-size: 0.85em;
}
.ser-strip {
	min-height: 270px;
}
.ser-strip-main a {
	font-size: 0.85em;
	padding: 8px 1em;
}
.train-grid {
	float: none;
	width: 90%;
	margin: 0 auto 1.5em;
}
.train-ser {
	padding: 2em 0em;
}
.trin-ser-top {
	padding-bottom: 2em;
}
.resp-tab-item {
	font-size: 0.8em;
	padding: 6px 5px;
}
.tab_img {
	padding: 0em 0em;
}
.img-top {
	float: left;
	width: 49%;
	margin:4% 1% 0% 0%;
}
.link-top {
	width: 93%;
}
.ftr-gd1-img {
	padding: 0px;
}
.contact {
	padding: 2em 0px;
}
.contact-top {
	padding: 0px 0px 2em 0px;
}
.map {
	padding: 1em 0px 2em 0px;
}
.portfolio {
	padding: 2em 0;
}
.single {
	padding: 6em 0;
}
.single-grid h4 {
	font-size: 16px;
}
.comments h1 {
	font-size: 2em;
}
.comments {
	padding: 2em 0;
}
.comment-bottom.heading h2 {
	font-size: 2em;
}
.comment-bottom form {
	width: 100%;
}
.comment-bottom input[type="submit"] {
	margin: 0em 0em 0em 0em;
}
.comment-bottom input[type="submit"] {
	font-size: 0.9em;
	font-weight: 400;
	color: #fff;
	background: #e68523;
	border: none;
	padding: 0.5em 1.5em;
}
.history-right {
	width: 100%;
	padding: 0px;
}
.ser-setting .captn {
	bottom: -80%;
}
.ser-setting:hover .captn h4 {
	margin-top: 75px;
}
/*--shortcodes--*/
.page-header h3 {
	font-size: 2em;
}
button.btn.btn-lg {
	font-size: 1em;
	padding: 7px;
}
button.btn.btn-1 {
	font-size: 0.9em;
	padding: 8px;
}
button.btn.btn-sm {
	font-size: 0.8em;
	padding: 9px;
}
h1#h1-bootstrap-heading {
	font-size: 2.2em;
}
h2#h2-bootstrap-heading {
	font-size: 2em;
}
h1.grid2 {
	font-size: 1.45em;
}
h2.grid2 {
	font-size: 1.35em;
}
h3.grid2 {
	font-size: 1.3em;
}
h4.grid2 {
	font-size: 1.2em;
}
h3.typo1 {
	font-size: 2em;
}
.page {
	margin: 0em 0;
}
}
@media(max-width:320px) {
.logo img {
	width: 65%;
}
.navbar-toggle {
	padding: 6px 6px;
}
.bann-text {
	padding-top:2.5em;
}
.bann-text h3 {
	font-size: 2em;
}
.banner-bottom {
	min-height: 225px;
}
.banner-bottom1 {
	min-height: 225px;
}
.banner-bottom2 {
	min-height: 225px;
}
.bann-text p {
	font-size: 0.8em;
}
.social-left p {
	font-size: 0.8em;
}
.navbar-wrapper {
	padding: 1em 0em;
}
.bann-works {
	padding: 0px 10px 0px 0px;
	margin-bottom: 0.8em;
}
.social-right ul li a span {
	width: 25px;
	height: 25px;
	background-size: 570%;
}
.social-right ul li a span.fb:hover {
	background-position: 9px -25px;
}
.social-right ul li a span.tw {
	background-position: -19px 0px;
}
.social-right ul li a span.tw:hover {
	background-position: -19px -24px;
}
.social-right ul li a span.g {
	background-position: -44px 0px;
}
.social-right ul li a span.g:hover {
	background-position: -44px -24px;
}
.social-right ul li a span.p {
	background-position: -68px 0px;
}
.social-right ul li a span.p:hover {
	background-position: -68px -24px;
}
.social-right ul li a span.inst {
	background-position: -93px 0px;
}
.social-right ul li a span.inst:hover {
	background-position: -93px -24px;
}
.social-right ul li a span.you {
	background-position: -119px 0px;
}
.social-right ul li a span.you:hover {
	background-position: -119px -24px;
}
.social-left {
	padding: 0px;
}
.bann-works h6 {
	font-size: 0.95em;
}
.bann-grid {
	padding: 1.5em 0em;
}
.social-left h2 {
	font-size: 1.2em;
}
.fitness-top h1 {
	font-size: 1.7em;
}
.fitness-top p {
	font-size: 0.8em;
}
.fitness-rit h4 {
	font-size: 1.1em;
}
.fitness-rit p {
	font-size: 1em;
}
.fitness-rit a {
	font-size: 0.8em;
}
.testimo {
	padding: 1em 0em;
}
.testiom-main h2 {
	font-size: 1.7em;
}
.testiom-main p {
	font-size: 0.8em;
}
.testiom-main h4 {
	font-size: 1em;
}
ul.callbacks_tabs.callbacks1_tabs {
	left: 37%;
	top: 100%;
}
.testimo {
	min-height: 235px;
}
.beauty-grid {
	padding: 1.5em 0em;
}
.beauty-grid-left {
	padding: 0em;
}
.beauty-grid-left iframe {
	width: 100%;
	height: 150px;
}
.beauty-grid-left h3 {
	font-size: 1.7em;
}
.beauty-grid-right {
	padding: 1em 0em 0em 0em;
}
.beauty-grid-right h3 {
	font-size: 1.7em;
}
.beauty-text h4 {
	font-size: 1em;
	margin: 0.5em 0em 0.3em 0em;
}
.beauty-text p {
	font-size: 0.8em;
}
.beauty-text a {
	font-size: 0.83em;
	margin-top: 1em;
}
.ftr-grd {
	padding: 0px;
}
.ftr-grd h3 {
	font-size: 1.6em;
}
.ftr-grd p {
	font-size: 0.8em;
}
.ftr-grd input[type="submit"] {
	font-size: 0.8em;
	margin: 0em 0em 0em 0em;
}
.ftr-grd input[type="text"] {
	font-size: 0.84em;
}
.ftr-gd1-text h4 a {
	font-size: 0.85em;
}
.about {
	padding: 1em 0em;
}
.about-top h1 {
	font-size: 1.7em;
}
.about-top p {
	font-size: 0.8em;
}
.about-top {
	margin-bottom: 1em;
}
.about-bottom h2 {
	font-size: 1.05em;
}
.about-bottom p {
	font-size: 0.8em;
}
.history-top h3 {
	font-size: 1.7em;
}
.history-top p {
	font-size: 0.8em;
}
.history-left p {
	font-size: 0.8em;
}
.history-right {
	padding: 1em 0em 0em 0em;
}
.team-main h4 {
	font-size: 1.7em;
}
nav a {
	font-size: 0.8em;
}
.navbar-nav {
	padding: 0.5em 0em;
}
.team {
	padding: 1em 0em;
}
.service {
	padding: 1em 0em;
}
.service-top h1 {
	font-size: 1.7em;
}
.service-top p {
	font-size: 0.8em;
}
.service-left {
	padding-top: 1em;
}
.service-right p {
	font-size: 0.8em;
}
.ser-bwn {
	padding: 1em 0px 0px 0px;
}
.ser-bwn a {
	font-size: 0.8em;
}
.ser-strip-main {
	padding-top: 1.5em;
}
.ser-strip-main h2 {
	font-size: 1em;
}
.ser-strip-main p {
	font-size: 0.8em;
}
.ser-strip {
	min-height: 250px;
}
.train-ser {
	padding: 1em 0em;
}
.trin-ser-top h3 {
	font-size: 1.7em;
}
.train-grid {
	float: none;
	padding: 0px;
	margin: 0 auto 1em;
	width: 100%;
}
.portfolio {
	padding: 1.3em 0;
}
.portfolio-top h1 {
	font-size: 1.7em;
}
.portfolio-top p {
	font-size: 0.8em;
}
.resp-tabs-list {
	padding: 1.5em 0px 0.6em;
}
.link-top {
	width: 88%;
	padding: 4em 0 0;
}
.contact {
	padding: 1.3em 0px;
}
.contact-top {
	padding: 0px 0px 1.2em 0px;
}
.contact-top p {
	font-size: 0.8em;
}
.contact-left {
	padding: 0px;
}
.contact-right {
	padding: 0px;
}
.contact-right textarea {
	height: 8em;
}
.contact-right p {
	font-size: 13px;
}
.map-left {
	padding: 0em 0em 1.2em 0em;
}
.map {
	padding: 0em 0px 1.2em 0px;
}
.map-right {
	padding: 0px;
}
.map-right iframe {
	height: 150px;
}
.map-left p {
	font-size: 0.8em;
}
.addre p {
	font-size: 0.8em;
}
.contact-left input[type="text"] {
	padding: 0.3em 0.8em;
}
.ban-setting:hover .captn h4 {
	margin-top: 35px;
}
.ban-setting .captn {
	bottom: -70%;
}
.ser-setting .captn {
	bottom: -71%;
}
.ser-setting:hover .captn h4 {
	margin-top: 60px;
}
.single-grid p {
	font-size: 0.8em;
}
.single-grid h4 {
	font-size: 13px;
	margin: 10px 0 0 0;
}
ul.blog-ic li span {
	font-size: 12.5px;
}
i.glyphicon {
	margin-right: 6px;
}
ul.blog-ic li {
	margin-right: 4px;
}
.callbacks_tabs a:after {
	height: 8px;
	width: 8px;
}
.comments {
	padding: 1em 0;
}
.comments h1 {
	font-size: 1.8em;
	margin-bottom: 0.3em;
}
.media {
	margin-top: 10px;
}
h4.media-heading {
	font-size: 16px;
}
.media-body p {
	font-size: 0.8em;
}
.comment-bottom.heading h2 {
	font-size: 1.7em;
}
.comment-bottom input[type="text"], .comment-bottom textarea {
	font-size: 12px;
	padding: 0.6em 1em;
}
.comment-bottom textarea {
	height: 9em;
}
.copy-right p {
	font-size: 0.75em;
}
.resp-tab-item {
	font-size: 0.7em;
	padding: 6px 5px;
	margin: 0 0em 0;
}
/*--shortcods--*/
h1#h1-bootstrap-heading {
	font-size: 1.6em;
}
h2#h2-bootstrap-heading {
	font-size: 1.5em;
}
h3#h3-bootstrap-heading {
	font-size: 1.4em;
}
button.btn.btn-lg {
	font-size: 0.9em;
	margin: 0 0 0.5em 0px;
	padding: 9px;
}
.grid1 {
	margin: 0.7em 0 0;
}
button.btn.btn-1 {
	font-size: 0.8em;
	margin: 0 0 0.5em;
}
button.btn.btn-sm {
	font-size: 0.7em;
	padding: 5px;
	margin: 0 0 0.5em;
}
button.btn.btn-xs {
	font-size: 0.7em;
}
ul.nav.nav-pills a {
	padding: 0.5em;
	font-size: 0.9em;
}
span.label {
	margin: 0 0 0.5em;
	display: inline-block;
}
.page {
	padding: 1em 0 1em;
}
.page-header {
	margin: 16px 0 9px;
}
.grid2 {
	margin: 0.4em 0 0;
}
.bs-example {
	padding: 1em 0 0;
}
h3.typo1 {
	font-size: 1.8em;
}
}
.yema {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 1.5em;
}
.yema li {
	display: inline-block;
	margin-right: 10px;
	color: #666;
}
.yema li a {
	color: #25A7AD;
}


/*--news--*/
.news-list{
	padding-top: 1em;
}
.news1{
	border-bottom: 1px solid #2ca8fb;
	min-height: 212px;
	margin-top: 1.5em;
}
.news-text{
	padding-left: 2em;
	min-height:200px
}
.news-list h1{
	font-size: 1.5em;
	color: #2ca8fb;
	margin-bottom: em;
}
.news-list p{
	font-size:0.9em;
	color: #6A6A6A;
	margin: 1em 0;
}
.news-list .news-text:hover h1,.news-list .news-text:hover p{
	color:#fff;
}
/*--news end--*/

/*--newscontent*/
.newscontent h1{
	font-size: 1.5em;
	color: #2ca8fb;
	margin-bottom: em;
	text-align: center;
}
.newscontent p{
	font-size:0.9em;
	color: #6A6A6A;
	margin: 1em 0;
	line-height: 1.8em;
}
.newscontent .time{
	text-align: center;
}
.newscontent img{
	display: block;
	margin: 2em auto ;
}
.newscontent .text{
	text-indent: 2em;
}
/*--newscontent end --*/






/*******************-S header-**************************/
#header {
width: 100%;
	background:#fff;
	z-index: 10;
    height:60px;
	    box-shadow: 0 2px 5px #ddd;
}
.nav{text-align: right;width: 100%; margin-top:12px; }
.nav ul{margin:0; padding: 0; width: 100%; }
.nav ul li{width: 11.5%; position:relative;}
.nav ul li,.nav ul li a{ display:inline-block; height: 32px; line-height: 32px;}
.nav ul li a{color: #333; font-size: 1em; text-align: center; width: 100%;}
.nav ul li:hover> a,.nav ul li .current{ color: #167cc5;}
    .nav ul li .sonnav { position:absolute; top:32px; left:0; background: rgba(0,0,0,0.6); width:150px; left:-22%; display:none;z-index: 999999;}
	.nav ul li .sonnav a{ color:#fff;}
        .nav ul li .sonnav a:hover { color: #167cc5;}
    .nav ul li:hover  .sonnav {display:block;}



.phone-nav{display: block; width: 50px; height: 50px; margin-top: 5px; text-align: center;}
.phone-nav span{ display: block; width: 80%; height: 4px;  background: #333; margin-top: 6px; }
.phone-nav span:first-child{margin-top: 9px;}

@media (max-width:991px){
.logo img{width: 185px; }
.logo {margin-top:5px; margin-left:0px;}
#header{height:60px;}

}

@media (min-width:992px){
.logo img{width: 215px;}
.logo {margin-top:5px;}

}



/*******************-E header-**************************/
.float_l{float:left;}
.float_r{float:right;}


/*显示和隐藏*/
.o-hidden{overflow:hidden}.hidden,.hide{display:none}.show{display:block}.visible{display:block}
.visible-xs{display:none!important}
.visible-sm{display:none!important}
@media (max-width:767px){.visible-xs{display:block!important}}
@media (max-width:767px){.hidden-xs{display:none!important}}
@media (max-width:992px){.visible-sm{display:block!important}}
@media (max-width:992px){.hidden-sm{display:none!important}}


.container{margin-right:auto;margin-left:auto;}@media (min-width:768px){.container{width:750px;padding-left:15px;padding-right:15px;}}@media (min-width:992px){.container{width:1000px;}}@media (min-width:1200px){.container{width:1170px}}@media (max-width:768px){.container{padding-left:15px;padding-right:15px;}}.container-fluid{margin-right:auto;margin-left:auto;}@media (max-width:992px){.container-fluid{padding-left:15px;padding-right:15px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;/*padding-left:15px;padding-right:15px*/}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table;clear:both}
.mainwrap_w{margin-right:auto;margin-left:auto;}@media (min-width:768px){.mainwrap_w{width:750px;}}@media (min-width:992px){.mainwrap_w{width:1000px; }}@media (min-width:1200px){.mainwrap_w{width:1170px}}@media (min-width:1300px){.mainwrap_w{width:1200px}}@media (max-width:768px){.mainwrap_w{padding-left:15px;padding-right:15px;}}.container-fluid{margin-right:auto;margin-left:auto;}@media (max-width:992px){.container-fluid{padding-left:15px;padding-right:15px}}



/*****联系我们*****/
.contactcon{ font-size:16px; line-height:26px; color:#333;}



/***************  新闻 *******************/
.list-news{ margin:0; padding:0;}
.list-news li{
	border-bottom: 1px  dotted #e5e5e5;
	line-height: 40px;
    list-style: none;
    height: 40px;
	list-style:none;
	display:block;
}
.list-news li .title2{
	font-size: 16px;
	font-weight: normal;
	float: left;
	background: url(../images/icon-dot.gif) no-repeat 0 center;
	padding-left: 15px;
	width:70%;
	line-height:40px;
	height:40px;text-overflow:ellipsis; overflow:hidden;white-space:nowrap;

	color:#333;
}
.list-news li span{
	float: right;
	color:#999;
	font-size:14px;
}
.list-news li:hover .title2{ color:#2ca8f;}
.detailbox{ font-size:16px; line-height:30px; color:#666;}

.fuwu .solution_item{ background:#fff; padding-top:15px; padding-bottom:15px; margin-bottom:20px;}
.fuwu .solution_item h3 a	{color: #333;
    font-weight: normal;
    font-size: 16px;
    font-family: "微软雅黑";}
	.fuwu .solution_item p{ font-size: 13px; line-height:20px;color: #999;font-family: "微软雅黑"; max-height:60px; overflow:hidden; padding-left:10px; padding-right:10px;}


	
	
	.single-top{  text-align:center; padding-top:15px;}
	

/******案例******/
.case .m-shu {

	color: #999;

	margin-bottom: 12px;

	line-height: 28px

}

.case .m-shu p {

	margin-top: 2px;

	color: #ccc

}

.case .m-shu p a {

	color: #333;

	margin: 0 3px

}

.case .m-shu p a:hover {

	color: #e4a448

}

.case h3 {

	padding: 20px 0 26px 0;

	margin: 0 auto

}

.case h3 a {

	font-size: 16px;

	font-weight: bold

}

.case h3 small, .case h3 small a {

	color: #999;

	font-size: 14px;

	font-weight: normal

}

.case a.pic-link {

	max-width: 360px;

	text-align: center;

	margin-right: auto;

	margin-left: auto;
	border:1px solid #ddd;

}

 @media(min-width:999px) {

.case a.pic-link, .tj-case a.pic-link {

	position: relative;

	display: block

}

.case-hover {

	cursor: pointer;

	display: block;

	position: absolute;

	width: 100%;

	height: 100%;

	background-color: rgba(0,0,0,0);

	background-image: url(../images/on-hover.png);

	background-repeat: repeat;

	opacity: 0;

	filter: Alpha(Opacity=0);

	z-index: 96;

	-webkit-transition: all .3s linear;

	-moz-transition: all .3s linear;

	-ms-transition: all .3s linear;

	-o-transition: all .3s linear;

	transition: all .3s linear

}

.case-hover:hover {

	opacity: 1;

	filter: Alpha(Opacity=1)

}

.case-hover * {

	filter: inherit

}

.case-hover {

	cursor: pointer

}

.case-hover:hover .hover-link, .tj-case figure div:hover .hover-link, .pic-link:hover .hover-link {

	background-image: url(../images/hover-link.png);

	background-repeat: no-repeat;

	background-position: center center

}

.hover-link {

	width: 44px;

	height: 44px;

	top: 50%;

	left: 50%;

	margin-left: -22px;

	margin-top: -22px;

	position: absolute;

	display: block

}

}



	

.ylw-img-responsive3 {
    max-width: 100%;
    max-height: 162.5px;
}



/**合作客户 ***/
/*third*/
.brand {
	
}
.brand ul {
	/*border: 1px solid #e1e1e1;*/
	border-top: 0;
	border-left: 0;
	overflow: hidden;
	margin: 0; 
    padding: 0;
    font-size: 0;
}
.brand li {
	float: left;
	/*border: 1px solid #e1e1e1;*/
	border-right: 0;
	border-bottom: 0;
	width: 194.8px;
	margin: 0;
	padding: 0;
	overflow: hidden
}
.brand li img{max-width:100%;}

.brand img {
	transition: .9s;
	-moz-transition: .9s;
	-webkit-transition: .9s;
	-o-transition: .9s;
	line-height: 1em
}
.brand img:hover, .page_partner img {
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}
.brand img:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transition: scale(1.2);
	cursor: crosshair
}



/***/
.partner{ padding-top:30px; padding-bottom:50px;}
.partner .more{ margin-left:auto;margin-right:auto; text-align:center;}


 .title {
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.title h1 {
    font-size: 1.6em;
	color:#333;
	text-transform: uppercase;
}


.testiom-main h3{font-size:1.6em; line-height:1.5em; color:#fff;}


.fitness-bottom{position:relative; }
.videobox{ position:absolute; right:0; top:0; width:600px; height:345px;}
@media (min-width:992px){
	.fitness-bottom{padding-right:620px;} 
 }
 
 
 @media only screen and (max-width: 1200px)
 {
.brand li {
    width: 149.8px;
}
}

@media (max-width: 979px) and (min-width: 768px)
{
.brand li {
    width: 124.8px;
}
}

@media (max-width: 767px)
{
	
.trigger {width: 460px; margin-left:auto; margin-right:auto;}	
}

@media only screen and (max-width: 767px)
{
.brand li {
    width: 152.9px;
}
}

@media (max-width: 479px)
{
	.trigger {width: 300px; margin-left:auto; margin-right:auto;}	
}


@media only screen and (max-width: 479px)
{
.brand li {
    width: 149px;
}
}

.contactcon img{max-width:100%;}




/* 返回顶部 */
.dn{}
.go-top{position: fixed;bottom: 17px;right:10px;width: 46px;z-index: 99999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image:url(../images/go-top.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback:hover{background-position: 0 -300px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -350px;}
/*
.go-top .share{background-position: 0 -50px;}
.go-top .share:hover{background-position: 0 -200px;}
*/
.go-top .uc-2vm-pop{position: absolute;right: 60px;top: -100px;width: 240px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);background: #fff;}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 20px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}




/*机构入口*/
.widget-contact-form{ margin-top:40px; max-width:600px; margin-left:auto; margin-right:auto; width:100%;}
.form_message .form-row {
    margin-right: 5px;
    width: calc(50% - 5px);
}
.form_message .form-row  {
    width: 100%;
	border: 1px solid #ddd;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    outline: medium none;
    padding: 0 15px;
	font-family:"微软雅黑"; font-size:14px;
}
.field span{ font-size:12px;  color:#f00; line-height:30px; }
.field{ margin-bottom:10px;}

.form_message textarea {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    outline: medium none;
    padding: 0 15px;
	width:100%;
	line-height:40px;
	font-family:"微软雅黑"; font-size:16px;
}

.cws-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #237dc8;
    border-radius: 0;
    color: #237dc8;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    min-width: 160px;
	width:100%;
    padding: 8px 20px;
    text-align: center;
    text-transform: uppercase;
	cursor:pointer;
	margin-bottom:30px;
}
.cws-button.alt {
    background: #237dc8 none repeat scroll 0 0;
    color: #ffffff;
}
.cws-button.alt:hover {
    color: #fff;
	 background: #2275ba;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
}

