*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
html,
body{
    background-color: #eee;
    font-size: 20px;
    font-family: "Microsoft YaHei",微软雅黑;
}
p{
    text-indent: 2em;
}
a{
    text-decoration: none;
    outline: none;
    color: #03663e;
}

a:hover{
    color: #7ec534;
}
li{
    list-style: none;
}
.container{
    max-width: 1000px;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.shadow{
    -webkit-box-shadow: 0 0 10px #777;
    -moz-box-shadow: 0 0 10px #777;
    box-shadow: 0 0 10px #777;
}
.img-response{
    width: 100%;
}
.img-response-90{
    display: block;
    width: 90%;
    margin: 1rem auto;
}
.clear{
    clear: both;
}
.header{
    background-color: #fff;
    color: #03663e;
    padding: 0 0 .5rem;
}
.header-top{
    border-top: 3px solid #7ec534;
}
.login{
    float: right;
}
.login,
.login a{
    font-size: .7rem;
    color: #fff;
    padding: 0 .5rem 4px;
    background-color: #7ec534;
}
.header img{
    float: left;
    height: 4rem;
}

.header-mid,
.header-left{
    float: left;
    padding: .25rem 1rem;
}

.header-mid h1{
    font-size: 1.55rem;
}
.header-mid h3{
    font-size: .9rem;
}

.header-right{
    float: right;
    font-size: .7rem;
    font-weight: 600;
    line-height: 1.75;
    padding: .2rem 1rem;
}

.body{
    padding-bottom: 2rem;
}
.nav{
    background-color: #7ec534;
}
.menu-lv1{
    float: left;
    width: 14.28%;
    text-align: center;
}
.nav a{
    display: block;
    font-size: .8rem;
    color: #000;
    line-height: 2rem;
}
.nav a:hover{
    background-color: #03663e;
    color: #fff;
    cursor: pointer;
}
.menu-lv2{
    position: absolute;
    background-color: #7ec534;
    display: none;
    z-index: 10;
}
.menu-lv2 li{
    border-top: 1px solid #eee;
}

.carousel{
    position: relative;
}
.carousel img{
    width: 50%;
    float: left;
}
#carousel1{
    display: block;
}
#carousel2,
#carousel3,
#carousel4,
#carousel5{
    display: none;
}
.carousel-footer{
    position: absolute;
    color: #03663e;
    bottom: .5rem;
    right: 1rem;
}

.carousel-footer span{
    padding: 0 5px;
    font-size: .8rem;
    border: 1px solid #ccc;
    background-color: #eee;
}
.carousel-footer span:hover,
.carousel-footer .active{
    background-color: #7ec534;
    color: #fff;
    cursor: pointer;
}

.side{
    width: 25%;
    float: left;
    padding-right: .75rem;
}
.panel{
    margin: .5rem 0;
}
.panel-header{
    font-size: .85rem;
    text-align: center;
    padding: .25rem .5rem;
    background-color: #7ec534;
}

.panel-body{
    line-height: 1.75;
    font-size: .75rem;
    padding: .25rem .5rem;
    border:1px solid #ccc ;
    background-color: #fff;
    -ms-word-wrap:break-word;
    word-wrap:break-word;
}

.hide{
    display: none;
}

.content{
    width: 75%;
    float: left;
}

.productInfo{
    position: relative;
    padding: .25rem .75rem .5rem;
    border-bottom: 1px dotted #ccc;
}
.productInfo img{
    width: 8rem;
    height: 6rem;
    float: left;
    margin-right: 10px;
}
.productInfo h5{
    font-size: .8rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #7ec534;
}
.productInfo a{
    float: right;
    margin-top: .5rem;
}

#companyInfo img{
    width: 40%;
    float: left;
    padding-right: .5rem;
}
#companyInfo p{
    font-size: .8rem;
    border-bottom: 1px dotted #ccc;
    margin-bottom: .5rem;
}
#companyInfo a{
    float: right;
}

.credit-header{
    padding: .8rem 0;
}
.credit-header h2{
    text-align: center;
}
.credit-header a{
    font-size: .8rem;
    font-weight: 400;
}
.credit-header span{
    padding: 0 2px;
    background-color: orange;
    color: #fff;
}
.credit-body{
    max-width: 650px;
    padding: .5rem;
    margin: auto;
    border-top: 1px dotted #ccc;
}
.credit-left{
    width: 30%;
    float: left;
    margin-left: 10%;
    padding-bottom: .5rem;
}
.credit-right{
    width: 50%;
    float: right;
}
.credit-9001{
    width: 50%;
    float: left;
}
.pull-left{
    float: left;
}
#businessLicense{
    width: 50%;
    display: block;
    margin: auto;
}

#minimap{
    padding: .5rem 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px dotted #ccc;
}
#contact a{
    float: right;
}

