
/*paging*/

.page_k { float:right; height:30px; width:auto;}
.show_page { clear:both;}
.show_page:after { display:block; content:""; clear:both;}
.show_page .pconline_page,
.show_page .pconline_page1 { float:left; text-decoration:none; color:#808080; display: inline; vertical-align: middle;height:22px;line-height:22px; margin:1px 5px 0px;}

.show_page .pconline_page { background-color:#f3f3f3;font-weight:bold;padding:0 8px;border:none;}


.show_page .pconline_page:hover,
.show_page .pconline_page1 {color:#fff;background:#e3393a;}
.show_page .pconline_page1 {font-weight:bold;padding:0 8px;border:none;}


.show_page .prev,.show_page .next { float:left; font-family:"Microsoft YaHei"; font-size:14px; color:#545454; line-height:22px; border:1px solid #ccc; padding:0px 10px; margin-top:0px !important; position:relative;}
.show_page .prev:hover,.show_page .next:hover { border:1px solid #e3393a; color:#e3393a;}
.show_page .prev { padding-left:16px; line-height:22px ;background:url(2014-menhu-pagingpnpic.png) no-repeat 6px 3px;}
.show_page .next { padding-right:16px; background:url(2014-menhu-pagingpnpic.png) no-repeat 56px -22px;}

.show_page .prev:hover { background:url(2014-menhu-pagingpnpic.png) no-repeat 6px -43px;}
.show_page .next:hover { background:url(2014-menhu-pagingpnpic.png) no-repeat 56px -66px;}


.show_page .iconfont {display:block;position:absolute;top:50%;width:0px;height:0px;margin-top:-5px;border:6px solid #787878;}
.show_page .prev .iconfont {
	left:0px;
    border-color: transparent #787878 transparent transparent ;/* 黑 透明 透明 */
	_border-style: dashed solid dashed dashed; /*解决ie6不支持transparent的问题*/	
}
.show_page .next .iconfont {
	right:0px;
    border-color: transparent transparent transparent #787878;/* 黑 透明 透明 */
	_border-style: dashed dashed dashed solid; /*解决ie6不支持transparent的问题*/	
}

.show_page .prev:hover .iconfont{border-color: transparent #e3393a transparent transparent ;}
.show_page .next:hover .iconfont{border-color: transparent transparent transparent #e3393a;}
















/*table*/
/*base*/
.ui-table { border-collapse:collapse; border:1px solid #ccc; width:100%; font-size: 12px; text-align: left; }
.ui-table tr:nth-child(even),
.ui-table-split /* 隔行换色效果 */,
.ui-table-hover /* 用作表格行hover效果 */ {    
    background-color:#FBFBFB;
}
.ui-table tr { color:#808080; }
.ui-table thead tr { color:#666; }
.ui-table thead { color:#666; background-color: #F6F6F6; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#F2F2F2'); background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#F2F2F2)); background: -moz-linear-gradient(top, #F8F8F8, #F2F2F2); background: -o-linear-gradient(top, #F8F8F8, #F2F2F2); background: linear-gradient(top, #F8F8F8, #F2F2F2);}
.ui-table th { padding:7px 9px; border-bottom:1px solid #d9d9d9; text-align: left; }
.ui-table td { padding:8px 9px 7px; border-bottom:1px solid #d9d9d9; }
.ui-table th { padding:7px 9px;}
.ui-table tfoot td { border-bottom:none; }
/* 无边框table加上ui-table-noborder */
.ui-table-noborder, .ui-table-noborder td, .ui-table-noborder tr, .ui-table-noborder th { border:none; outline:none; }
.ui-table-noborder .ui-table-split, .ui-table-noborder .ui-table-hover { background-color:#f7f7f7; }
/* 当table放在一个有边框的容器中时，比如ui-box，需要添加类名ui-table-inbox去掉本身的外框 */
.ui-table-inbox { border:none; outline:none; }
.ft-bar { font-style: italic; padding:0 5px;}

/*drop*/
.ui-drop { position:relative; width:98px; height:30px;}/*宽高可以自行设置*/
.ui-drop .ui-dropHd { position:relative; z-index:4; border:1px solid #ccc; background:#FFFFFF}
.ui-drop .dropHd_active {}
.ui-drop .ui-dropHd .pHead { color:#000; font-size:14px; text-indent:10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; line-height:28px;}/*行高也可以自行设置*/
.ui-drop .ui-dropHd .DivSpan { display:block; position:absolute; height:28px; width:24px; right:0px; top:0px; text-align:center; 
			background: #e6e6e6; /* Old browsers */
			background: -moz-linear-gradient(top,  #e6e6e6 0%, #f6f6f6 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #e6e6e6 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #e6e6e6 0%,#f6f6f6 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #e6e6e6 0%,#f6f6f6 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #e6e6e6 0%,#f6f6f6 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.ui-drop .ui-dropHd .DivSpan span { position:absolute; top:50%; left:50%; margin:-2px 0px 0px -6px;} 
.ui-drop .ui-dropHd .DivSpan .triangleB {  border-color:#000 transparent transparent transparent;}
.ui-drop .ui-dropHd .DivSpan .triangleT { margin-top:-8px;}

.ui-drop .ui-dropNr { width:96px; display:none; overflow:hidden; overflow-y:auto; height:auto; position:absolute; left:0px; top:29px; z-index:99; background:#fff; border:1px solid #c7c7c7; box-shadow:5px 5px 5px #f4f4f4; }
.ui-drop .dropNr_active { display:block;}
.ui-drop .ui-dropNr ul { }
.ui-drop .ui-dropNr li { width:100%;}
.ui-drop .ui-dropNr li a { display:block; font-family:"微软雅黑"; font-size:14px; color:#000; text-indent:10px; min-height:30px; line-height:30px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;}

.ui-drop .outPout { position:absolute; left:0px; top:0px; font-family:"微软雅黑"; color:#000; background:green; font-size:14px; line-height:20px; border:1px solid green;}
.ui-drop .outPout .outPArrow { position:absolute; left:0px; top:-6px; width:0px; height:0px;
    border-width:0px 6px 6px;
    border-style:solid;
    border-color: transparent transparent #000 transparent ;/* 黑 透明 透明 */
	_border-style: dashed dashed solid dashed; /*解决ie6不支持transparent的问题*/	
}
.ui-drop .ui-dropNr li a:hover { color:#fff;background:#ccc;}



/*button*/
.ui-button { display:inline-block; border-radius:4px; overflow:hidden; padding:0px 10px; border:none; background:none; background:#ccc; color:#fff; vertical-align:middle; text-align:center; text-decoration:none; cursor:pointer; font-size:14px; font-weight: bold;}
.ui-buttonS { height:22px !important; line-height:22px !important; font-size:12px;}
.ui-buttonM { height:30px !important; line-height:30px !important; font-size:14px;}
.ui-buttonL { height:34px !important; line-height:34px !important; font-size:14px;}
.ui-buttonXL { height:38px !important; line-height:38px !important; font-size:14px;}
.ui-buttonXXL { height:45px !important; line-height:45px !important; font-size:16px;}
.ui-button3XL { height:56px !important; line-height:56px !important; font-size:18px;}
.ui-button4XL { height:80px !important; line-height:80px !important; font-size:18px;}



/*图标准备用矢量图标*/
.S-icon,.M-icon,.L-icon,.XL-icon,.XXL-icon,.XXXL-icon { background:red;}

/*.icon-16 { float:left; display:inline; width:16px; height:16px; top:50%; margin-top:-8px; position:relative;  margin-right:5px;}
.icon-24 { float:left; display:inline; width:24px; height:24px; top:50%; margin-top:-12px; position:relative; margin-right:5px;}
.icon-32 { float:left; display:inline; width:32px; height:32px; top:50%; margin-top:-16px; position:relative; margin-right:5px;}*/

.icon-16 { display:inline-block; width:16px; height:16px; margin-right:5px;}
.icon-24 { display:inline-block; width:24px; height:24px; margin-right:5px;}
.icon-32 { display:inline-block; width:32px; height:32px; margin-right:5px;}



/*tiptext 样式模块 */
.ui-tiptext {
    margin: 0;
    color: #4D4D4D;
    position:relative;
    font-size: 12px;
    zoom:1;
}

.ui-tiptext-follow {
    padding-left: 21px;
}

.ui-tiptext-container {
    padding: 8px 12px;
    position:relative;
    zoom:1;
}
.ui-tiptext .iconfont {
    font-size: 1.33em;
    line-height: 1em;
    text-shadow: 0 1px 0 #fff;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.ui-tiptext-icon {
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.ui-tiptext-message .ui-tiptext-icon {
	display:inline; width:19px; height:19px; background:url(icon.png) no-repeat -10px -91px; color:#68b5e2; line-height:19px;
}





/*drop*/
.ui-drop .ui-dropHd .pHead { line-height:42px; font-size:12px; color:#545454; background:url(fodorico.jpg) no-repeat right}
.ui-drop .ui-dropNr { top:43px; height:200px; overflow:hidden; overflow-y:auto; box-shadow:none;}
.ui-drop .DouTriangleB { position:absolute; right:10px; top:12px;}
.ui-drop .ui-dropNr li a { line-height:33px;}



/*第二个至第六个模块的框*/
.mHsY { zoom:1; margin-bottom: 0px;}
.mHsY:after { display:block; content:""; clear:both;}

/*第二个模板*/
.second {}
.second .fn-left { position:relative; width:700px; height:100px; overflow:hidden; float:left}
.second .fn-right { position:relative; width:300px; height:100px; overflow:hidden; float:right}

.second .fn-left:hover .rslidesGg_tabs,
.second .fn-right:hover .rslidesGg_tabs { display:block;}

.second .fn-left .rslidesGg,
.second .fn-right .rslidesGg { height:100px;}

.rslidesGg li { overflow:hidden;}
.rslidesGg li a { display:block;}

.rslidesGg_tabs { display:none; position:absolute; height:12px; z-index:3; right:10px; bottom:4px; height:12px; width:50%;}
.rslidesGg_tabs li { width:12px; height:12px; float:left; margin-right:4px;}
.rslidesGg_tabs li a { text-indent:999em; display:block; width:12px; height:12px; background:url(2014-menhu-ggfwicon.png) no-repeat -150px -30px; filter:alpha(opacity:50);opacity:0.5;}
.rslidesGg_tabs .rslidesGg_here a,.rslidesGg_tabs li:hover a  { filter:alpha(opacity:100);opacity:1;}



.second .fn-left li img { width:700px; height:100px;}
.second .fn-right li img { width:300px; height:100px;}






/*第六个模块*/
.qTwZ { width:1000px; zoom:1; position:relative; z-index:5;}
.qTwZ:after { display:block; content:""; clear:both;}
.qTwZ .ui-drop { float:left; height:45px; margin-right:10px;}
.qTwZ .wZone { width:174px;}
.qTwZ .wZtwo { width:178px;}
.qTwZ .wZthree { width:154px;}
.qTwZ .wZfour { width:134px;}
.qTwZ .wZfive { width:150px;}
.qTwZ .wZsix { width:160px; margin-right:0px;}

.qTwZ .wZone .ui-dropNr { width:172px;}
.qTwZ .wZtwo .ui-dropNr { width:176px;}
.qTwZ .wZthree .ui-dropNr { width:152px;}
.qTwZ .wZfour .ui-dropNr { width:132px;}
.qTwZ .wZfive .ui-dropNr { width:148px;}
.qTwZ .wZsix .ui-dropNr { width:158px;}

.qTwZ .ui-drop .ui-dropNr li a:hover{ background:#4B6D83;}
.qTwZ .ui-drop .pHead { cursor:pointer;}

