body,a{
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, '宋体';
}
a:hover{
    text-decoration: none;
}

#menu_bar{
    margin-top: 10px;
}
#menu_bar .menu li{
    width: 110px;
    float: left;
    list-style-type: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
}
#menu_bar .menu li a{
    font-size: 1rem;
    display: block;
    color: #444444;
    text-decoration-line: none;
}
#menu_bar .menu li:hover,#menu_bar .menu li.select{
    background-color: #1e7e55;
}
#menu_bar .menu li a:hover{
    color: #fff;
}
#logo img{
    width: 180px;
    height: 40px;
}
#menu_bar .menu li ul{
    display: none;
}
#menu_bar .menu li:hover ul{
    display: block;
    margin-left: -45px;
}
#menu_bar .menu li ul li{
    /*margin-left: -45px;*/
    width:110px ;
    background-color: #1e7e55;
    height: 40px;
    line-height: 40px;
}
#menu_bar .menu li ul li a{
    color: #fff;
    font-size: 14px;
}
#menu_bar .menu li ul li:hover{
    background-color: #fff;
}
#menu_bar .menu li ul li:hover a{
    color: black;
}
#top-bar{
    height: 45px;
    background-color:#007348 ;
    color: #fff;
    line-height: 45px;
    font-size: 1rem;
    text-align: center;
}
#top-bar a{
    color: #fff;
}
#header div{
    background-color:#007348 ;
}
#search-btn{
    width: 25px;
    height: 25px;
    background: url("../images/search.png") no-repeat center;
    border: none;
    margin-left: 5px;
}
.w-1440{
    width: 1440px;
}
#wap_menu .logo{
    background-color: #fff;
    padding: 10px;
}
#wap_menu ul{
    list-style-type: none;
}
#wap_menu ul li{
    width: 90%;
    background-color: #fffffe;
}

/*#wap_menu .menu li:hover{*/
/*    background-color: #006e3f;*/
/*}*/
/*#wap_menu .menu li:hover a{*/
/*    color: #fffffe;*/
/*}*/
#wap_menu .menu li a{
    color: #006e3f;
    list-style-type: none;
}
#wap_menu .menu li ul{
    display: none;
}
#menu-btn{
    font-weight: bold;
    font-size: 48px;
    cursor: pointer;
}
#wap-menu-list{
    background-color: #e6f4ef;
    margin-top: 80px;
}


#footer{
    margin-top: 20px;
    height: 628px;
    background-color: #002b1a;
    font-size: 16px;
    color: #FFFFFF;
}
#footer a{
    font-size: 16px;
    color: #FFFFFF;
}
.footer-title{
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
#copyright{
    /*text-align: center;*/
    padding-top: 20px;
    border-top: solid 1px #093222;
    margin-top: 100px;
}

#about-us{
    padding-top: 95px;
}

.page-banner{
    font-size: 45px;
    line-height: 340px;
    text-align: center;
    color: #FFFFFF;
}
.page-nav ul{
    list-style-type: none;
}
.page-nav ul li{
    float: left;
}
.page-nav{
    background-color: #e6f4ef;
    height: 75px;
    line-height: 75px;
}
.page-nav,.page-nav a{
    color: #006e3f;
}
.page-nav{
    margin-top: -16px;
}
#page-list {
    text-align: center;
    padding: 50px 0;
}
#page-list a{
    padding: 5px 40px;
    width: 150px;
    height: 35px;
    line-height: 35px;
    border: solid 1px #006e3f;
    color: #4e4e4e;
    margin-right: 20px;
}
#page-list a:hover{
    background-color: #006e3f;
    color: #FFFFFF;
}
.w-1200{
    width: 1200px;
}
.time-icon{
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/time2.png") no-repeat center;
    margin-top: 2px;
    margin-right: 20px;
}
.local-icon{
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/local.png") no-repeat center;
    margin-top: 2px;
    margin-right: 20px;
}
.tel-icon{
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/tel.png") no-repeat center;
    margin-top: 2px;
    margin-right: 20px;
}

#guid-blk p{
    clear: both;
    margin-bottom: 30px;
}
#guid-blk p span{
    float: left;
}
#guid-blk p.guid-desc{
    padding-top: 20px;
    text-align: left;
}

/*手机端*/
@media screen and (max-width: 767px) {
    .page-content .w-1440,.page-nav .w-1440,.w-1200{
        width: 100%;
    }
    .page-nav{
        /*line-height: 25px;*/
    }
}