﻿/*  
Theme Name: naifee1on1
Theme URI: 
Description: naifee1on1 theme.
Version: 1.0
Author: laomao800
Author URI: http://www.xxx.com/
*/

@charset "utf-8";

/** reset  */
* {
margin: 0;
padding: 0;
}
ul,ol{list-style:none;padding:0;margin:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, 
form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0; 
margin: 0; 
} 
table { 
border-collapse: collapse; 
border-spacing: 0; 
} 
fieldset,img { 
border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
font-weight: normal; 
font-style: normal; 
} 
ol,ul { 
list-style: none; 
} 
caption,th { 
text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-weight: normal; 
font-size: 100%; 
}
/***********/

body {
	background: url(./images/bg.gif) repeat-x #fff;
	font:12px/1.5 Microsoft YaHei,arial,'宋体',sans-serif !important;
}
a:link,
a:visited,
a:active {
	color: #6d6d6d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.red {
	color: #f00 !important;
}
.blue {
	color: #2965a3 !important;
}
.imgbox {
	border: #bdc0c2 1px solid;
	padding: 2px;
	background: #fff;
}
.imgbox:hover {
	background: #fe0;
}

#header {
	width: 950px;
	margin: 0 auto 5px auto;
}
#site-nav {
	height: 27px;
	line-height: 28px;
	margin: 0 15px;
	color: #ddd;
	overflow: hidden;
}
#site-nav li {
	float: left;
	padding-right: 9px;
}
#site-nav .btn-b,
#site-nav .btn-o {
	width: 60px;
	height: 19px;
	overflow: hidden;
	background: url(./images/btn.gif) no-repeat 0 -19px;
	line-height: 20px;
	text-align: center;
	margin-top: 4px;
}
#site-nav .btn-o {
	background: url(./images/btn.gif) no-repeat 0 0;
}
#site-nav .btn-b a{
	color: #2965a3;
}
#site-nav .btn-o a{
	color: #ff822e;
}
#site-nav .left-time {
	margin-left: 40px;
	color: #333;
}
#site-nav .set-fav,
#site-nav .set-homepage {
	float: right;
	padding-left: 20px;
	background: url(images/icon.gif) no-repeat -151px -45px;
}
#site-nav .set-homepage {
	background: url(images/icon.gif) no-repeat -151px 6px;
}
#main-header  {
	height: 73px;
	overflow: hidden;
	background: url(./images/topBg.gif) no-repeat right bottom;
	margin: 0 15px;
	clear: both;
}
#main-header .phone {
	float: left;
	height:73px;
	line-height: 73px;
	padding-left: 185px;
	margin-left: 10px;
	background: url(images/phone.gif) no-repeat left center;
}
#logo {
	width: 166px;
	height: 60px;
	margin-top: 10px;
	float: left;
}
#logo a {
	display: block;
	background: url(images/logo.gif) no-repeat 0 0;
	text-indent: -9999px;
	height: 60px;
}
#nav {
	width: 920px;
	height: 33px;
	line-height: 38px;
	overflow: hidden;
	background: url(./images/navBg.gif) no-repeat 0 0 #4f9fd1;
	padding: 0 15px;
}
#nav li {
	float: left;
	width: 90px;
	text-align: center;
	margin: 0 5px;
}
#nav li a,
#nav li span {
	display: block;
	color: #fff;
	font-weight: bold;
}
#nav li a:hover,
#nav li.current a,
#nav li.tabselected a {
	color: #333;
	background: url(./images/navBg.gif) no-repeat -950px 0 #fff;
	text-decoration: none;
}
#container {
	width: 940px;
	margin: 0 auto;
	padding: 5px;
	overflow: hidden;
	border: #f1faff 1px solid;
}
#pic-show {
	width: 676px;
	height: 202px;
	overflow: hidden;
	border: #999 1px solid;
	position: relative;
	/*background: url(./images/pic.jpg) no-repeat 0 0;*/
}
#hot-show  {
	margin: 10px 0;
	padding-left: 51px;
	width: 625px;
	height: 85px;
	float: left;
	border: #dadada 1px solid;
	position: relative;
	background: url(./images/icon.gif) no-repeat 580px -259px;
	clear: both;
}
#hot-show .hot {
	width: 51px;
	height: 51px;
	position: absolute;
	top: -1px;
	left: -1px;
	background: url(./images/icon.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#hot-show ul.address {
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #3484bf;
	margin-left: -41px;
}
#hot-show ul.address li {
	padding-left: 55px;
	background: url(./images/icon.gif) no-repeat -120px -45px;
}
#hot-show ul.address li a {
	color: #3484bf !important;
}

