/* base style file
 *
 * 1、general
 * 2、layout
 * 3、header
 * 4、footer
 * 5、nav
 * 7、width
 * 8、height
 * 9、margin
 * 10、padding
 * 11、web-pager
 * 12、style
 * 13、pop modal
 * 14、tip information
 * 15、assistant
 * 16、error page
 * 17、widget - general
 * 18、widget - icon
 * 19、widget - button
 * 20、widget - tabs
 * 21、widget - box
 * 22、widget - table
 * 23、widget - list
 * 24、forget password
 * 99、other
 * -------------------------------------------------- */

/* 1、general
 * -------------------------------------------------- */
@import url(reset.css);

body {
	width:100%;
	background:#f5f5f5;
	font-family: Arial,"微软雅黑";
	color: #666;
}
a {
	color: #0096cc;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #00b2f3;
}
a.white {
	color:#fff;
}
a.white:hover {
	color:#fff;
	text-decoration:underline;
}
a.gray {
	color:#666;
}
a.gray:hover {
	color:#0096cd;
}
p, span {
	line-height:24px;
}
input, select, textarea {
	padding:5px;
	/* font-size:12px; */
	font-family:Arial, "微软雅黑";
	border:1px solid #ccc;
}
textarea {
	resize:none;
	padding:3px 5px;
	line-height:24px;
	height:80px;
}

/* 2、layout
 * -------------------------------------------------- */
.pageWrapper {
    /* min-width:1000px; */
    /* max-width:1200px; */
    width:80%;
    margin:0 auto 0;
    /* width:auto; */
}

@media (max-width:768px) {
    .pageWrapper {
        /* margin:0; */
    }
}
.pageMain {
	/* width:1000px; */
	overflow:hidden;
	margin:30px auto;
	position:relative;
}
.pageLeft {
	width:220px;
	float:left;
	height:100%;
	position:absolute;
	left:0;
}
.pageLeft .content {
	background:#fff;
	height:100%;
}
.pageLeft .content .item {
	padding:15px 5px;
	border-bottom:1px dotted #ddd;
	margin:0 5px;
}
.pageLeft .content .item .numb_bg {
	background:url(../images/numb_bg.png) no-repeat;
	width:24px;
	height:24px;
	float:left;
	text-align:center;
	font-style:normal;
	padding-top:2px;
	color:#0083b3;
	font-size:16px;
}
.pageLeft .content .item .text {
	margin-left:35px;
	text-align:left;
}
.pageLeft .content .item .text a {
	font-size:16px;
}
.pageRight {
	width:220px;
	margin-left:250px;
	width:750px;
	min-height:800px;
}

/* 3、header
 * -------------------------------------------------- */
