﻿/*
* reset css
*/
html,body,legend{color:#333333}
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,form,fieldset,legend,input,select,textarea,button,caption,th,td,blockquote,pre{margin:0;padding:0}
body{font:normal normal normal 12px/20px Arial,sans-serif}
input,select,textarea,button{vertical-align: middle;font-size:100%;font-family:Arial,sans-serif;outline:none}
h1,h2,h3,h4,h5,h6,strong,th,b{font-weight:normal}
h1,h2,h3,h4,h5,h6{font-size:14px;line-height:24px}
li{list-style:none}
table{border-spacing:0}
caption,th{text-align:left}
fieldset,img{border:0}
address,cite,dfn,em,var,i{font-style:normal}
code,dfn,kbd,samp,tt,var,pre{font-family:monospace}
del,ins,s{text-decoration:none}
small{font-size:100%}
q:before{content:''}
q:after{content:''}
a{color:#005bb5;text-decoration:none;outline:none}
a:hover{color:#ff6600}
a:hover{text-decoration:underline}

/* reset css end */

/* common css start */
table
{
    width:100%;

}
table th
{
    text-align:left;
}


.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.frg {
	float: right !important;
}
.flg {
	float: left !important;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#header,#container,#footer{
	margin: 0 auto;
}
#header{
	background: #0583c3;
	/*background: -moz-linear-gradient(#fff,#ededed);*/
	/*background: -ms-linear-gradient(#fff,#ededed);*/
	/*background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ededed));*/
	height: 55px;
	padding: 0 10px;
	position: relative;
}
#container{
    height: 100%;
    width: 100%;
}
#footer{
    background: #0583C3;
    height: 100px;
    color: #fff;
    text-align: center;
    line-height: 33px;
}
#sidebarWrap{
	width: 170px;
    height: 100%;
	float: left;
    padding: 5px;
}
#columnWrap{
	margin-left: 180px;
	overflow: hidden;
    padding: 5px;
    /*background: #fff;*/
}
#columnWrap:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	*zoom:1;
}
#mainPage{
	width: 100%;
}
#container:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	*zoom:1;
}
.clear_float {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 1;
	overflow: hidden;
	width: 0;
}
.text16,.text14,.text12{
	padding-left: 5px;
}
.text16{
	font-size: 16px;
}
.text14{
	font-size: 14px;
}
.text12{
	font-size: 12px;
}
/* common css end */
.header_title{
	overflow: hidden;
}
#header .logo{
	float: left;
	width: 286px;
	height: 48px;
	padding: 3px 20px 0 5px;
}
#header .logo a{
	background: url(../images/logo3.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="Images/logo3.png");
	_background:none;
	width: 155px;
	height: 48px;
	float: left;
	cursor: pointer;
}

#header .logo .belong {
    float: left;
    font-size: 24px;
    color: #fff;
    border-left: 1px #e6e6e6 solid;
    margin: 13px 0 0 16px;
    height: 24px;
    line-height: 24px;
    font-family: "Microsoft YaHei";
    padding-left: 12px;
    /*text-shadow:2px 2px 3px #fff;*/
}
.header_pass_info{
	float: right;
	color: #fff;
	padding: 5px 0 0 0;
	position: absolute;
	right: 15px;
	top: 0;
}
.header_pass_info a{
    color: #fff;
}

/* header nav */
.header_title_nav{
	height: 35px;
	overflow: hidden;
	padding-top: 20px;
}
.header_title_nav li
{
	float: left;
	list-style: none;
	height: 35px;
	margin-right: 5px;
	text-align: center;
	font-size: 14px;
	font-family: "microsoft yahei";
}
.header_title_nav li a
{
	float: left;
	height: 33px;
	line-height: 33px;
	border-bottom: none;
	/*border-radius: 2px 2px 0 0;*/
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
    border-top: 2px #0583C3 solid;

}
.header_title_nav li a:hover
{
    border-top: 2px #0778b1 solid;
	background: #0778b1;
	color: #fff;
	text-decoration: none;
	/*background: -moz-linear-gradient(#778191,#576070);*/
	/*background: -ms-linear-gradient(#778191,#576070);*/
	/*background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#778191),color-stop(100%,#576070));*/
	/*background: -webkit-linear-gradient(#778191,#576070);*/
	/*background: -o-linear-gradient(#778191,#576070);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#778191',endColorstr='#576070');*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#778191',endColorstr='#576070')";*/
	/*background: linear-gradient(#778191,#576070);*/
}
.header_title_nav li.current
{
	font-weight: bold;
	text-shadow: none;
}
.header_title_nav li.current a, .header_title_nav li.current a:hover
{
    border-top: 2px #fcb45e solid;
	color: #333;
	background: #fff;
	/*background: -moz-linear-gradient(#177add,#177add);*/
	cursor:pointer;
}

