
.footer-up{
    height: 360px;
    background-color: #3571b9;
}
.footer-down{
    height: 40px;
    background-color: #1b4572;
}
.footer-logo{
    width: 160px;
	height: 27px;
}
.phone-icon{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../image/017_footer_tel.png) center no-repeat;
}
.email-icon{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../../image/018_footer_email.png) center no-repeat;
}
.company-link li{
    max-width: 100px;
}
.code-img{
    width: 190px;
	height: 190px;
}

.floor8{
    margin-top: 90px;
    height: 400px;
    background: url(../../image/015_bg.jpg) center no-repeat;
}
.floor8-line{
    width: 84px;
    height: 1px;
    background-color: #fff;
}
.floor8-body p:nth-child(2){
    width: 447px;
	height: 80px;
	background-color: #ffffff;
    border-radius: 40px;
    text-align: center;
    line-height: 80px;
}
.floor8-body{
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-left: 120px;
    padding-right: 120px;
}