﻿html, body {
    width: 100%;
}

a {
    text-decoration: none;
}

ul, li, img {
    list-style: none;
}

div, header, ul, li, img, nav, section, body, p {
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 100%;
}

/* header */
.header {
    width: 100%;
    height: 105px;
    border-bottom: 3px solid #009944;
    /* overflow: hidden; */
}

.header-box {
    width: 1080px;
    margin: 0 auto;
    height: 100%;
}

.logo {
    margin-top: 25px;
    background: url(../images/logo.png) no-repeat center center;
    width: 138px;
    height: 61px;
    float: left;
}

.nav {
    float: left;
    margin-left: 65px;
}

.menu {
    margin-top: 22px;
}

.menu-item {
    float: left;
    width: 96px;
    height: 80px;
}

    .menu-item a {
        display: block;
        color: #595757;
        width: 100%;
        height: 100%;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 90px;
    }

        .menu-item a:hover {
            color: #029b44;
            border-bottom: 6px solid #e60012;
        }

        .menu-item a.menu-active {
            color: #029b44;
            border-bottom: 6px solid #e60012;
        }

.has-sub {
    position: relative;
}

.sub-menu {
    z-index: 999;
    position: absolute;
    background-color: #e60012;
    width: 100%;
    opacity: 0.6;
}

.sub-menu-item {
    padding: 10px 0;
}

    .sub-menu-item a {
        display: block;
        text-align: center;
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
    }

        .sub-menu-item a:hover {
            height: 20px;
            line-height: 20px;
            color: #FFF;
            border: none;
            opacity: 0.8;
        }

.phone-box {
    float: left;
    margin-left: 85px;
    margin-top: 47px;
}

.phone-icon {
    background: url(../images/phone.png) no-repeat center center;
    width: 44px;
    height: 41px;
    float: left;
}

.phone-txt {
    float: left;
    color: #029b44;
    margin-left: 5px;
}

.txt {
    font-size: 16px;
}

.num {
    font-size: 24px;
    font-weight: bolder;
}

.banner {
}

    .banner img {
        width: 100%;
        vertical-align: bottom;
    }


/* content */
.second-menu {
    height: 55px;
    width: 100%;
    background-color: #838383;
}

.second-menu-box {
    margin: 0 auto;
    width: 955px;
}

.second-menu-item {
    width: 150px;
    height: 100%;
    color: #FFF;
    text-align: center;
    line-height: 55px;
    font-weight: bold;
    float: left;
    cursor: pointer;
}

.content {
    margin: 56px auto 0 auto;
    width: 955px;
}

.pic, .info {
    float: left;
}

.info {
    margin-left: 50px;
    padding-top: 10px;
    width: 580px;
}

.info-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
    padding-bottom: 15px;
}

.info-title {
    font-size: 18px;
    color: #009944;
    font-weight: bold;
}

.info-detail {
    font-size: 13px;
    color: #787878;
}

/* footer */
.footer {
    height: 220px;
    width: 100%;
    background-color: #009944;
    margin-top: 142px;
    float: left;
}

.footer-box {
    width: 1080px;
    margin: 0 auto;
    padding-top: 43px;
    color: #FFF;
}

    .footer-box a {
        color: #FFF;
        font-size: 18px;
    }

        .footer-box a:hover {
            text-shadow: 1px 1px 1px #DDD;
        }

.foot-nav {
    float: left;
    margin-left: 75px;
    width: 160px;
    border-right: 1px solid #FFF;
}

.bigger {
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.dot {
    display: inline-block;
    background-color: #FFF;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-bottom: 2px;
}

.foot-nav ul li {
    padding: 5px 5px 5px 25px;
}

.wechat-box {
    float: left;
    margin-left: 22px;
    font-size: 12px;
}

.code {
    float: left;
    margin-left: 20px;
    text-align: center;
}

    .code p {
        padding: 3px 0;
    }
