.box .banner{
    width: 100%;
    height: 550px;
    background: url("../images/banner2.jpg") no-repeat center;
    margin-top: 90px;
}
.box .content{
    width: 100%;
    height: 540px;
    background: #ffffff;
    overflow: hidden;
}
.content .con-top{
    width: 100%;
    height: 400px;
    margin-top: 60px;
    overflow: hidden;
}
.con-top .con-le{
    width: 592px;
    height: 333px;
    background: #9d3900;
    margin-top: 67px;
    overflow: hidden;
    float: left;
}
.con-le .con-title{
    width: 100%;
    height: 47px;
    font-size: 48px;
    color: rgba(255,255,255,0.4);
    line-height: 47px;
    margin-top: 53px;
    padding: 0 37px;
    box-sizing: border-box;
}
.con-le .con-head{
    width: 100%;
    height: 42px;
    font-size: 26px;
    color: #ffffff;
    line-height: 42px;
    padding: 0 37px;
    box-sizing: border-box;
}
.con-le .tel{
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 35px;
    padding: 0 37px;
    box-sizing: border-box;
}
.con-le .mailbox{
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    padding: 0 37px;
    box-sizing: border-box;
}
.con-le .address{
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    padding: 0 37px;
    box-sizing: border-box;
}
.con-le .con-line{
    width: 42px;
    height: 2px;
    margin-top: 30px;
    background: #ffffff;
    margin-left: 37px;
}
.con-top .con-ri{
    width: 607px;
    height: 400px;
    float: left;
}
.con-ri img{
    display: block;
    width: 100%;
    height: 100%;
}

.content .con-bottom{
    width: 100%;
    height: 400px;
    margin-top: 60px;
}
.con-bottom .con-map{
    width: 100%;
    height: 100%;
}
