.ABOUTS{
    padding: 40px 0;
}

.ABOUTcontainer{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ABOUT-LEFT{
    width: 23%;
}

.ABOUT-RIGHT{
    width: 74%;
    border: 1px solid #eaeaea;
    overflow: hidden;
    height: auto;
}

.ABOUT-nav{
    margin-bottom: 40px;
}

.ABOUT-tl{
    width: 100%;
    height: 74px;
    background: white;
    color: #0858b1;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-indent: 46px;
    justify-content: space-between;
    border: 1px solid #ddd;
}

.ABOUT-tl:hover{
    background: #0858b1;
    color: white;
}

.ABOUT-ICO{
    width: 30px;
    height: 30px;
    background: url(../images/leftbox.png) no-repeat;
    margin-right: 20px;
}

.ABOUT-navli{
    width: 100%;
    height: 62px;
    border: 1px solid #dddcdc;
    border-top: 0;
    text-indent: 47px;
}

.navliA{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
    justify-content: space-between;
}

.ABOUT-img{
    width: 7px;
    height: 12px;
    background: url(../images/prodbd.jpg) no-repeat;
    margin-right: 32px;
}

.ABOUT-new{
    width: 100%;
    height: 74px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    font-size: 18px;
    text-indent: 46px;
    background-color: white;
    border: 1px solid #ddd;
}

.newname{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    justify-content: space-between;
    color: #0858b1;
}
.newname:hover{
    color: white;
}

.ABOUT-contact:hover .ABOUT-new{
    background-color: #0858b1;
}

.ABOUT-contact:hover .newname{
    color: white;
}

.ABOUT-contact-bottom{
    border: 1px solid #dddcdc;
    border-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 20px 0;
}

.lxwx{
   width: 100px;
   border:1px solid white;
}

.ABOUT-contact{
    margin-top: 40px;
    display:none;
}

.ABOUT-contact-p1{
    font-size: 16px;
}
.ABOUT-contact-p2{
    font-size: 22px;
    color: #0045a7;
    font-style: italic;
}

.ABOUT-RIGHT-top{
    width: 100%;
    height: 74px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    background-color: #f8f8f8;
    color: #003ea5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.ABOUT-title{
    font-size: 20px;
    color: #003ea5;
    font-weight: bold;
}

.ABOUTcontent{
    margin-top: 20px;
    padding: 20px;
}

.ABOUTcontent img{
    max-width: 100%;
}

.mapcontact{
    padding: 0 10px;
    width: 100%;
    display:flex;
}

.mapcontact-content{
    width:36%;
}

#container {
    flex:1;
    height: 300px;
    border: 1px solid #ccc;
    margin-left:30px;
}

.amap-marker:first-child .amap-icon img {
    width: 25px;
    height: 34px;
}

.flexcontent{
    padding:10px;
    display:flex;
    flex-wrap:wrap;
    margin-top:20px;
}

.flexcontent p{
    width:32%;
    margin-right:2%;
    margin-bottom:20px;
    display:flex;
    justify-content: center;
    border:1px solid #eee;
}

.flexcontent p:nth-child(3n){
    margin-right:0;
}

.flexcontent p img{
    max-width:100%;
}