.topbg {
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 14px;
    color: #E6E6E6;
}

.topbg .date {
    margin: 0 17px 0 6px;
}

.weatherIcons {
    margin: 0 10px;
}

.line {
    width: 1px;
    height: 16px;
    background: #E5E5E5;
    opacity: 0.5;
    margin: 0 12px 0 10px;
}

.air-block {
    width: 26px;
    height: 20px;
    background: #44B979;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 8px;
}

.register, .logout {
    width: 68px;
    height: 28px;
    background: #F29300;
    border-radius: 2px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 6px;
    text-align: center;
    cursor: pointer;
}

/* 鑳屾櫙 */
.header-bg {
    /* background-color: red; */
    height: 237px;
    position: relative;
}

.header-bg .bg {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}

.header-bg .container {
    height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.logo {
    /* margin-top: 87px; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* 瀵艰埅鑿滃崟 */
.nav {
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* top: 232px; */
    /* z-index: 1; */
    width: 100%;
}

.nav-bar {
    height: 50px;
    line-height: 50px;
    background: linear-gradient(0deg, #E4E7E6, #FBFFFF);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 0 4px;
    display: flex;
}

.nav-line {
    width: 1px;
    height: 100%;
    position: relative;
}

.nav-line::before,
.nav-line::after {
    content: '';
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

.nav-line::before {
    bottom: 0;
    background: linear-gradient(0deg, rgba(204, 204, 204, 0) 0%,
    rgba(204, 204, 204, 1) 100%);
}

.nav-line::after {
    top: 0;
    background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%,
    rgba(204, 204, 204, 0) 100%);
}

.nav-item {
    flex: 1;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.nav-item a {
    color: #005d2e;
}

.nav-bar>div {
    float: left;
}

.nav-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 54px;
    z-index: 1;
}

.sec-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    z-index: 2;
    display: none;
}

.sec-list {
    text-wrap: nowrap;
    padding: 0 10px;
}

.sec-list:hover,
.sec-list-active {
    background-color: #007b3d;
    color: #fff;
}

.nav-item:hover .sec-box {
    display: block;
}

.sec-con{
    min-width: 100%;
    display: inline-block;
    background: linear-gradient(0deg, #E4E7E6, #FBFFFF);
    max-height: 350px;
    overflow-y: auto;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.sec-con::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}

.sec-con:hover::-webkit-scrollbar-thumb {
    background: rgba(0, 123, 61, .2);
    border-radius: 4px;
}

.nav-item>a::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #007B3D;
    border-radius: 3px 0px 3px 3px;
    display: none;
}

.nav-item>a::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 4px solid #00351a;
    border-right: 6px solid transparent;
    right: -6px;
    top: -4px;
    display: none;
}

.nav-item-active>a span,
.nav-item:hover>a span {
    color: #FFF;
    position: relative;
}

.nav-item-active>a::after,
.nav-item-active>a::before,
.nav-item:hover>a::after,
.nav-item:hover>a::before {
    display: block;
}

/* 绉诲姩绔鑸彍鍗� */
.navbar-min {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background-color: #00703d;
    text-align: center;
}

.navbar-min span {
    color: #FFF;
}

/* 椤佃剼 */
.footer {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
}

.footer-line {
    height: 4px;
    background: #007B3D;
}

.footer-top {
    padding: 32px 0;
}

.footer-nav {
    margin-bottom: 42px;
}

.foo-nav-item {
    float: left;
    margin-left: 30px;
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #808080;
}

.foo-nav-item:hover {
    color: #007b3d;
}

.foo-nav-item:first-child {
    margin-left: 0;
}

.tel {
    margin-bottom: 24px;
}

.footer-relation img,
.footer-relation span,
.foo-de-item-line {
    vertical-align: middle;
}

.tel span {
    font-size: 32px;
    font-family: D-DIN-B;
    color: #007b3d;
    display: inline-block;
    margin-left: 8px;
}

.footer-detail {
    margin-bottom: 10px;
}

.foo-de-item {
    float: left;
}

.foo-de-item img {
    margin-right: 4px;
}

.foo-de-item-line {
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #999999;
    margin: 0 10px;
}

.foo-de-right {
    margin-left: 30px;
}

.footer-qr {
    width: 123px;
    height: 123px;
    background: url(../images/qr.png) no-repeat center center;
    background-size: cover;
    background-color: #FFFFFF;
    border: 2px solid #007B3D;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    margin-right: 20px;
}

.footer-hint {
    width: 123px;
    margin-top: 16px;
    text-align: center;
    letter-spacing: 2px;
}

.footer-bottom {
    margin-top: -10px;
    height: 40px;
    line-height: 40px;
    background: #F5F5F5;
    border-top: 1px solid #CCCCCC;
    font-size: 12px;
    text-align: center;
}

.layui-collapse {
    border: 0;
    background-color: #fff;
    margin-top: 40px;
}

.layui-colla-item {
    border: 0;
}

.layui-colla-content p {
    line-height: 26px;
    font-size: 14px;
    padding-left: 15px;
}

.layui-colla-title {
    font-size: 16px;
    padding: 0 15px 0 20px;
    background-color: #fff;
}

.layui-colla-icon {
    left: auto;
    right: 20px;
}

.min-footer .footer-bottom {
    text-align: center;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
}

.row-title-box dl {
    padding: 0 5px;
    color: gray;
    margin: 10px 5px;
    float: left;
}

.row-title-box dl dt {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.row-title-box dl dd {
    font-size: 12px;
    margin-top: 10px;
}

/* 鍏叡 */
.hide {
    display: none;
}


/* 鍥哄畾鏉� */
.side-toolbar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.side-item {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    position: relative;
}

.side-item span {
    color: #B3B3B3;
    font-size: 34px;
}

.side-item:hover,
.side-item-active {
    background-color: #007B3D;
    border-color: #007B3D;
}

.side-item:hover span,
.side-item-active span {
    color: #ffffff;
}

.wb {
    margin: 2px 0 0px;
}

.back {
    margin-top: 2px;
}

.top {
    display: none;
    margin-top: 20px;
}

.top span {
    font-size: 20px;
}

.hover-show {
    position: absolute;
    top: 0;
    right: 60px;
    width: 141px;
    height: 139px;
    background: #007B3D;
    border-radius: 5px;
    text-align: center;
    line-height: 139px;
    display: none;
}

.hover-show img {
    width: 121px;
}

.hover-show::before {
    content: '';
    position: absolute;
    top: 15px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 10px solid #007b3d;
    border-bottom: 8px solid transparent;
}

.side-item:hover .hover-show {
    display: block;
}


@media (min-width: 1441px) and (max-width:1700px) {
    /* .logo {
        margin-top: -338px;
    }

    .nav {
        top: 200px;
    } */
}


@media (min-width: 1401px) and (max-width:1440px) {
    .logo {
        width: 252px;
    }


    /* .logo {
        margin-top: -298px;
        width: 252px;
    }

    .nav {
        top: 182px;
    } */
}

@media (min-width: 1367px) and (max-width:1400px) {
    logo {
        width: 242px;
    }

    /* .logo {
        margin-top: -298px;
        width: 242px;
    }

    .nav {
        top: 182px;
    } */
}

@media (min-width: 1281px) and (max-width:1366px) {
    .logo {
        width: 222px;
    }

    /* .logo {
        margin-top: -276px;
        width: 222px;
    }

    .nav {
        top: 172px;
    } */
}


@media (min-width: 1153px) and (max-width:1280px) {
    .logo {
        width: 202px;
    }


    /* .logo {
        margin-top: -255px;
        width: 202px;
    }

    .nav {
        top: 164px;
    } */
}

@media(min-width: 1025px) and (max-width: 1152px) {
    .logo {
        width: 182px;
    }

    /* .logo {
        margin-top: -232px;
        width: 182px;
    }

    .nav {
        top: 146px;
    } */

    .foo-de-right {
        margin-left: 0;
        margin-top: 10px;
    }

    .foo-de-item {
        float: none;
    }

    .footer-qr {
        margin-top: 30px;
    }

    .header-bg {
        height: 184px;
    }
}


@media(min-width: 801px) and (max-width: 1024px) {
    .logo {
        width: 162px;
        left: 15px;
        top: 64%;
    }

    /* .logo {
        margin-top: -190px;
        width: 162px;
    }

    .nav {
        top: 146px;
    } */

    .foo-de-right {
        margin-left: 0;
        margin-top: 10px;
    }

    .foo-de-item {
        float: none;
    }

    .footer-qr {
        margin-top: 30px;
    }

    .header-bg {
        height: 140px;
    }
}

@media(min-width: 799px) and (max-width: 800px) {
    .logo {
        width: 142px;
    }

    /* .logo {
        margin-top: -152px;
        width: 142px;
    }

    .nav {
        top: 146px;
    } */

    .foo-de-right {
        margin-left: 0;
        margin-top: 10px;
    }

    .foo-de-item {
        float: none;
    }

    .footer-qr {
        width: 88px;
        height: 88px;
        margin-top: 30px;
    }

    .foo-nav-item {
        margin-left: 10px;
    }

    .footer {
        font-size: 12px;
    }

    .foo-de-item-line {
        height: 14px;
        margin: 0 5px;
    }

    .header-bg {
        height: 140px;
    }
}








@media (min-width: 768px) and (max-width:991px) {}

@media (min-width: 992px) and (max-width:1199px) {}

@media (max-width: 768px) {
    .register, .logout {
        margin-right: 20px;
    }

    .nav {
        /* top: 132px; */
    }

    .header-bg {
        position: relative;
    }

    .logo-title {
        height: 47px;
        font-size: 30px;
        font-family: SourceHanSerifCN-Heavy;
        font-weight: 800;
        color: #028339;
        text-align: center;
        margin-bottom: 40px;
        text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translateX(-50%);
    }

    .side-toolbar {
        top: auto;
        transform: translateY(0);
        bottom: 20%;
    }
}

.pointer{
    cursor: pointer;
}

/* 用户登录后信息 */
.user-info .layui-btn-primary {
    border: 0;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #E6E6E6;
    opacity: 1 !important;
    margin: 0;
    max-width: 214px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-noline{
    height: auto;
    display: block;
    margin: 0 auto;
    outline: none;
    max-width: 100%;
}
