body{
    background: #f8f8f8;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
}
.navBox{
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background: #fff;
}
.nav{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}
.logo{
    position: absolute;
    left: 20px;
    top: 24px;
}
.navList{
    position: absolute;
    top: 29px;
    right: 25px;
}
.navList .tap{
    position: relative;
    display: inline-block;
    margin: 0 60px;
    height: 38px;
    color: #000000;
    font-size: 22px;
    line-height: 38px;
}
.navList .tap.on{
    font-weight: bold;
    border-bottom: #0e553d 5px solid;
}
.navList .tap:hover{
    font-weight: bold;
    border-bottom: #0e553d 5px solid;
}
.content{
    position: relative;
    margin: 15px auto 0;
    padding: 45px 50px 90px;
    width: 1158px;
    border: #478f07 1px solid;
    background: #ffffff;
}
.content .title{
    position: relative;
    margin: 0 auto 50px;
    padding: 0 45px;
    width: 100%;
    height: 60px;
    color: #f8f8f8;
    font-size: 26px;
    font-weight: bold;
    line-height: 60px;
    background: #478f07;
}
.content .title .dot{
    position: absolute;
    left: 20px;
    top: 25px;
    width: 11px;
    height: 11px;
    border-radius: 50px;
    background: #f8f8f8;
}
.content .title .tap{
    position: absolute;
    top: 0;
    right: 30px;
    color: #f8f8f8;
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
}

.article{
    margin: 0 15px 60px;
}
.content p{
    color:#000;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}
.content p.noIndent{
    text-indent: 0;
}
.content p.textRight{
    text-align: right;
}
.content h1{
    margin-bottom: 30px;
    color:#000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
}
.content h2{
    color:#000;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}
.content b{
    color: #e60012;
}
.content p.noindent{
    text-indent: 0;
}
.artImage{
    margin: 10px 0;
}
.conImage{
    margin: 0 auto;
}
.listBlock{
    margin: 0 auto;
    width: 1050px;
}
.listNav{
    float: left;
    width: 220px;
}
.listNav li{
    padding: 14px 10px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    border-bottom: #ffffff 1px dashed;
    background: #0e553d;
    cursor:pointer
}
.listNav li:last-child{
    border: none;
}
.listContent{
    display: none;
    float: right;
    width: 780px;
}
.listTitle{
    padding: 10px 0;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: #0e553d 1px dashed;
}
.listTitle p{
    color: #0e553d;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    text-indent: 1em;
    border-left: #0e553d 6px solid;
}
.listBox{
    padding: 0 5px;
}
.listBox tr{
    position: relative;
    color: #010101;
    font-size: 16px;
    line-height: 24px;
    border-bottom: #d2d2d2 1px dashed;
}
.listBox .name{
    padding: 10px 0.5em;
    width: 45%;
}
.listBox .address{

}
.listBox .apply{
    float: right;
    display: inline-block;
    padding: 0 14px;
    color: #fff;
    line-height: 34px;
    border-radius: 50px;
    background: #478f07;
}
.clear{
    clear: both;
}
.footer{
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    background-color: #478f07;
}
.footer a{
    color: #fff;
}