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

div,
p,
ul,
li,
a,
img {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.main{
    margin-bottom: 50px;
}
  .gjzq{
    display: block;
    height: 240px;
  }
  .gjzq img{
    display: block;
    height: 100%;
    width: 100%;
  }
.kybt_sds{
    width: 100%;
    height: 240px;
    margin-bottom: 50px;
    background: url(kytb_banner.jpg) no-repeat center;
}
.ljjr_box{
    position: relative;
    width: 100%;
    height: 100%;
}
.ljjr {
    width: 238px;
    height: 70px;
    background: url(ljjr.png) no-repeat center;
    position: absolute;
    top: calc((100% - 70px) / 2 );
    right: 100px;
    color: #fff;
    font-size: 26px;
    line-height: 70px;
    padding-left: 50px;
}
.ljjr:hover{
    color: #fff !important;
}
.qytb_tit {
    margin-bottom: 50px;
    text-align: center;
}

.qytb_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qytb_list li {
    width: calc((100% - 50px) / 2);
    height: 250px;
    position: relative;
    margin-bottom: 55px;
}
.qytb_list li a{
    display: block;
}
.qytb_list li span {
    position: absolute;
    width: calc(100% - 120px);
    height: 76px;
    line-height: 76px;
    font-size: 28px;
    left: 60px;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 12px #b5b5b529;
    text-align: center;
    color: #fff;
}


  .qytb_list li:nth-child(1) span{
    background: #e0986e;
  }
  .qytb_list li:nth-child(2) span{
    background: #3b7fc2;
  }
  .qytb_list li:nth-child(3) span{
    background: #609f16;
  }
  
   .qytb_list li:nth-child(4) span{
    background: #776399;
  }
  
.qytb_list li:nth-child(5) span{
    background-color: #42afe4;
}
.qytb_list li:nth-child(6) span{
    background-color: #eeb32a;
}
.qytb_list li:nth-child(7) span{
    background-color: #6974e0;
}
.qytb_list li:nth-child(8) span{
    background-color: #2fb4fa;
}
.qytb_list li:nth-child(9) span{
    background-color: #468e23;   
}
.qytb_list li:nth-child(10) span{
    background-color: #8ba872;   
}
.qytb_list li:nth-child(11) span{
    background-color: #d8a3b1;   
}
.qytb_list li:nth-child(12) span{
    background-color: #428ccb;   
}
.qytb_list li:nth-child(13) span{
    background-color: #6f97c6;   
}
.qytb_list li:nth-child(14) span{
    background-color: #52a5ea;   
}
.qytb_list li:nth-child(15) span{
    background-color: #53a7e4;   
}

.qytb_list li:nth-child(16) span{
    background-color: #2c877f;   
}
.qytb_list li:nth-child(17) span{
    background-color: #6c99c3;   
}







.qytb_list li:nth-last-child(-n+3) {
    margin-bottom: 25px;
}

.jnpageold .qytb_tit{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.jnpageold  .qytb_list li{
    width: 800px;
    height: 345px;
    margin: 0 auto;
    margin-bottom: 45px;
}
.jnpageold  .qytb_list li img{
    width: 100%;
    height: auto;
}

.jnpageold  .qytb_list li span{
    height: 90px;
    line-height: 90px;
    font-size: 30px;
}