@charset "utf-8";
body { min-width: 1200px;}
/*登录*/
#login_warp{background: url(../images/login.jpg) center top no-repeat; width:1355px; height:796px; margin:0 auto; margin-top:3%;}
.login{ text-align: center; margin-top:270px;width:400px; float:right; margin-right:140px;}
.login_p{width:100%; margin-bottom:70px;}
.login_p input{ width:100%; border:none; background:none;padding:0px; height:50px;padding-left:15px;}
/*头部*/
#header_main { background: #383232; }
#header {}
#header_name { float: left; }
#header_name h1 { color: #F7F9FA; margin-left: 20px; }
#header_menu { float: right; text-align: right; margin-right: 20px;margin-top: 10px; }
.a_btn {border-radius: 4px; background: #fff; border-color: #ccc; cursor: pointer;}
#header_menu a { color: #30323A;padding:8px;line-height: 67px; }
#header_menu a:hover {text-decoration: none; }
/*左边*/
#side_bar { text-align: center;border-top:2px solid #fff;}
#side_bar dl { }
#side_bar dt { font-weight: bold;color: #616161; padding:15px 0;}
#side_bar dd {line-height: 30px;}
#side_bar dd a { display: block; color: #616161; padding: 8px 0; }
#side_bar dd a:hover { background: #FD772E; color: #fff; text-decoration: none;}
#side_bar dd .current_navigation { background: #FD772E; color: #fff; text-decoration: none;}
/*主体*/
#content_main { background: #EFEFEF;}
#content {width: 100%;}
#left { float: left; width: 10%; margin-right:1%;background: #fff;}
#right { float: left; width: 89%; background: #fff;}
.content_h { border-bottom: 2px solid #E3E3E3; margin: 0 0px 5px 0px; }
.content_h h2 {margin-left:15px;}
.content_hb { }
.content_b { }
.content_f { }
/*底部*/
#footer_main { background: #EFEFEF;}
#footer { }
#footer p { color: #ccc; text-align: right; padding-right: 20px; }
.nfy{display: flex;justify-content: space-between; margin-top:20px; padding-bottom:20px;}
.nfy .l,.nfy .r{display: flex;}
.nfy .l .now{width: 50px;height:30px;margin-right: 8px; border-radius: 5px; font-size:14px;line-height: 30px;text-align: center;color: #fff; background: #ff0000;}
.nfy .l a{display: block;width: 50px;height: 30px;margin-right: 8px;border-radius: 5px; font-size: 14px;line-height: 30px;text-align: center;color: #fff; background: #cdcdcd;}
.nfy .l a:hover{background: #ff0000;}
.nfy .r .fysx{position: relative;height: 30px;border-radius: 5px;background: #ff0000;}
.nfy .r .fysx a{position: relative;z-index: 2; display: block;width: 100%;height: 100%;}
.nfy .r .fysx .fytb{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.nfy .r .fysx .current{font-size: 0;}
.nfy .r .fyt{width: 50px;margin-right: 8px;  }
.nfy .r .fyb{width: 80px; }
.nfy .r .fyt .fytb{transform: translate(0,0);display: block;left: 20px;top:6px;}
.nfy .r .fyb .fytb{font-size:14px;color: #fff;}
.nfy .r .fyt .p1,.nfy .r .fyb .p1{font-size: 0px;}

/* 分页 */
.wack1{ float:left; width:100%; padding:60px 0 80px 0; text-align:center;}
.pz_fy{ display:inline-block; *display:inline; *zoom:1;}
.pz_fy a { float:left; width:38px; height:38px; line-height:38px;  border-radius:38px; -moz-border-radius:38px; -webkit-border-radius:38px; border: #e2e2e2 1px solid; color:#272727; font-size:14px; font-family:Arial; margin:0 5px; text-align: center;}
.pz_fy a:hover,
.pz_fy a.on{color:#fff; border:#FC3939 1px solid; background-color:#FC3939;}
.pz_fy .l_fy{ background:url(images/h_img3.png) center no-repeat; width:100px; display:inline-block; *display:inline; *zoom:1;}
.pz_fy .r_fy{ background:url(images/h_img2.png) center no-repeat; width:100px; display:inline-block; *display:inline; *zoom:1;}
.pz_fy .l_fy:hover{ background:url(images/h_img3_1.png) center no-repeat #FC3939;}
.pz_fy .r_fy:hover{ background:url(images/h_img2_1.png) center no-repeat #FC3939;}

@media  screen and (max-width:1023px){
.wack1{padding:30px 0;}	
.fy_pc{ text-align:center; font-size:14px; color:#272727; padding:5px 0;}
.fy_pc a{ padding:5px 25px; color:#fff; border:solid 1px #f1b71a; background:#f1b71a; border-radius:16px; overflow:hidden;}
.fy_pc span{ padding:5px 20px; color:#272727;}
}