/***
 *	DedeCMS v5.3 Style (grass green)
 *	dedecms.com  Author pigz  2008-11-07 11:49
 **/

/*---------- import ---------*/
@import url("layout.css");
@import url("page.css");


/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
}
html{
	background:#FFF;
}
body{
	font:13px Verdana,Arial,Tahoma;
}
img{
	border:none;
}

a{
	color:#006500;
	text-decoration:none;
}
a:hover{
	color:#F33;
	text-decoration:underline;
}
ul{
	list-style:none;
}
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
/*---------- stock ---------*/
.center{
	margin:0px auto;
}
.w960{
	width:970px;
	position:relative;
}
.w970{
	width:990px;
	position:relative;
}
.mt1{/* ( margin-top * 1 ) */
	margin-top:8px;
}
.mt2{/* ( margin-top * 2 ) */
	margin-top:16px;
}
.clear{
	overflow:hidden;
}
.fs-12{
	font-size:12px;
}
.fc-f60{
	color:#F60;
}
.fc-f90{
	color:#F90;
}
.ipt-txt{
	line-height:15px;
	padding:4px 5px;
	border-width:1px;
	border-style:solid;
	border-color:#666 #BBB #BBB #666;
	font-size:12px;
	margin-right:2px;
}
.btn-1{
	width:56px;
	height:23px;
	border:none;
	background:url(../images/btn-bg1.gif) no-repeat;
	line-height:25px;
	letter-spacing:1px;
	overflow:hidden;
	color:#2F592E;
}
.btn-2{
	width:70px;
	height:25px;
	border:none;
	background:url(../images/btn-bg2.gif) left top no-repeat;
	line-height:25px;
	overflow:hidden;
	color:#444;
	margin-right:2px;
}
/*---------- frame ---------*/
/*---------- frame : header ---------*/
.header{
	width:100%;
	overflow:hidden;
}
.header a{
	color:#777;
}
.header a:hover{
	color:#390;
	text-decoration:none;
}
.header .top{
	clear:both;
	overflow:hidden;
}
.header .title{
	float:left;
	padding-left:0px;
}
.header .title h1 a{
	width:286px;
	height:80px;
	display:block;
	font-size:0px;
	text-indent:-200px;
	overflow:hidden;
	background:url(../images/top-logo.gif) center center no-repeat;
}
.header .banner{
	width:680px;
	height:80px;
	float:right;
	margin-left:0px;
	overflow:hidden;
}
.header .banner img{
	width:680px;
	height:80px;
	display:block;
}
.header .rlink{
	width:172px;
	height:52px;
	float:left;
	margin-left:32px;
	overflow:hidden;
	padding-top:4px;
}
.header .rlink ul li{
	width:78px;
	height:21px;
	background:url(../images/toprlink-bg.gif) left top no-repeat;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	overflow:hidden;
}
.header .rlink ul li a{
	display:block;
	color:#777;
	line-height:21px;
	text-indent:22px;
	background-image:url(../images/toprlink-bg.gif);
	background-repeat:no-repeat;
}
.header .rlink ul li a:hover{
	color:#000;
}
.header .rlink ul li.r1 a{
	background-position:0px -21px;
}
.header .rlink ul li.r2 a{
	background-position:0px -42px;
}
.header .rlink ul li.r3 a{
	background-position:0px -63px;
}
.header .rlink ul li.r4 a{
	background-position:0px -84px;
}
.header .welcome{
	float:right;
	margin-top:20px;
	padding-right:10px;
	color:#999;
}
.header .welcome a{
	margin:0px 3px;
}
.header .nav{
	height:32px;
	background:url(../images/nav-bg.gif) repeat-x;
	clear:both;
	overflow:hidden;
}
.header .nav ul{
	height:32px;
	margin:0px auto;
	overflow:hidden;
}
.header .nav ul li{
	float:left;
	line-height:31px;
	background:url(../images/nav-bg.gif) 0px -32px no-repeat;
	margin-left:-4px;
}
.header .nav ul li a{
	height:32px;
	padding:0px 7px 0px 7px;
	display:block;
	color:#FFF;
	float:left;
}
.header .nav ul li a:hover{
	color:#FF3;
}
.header .search{
	background:url(../images/search-bg.png) repeat-x;
	clear:both;
}
.header .search .form{
	padding-left:8px;
	padding-top:5px;
	float:left;
}
.header .search .form h4{
	display:none;
}
.header .search .form input.search-keyword{
	width:156px;
	height:18px;
	border:none;
	background:url(../images/search-bg.gif) left top no-repeat;
	line-height:15px;
	font-size:12px;
	padding:5px 3px 0px 58px;
	overflow:hidden;
}
.header .search .form select.search-option{
	margin-left:2px;
}
.header .search .form button.search-submit{
	width:68px;
	height:22px;
	border:none;
	background:#F00 url(../images/search-bg.gif) right top no-repeat;
	font-size:0px;
	line-height:100px;
	margin-left:2px;
	*margin-left:5px;
	overflow:hidden;
}
.header .tags{
	float:left;
	margin-left:2px;
	padding-top:8px;
}
.header .tags h4{
	width:66px;
	height:19px;
	float:left;
	font-size:0px;
	line-height:100px;
	overflow:hidden;
	background:url(../images/search-tags-title.gif) no-repeat;
}
.header .tags ul{
	height:21px;
	float:left;
	overflow:hidden;
}
.header .tags ul li{
	float:left;
	line-height:19px;
	padding:0px 5px;
}
.header .krfy{
	float:right;
	margin-left:16px;
	padding-top:8px;
}