/**
 *.pane
 *全局圆角框
*/
.pane {
	background: #fafafa;
	border: #dadada 1px solid;
	clear: both;
	position: relative;
	float: left;
}
.pane .lt,
.pane .lb,
.pane .rt,
.pane .rb {
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 100;
}
.pane .lt {	
	left: -1px;
	top: -1px;
	background: url(images/icon.gif) no-repeat 0 -51px;
}
.pane .lb {
	left: -1px;
	bottom: -1px;
	background: url(images/icon.gif) no-repeat 0 -66px;
}
.pane .rt {
	right: -1px;
	top: -1px;
	background: url(images/icon.gif) no-repeat -15px -51px;
}
.pane .rb {
	right: -1px;
	bottom: -1px;
	background: url(images/icon.gif) no-repeat -15px -66px;
}
.pane .page-nav {
	position: absolute;
	top: 10px;
	right: 24px;
	overflow: hidden;
}
.pane .page-nav a {
	margin-left: 3px;
	float: left;
	position: relative;
	width: 22px;
	height: 22px;	
	display: block;
	text-indent: -9999px;
}
.page-nav-img a {
	text-indent: 0 !important;
}
.page-nav .prev {
	background: url(images/btn.gif) no-repeat 0 -134px;
}
.page-nav .next {
	background: url(images/btn.gif) no-repeat 0 -156px;
}
.pane .contant {
	overflow: hidden;
}
#wrap {
	float: left;
	width: 678px;
	position: relative;
	overflow: hidden;
}

/**
 *#wrap .pane
 *左侧圆角框
*/
#wrap .pane {
	width: 676px;
	margin: 15px auto 10px auto;
}
#wrap .pane .title {
	position: absolute;
	text-indent: -9999px;
	height: 40px;
	width: 145px;
	top: -20px;
	background: url(images/titleBg.gif) no-repeat;
	left: 15px;
}
#wrap .pane .title a {
	display: block;
	height: 100%;
}
#wrap .pane .contant {
	width: 656px;
	margin: 15px 10px;
}

/**
 *#pane-cgal start
 *成功案例
*/
#pane-cgal .contant ul li h3,
#pane-yxsz .contant ul li h3 {
	float: left;
	text-align: center;
	font-weight: bold;	
	line-height: 28px;
	margin-top: 5px;
	width: 102px;
}
#pane-cgal .contant ul li h3 a {
	color: #016a9f;
}

#pane-cgal  .contant ul h3 .imgbox,
#pane-yxsz  .contant ul h3 .imgbox {
	width: 96px;
	height: 128px;
}
#pane-cgal .title {
	background-position: 0 0 !important;
}
#pane-cgal .contant {
	height: 644px;
	overflow: hidden;
}
#pane-cgal .contant ul li {
	padding: 10px;
	border-bottom: #ccc 1px dashed;
	overflow: hidden;
	height: 190px;
}
#pane-cgal .contant ul li dl {
	float: right;
	width: 524px;
	overflow: hidden;
	color: #616161;
	line-height: 22px;
}
#pane-cgal .contant ul li dl dt {
	float: left;
	width: 70px;
	clear: both;
}
#pane-cgal .contant ul li dl dd {
	float: left;
	width: 454px;	
	overflow: hidden;
}
#pane-cgal .contant ul li dl dd.text {
	height: 44px;
	max-height: 44px !important;
}
#pane-cgal .contant ul li dd.more {
	text-align: right;
	float: right;
}

/**
 *#pane-yxsz start
 *优秀师资
*/
#pane-yxsz .title{
	background-position: 0 -40px !important;
}
#pane-yxsz .contant {
	height: 310px;
}
#pane-yxsz .contant ul li {
	width: 218px;
	float: left;
	display: inline;
	padding: 7px 0;
	border-bottom: #ccc 1px dashed;
	height: 145px;
	overflow: hidden;
}
#pane-yxsz .contant ul li dl {
	width: 106px;
	float: left;
	margin-left: 10px;
	color: #00527c;
	line-height: 16px;
}
#pane-yxsz .contant ul li dl dt {
	font-weight: bold;
}
#pane-yxsz .contant ul li dl dd {
	max-height: 128px;
	overflow: hidden;
}

/**
 *#pane-cjhb start
 *成绩汇报
*/
#pane-cjhb .title {
	background-position: 0 -82px !important;
}
#pane-cjhb .contant {
	height: 220px;
	background: #fff;
	border: #ccc 1px solid;
	text-align: center;
}

