body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {margin:0 auto; padding:0;}
img {border:0 none;}
li {list-style-type:none;}
a{
	color: #a9a9a9;
	text-decoration: none;
	}

a:hover{
	color: #468cc8;
	text-decoration:underline;
	}

body {
	font-family: "Microsoft Yahei", "Simsun";
	font-size: 14px;
	line-height: 200%;
	color: #656565;
	text-decoration: none;
	text-align: center;
	background: url(../images/bg.jpg) repeat center top;
	background-size:cover;
	}
	
textarea {
	resize:none;
}
	
#index_login {
	width: 100%;
	height: 60px;
	margin: 0px auto;
	background: url(../images/top_bg.jpg) repeat-x center top;
	border-bottom: 12px solid #64aef9
	}
	
#index_top {
	width: 100%;
	height: 70px;
	margin: 0px auto;
	background: url(../images/top_bg.jpg) repeat-x center top;
	}
	
.top {
	width: 980px;
	height: 80px;
	margin: 0px auto;
	overflow: hidden;
	}
	
.top .logo {
	float: left;
	width: 335px;
	text-align: left;
	margin-top: 10px;
	}
	
.top .menu{
	float: left;
	display: block;
	text-align: center;
	width: 85px;
	height: 70px;
	background-color: #65aefa;
	box-shadow: 0 0 10px #000;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	}

.top .menu:hover{
	text-decoration: underline blink;
	background-color: #65aefa;
	}
	
.top .right{
	float: right;
	width: 16px;
	height: 17px;
	margin: 0px 10px;
	margin-top: 21px;
	}
	
.top .name{
	float: right;
	height: 17px;
	margin: 0px 10px;
	margin-top: 21px;
	background: url(../images/icon1.jpg) no-repeat left top;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
	text-indent: 24px;
	}
	
#index_title {
	width: 980px;
	height: 36px;
	margin: 20px auto;
	margin-bottom: 0px;
	border-bottom: 1px solid #cbd1d6;
	text-align: left;
	padding-bottom: 10px;
	color: #c7c9cd;
	font-size: 21px;
	line-height: 36px;
	font-weight: bold;
	overflow: hidden;
	}
		
#index_main{
	width: 980px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	}
	
#login_main {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	overflow: hidden;
	}
	
#login_main .left{
	float: left;
	width: 708px;
	margin-top: 160px;
	text-align: left;
	background-image: url(../images/line1.png);
	background-repeat: repeat-x;
	background-position: center 100px;
	}
	
#login_main .right{
	float: right;
	width: 270px;
	height: 280px;
	padding-top: 20px;
	margin-top: 120px;
	text-align: center;
	background: url(../images/white.png) repeat;
	border:1px solid #fff;
	color: #fff;
	font-size: 12px;
	}
	
#index_main .left{
	float: left;
	width: 508px;
	padding-bottom:90px;
	margin-top: 20px;
	text-align: left;
	overflow: hidden;
	}
	
#index_main .left li{
	float: left;
	width: 95px;
	height: 95px;
	margin: 10px 12px;
	text-align: center;
	box-shadow: 2 2 10px rgba(0,0,0,.3);
	cursor:pointer;
	}

#index_main .left li a.main_menu{
	color: #fff;
	font-size: 12px;
	line-height: 136px;
	}
	
.p1 {
	background: url(../images/p1.png) no-repeat;
	}
	
.p2 {
	background: url(../images/p2.png) no-repeat;
	}
	
.p3 {
	background: url(../images/p3.png) no-repeat;
	}
	
.p4 {
	background: url(../images/p4.png) no-repeat;
	}
	
.p5 {
	background: url(../images/p5.png) no-repeat;
	}
	
.p6 {
	background: url(../images/p6.png) no-repeat;
	}
	
.p7 {
	background: url(../images/p7.png) no-repeat;
	}

.p8 {
	background: url(../images/p8.png) no-repeat;
	}
	
.p9 {
	background: url(../images/p9.png) no-repeat;
	}
	
.p10 {
	background: url(../images/p10.png) no-repeat;
	}
	
#index_main .right{
	float: left;
	width: 472px;
	height: 350px;
	padding-top: 20px;
	text-align: center;
	background: url(../images/b_bg.png) no-repeat left top;
	}
	