.box
{
	border: 1px solid #ddd;
	background: white;
	border-radius: 2px;
	margin-bottom: 2px;
    font-family: "Microsoft YaHei";
    overflow: hidden;
    transition:border-color 1s;
}
.box:hover{
    border-color: #000;
}

.box:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
* html .box {zoom: 1;}
*:first-child + html .box {zoom: 1;}


.box h3
{
	height: 26px;
	line-height: 26px;
	margin: 0;
	padding: 0 10px;
	font-weight: bold;
	/*border-bottom: solid 1px #CCC;*/
	font-size: 12px;
	color: #333;
    background:#ddd url(../images/arrow_ico_u.png) no-repeat 147px 9px;
    cursor: pointer;

    /*background: -moz-linear-gradient(white,#e5e5e5);*/
	/*background: -ms-linear-gradient(white,#F4F4F4);*/
	/*background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#F4F4F4));*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f4f4f4');*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f4f4f4')";*/
}
.box h3:hover{
}

.box .arrow_up{
    background:#ddd url(../images/arrow_ico_d.png) no-repeat 147px 9px;
}
.box ul{
    overflow: hidden;
}

.box li
{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
    width: 168px;
    position: relative;
}
.box li a
{
	display: block;
	height: 100%;
	padding: 0 10px 0 15px;
	text-decoration: none;
	color: black;
	/*transition: background-color ease 0.5s;*/
	/*-moz-transition: background-color ease 0.5s;*/
	/*-webkit-transition: background-color ease 0.5s;*/
}
.box li a:hover{
    background-color: #22ADE6;
    color: #fff;
    text-decoration: none;
}
.box .li-hover{
    background-color: #22ADE6;
}
.box .li-hover a{
    color: #fff;
}
.box .active
{
}
.box .active a
{
	font-weight: bold;
	color: white;
	background: url(../images/li_arrow.png) 150px -4px no-repeat;
	background-color: #0583C3;
}
.box .active a:hover
{
	background-color: #22ADE6;
}
.box li .b-link{
    position: absolute;
    right: 0;
    top: 0;
    background: #F9A746;
    color: #fff;
    padding: 0 10px;
    z-index: 999;
}


.box li .b-link:hover{
    background: #f4ab54;
}
.ifameDiv{

}
/* s_content */
.s_content{
	overflow: hidden;
}
.s_content .s_head{
	height: 28px;
	background: #eef8ff;
	border-bottom: 2px #76bbff solid;
}
.s_content .s_head h3,.s_content .s_head .tit{
	font-size: 14px;
	font-family: "microsoft yahei";
	float: left;
	line-height: 28px;
	padding-left:15px;
}
.s_content .s_main{
	padding: 10px;
	background: #f0f0f0;
}

/* 提示框 */
.green_tip,.blue_tip,.red_tip,.yellow_tip{
	padding: 10px;
	text-align: left;
	line-height: 26px;
	margin-bottom: 10px;
	font-family: "宋体";
}
.green_tip{
	background: #eef9e4;
}
.blue_tip{
	background: #2288ee;
}
.red_tip{
	background: #fff8ee;
}
.yellow_tip{
	background: #fff45c;
}

#iframeMain{
    border: none;
	width: 100%;
	height: 100%;
    float: left;
}
.loadingBox{
	/*background: url(../images/transparent_loading.gif) no-repeat 15px center;*/
	float: left;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-indent: 60px;
	font-family: "microsoft yahei";
	font-size: 14px;
}

/* tab css */
.s_tab{
}
.s_tab:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	*zoom:1;
}
.s_tab .tab_nav{
	border-bottom: 2px #2288ee solid;
	height: 29px;
}

.s_tab .tab_nav li{
    float: left;
	background: #f8f8f8;
	border: 1px #ccc solid;
	height: 28px;
	line-height: 28px;
	border-bottom: none;
	margin-right: 3px;
	display: inline;
	overflow: hidden;
	padding: 0 10px;

}
.s_tab .tab_nav li a{
	color: #333;
}
.tab_nav li.active{
	background: #2288ee;
	border: 1px #2288ee solid;
	border-bottom: none;
}
.tab_nav li.active a{
	color: #fff;
	background: none;
}
.tab_nav a:hover{
	text-decoration: none;
}
.tab_content{
	border: 1px #cbe5fd solid;
	border-top: none;
	padding: 10px;
	overflow: hidden;
	background: #fff;
}
.tab_content:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	*zoom:1;
}
/* Example Styles for Demo */
.etabs { margin: 0; padding: 0; }
.tab { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; }
.tab a:hover { text-decoration: underline; }
.tab .active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.panel-container { margin-bottom: 10px; }