/**
 *#pane-lhhj start
 *良好环境
*/
#pane-lhhj .title {
	background-position: 0 -131px !important;
}
#pane-lhhj .contant {
	overflow: hidden;
	height: 170px;
	width: 656px;
}
#pane-lhhj .contant .showbox {
	width: 9999px;
}
#pane-lhhj .contant ul {
	width: 9999px;	
	padding-top: 30px;
}
#pane-lhhj .contant ul li {
	text-align: center;
	line-height: 24px;
	color: #016a9f;
	width: 146px;
	float: left;
	margin: 0 10px 0 8px;
	display: inline;
}
#pane-lhhj .contant ul li a {
	color: #016a9f;
}
#pane-lhhj .contant ul li .imgbox {
	width: 140px;
	height: 105px;
}

/**
 *#sidebar start
 *右侧
*/
#sidebar {
	float: right;
	width: 252px;
	overflow: hidden;
}

/**
 *#sidebar .pane
 *左侧圆角框
*/
#sidebar .pane {
	width: 250px;
	margin-bottom: 10px;
}
#sidebar .pane .title {
	font-weight: bold;
	font-size: 14px;
}
#sidebar .pane .contant {
	width: 230px;
	margin: 10px;
}
#sidebar .part {
	border-bottom: #ddd 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.btn-b2  {
	width: 144px;
	height: 35px;
	background: url(./images/btn.gif) no-repeat 0 -69px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 15px auto 0 auto;
	color: #fff;
}
.btn-b2 a  {
	color: #fff !important;
}
.btn-b2 span.hot  {
	position: absolute;
	width: 28px;
	height: 19px;
	top: -10px;
	left: -14px;
	text-indent: -9999px;
	background: url(./images/icon.gif) no-repeat -152px -96px;
	overflow: hidden;
	line-height: 19px;
}
.btn-b3 {
	width: 110px !important;
	height: 31px;
	border: 0;
	cursor: pointer;
	padding: 0;
	background: url(./images/btn.gif) no-repeat 0 -38px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

/**
 *#pane-join start
 *加入耐飞
*/
#pane-join .contant {
	height: 701px;
}
#pane-join .title {
	margin: 0 10px;
}
#pane-join .title span {
	font-weight: normal;
	color: #666;
	font-size: 12px;
}
.frm_cont   {
	margin: 5px 10px;
}
.frm_cont label   {
	cursor: pointer;
}
.btns   {
	text-align: center;
	padding-top: 10px;
}

#pane-join #sign-up select, #pane-join #sign-up input {
	width: 120px;
}
#jinnang {
	padding-bottom: 215px;
	background: url(./images/naifee-jinnang.gif) no-repeat 10px 180px;
	height: 167px;
}
#jinnang ul li {
	padding-left: 25px;
	line-height: 24px;
	background: url(./images/icon.gif) no-repeat -147px -122px;
	color: #616161;
	white-space: nowrap;
	overflow: hidden;
}

/**
 *#pane-1on1 start
 *“1对1”辅导，“6对1”服务
*/
#pane-1on1 .contant {
	height: 560px;
}
#pane-1on1 .title ,
#pane-question .title {
	background: url(./images/icon.gif) no-repeat -150px -22px;
	padding-left: 20px;
}

#pane-1on1 dt   {
	font-weight: bold;
	line-height: 24px;
	color: #3484bf;
}
#pane-1on1 dt span   {
	color: #fff;
	width: 17px;
	overflow: hidden;
	background: url(./images/icon.gif) no-repeat -153px -148px;
	display: block;
	text-align: center;
	float: left;
	padding-right: 8px;
}
#pane-1on1 dd   {
	text-indent: 2em;
	line-height: 18px;
}

/**
 *#pane-question start
 *问题区域
*/
#pane-question .contant {
	height: 528px;
}
#question-show  ,#question-list{
	width: 100%;
	overflow: hidden;
}

#question-show dt {
	font-weight: bold;
	padding-left: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(./images/icon.gif) no-repeat -153px -298px;
	width: 193px;
}
#question-show dd {
	background: url(./images/icon.gif) no-repeat -153px -324px;
	text-indent: 2em;
	height: 72px;
	overflow: hidden;
	line-height: 24px;
}
#question-show dd a {
	color: #f30;
}

#question-list h4,
#send-question h4 {
	line-height: 28px;
	margin-top: 10px;
	height: 28px;
	overflow: hidden;
}
#question-list h4 .text,
#send-question h4 .text {
	float: left;
	color: #3484bf;
	font-size: 14px;
	font-weight: bold;
}
#question-list h4 .more {
	float: right;
	color: ##3484bf;
}
#question-list ul {
	clear: both;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
}
#question-list ul li {
	padding-left: 10px;
	background: url(./images/list.jpg) no-repeat 4px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#send-question {
	overflow: hidden;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: -10px;
	padding-bottom: 9px;
}
#send-question textarea {
	width: 100%;
	height: 90px;
}

