dl{
    list-style: none;
    margin:0;
    padding:0;
}

.footerDiv{
    /*margin: 0 auto;*/
    width: 100%;
    /*height: auto;*/
    background-color: #11204F;
}

.footer{
    width: 1200px;
    margin: 0 auto 0;
    height: 300px;
}

.footer-center{
    width:100%;
    height:335px;
    background-color: #11204F;
    overflow: hidden;
}
.footer-center > div{
    float: left;
}
.footer-img{
    min-width: 270px;
    width:22.5%;
    height: 100%;
    display: inline-block;
    margin: 0;
}

.footer-img .footer-area{
    width: 220px;
    height: 200px;
    margin:60px 0;
    padding-top: 20px;
    padding-right:30px;
    border-right:1px solid #283660;
}

.footer-img .footer-area img{
    width: 145px;
    height: 128px;
}


.footer-content{
    display: inline-block;
    width:77%;
    height: 100%;
    padding:60px 0 0 0px;
}

.footer-content > div{
    float: left;
    height:100%;
}
.footer-content-left{
    width:64%;
}
.footer-content-left dl{
    float: left;
    width:25%;
    height:100%
}
.footer-content-left dl dt{
    color: white;
    font-size: 17px;
    font-weight: 300;
}
dd.dt-unline{
    width:30px;
    height:2px;
    background: white;
    margin:20px 0 30px !important;
    padding:0;
}
.footer-content-left dl dd{
    font-size: 13px;
    color:#8A8E9D;
    margin:17px 0;
}
.footer-content-left dl dd a{
    font-size: 13px;
    color:#8A8E9D;
}

.footer-content-left dl dd:hover a{
    font-size: 13px;
    color:white;
}

.footer-content-right{
    width:36%;
    color:white;
}
.footer-content-right h3{
    font-size: 23px;
    margin-top: 40px;
    font-weight: 300;
}
.footer-content-right h2{
    margin-bottom: 15px;
    margin-top: 12px;
    font-weight: lighter;
    font-family: "Microsoft YaHei",SimSun,sans-serif;
}
.footer-content-right > div{
    width:285px;
    height:48px;
    margin: 0;
}
.footer-content-right div span{
    display: inline-block;
    width:228px;
    height:48px;
    background: #293761;
    line-height: 50px;
    text-indent: 14px;
    font-size: 17px;
    float: left;
    color: white;
}
.footer-content-right div div{
    display: inline-block;
    width:57px;
    height:48px;
    background: #D4D7DF;
}
.footer-content-right div div img{
    margin: 12px 15px;
    width: 25px;
    height: 23px;
}
.footer-content-right p{
    font-size: 17px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 300;
    color: white;
}

.footer-desc{
    width:100%;
    text-align: center;
    background-color: #0D1B48;
    color:#8A8E9D;
    height: 39px;
    line-height: 39px;
    margin: 0 auto;
}
