*,*:before,*:after{
    box-sizing: border-box;
}

/* body {
    background: url(./img/banner.png) no-repeat 50% 0 #fff;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑","宋体",Arial, Helvetica, sans-serif;
} */
.banner{
	background: url(./img/banner.png) no-repeat 50% 0 #fff;
	height: 562px;
	position: absolute;
	width: 100%;
	z-index: -9999999;
}
a {
    text-decoration: none;
}

.container {
    width: 1100px;
    margin: 0 auto;
}

/* #logo span {
    vertical-align: top;
    line-height: 94px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin-left: 10px;
} */

#logo span {
    vertical-align: top;
    color: #fff;
    margin-left: 10px;
    border: #fff solid 3px;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    height: 36px;
    display: block;
    position: absolute;
    text-align: center;
    top: 20px;
    right: -130px;
    padding: 0 20px;
}
#logo span.span_2{
    right: -115px;
}
#logo span.span_3{
    right: -130px;
}
#logo span.span_4{
    right: -155px;
}
#logo span.span_5{
    right: -180px;
}
#logo span.span_6{
    right: -205px;
}
#logo span.span_7{
    right: -230px;
}
#logo span.span_8{
    right: -255px;
}
#logo span.span_9{
    right: -280px;
}
#logo span.span_10{
    right: -305px;
}
#logo h1 {
	display: inline-block;
    margin-top:10px;
    position: relative;
}


#box {
    background-color: #FAFAFA;
    width: 1100px;
    margin: 260px auto 0;
    padding: 80px 35px 20px;
}

#search-box {
    background: url(./img/line.png) no-repeat 0 50%;
    height: 54px;
}

#search-box >div {
    background: url(./img/search.png) no-repeat 0 0;
    width: 514px;
    height: 54px;
    margin: 0 auto;
    padding: 2px;
}

#search-box >div:after {
    content: '';
    display: block;
    clear: both;
}

#search-box >div input {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    outline: none;
    margin: 0 10px;
    border: 0;
    width: 430px;
}

#search-box >div button {
    float: right;
    background: url(./img/search_btn.png) 0 0;
    width: 40px;
    height: 40px;
    border: 0;
    margin: 6px 10px;
}


#main {
    margin-top: 80px;
}
#main:after {
    content: '';
    display: block;
    clear: both;
}

#main .pull-left {float: left;width: 240px;}
#main .pull-right {
    float: right;
    width: 770px;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    padding:20px;
}


#main .pull-left >div {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    margin-bottom: 15px;
}

#main .pull-left >div>a {
    display: block;
    width: 240px;
    height: 70px;
    position: relative;
    background: url(./img/icon.png) no-repeat 30px 15px;
    color: #1955A7;
}

#main .pull-left >div>a.menu-1{background-position: 30px -70px;}
#main .pull-left >div>a.menu-2{background-position: 30px -155px;}
#main .pull-left >div>a.menu-3{background-position: 30px -240px;}
#main .pull-left >div>a.menu-4{background-position: 30px -330px;}


#main .pull-left >div>a.active.menu{background-position:   -240px 15px;}
#main .pull-left >div>a.active.menu-1{background-position: -240px -70px;}
#main .pull-left >div>a.active.menu-2{background-position: -240px -155px;}
#main .pull-left >div>a.active.menu-3{background-position: -240px -240px;}
#main .pull-left >div>a.active.menu-4{background-position: -240px -330px;}

#main .pull-left >div>a.active {
    background-color: #1A56A8;
    color: #fff;
}

#main .pull-left >div>a span {
    font-size: 23px;
    margin-left: 90px;
    display: inline-block;
    width: 100px;
    line-height: 120%;
    margin-top: 7px;
}

#main .pull-left >div>a i {
    background: url(./img/fold.png) no-repeat 0 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    margin-top: 26px;
    margin-left: 10px;
}

#main .pull-left >div>a.active i {
    background-position: right 0;
}

#main .pull-left >div dl,
#main .pull-left >div ul {
    display: none;
}

#main .pull-left >div dl {
    line-height: 32px;
    font-size: 15px;
    margin:10px 0;
    padding: 0;
    text-align: left;
    padding-left:50px;
}

#main .pull-left >div dl dt {
    font-weight: bold;
    
}

#main .pull-left >div dl dt a {
    color:#333333
}

.child {
    background: url(./img/fold2.png) no-repeat 85% 13px;
}

.child.active {
    background-position: 85% -23px;
}

#main .pull-left >div dl dd {
    display: none;
    margin: 0;
    text-align: left;
    padding-left: 15px;
    background: url(./img/point.png) no-repeat 3% 14px;
}

#main .pull-left >div dl dd a {
    color: #666666;
}

