.sjlx {
    width: 100%;
    height: auto;
}

.sjlx_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 20px;
}

.sjlx_content_1 {
    width: 30%;
    height: 200px;
    background-size: 100% 100%;
    position: relative;
}

.sjlx_content_bottom_1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 33%;
    text-align: center;
}

.sjlx_conbot_title {
    font-size: 15px;
    font-weight: 700;
    width: 65%;
    margin: 0 auto;
}

.sjlx_conbot_subtitle {
    width: 45%;
    border: 1px solid;
    height: 15px;
    line-height: 15px;
    margin: 10px auto;
}

.sjlx_subcontent_bottom {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    text-align: center;
    background-color: #d71518;
    color: white;
}

.sjlx_subcontent_bottom_title {
    width: 80%;
    height: auto;
    margin: 10px auto;
    font-size: 15px;
    border-bottom: 1px solid white;
}

.sjlx_subcontent_bottom_content {
    font-size: 12px;
}

.sjlx_content_1:hover .sjlx_subcontent_bottom {
    display: block;
}

.gjfg {
    width: 100%;
    height: auto;
    padding-top: 20px;
    overflow: hidden;
}

.gjfg_title {
    width: 100%;
    height: auto;
    text-align: center;
    color: white;
    font-size: 18px;
}

.gjfg_subtitle {
    width: 100%;
    height: auto;
    font-size: 15px;
    text-align: center;
    color: white;
}

.gjfg_redtitle {
    width: 120px;
    height: 24px;
    margin: 0 auto;
    color: white;
    text-align: center;
    line-height: 24px;
    background-color: #d71518;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.gjfg_img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.gjfg_img img {
    width: 120%;
    height: auto;
    object-fit: contain;
}

.biaoji_1 {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 20px;
    min-height: 20px;
    left: 13%;
    top: 25%;
}

.biaoji_1_yuandian {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00528e;
    animation: pulse 1.5s infinite;
}

.biaoji_1_img {
    display: none;
    width: 200px;
    height: 80px;
    position: absolute;
    top: -80px;
    left: -30px;
    z-index: 999;
}

.biaoji_1:hover .biaoji_1_img {
    display: block;
}

.biaoji_2 {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 20px;
    min-height: 20px;
    right: 33%;
    top: 25%;
}

.biaoji_2_yuandian {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00528e;
    animation: pulse 1.5s infinite;
}

.biaoji_2_img {
    display: none;
    width: 200px;
    height: 80px;
    position: absolute;
    top: -80px;
    left: -100px;
    z-index: 999;
}

.biaoji_2:hover .biaoji_2_img {
    display: block;
}

.biaoji_3 {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 20px;
    min-height: 20px;
    right: 11%;
    top: 25%;
}

.biaoji_3_yuandian {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00528e;
    animation: pulse 1.5s infinite;
}

.biaoji_3_img {
    display: none;
    width: 200px;
    height: 80px;
    position: absolute;
    top: 15px;
    left: -200px;
    z-index: 999;
}

.biaoji_3:hover .biaoji_3_img {
    display: block;
}

.biaoji_4 {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 20px;
    min-height: 20px;
    left: 27%;
    bottom: 28%;
}

.biaoji_4_yuandian {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00528e;
    animation: pulse 1.5s infinite;
}

.biaoji_4_img {
    display: none;
    width: 200px;
    height: 80px;
    position: absolute;
    top: -85px;
    left: -80px;
    z-index: 999;
}

.biaoji_4:hover .biaoji_4_img {
    display: block;
}

.biaoji_5 {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 20px;
    min-height: 20px;
    left: 52%;
    bottom: 46%;
}

