* {
    padding: 0;
    margin: 0;
}

a img {
    border: none;
    margin: 0;
    padding: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ul,
ol,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

img {
    border: none;
}

input,
img {
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

    a:focus,
    a:hover,
    a:visited {
        text-decoration: none !important;
    }

em,
i {
    font-style: normal;
}

.navbar-logo {
    padding-left: 10px;
    color: white;
    font-weight: 400;
    font-size: 25px;
    line-height: 60px;
}

    .navbar-logo img {
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }

    .navbar-logo span {
        color: #00a4d2;
    }

.GoToTop {
    z-index: 8000;
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    height: 50px;
    width: 50px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(179, 179, 179, 0.2), 0 6px 20px 0 rgba(179, 179, 179, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-position: center;
    background-image: url(../image/top.png);
    background-repeat: no-repeat;
}

    .GoToTop:hover {
        border-color: #a8d5ff;
        color: #2793f7;
        background-image: url(../image/top-hover.png);
    }

.WeChatCode {
    display: inline-block;
    position: fixed;
    z-index: 99;
    bottom: 150px;
    right: 20px;
    height: 50px;
    width: 50px;
    background-color: white;
    background-image: url(../image/wx1.png);
    background-size: 100% 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}

    .WeChatCode:hover {
        background-image: url(../image/wx_code_big.png);
        width: 400px;
        height: 115px;
        border-radius: 8px;
    }

.main-container {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.nav-second {
    background-color: #EDEEF2;
}

    .nav-second ul li {
        float: left;
        width: 15%;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }

        .nav-second ul li:hover {
            background-color: #d7d7d7;
            transition: all .3s linear;
        }

.footer {
    width: 100%;
    background: #4D4D4D;
}

.footer-map {
    padding-top: 36px;
}

    .footer-map dl {
        float: left;
        width: 16.5%;
        margin: 0;
    }

        .footer-map dl dt {
            font-weight: 700;
            color: #DBDBDB;
            font-size: 14px;
            margin-bottom: 18px;
        }

        .footer-map dl dd {
            margin-left: 0;
            color: #B3B3B3;
            font-size: 12px;
            margin-bottom: 10px;
        }

    .footer-map a {
        color: #DBDBDB;
        text-decoration: none;
    }

.footer i {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #5D6166;
    margin: 30px 0px;
}

.footer-bottom {
    height: 150px;
    width: 910px;
    margin: 0 auto;
}

.footer-wechat {
    float: left;
    border-radius: 8px;
    background-image: url(../image/wx_code_big.png);
    width: 400px;
    height: 115px;
}

.footer-address {
    float: left;
    font-size: 16px;
    color: #B3B3B3;
    margin-left: 30px;
    line-height: 40px;
   /** padding-top: 10px;**/
}

@media (min-width: 769px) and (max-width: 991px) {
    .navbar-logo {
        display: none;
    }

    .footer-map {
        display: none;
    }

    .footer-wechat {
        display: none;
    }

    .footer-address {
        padding-top: 10px;
        text-align: center;
        margin-left: 0px !important;
        width: 100% !important;
        font-size: 14px !important;
    }

    .footer i {
        display: none !important;
    }

    .footer-bottom {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (min-width: 500px) and (max-width: 768px) {

    .navbar-logo {
        font-size: 25px;
    }

        .navbar-logo img {
            display: none;
        }

    .footer-map {
        display: none;
    }

    .footer i {
        display: none !important;
    }

    .footer-bottom {
        width: 100% !important;
        height: 100% !important;
    }

    .footer-address {
        padding-top: 10px;
        text-align: center;
        margin-left: 0px !important;
        width: 100% !important;
        font-size: 14px !important;
    }

    .footer-wechat {
        display: none;
    }
}

@media (min-width: 250px) and (max-width: 500px) {

    .navbar-logo {
        font-size: 20px;
        line-height: 50px;
    }

        .navbar-logo img {
            display: none;
        }


    .footer-map {
        display: none;
    }

    .footer i {
        display: none !important;
    }

    .footer-bottom {
        width: 100% !important;
        height: 100% !important;
    }

    .footer-address {
        padding-top: 10px;
        text-align: center;
        margin-left: 0px !important;
        width: 100% !important;
        font-size: 12px !important;
    }

    .footer-wechat {
        display: none;
    }
}