#main .pull-left >div ul {
    margin:10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#main .pull-left >div ul li {
	text-align:left;
    padding-left: 90px;
    background: url(./img/point.png) no-repeat 32% 50%;
    font-size: 15px;
    line-height: 32px;
}

#main .pull-left >div ul li a {
    color: #666666;
}

.on {
    background-color: #EAF9FD !important;
}

.on a {
    color: #1954A6 !important;
    font-weight: bold;
}


#y h2{
    font-size: 32px;
    color: #1A56A8;
    text-align: center;
    margin: 0;
}

#y >div {
    max-height: 940px;
    overflow: auto;
}

#e dt{
    border-bottom:1px solid #EEEEEE;
    padding:10px 0 30px;
    margin-bottom: 20px;
    font-size: 16px;
}

#e dt:after,
#e dd:after {
    content: '';
    display: block;
    clear: both;
}

#e dt a,
#e dt span,
#e dd p{
    float: left;
}
#e dd {padding: 0;margin: 0;line-height: 36px;height: 36px;}
#e dd span {
    float: right;
}

#e dt span {
    margin-left: 20px;
}

#e a {
    color: #666666;
}

#e span {
    color: #ccc;
}

#e dd p {
    width: 580px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}

#s {
    table-layout: fixed;
    border-collapse:collapse ;
    width: 100%
}

#s th,#s td {
    border: 1px solid #E5E5E5;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#s th {
    color: #fff;
    background-color: #1A56A8;
    line-height: 44px;
    font-size: 16px;
}
#s th.th_1{
	width:65px;
}
#s th.th_2{
	width:515px;
}

#s td {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}

#s,
#s a{
    color: #666666;
}

#s td:first-child {
    color: #333;
}

.even {
    background-color: #F5FCFE;
}

#l {
    margin: -20px;
}

#l h3 {
    border-bottom: 1px solid #EEEEEE;
}

#l h3 span {
    background-color: #1A56A8;
    display: block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

#l ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

#l ul li {
    height: 48px;
    line-height: 48px;
}

#l ul li a {
    color:#666666
}

#l ul li span {
    color: #CCCCCC;
    margin-left: 20px;
}

#xz h2,
#sq h2,
#download-table h2 {
    font-size: 32px;
    color: #1A56A8;
    text-align: center;
    margin: 0;
}

#sq button,
#download-table a {
    display: block;
    width: 112px;
    height: 32px;
    background-color: #1A56A8;
    border:0;
    outline:none;
    font-size:16px;
    color:#fff;
    padding: 0;
    margin:20px auto;
    line-height: 32px;
    border-radius: 4px;
    text-align: center;
}

#download-table a {
    margin-top: 40px;
}


.bz {
    font-size: 14px;
    line-height: 150%;
    color:#999999;
    margin-left: 10px;
}

#download-table img {
    display:block;
    margin:20px auto
}

.bz:after {
    content:'';
    clear:both;
    display: block;
}

.bz span {float: left;}
.bz div { float: left;}

.bz div p {margin: 0;}

.bz div p i {color:red;font-style: normal;}

.title {
    border-bottom: 1px solid #E5E5E5;
}

.title span {
    color: #1953A5;
    border-bottom: 3px solid #1A56A8;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
}

.rd {
    display: inline-block;
}

.rd  input {
    display:none
}

.rd  i {
    position: relative;
    display: inline-block;
    width: 18px;
    height:18px;
    border:1px solid #BBBBBB;
    border-radius: 50%;
    vertical-align: top;
    overflow: hidden;
}

.rd input:checked ~ i {
    border-color: #0055AE;
}

.rd input:checked ~ i:after {
    content:'';
    width:8px;
    height:8px;
    background-color: #0055AE;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left:-4px;
    margin-top:-4px;
}

.rd span {
    font-size: 16px;
    color: #666666;
    vertical-align: top;
    line-height: 18px;
}

.sb {
    text-align: center;
    margin: 30px 0;
}

.sb .rd {
    margin:0 20px
}

.form-line {
    margin-bottom: 30px;
}
.form-line:after  {
    content:'';
    display:block;
    clear:both;
}

.form-label {
    float:left;
    width: 185px;
    font-size:16px;
    color:#333333;
    height:36px;
    line-height:36px;
    text-align: right;
}
.form-label span{
	color:#D44031;
}

.form-label i {
    color:red
}

.form-control {
    float:left;
    width:400px
}

.form-control.small {
    width:105px
}

.form-control input[type='text']{
    border-radius: 4px;
    border:1px solid #E5E5E5;
    height:36px;
    line-height: 36px;
    font-size: 16px;
    display: block;
    width:100%;
    padding:0 10px;
    outline: none;
}

.btn {
    display: inline-block;
    width:106px;
    height:32px;
    outline: none;
    border:0;
    background: url(./img/upload.png) no-repeat 0 0;
    margin-top:2px;
    margin-left: 15px;
}
.btn ~ input {
    display: none;
}