.biaoji_5_yuandian {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00528e;
    animation: pulse 1.5s infinite;
}
.biaoji_5_img{
    display: none;
    width: 200px;
    height: 80px;
    position: absolute;
    top: -85px;
    left: -80px;
    z-index: 999;
}
.biaoji_5:hover .biaoji_5_img {
    display: block;
}
.sjxt{
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    padding-bottom: 30px;
}
.sjxt_kaung{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 82, 142, 0.7);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0, 82, 142, 0);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 82, 142, 0);
    }
}
.sjxt_jiantou{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sjxt_jiantou img{
    width: 30px;
    height: 50px;
}
.sjxt_content{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.sjxt_content_item{
    width: 100%;
    height: auto;
    max-width: 1170px;
    margin: 0 auto;
}
.sjxtcontent_itemleft{
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.sjxtcontent_itemleft img{
    width: 100%;
    height: auto;
}
.sjxtcontent_itemright{
    width: 100%;
    height: auto;
}
.sjxtcontent_itemtitle{
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 16px;
}
.sjxtcontent_itemcontent{
    width: 100%;
    padding-top: 10px;
    height: auto;
}
.sjxtcontent_itemcontent ul{
    width: 100%;
    height: auto;
}
.sjxtcontent_itemcontent ul li{
   font-size: 13px;
   line-height: 22px;
}
.hxjz{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: rgb(233, 234, 237);
}
.hxjz_subtitle{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 15px;
    color: #d71518;
    font-weight: 700;
    margin-top: -10px;
}
.hxjz_conkuang{
    width: 100%;
    max-width: 1170px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.jxkz_dange{
    width: 45%;
    max-width: 175px;
    height: auto;
    position: relative;
}
.jxkz_dange_chupeng{
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d71518;
    color: white;
}
.jxkz_dange_chupeng_kuang{
    padding-top: 10%;
    width: 81%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
.jxkz_dange_chupeng_title{
    font-size: 16px;
    font-weight: 700;
}
.jxkz_dange_chupeng_content{
    font-size: 13px;
    line-height: 21px;
}
.jxkz_dange:hover .jxkz_dange_chupeng{
    display: block;
}
.jxkz_dange img{
    width: 100%;
    height: auto;
}
.jxkz_dange_bootom{
    position: absolute;
    width: 100%;
    height: auto;
    top: 34%;
    color: white;
    text-align: center;
    font-size: 16px;
}
.jxkz_dange_jia{
    width: 52px;
    height: 22px;
    border: 1px solid white;
    margin: 17px auto;
    line-height: 17px;
    font-size: 16px;
    font-weight: 600;
}
#tupianshang{
    display: block;
}
#tupianxia{
    display: none;
}
@media (min-width:768px) {
    #zhongjianditem{
        background-color: rgb(239, 239, 239);
    }
    #tupianshang{
        display: none;
    }
    #tupianxia{
        display: block;
    }
    .sjxt_content_item{
        display: flex;
        align-items: center;
        padding: 50px 0 !important;
    }
    .sjxtcontent_itemtitle{
        font-size: 23px;
    }
    .sjxtcontent_itemleft{
        width: 50%;
    }
    .sjxtcontent_itemcontent ul li{
        font-size: 15px;
        padding-top: 10px;
    }
    .sjxtcontent_itemright{
        width: 38%;
    }
    .biaoji_1 {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 20px;
        min-height: 20px;
        left: 13%;
        top: 25%;
    }
    
    .biaoji_1_yuandian {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00528e;
        animation: pulse 1.5s infinite;
    }
    
    .biaoji_1_img {
        display: none;
        width: 300px;
        height: 160px;
        position: absolute;
        top: -120px;
        left: -30px;
    }
    
    .biaoji_1:hover .biaoji_1_img {
        display: block;
    }
    
    .biaoji_2 {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 20px;
        min-height: 20px;
        right: 33%;
        top: 25%;
    }
    
    .biaoji_2_yuandian {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00528e;
        animation: pulse 1.5s infinite;
    }
    
    .biaoji_2_img {
        display: none;
        width: 300px;
        height: 160px;
        position: absolute;
        top: -120px;
        left: -100px;
    }
    
    .biaoji_2:hover .biaoji_2_img {
        display: block;
    }
    
    .biaoji_3 {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 20px;
        min-height: 20px;
        right: 11%;
        top: 25%;
    }
    
    .biaoji_3_yuandian {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00528e;
        animation: pulse 1.5s infinite;
    }
    
    .biaoji_3_img {
        display: none;
        width: 300px;
        height: 160px;
        position: absolute;
        top: 30px;
        left: -270px;
    }
    
    .biaoji_3:hover .biaoji_3_img {
        display: block;
    }
    
    .biaoji_4 {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 20px;
        min-height: 20px;
        left: 27%;
        bottom: 28%;
    }
    
    .biaoji_4_yuandian {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00528e;
        animation: pulse 1.5s infinite;
    }
    
    .biaoji_4_img {
        display: none;
        width: 300px;
        height: 160px;
        position: absolute;
        top: -125px;
        left: -80px;
    }
    
    .biaoji_4:hover .biaoji_4_img {
        display: block;
    }
    
    .biaoji_5 {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 20px;
        min-height: 20px;
        left: 52%;
        bottom: 46%;
    }
    
    .biaoji_5_yuandian {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00528e;
        animation: pulse 1.5s infinite;
    }
    .biaoji_5_img{
        display: none;
        width: 300px;
        height: 160px;
        position: absolute;
        top: -125px;
        left: -80px;
    }
    .biaoji_5:hover .biaoji_5_img {
        display: block;
    }
}

