* {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft Yahei';
}
body,ul,li{margin: 0;padding: 0;}
ul,li{list-style: none;}

a{text-decoration: none;}
a:hover{ color: #2293a3;}

img{margin:0;border:0;display: block;}
#clear {
  clear: both;
}

.fl {
	display: inline;
	float: left;
}
.fr {
	display: inline;
	float: right;
}

/*头部*/
.con{ width: 1200px; margin: 0 auto;}
.first_top{background:#fff; border-bottom: 1px solid #ccc; height: 36px;}

.first_topbox{ width: 1200px; margin: 0 auto;line-height: 36px; height: 36px;}

.top_left{float: left;overflow: hidden;}

.top_left p{line-height: 36px;font-size: 14px;color: #666;}
 
/*右侧微博*/
.top_right .top_cl{
	float: left;
    height: 36px;
	line-height: 36px;
	border-right: 1px solid #eee;
}
.top_cl li {
    float: left;
    width: 36px;
    text-align: center;
    border-left: 1px solid #eee;
    height: 18px;
    line-height: 18px;
    padding: 9px 0;
}
.top_cl li .icon {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 18px;
	cursor:pointer;
}

.top_cl li a.icon1{ background: url(../images/top_qq.png) no-repeat center center; } 
.top_cl li a.icon1:hover{ background: url(../images/top_qq_1.png) no-repeat center center; }

.top_cl li a.icon2{ background: url(../images/top_xlwb.png) no-repeat center center; } 
.top_cl li a.icon2:hover{ background: url(../images/top_xlwb_1.png) no-repeat center center; }

/*.top_cl li a.icon3{ background: url(../images/top_weixin.png) no-repeat center center; } 
.top_cl li a.icon3:hover{ background: url(../images/top_weixin_1.png) no-repeat center center; }*/

 /*微信弹出框*/
.xinlang{
	position: relative;
}
.xinlang .wx_xiaotu{
    display: block;
    width: 100%;
	position: relative;
}
.xinlang .wx_xiaotu img{
    width: 18px;
    height: 14px;
	margin-top: 4px;
}

.xinlang .wx_datu{
	display: none;
    position: absolute;
    bottom: -80px;
    left: 20px;
    width: 100%;
    height: 100%;
    color: #fff;
	background: #fff;
}
.xinlang .wx_datu img{
    width: 100px;
    height: 100px;
    float: right;
}
  /*鼠标经过效果*/
.xinlang:hover .wx_datu{ 
    display: block;
    bottom: -30px;
	background: #fff;
}

 /*手机版本弹框*/
.indexphone{
	position: relative;
}
.indexphone .phone_xiaotu{
    display: block;
    width: 100%;
	position: relative;
}
.indexphone .phone_xiaotu font{
	height: 36px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 5px;
	color: #969696;
}
.indexphone .phone_xiaotu img{
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 7px;
}
.indexphone .phone_datu{
	display: none;
    position: absolute;
    bottom: -80px;
    left: 30px;
    width: 100%;
    height: 100%;
    color: #fff;
}
.indexphone .phone_datu img{
    width: 100px;
    height: 100px;
    float: right;
}
  /*鼠标经过效果*/
.indexphone:hover .phone_datu{ 
    display: block;
    bottom: -30px;
	background: #fff;
}


/*logo*/
.search{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.search .fl li{
	float: left;
}
.logo-center{
	float: left;
    width: 340px;
    margin: 0 70px;
}
.logo-center img{
	height: 120px;
}

.logo-right{
	width: 240px;
    background: #fff;
	margin: 12px 0;
}
.logo-right .right-tel img{
	display: block;
	margin: 0 auto;
	height: 60px;
}
.logo-right .right-bottom{
	width: 220px;
    background: #fff;
    border-radius: 16px;
    height: 32px;
    padding: 0 8px;
	border: 1px solid #ccc;
}
.right-bottom .box-search {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
}
.box-search select{
	float: left;
    border: none;
    background: none;
    outline: none;
    margin-top: 7px;
    margin-left: 0;
    font-size: 12px;
}
.box-search select option{
    border: none;
    background: none;
    outline: none;
    font-size: 12px;
}
.box-search .single-line {
    border: none;
    font-size: 12px;
    line-height: 32px;
    padding: 0 0;
    width: 89%;
    color: #666;
    background: url(../images/sousuo.png) no-repeat right 48%;
    text-align: left;
    padding-right: 10%;
    outline: none;
    float: left;
    padding-left: 5px;
}
.box-search .aniu{
	border: none;
    background: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    cursor: pointer;	
}


/*导航菜单*/
.menu{
    width: 100%;
    margin: 0 auto;
    height: 56px;
	line-height: 56px;
    background: #399b9c;
}
.nav {
    height: 56px;
    width: 100%;
    line-height: 56px;
    background: #399b9c;
}

.nav .nav_i:nth-child(1) img{ width: 30px; height: 30px;margin: 12px; }

.nav .nav_i{
	width: 14%;
	position: relative;
	float: left;
	display: inline;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	height: 56px;
	line-height: 56px;
}
.nav_i span a{
	display: block;
	color: #fff;
}
.nav .active{
	display: block;
	background: url(../images/icon.png) no-repeat center center;
	color: #fff;
}
.nav_i span:hover a{
	display: block;
	background: url(../images/icon.png) no-repeat center center;
	color: #fff;
}
.nav_i .nav2 {
	width: 450px;
    height: 230px;
    position: absolute;
    left: 0px;
    top: 56px;
    display: none;
    background: #ccc;
    z-index: 999;
    background: #fff;
	border: 1px solid #C1A05B;
	border-top: none;
}
.nav2 div{
	width: 100%;
	overflow: hidden;
} 
.r_nav .nav2 {
	display: block;
}
.nav2 ul{
	float: left;
    display: inline;
    width: 30%;
    margin: 8px 10px;
	padding: 0 8px;
}
.nav2 li {
	font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-right: 0;
    width: 100%;
    border-bottom: 1px dashed #DBC184;
}
.nav2 li a {
    color: #666;
    display: block;
    text-align: left;
	padding-left: 10px;
	font-size: 13px;
}
.nav2 li a:hover {
	color: #309698;
}
.nav2 img{
	width: 276px;
    height: 230px;
	float: right;
}

/*广告位*/
.ad{ width: 100%; height: auto; }
.ad img{ width: 100%; height: auto; }


/*内页样式*/
.nav_nei {
    width: 100%;
    height: 36px;
	line-height: 36px;
	margin-bottom: 15px;
}
.nav_n {
    padding-left: 22px;
    height: 40px;
    line-height: 40px;
    color: #5F5D5E;
    font-size: 15px;
    background: url(../images/wz.png) no-repeat left center;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}
.nav_n a { color: #5F5D5E; font-size: 14px;}
.nav_n a:hover {
    color: #ba8658;
}

.mine{
	width: 100%;
	height: auto;
	margin-top: 30px;
	position: relative;
}
.rg_left{
	width: 250px;
	height: auto;
	overflow: hidden;
	margin-right: 20px;
}
  /*左侧菜单*/
.sidebar{ width:250px; position:absolute;/*top:-90px;*/ top: 20px; transition:top ease .5s;-webkit-transition:top ease .5s;
    -moz-transition:top ease .5s;-ms-transition:top ease .5s;-o-transition:top ease .5s; z-index:999; }

.sidebar .one{width:243px; background:#E14897;}

.sidebar .tab1{width:250px; padding: 0 0px;height:90px; overflow:hidden;line-height:32px; font-size:34px;
   color:#fff;background: #399b9c;}
   
.sidebar .tab1 img{ height: 70px; margin: 8px 6px;}

.sidebar .tab1 p{display:inline-black;padding-top:20px;}

.sidebar .tab1 strong{line-height:95px;font-size:90px;color:#f1d791;font-weight:normal;font-family:Arial;float:left;}

.sidebar .tab1 span{font-size:26px;color: #f1d791;}

.sidebar ul{ width:204px; margin: 0 auto; overflow:hidden;background: #c9986d; margin-bottom: 15px;}

.sidebar ul li:nth-child(1){/*padding-top:8px;*/ border-left: none;}

.sidebar ul li{ width:100%;line-height:41px;height:41px;text-align:center; 
    border-bottom: 1px dashed #ddd; background: #fff;}

.sidebar ul li a{ display:block; color:#666; font-size:14px;text-decoration:none; 
   background:url(../images/j1.png) 40px center scroll no-repeat;transition:all .5s linear;
   -webkit-transition:all .5s linear;-moz-transition:all .5s linear;-ms-transition:all .5s linear;
   -o-transition:all .5s linear; }

.sidebar ul li a:hover{color: #309698; font-weight: bold; 
   /*background: #ba8658 url(../images/j2.png) 55px center scroll no-repeat; border-radius:8px;*/ }

.sidebar ul li.on a{ color: #399b9c; font-weight: bold;}

.sidebar.fixed{ position:fixed; }

.tab_list{
	width: 204px;
    padding: 10px 22px;
    background: #fff;
	border: 1px solid #ddd;
    border-top: none;
}
h2.fenlei{
	width: 204px;
	margin: 0 auto;
	background: #399b9c;
    text-align: center;
    color: #fff;
    line-height: 38px;
    border-radius: 4px;
	font-size: 16px;
}

 /*右边内容*/
.rg_right{ 
    float: right; 
	width: 920px;
	margin-top: 10px;
	padding-bottom: 40px;
	min-height: 600px;
	line-height:30px;
	color:#666;
	font-size:14px;
}

/*美容院产品*/
.anlibox{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.anlibox li:nth-child(3n) { margin-right: 0;}
.anlibox li{ 
    width: 32%;
    margin-right: 15px;
    margin-bottom: 12px;
    float: left;
    position: relative;
}
.anlibox li a{
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.anlibox li .imgbox{
	position:relative;
}
.imgbox .imga{
	display:block; 
	width: 100%;
}
.imgbox .imga img{
	display:block; 
	width: 292px;
	height: 245px;
	border: 1px solid #ccc;
}
  /*鼠标经过效果*/
.imgbox .imgtext{
	display: none;
    position: absolute;
    bottom: -260px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px;
    background: url(../images/back_02.png) repeat;
}
.imgbox:hover .imgtext{
	display: block;
	background: url(../images/back_02.png) repeat;
    bottom: 0;  
	transition: bottom 0.3s ease-out;  
	-webkit-transition: bottom 0.5s ease-out; 
}
.imgbox .imgtext .imgtext-txt{
	display: block;
	width: 272px;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
	font-size: 14px;
	line-height: 26px;
}
.imgtext-txt h2 {
    color: #fff;
    line-height: 30px;
	font-size: 15px;
	padding-bottom: 8px;
}
.imgtext-txt p {
    display: block;
    font-size: 13px;
    line-height: 26px;
}
.imgtext-txt .redline {
    display: inline-block;
    width: 30px;
    border: 1px solid #ccc;
	position: absolute;
    top: 30px;
    left: 0;
}
 /*点击更多*/
.imgbox .imgtext .more {
    position: absolute;
    bottom: 25px;
    left: 12px;
}
.imgbox .imgtext .more span {
	display: block;
	height: 35px;
	width: 35px;
    background: url(../images/more.png) no-repeat;
}

/*美容院项目*/
.news-list {
	width: 100%;
	overflow: hidden;
}
.news-list li{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
    padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
}
.news-list li .new-img img{
	float: left;
	width: 156px;
	height: 110px;
	border: 1px solid #ccc;
}
.news-list li .tuan-text{
    width: 80%;
    margin-left: 20px;
}
.news-list li .tuan-text h2{
	font-size: 15px;
    color: #5F5D5E;
    line-height: 30px;
	width: 98%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list li .tuan-text p{
	font-size: 14px;
    color: #333;
    line-height: 26px;
}
.news-list li .tuan-text .time{
	font-size: 14px;
    color: #999;
	line-height: 24px;
}
.news-list li:hover h2{
	color: #2293a3;
}

/*新闻详情*/
.content {
    width: 100%;
	margin: 0 auto;
}
.jie_top h3{
    background-color: #fff;
    font-size: 20px;
    line-height: 40px;
    color: #333;
    text-align: center;
    padding-top: 10px;
}
.jie-cont {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    padding: 20px 5px;
}
.jie-cont p{
	/* text-indent: 2em; */
    font-size: 14px;
    padding: 0 10px;
	color: #666;
}
.jie-cont img {
	display:block;
	margin:15px auto;
	max-width:800px;
}
.jie-cont p img {
	display:block;
	margin:15px auto;
	max-width:800px;
}
.jie-cont p span{
	font-size: 14px;
    line-height: 30px;
    color: #666;
}
/*分享-标题*/
.news_top_ny {
    width: 100%;
    margin: auto;
    overflow: hidden;
    color: #999;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #ccc;
}
.w360 {
    width: 550px;
    margin: 0 auto;
	font-size: 14px;
}
.w360 span{
    color: #ee202a;	
}
.news_top_ny p {
    display: inline;
    margin-right: 15px;
}

/*新闻详情-相关文章*/
.xgwz_tit {
    border-bottom: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    margin: 0 15px;
    margin-bottom: 15px;
}
.xgwz_tit h2{
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    color: #333;
    float: left;
	padding-left: 5px;
}
.xgwz_tit .line {
    width: 60px;
    height: 4px;
    background: #2293a3;
    position: absolute;
    left: 0;
    bottom: 0px;
    display: block;
}

.xgwz_list{
	/*margin: 0 20px;*/
	overflow: hidden;
}
.xgwz_list li {
    line-height: 35px;
    color: #E63203;
    font-size: 14px;
    background: url(../images/pro_ic2.png) no-repeat center left;
    float: left;
    width: 44%;
    overflow: hidden;
	margin-left: 20px;
    margin-right: 30px;
}
.xgwz_list li a {
    width: 72%;
    float: left;
	padding-left: 15px;
    color: #666;
	font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xgwz_list li span{
	float: right;
	color: #666;
	font-size: 13px;
}
.xgwz_list li a:hover{ color: #309698;}


/*产品详情-相关产品*/
.xgcp_list{
	margin: 0 15px;
	overflow: hidden;
}
.xgcp_list li:nth-child(3n){ margin-right: 0;}
.xgcp_list li {
    line-height: 35px;
    color: #E63203;
    font-size: 14px;
    float: left;
    width: 31.5%;
    overflow: hidden;
    margin-right: 20px;
	margin-bottom: 8px;
}
.xgcp_list li a {
    width: 100%;
	display: block;
    overflow: hidden;
}
.xgcp_list li a img{
    width: 278px;
    height: 210px;
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
}

.xgcp_list li p{
	color: #666;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
    width: 96%;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xgcp_list li a:hover p{ color: #c9986d;}

/*美容院加盟*/
.join_list {
	width: 100%;
	overflow: hidden;
}
.join_list li{
	float: left;
    width: 98%;
    height: auto;
    margin-bottom: 15px;
    padding: 8px 8px;
    border: 1px solid #ddd;
}
.join_list li .new-img img{
	float: left;
	width: 290px;
	height: 210px;
	border: 1px solid #ccc;
}
.join_list li .tuan-text{
    width: 61%;
    margin-left: 30px;
}
.join_list li .tuan-text h2.join_tit{
    font-size: 15px;
    color: #5F5D5E;
    line-height: 30px;
    padding: 2px 0;
}
.join_list li .tuan-text h2.join_tit span{
	font-size: 15px;
    color: #5F5D5E;
}
.join_list li .tuan-text p{
	font-size: 13px;
    color: #666;
    line-height: 24px;
	width: 100%;
	overflow: hidden;
}
.join_list li .tuan-text p span{
	display: inline-block;
    float: left;
    padding-right: 20px;
    width: 46%;
}

.join_list li .join_more{
	width: 100%;
	overflow: hidden;
}
.join_more h2{
	display: block;
	float: left;
	font-size: 15px;
    color: #5F5D5E;
    line-height: 30px;
    padding: 2px 0;
}
.join_more a{
	display: block;
    float: right;
    color: #fff;
    background: #ba8658;
    border-radius: 8px;
    line-height: 28px;
    width: 78px;
    text-align: center;
    font-size: 13px;
}
.join_list li:hover .join_more a{
	background: #cc2a1e; 
}

.join_list li:hover{
	background: #c9986d;
	color: #fff;
}
.join_list li:hover h2{
	color: #fff;
}
.join_list li:hover h2.join_tit{
    color: #fff;
}
.join_list li:hover h2.join_tit span{
	color: #fff;
}
.join_list li:hover p{
	color: #fff;
}

/*加盟案例*/
.anli_list{
	width: 100%;
	overflow: hidden;
}
.anli_list li:nth-child(3n){ margin-right: 0;}
.anli_list li {
    font-size: 14px;
    float: left;
    width: 32%;
    overflow: hidden;
    margin-right: 18px;
    margin-bottom: 22px;
    height: 265px;
	box-shadow: 0 0 10px #c8c8c8;
}
.anli_list li img{
    width: 292px;
    height: 200px;
    display: block;
    margin: 0 auto;
    border: 1px solid #e6e2e2;
}
.anli_list li .anli_text{
	/*margin-top: 5px;*/
	padding: 5px 5px;
}
.anli_list li span.date{
	color: #666;
    font-size: 14px;
    line-height: 26px;
    display: block;
    /*background: url(../images/date.png) no-repeat left center;*/
    padding-left: 26px;
	float: right;
}
.anli_list li h2 a{
	color: #5F5D5E;
	font-size: 16px;
	line-height: 30px;
	margin: 0 auto;
    width: 96%;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight:100;
}
.anli_list li:hover a{ color: #2293a3;}


.anli_list li span.address{
	color: #666;
    font-size: 14px;
    line-height: 26px;
    display: block;
	padding-left: 5px;
}
.anli_list li .anli_tel{
	color: #666;
    font-size: 14px;
    line-height: 26px;
    display: block;
	padding-left: 5px;
	margin-top: 15px;
}


/*摸女生基金-单页面*/
  /*内页标题*/
.title3{
	text-align: center;
	height: 54px;
}
.title3 h2 {
    font-size: 18px;
    color: #5F5D5E;
	line-height: 32px;
}
.title3 span {
    font-size: 16px;
    color: #bbb;
  display: inline-block;
    padding: 0 20px;
	background: #fff;
}
.title3 b {
	width: 100%;
    height: 6px;
    background: url(../images/bg_linex.gif);
    display: block;
    margin-top: -12px;
}

/*联系我们*/
.liuyan {
	padding: 10px 20px;
    overflow: hidden;
    background: #EFEFEF;
    margin: 20px 0;
}
.liuyan img{
    float: right;
    width: 550px;
    height: 366px;
    margin: 30px 10px;
}

.liuyan .liuy{
	float: left;
	width: 550px;
}
.liuy ul{
	width: 510px;
    margin: 30px 20px;
}
.liuy ul li{
	line-height: 30px;
    font-size: 14px;
	color: #5F5D5E;
	margin: 10px 0;
}
.liuy label{
	float: left;
    text-align: right;
    width: 90px;
	line-height: 30px;
	padding-right: 10px;
	color: #5F5D5E;
}
.liuy .w200{
    width: 330px;
    border: 1px solid #ccc;
    line-height: 32px;
}
.liuy textarea{
    width: 330px;
	height: 120px;
	border: 1px solid #ccc;
	margin-top: 10px;
}

.liuy .li-text input{
	display: block;
    width: 140px;
    margin: 0 auto;
    background: #2293a3;
	border: 1px solid #ccc;
    color: #fff;
    font-size: 18px;
    border: none;
	outline: none;
	border-radius: 10px;
    line-height: 40px;
}
.liuy .li-text input:hover{
	background: #41d3e8;
}

  /*留言列表*/
.liu_list {
	margin-bottom: 30px;
}
.liu_tit {
    border-bottom: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    margin: 0 0px;
    margin-bottom: 15px;
}
.liu_list li{
	line-height: 30px;
	color: #666;
	margin-bottom: 15px;
	padding: 10px 0;
	background: #efefef;
}
.liu_list li .liu_ren{
	/*background: #efefef;*/
    padding: 0 15px;
    line-height: 32px;
    margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
.liu_list li .liu_ren strong{
	padding: 0 2px;
}

.liu_list li p{
	color: #666;
    padding: 0 20px;
    line-height: 30px;
	font-size: 13px;
}
.liu_list li p span{
	color: #f00;
}



/*页码*/
.page, .page ul{
	width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
}
.page ul li{
	display: inline-block;
}
.page ul li {
	line-height: 30px;
    height: 30px;
    margin: 0 4px;
    padding: 0 12px;
    box-shadow: 0 0 4px #ccc;
	font-size: 14px;
}
.page ul li.c, .page ul li:hover{
	background: #60aeaf;
	color: #fff;
	cursor: pointer;
}
.page ul li a{
	font-size: 14px;
	color: #333;
}
.page ul li:hover a{
	color: #fff;
}

/*翻页*/
.ud{
	border-bottom: 1px dashed #ccc;
    line-height: 30px;
    overflow: hidden;
    color: #666;
	font-size: 14px;
    padding: 2px 6px;
	margin: 0 15px;
	margin-bottom: 20px;
}
.ud a{ 
    color: #666; 
	font-size: 15px;
}
.ud a:hover{
	color: #936237;
	text-decoration: underline;
}

/*底部二维码*/
.weixin{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.weixin img{
	width: 100%;
	height: auto;
}

/*友情链接*/
.foot-top .bt-link{
	width: 1050px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 25px;
}
.bt-link span{
	float: left;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
	display: inline-block;
}
.bt-link ul{
	float: left;
	display: inline-block;
}
.bt-link li{
	float: left;
    width: auto;
    margin-right: 15px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.bt-link li a {
    color: #ccc;
	font-size: 15px;
}
.bt-link li a:hover{
    color: #C9986D;
	text-decoration: underline;
}

/*底部信息*/
.foot-top .bt-xinwen {
    width: 1100px;
    margin: 0 auto;
}
.foot-top{
    width: 100%;
	height: auto;
	overflow: hidden;
	background: #242424;
}
.foot-top .bt-left{
    padding: 30px 0;
    float: left;
    width: 540px;
    margin-left: 30px;
}
.bt-left h2{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.bt-left .news_top{
	padding: 10px 0;
	color: #676767;
	line-height: 24px;
	font-size: 14px;
	border-bottom: 1px solid #676767;
	margin-bottom: 15px;
}
.bt-left .news_top a:hover h3{
	color: #2293a3;
}
.bt-left .news_top h3{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	width: 96%;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bt-left .news_top p{
	width: 95%;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bt-left .news_list li{
	margin-top: 8px;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}
.news_list li span{
	display: block;
	float: left;
	color: #b4b4b4;
}
.news_list li a{
	color: #676767;
	padding-left: 10px;
	float: left;
	width: 82%;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list li a:hover{
	color: #C9986D;
}

  /*右侧内容*/
.foot-top .bt-right{
	float: right;
	padding: 30px 0;
	margin: 0 30px;
	width: 420px;
}
.bt-right h2{
	color: #fff;
    font-size: 16px;
    line-height: 36px;
}
.bt-right .form-top{
	width: 100%;
    overflow: hidden;
}
.form-top ul{
	width: 100%;
	height: auto;
    margin-top: 20px;
}
.form-top ul li{
	line-height: 30px;
    font-size: 14px;
	color: #676767;
	width: 100%;
	float: left;
	background: #F8F8F8;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.form-top ul li label{
    float: left;
    text-align: left;
    width: 74px;
	line-height: 30px;
	padding-left: 10px;
}
.form-top ul li input.w200{
    width: 78%;
	border: none;
	line-height: 30px;
	background: none;
}
.form-top ul li textarea{
    width: 78%;
    height: 90px;
    margin-top: 10px;
	border: none;
    line-height: 30px;
    background: #F8F8F8;
}
  /*提交按钮*/
.form-bt {
	width: 90px;
    height: 36px;
    margin-top: 5px;
    background: #636363;
}
.form-bt .am-btn{
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
    color: #fff;
    font-size: 14px;
    border: none;
    background: #636363;
    box-shadow: 0 0 6px #6e6969;
	outline: none;
}
.form-bt .am-btn:hover{
	background: #b68540;
	color: #fff;
}

/*底部快速导航*/
.foot-bottom{
	width: 100%;
    height: 95px;
    overflow: hidden;
    background: #000;
    padding: 20px 0;
}
.bottom-le{
	float: left;
	margin-left: 95px;
    margin-right: 30px;
}
.bottom-le ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.bottom-le ul li{
	float: left;
    width: 14%;
    margin-right: 0px;
    color: #676767;
    font-size: 14px;
    line-height: 30px;
}
.bottom-le ul li a{
	color: #676767;
}
.bottom-le ul li a:hover{
	color: #C9986D;
}
.bottom-le p{
	color: #676767;
    font-size: 14px;
    line-height: 36px;
}
.bottom-le p a{
	color: #676767;
}
.bottom-le p a:hover{
	color: #C9986D;
}

.bottom-ri{
	background: url(../images/bt_tel.png) no-repeat left -3px;
    color: #676767;
    font-size: 14px;
    line-height: 22px;
    padding-left: 53px;
	margin-top: 15px;
}


/*返回顶部*/
.gotop {
	position: fixed;
	right: 30px;
	bottom: 19%;
	z-index: 8;
	display: none;
	width: 60px;
	height: 60px;
	background: url(../images/topback.png) no-repeat center;
	cursor: pointer;
}


/*加盟方案详情*/
.programme-cont{
	width: 100%;
	height: auto;
	margin: 0 auto;
    margin-top: 25px;
    line-height: 30px;
    color: #666;
}
.programme-cont img{
	margin-top: 15px;
	width: 100%;
}

.programme{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.programme h2{
	font-size: 16px;
    line-height: 40px;
    color: #fff;
    background: #c9986d;
    padding: 0 20px;
	margin-bottom: 15px;
	border-radius: 4px;
}
.programme h2 a{
	font-size: 14px;
    line-height: 36px;
	color: #fff;
}
.programme h2 a:hover{
	font-size: 14px;
    line-height: 36px;
	color: #a64413;
}

.programme .fa_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.programme .fa_list li{
	float: left;
    width: 168px;
    margin: 0 8px;
    cursor: pointer;
	margin-bottom: 10px;
}
.programme .fa_list li img{
	width: 168px;
    height: 168px;
	border: 1px solid #ccc;
    border-radius: 50%;
}
.programme p{
	font-size: 14px;
    line-height: 30px;
    color: #333;
	padding: 0 20px;
}

.programme .liucheng {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.programme .liucheng img {
	display: block;
	margin: 0 auto;
    width: 100%;
    height: auto;
}

/*联系我们*/
.chexing-text {
    padding: 20px 30px;
    overflow: hidden;
    background: #EFEFEF;
}
.about_address {
    width: 100%;
	height: auto;
}
.about_address p {
    line-height: 36px;
    font-size: 14px;
}
.about_address span {
    font-size: 20px;
    font-weight: 700;
}
.about_address p .lxtel{ display: inline-block;background: none; width: auto;}
.about_address p a {
    display: block;
    background: #399b9c;
    color: #fff;
    width: 120px;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
}
.about_address p a:hover {
    /*color: #fff;
	background: #e9242b;*/
}

.chexing-ditu{
	margin-top: 15px;
}
.bg_1x {
    margin: 10px 5px;
}
.bg_1x iframe{
	width: 100%;
}
/* 右侧在线客服 */
.side{position:fixed;width:54px;height:275px;right:0;top:214px;z-index:100;}

.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #fff;}

.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#3fcacc;
   opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#399b9c;opacity:0.8;
   filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background: #399b9c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
/*补充样式*/
.dan_xq {
    padding: 10px 20px;
    overflow: hidden;
    margin: 20px 0;
	
	font-size: 14px;
    line-height: 30px;
    color: #666;
}
.dan_xq p{
    font-size: 14px;
    padding: 0 10px;
    color: #666;
}


