.bmp{
    padding:25px 0;
}
.bottom{
    width:100%;
    height:400px;
    background: rgb(82,82,80);
}
.bottomContent{
    width:1200px;
    height:396px;
    /*border:2px solid black;*/
    margin:0 auto;
    position: relative;
}

.ul_1{
    position: absolute;
    top:20px;
    left:10px;
}
.ul_2{
    position: absolute;
    top:20px;
    left:180px;
}
.ul_3{
    position: absolute;
    top:20px;
    left:350px;
}
.ul_4{
    position: absolute;
    top:20px;
    left:520px;
}
.ul_5{
    position: absolute;
    top:20px;
    left:690px;
}
.ul_6{
    position: absolute;
    top:20px;
    left:860px;
}
.ul_7{
    position: absolute;
    top:20px;
    left:1050px;
}

.bottomRight{
    position: absolute;
    right:20px;
    top:45px;
    width:200px;
    height:200px;
    /*border:2px solid red;*/
}
.imgOne{
    position: absolute;
    right:0; 
    cursor: pointer;
}
.imgF1{
    position: absolute;
    top:110px;
    left:52px; 
    cursor: pointer;
}
.imgF2{
    position: absolute;
    top:110px;
    left:106px; 
    cursor: pointer; 
}
.imgF3{
    position: absolute;
    top:110px;
    left:158px; 
    cursor: pointer; 
}
.imgF4{
    position: absolute;
    top:110px;
    right:-55px; 
    cursor: pointer; 
}


.bot{
    width:100%;
    height:65px;
    background: rgb(36,36,36);
}
.botFont{
    width:1200px;
    height:64px;
    font:13px/64px "微软雅黑";
    margin:0 auto;
    text-align: center;
    color:white;
}
.imgF1,.imgF2,.imgF3,.imgF4{
    margin-top: 15px;
}
.imgF1{
    width:40px;
    height:40px;background: gray;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    /*border:2px solid red;*/
}
.imgF2{
    width:40px;
    height:40px;background: rgb(82,82,80);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    /*border:2px solid red;*/
}
.imgF3{
    width:40px;
    height:40px;background: rgb(82,82,80);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    /*border:2px solid red;*/
}
.imgF4{
    width:40px;
    height:40px;background: rgb(82,82,80);
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    /*border:2px solid red;*/
}

.bottomLeft ul li{display:all; margin-top: 15px}
.bottom a{    text-decoration: none;    color: white;    font-size: 15px;}
.bottom a:hover{
    border-bottom: 1px solid white;
    color:white;
    opacity: 0.8;
}