/*---------- frame : channel-nav ---------*/
.channel-nav{
	border-bottom:1px solid #E5EFD6;
}
.channel-nav ul{
	padding-left:10px;
	padding-top:3px;
	overflow:hidden;
	float:left;
}
.channel-nav ul li{
	height:25px;
	float:left;
	overflow:hidden;
	margin-right:10px;
	width: 76px;
}
.channel-nav ul li a{
	height:22px;
	display:block;
	padding-right:10px;
	float:left;
	background:url(../images/channel-nav-bg.gif) right 0px no-repeat;
	overflow:hidden;
}
.channel-nav ul li a span{
	display:block;
	float:left;
	height:22px;
	padding-left:10px;
	background:url(../images/channel-nav-bg.gif) left 0px no-repeat;
	cursor:pointer;
	overflow:hidden;
	line-height:23px;
	color:#666666;
}
.channel-nav ul li a:hover{
	text-decoration:none;
	background:url(../images/channel-nav-bg.gif) right -22px no-repeat;
}
.channel-nav ul li a:hover span{
	color:#78A63C;
	text-decoration:none;
	background:url(../images/channel-nav-bg.gif) left -22px no-repeat;
}
.channel-nav ul li.thisclass{
}
.channel-nav ul li.thisclass a,.channel-nav ul li.thisclass a:hover{
	background:url(../images/channel-nav-bg.gif) right -44px no-repeat;
	cursor:default;
}
.channel-nav ul li.thisclass a span,.channel-nav ul li.thisclass a:hover span{
	background:url(../images/channel-nav-bg.gif) left -44px no-repeat;
	color:#FFF;
	cursor:default;
}
.channel-nav .back{
	display:block;
	height:22px;
	line-height:21px;
	padding-top:6px;
	padding-right:10px;
	padding-left:20px;
	letter-spacing:2px;
	float:right;
	background:url(../images/ico-home.gif) 4px 10px no-repeat;
}
.channel-nav .back a{
	color:#94B56A;
}
.channel-nav .back a:hover{
	text-decoration:none;
	color:#777;
}

/*---------- frame : footer ---------*/
.footer{
	color:#999;
	text-align:center;
	padding-bottom:10px;
	border-top:1px solid #E5EFD6;
	padding-top:10px;
}
.footer .link{
	text-align:center;
	padding:5px 0px;
}
.footer .link a{
	margin:0px 5px;
	color:#666666;
}
.footer .powered{
	font-size:10px;
	line-height:25px;
}
.footer .powered strong{
	color:#690;
}
.footer .powered strong span{
	color:#F93;
}
.footer .copyright{
	color:#666666;
	line-height:23px;

}

