@chartset "utf-8";

body{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑" !important;
}
ul,li{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
a{
	text-decoration:none;
}
img{
	border:0;
}
.left{
	float:left;
}
.right{
	float:right;
}

.header{
	width:100%;
	height:170px;
	background:url(/images/topbg.jpg) top center no-repeat;
}
.top-bar{
	width:1100px;
	height:120px;
	margin:0 auto;
}
.logo{
	display:block;
	width:497px;
	height:99px;
}
.tb-right{
	width:256px;
	height:120px;
	background:url(/images/toprightbg.png) no-repeat;
	position:relative;
}
.top-three{
	width:256px;
	height:28px;
}
.top-three a{
	display:block;
	width:85px;
	height:28px;
	float:left;
}
.sj-ewm{
	position:relative;
}
.ewm-img{
	display:none;
	width: 125px;
    height: 125px;
    position: absolute;
    left: 16px;
    top: 28px;
    z-index: 999;
}
.ewm-img img{
	width:100%;
}
.sj-ewm:hover .ewm-img{
	display:block;
}


/**顶部导航**/
.top-menu{
	width:100%;
	height:50px;
	background:#aacd06;
}



#menu-wrap{
	width:1100px;
	height:50px;
	margin:0 auto;
}
#menu {
	font-size:13px;
}
#menu a {
	color: #2A679F;
}
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu {
	width: 100%;
	height:100%;
}
#menu:before, #menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom: 1;
}
#menu li {
	float: left;
	position: relative;
	width:120px;
	height:50px;
	line-height:50px;
	text-align:center;
}
#menu a {
	display:block;
	font-size:16px;
	color: #f9faf7;

}