.header {
	height:200px;
	background:#bdd3e8;
	width:100%;
	position:relative;
}
.header .bg {
	background:url(../images/headerBg.jpg) no-repeat;
	height:200px;
}
.header .bg .content {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.header .bg .content .title .logo {
	background:url(../images/logo.png) no-repeat;
	width:60px;
	height:65px;
	float:left;
	margin:60px 20px 0 0;
}
.header .bg .content .title span {
	float:left;
	font-size:30px;
	color:#000;
	line-height:200px;
}


/* 4、footer
 * -------------------------------------------------- */
.footer {
	height:60px;
	background:#0083b3;
	width:100%;
	padding:30px 0;
}
.footer p {
	text-align:center;
	color:#fff;
}

/* 5、nav
 * -------------------------------------------------- */
 .navBar {
	 width:100%;
	 background:#0083b3;
	 height:40px;
}
.navBar .nav {
	width:1000px;
	margin:0 auto;
}
.navBar .nav li {
	float:left;
	line-height:39px;
	position:relative;
	z-index:99;
}
.navBar .nav li a {
	color:#fff;
	padding:0 30px;
	display:block;
}
.navBar .nav li a:hover {
	background:#0096cc;
	border-top:3px solid #0096cd;
	height:37px;
	line-height:33px;
}
.navBar .nav li.on a {
	background:#f5f5f5;
	border-top:3px solid #0096cd;
	color:#0096cd;
	line-height:37px;
}
.navBar .nav li.over .subNav {
	position:absolute;
	z-index:99;
}
.navBar .nav li.over .subNav li {
	clear:both;
}
.navBar .nav li.over .subNav li a {
	clear:both;
	background:#009ad3;
	border:none;
	display:block;
	line-height:35px;
	opacity:0.8;
}
.navBar .nav li.over .subNav li a:hover {
	background:#008cbf;
	border:none;
	line-height:35px;
	opacity:0.9;
}
.navBar .nav li.over a {
	background:#0096cc;
	border-top:3px solid #0096cd;
	line-height:34px;
	height:37px;
}
.linkNav {
	margin:10px 0;
}
.linkNav li {
	padding:8px 0;
	clear:both;
	overflow:hidden;
}
.linkNav li a {
	width:100px;
	text-align:center;
	display:block;
	line-height:26px;
	float:left;
	color:#333;
}
.linkNav li a:hover {
	color:#0096cc;
}
.linkNav li span {
	float:left;
}
.linkNav_1 li a {
	width:156px;
}
.linkNav_2 li a {
	width:100px;
}
.linkNav_2 li .w {
	width:200px;
}
.breadcrumb {
	font-size:14px;
	border-bottom:3px solid #0096cd;
	overflow:hidden;
	color:#333;
    margin-bottom:0;
    padding:0;
    border-radius:0;

}
.breadcrumb .img_xz {
	background:url(../images/xizang_img_s.png) no-repeat;
	width:35px;
	height:19px;
	float:left;
	margin-right:5px;
	margin-top:3px;
}
.breadcrumb .float_L a {
	color:#333;
}
.breadcrumb .float_L a:hover {
	color:#0096cc;
}

/* 7、width
 * -------------------------------------------------- */

.width_1000 { width:auto;}
.width_960 { width:960px;}
.width_920 { width:920px;}
.width_660 { width:660px;}
.width_320 { width:320px;}
.width_290 { width:290px;}
.width_250 { width:250px;}
.width_190 { width:190px;}
.width_100 { width:100px;}
.width_50 { width:50px;}



/* 8、height
 * -------------------------------------------------- */
.height_240 { height:240px;}


/* 9、margin
 * -------------------------------------------------- */

.mr_20 { margin-right:20px;}
.mt_20 { margin-top:20px;}
.mt_30 { margin-top:30px;}
.mb_20 { margin-bottom:20px;}

/* 10、mpadding
 * -------------------------------------------------- */
.p_20 {
	padding:20px;
}

/* 11、web-pager
 * -------------------------------------------------- */
.web-pager {
	display:block;
	margin:30px auto;
	overflow:hidden;
	width:300px;
}
.web-pager li {
	float:left;
	margin:0 0 0 10px;
}
.web-pager li a {
	background:#fff;
	border:1px solid #0083b3;
	display:block;
	color:#0083b3;
    padding:0 7px;
	vertical-align:middle;
	height:22px;
	line-height:22px;
}
.web-pager li a:hover {
	background:#e0f7ff;
}
.web-pager .on a, .web-pager .on a:hover {
	color:#fff;
	background:#0083b3;
	cursor:default;
}
.web-pager .disable a, .web-pager .disable a:hover {
	background:#f5f5f5;
	border:1px solid #aaa;
	color:#888;
	cursor:default;
}


/* 12、style
 * -------------------------------------------------- */
.clear { clear:both;}
.float_L { float:left;}
.float_R { float:right;}
.color_1 { background:#fc2f00;}
.color_2 { background:#ff9000;}
.color_3 { background:#ffc000;}
.color_4 { background:#119600;}
.color_5 { background:#009fd9;}
.color_6 { background:#0125dc;}
.color_7 { background:#9d2aee;}
.color_8 { background:#bbb;}
.bg_white { background:#fff;}
.more {
	background:#ddd;
	color:#333;
	display:block;
	padding:5px 0;
	text-align:center;
}
.more:hover {
	color:#000;
	background:#d5d5d5;
}
.wybj .mb_20 {
	margin-bottom:20px;
}
.wybj .mt_20 {
	margin-top:20px;
}
.wybj .table7, .wybj .table4 {
	margin:30px auto;
}
.zwgk .box2 .title {
	margin-top:10px;
}
.zwgk .box1 .detail {
	padding:0 60px 60px 60px;
}
.zwgk .box1 .detail h3 {
	border-bottom:1px solid #aaa;
	font-size:20px;
	color:#333;
	text-align:center;
	padding:30px;
	margin:10px 0 30px 0;
}
.zwgk .box1 .detail p {
	line-height:28px;
	padding-bottom:20px;
	color:#333;
    text-indent:2em;
}
.zwgk .box1 .detail ul {
	margin-bottom:20px;
}
.zwgk .box1 .detail ul li {
	padding:5px 0;
	color:#333;
}
.zwgk .box1 .detail h4 {
	margin-bottom:5px;
	color:#333;
}
.zwgk .box1 .detail .more_question {
	margin-top:80px;
}
.zwgk .box1 .detail .more_question p {
	padding-bottom:0;
	margin-top:5px;
}
.bld .pageRight {
	background:#fff;
	overflow:hidden;
	padding-bottom:20px;
}
.bld .pageRight .map2 {
	background:url(../images/map2.jpg) no-repeat;
	width:710px;
	height:380px;
	float:left;
	margin:20px;
	position:relative;
}
.bld .pageRight .mapInfor {
	float:left;
	margin:0 20px;
	width:710px;
}
.bld .pageRight .mapInfor .infor_title {
	padding:5px 10px;
	background:#f5f5f5;
	border-left:3px solid #0083b3;
	font-size:16px;
	margin-bottom:10px;
}
.bld .pageRight .mapInfor .table5 th {
	width:90px;
}
.bld .pageRight .mapInfor .table5 td {
	line-height:24px;
	padding:10px;
}

/* 13、pop modal
 * -------------------------------------------------- */
.Overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:1000;
}
.overlayBg {
	background-color:#000;
	opacity:0.75;
	filter:alpha(opacity=75);
}
.floatDiv {
	left:35%;
	position:absolute;
	top:20%;
	right:40%;
}
.leftLayer, .rightLayer {
	position:absolute;
	border:1px solid #ddd;
	z-index:98;
	background:#fff;
	top:40px;
}
.rightLayer {
	left:113px;
}
.rightLayer .table8 {
	width:300px;
	margin-left: 140px;
	display:block;
}
.layerBox {
	position:absolute;
	z-index:99;
}
.layerBox .mapLayer {
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	width:250px;
	overflow:hidden;
}
.layerBox .mapLayer .title {
	font-size:16px;
	color:#333;
	padding-bottom:5px;
}
.layerBox .mapLayer p {
	font-size:14px;
	color:#666;
}
.layerBox .layer_point {
	background:url(../images/layer_point.png) no-repeat;
	width:21px;
	height:12px;
	display:block;
	margin:0 auto;
	position:relative;
	bottom:1px;
}
.layerBox .icon_addr {
	background:url(../images/icon_addr.png) no-repeat;
	width:23px;
	height:31px;
	display:block;
	margin:0 auto;
}


/* 17、widget - general
 * -------------------------------------------------- */
.select_320 {
	width:328px;
}
.textarea_320 {
	width:316px;
}

/* 18、widget - icon
 * -------------------------------------------------- */
.icon_SM { background:url(../images/icon_SM.png) no-repeat; }
.icon_QY { background:url(../images/icon_QY.png) no-repeat; }
.icon_BM { background:url(../images/icon_BM.png) no-repeat; }
.icon_ZXZX { background:url(../images/icon_ZXZX.png) no-repeat; }
.icon_ZXTS { background:url(../images/icon_ZXTS.png) no-repeat; }
.icon_JYXC { background:url(../images/icon_JYXC.png) no-repeat; }
.icon_ZXZX_s { background:url(../images/icon_ZXZX_s.png) no-repeat; }
.icon_ZXTS_s { background:url(../images/icon_ZXTS_s.png) no-repeat; }
.icon_JYXC_s { background:url(../images/icon_JYXC_s.png) no-repeat; }
.icon_adr { background:url(../images/icon_adr.png) no-repeat; width:23px; height:32px; float:left; position:absolute;}
.icon_wybj { background:url(../images/icon_WYBJ.png) no-repeat; }
.icon_ysqgk { background:url(../images/icon_ysqgk.png) no-repeat;}
.icon_zx { background:url(../images/icon_zx.png) no-repeat;}
.icon_branch { background:url(../images/icon_branch.png) no-repeat; width:27px; height:16px; float:left; margin:4px 8px 0 0;}

/* 19、widget - button
 * -------------------------------------------------- */
.btn-all {
	background:#009fd9;
	color:#fff;
	display:block;
	padding:8px;
	text-align:center;
	font-size:12px;
	margin:0 auto;
}
.btn-all:hover {
	color:#fff;
	background:#0096cd;
    text-decoration:none;
}
.btns_2 {
	float:left;
	margin:20px 340px;
}
.btns_2 .btn-all {
	margin-right:20px;
	float:left;
}
.btn_wybj {
	float: right;
    font-size: 18px;
	line-height:63px;
	padding:8px 15px;
}
.btn_wybj i {
	width:29px;
	height:33px;
	float:left;
	margin-right:8px;
	margin-top:14px;
}
.btn_upload {
	float: left;
    margin-left: 5px;
    padding: 3px 10px;
	*padding: 4px 10px;
	padding: 4px 10px\0;
}
.btn_i i {
	float:left;
	width:23px;
	height:23px;
	margin-right:5px;
	margin-top:2px;
}
.map_btn {
	padding:5px 10px;
	float:right;
	margin-left:10px;
	font-size:12px;
}

/* 20、widget - tabs
 * -------------------------------------------------- */

.tab1 {
	width:100%;
	overflow:hidden;
	display:block;
	/* padding-bottom:13px; */
	border-bottom:1px solid #ccc;
    margin-bottom:9px;
    font-size:14px;
}
.tab1 ul li {
	float:left;
}
.tab1 ul li a {
	/* padding:13px 30px;
	padding:11px 30px\0; */
	color:#666;
	*position:relative;
    display:block;
    text-align:center;
    padding-bottom:14px;
    text-decoration:none;
}
.tab1 ul li a:hover {
	color:#0096cd;
}
.tab1 ul .on a {
	border-bottom:3px solid #0096cd;
	color:#0096cd;
}
.tab1 ul .on a:hover {
	color:#0096cd;
}
.tab1_content {
	width:960px;
	overflow:hidden;
	min-height:300px;
	margin-top:20px;
}
.tab3 {
	overflow:hidden;

}
.tab3 a {
	background: none repeat scroll 0 0 #ccf1ff;
	border:1px solid #ccf1ff;
    color: #0083b3;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 105px;
}
.tab3 a:hover {
	color:#666;
	border:1px solid #ddd;
	border-bottom:none;
	background:#fff;
	position:relative;
	z-index:99;
}
.tab3 a:hover i {
	background:url(../images/icon_dropdown_gray.png) no-repeat;
}
.tab3 a i {
	background:url(../images/icon_dropdown_blue.png) no-repeat;
	width:8px;
	height:6px;
	float:right;
	margin:18px 10px 0 0;
}


/* 21、widget - box
* -------------------------------------------------- */

.box1 {
	overflow:hidden;
}
.box1 .title .img_xz {
	background:url(../images/xizang_img.png) no-repeat;
	width:44px;
	height:23px;
	float:left;
	margin-top:2px;
	margin-top:1px\0;
}
.box1 .title {
	overflow:hidden;
}
.box1 .title h3 {
	font-size:18px;
	color:#333;
	float:left;
	margin-left:5px;
}
.box1 .title .line {
	border-bottom:5px solid #ddd;
	display:block;
	margin-left:130px;
	padding-top:15px;
}
.box1 .mainCont {
	overflow:hidden;
    /* min-height:450px; */
}
.box1 .mainCont .tab2 {
	background:none;
}
.box1 .mainCont .tab2 .tit {
	float:left;
}
.box1 .mainCont .tab2 a.on {
	background:#fff;
}
.box1 .mainCont .stepTitle {
	border-left:5px solid #eeeeee;
	padding:0 10px;
	overflow:hidden;
}
.box1 .mainCont .stepTitle .tit {
	float:left;
	margin-right:10px;
}
.box1 .mainCont .stepTitle .tit h3{
    font-size:16px;
}
.box1 .mainCont .stepTitle span {
	font-size:18px;
	color:#0096cd;
}
.box1 .mainCont .stepTitle .tit-line {
	border-bottom:3px solid #eee;
    display: block;
    margin:0px 0 0 75px;
    height:24px;
}
.box1 .mainCont .selectBranch .subTitle {
	padding:5px 10px;
	border-left:3px solid #0083b3;
	background:#e5f8ff;
	color:#0083b3;
	font-size:14px;
}
.box1 .mainCont .selectBranch {
	margin:20px 30px;
}
.box2 {
	/* float:left; */
	background:#fff;
    overflow:hidden;
}
.box2 .tit {
	background:#ccf1ff;
	display:block;
	width:320px;
	overflow:hidden;
	text-align:center;
	padding:17px 0;
}
.box2 .tit:hover {
	background:#bfeeff;
}
.box2 .zxts {
	background:#ffeacc;
}
.box2 .zxts:hover {
	background:#ffe4bf;
}
.box2 .jyxc {
	background:#d1ffcc;
}
.box2 .jyxc:hover {
	background:#c6ffbf;
}
.box2 .tit i {
	width:32px;
	height:32px;
	float:left;
	margin-left:100px;
}
.box2 .tit span {
	color:#0083b3;
	font-size:18px;
	float:left;
	margin:3px 0 0 10px;
}
.box2 .zxzx span, .box2 .zxts span, .box2 .jyxc span {
	color:#333;
}
.box2 .filter {
	margin-bottom:20px;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
}
.box2 .filter a {
	padding:0 10px;
	display:block;
	margin:5px 0;
	float:left;
	color:#333;
	line-height:26px;
	text-align:center;
}
.box2 .filter a.on, .box2 .filter a:hover {
	background:#0096cc;
	color:#fff;
}
.box2 .title {
	font-size:16px;
	float:left;
}
.box2 .title span {
	font-size:13px;
	color:#888;
	margin-left:5px;
}
.box3 {
	padding:20px;
	background:#fff;
}
.box3 .mainCont .chart {
	margin:10px 0 0 20px;
	float:left;
}
.box3 .mainCont .ranking {
	float:left;
	display:block;
	margin-right:10px;
}
.box3 .mainCont .ranking li {
	padding:11px 0;
	font-size:13px;
}
.box3 .mainCont .ranking li em {
	color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 18px;
	width: 18px;
    line-height: 18px;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
}
.box3 .mainCont .ranking li a {
	color:#333;
}
.box3 .mainCont .ranking li a:hover {
	color:#0096cc;
}
.box3 .mainCont .ranking li .more:hover {
	color:#000;
}
.box3 .mainCont .ranking_1 {
	float:left;
}
.box3 .mainCont .ranking_1 li {
	padding:6px 0;
	padding:7px 0\0;
	font-size:14px;
}
.box3 .mainCont .ranking_1 li em {
	color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
	width: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}
.box3 .mainCont .ranking_1 li a {
	color:#333;
}
.box3 .mainCont .ranking_1 li a:hover {
	color:#0096cc;
}
.box3 .mainCont .map {
	background:url(../images/map.jpg) no-repeat;
	width:438px;
	height:240px;
	float:right;
	position:relative;
}
.box3 .mainCont .tit {
	width:305px;
	height:100px;
	display:block;
	overflow:hidden;
	text-align:center;
	float:left;
}
.box3 .mainCont .tit i {
	width:52px;
	height:52px;
	float:left;
	margin-left:60px;
	margin-top:25px;
}
.box3 .mainCont .tit span {
	font-size:24px;
	color:#333;
	]float:left;
	line-height:95px;
	margin:3px 0 0 20px;
	float:left;
}
.box3 .mainCont .zxzx {
	background:#def3ff;
}
.box3 .mainCont .zxzx:hover {
	background:#ccedff;
}
.box3 .mainCont .zxts {
	background:#fff1de;
}
.box3 .mainCont .zxts:hover {
	background:#ffeacc;
}
.box3 .mainCont .jyxc {
	background:#e2ffde;
}
.box3 .mainCont .jyxc:hover {
	background:#d2ffcc;
}
.box3 .bjcx .title {
	background:url(../images/img_BJCX.png) no-repeat;
	width:240px;
	height:45px;
	float:left;
	margin:10px 0 30px 20px;
}
.box3 .bjcx input {
	margin:10px 0;
	width:266px;
	padding:5px;
}
.box3 .bjcx .searchBtn {
	width:280px;
	padding:10px 0;
	text-align:center;
	background:#009fd9;
	display:block;
	color:#fff;
	font-size:18px;
	margin-top:10px;
}
.box3 .bjcx .searchBtn:hover {
	background:#0096cd;
}
.box4 {
	width:900px;
	margin:0 auto;
}
.box4 .box4_T {
	background:url(../images/img_process_T.png) no-repeat;
	height:20px;
	width:100%;
}
.box4 .box4_B {
	background:url(../images/img_process_B.png) no-repeat;
	width:100%;
	float:left;
	height:40px;
}
.box4 .box4_M {
	background:url(../images/img_process_M.png) repeat-y;
	width:100%;
}

/* 22、widget - table
* -------------------------------------------------- */

.table1 {
	width:100%;
}
.table1 tr th {
	background:#f5f5f5;
	border:1px solid #d5d5d5;
	padding:10px 20px;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
}
.table1 tr td {
	border:1px solid #d5d5d5;
	padding:10px 20px;
	line-height:24px;
	vertical-align:middle;
	color:#333;
}
.table1 tr td.w {
	width:350px;
}
.table2 {
	/* max-width:1160px; */
    width:100%;
}
.table2 tr th {
	padding:8px 20px;
	background:#e5e5e5;
}
.table2 tr th.bm {
	width:25%;
	text-align:center;
}
.table2 tr td {
	/* padding:20px; */
	border-bottom:1px solid #e5e5e5;
}
.table2 tr td a {
	color:#333;
    display:inline-block;
    width:100%;
    padding:20px;
    text-decoration:none;
}
.table2 tr td a:hover {
	color:#0096cd;
}
.table2 tr.head:hover {
	background:#e5e5e5;
	color:#666;
}
.table2 tr:hover {
	background:#f5f5f5;
	cursor:pointer;
	color:#0096cd;
}
.table2 tr td.bm {
	text-align:center;
}
.table3 {
	width:800px;
}
.table3 tr th {
	padding:8px 5px;
	background:#eee;
	color:#333;
	border:1px solid #ccc;
	line-height:18px;
}
.table3 tr th.bm {
	width:25%;
	text-align:center;
}
.table3 tr td {
	padding:10px;
	color:#333;
	border:1px solid #ccc;
	line-height:18px;
}
.table4 {
	margin: 0 auto;
}
.table4 tr th {
	background:#0096cc;
	padding:5px 10px;
	color:#fff;
	border:1px solid #0096cc;
	text-align:center;
}
.table4 tr td {
	padding:10px;
	vertical-align:middle;
	border-left:1px solid #8ebbcb;
	border-right:1px solid #8ebbcb;
	border-bottom:1px solid #8ebbcb;
	border-top:none;
	text-align:center;
}
.table4 .td_bg td {
	background:#e5f8ff;
}
.table4 tr .upload {
	width:275px;
}
.table4 tr .upload input {
	float:left;
}
.table5 tr td {
	padding:20px 13px;
	vertical-align:middle;
}
.table5 tr td .img_dot {
	background:url(../images/img_dot1.png) no-repeat;
	width:12px;
	height:12px;
	float:left;
}
.table5, .table6 {
	width:100%;
}
.table6 tr th {
	background:#e5f8ff;
	border:1px solid #9dc5d4;
	padding:8px 10px;
	width:80px;
}
.table6 tr td {
	border:1px solid #9dc5d4;
	padding:8px 10px;
	width:200px;
}
.table7 tr th {
	padding:10px 10px 11px 10px;
	text-align:right;
	/* vertical-align:top; */
}
.table7 tr td {
	padding:10px;
}
.table7 tr td input {
    padding:7px;
}
.table8 {
	width:900px;
	margin:15px auto;
}
.table8 tr td {
	text-align:center;
	padding:10px;
}
.table8 tr td a {
	color:#333;
	padding:8px 10px;
}
.table8 tr td a:hover {
	color:#fff;
	background:#00a8e5;
}
.table9 {
	margin-top:40px;
	width:100%;
}
.table9 tr th {
	background: none repeat scroll 0 0 #f5f5f5;
    border-right: 1px dotted #ccc;
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    width: 50px;
}
.table9 tr td {
	padding:15px;
	background:#f5f5f5;
}
.table9 tr .blue {
	border-left:3px solid #0083b3;
	color:#0083b3;
}
.table9 tr .green {
	border-left:3px solid #119600;
	color:#119600;
}

/* 23、widget - list
* -------------------------------------------------- */
.list1 {
	border-right: 1px solid #ddd;
	position: absolute;
	height: 100%;
	float: left;
	width:120px
}
.list1 ul {
	margin-bottom:15px;
	margin-top:15px;

}
.list1 ul li a {
	padding:10px 20px;
	display:block;
	color:#333;
	border-left:3px solid #fff;
}
.list1 ul li a:hover, .list1 ul .on a {
	border-left:3px solid #0083b3;
	color:#0083b3;
}
/* 24、 forget password
* -------------------------------------------------- */
.forget-step-ul{
    /* background:url(../images/forget/weiwancheng.png) no-repeat ; */
    height:50px;
    /* background-size:100% 100%; */
    overflow:hidden;
}
.forget-step-ul-step1{
    /* background:url(../images/forget/zhucghengogng.png) no-repeat ; */
}
.forget-step-ul li{
    width:33.3%;
    height:100%;
    float:left;
    line-height:50px;
    color:#fff;
    position:relative;

    /* display:block; */
    /* width:auto; */
    /* height:24px; */
    float: left;
    /* font-size:11px; */
    /* line-height:24px; */
    /* color:#666; */
    text-decoration:none;
    /* text-shadow:1px 1px 1px rgba(255,255,255, 0.8); */
}
.forget-step-ul li span{
   display:block;
   /* width:100%; */
    background:#c1c3c4;
    margin-right: 38px;
    background: #c1c3c4;
    line-height:50px;
    padding-left:10%;
   }
.forget-step-ul li.step-active span{
    background:#25a8fb;
}
.forget-step-ul li.step-active span:before{
     border-top: 25px solid #25a8fb;
         border-bottom: 25px solid  #25a8fb;
}
.forget-step-ul li.step-active span:after{
    border-left:25px solid #25a8fb;
}
.forget-step-ul li span i{
    content:attr(data-index);
    display:inline-block;
    width:24px;
    height:24px;
    text-align:center;
    line-height:24px;
    color:#333;
    background:#fff;
    border-radius:28px;
    margin-right: 15px;
    font-size:14px;
    font-weight:bold;
    font-style:normal;
}
.forget-step-ul li:after{
    /* content:"";
    display:inline-block;
    width:24px;
    height:100%;
    text-align:center;
    color:#333;
    background:#fff;
    position:absolute;
    right:0px; */
}
.forget-step-ul li span:before {
    width:0px;
    height:50px;
    border-top: 25px solid #c1c3c4;
    border-bottom: 25px solid #c1c3c4;
    border-left:25px solid transparent;
    position: absolute;
    content: "";
    top: 0px;
    left: -24px;
}
.forget-step-ul li:first-child span:before {
    display:none;
}
.forget-step-ul li:last-child span:after {
    display:none;
}
.forget-step-ul li:last-child span{
    margin-right:0;
}
.forget-step-ul li span:after {
    width: 0;
    height: 50px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left:25px solid #c1c3c4;
    position: absolute;
    content: "";
    top: 0px;
    right: 14px;

}
.forget-important-tip{
    padding:0 0 10px 15px;
    color:red;
}

.forget-success-div{
    text-align:center;
    font-size:1.7em;
    line-height:3em;
    margin-top:18%;
}
.modal-backdrop.in{
    display:none;
}

.form-group{
    margin-bottom:0;
}
.help-block{
    margin:0 0 0 8px;
}