.side-list{
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}
.side-list a,
#industry a{
    color: #000;
}
.side-list a{
    display: block;
}
.side-list b,
#industry b{
    color: #7ec534;
}
.side-list:hover,
.side-menu a:hover,
#industry a:hover{
    background-color: #eee;
}

.side-menu{
    border-bottom: 1px dotted #ccc;
}
.side-menu a{
    display: block;
    font-size: .7rem;
    text-indent: 1rem;
    color: #03663e;
}
#industry a{
    display: block;
}

.product{
    width: 25%;
    float: left;
    padding: .5rem;
    text-align: center;
}
.product img{
    display: block;
    width: 100%;
    padding: 2px;
    border: 1px solid #ddd;
}


#map{
    width: 100%;
    height: 25rem;
    border: 1px solid #ddd;
}

.BMap_bubble_title{
    font-size: 10px;
    font-weight: bold;
}
.BMap_bubble_content{
    font-size: 8px;
    line-height: 1.2;
}
.BMapLabel{
    border-color: #ccc !important;
    padding: 2px !important;
}

#customerManage .btn{
    display: block;
    width: 50%;
    float: left;
}
#manageInfo{
    margin-top: 1rem;
    font-size: .8rem;
}

.btn a{
    display: block;
    max-width: 200px;
    margin: 0 auto 1rem;
    font-size: .8rem;
    text-align: center;
    padding: .5rem  0;
    background-color: #7ec534;
    border: 1px solid #03663e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;;
}
.btn a:hover{
    background-color: #03663e;
    color: #fff;
}
.feature{
    padding: 1rem 0;
    border-bottom: 1px dotted #ccc;
}
.feature-left{
    width: 48%;
    float: left;
}
.feature-right{
    width: 48%;
    float: right;
    font-size: .9rem;
    font-weight: 500;
    margin-top: 2.5rem;
}



#feature{
    margin: auto -.5rem;
}

.onlineContact{
    position: fixed;
    top: 20%;
    right: 0;
    width: 6.5rem;
    z-index: 2;
}
.onlineContact li img{
    width: .75rem;
    height: .75rem;
}
.onlineContact span{
    position: absolute;
    right: 0;
    top: 0;
    padding: .65rem .2rem;
    color: #fff;
}
.onlineContact span:hover{
    color: #03663e;
    cursor: pointer;
}
.onlineContact a{
    font-size: .75rem;
    color: #03663e;
}
.onlineContact a:hover{
    color: #7ec534;
}
.onlineContact li{
    border-bottom:1px dotted #ccc;
}
.onlineContact img{
    margin-bottom: -2px;
    margin-right: 5px;
}
.onlineContact h5{
    text-align: center;
    font-size: .7rem;
    margin-top: 5px;
}

.btn-contact{
    position: fixed;
    top:30%;
    right: 0;
    font-size: .75rem;
    padding: 5px;
    background-color: #7ec534;
    z-index: 1;
}
.btn-contact:hover{
    background-color: #03663e;
    color: #fff;
    cursor: pointer;
}

.footer{
    font-size: .7rem;
    background-color: #7ec534;
    padding: .75rem;
    text-align: center;
}
.footer p,
.footer a{
    text-indent: 0;
    color: #03663e;
}
.footer a:hover{
    color: #fff;
}

@media (max-width: 600px) {
    .hide-sm{
        display: none;
    }
    li.menu-lv1{
        width: 16.66%;
    }
    .content{
        width: 100%;
    }
    #companyInfo p{
        margin-top: 0;
    }

}

@media (max-width: 960px) {
    .onlineContact {
        display: none;
    }
}

@media (max-width: 400px) {
    html {
        font-size: 14px;
    }

    .hide-xs{
        display: none;
    }
    .header-left,
    .header-right{
        padding: 5px 0 0;
    }
    .header-left img{
        width: 120px;
    }
    .feature-right{
        margin-top: 1rem;
    }
}

@media (min-width: 400px) and (max-width: 600px){
    html {
        font-size: 16px;
    }
    .header-left img{
        width: 145px;
    }
    .feature-right{
        margin-top: 1.5rem;
    }
}

@media (min-width: 600px) and (max-width: 960px) {

    html{
        font-size: 18px;
    }
    .hide-md{
        display: none;
    }
    .header-left{
        padding: 0;
    }
    .header-mid,
    .header-right{
        padding: 5px 0 0;
    }
    .header-left{
        width: 20%;
    }
    .header-mid{
        width: 50%;
    }
    .header-right{
        width: 30%;
    }
    .header-left img{
        float: right;
        width: 120px;
        height: auto;
    }
    .header-mid h1{
        font-size: 20px;
        text-align: center;
    }
    .header-mid h3{
        font-size: 10px;
        text-align: center;
    }
    .header-right ul{
        font-size: 10px;
        line-height: 1.25;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .feature-right{
        margin-top: 20px;
    }
}