@charset "UTF-8";
.li-blue{
    background-color: #194d8b;
    color: white;
}

.li-black{
    background-color: #f7f7f7;
}

.li-blue a{
    color: white;
}

.abouts-container{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
    flex-flow: column;
    padding: 20px;
}

.abouts-left{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.abouts-right{
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #ffffff;
	box-shadow: 0px 2px 6px 0px 
		rgba(4, 0, 0, 0.2);
    border-radius: 10px;
}

.abouts-right p{
    background: white;
}

.abouts-right span{
    background: white;
}

.about-locat{
    width: 32%;
    height: 44px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    margin-right: 2%;
}

.about-locat:nth-child(3n){
    margin-right: 0;
}

.locatA{
    width: 100%;
    height: auto;
    display: block;
    line-height: 44px;
    padding-left: 10px;
}

.position a{
    font-size: 12px;
}

.position a:last-child{
    color: #62a8ea;
}

.about-locat::before{
    width: 2px;
    height: 16px;
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
}

.aboutfive{
    display: flex;
    align-items: center;
    flex-flow: column;
}

.aboutfive-ico{
    display: flex;
    position: relative;
}

.sao{
    width: 100px;
    background: white;
    border: 1px solid #ccc;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: none;
}

.dingyue{
    width: 135px;
    height: 145px;
    /*background: url(../static/images/dingyue.png) no-repeat;*/
}
.fuwu{
    width: 135px;
    height: 145px;
    background: url(../static/images/fuwu.png) no-repeat;
}

.abouts-left2{
    width: 100%;
    height: auto;
}

.abouts-right2{
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px 0px rgb(4 0 0 / 20%);
    border-radius: 10px;
}

.abouts-right2 .aboutContents img{
    width: 400px;
}

.aboutheadimg{
    display: flex;
    flex-flow: column;
}

.aboutheadimg img{
    width: 100%;
}