@charset "utf-8";
/*滚动条样式*/
::-webkit-scrollbar-track-piece {
	background-color: #fff;
	-webkit-border-radius: 0
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #b8b8b8;
	-webkit-border-radius: 6px;
	outline: 2px solid #fff;
	outline-offset: -2px;
	border: 2px solid #fff;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5
}

::-webkit-scrollbar-thumb:hover {
	height: 50px;
	background-color: #878987;
	-webkit-border-radius: 6px
}
/*-----header------*/
#content, .zlLogo, .registContent, .detailPop, .listnav1, .listnav2,
	.reportMain, .ReportTable, .personContent, .reportWrite, .writeContent,
	.listPop, .comTable,.detailTable{
	margin: 0 auto
}

.noboder {
	border: 0px !important;
}

.redfont {
	color: #fe0000;
}

.bluefont {
	color: #2270d2;
	border-bottom: 1px #2270d2 solid;
}

.mleft {
	margin-left: 70px
}
.mleft2{
	margin-left:10px
}
.mleft3{
	margin-left:80px
}
.mleft4{
	margin-left:20px !important;
}
.mleft5{
	margin-left:95px !important;
}
.mleft6{
	margin-left:3px
}
.widthlf{
	width:
}
.tl {
	text-align: left;
}

.t1 {
	width: 60px;
	text-align: right;
}

.t2 {
	width: 260px;
}

.t3 {
	width: 120px;
	text-align: center;
}

.t4 {
	width: 50px;
}

.t5 {
	width: 100px;
	text-align: right;
}

.t6 {
	width: 200px;
}

.t7 {
	width: 100px;
	text-align: right;
}
.t8{
	width:100px
}
.t9{
	width:25px;
}
.t10{
	width:350px
}
.t11{
	width:200px
}
.t12{
	width:180px
}
.mtop {
	margin-top: 6px
}

#zcheader, #header {
	width: 100%;
	position: relative;
	background-color: #2270d2;
	background-position: center;
	background-repeat: no-repeat
}

#zcheader {
	height: 129px;
	background-image: url(../image/zhuce_banner_bg.png);
}

#header {
	height: 110px;
	background-image: url(../image/banner_bg.png);
}
/*-----content------*/
#content {
	width:1024px;
	height: auto;
	position: relative;
	z-index: 100;
	margin-top: 20px;
	margin-bottom: 30px
}

/*-----footer------*/
#footer {
	width: 100%;
	height: 110px;
	bottom: 0px;
	background: #e6e6e6;
	text-align: center;
	overflow: hidden;
}

#footer .foot {
	margin-top: 20px
}

.foot p {
	font-size: 12px;
	color: #000;
	padding: 5px 0px
}
/*-----logo-----*/
.zlLogo {
	width: 950px;
}

.zlLogo img {
	margin-top: 20px;
	height: 80px;
}

.userInfo {
	z-index: 99;
	float: right;
	margin-top:50px
}

.userInfo a, .userInfo span {
	color: #fff;
	font-size: 16px
}

.closeButton {
	color: #2270d2 !important;
	border-radius: 3px;
	background-color: #fff;
	padding: 5px 10px;
	text-align: center;
	margin-left: 10px;
	font-size: 14px !important
}

.content_mainBox {
	width: 100%;
	margin: 10px 0px 20px 0px;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden
}

/*注册*/
.registMain {
	width: 100%;
	height: 480px
}

.registContent {
	width:100%;
	margin-top:30px;
}

.registInfo,.registIn{
	margin: 5px 0px;
	height:45px;
	line-height:45px;
	overflow:hidden;
	text-align:center;
}
.registInfo{
  width: 80%;	
}
.registIn{
 width: 100%;
}
.registts{
	width:40%; 
	height:100%;
	font-size:12px;
	text-align:left;
	margin-left:10px
}
.registSpan, .personSpan,.sonSpan,.typeSpan{
	display: inline-block;
	color: #333;
	text-align: right
}

.registSpan {
	font-size: 16px;
	width: 100px;
}