/* Styles for alternate tabActiveClass */
.tab.selected-tab { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.selected-tab { font-weight: bold; }

/* 弹框 */
.popContent{
}
.popContent .popHead{
	height: 33px;
	background: #f5f5f5;
	overflow: hidden;
}
.popContent .popHead .tit,.popContent .popHead h3{
	float: left;
	line-height: 33px;
	padding-left: 10px;
	font-size: 14px;
}
.popContent .popHead .close{
	background: url(../images/s_index.png) no-repeat 0 0;
	float: right;
	width: 11px;
	height: 11px;
	cursor: pointer;
	margin: 10px 10px 0 0;
}
.popContent .popMain{
	overflow: hidden;
	background: #fff;
	padding: 30px;
}
.popContent .popMain:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	*zoom:1;
}
.popContent .popMain .tipPic{
	float: left;
	width: 49px;
	height: 49px;
	background: url(../images/s_index.png) no-repeat;
	margin: 10px 10px 0 0;
}

.popContent .popMain .suc{
	background-position: 0 -15px;
}
.popContent .popMain .fail{
	background-position: 0 -67px;
}
.popContent .popMain .txtBox{
	margin-left: 75px;
	padding: 10px 0 0 0;
}
.popContent .popMain .txtBox p{
	line-height: 26px;
	padding: 5px 0 10px 0;
	font-size: 14px;
}
.popContent .popMain .popBtn{
	float: left;
	width: 61px;
	height: 23px;
	background: url(../images/s_index.png) no-repeat 0 -116px;
	text-align: center;
	color: #fff;
	line-height: 23px;
}
.popContent .popMain .popBtn:hover{
	text-decoration: none;
	background-position: 0 -140px;
}

