﻿body {
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* 头部 */
.header {
    height: 80px;
    /* border-bottom: 1px solid #404553;*/
    background-color: #fff;
    box-shadow: 0px 3px 8px 0px rgba(0, 72, 129, 0.1);
    position: fixed;
    top:0;
    width:100%;
}
.header-span-1 {
    font-size: 19px;
    color: #001E36;
    font-weight: bold;
    padding-left: 10px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", tahoma, "hiragino sans GB", arial, "Microsoft YaHei", "sans-serif";
}

.flex-1 {
    flex: 1;
}
.logo {
    position: absolute;
    left: 0;
    top: 10px;
}

    .logo img {
        width: 40px;
        height: 40px;
    }

.header .layui-nav {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
}

    .header .layui-nav .layui-nav-item {
        margin: 0 20px;
    }

        .header .layui-nav .layui-nav-item[mobile] {
            display: none;
        }

.header .layui-container .logo {
    left: 15px;
}

.header .layui-container .layui-nav {
    right: 15px;
}
.header .font-header  {
    font-size: 14px;
    font-weight:bold;
}
    .header .font-header a {
        color: #001E36 !important;
    }
    .header .font-header a:hover {
        color: #001E36 !important;
    }
.menu {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 65px;
}

    .menu a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
    }

    .menu a {
        position: relative;
        padding: 0 20px;
        margin: 0 20px;
        color: #c2c2c2;
        font-size: 14px;
    }

        .menu a:hover {
            color: #fff;
            transition: all .5s;
            -webkit-transition: all .5s
        }

        .menu a.this {
            color: #fff
        }

            .menu a.this::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: -1px;
                width: 100%;
                height: 5px;
                background-color: #5FB878;
            }

.header-index {
    background-color: #fff;
    border: none;
}

    .header-index .site-banner-bg {
    }

    .header-index[spring] {
        background-color: #0D1206
    }

    .header-index[summer] {
        background-color: #0A0E11
    }

    .header-index[autumn] {
        background-color: #100903
    }

    .header-index[winter] {
        background-color: #110F25 /*#06041C*/
    }

.header-demo {
    height: 60px;
    border-bottom: none;
}

    .header-demo .logo {
        left: 40px;
    }

    .header-demo .layui-nav {
        top: 0;
    }

        .header-demo .layui-nav .layui-nav-item {
            margin: 0 10px;
        }

        .header-demo .layui-nav .layui-this a {
            padding: 0 30px;
        }

.site-banner-other {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

    .site-banner-other iframe {
        border: none;
    }

    .site-banner-other a {
        display: inline-block;
        vertical-align: middle;
        height: 28px;
        line-height: 28px;
        margin: 0 5px;
        padding: 0 8px;
        border-radius: 2px;
        color: #c2c2c2;
        color: rgba(255,255,255,.8);
        border: 1px solid #c2c2c2;
        border-color: rgba(255,255,255,.2);
        font-size: 14px;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

        .site-banner-other a:hover {
            color: #fff;
            background-color: rgba(255,255,255,.1);
        }


.site-idea {
    margin: 50px 0;
    font-size: 0;
    text-align: center;
    font-weight: 300;
}

    .site-idea li {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        font-size: 14px;
    }

    .site-idea li {
        width: 298px;
        height: 150px;
        padding: 30px;
        line-height: 24px;
        margin-left: 30px;
        border: 1px solid #d2d2d2;
        text-align: left;
    }

        .site-idea li:first-child {
            margin-left: 0
        }

    .site-idea .layui-field-title {
        border-color: #d2d2d2
    }

        .site-idea .layui-field-title legend {
            margin: 0 20px 20px 0;
            padding: 0 20px;
            text-align: center;
        }


/* 底部 */
.footer {
    padding: 30px 0;
    line-height: 30px;
    text-align: center;
    color: #666;
    font-weight: 300;
    background: #353131;
}

body .layui-layout-admin .footer-demo {
    height: 50px;
    padding: 5px 0;
}

.footer a {
    padding: 0 5px;
}

.site-union {
    margin-top: 10px;
    color: #999;
}

    .site-union > * {
        display: inline-block;
        vertical-align: middle;
    }

    .site-union a[upyun] img {
        width: 80px;
    }

    .site-union span {
        position: relative;
        top: 3px;
    }

        .site-union span a {
            padding: 0;
            display: inline;
            color: #999;
        }

            .site-union span a:hover {
                text-decoration: underline;
            }

.footer-demo p {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    padding-right: 10px;
}

.footer-demo .site-union {
    position: relative;
    top: -9px;
}

.contli {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
}

.footer .footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
    .footer .footer-content p {
        line-height: 20px;
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.8);
    }
        .footer .footer-content p:first-child:after {
            margin-left: 25px;
        }
        .footer .footer-content p:not(:last-child):after {
            display: inline-block;
            content: "";
            width: 1px;
            height: 14px;
            background: rgba(161, 165, 171, 0.5);
        }

    .footer .footer-content .p-version {
        margin-left: 25px;
    }
        .footer .footer-content .p-version:after {
            margin-left: 25px;
        }
    .footer .footer-content p a {
        padding: 0 25px;
        color: rgba(255, 255, 255, 0.8);
    }
    .footer .site-info {
        text-align: center;
        padding-right: 45px;
        color: rgba(255, 255, 255, 0.8);
    }
        .footer .site-info a {
            color: rgba(255, 255, 255, 0.8);
        }
        .footer-split {
            height: 2px;
            min-width: 1200px;
            background: linear-gradient(152deg, #ff8e66 0%, #f22a0d 100%);
        }
.layui-nav .layui-nav-item a {
    margin-top: 5px;
}
.layui-tab-title {
    text-align: center;
    height: 100px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #EA4B3D;
}

.layui-tab-title .layui-this:after {
    height: 68px;
}

.layui-tab-brief > .layui-tab-title .layui-this:after, .layui-tab-brief > .layui-tab-more li.layui-this:after {
    border-bottom: 2px solid #EA4B3D;
}
.contact {
    display: none;
    top: 0;
    width: 200px;
    height: 165px;
    right: 90px;
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
    text-align: center;
    line-height: 35px;
    z-index: 101;
}

    .contact img {
        width: 120px;
        height: 120px;
    }