.personSpan {
	font-size: 12px;
    float:left;
}
.personSpan{
	width:90px;
}
.typeSpan{
	width:96px
}
.sonSpan{
 width:70px;	
}
.registHint {
	font-size: 14px;
	color: #fe0000;
	margin-left: 80px
}

.regisText, .personText, .perText,.detailText {
	outline: none;
	border: 1px #B6AAAA solid;
	font-size: 12px;
	text-indent: 10px;
	margin-left: 5px;
}

.regisText {
	background-color: #f6f6f6;
	line-height: 35px;
	width: 260px;
	height: 35px;
}

.personText, .perText,.detailText{
	line-height: 26px;
	height: 26px;
}

.personText {
	width: 186px;
}

.perText {
	width: 330px;
}
.detailText{
	width:210px
}
.regisText:focus, .personText:focus {
	border: 1px #2270d2 solid;
}

.registtop {
	padding: 10px 55px;
}

/*注册弹窗*/
.popAll {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: none;
	background: rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000',
		endColorstr='#7f000000');
}

.popAll .detailPop, .popAll .listPop, .popAll .sucessPop, .popAll .txPop
	{
	margin-top:6%;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	background-color: #fff
}

.detailPop {
	width: 743px;
	height: 430px;
}

.listPop {
	width: 683px;
	height: 380px;
}

.sucessPop {
	width: 650px;
	margin: 0 auto;
}

.txPop {
	width: 750px;
	margin: 0 auto;
}

.popTitle, .areaTitle {
	width: 100%;
	height: 43px;
	text-align: center;
	line-height: 43px
}

.popTitle {
	background-color: #f3f3f3;
}

.areaTitle {
	color: #fff;
	background-color: #3d9cf6;
}

.popContent {
	width: 100%;
	position: relative;
	margin: 15px 0px;
}

.popContent p {
	padding: 0px 15px;
	line-height: 25px;
	font-size: 12px;
	margin-top: 5px
}
.popContent p strong{
	font-weight:bold;
}
.popBottom {
	width: 100%;
/* 	height: 60px; */
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 15px 0px
}
/*关闭按钮*/
.close_sp {
	float: right;
	margin: 0px;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	width: 30px
}

/*其他有导航页面*/
.content_listBox {
	width: 100%;
	overflow: inherit;
	height: 40px;
	line-height: 40px
}

.listnav1, .listnav2 {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	*display: inline;
	*zoom: 1;
}

.listnav1 a, .listnav2 a {
	display: inline-block;
	text-align: center;
}

.listnav1 a {
	width: 120px;
	height: 100%;
	color: #FFF;
	font-size: 16px;
}

.listnav2 a {
	font-size: 14px;
	height: 38px;
	color: #000;
	padding: 0px 15px;
	margin-left: 15px
}

.listnav1 a.linknav1 {
	background-color: #1258ae
}

.listnav2 a.linknav2 {
	color: #1258ae;
	font-weight: bold;
	border-bottom: 2px solid #1258ae
}

.nav1 {
	border-top: 1px solid #3c8ef2;
	background-color: #2270d2
}

.nav2 {
	background-color: #e0e8f3;
	border-bottom: 1px solid #c1d1e1
}

.reportMain {
	width: 96%;
	min-height: 50px;
	font-family: "微软雅黑"
}

.reportTitle {
	height: 60px;
	width: 100%;
	text-align: center;
	line-height: 60px;
	border-bottom: 1px solid #ccc
}

.reportTitle label {
	color: #2272d1;
	font-size: 18px
}

.reportContent {
	width: 100%;
	margin: 20px 0px;
	font-size: 14px;
	line-height: 20px
}

.reportContent p {
	margin-top: 10px;
	color: #333
}

.intent {
	text-indent: 10px
}
/*我的申报*/
.myReport {
	width: 100%;
	height: auto
}

