@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: 400;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

input::-ms-clear {
    display: none;
}

.clear {
    clear: both;
}

img {
    border: 0;
    outline: 0;
}

* {
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pcNone {
    display: none !important;
}

@page {
    size: landscape;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #c00;
}

.clear:after {
    display: table;
    content: "";
    clear: both;
}
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
}


input::-webkit-input-placeholder {
    color: #aaa;
}

input:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}



textarea::-webkit-input-placeholder {
    color: #aaa;
}

textarea:-moz-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder {
    color: #999;
}
textarea{
	font-family: "Microsoft YaHei";
}



/*头部大图*/
.jcjf_head{
	width: 100%;
	height: 440px;
	position: relative;
	background: url(jcjf_banner.png) center center no-repeat;
	background-size: cover;
	color: #fff;
}
.jcjf_head_w{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.nyb_logo{
	position: absolute;
	top: 40px;
	left: 100px;
}
.nyb_logo img{
	height: 56px; 
}
.jcjf_head_zt{
	text-align: center;
	padding-top: 140px;
}
.jcjf_head_font{
	position: absolute;
	left: 50%;
	top: 295px;
	transform: translate(-50%, -30%);
	
	color: #f8e48e;
	font-size: 22px;
	line-height: 200%;
	letter-spacing: 4px;
	white-space: nowrap;
}

.jcjf_menu{
	height: 70px;
	background: url(nyb_jcjf_menubg.png) top  repeat-x;
}
.jcjf_menu ul{
	width: 1100px;
	margin: 0 auto;
}
.jcjf_menu ul li{
	float: left;
	width: 32%;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 68px;
}
.jcjf_menu ul li a{
	color: #fff;
}
.jcjf_menu ul li a:hover{
	border-bottom: 2px solid #fff;
}


.jcjf_wraps{
	width: 1200px;
	margin: 0 auto;
}

.mt30{
	margin-top: 30px;
}
.mt56{
	margin-top: 56px;
}


.foot{
	background: url(nyb_footer_bg.jpg) bottom center no-repeat;
	background-size: 100% 100%;
	padding: 40px 0 40px;
	color: #000;
}
.foot_w{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.icon_dzjg{
	position: absolute;
	left: 60px;
	bottom: 40px;
}
.icon_jiucuo{
	position: absolute;
	right: 60px;
	bottom: 40px;
}
.foot_nav{
	text-align: center;
	line-height: 56px;
}
.foot_nav span{
	color: #aaa;
}
.foot_nav a{
	margin: 0 20px;
	font-size: 20px;
}

.foot .tbox{
	font-size: 16px;
	text-shadow:1px 1px 0px #fff;
	text-align: center;
	line-height: 200%;
}
.foot .tbox a{
	color: #00e;
}
.foot .tbox a:hover{
	color: #c00;
}
.foot .tbox span{
	margin: 0 20px;
}
.foot .tbox img{
	vertical-align: middle;
	margin-right: 5px;
}
.beian{
	padding-left: 30px;
	
}


/*分页*/

.jcjf_page {
    text-align: center;
    position: relative;
    z-index: 11;
    margin: 40px 0;
    font-size: 0px;
}

.jcjf_page_s {
    display: inline-block;
}

.jcjf_page a {
    cursor: pointer;
    margin-left: 5px;
    padding: 0 8px;
    min-width: 40px;
}

.jcjf_page a,
.jcjf_page span,
.jcjf_page .txt {
    height: 40px;
    line-height: 40px;
    border: 1px solid #d1d1d1;
    color: #2d2d2d;
    border-radius: 2px;
    /* display: inline-block; */
    font-size: 16px;
    float: left;
}
.jcjf_page a:hover {
    color: #fff;
    border: 1px solid #c00;
    background: #a00;
}

.jcjf_page .cur {
    color: #fff;
    border: 1px solid #c00;
    background: #c00;
}

.jcjf_page span {
    border: none;
}

.jcjf_page .txt {
    width: 16px;
}

.jcjf_page #num {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 55px;
    vertical-align: top;
    font-size: 18px;
    background: 0;
    float: left;
}

.jcjf_page font {
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-size: 0;
    float: left;
}
.jcjf_page font span{
    font-size: 16px;
}
.jcjf_page font i {
    padding-bottom: 2px;
    display: inline-block;
}
.jcjf_page .sp1{
    padding: 0 7px;
}
.jcjf_page .sp2{
    margin-left: 5px;
}
.jcjf_page #go {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    border: none;
    background-color: #c00;
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
    width: 57px;
    margin-left: 22px;
    float: left;
}