#index_bottom {
	position: fixed;
	bottom: 0px;
	left:0px;
	width: 100%;
	height: 40px;
	margin: 0px auto;
	background-color: #282a30;
	border-top: 12px solid #64aef9;
	}
	
#index_bottom  .foot{
	width: 980px;
	margin: 0px auto;
	margin-top: 6px;
	color: #b4b5b7;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	z-index:99999;
	position:relative;
	}
	
#index_bottom  .foot a{
	color: #b4b5b7;
	font-size: 14px;
	line-height: 24px;
	}

#index_bottom  .foot a.on{
	color:#65affa;
	}
	
#index_bottom  .foot a:hover{
	color: #65affa;
	}

#index_bottom  .foot .foot_menu{
	position:absolute;
	background:#FFF;
	line-height:30px;
	border:1px solid #dcdcdc;
	width:150px;
	padding-left:20px;
	padding-top:10px;
	display:none;
	box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	border-top:5px solid #36a0d6;
	z-index:9999;
	}
	
.menu_jt{
	display:none;
	width:15px;
	height:8px;
	background:url(../images/jt.png) no-repeat bottom center;
	margin-top:40px;
	position:absolute;
	top:-45px;
	}

#index_bottom  .foot .foot_menu a{
	display:block;
	float:left;
	height:30px;
	width:100%;
	font-size:12px;
	background: url(../images/jt2.png) no-repeat 90% 10px;
	border-right:1px solid #eeeeee;
	}
	
#main_title {
	width: 980px;
	height: 36px;
	margin: 20px auto;
	margin-bottom: 0px;
	border-bottom: 1px solid #cbd1d6;
	text-align: left;
	padding-bottom: 10px;
	overflow: hidden;
	line-height:36px;
	}

#main_title .title_right a{
	font-size: 12px;
	color: #fff;
	}

#main_title .title_right{
	float: right;
	}
	
#main_title .blank{
	margin-left: 10px;
	}

#main_title h1{
	float: left;
	display: block;
	color: #c7c9cd;
	font-size: 21px;
	line-height: 36px;
	font-weight: bold;
	margin-right: 60px;
	}
	
#main_title span{
	float: left;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
	}
	
#main_title input{
	float: left;
	width:100px;
	height:22px;
	display:inline-block;
	padding-left:5px;
	margin-top: 6px;
	border:none;
	}
	
#main_title select{
	float: left;
	width:100px;
	height:22px;
	display:inline-block;
	padding-left:5px;
	margin-top: 6px;
	border:none;
	}
	
#main_title .title_right font{
	float: left;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	}
	
#main_title .title_right .yzr{
	float: left;
	}
		
#main_title .title_right .yzr input{
	width:16px;
	display:inline-block;
	border:none;
	}
	
#main_title .zg{
	float: right;
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: left;
	text-indent: 20px;
	background: url(../images/t.png) no-repeat left center;
	margin-right: 20px;
	}
	
#main_body {
	width: 980px;
	margin: 0px auto;
	margin-top: 20px;
	padding-bottom:30px;
	margin-bottom:80px;
	background-color: #fff;
	padding-top: 20px;
	//border-bottom: 12px solid #6e7d83;
	text-align: center;
	overflow: hidden;
	}
	
#main_body .head{
	float: left;
	width: 97%; 
	margin-left: 20px;
	margin-bottom: 16px;
	text-align: left;
	position:relative;
	}

.table{
	float: left;
	height: 22px;
	border: 1px solid #36a0d6;
	border-radius: 2px;
	text-align: left;
	margin-right: 5px;
	padding-right: 10px;
	overflow:hidden;
	}
	
.table img{
	float: left;
	display: block;
	margin: 5px 8px;
	}
	
.table a{
	float: left;
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #0f0f0f;
	text-align: left;
	}
	
.table a:hover{
	color: #36a0d6;
	}
	
#main_body .head .pailie{
	float: right;
	width: 90px;
	height: 22px;
	text-align: left;
	}
	
#main_body .head .pailie a{
	font-size: 12px;
	line-height: 22px;
	color: #0f0f0f;
	}
	
#main_body .head .pailie a:hover{
	color: #36a0d6;
	}
	
#main_body .head .riqi{
	float: right;
	height: 22px;
	border: 1px solid #777;
	border-radius: 2px;
	text-align: center;
	margin-right: 5px;
	padding:0px 18px;
	font-size: 12px;
	line-height: 22px;
	color: #777;
	overflow:hidden;
	}