.myTitle,.myTitle2 {
	border-bottom: 2px solid #ccc;
}
.myTitle{
	color: #2270d2;
	padding: 15px 20px;
}
.myTitle2 span{
	display:inline-block;
	margin:0px 10px;
	cursor:pointer;
	height:50px;
	line-height: 50px;
	padding:0px 10px
}
.myTitle2 span.clicks{
	color: #2270d2;
	border-bottom:2px #2270d2 solid;
}
.ReportOne{
	width:100%;
	height:auto;
}
.ReportTable, .comTable,.gzsmTable,.detailTable{
	border: 1px solid #ccc;
	margin-bottom: 20px
}
.ReportTable, .comTable {
	width: 96%;
	font-size: 12px;
}
.detailTable{
	width: 98%;
	font-size: 14px
}
.gzsmTable{
	width: 100%;
	font-size:14px;
	margin:0 auto;
}
.ReportTable {
	margin-top: 20px;
}

.ReportTable td, .ReportTable th, .comTable td ,.gzsmTable td,.detailTable td{
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px 0px
}

.comTable tr.areath,.detailTable tr.detbg {
	background-color: #ededed;
}
.gzsmTable tr.titlebg{
	background-color:#5B9BD5;
	color: #fff
}
.ReportTable th {
	background-color: #f4f4f4;
	color: #2f7ad5;
	font-weight: normal
}

.ReportTable td a {
	color: #2f7ad5
}

.zyTable {
	width: 96%;
	margin: 0 auto;
}

.zyTable td {
	height: 40px;
	font-size: 14px;
}
/*填写志愿*/
.zyuan {
	text-align: center;
	border-radius: 10px;
	height: 25px;
	width: 100px;
	line-height: 25px;
	color: #FFF;
	border: 0px;
	background-color: #3a9cf5
}
/*分页*/
.fanye {
	width: 100%;
	height: 50px;
	background-color: #fff;
	margin-right: 20px;
}

.fanye ul {
	width: 400px;
	margin: 0 auto;
	overflow: hidden
}

.fanye ul li {
	float: left;
	width: auto;
	margin: 0px 5px;
}

.fanye ul li a {
	display: inline-block;
	color: #000;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.fanye ul li a.present, .fanye ul li a:hover {
	color: #fff;
	background: #1287db;
}

/*我的消息*/
.personMain {
	width: 100%;
	margin: 0 auto;
	min-height: 100px;
	overflow: hidden;
}

.reportWrite {
	width: 100%;
	margin-top: 10px
}

.personMain ul li, .reportWrite ul li {
	float: left;
	width: 292px;
}
.personMain ul li{
	margin-right: 10px;
}
.reportWrite ul li{
 margin:0px 6px
}
.personone, .sonone, .peiou {
	border: 1px solid #ccc;
	background-color: #fff;
	display: inline-block;
	overflow: hidden
}

.personone, .sonone, .peiWidth1 {
	width: 292px;
}

.peiou {
	height: 200px;
}

.peiWidth2 {
	width: 95%
}

.personone {
	height: 192px;
	*float: left;
}

.sonone {
	height: 270px;
	margin-bottom: 10px;
}

.personTitle {
	height: 35px;
	border-bottom: 1px solid #ccc;
	background-color: #f3f3f3;
	text-align: center;
	line-height: 35px
}

.personContent, .writeContent {
	margin-top: 10px
}

.writeContent {
   width:100%;
}

.personInfo,.shenbaoInfo {
	width: 100%;
	height: auto;
	font-size: 12px;
}
.personInfo{
	margin: 15px 0px 0px 0px;
	padding-bottom: 6px
}
.shenbaoInfo{
	margin-top:10px
}
.personInfo select {
	font-size: 12px
}

.personInfo p {
	font-size: 12px;
	color: #fe0000;
	margin-left: 70px
}
.personInfo input[type="radio"]{
	margin-left:5px
}
.personRadio {
	height: 15px;
	width: 15px;
	margin: 0px 5px 0px 0px;
	vertical-align: -3px
}

.personbg {
	background: #f2f2f2
}

.radioSpan {
	margin-right: 50px
}

.personcheck {
	width: 15px;
	height: 15px;
	margin: 0px 5px 0px 8px;
	vertical-align: middle;
}

.close-icon, .close-icon2 {
	background: url(../image/clopic.png) no-repeat;
	height: 15px;
	width: 15px;
	display: inline-block;
	z-index: 1000;
	cursor: pointer;
	float: right;
}

