﻿body{
	font-family: "微软雅黑";
	background: #f5f5f5;
	padding: 0;
	margin: 0;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #66cccc !important;
	text-decoration: none;
}
a{
	text-decoration: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
ul,ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{ margin: 0;}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
/*通用*/
.con_box,.con_box2,.con_box3{
	padding: 70px 0;
}
.tit h3{
	font-size: 28px;
	color: #333;
	line-height: 30px;
}
.tit p{
	font-size: 16px;
	width: 90%;
	color: #999;
	margin: 0 auto;
	line-height: 35px;
}
.com_tit {
	font-size:28px;
	color:#333;
}

/*首页导航*/
.topbar{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	background: #f8f8f8;
	color: #888;
}
.topbar a{
	color: #888;
}
.navbar{
	min-height: 90px;
	background: #fff;
	border: none;
	margin-bottom: 0;
}
.navbar-brand{
	height: auto;
}
.navbar-default .navbar-nav > li > a{
	padding-top:36px;
	font-size: 16px;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
	font-size:18px;
}
.navbar-default .navbar-nav > li > a.on{
	color: #66CCCC;
}
.list-unstyled li{
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.list-unstyled li.on a{
	color: #66CCCC;
}
/*优势*/

.ys_box{
	margin-top: 30px;
	padding: 0;
} 
.ys_box li{
	background: #fff;
	margin: 1%;
    width: 23%;
}
.ys_box .ys{
	padding: 40px 15px;
}
.ys_box img{
	display: inline-block;
	text-align: center;
}
.ys_box li h4{
	margin: 15px 0;
	font-size: 20px;
	color: #333;
}
.ys_box li p{
	color: #888;
	line-height: 25px;
	font-size: 16px;
}

/*关于我们*/
.con_box2{
	background: url(../images/gongsibeijing.png) no-repeat center;
	color: #fff;
}
.con_box2 .about_tit{
	font-size: 28px;
} 
.con_box2 .about_con{
	margin: 20px 0;
	line-height: 30px;
	font-size: 16px;
	text-indent: 2em;
}
.con_box2 .about_link a{
	font-size: 18px;
	color: #fff;
	padding: 5px 30px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.con_box2 .about_link a:hover{
	border: 1px solid #66cccc;
	color: #fff !important;
	background: #66cccc;
}

/*减肥项目*/
.jfxm{
	margin-top: 30px;
	padding: 0;
}
.jfxm .jfxm_tit{
	padding: 10px 0;
	overflow: hidden;
	background: #fff;
	transition: 0.3s;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.jfxm .xm{
	margin-bottom: 50px;
}
.jfxm .xm:hover .jfxm_tit{
	color: #fff;
	background: #66CCCC !important;
}
.jfxm .jfxm_img {
	overflow: hidden;
}
.jfxm img{
	width: 100%;
	display: inline-block;
	-webkit-transition: all 0.26s ease-out;
    -moz-transition: all 0.26s ease-out;
    -ms-transition: all 0.26s ease-out;
    -o-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}
.jfxm .xm:hover img{
	transform: scale(1.08);
}
.jfxm_link a{
	font-size: 18px;
	color: #333;
	background: #fff;
	padding: 8px 30px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.jfxm_link a:hover{
	background: #66cccc !important;
	color: #fff !important;
}
/*案例*/
.con_box3{
	background: url(../images/anli.png) no-repeat center;
	color: #fff;
}
.case{
	margin: 30px 0;
	padding: 0;
}
.case li{
	width: 20%;
}
.case .case_tit{
	color: #333;
	font-size: 18px;
	padding: 15px 0;
	overflow: hidden;
	background: #fff;
	transition: 0.3s;
} 
.case .ca{
	margin-bottom: 50px;
}
.case .ca:hover .case_tit{
	color: #fff;
	background: #66CCCC !important;
}
.case .case_img{
	overflow: hidden;
}
.case img{
	width: 100%;
	display: inline-block;
	-webkit-transition: all 0.26s ease-out;
    -moz-transition: all 0.26s ease-out;
    -ms-transition: all 0.26s ease-out;
    -o-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}
.case .ca:hover img{
	transform: scale(1.08);
}
.case_link {
	clear: both;
}
.case_link a{
	font-size: 18px;
	color: #333;
	background: #fff;
	padding: 8px 30px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.case_link a:hover{
	background: #66cccc;
	color: #fff !important;
	border: 1px solid #66cccc;
}

/*新闻*/
.news_box{
	margin: 30px 0;
	padding: 0;
}
.news_l span{
	display: block;
}
.news_box .more{
	line-height: 46px;
	color: #888;
}
.news_l span h3,.news_r span h3{
	background: #66CCCC;
	color: #FFF;
	padding: 10px 25px;
	float: left;
}
.news_l span .more,.news_r span .more{
	float: right;
}
.news_l .news_left li,.news_r .news_right li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.news_l .news_left,.news_r .news_right{
	text-align: left;
	background: #fff;
	padding: 25px 30px 20px 30px;
	width: 100%;
}
.news_l .news_left h4,.news_r .news_right h4{
	font-size: 22px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_l .news_left .nr,.news_r .news_right .nr{
	color: #888;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0;
	height:50px;
	
}
.news_l .news_left time,.news_r .news_right time{
	color: #bbb;
}

/*商盟*/
.smcy{
	background: #fff;
	padding: 20px 0;
}
.smcy b{
	font-weight: bold;
	font-size: 20px;
}
.smcy a{
	padding-right:15px;
	color: #666;
	font-size: 16px;
}
/*底部*/
.footer{
	background: #222;
	color: #aaa;
}
.footer_box{
	padding-top: 30px;
}
.footer_box a{
	color: #aaa;
}
.footer_box ul{
	padding: 0;
}
.footer_box h4{
	margin-bottom: 15px;
	font-size: 20px;
}
.footer_box ul li{
	margin-bottom: 15px;
}
.footer_box ul li a{
	font-size: 16px;
}
.footer_box .tel{
	font-size: 24px;
	font-weight: bold;
}
.footer_box p{
	font-size: 16px;
}
.footer_box .copy{
	border-top: 1px solid #282828;
	line-height: 30px;
	padding: 10px 0;
}

/*面包屑*/
.crumb{
	line-height: 50px;
	background: #fff;
	color: #888;
	border-bottom: 1px solid #eee;
}
.crumb a{
	color: #888;
}
.crumb i{
	display: inline;
	padding-right: 5px;
}
.imain{
	padding: 20px 0;
}

/*关于我们页面*/
.sort{
	padding: 10px 0;
	margin: 0 auto;
}
.sort ul li{
	display: inline-block;
	margin: 10px;
	font-size: 16px;
}
.sort ul li.on a{
	color:#66CCCC;
}
.sort ul li a{
	font-size: 18px;
}
.aboutcon p{
	line-height: 30px;
	font-size: 16px;
	margin: 0px;
}
.aboutcon img{
	vertical-align : bottom;
}

/*联系我们页面*/
.contact_con{
	margin: 20px 0;
}
.contact_con p{
	font-size:16px;
	color:#333;
}

/*产品页面*/
.protext {
	line-height:30px;
	padding:10px;
	color:#90939b;
}
.jfxm2 .xm{
	margin-bottom: 50px;
}
.jfxm2 .xm:hover .jfxm_tit{
	color: #fff;
	background: #66CCCC !important;
}
.jfxm2 .jfxm_img {
	overflow: hidden;
}
.jfxm2 img{
	width: 100%;
	display: inline-block;
	-webkit-transition: all 0.26s ease-out;
    -moz-transition: all 0.26s ease-out;
    -ms-transition: all 0.26s ease-out;
    -o-transition: all 0.26s ease-out;
    transition: all 0.26s ease-out;
}
.jfxm2 .xm:hover img{
	transform: scale(1.08);
}
.jfxm_link a{
	font-size: 18px;
	color: #333;
	background: #fff;
	padding: 8px 30px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.jfxm_link a:hover{
	background: #66cccc !important;
	color: #fff !important;
}
.jfxm2 .jfxm_tit{
	padding: 10px 0;
	overflow: hidden;
	background: #fff;
	transition: 0.3s;
	color: #333;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}

/*新闻*/
.news_list{
	background: #fff;
	padding: 25px 30px 20px 30px;
}
.news_list ul li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.news_list ul li h4{
	font-size: 22px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list ul li .xq{
	color: #888;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0;
	height:50px;
}
.news_list ul li time{
	color: #bbb;
}

.right_con{
	background: #fff;
	padding: 25px 30px 20px 30px;
}
.cates h4{
	background: #EBEBEB;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
    color: #333;
	border-radius: 4px;
	text-align: center;
}
.cates ul li {
	margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
}
.cates ul li a {
	color:#777;
	padding-left: 15px;
	font-size: 16px;
}

/*详情页面*/
.news_bg{
	background: #fff;
	padding: 25px 30px 20px 30px;
}
.news_tit h1{
	font-size: 22px;
    margin-bottom: 10px;
}
.news_tit p {
	color: #a3afb7;
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
}
.news_info {
	min-height: 200px;
}
.news_info img{
	display:block;
	max-width:100%;
	height:auto;
	margin:5px 0;
}
.news_info p {
	line-height:35px;
}
.tag {
	margin:20px 0;
}
.tag a {
	/*display:block;
	border:1px solid #eee;*/
	border-radius: 3px;
	margin: 10px 0;
    padding: 5px;
}
.tag a:hover {
	border:1px solid #66CCCC;
}
.related_img img{
	width:100%;
}
.navbar-brand img{
	max-width:100%;
}

.imain .container img{
	width:100%;
}



/*相关产品*/
.xgcp h4{
	background: #ebebeb;
    padding: 0 15px;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    border-radius: 4px;
}
.xgcp ul {
	overflow:hidden;
}
.xgcp li {
	margin:20px 0;
}
.xgcp li span {
	display:block;
	line-height:35px;
	background:#eee;
}
.xgcp li span a {
	color:#666;
}

/* 网站地图 */
.sitemap .sti_tit{
	font-size:20px;
	color:#333;
	padding:5px 0;
}
.sitemap .sitemap_con a{

	padding:5px 10px;
}





@media (max-width: 767px) {
	.dataTables_paginate{
		margin-bottom: 50px;
	}
	 .sort ul li{
		margin: 3px;
	}
	.smcy,.footer{
		display: none;
	}
	.news_l .news_left, .news_r .news_right{
		margin-bottom: 20px;
	}
	.navbar-brand > img{
		height: 29px;
	}
	.navbar-default .navbar-toggle{
		margin-top: 15px;
	}
	.navbar{
		min-height: 70px;
	}
	.aboutcon{
		margin-bottom: 50px;
	}
	.jfxm li,.jfxm2 li,.case li{
		width: 50%;
	}
	.jfxm2 .xm,.jfxm .xm,.case .ca{
		margin-bottom: 30px;
	}
	.right_con{
		margin-bottom: 50px;
	}
	.about_link{
		margin: 10px;
	}
	.ys_box li{
		width: 98%;
	}
	.navbar-default .navbar-collapse ul li{
	border-bottom: 1px solid #eee;
	text-align: center;
	}
	.navbar-default .navbar-collapse ul li a{
		line-height: 30px;
		padding-top:10px;
	}
	.con_box, .con_box2, .con_box3{
		padding: 20px 0;
	}
	.ys_box{
		padding: 10px 0;
		margin-top: 0;
	}
	.case{
		margin: 30px 0;
	}
	.pro_list{
		margin-bottom:60px;
	}
	.ditu{
	padding-bottom:50px;
	}
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a{
		padding-left: 8px;
   		 padding-right: 8px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
           /* .protext{
				display: block;
            }*/
        }
@media screen and (min-width: 320px)and (max-width: 750px){
            .protext,.cates{
				display: none;
            }
        }
.tag span {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color:#333;
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 25%;
	background: #494949;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #666;
	list-style: none;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover {
	text-decoration: initial;
}
.phonefooternav ul li a i {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}
@media (max-width: 480px) {
	.phonefooternav ul li {
	padding: 3px 0px;
}
}
@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
}
}
@media (max-width: 767px) {
	.phonefooternav {
	display: block !important;
}
}

/*页码*/
.pagess ul li {
	display:inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	line-height: 20px;
	background: #fff;
	color:#999
}
.pagess ul li:hover {
	background:#66cccc;
	color:#fff !important;
	border: 1px solid #66cccc
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #66cccc;
	padding: 2px 9px;
	margin: 0 3px;
	background: #66cccc;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a {
	display:block;
	color:#999
}
.pagess ul li a:hover {
	color: #fff !important;
}
.ban p a {
	color: #337ab7;
}