#sub3 {
background-color:#F1FAFF;
border:1px solid #BFE2FE;
height:auto;
margin-top:3px;
width:970px;
}
#sub3 .a1 {
float:left;
height:29px;
width:970px;
}
#sub3 .a1 .w8 {
float:left;
height:20px;
width:8px;
}
#sub3 .a1 .btn {
background-image:url(../images/btn.gif);
background-repeat:no-repeat;
color:#FFFFFF;
height:18px;
float:left;
line-height:20px;
margin-top:6px;
padding-left:4px;
width:64px;
}
#sub3 .a1 .btn a {
color:#FFFFFF;
}

#sub3 .a1 .lanm {
color:#999999;
float:left;
height:21px;
line-height:21px;
margin-left:8px;
margin-top:7px;
width:auto;
}
#sub3 .a1 .lanm a {
color:#333333;
}
#sub3 .a1 .w15 {
float:left;
height:20px;
width:12px;
}

#top {
background:transparent url(../images/bg_toplogin.png) repeat-x scroll 0 0;
border-color:-moz-use-text-color #E3E3E3 #E3E3E3;
border-width:medium 1px 1px;
height:28px;
margin:0 auto;
position:relative;
text-align:left;
width:970px;
}
#loginBar {
float:left;
margin:4px 0 0 10px;
}
#form_login {
height:23px;
width:600px;
}
#loginBar .input_border {
border:1px solid #999999;
height:16px;
width:140px;
}
#loginBar input {
margin-right:15px;
}
#loginBar .input_border {
border:1px solid #999999;
height:16px;
width:140px;
}
#loginBar input {
margin-right:15px;
}
#top ul#top_dropmenu {
position:absolute;
right:10px;
top:7px;
width:300px;
z-index:1000;
}
ul#top_dropmenu li {
color:#CC0000;
display:block;
float:left;
line-height:20px;
margin-left:5px;
}
ul#top_dropmenu li {
color:#CC0000;
display:block;
float:left;
line-height:20px;
margin-left:5px;
}
.close_menu {
height:18px;
overflow:hidden;
}
.close_menu, .open_menu {
background:transparent url(../images/arr05.gif) no-repeat scroll 64px 10px;
border-left:1px solid #CCCCCC;
cursor:pointer;
text-align:center;
width:71px;
}
.sort_name {
text-align:left;
}
.sort_name a {
display:block;
font-weight:normal;
line-height:1.33;
padding:2px 5px 0 10px;
text-decoration:none;
}

.bddaohang {
    background-color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: auto;
    line-height: 25px;
    margin-bottom: 5px;
}
.bddaohang tr td a {
    color: #333333;
}
.decmt-box2{
	width:98%;
	padding:6px 5px;
	margin:0px auto;
	overflow:hidden;
	clear:both;
}
.decmt-box2 span.fr{
	float:right;	
	}
.decmt-box2 span.title{
	line-height:20px;
	width:600px;
	}
.decmt-box2 ul{
	}
.decmt-box2 ul li{
	width:100%;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	overflow:hidden;
	}
.decmt-box2 ul li a.plpic{
	float:left;
	width:40px;
	height:40px;
	padding:2px;
	border:1px solid #DFD9B9;
	background:#F9FDED;
	margin-right:5px;
	overflow:hidden;
	}
.decmt-box2 ul li p{
	float:left;
	width:605px;
	line-height:22px;
	}
.decmt-box2 .comment_act{
	line-height:20px;
	color:#aeaeae;
	}
.decmt-box2 .comment_act a{
	color:#aeaeae;
	}


