/* CSS Document */
/*efoot start*/
.efoot{
    width: 100%;
    padding-bottom: 40px;
    background-color: #181818;
}
.efoot .efoot-content{
    width: 1200px;
    margin: 0 auto;
}
.efoot-content .efoot-content-top{
    width: 100%;
    position: relative;
}
.efoot-content-top .top-item{
    float: left;
    width: 25%;
    text-align: center;
}
.efoot-content-top .top-item a{
    display: block;
    color: #FFF;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
    /*padding: 0 45px;*/
    padding: 45px 0 15px;
    text-decoration: none;
    text-align: center;
    border-bottom: 2px solid #2e2e2e;
}
.efoot-content-top .top-item .addClass_a{
    border-bottom: 2px solid #783580;
}
.efoot-content .efoot-content-middle{
    width: 1200px;
    height: 210px;
    overflow: hidden;
}
.efoot-content-middle .middle-con{
    width: 1200px;
    height: 210px;
    overflow: hidden;
    position:relative;
}
.middle-con .footPic{
    position: absolute;
    top: 0;
    left: 60px;
}
.middle-con .footPic .efooter-item{ 
    margin:0 8px; 
    float:left; 
    _display:inline; 
    overflow:hidden; 
    text-align:center; 
    position: relative;  
}
.middle-con .footPic .efooter-item img{ 
    width:200px; 
    height:150px;
}
.middle-con .ft-norrow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.middle-con .ft-norrow .prev,
.middle-con .ft-norrow .next{
    position: absolute; 
    display:block;  
    width:50px; 
    height:60px; 
    overflow:hidden;
    background:url("../images/common/icon.png") 0 0 no-repeat;
    z-index: 5; 
    cursor: pointer;
}
.middle-con .ft-norrow .prev{ 
    background-position:-165px -150px; 
    left: 20px;
    top: 50px;
}
.middle-con .ft-norrow .next{ 
    background-position:-250px -150px; 
    right: 0;
    top: 50px;
}
.efoot-content-middle .middle-con3{
    width: 1000px;
    margin: 0 auto;
}
.middle-con3 .con3-item{
    float: left;
}
.efoot-content .efoot-content-bottom{
    width: 100%;
}
.efoot-content .efoot-content-bottom p,
.efoot-content .efoot-content-bottom p a{
    color: #6f6f6f;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}
/*efoot end*/
