
/*input,textarea{outline:none;border:none;background:none;}*/
.w-1000{width:1000px;margin:0 auto;}
.clear{clear:both;}
a.load-more{   /* 点击按钮 */
    visibility: hidden;
}



/*---尾部样式---*/
.footera{
    width: 100%;
    height: 295px;
    overflow: hidden;
}
.footer-s{
    width: 100%;
    height: 155px;
    padding-top: 15px;
    overflow: hidden;
    background-color: #3c3c3c;
}
.footer-x{
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background-color: #2c2c2c;
    font-size: 16px;
    color: rgb(233, 233, 233);
    text-align: center;
}
.public{
    float: left;
    width: 145px;
    height: auto;
    overflow: hidden;
}
.public-img{
    width: 122px;
    height: 118px;
    overflow: hidden;
    background-color: #191919;
}
.public-img img{
    max-width: 100%;
}
.public p{
    width: 122px;
    height: auto;
    text-align: center;
    font-size: 14px;
    font-family: "黑体";
    color: rgb(180, 180, 180);
    line-height: 3.429;
}
.line{
    float: left;
}
.footer-nav{
    float: left;
    width: 850px;
    height: auto;
    overflow: hidden;
}
.footer-nav dl{
    float: left;
    width: 120px;
    height: auto;
    text-align: center;
    overflow: hidden;
}
.footer-nav dl dt{
    margin-bottom: 10px;
    font-weight: 300;
}
.footer-nav dl dt a{
    font-size: 14px;
    color: #e9e9e9;
    line-height:14px;
    text-align: center;
    text-transform: uppercase;
}
.footer-nav dl dt a:hover{
    text-decoration: underline;
}
.footer-nav dl dd a{
    font-size: 12px;
    color: rgb(163, 163, 163);
    text-transform: uppercase;
    line-height: 150%;
}
.footer-nav dl dd a:hover{
    color: #e9e9e9;
}
.footer-nav dl:nth-of-type(1){
    padding-left: 25px;
}
.line{
    float: left;
    width: 1px;
    height: 120px;
    margin-top: 16px;
    background-color: #4a4949;
    overflow: hidden;
}
