﻿* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        color: #000066;
    }

ul {
    list-style: none;
}

img {
    border: none;
}

body {
    background: #fff;
    font-size: 16px;
    font-family: Microsoft YaHei,Arial, Helvetica, sans-serif;
    color: #333;
}

.clear {
    clear: both;
}

.spacing {
    width: 10px;
    height: 10px;
}
.spacing5 {
    width: 10px;
    height: 5px;
}
.hei14cu{
    font-size:14px;
    font-weight:bold;
    line-height:25px;
}
h5{
    margin:5px 10px;
    line-height:30px;
}
.link12 {
    line-height: 25px;
    margin-left: 10px;
    font-size: 12px;
}
.hui12 {
    line-height: 25px;
    font-size: 12px;
    color: #666;
}
.hong12 {
    line-height: 25px;
    font-size: 12px;
    color: #ff0000;
}
.hong{
    color:#ff0000;
}
.el-divider--horizontal {
    display: block;
    height: 1px;
    width: calc(100% - 20px);
    margin: 12px 10px 12px;
}
.qhtab {
    margin: 5px 0;
    background: #0085d0;
    font-size:12px;
    line-height:40px;
    color:#ffffff;
    text-align:center;
    cursor:pointer;
}
.qhtabselect {
    background: #E6A23C;
}

.logo_row {
    width: 1190px;
    height: 85px;
    margin: 0px auto;
    background-color: #fff;
    position: relative;
}

.el-select .el-input {
    width: 130px;
}

.input-with-select .el-input-group__prepend {
    background-color: #fff;
}

.menu_row {
    width: 1190px;
    height: 42px;
    margin: 0px auto;
    background-color: #fff;
    position: relative;
}

.el-menu.el-menu--horizontal {
    border-bottom: solid 0px #e6e6e6;
}

.el-menu--horizontal > .el-menu-item {
    float: left;
    height: 42px;
    line-height: 42px;
    margin: 0;
    border-bottom: 2px solid transparent;
    color: #333;
    font-weight: bold;
}

    .el-menu--horizontal > .el-menu-item.is-active {
        border-bottom: 2px solid #ffffff;
        color: #303133;
    }

.el-menu-item:hover {
    border-bottom: 2px solid #0085d0;
    color: #0085d0 !important;
}

.el-menu-item.is-active {
    color: #0085d0 !important;
    border-bottom: 2px solid #ffffff;
}

.munu-w {
    width: 110px;
    text-align: center;
}

.map_row {
    position: relative;
    width: 1190px;
    margin: 0px auto 30px;
    font-size: 12px;
    line-height: 23px;
}

.foot_row {
    position: relative;
    width: 1190px;
    margin: 30px auto;
    text-align: center;
    font-size: 12px;
    line-height: 23px;
}
.daohan {
    position: relative;
    width: 1190px;
    margin: 0px auto;
    line-height: 40px;
    font-size:12px;
}
.daohan .now{
    font-weight:bold;
}
.positionbox {
    width: 300px;
    background: #ffffff;
    position: absolute;
    z-index: 99;
    top: 65px;
    left: 0px;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    -moz-box-shadow: 4px 4px 2px #888888; /* 老的 Firefox */
    box-shadow: 4px 4px 2px #888888;
}
.topbar {
    margin: auto;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    background-color: #e3e4e5;
    height: 35px;
    line-height: 35px;
    color: #666;
}

    .topbar .bw {
        width: 1190px;
        margin: 0px auto;
        font-size: 12px;
        line-height: 35px;
    }

    .topbar .right {
        text-align: right;
        position: relative;
    }

        .topbar .right .bussimg {
            position: absolute;
            background: #f2f2f2;
            top: 35px;
            right: 0;
            width: 180px;
            padding: 5px;
            z-index: 99;
            border: 1px solid #dadada;
        }