@charset "utf-8";
/* CSS Document */
.gknb_body { background: #fff url("../images/gknb_bg.jpg") top center no-repeat; }
.gknb_banner { height: auto; position: relative; }
.gknb_banner .img_title { display: none; }
.zt-logo { position: absolute; top: 19px; }
.zt-logo img { max-width: 100%; }

.wza-black-white.gknb_body, .wza-blue-yellow.gknb_body, .wza-yellow-black.gknb_body, .wza-yellow-blue.gknb_body { background-image: none; }
.zt_right { position: absolute; top: 15px; right: 0; }
.zt_right li { float: left; margin-left: 10px; }
.zt_right li a { display: block; background: rgba(255,255,255,.8); color: #333; border-radius: 4px; font-size: 15px; height: 30px; line-height: 30px; padding: 0 15px; }
.zt_right li a.hygq_goback:hover { color: #d00; }
.zt_right li.sjk a { color: #d60000; }

.zt_ban img { max-width: 100%; }

.gknb_title { height: 55px; margin-top: -115px; overflow: hidden; }
.gknb_title li { float: left; position: relative; z-index: 0; height: 55px; width: 171px; }
.gknb_title li a {
    display: block;
    width: 214px;
    text-align: center;
    color: #666;
    font-size: 28px;
    line-height: 54px;
    height: 55px;
    font-weight: bold;
    background: url("../images/gknb_titbg.png") right 0 no-repeat;
    position: absolute;
    top: 0;
    left: -38px;
}
.gknb_title li.num1 a{
    left: -22px;
}
.gknb_title li.num1 { z-index: 51; }
.gknb_title li.num2 { z-index: 50; }
.gknb_title li.num3 { z-index: 49; }
.gknb_title li.num4 { z-index: 48; }
.gknb_title li.num5 { z-index: 47; }
.gknb_title li.num6 { z-index: 46; }
.gknb_title li.num7 { z-index: 45; }
.gknb_title li.num8 { z-index: 44; }
.gknb_title li.active a { background-position: right -55px; }
.gknb_title li.active a { color: #fff; }


.gknb_content { background: #fff; box-shadow: rgba(159, 112, 0, 0.2) 0 0 20px 0; padding: 30px 40px 0; position: relative; z-index: 3; }
.gknb_tit { height: 47px; background: url("../images/gknbtelbg.gif") left 22px repeat-x; text-align: center; line-height: 0; font-size: 0; }
.gknb_tit .tit { display: inline-block; position: relative; height: 47px; line-height: 46px; font-size: 28px; color: #d60000; background: #fff; padding: 0 32px; }
.gknb_tit i.bgl { position: absolute; width: 2px; height: 14px; top: 50%; margin-top: -7px; left: 0; background: url("../images/gknbtelbg1.gif") left center no-repeat; }
.gknb_tit i.bgr { position: absolute; top: 50%; margin-top: -7px; right: 0; width: 2px; height: 14px; background: url("../images/gknbtelbg1.gif") right center no-repeat; }

.gknb_list { padding: 0 0 30px; overflow: hidden; }
.gknb_list ul { width: 110%; }
.gknb_list li { float: left; }
.gknb_list li a { display: block; background: #f3f3f3; border: 1px #e4e4e4 solid; border-radius: 5px; height: 43px; line-height: 43px; font-size: 16px; transition: 0.4s all; text-align: center; width: 243px; margin: 20px 20px 0 0; padding: 0 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gknb_list li a:hover { background: #d60000; border-color: #d60000; color: #fff; }

.gknb_gov ul, .gknb_zxwz ul { width: 100%; text-align: center; }
.gknb_gov ul li, .gknb_zxwz ul li { display: inline; float: none; font-size: 0; line-height: 0; }
.gknb_gov ul li a { display: inline-block; margin-right: 0; }

.gknb_zxwz ul li a { display: inline-block; }
.gknb_zxwz ul li.num2 a { margin-right: 0; }

@media (min-width:992px) and (max-width:1199px) {
  .gknb_banner { padding-top: 40px; }
  .gknb_title { margin-top: -75px; }
  .gknb_list li a { width: 191px; }
  .gknb_title li{width: 141px;}
  .gknb_title li a{width: 186px;left: -34px;}
}
@media (max-width:991px) {
  .gknb_banner { padding-top: 40px; }
  .gknb_title { margin: 0 0!important; height: auto; }
  .gknb_title li { width:33.3%; }
  .gknb_title li  a { width: auto!important; font-size: 24px; background: #fefdfb; padding: 0; text-align: center; position: static; }
  .gknb_title li.active a { background: #d60000; }
  .gknb_content { padding: 25px 20px 0; }
  .gknb_list li a { width: 207px; }
}
@media (max-width:767px) {
  .gknb_banner { padding-top: 60px; }
  .zt-logo { position: static; max-width: 80%; margin: 0 auto; text-align: center; }
  .gknb_title { margin: 0 10px; }
  .gknb_title li  a { font-size: 20px; }
  .gknb_tit .tit { font-size: 24px; padding: 0 20px; }
  .gknb_content { padding: 15px 10px 0; }
  .gknb_list ul { width: 100%; }
  .gknb_list li { width: 48%; margin: 0 1%!important; }
  .gknb_list li a { width: auto; margin-right: 0; }
}