.close-icon2 {
	margin-right: 309px;
}

.personAdd {
	text-align: center;
	margin-top: 35%
}

.savebox {
	width: 100%;
	height: 50px;
	text-align: center
}
/*填写申报*/
.writes {
	margin-left:80px;
	width: 70%
}

.writes p {
	margin: 0px;
	display: none;
}

.writeMain {
	width: 100%;
}

.WriteLeft, .WriteRight {
	min-height: 130px;
}

.WriteLeft {
	width: 610px;
	float: left;
	overflow: hidden;
	text-indent:5px;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #ccc
}

.WriteRight {
	margin-left: 610px;
	font-size: 12px;
	border-left: 1px solid #ccc;
}

.WriteRight .titles {
	width: 100%;
	border-bottom: 1px solid #ccc;
	height: 35px;
	line-height: 35px;
	padding-left: 20px
}

.WriteRight .WriteRightCont {
	padding-left: 0px;
}

.writeDiv {
	margin-left:78px;
	width:300px;
}

.writeDiv span {
	display: block;
	line-height: 15px;
	padding-bottom:8px
}

.sucessSpan {
	font-size: 18px;
}

.birthOne {
	width: 100%;
	margin: 20px 0px;
	border-top: 1px #ccc solid;
}
/*申报记录*/
.reportList {
	width: 100%;
	margin: 10px 0px 20px 0px;
	overflow: hidden
}

.reportList .listLeft, .reportList .listRight {
	background: #fff;
	border: 1px solid #ccc;
	min-height: 627px;
}

.reportList .listLeft {
	width: 710px;
	float: left
}

.reportList .listRight {
	width: 295px;
	margin-left: 720px;
}

.listContent, .rightContetn {
	width: 98%;
	margin: 0 auto;
	height: 480px;
	overflow: auto
}

.listContent ul {
	margin: 0px;
}

.listContent ul li {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 20px 0px;
}

.itemmod {
	position: relative;
	border: 0px;
}

.itemmodName, .itemmodInfo, .itemmodEdit, .itemmodFen {
	min-height: 50px;
	overflow: hidden;
	font-size:14px
}

.itemmod .itemmodName {
	width: 12%;
	text-align: center;
	line-height: 50px
}

.itemmod .itemmodName span {
	font-size: 14px;
	color: #000
}

.itemmod .itemmodInfo {
	width: 28%;
	border-left: 1px solid #ccc;
	padding: 0px 10px
}

.itemmod .itemmodInfo p {
	margin-top: 10px
}

.itemmod .itemmodEdit {
	width: 30%;
	text-align: center;
	line-height: 50px
}

.itemmod .itemmodEdit span {
	line-height: 40px !important;
	padding-top: 5px
}

.itemmod .itemmodEdit span {
	font-size: 14px
}

.itemmod .itemmodFen {
	width: 12%;
	line-height: 50px;
}

.listFoot {
	height: 70px;
	line-height: 70px;
	text-align: center
}

.rightContetn {
	width: 96%;
	margin: 0 auto;
}

.guiz {
	font-size: 13px;
	color: #2f7ad5;
	font-family: "黑体";
	margin-top: 3px
}

.guiz:hover {
	color: #06F
}

.listObject {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0px 15px
}

.listObject span {
	color: #2f7ad5;
	font-size: 14px;
}

.listMessge {
	width: 100%;
	height: 522px;
}

.listNavcont {
	position: relative;
	padding-left: 5px;
	overflow: hidden
}

.line {
	width: 3px;
	height: 782px;
	background-color: #d6d6d6;
	position: absolute;
	left: 11px;
	z-index: 1;
}

.Navcont li {
	padding-left: 25px;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 30px;
	background: url(../image/1.png) left top no-repeat;
	position: relative;
	z-index: 1000;
}

.Navcont ul li:after {
	height: 100px;
}

.Navcont ul li:last-child {
	margin-bottom: 0px;
}

.spanbold {
	color: #2f7ad5
}

.spanCont {
	font-size: 12px
}

