/*---------- base ---------*/
@charset   "utf-8";   
*{margin:0;padding:0;}

html{background:#FFF;}
/*
html{ filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
*/
body{
	font:12px "宋体","黑体","楷体_GB2312",Arial,Verdana,Tahoma;
	color:#767676;
}
img{
	border:none;
}

a{
	color:#767676;
	text-decoration:none;
}
a:hover{
	color: #009900;
	text-decoration:underline;
}
ol,ul,dt{list-style:none;}

input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
/*---------- base end ---------*/

.btn-6{ 
	background:url(../images/btn_bg_2.jpg) repeat-x;
	border:1px solid #FEC070;
	height:18x;
	margin-bottom:1px;
	padding-left:5px;
	padding-right:5px;
	line-height:18px;
	text-align:center;
	font-weight:bold;
	color:#895F0C;
}


/*---------- stock ---------*/
.center{
	margin:0px auto;
}
.w960{
	width:960px;
}
.w645{
	width:645px;
}

.wp90{
	width:90%;
}

.mt0{/* ( margin-top * 1 ) */
	margin-top:1px;
}

.mt1{/* ( margin-top * 1 ) */
	margin-top:8px;
}
.mt2{/* ( margin-top * 2 ) */
	margin-top:16px;
}
.mt3{/* ( margin-top * 2 ) */
	margin-top:24px;
}
.mt4{/* ( margin-top * 2 ) */
	margin-top:34px;
}
.mt5{/* ( margin-top * 2 ) */
	margin-top:40px;
}
.mt6{/* ( margin-top * 2 ) */
	margin-top:60px;
}

.fright{
	float:right;
}

.fleft{
	float:left;
}

.disable{
	display:none;
}


.footer{
	color:#999;
	text-align:center;
	padding-bottom:10px;
	background:url(../images/btm_mid.jpg) center center repeat-x;	
	height:86px;
}


.fc1{
	color:#955E00;
}

.fc2{
	color:#FF8000;
}

.fc3{
	color:#767676;
}


.header{
	background:url(../images/cen_top.jpg) repeat-x;	
	height:28px;
	line-height:28px;
	text-align:center;
}

.header div{
	text-align:left;
	padding-left:100px;
}

.header font{
	font-size:11px;
	color:red;
}

.header a{
	color:red;
}


.logo_cen{
	background:url(../images/logo_cen.png) no-repeat;
	height:46px;
	width:164px;
}



/*---------- frame : nav ---------*/
.nav {
	height:36px;
	background: url(../images/center_meun_bg.jpg) no-repeat;
	margin-left:170px;
}
.nav_ul{
	color:#FFFFFF;
}

.nav_ul li{
	float:left;
	width:68px;
	height:40px;
	text-align:center;
	padding-top:12px;
	font:12px Verdana,Arial,Tahoma;
	font-weight:bold;
	margin-left:7px;
}

* html .nav_ul li{
	float:left;
	width:68px;
	height:20px;
	text-align:center;
	padding-top:12px;
	font:12px Verdana,Arial,Tahoma;
	font-weight:bold;
	margin-left:7px;
}

*+html .nav_ul li{
	float:left;
	width:68px;
	height:20px;
	text-align:center;
	padding-top:12px;
	font:12px Verdana,Arial,Tahoma;
	font-weight:bold;
	margin-left:7px;
}
.nav_ul li:hover{
	background:url(../images/center_menu_bg_bg.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="/smknet/net/resources/templets/images/menu_bg_bg.png");/*IE6*/
	_background:none;/*IE6*/
}

.nav_ul li a{
	color: #FFFFFF;
	text-decoration:none;
}

.nav_ul li a:hover{
	color: #FFFFFF;
	text-decoration:none;
}

.nav_li_hover{
	color: #FFFFFF;
	background: url(../images/center_menu_bg_bg.png) no-repeat;
}
.nav_show_div{
	position:absolute;
	margin-left:-180px;
}
* html .nav_show_div{
	position:absolute;
	margin-left:0px;
}
*+html .nav_show_div{
	position:absolute;
	margin-left:0px;
}



.nav_show_div ul{
	display:none;
}

.nav_show_div li{
	float:left;
	margin-left:1px;
}


.nav_show_div a{
	padding-left:4px;
	padding-right:4px;
	border-left:1px solid  #A5DAAF;
	border-right:1px solid  #A5DAAF;
	color: #666666;
	background: url(../images/menu2_bg_m.png) repeat-x;
}



.search{
	margin-top:5px;
	margin-right:3px;
}

.search a{
	margin-top:2px;
	display:block;
	float:left;
	height:20px;
	width:28px;
	line-height:20px;
	background: url(../images/box_bg_2.jpg) no-repeat ;
	cursor:pointer;
}

.search_text{
	float:left;
	margin-top:2px;
	margin-right:10px;
	border:0px;
	height:20px;
	width:139px;
	line-height:20px;
	color:#99CC66;
	background: url(../images/box_bg_2.jpg) -28px no-repeat;
}
* html .search_text{
	float:left;
	margin-top:-2px;
	margin-right:10px;
	border:0px;
	height:20px;
	width:139px;
	line-height:20px;
	color:#99CC66;
	background: url(../images/box_bg_2.jpg) -28px no-repeat;
}
*+html .search_text{
	margin-top:-1px;
	border:0px;
	height:27px;
	width:140x;
	line-height:26px;
	color:#99CC66;
	background: url(../images/box_bg_2.jpg) -28px no-repeat;
}
.searchtext{
	border:0;
	line-height:15px;
	float:left;
	margin-top:3px;
	color:#99CC66;
	size:15;
}
* html .searchtext{
	border:0;
	line-height:15px;
	float:left;
	margin-top:6px;
	color:#99CC66;
	size:15;
}
*+html .searchtext{
	border:0;
	line-height:15px;
	float:left;
	margin-top:6px;
	color:#99CC66;
	size:15;
}
.search_text_option{
	color:#E8E8E8;
}

.search_button{
	margin-top:10px;
	margin-bottom:-13px;
	width:44px;
	height:20px;
	border:none;
	background:url(../images/btn_09.jpg) center no-repeat;
	margin-left:-3px;
	line-height:20px;
	letter-spacing:1px;
	overflow:hidden;
	color:#2F592E;
	cursor:pointer;
}
* html .search_button{
	margin-top:10px;
	margin-bottom:-13px;
	width:44px;
	height:20px;
	border:none;
	background:url(../images/btn_09.jpg) center no-repeat;
	margin-left:-3px;
	line-height:20px;
	letter-spacing:1px;
	overflow:hidden;
	color:#2F592E;
	cursor:pointer;
}
*+html .search_button{
	margin-top:-3px;
	width:44px;
	height:20px;
	border:none;
	background:url(../images/btn_09.jpg) center no-repeat;
	margin-left:-10px;
	line-height:20px;
	letter-spacing:1px;
	overflow:hidden;
	color:#2F592E;
	cursor:pointer;
}

.search ul{z-index:9999;position:absolute;margin-left:0px;margin-top:-1px;width:60px;background:#fff;border:1px solid #9FDB99;}
.search ul li{display:block;height:21px;padding-left:5px;line-height:21px;color:#000;text-decoration:none;}
.search ul li:hover{background: #E9F9E8; cursor:pointer;}
.search_ul_li_hover{background: #E9F9E8; cursor:pointer;} 

/*---------- frame : nav ---------*/


.center_menu{
	background-color:#FDF3EC;
	margin-left:-670px;
	#margin-left:20px;
	_margin-left:20px;
	width:204px;
	text-align:center;
}

.center_menu_inner{
	width:186px;
	background-color:#FFFFFF;
}

.back_index{
	height:24px;
	line-height:28px;
	background:url(../images/cen_title_bg_1.jpg) repeat-x;
	border:1px solid #FACE87;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.back_index a{
	color:#94590C;
}
.back_index div.icon{
	margin-top:5px;
	margin-left:10px;
	margin-right:5px;
	background:url(../images/icons/icon_8.png)  no-repeat;
	width:17px;
	height:17px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="/smknet/net/resources/templets/images/icons/icon_8.png");/*IE6*/
	_background:none;/*IE6*/
}

.cendar{
	background:url(../images/icons/icon_12.png)  no-repeat;
	height:18px;
	text-align:center;
}

.center_menu_title{
	height:24px;
	line-height:28px;
	background:url(../images/cen_title_bg_2.jpg) repeat-x;
	border:1px solid #FACE87;
	font-size:12px;
	font-weight:bold;
	color:#94590C;
	text-align:left;
}

.center_tip{
	line-height:23px;
	background-color:#fcf4e9;
	border:1px #fcf4e9;
	font-size:13px;
	color:#94590C;
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	}
	
.msgopen_tip{
	line-height:180%;
	background-color:#fcf4e9;
	border:1px #fcf4e9;
	font-size:12px;
	color:#94590C;
	text-align:left;
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:15px;
	}
.mobile_tip{
	line-height:160%;
	background-color:#fcf4e9;
	border:1px #fcf4e9;
	font-size:12px;
	color:#94590C;
	text-align:left;
	margin-left:15px;
	margin-top:-20px;
	margin-right:15px;
	margin-bottom:5px;
	}
.news_tip{
	line-height:23px;
	background-color:#f0f7e9;
	border:1px #f0f7e9;
	font-size:13px;
	color:green;
	text-align:left;
	}
.tip_font{
	margin-top:20px;
	margin-left:40px;
	margin-right:30px;
	margin-bottom:40px;
}
.center_menu_title div.icon1{
	margin-top:5px;
	margin-left:10px;
	margin-right:5px;
	background:url(../images/icons/icon_9.png)  no-repeat;
	width:17px;
	height:17px;
}

.center_menu_title div.icon2{
	margin-top:5px;
	margin-left:10px;
	margin-right:5px;
	background:url(../images/icons/icon_10.png)  no-repeat;
	width:17px;
	height:17px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src="/smknet/net/resources/templets/images/icons/icon_10.png");/*IE6*/
	_background:none;/*IE6*/
}


.center_menu_ul{
	text-align:left;
	border-left:1px solid #FDC173;
	border-right:1px solid #FDC173;
}
.center_menu_ul_bottom{
	border-bottom:1px solid #FDC173;
}

.center_menu_ul ul{
	padding-top:8px;
	padding-bottom:8px;
}
.center_menu_ul li{
	line-height:25px;
	padding-left:20px;
}

.center_menu_ul li:hover{
	background:url(../images/cen_title_bg_on.jpg)  no-repeat;
}

.center_menu_ul_hover_1{
	background:url(../images/cen_title_bg_on.jpg)  no-repeat;
}
.center_menu_ul_hover_2{
	
}

.center_menu_ul li a:hover{
	text-decoration:none;
}


.center_help_ul{
	text-align:left;
	border-left:1px solid #FDC173;
	border-right:1px solid #FDC173;
	padding-top:10px;
}
.center_help_ul li{
	line-height:25px;
	padding-left:15px;
}

.center_help_title{
	padding-left:25px;
}


.center_help_title span{
	padding-right:15px;
}

.center_help_title span a{
 font-weight:normal;
 font-size:11px;
}



.center_main{
	margin-right:45px;
	margin-left:93px;
}

* html .center_main{
	margin-right:45px;
	margin-left:33px;
}

*+html .center_main{
	margin-right:45px;
	margin-left:33px;
}
.menber_desc{
	width:155px;
	height:120px;
	background-color:#FFFBF6;
	line-height:20px;
}
* html .menber_desc{
	width:155px;
	height:100px;
	background-color:#FFFBF6;
	line-height:20px;
}
*+html .menber_desc{
	width:155px;
	height:120px;
	background-color:#FFFBF6;
	line-height:20px;
}
.menber_desc dl{
	margin-left:20px;
	margin-top:5px;
}

.menber_desc img{
	border:1px solid #FDC56B;
}

.notices{
	width:455px;
	background-color:#FFFBF6;
	line-height:25px;
	padding-top:20px;
	
}

.notices_outer{
	word-break:break-all;
	white-space:normal;
	margin-left:30px;
	margin-right:40px;
}

.p_top_p{
	margin-left:250px;
	position:absolute;
	}

* html .p_top_p{
	align:center;
	margin-left:30px;
	position:absolute;
	}

*+ html .p_top_p{
	align:center;
	margin-left:30px;
	position:absolute;
	}

.center_p_title{
	margin-top:20px;
	background:url(../images/center_title.png) no-repeat;
	height:25px;
	width:110px;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
}
.center_p_title_m{
	margin-top:20px;
	background:url(../images/center_title.png) no-repeat;
	height:25px;
	width:110px;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
}

.center_p_top_title1{
	float:left;
	background:url(../images/center_title.jpg) no-repeat;
	width:134px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#945906;
}

#msghead{
	width:660px;
	border-bottom:1px solid #FDC173;
}
.center_p_top_msg_title1{
	float:left;
	background:url(../images/btn_bg_in.jpg) no-repeat;
	height:25px;
	text-align:left;
	line-height:25px;
	color:#945906;
	padding-left:6px;
	padding-right:6px;
}

.center_p_top_msg_title1 a{
	color:#945906;
}

.center_p_top_msg_title_select1{
	float:left;
	background:url(../images/btn_bg_out.jpg) no-repeat;
	height:25px;
	text-align:left;
	line-height:25px;
	color:black;
	padding-left:6px;
	padding-right:6px;
}

.center_p_top_msg_title_select1 a{
	color:white;
}


.center_p_top_jiaofei_title1{
	float:left;
	background:url(../images/btn_bg_in.jpg) no-repeat;
	width:134px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#945906;
}

.center_p_top_jiaofei_title2{
	float:left;
	background:url(../images/btn_bg_in2.jpg) no-repeat;
	width:201px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#945906;
}

.center_p_top_jiaofei_title1 a , .center_p_top_jiaofei_title2 a{
	color:#945906;
}

.center_p_top_jiaofei_title_select1{
	float:left;
	background:url(../images/btn_bg_out.jpg) no-repeat;
	width:134px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:white;
}

.center_p_top_jiaofei_title_select1 a{
	color:white;
}

.center_p_top_jiaofei_title_select2{
	float:left;
	background:url(../images/btn_bg_out2.jpg) no-repeat;
	width:201px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:black;

}

.center_p_top_jiaofei_title_select2 a{
	color:white;
}


.center_p_top_title{
	background:url(../images/center_title.png) no-repeat;
	height:25px;
	width:660px;
	text-align:left;
	line-height:25px;
	color:#FFFFFF;
	padding-left:30px;
	border-bottom:1px solid #FDC173;
}

.center_p_top_title2{
	
	height:25px;
	width:660px;
	text-align:left;
	line-height:25px;
	color:#FFFFFF;
	padding-left:30px;
	
}
.redstar{
	color:red;
}

.msgopentable{
	color:black;
}

.msgopen_tip a{
	color:blue;
}

.mobile_tip a{
	color:blue;
}

.msgopentable a {
	color:blue;
}

.main_bottom{
	border-bottom:1px solid #FF8D00; 
}

.main_middle1_bg_l{
	height:80px;
	width:110px;
	background:url(../images/icons/mn_icon.jpg) center bottom no-repeat;
	margin-top:10px;
}

* html .main_middle1_bg_l{
	height:80px;
	width:110px;
	background:url(../images/icons/mn_icon.jpg) center bottom no-repeat;
	margin-top:10px;
}

*+html .main_middle1_bg_l{
	height:80px;
	width:110px;
	background:url(../images/icons/mn_icon.jpg) center bottom no-repeat;
	margin-top:10px;
}
.main_middle1_bg_r{
	height:72px;
	width:1px;
	background:url(../images/line_1.jpg) center center no-repeat;
}

.icon_mbg{
	background:url(../images/icons/xx_icon.jpg) center bottom no-repeat;
}


.main_middle1_info{
	line-height:23px;
	margin-top:-70px;
	margin-right:80px; * margin-right:180px; _margin-right:80px;
}

.main_middle1_info1{
	line-height:23px;
	margin-top:-70px;
	margin-right:400px;
}

.border1{
	border:1px dashed #F3C263;
}

.center_main_ad{
	height:120px;
	width:290px;
}



.center_main_act{
	height:120px;
	width:290px;
}

.center_main_act dt{
	height:27px;
	background:url(../images/btn_bg_2.jpg) repeat-x;
	line-height:27px;
	padding-left:10px;
	padding-right:10px;
}

.center_main_act dd{
	
}

.center_main_act dd ul{
	margin-left:40px;
	margin-top:10px;
}

.center_main_act dd li{
	list-style-type:square;
	line-height:23px;
}



.coll_td1{

}
.coll_td1 div{
	font-weight:bold;
	color:#8A6513;
}

.coll_td1 a{
	color:#8A6513;
}

.coll_td2{
	width:200px;
	vertical-align:bottom;
}


.coll_td3{
	width:245px;
	vertical-align:bottom;
	text-align:right;
}
.coll_td3 a{
	color:#2291E6;
	cursor:pointer;
}


.list_table{
	line-height:20px;
}

.list_table td{
	border-bottom:1px dotted #B8B8B8;
}



/* 分页*/
.pages1{
	margin-bottom:20px;	
	margin-left:20px;
	margin-right:20px;
	padding-top:4px;
	padding-bottom:4px;
}

.pages1 a{
	color:black;
	border:#9DC4CC 1px solid; 
	text-decoration: none;
	padding:3px 5px 3px 5px;
	margin-left:1px;
	margin-right:0px;
	
}
.pages1 a:hover{
	background-color: #FFCD81;
	border: #E89A52 1px solid; 
	text-decoration: none;
	padding:3px 5px 3px 5px;
	margin-left:1px;
	margin-right:0px;
	color:#666666;
	cursor:pointer;
}

.pages1_disabled{
	background-color: #F5F5F5;
	border: #CCCCCC 1px solid; 
	text-decoration: none;
	padding:3px 5px 3px 5px;
	margin-left:1px;
	margin-right:0px;
	color:#CCCCCC;
}

.pages1_curpage{
	background-color: #FFCD81;
	border: #E89A52 1px solid; 
	text-decoration: none;
	padding:3px 5px 3px 5px;
	margin-left:1px;
	margin-right:0px;
	color:#666666;
}


#table_person {
	line-height:30px;
	margin-top:20px;
} 

#table_person input{
	width:210px;
	display:none;
	height:20px;
	line-height:20px;
	margin-top:3px;
	margin-bottom:3px;
}

