@charset "utf-8";
/* CSS Document */
body{
    margin: 0;
    padding: 0;    
   /*  background: #f1f5f8; */
    font-family:"微软雅黑","Microsoft YaHei" ! important;
    display: block;
    
}
*{
    box-sizing:  border-box;
}

div{
    position: relative;
    
}
a{
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
   
}
a:hover{
    color: #f2b800;
   
}
.floatLeft{
    float: left;
}
.floatRight{
    float: right;
}
.w1254{
    width: 1254px;
    margin: 0 auto;
}
.clearFix{   
    clear: both;
}
.clearFix::after{
    content: "";
    display: table;
    clear: both;
}


.footer{
    padding: 30px 40px;
     background-size: auto 160px;
    background-image: url(../images/footerbg.png); 
    box-sizing: content-box;
    width: 1174px;
     background-color: #184778; 
   
}
.footer>div{
    z-index: 2;
}
.footer .footerbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:  160px;
    background-color: #184778;
    opacity: .9;
    z-index: 1;
}
.footer .top{
    margin-bottom: 30px;
}
.footer .top .item{
    float: left;
    width: 12.5%;
    color: #fff;
    line-height: 14px;
}
.footer .top .item .title{
    font-weight: bold;
    font-size: 14px;
}
.footer .top .item a{
    color: #6b89a8;
    width: 100%;
    display: inline-block;
    font-size: 14px;
}
.footer .top .item .title{
    margin-bottom: 14px;
}
.footer .top .item a:hover{
    color: #fff;
}
.footer .top .item a+a{
    margin-top: 14px;
}
.footer .bottom{ 
    height: 100px;
    text-align: center;
    width: 1174px;
 
   
}
.footer::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1254px;
    height: 160px;
    background-size: auto 160px;
    background-image: url(../images/footerbg.png); 
     z-index: 2;   
}
.footer::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1254px;
    height: 160px;
    background-color: #184778;    
    z-index: 1;
}
.footer .bottom .left{
    padding: 36px 0;
    height:  100px;
    color: #6b89a8;
    font-size: 13px;   
    display: inline-block;
    position: relative;
    top: 0px;
    padding-top: 0;
    width: 580px;
    float: left;
}
.footer .bottom .left div{
    margin: 8px 0;
}
.footer .bottom .right{
    padding: 16px 0;
    height:  100px;
    display: inline-block;
     padding-top: 0;
     width: 52px;
     float: left;
    
}
.footer .bottom .left + .right,.footer .bottom .right + .left{
    margin-left: 20px;
}
