
#banner{
    width: 100%;
    margin-bottom: 40px;
}

#banner img{
    display: block;
    margin:0 auto;
    width:100%;
    height: auto;
}


.service-detail{
    display: none;
    padding-bottom: 90px;
}
.service-detail article{
    padding:0 10px;
}
.service-detail.active{
    display: block;
}
.service-detail h1{
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    line-height: 75px;
    text-align: center;
    margin: 0;
}

.service-detail .cover{
    margin-bottom: 30px;
}

.service-detail p{
    margin: 0;
    line-height: 2em;
}

.sidewrap{
    width: 220px;
    max-width: 100%;
}

.sidenav{
    
    line-height: 55px;
    background: #f7f7f7;
    color: #505050;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    max-width: 100%;
}

.sidenav.active{
    background: #7dcc45;
    color: #fff;
}
.sidenav.active a{
    color:#fff;
}
@media screen and (max-width:768px){
    .sidewrap{
        width: 100%;
    }
}



.map{
    width: 100%;
    margin:30px auto;
}

.map img{
    width: 100%;
    display: block;
    max-width: 100%;
}

.contactlist{
    width: 100%;
    position: relative;
    padding-left: 40px;
    margin:20px 0;
}

.areaname{
    width: 1em;
    position: absolute;
    height: 100%;
    padding:0 10px;
    top: 0;
    left: 0;
    color: #fff;
    background: #7dcc45;
    box-sizing: content-box;
}
.areaname span{
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.2em;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
}

.contactlist{
    margin:30px 0;
}
.contactlist ul{
    width: 100%;
}
.contactlist ul li{
   
    float: left;
    box-sizing: border-box;
    padding:0 15px;
    margin-bottom: 15px;
}
.contactlist .position{
    font-size: 18px;
    color: #7dcc45;
    line-height: 1em;
    padding-bottom: 15px;
    border-bottom: 2px solid #7dcc45;
    margin-bottom: 10px;
}
.contactlist .label{
    color: #7dcc45;
}
.contactlist .tel, .contactlist .addr{
    line-height: 1.2em;
    margin-bottom: 5px;
    font-size: 12px;
}

.contactlist .addr{
     height:35px;   
}
@media screen and (max-width: 767px){
    .contactlist ul li{
        width: 50%;
    }

    .contactlist{
        padding-left: 20px;
    }

    .areaname{
        padding: 0 6px;
    }

     #banner {
         margin-bottom: 20px;
     }
}

@media screen and (max-width:375px) {
    .contactlist ul li {
        width: 100%;
    }

    .contactlist .position{
        font-size: 16px;
    }

}