body {
	font-family: "Microsoft YaHei UI","Microsoft YaHei","微软雅黑",Arial,sans-serif;
	background-color: #FFFFFF;
}


/*公共样式--开始*/

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

html,
body {
	min-height: 100%;
}

body {
	
	font-size: 14px;
	color: #333;
	background-color: #FFFFFF;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #333333;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
}

input,
textarea {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}

.fl {
	float: left
}

.fr {
	float: right
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.ellipse {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.h1 {
	font-weight: normal;
}

.w1200{
	width: 1200px;
	margin: auto;
}

.zq_banner{
	width: 100%;
	height: 180px;
	background: url(1.jpg)no-repeat center top;
}
.main{
	width: 1220px;
	min-height: 400px;
	overflow: hidden;
	margin: 0 auto 40px;
}
.search{
	width: 100%;
	height: 50px;
	margin-top: 30px;
	padding-right: 10px;
}
.search .search_on{
	width: 500px;
	height:50px;
	float: right;
}
.search_on .le{
	width: 400px;
	height: 50px;
	float: left;
	border: 1px solid #DDDDDD;
	line-height: 50px;
	padding-left: 30px;
	font-size: 16px;
	color: #999999;
}
.search_on .ri{
	width: 100px;
	height: 50px;
	float: left;
	border: none;
	background: #FF3B30;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.zqqh{
	width: 1200px;
	height: 75px;
	margin: 0 auto;
	border-bottom: 1px solid #DDDDDD;
}
.zqqh span{
	width: auto;
	height: 75px;
	float: left;
	display: inline-block;
	line-height: 85px;
	font-size: 22px;
	color: #333333;
	margin-right: 20px;
	cursor: default;
}
.zqqh span.active{
	font-size: 24px;
	color: #1F59D8;
	font-weight: bold;
	border-bottom: 4px solid #1F59D8;
}
.zqqh_one{
	width: 340px;
	height: 20px;
	float: right;
	margin-top: 40px;
}
.zqqh_one p{
    font-size: 16px;
    line-height: 20px; 
    margin-left: 40px;
    display: block;
    float: left;
}
.zqqh_one input {
    margin-right: 8px;
}
.zqqh_list1{
	width: 1200px;
	margin: 0 auto;
	min-height: 60px;
	overflow: hidden;
	margin-top: 26px;
}
.zqqh_list1 a{
	width: 120px;
	height: 60px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	background: #F5F5F5;
	line-height: 60px;
	text-align: center;
	color: #333;
}
.zqqh_list1 a.active{
	background: #1F59D8;
	color: #FFFFFF;
}
.zqqh_list2{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	/*margin-bottom: 30px;*/
}
.zqqh_list2 li{
	width: 1200px;	
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.10);	
}
.zqqh_list2 li span{
	display: inline-block;
	width: 1009px;
	height: 70px;
	line-height: 70px;
	float: left;
	font-size: 18px;
	color: #333333;
	padding-left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.zqqh_list2 li span:hover{
	color: #3166DC;
}
.zqqh_list2 li a{
	display: block;
	width: 83px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #3166DC;
	margin-top: 26px;
	float: left;
}
.zqqh_list2 li a.zxbl{
	color: #151515;
	border-left: 1px solid #151515;
	text-align: right;
}
.noitem {
	height: 400px;
	width: 200px;
	background: url(noitem.png) no-repeat center center;
	margin: 20px auto;
}

.shixiang_box {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}

.shixiang_tit {
	width: 100%;
	height: 40px;
	background: #F1F2F3;
	margin-top: 20px;
}

.shixiang_tit span {
	line-height: 40px;
	font-size: 14px;
	color: #73777A;
	padding: 0 20px;
}

.shixiang_tit span.txt1 {
	width: 75%;
}

.shixiang_tit span.txt2 {
	width: 25%;
	text-align: right
}

.shixiang_list li {
	height: 60px;
	line-height: 60px;
}

/*事项*/
.shixiang_box{width: 100%;height: auto;}
.shixiang_box ul.shixiang_tit{width: 100%;height: 40px;background: #F1F2F3;}
.shixiang_box ul.shixiang_tit li{line-height: 40px;font-size: 14px;color: #73777A;padding:0 20px;}
.shixiang_box ul.shixiang_tit li.txt1{width: 75%;}
.shixiang_box ul.shixiang_tit li.txt2{width: 25%;}

.shixiang_box .shixiang_list{height: auto;}
.shixiang_box .shixiang_list .sx_list{height: auto; overflow: hidden;position: relative;border-bottom: 1px solid #e9e9e9;padding: 0 20px;font-size: 14px;background: url(One.jpg) 8px 23px no-repeat;padding-right: 0;}
.shixiang_box .shixiang_list .sx_list.On:hover{ background-position:left top;}

.shixiang_box .sub_list1_main{height: 60px;line-height: 60px;}
.shixiang_box .sub_list1_main span{display: block;float: left;}
.shixiang_box .sub_list1_main span.sx_btn{width: 70px;height: 30px;display: block;line-height: 30px;float:  left;padding-left: 10px;margin-left: 15px;margin-top: 15px;background: url(sx_down.png) 50px center no-repeat #F1F2F3;cursor:  pointer;}

.shixiang_box ul.sub_list2_main{padding-left: 20px;display: none;}
.shixiang_box ul.sub_list2_main li{line-height: 30px;padding: 15px 0;}
.shixiang_box ul.sub_list2_main li a{color: #838181}
.shixiang_box ul.sub_list2_main li a:hover{color: #448AF0}

.shixiang_box ul.sub_list2_main .bs_btn{list-style: 50px;}
.shixiang_box ul.sub_list2_main .bs_btn a{
	width: 80px;
	height: 30px;
	line-height: 28px;
	display: block;
	border: 1px solid #448AF0;
	float: left;
	margin-right: 15px;
	font-size: 12px;
	color: #448AF0;
	text-align: center;
}
.shixiang_box ul.sub_list2_main .bs_btn a:hover{color: #ffffff;}

.shixiang_box ul.sub_list2_main .bs_btn a.icon1:hover{background: #448AF0;}
.shixiang_box ul.sub_list2_main .bs_btn a.icon2:hover{background: #448AF0;;}
.shixiang_box ul.sub_list2_main .bs_btn a.icon3:hover{background: #448AF0;;}
.shixiang_box ul.sub_list2_main .bs_btn a.icon4:hover{background: #448AF0;;}

.shixiang_box .sub_list1_main span.sx_btn.sx_btn.On{background: url(sx_up.png) 50px center no-repeat #F1F2F3!important}
.shixiang_box .sub_list1_main span.sx_btn.On:hover{ background: url(sx_up.png) 50px center no-repeat #F1F2F3!important}
.shixiang_box ul.active {
	display: block;
}
a {
	cursor: pointer;
}

.one_c a{
	width: 80px;
	height: 30px;
	line-height: 28px;
	display: block;
	border: 1px solid #448AF0;
	float: left;
	margin-right: 15px;
	font-size: 12px;
	margin-top: 15px;
	color: #448AF0;
	text-align: center;
}
.one_c a.icon1:hover{background: #448AF0;color:#fff;}
.one_c a.icon2:hover{background: #448AF0;color:#fff;}
.one_c a.icon3:hover{background: #448AF0;color:#fff;}
.one_c a.icon4:hover{background: #448AF0;color:#fff;}

/*分页*/
.fenye{
	margin: 20px auto 0;
	width: 700px;
}
.fenye ul li{
	float: left;
	font-size: 14px;
	color: #73777A;
	line-height: 30px;
	text-align: center
}
.fenye ul span{
	float: left;
	font-size: 14px;
	color: #73777A;
	line-height: 30px;
	text-align: center
}
.fenye ul span{
	padding: 0 12px
}
.fenye ul li{
	width: 30px;
	height: 30px;
	border: 1px solid #DDDDDD;
	line-height: 30px;
	text-align: center
}
.fenye ul li a{
	font-size: 14px;
	color: #373D41;
}

.fenye ul .text{
	width: 30px;
	height: 30px;
	font-size: 14px;
}
.fenye ul input{
	border: 1px solid #DDDDDD;
}
.fenye ul .go{
	width: 30px;
	height: 30px;
	border: 1px solid #448AF0;
	color: #448AF0;
	font-size: 14px;
	background: #ffffff;
}
.fenye ul li.active{
	background: #448AF0;
}
.fenye ul li.active a{
	color: white
}

.clear_float {
	clear: both;
}

/* 弹出 */
.tanchubg{
	opacity: 0.55;
	background: #000000;
	position: fixed;
	z-index: 99;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.tanchu{
	height: 220px;
	width: 400px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #ffffff;
	z-index: 1000;
}
.tanchu .top{
	width: 400px;
	height: 160px;
	padding: 15px 15px;
	border-bottom: 1px solid #D8D8D8
}
.tanchu .top em{
	height: 24px;
	width: 24px;
	cursor: pointer;
	background: url(close_icon.png) center center no-repeat
}
.tanchu .top span{
	font-size: 20px;
	color: #2B2F32;
	width: 370px;
	text-align: center;
	font-weight: bold;
}
.tanchu .top p{
	width: 370px;
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
	color: #333333;
}
.tanchu .bottom{
	height: 60px;
	width: 100%;
	font-size: 18px;
	color: #448AF0;
	line-height: 60px;
}
.tanchu .bottom div{
	width: 1px;
	height: 42px;
	background: #D8D8D8;
	margin-top: 9px
}
.tanchu .bottom i{
	display: inline-block;
	float: left;
	width: 199px;
	text-align: center;
	cursor: pointer;
	font-style: normal;
}