﻿html, body {
    width: 100%;
}

a {
    text-decoration: none;
}

ul, li, img {
    list-style: none;
}

img {
    border: none;
}

div, header, ul, li, img, nav, section, body, p {
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 100%;
}

.header {
    width: 100%;
    height: 105px;
    border-bottom: 3px solid #009944;
}

.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 {
    margin: 50px auto 0 auto;
    width: 955px;
}

.new-list {
    width: 545px;
    float: left;
}

    .new-list ul {
        margin-top: 20px;
    }

.news-item {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #acacac;
}

    .news-item a {
        font-size: 16px;
        color: #4a4a4a;
    }

        .news-item a:hover {
            font-weight: bold;
        }

.news-date {
    float: right;
}

.title-bar {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #029b44;
    position: relative;
}

.more {
    position: absolute;
    top: 10px;
    right: 5px;
}

.product-list {
    width: 309px;
    float: left;
    margin-left: 97px;
}

.product-box {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}

.chinese {
    font-size: 16px;
    color: #5e5e5e;
    font-weight: bolder;
}

.english {
    font-size: 22px;
    color: #029b44;
    font-weight: bolder;
}

.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;
    }
