body {
    background: url(../images3/bg_gjcwj.png) no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
}

.hm1 {
    width: 93.3vw;
    margin: auto;
    padding-top: 10vw;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.hm1_2 {
    display: flex;
    width: 19.2vw;
    height: 5.1vw;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(0deg,
            rgba(166, 204, 243, 1) 0%,
            rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 0px 7px 2px rgba(21, 38, 151, 0.38);
    border-radius: 0.8vw;
}

.hm1_2 img {
    margin-right: 1vw;
    width: 2.9vw;
    height: 2.9vw;
}

.hm1_2 h1 {
    font-family: SourceHanSerifCN-Regular;
    font-size: 2.7vw;
    font-weight: bold;
    font-stretch: normal;
    line-height: 5.1vw;
    letter-spacing: 1px;
    color: rgba(16, 51, 134, 1);
}

.hm1_1 {
    display: flex;
    justify-content: space-between;
}

.hm1_3 {
    display: flex;
    align-items: center;
    width: 52.9vw;
    height: 5.1vw;
    background-image: linear-gradient(0deg,
            rgba(166, 204, 243, 1) 0%,
            rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 0px 7px 2px rgba(21, 38, 151, 0.38);
    border-radius: 0.8vw;
    position: relative;
}

.hm1_3 input {
    border-radius: 0.8vw;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    padding-left: 2.5vw;
    font-size: 2.4vw;
    font-weight: bold;
    color: rgba(16, 51, 134, 1);
}

.hm1_3 input::placeholder {
    font-family: SourceHanSerifCN-Regular;
    font-size: 2.4vw;
    font-weight: bold;
    line-height: 5.1vw;
    letter-spacing: 1px;
    color: rgba(16, 51, 134, 1);
}

.hm1_3 img {
    position: absolute;
    right: 1.3vw;
    width: 3.5vw;
    height: 3.5vw;
}







.tq_ma1 {
    text-align: center;
    height: 103.1vw;
    margin-bottom: 4vw;
    overflow-y: auto;
    margin-top: 3vw;
    background-color: rgba(255, 255, 255, .9);
    border: solid 0.1vw rgba(74, 235, 249, .9);
}

.tq_ma1 table {
    text-align: center;
    width: 100%;
}

.hm_ewm img {
    width: 100px;
    border: solid 1px rgba(74, 235, 249, 1);
    margin: 20px auto;
}

.hm_chaozuo a {
    display: block;
    width: 9.6vw;
    height: 3.3vw;
    background-image: linear-gradient(0deg,
            rgba(166, 204, 243, 1) 0%,
            rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 0px 9px 0px rgba(21, 38, 151, 0.38);
    border-radius: 1.7vw;
    margin: auto;
    font-family: SourceHanSerifCN-Regular;
    font-size: 2.1vw;
    line-height: 3.3vw;
    letter-spacing: 1px;
    color: rgba(16, 51, 134, 1);
}

.hm_chaozuo a:last-child {
    color: rgba(204, 0, 0, 1);
    margin-top: 2vw;
}

.tq_ma1 table .th1 {
    width: 21%;
}

.tq_ma1 table .th2 {
    width: 24%;
}

.tq_ma1 table .th3 {
    width: 13%;
}

.tq_ma1 table .th4 {
    width: 27%;
}

.tq_ma1 table .th5 {
    width: 15%;
    border-right: none;
}

.tq_ma1 table th {
    height: 9.2vw;
    font-size: 2.1vw;
    letter-spacing: 1px;
    color: rgba(0, 13, 255, 1);
    font-weight: normal;
    border-right: solid 2px rgba(74, 235, 249, 1);
    border-bottom: solid 2px rgba(74, 235, 249, 1);
}

.tq_ma1 tbody tr {
    height: 18.8vw;
    letter-spacing: 1px;
    color: #000000;
}

.tq_ma1 tbody tr td {
    font-size: 1.9vw;
    color: rgba(223, 0, 0, 1);
    border-right: solid 2px rgba(74, 235, 249, 1);
    border-bottom: solid 2px rgba(74, 235, 249, 1);
}

.tq_ma1 tbody tr td h1,
.tq_ma1 tbody tr td h2,
.tq_ma1 tbody tr td h3 {
    text-align: left;
    padding: 0 1.3vw;
    box-sizing: border-box;
}

.tq_ma1 tbody tr td:nth-child(4) h1 {
    width: 20vw;
    overflow: hidden;
}

.tq_ma1 tbody tr td img {
    width: 10.7vw;
    margin: auto;
    margin-bottom: 1.2vw;
    border: solid 1px rgba(74, 235, 249, 1);
}

.tq_ma1 tbody tr td div {
    text-align: left;
    padding-left: 2.4vw;
    box-sizing: border-box;
    margin-top: 1.9vw;
}

.tq_ma1 tbody tr td div a {
    margin-right: .1vw;
}

.tq_ma1 tbody tr td:last-child {
    border-right: none;
}

.tq_ma1 tbody tr:nth-child(n+3):nth-child(odd),
.tq_ma1 tbody tr:first-child {
    background-color: rgba(226, 250, 252, .25);
}

.tq_ma1 tbody tr .chakan {
    cursor: pointer;
    text-decoration: underline;
}