﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a, button {
    cursor: pointer;
    width: 50px;
}

img {
    vertical-align: top;
}

body {
    line-height: 1;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

/* 头部文件 */

.header {
    width: 100%;
}

.header-top {
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

    .header-top .inner {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        background: white;
    }

        .header-top .inner .searchbox .el-input__inner {
            border: 0px;
            background-color: #F3F6FC;
        }

        .header-top .inner .searchbox .el-input-group__append,
        .header-top .inner .searchbox .el-input-group__append .el-button {
            border: 0px;
            color: white;
            border-radius: 0 3px 3px 0;
            background-color: #1188FB;
        }

.clearfix {
    display: block;
    zoom: 1;
}

    .clearfix:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

.header-top .head-left {
    float: left;
    display: inline-block;
}

    .header-top .head-left .sitelogo {
        float: left;
        padding-top: 12px;
    }

        .header-top .head-left .sitelogo img {
            margin: 0
        }

        .header-top .head-left .sitelogo .sitetitle {
            display: inline-block;
            margin-top: 16px;
            margin-left: 10px;
            font-size: 32px;
            font-weight: bold;
            color: #fff;
        }

.header-top .head-right {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 14px;
    padding-top: 30px;
    transform: translateY(-50%)
    /*background: #eeeff4;*/
}

    .header-top .head-right a {
        width: auto;
        line-height: 50px;
        font-weight: 700;
        transition: 0.3s ease-in;
    }

        .header-top .head-right a:hover {
            font-weight: 700;
            color: #0081FF;
            transition: 0.3s ease-in;
        }

.header-bottom {
    background-color: #1188FB;
    border-bottom: solid 0px #e6e6e6;
}

    .header-bottom .inner {
        width: 1200px;
        margin: 0 auto;
    }

        .header-bottom .inner .el-menu-demo.el-menu--horizontal {
            display: flex;
            justify-content: space-between;
            border-bottom: 0;
        }

            .header-bottom .inner .el-menu-demo.el-menu--horizontal > .el-menu-item {
                width: 109px;
                text-align: center;
            }

            .header-bottom .inner .el-menu-demo.el-menu--horizontal > .el-submenu .el-submenu__title {
                width: 109px;
            }

.el-menu--collapse .el-menu .el-submenu, .el-menu--popup {
    min-width: 109px;
}


/* 底部文件 */

.footer {
    background-color: #006fc7;
}

.footer-container {
    width: 1200px;
    min-height: 160px;
    margin: 0 auto;
    padding: 30px 0;
    color: #FFF;
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    justify-content: space-between;
}

    .footer-container .qrcode {
        overflow: hidden;
        background-color: transparent;
    }

        .footer-container .qrcode img {
            width: 100px;
            height: 100px;
            background-color: #F0F0F0;
        }

        .footer-container .qrcode p {
            text-align: center;
            line-height: 20px;
            font-size: 12px;
        }

.footer .footer-container .block {
    max-width: 350px;
    min-width: 290px;
    padding-left: 30px;
    overflow: hidden;
    margin-left: 20px;
}

    .footer .footer-container .block .title {
        float: left;
        width: 16px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding: 2px 0;
        margin-right: 15px;
        color: white;
    }

    .footer .footer-container .block .content {
        display: block;
        height: 26px;
        margin: 0 0 0 40px;
    }

        .footer .footer-container .block .content ul {
            overflow: hidden;
        }

            .footer .footer-container .block .content ul li {
                position: relative;
                line-height: 20px;
                font-size: 12px;
            }

                .footer .footer-container .block .content ul li .link {
                    color: #FFF;
                    cursor: pointer;
                    display: block;
                    height: 20px;
                    max-width: 250px;
                    overflow: hidden;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    color: #FEFEFE;
                }

                    .footer .footer-container .block .content ul li .link i {
                        margin-right: 10px;
                        font-size: 12px;
                        line-height: 20px;
                    }

.bottom-container {
    /* background-color: #22334B;*/
}

    .bottom-container .bottom {
        width: 1200px;
        margin: 0 auto;
        padding: 16px 0;
        text-align: center;
        color: #FFF;
        line-height: 24px;
    }

        .bottom-container .bottom p,
        .bottom-container .bottom a {
            color: inherit;
            font-size: 14px;
        }

        .bottom-container .bottom a {
            width: auto;
            margin-left: 5px;
        }

.el-menu {
    border: 0;
}

::-webkit-scrollbar {
    width: 12px;
    border-radius: 0;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    transition: 0.3s ease-in;
    background-color: #9093994d;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #90939980;
        transition: 0.3s ease-in;
    }


.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
    border-bottom: 0;
    color: #303133;
    background-color: #0e6dc9 !important;
}

.el-submenu__title * {
    color: inherit;
    vertical-align: middle;
}

.el-submenu .el-submenu__title .activeItem{
    color: #0081ff !important;
}

.el-submenu__title i {
    color: inherit!important;
}

.el-submenu .el-submenu__title >nth(9) {
    color: #0081ff !important;
}