#main_body .head .riqi:hover{
	color: #36a0d6;
	border: 1px solid #36a0d6;
	text-decoration: none;
	}
	
.main_table{
	float: left;
	width: 97%;
	margin-left: 20px;
	text-align: left;
	overflow: hidden;
	font-size:12px;
	}
	
.main_table .table_title td{
	background-color: #36a0d6;
	color:#fff;
	font-size:12px;
	background-image:url(../images/line.png);
	background-position:right;
	background-repeat:repeat-y;
	overflow: hidden;
	text-indent:10px;
	border-bottom:3px solid #FFF;
	}
	
	
.main_table .bai_tr,.main_table .bai_tr1{
	background-color:#eee
	}
	
.main_table .bai_tr:hover,.main_table .bai_tr1:hover{
	background-color:#feffd8
	}

.main_table .bai_tr td,.main_table .bai_tr1 td{
	color:#777;
	font-size:12px;
	background-image:url(../images/line.png);
	background-position:right;
	background-repeat:repeat-y;
	overflow: hidden;
	text-indent:10px;
	height:28px;
	line-height:28px;
	border-bottom:3px solid #FFF;
	}

.main_table .bai_tr td a{
	color:#65affa
	}
	
.cz1{
	float: left;
	display: block;	
	overflow: hidden;
	text-indent: 19px;
	height: 28px;	
	background: url(../images/fs.png) no-repeat left center;
	margin-left: 6px;
	color: #00e19a;
	line-height: 28px;
	}
	
.cz1:hover{
	color: #00e19a;
	}
	
.cz2{
	float: left;
	display: block;	
	overflow: hidden;
	text-indent: 19px;
	height: 28px;	
	background: url(../images/bj.png) no-repeat left center;
	margin-left: 6px;
	color: #848484;
	line-height: 28px;
	}
	
.cz2:hover{
	color: #848484;
	}
	
.cz3{
	float: left;
	display: block;	
	overflow: hidden;
	text-indent: 19px;
	height: 28px;	
	background: url(../images/sc.png) no-repeat left center;
	margin-left: 6px;
	color: #e10000;
	line-height: 28px;
	}
	
.cz3:hover{
	color: #e10000;
	}
	
.cz4{
	float: left;
	display: block;	
	overflow: hidden;
	text-indent: 19px;
	height: 28px;	
	background: url(../images/xz.png) no-repeat left center;
	margin-left: 6px;
	color: #00e19a;
	line-height: 28px;
	}
	
.cz4:hover{
	color: #00e19a;
	}
	
.cz5{
	float: left;
	display: block;	
	overflow: hidden;
	text-indent: 19px;
	height: 28px;	
	background: url(../images/jb.png) no-repeat left center;
	margin-left: 6px;
	color: #009fe1;
	line-height: 28px;
	}
	
.cz5:hover{
	color: #009fe1;
	}
		
#main_body .ye{
	float: 95%;
	height: 24px;
	color: #777;
	line-height: 24px;
	font-size: 12px;
	margin: 10px 20px 0px 20px;
	text-align: right;
	overflow: hidden;
	}
	
#main_body .ye span{
	float: left;
	display: block;
	color: #777;
	line-height: 21px;
	font-size: 12px;
	text-align: left;
	}
	
#main_body .yeshu{
	width: 16px;
	height: 16px;
	border:1px solid #CCC;
	display:inline-block;
	margin:0px 5px;
	}
	
/*高级查询框－中心处理跟踪-未处理信息页面*/
.search_box{
	opacity:0;
    filter:alpha(opacity=0);  
	width:800px;
	border:1px solid #64aefa;
	position:absolute;
	left:74px;
	top:30px;
	height:300px;
	background-color:#fff;
	border-radius:10px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	box-shadow:0px 2px 5px rgba(100,174,250,0.4);
	font-size:12px;
	z-index:99999;
	background-color:#4fbff8;
	color:#fff;
	}

.search_box h3{
	background-color:#9d9d9d;
	width:100%;
	display:block;
	color:#fff;
	padding-left:20px;
	height:30px;
	border-bottom:2px solid #FFF;
	margin-bottom:10px;
	}

