body {
    background-color: rgb(243,243,243);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

#content {
    width: 1200px;
    margin: 0 auto;
}
/*背景图*/
.banner {
    width: 100%;
    height: 262px;
}

    .banner img {
        width: 100%;
        height: 262px;
    }
/*基地类型选择*/
.baseType {
    overflow: hidden;
}

.baseChoose {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

    .baseChoose li {
        float: left;
        margin-right: 30px;
    }

        .baseChoose li:first-child {
            margin-right: 5px;
            font-size: 18px;
        }

.timeChoose {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

    .timeChoose li {
        float: left;
        margin-right: 30px;
    }

        .timeChoose li:first-child {
            margin-right: 5px;
        }

.bases, .time {
    color: #313131;
}

.cur:hover {
    color: #fff !important;
}

.bases:hover, .time:hover {
    color: #23b8ff;
}

.cur {
    color: #fff !important;
    background-color: #23b8ff;
    padding: 0 7px;
    border-radius: 15px;
}
/*所有基地*/
.allBases {
    margin-top: 25px;
    overflow: hidden;
}

.eachbase {
    height: 344px;
    width: 386px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .eachbase:nth-child(3n) {
        margin-right: 0;
    }

    .eachbase > a {
        display: block;
        width: 386px;
        height: 254px;
    }

.basePic {
    width: 386px;
    height: 254px;
}

.information {
    height: 80px;
    padding: 10px;
    background-color: #fff;
}

    .information .tittle {
        display: block;
        font-size: 18px;
        color: #313131;
        margin-bottom: 15px;
        width: 90%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .information span {
        font-size: 14px;
        color: #F96A6A;
    }

.address-left {
    float: left;
}

.address-right {
    float: right;
    margin-right: 10px;
}

.newlist_nav li:nth-child(4) a {
    color: #FFF;
}

.baseChoose li a {
    color: #313131;
    font-size: 18px;
}

.baseChoose li:nth-child(1) a {
    color: #FFF;
}

.pc_nav {
    position: fixed;
    top: 0.25rem;
    right: 0.25rem;
    width: 0.6rem;
    height: 0.6rem;
    background: #22a9ff;
    z-index: 999;
    display: none;
}

.pc_nav_con {
    position: fixed;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #FFF;
    top: 0;
    right: -5.5rem;
    width: 5.5rem;
    height: 100%;
    opacity: 0;
}
/*pc-media*/
@media screen and (max-width:750px) {
    body {
        font-size: 0.24rem;
    }

    .nav {
        display: none;
    }

    #footer {
        display: none;
    }

    .pc_nav {
        display: block;
        text-align: center;
    }

        .pc_nav a {
            color: #fff;
            display: inline-block;
            height: 0.8rem;
            width: 0.5rem;
            line-height: 0.8rem;
            text-align: center;
        }

    .pc_nav_show {
        display: block;
        right: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1;
        -moz-opacity: 1;
    }

    .pc_nav_con {
        box-sizing: border-box;
        padding-top: 2rem;
        -webkit-box-shadow: 4px 0 15px;
        box-shadow: 4px 0 15px;
    }

        .pc_nav_con ul li {
            height: 0.8rem;
            line-height: 0.8rem;
            border-bottom: 1px solid #f5f5f5;
            color: #b0b0b0;
        }

            .pc_nav_con ul li a {
                display: block;
                height: 0.8rem;
                line-height: 0.8rem;
                ;
                font-size: 0.32rem;
                text-indent: 1em;
                color: #666;
            }

    .nav_color a {
        color: #22a9ff !important;
        border-left: 5px solid #22a9ff;
    }

    .banner {
        width: 7.5rem;
        height: 3rem;
        background: url(../images/basebanner.png) no-repeat;
        background-size: 7.5rem 3rem;
    }

    .allBases {
        overflow: hidden;
        width: 7.5rem;
        box-sizing: border-box;
        padding: 0.2rem;
    }

    #content {
        width: 7.5rem;
    }

    .eachbase {
        width: 7.1rem;
        margin: 0;
        height: 5.8rem;
    }

    .basePic {
        width: 7.1rem;
        height: 4rem;
    }

    .eachbase > a {
        width: 7.1rem;
        height: 4rem;
    }

    .baseChoose {
        width: 7.1rem;
        margin: 0 0.2rem;
        overflow: inherit;
    }

        .baseChoose li a {
            font-size: 0.32rem;
        }

        .baseChoose li {
            margin: 0;
            padding: 0 0.15rem;
        }

            .baseChoose li:first-child {
                font-size: 0.36rem;
            }

    .pc_nav {
        display: block;
        text-align: center;
    }

        .pc_nav a {
            display: inline-block;
            height: 0.6rem;
            width: 0.6rem;
            line-height: 0.6rem;
            text-align: center;
            background: url(../images/caidan.png) no-repeat center;
            background-size: 0.4rem 0.4rem;
        }

    .nav_bg {
        background: url("../images/cuowu.png") no-repeat center !important;
        background-size: 0.4rem 0.4rem !important;
    }

    #toolbar {
        display: none;
    }

    .banner {
        height: 2.5rem;
    }

        .banner img {
            height: 2.5rem;
        }

   
}