/* form css start */
.colorBox_deep{
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
.colorBox_light{
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
}
.colorBox_deep h3,.colorBox_light h3{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-family: Microsoft YaHei;
	font-size: 20px;
	color: #666666;
}
.colorBox_deep h3{
	background: #cccccc;
}
.colorBox_light h3{
	background: #e2e2e2;
}
.form_con{
	margin: 20px;
}
.form_demo_dl{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.form_demo_dl dt{
	float: left;
	width: 220px;
}
.form_demo_dl dd{
	float: left;
}
.form_con td{
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


.form_bto_add,.form_bto_delete,.form_bto_modi,.form_bto_seek{
    margin-right:0px;
    height:23px;
    font-size:12px;
    line-height: 23px;
    text-align:center;
    padding:0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:White;
    display: inline-block;

    zoom: 1;
    border: 0;
    cursor: pointer;

    margin: 0 5px 0 0;
    overflow: visible;
    width: auto;
    *width:1;
}
.form_bto_add:hover,.form_bto_delete:hover,.form_bto_modi:hover,.form_bto_seek:hover{
	text-decoration: none;
	color: #fff;
}
.form_bto_add{
    background: #2ECC71;
}
.form_bto_delete{
	background:#FAA732;
}
.form_bto_modi{
	background: #178CFF;
}
.form_bto_seek{
	background: #F97707;
}
.form_bto_add:hover{
    background: #55d98d;
}
.form_bto_add:active
{
    background:#27AD60;
}

.form_bto_delete:hover{
    background: #f2b35b;
}
.form_bto_delete:active{
    background: #e3901c;
}
.form_bto_modi:hover{
    background: #51a1ef;
}
.form_bto_modi:active{
    background: #1084f6;
}

.form_bto_seek:hover{
    background: #fd9510;
}
.form_bto_seek:active{
    background:#f86d10;
}
.form_bto_only,.form_bto_gray{
	border: 0;
	text-align: center;
	line-height: 24px;
	height: 24px;
	color: #fff;
	font-size: 12px;
	font-family: "宋体";
	border-radius: 2px;
	box-shadow: 1px 2px 3px #ccc;
	cursor: pointer;
	padding: 0 8px;
	*padding: 0 6px;
	display: inline-block;
	margin-right: 5px;

    line-height: 24px;
    overflow: visible;
    width: auto;
    *width: 1;

}

.form_bto_only{
    background: #178cff;
}

a.form_bto_only,a.form_bto_gray{
	display: inline-block;
	height: 22px;
	margin-right: 5px;
	*margin-right: 2px;
}
input.form_bto_only,input.form_bto_gray{
	vertical-align: top;
	*vertical-align: middle;
	vertical-align: middle\0;
}
.form_bto_gray{
    background: #d5e9fd;
    border: 1px solid #c2e1ff;
    color: #005bb5;
}
.form_bto_only:hover,.form_bto_gray:hover{
    text-decoration: none;
}
.form_bto_only:hover{
    background: #58acfe;
}
.form_bto_gray:hover{
    background: #f4f9ff;
}
.form_bto_sub{
	border: 0;
	background: #178cff;
	background: -webkit-gradient(linear,left top,left bottom,from(#4ca6fe),to(#178cff));  /*chrome,sarfrai*/
	background: -moz-linear-gradient(top,#4ca6fe,#178cff); /*firefox*/
	background: -o-linear-gradient(top,#4ca6fe,#178cff);   /*opera*/
	/*filter: progid:DXImageTransform.Microsoft.Matrix( M11=-1, M12=1.2246063538223773e-16, M21=-1.2246063538223773e-16, M22=-1, sizingMethod='auto expand');*/
	width: 120px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	font-family: Microsoft YaHei;
	box-shadow: 1px 2px 3px #ccc;
	border-radius: 1px;
	margin: 5px;
	cursor: pointer;
}
.form_bto_sub:active{
	background: -webkit-gradient(linear,left top,left bottom,from(#178cff),to(#4ca6fe));  /*chrome,sarfrai*/
	background: -moz-linear-gradient(top,#178cff,#4ca6fe); /*firefox*/
	background: -o-linear-gradient(top,#178cff,#4ca6fe);   /*opera*/
	padding-top: 1px;
}
/* end */

/* start */
.form_select{
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	margin: 5px;
}
/* end */

/* start */
.form_radio,.form_check{
	/*width: 100%;*/
	height: 22px;
	line-height: 22px;
	float: left;
	overflow: hidden;
	margin: 0 5px;
}
.form_radio input,.form_radio label,.form_check input,.form_check label{
	float: left;
	cursor: pointer;
}
.form_radio input,.form_check input{
	margin-top: 5px;
	margin-right: 5px;
}
.form_radio label,.form_check label{
	margin-right: 10px;
}
/* end */

/* start */
.form_text{
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	border: 1px solid #ccc;
	color: #333333;
	box-shadow: 2px 2px 3px #ddd;
	margin: 5px;
	border-radius: 2px;
}
.form_text:focus{
	border: 1px solid #ffa63c;
	box-shadow: 0 0 8px #ccc;
	background: #fff8ee;
    color: #333333;
}
/*.form_text_hover{*/
/*border-color: #ffa63c;*/
/*background-color: #fff8ee;*/
/*color: #333333;*/
/*}*/
.textarea{
	border: 1px solid #dadada;
	padding: 5px;
	width: 95%;
	/*height: 95%;*/
	line-height: 20px;
	background: #fbfbfb;
	margin: 5px;
}
.textarea:focus{
	border: 1px solid #ffa63c;
	box-shadow: 0 0 8px #ccc;
}
/* end */

/* start */
.form_much_list .leftBox{
	width: 95px;
	text-align: right;
	padding: 5px 10px 5px 0;
	height: 100%;
	background: #eaeaea;
}
.form_much_list .rightBox{
}
.form_much_list .onecell{
	text-align: center;
}

.form_single_list{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	/*background: #f5f5f5;*/
}
.form_single_list dt{
	width: 100%;
	/*background: #d4d4d4;*/
	font-size: 16px;
	/*color: #666;*/
	color: #1071d1;
	font-family: Microsoft YaHei;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}
.form_single_list dd{
	/*height: 200px;*/
	width: 100%;
	overflow: hidden;
	padding: 0 20px 20px 20px;
	color: #666;
}
.form_single_list .form_text{
	width: 50%;
	height: 26px;
}
/* form css end */

/*list start*/
.list_search_condi{
    border: 1px solid #ccc;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 10px;    
    border-radius: 5px;
}
.screen_box{
    float: left;
    /*width: 1157px;*/
    overflow: hidden;
}
.expanded{
    height: 52px;
}
.screen_box li{
    float: left;
    height: 32px;
    line-height: 32px;
    /*padding-right: 20px;*/
    margin-right: 20px;
    /*border-right: 1px solid #ccc;*/
    /*background: #f5f5f5;*/
    padding: 5px 10px;
    margin-bottom: 10px;
    white-space: nowrap;
    height: 32px;
    overflow: hidden;

}
.list_search_btos{
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
}
.list_search_btos li{
    float: left;
    margin-top: 10px;
}
.more_condi{
    float: right;
    border-right: 0;
    width: 40px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}
.more_condi a{
    float: left;
}
.triangleU i{
    height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-color: transparent  transparent #999999 transparent ;
    border-style: dashed dashed solid dashed;
    border-width:5px;
    margin-bottom:5px;
    margin-top: 9px;
    float: right;
    margin-left: 5px;
}
.triangleD i{
    height:0;
    width:0;
    border-color: #999999 transparent  transparent transparent ;
    border-style:solid dashed dashed dashed;
    border-width:5px;
    font-size:0;
    line-height:0;
    overflow:hidden;
    float: right;
    margin-top: 13px;
    margin-left:5px;
}

.list_result{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.table100{
    width: 100%;
	border-collapse:collapse;
}
.result_box td,.result_box th{
    border-bottom: 1px dashed #dddddd;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.result_box th{
    background: #F0F0F0;
    border-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    font-family: Microsoft YaHei;
}
.checkWidth{
    width: 30px;
    /*padding-left: 10px;*/
    overflow: hidden;
}
.list_search_hover td{
    background: #fff8ee;
    /*border-bottom: 1px solid #fff8ee;*/
}
.list_search_click td{
    background: #eef6ff;
    /*border-bottom: 1px solid #eef6ff;*/
}
.list_search_page{
    width: 100%;
    overflow: hidden;
    text-align: right;
    border-bottom: 0px;
}
.redColor{
    color: #ff0000;
}
.orangeColor{
    color: #ff6600;
}
.grayColor{
    color: #666666;
}
.boldFont{
    font-weight: bold;
}
.bigFont{
    font-size: 14px;
}
.result_box .leftText{
    text-align: left;
}
/*list end*/

/* pager start  */
.pagination{text-align:right;padding: 15px 0;float: right;}
.mr10{margin-right:10px;display:inline-block;}
.pagination input{margin-right:10px;}
.pagination a.pagenum{padding:0 8px;}
.pagination a.pagenum,.pagination a.guidnum{float:left;height:20px;border:1px solid #ddd;color:blue;text-align:center;line-height:20px;text-decoration:none;cursor:pointer;color:#005BB5;}
.pagination a.currentpage{background-color:#2288EE;color:#fff;font-weight:bold;}
.pagination a.pagenum:hover,.pagination a.guidnum:hover{background-color:#fff8ee;border:1px solid #ffa63c;color:#f60;}
.pagination a.indexGrey,.pagination a.indexNormal,.pagination a.prevGrey,.pagination a.prevNormal,.pagination a.nextGrey,.pagination a.nextNormal,.pagination a.lastGrey,.pagination a.lastNormal{background:url("../images/page_link.png") no-repeat;}
.pagination a.indexGrey{color:#ccc;cursor:default;background-position: 9px 5px;padding:0 15px 0 23px;}
.pagination a.indexGrey:hover{background-color:#fff;color:#ccc;border:1px solid #ddd;}
.pagination a.indexNormal{background-position: 9px -74px ;padding:0 15px 0 23px;}
.pagination a.prevGrey{color:#ccc;cursor:default;background-position: 10px -14px;padding:0 15px 0 23px;}
.pagination a.prevGrey:hover{background-color:#fff;color:#ccc;border:1px solid #ddd;}
.pagination a.prevNormal{background-position:10px -95px;padding:0 15px 0 23px;}
.pagination a.nextGrey{color:#ccc;cursor:default;background-position: 56px -117px ;border:1px solid #ddd;padding:0 23px 0 15px;}
.pagination a.nextGrey:hover{background-color:#fff;color:#ccc;border:1px solid #ddd;}
.pagination a.nextNormal{background-position: 56px -35px;padding:0 23px 0 15px;}
.pagination a.lastGrey{color:#ccc;cursor:default;background-position: 48px -138px;padding:0 23px 0 15px;}
.pagination a.lastGrey:hover{background-color:#fff;color:#ccc;border:1px solid #ddd;}
.pagination a.lastNormal{background-position:48px -55px;padding:0 23px 0 15px;}
.pagination span{float: left;}

/* 旧分页样式 start */
.pager{width:100%;overflow:hidden;padding-top:4px;}
.page_num{float:left;}
.pagination{float:right;}
.border_gray{border:1px solid #ccc;}
.pagination a:hover{border:1px solid #ffb17e;background-color:#fff4ed;text-decoration:none;}
.pagination a,.pagination span{padding-top:1px;padding-top:3px\9;margin-left:5px;padding-bottom:1px;}
.first_page01,.first_page02,.previous_page01,.previous_page02,.next_page01,.next_page02,.last_page01,.last_page02{background:url("../images/page.png") no-repeat;}
.first_page01{background-position:8px -39px;padding-left:19px;padding-right:5px;color:#ccc;float:left;}
.first_page02{background-position: 8px -70px;padding-left:19px;padding-right:5px;float:left;}
.first_page02:hover{background-position: 8px -5px;}
.previous_page01{background-position: -48px -39px;padding-left:19px;padding-right:5px;color:#ccc;float:left;}
.previous_page02{background-position: -48px -70px;padding-left:19px;padding-right:5px;float:left;}
.previous_page02:hover{background-position: -48px -5px;}
.on_page{color:#fff;background:#2288ee;border:#308fef 1px solid;font-weight:700;padding-left:8px;padding-right:8px;float:left;}
.choose_page{padding-left:8px;padding-right:8px;float:left;}
.more_page{padding:0 5px;float:left;}
.next_page01{background-position: -65px -39px;padding-left:5px;padding-right:19px;color:#ccc;float:left;}
.next_page02{background-position: -65px -70px;padding-left:5px;padding-right:19px;float:left;}
.next_page02:hover{background-position: -65px -5px;}
.last_page01{background-position: -128px -39px;padding-left:5px;padding-right:19px;color:#ccc;float:left;}
.last_page02{background-position: -128px -70px;padding-left:5px;padding-right:19px;float:left;}
.last_page02:hover{background-position: -128px -5px;}
/* pager end  */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(http://img.17u.cn/new_ui/public/images/overlay.png) repeat 0 0}
#colorbox{}
#cboxTopLeft{width:25px; height:25px; background:url(../images/border1.png) no-repeat 0 0;}
#cboxTopCenter{height:25px; background:url(../images/border1.png) repeat-x 0 -50px;}
#cboxTopRight{width:25px; height:25px; background:url(../images/border1.png) no-repeat -25px 0;}
#cboxBottomLeft{width:25px; height:25px; background:url(../images/border1.png) no-repeat 0 -25px;}
#cboxBottomCenter{height:25px; background:url(../images/border1.png) repeat-x 0 -75px;}
#cboxBottomRight{width:25px; height:25px; background:url(../images/border1.png) no-repeat -25px -25px;}
#cboxMiddleLeft{width:25px; background:url(../images/border2.png) repeat-y 0 0;}
#cboxMiddleRight{width:25px; background:url(../images/border2.png) repeat-y -25px 0;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-top:33px;}
#cboxTitle{position:absolute; top:0px; left:0; text-align:center; width:100%; color:#333;font-weight: bold;font-size: 14px;text-align: left;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{background:#fff url(../images/loading.gif) no-repeat 5px 5px;}
#cboxClose{position:absolute; top:0; right:0; display:block; color: #F60; font-size:14px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(../images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
	_behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


/*********************************** update UI 2.0 *********************************/

.fl
{
    float:left;
}
.fr
{
    float:right;
}
.clr{clear:both;}
.vtop
{
    vertical-align:top;
}

.title
{
    font-family:'微软雅黑';
    font-size:18px;
    color:#34495E;
}
.none{display: none}

/*  */

/* 颜色值设置 */
.gray{color:#999;}
.orange{color: #f60;}

/* 间距样式控制 */
.mtop5{margin-top: 5px;}
.mtop10{margin-top: 10px;}
.mtop15{margin-top: 15px;}
.mtop20{margin-top: 20px;}
.mtop25{margin-top: 25px;}
.mtop30{margin-top: 30px;}
.mtop35{margin-top: 35px;}
.mtop40{margin-top: 40px;}
.mtop45{margin-top: 45px;}
.mtop50{margin-top: 50px;}

.mleft5{margin-left: 5px;}
.mleft10{margin-left:10px;}
.mleft15{margin-left:15px;}
.mleft20{margin-left:20px;}
.mleft25{margin-left:25px;}
.mleft30{margin-left:30px;}
.mleft35{margin-left:35px;}
.mleft40{margin-left:40px;}
.mleft45{margin-left:45px;}
.mleft50{margin-left:50px;}

.mright5{margin-right: 5px;}
.mright10{margin-right:10px;}
.mright15{margin-right:15px;}
.mright20{margin-right:20px;}
.mright25{margin-right:25px;}
.mright30{margin-right:30px;}
.mright35{margin-right:35px;}
.mright40{margin-right:40px;}
.mright45{margin-right:45px;}
.mright50{margin-right:50px;}
.mright100{margin-right:100px;}
.mright150{margin-right:150px;}
.mright200{margin-right:200px;}
/* ie下清除浮动 */

.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
* html .clearfix {zoom: 1;}
*:first-child + html .clearfix {zoom: 1;}

.clear_float{clear:both;font-size:1px;height:0;width:0;line-height:1;overflow:hidden}

/* 表单元素 */
input[type="checkbox"]
{
    font-family:Tahoma;
    vertical-align:middle;
    margin:0 3px 3px 4px;
    cursor: pointer;
}
.select
{
    height:23px;
    line-height: 23px;
    margin-right:5px;
}
.txt{
    height:18px;
    line-height: 18px;
}



/*****************************************/

/*TAG样式*/
.tag
{
    background: #f0edec;
    padding: 2px 8px;
    color: #9b8879;
    font-family: "Microsoft YaHei",Arial,sans-serif;
    -webkit-border-radius:2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:White;
}
.tag-yes
{
    background:#7EFCB4;
}
.tag-error
{
    background:#c00;
}
.tag-warn
{
    background:#F1C40F;
}
.tag-all
{
    background:#ccc;
}

/*景区星级和价格样式*/
.grade em,.price em
{
    font-style:normal;
    color:#f60;

    padding:2px;
}
.grade,.price
{
    color:#999;
}

/*按钮样式*/
.btn{
    margin-right:0px;
    height:23px;
    font-size:14px;
    line-height: 23px;
    font-family:"Microsoft YaHei",Arial,sans-serif;
    text-align:center;
    padding:0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color:White;
    display: inline-block;

    zoom: 1;
    border: 0;
    cursor: pointer;

    margin: 0;
    overflow: visible;
    width: auto;
    *width:1;
}
.btn:hover{
    text-decoration:none;
}
.btnadd
{
    background:#2ECC71;
}
.btnadd:hover
{
    background:#55D98D;
    color:white;
}
.btnadd:active
{
    background:#27AD60;
}
.btnall
{
    background:#95A5A6;
}
.btnall:hover
{
    background:#A2B2B2;
    color:white;
}
.btnall:active
{
    background:#7F8C8D;
}
.btndel
{
    background:#E74C3C;
}
.btndel:hover{
    background:#EC7063;
    color:white;
}
.btndel:active{
    background:#DC2D1B;
}

.btncan
{
    background:#b5b5b5;
}
.btncan:hover{
    background:#adadad;
    color:white;
}
.btncan:active{
    background:#a9a9a9;
}

/* confirm */
.btncon{
    background: #2282e3;
}
.btncon:hover{
    color: #fff;
    background: #3899ed;
}
.btncon:active{
    background:#187bde;
}

/* search */
.btnsea{
    background: #f97707;
}
.btnsea:hover{
    color: #fff;
    background: #fd9510;
}
.btnsea:active{
    background:#f86d10;
}

/*工具栏样式*/
.toolbox
{
    margin-bottom:10px;
    margin-top:10px;
}
.search
{
    padding: 10px 0;
}

/*排序*/
.opsort
{
    border: 1px solid #e3e3e3;
    background-color: #f2f2f2;
    margin-left:20px;
    border-right:0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.opsort ul li
{
    list-style:none;
    float:left;
}
.opsort ul li a
{
    padding:4px 8px;
    display:block;
    border-right:1px solid #DDD;
    text-align:center;
    color:#333;
    width:50px;
    line-height: 14px;
}
.opsort ul li a:hover
{
    text-decoration:none;
}
.opsort .sort-on a
{
    color:#f60;
    background:white;
}
.opsort ul li span
{
    display: inline-block;
    font-size: 12px;
    text-indent: -9999px;
    width: 12px;
    height: 10px;
    background:url(../images/ico-sort.gif) no-repeat;
}
.opsort ul .asc span
{
    background-position:4px 2px;
}
.opsort ul .desc span
{
    background-position:-16px 2px;
}

.opsort ul .sort-on .asc span
{
    background-position:-36px 2px;
}
.opsort ul .sort-on .desc span
{
    background-position:-56px 2px;
}

/* 文字按钮 */
.text-btn{
    line-height: 22px;
    padding: 2px;
}
.text-name{
    font-size: 14px;
}
/* 弹框控件 新增 */
.pop-content{
    width: 428px;
    background: #fff;
}
.pop-content .pop-head{
    height: 33px;
    background: #F0F0F0;
}
.pop-content .pop-head h3{
    float: left;
    font-size: 14px;
    padding: 0 0 0 10px;
    line-height: 33px;
}
.pop-content .pop-close,.pop-btn-con,.pop-btn-cancel,.pop-ico-suc,.pop-ico-fail,.iframe_close{
    background: url(../images/Pop_img.png) no-repeat;
}
.pop-content .pop-close,.iframe_close{
    float: right;
    width: 16px;
    height: 15px;
    background-position: -1px -57px;
    background-color: #f0f0f0;
    margin: 8px 10px 0 0;
    cursor: pointer;
    zoom: 1;
}
.pop-content .pop-close:hover { background-position: -1px -74px; }
.pop-content .pop-main{
    padding: 30px 20px 0;
    position: relative;
    overflow: hidden;
}
.pop-content .pop-main p{
    font-size: 14px;
    text-align: center;
}
.pop-content .pop-main .text-reset{
    margin:10px 0 0 95px;
    text-indent: 2em;
    text-align: left;
}
.pop-text{
    overflow: hidden;
}
.pop-content .pop-main .pop-btn-box{
    text-align: center;
    padding: 20px 0 5px 0;
    width: 388px;
}
.pop-btn-con,.pop-btn-cancel{
    display: inline-block;
    width: 71px;
    height: 28px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    background-position: -1px -1px;
}
.pop-btn-con:hover{
    text-decoration: none; color: #fff;background-position: -1px -29px;
}
.pop-btn-cancel{
    background-position: -114px -113px;
    color: #000000;
}
.pop-btn-con:hover,.pop-btn-cancel:hover{
    text-decoration: none; color: #fff;background-position: -1px -29px;
}

.pop-ico-suc,.pop-ico-fail{
    width: 50px;
    height: 50px;
    float: left;
    margin: 10px 0 0 40px;
}
.pop-ico-suc{
    background-position: -1px -91px;
}
.pop-ico-fail{
    width: 48px;
    height: 48px;
    background-position: -52px -92px;
}

.reset_head{
    height: 0;
    line-height: 0;
    font-size: 0;
}
.set_transparent{
    opacity: 0!important;
    filter:alpha(opacity=0)!important;
}
.iframe_head{
    height: 33px;
    line-height: 33px;
    background: #F0F0F0;
    font-weight: normal!important;
    text-indent: 10px;
}
.resetColorBoxcontent{
    margin-top: 33px!important;
}
.iframe_close{
}

.menu_btn{
    position:absolute;
    top:0px;
    right:20px;
    display:block;
    height:0;
    width:0;
    font-size: 0;
    line-height: 0;
    border-color:transparent transparent #000 transparent;
    border-style:dashed dashed solid dashed;
    border-width:10px;
    cursor: pointer;
}

.menu_btn i{
    position:absolute;
    top:-9px;
    *top:-9px;
    left:-10px;
    display:block;
    height:0;
    width:0;
    font-size: 0;
    line-height: 0;
    border-color:transparent transparent #ddd transparent;
    border-style:dashed dashed solid dashed;
    border-width:10px;
}
.row
{
    PADDING-LEFT: 5px;PADDING-RIGHT:5px; HEIGHT:28px; 
    BACKGROUND-COLOR: #CADEE8;
    font-size:12px;
}

.row1
{
    PADDING-LEFT: 5px;PADDING-RIGHT:5px; HEIGHT:28px; 
    background-color:#ffffff;
    font-size:12px;
}

/*表格列表样式*/
.listtable
{
    border:1px solid #ccc;
    border-bottom: none;
    border-collapse: collapse;
    border-spacing:0;
    background: #fff;
}
.listtable thead th
{
    background: #EEEEEE;
    height:30px;
    border-bottom:1px solid #ccc;
    padding:2px;
}
.listtable tbody td
{
    border-bottom:1px solid #ccc;
    padding:10px 2px;
    vertical-align:top;
    
}
.trselected td{
    background: #FFF4D9;
}
.tron td
{
    background:#F7F7F7;
    
}

.listtable tbody td .thumb
{
    padding:2px;
    border:1px solid #f2f2f2;
    width:80px;
    height:60px;
    background:white;
}
.listtable tbody td .thumb:hover
{
    border:1px solid #ccc;
}
.listtable tbody td .thumb img
{
    width:80px;
    height:60px;
}
.listtable tbody td p
{
    line-height:26px;
}

/*操作按钮*/
.listtable tbody td .oplist a
{
    padding:2px;
}
/*********************************** update UI 2.0 end *********************************/


#autoComplete_Group
{
    border: 1px solid #817F82;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    margin:5px;
}

#autoComplete_Group table
{
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: default;
    width: 100%;
}

#autoComplete_Group td
{
    color: #000000;
    font: 12px/20px arial;
    height: 20px;
    padding: 0 8px;
}

#autoComplete_Group .nowRow
{
    background-color: #EBEBEB;
}
/* 模糊下拉框 End*/



#autoComplete
{
    border: 1px solid #817F82;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    margin:5px;
}

#autoComplete table
{
    background: none repeat scroll 0 0 #FFFFFF;
    cursor: default;
    width: 100%;
}

#autoComplete td
{
    color: #000000;
    font: 12px/20px arial;
    height: 20px;
    padding: 0 8px;
}

#autoComplete .nowRow
{
    background-color: #EBEBEB;
}


/* 问号 */
.markQ{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/common_ico.png) no-repeat 0 0;
    overflow: hidden;
    line-height: 14px;
    cursor: help;
    margin: 0 0 0 2px;
    *margin: 0 0 0 5px;
}

.mark_tip{
    position: absolute;
    width: 200px;
    z-index: 9;
}
.mark_tip .hd{
    background: url(../images/common_ico.png) no-repeat scroll 0 -68px;
    height: 9px;
    overflow: hidden;
    position: relative;
    left: 21px;
    top: 6px;
    width: 15px;
    z-index: 10;
    display: block;
    zoom: 1;
}
.mark_tip .tipBG {
    background: none repeat scroll 0 0 #DDDDDD;
    padding: 5px;
}
.mark_tip p {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    color: #666666;
    font-family: simsun;
    overflow: hidden;
    padding: 7px 10px;
}