.search_box #button,.search_box #button2{
	width:90px;
	height:30px;
	line-height:25px;
	border-radius:5px;
	border:none;
	margin-top:10px;
	background-position:10px center;
	background-repeat:no-repeat;
	color:#fff;
	font-family:"Microsoft yahei";
	font-size:14px;
	padding-left:25px;
	}

.search_box #button{
	background-color:#66cc00;
	background-image:url(../images/icon_dg.png);
	border-bottom:2px solid #669900;
	}

.search_box #button2{
	background-color:#e42000;
	background-image:url(../images/icon_cw.png);
	border-bottom:2px solid #993300;
	}


#close{
	float:right;
	width:26px;
	height:26px;
	display:block;
	margin-top:-20px;
	margin-right:-8px;
	}
	

/*中心处理跟踪-举报录入*/
.jblr_left{
	float:left;
	width:860px;
	margin-right:20px;
	height:300px;
	}
	
.jblr_left h3{
	color:#4e6ba2;
	padding-left:5px;
	font-size:16px;
	}

.jblr_left .for_excel,.for_adm{
	width:100%;
	overflow:hidden;
	float:left;
	display:none;
	}

.jblr_left .on{
	display:block;
	}

.jblr_right{
	width:80px;
	overflow:hidden;
	float:right;
	line-height:14px;
	text-align:center;
	font-size:12px;
	}

.jblr_right .btn{
	width:80px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
	}

.jblr_right .btn_hover{
	background:url(../images/icon_jt.png) no-repeat right center;
	}

.jblr_right a{
	display:block;
	width:58px;
	padding:40px 0px 10px 0px;
	border:1px solid #6e7d83;
	float:left;
	color:#6e7d83;
	background-repeat:no-repeat;
	background-position: center 10px;
	}

.jblr_right a.on{
	border:1px solid #0099ff;
	background-color:#0099ff;
	background-position: center -63px;
	color:#fff;
	}

.jblr_right a.for_excel_a{
	background-image:url(../images/icon_xls.png);
	}

.jblr_right a.for_adm_a{
	background-image:url(../images/icon_jdy.png);
	}

.jblr_left .input_name{
	display:inline-block;
	width:70px;
	padding-left:5px;
	color:#333;
	border:1px solid #999999;
	border-right:0px;
	height:25px;
	line-height:25px;
	float:left;
	border-radius:3px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
	}

.jblr_left .input_style{
	display:inline-block;
	float:left;
	padding-left:5px;
	color:#333;
	border:1px solid #999999;
	height:25px;
	line-height:25px;
	border-left:0px;
	width:150px;
	border-radius:3px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	}

.jblr_left input.input_style{
	height:23px;
	}

.jblr_left .textarea_style{
	width:230px;
	}

.jblr_left  select{
	display:inline-block;
	padding-left:5px;
	color:#333;
	border:1px solid #999999;
	height:25px;
	line-height:25px;
	float:left;
	margin-right:5px;
	}

.jblr_left  a.a_file{
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	border:1px solid #36a0d6;
	color:#36a0d6;
	text-align:center;
	width:40px;
	margin-left:10px;
	}
	
.jblr_left .button_tj{
	background-color:#0096e0;
	color:#fff;
	border:none;
	height:25px;
	line-height:25px;
	margin-right:5px;
	border-radius:3px;
	border-bottom:2px solid #003f5e;
	}

/*举报人入口部分*/

#login_top{
	width: 100%;
	height: 261px;
	/*max-width: 1024px;*/
	margin: 0px auto;
	overflow: hidden;
	}
	
#login_top .top_box{
	width: 800px;
	margin: 0px auto;
	}
	
#login_top .top_box a{
	float: right;
	display: block;
	height: 32px;
	color: #fff;
	font-size: 12px;
	line-height: 32px;
	text-align: right;
	margin-right: 30px;
	margin-top: 3px;
	}
	
#login_body{
	width: 100%;
	max-width: 1024px;
	margin: 0px auto;
	overflow: hidden;
	}
	
.login_title{
	width: 600px;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: -20px;
	overflow: hidden;
	text-align: left;
	color: #626262;
	font-size: 18px;
	font-weight:bold;
	}
	
