﻿a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
}

#header {
    height: 150px;
    background-color: #4D4B4C;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #header ul {
        display: flex;
        justify-content: center;
    }

        #header ul li {
            margin-right: 5%;
            list-style: none;
            flex-shrink: 0;
        }

            #header ul li:last-child {
                margin-right: 0;
            }

            #header ul li a {
                display: block;
                height: 60px;
                line-height: 60px;
                color: #FFF;
                text-align: center;
                padding: 0 10px;
                font-weight: 600;
            }

                #header ul li a:hover, #header ul li a:active, #header ul li a.active {
                    border-bottom: 4px solid #00B9A9;
                }

@media(min-width: 1445px) {
    #header ul {
        width: 30%;
    }

        #header ul li a {
            font-size: 18px;
        }
}

@media(max-width: 1444px) {
    #header ul {
        width: 55%;
    }

        #header ul li a {
            font-size: 16px;
        }
}

#header .logo {
    margin-right: 13%;
}

#header .kouhao {
    margin-top: 44px;
    margin-right: 3%;
    color: #fff;
}

#sub_content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 35px 0;
}

#sub_right {
    width: 70%;
}

#footer {
    background-color: #4EB7A9;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-box {
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        max-width: 1000px;
        margin: 0 auto;
        padding: 30px 0;
    }

.footer-box .footer-img {
    padding-top: 5px;
    margin-right: 5px;
}

.footer-box .footer-phone {
    font-size: 20px;
}

.footer-box .footer-qrcode{
    width: 100px;
    margin-right: 10px;
}

.footer-box .footer-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
}

.footer-box .footer-ul {
    width: 310px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    margin-bottom: 30px;
}

    .footer-box .footer-ul li {
        margin-right: 15px;
    }

        .footer-box .footer-ul li:last-child {
            margin-right: 0;
        }
.footer-box .sys_address{
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
}


#div_loading {
    z-index: 9011;
    text-align: center;
}

#div_loading_img {
    z-index: 9012;
    margin: 0px auto;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    position: fixed !important;
}

.window-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    opacity: 0.40;
    font-size: 1px;
    overflow: hidden;
    background: #ccc;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb100{
    margin-bottom: 100px;
}

.mt30 {
    margin-top: 30px;
}

.red {
    color: red;
}

.white {
    color: #fff;
}

.green {
    color: #00B9A9;
}

.clear {
    clear: both;
}

.tr {
    text-align: right;
}
