@media screen and (max-width: 1200px) {
    .pc-title-logo{
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 1rem !important;
        width: 100% !important;
        padding: 0 0 0 0.3rem !important;
    }
    .pc-imgfit-left{
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .pc-left-logo{
        height: 0.7rem !important;
        width: 2.24rem !important;
    }
    .pc-rightitem{
        margin-left: 0.15rem;
    }
    .pc-rightitem a{
        font-size: 0.38rem !important;
        margin-right: 0.2rem !important;
    }
    .pc-rightitem a:hover{
        color: #2e83e3;
        text-decoration: none;
    }
    .banner-info{
        width: 96% !important;
    }
    .banner-title {
        width:6rem !important;
        height: 1rem !important;
        font-size: 0.45rem !important;
        margin-top: 0.5rem !important;
        border-radius: 0.8rem !important;
    }
    .banner-img{
        margin: -2% auto 8% auto !important;
    }
    .banner-bottom{
        height: 1rem !important;
        border-radius: 0.12rem !important;
    }
    .banner-bottom a{
        font-size: 0.3rem !important;
    }
    .banner-bottom a:nth-child(2) {
        border-radius: 0.12rem !important;
    }
    .mode-one-center{
       width: 95% !important;
    }
    .mode-one-info{
        margin-top: 1rem !important;
    }
    .mode-one-title{
        margin-top: 0 !important;
        font-size: 0.88rem !important;
    }
    .mode-one-content{
        margin: 0.93rem auto !important;
    }
    .mode-one-content-time{
        margin: 0.93rem auto !important;
    }
    .mode-three-content{
           border: 0.2rem solid #f70f0b !important;
    }
    .item-top{
        width: 100%;
        font-size: 0.36rem !important;
        border-radius: 0.44rem !important;
        padding: 0.1rem 0.1rem !important;
    }
    .item-bottom{
        font-size: 0.375rem !important;
    }
    .mobile{
        display: flex !important;
    }
    .pc{
        display: none !important;
    }
    .mode-one-content-item-img{
        display: none !important;
    }
    .mode-one-content-item .img2{
        display: none !important;
    }
    .mode-one-content-item{
        width: 22% !important;
        margin: 1.5%;
    }
    .mode-one-content table{
        font-size: 0.375rem !important;
        margin: 0.1rem !important;
        border-radius: 0.1rem !important;
    }
    .mode-one-content table th {
        line-height: 0.8rem !important;
        font-size: 0.375rem !important;
        padding: 0.4rem 0.1rem !important;
    }
    .mode-one-content table td {
        line-height: 0.8rem !important;
       padding: 0.4rem 0.1rem !important;
    }
    .mode-one-content .detailButton {
        width: 1.5rem !important;
        height: 0.8rem !important;
        border-radius: 0.4rem !important;
    }
    .bkzn{
        width: 100% !important;
        padding: 0.3rem !important;
    }
    .bkzn-info{
        border-radius: 0.2rem !important;
        padding: 0.3rem !important;
    }
    .xuhao{
        font-size: 0.5rem !important;
        width: 0.8rem !important;
        height: 0.8rem !important;
    }
    .question{
        font-size: 0.375rem !important;
    }
    .bkzn-bottom{
        font-size: 0.4rem !important;
        margin-bottom: 0.48rem !important;
    }
}
* {
    margin: 0;
    padding: 0;
}
body,html{
    width: 100%;
    height: auto !important;
}
.pc-title-logo{
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 150px;
}
.pc-imgfit-left{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pc-left-logo{
    height: 35px;
    width: 114px;
}
.pc-rightitem{
    display: flex;
    flex-direction: row;
}
.pc-rightitem a{
    color: #333;
    font-size: 16px;
    text-decoration: none;
    margin-right: 20px;
}
.pc-rightitem a:hover{
    color: #2e83e3;
    text-decoration: none;
}
.banner{
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("/static/home/img/gkbk-bg.jpg") no-repeat;
    background-size: 100% 100%;
    
}
.banner-info{
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.banner-title{
    width: 350px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    border:  1px solid #fff;
    font-weight: 600;
}
.banner-img{
    width: 100%;
    margin: -2% auto 8% auto;
    content: url("/static/home/img/banner-img.png");
}
.banner-bottom{
    width: 100%;
    height: 70px;
    border-radius: 18px;
    filter: drop-shadow(0px 6px 15px #FD540F);
    background-color: #fff;
    border: 2px solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -5%;
    
}

.banner-bottom a{
    width: 16.667%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #F12B02;
    font-size: 20px;
    color: #444;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.banner-bottom a:hover{
    text-decoration: none;
}
.banner-bottom a:first-child {
    border-right: none;
}
.banner-bottom a:last-child {
    border-right: none;
}
.banner-bottom a:nth-child(2) {
    height: 100%;
    border-right: none;
    border-radius: 16px;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.33));
    background-image: linear-gradient(0deg, #EE3808 0%, #ffbd5b 100%);
    border: 1px solid #ffffff;
    color: #fff;
}
.content-bg{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mode-one-bg{
    width: 100%;
    display: flex;
    flex-direction: column;
     background: linear-gradient(to bottom, #fae6dd, #fdfbfa);
     margin-top: 10px;
}
.mode-one-center{
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.mode-one-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
   
}
.mode-one-title{
    width: 100%;
    font-size: 48px;
    color: #D70601;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
/*.mode-one-title:before{
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin: auto 15px ;
    position: relative;
    width: 48px;
    height: 48px;
    background: url(/static/zt/img/bkzd-one-icon.png) no-repeat center;
}
 .mode-one-title:after{
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin: auto 15px;
    position: relative;
    width: 52px;
    height: 40px;
    background: url(/static/zt/img/sk-right.png) no-repeat center;
} */
.mode-one-content{
    width: 96%;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* background: #FD540F; */
}
.mode-one-content-time{
    width: 96%;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* background: #FD540F; */
}
.mode-one-content-item{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 15%;
}
.mode-one-content-item-img{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 6.25%;
}
.item-top{
    font-size: 14px;
    color: #fff;
    background: linear-gradient(to right, #FA3508, #D70601);
    border-radius: 24px;
    padding: 5px 30px;
    box-sizing: border-box;
}
.mode-one-content-item a{
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
.mode-one-content-item a:hover{
    text-decoration: none;
}
.mode-one-content-item-img .img1{
    width: 34px;
    height: 34px;
    content: url(/static/zt/img/gkbk-right.png) ; 
    margin: 0 15px;
}
.mode-one-content-item .img2{
    width: 34px;
    height: 34px;
    content: url(/static/zt/img/gkbk-bottom.png) ; 
    margin: 20px 0;
}
.mode-one-content-item-img .img3{
    width: 34px;
    height: 34px;
    content: url(/static/zt/img/gkbk-left.png) ; 
    margin: 0 15px;
}
.item-bottom{
    font-size: 14px;
    color: #666;
    
}
.mode-one-content table {
    width: 96%;
    font-size: 16px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 10px;
    background: #fff;
}

.mode-one-content table th {
    border: 1px solid #bc0113;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #eeeded;
    padding: 20px 5px;
    box-sizing: border-box;
}

.mode-one-content table tr:hover {
    background: #ffeaea;
}
.mode-one-content table td {
    border: 1px solid #bc0113;
    line-height: 40px;
    text-align: center;
    padding: 20px 5px;
    box-sizing: border-box;
    /* background: #fff; */
}
.mode-one-content .table-left {
    border-left-color: #fff;
}
.mode-one-content .table-right {
    border-right-color: #fff;
}
.mode-one-content .detailButton {
    width: 100px;
    height: 40px;
    background: #f14141;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mode-one-content .detailButton:hover {
    background: #ff7520;
}
.mode-one-content .pc-zw-a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.mode-two-bg{
    width: 100%;
    display: flex;
    flex-direction: column;
     background: linear-gradient(to right, #f70f0b, #f52e2e);
     margin-top: 10px;
}
.mode-two-title{
    color: #e6eb06;
}
.mode-two-content{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mode-three-content{
    border: 10px solid #f70f0b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bkzn{
    display: flex;
    width: 48%;
    align-items: center;
    
    padding: 15px;
    box-sizing: border-box;
}
.bkzn a{
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.bkzn-info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f70f0b;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.bkzn a:hover{
    text-decoration: none;
}
.xuhao{
    color: #D70601;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 40px;
    height: 40px;
    background: url(/static/zt/img/gkbk-xuhao.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 1%;
}
.question{
    font-size: 16px;
    color: #fff;
    width: 90%;
}
.bkzn-bottom{
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.mobile{
    display: none;
}
.mode-four-content{
    border: none;
}
.mode-four-content .pc-foot{
    box-shadow: 0 0 5px rgba(248, 215, 215, 0.2);
}

.mode-four-content .pc-zk-hz{
    background: linear-gradient(0deg, #EE3808 0%, #ffbd5b 100%) !important;
}
.mode-four-content .pc-foot-zk a:hover{
    background: linear-gradient(0deg, #EE3808 0%, #ffbd5b 100%) !important;
}

.mode-four-content .m-foot{
    box-shadow: 0 0 5px rgba(248, 215, 215, 0.2);
}

.mode-four-content .m-zk-hz{
    background: linear-gradient(0deg, #EE3808 0%, #ffbd5b 100%) !important;
}
.mode-four-content .pc-foot-zk a:hover{
    background: linear-gradient(0deg, #EE3808 0%, #ffbd5b 100%) !important;
}