.shenhe {
	width: 60px;
	border: 1px solid #ccc;
	background: #fff;
	z-index: 1000;
	margin-top: -80px;
	position: absolute;
	margin-left: 820px;
	text-align: center;
	display: none;
	height: 70px;
}

#comfit p {
	font-size: 14px !important;
	text-align: center;
}

#comfit p span {
	padding-left: 10px
}

.zyfit {
	margin: 20px 0px
}

.zyts {
	float: left;
	padding-left: 10px;
	font-size: 14px
}
/*申报详情*/
.detailTab, .zndwTab {
	margin: 0 auto;
	margin-bottom: 10px
}

.detailTab {
	width: 100%;
	font-size: 12px;
}

.zndwTab {
	width: 400px;
	font-size: 14px;
}

.detailTab td, .zndwTab td {
	height: auto;
	padding: 10px 0px;
}

.detailTab td span, .zndwTab td span {
	padding: 0px 10px
}

.psjg {
	height: auto;
	margin: 10px 0px;
	border-top: 1px solid #ccc;
}

.baseContent {
	width: 100%;
	margin-top: 10px
}

.baseInfo {
	min-height: 20px;
	margin-bottom: 20px
}

.baseInfo p {
	text-align: center;
	font-size: 14px
}
/*账户信息*/
.zhMain {
	width: 400px;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 16px !important
}

.zhTable {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
}

.zhTable td {
	padding: 15px 0px;
}

.zhTable td span {
	padding: 0px 10px
}

.jfqrDiv {
	background-color: #ccc;
	width: 400px;
	margin: 0 auto;
}

/*打印界面*/
.print {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	min-height: 500px;
	overflow: hidden;
	font-family: "微软雅黑"
}

.print .printTitle {
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 20px 0px;
	text-align: center;
	font-size: 28px
}

.print .printContent {
	width: 100%;
	height: auto;
	font-size: 13px;
	margin: 20px 0px 10px 0px
}

.titletop {
	padding: 0px 10px;
	height: 45px;
	line-height: 45px;
	font-size: 13px
}

.printContent .printTab1, .printContent .printTab2 {
	width: 100%;
}

.printTab1 td, .printTab2 td {
	padding: 10px 10px;
	border: 1px solid #ccc;
}

.printTab2 td {
	text-align: center;
}

.printd1 {
	width: 120px;
	color: #969696;
	text-align: right;
}

.printd2 {
	width: 35px
}

.printd3 {
	width: 80px
}

.printd4 {
	text-align: left !important;
}

.printTab2 tr.thbg,.printbg{
	background-color: #ededed
}

.printTab2 td p {
	line-height: 25px
}

.printwrite {
	margin-top: 100px;
	width: 100%;
}

.printwrite .printleft {
	float: left;
}

.printwrite .printright {
	float: right;
}

.spanDate {
	width: 60px;
	margin: 0px 5px;
	border-bottom: 1px solid #000
}
.printButtom{
	height:60px;
	text-align:center;
	width: 100%;
	margin-top:50px	
}

/*提示框*/
.suggest{
	height:100px;
	text-align:center;
	margin-top:50px
}
.suugesp{
	font-size:12px;
	width:80%;
	margin:0 auto;
}
.shenbao{
	padding:5px 0px;
	font-size: 12px;
	overflow:hidden;
	width:90%;
	margin-bottom:5px;
}
.fuhe{
	margin-left:90px;
	width:80%;
}
.jfzndw{
	width:96%; 
	margin:0 auto;
	height:270px;
	margin-top:20px
}
/*居住证办理不在本区的提示语*/
.tsy{
	text-align:left;
	font-size:12px !important
}
.number{
	font-size:16px;
	float:right;
	width:180px;
	text-align:left;
}
.t88 {
	width: 100px;
	color: #969696;
	text-align: center;
}
.t888 {
	width: 100px;

	text-align: center;
}
.t111 {
	width: 200px;
	color: #969696;
	text-align: center;
}
.t211 {
	width: 120px;
	color: #969696;
	text-align: center;
}
.t33 {
	
	color: #969696;
	text-align: center;
}
.t200 {
	width: 200px;
	text-align: center;
}
.t311 {
	width: 120px;
	text-align: center;
}