#table_person table{
	width:210px;
	
} 

#table_person table a{
	color:#2595E1;
	cursor:pointer;
}

.center_index{
    margin-left:30px;
}
.center_index2{
    margin-left:10px;
}

.account_table{
	width:680px;
	line-height:25px;
}

.account_table td{
	border-bottom:1px #FFE7D2 dotted;
	align:center;
}

.account_table  th{
	background-color:#FEEACA;
	border-bottom:1px #FFE7D2 dotted;
}
select{  
    margin: 0;  
    font-size: 12px;  
    line-height:1.5;  
    font-family: Tahoma, SimSun, sans-serif;  
}  
.zSelect {  
    display:inline-block;  
    /*zoom: 1;  
      display: inline; */ 
    position:relative;  
    height:20px;  
    vertical-align:middle;  
}  
.zSelect .inputText {  
    line-height: 17px;  
    font-size:12px;  
    background: #f7fafc;  
    padding: 1px 17px 0 1px;  
    border: 1px solid #68a;  
    vertical-align: top;  
    cursor:default;  
    height: 17px;  
    margin:0;  
}  
.zSelect .arrowimg {  
    display:inline-block;  
    /*zoom: 1;  
    display: inline; */ 
    position:relative;  
    cursor:pointer;  
    width:18px;  
    height:20px;  
    left:-18px;  
    margin-right:-18px;  
    vertical-align: top;  
    outline:none;  
    background: url(../images/selectpic.jpg);  
}  
.zSelect .arrowimg:hover {  
    background: url(../images/selectpic.jpg);  
}  
.optgroup {  
    position:absolute;  
    z-index:666;  
    left:0;  
    top:19px;  
    color: #369;  
}  
.optgroup p{ 
    margin:0;
}  
.optgroup div.optionsDiv{  
    padding:1px;  
    overflow: auto;  
    overflow-x: hidden;  
    max-height:300px;  
    color: #369;  
    border: 1px solid #678;  
    background: #f7fafc;  
    width:auto;  
    z-index:888;  
    filter: Alpha(Opacity=90); opacity: 0.9;  
}  
.optgroup a {  
    font-size:12px;  
    text-decoration:none;  
    cursor:default;  
    display:block;  
    color: #369;  
    white-space: nowrap;  
    padding:1px 3px 2px 6px;  
    /*padding:0 3px 0 6px;  */
    height:18px;  
    min-width:2em;  
}  
.optgroup a:hover {  
    color: black;  
    text-decoration:none;  
    background:#D7F1D2;  
}  
div.optgroup a.selected{  
    color: black;  
    text-decoration:none;  
    background:#D7F1D2;  
} 
.myDisabled
{
    background-color: #808080;
    border: 1px solid red;
    color: white;
}
.jiaofeihou_font{
	line-height:200%;
	font-size:12px;
	color:color;
	text-align:left;
	margin-left:15px;
	margin-top:-20px;
	margin-right:15px;
	margin-bottom:5px;
}
.jiaofeihou_font a{
	color:blue;
}