.login_title1{
	width: 600px;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	color: #0096e0;
	font-size: 21px;
	font-weight: bold;
 	background-image: url(../images/title-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
	
.word{
	width: 600px;
	margin: 20px auto;
	overflow: hidden;
	text-align: left;
	color: #626262;
	font-size: 12px;
	}
	
.login_box{
	width: 800px;
	margin: 30px auto;
	background-color: #fff;
	padding: 10px;
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
	}

.login_box b{
	color:#ff3300;
	}
	
.login_shuru td{
	height: 38px;
	background-color: #fff;
	border: 1px solid #c4c7cb;
	border-radius: 3px;
	overflow: hidden;
	text-align: left;
	width:200px;
	}
	
.login_shuru td:hover{
	border: 1px solid #1897dd;
	}
	
.login_shuru span{
	width: 38px;
	height: 24px;
	margin-top: 3px;
	margin-right: 8px;
	text-align: center;
	}
	
.login_shuru .sp{
	float: left;
	height: 24px;
	border-right: 1px solid #777;
	margin-top: 3px;
	padding: 0px 6px;
	margin-right: 5px;
	text-align: center;
	line-height: 24px;
	}
	
.login_shuru font{
	float: left;
	display:inline-block;
	padding: 0px 10px;
	height: 24px;
	margin-right: 8px;
	text-align: center;
	line-height: 24px;
	}
.login_shuru select{
	height: 24px;
	margin-top: 3px;
	}	

.login_shuru b{
	font-size: 12px;
	color: #ff3300;
	font-style: normal;
	}
	
.login_shuru .pp{
	float: right;
	margin: 0px 8px;
	}
	
.login_input{
	//float: left;
	border: none;
	height: 24px;
	margin-top: 3px;
	text-align: left;
	line-height: 24px;
	}
	
	
#login_foot{
	width: 100%;
	height: 59px;
	max-width: 1024px;
	margin: 0px auto;
	background: url(../images/foot_bg.jpg) repeat-x center top;
	overflow: hidden;
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
	}

.button_dl{
	background-color:#f8bd2c;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	border:none;
	height:36px;
	width: 110px;
	text-align: center;
	line-height:24px;
	margin-right:10px;
	margin-left: 10px;
	border-radius:3px;
	border-bottom:2px solid #cf841f;
	}

.button_zc{
	background-color:#1897dd;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	border:none;
	height:36px;
	width: 110px;
	text-align: center;
	line-height:24px;
	border-radius:3px;
	border-bottom:2px solid #05405d;
	margin-left: 36px;
	}
	
.button_ff{
	background-color:#d70000;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	border:none;
	height:36px;
	width: 110px;
	text-align: center;
	line-height:24px;
	border-radius:3px;
	border-bottom:2px solid #8c0000;
	margin-left: 20px;
	}
	
.button_jb{
	background-color: #1897dd;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	height: 30px;
	width: 120px;
	text-align: left;
	line-height: 24px;
	border-radius: 3px;
	border-bottom: 2px solid #05405d;
	background-image: url(../images/dg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 40px;
	margin-right: 10px;
	}
	
.button_sb{
	background-color: #1897dd;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	height: 30px;
	width: 120px;
	text-align: left;
	line-height: 24px;
	border-radius: 3px;
	border-bottom: 2px solid #05405d;
	background-image: url(../images/sb.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 40px;
	margin-right: 10px;
	}
	
.button_fh{
	background-color: #1897dd;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	height: 30px;
	width: 120px;
	text-align: left;
	line-height: 24px;
	border-radius: 3px;
	border-bottom: 2px solid #05405d;
	background-image: url(../images/fh.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 40px;
	margin-right: 10px;
	}
	
#login_body .head{
	width: 100%;
	height: 36px;
	margin: 20px auto;
	overflow: hidden;
	background-color: #fff;
	border-bottom:2px solid #dbdbdb;
	}
	
#login_body .head1{
	width: 90%;
	height: 36px;
	margin: 0px auto;
	overflow: hidden;
	}
	
#login_body .head a{
	font-size: 12px;
	color: #1897dd;
	line-height: 38px;
	}
	
.box940{
	width: 940px;
	margin: 0px auto;
	overflow: hidden;
	text-align: left;
	}
	
.m20{
	margin-bottom: 20px;
	}
	
.t20{
	padding-top: 20px;
	}

	
.line{
	border-top: 2px solid #47abe1;
	}
	
.box940 .left{
	float: left;
	height: 16px;
	margin-top: 10px;
	}
	
.box940 .left1{
	float: left;
	height: 36px;
	margin-left: 10px;
	}
	
.box940 .right{
	float: right;
	height: 36px;
	text-align: right;
	}
	
.box940 .right1{
	float: right;
	height: 16px;
	text-align: right;
	margin: 10px;
	}
	
.box940 li{
	float: left;
	width: 176px;
	height: 108px;
	margin: 5px 5px;
	}
		
#login_link{
	width: 100%;
	max-width: 1024px;
	margin: 10px auto;
	padding: 10px 0px;
	overflow: hidden;
	background-color: #ededed;
	color: #333;
	font-size: 12px;
	line-height: 24px;
	}
	
