@font-face {
    font-family: "ysbt";
    src: url('../../fonts/ysbt.ttf');
}
.header{
    background: url(../images/cyjq/header.png) center center no-repeat;
    height: 684px;
}
.header .banner{
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
}
.grid h3{
    background: url("../images/cyjq/h3_bg.png") center center no-repeat;
    height: 62px;
    text-align: center;
    position: relative;
}
.grid h3>a{
    font-family: "ysbt";
    font-size: 48px;
    line-height: 36px;
    color: #197deb;
    display: block;
}
.grid h3 .gd{
    position: absolute;

    right: 0;
    bottom: 0px;
}
.grid h3 .gd a{
    font-size: 16px;
    color: #5a7eac;
}
.p1 .pics{
    position: relative;
}
.p1 .col-md-4{
    margin-bottom: 20px;
}
.p1 .pics img{
    display: block;
    width: 100%;
    height: 210px;
}
.p1 .pics p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 100px);
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}
.p1 .pics-text{
    background: #ffffff;
    border: 1px solid #3e8ff6;
    border-top: none;
    font-size: 18px;
    line-height: 26px;
    padding: 16px 18px;
}
.bg{
    background: #e9f5fe;
    padding-top: 40px;
    padding-bottom: 1px;
}
.p5 h4{
    position: relative;
    padding-left: 24px;
    font-size: 30px;
    font-weight: bold;
    color: #197deb;
    margin-bottom: 30px;
}
.p5 h4:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: #d8a958;

}
.supply-table-box {
    width: 100%;
    margin-bottom: 35px;
}
.supply-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.supply-table th,
.supply-table td {
    padding: 10px 10px;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.supply-table tbody tr {
    border: 1px solid #ddd;
}
.supply-table th {
    background: url("../images/cyjq/th_bg.png") center center no-repeat;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    padding: 0px 10px;
}

.supply-table tr:hover {
    background: #f5f7fa;
}

/* 固定表头 + 滚动区域 */
.header-table {
    margin-bottom: 0;
}
.table-body-scroll {
    height: 280px;
    overflow: hidden;
    border-top: none;
}
tbody tr td:nth-child(1){
    width: 30%;
}
tbody tr td:nth-child(2){
    width: 15%;
}
tbody tr td:nth-child(3){
    width: 55%;
}

.pics{
    border: 1px solid #23ceff;
}
.p6{
    margin-bottom: 30px;
}
.p6 .pics-text{
    border: none;
    border-left:1px solid #23ceff;
    background: url("../images/cyjq/pics_list.png") right bottom no-repeat;
}
.p6 .date{
    font-size: 16px;
    color: #6f6f6f;
    line-height: 26px;
    display: block;
    margin-top: 10px;
}
.p7 .col-md-6{
    margin-bottom: 20px;
}
.text_list{
    background: #ebf5ff;
    border-bottom: 2px solid #1861de;
    padding: 22px 30px;
}
.text_list a{
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
}
.text_list a:hover{
    color: #197deb;
}
.p7 img{
    display: block;
    width: 100%;
    border-radius: 12px;
}
.p7 .grid a{
    border-radius: 12px;
}
.bg2{
    background: url("../images/cyjq/bg2.png") left bottom no-repeat;
    padding-bottom: 30px;
}
.grid a{
    display: block;
    overflow: hidden;
}

.grid img{
    display: inline-block;
    transition: transform 0.3s ease;
}

.grid img:hover{
    transform: scale(1.03);
    transition: all .3s;
}
@media (max-width: 992px) {
    .header{
        height: 540px;
    }
    .p6 .pics-text{
        background-size: 100%;
    }
    .p1 .pics img{
        height: auto;
    }
}
@media (max-width: 768px) {
    .header{
        height: 420px;
    }
    .supply-table th{
        height: 88px;
        background-size: 100% 100%;
    }
}
@media (max-width: 480px) {
    .header{
        height: 275px;
    }
    .header .banner {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
    tbody tr td:nth-child(1),thead tr th:nth-child(1){
        width: 35% !important;
    }
    tbody tr td:nth-child(2),thead tr th:nth-child(2){
        width: 25% !important;
    }
    tbody tr td:nth-child(3),thead tr th:nth-child(3){
        width: 40% !important;
    }
    .grid h3>a{
        font-size: 40px;
    }
    .p1 .pics p{
        font-size: 18px;
    }
    .p1 .pics-text{
        font-size: 16px;
    }
    .p6{
        padding-top: 30px;
    }
    .p5 h4{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .supply-table th{
        font-size: 18px;
    }
    .supply-table td{
        font-size: 16px;
    }
    .p7 .text_list{
        padding: 15px 20px;
    }
    .text_list a{
        font-size: 16px;
        line-height: 26px;
    }

}
