body{
    margin: 3rem 0 2.25rem 0;background: #f3f3f3;
}
.bgwhite{
    background: white;
}
.bgfc{
    background: #fcfcfc;
}
.br1{
    border-right: 1px #ddd solid;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/* header */
.header{
    overflow: hidden;width: 100%;background: white;padding: 0 0.75rem;box-sizing: border-box;box-shadow:0 0 0.5rem #cccccc;
    position: fixed;left: 0;top: 0;z-index: 99;
}
.logo{
    height: 2.5rem;float: left;
}
.logo img{
    max-height: 100%;
}
.menu{
    float: right;margin: 0.7rem 0;line-height: 1.1rem;
}
.menu span.dd-iconfont{
    font-size: 1.1rem;
}
/* nav */
.nav-menu-container{
    width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);z-index: 999;position: fixed;right: 0;top: 0;display: none;
}
.nav{
    float: right;height: 100%;box-sizing: border-box;padding-left: 1.5rem;background: white;width: 0;
}
.nav-logo{
    display: flex;line-height: 1.5rem;padding: 0.75rem 0;justify-content: space-between;margin-right: 1.5rem;border-bottom: 1px #f1f1f1 solid;
}
.nav-logo img{
    height: 1.5rem;
}
.nav-list{
    overflow: hidden;
}
.nav-list li{
    overflow: hidden;
}
.nav-list li a.nav-list-item{
    color: #333;font-size: 0.75rem;text-align: left;display: block;padding: 0.5rem 0 0 0;
}
.nav-list li a.nav-list-item span.caret{
    display: inline-block;width: 0;height: 0;margin-left: 0.25rem;vertical-align: middle;border-top: 0.2rem dashed;
    border-right: 0.2rem solid transparent;border-left: 0.2rem solid transparent;
}
.nav-list li .nav-list-more{
    overflow: hidden;padding: 0 0 0 0.5rem;display: none;
}
.nav-list li .nav-list-more a.item{
    display: block;font-size: 0.7rem;line-height: 1.5rem;color: #333;
}
/* banner */
.banner{
    width: 100%; margin: 0 auto; overflow: hidden;
}
.banner .hd{
    width: 100%; overflow: hidden;margin: 0.5rem 0;
}
.banner .hd ul{
    overflow:hidden; font-size: 0;text-align: center;
}
.banner .hd ul li{
    width: 0.5rem; height:0.1rem; background:#014e2a; display: inline-block;margin: 0 0.25rem;
}
.banner .hd ul .on{
    background:#bc0005;
}
.banner .bd{
    position:relative; z-index:0;
}
.banner .bd li img{
    width:100%;height: 5.5rem;
}
.banner .bd li a{
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
/* bottom-nav */
.bottom-nav{
    position: fixed;left: 0;bottom: 0;width: 100%;z-index: 99;overflow: hidden;border-top: 1px #ddd solid;
    display: flex;justify-content: space-between;text-align: center;background: white;
}
.bottom-nav a.bottom-nav-item{
    flex: 1 1 33%;
}
.bottom-nav a.bottom-nav-item span.aui-iconfont{
    font-size: 0.8rem;
}
.bottom-nav a.bottom-nav-mode{
    line-height: 1.05rem;margin: 0.6rem 0;color: #333;font-size: 0.7rem;
}
.bottom-nav a.bottom-nav-telephone{
    background: #014e2a;color: white;line-height: 2.25rem;
}
/* footer */
.footer{
    text-align: center;font-size: .7rem;line-height: 1.5rem;padding: 1rem 0.75rem;
}
.footer img.bottom-wechat{
    display: inline-block;width: 5rem;
}
/* public-title */
.public-title{
    display: flex;justify-content: space-between;font-family: 'Microsoft Yahei';font-size: 0.8rem;line-height: 1rem;padding: 0.5rem 0;
}
.public-title span{
    border-left: #014e2a 5px solid;padding: 0 0 0 1rem;
}
.public-title a.more{
    font-size: 0.6rem;color: #666;
}
.public-img-list{
    display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0 0 0.75rem 0;
}
.public-img-list a.public-img-item{
    display: inline-block;flex: 0 1 30%;margin: 0.75rem 0 0 0;
}
.public-img-list a.public-img-item .public-img-item-images{
    width: 100%;height: 4rem;
}
.public-img-list a.public-img-item .public-img-item-text{
    text-align: center;font-size: 0.6rem;line-height: 1.5rem;height: 1.5rem;overflow: hidden;color: #333;
}
.home-about-title{
    overflow: hidden;padding: 1.5rem 1rem;
}
.home-about-title img{
    max-width: 100%;
}
.home-about{
    overflow: hidden;
}
.home-about .home-about-text{
    line-height: 1.5rem;font-size: .8rem;text-indent: 2em;
}
.home-about .home-about-img{
    overflow: hidden;padding: 1.5rem 0;
}
.home-about .home-about-img img{
    max-width: 100%;
}
.home-case{
    position: relative;width: 100%;overflow: hidden;padding: 1rem 0;
}
.home-case .prev,.home-case .next{
    position: absolute; left: 0; top:3.5rem; display:block; width:50px; height:40px; background:url('../images/prev@icon.png') center center no-repeat;background-size: 100%;
}
.home-case .next{
    left: auto; right: 0; background:url('../images/next@icon.png') center center no-repeat;
}
.home-case .bd{
    z-index: 1;width: 60%;margin: 0 20%;
}
.home-case .bd li{
    position: relative;
}
.home-case .bd li img{
    display:block;width: 100%;height: 7.2rem;
}
.home-case .bd li a{
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
.home-case .bd li .tit{
    display:block; width:100%; line-height: 1.5rem;height: 1.5rem;overflow: hidden;color: #333;
    text-align: center;font-size: .7rem;
}
.home-article{
    overflow: hidden;
}
.home-article .hd{
    overflow: hidden;text-align: center;margin: 1.5rem 0;
}
.home-article .hd ul{
    overflow:hidden;
}
.home-article .hd ul li{
    margin:0 .5rem; color:#014e2a;display: inline-block;border:1px solid #014e2a;height:2rem; line-height:2rem;background: white;
    padding: 0 .5rem;
}
.home-article .hd ul .on{
    background: #014e2a;color: white;
}
.home-article-list{
    overflow: hidden;
}
.home-link{
    display: flex;justify-content: space-between;
}
.home-link .home-link-item{
    flex: 0 0 30%;text-align: center;
}
.home-link .home-link-item .home-link-img{
    height: 5.2rem;vertical-align: middle;text-align: center;line-height: 5.2rem;
}
.home-link .home-link-item .home-link-img img{
    display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;
}
.home-link .home-link-item .home-link-text{
    line-height: 1.5rem;color: #333;
}
.about-title{
    overflow: hidden;padding: 1.5rem 0 0 0;line-height: 1.5rem;font-size: 1rem;font-family: 'Microsoft Yahei';
    text-align: center;
}
.about-thumb{
    overflow: hidden;padding: 1.5rem 0 0 0;text-align: center;
}
.about-thumb img{
    max-width: 100%;display: inline-block;
}
.about-content{
    overflow: hidden;line-height: 1.5rem;font-size: .7rem;padding: 1.5rem 0;
}
.about-content img{
    max-width: 100%;display: inline-block;
}
.public-banner{
    overflow: hidden;
}
.public-banner img{
    max-width: 100%;
}
.page{
    padding: 1rem 0;overflow: hidden;text-align: center;font-family: 'Microsoft Yahei';font-size: 12px;line-height: 1.5rem;
}
.page a{
    display: inline-block;border: 1px #e3e3e3 solid;margin: .5rem .25rem;padding: 0 .75rem;color: #333;
}
.page span.current{
    display: inline-block;background: #014e2a;color: white;height: 1.6rem;line-height: 1.6rem;padding: 0 .75rem;margin: 0 .25rem;
}