#footer {
	text-align: center;
	color: #797979;
	line-height: 24px;
	margin: 10px auto;
}

#footer #footer-nav {
	height: 27px;
	line-height: 27px;
	background: #f3f3f3;
}

/*  POST  */
#post-container {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
}
#post-sidebar {
	float: left;
	width: 226px;
	overflow: hidden;
	display: inline;
}
#post-sidebar .new_post h2 {
	width: 226px;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-indent: 45px;
	background: url(./images/bg_list.gif) no-repeat;
}
#post-sidebar .new_post ul li {
	border-bottom: #dadada 1px dashed;
}
#post-sidebar .new_post ul li a {
	line-height: 32px;
	display: block;
	background: url(./images/dot.gif) no-repeat 12px 12px #f2f2f2;
	text-indent: 30px;
	width: 226px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#post-sidebar .new_post ul li a:hover {
	text-decoration: none;
	background: url(./images/dot.gif) no-repeat 12px 12px #fff;
}
#post-sidebar .phone {
	height: 59px;
	width: 226px;
	text-indent: -9999px;
	background: url(./images/phone2.gif) no-repeat;
}
#post-sidebar .registernow {
	display: block;
	width: 226px;
	height: 295px;
	background: url(./images/1on1_1.jpg) no-repeat;
	text-indent: -9999px;
}
#post-wrap {
	float: right;
	width: 723px;
	display: inline;
	overflow: hidden;
}
#post-wrap .crumb_nav {
	line-height: 38px;
	background: url(./images/list1.gif) no-repeat 30px 13px;
	text-indent: 50px;
}
#post-wrap .crumb_nav a {
	color: #167ec3;
}

#post-content {
	background: url(./images/bg_post.gif) repeat-y;
	padding: 25px;
	position: relative;
}
#post-content .post-border.top {
	position: absolute;
	display: block;
	background: url(./images/bg_post_top.gif) no-repeat;
	width: 723px;
	height: 8px;
	top: 0px;
	right: 0px;
}
#post-content .post-border.bottom {
	position: absolute;
	display: block;
	background: url(./images/bg_post_bottom.gif) no-repeat;
	width: 723px;
	height: 8px;
	bottom: 0px;
	right: 0px;
}
#post-content .post-border.righttop {
	position: absolute;
	display: block;
	background: url(./images/bg_post_corner.gif) no-repeat;
	width: 62px;
	height: 90px;
	top: 0px;
	right: 0px;
}
#post-content .post-title , .page-wrap .page-title{
	font-size: 20px;
	padding: 10px 0 5px 0;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	border-bottom: #ddd 1px solid;
	position: relative;
}
#post-content .post-title .postmetadata {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
#post-content .content {
	width: 673px;
	overflow: hidden;
	zoom: 1;
	font-size: 14px;
	color: #5c5d5d;
	line-height: 2em;
	padding: 15px 0;
}
#post-content .content p, .page-wrap .content p {
	text-indent: 2em;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: 1em;
}
#post-content .content a {
	color:#0086E3 !important;
}
#post-content .content h1, .page-wrap .content h1,
#post-content .content h2, .page-wrap .content h2,
#post-content .content h3, .page-wrap .content h3,
#post-content .content h4, .page-wrap .content h4,
#post-content .content h5, .page-wrap .content h5,
#post-content .content h6 {
	font-weight: bold;
}
#post-content .content h1, .page-wrap .content h1 { font-size:24px; }
#post-content .content h2, .page-wrap .content h2 { font-size:18px; }
#post-content .content h3, .page-wrap .content h3 { font-size:16px; }
#post-content .content h4, .page-wrap .content h4 { font-size:14px; }
#post-content .content h5, .page-wrap .content h5 { font-size:12px; }
#post-content .content h6, .page-wrap .content h6 { font-size:10px; }
#post-content .content ul, .page-wrap .content ul {
	margin: 0 3em;
	list-style: disc !important;
}
#post-content .content ol, .page-wrap .content ol {
	margin: 0 3em;
	list-style: decimal !important;
}
.wp-caption {
	background: #f3f3f3;
	border: #ddd 1px solid;
	padding-top: 5px;
	margin: 10px auto;
	text-align: center
}
.wp-caption img {
	margin: auto !important;
	float: none;
}
.wp-caption .wp-caption-text {
	border-top: #ddd 1px solid;
	font-size: 14px;
	padding: 2px 0;
	margin: 0 !important;
}
#post-content .pagelink, .page-wrap .pagelink {
	padding: 15px 0;
	border-top: #ddd 1px solid;
	overflow: hidden;
	zoom: 1;
}
#post-content .pagelink span, .page-wrap .pagelink span {
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	margin: 0 3px;
	border: #2E6AB1 1px solid;
	background: #2E6AB1;
	color: #fff;
	font-weight: bold;
}
#post-content .pagelink a span, .page-wrap .pagelink a span {
	color: #6D6D6D;
	font-weight: normal;
	background: #fff;
	border: #9AAFE5 1px solid;
}
#post-content .pagelink a:hover span, .page-wrap .pagelink a:hover span {
	border: #2E6AB1 1px solid;
	cursor: pointer;
}
#post-content .navigation , .page-wrap .navigation {
	padding: 10px 0;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
