﻿body{
    background-color:#fff;
}
.banner {
    width: 100%;
    min-width: 1200px;
    height: 460px;
    background-image: url('images/banner2.png');
    background-size: cover;
    background-position: center;
}
.address{
    padding:40px 0;
}
.contact {
    background: url('images/add_icon.png') no-repeat 0 center;
    background-size:90px;
    padding:70px 0 30px 130px; 
    box-sizing:border-box;
   position:relative;
}
.contact p{
    margin-bottom:25px;
}
.contact .cmp_name{
    font-size:26px;
    color:#000;
}
.contact .con_item{
    font-size:16px;
    color:#999;
}
.contact p:last-child{
    margin-bottom:0;
}
.code_box{
    display:flex;
    position:absolute;
    top:90px;
    left:500px;
}
.code_box .code_item{
    text-align:center;
    font-size:14px;
    color:#555;
    margin-right:20px;
}