#menu li:hover > a {
	color: #fff;
}
*html #menu li a:hover {
	color: #fff;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50px;
	left: 18px;
	z-index: 99;
	background: #444;
	background: -moz-linear-gradient(#444, #111);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));
	background: -webkit-linear-gradient(#444, #111);
	background: -o-linear-gradient(#444, #111);
	background: -ms-linear-gradient(#444, #111);
	background: linear-gradient(#444, #111);
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0;
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu ul li {
	float: none;
	display: block;
	width:104px;
	height:36px;
	line-height:36px;
	border: 0;
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	width: 100%;
	height:36px;
	color:#fafafa;
	font-size:14px;
	_height: 10px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
#menu ul a:hover {
	background-color: #83847e;
	background-image: -moz-linear-gradient(#63645e, #83847e);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#63645e), to(#83847e));
	background-image: -webkit-linear-gradient(#63645e, #83847e);
	background-image: -o-linear-gradient(#63645e, #83847e);
	background-image: -ms-linear-gradient(#63645e, #83847e);
	background-image: linear-gradient(#63645e, #83847e);
}
#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #63645e;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #83847e;
	border-bottom-color: transparent;
}
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}



/* .banner{
	width:100%;
	height:500px;
	background:url(/images/banner.jpg) top center no-repeat;
} */


.banner{ 
	width:100%; 
	height:500px; 
	overflow:hidden; 
	position:relative;
	font-size:0;
	
}
.b-img{ 
	height:500px;  
	position:absolute; 
	left:0; 
	top:0;
}
.b-img a{ 
	display:block; 
	height:500px; 
	float:left;
}
.b-list{ 
	width:108px;
	height:50px; 
	padding-top:600px; 
	position:relative; 
	margin:0 auto;
	z-index:1;
}
.b-list span{ 
	display:block;
	cursor:pointer; 
	width:20px; 
	height:20px; 
	border-radius:50%; 
	border:3px solid #fff; 
	float:left; 
	margin:0 5px; 
	_margin:0 3px;
}
.b-list .spcss{
	border:3px solid #14ab04;
}
.bar-left{ 
	position:absolute; 
	z-index:1; 
	display:block; 
	width:100px;
	height:100%; 
	left:0px; 
	background:none; 
	top:0px; 
}
.bar-right{ 
	position:absolute;
	z-index:1; 
	display:block; 
	width:100px; 
	height:100%; 
	right:0px; 
	background:none; 
	top:0px; 
}
.bar-left em{ 
	display:block; 
	width:50px; 
	height:100px; 
	background:url(/images/arrow.png) 0px 0px no-repeat;
	margin:0 auto; 
	margin-top:250px;
}
.bar-right em{ 
	display:block; 
	width:50px; 
	height:100px; 
	background:url(/images/arrow.png) -50px 0px no-repeat; 
	margin:0 auto; 
	margin-top:250px;
}
.bar-left .emcss{ 
	background-position:0px -100px;
}
.bar-right .emcss{
	background-position:-50px -100px;
}





.index01{
	width:100%;
	height:900px;
	background:url(/images/bg01.jpg) top center no-repeat;
}
.csrin{
	width:1100px;
	margin:0 auto;
	padding-top:72px;
	overflow:auto;
}
.csr{
	width:643px;
	height:410px;
	padding-left:35px;
}
.csrtitle{
	width:100%;
	height:99px;
	margin-bottom:66px;
}
.csrnr{
	width:100%;
	/* height:180px; */
	line-height:36px;
	font-size:16px;
	color:#2b2b2a;
	margin-bottom: 20px;
}
.csrnr div{
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	line-height: 40px;
}
.csrimg{
	width:345px;
	height:410px;
	overflow:hidden;
}
.csrimg img{
	width:345px;
	height:410px;
	transition:1s;
}
.csrimg img:hover{
	transform:scale(1.1,1.1);
}
.ckgd{
	display:block;
	width:120px;
	height:36px;
	border:1px solid #c3b165;
	text-align:center;
	line-height:36px;
	color:#c3b165;
	font-size:16px;
	transition:1s;
}
.ckgd:hover{
	background:#c3b165;
	color:#333;
}


.threeclass{
	width:1100px;
	height:360px;
	margin:0 auto;
	margin-top:60px;
}
.first-class{
	display:block;
	width:166px;
	height:320px;
	margin-left:90px;
}
.first-class .cn_name{
	display:block;
	width:100%;
	text-align:center;
	font-size:25px;
	color:#abc348;
	margin-top:45px;
}
.first-class .en_name{
	display:block;
	width:100%;
	text-align:center;
	font-size:18px;
	color:#abc348;
	margin-top:16px;
}
.first-class img{
	transition:1.5s;
}
.first-class:hover img{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
	-o-transform:rotate(360deg); 	/* Opera */
}
.second-class{
	display:block;
	width:166px;
	height:320px;
	margin-left:210px;
	margin-right:210px;
}
.second-class .cn_name{
	display:block;
	width:100%;
	text-align:center;
	font-size:25px;
	color:#7cd599;
	margin-top:45px;
}
.second-class .en_name{
	display:block;
	width:100%;
	text-align:center;
	font-size:18px;
	color:#7cd599;
	margin-top:16px;
}
.second-class img{
	transition:1.5s;
}
.second-class:hover img{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
	-o-transform:rotate(360deg); 	/* Opera */
}
.third-class{
	display:block;
	width:166px;
	height:320px;
	margin-right:90px;
}
.third-class .cn_name{
	display:block;
	width:100%;
	text-align:center;
	font-size:25px;
	color:#e1839b;
	margin-top:45px;
}
.third-class .en_name{
	display:block;
	width:100%;
	text-align:center;
	font-size:18px;
	color:#e1839b;
	margin-top:16px;
}
.third-class img{
	transition:1.5s;
}
.third-class:hover img{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 	/* IE 9 */
	-moz-transform:rotate(360deg); 	/* Firefox */
	-webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
	-o-transform:rotate(360deg); 	/* Opera */
}



/**易和艾灸**/

.aj{
	width:100%;
	height:444px;
	background:url(/images/ajbg.jpg) no-repeat;
}
.ajin{
	width:1200px;
	height:444px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:0 auto;
}
.ajimg{
	width:349px;
	height:349px;
	margin-right:120px;
	overflow:hidden;
}
.ajimg img{
	width:349px;
	height:349px;
	transition:1s;
}
.ajimg img:hover{
	transform:scale(1.1,1.1);
	cursor:crosshair;
}

.ajnr{
	display:block;
	width:644px;
	height:242px;
	/* padding-top:77px; */
}



/**风采展示和常见问题**/

.fc-wt{
	width:100%;
	/* height:1562px; */
	background:url(/images/bg02.jpg) top center no-repeat;
	background-color: #ede7c8;
}


.fczs{
	width:1128px;
	padding-top:115px;
	margin:0 auto;
}

.fcallimg{
	width:1100px;
	/* height:498px; */
	border:14px solid #95b122;
	background-color: #95b122;
	margin-top:26px;
	overflow:hidden;
}
.fcsingleimg{
	width:272px;
	/* height:247px; */
	overflow:hidden;
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}
.fcsingleimg:nth-child(4n){
	margin-right:0px;
}
/* .fcsingleimg:nth-child(5),.fcsingleimg:nth-child(6),.fcsingleimg:nth-child(7),.fcsingleimg:nth-child(8){
	margin-bottom:0px;
} */
.fcsingleimg img{
	width:272px;
	/* height:247px; */
	transition:1s;
}
.fcsingleimg img:hover{
	transform:scale(1.2,1.2);
	cursor:crosshair;
}


.cjwt{
	width:1100px;
	padding-top:66px;
	margin:0 auto;
}
.cjwt center{
	margin-bottom:60px;
}
.wt{
	display:block;
	width:1100px;
	height:90px;
	padding-bottom:75px;
}



.wt-img{
	width:87px;
	height:87px;
	padding:3px;
	border:1px solid #c9c5b3;
	overflow:hidden;
}

.cjwt .ll .wt:first-child .wt-img{
	background:url(/images/wt-img01.jpg) center center no-repeat;
}
.cjwt .ll .wt:nth-child(2) .wt-img{
	background:url(/images/wt-img02.jpg) center center no-repeat;
}
.cjwt .ll .wt:last-child .wt-img{
	background:url(/images/wt-img03.jpg) center center no-repeat;
}

.wt-img img{
	width:87px;
	height:87px;
	transition:1s;
}
.wt-nr{
	width:990px;
	height:90px;
	font-size:12px;
	color:#7d7d7d;
	line-height:24px;
	overflow:hidden;
}
.wt-nr span{
	display:block;
	height:42px;
	font-size:18px;
	color:#2b2b2a;
	line-height:30px;
	transition:1s;
}
.wt:hover .wt-img img{
	transform:scale(1.2,1.2);
}
.wt:hover .wt-nr span{
	color:#95b122;
}


/**联系我们**/

.one-shop{
	width:1095px;
	height:193px;
	margin:0 auto;
}
.one-shopnr{
	width:1093px;
	/* height:870px; */
	margin:0 auto;
	border:1px solid #9dc819;
}

.shopin{
	width:830px;
	/* height:752px; */
	margin:60px auto;
}
.o-map{
	width:100%;
	margin-bottom:36px;
	overflow:auto;
}
.os-nr{
	width:380px;
	padding-top:60px;
	font-size:16px;
	color:#020202;
	line-height:32px;
	
}
.os-nr span{
	display:block;
	width:100%;
	height:56px;
	font-size:20px;
	color:#8cb806;
}
.bottomshadow{
	width:1092px;
	height:22px;
	margin:0 auto;
	margin-bottom:36px;
}

/**店面风采**/

.fctitle{
	width:1098px;
	margin:0 auto;
	padding-top:100px;
	padding-bottom:30px;
	text-align:right;
}

.fcnr{
	width:1098px;
	margin:0 auto;
	margin-bottom:120px;
	overflow:auto;
	position:relative;
}

.forbottom{
	margin-bottom:5px;
	overflow:auto;
}
.dmfc{
	width:102px;
	height:335px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
}
.fcnr .forbottom img{
	transition:1s;
}
.fcnr .forbottom img:hover{
	cursor:pointer;
	transform:scale(1.2,1.2);
}



/**徒弟风采**/
.tdfc{
	width:102px;
	height:335px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
}
.col{
	width:1098px;
	height:1730px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:4px;
}

.fcnr .col img{
	margin-bottom:4px;
	transition:1s;
}
.fcnr .col img:hover{
	cursor:pointer;
	transform:scale(1.2,1.2);
}
.fcnr .onlyline img{
	transition:1s;
}
.fcnr .onlyline img:hover{
	cursor:pointer;
	transform:scale(1.1,1.1);
}

.col div img:last-child{
	margin:0px;
}

.onlyline{
	width:100%;
	height:490px;
	overflow:hidden;
}



/**推拿培训内页**/
.study{
	width:1000px;
	margin:0 auto;
}


/**底部**/

.footer{
	width:100%;
	height:248px;
	background:#aacd06;
}
.foormenu{
	padding-top:78px;
	color:#fff;
}
.foormenu a,.foormenu a:link{
	font-size:18px;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
}
.copyright{
	font-size:18px;
	color:#fff;
	padding-top:20px;
}
.icp{
	font-size:18px;
	color:#fff;
	padding-top:20px;
}











