

.con_left ul{
    display: flex;
    justify-content: space-around;
    margin: .6rem 0;
}
.con_title{
    padding-top: 1.4rem;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 40px;
    color: rgba(13,33,70,1);
    text-align: center;
}
.con_tab{
    font-size: 0.18rem;
    line-height: 0.5rem;
    color: #0D2146;
    cursor: pointer;
    height: .5rem;
    width: 2rem;
    border-radius: .5rem;
    background: #f8f8f8;
    text-align: center
}

/* .msg_title{
    font-size: 0.16rem;
    line-height: .6rem;
    color: #666666;
    border-bottom: .01rem dashed #cccccc;
} */

.con_msg{
    display: none;
    margin: .6rem 0 1.4rem;
    padding: .5rem .3rem;
    box-shadow:0px 6px 20px rgba(15,62,142,0.1);
    border-radius:10px;
}

.con_msg >p {
    font-size: 0.16rem;
    color: #666666;
}
.con_msg >img{
    width: 80%;
}
.con_ab{
    font-size: 16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:28px;
    color:rgba(116,124,143,1);
    border-bottom: 2px rgba(15,62,142,0.1) solid;
}
.con_abox{
    padding: .1rem 0;
    display: flex;
    align-items: center;
}
.on{
    color: #fff;
    background: #345eda;
}
.com_DW{
    border: 5px solid red;
}
.con-active{
    display: block;
}
.map{
    width: 100%;
    height: 3rem;
    margin-bottom: .1rem;
}
.con_right{
    margin-top: .6rem;
}
.con_right img{
    width:100%;
    height: 5.8rem;
    background-size: 100%;
    background: no-repeat;
}
.con_msg span{
    font-size:16px;
    font-weight:400;
    line-height:28px;
    color:rgba(116,124,143,1);
}

.con_box{
    display: flex;
    margin-top: .6rem;
}
.con_rglt{
    
    width: 60%;
    padding: .45rem 0;
}
.con_ditu{
    
    width: 680px;
    height: 450px;
}
.allmap{
    height: 4.5rem;
}
.con_rgrg{
    box-shadow:0px 20px 20px rgba(15,62,142,0.1);
    border-radius:10px;
    width:40%;
    height:540px;
    padding:.45rem;
    margin-bottom: 1.4rem;
}
.con_rgsml{
    width: 0.6rem;
    height: 0.1rem;
    background:#346CEA;
    margin-bottom: .54rem;
    overflow: hidden;
}
.rgrg_title{
    font-size: .4rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: .4rem;
    color: rgba(13,33,70,1);
}
.rgrg_nav{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: rgba(116,124,143,1);
    margin-bottom: .35rem;
}
.con_rglt img{
    width: 600px;
    height: 450px;
    background: 100%;
    background: no-repeat;
}
.detail{
    width: 100%;
    overflow: hidden;
}
@media (max-width: 1225px) {
    
    .con_msg{
        margin-bottom: 1rem;
    }
    /* .con_title{
        padding-top: 1.4rem;
    } */
    .con_left ul{
        margin: .4rem 0;
    }
    .con_tab{
        height: .45rem;
        width: 1.8rem;
        line-height: .45rem;
    }
    .con_right img{
        height: 5rem;
    }
    
    .con_rgsml{
        height: .08rem;
    }
}

@media (max-width: 996px) {
    /* .con_title{
        padding-top: 1.4rem;
    } */
    .con_tab{
        
        width: 1.6rem;
    }
    .con_msg {
        padding-right: .15rem;
    }
    .footer_li{
        margin-left: 0;
    }
    .con_right img{
        height: 4rem;
    }
    .con_rgrg{
        margin-bottom: 1rem;
    }
}
@media (max-width: 768px) {
    .con_title{
        padding-top: 1.4rem;
        font-size: 24px;
    }
    .con_nav{
        font-size: 14px;
    }
    .con_left ul{
        margin: .2rem 0;
    }
    .con_box{
        flex-direction: column;
    }
    .con_rgrg{
        width: 100%;
        height: 100%;
        margin-bottom: .5rem;
        margin-top: .2rem;
    }
    .con_rgrg{
        font-size: 24px;
    }
    .rgrg_nav{
        font-size: 14px;
    }
    .con_rglt{
        width: 100%;
        padding-top: 0;
    }
}