.ts {
    margin:60px 0
}

.form-control .rd {
    margin-top:9px;
    margin-left: 18px;
}

.form-control.xs input {
    width:245px;
    display: inline-block;
    vertical-align: top;
}

.form-control.xs a {
    display: inline-block;
    width:112px;
    height:36px;
    background-color:#E5E5E5;
    margin-left:10px
}
.form-control.xs a img {
    display: block;
}

.form-control.xs  button {
    display: inline-block;
    height:36px;
    width:150px;
    background-color:#1A56A8;
    border:0;
    color:#fff;
    outline: none;
    font-size: 16px;
    cursor: pointer;
}

#wysq p {
    font-size:14px;
    color:#999999;
    margin-left: 80px;
}

.btn-group {
    text-align:center;
}

.btn-group button {
    display: inline-block;
    width:100px;
    height: 36px;
    font-size:16px;
    color:#fff;
    border:0;
    outline:none;
    background-color: #1A56A8;
    border-radius: 4px;
    margin:20px 10px;
    cursor: pointer;
    border:1px solid transparent
}

.btn-group button.reset{
   background-color: #D44031;
}
.btn-group button.white{
   background-color: #fff;
   color:#1A56A8;
   border-color:#1A56A8
}

#jdcx .form-line {
    width:400px;
    margin:30px auto
}

#jdcx .form-label {width:110px}
#jdcx .form-control  {width:280px}

