﻿body {
}

.loc
{
    width: 100%;
    height: 38px;
    background-image: url('../images/path.jpg');
    background-repeat: repeat-x;
}

.container .main_r {
    float: right;
    position: relative;
    width: 735px;
    min-height: 420px;
    background-color: #fff;
    z-index: 2;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #cccccc;
    behavior: url(styles/iecss3.htc);
    box-sizing: border-box;
}

.container .main_map_r {
    float: right;
    position: relative;
    width: 735px;
    min-height: 420px;
    background-color: #fff;
    z-index: 2;
    border: 1px solid #cccccc;
    behavior: url(styles/iecss3.htc);
    box-sizing: border-box;
}
