body{
    min-width: 1200px;
}
#center{
    background: url(../img/aboutyc.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 1200px;
    position: relative;
}
#contact{
    width: 11.49rem;
    min-width: 10rem;
    position: relative;
    height: 6rem;
    border: 1rem solid rgba(108, 100, 108, 0.3);
    overflow: hidden;
}
#contact ul {
    /*min-width: 1149px;*/
    overflow: hidden;
}
#contact ul li{
    float: left;
    height: 1.5rem;
    margin: 0.16rem 1.26rem 0rem 1.26rem;
}
#contact ol{
    overflow: hidden;
}
#contact ol li{
    float: left;
    color: white;
    font-size: 0.26rem;
    line-height: 0.5rem;
    margin: 0.10rem 1rem;
    text-shadow: 0.02rem 0.02rem 0.03rem rgb(25, 25, 25)
}
#contact ol li:nth-child(1){
    /* text-indent: 0.2em; */
    /*margin-top: 0rem;*/
}
#contact ol li:nth-child(2){
    margin-left: 0.39rem;
    margin-right: 0rem;
    margin-top: 0.26rem;
}
#contact ol li:nth-child(3){
    text-indent: 0.8em; 
    margin-left: 0.70rem;
    font-size: 0.21rem;
    margin-right: 0rem;
    padding-left: 0.5rem;
    text-shadow: 0.02rem 0.02rem 0.03rem rgb(0, 0, 0);
}
#contact ul img{
    height: 1.3rem;
    width: 1.3rem;
}
#allmap{
    position: absolute;
    top: 3rem;
    width: 100%;
    height: 3rem;
    /*margin: 0 auto;*/
}