#login_link a{
	color: #333;
	font-size: 12px;
	line-height: 24px;
	}
	
#login_link a:hover{
	color: #1897dd;
	}
	
.login_index{
	width: 90%;
	height: 27px;
	background-color: #fff;
	border: 1px solid #c4c7cb;
	border-radius: 3px;
	overflow: hidden;
	text-align: left;
	}

.login_index span{
	display:inline-block;
	float: left;
	width: 24px;
	height: 16px;
	border-right: 1px solid #828282;
	margin-top: 5px;
	margin-right: 8px;
	text-align: center;
	}
.login_index span img{
	margin-top: 2px;
	}
	
.login_index input{
	float:left;
	width:190px;
	border: none;
	display:inline-block;
	height:20px;
	}
	
.button_login{
	color: #fff;
	font-size: 14px;
	border: none;
	height: 30px;
	width: 100px;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
	background-image: url(../images/hs.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	}
	
.button_login1{
	color: #fff;
	font-size: 14px;
	border: none;
	height: 30px;
	width: 100px;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
	background-image: url(../images/ls.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	}
	
.pic-head{
	float: left;
	width: 100%;
	margin-left: 20px;
	text-align: left;
	}

.pic-head .left{
	float: left;
	height: 32px;
	text-align: left;
	}
	
.pic-head .right{
	float: right;
	height: 32px;
	text-align: left;
	}
	
.pic-head .right a{
	float: left;
	display: block;
	margin: 0px 3px;
	margin-top: 8px;
	}
	
.x_title{
	float: left;
	width: 100%;
	height: 21px;
	margin: 12px 0px;
	background-image: url(../images/line2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	}
	
.x_title h1{
	float: left;
	display: block;
	padding-right: 10px;
	font-size: 16px;
	color: #002b41;
	line-height: 21px;
	text-align: left;
	background-color: #fff;
	}
	
.x_table{
	font-size: 12px;
	color: #002b41;
	line-height: 32px;
	}
	
.x_table a{
	font-size: 12px;
	color: #468cc8;
	}
		
.x_table font{
	font-size: 12px;
	color: red;
	line-height: 32px;
	}
	
.x_table select{
	width: 150px;
	height: 21px;
	font-size: 12px;
	color: #002b41;
	line-height: 21px;
	}

.xbutton_zc{
	background-color:#1897dd;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	border:none;
	height:36px;
	width: 120px;
	text-align: center;
	line-height:24px;
	border-radius:3px;
	border-bottom:2px solid #05405d;
	margin-left: 36px;
	background-image: url(../images/dg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 20px;
	}
	
.xbutton_fh{
	background-color:#d70000;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	border:none;
	height:36px;
	width: 120px;
	text-align: center;
	line-height:24px;
	border-radius:3px;
	border-bottom:2px solid #8c0000;
	margin-left: 36px;
	background-image: url(../images/xfh.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 20px;
	}
	
.ts{
	width: 85%;
	margin: 20px auto;
	border-bottom: 1px dotted #d2d2d2;
	text-align: center;
	overflow: hidden;
	}
	
.ts h2{
	float: left;
	display: block;
	width: 40%;
	text-align: right;
	}
	
.ts h1{
	float: left;
	display: block;
	width: 40%;
	text-align: left;
	margin-left: 12px;
	font-weight: normal;
	color: #f5852b;
	font-size: 21px;
	line-height: 60px;
	}
	
.xts{
	width: 85%;
	margin: 0px auto;
	margin-bottom: 30px;
	text-align: center;
	overflow: hidden;
	color: #444;
	font-size: 14px;
	line-height: 30px;
	}
	
.xts a{
	color: #3e7fcf;
	font-size: 14px;
	line-height: 30px;
	}
	
.xts a:hover{
	color: #f68930;
	}