﻿/* 主体 */
.layui-container {
    width: 100%;
    padding: 0px 0px;
}

/*.layui-col-xs5 {
    width: 46.666667%;
}*/

.div-head {
    /*height: 120px !important;*/
    /*line-height: 120px;*/
    margin: 20px 0px 20px 0px;
}

.header-title {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
}

/* 导航条 */
.layui-nav {
    background-color: rgb(22, 96, 165);
}

    .layui-nav .layui-nav-item {
        width: 16%;
        text-align: center;
        font-size: 18px;
        color: white;
        text-decoration: none;
        cursor: pointer;
        letter-spacing: 2px;
    }

        .layui-nav .layui-nav-item:hover {
            background: #2762c3;
            color: white;
        }


.layui-row {
    height: auto;
}

.div-menu {
    width: 95%;
    margin: 50px auto;
}

.div-img-main {
    margin: 6px;
}

.div-img-body {
    width: 100%;
    height: 140px;
    cursor: pointer;
    border-radius: 15%;
    transition: all 0.3s linear;
}

    .div-img-body:hover {
        transform: scale(1.05);
    }

    .div-img-body img {
        cursor: pointer;
        border-radius: 15%;
    }

/* 这里的2是百分比的意思 */
.layui-col-md1-2 {
    width: 2.33333333%;
}

.layui-col-md1-6 {
    width: 6.33333333%;
}

.layui-col-md1-7 {
    width: 7.33333333%;
}

.layui-col-md1-8 {
    width: 8.33333333%;
}

.layui-col-md1-9 {
    width: 9.2%;
}

/* 图片文字说明*/
.img-tips {
    position: absolute;
    font-size: 24px;
    width: 100%;
    height: 35px;
    background: #fff;
    opacity: 0.7;
    border-radius: 0px 0px 15% 15%;
    text-align: center;
    font-family: auto;
    letter-spacing: 5px;
    bottom: 0px;
}

.div-service {
    background-image: url('/libs/home/image/bg/mountain.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 85px;
    line-height: 85px;
    text-align: center;
    color: white;
}

    .div-service h1 {
        font-weight: 600;
    }

.tzgg-main, .kfrx-main, .zwcp-main, .aqcp-main, .zzry-main, .dwjj-main {
    width: 90%;
    margin: auto;
}

.dwjj-body {
    font-size: 16px;
    line-height: 40px;
}

/* 子模块 */
.div-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid gray
}

    /* 标题 */
    .div-title h4 {
        color: rgb(71 116 184);
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }


/* 更多 */
.span-more {
    position: absolute;
    right: 10px;
    top: 0px;
}

    .span-more a {
        font-size: 16px;
        line-height: 80px;
    }

        .span-more a:hover {
            text-decoration: underline;
            color: rgb(71 116 184);
            cursor: pointer;
        }

.tzgg-body, .kfrx-body, .zwcp-body, .aqcp-body, zzry-body, .sjfwq-body {
    position: relative;
}

.sjfwq-body-li {
    width: 135px;
    height: 50px;
    list-style: disc !important;
    line-height: 50px;
    font-size: 20px;
    /* border-bottom: 1px solid #eee; */
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: black;
    position: relative;
    letter-spacing: 5px;
    border-bottom: 1px solid #eeeeee;
}

    .sjfwq-body-li:hover {
        text-decoration: underline;
        color: blue;
    }


.sjfwq-div {
    width: 130px;
    height: 160px;
    position: absolute;
    left: 20px;
    top: 40px;
    border: 1px solid #eeeeee;
    background: white;
    display: none;
    z-index: 999;
}

    .sjfwq-div img {
        width: 120px;
        height: 120px;
    }

    .sjfwq-div p {
        font-size: 14px;
        color: rgb(18,77,178);
        height: 20px;
        line-height: 16px;
        font-weight: 600;
    }

/* 子模块内容 */
.tzgg-body-li, .kfrx-body-li, .zwcp-body-li, .aqcp-body-li, .zzry-body-li {
    width: 100%;
    height: 50px;
    list-style: disc !important;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    display: inline-table;
    letter-spacing: 2px;
}

    /*    .tzgg-body-li:hover, .kfrx-body-li:hover, .zwcp-body-li:hover, .aqcp-body-li:hover, .zzry-body-li:hover {
        color: blue;
    }*/
    .tzgg-body-li a:hover, .kfrx-body-li a:hover, .zwcp-body-li a:hover, .aqcp-body-li a:hover, .zzry-body-li a:hover {
        color: blue;
    }

    .tzgg-body-li .tzgg-fbsj, .kfrx-body-li .tzgg-fbsj, .zwcp-body-li .tzgg-fbsj, .aqcp-body-li .tzgg-fbsj, .zzry-body-li .tzgg-fbsj {
        position: absolute;
        right: 10px;
    }
/* 底部 */
.layui-footer {
    background-color: rgb(22, 96, 165);
    min-height: 200px;
    height: auto;
    padding: 40px 0px 0px 0;
    font-size: 16px;
}

    .layui-footer p {
        margin-top: 10px;
    }

/* 右侧浮动卡片样式 */
.right-tips {
    position: fixed;
    right: 0;
    top: 60%;
    font-size: small;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.right-tips-card {
    cursor: pointer;
    width: 55px;
    height: 55px;
    background: #ffffff;
    text-align: center;
    line-height: 20px;
    color: rgb(18,77,178);
    border: 1px solid #eeeeee;
}

    /* 右侧浮动卡片样式鼠标滑动 */
    .right-tips-card:hover {
        background: rgb(22, 96, 165);
        color: white;
        border: 1px solid rgb(22, 96, 165);
    }

    .right-tips-card .fhdb {
        display: none;
    }

    .right-tips-card .zxkf {
    }

.layui-layer-btn .layui-layer-btn0 {
    border-color: #1E9FFF !important;
    background-color: #1E9FFF !important;
    color: #fff !important;
}

.layui-layer-btn .layui-layer-btn1 {
    border-color: #1E9FFF !important;
    background-color: #1E9FFF !important;
    color: #fff !important;
}
