/*footer*/
#footer {
    width: 100%;
    height: 315px;
    background: white;
}

#footer .footerin {
    width: 1200px;
    margin: 0 auto
}

#footer .footerin .tecon {
    width: 100%;
    height: 200px
}

#footer .footerin f {
    float: left
}

#footer .footerin .footbrand {
    width: 348px;
    height: 125px;
    margin-top: 64px;
    float: left
}

#footer .footerin div.bar {
    position: relative;
    height: 68px;
    width: 348px
}

#footer .footerin div.bar div {
    float: left
}

#footer .footerin .bar:after {
    display: block;
    content: "";
    background-image: url(../image/footerBar.png);
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 350px;
    height: 4px
}

#footer .footerin .footbrand div.foottitle {
    font-size: 24px;
    line-height: 68px;
    margin-left: 14px;
    width: 144px
}

#footer .footerin .footbrand ul {
    height: 54px;
    width: 100%
}

#footer .footerin .footbrand ul li {
    float: left;
    line-height: 54px;
    width: 45%;
    text-align: center;
    letter-spacing: 22px;
    font-size: 17px;
    color: #0f6939
}

#footer .footerin .footbrand ul li.dot {
    width: 8px;
    height: 8px;
    background: #006c3a;
    border-radius: 50%;
    text-align: left;
    margin-top: 23px;
    margin-left: 10px
}

#footer .footerin .footbrand ul li.well {
    float: right;
    width: 156px;
    margin-right: -16px
}

#footer .footerin .footlink {
    width: 730px;
    float: right;
    height: 150px;
    margin-top: 75px
}

#footer .footerin .footlink ul {
    float: right;
    width: 166px;
    border-left: 1px solid #ddd;
    padding-left: 14px
}

#footer .footerin .footlink ul li {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    color: #666
}

#footer .footerin .footlink ul li a {
    display: block;
    color: #666;
    position: relative
}

#footer .footerin .footlink ul li a.actives:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #006c3a;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    position: absolute;
    top: 10px;
    left: 0
}

#footer .footerin .footlink ul li a:hover {
    text-indent: 12px;
    color: #006c3a
}

#footer .footerin .footlink ul .title {
    height: 33px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    margin-bottom: 10px
}

#footer .footerin .footlink ul .title:after {
    display: block;
    content: "";
    width: 41px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #006c3a
}

#footer .footerin .friendship {
    margin-top: 30px
}

#footer .footerin .friendship p {
    width: 100%;
    font-size: 13px;
    color: #aaa;
    text-align: center;
    line-height: 24px
}

.aaaa {
    width: 100%
}