#jdcx .form-control.xs input {
    width: 153px;
}
/*-----底部-----*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ th, td, /* table elements 表格元素 */ img /* img elements 图片元素 */ {border:medium none; margin: 0; padding: 0; list-style-type: none;}
.footer{width:100%;height:156px;background:#fff;border-top:6px #1A56A8 solid;}
.footer_main{width:905px;height:150px;padding-top:32px;margin:0 auto;}
.footer_logo{width:188px;float:left;}
.footer_logo a.footer_logo_a{width:52px;height:64px;background:url(../images/footer_logo.png) no-repeat;display:inline-block;float:left;margin:10px 0px 0px 3px;}
.footer_logo a.footer_wzzc_a{width:110px;height:55px;background:url(../images/footer_wzzc.png) no-repeat;display:inline-block;float:left;margin:16px 0px 16px 23px;}
.footer_con{float:left;margin-left:60px;display:inline-block;}
.footer_con h4{overflow:hidden;}
.footer_con h4 a{font:14px/34px "Microsoft Yahei";color:#1A56A8;float:left;display:inline-block;}
.footer_con h4 span{padding:0px 15px;font:14px/34px "Microsoft Yahei";color:#666;float:left;display:inline-block;}
.footer_con p{font:14px/24px "Microsoft Yahei";color:#333;}




@media screen and (max-width:1200px) {
	html{min-width:0px;}
	.banner{display:none!important;}
	.footer{display:none!important;}
	body {background: url(./img/banner.png) no-repeat 0 1.5rem #125fd1;background-size:100% auto;}
	
	.container {width: 100%;margin: 0 auto;}
	#logo h1{margin:.2rem auto;padding:0 .2rem;}
	#logo img{display: block;max-width: 100%;height: auto;width: 100%;}
	#logo span {right: -1.1rem;font-size: .22rem;}
	#logo span.span_2 {right: -1.1rem;}
	#logo span.span_3 {right: -1.1rem;}
	#logo span.span_4 {right: -1.3rem;}
	#logo span.span_5 {right: -1.5rem;}
	#logo span.span_6 {right: -1.7rem;}
	#logo span.span_7 {right: -1.9rem;}
	#logo span.span_8 {right: -2.1rem;}
	#logo span.span_9 {right: -2.3rem;}
	#logo span.span_10 {right: -2.5rem;}
	
	#box {background-color: #FAFAFA;width: 100%;margin:1.6rem auto 0;padding:.6rem 0px;}
	#search-box {background: url(./img/line.png) no-repeat 0 50%;background-size:100% auto;height: 1rem;}
	#search-box >div {background: url(./img/search.png) no-repeat 0 0;background-size:100% 1rem;width: 80%;height:1rem;margin: 0 auto;padding: 2px;}
	#search-box >div:after {content: '';display: block;clear: both;}
	#search-box >div input {float: left;height:.92rem;line-height:.92rem;outline: none;margin: 0 .1rem;border: 0;width: 80%;}
	#search-box >div button {float: right;background: url(./img/search_btn.png) center no-repeat;background-size:.6rem .6rem;width:15%;height:.92rem;border: 0;margin:0;}
	
	
	#main {margin-top:.8rem;}
	#main:after {content: '';display: block;clear: both;}
	
	.mobile_pull{position:fixed; left:-200px; top:0; bottom:0; z-index:99; width:200px!important;background:rgba(0,0,0,0.6);box-shadow:0 0 5px rgba(0,0,0,0.4); transition: all .3s; -webkit-transition:all .3s; }
	.mobile_pull_over{position:fixed; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,0.3); z-index:10; display:none;}
	.mobile_pull_icon{position:absolute; left:100%; bottom:0; z-index:13; width:40px; height:40px; background:url(./img/icon_jt.gif) no-repeat center center; background-color:rgba(0,0,0,0.6); border-radius:0 4px 0 0;   cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
	.mobile_pull_icon_open{transform: rotate(180deg); border-radius: 0 0 0 4px;}
	
	#main .pull-left {float: none;width: 200px;height:100%;overflow-x:hidden;position:relative;z-index:11;}
	#main .pull-right {float: none;width: 100%;background-color: #fff;border: 1px solid #EEEEEE;overflow: hidden;padding:.2rem;}
	#main .pull-left >div {background-color: #fff;border: 1px solid #EEEEEE;margin-bottom: 0;}
	#main .pull-left >div>a {display: block;width: 240px;height: 70px;position: relative;background: url(./img/icon.png) no-repeat 10px 15px;color: #1955A7;}
	#main .pull-left >div>a.menu-1{background-position: 10px -70px;}
	#main .pull-left >div>a.menu-2{background-position: 10px -155px;}
	#main .pull-left >div>a.menu-3{background-position: 10px -240px;}
	#main .pull-left >div>a.menu-4{background-position: 10px -330px;}
	
	
	#main .pull-left >div>a.active.menu{background-position:   -260px 15px;}
	#main .pull-left >div>a.active.menu-1{background-position: -260px -70px;}
	#main .pull-left >div>a.active.menu-2{background-position: -260px -155px;}
	#main .pull-left >div>a.active.menu-3{background-position: -260px -240px;}
	#main .pull-left >div>a.active.menu-4{background-position: -260px -330px;}
	#main .pull-left >div>a span {font-size: 23px;margin-left:60px;display: inline-block;width: 100px;line-height: 120%;margin-top: 7px;}
	#main .pull-left >div>a i {background: url(./img/fold.png) no-repeat 0 0;display: inline-block;width: 16px;height: 16px;vertical-align: top;margin-top: 26px;margin-left: 10px;}
	#main .pull-left >div>a.active i {background-position: right 0;}
	#y >div {max-height: 100%;overflow:hidden;}
	#e dd p {width:100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin: 0;}
	#s th.th_1{width:.8rem;}
	#s th.th_2{width:4rem;}
	#s td{padding:0 .2rem;}
	#l{margin:0;}
	#l ul li a{width:4.8rem;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display:inline-block;float:left;}
	#l ul li span{float:right;margin:0;}
	#download-table h2{font-size:.5rem;}
	#download-table img{width:100%;height:auto;}
	
	.form-label {width: 2.2rem;}
	.form-control {width:4.8rem;}
	.btn {margin-left: 2.2rem;}
	.form-control.xs input {width:2.2rem;}
	.form-control.xs button{width:112px;}
	#wysq p{margin-left:0rem;}
	.form-control .rd{margin-left:0;}
	
	#jdcx .form-line{width:100%;}
	#jdcx .form-label {width:2.2rem;}
	#jdcx .form-control{width:4.8rem;}
	#jdcx .form-control.xs input{width:2.2rem;}
	.form-control.xs a{margin:0;}
	
	.footer_768{background:#e5e5e5;padding:.43rem 0;}
	.footer_768 p{margin-left:2.4rem;font-size:.18rem;line-height:.32rem;color:#4b4b4b;}
	div.zjgf  {font-size:.14rem}
		div.zjgf a{
		    min-width: .28rem;
		    height: .28rem;
		    line-height: .28rem;
		}
		
		div.zjgf span.disabled {
		    width: .6rem;
		    height: .28rem;
		    line-height: .28rem;
		}
		div.zjgf a#next{
			width:.6rem;
		}
		div.zjgf span.current {
		   min-width: .28rem;
		    height: .28rem;
		    line-height: .28rem;
		}
		div.zjgf span#to_page {
		    min-width: 1.08rem;
		    height: .28rem;
		    line-height: .28rem;
		}
		
		div.zjgf button#to_btn {
		    width: .66rem;
		    height: .28rem;
		    line-height: .28rem;
		    color: #1a56a8;
		}
		.hidden-xs {display: none !important;}
	
}
@media screen and (max-width:830px) {
	#logo h1 {display: block;}
	#logo span {top: 1.3rem;right: 0.3rem !important;font-size: .22rem;height: auto;}
	
}
@media (min-width: 1201px) {
	.footer_768{display:none!important;}
	#page-newList .col-right {
			position: relative;
			height:721px;
		}
		
		#page-newList .pagetion {
			position: absolute;
			bottom:0;
			width:100%;
		}
}