#post-content .navigation li , .page-wrap .navigation li {
	line-height: 24px;
}
.page-wrap .page-title{
	margin: 0 10px;
}
.page-wrap .content {
	overflow: hidden;
	zoom: 1;
	font-size: 14px;
	color: #5c5d5d;
	line-height: 2em;
	padding: 15px 15px;
}
.page-wrap .content a {
	color:#0086E3 !important;
}

/**  COMMENTS  */
.comments {
	padding: 10px 0;
	overflow: hidden;
	zoom: 1;
}
.comment {
	border-bottom:#dbe5f1 1px dashed;
	clear:both;
	display:inline-block;
	font-size:13px;
	margin-bottom:10px;
	overflow:hidden;
	position: relative;
}
.comments_meta {
	float:left;
	width:75px;
}
.avatar_box {
	background:url(images/x.gif) no-repeat 0 0;
	height:60px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	width:60px;
}
.comment_text {
  float:left;
  padding-bottom:10px;
  padding-left:0;
  padding-right:0;
  padding-top:0;
  width:598px;
}
.comment_text .comment_author_name {
	color:#999;
}
.comment_text p {
	color: #666 !important;
	padding: 2px 12px;
	border-left: #ddd 4px solid;
}
.comment_text .comment_date {
	color:#c6c6c6;	
}
.comment_text em {
	top: 0;
	right: 10px;
	position: absolute;
	color:#F90;
}
/*  new comment list  */
.comment-author {
	background:url(images/x.gif) no-repeat 0 0;
	padding-left:5px;
	padding-top:5px;
}
/*  respond  */
#respond {
	margin:20px 0;
}
#commentform {
	background:none repeat scroll 0 0 #F5FAFE;
	border:2px solid #D2E8FA;
	overflow:hidden;
	padding:10px 25px;
	color: #666;
}
.comment-r {
	float:left;
	width:347px;
}
.comment-l {
	float:left;
	line-height:28px;
	width:220px;
	margin:0 25px 0 0;
}
#comment {
	border:2px solid #D9ECFB;
	height:120px;
	padding:10px;
	width:343px;
}
#commentform .comment-btn {
	clear:both;
	display:block;
	padding:10px 10px 0 0;
	text-align:right;
}
.comment-btn input {
	padding: 2px 10px;
}
#commentform input, #commentform label {
	vertical-align:middle;
}
.comment-l input {
	border:2px solid #D9ECFB;
	padding:5px 10px;
	width:196px;
}
.comment-l input:focus, #comment:focus {
	border:2px solid #82CDFF;
	outline-style:none !important;
	outline-width:0 !important;
}
.round, .pagenavi, .rc_avatar, #comment, .comment-l input {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#cancel-comment-reply a {
	color: #F60;
	float: right;
	padding-right: 20px;
	background: url(images/cancel.png) no-repeat right 2px;
}
.comment-reply {
	display: none;
}
.comment-reply a {
	color:#0086E3;
}
.pagebar {
	text-align: right !important;
	padding-right: 50px !important;
}
.entry {
	border-bottom:1px solid #F4F5F5;
	color:#7E7E7E;
	display:inline-block;
	margin:0 0 10px;
	padding:0 15px 15px;
	width:650px;
}
.entry-title {
	color:#0086E3;
	font-family:Microsoft YaHei,arial,黑体;
	font-size:16px;
	font-weight:bold;
	line-height:29px;
	margin:10px 0 0;
}
.entry-title a {
	color:#0086E3 !important;
}
.entry-date {
	color: #7E7E7E;
}
.entry-content {
	margin: 15px 0;
	font-size: 13px;
	text-indent:2em;
}
.emtry-content p {
	text-indent:2em;
}
.entry-meta {
	margin-top:10px;
}
.entry-meta a {
	color: #0086E3 !important;
}