.mt12 {
    margin-top: 12px;
}
.wrap {
    color: #006500;
    width: 970px;
}
.tit {
    background: url("../images/titBg.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    height: 34px;
    line-height: 34px;
}
.mb8 {
    margin-bottom: 8px;
}
.tit h2 {
    background: url("../images/tit-h3Bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 18px;
    height: 38px;
    line-height: 37px;
    margin: -4px 5px 0 0;
    text-shadow: 1px 1px 1px #0a9400;
    width: 295px;
}
.msf {
    font-family: Î¢ÈíÑÅºÚ,ºÚÌå;
}
.fl {
    display: inline;
    float: left;
}
.tit h2 i {
    background-position: left -149px;
    float: left;
    height: 24px;
    margin: 8px 12px 0 10px;
    width: 23px;
}
.tidings {
    line-height: 20px;
    padding-top: 8px;
}
.tidings dt {
    background-position: left -174px;
    color: #ff7a19;
    float: left;
    height: 20px;
    padding-left: 22px;
}
.tidings dd {
    float: left;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    width: 240px;
}
.tidings dd {
    white-space: nowrap;
}
i, em, cite {
    font-style: normal;
}
.tit .project-a {
    padding-right: 5px;
}
.tit .project-a em {
    float: left;
    margin: 0 4px;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.w737 {
    width: 760px;
}
.fr {
    display: inline;
    float: right;
}
.course-table, .flagship-table {
    border-collapse: collapse;
}
.course-table, .flagship-table {
    border-collapse: collapse;
}
.course-table th {
    background: none repeat scroll 0 0 #f6ffef;
    padding: 8px 6px;
    white-space: nowrap;
}
.course-table td, .course-table th {
    border: 1px solid #7ada62;
    line-height: 25px;
    padding: 1px 6px;
}
.course-table tfoot .trBg {
    background: none repeat scroll 0 0 #f8fff2;
}
.course-table tfoot td {
    padding: 6px 12px;
}
.course-table td {
    color: #5a5a5a;
}
.course-table tfoot td p.lh26 {
    line-height: 26px;
}
.course-table tfoot td p {
    line-height: 18px;
}.course-table tfoot td .red {
    color: #ef0000;
}
.course-table tfoot td p.lh26 {
    line-height: 26px;
}
.w205 {
    width: 205px;
}
.bor {
    border: 1px solid #1cce09;
}
.course-tit {
    background: url("../images/course-titBg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 27px;
    white-space: nowrap;
}
.course-tit h4 {
    color: #fff;
    background-position: left -136px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin: -1px 0 0 -1px;
    padding-left: 5px;
    width: 95px;
}
.online-service a, .reg a, .learning-flow, .course-tit h4, .course-buy {
    background: url("../images/spirit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.course-con {
    line-height: 24px;
    padding: 9px 7px 5px 12px;
}
.mt8 {
    margin-top: 8px;
}
.course-tit h4 {
    background-position: left -136px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin: -1px 0 0 -1px;
    padding-left: 5px;
    width: 95px;
}
.course-con {
    line-height: 24px;
    padding: 9px 7px 5px 12px;
}
.course-tg h4 {
    background-position: left -165px;
    padding-left: 8px;
    width: 105px;
}
.course-jp h4 {
    background-position: left -194px;
    width: 95px;
}

.ksbd {
    clear: both;
    margin: -5px auto 5px;
    width: 970px;
}
.ksbd .ktop {
    background: url("../images/zsfag_15.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #37900e;
    border-right: 1px solid #37900e;
    height: 35px;
    width: 968px;
}
.ksbd .ktop-l {
    float: left;
}
.ksbd .ktop-r {
    color: #fff;
    float: right;
    height: 25px;
	margin-top:6px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: center;
}
.ksbd .kt {
    border-bottom: 1px solid #37900e;
    border-left: 1px solid #37900e;
    border-right: 1px solid #37900e;
    margin-top: 0;
    overflow: hidden;
    padding: 10px 0 0;
    width: 968px;
}
.ksbd .kt-l {
    float: left;
    padding-left: 10px;
    width: 250px;
}
.ksbd .kt-l-top {
    color: #005d00;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    width: 250px;
}
.ksbd .kt-l-bottom {
    clear: both;
    line-height: 24px;
    text-align: left;
    width: 240px;
}
.ksbd .kt-r {
    float: left;
    padding-right: 10px;
    width: 698px;
}
