a{
    text-decoration: none;
  }
  li{
    list-style-type: none;
  }
  body, .main {
    background-color: #fff;
}
.main {
    margin: 0px auto;
}
.tishikuang {
    display: none;
}
.tishikuang > h2 {
    box-shadow: 0 20px 40px rgb(92 196 255 / 40%);
    animation: shanshuo 5s infinite alternate;
}
.tishikuang > h2 p {
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 1em;
}
.tishikuang > h2 {
    position: absolute;
    padding: 4% 5% 3%;
    left: 50%;
    top: 50%;
    width: 50%;
    background-color: #fff;
    border-radius: 5px;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
}
.tishikuang > h2 .close {
    text-align: center;
}
.tishikuang > h2 a {
    display: inline-block;
    background-color: #5CC4FF;
    color: #fff;
    font-size: 26px;
    border-radius: 5px;
    line-height: 200%;
    padding: 0 1em;
}

.gx_aqjg_box{
    width: 65%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 50px;
}
.aqjg_img{
    width: 100%;
    height: auto;
}
.aqjg_img img{
    width: 100%;
}
.aqjg_t{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aqjg_btn1{
    position: absolute;
    top: 20.5%;
    left: 13%;
    width: 3%;
    height: .8%;
    padding: 0 10px;
    color: #807e81;
    font-size: 12px;
    font-weight: bold;
    border-radius: 14px;
    border: 2px solid #25DE85;
    background-color: transparent;
    animation: movea 0.8s infinite alternate-reverse;
}
.aqjg_btn2{
    position: absolute;
    top: 20.5%;
    left: 20%;
    width: 3%;
    height: .8%;
    padding: 2px 10px;
    color: #807e81;
    font-size: 12px;
    font-weight: bold;
    border-radius: 14px;
    border: 2px solid #34E2FF;
    background-color: transparent;
    animation: movea 0.8s infinite alternate-reverse;
}
.aqjg_btn3{
    position: absolute;
    top: 18%;
    left: 28.2%;
    width: 5%;
    height: 1%;
    padding: .2% 1% !important;
    color: #807e81;
    font-size: 16px;
    font-weight: bold;
    border-radius: 14px;
    border: 2px solid #F7C33C;
    background-color: transparent;
    animation: movea 0.8s infinite alternate-reverse;
    backdrop-filter: blur(10px)
}
.aqjg_btn4{
    position: absolute;
    top: 20.5%;
    left: 40%;
    width: 3%;
    height: .8%;
    padding: 0 10px;
    color: #807e81;
    font-size: 12px;
    font-weight: bold;
    border-radius: 14px;
    border: 2px solid #25DE85;
    background-color: transparent;
    animation: movea 0.8s infinite alternate-reverse;
}
.aqjg_btn5 {
    position: absolute;
    top: 18.8%;
    left: 51%;
    width: 8%;
    height: 1%;
    padding: .2% 1% !important;
    color: #807e81;
    font-size: 16px;
    font-weight: bold;
    border-radius: 14px;
    border: 2px solid #15D9FD;
    background-color: transparent;
    animation: movea 0.8s infinite alternate-reverse;
    backdrop-filter: blur(10px);
}
.aqjg_btn6{
    position: absolute;
    top: 21%;
    left: 67%;
    width: 5%;
    height: 1%;
    padding: 0 10px;
    color: #807e81;
    font-size: 14px;
    font-weight: bold;
    border-radius: 14px;
    border: 2px solid #34E2FF;
    background-color: transparent;
    animation: movea 0.8s infinite alternate-reverse;
}
.aqjg_btn7 {
    position: absolute;
    display: inline-block;
    width: 1.4%;
    height: .5%;
    border-radius: 12px;
    border: 2px solid #0963C5;
    animation: movea 0.8s infinite alternate-reverse;
}

.aqjg_btn1 svg,.aqjg_btn2 svg,.aqjg_btn3 svg,.aqjg_btn4 svg,.aqjg_btn5 svg,.aqjg_btn6 svg,.aqjg_btn7 svg{
    width: 100%;
    height: 100%;
}
.aqjg_t a {
    padding: 0 8px;
    display: block;
    line-height: 0;
    font-size: 0;
    animation: movea 0.8s infinite alternate-reverse;
}
.aqjg_t a {
    padding: 0 .7%;
    display: block;
    line-height: 0;
    font-size: 0;
    animation: movea 0.8s infinite alternate-reverse;
    box-sizing: content-box;
}
.dw_1{
    top: 18.6%;
    left: 93%;
}
.dw_2{
    top: 20.4%;;
    left: 93%;
}
.dw_3 {
    top: 21.4%;
    left: 93%;
}
.dw_4 {
    top: 22.2%;
    left: 93%;
}
.ymsimg {
    width: 90%;
    margin: 0 auto 20px;
}

.ymsimg img {
    display: block;
    width: 100%;
    object-fit: cover;
}
@keyframes movea{
    0% {
        box-shadow: 0 0 2px 0 #a8a8a840;
    }
    50% {
        box-shadow: 0 0 5px 5px #a7a7a760;
    }
}
@media screen and (max-width: 786px) {
    @keyframes movea {
        0% {
            box-shadow: 0 0 2px 0 #a8a8a840;
        }
        50% {
            box-shadow: 0 0 2px 2px #a7a7a760;
        }
    }
    .gx_aqjg_box {
        width: 96%;

        margin-top: 100px;
    }
    .aqjg_btn7 {
        border: 1px solid #0963C5;
    }

    .tishikuang h2 {
        max-height: 80%;
        overflow: auto;
    }
    .tishikuang > h2 div:nth-child(1) {
        max-height: 60%;
        overflow: auto;
    }
    .tishikuang > h2 p {
        font-size: 14px;
        line-height: 150%;
    }
    .tishikuang > h2 a {
        font-size: 18px;
    }
    .tishikuang > h2 {
        width: 80%;
    }
    
}