@media (min-width:1024px) {
    .sjlx {
        max-width: 1170px;
        margin: 0 auto;
    }

    .sjlx_content_1 {
        height: 500px;
    }

    .sjlx_conbot_title {
        font-size: 35px;
    }

    .sjlx_conbot_subtitle {
        font-size: 35px;
        width: 170px;
        font-weight: 500;
        line-height: 37px;
        margin-top: 30px;
        height: 37px;
    }

    .sjlx_subcontent_bottom_title {
        max-width: 150px;
        height: 60px;
        font-size: 35px;
        margin-top: 60px;
        border-bottom: 2px solid white;
    }

    .sjlx_subcontent_bottom_content {
        width: 80%;
        margin: 40px auto;
        font-size: 20px;
        line-height: 45px;
    }

    .gjfg_title {
        width: 100%;
        height: auto;
        text-align: center;
        color: white;
        font-size: 40px;
    }

    .gjfg_subtitle {
        width: 100%;
        height: auto;
        font-size: 25px;
        text-align: center;
        color: white;
    }

    .gjfg_redtitle {
        width: 200px;
        height: 35px;
        margin: 0 auto;
        color: white;
        text-align: center;
        line-height: 35px;
        background-color: #d71518;
        font-size: 25px;
        border-radius: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .biaoji_1 {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 20px;
        min-height: 20px;
        left: 15.5%;
        top: 25%;
    }
    
    .biaoji_1_yuandian {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00528e;
        animation: pulse 1.5s infinite;
    }
    
    .biaoji_1_img {
        display: none;
        width: 400px;
        height: 200px;
        position: absolute;
        top: -160px;
        left: -30px;
    }
    
    .biaoji_1:hover .biaoji_1_img {
        display: block;
    }
    
    .biaoji_2 {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 20px;
        min-height: 20px;
        right: 37.5%;
        top: 26%;
    }
    
    .biaoji_2_yuandian {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00528e;
        animation: pulse 1.5s infinite;
    }
    
    .biaoji_2_img {
        display: none;
        width: 300px;
        height: 160px;
        position: absolute;
        top: -120px;
        left: -100px;
    }
    
    .biaoji_2:hover .biaoji_2_img {
        display: block;
    }
    
    .biaoji_3 {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 20px;
        min-height: 20px;
        right: 17%;
        top: 26%;
    }
    
    .biaoji_3_yuandian {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00528e;
        animation: pulse 1.5s infinite;
    }
    
    .biaoji_3_img {
        display: none;
        width: 300px;
        height: 160px;
        position: absolute;
        top: 30px;
        left: -270px;
    }
    
    .biaoji_3:hover .biaoji_3_img {
        display: block;
    }
    
    .biaoji_4 {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 20px;
        min-height: 20px;
        left: 29%;
        bottom: 30%;
    }
    
    .biaoji_4_yuandian {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00528e;
        animation: pulse 1.5s infinite;
    }
    
    .biaoji_4_img {
        display: none;
        width: 300px;
        height: 160px;
        position: absolute;
        top: -125px;
        left: -80px;
    }
    
    .biaoji_4:hover .biaoji_4_img {
        display: block;
    }
    
    .biaoji_5 {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 20px;
        min-height: 20px;
        left: 52%;
        bottom: 46%;
    }
    
    .biaoji_5_yuandian {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00528e;
        animation: pulse 1.5s infinite;
    }
    .biaoji_5_img{
        display: none;
        width: 300px;
        height: 160px;
        position: absolute;
        top: -125px;
        left: -80px;
    }
    .biaoji_5:hover .biaoji_5_img {
        display: block;
    }
    .jxkz_dange img{
        width: 100%;
        height: 240px;
    }
    .hxjz_conkuang{   
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hxjz_subtitle {
        margin-top: -30px;
        font-size: 23px;
    }
}